body {
  color: #3f3f3f;
  background: #e7f8ff;
}

a {
  width: inherit;
  height: inherit;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.hp_pcNone {
  display: none !important;
}

/*----------- header -----------*/
.bl_header_ttl {
  background: #437fb5;
  padding: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}

.bl_header_logo {
  text-align: center;
  margin-top: 15px;
}

/*----------- form -----------*/
.ly_form {
  padding: 12px 0 210px;
}

.bl_form_ttl {
  color: #538ec4;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 63px 0 55px;
  width: 1000px;
  margin: 0 auto;
  background: url(../img/pc_form_backgroundImage.png) no-repeat center/cover;
}

.bl_form_flow {
  text-align: center;
  margin-top: 35px;
}

.bl_form_txt {
  font-size: 18px;
  line-height: 1.6666666667;
  margin-bottom: 28px;
}

.bl_form_wrapper {
  border-radius: 5px;
  background: #fff;
  padding: 55px 120px 65px;
}

.ly_form .bl_form_area {
  width: 1000px;
  margin: 40px auto 0;
}
.ly_form dl {
  margin: 0 auto;
  border-top: solid 1px #bbb;
  padding: 28px 40px 30px;
}
.ly_form dl .error {
  display: block;
  width: 100%;
  color: #df3434;
  font-size: 14px;
  padding-bottom: 8px;
}
.ly_form dt {
  font-size: 18px;
  line-height: 1.7777777778;
}
.ly_form dt label {
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.7777777778;
}
.ly_form dd {
  font-size: 18px;
}
.ly_form dd span {
  margin: 6px 0 0 3px;
  display: block;
  font-size: 14px;
  line-height: 1.6428571429;
  letter-spacing: 0.08em;
}
.ly_form dd span + span {
  margin-top: 10px;
}
.ly_form dl.req dt::after {
  content: "";
  background: url(../img/pc_form_icon_required.png) no-repeat center/contain;
  width: 60px;
  height: 20px;
  display: inline-block;
  margin-left: 3px;
}
.ly_form dl.target dd {
  display: flex;
  margin-top: 20px;
}

.ly_form input[type=text], .ly_form input[type=tel], .ly_form input[type=email], .ly_form textarea, .ly_form select {
  border: none;
  width: 580px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fef5e1;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 12px 16px;
  resize: none;
  cursor: pointer;
}
.ly_form input[type=text]::-webkit-input-placeholder, .ly_form textarea::-webkit-input-placeholder, .ly_form select::-webkit-input-placeholder {
  color: #c6c6c6;
}
.ly_form input[type=text]::-moz-placeholder, .ly_form textarea::-moz-placeholder, .ly_form select::-moz-placeholder {
  color: #c6c6c6;
}
.ly_form input[type=text]::-ms-input-placeholder, .ly_form textarea::-ms-input-placeholder, .ly_form select::-ms-input-placeholder {
  color: #c6c6c6;
}
.ly_form input[type=text]::placeholder, .ly_form textarea::placeholder, .ly_form select::placeholder {
  color: #c6c6c6;
}
.ly_form input[type=text]#zip_code1, .ly_form input[type=text]#zip_code2 {
  width: 220px;
  margin-left: 12px;
  margin-right: 5px;
}
.ly_form input[type=text]#zip_code1 {
  margin-left: 18px;
}
.ly_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #3f3f3f;
}
.ly_form textarea {
  height: 240px;
  background: #ecf7fb;
}
.ly_form dl.address dd select {
  margin-top: 5px;
  padding: 18px 20px 15px;
}
.ly_form dl.address dd span.bl_form_section {
  margin: 16px 0 5px;
}
.ly_form dl.address dd input[type=text]#address02, .ly_form dl.address dd input[type=text]#address03 {
  padding: 18px 20px 15px;
}
.ly_form dl.address dd input[type=text]#address03 {
  margin-top: 10px;
}
.ly_form dl.target dd input[type=radio] {
  position: absolute;
  opacity: 0;
}
.ly_form dl.target dd input[type=radio] + label {
  width: 320px;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1.0454545455;
  padding: 27px 30px 22px;
  border: solid 1px #c8c8c8;
  border-radius: 5px;
}
.ly_form dl.target dd input[type=radio] + label + input[type=radio] + label {
  margin-left: 40px;
}
.ly_form dl.target dd input[type=radio] + label:before {
  content: "";
  border-radius: 100%;
  background: #dedbd3;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  top: -0.1em;
  margin-right: 11px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.ly_form dl.target dd input[type=radio]:checked + label {
  background: #d5ebff;
}
.ly_form dl.target dd input[type=radio]:checked + label:before {
  background-color: #ff7c6b;
  -webkit-box-shadow: inset 0 0 0 6px #fff;
          box-shadow: inset 0 0 0 6px #fff;
}
.ly_form dl.target dd input[type=radio]:focus + label:before {
  outline: none;
  border-color: #dedbd3;
}
.ly_form dl.target dd input[type=radio]:disabled + label:before {
  -webkit-box-shadow: inset 0 0 0 6px #fff;
          box-shadow: inset 0 0 0 6px #fff;
  border-color: #dedbd3;
  background: #dedbd3;
}
.ly_form dl.target dd input[type=radio] + label:empty:before {
  margin-right: 0;
}

.ly_form form#chk dl.target dd {
  margin-top: 10px;
  font-size: 0;
}

