/* CSS Document */
#mv {
		background-image: url(../images/customers/mv.jpg);
}
#mv .mv_icon {
		width: 60px;
}

#sec01 {
		padding: 80px 0;
}
#sec01 .txt00 {
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1.6;
		text-align: center;
		position: relative;
		letter-spacing: 0.1em;
		margin: 27px 0 34px;
}
#sec01 .txt01 {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.6;
		text-align: center;
		margin-bottom: 70px;
}

#sec02 .txt01 {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.6;
		text-align: center;
		margin-bottom: 70px;
}

#sec01 .cost_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		position: relative;
}
#sec01 .cost_list li {
		background-color: #0b308e;
		width: 160px;
		height: 160px;
		color: #fff;
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.2;
}
#sec01 .cost_list li + li {
		margin-left: 18px;
}
#sec01 .oil_list li {
		border-radius: 50%;
		padding-top: 35px;
}
#sec01 .denki_list li {
		border-radius: 6px;
		width: 148px;
		height: 148px;
		padding-top: 25px;
}
#sec01 .cost_list li::before {
		content: "";
		width: 43px;
		height: 50px;
		display: block;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		margin: auto auto 18px;
}
#sec01 .denki_list li.adj::before {
		margin-bottom: 8px;
}
#sec01 .cost_list li.oil::before {
		background-image: url("../images/customers/icon_oil.png");
}
#sec01 .cost_list li.denki::before {
		background-image: url("../images/customers/icon_denki.png");
}
#sec01 .cost_list li.gas::before {
		background-image: url("../images/customers/icon_gas.png");
}

.cost_area {
		position: relative;
}

.cost_bg {
		width: 100%;
		height: 260px;
		border-radius: 30px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		z-index: 0;
}

#sec02 {
		padding: 80px 0;
		background-color: #fff;
}

.costomer_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}
.costomer_list li {
		border-radius: 6px;
		border: 1px solid #0b308e;
		width: calc( ( 100% - 12px)/2);
		margin-bottom: 12px;
		padding: 30px 20px 23px;
}
.costomer_list li:nth-of-type(2n) {
		margin-left: 12px;
}

.costomer_ttl {
		font-size: 2.3rem;
		font-weight: bold;
		color: #0b308e;
		line-height: 1.2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 0 0 17px 20px;
}
.costomer_ttl::before {
		content: "";
		width: 60px;
		height: 54px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left center;
		margin-right: 30px;
		display: block;
}

.costomer_list li:nth-of-type(1) .costomer_ttl::before {
		background-image: url("../images/customers/icon01.png");
}
.costomer_list li:nth-of-type(2) .costomer_ttl::before {
		background-image: url("../images/customers/icon02.png");
}
.costomer_list li:nth-of-type(3) .costomer_ttl::before {
		background-image: url("../images/customers/icon03.png");
}
.costomer_list li:nth-of-type(4) .costomer_ttl::before {
		background-image: url("../images/customers/icon04.png");
}
.costomer_list li:nth-of-type(5) .costomer_ttl::before {
		background-image: url("../images/customers/icon05.png");
}
.costomer_list li:nth-of-type(6) .costomer_ttl::before {
		background-image: url("../images/customers/icon06.png");
}
.costomer_list li:nth-of-type(7) .costomer_ttl::before {
		background-image: url("../images/customers/icon07.png");
}
.costomer_list li:nth-of-type(8) .costomer_ttl::before {
		background-image: url("../images/customers/icon08.png");
}

.costomer_txt {
		font-size: 1.4rem;
		line-height: 2;
}

.service_btn {
		width: 480px;
		height: 80px;
		max-width: 100%;
		margin: 50px auto auto;
}
.service_btn a {
		display: block;
		border-radius: 6px;
		font-size: 2rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		color: #fff;
		background-color: #0b308e;
		width: 100%;
		height: 100%;
		background-image: url("../images/index/arr01@2x.png");
		background-size: 10px;
		background-repeat: no-repeat;
		background-position: center right 26px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		letter-spacing: 0.05em;
		padding-left: 0;
}

.sec_ttl_en {
		margin-bottom: 25px;
}

/*------------------------------- sp ----------------------------*/
@media screen and (max-width: 768px) {
		#mv::before {
				background-image: url(../images/customers/mv.jpg);
		}
		#mv .mv_icon {
				width: 30px;
		}

		#sec01, #sec02 {
				padding: 35px 0;
		}

		#sec02 {
				padding-bottom: 75px;
		}

		#sec01 .txt00 {
				font-size: 1.8rem;
				margin: 15px 0 20px;
		}
		#sec01 .txt01 {
				font-size: 1.4rem;
				margin-bottom: 35px;
		}

		#sec02 .txt01 {
				font-size: 1.4rem;
				margin-bottom: 35px;
		}

		#sec01 .cost_list {
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
		}
		#sec01 .cost_list li {
				width: 65px;
				height: 65px;
				padding-top: 10px;
				font-size: 1rem;
		}
		#sec01 .denki_list li {
				padding-top: 7px;
		}
		#sec01 .cost_list li + li {
				margin-left: 3px;
		}
		#sec01 .cost_list li::before {
				height: 25px;
				width: 22px;
				margin-bottom: 8px;
		}
		#sec01 .denki_list li.adj::before {
				margin-bottom: 4px;
		}

		.cost_bg {
				height: 130px;
		}

		.service_btn {
				margin-top: 10px;
				height: 45px;
		}
		.service_btn a {
				font-size: 1.6rem;
		}

		.costomer_list {
				display: block;
		}
		.costomer_list li {
				width: 100%;
				margin: auto auto auto;
				padding: 15px;
		}
		.costomer_list li:nth-of-type(2n) {
				width: 100%;
				margin: auto auto auto;
				padding: 15px;
		}
		.costomer_list li + li {
				margin: 10px auto auto !important;
		}

		.costomer_ttl {
				font-size: 1.6rem;
				margin: auto auto 10px;
		}
		.costomer_ttl::before {
				width: 30px;
				height: 25px;
				margin: 0 5px 0 0;
		}
}
@media screen and (max-width: 360px) {
		#sec01 .oil_list li {
				width: 60px;
				height: 60px;
		}
		#sec01 .cost_list li.oil::before {
				margin-bottom: 5px;
		}
}