@charset "UTF-8";
#tel .wrap ,#mailform .wrap { max-width: 840px;}
#tel { margin-top: 60px;}
#tel .box {
  margin-top: 40px;
  padding: 20px 0 40px;
  border: 1px solid #00694C;}
#tel .box .clor { line-height: 1.5;}
#mailform h1 {
  margin-bottom: 40px;
  padding-top: 120px;
  text-align: center; }
#mailform h1 span {
  line-height: 1.5;
  display: block;}
@media screen and (max-width: 768px){
  #tel { margin: 0;}
  #tel p.center { text-align: left;}
  #tel .box { padding: 20px 0 30px;}
  #mailform h1 { padding-top: 20vw;margin-bottom:8vw;}}

/* --------------------
   conform
-------------------- */
#conform {
  margin-top: 60px;
  padding-bottom: 160px;
  border-top: 1px solid #DDE8D6;
}
#conform p {
  font-size: 18px;
}
#conform .line {
  display: flex;
  gap: 20px;
  font-weight: 500;
  padding: 24px 0;
  border-bottom: 1px solid #DDE8D6;
}
#conform .privacy {
  margin-top: 40px;
  padding: 40px;
  background: #fff;
  border: 1px solid #DDE8D6;
}
#conform .privacy p.mgb10 {
  font-size: 16px;
  margin-bottom: 16px;
}
#conform .privacy h2 {
  padding-left: 18px;
  margin-bottom: 16px;
  color: #00694C;
  border-left: 2px solid #00694C;
}
#conform .privacy a {
  display: inline-block;
  color: #00694C;
  text-decoration: underline;
}
#conform input[type="text"], #conform textarea, #conform input[type="email"], #conform input[type="tel"] {
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #DDE8D6;
  font-size: 18px;
  height: 40px;
  width: 80px;
  padding: 0 0.5em;
}
#conform textarea {
  height: 200px;
  padding: 0.5em 0.5em;
  width: 100%;
}
#conform input.w100 {
  width: 100%;
}
#conform input.mgt14 {
  margin-top: 14px;
}
#conform input[type=checkbox] {
  display: none;
}
#conform input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1 !important;
}
#conform span.wpcf7-list-item-label {
  position: relative;
  display: block;
  margin: 10px 30px 0 0;
  padding: 0 0 0 30px;
  line-height: 1;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
}
#conform .mwform-checkbox-field {
  margin: 0;
}
#conform .wpcf7-list-item-label::before {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  content: '';
  border: 1px solid #DDE8D6;
  background: #fff;
}
#conform .wpcf7-list-item-label::after {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #00694C;
  content: '';
  opacity: 0;
}
#conform .wpcf7-list-item {
  display: block;
  margin: 0;
}
#conform input[type=submit] {
  cursor: pointer;
  background: #00694C;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 60px auto 40px;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  display: block;
  line-height: 80px;
  border-radius: 40px;
  height: 80px;
}
#conform .line .rec, #conform .line .any {
  background: #00694C;
  color: #fff;
  text-align: center;
  width: 60px;
  margin-top: 8px;
  display: block;
  height: 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  border-radius: 12px;
}
#conform .line .any {
  background: #DDE8D6;
  color: #00694C;
}
#conform .line .title {
  width: 240px;
  line-height: 40px;
}
#conform .line .mark {
  width: 60px;
}
@media screen and (max-width: 768px) {
  #conform .line {
    padding: 16px 0 24px;
    flex-wrap: wrap;
  }
  #conform .line .title {
    width: auto;
  }
  #conform span.wpcf7-list-item-label {
    height: auto;
  }
  #conform .privacy {
    padding: 30px 20px;
  }
  #conform .line .con {
    width: 100%;
  }
}
#conform p.recaptext {
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
}
#conform p.recaptext a {
  display: inline;
  text-decoration: underline;
}