#iframe_modal,
#fix_modal {
	display: block;
}

.top_fv_banner_wrap{
  position: absolute;
  bottom: 35px;
  text-align: center;
}

.top_fv_1st{
  width: 160px;
  display:block;
  margin: 15px auto;
}

.top_fv_banner{
  width:400px;
}

#campaign .inner {
  padding: 103px 0 100px;
  padding-bottom: 0;
}

#campaign h2 {
  font-size: 5.2rem;
  color: #416FC0;
  text-align: center;
  background-image: url(/sol/contents/client/lp/itzaitaku_01/img/bg_h2.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 30px;
  line-height: 1;
  font-weight: bold;
}

.campaign_table {
  width: 868px;
  margin: 53px auto 0;
  border-top: 1px solid #000;
  border-collapse: collapse;
}

.campaign_table td {
  font-size: 2.8rem;
  padding: 20px 10px;
  text-align: left;
  border-bottom: 1px solid #000;
}

.campaign_table th {
  font-size: 2.8rem;
  padding: 20px 10px;
  width: 200px;
  text-align: left;
  border-bottom: 1px solid #000;
  vertical-align: middle;
}

.campaign_txt {
  font-size: 1.5rem;
  width: 868px;
  margin: 20px auto 0;
}

.blue {
  color: #446fc0;
  margin-top: 13.33333vw;
  font-size: 5.06667vw;
  line-height: 7.2vw;
  font-weight: 700;
  text-align: center;
}

.p-button {
  margin-top: 30px;
}

.new_cont {
  display: flex;
  justify-content: space-between;
}
.new_cont ul {
  width: 48%;
}
.new_cont ul li {
  margin-bottom: 195px;
}
.new_cont ul li p {
 position: relative;
 padding: 50px 0;
 text-align: center;
 font-weight: bold;
 border-radius: 1000px;
 z-index: 1;
}
.new_cont ul li:first-child {
 margin-bottom: 50px;
}
.new_cont ul:first-child li h3 {
 color: #2E5397;
}
.new_cont ul:last-child li h3 {
 color: #E3A100;
}
.new_cont ul:first-child li p {
 background: #EFF4FF;
 color: #2E5397;
}
.new_cont ul:first-child li p:before {
  display: block;
  position: absolute;
  z-index: 0;
  content: '';
  width: 110px;
  height: 84px;
  background-image: url(/sol/contents/client/lp/itzaitaku_01/img/comment.svg);
  bottom: -35px;
  left: -50px;
}
.new_cont ul:last-child li p {
 background: #FFF7E3;
 color: #E3A100;
}
.new_cont ul:last-child li p:before {
  display: block;
  position: absolute;
  z-index: 0;
  content: '';
  width: 110px;
  height: 84px;
  background-image: url(/sol/contents/client/lp/itzaitaku_01/img/comment2.svg);
  bottom: -35px;
  right: -50px;
}
.new_cont ul li p img {
    position: absolute;
    bottom: -170px;
    left: 25%;
}
.p-button.thirty {
  margin-top: 50px;
}

.c-section.-sec02{
    padding: 100px 0 0;
}
.c-section.-sec02 .c-section-inner {
    max-width: none;
    margin: auto;
}
b.zaitaku_ttl {
  display: block;
  text-align: center;
  font-size: 47px;
  line-height: 49px;
  background: #FEC230;
  padding: 30px 0;
  color: #fff;
  position: relative;
}
b.zaitaku_ttl span.fontset1{
  font-size: 20px;
}
b.zaitaku_ttl span.fontset2{
  font-size: 17px;
  display: block;
  line-height: 20px;
  margin-top: 25px;
}
b.zaitaku_ttl:before{
  display: block;
  content: '';
  width: 35px;
  height: 35px;
  transform: rotate(45deg);
  background: #FEC230;
  position: absolute;
  bottom: -17.5px;
  left: 50%;
  z-index: 1000000;
}
.c-section.-sec02._sca-active {
  animation: auto !important;
  -webkit-animation: none;
  transition: 1s;
}
.c-section.-sec03._sca-active {
  animation: auto !important;
  -webkit-animation: none;
  transition: none;
}
.sp-only {
  display: none;
}


@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-section.-sec01  {
    width: 85%;
    margin: 0 auto;
  }

}

@media screen and (min-width: 768px){
  .blue {
    margin-top: 100px;
    font-size: 30px;
    line-height: 40px;
  }
}


@media print, screen and (max-width: 768px) {
  .top_fv_banner_wrap{
    width: calc(100% - 50px);
  }

  .top_fv_1st{
    width: 127px;
      display: block;
      margin: 15px auto;
      margin-left: 0;
      margin-bottom: 30%;
  }

  .campaign_table {
    width: auto;
    margin: 25px auto 0;
  }

  .campaign_table th {
    width: 80px;
}

  #campaign .inner {
    padding: 70px 20px 35px;
  }

  .campaign_txt {
    width: 100%;
}

  .c-section.-sec01  {
    width: 85%;
    margin: 0 auto;
  }
  .new_cont ul:first-child li p img {
    position: absolute;
    bottom: -115px;
    left: 10%;
    width: 80%;
  }
  .new_cont ul:last-child li p img {
    position: absolute;
    bottom: -115px;
    left: 25%;
    width: 60%;
  }
}

