/* Scss Document */
section {
  background: #f3f3f3;
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  padding-bottom: 112px;

}
section:before {
  content: "";
  width: 100%;
    background: #eb6100;
    height: 90px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
section .wrap {
  max-width: 1200px;
}

section h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700 !important;
  line-height: 1;
    font-size: 33px;
    letter-spacing: 0.13em;
    margin-bottom: 50px !important;
	color: #fff;
}
.contact-form {
  background: #fff;
  /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
  box-sizing: border-box; */
  padding-bottom: 26px;
}
.contact-form h3 {
  text-align: center;
  font-weight: 700 !important;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-top: -32px !important;
}
.contact-form dl.note {
  border: 1px solid #cfc7ba;
  padding: 16px;
}
.contact-form dl.note dd {
  margin-top: 5px;
  font-size: 12px;
  line-height: 22px;
}
.contact-form dl.note dt {
  position: relative;
}
.contact-form dl.note dt::before {
  content: "▲";
  transform: translateY(-50%) scaleY(-1);
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 10px;
}
.contact-form dl.note.active dt::before {
  transform: translateY(-50%) scaleY(1);
}
.contact-left {
  font-weight: bold;
  color: #292725;
  line-height: 2.625;
  text-align: center;
	padding: 0 4.5% 10vw;
}



.contact-left .contact-left__inner{
  line-height: 1.5;
  font-weight: normal;
  text-align: left;

}
.contact-left .contact-left__inner h3 {
	width: 55vw;
	margin: 0 auto 5vw;
	max-width: 488px;
  }
.contact-left .contact-left__inner h4 {
  margin: 0 0 10px;
    /* font-size: 16px; */
    background: #afafaf;
    padding: 10px 10px 10px 15px;
    font-weight: bold;
  }
.contact-left .contact-left__inner ul {
  list-style-type: disc;
  list-style-position:inside;
  margin-bottom: 15px;
}
.contact-left .contact-left__inner p {
    margin-bottom: 20px;
  }
.contact-left .contact-txt {
  text-align: center;
	font-weight: 700;
}
.contact-left .contact-i01 {
	max-width: 138px;
	margin: 0 auto 5vw;
}
.contact-tel {
    background: #fff;
    border: 4px solid #00479d;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 20px 17px;
    font-weight: bold;
    color: #00479d;
}
.contact-tel span {
  display: block;
}
.contact-tel span:nth-child(1) {
  font-size: 24px;
  line-height: 2;
}
.contact-tel span:nth-child(2) {
  margin: auto;
  width: 100%;
  max-width: 396px;
}
.contact-tel span:nth-child(2) img {
  width: 100%;
  height: auto;
}
.contact-tel span:nth-child(3) {
  font-size: 18px;
  line-height: 3.2;
  color: #00479d;
}
.contact-icon {
  text-align: center;
  transform: translateY(-50%);
}




