@charset "UTF-8";

#insurance_wrap{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
}
html #insurance_wrap{
	font-size: 62.5%;
}
body #insurance_wrap{
	width: auto;
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight: 400;
}
#insurance_wrap img{
	height: auto;
	vertical-align: bottom;
	max-width: 100%;
}
#insurance_wrap .flexbox{
	display: flex;
	justify-content: space-between;
}

/* ------------------------------------------------------
	Reset
 ------------------------------------------------------- */
.is-mian a {
	text-decoration: underline;
	-webkit-transition: all .35s cubic-bezier(.75, 0, .35, 1);
	transition: all .35s cubic-bezier(.75, 0, .35, 1);
}
.is-main a:hover,
.is-main a:hover img {
 text-decoration:none;
 opacity:.8;
 }
.is-main a:before,
.is-main a:after,
.is-main a img {
	-webkit-transition: all .35s cubic-bezier(.75, 0, .35, 1);
	transition: all .35s cubic-bezier(.75, 0, .35, 1);
}
h1,h2,h3,p,a,ul,ol,li{
	margin: 0;
	padding: 0;
	list-style:none;
}

/* -------------------------
        	  sns
-----------------------------*/
#main .u-inner{width: 967px;margin: 0 auto;}
#main .is-item_fb{display: inline-block;}
#main .is-item_twitter{display: inline-block;}
#main .l-mainSns_items{width: 967px;}
#main{position: relative;}
#wrapper .l-mainSns_items .is-item_fb{position: absolute;top: 0;right: 200px;}
#wrapper .l-mainSns_items .is-item_tw{position: absolute;top: 0;right: 117px;}
DIV#pankuzu_r{width: 967px;margin: 0 auto;}

/* -------------------------
          visible
-----------------------------*/
#insurance_wrap .visible-pc{display: inline-block;}
#insurance_wrap .visible-sp{display: none;}

/* -------------------------
          pageTop 
-----------------------------*/
#float-btn-backtotop { 
	position: fixed;
	height: 0;
	width: 100%;
	bottom: 20px;
	right: 0;
	z-index: 1005;
	transition: 0.2s ease;
}
#float-btn-backtotop .container { 
	max-width: 1200px; 
	min-width: 967px; 
	margin: 0 auto !important; 
	padding: 0; 
	position: relative;
}
#float-btn-backtotop > .wrapper {
	max-width: 1200px; 
	min-width: 967px; 
	margin: 0 auto; 
}
#float-btn-backtotop .bttbtn { 
	position: absolute; 
	bottom: 0; 
	right: 20px; 
}
#float-btn-backtotop .bttbtn a { 
	display: block; 
	text-align: center; 
	width: 40px;
	height: 40px; 
	background-color: #9fa1a0; 
	transition: opacity 0.3s ease;
	opacity: 0.8;
}
#float-btn-backtotop .bttbtn a:hover,
#float-btn-backtotop .bttbtn a:focus { 
	opacity: 0.7; 
}
#float-btn-backtotop .bttbtn a img { 
	vertical-align: baseline; 
	width: auto !important; 
}
#float-btn-backtotop a:before { 
	content: ""; 
	display: inline-block; 
	height: 100%; 
	vertical-align: middle; 
}

/*-----------------------------
          layout
-----------------------------*/

/* CSS Document */
.wrap {
   text-align: center;
}
.bold{font-weight: bold;}

.wrap h1{
	max-width: 976px;
	margin: 0 auto 30px;
	padding-bottom: 10px;
	font-weight: normal;
	border-bottom: solid 4px #333;
}

