@charset "utf-8";

/*番号入力画面*/
.sub_txt{
	line-height: 110%;
}

.sub_txt dl.cf {
    width: 86%;
	margin: 0 auto;
}

.sub_txt dl.cf p {
    font-size: 16px;
}

.sub_txt dt.title {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
	line-height: 1.4;
    vertical-align: top;
}

.card_no{
	font-size: 16px;
}

.sub_txt dt.title .caution {
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0 0 0;
    line-height: 1.4;
    text-align: left;
}

a.link,
.sub_txt dt.title a{
    color: #3366CF;
    border-bottom: 1px solid currentColor;
    font-size: 1.4rem;
	text-decoration: none;
	padding:0 4px;
	font-weight: normal;
}
a.link:hover,
.sub_txt dt.title a:hover{
    border-bottom: none;
    color: #3366CF;
}


.sub_txt dd.data {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
    color: #5F5F5F;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
}

.sub_txt .num ul li {
    width: auto;
    float: left;
    margin: 0 3px 0 0;
    padding: 0;
    height: 35px;
    line-height: 180%;
}

.sub_txt .input {
    width: 220px;
    margin-bottom: 0;
    padding: 5px;
    color: #333333;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    font-size: 108%;
    text-align: left;
}

.sub_txt .waon2{
    width: 190px!important;
    margin-bottom: 0;
    padding: 5px;
    color: #333333;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    font-size: 108%;
    text-align: left;
}

.sub_txt .num li.num01 input {
    text-indent: 0.3em;
    width: 220px;
}

.sub_txt .num li.num01 select {
    text-align: center;
    width: 220px;
}

.cktxt{
	font-size: 14px;
	font-weight: normal;
}

.sub_txt .need {
    color: #CC0000;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.sub_txt #point_num_form input.submit {
	padding: 18px 14px;
    line-height: 110%;
	transition: .2s;
}
a.submit,.sub_txt input.submit {
	display: block;
    width: 85.5%;
    background: #b60081;
    color: #ffffff;
    border-radius: 999px;
    margin: 0 auto;
    padding: 12px 0 10px;
    padding-right: 20px;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    transition: 1s;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 3px 4px #cdc2c8;
    border: none;
	}

/*a.submit,.sub_txt input.submit {
    display: block;
	width: 85.5%;
	text-decoration: none;
	background: #b60081;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	padding:20px 14px;
	margin: 0 auto;
	box-shadow: 0 5px 0 #221f20;
	font-size: 24px;
	font-weight: bold;
	border: none;
}

a.submit:hover,.sub_txt input.submit:hover{
	transform: translateY(10px);
	box-shadow: none;
}*/


/*.sub_txt .sample {
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}*/


/*************************************************
PC
**************************************************/
.w860{
	width:860px;
	margin:auto;
}
.w900{
	width:940px;
	margin:auto;
}
.w940{
	width:940px;
	margin:auto;
}
.w1040{
	width:1040px;
	margin:auto;
}
.w1100{
	width:1100px;
	margin:auto;
	position:relative;
}

.mt30{
	margin-top:30px;
}

.mb50{
	margin-bottom:50px!important;
}

p{
	line-height: 180%;
}

a{
	text-decoration: none;
	transition: .2s!important;
}

/* header MV */
#header {
	width:940px;
	margin: 10px auto;
}
#header ul{
	display: flex;
    justify-content: flex-end;
}
#header .logo_l img{
    height: 25px;
}
#header ul span{
    font-weight: bold;
    font-size: 2.0rem;
    padding: 0 5px;
}

/* banner */
#banner{
	width:100%;
	background-color: #f6f6f6;
	padding:20px 0 0 0;
	text-align:center;
}

/* MV2 */

#mv201{
	width:100%;
	background-color: #f6f6f6;
	padding:20px 0 0 0;
	text-align:center;
}

#mv201 img{
	width:100%;
	margin:0 auto;
}

/*TOPimg*/
.top_float{
	display: flex;
    justify-content: center;
	padding-bottom: 20px;
	align-items: center;
}

.top_float02{
	padding-bottom: 20px;
}

.top_img01{
	width: 52%;
}

.top_img01 h2{
	font-size:36px;
}
.mvtxt_mdl{
	font-size: 48px;
}

.h_logo{
	width: 90%!important;
}

.h_logo02{
	width: 50%!important;
}
/*.mvtxt_big{
	color: #fff;
	font-size: 50px;
	background: #b60081;
	padding: 0 6px;
}*/
.mvtxt_sml{
	font-size: 14px;
}

.top_img02 {
	width: 18%;
}

#mv201 .top_img02 img {
	width: auto;
}

.top_img03 {
	width: 100%;
}

.top_img03 .waon_logo {
	width: auto!important;
}

.green_txt{
	color:#006c60;
}

.black_txt{
	color:#000;
}
#order{
	width:100%;
	overflow:auto;
    padding: 50px 0;
}

.sub_txt{
	width:100%;
}

/*#btn_area02{
	margin:0 auto 50px;
}
.btn_wrapp02{
	
}
.btn_wrapp02 .btn_l,.btn_wrapp02 .btn_r,.btn_p{
	width:100%;
	margin:20px 0;
}
.btn_wrapp02 .btn_l a,.btn_wrapp02 .btn_r a{
	border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
	display:block;
}
.btn_wrapp02 .btn_l a{
    padding:20px 10px;
    background-color: #e33a35;
}

.btn_wrapp02 .btn_l a:hover{
    padding:20px 10px;
    background-color: #dfb9b8;
	color:#ae0f0a;
}

.btn_wrapp02 .btn_r a{
    padding:20px 10px;
    background-color: #3e7ec6;

}

.btn_wrapp02 .btn_r a:hover{
    padding:20px 10px;
    background-color: #b2c2d4;
	color: #0953a6;

}*/

.btn_wrapp02 .btn_l p,.btn_wrapp02 .btn_r p{
	margin:0;
	font-weight:700;
	font-size: 16px;
}

.btn_p a{
    padding:18px 10px;
    background-color:#b60081;
	/*border-radius: 10px;*/
    text-decoration: none;
	color:#fff;
	display:block;
	border-radius: 10px;
	margin: 0 auto;
}

.btn_p a:hover{
    background-color:#e490cc;
	color:#b60081;
}

.btn_p02{
	margin: 60px auto;
}

.btn_p02 a{
    padding:20px 36px;
    background-color:#b60081;
	/*border-radius: 10px;*/
    text-decoration: none;
	color:#fff;
	border-radius: 10px;
	margin: 0 auto;
}

