@charset "UTF-8";
/* CSS Document */

/* =========================================================
contact
========================================================= */
#contact .post .lead {
  font-size: 16px;
  margin: 0 0 80px;
}

#contact .post p {
  font-size: 16px;
  margin: 0;
}

#contact .telBox {
  /* float: left; */
  width: 490px;
  margin: 0 auto;
  border: solid 1px #9bd0ed;
}

#contact .telBox dt {
  background: #9bd0ed;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border: solid 1px #fff;
  padding: 3px 0;
}

#contact .telBox dd {
  text-align: center;
  padding: 22px 0;
  color: #2f88b9;
  font-size: 16px;
}

#contact .telBox dd span {
  font-size: 36px;
  color: #2f88b9;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
  margin: 0 0 4px;
}

#contact .telBox dd span:before {
  content: "";
  background: #9bd0ed url(../../images/shared/ico_phone.png) no-repeat center center;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 15px 0 0;
  vertical-align: sub;
}

#contact .timeBox {
  float: left;
  width: 490px;
  margin: 0;
  background: #f5f5f5;
  padding: 20px 30px;
}

#contact .timeBox dt,
#contact .timeBox dd {
  font-size: 16px;
}


#contact .pageNavi {
  margin: 0 0 30px;
}

#contact .pageNavi li {
  float: left;
  width: 295px;
  border-top: solid 3px #9bd0ed;
  border-bottom: solid 3px #9bd0ed;
  border-left: solid 3px #9bd0ed;
  margin: 0 57px 0 0;
  background: #f0f5f0;
  border-radius: 5px 0 0 5px;
  position: relative;
  padding: 13px 0 13px 20px;
  display: inline-block;
  height: 60px;
}

#contact .pageNavi li:after {
  content: "";
  background: #f0f5f0;
  display: inline-block;
  border-top: solid 3px #9bd0ed;
  border-right: solid 3px #9bd0ed;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 6px;
  right: -21px;
  /*z-index:-1;*/
}

#contact .pageNavi li:last-child {
  margin: 0;
  border-right: solid 3px #9bd0ed;
  border-radius: 5px;
}

#contact .pageNavi li:last-child:after {
  content: none;
}

#contact .pageNavi li span {
  font-size: 20px;
  color: #2f88b9;
}

#contact .pageNavi li span:before {
  content: "1";
  background: #9bd0ed;
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  padding: 2px 0 0 11px;
  margin: 0 20px 0 0;
  vertical-align: bottom;
}

#contact .pageNavi li:nth-child(2) span:before {
  content: "2";
}

#contact .pageNavi li:nth-child(3) span:before {
  content: "3";
}


#contact .contactArea .require {
  background: #c81e50;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  width: 50px;
  display: inline-block;
  line-height: 1;
  padding: 6px 0 7px;
  float: right;
  letter-spacing: normal;
}

#contact .contactArea {
  margin: 40px 0 0;
}

#contact .contactArea table {
  margin: 0 0 50px;
}

#contact .contactArea table td input {
  width: 600px;
  border: solid 1px #d5d5d5;
  font-size: 14px;
  padding: 5px;
}

#contact .contactArea table td textarea {
  width: 600px;
  height: 200px;
  border: solid 1px #d5d5d5;
  font-size: 14px;
  padding: 5px;
}

#contact .privacyArea {
  margin: 0 0 50px;
}

#contact .privacyArea dl {
  border: solid 1px #e1e1e1;
}

#contact .privacyArea dt {
  border-bottom: solid 1px #e1e1e1;
  font-weight: bold;
  text-align: center;
  background: #eef8fd;
  padding: 17px 20px;
}

#contact .privacyArea dd {
  border-bottom: solid 1px #e1e1e1;
  padding: 30px;
}

#contact .privacyArea dd .scroll {
  height: 170px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 0 15px 0 0;
}

#contact .privacyArea dd .scroll p {
  font-size: 14px;
  margin: 0 0 20px;
}

#contact .privacyArea dd .scroll p.bold {
  margin: 0 0 5px;
}

#contact .privacyArea dd .scroll .numList {
  margin: 0 0 30px;
}

#contact .privacyArea dd .scroll .date {
  text-align: right;
  margin: 0;
}

#contact .privacyArea dd:last-child {
  border-bottom: none;
  padding: 13px 0 14px;
  text-align: center;
}

#contact .privacyArea dd:last-child .agree {
  margin: 0 10px 2px 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}


#contact .submitArea {
  display: table;
  margin: 0 auto;
}

#contact .submitArea .btn {
  border-radius: 4px;
  background: #333 url(../../images/shared/arrow_left_wh.png) no-repeat center right 20px;
  background-size: 8px auto;
  color: #fff;
  text-align: center;
  font-size: 18px;
  width: 400px;
  border: none;
  padding: 20px 0;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

#contact .submitArea .btn:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  cursor: pointer;
}

#contact .submitArea .btnBack {
  display: block;
  background: #fff url(../../images/shared/arrow_right_green.png) no-repeat center left 20px;
  background-size: 8px auto;
  color: #9bd0ed;
  text-align: center;
  font-size: 18px;
  width: 200px;
  border: 2px solid #9bd0ed;
  margin: 40px auto 0;
  padding: 15px 0;
  text-indent: 1em;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

#contact .submitArea .btnBack:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  cursor: pointer;
}

