@charset "utf-8";
article {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 1.618;
  padding: 0;
}
.tx_pink {
  color: #ED1786;
}
.tx_red {
  color: #E40000;
}
.tx_blue {
  color: #026FDB;
}
.tx_bold {
  font-weight: bold;
}

.txt-small{
	font-size: 11px;
}
.txt-left{
	text-align: left;
}
.kv {
	width: 100%;
	max-width: 2000px;
	text-align: center;
	margin: 0 auto;	
}

.kv img{
		margin: 0 auto;
}

.kv li{
	text-align: center;
}

.kv h1{
	width: 100%;
	position: relative;
}

  .btn-apply {
	  width: 300px;
	  height: 62px;
    display: block;
    position: relative;
    padding:10px 16px;
    text-decoration: none;
    background-color: #EB4F98;
    border-radius: 8px;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 6px 0 #FFCAE3;
	  margin: 0 auto 10px;
  }
.btn-apply img{
	width: 85%;
}
  .btn-apply:hover {
    top: 6px;
    box-shadow: none;
    color: #fff;
  }


.apply-box{
	margin-bottom: 10px;
}

.btn-apply.txt-mypage{
	color: #fff; 
	position: relative;
	width: 100%;
	font-size: 1.1em;
	max-width: 460px;
	font-weight: bold;
	line-height: 2.2em;
}
.btn-apply.txt-mypage::after{
content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}
.btn-apply.txt-mypage:hover{
	text-decoration: none;
}
.txt-ok {
  position: relative;
  padding: 0 10px;
  font-size: 1em;
  text-align: center;
  width: 240px;
  margin: 40px auto 8px;
  font-size: 16px;
}
.txt-ok span{
	font-size: 11px;
	vertical-align: top;
}
.txt-ok::before, .txt-ok::after {
  position: absolute;
  top: 5px;
  height: 1.2em;
  content: '';
}
.txt-ok::before {
  border-left: solid 4px;
  left: 0;
  transform: rotate(-30deg);
  border-radius: 60px;
}
.txt-ok::after {
  border-right: solid 4px;
  right: 0;
  transform: rotate(30deg);
  border-radius: 60px;
}


.example{
	background: #F8F8F8;
}
.san_box {
  background: #3D96EF;
  position: relative;
  margin: 0 0 100px;
}
.san_box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 50vw 0 50vw;
  border-color: #3D96EF transparent transparent transparent;
  position: absolute;
  top: 98%;
  left: 0;
  right: 0;
}
.san_box .san_in {
  text-align: center;
  padding: 30px 0 0;
}
.san_box .san_in .san_t_a {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
.ex-a,.ex-b{
	 
	position: relative;
		display: inline-block;
	margin-left: 40px;
}
.ex-a::before{
	position: absolute;
 content: ''; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 42px; /*画像の幅*/
  height: 42px; /*画像の高さ*/
  background-image: url(/static/img/feature/insurance/ico_a.png);
  background-size: contain;
  left: -46px;
  top: -5px;	
}

.ex-b::before{
	position: absolute;
 content: ''; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 42px; /*画像の幅*/
  height: 42px; /*画像の高さ*/
  background-image: url(/static/img/feature/insurance/ico_b.png);
  background-size: contain;
  left: -46px;
  top: -5px;	
}

.mt-80{
	margin-top: 80px;
}


.ln-pink{
	 font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-bottom: #FFCAE3 solid 6px;
	display: inline-block;
	margin: 0 auto;
	padding: 0 5px;
		margin-bottom:20px;
	
}
.support-box{
	border: solid 2px #1C1C1C;
	border-radius: 8px;
	margin: 0 5px;
	height: 100%;
	background: #fff;
}
.support-box dt{
	background: #1C1C1C;
	color: #FFF;
	padding: 6px;
	text-align: center;
}
.support-box dd{
	padding: 16px;
	font-size: 0.9em;
	text-align: center;
}
.support-box dd p{
	font-size: 1em;
}
.support-box dd ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:5px;
}
.txt-pink{
	color: #EB4F98;
}

.txt-big{
	font-size: 1.6em;
	line-height: 1em;
}
.txt-bold{
	font-weight: 900;
}