.btn_p02 a:hover{
    background-color:#e490cc;
	color:#b60081;
}


/*注釈*/
#mv202{
	width: 96%;
	padding:20px 0;
	text-align:center;
	margin: 0 auto;
	clear: both;
	
}

a.btn_card{
	display: block;
	text-decoration: none;
	background: #e65806;
	color: #fff;
	border-radius: 10px;
	padding: 12px;
	margin: 0 auto 30px;
	box-shadow: 0 5px 0 #221f20;
	font-size: 24px;
	font-weight: bold;
}

a.btn_card:hover{
	transform: translateY(10px);
	box-shadow: none;
}

ul.note_block{
	font-size: 14px;
	text-align:left;
	border: 2px dashed #000;
	padding: 10px;
	margin: 0 1px 20px;
	
}

ul.note_block li{
	position: relative;
	padding-left: 30px;
}

ul.note_block li.note1::before {
	position: absolute;
  content: '＊1';
	top:0;
	left:0;
	padding-right: 4px;
}

ul.note_block li.note2::before {
  position: absolute;
  content: '＊2';
	top:0;
	left:0;
	padding-right: 4px;
}

a.lnk_md{
	color: #000;
	border-bottom: 5px solid #006c60;
	text-decoration: none;
}

a.lnk_md:hover{
	border-bottom: none;
}

/*メニュー*/
.kg_navi_main{
	width: 100%;
	padding-bottom: 10px;
}

.kg_navi, .kg_navi_bk{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px 0;
	margin: 0 auto;
	width: 1100px;
}

.kg_navi li{
	width: 18%;
	margin: 0 4px;
	display: flex;
	align-items: stretch;	
}

.kg_navisp li:nth-child(4) .recommend_sp_br{
	display: none;	
}

.kg_navi_bk li{
	width: 21%;
	margin: 0 4px;
	display: flex;
	align-items: stretch;	
}

.kg_navi li a, .kg_navi_bk li a{
	position: relative;
	display: flex;
	color: #525252;
	text-align: left;
	font-size: 13px;
	align-items: center;
	width: 100%;
	padding: 10px 0 10px 10px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 3px 3px #eee;
}

.kg_navi li a::after, .kg_navi_bk li a::after{
	font-family: 'FontAwesome' ;
	content: '\f078';
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	padding: 40px 4px;
	border-radius: 0 10px 10px 0;
	background: #fbb7d2;
}

.kg_navi li a:hover, .kg_navi_bk li a:hover{
	background: #eee;
	box-shadow: none;
}

/*おすすめ１*/
.osusume {
	padding:0 0 30px;
}
.osusume01 {
    width: 100%;
    border: 7px solid #006c60;
    border-radius: 10px;
    padding: 25px;
}
.bg_orange {
    background: linear-gradient(transparent 0, #e65806 0);
    padding: 7px 10px 0;
    color: #ffffff;
}

.midashi{
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	padding: 20px 0;
}
.midashi span {
    background: linear-gradient(transparent 70%, #def0ef 30%);
}
.osusume01 h2{
	font-size: 60px;
}
.osu01txt_mdl{
	font-size: 72px;
}


ul.moraeru{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	width: 100%;
	margin: 20px auto 20px;
}

ul.moraeru .note_txt{
	text-align: left;
	padding-top: 16px;
}

ul.moraeru li{
	width: 40%;
}

ul.moraeru li.tasu{
	width: 18%;
	font-size: 100px;
	font-weight: bold;
}

.btn_pint{
	color: #000;
    border-bottom: 5px solid #e65806;
    text-decoration: none;
}

.btn_pint:hover{
    border-bottom: none;
}


/*キャンペーン実施中*/
#campaign{
	width:600px;
	margin: 0 auto;
}
.cp_txt{
	background: #def0f0;
	color: #006c5f;
}
.cmpn_float {
	width:100%;
	margin:0 auto 80px;
}


/*新サービス*/
#anshin02{
	background:#dd8db4;
	padding:0;
}

.new_service_grn{
	padding:0 0 40px 0;
}

.new_service_wt{
	background:#fff;
	width:100%;
	margin:0 auto;
	padding:40px;
	position:relative;
	z-index:0;
}

.icon_point01{
	position:absolute;
	z-index:100;
	top:-3%;
	left:16%;
}

.icon_point02{
	position:absolute;
	z-index:100;
	top:-3%;
	right:16%;
}

.new_service_grn h2, .mid_txt{
	text-align:center;
}

.new_service_grn h2{
	color:#006c60;
	font-size:36px;
	padding:20px 0 10px 0;
}

.round_grn{
	background:#def0ef;
	border-radius:50px;
	color:#006c60;
	padding:10px 20px;
}

.merit{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	margin:30px auto;
}

.merit ul.merit_list{
	width:60%!important;
	background:#ededed;
	margin-top:40px;
	padding:20px;
	border-radius:10px;
	height:50%;
}

.merit ul.merit_list p{
	margin:10px 0;
}

.merit_pink{
	background:#bf507b;
	border-radius:50px;
	color:#fff;
	padding:5px 10px;
}

.merit_img{
	width:30%;
}

.note_txt{
	font-size:14px;
}

/*おすすめ３*/
.net3_con{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;	
}

.net3_img{
	width: 40%;
}
.net3_txt{
	font-size: 60px!important;
	line-height: 140%;
	width: 60%;
}

.mvtxt_green{
	color: #006c60;
	font-size: 78px;
}

a.btn_app{
	display: block;
	text-decoration: none;
	background: #b60081;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	padding: 24px 0px;
	margin: 0 auto 30px;
	box-shadow: 0 5px 0 #221f20;
	font-size: 24px;
	font-weight: bold;
}

a.btn_app:hover{
	transform: translateY(10px);
	box-shadow: none;

}


/*コスト*/
#kakaku{
	background:#f6f6f6;
	padding: 0;
}

.suppress{
	background:#f6f6f6;
	padding:30px;
	margin:0 auto;
	width:100%;
}

.suppress h2{
	font-size:26px;
	text-align:center;
	margin-bottom:20px;
}

.cost_float{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	margin:30px auto;
	align-items: center;
}

.cost_left{
	width:74%;
}

ul.eco{
	display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
	vertical-align:middle;
	width:100%;
	margin:0 auto 20px;
}

ul.eco li.mini{
	width:26%;
	text-align: center;
}


ul.eco li.big{
	text-align: center;
	width:100%;
	line-height: 240%;
	font-weight:bold;
	font-size: 36px;
	margin:20px 0 0 0; 
}

ul.eco li.big .point4_sp_br{
	display: none;
}

