@charset "UTF-8";
.hp_fspink {
  color: #e3007f;
}
.hp_fsblue {
  color: #0080cb;
}
.hp_fsred {
  color: #e60012;
}
.hp_fs15 {
  font-size: 15px;
}
.el_bluebox {
  border: 4px solid #009fe8;
  border-radius: 18px;
  padding: 40px 36px;
  color: #231815;
  letter-spacing: 0.02em;
}
.el_pinkbox {
  border: 3px solid #ff8189;
  border-radius: 18px;
  padding: 40px 36px;
  color: #1d2087;
}
.forms .ly_inner.el_bluebox {
  margin: 60px auto 100px;
}
@media print, screen and (max-width: 768px) {
.forms .ly_inner.el_bluebox {
  margin: 0 auto 0;
}
}
.blue110 {
  font-size: 1.2em;
  color: #009fe8;
}
.forms .ly_inner .el_ttl01 {
  margin: 0;
  text-align: left;
  font-size: 28px;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
}
.forms .ly_inner .el_ttl02 {
  font-size: 32px;
  letter-spacing: 0.03em;
  color: #009fe8;
  margin: 65px 0 20px;
}
.forms .ly_inner .el_ttl02:first-child {
  margin-top: 0!important;
}
.forms .ly_inner .el_ttl03 {
  font-size: 21px;
  letter-spacing: 0.025em;
  color: #0080cb;
  margin: 15px 0 0;
}
.forms .ly_inner .el_ttl03 span {
  font-size: 15px;
}