.txt-plus{
	color: #EB4F98;
	font-weight: 900;
	font-size: 2em;
	line-height: 1em;
	 font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.txt-insurance{
	background: #EB4F98;
	color: #FFF;
	line-height: 24px;
	height: 24px;
	padding: 0 8px;
	border-radius: 60px;
	font-size: 13px;
		margin-right: 5px;
}
.en{
	align-self: flex-end;
	margin-bottom: 5px;	
}
.txt-trouble{
	position: relative;
	padding-bottom: 50px;
}
.txt-trouble::after{
content: ''; 
	position: absolute;
  display: inline-block;
  width: 40px; /*画像の幅*/
  height: 21px; /*画像の高さ*/
  background: url(/static/img/feature/insurance/arrow-pink.png) no-repeat;
	background-size: contain;
	bottom: 0;
	left: 50%;
transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);	
}
.txt-double{
	position: relative;
	padding-bottom: 20px;
}

.txt-double::after{
content: ''; 
	position: absolute;
  display: inline-block;
  width: 40px; /*画像の幅*/
  height: 21px; /*画像の高さ*/
  background: url(/static/img/feature/insurance/arrow-pink.png) no-repeat;
	background-size: contain;
	bottom: -15px;
	left: 50%;
transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);	
}


.txt-toal{
	display: flex;
	align-items:flex-end;
	justify-content: center;
	font-weight: 900;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 1.0em!important;
	border-top:1px dashed #BBB;
}

.support{
	padding: 40px 0;
	background: #F1F1F1;
}
.content.plan .col-md-6{
	display: flex;
	flex-direction: column;
}

.plan{
		padding: 40px 0;
	background: #F8F8F8;
}

.plan-box{
	text-align: center;
		display: flex;
	flex-direction: column;
	height: 100%;
}
.bg-balloon{
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 12px 0;
  min-width: 220px;
  max-width: 100%;
  color: #FFF;
  background: #000;
  box-sizing: border-box;
	border-radius: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}



.bg-balloon:after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #000;
  z-index: 1;
}


.txt-safety,.txt-simple{
	position: relative;
	margin: 20px auto;
	width: 220px;
}
.txt-safety::before{
	position: absolute;
    content: '';
    display: inline-block;
    width: 50px;
    height: 45px;
    background: url(/static/img/feature/insurance/ico-crown.png) no-repeat;
    background-size: contain;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 50%;
    top: -20px;
}

.txt-safety::after{
	position: absolute;
    content: '';
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url(/static/img/feature/insurance/ico-osusume.png) no-repeat;
    background-size: contain;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: -38px;
    top: 50%;
}

.mt-20{
	margin-top: 20px;
}
.txt-charge{
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: #FFF350 solid 6px;
	display: inline-block;
	margin: 0 auto;
	padding: 0 5px;
		margin-bottom:20px;
}
.txt-charge span.txt-big{
	margin-left: 15px;
}
.txt-a,.txt-b{
	line-height: 30px;
}
.txt-a::before{
 content: ''; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 30px; /*画像の幅*/
  height:30px; /*画像の高さ*/
  background-image: url(/static/img/feature/insurance/ico_a.png);
  background-size: contain;
	margin: 0 5px 0 0;
	vertical-align: middle;

}

.txt-b::before{
 content: ''; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 30px; /*画像の幅*/
  height:30px; /*画像の高さ*/
  background-image: url(/static/img/feature/insurance/ico_b.png);
  background-size: contain;
	margin: 0 5px 0 0;
	vertical-align: middle;

}
.plan .acc-box.compensation-box{

}
.plan .acc-box.compensation-box .card{
	border: none;
	background: none!important;

}
.plan .acc-box.compensation-box .card-header{
	background: #FFF;
	border: #EB4F98 3px solid;
	margin-top: 20px;
	border-radius: 6px;
	padding: 0;
}
.plan .acc-box.compensation-box .card-header h3{
		font-size: 20px;
	line-height: 20px;
}
.plan .acc-box.compensation-box .card-header a{
   color: #EB4F98;
	text-decoration: none;
   	font-size: 20px;
	font-weight: bold;
	display: block;
	padding: 10px 0;
	position: relative;

}


.plan .acc-box .card-header a[aria-expanded="true"]{
	color: #fff;
	background: #EB4F98;
}

.plan .acc-box .card-header a:after {
	 content: "\f067";
	position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    right: 10px;
	   color: #EB4F98;
}