.font_money{
	font-size:88px;
	color: #006c5f;
}

.cost_right{
	width:25%;
}

.wt_big {
	font-size:26px;
}

.bgw{
	background:#fff;
}

/*バイクコスト*/
.costdwn{
	border: 2px solid #006c60;
	border-radius: 10px;
	text-align: center;
	padding: 0 0 10px;
	margin-bottom:20px ; 
}

.costdwn p{
	font-weight: bold;
	color: #FFFFFF;
	background:#006c60;
	border-radius: 9px 9px 0 0;
	padding: 6px 0;
}

.costdwn img{
	margin: 20px auto;
	width: auto;
}


/*広がるネットワーク*/
#network{
	background:#f6f6f6;
	padding:20px 30px;
	margin:0 auto;
	width:100%;
}

#network h2{
	text-align: center;
	font-size: 36px;
	margin-bottom: 20px;
}

.work_con{
	display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

.work_left, .work_right{
	width: 48%;
	margin: 0 0 30px 0;
}

.work_left p, .work_right p{
	padding:40px 0 0 0;
}

.bd_btm{
	border-bottom:1px solid #000;
	margin-bottom:30px;
}

/*バイクネットワーク*/
.green_mi{
	color: #fff;
	text-align: center;
}

.green_mi span{
	background: #006c60;
	border-radius: 50px;
	text-align: center;
	padding: 0 20px;
}

table.kimekoma {
  margin: 20px auto;
	width: 100%;
}
.kimekoma th {
  background: #e4efec;
  border: solid 1px #cbcbcb;
  /*color: #fff;*/
  padding: 10px;
	font-weight: normal;
	text-align: left;
}
.kimekoma td {
	border: 1px solid #cbcbcb;
  padding: 10px;
}

.bd_btm{
	border-bottom:1px solid #000;
	margin-bottom:30px;
}

/* コンシェルジュ */
#concierge02{
	margin-bottom:100px;
}
.concierge02_net{
	margin: 30px auto 20px;
	padding: 10px 0 30px;
}
.concierge02_sttl{
	background-color:#dd8db4;
	padding:5px;
	text-align:center;
	color:#fff;
	font-size:20px;
	margin:auto;
}
.concierge02_area{
	display:flex;
	justify-content: space-between;
}
.concierge02_area .txt_box h4{
	color:#fff;
	background-color:#9f9c7b;
	text-align:center;
	padding:2px 80px;
	margin:10px 0
}
.concierge02_area .txt_box .tel_wrapp{
	/*padding:0 40px 0 0;*/
}
.concierge02_area .txt_box .tel{
	text-align:center;
}
.concierge02_area .txt_box .tel a{
	font-size:40px;
	font-weight:700;
	color:#006c60;
}

.concierge02_area .txt_box .time{
	text-align:center;
}
.concierge02_area .txt_box .time span{
	color:#fff;
	background-color:#fdab2e;
	border-radius:5px;
	padding:2px 5px;
	margin:0 6px 0 10px;
}
.concierge02_area .txt_box .rubby{
	letter-spacing:0.4em;
    padding: 0 70px 0 0;
}

.petn{
	font-size: 0.7em;
	margin-top: 10px;
	text-align: left;
}

.number_ck{
	width: auto;
	margin: 60px auto 0;
	padding: 0;
	font-size: 16px;
	line-height: 180%;
	text-align: center;
	border:1px solid #cbcbcb;
}

.number_ck h3{
	background: #eee;
	padding: 6px 0;
	font-size: 20px;
}