@media print, screen and (max-width: 480px) {
  .sp-only {
  display: block;
  }
  h2.c-heading {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 4vw;
    position: relative;
  }
  .c-section.-kv h1 span {
    font-size: 16px;
    letter-spacing: 0.02em;
　　}
  .new_cont {
    display: block;
    justify-content: space-between;
  }
  .new_cont ul {
    width: 100%;
  }
  .new_cont ul li {
    margin-bottom: 67px;
  }
  .new_cont ul li:first-child {
    margin-bottom: 0;
  }
  .new_cont ul li:nth-child(2) {
    padding: 25px 75px 0 50px;
  }
  .new_cont ul li:last-child {
    padding: 33px 50px 0 75px;
  }
  .new_cont ul li p {
    padding: 22px 0;
    font-size: 10px;
    line-height: 20px;
  }
  .c-section.-sec01 {
    width: 100%;
    margin: 0 auto;
    padding: 13.33333vw 0 8vw;
  }
  .new_cont ul:first-child li p:before {
    width: 63px;
    height: 51px;
    background-size: contain;
    bottom: -20px;
    left: -35px;
  }
  .new_cont ul:last-child li p:before {
    width: 63px;
    height: 51px;
    background-size: contain;
    bottom: -20px;
    right: -35px;
  }
  .new_cont ul:first-child li:last-child p:before {
    right: -35px;
    left: auto;
    transform: scale(-1, 1);
  }
  .new_cont ul:last-child li:nth-child(2) p:before {
    left: -35px;
    right: auto;
    transform: scale(-1, 1);
  }
  .new_cont ul:first-child li h3 {
    margin-top: 45px;
  }
  .new_cont ul:last-child {
    margin-top: 120px;
  }
  .new_cont ul:first-child li:nth-child(2) p img {
    bottom: -90px;
    width: 75%;
    right: -90px;
    left: auto;
  }
  .new_cont ul:first-child li:last-child p img {
    bottom: -90px;
    width: 75%;
    left: -90px;
    right: auto;
  }
  .new_cont ul:last-child li:nth-child(2) p img {
    bottom: -90px;
    width: 50%;
    right: -60px;
    left: auto;
  }
  .new_cont ul:last-child li:last-child p img {
    bottom: -90px;
    width: 50%;
    left: -60px;
    right: auto;
  }
  .p-button a {
    color: #fff;
    font-size: 13px;
    padding: 16px 0;
    text-align: center;
    width: 296px;
  }
  .p-button.thirty {
    margin-top: 120px;
  }
  .c-section.-sec02 {
    padding: 20px 0 0;
  }
  b.zaitaku_ttl {
    font-size: 20px;
    line-height: 26px;
    padding: 15px 0;
  }
  b.zaitaku_ttl span.fontset1 {
    font-size: 10px;
  }
  b.zaitaku_ttl span.fontset2 {
    font-size: 8px;
    margin-top: 0;
  }
}



/*フォーム用CSS*/
.fix-form{
    position: fixed;
    z-index: 1000001;
    background: rgba(255, 255, 255, 0.94);
    padding: 40px 40px 25px;
    right: 20px;
    bottom: 20px;
    border-radius: 20px;
    box-shadow: 6px 6px 10px rgba(0,0,0,0.4);
    width: 310px;
}
.fix-form .page4{
    padding: 70px 0;
}
.fix-form .form-p-1,
.fix-form .form-p-2,
.fix-form .form-attention{
    font-size: 9px;
}
.fix-form .form-title{
    font-weight: bold;
    font-size: 23px;
}
.fix-form .page4 .form-title{
    margin-bottom: 55px;
}
.fix-form .form-attention{
    color: #ff6a6a;
}
.fix-form .fix-form-top{
    text-align: center;
}
.fix-form .page4 .fix-form-top{
    margin-bottom: 100px;
}
.fix-form input[type="text"],
.fix-form select{
    width:100%;
    box-sizing: border-box;
    padding: 7px 10px;
    background: #F0F8FC;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    font-size: 9px;
}
.fix-form .frm_tag {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  padding: 13px 0 0;
}
.fix-form .frm_tag span.form-req {
  font-size: 9px;
  color: #F073AA;
}
.fix-form .form_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.modal-form .form_close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}