.plan .acc-box .card-header a[aria-expanded="true"]:after {
	 content: "\f068";
	position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    right: 10px;
	   color: #FFF;
}


.plan .acc-box .card-header a[aria-expanded="false"]:after {
	 content: "\f067";
	position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    right: 10px;
	   color: #EB4F98;
}

.plan .acc-box.compensation-box .card .card-body{
	padding: 10px 0;
}

/*--------PC以上のサイズに適応するスタイル---------*/

@media screen and (min-width:992px) {
		.kv{
		position: relative;

}
	
.apply-box{
		position: absolute;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	left:20%;
    top: 81%;
	}
	
.kv li:first-child{
	
		background: #AFD4FE;
	}	
.kv li:last-child{
	padding: 3% 3% 0 4%;
		width: 30%;
}	
	
.kv li:last-child img{
 max-width: 100%;
}	
	
}

/*--------タブレット以上のサイズに適応するスタイル---------*/
@media screen and (min-width:768px) {


	

.san_box .san_in .san_t_a {
  font-size: 24px;
}


}

.w-960{
	max-width: 960px;
}


.kome {
  position: relative;
  padding-left: 1em;
}
.kome:before {
  content: '※';
  position: absolute;
  left: 0;
}
.example_box {
  margin-bottom: 8px;
	max-width: 460px;
	margin: 10px 5px 0;
}
.example_box > div {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  font-weight: bold;
	border: 2px solid #AAAAAA;

}
.example_box img {
  margin-bottom: 16px;
  height: 230px;
  object-fit: contain;
}
.example_box p {
  font-size: 16px;
}

#insurance_data {
  background: #f1f1f1;
  padding: 32px 0;
}
#insurance_data .d-flex {
  justify-content: space-between;
  align-items: flex-end;
  font-size: 13px;
  font-weight: bold;
}
#insurance_data .data dl span {
  display: flex;
}

.w_short_bar, .w_short_bar-b, .example h2 {
    font-size: 17px;
	  font-weight: 900;
	  margin-bottom: 10px;
  }

.price{
	width: 100%;
}

.table-title th{

}
.price th,.price td{
	font-size: 0.9em;
		border-bottom: 2px solid #ccc;
	padding: 8px 4px;
	background: #FFF;
}
.price th{
	text-align: left;
}
.price td{
	border-left: 2px solid #ccc;
}

.price .table-title th{
	background: #000!important;
	color: #fff;
	text-align: center;
	font-weight: 900;

}



@media (max-width:350px) {
  
  #insurance_data .d-flex {
    font-size: 11px;
  }
}
@media (min-width:768px) {
  .w_short_bar, .w_short_bar-b {
    font-size: 20px;
	   font-weight: 900;
  }

  .example h2 {

  }
  .plus > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .img_box {
    width: 36%;
    margin-right: 2%;
  }
  .img_box + p {
    width: 62%;
  }
  .plan_box {
    overflow: hidden;
  }
  .plan_box table {
    width: 100%;
  }
  .plan_box table th, .plan_box table td {
    padding: 16px;
  }
  .cta_box a {
    width: 360px;
    font-size: 15px;
    padding: 1.3em;
  }
  #insurance_data .d-flex {
    font-size: 15px;
  }
	
	.plan-txt{
		height: 110px;
	}
	
}
@media (min-width:992px) {
  .example_box p {
    font-size: 14px;
  }
}
@media (min-width:1200px) {}