.number_ck h4{
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.waon_p{
	background: linear-gradient(transparent 80%, #b60081 80%);
}

.waon_m{
	background: linear-gradient(transparent 80%, #b9e3f9 80%);
}

.aeon_c{
	background: linear-gradient(transparent 80%, #495ca1 80%);
}

.number_ck ul{
	text-align: left!important;
	padding: 10px;
	line-height: 180%;
}

/*ワオンポイントプログラムheader*/
.point_logo{
	border-bottom: 1px solid #006c60;
	padding: 10px 0;
}

.point_logo p{
	width: 980px;
margin: 0 auto;
}

/*#gotoTop{
	right: 20px!important;
}*/

/*ワオンポイントプログラムfooter*/
.f_txt{
	    padding: 10px 30px;
    background: linear-gradient(to right,#006c60,#10a280);
    text-align: center;
    color: #fff;
	font-size: 0.7em;
}

/*フローティングバナー*/
.Bnr{
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: none;
}
.Bnr .Bnr__img{
  position: fixed;
	width: 100%;
	background:rgba(124,124,124,0.8);
	padding: 10px 0;
  bottom: 0;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
}
.Bnr__img__inner{
  width: 50%;
	margin: 0 auto;
  height: 80px;
  box-sizing:border-box;
}
.Bnr__img__inner02{
  width: 70%;
	margin: 0 auto;
  height: 70px;
  box-sizing:border-box;
}

.Bnr__img__inner02 p{
  color: #fff;
	font-weight: bold;
}
.Bnr .Bnr__img__inner a{
  display: block;
	text-align: center;
	text-decoration: none;
	background: #b60081;
	box-shadow: 0 5px 0 #221f20;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	border-radius: 10px;
	padding: 16px 0;
	
}

.Bnr .Bnr__img__inner a:hover{
	transform: translateY(10px);
	box-shadow: none;
}

.Bnr .Bnr__img p.close{
  position: absolute;
  right: 10px;
  top:10px;
}
.Bnr .Bnr__img p.close a{
  display: block;
	
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
  font-size: 20px;
  z-index: 888;
  color: #222;
}

/*フローティングボタン
#area_seach_btn{
	width:100%;
	height:34px;
	z-index:998;
	position:relative;
	top: -50px;
}
.seach_inner {
	width:100%;
	padding:10px 0;
	background-color:rgba(255,255,255,0.8);
	position:fixed;
	bottom:0;
}

.seach_inner .btn_app{
	width: 66%;
	margin: 10px auto;
}

#area_seach_btn .seach_inner .btn_wrapp {
    display: flex;
    justify-content: space-between;
    width: 900px;
    align-items: flex-end;
    margin: auto;
}*/



@media screen and (max-width: 740px) {
	p{
		font-size: 0.7em;
	}
	/*番号入力画面*/
	.sub_txt dt.title {
    font-size: 0.7em;
	}
	
	.card_no {
		padding: 10px 0 0;
    font-size: 0.7em;
	}
	
	.sub_txt {
    width: 96%;
	margin: 0 auto;
	}

	.sub_txt dl.cf {
    width: 92%;
	float: none;
	margin: 0 auto;
	}

	.sub_txt dt.title {
    width: 100%;
    padding:0;
	}
	.sub_txt dt.title .caution {
    padding: 6px 0 0 0;
	}

	.sub_txt dd.data {
    width: 100%;
    padding: 0;
	}
	.sub_txt .num ul li {
    margin: 0 3px 3px 0;
		font-size: 0.7em;
	}
	
	.cktxt {
    font-size: 0.6em;
	}
	
	.cktxt::before {
  content: "\A" ;
  white-space: pre;
	}
	
	.sub_txt .input {
    width: 75px;
	}
	
	.sub_txt .waon2{
    width: 30px!important;
	}

	.sub_txt .num li.num01 input {
    width: 75px;
	}

	.sub_txt .num li.num01 select {
    width: 75px;
	}

	.sub_txt .data .need{
		display: inline-block;
		width: 100%;
	}

	.sub_txt input.submit ,a.submit {
	float: none;
	width: 92.5%;
	margin: 0 auto 20px;
	font-size: 0.8em;
	padding: 14px 0;
	}
	
	a.btn_card {
    font-size: 0.8em;

	}
	
	.w860{
		width:96%;
		margin:auto;
	}
	.w900{
		width:96%;
		margin:auto;
	}
	.w940{
		width:96%;
		margin:auto;
	}
	.w1040{
		width:100%;
		margin:auto;
	}
	.w1100{
		width:100%;
		margin:auto;
		position:relative;
	}
	.mb50{
		margin-bottom: 5%!important;
	}
	
	#header {
	width:96%;
	margin: 6px auto;
	}
	#header .logo_l img{
    height: 20px;
}
#header ul span{
    font-size: 1.6rem;
}
	
	/* MV2 */
	#mv201{
	padding:10px 5px 0;
	}
	
	#mv201 img{
	margin: 4px auto; 
	}
	
	.top_float{
		padding-bottom: 0px;
	}

	.top_img01{
		width: 54%;
	}

	.top_img02 {
	    width: 20%;
	}
	
	.bike_title{
		width: 90%;
		margin:0 auto 20px;
	}

	.bike_title .h_logo02{
		width: 90% !important;
	}

	.top_img01 h2,.bike_title h2{
	font-size:1.0em;
	line-height: 160%;
	}

	.mvtxt_mdl{
	font-size: 1.3em;
	}

	/*.mvtxt_big{
	color: #b60081;
	font-size: 1.3em;
	}*/

	.mvtxt_sml{
	font-size: 0.5em;
	}
	
    a.lnk_md{
	font-size: 14px;
    }
	
	#order{
	padding: 30px 0;
		width: 100%;
		margin: 0 auto;
	}
	.submitbtn{
	display: block;
	}

	.sub_txt, .sub_txt img, .sub_btn{
	width:100%;
	}

	.btn_app_inp{
	padding:14px;
	font-size: 21px;
	margin-bottom:10px; 
	}
	
	ul.note_block {
    font-size: 0.7em;
	}
	
	/*メニュー*/
	.kg_navisp {
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
	.kg_navisp a {
		display: block;
		padding: 8px;
		font-size: 0.7em;
		text-decoration: none;
		color: #000;
	}
	label {
		display: block;
		padding : 10px;
		line-height: 1;
		background : #fbb7d2;
		font-size: 20px;
		cursor :pointer;
		font-weight: bold;
	}
	label:after {
		font-family: 'FontAwesome' ;
		content: '\f078';
		font-size: 16px;
		padding-left: 8px;
	}
	#menu_bar01 {
		display: none;
	}
	.kg_navisp ul {
		margin: 0 0 2px 0;
		padding: 0;
		background :#fff;
		list-style: none;
		text-align: left
	}
	.kg_navisp li {
		position: relative;
		height: 0;
		border-bottom: 1px solid #aaa;
		overflow: hidden;
		transition: all 0.5s;
	}
	.kg_navisp li a:after {
		position: absolute;
		top: 0;
		right: 0;
		font-family: 'FontAwesome' ;
		content: '\f078';
		background: #fbb7d2;
		padding: 15px 10px;
		color: #fff;
	}
	.kg_navisp li a:hover {
		background: #fff;
	}
	#menu_bar01:checked ~ #links01 li{
		height: fit-content;
		opacity: 1;
	}

	/*おすすめ１*/
	.osusume01{
	width: 100%;
	border: 6px solid #b60081;
	margin: 20px auto 0;
	padding: 0 10px 20px;
	}

	.midashi{
	font-size: 1.2em;
	padding: 20px 0 10px;
	}

	.osusume01 h2{
	font-size: 1.2em;
	}
	
	.osu01txt_mdl{
		font-size: 1.0em;
	}

    ul.moraeru{
	width: 100%;
	margin: 20px auto;
	font-size: 0.7em;
	}

	ul.moraeru li{
	width: 40%;
	}

	ul.moraeru li.tasu{
	width: 18%;
	font-size: 3.0em;
	}
	
	.btn_pint{
	font-size: 14px;
	}

	
	/*.top_img01{
	width:98%;
	margin:0 auto;
	}
	
	.top_img01 h2{
	font-size:24px;
	}
	
	.top_btn01{
	display:none;
	}
	
	h3.midashi{
	font-size:24px;
	}*/
	
	

    #mv202 {
		padding: 2% 0;
	}
	
	
	/*新サービス*/
	#anshin02{
	margin-bottom:20px;
	}
	
	.new_service_grn{
	padding:0 0 20px 0;
	margin-top:20px;
	}
	
	.new_service_grn h2{
		font-size: 1.0em;
	padding:0 0 20px;
	}
	
	.icon_point01{
	position:absolute;
	z-index:100;
	top:-1.6%;
	left:-5%;
	width:20%;
	}
	
	.icon_point02{
	position:absolute;
	z-index:100;
	top:-1.6%;
	right:-5%;
	width:20%;
	}

	.new_service_wt{
	width:90%;
	margin:0 auto;
	vertical-align: middle;
    padding:20px;
	}
	
	.merit{
	display: block;
		margin: 10px auto;
	}
	
	.merit ul.merit_list{
	width:100%!important;
		margin-top: 0;
		font-size: 0.8em;
	}
	
	/*おすすめ３*/
	.net3_img{
	width: 28%;
	}

	.net3_txt{
	font-size: 0.9em!important;
	line-height: 180%;
	width: 72%;
	}

	.mvtxt_green{
	font-size: 1.2em;
	}

	a.btn_app{
	margin: 20px auto 20px;
	font-size: 0.8em;

	}
	.note_txt{
	font-size:0.6em;
	}

	/*コスト*/
	#kakaku{
	margin-bottom:0;
		padding: 0;
	}
	
	.suppress h2{
	font-size:1.0em;
	padding:0 0 0 0;
	}
	.suppress{
	padding:10px;
	}
	
	ul.eco{
	width:100%;
	margin:0 auto 20px;
	}

	ul.eco li.mini{
	width:20%;
	text-align: center;
	}

	ul.eco li.big{
	width: 100%;
	line-height: 160%;
	font-size: 1.0em;
	margin:0 0 0 0; 
	}

	.font_money{
	font-size:1.5em;
	color: #006c5f;
	}
	
	.cost_left{
	width:74%;
	}
	
	.cost_right{
	width:24%;
	}
	
	.bg_green{
		margin-top:20px;
	}
	
	/*ネットワーク*/
	#network{
	padding:0 10px 30px 10px;
	}
	#network h2{
	text-align: center;
	font-size: 1.0em;
	}

	.work_left, .work_right{
	width: 100%;
	margin: 0 0 10px;
	}
	
	.item01{
		order: 2;
	}
	
	.item02{
		order: 1;
	}

	.work_left p, .work_right p{
	padding:10px 0 0 0;
	}


	.bd_btm{
	border-bottom:1px solid #000;
	margin-bottom:30px;
	}
	
	/*バイクネットワーク*/
	.green_mi{
		font-size: 0.7em
	}

	.last td:last-child {
    width: 100%;
	}
  
	.kimekoma {
    width: 80%;	
		font-size: 0.8em;
	}
  
	.kimekoma th, 
	.kimekoma td {
　　border-bottom: none;
    display: block;
    width: 100%;
		text-align: center;
	}
	
	
	/* コンシェルジュ */
	.concierge02_sttl {
    font-size: 1.0em;
	}
	
	#concierge02 {
		margin-bottom: 20%;
	}
	.concierge02_area{
		display:block;
		position:relative;
	}
	.concierge02_area .txt_box h4 {
		padding:0;
	}
	.concierge02_area .txt_box .tel_wrapp {
		padding: 0;
		text-align:left;
	}
	.concierge02_area .txt_box .tel a{
		font-size: 28px;
	}
	.concierge02_area .txt_box .rubby {
		letter-spacing: 0.4em;
		padding: 0 15% 0 0;
		font-size: 0.6em;
	}
	.concierge02_area .txt_box .time {
		padding:0 7% 0 0;
		font-size: 0.8em;
		line-height: 1.8em;
	}
	.concierge02_area .time_img_box{
		display:flex;
	}
	.concierge02_area .time_box{
		width:55%;
	}
	#concierge02 .concierge02_area img{
		max-width:40%;
		height:47.5%;
	}
	
	.concierge02_net{
	margin: 10px auto 0;
		padding: 10px 0 20px;
	}
	
	.number_ck{
	width: 96%;
	}
	
	.number_ck ul, .number_ck p{
		font-size: 0.8em;
	line-height: 200%;
	}
	
	/*フローティングバナー*/
	.Bnr__img__inner{
  width: 80%;
	margin: 0 auto;
  height: 60px;
  box-sizing:border-box;
	}
	
	.Bnr .Bnr__img__inner a{
	font-size: 0.8em;
	}
	
	/*フローティングボタン
	#area_seach_btn{
	}
	#area_seach_btn .seach_inner{
    	justify-content: normal;
		align-items: flex-end;
		flex-direction: column;
    	width: 100%;
		height: auto;
		bottom: 0;
		padding:16px 0;
		z-index: 9999;
	}
	#area_seach_btn .seach_inner ul.btn_wrapp {
		display: block;
		justify-content: space-between;
		width: 100%;
		align-items: flex-end;
		margin: auto;
	}
	
	.seach_inner .btn_app{
	width: 90%;
		margin: 0 auto;
	}*/
	
	/*.btn_p {
		width: 96%;
		margin: 26px auto;
	}
	.btn_p a {
		padding:4% 0;
	}
	
	.btn_p02 {
		margin: 40px auto;
		font-size: 16px;
	}
	.btn_p02 a {
		padding:4% 6%;
	}*/

}


