@charset "UTF-8";
.tx-blue{
  color: #0275a6;
}
.tx-small{
  font-size: 10px;
}

.page-post h2{
  background-color: #f5f5f5;
  text-align: left;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 15px;
}
.contact-text{
  display: grid;
  grid-template-columns: 30px 1fr;
  padding: 30px 0;
}
.contact-text i{
  font-size: 15px;
  text-align: center;
  color: #0277a8;
  padding-top: 2px;
}
.contact-text p{
  font-size: 12px;
}
.contact-text a{
  color: #0277a8;
}

.mailform{
  max-width: 750px;
  margin: auto;
}
.mailform-item{
  margin-bottom: 30px;
}
table:not(.has-border-color) :where(th,td){
  border:0px;
}
table tr th{
  width: 100%;
}
table th, table td{
    display:block;
    text-align:left;
    padding:7px 15px;
    background-color:#ffffff;
}
.contact-box table th p,
.contact-box table td p{
    margin-bottom:0;
}
input[type='button']{
    background-color: #dddddd;
    color: #555555;
    font-weight: normal;
    font-size: 1em;
    border: 0px;
    border-radius: 5px;
    border-bottom: 5px solid #aaa;
    text-decoration: none;
    display: block;
    max-width: 400px;
    margin: auto;
    text-align: center;
    width: 100%;
    padding: 5px;
    margin-bottom:10px;
}
input[type='submit']{
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  border: 0px;
  border-radius: 5px;
  background-color: #e96000;
  border-bottom: 5px solid #bc4d02;
  text-decoration: none;
  display: block;
  max-width: 400px;
  text-align: center;
  padding: 10px;
  margin: auto;
}
.send-icon{
  text-align: center;
  font-size: 50px;
  color: #0075a6;
  font-weight: bold;
}

.tel-btn{
  margin-bottom:1em;
}

.yoyaku-block{
  padding: 20px;
  margin: 20px auto 0;
  max-width: 750px;
}
.input-line{
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-bottom: 2px solid #ddd;
  padding: 15px;
  margin: 0;
}
.mailform-item .input-line:last-child,
.yoyaku-block .input-line:last-child,
.input-line.kojin{
  border: none;
}
.input-line.kojin{
  margin: 30px auto;
  text-align: center;
}
.mailform-nini{
  display: none;
}
.input-line.kojin .wpcf7-list-item{
  margin: 0;
}
.input-line p{
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
.input-line .hissu{
  width: 40px;
  text-align: center;
  color:#ffffff;
  background-color: #ce0000;
  display: block;
  padding:2px 5px;
  line-height: 1.2;
  border-radius: 3px;
  font-size: 13px;
}
.privacy-policy{
  border:1px solid #dddddd;
  background-color:#efefef;
  color: #333333;
  padding:15px;
  height:100px;
  overflow-y: scroll;
  max-width: 750px;
  margin:0 auto 20px;
}
.privacy-policy p{
  font-size:10px;
}
.addform{
  text-decoration: none;
  color:#555555;
  display: block;
  padding:10px;
  border-radius: 10px;
  background-color:#dddddd;
  border-bottom:3px solid #999999;
  font-weight: bold;
  text-align: center;
  max-width: 750px;
  margin:20px auto 0;
}
.addform:hover{
  color:#555555;
}
.time-schedule{
  display: none;
  background-color: #f5f5f5;
  padding: 10px;
  margin-top: 5px;
}
.privacypolicy{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 1em 0;
}

/* 950px以下 */
@media screen and (max-width: 950px){
  .addform{
    margin: 0 15px;
  }
  .contact-text{
    font-size: 10px;
    padding: 30px 15px;
  }
   input[type='submit']{
    max-width: 350px;
  }
  .input-line{
    display: block;
  }
  .input-line .hissu{
    display: inline-block;
    margin: 0 0 0 5px;
  }
  .tx-small{
    padding: 0 15px;
  }
}