@charset "utf-8";
/* CSS Document */

/*--------------------★★★PC、SP両方に共有★★★---------------------*/

.tax{
	font-size: 1.4rem;
	margin: 10px 0px 10px 0px;
}
.markInfo{ font-size: 1.4rem;}
.markInfo span{
	border: 1px #666 solid;
	padding: 2px 15px;
	background: #41aafa;
}

table.taiyo {
    width: 100%;
    border: 2px #666 solid;
    border-collapse: collapse;
    border-spacing: 0;
	text-align:center;
	font-weight: bold;
 	line-height: 120%;
 	margin:10px 0px 20px 0px;
 }

table.taiyo th {
    background: #00006c;
	color: #fff;
	white-space: nowrap;
}
table.taiyo th,
table.taiyo td{
    padding: 10px;
    border: 1px #666 solid;
	vertical-align: middle;
}
table.taiyo td.mark {
	background:#41aafa;
	color: #fff;
}
table.taiyo td.num {
	color: #fff;
	background:#00008f;
	vertical-align: middle;
}

table.taiyo td.total {
	border-top: double #333;
}

.cost{
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	background: #ff0078;
	font-size: 1.8rem;
}
.cost span{ font-size: 1.4em;}
.cost span small{ font-size: 0.8em;}



table.gasPrice{
    width: 100%;
    border: 2px #666 solid;
    border-collapse: collapse;
    border-spacing: 0;
	text-align:center;
	font-weight: bold;
 	line-height: 120%;
 	margin:20px 0px 5px 0px;

}

table.gasPrice th {
    background: #00006c;
	color: #fff;
	white-space: nowrap;
}
table.gasPrice th,
table.gasPrice td {
    padding: 10px;
    border: 1px #666 solid;
	vertical-align: middle;
}

table.gasPrice td.item {
	color: #fff;
	background: #00008f;
}
table.gasPrice td.mark {
	color: #fff;
	background: #41aafa;
}

table.gasPrice td span{ 
	display: block;
	font-size: 0.9em;
}

dl.note{
	margin: 15px 0 20px 0;
}
dl.note	dt,dl.note dd{
	margin-bottom: 5px;
	line-height: 1.2;
}
dl.note	dt{	float: left;}

dl.note	dd{	margin-left: 1.1em;}


.voiceOya{
	width: 100%;
	margin: 40px 0px 0px 0px;
}

.voiceOya_wrap{	
	border: 2px hsl(108, 100%, 38%) solid;
	border-bottom-left-radius: 20px; 
	border-bottom-right-radius: 20px;
	padding: 0 3% 3% 3%;
	background: #eef8eb;
}

.voiceOya h3{
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	background: #28c400;
	border-top-left-radius: 20px; 
	border-top-right-radius: 20px; 
	padding: 15px;
	text-align: center;
}


.arrow_jirei{
	width: 100%;
	text-align: center;
	margin: 20px auto 0px;
}

.arrow_jirei img{
	max-width: 100px;
	height: auto;
}

/*--------------------★★★PCサイト用（1080px以上）★★★---------------------*/
@media screen and (min-width: 1080px) {



}

/*--------------------★★★タブレット★★★---------------------*/
@media (min-width: 768px) and (max-width: 1079px) {


}


/*--------------------★★★スマホサイト用（767px以下）★★★---------------------*/
@media screen and (max-width:767px) {

small{ font-size: 0.3em;}
.cost{ font-size: 1.6rem;}

table.taiyo th,
table.taiyo td {padding: 5px;}

table.gasPrice th,
table.gasPrice td {padding: 5px;}
	
.arrow_jirei img{
	width: 20%;
	height: auto;
}
	
}



/*====================================================================
.accordion_one
====================================================================*/
.accordion_wrap{
	margin: 20px 0 50px 0;
  }
  
  .accordion_one {
	width: 100%;
	margin: 0 auto;
  }
  .accordion_one .accordion_header {
	background: linear-gradient(to bottom, rgba(64,155,211,1) 0%,rgba(47,114,186,1) 100%);
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	padding: 15px 5%;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
	border-top: #2f72ba 1px solid;
  }
  
  .accordion_one .accordion_header:hover {
	opacity: .8;
  }
  .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40px;
	height: 40px;
	/* border: 1px solid #fff; */
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
  }
  .accordion_one .accordion_header.stay .i_box {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
  }
  .accordion_one .accordion_header.stay .i_box .one_i {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  .accordion_one .accordion_header.stay.open .i_box .one_i {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
  }
  .accordion_one .accordion_header.stay.open .i_box {
	-webkit-transform: rotate(315eg);
	transform: rotate(315deg);
  }
  .accordion_one .accordion_header .i_box .one_i:before, .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
  }
  .accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
  }
  .accordion_one .accordion_header.stay .i_box .one_i:before {
	content: none;
  }
  .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
  }
  .accordion_one .accordion_header.stay.open .i_box .one_i:before {
	content: "";
  }
  .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  .accordion_one .accordion_header.stay.open .i_box .one_i:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  .accordion_one .accordion_inner {
	display: none;
	padding: 30px 10px;
	box-sizing: border-box;
  }
  .accordion_one .accordion_inner.stay {
	display: block;
  }
  
  .accordion_one .accordion_inner .box_one {
	/* height: 300px; */
  }
  .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
  }
  
  
  /* .link_area{
	width: 60%;
	margin: 20px auto 0 auto;
	position: relative;
  }
  .link_area a{
	background: #00006c;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	display: block;
	text-align: center;
	border-radius: 20px;
	transition: 0.1s;
  }
  .link_area a:hover{
	background: #2f72ba;
  
  }
  .link_area a::after {
	position: absolute;
	top: 30%;
	right: 15px;
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #fff;
  } */
  
  
  @media screen and (max-width: 1024px) {
	.accordion_one .accordion_header {
	  font-size: 18px;
	}
	.accordion_one .accordion_header .i_box {
	  width: 30px;
	  height: 30px;
	  margin-top: -15px;
	}
	/* .link_area{
	  width: 90%;
	} */
  }
  @media screen and (max-width: 767px) {
	.accordion_one .accordion_header {
	  font-size: 16px;
	  text-align: left;
	  padding: 15px 60px 15px 15px;
	}
	/* .link_area{
	  width: 100%;
	} */
  }
  