.forms {
  background: #fffce4;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.13em;
  font-weight: 700;
  padding: 90px 0 0;
}
.forms .ly_inner {
  width: 94%;
  max-width: 920px;
  margin: 0 auto;
}
.forms .pagettl h1 {
  position: relative;
  width: 100%;
  max-width: 804px;
  margin: 0 auto;
}
.forms .pagettl h1::before {
  content: "";
  width: 56px;
  height: 66px;
  background: url(../form/images/pcbg1.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -10px;
  bottom: -40px;
}
.forms .bl_lead {
  padding: 40px 0 60px;
  color: #0080cb;
  position: relative;
}
.forms .bl_lead:before {
  content: "";
  width: 361px;
  height: 249px;
  background: url(../form/images/pcbg2.png) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  right: 40%;
  bottom: 60px;
}
.bl_leadbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bl_leadbox .bl_leadbox_l {
  width: 69%;
}
.bl_leadbox .bl_leadbox_r {
  width: 30.44%;
}

.bl_leadbox.bl_leadbox_01 {
  align-items: flex-end;
}
.bl_leadbox.bl_leadbox_01 .bl_leadbox_l {
  padding-bottom: 23px;
}
.bl_leadbox.bl_leadbox_02 .bl_leadbox_l {
  padding: 0 0 23px;
}
.bl_leadbox.bl_leadbox_03 .bl_leadbox_l {
  width: 63%;
}
.bl_leadbox.bl_leadbox_03 .bl_leadbox_r {
  width: 36.64%;
}

.bl_dlbox {
  margin: 30px 0 0;
}
.bl_dlbox:first-child {
  margin: 0;
}
.bl_dlbox dt {
  display: inline-block;
  background: #54c2f0;
  color: #fff;
  font-size: 21px;
  padding: 4px 20px;
  border-radius: 40px;
  margin: 0 0 10px;
}
.bl_dlbox dd {
  padding: 0 0 0 20px;
  color: #231815;
  letter-spacing: 0.025em;
}

.bl_ppbox {
  padding: 30px 0 0;
}
.news_btnwide {
  margin: 35px 0 60px;
}
.news_btnwide .news_btn {
  max-width: 100%;
  background: transparent;
}
.bl_ppbox ul {
  display: flex;
  font-size: 30px;
  color: #231815;
  margin: 30px 0 10px;
}
.bl_ppbox ul li input,
.bl_ppbox ul li label {
  display: inline-block;
  vertical-align: middle;
}
.bl_ppbox ul li:first-child {
  margin-right: 30px;
}
.news_btnleft .news_btn  {
  max-width: 356px;
  background: transparent;
  margin: 20px 0 0;
  height: 60px;
}
.news_btnleft .news_btn span {
  height: 60px;
  line-height: 60px;
}
.bl_flyer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.bl_flyer li {
  width: 48%;
}
.bl_flyer li .bl_flyer_img {
  padding: 0 0 60px;
  position: relative;
}
.bl_flyer li .bl_flyer_img:before {
  content: "";
  width: 66px;
  height: 76px;
  background: url(../form/images/line@2x.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.confirmationButton input {
  width: 100%;
  padding: 20px;
  color: #FF8189;
  font-weight: bold;
  font-size: 20px;
  background: transparent;
  cursor: pointer;
  border: 0px;
  position: relative;
  z-index: 999;
}
input[type="submit"][disabled] {
  background: #ccc;
  cursor: not-allowed;
  color: #FF8189!important;
}
.confirmationButton {
  position: relative;
  border: 2px solid #FF8189;
}
.confirmationButton::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 2;
  z-index: 0;
  background: #FF8189;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.confirmationButton .stickarrow {
  width: 63px;
  height: 14px;
  border-bottom: 2px solid #FF8189;
  border-right: 2px solid #FF8189;
  -webkit-transform: skew(45deg) translateY(-50%);
  transform: skew(45deg) translateY(-50%);
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 1000;
}
.confirmationButton:hover input {
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999;
  position: relative
}
.confirmationButton:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}
.confirmationButton:hover .stickarrow {
  right: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff
}

.bl_dlboxlr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bl_dlboxl {
  width: 60%;
}
.bl_dlboxr {
  width: 36%;
  margin-top: -40px;
}
.ly_inner h2.el_pinkboxttl {
  color: #e3007f;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 30px;
}

.bl_pinkdlbox {
  margin: 0 0 30px;
}
.bl_pinkdlbox dt {
  color: #009fe8;
  font-size: 18px;
  font-weight: 700;
}
.bl_pinkdlbox dt .bl_dlboxtxt {
  font-size: 14px;
  display: inline;
}
.bl_pinkboximg {
  width: 100%;
  max-width: 230px;
  margin: 20px auto 0;
}

@media print, screen and (max-width: 768px) {
  .forms {
    padding: 20px 0 0;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .forms .pagettl h1::before {
    content: none;
  }

  .bl_leadbox .bl_leadbox_l {
    width: 100%;
  }
  .bl_leadbox .bl_leadbox_r {
    width: 100%;
    padding: 0 0 40px;
  }
  .bl_leadbox.bl_leadbox_03 .bl_leadbox_l {
    width: 100%;
  }
  .bl_leadbox.bl_leadbox_03 .bl_leadbox_r {
    width: 100%;
  }
  .bl_leadbox.bl_leadbox_01 .bl_leadbox_l {
    padding: 0 0 10px;
  }
  .el_pinkbox,
  .el_bluebox {
    padding: 20px;
  }
  .forms .ly_inner .el_ttl01 {
    font-size: 19px;
  }
  .bl_dlbox dt {
    font-size: 15px;
    padding: 4px 15px;
  }
  .bl_dlbox dd {
    padding: 0 0 0 0px;
  }
  .forms .ly_inner .el_ttl03 {
    font-size: 16px;
  }
  .forms .ly_inner .el_ttl02 {
    font-size :16px;
  }
  .bl_flyer li {
    width: 100%;
  }
  .bl_flyer li:first-child {
    margin: 0 0 30px;
  }
  .bl_dlboxl {
    width: 100%;
  }
  .bl_dlboxr {
    width: 100%;
    margin-top: 20px;
  }
  .confirmationButton .stickarrow {
    width: 37px;
    right: 20px;
  }
}

footer p {
  text-align: center;
  font-size: 14px;
  line-height: 180%;
}

.bl_footbtn_ttl {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 70px 0 20px;
  text-align: center;
  color: #d7007f;
}
.bl_footbtn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}
.bl_footbtn {
  width: 31.3%;
  background: #fff;
  margin: 0 0 70px;
  border-radius: 12px;
  border: 4px solid #d9e021;
  overflow: hidden;
}
.bl_footbtn.bl_footbtn_y {
  background: #fff9c5;
}
.bl_footbtn .news_btn_box {
  max-width: 88.49%;
  margin: 0 auto;
}
.bl_footbtn .news_btn_box .news_btn {
  margin: 0 auto 14px;
  height: 34px;
  margin-top: -2px;
}
.bl_footbtn .news_btn_box .news_btn span {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
}
.bl_footbtn .news_btn_box .news_btn .stickarrow {
  width: 20px;
  right: 6px;
  height: 7px;
}
.el_ttl.seiza_txt {
  font-size: 17px;
  margin-top: 0;
}
.seiza_img {
  width: 140px;
  margin: 30px auto 0;
}

.bl_secprf .prfFlex .prfFlex__inner {
  justify-content: center;
}


.ly_header .headlead {
  font-family: 'Noto Sans JP', serif;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin: 50px 0 5px;
  line-height: 1.9;
}
.ly_header .headlead2 {
  font-family: 'Noto Sans JP', serif;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.ly_header .headlead2 span {
  display: inline-block;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .bl_footbtn {
    width: 100%;
    max-width: 226px;
    margin: 0 auto 15px;
  }
}

/* faq */
#faq .ly_inner {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  min-height: 800px;
  font-weight: 500;
}
#faq .faq_header {
  padding: 60px 0 30px 110px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-style: normal;
  background: url(../form/images/faq-ttl.png) no-repeat left 68px;
  background-size: 100px auto;
}
#faq .faq_header h1.faq_ttl {
  color: #0081cc;
  text-shadow:none;
  display: block;
  text-align: left;
  line-height: 67px;
  font-size: 48px;
}
#faq .faq_header h2{
  font-size: 30px;
  color: #0081cc;
  text-align: left;
  padding: 0 0 20px 0;
  margin: 0;
}
#faq .faq_header p {
  font-size: 20px;
  color: #0081cc;
  text-align: left;
}
.faq_wrap {
  margin-top: 30px;
  padding: 0 0 100px;
}
.faq_wrap dl {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}
.faq_wrap dl dt {
  padding: 5px 0 0 60px;
  background: url(../form/images/faq-q.png) no-repeat 5px top;
  background-size: 40px auto;
  color: #0081cc;
  margin-bottom: 20px;
  min-height: 36px;
  cursor: pointer;
}
.faq_wrap dl dd {
  display: none;
  padding-left: 60px;
  background: url(../form/images/faq-a.png) no-repeat left top;
  background-size: 52px auto;
  color: #000;
  margin: 0 0 40px;
}
#faq .hp_fsred {
  color: #e60012;
}

@media print, screen and (max-width: 768px) {
  #faq .faq_header {
    padding: 50px 0 20px 90px;
    background: url(../form/images/faq-ttl.png) no-repeat left 68px;
    background-size: 92px auto;
  }
  #faq .faq_header h1.faq_ttl {
    font-size: 32px;
    padding: 0;
  }
  #faq .faq_header h2 {
    font-size: 20px;
  }
  #faq .faq_header p {
    font-size: 13px;
  }
}