
body,p{
margin: 0;
padding:0;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
a {
	text-decoration: none;
	color: #333;

}
a:hover {
	opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

img{width: 100%; }


.head_logo {
	max-width: 320px;
	margin: 20px auto 30px;
}


ul {

    list-style-type: none;
    margin: 0;
    padding: 0;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}



/*==========================================================
 ヘッダーメニュー
==========================================================*/

/* PC版　------------------------------*/
ul.nav {
	width: 994px;
	margin: auto;
}

ul.nav li {
float: left;
width: 141px;
border-left: 1px solid #83b23c;
}

li:nth-child(7){
border-right: 1px solid #83b23c;
}

ul.nav li a {
padding: 0px 0px;
font-size: 14px;
}

ul.nav li a p{
text-align: center;
padding: 5px 0px;
background: #FFFFFF;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}

ul.nav li a p:hover{
padding: 5px 0px;
font-size: 14px;
background: #a6cf4c;
color: #FFFFFF;

}

ul.nav li.on{
	border-left: none;

}
ul.nav li.on a{
	color: #ffffff;
	text-align: center;
}

ul.nav li.on a p{
	color: #ffffff;
	text-align: center;
	background: #83b23c;
}

.clear {
	clear:both;/*floatの解除*/
}

.mg_40 {
	margin-bottom: 40px;
}

/* スマホ版 -----------------------*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	list-style-type: none;
}
nav.globalMenuSp ul {
    background: #e9ffc9;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
nav.globalMenuSp ul li {
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #83b23c;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
nav.globalMenuSp ul li a {
    display: block;
    color: #333;
    padding: 1em 0;
	text-decoration: none;
}
nav.globalMenuSp ul li a p{
    display: block;
    color: #333;

}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #83b23c;
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #FFF;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
.navToggle span:nth-child(4) {
    border: none;
    color: #FFF;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* SNS */
ul.sns_pc {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 994px;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
}
ul.sns_pc li {
	margin-left: 10px;
}
ul.sns_pc li a {
	display: block;
	width: 35px;
	height: 35px;
}

/*==========================================================
 メイン
==========================================================*/
.top {
	width: 100%;
	background: #e9ffc9;
	text-align: center;
	margin-top: 30px;
	position: relative;
}
.top .frame {
	max-width: 1600px;
	height: 30vw;
	max-height: 470px;
	margin: auto;
}
h1 {
	width: 100%;
	max-width: 1600px;
	box-sizing: border-box;
	padding: 0 5vw;
	color: #fff;
	font-size: min(2.4vw,30px);
	text-align: left;
	position: absolute;
	top: 3vw;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.10);
}
h1 span {
	display: inline-block;
	margin-top: 1em;
	font-size: .55em;
	line-height: 1.8;
}
.top02 {
	width: 100%;
	max-height: 160px;
	margin: 40px auto;
	background: #e9ffc9;
}
.top02 p {
	max-width: 1200px;
	margin: auto;
}

.main_cont {
	max-width: 1200px;
	margin: auto;
	padding: 20px 0;
}
.main_cont h2.top_ttl {
	font-size: 14px;
	font-weight: normal;
	color: #727171;
	text-align: center;
	margin-bottom: 40px;	
}
.main_cont h2.top_ttl span {
	font-size: 28px;
	font-weight: bold;
	border-bottom: 3px solid #4C4B4B;
	margin-bottom: 10px;
	display: inline-block;
}
.main_cont h3 {
	background: #7EAB3F;
	color: #fff;
	padding: 6px 15px 3px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 50px 0 20px;
	border-bottom: 3px solid #588C35;
}
.main_cont h5 {
	font-size: 20px;
	font-weight: bold;
	padding: 6px 0 3px 15px;
	letter-spacing: 2px;
	color: #7EAB3F;
	margin: 50px 0 10px;
	border-bottom: 3px solid #588C35;
}
.main_cont h5.rec {
	font-size: 20px;
	font-weight: bold;
	padding: 6px 0 3px;
	letter-spacing: 2px;
	color: #EA5514;
	margin: 0;
	border-bottom: 3px solid #EA5514;
}

.container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}
.container02 {
	width: calc(100% - 30px);
	display: flex;
	flex-wrap: wrap;
	margin: 10px 15px;
}
.container .col2 {
	width: 48%;
	margin-bottom: 20px;
}
.col2 h4 {
	font-size: 18px;
	color: #E83828;
	border-bottom: 1px solid #E83828;
	margin: 0 0 5px;
}
.col2 p {
	font-size: 14px;
	height: 70px;
	line-height: 1.8;
}

.container .col3 {
	width: 32%;
}
.container .col3 h2 {
	font-size: 20px;
	line-height: 1.2;
	margin: 5px 0 10px;
}
.container .col3 h2 span {
	font-size: 14px;
}
.container .col3 p {
	font-size: 12px;
	line-height: 1.8;
}
.container .col3_2 {
	width: 25%;
}
.container .col3_2 .btn_detail {
	margin-top: 172px;
}

.container .col3_sta {
	width: 32%;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
}
.container .factory {
	background: #0068b7;
	color: #fff;
	border-radius: 20px;
	padding: 3px 0;
	width: 70%;
	text-align: center;
}
.container .factory_non {
	color: #fff;
	height: 29px;
}
.container .col3_sta h2 {
	font-size: 26px;
	color: #ea5514;
	margin: 8px 0 6px;
	width: 100%;
}
.container .col3_sta h2.drive {
	background-image: url(../img/d_drive.gif);
	background-repeat: no-repeat;
	background-size: 80px;
	background-position: right;
}
.container .col3_sta h2.drive.enejet {
	background-image: url(../img/d_drive.gif),url(../img/icon_enejet.png);
	background-repeat: no-repeat;
	background-size: 80px,70px;
	background-position: center right, center right 88px;
}

.container .col3_sta p {
	font-size: 14px;
	margin: 10px 0;
	line-height: 1.2;
}
.container .col3_sta p.time {
	min-height: 50px;
	margin: 0;
}
.container .col3_sta p.tel {
	font-size: 13px;
	margin-top: 0;
}

a.btn_detail {
	width: 100%;
	display: block;
	background: #a6cf4c;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	position: relative;
}
a.btn_detail span {
	position: relative;
	display: inline-block;
	left: 40px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.container .col3_sta .bottom_cont {
	width: 100%;
	height: 100px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
}

.reserve {
	width: 25%;
	margin: 40px auto;
}
.reserve2 {
	width: 30%;
	margin: 40px auto;
}
.reserve_non {
	width: 25%;
	height: 48px;
	margin: 32px auto 0;
}


.news h2 {
	font-size: 26px;
	border-bottom: 1px solid #000;
	margin-bottom: 0;
}
.news .cont {
	background: #f3f3f3;
	padding: 15px 20px 7px;
}
.news .cont p {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 8px;
}
.news .cont p span {
	color: #ff0000;
	margin-right: 15px;
}

.ss_title {
	background: #83b23c;
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.ss_title span {
	display: inline-block;
	height: 45px;
	background-image: url(../img/icon_stand.gif);
	background-repeat: no-repeat;
	background-size: 30px;
	position: relative;
	top: 10px;
	padding: 3px 0 3px 50px;

}

/* service_sta　------------------------------*/

.ss_name {
	width: 100%;
	border-bottom: 3px solid #EA5514;
	background-image: url(../img/icon_eneos.gif),url(../img/icon_keeper2.gif),url(../img/d_drive.gif);
	background-repeat: no-repeat;
	background-size: 40px,61px,83px;
	background-position: top left,top left 48px,bottom 2px left 117px;
}
.ss_name span {
	padding: 6px 0 6px;
	font-size: 24px;
	font-weight: bold;
	color: #EA5514;
	line-height: 2;
	position: relative;
	left: 210px;
	top: 6px;
}
.ss_name.ushimaki {
	background-image: url(../img/icon_eneos.gif),url(../img/icon_keeper2.gif);
}
.ss_name.ushimaki span {
	left: 117px;
}
.ss_name.enejet {
	background-image: url(../img/icon_eneos.gif),url(../img/icon_keeper2.gif),url(../img/icon_enejet.png),url(../img/d_drive.gif);
	background-size: 40px,61px,80px,83px;
	background-position: top left,top left 48px,top 14px left 117px,top 6px left 205px;
}
.ss_name.enejet span {
	left: 298px;
}
/*
.ss_name span {
	padding: 12px 0 0 50px;
	font-size: 24px;
	font-weight: bold;
	color: #EA5514;
	line-height: 2;
}
.ss_name span.drive {
	background-image: url(../img/d_drive.gif);
	background-repeat: no-repeat;
	background-size: 80px;
	padding: 6px 0 6px 90px;
	position: relative;
	left: 116px;
	top: 6px;
}
*/

.ss_photo {
	width: 65%;
}
.address {
	width: 33%;
}
.address2 {
	width: 40%;
}
.address .ttl {
	width: 100%;
	background-image: url(../img/icon_memo.gif);
	background-repeat: no-repeat;
	background-size: 25px;
	padding: 5px 0 0 40px;
	font-size: 18px;
	font-weight: bold;
	color: #E83828;
	margin-bottom: 10px;
	line-height: 1.9;
}
.address2 .ttl {
	width: 100%;
	background-image: url(../img/icon_memo.gif);
	background-repeat: no-repeat;
	background-size: 25px;
	padding: 5px 0 0 40px;
	font-size: 18px;
	font-weight: bold;
	color: #E83828;
	margin-bottom: 10px;
	line-height: 1.9;
}
.address p {
	font-size: 12px!important;
	line-height: 1.8;
}
.address2 p {
	font-size: 14px!important;
	line-height: 1.8;
	margin: 6px 0 10px;
	height: 126px;
}
.address2 .factory {
	width: 60%;
}
.address .reserve {
	width: 60%;
	margin: 12px 0 12px 0;
}

.service {
	width: 20%;
	margin-right: 40px;
	margin-top: 20px;
}
.service img {
	margin-bottom: 10px;
}
.line_id {
	width: 14%;
	margin-top: 20px;
}

.picars {
	width: 16%;
	margin-left: 40px;
	margin-top: 20px;
}

a.btn_detail02 {
	width: 30%;
	display: block;
	background: #a6cf4c;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	position: relative;
	margin: 40px auto;
}
a.btn_detail02 span {
	position: relative;
	display: inline-block;
	right: 40px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* company　------------------------------*/
.comp_top01 {
	width: calc(60% - 100px);
	background-image: url(../img/company_bg01.gif);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 0 50px 100px;
}
.comp_top01 p {
	margin-top: 40px;
	line-height: 2.2;
}

.comp_top02 {
	width: 30%;
	background-image: url("../img/company_bg02_2.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-bottom: 50px;
}

table.company {
	width: 100%;
	font-size: 14px;
	border-top: 1px solid #7EAB3F;
}
table.company td {
	padding: 5px 15px;
	line-height: 1.8;
	color: #000;
}
table.company th {
	background: #EFEFEF;
	width: 15%;
	border-bottom: 1px solid #fff;
	vertical-align: top;
	font-weight: normal;
	padding: 5px 15px;
	color: #000;
	text-align: left;
}


/* inspection　------------------------------*/

.container .insp_p {
	width: 30%;
	padding-left: 15px;
}
.container .insp_text {
	width: 65%;
}
.container .insp_text .ttl {
	font-size: 14px;
	text-align: left;
	margin-bottom: 30px;
	color: #000;
}
.container .insp_text .ttl span {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #727171;
	border-bottom: 3px solid #4C4B4B;
	margin-bottom: 5px;
}

.insp_flow {
	width: calc(100% - 15px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 0 50px 15px;
}
.bg_green {
	background: #E2F0DC;
	padding: 55px 0 50px 15px;
	margin-bottom: 10px;
	position: relative;
}
.bg_green:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	border-top: 40px solid #fff;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}
.bg_green:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 45px solid #E2F0DC;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -45px;
}
	
.bg_green2 {
	background: #E2F0DC;
	padding: 55px 0 50px 15px;
	margin: 0 0 20px;
	position: relative;
}
.bg_green2:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 45px solid #fff;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}

.insp_flow .text {
	width: 48%;
}
.insp_flow .text p {
	font-size: 14px;
	font-weight: bold;
	padding-left: 80px;
}
.insp_flow .text p.no01 {
	font-size: 30px;
	font-weight: bold;
	color: #7EAB3F;
	padding: 10px 0 10px 80px;
	background-image: url(../img/insp_no1.gif);
	background-repeat: no-repeat;
	background-size: 65px;
}
.insp_flow .text p.no02 {
	font-size: 30px;
	font-weight: bold;
	color: #7EAB3F;
	padding: 10px 0 10px 80px;
	background-image: url(../img/insp_no2.gif);
	background-repeat: no-repeat;
	background-size: 65px;
}
.insp_flow .text p.no03 {
	font-size: 30px;
	font-weight: bold;
	color: #7EAB3F;
	padding: 10px 0 10px 80px;
	background-image: url(../img/insp_no3.gif);
	background-repeat: no-repeat;
	background-size: 65px;
}
.insp_flow .text p.no04 {
	font-size: 30px;
	font-weight: bold;
	color: #7EAB3F;
	padding: 10px 0 10px 80px;
	background-image: url(../img/insp_no4.gif);
	background-repeat: no-repeat;
	background-size: 65px;
}
.insp_flow .text p.tel {
	font-size: 28px;
	font-weight: bold;
	margin: 20px 0 40px;
}
.insp_flow .text p.tel span {
	font-size: 22px;
	font-weight: bold;
	color: #7EAB3F;
}
.insp_flow .reserve_insp {
	width: 70%;
}

.insp_flow .photo {
	width: 48%;
}

.bring {
	width: 80%;
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap;
}
.bring img {
	width: 70%;
	margin: 10px auto;
}
.bring img.small {
	width: 60%;
}
.bring p {
	color: #7EAB3F;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.bring span {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 40px;
}
.bring .insp_ilst {
	width: 40%;
	text-align: center;
	
}
.bring .insp_ilst2 {
	width: 30%;
	text-align: center;
}

table.price {
	width: 100%;
	font-size: 14px;
	border-top: 1px solid #7EAB3F;
}
table.price th {
	background: #EFEFEF;
    width: 20%;
    border-bottom: 1px solid #fff;
    padding: 5px 15px;
	text-align: left;
}
table.price td {
	background: #FBFBFB;
    width: 20%;
    border-bottom: 1px solid #fff;
    padding: 5px 15px;
}
table.price td:last-child {
    width: 40%;
	text-align: right;
	color: #C30D23;
	font-size: 18px;
	font-weight: bold;
}
table.price tr.red {
	color: #C30D23;
}
.benefits {
	padding-left: 15px;
}
.benefits p {
	font-size: 20px;
	font-weight: bold;
	color: #7EAB3F;
	margin-bottom: 5px;
}


.scroll {
	overflow: auto;/*tableをスクロールさせる*/
	white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar {/*tableにスクロールバーを追加*/
 	height: 10px;
}
.scroll::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
 	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
 	background: #BCBCBC;
}

.scroll table {
	width: 100%;
	font-size: 14px;
	line-height: 1.2;
	border-top: 1px solid #7EAB3F;
}
.scroll table tr:nth-child(1) {
	color: #fff;
	vertical-align: top;
}
.scroll table tr:nth-child(1) td {
	background: #7E7E7F;
	text-align: left;
	padding: 4px 4px 0 4px;
	border-right: 1px solid #fff;
	font-size: 16px;
}
.scroll table tr:nth-child(1) td:nth-child(2) {
	padding-left: 4px;
}
.scroll table tr:nth-child(7),tr:nth-child(8) {
	color: #C30D23;
}
.scroll table tr:nth-child(1) p {
    padding: 5px 4px;
	line-height: 1;
}
.scroll table tr:nth-child(1) span {
	font-size: 10px;
	font-weight: normal;
}
.scroll table th {
	background: #EFEFEF;
    width: 7%;
    border-bottom: 1px solid #fff;
    padding: 8px 15px;
	vertical-align: middle;
	color: #000;
	text-align: center;
}
.scroll table th.red {
	color: #C30D23;
}
.scroll table td {
    padding: 8px 15px;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	background: #FBFBFB;
}
ul.memo {
	font-size: 14px;
	margin: 20px 20px 40px;
	list-style: disc;
	line-height: 1.6;
}


/* coating　------------------------------*/

p.coating {
	margin: 20px auto 0;
}
.coat_text {
	width: calc(65% - 15px);
	padding-left: 15px;
}
.coat_text p.ttl {
	font-size: 20px;
	font-weight: bold;
	color: #7EAB3F;
	line-height: 1.6;
	margin: 10px 0 15px;
}
.coat_text p {
	font-size: 14px;
	line-height: 1.8;
}
.coat_text a.btn_detail {
    width: 50%;
	margin: 20px 0 0;
}
.coat_text .row a.btn_detail {
    width: 32%;
}
.coat_text .row a.btn_detail span {
    left: 10%;
}
.coat_ilst {
	width: calc(30% - 15px);
	padding-right: 15px;
}


/* rectuit　------------------------------*/
h4.recruit {
	font-size: 20px;
	line-height: 1.8;
	margin: 10px auto 0px;
	padding: 0 15px;
	color: #7EAB3F;
}
p.recruit {
	font-size: 14px;
	line-height: 1.8;
	margin: 20px auto 40px;
	padding: 0 15px;
}
p.recruit2 {
	font-size: 14px;
	line-height: 1.8;
	margin: 5px auto 20px;
	padding: 0;
}
p.recruit2 a {
	color: #588C35;
	text-decoration: underline;
}

.recruit_info p {
	text-align: center;
	margin: 40px auto;
}
.recruit_info p a {
	border-bottom: 2px solid #000;
	padding-bottom: 3px;
}
.recruit_info p span {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}
.recruit_info.bana a {
    display: block;
    margin-bottom: 40px;
    background: #E42A0C;
    padding: .5em 1.5em;
    color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
    line-height: 1.4;
    position: relative;
}
.recruit_info.bana a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 4px #fff solid;
    border-right: 4px #fff solid;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
}

/* other_srv　------------------------------*/

.col2 h5 {
	padding-left: 0;
	margin-top: 0;
	padding-top: 0;
}
.col2 p.other_srv {
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
	height: auto;
	margin-bottom: 20px;
}
.col2 p.other_srv span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}
.col2 p.other_srv a {
	color: #588C35;
	text-decoration: underline;
}
.col2 .reserve {
	width: 50%;
}


/* privacy　------------------------------*/

ul.privacy {
	font-size: 14px;
	padding: 0 15px 0 35px;
	line-height: 1.8;
	list-style: decimal;
}

ul.privacy li:nth-child(7){
border-right: none;
}

ul li ul.privacy {
	padding-left: 50px;
}
ul.privacy ul {
	font-size: 14px;
	padding: 0 15px 0 25px;
	line-height: 1.8;
	list-style: decimal;
}


p.privacy {
	font-size: 14px;
	padding: 0 15px;
	line-height: 1.8;
}


/* sitemap　------------------------------*/

.sitemap {
	margin-bottom: 40px;
}
.sitemap .page:before {
	position: relative;
	content: "\025b6  ";
	font-size: 10px;
	top: -2px;
}
.sitemap h5 {
	color: #7EAB3F;
	border-bottom: 3px solid #588C35;
	font-size: 16px;
	padding: 5px 0 5px 15px;
	margin-bottom: 5px;
}
.sitemap p {
	color: #7EAB3F;
	font-size: 14px;
	padding: 5px 0 5px 30px;
}
.sitemap p.page {
	padding: 5px 0 5px 15px;
}
.sitemap a h5:hover {
	background: #e9ffc9;
}
.sitemap a p:hover {
	background: #e9ffc9;
}



/* contact　------------------------------*/

.contact {
	width: 960px;
	margin: auto;
}
.contact table.form {
	margin: 40px auto 20px;
	font-size: 14px;
	border: 1px solid #EFEFEF;
}

table.form th {
	width: 25%;
	text-align: left;
	background: #FBFBFB;
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px solid #EFEFEF;
}
table.form tr:last-child th {
	border-bottom: none;
}
table.form th span {
	color: #FF0004;
}

table.form td {
	padding: 10px;
	border-bottom: 1px solid #EFEFEF;
}
table.form tr:last-child td {
	border-bottom: none;
}

table.form li:nth-child(7){
	border-right: none;
}
table.form tr:nth-child(8) {
    color: #000;
}

table.form select {
	padding: 5px;
}
input {
	padding: 5px;
	font-size: 14px;
}
table.form label {
	margin-right: 5px;
}
table.form .text {
	font-size: 12px;
	margin-right: 5px;
}

.contact .policy {
	margin: auto;
	text-align: center;
	padding: 15px 0;
}
.contact .policy a {
	color: #002674;
	text-decoration: underline;
	font-size: 14px;
}
.contact .policy .text {
	margin: 5px 0;
	font-size: 14px;
}

.contact .btn {
	text-align: center;
	margin: 20px auto 40px;
}
.contact .btn .conf {
	background: #002674;
	color: #fff;
	border: 1px solid #002674;
	border-radius: 5px;
	width: 15%;
	padding: 10px;
	font-size: 16px;
	letter-spacing: 2px;
}
.contact .btn .conf:hover {
	cursor: pointer;
}

.checkbox01-input{
  display: none;
}

.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 15px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #b3d674;
  border-radius: 4px;
}

.checkbox01-input:checked + .checkbox01-parts{
  color: #009a9a;
}

.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 8px;
  width: 10px;
  height: 20px;
  transform: rotate(40deg);
  border-bottom: 3px solid #FF0000;
  border-right: 3px solid #FF0000;
}


/*==========================================================
 フッター
==========================================================*/

footer {
	background-image: url(../img/bg.gif);
}
footer .container {
	max-width: 1200px;
	margin: auto;
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .container .company_info {
	width: 40%;
	position: relative;
}
footer .container h2 {
	font-size: 20px;
	margin: 0 0 5px;
}
footer .container h3 {
	font-size: 14px;
	margin: 20px 0 0;
}
footer .container h3 span {
	font-size: 20px;
	border-bottom: 2px solid #000;
	background-image: url(../img/icon_mail.gif);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left center;
	padding-left: 30px;
}

footer .container p {
	margin: 0;
}
footer .container p span {
	font-size: 14px;
}

footer .container .nav {
	width: 60%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
footer .container .col3 {
	width: 30%;
	margin-left: 20px;
}
footer .container .col3.home {
	width: 15%;
	border-bottom: none;
}
footer .container .col3.home h4 {
	border-bottom: none;
}
footer .container h4 {
	margin: 0 0 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #070067;
}
footer .container h4 a {
	font-size: 16px;
}
footer .container h4 span {
	font-size: 12px;
}
footer .container a {
	font-size: 12px;
	padding: 0;
}

/* SNS */
footer ul.sns_pc {
	justify-content: flex-start;
	align-items: flex-end;
	width: auto;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	transform: none;
}
footer ul.sns_pc li {
	margin-left: 0;
	margin-right: 10px;
}


/*ページトップへ*/
.page-top {
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 40px 0 30px;
}
.page-top p {
	text-align: center;
}

.page-top img {	width: 50px;}

.copyright {
	width: 100%;
	color: #fff;
	font-size: 12px;	
	margin-top: 40px;
}

.pc { display: block; }
.sp { display: none; }
.sp2 { display: none; }




/* 2026.04.27 追記 ------------------------------------------*/
/*h1 {
	padding: 20px;
	background: #83b23c;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
}
.h1 {
	padding: 10px;
	background: url("../img/bg_dot.gif") left top / 15px repeat;
	font-size: 20px;
	font-weight: bold;
}*/
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_40 {
	margin-bottom: 40px;
}
.mb_100 {
	margin-bottom: 100px;
}
.font_20 {
	font-size: 20px;
}
.bold {
	font-weight: bold;
}
.txt_center {
	text-align: center;
}
.wrap {
	display: inline-block;
}
.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.row.just_center {
	justify-content: center;
}
.container .col3_sta h2.eneos {
	margin-bottom: 10px;
	padding: 10px 70px 0 50px;
	font-size: 22px;
	line-height: 1.2;
	position: relative;
}
.container .col3_sta h2.eneos::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url("../img/icon_eneos.gif") left center / contain no-repeat;
	position: absolute;
	top: 2px;
	left: 0;
}
.container .col3_sta h2.eneos a {
	display: block;
	width: 62px;
	margin-left: 8px;
	position: absolute;
	top: 2px;
	right: 0;
}
/* 店舗一覧 */
.ss_name.eneos {
	box-sizing: border-box;
	padding-left: 50px;
	background: url(../img/icon_eneos.gif) left top 2px / 40px no-repeat;
	position: relative;
	font-size: 24px;
    font-weight: bold;
    color: #EA5514;
}
.ss_name.eneos span {
	padding: 0;
	top: 0;
	left: 0;
}
.ss_name.eneos a {
	display: inline-block;
	width: 60px;
	margin-left: 20px;
	position: relative;
	top: 2px;
}
.ss_name.eneos img[class^="icon_"] {
	margin-left: 10px;
	position: relative;
	top: 2px;
}
.ss_name.eneos .icon_carlease {
	width: 40px;
}
/* 店舗詳細 */
.btn_list {
	width: 100%;
	margin-top: 40px;
}
.btn_list a {
	display: block;
	width: 35%;
	margin: 0 10px 10px;
}
.btn_list a img {
	display: block;
}
ul.store_points {
	display: flex;
	flex-wrap: wrap;
}
ul.store_points li {
	margin: 0 10px 10px 0;
}
ul.store_points li p {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	width: auto;
	height: 50px;
	padding: 0 30px 0 70px;
	border: 1px #aaa solid;
	border-radius: 100px;
	background: #f1f8ed;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
}
ul.store_points li p::before {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	left: 25px;
}
ul.store_points li p.icon_wash::before {
	background-image: url("../img/icon_wash.png");
}
ul.store_points li p.icon_coating::before {
	background-image: url("../img/icon_coating.png");
}
ul.store_points li p.icon_approved::before {
	background-image: url("../img/icon_approved.png");
}
ul.store_points li p span {
	display: block;
	width: 100%;
	font-size: .8em;
	font-weight: normal;
}
.service_list .col3 {
	box-sizing: border-box;
	padding-right: 2%;
	border-right: 1px #aaa dashed;
}
.service_list .col3:last-child {
	border-right: none;
}
.service_list .col3 p {
	font-size: 20px;
}
.service_list .col3 a {
	display: block;
	width: 60%;
}
.icon_timy {
	width: 35%!important;
}
.icon_picars {
	width: 50%!important;
}
ul.sns_pc.store {
	justify-content: flex-start;
	position: relative;
	top: 0;
	left: 0;
	transform: none;
}
ul.sns_pc.store li {
	margin: 0 10px 0 0;
}



@media screen and (max-width : 768px){
	.pc { display: none;}
	.sp { display: block;}
	
	.mg_40 {
		margin-bottom: 20px;
	}
	
	iframe {
		margin: auto;
	}
	
	.head_logo {
		width: 70%;
	    margin: 20px 0 20px 20px;
	}

	ul.nav {
		width: 100%;
	}
	
	/* SNS */
	ul.sns_pc {
		display: none;
	}
	nav.globalMenuSp ul {
	    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
	}
	nav.globalMenuSp ul li.sns_sp {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
		padding: 1em 0;
	}
	nav.globalMenuSp ul li.sns_sp a {
		display: block;
		width: 30px;
		height: 30px;
		border-radius: 8px;
		overflow: hidden;
		padding: 0;
	}
	nav.globalMenuSp ul li.sns_sp a:first-child {
		margin-right: 10px;
	}

	.top {
		width: 100%;
		min-width: 0;
		margin-top: 0;
		margin-bottom: 120px;
		background: none;
	}
	.top .frame {
		height: 360px;
	}
	h1 {
		width: calc(100% - 40px);
		padding: 0 20px;
		font-size: 30px;
		top: 20px;
		left: 20px;
		transform: none;
	}
	h1 span {
		margin-top: 0;
		color: #333;
		font-size: min(2.6vw,16px);
		text-shadow: none;
		position: absolute;
		bottom: -340px;
		left: 0;
	}
	.top02 {
		margin: 20px auto;
	}	
	.main_cont {
		padding: 20px;
	}
	.main_cont h2.top_ttl {
		font-size: 14px;
	}
	.main_cont h2.top_ttl span {
		font-size: 24px;
		padding-bottom: 5px;
	}
	.main_cont h5 span{
		font-size: 16px;
	}
	.main_cont p {
		font-size: 14px;
	}
	.container {
		margin: 20px 0;
	}
	.container02 {
		width: 100%;
		margin: 0;
		justify-content: space-between;
	}
	.container .col2 {
		width: 100%;
	}		
	.container .col2 h4 {
		font-size: 16px;
		margin-bottom: 3px;
	}		
	.container .col2 p {
		height: auto;
		margin-bottom: 15px;
	}		
	.container .col3 {
		width: 100%;
		margin-bottom: 20px;
	}		
	.container .col3_2 {
		width: 100%;
	}
	.container .col3_2 .btn_detail {
		margin: 10px 0 30px;
	}
	.container .col3_sta {
		width: 100%;
		margin-bottom: 40px;
	}
	.container .col3_sta h2.drive {
		background-size: 70px;
	}
	.container .col3_sta h2.drive.enejet {
		background-size: 70px,60px;
		background-position: center right, center right 78px;
	}
	.container .col3_sta p.time {
		width: 100%;
		min-height: 0;
	}
	.container .col3_sta .bottom_cont {
		display: block;
		height: auto;
	}

	.reserve {
		width: 45%;
		margin: 20px auto;
	}
	.reserve2 {
		width: 80%;
		margin: 40px auto 10px;
	}
	.ss_title {
		margin: 20px 0 0;
	}
	
	
	.ss_top {
		margin: 20px auto;
	}	
	.ss_name.enejet {
		padding-bottom: 35px;
	}
	.ss_name.enejet span {
		left: 0;
		top: 40px;
	}
	.ss_photo {
		width: 100%;
	}
	.address {
		width: 100%;
		margin-top: 20px;
	}
	.address .ttl {
		padding: 8px 0 2px 40px;
	}
	.address .reserve {
		width: 60%;
		margin: 10px 0 10px 0;
	}
	.address2 {
		width: 100%;
	}
	.address2 .ttl {
		padding: 8px 0 2px 40px;
	}
	.address2 p {
		font-size: 12px!important;
		line-height: 1.8;
		margin: 5px 0 10px;
		height: auto;
	}
	.address2 .factory {
		width: 70%;
	}

	.service {
		width: 45%;
		margin-right: 0;
	}
	.line_id {
		width: 45%;
	}
	.picars {
		width: 45%;
		margin: 0;
	}
	a.btn_detail02 {
		width: 100%;
		margin: 20px auto 40px;
	}

	
	.comp_top01 {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.comp_top01 p {
		margin-top: 30px;
		line-height: 2;
		font-size: 14px;
	}
	.comp_top02 {
		width: 100%;
		height: 300px;
		margin-bottom: 50px;
	}
	table.company th, table.company td {
		width: calc(100% - 30px);
		display: block;
	}
	table.company th {
		width: calc(100% - 30px);
		text-align: left;
	}
	
	
	.container .insp_p {
		width: 100%;
		padding-left: 0;
	}
	.container .insp_text {
		width: 100%;
		margin-top: 10px;
	}
	.container .insp_text .ttl {
		margin-bottom: 20px;
		font-size: 12px!important;
	}
	.container .insp_text .ttl span {
		font-size: 20px;
	}
	.insp_flow {
		width: calc(100% - 40px);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 20px;
		margin-top: 0;
	}
	.bg_green {
		padding: 30px 20px;
		margin: 0 0 10px 0;
	}
	.bg_green:before {
		content: "";
		width: 0;
		height: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 25px solid #fff;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
	}
	.bg_green:after {
		content: "";
		width: 0;
		height: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 25px solid #E2F0DC;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		bottom: -25px;
	}
	
	.bg_green2 {
		padding: 30px 20px;
		margin: 0 0 20px;

	}
	.bg_green2:before {
		content: "";
		width: 0;
		height: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 25px solid #fff;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
	}
	.insp_flow .text {
		width: 100%;
	}
	.insp_flow .text p {
		font-size: 14px;
		font-weight: normal;
		padding-left: 0;
		padding-top: 15px;
	}
	.insp_flow .text p.no01 {
		font-size: 24px;
		padding: 4px 0 4px 55px;
		background-size: contain;
	}
	.insp_flow .text p.no02 {
		font-size: 24px;
		padding: 4px 0 4px 55px;
		background-size: contain;
	}
	.insp_flow .text p.no03 {
		font-size: 24px;
		padding: 4px 0 4px 55px;
		background-size: contain;
	}
	.insp_flow .text p.no04 {
		font-size: 24px;
		padding: 4px 0 4px 55px;
		background-size: contain;
	}
	.insp_flow .text p.tel {
		font-size: 26px;
		margin: 10px 0 0;
		padding: 0;
	}
	.insp_flow .text p.tel span {
		font-size: 18px;
	}
	.insp_flow .reserve_insp {
		width: 100%;
	}
	.insp_flow .photo {
		width: 100%;
		margin-top: 20px;
	}
	
	.bring {
		width: calc(100% - 30px);
		margin: 20px auto 40px;
		padding: 15px;
		justify-content: space-between;
	}
	.bring img {
		width: 80%;
	}
	.bring img.small {
		width: 70%;
	}
	.bring p {
		font-size: 16px;
	}
	.bring span {
		font-size: 12px;
	}
	.bring .insp_ilst {
		width: 60%;
	}
	.bring .insp_ilst2 {
		width: 45%;
	}
	
	table.price th {
	    width: calc(100% - 30px);
		display: block;
	}
	table.price td {
	    width: calc(70% - 30px);
		display: inline-block;
		font-size: 12px;
		padding: 7px 15px;
	}
	table.price td:nth-child(odd) {
	    width: calc(30% - 30px);
		padding: 3px 15px;
	}
	
	.scroll table tr:nth-child(1) td img {
		min-width: 128px;
	}
	.scroll table tr:nth-child(1) p {
	    line-height: 1.2;
	}	
	ul.memo {
		font-size: 12px;
	}

	
	.coat_text {
		width: calc(100% - 30px);
		padding: 0 15px;
		order: 2;
	}
	.coat_text p.ttl {
		font-size: 20px;
		font-weight: bold;
		color: #7EAB3F;
		line-height: 1.6;
		margin: 0 0 10px;
	}
	.coat_text p {
		font-size: 14px;
		line-height: 1.8;
	}
	.coat_text a.btn_detail {
		width: 100%;
	}
    .coat_text .row a.btn_detail {
        width: 49%;
    }
    .coat_text .row a.btn_detail:last-child {
        margin: 10px 0 0;
    }
    .coat_text .row a.btn_detail span {
        left: 20px;
    }
	.coat_ilst {
		width: calc(100% - 30px);
		padding: 0 15px;
		text-align: center;
		order: 1;
		margin-bottom: 20px;
	}
	.coat_ilst img {
		width: 70%;
	}
	
	
	.col2 p.other_srv {
		line-height: 1.6;
	}
	.col2.other {
		order: 1;
	}
	.col2 .reserve {
		margin: 20px auto 0;
	}
	
	
	ul.privacy {
		font-size: 12px;
		line-height: 1.6;
		margin-left: 10px;
	}
	ul li ul.privacy {
		padding-left: 50px;
	}
	ul.privacy ul {
		padding-left: 28px;
		font-size: 12px;
	}

	p.privacy {
		font-size: 12px;
		line-height: 1.6;
	}


	.contact {
		width: 100%;
	}
	.contact table.form {
		width: 100%;
	}
	table.form th {
		width: calc(100% - 20px);
		display: block;
		height: auto;
	}	
	table.form td {
		width: calc(100% - 20px);
		display: block;
	}
	select {
		font-size: 22px;
	}
	label {
		margin-right: 10px;
		font-size: 20px;
	}
	input {
		margin-bottom: 5px;
		font-size: 22px;
	}

	.contact .btn .conf {
		width: 30%;
		font-size: 24px;
	}
		
	
	.recruit_info p {
		margin: 50px auto;
	}
	.recruit_info p a {
		padding-bottom: 5px;
	}
	.recruit_info p span {
		font-size: 30px;
		display: inline-block;
		margin-top: 10px;
	}

	
	
	footer .container {
		padding: 10px 20px;
		width: calc(100% - 40px);
	}
	footer .container .company_info {
		width: 100%;
	}
	footer .container h2 {
		font-size: 20px;
		margin: 0;
	}
	footer .container h3 {
		font-size: 14px;
		margin: 20px 0 0;
	}
	footer .container h3 span {
		background-position: 0 2px;
		padding-bottom: 4px;
	}
	footer .container p {
		font-size: 14px;
	}
	footer .container p span {
		font-size: 12px;
	}
	
	footer .container .nav {
		width: 100%;
		margin-top: 40px;
		justify-content: flex-start;
	}
	footer .container .col3 {
		width: 100%;
		margin-left: 0;
	}
	footer .container .col3.home {
		width: 100%;
		margin-bottom: 0;
	}
	footer .container .col3.home h4 {
		border-bottom: none;
		margin: 0;
		padding-bottom: 5px;
	}
	footer .container h4 {
		margin: 0 0 5px;
		padding-bottom: 2px;
	}
	footer .container h4 a {
		font-size: 16px;
	}
	footer .container h4 span {
		font-size: 12px;
	}
	footer .container a {
		font-size: 14px;
		padding: 0;
	}
	
	/* SNS */
	footer ul.sns_pc {
		display: flex;
		position: relative;
		margin-top: 20px;
	}
	footer ul.sns_pc li a {
		width: 30px;
		height: 30px;
	}

	/*ページトップへ*/
	.page-top {
		background-size: cover;
		padding: 20px 0 10px;
	}
	.page-top img {	width: 50px;}
	
	.copyright {
		font-size: 10px;	
		margin-top: 10px;
	}
	/* 2026.04.27 追記 ------------------------------------------*/
	.mb_10 {
		margin-bottom: 8px;
	}
	.mb_20 {
		margin-bottom: 15px;
	}
	.mb_40 {
		margin-bottom: 30px;
	}
	.mb_100 {
		margin-bottom: 60px;
	}
	.container .col3_sta h2.eneos {
		margin-bottom: 8px;
	}
	/* 店舗一覧 */
	.ss_name.eneos,
	.ss_name.eneos span {
		font-size: 22px;
	}
	/* 店舗詳細 */
	.address {
		order: 2;
	}
	.btn_list {
		margin-top: 20px;
	}
	.btn_list a {
		width: 45%;
		margin: 0 5px 5px;
	}
	ul.store_points li {
		margin: 0 8px 8px 0;
	}
	ul.store_points li p {
		height: 40px;
		padding: 0 25px 0 55px;
		border: 1px #aaa solid;
	}
	ul.store_points li p::before {
		width: 25px;
		height: 25px;
		top: 8px;
		left: 20px;
	}
	.service_list .col3 {
		box-sizing: border-box;
		padding-right: 0;
		border-right: none;
		border-bottom: 1px #aaa dashed;
		padding-bottom: 20px;
	}
	.service_list .col3:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	.service_list .col3 p {
		font-size: 16px;
	}
	.service_list .col3 a {
		width: 200px;
	}
	.icon_timy {
		width: 120px!important;
	}
	.icon_picars {
		width: 160px!important;
	}
	ul.sns_pc.store {
		display: flex;
	}
}

@media screen and (max-width : 460px){
	.sp {display: none;}
	.sp2 { display: block; }
		
	ul.nav {
		width: 100%;
	}
	.top {
		width: 100%;
		min-width: 0;
		margin-top: 0;
		margin-bottom: 80px;
		background: none;
	}
	.top .frame {
		height: 240px;
	}
	h1 {
		width: calc(100% - 20px);
		font-size: 20px;
		top: 10px;
		left: 0;
	}
	h1 span {
		font-size: 12px;
		line-height: 1.6;
		bottom: -230px;
		left: 20px;
	}
	.container .col3 h2 {
		font-size: 18px;
		margin: 5px 0 10px;
	}
	.container .col3 h2 span {
		font-size: 14px;
	}
	.container .col3 p {
		font-size: 12px;
		line-height: 1.6;
	}
	
	.container .col3_sta .factory {
		width: 60%;
	}
	.container .col3_sta h2 {
		font-size: 24px;
	}
	.container .col3_sta p {
		font-size: 14px;
		line-height: 1.4;
		margin: 8px 0;
	}
	
	.reserve {
		width: 70%;
		margin: 20px auto;
	}
	
	.news h2 {
		font-size: 20px;
	}
	.news .cont {
		padding: 10px 10px 2px;
	}
	.news .cont p {
		line-height: 1.8;
	}
	
	/* 2026.04.27 追記 ------------------------------------------*/
	.container .col3_sta h2.eneos {
		margin-bottom: 8px;
		padding: 8px 55px 0 40px;
		font-size: 20px;
	}
	.container .col3_sta h2.eneos::before {
		width: 32px;
		height: 32px;
	}
	.container .col3_sta h2.eneos a {
		width: 48px;
	}
	/* 店舗一覧 */
	.ss_name.eneos {
		padding: 30px 0 0;
		background-size: 32px;
		background-position: left top;
		font-size: 20px;
	}
	.ss_name.eneos.ushimaki {
		padding: 0 0 0 40px;
	}
	.ss_name.eneos span {
		font-size: 20px;
	}
	.ss_name.eneos a {
		width: 48px;
		margin-left: 0;
		position: absolute;
		top: 0;
		left: 35px;
	}
	.ss_name.eneos img[class^="icon_"] {
		margin-left: 0;
		position: absolute;
		top: 0;
	}
	.ss_name.eneos .icon_carlease {
		width: 32px;
		left: 86px;
	}
	/* 店舗詳細 */
	.btn_list {
		margin-top: 20px;
	}
	.btn_list a {
		width: 85%;
		margin: 0 auto 10px;
	}
	ul.store_points li {
		width: 100%;
	}
	ul.store_points li p {
		height: 35px;
		padding: 0 20px 0 50px;
		font-size: 12px;
	}
	ul.store_points li p::before {
		top: 4px;
		left: 15px;
	}
    .service_list .col3 p {
        font-size: 16px;
    }
    
    .coat_text .row a.btn_detail {
        width: 100%;
    }
    .coat_text .row a.btn_detail:nth-child(2),
    .coat_text .row a.btn_detail:last-child {
        margin: 10px 0 0;
    }
    .coat_text .row a.btn_detail span {
        left: 20px;
    }
}