/** campaign ↓**/
.tit-campaign {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tit-campaign::before {
 content: '';
  position: absolute;
  background: url(/static/img/feature/insurance/campaign/tit-campaign.png) no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 100%;
	height: 140px;
  top: -110px;
  left: 0;
  right: 0;
  margin: auto;
}
.box-detail {
  padding: 48px 40px 40px;
  border-radius: 16px;
  background: #FFF;
  text-align: left;
  max-width: 960px;
  margin-bottom: 40px;
}
.box-detail dl dt {
  margin-top: 20px;
}
.bg-campaign {
  background: #D7CDAC;
  text-align: center;
  padding: 130px 20px 20px;
}
.btn-wex {
  display: block;
  padding: 20px 8px 20px 0;
  width: 100%;
  max-width: 500px;
  background: #FD5555;
  color: #FFF;
  margin: 0 auto 40px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
  position: relative;
}

.btn-search {
  display: block;
  padding: 20px 16px 20px 0;
  width: 100%;
	border-radius: 8px;
  max-width: 500px;
  background:#F37370 ;
  color: #FFF;
  margin: 0 auto 40px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
  position: relative;
}



.btn-wex:active, .btn-wex:link, .btn-wex:hover, .btn-wex:visited,.btn-insurance:hover,.btn-search:active, .btn-search:link, .btn-search:hover, .btn-search:visited{
  text-decoration: none;
  color: #FFF;
}
.btn-wex:hover,.btn-insurance:hover, .btn-search:hover{
  opacity: 0.8;
}
.btn-wex::after,.btn-search::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
}
.btn-insurance{
	 display: block;
  padding: 16px 16px 16px 0;
  width: 95%;
  max-width: 280px;
  background: #695520;
	border-radius: 60px;
  color: #FFF;
  margin: 0 auto 40px;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.85em;
  position: relative;
}
.btn-insurance::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
}
.bnr-campaign{
	display: block;
	margin: 0 auto;
	text-align: center;
	background-image: url(/static/img/feature/insurance/campaign/bg-bnr_insurance.jpg);
}
.bnr-campaign img{
	margin:  auto;
}

.list-attention{
	    list-style: disc outside;
    display: list-item;
	margin-left: 1em;
}

@media (min-width:768px) {
  .bg-campaign {
    padding-top: 160px;
  }
  .tit-campaign {
    margin-bottom: 30px;
  }
  .box-detail {
    padding: 20px 40px 40px;
  }
	.btn-wex {
font-size: 1.2em;
}
}
@media (max-width:374px){
		.btn-wex {
font-size: 15px;
}
	
}

/* 隠し画像 modal
----------------------------------------------------*/
.hit-img {
  animation: poyon 1.2s infinite;
  width: 50%;
  height: auto;
}
@keyframes poyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
  30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
  50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
  70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/***** Modal Btn *****/
.btn-hit {
  text-align: center;
  padding: 0 16px;
}
.btn-hit a {
  display: inline-block;
  margin: 32px auto 0;
  background: #ED1786;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 1em;
  position: relative;
  transition: 0.24s ease;
}
@media (min-width: 768px){
  .btn-hit a {
    width: 360px;
    font-size: 15px;
    padding: 1.3em;
  }
}
.btn-hit a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 16px;
}
/***** Modal *****/
.modal-header{
	color:#fff;
	background:#f53d7e;
}
.modal-header .close {
  color: #fff;
  padding: 0;
  margin: 0;
}
.btn-close {
  background: #ccc;
  color: #666;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 4px;
}
.modal-title{
  width: 100%;
	font-size:16px;
	font-weight:bold;
	line-height: 1.4;
  text-align: left;
}
.bnr-campaign 
.bnr-campaign img{
	width: 50%;
	
}


/*sliderカスタマイズ*/
#slide{
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.slider-center div span{
	text-align: center;
	display: block;
	
}
.slider-center {
  width: 100%;
  display: flex;
  margin: auto;
}

.slider-center li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}



.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

#Faq {
  background: #E7E7E7;
  padding: 40px 0;
  text-align: center;
}
#faq-accordion .card {
  border: none;
}
#faq-accordion .card + .card {
  margin-top: 24px;
}
#faq-accordion .num-label {
  font-size: 20px;
  left: 15px;
  color: #000;
  background: #FFCAE3;
  padding: 16px 0;
  margin-right: 0;
  border-radius: 8px;
  width: 50px;
  text-align: center;
}
#faq-accordion .card-header {
  border: none;
}
#faq-accordion .card-header button {
  padding: 30px 10px;
  position: relative;
  width: 100%;
  text-align: left;
  cursor: pointer;
  background: #fff;
  box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 5%);
  border: none;
  border-radius: 4px;
}
#faq-accordion .card-header .faq-ttl {
  display: block;
  margin-left: 65px;
  padding-right: 48px;
  font-size: 15px;
  font-weight: 400;
  color: #343333;
}
#faq-accordion .card-header button:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-weight: 900;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: #000;
  color: #FFF;
}
#faq-accordion .card-header button.collapsed:before {
  content: "\f078";
  background: #000;
  color: #fff;
}
#faq-accordion .card-body {
  padding: 24px 24px 24px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