.ly_form form#chk dl.address dd {
  margin-top: 10px;
}

.ly_form form#chk dl.school dd::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #000;
  content: "";
  position: absolute;
  right: 25px;
  bottom: 20px;
  width: 0;
  pointer-events: none;
}

.ly_form form#chk dl.address dd {
  position: relative;
}
.ly_form form#chk dl.address dd::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #000;
  content: "";
  position: absolute;
  right: 124px;
  bottom: 200px;
  width: 0;
  pointer-events: none;
}

dl.school dd {
  width: 580px;
  position: relative;
}

.bl_privacypolicy_agree {
  display: table;
  font-size: 0;
  margin: 0 auto;
  width: 760px;
  position: relative;
  border-top: solid 1px #bbb;
  text-align: center;
  padding-top: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_privacypolicy_agree input[type=checkbox] {
  opacity: 0;
}
.bl_privacypolicy_agree input[type=checkbox] + label {
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-left: 40px;
}
.bl_privacypolicy_agree input[type=checkbox] + label a {
  color: #075ee0;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-underline-offset: 0.2em;
  display: inline;
  position: relative;
  z-index: 2;
}
.bl_privacypolicy_agree input[type=checkbox] + label a:hover {
  opacity: 1;
  text-decoration: none;
}
.bl_privacypolicy_agree::after {
  content: "";
  background: url(../img/pc_form_icon_required.png) no-repeat center/contain;
  width: 60px;
  height: 20px;
  display: block;
  margin: 0 0 4px 7px;
}
.bl_privacypolicy_agree input[type=checkbox] + label::before {
  content: "";
  background: url(../img/pc_form_icon_check_box.png) no-repeat center/contain;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bl_privacypolicy_agree input[type=checkbox] + label::after {
  content: "";
  background: url(../img/pc_form_icon_check_on.png) no-repeat center/contain;
  display: block;
  opacity: 0;
  width: 18px;
  height: 14px;
  position: absolute;
  left: 6px;
  top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bl_privacypolicy_agree input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.bl_form_confirm {
  width: 648px;
  margin: 78px auto 0;
}
.bl_form_confirm input {
  border: none;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
.bl_form_confirm input.bl_form_confirmBtn {
  font-size: 0;
}

.bl_form_confirmBtn {
  width: 100%;
  height: 108px;
  background: url(../img/pc_form_button_next.png) no-repeat center/cover;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_form_confirmBtn:hover {
  opacity: 0.8;
}

.bl_send_list {
  width: 648px;
  margin: 78px auto 0;
}
.bl_send_list input {
  border: none;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
.bl_send_list input.bl_form_sendBtn {
  font-size: 0;
}

.bl_form_sendBtn {
  width: 100%;
  height: 108px;
  background: url(../img/pc_confirm_button_submit.png) no-repeat center/cover;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_form_sendBtn:hover {
  opacity: 0.8;
}

.el_form_prevBtn {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  margin-top: 30px;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.el_form_prevBtn:hover {
  text-decoration: none;
}

.bl_form_wrapper.bl_form_wrapper--thanks {
  margin: 40px auto 0;
  width: 1000px;
  padding: 122px 120px 200px;
}

.bl_thanks_ttl {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5625;
  color: #538ec4;
}

.bl_thanks_txt {
  font-size: 18px;
  line-height: 1.6666666667;
  margin-top: 42px;
}
.bl_thanks_txt + .bl_thanks_txt {
  margin-top: 0;
}
.bl_thanks_txt.__center {
  text-align: center;
}

.bl_thanks_downloadBtn {
  margin-top: 60px;
  text-align: center;
}

.bl_thanks_top {
  text-align: center;
  margin-top: 192px;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_thanks_top:hover {
  opacity: 0.8;
}

/*----------- footer -----------*/
.ly_footer {
  background: #437fb5;
  text-align: center;
  padding: 3px 0 0;
}

.bl_footer_copyright {
  color: #fff;
  font-size: 16px;
  line-height: 2.3333333333;
  letter-spacing: 0.08em;
}

input#next-btn {
  display: block;
  background: url(../img/pc_form_button_next.png) no-repeat top center;
  background-size: 100% auto;
  font-size: 0;
  width: 648px;
  height: 108px;
  margin: 80px auto 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input#next-btn:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.sendBtn {
  display: block;
  background-image: url(../img/pc_confirm_button_submit.png);
  background-size: 100% auto;
  font-size: 0;
  width: 648px;
  height: 108px;
  margin: 80px auto 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sendBtn:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.ly_form .form .school dd,
.ly_form .form .address dd {
  position: relative;
}
.ly_form .form .school dd::after,
.ly_form .form .address dd::after {
  content: "";
  width: 14px;
  height: 12px;
  background: url(../img/common_form_select_triangle.png) no-repeat top center/100% auto;
  position: absolute;
  right: 20px;
  z-index: +1;
  top: calc(50% - 6px);
}
.ly_form .form .address dd::after {
  top: 145px;
  right: 115px;
}