@charset "UTF-8";
/* CSS Document */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

footer .f_container * {
  -webkit-box-sizing: unset !important;
  box-sizing: unset !important;
} 
/*----------------------------------------------------------------------
//////////■■■■base style■■■■//////////
----------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #000;
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
  min-width: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body > img {
    display: none !important;
  }
}
p,
span,
dt,
dd,
div,
li,
a {
  font-size: 2.2rem;
  line-height: 2.1;
  letter-spacing: 0em;
}

.l-key_visual__wrap__inner p.bottom.text_caution,
.l-key_visual__wrap__inner p.bottom.text_caution a,
.l-point_one__wrap__modal_box p.bottom.text_caution,
.l-point_one__wrap__modal_box p.bottom.text_caution a
 {
  font-size: 1.2rem;
  text-align:left;
   line-height: 1.4; 	
}
.l-point_one__wrap__modal_box p.bottom.text_caution{
    padding-left: 10px;
}
.key_caution.ad {
    margin: 30px 0 0;
    background: #f1fcff;
    padding: 2rem 1rem 0;
}
#affiliate .l-point_one__wrap__modal_box {
    background: #fff;
    padding: 30px 0 0;
    margin: 0 auto;
} 

#affiliate .l-point_one__wrap__modal_box button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}
#affiliate .l-point_one__wrap__modal_box img.sp {
    display:none;
}
#affiliate .l-point_one__wrap__modal_box img.pc {
    display:block;
} 
@media screen and (max-width: 767px) {
  p,
  span,
  dt,
  dd,
  div,
  li,
  a {
    font-size: 1.4rem;
  }
	.key_caution{
	padding:0 1rem 1rem;
	background:#fff;  
  }
.key_caution.ad {
    margin: 0 0 0;
    padding: 1rem;
 background: #fff;   
} 
#affiliate .l-point_one__wrap__modal_box img.sp {
    display:block;
}
#affiliate .l-point_one__wrap__modal_box img.pc {
    display:none;
} 

  }

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

/*----------------------------------------------------------------------
/////■■ utility ■■/////
----------------------------------------------------------------------*/
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 10px;
  }
}

.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 15px;
  }
}

.u-mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 20px;
  }
}

.u-mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 25px;
  }
}

.u-mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 30px;
  }
}

.u-mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 35px;
  }
}

.u-mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 40px;
  }
}

.u-mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 45px;
  }
}

.u-mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 50px;
  }
}

.u-mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .u-mb110 {
    margin-bottom: 55px;
  }
}

.u-mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .u-mb120 {
    margin-bottom: 60px;
  }
}

.u-mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .u-mb130 {
    margin-bottom: 65px;
  }
}

.u-mb140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .u-mb140 {
    margin-bottom: 70px;
  }
}

.u-mb150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .u-mb150 {
    margin-bottom: 75px;
  }
}

.u-sp_block {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp_block {
    display: block;
  }
}

/*----------------------------------------------------------------------
//////////■■ component ■■//////////
----------------------------------------------------------------------*/
.c-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 94%;
}
@media screen and (max-width: 767px) {
  .c-wrapper {
    width: 100%;
  }
}
.c-wrapper--min {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-wrapper--min {
    width: 100%;
  }
}

/*----------------------------------------------------------------------
/////■■ project ■■/////
----------------------------------------------------------------------*/
.p-btn_box {
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .p-btn_box {
    padding: 0 0 40px;
  }
}
.p-btn_box p {
  margin: 0 auto 10px;
  /*max-width: 520px;*/
  width: 41.333%;
  min-width: 520px;
}
@media screen and (max-width: 767px) {
  .p-btn_box p {
    width: 100%;
    min-width: 0;
    padding: 0 3.2%;
    margin: 0 auto 2px;
  }
}
.p-btn_box a {
  outline: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*max-width: 621px;*/
  width: 51.75%;
  min-width: 520px;
}
@media screen and (max-width: 767px) {
  .p-btn_box a {
    width: 100%;
    min-width: 0;
    padding: 0 4%;
  }
}