span.answer {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background: #F7F0F0;
  padding: 8px 18px;
  margin-right: 8px;
  border-radius: 8px;
}
ul.note {
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}
#faq-accordion .card-body p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}
#faq-accordion .card-body p span {
  font-size: 13px;
  display: block;
}
#faq-accordion .card-body p + p {
  margin-top: 20px;
}
.bottom_illust {
  margin-top: 24px;
  width: 100%;
  height: 125px;
  background: url(/static/img/feature/otasukedm/bg_bus_dm_city.svg) 50% 100% no-repeat;
  background-size: cover;
}

/*--------タブレット以上のサイズに適応するスタイル---------*/
@media screen and (min-width:768px) {

#Faq {
    padding-bottom: 60px;
  }
  #faq-accordion .card + .card {
    margin-top: 36px;
  }
  #faq-accordion .card-header button {
    padding: 30px 50px;
  }
  #faq-accordion .num-label {
    left: 30px;
    color: #000;
    background: #FFCAE3;
    padding: 16px 0;
    margin-right: 26px;
    border-radius: 8px;
    width: 60px;
    text-align: center;
  }
  #faq-accordion .card-header .faq-ttl {
    font-size: 18px;
    padding-right: 25px;
  }
  #faq-accordion .card-header button:before {
    width: 50px;
    height: 50px;
  }
  #faq-accordion .card-body {
    padding: 24px 24px 24px 32px;
  }
  span.answer {
    margin-right: 18px;
    font-size: 26px;
    padding: 8px 16px;
    width: 5%;
    text-align: center;
	  min-width: 60px;
  }
  #faq-accordion .card-body p {
    font-size: 16px;
	  width: 83%;
  }
  #faq-accordion .card-body p span {
    font-size: 14px;
  }
}



/** campaign 202408 Coke ON CPN START
-----------------------------------------**/
#cpn-cokeon {
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
}

#cpn-cokeon #mv {
    background: #CF0A1E;
}

#cpn-cokeon .content {
   padding: 43px 16px 20px; 
   position: relative;
   z-index: 0;
   background-color: #CF0A1E;
}

#cpn-cokeon .content::before,
#cpn-cokeon .content::after {
    background-color: #CF0A1E;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 378px;
}

#cpn-cokeon .content::before {
    top: 0;
    background: url('/static/img/feature/insurance/campaign/bg-halftone-top-sp.png') no-repeat top center/ cover;
}

#cpn-cokeon .content::after {
    z-index: -1;
    bottom: 0;
    background: url('/static/img/feature/insurance/campaign/bg-halftone-bottom-sp.png') no-repeat bottom center/ cover;
}

/* content */
#cpn-cokeon .tit-campaign {
    font-size: 12px;
}

#cpn-cokeon .tit-campaign::before {
    top: -100px;
    background: url('/static/img/feature/insurance/campaign/tit-campaign-202408.svg') no-repeat center/ 70%;
}

#cpn-cokeon .box-detail {
    position: relative;
    z-index: 3;
    padding: 100px 26px 40px;
    margin-bottom: 34px;
}

#cpn-cokeon .flex-box figure {
    text-align: center;
    width: 80%;
    margin: 10px auto 30px;
}

#cpn-cokeon .flex-box figure img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#cpn-cokeon .box-detail dl dt {
    padding: 8px 15px 6px;
    background: #F6E6E8;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

#cpn-cokeon .box-detail dl dd {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
}

#cpn-cokeon .large {
    font-weight: bold;
    font-size: 14px;
}

#cpn-cokeon .large.num {
    font-weight: bold;
    font-size: 16px;
}

#cpn-cokeon .small {
    font-weight: bold;
    font-size: 12px; 
}

#cpn-cokeon .list-attention {
    list-style: none;
    display: block;
    margin-left: 0;
    margin-top: 10px;
    position: relative;
    padding-left: 20px;
}

#cpn-cokeon .list-attention::before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 1.5;
}

#cpn-cokeon .attention-mark {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

#cpn-cokeon .attention-mark::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
}

/* button */
#cpn-cokeon.btn-box {
    position: relative;
    z-index: 3;
}

#cpn-cokeon .btn-search {
    margin:  0 auto 24px;
    max-width: 563px;
    padding: 20px;
    border-radius: 10px;
    font-size: 20px;
    background: #E99F33;
    transition: 0.3s;
}