@media screen and (max-width: 450px) {

	.kg_navisp li:nth-child(4) .recommend_sp_br{
		display: block;	
	}

	.kg_navisp li:nth-child(4) a:after{
		padding: 24.5px 10px;
	}

	ul.eco li.big .point4_sp_br{
		display: block;	
	}

	.top_img02 {
	    width: 20%;
	}
}

@media screen and (max-width: 280px) {
	.kai{
		display: block!important;
	}
}

.point_notice{
	color: #CC0000;
    font-size: 14px;
    text-align: left;
	font-weight: bold;
}

.under_notice_box{
	margin-top: 20px;
}

input::-webkit-contacts-auto-fill-button, 
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}


.pointcar_bnr_area{
	margin: 20px 0;
}


.pointcar_bnr_area #online_application_cp img{
	width: auto;
}

/** 
------------------------------------------------------------
   CPバナーCSS MODAL表示
------------------------------------------------------------
*/

#cp_modal_wrap{
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

#cp_modal_background{
	background-color: #00000066;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.cp_card_layout_box{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 92%;
	width: 100%;
	max-width: 650px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.cp_modal_content{
	position: relative;
	background-color: #ffffff;
	padding: 40px;
	width: 100%;
	box-sizing: border-box;
	overflow-y: scroll;
	height: 100%;
	text-align: justify;
}

#modal_close_btn{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 25px;
	padding: 10px;
	line-height: 16px;
	color: #9E9DA6;
}


.cp_card_layout{
	display: flex;
	width: 100%;
	padding-bottom: 0%;
}

.cp_card_layout img{
	width: 45%;
	height: auto;
	margin-bottom: 15px;
}

.cp_card_layout .txt{
	width: 55%;
	padding-left: 5%;
	margin-top: 0;
}

.cp_card_layout .txt ul.ico{
	display: flex;
	margin: 0 0 10px;
}


.cp_card_layout .txt ul.ico li.contract{
	color: #fff;
	background-color: #ff4b92;
	border-radius: 5px;
	width: 100px;
	padding: 6px 6px 4px;
	text-align: center;
	border-bottom: none;
}

.cp_card_layout .txt h4.title_long{
	padding-left: 6px;
	font-weight: bold;
}

.cp-box-detailLst{
	margin-top: 15px;
}

ul.cp_detail_list li{
	display: flex;
	margin: 0 0 10px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
}

