@charset "UTF-8";

/* component */
.modal-content .c_ttl_1 {
  position: relative;
  padding: 78px 0 0;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-content .c_ttl_1 {
    margin: 0 0 20px;
    padding: 56px 0 0;
    font-size: 24px;
    line-height: 1.5;
  }
}
.modal-content .c_ttl_1:before {
  content: url(https://www.terasel.jp/cms/wp-content/themes/terasel-new/assets/img/common/elect.svg);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .modal-content .c_ttl_1:before {
    content: "";
    background: url(https://www.terasel.jp/cms/wp-content/themes/terasel-new/assets/img/common/elect.svg);
    background-size: cover;
    width: 35px;
    height: 51px;
  }
}
.modal-content .c_ttl_1:after {
  content: none;
}

/* sec_2 */
.sec.sec_2 {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 {
    padding: 0;
  }
}
.sec.sec_2 .inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner {
    width: 100%;
  }
}
.sec.sec_2 .inner .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu {
    gap: 30px;
  }
}
.sec.sec_2 .inner .menu .menu_list {
  min-width: 490px;
  max-width: 490px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu .menu_list {
    min-width: initial;
  }
}
.sec.sec_2 .inner .menu_box {
  box-sizing: border-box;
  padding: 25px 35px;
  border-radius: 20px;
  background: #F3F3F3;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu_box {
    padding: 22px 15px 25px;
    border-radius: 10px;
  }
}
.sec.sec_2 .inner .menu_box .attention {
  display: inline-block;
  margin: 10px 0 0;
  font-size: 14px;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu_box .attention {
    display: none;
  }
}
.sec.sec_2 .inner .menu_box .attention a {
  color: #0E5BB5;
  text-decoration: underline;
}
.sec.sec_2 .inner .menu_box .attention a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.sec.sec_2 .inner .menu_box .attention_sp {
  color: #FF0000;
  display: none;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu_box .attention_sp {
    display: block;
    margin: 10px 0 15px;
    line-height: 18px;
  }
}
.sec.sec_2 .inner .menu_box .attention_sp a {
  color: #0E5BB5;
  text-decoration: underline;
}
.sec.sec_2 .inner .menu_box .addtxt {
  display: inline-block;
  margin: 18px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu_box .addtxt {
    font-size: 12px;
    margin: 10px 0 15px;
  }
}
.sec.sec_2 .inner .menu li {
  width: auto;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li + li {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
  }
}
.sec.sec_2 .inner .menu li .box {
  display: block;
  min-height: 106px;
  margin-bottom: 26px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li .box {
    margin: 0;
    min-height: initial;
  }
}
.sec.sec_2 .inner .menu li .box .img {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li .box .img {
    margin-right: 15px;
  }
}
.sec.sec_2 .inner .menu li .box .img.img1 {
  width: 112px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li .box .img.img1 {
    width: 80px;
  }
}
.sec.sec_2 .inner .menu li .box .img.img2 {
  width: 112px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li .box .img.img2 {
    width: 80px;
    text-align: center;
  }
}
.sec.sec_2 .inner .menu li .box .u_txt_1 {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}
.sec.sec_2 .inner .menu li .box .q_link {
  display: block;
  font-size: 14px;
  color: #0B4EA8;
  text-decoration: underline;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li .box .q_link {
    font-size: 16px;
    margin-top: 0;
  }
}
.sec.sec_2 .inner .menu li .box .q_link:hover {
  text-decoration: none;
}
.sec.sec_2 .inner .menu li .box .q_link:before {
  content: url(https://www.terasel.jp/cms/wp-content/themes/terasel-new/assets/img/common/question.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.sec.sec_2 .inner .menu .sublead {
  min-height: 72px;
  margin: 20px 0 30px;
  text-align: center;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu .sublead {
    text-align: left;
    min-height: initial;
    margin: 20px 0;
  }
}
.sec.sec_2 .inner .request {
  box-sizing: border-box;
  background: #fff;
  padding: 47px 40px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request {
    border-radius: 10px;
    padding: 35px 0;
  }
}
.sec.sec_2 .inner .request .txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .txt {
    font-size: 16px;
    text-align: left;
    margin-top: 16px;
  }
}
.sec.sec_2 .inner .request .link {
  display: table;
  margin: 24px auto 0;
  font-size: 16px;
  color: #0B4EA8;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .link {
    margin: 23px 0;
  }
}
.sec.sec_2 .inner .request .link:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #0B4EA8;
  border-right: 1px solid #0B4EA8;
  transform: rotate(45deg);
  margin: 0 8px 4px;
}
.sec.sec_2 .inner .request .link:hover {
  text-decoration: none;
}
.sec.sec_2 .inner .request .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .area {
    margin-top: 0;
  }
}
.sec.sec_2 .inner .request .area .box {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 300px;
  padding: 17px 20px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .area .box {
    width: 49%;
    padding: 10px;
  }
}
.sec.sec_2 .inner .request .area .box input {
  display: none;
}
.sec.sec_2 .inner .request .area .box input:checked + span:after {
  border: 3px solid #FBC933;
}
.sec.sec_2 .inner .request .area .box input:checked + span:before {
  content: url(https://www.terasel.jp/cms/wp-content/themes/terasel-new/assets/img/common/yellow-check-on.svg);
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .area .box span {
    font-size: 14px;
  }
}
.sec.sec_2 .inner .request .area .box span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.sec.sec_2 .inner .request .area .box span:before {
  content: url(https://www.terasel.jp/cms/wp-content/themes/terasel-new/assets/img/common/yellow-check-off.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .area .box span:before {
    margin-right: 0;
    transform: scale(0.7);
  }
}
.sec.sec_2 .inner .request .caution {
  padding: 29px 0;
  background: #FBDEDE;
  border-radius: 20px;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .caution {
    margin: 20px 0;
    border-radius: 10px;
    padding: 25px 15px;
  }
}
.sec.sec_2 .inner .request .caution .ttl {
  color: #E02424;
  font-size: 20px;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .caution .ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.sec.sec_2 .inner .request .caution .ttl:before {
  content: url(https://www.terasel.jp/cms/wp-content/themes/terasel-new/assets/img/common/caution.svg);
  display: inline-block;
  transform: scale(2);
  margin: 0 10px 0 0;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .caution .ttl:before {
    transform: scale(1.8);
    margin: 0 8px;
  }
}
.sec.sec_2 .inner .request .caution .u_txt_1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .caution .u_txt_1 {
    text-align: left;
  }
}
.sec.sec_2 .inner .request .info {
  padding: 25px 0;
  background: #FDE9AC;
  border-radius: 20px;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .info {
    margin: 20px 0;
    border-radius: 10px;
    padding: 25px 15px;
  }
}
.sec.sec_2 .inner .request .info .ttl {
  font-size: 20px;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .info .ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.sec.sec_2 .inner .request .info .u_txt_1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .info .u_txt_1 {
    text-align: left;
  }
}
.sec.sec_2 .inner .request .copy {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .copy {
    text-align: left;
  }
}

.sec.sec_2 .inner .menu li.menu_box._aic .box {
  justify-content: center;
}
.sec.sec_2 .inner .menu li.menu_box._aic .box .u_txt_1 {
  width: auto;
}

.sec.sec_2 .inner .request._new .area {
  justify-content: center;
}
.sec.sec_2 .inner .request._new .area .box {
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request._new .area {
    justify-content: space-between;
  }
  .sec.sec_2 .inner .request._new .area .box {
    margin: 0 0 5px;
  }
}

/* btn */
.sec .apply_btn_2 {
  width: 330px;
  height: 50px;
  background: #0E5BB5;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
  box-shadow: 0px 5px 0px #0B4EA8;
  font-weight: bold;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .sec .apply_btn_2 {
    width: 100%;
    text-align: center;
  }
}
.sec .apply_btn_2:hover {
  transform: translateY(5px);
  box-shadow: none;
}
/* .sec .apply_btn_2:before {
  content: url(https://www.terasel.jp/cms/wp-content/themes/terasel-new/assets/img/common/btn-ico-camera.svg);
  display: inline-block;
  vertical-align: middle;
  margin: 6px 8px 0 0;
} */
.sec .apply_btn_2.none:before {
  display: none;
}
.sec .apply_btn_2.form:before {
  content: url(https://www.terasel.jp/cms/wp-content/themes/terasel-new/assets/img/common/btn-ico-form.svg);
}
#p_apply .sec .apply_btn_2:before {
  content: none;
}
.sec .apply_btn_3 {
  width: 367px;
  height: 50px;
  background: #0E5BB5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  box-shadow: 0px 5px 0px #0B4EA8;
  font-weight: bold;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec .apply_btn_3 {
    width: 100%;
    text-align: center;
  }
}
.sec .apply_btn_3:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.sec .apply_btn_3.arw:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 20px;
}
.sec .apply_btn_3.outlink span:after {
  content: url(https://www.terasel.jp/cms/wp-content/themes/terasel-new/assets/img/common/white-link-2.svg);
  margin-left: 5px;
}

/* sec_3 */
.sec.sec_3 {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 {
    padding: 35px 0;
  }
}
.sec.sec_3 .inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner {
    width: 100%;
  }
}
.sec.sec_3 .inner .ttl {
  font-size: 24px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner .ttl {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.sec.sec_3 .inner table {
  width: 100%;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner table {
    border: none;
    border-bottom: 1px solid #D8D8D8;
  }
}
.sec.sec_3 .inner table th,
.sec.sec_3 .inner table td {
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  padding: 15px 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner table th,
  .sec.sec_3 .inner table td {
    display: block;
    border: none;
  }
}
.sec.sec_3 .inner table th {
  font-weight: bold;
  background: #F3F3F3;
  width: 18%;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner table th {
    width: 100%;
    padding: 13px 15px;
  }
}
.sec.sec_3 .inner table td {
  background: #fff;
  width: 82%;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner table td {
    width: 100%;
    padding: 10px 0 28px;
  }
}
.sec.sec_3 .inner .sub {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,70%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 500;
}
@media screen and (max-width: 768px) {
  .modal-container {
    padding: 40px 10px;
  }
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modal-container:before {
    content: none;
  }
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 15%);
  max-width: 1160px;
}
@media screen and (max-width: 768px) {
  .modal-body {
    width: 100%;
  }
}
/*モーダルを閉じるボタンの指定*/
.modal-close {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20.5px;
  right: 20.5px;
  width: 24px;
  height: 24px;
  font-size: 32px;
  font-weight: bold;
  color: #222;
  z-index: 501;
}
/*モーダル内のコンテンツの指定*/
.modal-content {
  padding: 40px 6% 35px;
  text-align: left;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .modal-content {
    padding: 45px 25px 20px;
  }
}

.modal-content .menu {
  display: flex!important;
}
.modal-content._view .request,
.modal-content._view .sec_3._view {
  display: block!important;
}
.modal-content._view .menu,
.modal-content .request,
.modal-content .sec_3 {
  display: none!important;
}

.request._new .back_btn {
  display: table;
  position: absolute;
  top: 20.5px;
  left: 20.5px;
  margin: 24px auto 0;
  font-size: 16px;
  color: #0B4EA8;
  text-decoration: underline;
}
.request._new .back_btn:hover {
  text-decoration: none;
}
.request._new .back_btn:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #0B4EA8;
  border-right: 1px solid #0B4EA8;
  transform: rotate(135deg);
  margin: 0 8px 2px;
}

.modal-content .c_ttl_5 {
  position: relative;
}
.modal-content .c_ttl_5:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 30px;
  height: 2px;
  background: #222;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .modal-content .c_ttl_5 {
    font-size: 18px;
  }
}