<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*---------------------------------------------------------------------------------
sec_yoyaku
  ---------------------------------------------------------------------------------*/
.bgBox#main {
  background-color: #f15a24;
}

.sec_yoyaku {
  background-color: #f15a24;
  padding-bottom: 100px;
}

.sec_yoyaku .sec_txt {
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}

.sec_yoyaku .sec_tit {
  margin-bottom: 25px;
  padding-top: 56px;
  position: relative;
  color: #FFF;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.46;
  text-align: center;
}

.content {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 900px;
}

#main .errorMsg {
  margin-top: 10px;
  background-color: red;
  color: #fff;
  padding: 0 10px;
}

#main .errorInp {
  background-color: #ffbebe;
}

/*------------------------------------------------------------
	.mailForm
------------------------------------------------------------*/
.mailForm {
  margin-top: 20px;
}

.mailForm .whiteText {
  display: none;
}


.mailForm .must {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  color: #05f6ff;
  font-size: 26px;
  letter-spacing: 0.025em;
}

.mailForm .tableDl&gt;dt {
  margin-bottom: 26px;
  color: #FFF;
  font-size: 26px;
  letter-spacing: 0.025em;
  font-weight: bold;
}

.mailForm .tableDl .dtStyle01 {
  margin-bottom: 12px;
}

.mailForm dd select,
.mailForm dd input[type="text"],
.mailForm dd input[type="tel"],
.mailForm dd input[type="email"] {
  padding: 10px 16px;
  width: 100%;
  height: 60px;
  color: #333;
  font-size: 20px;
  border-radius: 6px;
  letter-spacing: 0.025em;
  border: 1px solid #C2BFAD;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input::placeholder {
  color: #aeaeae;
  font-size: 20px;
  letter-spacing: 0.025em;
}

.mailForm .tableDl {
  margin-bottom: 92px;
}

.mailForm .tableDl&gt;dd {
  margin: 0 10px 22px 10px;
  padding: 0 140px 32px 146px;
  border-bottom: 2px solid #C8D4E0;
}

.mailForm .tableDl&gt;dd:last-child {
  margin-bottom: 0;
}

#main .sec08 .mailForm .tableDl .ddStyle01 {
  padding-bottom: 29px;
}

.mailForm .tableDl&gt;dd .inpuList li {
  margin-bottom: 25px;
  padding-bottom: 32px;
  position: relative;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 0.025em;
}

.mailForm .tableDl&gt;dd .inpuList li:not(:last-child):after {
  margin: 0 -146px;
  width: calc(100% + 292px);
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #C8D4E0;
  content: "";
}

.mailForm .tableDl&gt;dd .inpuList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.mailForm .tableDl&gt;dd .inpuList li dt {
  margin-bottom: 16px;
  font-weight: bold;
}

.mailForm .tableDl&gt;dd .inpuList li dd {
  margin-left: 2px;
}

.mailForm dd .radioList {
  margin: 0 0 -6px 14px;
  padding-top: 11px;
}

.mailForm dd .radioList li:not(:last-child) {
  margin-right: 197px;
}

.mailForm .radioList li input[type="radio"] {
  display: none;
}

.mailForm .radioList li input[type="radio"]+span {
  padding: 4px 0 4px 37px;
  display: inline-block;
  vertical-align: top;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 0.025em;
  cursor: pointer;
  background: url("../img/index/radio_img01.png") no-repeat left top 7px / 26px 26px;
}

.mailForm .radioList li input[type="radio"]:checked+span {
  background-image: url("../img/index/radio_img02.png");
}

.mailForm dd .wid351 {
  width: 351px;
}

.mailForm dd select {
  padding: 10px 36px 10px 13px;
  background: #FFF url("../img/index/select_icon.png")no-repeat right 15px top 26px / 23px 15px;
}

.mailForm dd .ttl {
  margin: 19px 0 3px;
  display: block;
  color: #FFF;
  font-size: 26px;
  letter-spacing: 0.025em;
}

.checkbox_list {
  color: #FFF;
  font-size: 26px;

}

.checkbox_list li {
  width: 100%;
  margin: 10px 0;
}

.checkbox_list input {
  display: none;
}

.checkbox_list label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 28px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.checkbox_list label::before,
.checkbox_list label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.checkbox_list label::before {
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 3px;
  transform: translateY(-7%);
}

.checkbox_list label::after {
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg) scale(.5);
  transform: rotate(-45deg) scale(.5);
  border-left: 2px solid #F15A24;
  border-bottom: 2px solid #F15A24;
}

.checkbox_list label:hover::before {
  background: #fff;
}

.checkbox_list input[type="checkbox"]:checked+label::before {
  background: #fff;
  border: 1px solid
    /*#C9BA71*/
    #F15A24;
}

.checkbox_list input[type="checkbox"]:checked+label::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}


