@charset "utf-8";

.contents_nav-item:nth-child(2) {
	background: #fff6b2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 3px solid #fee101;
}




.page__ttl.page__ttl--v2 {
	margin-top: 100px;
	margin-bottom: 40px;
}
.page__stl--standard,
.page__stl--simple {
	position: relative;
	margin-top: 60px;
	margin-bottom: 15px;
}
.page__stl--standard:before,
.page__stl--simple:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	border: 1px solid #ffe100;
	background: #ffe100;
	background: -moz-linear-gradient(top, #fff6b3 0%, #ffe100 100%);
	background: -webkit-linear-gradient(top, #fff6b3 0%, #ffe100 100%);
	background: linear-gradient(to bottom, #fff6b3 0%, #ffe100 100%);
	width: 4px;
	height: 32px;
}
.page__stl--standard .ttl_inner,.page__stl--simple .ttl_inner {
	display: block;
	padding: 4px 0 4px 16px;
	background: #fff;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.2em;
}
.page__ttl--txt {
	font-size: 1.8rem;
	text-align: center;
}
/* for sp --------------------------------*/
@media screen and (max-width: 768px) {
	.page__stl--standard, .page__stl--simple {
		margin-bottom: 30px;
	}
	.page__stl--standard .ttl_inner,.page__stl--simple .ttl_inner {
		font-size: 2.0rem;
	}
	.page__ttl--txt {
		font-size: 1.6rem;
		text-align: left;
	}
}

/*-----------------------------------------------------------------------
TITLE・TEXT
-----------------------------------------------------------------------*/
.sect__stl--txt {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.sect__stl--line {
  margin-top: 60px;
	margin-bottom: 10px;
  position: relative;
}

.sect__stl--line:before {
  position: absolute;
  content: "";
  top: 2px;
  bottom: 0;
  left: 0;
  border: 1px solid #ffe100;
  background: #ffe100;
  background: -moz-linear-gradient(top, #fff6b3 0%, #ffe100 100%);
  background: -webkit-linear-gradient(top, #fff6b3 0%, #ffe100 100%);
  background: linear-gradient(to bottom, #fff6b3 0%, #ffe100 100%);
  width: 4px;
  height: 32px;
}

.sect__stl--line .ttl_inner {
  display: block;
  padding: 4px 0 4px 16px;
  background: #fff;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.2em;
}

.sect__stl--line.sect__stl--line--mt {
  margin-top: 100px;
}

.sect__h4--txt {
  font-size: 1.8rem;
  margin-top: 10px;
}

/*-----------------------------------------------------------------------
TABLE
-----------------------------------------------------------------------*/
.tab__table {
	width: 100%;
	font-size: 1.6rem;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	margin-bottom: 10px;
}
.tab__table a {
	color: #0022AA;
	text-decoration: underline;
}
.tab__table.txt__small {
	font-size: 1.4rem;
}
.tab__table td {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	background-color: #eeeeee;
}
td.table__bg--black {
	background-color: #666666;
	color: #FFFFFF;
}
td.table__bg--white {
	background-color: #FFFFFF;
}
td.table__bg--yellow {
	background-color: #ffff9a;
}
td.table__bg--green01 {
	background-color: #3ab382;
	color: #FFFFFF;
}
td.table__bg--white--arrow {
	background-color: #FFFFFF;
	border-left: none;
	text-align: left;
}
td.table__bg--white--price {
	text-align: right;
}
.tax {
	font-size: 1.4rem;
	text-align: right;
}
/* for sp --------------------------------*/
@media screen and (max-width: 768px) {
	.tab__table.txt__small {
		font-size: 1.4rem;
	}
	.tab__table td {
		padding-top: 10px;
		padding-right: 2px;
		padding-bottom: 10px;
		padding-left: 2px;
		font-size: 1.3rem;
	}
}
/* for sp --------------------------------*/
@media screen and (max-width: 320px) {
	.tab__table.txt__small {
		font-size: 1.1rem;
	}
	.tab__table td {
		font-size: 1.1rem;
	}
}

.confirmation__txt {
	padding-top: 20px;
	font-size: 1.8rem;
}
.confirmation__img {
	text-align: center;
	margin-top: 20px;
}
.confirmation__box {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
/* for sp --------------------------------*/
@media screen and (max-width: 768px) {
	.confirmation__txt {
		padding-top: 10px;
		font-size: 1.6rem;
	}
	.confirmation__img {
		text-align: center;
		margin-top: 20px;
	}
	.confirmation__img img {
		width: 100%;
	}
	.confirmation__box {
		background-color: #FFFFFF;
		margin-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
}
/*-----------------------------------------------------------------------
燃料費調整制度
-----------------------------------------------------------------------*/
.fuel__ttl01 {
	font-size: 2.6rem;
	font-weight: normal;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1.5;
}
.fuel__ttl02 {
	font-size: 3.2rem;
	font-weight: normal;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 30px;
	line-height: 1.5;
}
.fuel__box {
	margin-top: 30px;
}
.fuel__stl01 {
	font-size: 2.6rem;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 30px;
}
.fuel__stl02 {
	font-size: 2.6rem;
	font-weight: bold;
	margin-top: 100px;
	margin-bottom: 30px;
}

.fuel__year {
	font-size: 2.4rem;
	margin-bottom: 10px;
	text-align: center;
}
.txt__linkpdf {
	text-align: center;
}
.txt__linkpdf a {
	color: #0033AA;
}
.fuel__txt--v2 {
	margin-bottom: 20px;
}
.fuel__img01 {
	width: 85%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.fuel__img02 {
	margin-top: 60px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.fuel__img01 img {
	width: 100%;
}
.fuel__table {
	border-bottom: 1px solid #cccccc;
}
td.fuel__price--item {
	background-color: #FFFFFF;
	border-bottom: none;
	padding-right: 20px;
	padding-left: 20px;
}
td.fuel__price--num {
	background-color: #FFFFFF;
	border-bottom: none;
	padding-right: 50px;
	padding-left: 50px;
}
.fuel__txtbox {
	font-size: 1.6rem;
}
.fuel__txtbox--txt {
	margin-bottom: 5px;
}
.fuel__txtbox--txt a {
	color: #0033AA;
}

/* for sp --------------------------------*/
@media screen and (max-width: 768px) {
	.fuel__ttl01 {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	.fuel__ttl02 {
		font-size: 2.2rem;
		margin-top: 80px;
		margin-bottom: 20px;
	}
	.fuel__box {
		margin-top: 30px;
		padding-bottom: 10px;
	}
	.fuel__stl01 {
		font-size: 2.0rem;
		margin-bottom: 20px;
	}
	.fuel__stl02 {
		font-size: 2.0rem;
		margin-top: 50px;
		margin-bottom: 20px;
	}
	.fuel__stl03 {
		font-size: 2.0rem;
		padding-bottom: 0;
	}
	.fuel__year {
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	.fuel__txt--v2 {
		text-align: left;
	}
	.fuel__img01 {
		width: 100%;
		margin-top: 20px;
	}
	.fuel__img02 {
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	.fuel__img01 img,
	.fuel__img02 img {
		width: 100%;
	}
	td.fuel__price--item {
		padding-right: 10px;
		padding-left: 10px;
		text-align: left;
	}
	td.fuel__price--item p {
		text-indent: -1.8em;
		padding-left: 1.8em;
	}
	td.fuel__price--num {
		padding-right: 10px;
		padding-left: 10px;
		white-space: nowrap;
	}
	.fuel__txtbox {
		text-align: left;
		font-size: 1.6rem;
	}
	.fuel__txtbox--txt {
		margin-bottom: 8px;
		text-indent: -1.4em;
		padding-left: 1.4em;
	}
}
/*-----------------------------------------------------------------------
アコーディオン
-----------------------------------------------------------------------*/
.accordion__list--head {
	position: relative;
	font-size: 1.6rem;
	cursor: pointer;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1;
	border: 1px solid #ddd;
	text-align: center;
	width: 50%;
}
.accordion__list--head p {
	color: #0022AA;
	text-decoration: underline;
}
.accordion__list--head p:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("/service/common/img/icon_accordion01.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(-10px, -50%);
	-ms-transform: translate(-10px, -50%);
	transform: translate(-10px, -50%);
}
.accordion__list .is-open p:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("/service/common/img/icon_accordion02.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-10px, -50%);
	-ms-transform: translate(-10px, -50%);
	transform: translate(-10px, -50%);
}
.accordion__list--body {
	display: none;
}
.note__ttl {
	margin-top: 30px;
}
/* for sp --------------------------------*/
@media screen and (max-width: 768px) {
	.accordion__list--head {
		font-size: 1.6rem;
		line-height: 1.4;
		margin-top: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 100%;
	}
	.accordion__list--head p:before {
		width: 20px;
		height: 20px;
	}
	.accordion__list .is-open p:before {
		width: 20px;
		height: 20px;
	}
}