@media screen and (min-width: 768px) {
  .contact-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
  }
	.contact-left .contact-left__inner h3 {
		margin-bottom: 20px;
	}
  .contact-left {
width: 45.83%;
        margin-left: 0;
        margin-top: 0;
        padding: 10vh 0 0;
  }
  .contact-tel {
    margin-top: 35px;
  }
  .contact-form {
    width: 55.75%;
    margin-left: 2.58%;
  }
}
@media screen and (max-width: 767px) {
  section {
    margin-top: 6vw;
    padding-top: 3vw;
    padding-bottom: 10vw;
  }
  section:before {
    background: #ffebd0 url(../img/number/icon_logo.png) no-repeat center 58px/50%
      auto;
    height: 390px;
  }
  section h2 {
    font-size: 7vw;
    margin-bottom: 6vw !important;
  }
  .breackcumb ul {
    padding: 0 !important;
  }
  .contact-tel {
    /* margin-top: 13vw;     */
    padding: 4vw 0 2vw;
  }
  .contact-tel span:nth-child(2) {
    margin: auto;
    width: 84%;
  }
  .contact-tel span:nth-child(1) {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  .contact-tel span:nth-child(3) {
    font-size: 3vw;
    line-height: 3;
  }
  .contact-left__inner {
    position: static !important;
    width: 100% !important;
  }
  .contact-form {
    /* margin-top: 16vw; */
  }
  .contact-form h3 {
    font-size: 5.2vw;
    margin-top: -15vw !important;
  }
  .contact-icon {
    margin: auto;
    width: 44px;
    padding-top: 50px;
    transform: translateY(-70px);
  }
}
#thanks {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
  padding: 150px 8.33% 182px;
  text-align: center;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: 0.09em;
}
#thanks h3 {
  text-align: center;
  font-weight: 700 !important;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-top: -12px !important;
}
#thanks .contact-txt {
  margin-top: 39px;
}
#thanks .contact-txt p + p {
  margin-top: 1.875em;
}
#thanks .contact-tel {
  margin: 46px auto 0;
  max-width: 550px;
}
@media screen and (min-width: 768px) {
  #thanks .thanks-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 45px 0 42px;
  }
  #thanks .thanks-btn li {
    width: 47.8%;
  }
  #thanks .thanks-btn li a {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 767px) {
  #thanks {
    padding: 20vw 4% 13vw;
  }
  #thanks h3 {
    font-size: 5.2vw;
    margin-top: -5vw !important;
  }
  #thanks .contact-txt,
  #thanks .contact-txt2 {
    text-align: left;
  }
  #thanks .contact-txt p + p,
  #thanks .contact-txt2 p + p {
    margin-top: 5vw;
  }
  #thanks .btn_link {
    margin-top: 5vw;
  }
  #thanks .thanks-btn {
    margin-bottom: 8vw;
    margin-top: 8vw;
  }
  #thanks .contact-tel {
    margin-top: 8vw;
  }
}
#caution a {
  cursor: pointer;
  text-decoration: underline;
}
#caution a:hover {
  text-decoration: none;
}
.breackcumb-footer .breackcumb {
  background: #f9d5a4;
  margin-bottom: 0;
}
.breackcumb-footer ul {
  padding: 10px !important;
}

#mail .row > .col.submit-form {
  padding-top: 29px;
}

.page-template-tpl_dl_file_form_thanks  #thanks h3,.page-template-tpl_dl_helpful_thanks  #thanks h3{
    margin-top: 0 !important;
    padding-top: 30px;
}
.thanks-confirm{
    width: 94%;
    max-width: max-content;
    margin: 40px auto;
    /* padding: 0px 20px 0; */
    box-sizing: border-box;
    font-size: 15px;
    /* font-weight: 500; */
    text-align: left;
    line-height: 1.5;
    min-width: 500px;
}
.thanks-confirm dl{
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid #cfc7ba;
}
.thanks-confirm dl dt{
  width: 140px;
}
.thanks-confirm dl dd{
  width: calc(100% - 160px);
}
@media screen and (max-width: 767px) {
  .thanks-confirm{
    width: 100%;
    font-size: 13px;
     white-space: normal;     
  word-break: break-word;
  min-width: unset;
  }
.thanks-confirm dl dt{
  width: 35%;
}
.thanks-confirm dl dd{
  width: 62%;
}
}




#contact .cont-rule a {
  color: #0056b3;
  text-decoration: underline; /* 下線を除去する場合 */
}
#contact .cont-rule a:hover {
  color: #2ca0ee;
  text-decoration: underline; /* 下線を追加する場合 */
}
#contact .cont-rule a:visited {
  color: #3887cb;
}
#contact .cont-rule a:active {
  color: #05029c;
} 
#contact .cont-rule {
  border: 1px solid #ececeb;
  font-size: 14px;
  line-height: 24px;
  background: #fff;
  margin-top: 20px;
}
#contact .cont-rule h3 {
  font-size: 16px;
  position: relative;
  padding: 15px 37px;
  font-weight: bold;
  margin-top: 0 !important;
}
#contact .cont-rule h3:before,
#contact .cont-rule h3:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #000;
}
#contact .cont-rule h3:before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}

#contact .cont-rule.active h3:before {
  transform: rotate(45deg);
}
#contact .cont-rule.active h3:after {
  transform: rotate(-45deg);
}
#contact .cont-rule h3:after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
#contact .cont-rule h3:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
#contact .cont-rule p {
  padding: 0px 15px 25px;
}
#contact .input .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #contact .cont-rule {
    font-size: 12px;
    line-height: 20px;
  }
  #mail .cont-rule h3 {
    font-size: 14px;
  }
  #contact .input .sp {
    display: block !important;
  }
}