.fix-form .next-btn, .fix-form .close-btn {
    border: none;
    padding: 6px 50px;
    margin: 0 5px;
    margin-top: 20px;
    background-color: #51ABE7;
    background-image: url(/sol/contents/client/lp/itzaitaku_01/img/arrow.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    box-shadow: 0px 2px #4B96C7;
    font-size: 12px;
    color: white;
    display: inline-block;
    cursor: pointer;
}
.fix-form .page4 .close-btn {
    background-image: none;
}
.fix-form .next-btn.prev2,
.fix-form .next-btn.prev3 {
    background-image: url(/sol/contents/client/lp/itzaitaku_01/img/arrow2.svg);
    background-position: 10% 50%;
}
.fix-form .page3 .next-btn, .fix-form .close-btn {
    border: none;
    padding: 6px 0;
    margin: 0 6px;
    display: inline-block;
    width: 113px;
}
.fix-form .w-50{
    width:49%;
    display: inline-block;
    font-size: 12px;
}
.fix-form .w-160,
.fix-form .w-160-calc{
    width: 49%;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
}

.fix-form .w-160{
    width:145px;
}

.fix-form .w-160-calc{
    width:calc(100% - 150px);
}

.fix-form .w-160 input,
.fix-form .w-160-calc input {
    margin:0;
}
.fix-form .text-center{
    text-align: center;
}
.fix-form .text-center .attention {
  font-size: 10px;
  margin: 35px 0 25px;
}
.fix-form .text-center .attention a {
  text-decoration: none;
}
.fix-form .text-center .attention a:hover{
  text-decoration: underline;
}






.modal-form {
  position: fixed;
  z-index: 1000001;
  background: #ffffff;
  padding: 65px 33px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 20px;
  box-shadow: 6px 6px 10px rgba(0,0,0,0.4);
  width: 600px;
}
.modal-form .thanks_msg{
  padding: 135px 0;
}
.modal-form div {
  line-height: 1;
}
.modal-form button:hover{
  opacity: .8;
}
.modal-form .form-p-1,
.modal-form .form-p-2,
.modal-form .form-attention{
  font-size: 12px;
  margin-bottom: 10px;
}
.modal-form .form-title{
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 25px;
}
.modal-form .modal-tag {
  font-size: 13px;
  font-weight: bold;
  margin: 20px 0 8px;
}
.modal-form .modal-tag span {
  font-size: 10px;
  color: #F073AA
}


.modal-form .form-attention{
  color: #ff6a6a;
}
.modal-form .fix-form-top{
    text-align: center;
}

.modal-form .next-btn,
.modal-form .close-btn{
  border: none;
  padding: 10px 0;
  width: 164px;
  margin: 50px 5px 0;
  background: #51ABE7;
  box-shadow: 0px 2px #4B96C7;
  color: white;
  display: inline-block;
  background-image: url(/sol/contents/client/lp/itzaitaku_01/img/arrow.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  cursor: pointer;
}
.modal-form .next-btn.prev2,
.modal-form .next-btn.prev3 {
  background-image: url(/sol/contents/client/lp/itzaitaku_01/img/arrow2.svg);
  background-position: 10% 50%;
}
.modal-form .page2 .w-160,
.modal-form .page2 .w-160-calc{
  width: 49%;
  display: inline-block;
  font-size: 11px;
  margin-bottom: 18px;
}
.modal-form .page3 .w-160,
.modal-form .page3 .w-160-calc{
  width: 49%;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 18px;
  font-weight: bold;
  vertical-align: middle;
}
.w-160-calc.e_6_confirm {
  line-height: 22px;
}
.modal-form .text-center {
  text-align: center;
}

.modal-form .page3 .fix-form-top {
  margin-bottom: 60px;
}
.modal-form .page3 .text-center .attention {
  font-size: 11px;
  margin-top: 80px;
}
.modal-form .page3 .text-center .attention a {
  text-decoration: none;
}
.modal-form .page3 .text-center .attention a:hover{
  text-decoration: underline;
}

.disp-alert{
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
}

.fix-form .next1:disabled,
.fix-form .next2:disabled,
.modal-form .next1:disabled,
.modal-form .next2:disabled{
  background-color: #b7b7b7;
  box-shadow: 0px 2px #7d7d7d;
}

.fix-form .thanks_msg {
  padding: 70px 0;
}
.fix-form .thanks_msg .form-title {
  margin-bottom: 55px;
}
.fix-form .thanks_msg .fix-form-top {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px){
  .fix-form{
    display: none;
  }
  .modal-form{
    width: 295px;
    right: calc(50% - 176px);
    padding: 30px 33px 35px;
  }
  .modal-form .form-title {
  font-size: 20px;
  }
  .modal-form .page4 .form-title {
  line-height: 25px;
  }
  .modal-form .page2 .w-160, .modal-form .page2 .w-160-calc {
    width: 100%;
    margin-bottom: 10px;
  }
  .modal-form .next-btn, .modal-form .close-btn {
    width: 135px;
    margin: 20px 5px 0;
  }
  .modal-form .page4 .text-center .attention {
    margin-top: 50px;
  }
  .modal-form .page4 .form-p-2 {
    line-height: 20px;
  }
  .modal-form .page3 .fix-form-top {
    margin-bottom: 40px;
  }
}