.TryIt,.TryItNotice{
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.TryIt {
	font-weight: bold;
	margin-bottom: 20px;
}
.TryIt span{
    font-size: 28px;
    color: #333333;
    text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.2em;
    padding: 0 5px;
    background: linear-gradient(transparent 70%, #ffea00 0%);
	font-weight: bold;
}
.TryItNotice{
	font-weight: normal;
}

select#soflow-color,
select#jsMiniteSchool,
select#jsWeekSchool,
select#jsMiniteStation,
select#jsWeekStation,
select#jsMiniteShopping,
select#jsWeekShopping {
   -webkit-appearance: button;
   /* -webkit-border-radius: 2px; */
   /* -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); */
   /* -webkit-padding-end: 20px; */
   /* -webkit-padding-start: 2px; */
   /* -webkit-user-select: none; */
   background-color: #fff;
   background-image: url(../img/battery_triangle.png);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: 200%;/*inherit;*/
   margin: 5px;
   overflow: hidden;
   padding: 10px;/*5px 10px;*/
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 90px;/*300px;*/
}

select#soflow-color,
select#jsMiniteSchool,
select#jsWeekSchool,
select#jsMiniteStation,
select#jsWeekStation,
select#jsMiniteShopping,
select#jsWeekShopping {
   color: #333;
   /* -webkit-border-radius: 20px; */
   -moz-border-radius: 20px;
   border-radius: 5px;
   padding-left: 15px;
}


.sample_table {
	width: 65%;
    padding: 5px 0;
    border-radius: 18px;
    margin: 20px auto;
}

.sample_table th,
.sample_table td{
	padding-top: 15px;
}
.sample_th {
    padding-left: 10px;
}
.sample_th img {
    width: 110px;
}

.sample_table figure{
	width: 110px;
	margin: 0 ;
}
.sample_table .flexbox {
	padding: 30px 30px 30px 170px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain; 
}
#everydayuse{
	border: solid 2px #e53663;
	background-image: url(../img/everydayuse.png);
}
#everydayuse p.bold{
	border-bottom: solid 2px #e53663;
	padding-top: 10px;
}

#gotostation{
	border: solid 2px #42b151;
	background-image: url(../img/gotostation.png);
}
#gotostation p.bold{
	border-bottom: solid 2px #42b151;
	line-height: 70px;
	vertical-align: middle;
}
#gotoshopping{
	border: solid 2px #ec6913;
	background-image: url(../img/gotoshopping.png);
}

#gotoshopping p.bold{
	border-bottom: solid 2px #ec6913;
	line-height: 70px;
	vertical-align: middle;
}

.sample_table .flexbox + .flexbox{
	margin: 30px 0;
}
.sample_table .flexbox p.bold{
	width: 110px;
	vertical-align: middle;
}
.sample_table .icon{
	font-size: 36px;
	text-align: center;
	line-height: 1;
}

#checkitout {
    width: 100%;
    margin: 40px auto;
	padding: 15px;
	border: none;
	background-image: url(../img/battery_btn_bg.jpg);
    background-color: #202100;
    color: #fff;
    font-size: 140%;
    font-weight: bold;	
}
#checkitout:hover{
	color: #f9f600;
}
#checkitout span{
	width: 26px;
}
#checkitout span img{
	vertical-align: text-top;
}
#checkitout:hover  span img{
	opacity: 0;
}
#checkitout:hover span{
	background: url(../img/battery_ic_on.png)no-repeat;
}

/* 1週間の利用距離 */
.answer_table {
    padding: 20px;
    background: url(../img/battery_bg.jpg) #fffbdb;
    color: #333;
    margin: 20px auto;
    text-align: center;
}
.batteryuse{
	width: 65%;
	margin: 0 auto;
	padding: 10px;
	border: solid 2px #333;
	background: #fff;
	position: relative;
}
.batteryuse:before{
	content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.batteryuse:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #333;
  z-index: 1;
}
.batteryuse + div,
.batteryuse + div + div,
.batteryuse + div + div + div{
	padding-top: 30px;
}
.border_line{
	padding: 0 5px;
	border-bottom: solid 2px #333;
}
.answer_table input {
    font-size: 300%;
    width: 105px;
    text-align: center;
    padding: 5px;
    border: none;
    background: none;
    font-weight: bold;
    color:red;
}
.headtext {
    font-size:150%;
}
.bigtext {
    font-size:150%;
}


.answer_table + div.flexbox{
	width: 60%;
	margin: 20px auto;
}


.wrap h2{
	max-width: 976px;
	margin: 60px auto 30px;
	padding-bottom: 10px;
	font-weight: normal;
	border-bottom: solid 4px #333;
}

.wrap h2 + div.flexbox{
	justify-content: center!important;
}

.batterymemo,.pointmemo{
	margin: 10px;
	padding: 10px;
}