/*----------------------------------------------------------------------
/////■■ script ■■/////
----------------------------------------------------------------------*/
.is-modal_contents {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.is-modal_contents__inner {
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em 0em;
  max-width: 1200px;
  width: 90%;
  z-index: 110;
}
@media screen and (max-width: 767px) {
  .is-modal_contents__inner,
  .is-modal_contents__inner_02  {
    top: 50%;
  }
}
.is-modal_contents__inner__wrap,
.is-modal_contents__inner__wrap_02{
  height: 100%;
  margin: -30px auto 0;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .is-modal_contents__inner__wrap,
  .is-modal_contents__inner__wrap_02  {
    height: 97%;
    margin: 0 auto;
  }
}
.is-modal_contents__inner__wrap__close_btn,
.is-modal_contents__inner__wrap__close_btn_02{
  margin-left: auto;
  margin-bottom: 8px;
  max-width: 22px;
}
.is-modal_contents__inner__wrap__iframe_box,
.is-modal_contents__inner__wrap__iframe_box_02{
  background: #fff;
  border-radius: 6px;
  padding: 6px;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .is-modal_contents__inner__wrap__iframe_box,
  .is-modal_contents__inner__wrap__iframe_box_02  {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
}
.is-modal_contents__inner__wrap__iframe_box iframe,
.is-modal_contents__inner__wrap__iframe_box_02 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.is-modal_contents__overlay,
.is-modal_contents__overlay_02{
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}

/*----------------------------------------------------------------------
//////////■■ layout ■■//////////
----------------------------------------------------------------------*/
.l-main {
  position: relative;
  padding-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-bottom: 77px;
  }
}

.l-header {
  padding: 17px 1.5em;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 11px 1.5em;
  }
}
.l-header img {
  max-width: 251px;
}
@media screen and (max-width: 767px) {
  .l-header img {
    margin-left: auto;
    margin-right: auto;
    max-width: 125px;
  }
}

.l-key_visual {
  background: #f1fcff;
}
.l-key_visual__wrap {
  background: url(/ad/common/include/body_messages/img_lp100/key_visual_bg1_pc.jpg) no-repeat center top;
  background-size: auto;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-key_visual__wrap {
    background: url(/ad/common/include/body_messages/img_lp100/key_visual_bg1_sp.jpg) no-repeat right top;
    background-size: 100%;
    min-width: 100%;
    width: 100%;
  }
}
.l-key_visual__wrap__inner {
  background: url(/ad/common/include/body_messages/img_lp100/key_visual_bg2_pc.jpg) no-repeat 56% top;
  background-size: auto;
  padding: 12px 0 30px;
  min-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-key_visual__wrap__inner {
    background: url(/ad/common/include/body_messages/img_lp100/key_visual_bg1_sp.jpg) no-repeat;
    background-position: 100% 28%;
    background-size: 100%;
    padding: 2% 0 0px;
    min-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .l-key_visual__wrap__inner {
    background: url(/ad/common/include/body_messages/img_lp100/key_visual_bg1_sp.jpg) no-repeat;
    background-position: right top;
    background-size: 100%;
  }
}
.l-key_visual__contents {
  padding: 0 40px;
  max-width: 760px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-key_visual__contents {
    padding: 0;
    max-width: 100%;
  }
}
.l-key_visual__contents h2 {
  margin: 0 auto 20px;
  max-width: 446px;
}
@media screen and (max-width: 768px) {
  .l-key_visual__contents h2 {
    padding: 0 8%;
  }
}
@media screen and (max-width: 768px) {
  .l-key_visual__contents__top {
    padding: 0 0 2% 8%;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .l-key_visual__contents__top {
    padding: 0 0 2% 4%;
    width: 56%;
  }
}
.l-key_visual__contents__top__split_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l-key_visual__contents__top__split_box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .l-key_visual__contents__top__split_box__left_box {
    /*margin-bottom: 20px;*/
  }
}
.l-key_visual__contents__top__split_box__left_box__num_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-key_visual__contents__top__split_box__left_box__num_box__left_box {
    padding: 0 2%;
  }
}
.l-key_visual__contents__top__split_box__left_box__num_box__left_box img {
  max-width: 143px;
}
@media screen and (max-width: 768px) {
  .l-key_visual__contents__top__split_box__left_box__num_box__left_box img {
    max-width: 71.5px;
  }
}
.l-key_visual__contents__top__split_box__left_box__num_box__right_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.l-key_visual__contents__top__split_box__left_box__num_box__right_box p {
  color: #072f60;
  font-size: 10.8rem;
  font-weight: bold;
  font-family: 'Arial', 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  line-height: 0.7;
}
.l-key_visual__contents__top__split_box__left_box__num_box__right_box.single p {
  font-size: 15.8rem;
}
@media screen and (max-width: 767px) {
  .l-key_visual__contents__top__split_box__left_box__num_box__right_box p {
    font-size: 15.73vw;
  }
  .l-key_visual__contents__top__split_box__left_box__num_box__right_box.single p {
  font-size: 8.8rem;
}  
}
.l-key_visual__contents__top__split_box__right_box img {
    padding-top: 60px;
}
@media screen and (max-width: 767px) {
	.l-key_visual__contents__top__split_box__right_box img {
    padding-top: 0;
	}
}

