@charset 'utf-8';


/* - - - - - - - - - - - - - - - - - - - - - 
	得とく修理キャンペーン .cplp2209
- - - - - - - - - - - - - - - - - - - - - */

.cplp2209 {
	margin-bottom: 3rem;
	color:#666;
	font-size: 1.6rem;
	font-family: 'TBUDゴシック R', 'TBUDGothic R';
	position: relative;
}

.cplp2209 * {
	box-sizing: border-box;
}

.cplp2209 img {
	border: none;
  vertical-align: middle;
	max-width: 100%;
}

.cplp2209 picture * {
	border: none;
  vertical-align: middle;
	max-width: 100%;
}

.cplp2209 strong,
.cplp2209 h1,
.cplp2209 h2,
.cplp2209 h3,
.cplp2209 h4,
.cplp2209 h5,
.cplp2209 h6 {
	font-family: 'TBUDゴシック B', 'TBUDGothic B' !important;
}

.cplp2209 .box_img {
	text-align: center;
}

.cplp2209 .blue {
	color: #0e3274;
}

.cplp2209 .red {
	color: #e8380d;
}

.cplp2209 .btn_area {
	margin: 5rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cplp2209 .btn_area .cplp_btn {
	margin: 0 2rem;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .mv_area
//////////////////////////*/

.cplp2209 .mv_area {
	margin-bottom: 5rem;
}

.cplp2209 .mv_area h1 {
	text-align: center;
}

.cplp2209 .mv_area h1 picture * {
	width: 100%;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .desc_area
//////////////////////////*/

.cplp2209 .desc_area {
	margin: 0 auto 8rem;
	width: 90%;
	max-width: 1120px;
}

.cplp2209 .desc_area .box_float {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cplp2209 .desc_area .box_float .box_img {
	width: 25%;
	max-width: 280px;
}

.cplp2209 .desc_area .box_float .txt_area {
	padding-left: 2.5rem;
	font-size: 1.1em;
}

.cplp2209 .desc_area .box_float .txt_area em.red {
	font-size: 1.35em;
}

.cplp2209 .desc_area .box_float .txt_area em.marker {
	background:linear-gradient(transparent 50%, #ffe92f 50%);
}

.cplp2209 .desc_area .box_float .txt_area strong strong {
	font-size: 1.75em;
}

.cplp2209 .desc_area .indent {
	padding-left: 1em;
	font-size: 0.7em;
	text-indent: -1em;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .box_inner
//////////////////////////*/

.cplp2209 .box_inner {
	padding: 6rem 0;
	position: relative;
}

.cplp2209 .title_headline {
	margin-bottom: 3rem;
	text-align: center;
	position: relative;
	z-index: 1;
}


/* .section01
//////////////////////////*/

.cplp2209 .merit_conte {
	margin: -5rem auto 0;
	padding: 6.5rem 1rem;
	background-color: #ecf3f4;
	border-radius: 20px;
	width: 90%;
	max-width: 1120px;
	display: flex;
	justify-content: center;
}

.cplp2209 .merit_conte .box_img {
	margin: 0 3rem;
	width: 285px;
	position: relative;
}

.cplp2209 .merit_conte .box_img::before {
	content: '';
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -25px;
	left: -25px;
	display: inline-block;
}

.cplp2209 .merit_conte .box_img:nth-child(1)::before {
	background-image: url('../assets/2209_cplp_num01.png');
}

.cplp2209 .merit_conte .box_img:nth-child(2)::before {
	background-image: url('../assets/2209_cplp_num02.png');
}

.cplp2209 .merit_conte .box_img:nth-child(3)::before {
	background-image: url('../assets/2209_cplp_num03.png');
}

.cplp2209 .btn_anchor {
	margin: -2.5rem auto 0;
	text-align: right;
	width: 90%;
	max-width: 1120px;
}


/* .section02
//////////////////////////*/

.cplp2209 .section02 {
	background: url('../assets/2209_cplp_bg.jpg') no-repeat center center;
	background-size: cover;
}

.cplp2209 .section02 .box {
	margin: auto;
	padding: 5.5rem 4rem 4.5rem;
	border-radius: 20px;
	width: 90%;
	max-width: 1120px;
}

.cplp2209 .section02 .box > dl {
}

.cplp2209 .section02 .box > dl > dt {
	margin-bottom: 2rem;
	padding: 1.5rem;
	color: #0e3274;
	font-size: 1.25em;
	font-family: 'TBUDゴシック B', 'TBUDGothic B' !important;
	line-height: 1;
	text-align: center;
	border: 2px solid #0e3274;
	border-radius: 40px;
}

.cplp2209 .section02 .box > dl:first-of-type > dt {
	color: #fff;
	background-color: #0e3274;
}

.cplp2209 .section02 .box > dl > dd:not(:last-of-type) {
	margin-bottom: 3.5rem;
}

.cplp2209 .section02 .box > dl > dd li {
	padding-left: 1.2em;
	position: relative;
}

.cplp2209 .section02 .box > dl > dd li::before {
	content: '●';
	color: #71cad8;
	font-size: 12px;
	position: absolute;
	top: 2px;
	left: 0;
}

.cplp2209 .section02 .box .btn_area {
	margin: 3rem 0 8rem;
}

.cplp2209 .section02 .box > dl:last-of-type > dd {
	display: flex;
	justify-content: space-between;
}

.cplp2209 .section02 .box > dl:last-of-type > dd div {
	width: 49%;
}

.cplp2209 .section02 .box > dl:last-of-type > dd dt {
	margin-bottom: 1rem;
	color: #0e3274;
	font-size: 1.35em;
	font-family: 'TBUDゴシック B', 'TBUDGothic B' !important;
}

.cplp2209 .section02 .box > dl:last-of-type > dd dd {
	margin-bottom: 2.5rem;
	font-size: 0.85em;
	line-height: 1.6;
}

.cplp2209 .section02 .box > dl:last-of-type > dd dd li {
	margin-bottom: 0.5rem;
}

.cplp2209 .section02 .box > dl:last-of-type > dd dd li p {
	margin-bottom: 0.5rem;
}

.cplp2209 .section02 .box > dl:last-of-type > dd dd li strong {
	font-size: 1.15em;
}

/* end */
.cplp2209 .section02.end {
  margin-top: 4rem;
}
.cplp2209 .section02.end .box {
  position: relative;
  z-index: 1;
}

.cplp2209 .section02.end .end_txt {
  margin: auto;
	padding: 2rem;
  color: #fff;
  font-size: 2em;
  text-align: center;
  background-color: #e00000;
  border-radius: 15px 15px 0 0;
  width: min(70%,700px);
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
}


/* .section03
//////////////////////////*/

.cplp2209 .section03 {
	margin: auto;
	padding-top: 8rem;
	width: 90%;
	max-width: 1120px;
}

.cplp2209 .section03 .title_headline + p {
	margin-bottom: 4rem;
	color: #0e3274;
	font-size: 0.85em;
	text-align: center;
}

.cplp2209 .section03 .title_headline + p strong {
	font-size: 1.45em;
}

.cplp2209 .voice_area {
	margin-top: 5rem;
}

.cplp2209 .box_slider {
	margin: -1.5rem 0 2rem;
	padding: 2rem 0;
	border: 4px solid #0e3274;
	border-radius: 20px;
	position: relative;
}

.cplp2209 .box_slider ul {
	padding: 0 15px;
}

.cplp2209 .box_slider li {
	padding: 0 1.5rem;
	min-height: 400px;
}

.cplp2209 .box_slider li:not(:last-child) {
	border-right: 2px dotted #0e3274;
}

.cplp2209 .box_slider .state {
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
}

.cplp2209 .box_slider .state .box_img {
	margin-right: 2rem;
	width: 80px;
}

.cplp2209 .box_slider .state span {
  color: #ccc;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	display: inline-block;
}

.cplp2209 .box_slider .state span em {
	color: #f4cf00;
}

.cplp2209 .box_slider li > p {
	color: #0e3274;
}

.cplp2209 .box_slider .slide_arrow {
	margin-top: -20px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
}

.cplp2209 .box_slider .slide_arrow.arrow_prev {
	left: -20px;
}

.cplp2209 .box_slider .slide_arrow.arrow_next {
	right: -20px;
}

.cplp2209 .other_voice {
	padding: 2rem 2.5rem;
	background-color: #ecf3f4;
}

.cplp2209 .other_voice dl {
	color: #0e3274;
}

.cplp2209 .other_voice dt {
	margin-bottom: 1rem;
	font-size: 1.25em;
	font-family: 'TBUDゴシック B', 'TBUDGothic B' !important;
}

.cplp2209 .other_voice ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cplp2209 .other_voice li {
	padding-left: 1.2em;
	font-size: 0.85em;
	width: 48%;
	position: relative;
}

.cplp2209 .other_voice li::before {
	content: '●';
	color: #71cad8;
	font-size: 12px;
	position: absolute;
	top: 2px;
	left: 0;
}

.cplp2209 .other_voice + p {
  margin-top: 5px;
  color: #0e3274;
  font-size: 0.85em;
  text-align: right;
}

.cplp2209 .section03 .btn_area {
	margin: 6rem 0 2rem;
}


/* .section04
//////////////////////////*/

.cplp2209 .section04 {
	background: url('../assets/2209_cplp_bg2.jpg') no-repeat center center;
	background-size: cover;
}

.cplp2209 .section04 .title_headline + p {
	margin-bottom: 3rem;
	text-align: center;
}

.cplp2209 .section04 .title_headline + p strong {
	color: #0e3274;
}

.cplp2209 .section04 .title_headline + p span {
	padding: 0 5px;
}

.cplp2209 .section04 .box {
	margin: auto;
	padding: 4.5rem 4rem;
	border-radius: 20px;
	width: 90%;
	max-width: 1120px;
}

.cplp2209 .section04 .box dl {
	color: #0e3274;
	width: 100%;
	display: table;
}

.cplp2209 .section04 .box dt {
	font-size: 1.45em;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
	width: 45%;
	display: table-cell;
}

.cplp2209 .section04 .box dt a {
	color: #0e3274;
}

.cplp2209 .section04 .box dd {
	line-height: 1.6;
	vertical-align: middle;
	width: 55%;
	display: table-cell;
}

.cplp2209 .section04 .box dd strong {
	font-size: 1.35em;
}


@media screen and (max-width: 767.499px) {
/* SP */
.topic-path {
	margin-bottom: 0;
}

.cplp2209 .btn_area {
	display: block;
}

.cplp2209 .btn_area .cplp_btn {
	margin: 0 0 1.5rem;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .mv_area
//////////////////////////*/

.cplp2209 .mv_area {
	margin-bottom: 4rem;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .desc_area
//////////////////////////*/

.cplp2209 .desc_area {
	margin-bottom: 6rem;
	width: 95%;
}

.cplp2209 .desc_area .box_float {
	width: 100%;
	display: block;
}

.cplp2209 .desc_area .box_float .box_img {
	margin-bottom: 2rem;
	width: auto;
	max-width: none;
}

.cplp2209 .desc_area .box_float .txt_area {
	padding-left: 0;
	font-size: 1em;
	text-align: center;
	width: auto;
}

.cplp2209 .desc_area .box_float .txt_area strong strong {
	font-size: 1.35em;
}

.cplp2209 .desc_area .indent {
	text-align: left;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .box_inner
//////////////////////////*/

/* .section01
//////////////////////////*/

.cplp2209 .section01 {
	padding-top: 1rem;
}

.cplp2209 .section01 .title_headline picture * {
	width: 65%;
}

.cplp2209 .merit_conte {
	margin-top: -8rem;
	padding: 8.5rem 12% 4rem;
	border-radius: 0;
	width: 100%;
	display: block;
}

.cplp2209 .merit_conte .box_img {
	margin: 0 0 3.5rem;
	width: auto;
}

.cplp2209 .merit_conte .box_img::before {
	top: -10px;
	left: -10px;
}

.cplp2209 .btn_anchor {
	text-align: center;
	width: 60%;
}


/* .section02
//////////////////////////*/

.cplp2209 .section02 {
	padding: 5rem 0 2rem;
	background-image: url('../assets/2209_cplp_bg_sp.jpg');
}

.cplp2209 .section02 .box {
	padding: 3.5rem 1.5rem 1.5rem;
}

.cplp2209 .section02 .end_txt {
	margin-top: -6rem;
	font-size: 1.25em;
}

.cplp2209 .section02 .title_headline picture * {
	width: 70%;
}

.cplp2209 .section02 .box > dl > dt {
	margin-bottom: 1rem;
	padding: 1rem;
}

.cplp2209 .section02 .box > dl > dd:not(:last-of-type) {
	margin-bottom: 3rem;
}

.cplp2209 .section02 .box > dl > dd li::before {
	top: 4px;
}

.cplp2209 .section02 .box .btn_area {
	margin-bottom: 5.5rem;
}

.cplp2209 .section02 .box > dl:last-of-type > dd {
	display: block;
}

.cplp2209 .section02 .box > dl:last-of-type > dd div {
	width: auto;
}

.cplp2209 .section02 .box > dl:last-of-type > dd dt {
	margin-bottom: 0.5rem;
	font-size: 1.15em;
}

.cplp2209 .section02 .box > dl:last-of-type > dd dd {
	margin-bottom: 2.5rem;
	font-size: 1em;
	line-height: 1.8;
}

.cplp2209 .section02 .box > dl:last-of-type > dd dd p {
	margin-bottom: 0;
}

.cplp2209 .section02 .box > dl:last-of-type > dd dd li {
	margin-bottom: 0;
}

.cplp2209 .section02 .box > dl:last-of-type > dd dd li p {
	margin-bottom: 0;
}

.cplp2209 .section02 .box > dl:last-of-type > dd dd li strong {
	font-size: 1em;
}

/* end */
.cplp2209 .section02.end {
  margin-top: 4rem;
}

.cplp2209 .section02.end .end_txt {
	padding: 1rem 1rem 2rem;
  font-size: 1.45em;
  line-height: 1.4;
  border-radius: 10px 10px 0 0;
  top: -3.5rem;
}


/* .section03
//////////////////////////*/

.cplp2209 .section03 {
	padding-top: 5rem;
}

.cplp2209 .section03 .title_headline picture * {
	width: 70%;
}

.cplp2209 .section03 .title_headline + p {
	margin: -2rem 0 4rem;
	text-align: left;
}

.cplp2209 .section03 .title_headline + p strong {
	font-size: 1.35em;
}

.cplp2209 .voice_area {
	margin-top: 5rem;
}

.cplp2209 .voice_area .title_headline picture * {
	width: 70%;
}

.cplp2209 .box_slider {
	margin-bottom: 3rem;
	padding: 0;
	border: 2px solid #0e3274;
	border-radius: 7.5px;
}

.cplp2209 .box_slider ul {
}

.cplp2209 .box_slider li {
	padding: 1.5rem 2rem;
	min-height: auto;
	
}

.cplp2209 .box_slider li:not(:last-child) {
	border-right: none;
}

.cplp2209 .box_slider .state .box_img {
	width: 60px;
}

.cplp2209 .box_slider .slide_arrow {
	width: 30px;
	height: 30px;
}

.cplp2209 .box_slider .slide_arrow.arrow_prev {
	left: -15px;
}

.cplp2209 .box_slider .slide_arrow.arrow_next {
	right: -15px;
}

.cplp2209 .other_voice dt {
	font-size: 1.15em;
}

.cplp2209 .other_voice ul {
	display: block;
}

.cplp2209 .other_voice li {
	width: auto;
}

.cplp2209 .other_voice li::before {
	top: 4px;
}

.cplp2209 .other_voice + p {
  text-align: left;
}

.cplp2209 .section03 .btn_area {
	margin: 4rem 0 -2rem;
}


/* .section04
//////////////////////////*/

.cplp2209 .section04 {
	padding: 3rem 0;
	background-image: url('../assets/2209_cplp_bg2_sp.jpg');
}

.cplp2209 .section04 .title_headline picture * {
	width: 65%;
}

.cplp2209 .section04 .title_headline + p {
	margin-top: -2rem;
	font-size: 0.85em;
}

.cplp2209 .section04 .box {
	padding: 2.5rem 1.5rem;
	border-radius: 7.5px;
}

.cplp2209 .section04 .box dl {
	display: block;
}

.cplp2209 .section04 .box dt {
	margin-bottom: 1.5rem;
	font-size: 1.35em;
	width: auto;
	display: block;
}

.cplp2209 .section04 .box dd {
	font-size: 0.85em;
	width: auto;
	display: block;
}

.cplp2209 .section04 .box dd strong {
	font-size: 1.25em;
}


}



/* - - - - - - - - - - - - - - - - - - - - - 
	得とく修理キャンペーン（個人対象） .cplp2403 24/03追加
- - - - - - - - - - - - - - - - - - - - - */

.cplp2403 .desc_area {
  margin-bottom: 0;
}

.cplp2403 .desc_area .btn_area {
  margin-top: 2rem;
}

.cplp2403 .desc_area .btn_area .cplp_btn {
  margin: 0;
}

@media screen and (min-width: 767.5px) {
  /* PC */
  .cplp2403 .desc_area .btn_area {
    justify-content: flex-start;
  }

  .cplp2403 .section02 .box > dl:last-of-type > dd {
    flex-wrap: wrap;
  }

  .cplp2403 .section02 .box > dl:last-of-type > dd div:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 767.499px) {
  /* SP */
}

@charset "UTF-8";
.cplp2409 {
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  .cplp2409 .pc {
    display: block;
  }
  .cplp2409 .sp {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .cplp2409 .pc {
    display: none;
  }
  .cplp2409 .sp {
    display: block;
  }
}
.cplp2409 a {
  text-decoration: underline;
  color: #3399cc;
}
.cplp2409 p {
  font-size: 18px;
}
.cplp2409 .fadein {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.cplp2409 .fadein.active {
  opacity: 1;
}
.cplp2409 .fadein02 {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.cplp2409 .fadein02.active {
  opacity: 1;
}
.cplp2409 .fadein03 {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.cplp2409 .fadein03.active {
  opacity: 1;
}
.cplp2409 .slidein {
  margin: 50px auto;
  -webkit-transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
  transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
}
.cplp2409 .slide_left {
  -webkit-transform: translateX(calc(-50vw - 50%));
          transform: translateX(calc(-50vw - 50%));
}
.cplp2409 .slide_right {
  -webkit-transform: translateX(calc(50vw + 50%));
          transform: translateX(calc(50vw + 50%));
}
.cplp2409 .show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.cplp2409 .topcopy {
  margin-bottom: 0;
  background: #0074a5;
  font-size: 30px;
  color: #FFF;
  text-align: center;
}
.cplp2409 .mvarea {
  margin-bottom: 90px;
}
.cplp2409 .mvarea .pic img {
  width: 100%;
}
.cplp2409 .sec01 {
  max-width: 1080px;
  margin: 0 auto;
}
.cplp2409 .sec01 .copy {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 3px solid #e5e5e5;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
}
.cplp2409 .sec01 .copy strong {
  font-size: 30px;
}
.cplp2409 .sec01 .copy strong span {
  color: #ea4b23;
}
.cplp2409 .sec01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cplp2409 .sec01 .flex .flexbox {
  margin: 0 5px;
  -ms-flex-line-pack: center;
      align-content: center;
}
.cplp2409 .sec01 .flex .flexbox .text {
  text-align: center;
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
}
.cplp2409 .sec01 .flex .flexbox:first-child {
  margin-left: 0;
}
.cplp2409 .sec01 .flex .flexbox:last-child {
  margin-right: 0;
}
.cplp2409 .sec01 .btnbox {
  position: relative;
  padding: 50px 0 100px;
  margin-bottom: 130px;
  background: #e8f2f6;
}
.cplp2409 .sec01 .btnbox .copy {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
  border: none;
  color: #0074a5;
}
.cplp2409 .sec01 .btnbox .copy span {
  font-size: 0.75em;/*20px;*/
}
.cplp2409 .sec01 .btnbox .campbtn {
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -70px;
}
.cplp2409 .sec02 {
  background: #e8f2f6 url(../assets/sec02bg.jpg);
}
.cplp2409 .sec02 .copy {
  position: relative;
  padding: 20px 0;
  margin-bottom: 80px;
  background: #0074a5;
  font-size: 20px;
  color: #FFF;
  text-align: center;
}
.cplp2409 .sec02 .copy::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 25px solid #0074a5;
  border-bottom: 0;
}
.cplp2409 .sec02 .flex {
  max-width: 870px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cplp2409 .sec02 .flex .fb {
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
  font-size: 24px;
}
.cplp2409 .sec02 .flex .fb span {
  font-size: 40px;
}
.cplp2409 .sec02 .decobox {
  padding: 30px 30px 30px 30px;
  position: relative;
  max-width: 1080px;
  margin: 0 auto 50px;
  background: #cee0e8;
}
.cplp2409 .sec02 .decobox .ribbon {
  position: absolute;
  left: -12px;
  top: -30px;
}
.cplp2409 .sec02 .decobox .flex {
  margin-bottom: 0;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cplp2409 .sec02 .decobox .flex .fb span {
  font-size: 24px;
}
.cplp2409 .sec02 .flow {
  background: url(../assets/sec02decobg01.png) no-repeat;
  background-position: center top;
  text-align: center;
  padding:0 20px;
}
.cplp2409 .sec02 .flow .fb {
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
  font-size: 24px;
}
.cplp2409 .sec02 .flow .btitle {
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
  font-size: 30px;
  color: #0074a5;
}
.cplp2409 .sec02 .soudanwrap {
  position: relative;
  max-width: 1080px;
  padding: 60px;
  margin: 70px auto 100px;
  background: #FFF;
}
.cplp2409 .sec02 .soudanwrap::before {
  content: url(../assets/sec02decobg02.png);
  position: absolute;
  left: 0;
  top: 0;
}
.cplp2409 .sec02 .soudanwrap::after {
  content: url(../assets/sec02decobg03.png);
  position: absolute;
  right: 0;
  bottom: -10px;
}
.cplp2409 .sec02 .soudanwrap .pic {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}
.cplp2409 .sec02 .soudanwrap .textbox {
  padding-left: 360px;
}
.cplp2409 .sec02 .soudanwrap .textbox .heading02 {
  margin-bottom: 5px;
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
  font-size: 30px;
  line-height: 1.4em;
  border-bottom: 2px solid #333333;
  display: inline-block;
}
.cplp2409 .sec02 .soudanwrap .textbox .heading02 span {
  color: #ea4b23;
  font-size: 34px;
}
.cplp2409 .sec02 .soudanwrap .textbox .text {
  margin-top: 20px;
}
.cplp2409 .sec02 .cauwrap {
  background: #0074a5;
}
.cplp2409 .sec02 .cauwrap .flex {
  max-width: 1080px;
  padding: 50px;
  color: #FFF;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cplp2409 .sec02 .cauwrap .flex .flexbox .heading03 {
  margin-bottom: 20px;
  padding-left: 100px;
  background: url(../assets/sec02pic04.png) no-repeat left center;
  font-size: 26px;
}
.cplp2409 .sec02 .cauwrap .flex .flexbox .pic {
  width: 345px;
}
.cplp2409 .sec02 .cauwrap .flex .flexbox img {
  width: 345px;
}
.cplp2409 .sec02 .cauwrap .flex .flexbox:first-child {
  margin-right: 20px;
}
.cplp2409 .sec02 .cauwrap .flex .flexbox .text {
  margin-bottom: 20px;
}
.cplp2409 .sec02 .cauwrap .flex .flexbox .text span {
  color: #ffdf47;
}
.cplp2409 .sec03 .heading02 {
  margin-bottom: 30px;
  text-align: center;
}
.cplp2409 .sec03 .copy {
  margin-bottom: 40px;
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
  font-size: 34px;
  text-align: center;
}
.cplp2409 .sec03 .copy span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffd200));
  background: linear-gradient(transparent 80%, #ffd200 80%);
  color: #0074a5;
}
.cplp2409 .sec03 .stepwrap {
  max-width: 1080px;
  margin: 0 auto 70px;
}
.cplp2409 .sec03 .stepbox {
  position: relative;
  background: #f1f1f1;
}
.cplp2409 .sec03 .stepbox::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 25px solid #f1f1f1;
  border-bottom: 0;
  z-index: 1;
}
.cplp2409 .sec03 .stepbox:nth-child(even) {
  background: #FFF;
}
.cplp2409 .sec03 .stepbox:nth-child(even)::after {
  border-top: 25px solid #FFF;
}
.cplp2409 .sec03 .stepbox:last-child::after {
  content: none;
}
.cplp2409 .sec03 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}
.cplp2409 .sec03 .flex .pic {
  width: 300px;
  margin-right: 40px;
}
.cplp2409 .sec03 .flex .step {
  margin-bottom: 0;
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
  color: #0074a5;
}
.cplp2409 .sec03 .flex .heading03 {
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
  font-size: 28px;
}
.cplp2409 .sec03 .flex .text span {
  font-size: 14px;
}
.cplp2409 .sec03 .btnbox {
  padding: 30px 0;
  margin-bottom: 130px;
  background: #e8f2f6;
}
.cplp2409 .sec03 .btnbox .copy {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
  border: none;
  color: #0074a5;
}
.cplp2409 .sec03 .btnbox .copy span {
  background: none;
  font-size: 20px;
}
.cplp2409 .sec03 .btnbox .campbtn {
  margin: 0 auto;
  text-align: center;
}
.cplp2409 .sec04 {
  text-align: center;
  margin: 0 auto;
  max-width: 1080px;
}
.cplp2409 .sec04 .heading02 {
  margin-bottom: 50px;
}
.cplp2409 .sec04 .copy {
  margin-bottom: 40px;
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
  font-size: 34px;
  text-align: center;
}
.cplp2409 .sec04 .copy span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffd200));
  background: linear-gradient(transparent 80%, #ffd200 80%);
}
.cplp2409 .sec04 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cplp2409 .sec04 .flex .flexbox {
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  width: 340px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(172, 172, 172, 0.2);
          box-shadow: 0px 0px 15px 5px rgba(172, 172, 172, 0.2);
}
.cplp2409 .sec04 .flex .flexbox .heading03 {
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
  font-size: 26px;
  line-height: 1.5em;
}
.cplp2409 .sec04 .flex .flexbox .text {
  font-size: 16px;
  text-align: left;
}
.cplp2409 .sec04 .flex .flexbox:nth-child(4) {
  margin-left: 14%;
}
.cplp2409 .sec04 .flex .flexbox:last-child {
  margin-right: 14%;
}
.cplp2409 .sec05 {
  padding: 100px 0;
  background: url(../assets/sec05bg.png);
  background-size: cover;
}
.cplp2409 .sec05 .heading02 {
  margin: 0 auto 30px;
  text-align: center;
}
.cplp2409 .sec05 .copy {
  font-size: 34px;
  text-align: center;
  color: #FFF;
}
.cplp2409 .sec05 .cau {
  font-size: 16px;
  color: #FFF;
  text-align: center;
}
.cplp2409 .sec05 .slidebox {
  position: relative;
  padding: 70px 30px 30px 30px;
  margin-bottom: 30px;
  width: 90%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #FFF;
  margin-left: 0;
}
.cplp2409 .sec05 .slidebox .deco {
  position: absolute;
  right: -10px;
  top: -15px;
}
.cplp2409 .sec05 .slidebox .flex {
  max-width: 1080px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  gap:5%;
}
.cplp2409 .sec05 .slidebox .flex .flexbox .heading03 {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
  font-size: 24px;
}
.cplp2409 .sec05 .slidebox .flex .flexbox:first-child {
  max-width: 590px;
}
.cplp2409 .sec05 .slidebox .flex .flexbox:first-child .pic {
  max-width: 340px;
  margin: 0 auto 10px;
}
.cplp2409 .sec05 .slidebox.tech1 .flex .flexbox:last-child {
  min-width:260px;
  margin: 0 auto 0 auto;
}

.cplp2409 .sec05 .slidebox .pointbox {
  max-width: 1080px;
  margin: 0 auto;
}
.cplp2409 .sec05 .slidebox .pointbox th {
  padding: 20px;
  background: #f3f3f3;
}
.cplp2409 .sec05 .slidebox .pointbox th p {
  width: 110px;
  height: 110px;
  color: #FFF;
  background: #e95504;
  border-radius: 100%;
}
.cplp2409 .sec05 .slidebox .pointbox th p span {
  padding: 20px;
  width: 112px;
  height: 112px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cplp2409 .sec05 .slidebox .pointbox td {
  padding: 20px;
  background: #f3f3f3;
  vertical-align: middle;
}
.cplp2409 .sec05 .slidebox .pointbox td p {
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
}
.cplp2409 .sec05 .slidebox .pointbox .pointbox_inner
{
  background: #f3f3f3;
  padding: 0 0 20px 0;
}
.cplp2409 .sec05 .slidebox .pointbox .pointbox_inner .tar
{
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
  padding: 0 20px;
}
.cplp2409 .sec05 .slidebox .pointbox .pointbox_inner .link
{
  padding: 0 20px;
}

.cplp2409 .sec05 .slidebox:last-child {
  position: relative;
  margin-left: 10%;
  padding: 70px 30px 30px 30px;
  margin-bottom: 30px;
  width: 90%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #FFF;
}
.cplp2409 .sec05 .slidebox:last-child .deco {
  position: absolute;
  left: -10px;
  right: auto;
  top: -15px;
}
.cplp2409 .sec05 .slidebox:last-child .flex {
  max-width: 1080px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  gap:5%;
}
.cplp2409 .sec05 .slidebox:last-child .flex .flexbox .heading03 {
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
  font-size: 24px;
}
.cplp2409 .sec05 .slidebox:last-child .flex .flexbox:first-child {
min-width: 260px;
  max-width: 400px;
margin: 10px auto 0 auto;
}
.cplp2409 .sec05 .slidebox:last-child .flex .flexbox:first-child .pic {
  max-width: 400px;
  margin: 0 auto 10px;
}
.cplp2409 .sec05 .slidebox:last-child .flex .flexbox:last-child {
  max-width: 640px;
}
.cplp2409 .sec05 .slidebox:last-child .flex .flexbox:last-child .heading03 {
  text-align: center;
}
.cplp2409 .sec05 .slidebox:last-child .flex .flexbox:last-child .pic {
  max-width: 400px;
  margin: 0 auto 10px;
}
.cplp2409 .sec05 .slidebox:last-child .flex .flexbox:last-child p {
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
}
.cplp2409 .sec05 .slidebox:last-child .pointbox {
  max-width: 1080px;
  margin: 0 auto 30px;
}
.cplp2409 .sec05 .slidebox:last-child .pointbox th {
  padding: 20px;
  background: #f3f3f3;
}
.cplp2409 .sec05 .slidebox:last-child .pointbox th p {
  width: 110px;
  height: 110px;
  color: #FFF;
  background: #28459a;
  border-radius: 100%;
}
.cplp2409 .sec05 .slidebox:last-child .pointbox th p span {
  padding: 20px;
  width: 112px;
  height: 112px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cplp2409 .sec05 .slidebox:last-child .pointbox td {
  padding: 20px;
  background: #f3f3f3;
  vertical-align: middle;
}
.cplp2409 .sec05 .slidebox:last-child .tar {
  text-align: right;
  font-size: 16px;
}
.cplp2409 .sec05 .slidebox:last-child .tar span {
  font-size: 20px;
}
.cplp2409 .sec05 .link {
  max-width: 1080px;
  margin: 0 auto;
}
.cplp2409 .sec06 {
  padding: 110px 0;
  max-width: 1080px;
  margin: 0 auto;
}
.cplp2409 .sec06 .heading02 {
  text-align: center;
  margin: 0 auto 40px;
}
.cplp2409 .sec06 .pic {
  text-align: center;
}
.cplp2409 .sec06 .text {
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
}
.cplp2409 .sec07 .yupaywrap {
  padding: 70px;
  background: #0b953f;
}
.cplp2409 .sec07 .yupaywrap .heading02 {
  text-align: center;
  margin: 0 auto 20px;
}
.cplp2409 .sec07 .yupaywrap .copy {
  text-align: center;
  font-size: 30px;
  color: #FFF;
}
.cplp2409 .sec07 .yupaywrap .copy span {
  font-size: 30px;
  color: #ffd200;
}
.cplp2409 .sec07 .yupaywrap .copy span strong {
  font-size: 46px;
}
.cplp2409 .sec07 .yupaydec {
  padding: 50px 0 0 0;
}
.cplp2409 .sec07 .yupaydec .heading02 {
  margin-bottom: 30px;
  text-align: center;
}
.cplp2409 .sec07 .yupaydec .text {
  text-align: center;
}
.cplp2409 .sec07 .yupaydec .yupaydecbox {
  background: url(../assets/yupaybg.png) no-repeat;
  background-size: cover;
}
.cplp2409 .sec07 .yupaydec .yupaydecbox .flex {
  padding-top: 100px;
  margin: 0 auto 50px;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox {
  background: #FFF;
  width: 340px;
  height: 340px;
  border-radius: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(70, 70, 70, 0.1);
          box-shadow: 0px 0px 1px 1px rgba(70, 70, 70, 0.1);
}
.cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox .meritbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox .meritbox .merittitle {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox .meritbox .heading03 {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  padding: 2px 15px;
  font-size: 26px;
  background: #0b953f;
  color: #FFF;
}
.cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox .meritbox .heading03::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  margin: 0 auto;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 25px solid #0b953f;
  border-bottom: 0;
}
.cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox .meritbox .merittext {
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
  font-size: 28px;
}
.cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox .meritbox .merittextstrong {
  font-size: 41px;
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
  color: #ea4b23;
  line-height: 0;
}
.cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox .meritbox .merittextstrong span {
  vertical-align: top;
  font-size: 20px;
}
.cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox .meritbox .merittextstrong strong {
  font-size: 87px;
}
.cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox .meritbox .merittextstrong img {
  vertical-align: sub;
}
.cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox .meritbox .merittextstrong:nth-child(2n) {
  font-size: 28px;
}
.cplp2409 .sec07 .yupaydec .yupaydecbox table {
  margin: 0 auto;
  max-width: 1080px;
}
.cplp2409 .sec07 .yupaydec .yupaydecbox table td {
  padding: 0;
  vertical-align: middle;
}
.cplp2409 .sec07 .yupaydec .yupaydecbox table td:first-child {
  max-width: 630px;
}
.cplp2409 .sec07 .yupaydec .yupaydecbox table ul li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 14px;
}
.cplp2409 .sec07 .yupaydec .yupaydecbox table .pic img {
  width: 450px;
}
.cplp2409 .sec07 .yupaydec .yupaydecbox .link {
  padding-bottom: 50px;
  margin: 0 auto;
  max-width: 1080px;
}
.cplp2409 .sec07 .yupaydec .yupaydecbox .link span {
  color: #ea4b23;
}
.cplp2409 .sec08 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cplp2409 .sec08 .flex .flexbox {
  padding: 40px 20px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: url(../assets/sec08bg01.png) no-repeat;
  background-size: cover;
}
.cplp2409 .sec08 .flex .flexbox:nth-child(2) {
  background: url(../assets/sec08bg02.png) no-repeat;
  background-size: cover;
}
.cplp2409 .sec08 .flex .flexbox .fb {
  color: #FFF;
  font-size: 28px;
}
.cplp2409 .sec08 .flex .flexbox .fb span {
  font-size: 20px;
}
.cplp2409 .sec08 .flex .flexbox .text {
  color: #FFF;
}
.cplp2409 .footbtn {
  padding: 40px;
  background: url(../assets/sec08bg03.png);
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 767.499px) {
  .cplp2409 .topcopy {
    font-size: 15px;
  }
  .cplp2409 .mvarea {
    margin-bottom: 40px;
  }
  .cplp2409 .sec01 .copy {
    font-size: 16px;
  }
  .cplp2409 .sec01 .flex .flexbox {
    margin: 0 5px;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 30%;
    margin-bottom: 15px;
  }
  .cplp2409 p {
    font-size: 14px;
  }
  .cplp2409 .sec01 .copy {
    padding: 0 20px;
  }
  .cplp2409 .sec01 .copy strong {
    font-size: 20px;
  }
  .cplp2409 .sec01 .flex .flexbox .text {
    font-size: 12px;
  }
  .cplp2409 .sec01 .btnbox {
    padding: 25px 10px 65px 10px;
    margin-bottom: 105px;
    background: #e8f2f6;
  }
  .cplp2409 .sec01 .btnbox .copy span {
    font-size: 0.75em;/*15px;*/
  }
  .cplp2409 .sec01 .btnbox .copy {
    font-size: 20px;
  }
  .cplp2409 .sec02 .copy {
    padding: 20px 15px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.3em;
  }
  .cplp2409 .sec02 .flex {
    padding: 0 15px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .cplp2409 .sec02 .flex .flexbox {
    width: 58%;
  }
  .cplp2409 .sec02 .flex .flexbox:nth-child(2) {
    width: 38%;
  }
  .cplp2409 .sec02 .fb.sub {
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    font-family: "TBUDゴシック B", "TBUDGothic B" !important;
  }
  .cplp2409 .sec02 .flex .fb span {
    font-size: 24px;
    font-weight: bold;
    font-family: "TBUDゴシック B", "TBUDGothic B" !important;
  }
  .cplp2409 .sec02 .decobox {
    padding: 35px 15px 25px 15px;
    margin: 0 20px 25px 20px;
    border-radius: 15px;
  }
  .cplp2409 .sec02 .decobox .text:first-child {
    margin-bottom: 0;
  }
  .cplp2409 .sec02 .decobox .text:last-child {
    margin-bottom: 10px;
  }
  .cplp2409 .sec02 .decobox .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cplp2409 .sec02 .decobox .flex .flexbox {
    width: 100%;
  }
  .cplp2409 .sec02 .decobox .flex .flexbox {
    width: 100%;
  }
  .cplp2409 .sec02 .flow .fb {
    font-weight: bold;
    font-family: "TBUDゴシック B", "TBUDGothic B" !important;
    font-size: 18px;
    padding: 0 15px;
  }
  .cplp2409 .sec02 .flow {
    background-size: 100%;
  }
  .cplp2409 .sec02 .flow .btitle {
    font-weight: bold;
    font-family: "TBUDゴシック B", "TBUDGothic B" !important;
    font-size: 20px;
  }
  .cplp2409 .sec02 .flow .pic img {
    width: 30%;
  }
  .cplp2409 .sec02 .soudanwrap {
    position: relative;
    max-width: 100%;
    padding: 30px 30px 0 30px;
    margin: 35px 15px 50px;
    background: #FFF;
  }
  .cplp2409 .sec02 .soudanwrap.sp .heading02 span {
    color: #ea4b23;
    font-size: 24px;
  }
  .cplp2409 .sec02 .soudanwrap.sp .heading02 {
    margin-bottom: 5px;
    font-weight: bold;
    font-family: "TBUDゴシック B", "TBUDGothic B" !important;
    font-size: 22px;
    line-height: 1.4em;
    border-bottom: 2px solid #333333;
    display: inline-block;
  }
  .cplp2409 .sec02 .soudanwrap .textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cplp2409 .sec02 .soudanwrap .pic {
    position: static;
    width: 40%;
  }
  .cplp2409 .sec02 .soudanwrap .text {
    width: 58%;
    margin-left: 2%;
  }
  .cplp2409 .sec02 .soudanwrap .textbox .text {
    margin-top: 0;
  }
  .cplp2409 .sec02 .cauwrap .flex .flexbox .heading03 {
    margin-bottom: 10px;
    padding-left: 70px;
    font-size: 17px;
  }
  .cplp2409 .sec02 .cauwrap .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px;
  }
  .cplp2409 .sec02 .cauwrap .flex .flexbox {
    width: 100%;
    margin: 0 !important;
  }
  .cplp2409 .sec02 .cauwrap .flex .flexbox .pic {
    width: 100%;
    text-align: center;
  }
  .cplp2409 .sec02 .cauwrap .flex .flexbox img {
    width: 65%;
  }
  .cplp2409 .sec02 .cauwrap .flex .flexbox .heading03 {
    background: url(../assets/sec02pic04.png) no-repeat left center;
    background-size: 13%;
  }
  .cplp2409 .sec03 {
    padding: 0 15px;
  }
  .cplp2409 .sec03 .copy {
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "TBUDゴシック B", "TBUDGothic B" !important;
    font-size: 20px;
  }
  .cplp2409 .sec03 .stepbox .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cplp2409 .sec03 .stepbox .flex .flexbox:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cplp2409 .sec03 .flex .step {
    margin-bottom: 0;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    font-family: "TBUDゴシック B", "TBUDGothic B" !important;
    color: #0074a5;
  }
  .cplp2409 .sec03 .flex .heading03 {
    font-weight: bold;
    font-family: "TBUDゴシック B", "TBUDGothic B" !important;
    font-size: 19px;
    text-align: center;
  }
  .cplp2409 .sec03 .flex .text {
    margin-bottom: 10px;
  }
  .cplp2409 .sec03 .flex .flexbox:first-child {
    margin: 0 auto;
  }
  .cplp2409 .sec03 .flex .pic {
    margin-right: 0;
    text-align: center;
  }
  .cplp2409 .btnbox.sp {
    position: relative;
    padding: 25px 10px 65px 10px;
    margin-bottom: 105px;
    background: linear-gradient(to bottom, #e8f2f6 0%, #e8f2f6 66%, #fff 66%, #fff 100%);
  }
  .cplp2409 .btnbox.sp .copy {
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-family: "TBUDゴシック B", "TBUDGothic B" !important;
    border: none;
    color: #0074a5;
    font-size: 20px;
    text-align: center;
  }
  .cplp2409 .btnbox.sp .copy span {
    font-size: 15px;
  }
  .cplp2409 .btnbox.sp.copy {
    font-size: 20px;
  }
/*
  .cplp2409 .btnbox.sp .campbtn {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -70px;
  }
*/
  .cplp2409 .sec04 {
    padding: 0 15px;
  }
  .cplp2409 .sec04 .heading02 {
    margin-bottom: 10px;
  }
  .cplp2409 .sec04 .heading02 img {
    width: 80%;
  }
  .cplp2409 .sec04 .copy {
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "TBUDゴシック B", "TBUDGothic B" !important;
    font-size: 22px;
  }
  .cplp2409 .sec04 .flex .flexbox {
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    width: 48%;
  }
  .cplp2409 .sec04 .flex .flexbox .pic img {
    width: 40%;
  }
  .cplp2409 .sec04 .flex .flexbox .heading03 {
    font-size: 18px;
  }
  .cplp2409 .sec04 .flex .flexbox .text {
    font-size: 12px;
    text-align: left;
  }
  .cplp2409 .sec04 .flex .flexbox:nth-child(4) {
    margin-left: 0;
  }
  .cplp2409 .sec04 .flex .flexbox:last-child {
    margin-right: 0;
  }
  .cplp2409 .sec05 {
    padding: 50px 15px;
    background: url(../assets/sec05bg.png);
    background-size: cover;
  }
  .cplp2409 .sec05 .copy {
    font-size: 19px;
    text-align: center;
    color: #FFF;
  }
  .cplp2409 .sec05 .cau {
    font-size: 12px;
  }
  .cplp2409 .sec05 .slidebox {
    position: relative;
    padding: 40px 25px 15px 25px;
    margin-bottom: 30px;
    margin-left: -15px;
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #FFF;
  }
  .cplp2409 .sec05 .slidebox:last-child {
    position: relative;
    padding: 40px 25px 15px 25px;
    margin-bottom: 30px;
    margin-right: -15px;
    margin-left: auto;
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #FFF;
  }
  .cplp2409 .sec05 .slidebox .flex {
    max-width: 100%;
    margin: 0 auto 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cplp2409 .sec05 .slidebox .flex .flexbox .heading03 {
    margin-bottom: 10px;
    font-weight: bold;
    font-family: "TBUDゴシック B", "TBUDGothic B" !important;
    font-size: 17px;
  }
  .cplp2409 .sec05 .slidebox .deco {
    width: 65%;
  }
  .cplp2409 .sec05 .slidebox .flex .flexbox:first-child .pic {
    max-width: 240px;
  }
  .cplp2409 .sec05 .slidebox .flex .flexbox .text {
    margin-bottom: 10px;
  }
  .cplp2409 .sec05 .slidebox .pointbox th {
    padding: 10px;
    background: #f3f3f3;
  }
  .cplp2409 .sec05 .slidebox .pointbox td {
    font-size: 14px;
    padding: 10px;
  }
  .cplp2409 .sec05 .slidebox .pointbox th p {
    width: 80px;
    height: 80px;
    color: #FFF;
    background: #e95504;
    border-radius: 100%;
  }
  .cplp2409 .sec05 .slidebox .pointbox th p span {
    padding: 14px;
    width: 80px;
    height: 80px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
  }
  .cplp2409 .sec05 .slidebox:last-child .flex .flexbox:last-child .heading03 {
    margin-bottom: 10px;
    font-weight: bold;
    font-family: "TBUDゴシック B", "TBUDGothic B" !important;
    font-size: 17px;
  }
  .cplp2409 .sec05 .slidebox:last-child .flex .flexbox:first-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .cplp2409 .sec05 .slidebox:last-child .flex .flexbox:first-child .pic {
    max-width: 240px;
  }
  .cplp2409 .sec05 .slidebox:last-child .pointbox th {
    padding: 10px;
    background: #f3f3f3;
  }
  .cplp2409 .sec05 .slidebox:last-child .pointbox td {
    font-size: 14px;
    padding: 10px;
  }
  .cplp2409 .sec05 .slidebox:last-child .pointbox th p {
    width: 80px;
    height: 80px;
    color: #FFF;
    background: #28459a;
    border-radius: 100%;
  }
  .cplp2409 .sec05 .slidebox:last-child .pointbox th p span {
    padding: 14px;
    width: 80px;
    height: 80px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
  }
  .cplp2409 .sec06 {
    padding: 50px 15px;
    max-width: 100%;
    margin: 0 auto;
  }
  .cplp2409 .sec07 .yupaywrap {
    padding: 45px;
    background: #0b953f;
  }
  .cplp2409 .sec07 .yupaywrap .copy {
    text-align: center;
    font-size: 19px;
    color: #FFF;
  }
  .cplp2409 .sec07 .yupaywrap .copy span {
    font-size: 21px;
  }
  .cplp2409 .sec07 .yupaywrap .copy span strong {
    font-size: 28px;
  }
  .cplp2409 .sec07 .yupaydec .heading02 img {
    width: 70%;
  }
  .cplp2409 .sec07 .yupaydec .text {
    font-size: 15px;
    padding: 0 25px;
  }
  .cplp2409 .sec07 .yupaydec .yupaydecbox {
    background: url(../assets/yupaybgsp.png) no-repeat right top;
    background-size: 100% auto;
  }
  .cplp2409 .sec07 .yupaydec .yupaydecbox .flex {
    padding-top: 50px;
    margin: 0 auto 25px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox .meritbox .heading03::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    content: "";
    width: 0;
    margin: 0 auto;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #0b953f;
    border-bottom: 0;
  }
  .cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox .meritbox .merittitle {
    top: -5px;
  }
  .cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox {
    width: 200px;
    height: 200px;
  }
  .cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox .meritbox .merittext {
    font-size: 17px;
    text-align: center;
  }
  .cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox .meritbox .heading03 {
    font-size: 15px;
  }
  .cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox .meritbox .merittextstrong {
    font-size: 22px;
    text-align: center;
  }
  .cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox .meritbox .merittextstrong img {
    width: 100px;
  }
  .cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox:first-child .meritbox .merittextstrong img {
    width: 66%;
  }
  .cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox .meritbox .merittextstrong:nth-child(2n) {
    font-size: 15px;
  }
  .cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox .meritbox .merittextstrong span {
    vertical-align: top;
    font-size: 11px;
  }
  .cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox:first-child {
    margin-left: 5%;
  }
  .cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox:nth-child(2) {
    margin-left: auto;
    margin-top: -15%;
    margin-right: 5%;
  }
  .cplp2409 .sec07 .yupaydec .yupaydecbox .flex .flexbox:nth-child(3) {
    margin-top: -15%;
    margin-left: 5%;
  }
  .cplp2409 .sec07 .yupaydec .yupaydecbox table td {
    display: block;
    padding: 0 25px;
  }
  .cplp2409 .sec07 .yupaydec .yupaydecbox table td:first-child {
    max-width: 100%;
  }
  .cplp2409 .sec07 .yupaydec .yupaydecbox .link {
    padding: 0 25px 50px 25px;
    margin: 0 auto;
    max-width: 100%;
  }
  .cplp2409 .sec08 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cplp2409 .sec08 .flex .flexbox {
    padding: 40px 20px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: url(../assets/sec08bg01.png) no-repeat;
    background-size: cover;
  }
  .cplp2409 .sec08 .flex .flexbox:nth-child(2) {
    background: url(../assets/sec08bg02.png) no-repeat;
    background-size: cover;
  }
  .cplp2409 .sec08 .flex .flexbox .fb {
    color: #FFF;
    font-size: 18px;
  }
  .cplp2409 .sec08 .flex .flexbox .fb span {
    font-size: 15px;
  }
  .cplp2409 .footbtn {
    padding: 40px;
    background: url(../assets/sec08bg03.png);
    background-size: cover;
    text-align: center;
  }
}


/* ボタン位置 */
@media screen and (max-width: 1079px)
{
	.cplp2409 .sec01 .btnbox,
	.cplp2409 .sec03 .btnbox {
		padding: 30px 0;
		margin-bottom: 0;
		background: linear-gradient(to bottom, #e8f2f6 0%, #e8f2f6 66%, #fff 66%, #fff 100%);
	}
	.cplp2409 .sec01 .btnbox .campbtn,
	.cplp2409 .sec03 .btnbox .campbtn {
		position:relative;
		bottom: 0px;
	}
      .cplp2409 .sec02 .decobox .flex .fb span
      {
        font-size: clamp(15px, calc( 11px + 1.6vw ), 24px);
      }
}
.cplp2409 .btnbox.sp {
    position: relative;
    padding: 25px 10px 65px 10px;
    margin-bottom: 0px;
    background: linear-gradient(to bottom, #e8f2f6 0%, #e8f2f6 66%, #fff 66%, #fff 100%);
}
.cplp2409 .btnbox.sp > p {
  color:#0074a5;
  text-align: center;
}
.cplp2409 .btnbox.sp > .copy {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: clamp(15px, calc( 11px + 1.6vw ), 30px);
  font-weight: bold;
  font-family: "TBUDゴシック B", "TBUDGothic B" !important;
  border: none;
  color: #0074a5;
}
.cplp2409 .btnbox.sp > .copy > span {
  background: none;
  font-size: 0.75em;/*clamp(15px, calc( 11px + 1.6vw ), 20px);*/
}
/* 改行位置が気になるとのことでフォントサイズなどの調整 */
.cplp2409 .lt_w800{ display: none; }
@media screen and (max-width: 800px)
{
  .cplp2409 .lt_w800
  {
    display: block;
  }
}
.cplp2409 .lt_w767{ display: none; }
@media screen and (max-width: 767.499px)
{
  .cplp2409 .sec01 .btnbox .copy,
  .cplp2409 .sec01 .btnbox .copy {
    font-size: clamp(15px, calc( 11px + 1.6vw ), 30px);
  }
  .cplp2409 .sec01 .btnbox .copy span,
  .cplp2409 .sec03 .btnbox .copy span
  {
    font-size: 0.75em;
  }
  .cplp2409 .lt_w767{ display: block; }
}
.cplp2409 .lt_w480 { display: none; }
@media screen and (max-width: 480px)
{
  .cplp2409 .sec01 .flex .flexbox .text {
    font-size: clamp(0.5rem, calc( 0.3rem + 1.88vw ), 1.1rem);
  }
  .cplp2409 .sec02 .flex .fb span
  {
    font-size: clamp(17px, calc( 10px + 2.3vw ), 24px);
  }
  
  .cplp2409 .lt_w480
  {
    display: block;
  } 
}
@media screen and (max-width: 400px)
{
  .cplp2409 .sec07 .yupaydec .text
  {
    font-size: 3.6vw;
  }
}
.cplp2409 .lt_w360 { display: none; }
@media screen and (max-width: 360px)
{
  .cplp2409 .lt_w360 { display: block; }
  .cplp2409 .sec07 .yupaydec .text
  {
    font-size: 3.6vw;
  }
}