.pointmemo {
    color:red;
    font-weight: bold;
	border: solid 2px #e00003;
}
.pointmemo .bold{
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}
.batterymemo {
    text-align: center;
	border: solid 2px #333;
}
.batterymemo .bold{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.is-hide {
    display: none;
}

/* ラジオボタン */
.search-box label {
    display: inline-block;
    text-align: left;
    margin: 20px;
    padding: 5px;
}

.Saddle-Group{
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 10px;	
}
.checkbox01-input{
	display: none!important;
}

.checkbox01-input:checked + .checkbox01-parts{
	border-bottom: solid 2px #333;
}

.checkbox01-parts{
	padding: 0 10px 5px 20px;
    position: relative;
    margin-right: 20px;
    line-height: 1;
    border-bottom: solid 2px #ccc;
}

.checkbox01-parts:before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #333;
    border-radius: 50%;
}

.checkbox01-input:checked + .checkbox01-parts:after{
	content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #333;
    border-radius: 50%;
}

/* list */
.list{
	max-width: 976px;
	margin: 20px auto;
    list-style-type: none;
}
.list_item {
    float:left;
    margin:5px;
}
.list_item a{
	width: 185px;
	display: block;
	margin: auto;
	padding: 5px;
	border: solid 1px #ddd;
	border-radius: 5px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 3px #eee;
	text-align: center;
	font-size: 12px;
	transition: all 0.3s;
}
.list_item a:hover{
	box-shadow: 0 0 10px #d0d0d0;
}
.list_item img {
    width:120px!important;
}






/* ------------------------------------------------------------------------------------------------------------
	media
 ------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:767px) {
	
	body #insurance_wrap{width: auto;margin-top: 30px;padding: 10px 0;font-size: 14px;}
	#insurance_wrap img{max-width: 100%;}
	#insurance_wrap .flexbox{display: block;}
	DIV#pankuzu_r {line-height:1.5;width:auto;margin:0 10px;font-size: 12px;position: static;}
	
	/*------sns------*/
	#wrapper .l-mainSns_items .is-item_fb{top: 30px;right: 85px;}
	#wrapper .l-mainSns_items .is-item_tw{top: 30px;right: 5px;}
	
	/*------sp------*/
	#insurance_wrap .visible-pc{display: none;}
	#insurance_wrap .visible-sp{display: inline-block;}
	
	/*------pagetop------*/
	#float-btn-backtotop{width:auto;}
	#float-btn-backtotop .bttbtn{right: 10px;}
	.l-page_top,.l-page_top .anc{display: none;}
	
	/*------ sp-layout ------*/
	.sample_table{
		width: 90%;
	}
	.main_area{
		margin: 10px;
	}
	.wrap h1{
		padding: 20px 40px;
		font-size: 24px;
	}
	.TryIt, .TryItNotice{
		margin: 0 10px;
		font-size: 12px;
		font-weight: normal;
	}
	
	.sample_table .flexbox{
		padding: 10px;
	}
	.sample_table .flexbox p.bold{
		width: auto;
	}
	
	#everydayuse,
	#gotostation,
	#gotoshopping{
		background-position: top 10px left 10px;
		background-size: 60px;
	}
	
	#everydayuse p.bold,
	#gotostation p.bold,
	#gotoshopping p.bold{
		padding: 20px 0;
		font-size: 14px;
		line-height: 1.2;
	}
	
	.batteryuse{
		width: auto;
	}
	.answer_table input{
		font-size: 36px;
		height: 36px!important;
	}
	.border_line{
		display: block;
	}
	
	.wrap h2{
		background: #fff;
		padding: 10px 20px;
		border-top: none;
	}
	#insurance_wrap .wrap h2 + div.flexbox{
		display: flex;
	}
	
	.batterymemo, .pointmemo{
		width: calc(100% / 2 - 10px);
		margin: 5px;
		padding: 5px;
	}
	
	
	.headtext{
		font-size: 130%;
	}
	
	.checkbox01-parts{
		margin-right: 0;
	}
	.search-box label{
		margin: 15px;
	}
	
	
	
	.list_item {
		width: calc(100% / 2 - 10px);
	}
	
	.list_item a{
		width: 100%;
		min-height: 138px;
	}
}

/*-----clearfix-----*/
ul.list:after{
	display: block;
	clear: both;
	content: "";}