.l-key_visual__contents__top__split_box__left_box__num_box__right_box img {
  max-width: 94px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .l-key_visual__contents__top__split_box__left_box__num_box__right_box img {
    max-width: 65px;
  }
  .l-key_visual__contents__top__split_box__left_box__num_box__right_box.single img {
    max-width: 30px;
  }  
}
.l-key_visual__contents__bottom {
  padding: 0 0 0.5em;
}
@media screen and (max-width: 768px) {
  .l-key_visual__contents__bottom {
    background: #fff;
    padding: 2% 3.2% 4%;
  }
}
@media screen and (max-width: 767px) {
  .l-key_visual__contents__bottom {
    background: #fff;
    padding: 1.3% 3.2% 6.6%;
  }
}
.l-key_visual__contents__bottom a {
  outline: none;
}
.l-key_visual__wrap__inner p.bottom {
    font-size: 1rem;
    line-height: 1.6;
    padding-left: 10px;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 767px) {
  .l-key_visual__wrap__inner p.bottom{
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .l-key_visual__wrap__inner p.bottom {
    text-align: left;
  }
}
	.l-point_one__wrap__modal_box p.bottom::before,
	.l-key_visual__wrap__inner p.bottom::before  {
  content: '※';
}
@media screen and (max-width: 400px) {
  .l-key_visual__wrap__inner p.bottom::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.l-key_visual__contents__bottom__cap {
  margin-left: auto;
  margin-right: auto;
  max-width: /*380px*/100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-key_visual__contents__bottom__cap {
    margin-bottom: 0.5%;
  }
}
.l-key_visual__contents__bottom__btn {
  display: block;
  position: relative;
  margin: 0 auto 10px;
  max-width: 600px;
}
@media screen and (max-width: 400px) {
  .l-key_visual__contents__bottom__btn {
    width: 98.3%;
  }
}
.l-key_visual__contents__bottom__btn::after {
  content: '';
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-key_visual__contents__bottom__btn::after {
    content: none;
  }
}
.l-key_visual__contents__bottom__btn:hover::after {
  content: '';
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-key_visual__contents__bottom__btn:hover::after {
    content: none;
  }
}

.l-link_box {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-link_box {
    margin-bottom: 0em;
  }
}
.l-link_box__top {
  padding: 75px 0 84px;
}
@media screen and (max-width: 768px) {
  .l-link_box__top {
    background: #f1faff;
    padding: 25px 0;
  }
}
.l-link_box__top h3 {
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .l-link_box__top h3 {
    margin: 0 auto 2%;
  }
}
.l-link_box__top p {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-link_box__top p {
    font-size: 1rem;
  }
}
.l-link_box__bottom {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 6.76%, #006cb9 6.76%, #006cb9 100%);
  padding: 0 0 64px;
}
@media screen and (max-width: 768px) {
  .l-link_box__bottom {
    background: linear-gradient(to bottom, #f1faff 0%, #f1faff 6%, #006cb9 6%, #006cb9 100%);
    padding: 0 10px 40px;
  }
}
.l-link_box__bottom__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .l-link_box__bottom__list {
    justify-content: center;
  }
}
@media screen and (max-width: 400px) {
  .l-link_box__bottom__list {
    justify-content: space-between;
  }
}
.l-link_box__bottom__list li {
  box-shadow: 4px 0px 20px rgba(7, 47, 96, 0.15);
  transition: 0.3s all;
  max-width: 313px;
  width: 31.3%;
}
@media screen and (max-width: 767px) {
  .l-link_box__bottom__list li {
    width: calc( (100% / 2) - 0.75em );
  }
  .l-link_box__bottom__list li:nth-child(odd) {
    margin-right: 15px;
  }
  .l-link_box__bottom__list li:nth-child(4) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  .l-link_box__bottom__list li {
    max-width: 48%;
    width: 100%;
  }
  .l-link_box__bottom__list li:nth-child(odd) {
    margin-right: 0px;
  }
}
.l-link_box__bottom__list li:nth-child(-n+3) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-link_box__bottom__list li:nth-child(-n+3) {
    margin-bottom: 15px;
  }
}
.l-link_box__bottom__list li a {
  outline: none;
  display: block;
  position: relative;
}

.l-point_one__wrap {
  padding: 130px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-point_one__wrap {
    padding: 73px 15px 0;
  }
}
.l-point_one__wrap::before {
  content: '';
  background: url(/ad/common/include/body_messages/img_lp100/point_one_ic1.png) no-repeat left top;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .l-point_one__wrap::before {
    background: url(/ad/common/include/body_messages/img_lp100/point_one_ic1.png) no-repeat left top;
    background-size: 29.26%;
  }
}
.l-point_one__wrap h3 {
  margin: 0 auto 60px;
  max-width: 602px;
  width: 60.2%;
}
@media screen and (max-width: 767px) {
  .l-point_one__wrap h3 {
    width: 100%;
    margin: 0 auto 33px;
  }
}
.l-point_one__wrap__catch_img {
  margin: 0 auto 57px;
}
ul.point_one.l-point_two__wrap__contents__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 94%;
}
@media screen and (max-width: 767px) {
  .l-point_one__wrap__catch_img {
    margin: 0 auto 39px;
  }
}
.l-point_one__wrap__modal_box {
  background: #f2f4f7;
  padding: 75px 0 70px;
  margin: 0 auto 10%;
}
@media screen and (max-width: 767px) {
  .l-point_one__wrap__modal_box {
    padding: 35px 0 17px;
    margin: 0 auto 50px;
  }
}
.l-point_one__wrap__modal_box h4 {
  margin: -95px auto 50px;
}
@media screen and (max-width: 767px) {
  .l-point_one__wrap__modal_box h4 {
    margin: -50px auto 19px;
  }
}
.l-point_one__wrap__modal_box button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  display: block;
  margin:0 auto 20px;
  max-width: 441px;
}
@media screen and (max-width: 767px) {
  .l-point_one__wrap__modal_box button {
    width: 71%;
  }
  #affiliate .l-point_one__wrap__modal_box button.btn {
    width:100%;
  }
  
  #affiliate .l-point_one__wrap__modal_box img {
    width: 92%;
  margin: 0 auto 30px;    
  }  
}