ul.cp_detail_list li p.item_ttl{
	border: 1px #B60081 solid;
	border-radius: 5px;
	color: #B60081;
	padding: 2px;
	margin-right: 12px;
	width: 110px;
	text-align: center;
	height: 35px;
}

ul.cp_detail_list li p{
	vertical-align: middle;
	width: 100%;
	padding-top: 4px;
	overflow-wrap: normal;
	word-break: break-word;
}

.bold{
	font-weight: 700;
}

.precautions_main_title{
	color: #33c3cf;
	font-size: 24px;
	border-bottom: 2px solid #33c3cf;
	line-height: 2.4em;
}

.precautions_box_wrap{
	padding-bottom: 20px;
	border-bottom: 2px solid #33c3cf;
}

.precautions_box_wrap > div{
	margin: 20px 0;
}

.precautions_box_wrap > div .precautions_title{
	font-weight: 700;
}

.precautions_box_wrap > div a{
	color: #33c3cf;
    text-decoration-color: #33c3cf;
	text-decoration: underline;
}

.precautions_box_wrap > div .cp_product_img{
	width: 35%;
}

.precautions_box_wrap > div .precautions_list,
.precautions_box_wrap > div .precautions_list li{
	list-style: disc;
}

.precautions_box_wrap > div .precautions_list{
	padding-left: 1em;
}

.precautions_box_wrap > div .attention{
	color: red;
}

@media screen and (max-width: 740px) {

	#cp_modal_wrap .precautions_main_title{
		font-size: 18px
	}

	.cp_card_layout .txt h4.title_long{
		font-size: 16px;
	}

	ul.cp_detail_list li p.item_ttl{
		height: 25px;
		width: 80px;
	}

	.precautions_list li{
		font-size: 0.7em;
	}

	.cp_card_layout .txt ul.ico li.contract{
		font-size: 16px;
	}
}


@media screen and (max-width: 700px) {
	.cp_card_layout_box{
		max-width: unset;
		margin: 0 30px;
		box-sizing: border-box;
	}

	.cp_modal_content{
		width: calc(100% - 60px);
	}
}

@media screen and (max-width: 500px) {
	.cp_card_layout{
		display: block;
		text-align: center;
	}
	
	.cp_card_layout img{
		width: 300px;
	}

	.cp_card_layout .txt{
		width: 100%;
		padding-left: 0;
		text-align: left;
	}

	ul.cp_detail_list li p.item_ttl{
		padding: 0;
	}

	ul.cp_detail_list li p{
		padding-top: 0;
	}


	.cp_modal_content{
		padding: 50px 20px 30px;
	}


}
/** 
------------------------------------------------------------
   20250702追記
------------------------------------------------------------
*/
.btn_pink .btn_inner{
    background: linear-gradient(80deg, #ff418d 0%, #b60081 100%);
    border-radius: 999px;
    padding: 3px;/*borderの太さ*/
    width: 700px;
    margin: 0 auto;
    box-shadow: 0px 3px 4px #cdc2c8;
}
.btn_pink a{
    display: block;
    padding: 12px 0 10px;
    color: #b60081;
    font-weight: bold;
    outline: none;
    font-size: 2.6rem;
    position: relative;
    text-decoration: none;
    border-radius: 999px;
    background: #ffffff;
    background-repeat: no-repeat;
    
}
.btn_pink a span{
    color: #b60081;
    font-weight: bold;
    font-size: 2.6rem;
    background: linear-gradient(80deg, #ff418d 0%, #b60081 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    
}
.btn_pink p{
    color: #b60081;
    font-weight: bold;
    font-size: 2.0rem;
    text-align: center;
}
.btn_pink p span{
    font-size: 2.8rem;
    padding: 0 2px;
}
.text_orange{
    color: #e65806;
}
.CP_area{
border-radius: 10px;
  padding: 0 70px 40px;
text-align: center;
}
.CP_area h2{
    color: #b60081;
    font-size: 2.2rem;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.CP_area h2:before,
.CP_area h2:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #b60081;
}

.CP_area h2:before {
  left:0;
}
.CP_area h2:after {
  right: 0;
}
.banner_box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
}
.banner_box a{
    width: 47%;
}
/* --- おすすめポイント--- */

#osusume_point_area{
    padding: 30px 0 60px;
    background-color: #006c60;
    text-align: center;
    margin-bottom: 30px;
}
#osusume_point_area h2{
    color: #ffffff;
    font-size: 2.2rem;
    margin-bottom: 15px;
}
.osusume_p_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.osusume_p_list li{
    width: 32%;
    position: relative;
}
.osusume_p_list li a{
    display: block;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px 7px 25px;
    color: #34333C;
    transition: 0;
    height: 100%;
}
.osusume_p_list h3{
    margin-bottom: 10px;
}
.osusume_p_list li .arrow_green{
    width: 60px;
    position: absolute;
    bottom: -45px;
    right: calc(50% - 30px);
}
.osusume_p_list li a:hover{
    background-color: #f5fffe;
}
.osusume_p_list img{
    width: 80px;
    margin-bottom: 10px;
}
.osusume_p_list p{
    font-size: 2.0rem;
}
.osusume_p_list p span{
    font-size: 2.8rem;
    color: #006c60;
    font-weight: bold;
    padding: 0 2px;
}

.osusume_lead {
    font-size: 2.8rem;
    vertical-align: text-bottom;
}
.osusume_lead span{
    font-size: 3.6rem;
    font-weight: bold;
}
.osusume_lead img{
    width:  400px;
}
ul.moraeru .note_txt {
    width: 100%;
}
.WAON_use_area{
    text-align: center;
    margin-top: 30px;
}
.WAON_use_area h3{
    display: inline-block;
    padding: 5px 35px 2px;
    border-radius: 999px;
    background: #e65806; 
    color: #ffffff;
    font-size: 1.8rem;
}
.WAON_use_box{
    width: 80%;
    display: flex;
    margin: 0 auto 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
    text-align: center;
}
.WAON_use_box li{
    width: 47%;
    border-radius: 10px;
    background: #ffebdf;
    padding: 20px;
}
.WAON_use_box h4{
    font-weight: bold;
    color: #e65806;
    
}
.WAON_use_box img{
    width: 120px;
}
.WAON_use_box p{
    font-size: 1.4rem;
    margin-top:10px;
    line-height: 150%;
}
.note_txt {
   padding-left: 2.5em!important;
    text-indent: -2.5em;
}