#cpn-cokeon .btn-search::after {
    font-size: 32px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

#cpn-cokeon .btn-insurance {
    max-width: 300px;
    font-size: 14px;
    color: #E99F33;
    border: 2px solid #E99F33;
    background: #fff;
    padding: 18px 16px 16px 0;
    transition: 0.3s;
}

#cpn-cokeon .btn-insurance::after {
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    right: 20px;
    transition: 0.3s;
}

/*pc*/
@media (min-width: 767px) {
    #cpn-cokeon .content {
       padding: 30px 20px 20px; 
    }
    
    #cpn-cokeon .content::before,
    #cpn-cokeon .content::after {
        height: 480px;
    }

    #cpn-cokeon .content::before {
        background: url('/static/img/feature/insurance/campaign/bg-halftone-top-pc.png') no-repeat top center/contain;
        opacity: 0.2;
    }

    #cpn-cokeon .content::after {
        background: url('/static/img/feature/insurance/campaign/bg-halftone-bottom-pc.png') no-repeat bottom center/contain;
    }

    /* content */
    #cpn-cokeon .tit-campaign {
        font-size: 18px;
    }

    #cpn-cokeon .tit-campaign::before {
        top: -102px;
        background: url('/static/img/feature/insurance/campaign/tit-campaign-202408.svg') no-repeat center;
    }

    #cpn-cokeon .box-detail {
        padding: 130px 40px 40px;
        margin-bottom: 40px;
    }
    
    #cpn-cokeon .flex-box figure {
         width: 100%;
         margin: 0;
    }

    #cpn-cokeon .flex-box figure img {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }

    #cpn-cokeon .box-detail dl dt {
        padding: 8px 15px 6px;
        margin-top: 20px;
        font-size: 18px;
    }

    #cpn-cokeon .box-detail dl dd {
        font-size: 16px;
        line-height: 1.5;
    }
    
    #cpn-cokeon .large {
        font-size: 18px;
    }

    #cpn-cokeon .large.num {
        font-size: 20px;
    }

    #cpn-cokeon .small {
        font-size: 14px; 
    }

    #cpn-cokeon .list-attention {
        margin-top: 10px;
        padding-left: 20px;
    }

    #cpn-cokeon .list-attention::before {
        font-size: 16px;
        line-height: 1.5;
    }

    #cpn-cokeon .attention-mark {
        padding-left: 20px;
        font-size: 16px;
    }

    #cpn-cokeon .attention-mark::before {
        font-size: 16px;
    }

    /* button */
    #cpn-cokeon .btn-search {
        margin:  0 auto 32px;
        max-width: 560px;
        padding: 30px;
        border-radius: 20px;
        font-size: 24px;
    }

    #cpn-cokeon .btn-search::after {
        font-size: 32px;
        right: 32px;
    }

    #cpn-cokeon .btn-insurance {
        max-width: 370px;
        font-size: 18px;
         padding: 20px 20px 18px 0;
    }
    
    #cpn-cokeon .btn-insurance::after {
        font-size: 26px;
        right: 28px;
    }
}

@media (min-width: 2000px) {
    #cpn-cokeon .content::before {
        top: 0;
        background: url('/static/img/feature/insurance/campaign/bg-halftone-top-pc.png') no-repeat top center/cover;
    }

    #cpn-cokeon .content::after {
        z-index: -1;
        bottom: 0;
        background: url('/static/img/feature/insurance/campaign/bg-halftone-bottom-pc.png') no-repeat bottom center/cover;
    }
}

/* hover */
/*入力デバイスがhoverに対応している場合に適用*/
@media (hover) {
    #cpn-cokeon .btn-search:hover,
    #cpn-cokeon .btn-search:hover {
        opacity: 0.8;
    }

    #cpn-cokeon .btn-search:hover::after {
        right: 18px;
    }
    
    #cpn-cokeon .btn-insurance:hover::after {
        right: 16px;
    }
}

/*anination*/
/*
#cpn-cokeon .box-detail {
    opacity: 0;
}
#cpn-cokeon .js-scrollIn.box-detail {
    animation: box-fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
*/


/* animation settings */
/*
@keyframes box-fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
*/

/** campaign 202408 Coke ON CPN　END
-----------------------------------------**/