.l-point_two {
  background: #f1faff;
}
.l-point_two__wrap {
  padding: 130px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-point_two__wrap {
    padding: 73px 2.66% 0;
  }
}
.l-point_two__wrap::before {
  content: '';
  background: url(/ad/common/include/body_messages/img_lp100/point_two_ic1.png) no-repeat left top;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-point_two__wrap::before {
    background: url(/ad/common/include/body_messages/img_lp100/point_two_ic1.png) no-repeat left top;
    background-size: 29.26%;
  }
}
.l-point_two__wrap__contents {
  position: relative;
  z-index: 2;
}
.l-point_two__wrap__contents h3 {
  margin: 0 auto 90px;
  max-width: 588px;
  width: 58.8%;
}
@media screen and (max-width: 767px) {
  .l-point_two__wrap__contents h3 {
    width: 100%;
    margin: 0 auto 46px;
    max-width: 97.183%;
  }
}
.l-point_two__wrap__contents__sub_cap {
  color: #072f60;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 50px;
}
.l-point_two__wrap__contents__swap_text {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-point_two__wrap__contents__sub_cap {
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 18px;
  }
}
.l-point_two__wrap__contents__sub_cap strong {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-point_two__wrap__contents__sub_cap strong {
    font-size: 2.1rem;
  }
}
.l-point_two__wrap__contents__list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px;
}

.l-point_one__wrap__modal_box .l-point_two__wrap__contents__list,
.l-point_one__wrap__modal_box p.bottom.text_caution{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 94%;
}    