#collaboration_area{
    padding: 30px 0;
}
#collaboration_area .logo_box{
    display: flex;
    justify-content: center;
    align-items: center;
}
#collaboration_area .logo_box img{
    height: 45px;
}
#collaboration_area .logo_box span{
    font-size: 5.0rem;
    padding: 0 10px;
    font-weight: bold;
}
#collaboration_area h2 {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 20px;
}
.Bnr .btn_pink .btn_inner{
    box-shadow: none;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 740px) {

.btn_area{
    padding: 30px 0;
}

.btn_pink .btn_inner{
    padding: 2px;/*borderの太さ*/
    width: auto;
    margin: 0 10px;
}
.btn_pink a{
    padding: 12px 0 10px;
    font-size: 1.5rem;
    
}
.btn_pink a span{
    font-size: 1.5rem;
}
.btn_pink p{
    font-size: 1.4rem;
}
.btn_pink p span{
    font-size: 2.0rem;
    padding: 0 2px;
}
.CP_area{
  padding: 15px;
margin-bottom: 20px;
}
.CP_area h2{
    font-size: 1.6rem;
}
.banner_box{
    display: flex;
    margin-top: 10px;
}
.banner_box a{
    width: 49%;
}
/* --- おすすめポイント--- */
#osusume_point_area{
    padding: 20px 0;
    margin-bottom: 20px;
}
#osusume_point_area h2{
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.osusume_p_list{
    display: block;
}
.osusume_p_list li{
    width: 100%;
}
.osusume_p_list li+li{
    margin-top: 10px;
}
.osusume_p_list li div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.osusume_p_list li a{
    padding: 15px;
}
.osusume_p_list li .arrow_green{
    width: 40px;
    position: absolute;
    bottom: calc(50% - 30px);
    right: 0;
}
.osusume_p_list img{
    width: 60px;
    margin: 0 10px 0 0;
}
.osusume_p_list p{
    font-size: 1.4rem;
    padding-right: 50px;
}
.osusume_p_list p span{
    font-size: 2.0rem;
    padding: 0 2px;
}

.osusume01 {
    width: 100%;
    border: 7px solid #006c60;
    border-radius: 10px;
    padding: 15px;
}
.osusume {
    padding: 10px 0;
}
.bg_orange {
    padding: 0 10px;
}
.osusume_lead {
    font-size: 2.0rem;
}
.osusume_lead span{
    font-size: 2.8rem;
    line-height: 1;
    vertical-align: bottom;
}
.osusume_lead img{
    width:  70%;
}
.WAON_use_area{
    text-align: center;
    margin-top: 30px;
}
.WAON_use_area h3{
    padding: 5px 35px 2px;
    font-size: 1.8rem;
}
.WAON_use_box{
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    margin-top: 15px;
}
.WAON_use_box li{
    width: 100%;
    padding: 20px;
}
.WAON_use_box li+li{
    margin-top: 15px;
}
.WAON_use_box img{
    width: 80px;
}
.WAON_use_box p{
    font-size: 1.3rem;
}
.note_txt {
     font-size: 1.1rem;
}

#collaboration_area{
    padding: 0 0 20px;
}
#collaboration_area .logo_box img{
    height: 23px;
}
#collaboration_area .logo_box span{
    font-size: 3.0rem;
    padding: 0 10px;
}
#collaboration_area h2 {
    font-size: 1.0em;
    margin-bottom: 20px;
}    
#network {
    padding: 20px 10px 30px 10px;
}
.Bnr .btn_pink .btn_inner{
    width: 80%;
    margin: 0 auto;
}
}
/* spここまで
------------------------------*/

/* --- アコーディオン--- */
/*--体裁設定--*/
.accordion_box .accordion_btn{
    width: 700px;
    background:#b60081;
    color: #ffffff;
    border-radius: 999px;
    margin: 0 auto;
    padding: 12px 0 10px;
    padding-right: 20px;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    transition: 1s; 
    position: relative;/*--アイコン使用時必須設定--*/
    cursor: pointer;/*--アコーディオン必須設定--*/
    box-shadow: 0px 3px 4px #cdc2c8;
    border: 3px solid #b60081;
}
.accordion_box .open .accordion_btn{
    background:#ffffff;
    color: #b60081;
    border: 3px solid #b60081;
    box-shadow: none;
}
.accordion_content{
    display: none;/*--アコーディオン必須設定--*/
    margin-top: 40px;
}

/*--アイコン設定--*/
.accordion_box .accordion_btn:before,
.accordion_box .open .accordion_btn:before{
    position: absolute;
    content: "";
    display: inline-block;
    right: 50px;
    top: 47%;
  line-height: 1;
  width: 1.3em;
  height: 0.15em;
  background: #b60081;
  border-radius: 0.1em;
}
.accordion_box .accordion_btn:before{
    background: #ffffff; 
}
.accordion_box .accordion_btn:after{
    position: absolute;
    content: "";
    display: inline-block;
    color: #b60081;
    right: 50px;
    top:47%;
    line-height: 1;
    width: 1.3em;
    height: 0.15em;
    background: #ffffff;
    border-radius: 0.1em;
    transform: rotate(90deg);
}
.accordion_box .open .accordion_btn:after{
    content: none;
}
/*--アイコン設定ここまで--*/
@media screen and (max-width: 740px) {
/*--体裁設定--*/
.accordion_box .accordion_btn{
    width: auto;
    margin: 0 10px;
    padding: 12px 0 10px;
    padding-right: 20px;
    font-size: 1.5rem;
    border: 2px solid #b60081;
}
.accordion_box .accordion_btn p{
    font-size: 1.5rem;
}
.accordion_box .open .accordion_btn{
    border: 2px solid #b60081;
}
.accordion_content{
    margin-top: 30px;
}

/*--アイコン設定--*/
.accordion_box .accordion_btn:before,
.accordion_box .open .accordion_btn:before{
    right: 30px;
    top: 47%;
  line-height: 1;
  width: 1.3em;
  height: 0.15em;
  border-radius: 0.1em;
}
.accordion_box .accordion_btn:after{
    right: 30px;
    top:47%;
    line-height: 1;
    width: 1.3em;
    height: 0.15em;
    border-radius: 0.1em;
    transform: rotate(90deg);
}
/*--アイコン設定ここまで--*/
}
/* --- アコーディオンここまで--- */

/*--下向きアローアイコン--*/
.arrow_b{
    position: relative;
}
.arrow_b a:after {
    display: inline-block;
    content: "";
    position: absolute;
    background-image: url("/assets/frt/img/point/car/btn_ic01.png");
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    top: calc(50% - 16px);
    right: 35px;
}
@media screen and (max-width: 740px) {
.arrow_b a:after {
    display: inline-block;
    content: "";
    position: absolute;
    background-image: url("/assets/frt/img/point/car/btn_ic01.png");
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    top: calc(50% - 10px);
    right: 10px;
}
}