#contact .error {
  color: #c00;
  font-weight: bold;
}

#contact .thx {
  text-align: center;
}

#contact .thx strong {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 1em;
}


/* //////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////

SPサイトcss

////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 768px) {

  /* =========================================================
contact
========================================================= */
  #contact .post .lead {
    font-size: 14px;
    margin: 0 0 40px;
  }

  #contact .post p {
    font-size: 14px;
    margin: 0;
  }

  #contact .telBox {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    border: solid 1px #9bd0ed;
  }

  #contact .telBox dt {
    font-size: 16px;
    border: solid 1px #fff;
    padding: 3px 0;
  }

  #contact .telBox dd {
    text-align: center;
    padding: 15px 0;
  }

  #contact .telBox dd span {
    font-size: 28px;
    letter-spacing: 0.05em;
    display: block;
    margin: 0;
  }

  #contact .telBox dd span a {
    font-size: 28px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #9bd0ed;
  }

  #contact .telBox dd span:before {
    content: "";
    background: #9bd0ed url(../../images/shared/ico_phone.png) no-repeat center center;
    background-size: 13px auto;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 10px 2px 0;
    vertical-align: sub;
  }

  #contact .timeBox {
    float: none;
    width: 100%;
    margin: 0;
    padding: 10px 15px;
  }

  #contact .timeBox dt,
  #contact .timeBox dd {
    font-size: 14px;
  }


  #contact .pageNavi {
    margin: 0 0 20px;
  }

  #contact .pageNavi li {
    float: left;
    width: 27%;
    border: solid 2px #9bd0ed;
    margin: 0 9% 0 0;
    background: #f0f5f0;
    border-radius: 5px;
    position: relative;
    padding: 7px 3px 13px;
    display: inline-block;
    height: 80px;
    z-index: 1;
  }

  #contact .pageNavi li:after {
    content: "";
    background: url(../../images/shared/arrow_left_green.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 10%;
    height: 24%;
    transform: none;
    border: none;
    position: absolute;
    top: 50%;
    right: -26%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  #contact .pageNavi li:last-child {
    margin: 0;
    border-right: solid 2px #9bd0ed;
    border-radius: 5px;
  }

  #contact .pageNavi li span {
    font-size: 12px;
    line-height: 1.3;
    display: block;
    text-align: center;
  }

  #contact .pageNavi li span:before {
    content: "1";
    background: #9bd0ed;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 11px;
    padding: 5px 0 0 0;
    margin: 0 auto 5px;
    vertical-align: bottom;
    display: block;
  }

  #contact .pageNavi li:first-child span:before {
    margin: 0 auto 12px;
  }



  #contact .contactArea .require {
    font-size: 11px;
    width: 50px;
    line-height: 1;
    padding: 6px 0 7px;
    float: right;
  }

  #contact .contactArea {
    margin: 20px 0 0;
  }

  #contact .contactArea table {
    margin: 0 0 30px;
  }

  #contact .contactArea table td input {
    width: 100%;
    border: solid 1px #d5d5d5;
    font-size: 14px;
    padding: 5px;
    -webkit-appearance: none;
    border-radius: 0;
  }

  #contact .contactArea table td textarea {
    width: 100%;
    height: 120px;
    border: solid 1px #d5d5d5;
    font-size: 14px;
    padding: 5px;
    -webkit-appearance: none;
    border-radius: 0;
  }

  #contact .privacyArea {
    margin: 0 0 30px;
  }

  #contact .privacyArea dl {
    border: solid 1px #e1e1e1;
  }

  #contact .privacyArea dt {
    border-bottom: solid 1px #e1e1e1;
    padding: 10px 15px;
  }

  #contact .privacyArea dd {
    border-bottom: solid 1px #e1e1e1;
    padding: 20px;
  }

  #contact .privacyArea dd .scroll {
    height: 150px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 15px 0 0;
  }

  #contact .privacyArea dd .scroll p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 15px;
  }

  #contact .privacyArea dd .scroll p.bold {
    margin: 0 0 5px;
  }

  #contact .privacyArea dd .scroll .numList {
    margin: 0 0 20px;
  }

  #contact .privacyArea dd .scroll .numList li {
    font-size: 13px;
  }

  #contact .privacyArea dd:last-child {
    border-bottom: none;
    padding: 13px 0 14px;
    text-align: center;
  }

  #contact .privacyArea dd:last-child .agree {
    margin: 0 10px 2px 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
  }


  #contact .submitArea {
    margin: 0 auto;
    width: 80%;
    display: block;
  }

  #contact .submitArea .btn {
    border-radius: 4px;
    background: #333333 url(../../images/shared/arrow_left_wh.png) no-repeat center right 12px;
    background-size: 6px auto;
    font-size: 16px;
    width: 100%;
    padding: 20px 0;
    letter-spacing: 0.1em;
    -webkit-appearance: none;
    border-radius: 0;
  }
}

.contactFlex {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .contactFlex .contactFlexItem {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .contactFlex .contactFlexItem {
    width: 100%;
  }
}

.tableVer01 th {
  background: #eef8fd !important;
}

.telBox .tel {
  a {
    font-size: 36px;
    color: #2f88b9;
  }
}

@media screen and (max-width: 768px) {
  .telBox .tel {
    a {
      font-size: 28px;
    }
  }
}