@media screen and (max-width: 767px) {
  .l-point_two__wrap__contents__list {
    flex-wrap: wrap;
    margin: 0 auto 6%;
  }
}
.l-point_two__wrap__contents__list li {
/*  border-left: solid 2px #cccccc;
  border-bottom: solid 2px #cccccc;*/
  text-align: center;
  
/*------ 項目数変更-------*/  
  width: calc((100% / 3) - 0.5em);

  padding-top: 11px;
}
@media screen and (max-width: 767px) {
  .l-point_two__wrap__contents__list li {
    width: calc((100% / 2) - 1.268%);
/*    border-left: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;*/
  }
  .l-point_two__wrap__contents__list li:nth-child(-n+2) {
    margin-bottom: 0.75em;
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  .l-point_two__wrap__contents__list li:nth-child(-n+2) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  .l-point_two__wrap__contents__list li:nth-child(-n+4) {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}

.l-point_two__wrap__contents__list li img {
  margin: 0 auto 1em;
  width: 90%;
  max-width: 201px;
}
@media screen and (max-width: 767px) {
  .l-point_two__wrap__contents__list li img {
    width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .l-point_two__wrap__contents__list li img {
    max-width: 120px;
    width: 100%;
  }
}
.l-point_two__wrap__contents__list li p:nth-of-type(1) {
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .l-point_two__wrap__contents__list li p:nth-of-type(1) {
    font-size: 1.6rem;
    margin-bottom: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .l-point_two__wrap__contents__list li p:nth-of-type(1) {
    font-size: 1.6rem;
    margin-bottom: 0.4em;
  }
}
.l-point_one__wrap__modal_box .l-point_two__wrap__contents__list li p:nth-of-type(2) {
  display: inline-flex;  
} 
.l-point_two__wrap__contents__list li p:nth-of-type(2) {
  font-size: 10rem;
  font-family: 'Arial', 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-point_two__wrap__contents__list li p:nth-of-type(2) {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-point_two__wrap__contents__list li p:nth-of-type(2) {
    font-size: 6.5rem;
  }
}
.l-point_two__wrap__contents__list li p:nth-of-type(2) span {
  font-size: 3.9rem;
  font-weight: bold;
  line-height: 1;
  padding-top: 12px;
}
.l-point_two__wrap__contents__list li p:nth-of-type(2) span.text_ss {
    font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .l-point_two__wrap__contents__list li p:nth-of-type(2) span {
    font-size: 2.2rem;
  }
}
.l-point_two__wrap__contents__text {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .l-point_two__wrap__contents__text {
    margin-bottom: 35px;
    padding: 0 1.3em;
  }
}
.l-point_two__wrap__contents__text p strong {
  color: #ff2600;
}
.l-point_two__wrap__contents__text p:nth-of-type(1) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-point_two__wrap__contents__text p:nth-of-type(1) {
    margin-bottom: 14px;
  }
}
.l-point_two__wrap__contents__text p:nth-of-type(2) {
  padding-left: 1.5em;
  position: relative;
}
.l-point_two__wrap__contents__text p:nth-of-type(2)::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.l-point_three__wrap {
  padding: 130px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-point_three__wrap {
    padding: 85px 4% 0;
  }
}
.l-point_three__wrap::before {
  content: '';
  background: url(/ad/common/include/body_messages/img_lp100/point_three_ic1.png) no-repeat left top;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-point_three__wrap::before {
    background: url(/ad/common/include/body_messages/img_lp100/point_three_ic1.png) no-repeat left top;
    background-size: 29.26%;
  }
}
.l-point_three__wrap__contents__top {
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .l-point_three__wrap__contents__top {
    padding: 0 4.3478%;
    margin: 0 auto 33px;
  }
}
.l-point_three__wrap__contents__top h3 {
  margin: 0 auto 80px;
  max-width: 596px;
  width: 59.6%;
}
@media screen and (max-width: 767px) {
  .l-point_three__wrap__contents__top h3 {
    width: 100%;
    margin: 0 auto;
  }
}
.l-point_three__wrap__contents__top__text_img {
  margin-left: auto;
  margin-right: auto;
  width: 81.9%;
  max-width: 819px;
}
@media screen and (max-width: 767px) {
  .l-point_three__wrap__contents__top__text_img {
    width: 100%;
    min-width: 0;
  }
}
.l-point_three__wrap__contents__bottom {
  margin: 0 auto 78px;
}
@media screen and (max-width: 767px) {
  .l-point_three__wrap__contents__bottom {
    padding: 0 4.3%;
    margin: 0 auto 11%;
  }
}
.l-point_three__wrap__contents__bottom img {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .l-point_three__wrap__contents__bottom img {
    margin-bottom: 2.5%;
  }
}
.l-point_three__wrap__contents__bottom p:nth-of-type(1) {
  font-size: 2.2rem;
}
.l-point_three__wrap__contents__bottom p:nth-of-type(2) {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-point_three__wrap__contents__bottom p:nth-of-type(1) {
    font-size: 1rem;
    margin-bottom: 6%;
  }
}
.l-point_three__wrap__contents__bottom p:nth-of-type(2) strong {
  color: #ff2600;
}

.l-point_four {
  background: #f1faff;
}
.l-point_four__wrap {
  padding: 130px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-point_four__wrap {
    padding: 85px 0 0;
  }
}
.l-point_four__wrap::before {
  content: '';
  background: url(/ad/common/include/body_messages/img_lp100/point_four_ic1.png) no-repeat left top;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-point_four__wrap::before {
    background: url(/ad/common/include/body_messages/img_lp100/point_four_ic1.png) no-repeat left top;
    background-size: 29.26%;
  }
}
.l-point_four__wrap__contents {
  position: relative;
  z-index: 2;
}
.l-point_four__wrap__contents h3 {
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  max-width: 522px;
  width: 52.2%;
}
@media screen and (max-width: 767px) {
  .l-point_four__wrap__contents h3 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .l-point_four__wrap__contents h3 {
    width: 100%;
  }
}
.l-point_four__wrap__contents h4 {
  margin: 0 auto 34px;
}
@media screen and (max-width: 767px) {
  .l-point_four__wrap__contents h4 {
    margin: 0 auto 13px;
  }
}
.l-point_four__wrap__contents__top {
  margin-bottom: 94px;
}
@media screen and (max-width: 767px) {
  .l-point_four__wrap__contents__top {
    margin-bottom: 45px;
  }
}
.l-point_four__wrap__contents__bottom__list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 84px;
  max-width: 1025px;
}
@media screen and (max-width: 767px) {
  .l-point_four__wrap__contents__bottom__list {
    flex-wrap: wrap;
    padding: 0 20px 0 0;
    margin: 0 auto 47px;
    max-width: 680px;
  }
}
@media screen and (max-width: 400px) {
  .l-point_four__wrap__contents__bottom__list {
    flex-wrap: wrap;
    padding: 0 27px 0 12px;
    margin: 0 auto 40px;
    max-width: 680px;
  }
}
.l-point_four__wrap__contents__bottom__list li {
  max-width: 231px;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .l-point_four__wrap__contents__bottom__list li {
    max-width: 100%;
    width: calc((100% / 2) - 12px);
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  .l-point_four__wrap__contents__bottom__list li {
    width: calc((100% / 2) - 13px);
  }
}
@media screen and (max-width: 767px) {
  .l-point_four__wrap__contents__bottom__list li:nth-child(-n+2) {
    margin-bottom: 0.75em;
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  .l-point_four__wrap__contents__bottom__list li:nth-child(-n+2) {
    margin-bottom: 13px;
  }
}

.l-point_four__wrap__contents__bottom__list li img {
  margin-bottom: 1em;
}
.l-point_four__wrap__contents__bottom__list li p {
  color: #072f60;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .l-point_four__wrap__contents__bottom__list li p {
    font-size: 1.3rem;
  }
}
.l-point_four__wrap__contents__bottom__list li p span {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-point_four__wrap__contents__bottom__list li p span {
    font-size: 1rem;
  }
}

.l-point_five__wrap {
  padding: 130px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-point_five__wrap {
    padding: 85px 0 0;
  }
}
.l-point_five__wrap::before {
  content: '';
  background: url(/ad/common/include/body_messages/img_lp100/point_five_ic1.png) no-repeat left top;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-point_five__wrap::before {
    background: url(/ad/common/include/body_messages/img_lp100/point_five_ic1.png) no-repeat left top;
    background-size: 29.26%;
  }
}
.l-point_five__wrap__contents h3 {
  margin: 0 auto 90px;
  max-width: 890px;
  width: 89%;
}
@media screen and (max-width: 767px) {
  .l-point_five__wrap__contents h3 {
    margin: 0 auto 44px;
    padding: 0 14.8%;
  }
}
@media screen and (max-width: 400px) {
  .l-point_five__wrap__contents h3 {
    width: 100%;
  }
}
.l-point_five__wrap__contents h4 {
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .l-point_five__wrap__contents h4 {
    margin: 0 auto;
  }
}
.l-point_five__wrap__contents p {
  padding: 0 30px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .l-point_five__wrap__contents p {
    margin: 0 auto 5.3%;
  }
}
.l-point_five__wrap__contents p strong {
  color: #ff2600;
}
.l-point_five__wrap__contents__img {
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .l-point_five__wrap__contents__img {
    margin: 0 auto 7.4%;
  }
}
.l-point_five__wrap__contents__text_img {
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .l-point_five__wrap__contents__text_img {
    padding: 0 15px;
    margin: 0 auto 45px;
  }
}

.l-point_six {
  background: #f1faff;
}
.l-point_six__wrap {
  padding: 130px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-point_six__wrap {
    padding: 85px 0 0;
  }
}
.l-point_six__wrap::before {
  content: '';
  background: url(/ad/common/include/body_messages/img_lp100/point_six_ic1.png) no-repeat left top;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-point_six__wrap::before {
    background: url(/ad/common/include/body_messages/img_lp100/point_six_ic1.png) no-repeat left top;
    background-size: 29.26%;
  }
}
.l-point_six__wrap__contents {
  position: relative;
  z-index: 2;
}
.l-point_six__wrap__contents h3 {
  margin: 0 auto 80px;
  max-width: 696px;
  width: 69.9%;
}
@media screen and (max-width: 767px) {
  .l-point_six__wrap__contents h3 {
    margin: 0 auto 34px;
    max-width: 234px;
  }
}
.l-point_six__wrap__contents__top {
  margin: 0 auto 1.1em;
}
.l-point_six__wrap__contents__top h4 {
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .l-point_six__wrap__contents__top h4 {
    margin: 0 auto 21px;
  }
}
.l-point_six__wrap__contents__top p {
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .l-point_six__wrap__contents__top p {
    padding: 0 30px;
    margin: 0 auto 6%;
  }
}
.l-point_six__wrap__contents__top p strong {
  color: #ff2600;
}
.l-point_six__wrap__contents__top__cap_img {
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .l-point_six__wrap__contents__top__cap_img {
    margin: 0 auto 7%;
  }
}
.l-point_six__wrap__contents__top__fx__img {
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .l-point_six__wrap__contents__top__fx__img {
    margin: 0 auto 45px;
  }
}
.l-point_six__wrap__contents__bottom__list {
  padding: 0 38px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .l-point_six__wrap__contents__bottom__list {
    padding: 0 30px;
    margin: 0 auto 15.4%;
  }
}
.l-point_six__wrap__contents__bottom__list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2.2em;
}
.l-point_six__wrap__contents__bottom__list__item:last-child {
  margin-bottom: 0em;
}
.l-point_six__wrap__contents__bottom__list__item--left_box {
  max-width: 106px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-point_six__wrap__contents__bottom__list__item--left_box {
    display: none;
  }
}
.l-point_six__wrap__contents__bottom__list__item--right_box dl {
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .l-point_six__wrap__contents__bottom__list__item--right_box dl {
    padding-left: 0em;
  }
}
.l-point_six__wrap__contents__bottom__list__item--right_box dl dt {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .l-point_six__wrap__contents__bottom__list__item--right_box dl dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.5em;
  }
}
.l-point_six__wrap__contents__bottom__list__item--right_box dl dt p {
  font-size: 118%;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l-point_six__wrap__contents__bottom__list__item--right_box dl dt p {
    padding-left: 0.5em;
  }
}
.l-point_six__wrap__contents__bottom__list__item--right_box dl dt img {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-point_six__wrap__contents__bottom__list__item--right_box dl dt img {
    display: block;
    width: 16.8%;
  }
}
.l-point_six__wrap__contents__bottom__list__item--right_box dl dd {
  font-size: 72%;
}
@media screen and (max-width: 767px) {
  .l-point_six__wrap__contents__bottom__list__item--right_box dl dd {
    font-size: 80%;
  }
}

.l-point_seven {
  position: relative;
}
.l-point_seven::before {
  content: '';
  background: #ebeef0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-point_seven::before {
    height: 15px;
  }
}
.l-point_seven::after {
  content: '';
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.l-point_seven__wrap {
  padding: 100px 0 116px;
}
@media screen and (max-width: 767px) {
  .l-point_seven__wrap {
    padding: 41px 0 17.333%;
  }
}
.l-point_seven__wrap__contents h3 {
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .l-point_seven__wrap__contents h3 {
    margin: 0 auto 30px;
  }
}

.l-floting_box {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.l-floting_box__inner {
  background: #e6eaef;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .l-floting_box__inner {
    padding: 2.6% 8%;
  }
}
.l-floting_box__inner a {
  outline: none;
  display: block;
  margin: 0 auto;
  max-width: 567px;
}
.l-floting_box__page_top {
  position: relative;
}
.l-floting_box__page_top__arrow {
  outline: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  max-width: 70px;
  /*margin-right: 10px;*/
}
@media screen and (max-width: 767px) {
  .l-floting_box__page_top__arrow {
    margin-bottom: 5px;
    margin-right: 5px;
    max-width: 35px;
  }
}
.l-floting_box__page_top__arrow:hover {
  filter: brightness(120%);
  filter: saturate(150%);
}

/* ==========モーダルウィンドウ========= */
#mod {
	top:150px;
	left:50%;
	background:url(/ad/common/include/body_messages/img_lp19/keikoku_modal-v2.png) no-repeat center;
	position:absolute;
	display:block;
	width:655px;
	height:310px;
	overflow:hidden;
	margin-left:-335px;
	z-index:5;
}

#mod img {
	margin:/*142px 0 0 195px*/ 163px 0 0 148px !important;
	cursor:pointer;
  max-width: /*260px*/370px !important;  
}