.mailForm .submit li:not(:last-child) {
  margin-right: 70px;
}

.mailForm .submit li input {
  margin: 0 auto;
  padding: 14px 90px 16px 104px;
  width: 640px;
  height: 171px;
  cursor: pointer;
  color: #FFF;
  font-size: 40px;
  letter-spacing: 0.025em;
  border-radius: 90px;
  border: none;
  box-shadow: 0 14px 0 #01A958;
  background: #09C96C url(../img/index/sec08_btn_icon01.png) no-repeat center right 40px / 48px 48px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.submit {
  text-align: center;
}

.innerDl {
  margin-bottom: 0;
}

@media all and (min-width: 769px) {


  .mailForm .submit li input:hover {
    opacity: 0.7;
  }

  .mailForm .agreeBox .agree span a:hover {
    text-decoration: none;
  }
}

@media all and (max-width: 768px) {
  .sec_yoyaku .sec_tit {
    font-size: 30px;
  }

  .sec_yoyaku .sec_txt {
    font-size: 16px;
  }

  #main .errorMsg {
    font-size: 13px;
  }


  .mailForm .must {
    margin: 3px 0 0 6px;
    font-size: 14px;
  }

  .mailForm .tableDl&gt;dt {
    margin: 0 0 6px;
    font-size: 18px;
  }

  .mailForm .tableDl .dtStyle01 {
    margin: -2px 0 4px;
  }

  .mailForm dd select,
  .mailForm dd input[type="text"],
  .mailForm dd input[type="tel"],
  .mailForm dd input[type="email"] {
    padding: 5px 7px;
    height: 35px;
    font-size: 14px;
    border-radius: 3px;
    vertical-align: top;
  }

  input::placeholder {
    font-size: 14px;
    line-height: 1;
  }

  .mailForm .tableDl {
    margin-bottom: 45px;
    padding: 0 13px 0 14px;
  }

  .mailForm .tableDl&gt;dd {
    margin: 0 0 15px 2px;
    padding: 0 0 16px;
  }

  #main .sec08 .mailForm .tableDl .ddStyle01 {
    padding-bottom: 14px;
  }

  .mailForm .tableDl&gt;dd .inpuList li {
    margin-bottom: 8px;
    padding-bottom: 12px;
  }

  .mailForm .tableDl&gt;dd .inpuList li:not(:last-child):after {
    margin: 0;
    width: 100%;
  }

  .mailForm .tableDl&gt;dd .inpuList li dt {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .mailForm .tableDl&gt;dd .inpuList li dd {
    margin-left: 1px;
  }

  .mailForm dd .radioList {
    margin: 0 0 -6px 2px;
    padding-top: 3px;
  }

  .mailForm dd .radioList li:not(:last-child) {
    margin-right: 90px;
  }

  .mailForm .radioList li input[type="radio"]+span {
    padding: 4px 0 4px 24px;
    font-size: 14px;
    background-size: 18px 18px;
    background-position: left top 5px;
  }

  .mailForm dd .wid351 {
    width: 57.5%;
  }

  .mailForm dd select {
    padding: 6px 31px 6px 9px;
    background-size: 11px 7px;
    background-position: right 7px top 13px;
  }

  .mailForm dd .ttl {
    margin: 8px 0 2px;
    font-size: 14px;
  }

  .checkbox_list {
    font-size: 16px;
  }

  .checkbox_list label::before {
    width: 16px;
    height: 16px;
  }

  .checkbox_list label::after {
    left: 3px;
    width: 11px;
    height: 4px;
  }

  .mailForm .submit {
    display: block;
    text-align: center;
  }

  .mailForm .submit li:not(:last-child) {
    margin-right: 6px;
  }

  .mailForm .submit li input {
    margin: 0 auto;
    padding: 15px 49px 15px 56px;
    max-width: 320px;
    width: 100%;
    height: 86px;
    font-size: 20px;
    box-shadow: 0 7px 0 #01A958;
    background: #09C96C url(../img/index/sec08_btn_icon01.png) no-repeat center right 40px / 48px 48px;
    background-size: 24px 24px;
    background-position: center right 20px;
  }
}

@media all and (max-width: 480px) {

  .mailForm .tableDl {
    padding: 0 !important
  }

  .sec_yoyaku .title {
    font-size: 14px;
  }

  .mailForm .tableDl&gt;dt,
  .mailForm .tableDl&gt;dd .inpuList li dt {
    font-size: 15px;
  }
}

@media all and (max-width: 359px) {
  .mailForm .radioList li input[type="radio"]+span {
    font-size: 3.733vw;
    background-position: left top 4px;
  }


  .mailForm .agreeBox .radioList li input[type="radio"]+span {
    font-size: 3.5vw;
    background-position: left top 1vw;
  }
}</pre></body></html>