/*--上向きアローアイコン--*/
.arrow_t{
    position: relative;
}
.arrow_t a:after {
    display: inline-block;
    content: "";
    position: absolute;
    background-image: url("/assets/frt/img/point/car/btn_ic02.png");
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    top: calc(50% - 16px);
    right: 35px;
}
@media screen and (max-width: 740px) {
.arrow_t a:after {
    display: inline-block;
    content: "";
    position: absolute;
    background-image: url("/assets/frt/img/point/car/btn_ic02.png");
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    top: calc(50% - 10px);
    right: 10px;
}
}
/* モーダル内CP共通部分css
------------------------------------------------------------ */

.card_layout {
    display: flex;
    width: 100%;
    padding-bottom: 0%;
}

.card_layout img:hover {
    opacity: 0.6;
}

.card_layout img {
    width: 45%;
    height: auto;
    margin-bottom: 15px;
}

.card_layout .txt {
    width: 55%;
    padding-left: 5%;
    margin-top: 0;
}

.card_layout .txt .campaign_detail {
    width: 100%;
    padding: 0;
}

/*.card_layout .txt h4:hover {
    opacity: 0.6;
}*/
.card_layout .txt h4 {
    font-size: 18px;
    padding-left: 6px;
    font-weight: bold;
}
.card_layout .txt h4.title_long{
    font-size: 16px;
}
.card_layout .txt h4.title_long_long{
    font-size: 15px;
}
.cp_item {
    background-color: white;
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    font-size: 1.6rem;
}

.wrapper li:last-child {
    border-bottom: none;
}
.txt {
    margin-top: 20px;
    width: 100%;
    font-size: 12px;
}
.detail-wrapp {
    width: 100%;
    padding: 4%;
    padding-top: 0%;
}

.detail-wrapp .txt .detail {
    font-size: 14px;
}
.detail-wrapp .txt .detail a {
    color: #005ab6;
    text-decoration: underline;
    padding: 0;
    height: auto;
    display: contents;
}
.detail-wrapp .catch_text {
    font-size: 16px;
    margin-top: 20px;
    border-top: 1px solid #eb4f53;
    padding: 10px;
    text-align: center;
    color: #eb4f53;
    border-bottom: 1px solid #eb4f53;
}

.txt ul.ico {
    display: flex;
    margin: 0 0 10px;
}
/* 終了間近 */
.txt .close {
    font-weight: 700;
    text-align: center;
    margin: 0 0 8px;
    font-size: 1.1em;
    color: #d33333;
    background-color: #ff0;
    padding: 4px 0 2px;
}
.txt ul.ico li {
    border-radius: 5px;
    width: 100px;
    padding: 6px 6px 4px;
    text-align: center;
    border-bottom: none;
}
/*抽選で*/
.txt ul.ico li.selected {
    color: #fff;
    background-color: #4caf50;
}
/* 成約で */
.txt ul.ico li.contract {
    color: #fff;
    background-color: #ff4b92;
}
/* お見積りで */
.txt ul.ico li.estimate {
    color: #fff;
    background-color: #4caf50;
}
/* 資料請求 */
.txt ul.ico li.request {
    color: #fff;
    background-color: #33c3cf;
}
.detail_list{
    margin-top: 10px;
}
ul.detail_list li {
    display: flex;
    margin: 0 0 10px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}
ul.detail_list li p {
    overflow-wrap: normal;
    word-break: break-word;
}
ul.detail_list li p {
    vertical-align: middle;
    width: 100%;
    padding-top: 4px;
}
ul.detail_list li p.item_ttl {
    border: 1px #B60081 solid;
    border-radius: 5px;
    /*color: #eb4f52;*/
    color: #B60081;
    padding: 2px;
    margin-right: 12px;
    width: 100px;
    text-align: center;
    height: 36px;
}
/*---------#information_area--------*/
.list_circle li{
    padding-left: 1.2em;
    position: relative;
}
.list_circle > li:before{
    content: "・";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.information_list a{
    color: #007ed7;
    text-decoration: underline;
}
.information_list a:hover{
    text-decoration: none;
}
#information_area{
    font-size: 16px;
    text-align: left;
}
#information_area h2{
    font-size: 24px;
    font-weight: bold;
    color: #008291;
    margin-bottom: 10px;
}
.scroll_list{
    height: 500px;
    overflow-y: scroll;
    border-top: 1px solid #008291;
    border-bottom: 1px solid #008291;
}
.information_list > li{
    margin-top: 15px;
}
.information_list h3{
    font-weight: bold;
    font-size: 16px;
}
#information_area .img_gift{
    width: 25%;
}
@media screen and (max-width: 740px) {
p{
    font-size: 1.3rem;
}
.cp_item {
    width: 100%;
    padding: 15px;
    }
.card_layout .txt h4,
.card_layout .txt h4.title_long,
.card_layout .txt h4.title_long_long{
    font-size: 1.4rem;
    padding-left: 0;
}
.card_layout {
    flex-wrap: wrap;
    justify-content: space-between;
    }

  .card_layout img {
        width: 40%;
    }

    .card_layout .txt {
        width: 55%;
        padding-left: 0;
        /*margin-top: 10px;*/
        margin-bottom: 10px;
    }

    .campaign_detail a {
        width: 100%;
    }
    .campaign_detail object {
        width: 100%;
    }
    .txt ul.ico li.contract {
        margin-bottom: 0;
    }
    .txt ul.detail li p.item_ttl {
        color: #eb4f52;
        padding: 3px;
        width: 22%;
        height: 1%;
    }
    .separation {
        width: 100%;
        margin: 4% auto 0;
    }

    .txt ul li.contract,
    .txt ul li.request,
    .txt ul div li.close {
        width:60%;
    }
    .txt ul li.estimate {
        width: auto;
        padding: 6px 15px 4px;
    }
    ul.detail_list li p.item_ttl {
     width: 60px;
    font-size: 12px;
    height: 24px;
}
/*------#information_area-----*/
    #information_area{
        font-size: 13px;
    }
#information_area .bg_white{
    padding: 25px 10px;
    border-radius: 20px;
}
#information_area h2{
    font-size: 20px;
}
.information_list h3{
    font-size: 13px;
}
.scroll_list{
    height: 450px;
}
.information_list > li{
    margin-top: 15px;
}
#information_area .img_gift{
    width: 50%;
}
}