#mod_bg {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(/ad/common/include/body_messages/img_lp19/modal_toumei-trans.png) repeat;
	background-repeat: repeat;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

@media only screen and (max-width: 680px) {
 #mod {
	top:55px;
	left:5%;
	background:url(/ad/common/include/body_messages/img_lp19/keikoku_modal-v2.png) no-repeat center;
	background-size:100%;
	display:block;
	width:90%;
	overflow:hidden;
	margin:0 auto;
 }
 #mod img {
  position:absolute; 
　cursor:pointer;
  width:/*40%*/60% !important;
  margin-left:/*30%*/ 20% !important;
  margin-top:158px !important;   
 }
 #mod_bg {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(/ad/common/include/body_messages/img_lp19/modal_toumei-trans.png) repeat;
	background-repeat: repeat;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
 }
 }
 
 .campaign {
    padding: 50px 0 50px;
    background-color: #bbe6ff;
}
.campaign h2 {
    margin-bottom: 41px;
    text-align: center;
}
.campaign ul {
    margin: /*0 50px*/ 0 10px;
}
.campaign li:not(:last-child) {
    margin-bottom: 30px;
}
.campaign li a {
    display: block;
}
.campaign li a:hover {
    opacity: 0.7;
}

.campaign img {
    max-width: 100% ;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.content {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

@media all and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media all and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

@media (max-width: 767px){
.campaign h2 img {
    width: 229px;
}
}


.point2-list {
flex-wrap: wrap;
justify-content: start;
}

.point2-list li {
width: 25%;
}
.point2-list.l-point_two__wrap__contents__list li p:nth-of-type(2) {
font-size: 8rem;
margin-bottom: 1.5rem;
font-weight: bolder;
}
.point2-list.l-point_two__wrap__contents__list li p:nth-of-type(2) span {
font-weight: normal;
}
@media (max-width: 1300px) {
.point2-list li {
width: 33%;
}
}
@media (max-width: 768px) {
.point2-list li {
width: 49.5%;
}
}
@media (max-width: 585.98px) {
.point2-list.l-point_two__wrap__contents__list li p:nth-of-type(2) {
font-size: 4.6rem;
}
}

/* style_lp100打消し */
.container{
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .l-point_two__wrap__contents__text {
      margin-bottom: 0;
  }
}
.l-point_two__wrap__contents__text {
  margin-bottom: 0;
}

.l-point_four__wrap__contents__bottom__list {
  margin: 0 auto;
  max-width: 1025px;
}

@media screen and (max-width: 400px) {
  .l-point_four__wrap__contents__bottom__list {
      margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .l-point_four__wrap__contents__bottom__list {
      margin: 0 auto;
  }
}

.p-btn_box {
  background-color: #0068B9;
}

@media screen and (max-width: 767px) {
  .p-btn_box p {
      width: inherit;
      margin:inherit;
  }
}
.p-btn_box p {
  width: inherit;
  min-width: inherit;
}

.incentive-area{
  font-weight: bolder;
  text-align: center;
  padding:2rem  ;
}

.incentive-area .container>p,.incentive-more p{
color:#ffffff;
}

@media (min-width: 1200px){
  .incentive-pc {
      display: flex;
      justify-content: space-around;
      align-items: center;
}
}

.incen-wrapper{
  background-color: #f4f4f4;
  padding: 10% 0 4% 0;
  position:relative;
  line-height: inherit;
}

@media (min-width: 1200px){
.incen-wrapper {
  padding: 5% 0 2% 0;
  width: 45%;
}
}

.incentive-area .container>p{
  padding-bottom:7%;
  font-size: 2rem;
}

@media (min-width: 768px) and (max-width: 1199px){
  .incentive-area .container>p{
      font-size: 3.2rem;
}
}

@media (min-width: 1200px){
  .incentive-area .container>p{
      padding-bottom:0;
      font-size: 3rem;
      padding-top: 4rem;
}
}

.incentive-yen {
  font-size: 3rem;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1199px){
  .incentive-yen {
      font-size: 3.8rem;
  }
}

@media (min-width: 1200px){
  .incentive-yen {
      font-size: 5rem;
  }
}

.incentive-more{
  padding: 6% 0 10%;
}

.incentive-more p{
  margin-bottom:0 !important;
}

.incentive-more div{
    font-size: 2rem;
    border-radius: 30px;
    background-color: #FFE431;
    display: inline;
    padding: 0px 7px;
    color: #ffffff;
}

.incen-detail-1{
  background-color: #0d3d60;
  display: inline-block;
  padding: 1% !important;
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76% !important;
  font-size: 1.8rem;
  color: #f4f4f4;
  white-space: nowrap;
}

.incen-detail-1 span{
  font-size: 1.8rem;
}

@media (min-width: 768px) and (max-width: 1199px){
  .incen-detail-1,.incen-detail-1 span{
      font-size: 3rem;
  }
}

@media (min-width: 1200px){
  .incen-detail-1,.incen-detail-1 span{
  font-size: 2.5rem;
}
}

.incen-detail-2{
  color:#ff2600;
}

.cta-sec{
  margin: 2rem 0;
  text-align: center;
}

.cta-txt{
  color:#ffffff;
  font-size:2rem;
}

.cta-txt h2{
  color:#FFE431;
  font-size: 2.2rem !important;
}

.cta-txt h3{
  line-height: 1.7;
  font-size: 2.2rem !important;

}

@media (min-width: 768px){
  .cta-txt,.cta-txt h2,.cta-txt h3{
    font-size:3rem !important;
  }
}

/* フローティング上テキスト */
.incen-flt{
  color:#F74B2C;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}


@media (min-width: 768px){
  .incen-flt{
    font-size: 2.5rem;
  }
}

.kome small {
font-size: 1.2rem;
}
