@charset "UTF-8";
/*
Theme Name: kyoeigas
Theme URI: 
Author: One-X
Author URI: https://one-x.co.jp/
Version: 1.0
*/
/** default setting **********************************************************/
*, *:before, *:after {
	margin: 0; padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 0;
	min-width : 0;
}
body {
	color: #3D3D3D;
	font-size: 16px;
	line-height: 2.0;
	font-family: 'Noto Sans JP', sans-serif;
	background: #fff;
	font-weight: 400;
	width: 100%;
	letter-spacing: 0.03em;
	text-align: center;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	position: relative;
	word-wrap: break-word;
	overflow-x: hidden;
}
.no-scroll { overflow: hidden;}
.en { font-family: "Inter", sans-serif;}
.italic { font-style: italic;}
.auto-ph { word-break: auto-phrase;}

a { color: #1A1311; text-decoration: none; transition-duration: 0.3s;}
a:active { color: #00A1E9; text-decoration: underline;}
a:visited { color: #1A1311;}

h1,h2,h3,h4,h5 { line-height: 1.3; color: #1A1311;}
img { border: none; max-width: 100%; height: auto;}
table,th,td,input,select,textarea { font-size: inherit; font-family: inherit;}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: solid 1px #707070;
	border-left: solid 1px #707070;
	width: 100%;
	margin-bottom: 20px;
}
.entry-body table { width: auto;}
table th {
	padding: 15px;
	background: #f4f4f4;
	border-right: solid 1px #707070;
	border-bottom: solid 1px #707070;
}
table thead th {
	padding: 8px 15px;
	text-align: center;
	white-space: nowrap;
	border-right: solid 1px #707070;
	background: #F8F7F6;
}
table td {
	padding: 15px;
	background: #fff;
	border-bottom: solid 1px #707070;
	border-right: solid 1px #707070;
}
table ul, table ol { margin: 0; padding-left: 1.35rem;}

.bold { font-weight: 700!important;}
.mediumbold { font-weight: 500!important;}
.normalweight { font-weight: 400!important;}
.light { font-weight: 300!important;}
.large { font-size: 18px!important;}
.x-large { font-size: 20px!important;}
.xx-large { font-size: 24px!important;}
.normal { font-size: 16px!important;}
.small { font-size: 12px!important;}
.medium { font-size: 14px!important;}
.lh-18 { line-height: 1.8;}
.lh-15 { line-height: 1.5;}
.lh-12 { line-height: 1.2;}
.lh-1 { line-height: 1;}
iframe { vertical-align: bottom;}
.gmap iframe { width: 100%;}
.w100 { width: 100%;}
.h100 { height: 100%;}
.max-500 { max-width: 500px; margin: 0 auto;}
.max-800 { max-width: 800px; margin: 0 auto;}
.max-950 { max-width: 950px; margin: 0 auto;}
.mb-6 { margin-bottom: 75px;}
.object-cover { object-fit: cover;}
.text-overflow {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.box-shadow-16 { box-shadow: 8px 8px 0 rgb(0,0,0,0.16);}
.grecaptcha-badge { visibility: hidden; }
.bg-green { background-color: #6EBF00;}
.bg-green-round {
	background: #6EBF00;
	border-radius: 40px;
	padding-top: 45px;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
}
.bg-green-round.in-nav {
	margin-top: 100px;
	padding-top: 230px;
}
.bg-green-round.pb-large {
	padding-bottom: 80px;
}
.bg-white-round {
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	padding-top: 40px;
}
.bg-grey {
	background: #F8F7F6;
	padding-top: 50px;
	padding-bottom: 50px;
}

.color-white { color: #fff;}
.color-red { color: #DD0012;}
.color-green { color: #6EBF00;}

/* headline */
.headline-50 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	word-break: auto-phrase;
}
.headline-46 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	word-break: auto-phrase;
}
.headline-30 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	word-break: auto-phrase;
}
.headline-24 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	word-break: auto-phrase;
}
.headline-inen {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
}
.headline-inen .en {
	font-size: 48px;
	font-weight: 700;
	display: block;
}
.headline-blueline {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
	text-align: left;
}
.headline-blueline:before {
	content: "";
	width: 9px;
/*	height: 100%;*/
	min-height: 35px;
	border-radius: 6px;
	background: #00A1E9;
	display: inline-block;
	margin-right: 10px;
	vertical-align: -8px;
}
.headline-copy {
	color: #00A1E9;
	font-size: 18px;
	font-weight: 700;
}
.headline-line {
	font-size: 18px;
	font-weight: 700;
	border-bottom: solid 2px #6EBF02;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-align: left;
}


/* button */
.btn-emergency a {
	display: block;
	width: 150px;
	padding: 8px 0;
	line-height: 1;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 20px;
	text-align: center;
	background: #DD0012;
	position: relative;
	transition-duration: 0.3s;
	box-shadow: 0 2px 0 rgb(0,0,0,0.16);
}
.btn-emergency a:before{
	content: "";
	width: 22px;
	height: 22px;
	background: url(images/icn_attention.png) no-repeat 0% 0% / 100%;
	display: inline-block;
	vertical-align: -5px;
	margin-right: 5px;
}
.btn-emergency a:active {
	color: #fff;
	background-color: #383838;
	text-decoration: none;
}
.btn-blue a {
	display: block;
	width: 250px;
	background: #00A1E9 url(images/icn_arrow.png) no-repeat right 25px center / 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto;
	padding: 22px 45px 22px 28px;
	line-height: 1;
	border-radius: 30px;
	box-shadow: 0 3px 6px rgb(0,0,0,0.16);
	transition-duration: 0.3s;
	text-align: left;
}
.btn-blue a:active {
	color: #fff;
	background-color: #383838;
	text-decoration: none;
}
.btn-bluearrow a {
	font-size: 16px;
	font-weight: 700;
	min-height: 54px;
	position: relative;
	transition-duration: 0.3s;
}
.btn-bluearrow a:after {
	content: "";
	width: 54px;
	height: 54px;
	background: url(images/icn_arrow.png) no-repeat 50% 50% / 10px #00A1E9;
	border-radius: 50%;
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
	transition-duration: 0.3s;
}
.btn-bluearrow a:active {
	color: #383838;
	text-decoration: none;
}
.btn-bluearrow a:active:after { background-color: #383838;}

/* list */
.entry-body ul { list-style: none; padding-left: 0;}
.list-circle li:before,
.entry-body ul li:before {
	content: "●";
	color: #6EBF00;
	display: inline-block;
	margin-right: 5px;
}
.list-circle li { margin-bottom: 10px;}
.list-circle li:last-child { margin-bottom: 0;}
.list-inline {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.list-inline li { margin-bottom: 10px;}
.list-inline li+li { margin-left: 10px;}
.list-inline a {
	color: #3D3D3D;
	width: 160px;
	background: #F8F7F6;
	border-radius: 25px;
	box-shadow: 3px 3px 0 rgb(0,0,0,0.16);
	font-weight: 700;
	padding: 9px 0;
	letter-spacing: 0;
	display: block;
}
.list-circle-no {
	list-style: none;
	counter-reset: number;
}
.list-circle-no li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 10px;
}
.list-circle-no li:last-child { margin-bottom: 0;}
.list-circle-no li:before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	top: 10px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #6EBF00;
	background: #6EBF00;
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
	font-family: "Inter", sans-serif;
	text-align: center;
	line-height: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

/* header */
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 120;
	background: #fff;
	height: 80px;
}
header.active {
	height: 100dvh;
	overflow-y: auto;
}
.header-topmenu {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0px;
	left: 0px;
	padding-left: 15px;
	background: #fff;
	z-index: 90;
}
.header-toggle-menu {
	background:#fff;
	cursor: pointer;
	width: 80px;
	height: 80px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 90;
}
.header-toggle-menu span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 20px;
	height: 5px;
	border-radius: 10px;
	background: #1A1311;
	width: 40px;
}
.header-toggle-menu span:nth-of-type(1) { top: 24px;}
.header-toggle-menu span:nth-of-type(2) { top: 38px;}
.header-toggle-menu span:nth-of-type(3) { top: 53px;}
.header-toggle-menu.active span:nth-of-type(1) {
	top: 30px;
	left: 21px;
	transform: translateY(6px) rotate(-45deg);
	width: 40px;
}
.header-toggle-menu.active span:nth-of-type(2) { opacity: 0;}
.header-toggle-menu.active span:nth-of-type(3){
	top: 43px;
	left: 21px;
	transform: translateY(-6px) rotate(45deg);
	width: 40px;
}
.header-nav {
	background: #F8F7F6;
	padding: 100px 0 0;
	display: none;
}
.header-nav summary,
.header-nav .header-single-menu {
	font-size: 24px;
	font-weight: 700;
	display: block;
	position: relative;
	margin-bottom: 15px;
}
.header-nav .emergency summary {
	color: #DD0012;
}
.header-nav summary:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(images/icn_chevron.png) no-repeat 0 0 / 100%;
	position: absolute;
	right: 15px;
	top: 15px;
}
summary::-webkit-details-marker,
summary::marker { display: none; list-style: none;}
details[open] summary:after { rotate: 180deg;}

.header-nav .sub-menu ul li a,
.header-single-submenu a {
	font-size: 18px;
	font-weight: 500;
	padding: 20px 0 20px 30px;
	display: block;
	line-height: 1.5;
}
.header-nav .header-info .sub-menu ul li a { font-size: 16px;}
.header-foot {
	background: #6EBF00;
	border-radius: 40px 40px 0 0;
	color: #fff;
}
.header-foot .header-foot-title {
	font-size: 24px;
	letter-spacing: 0.1em;
}
.header-foot-contact-title {
	background: #00772D;
	border-radius: 16px;
	font-size: 14px;
	letter-spacing: 0.1em;
	min-width: 130px;
}
.header-foot-tel .tel {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0;
}

@media screen and (max-width: 767px) {
	.header-logo { width: 250px;}
}

/* main */
main { padding-top: 80px;}
section { margin-bottom: 50px;}

/* index */
.mainvisual {
	padding-right: 12px;
	position: relative;
}
.mainvisual .slider {
	position: relative;
	border-radius: 0 60px 60px 0;
	overflow: hidden;
}
.mainvisual .slider:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #BFBFBF;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.mainvisual .slider img {
	width: 100%;
	height: 520px;
	object-fit: cover;
}
.slick-dots {
	width: 10px;
		margin: 0;
		position: absolute;
		right: 20px;
		top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 11;
}
.slick-dots li {
		width: 10px;
		height: 10px;
		background-color: #1A1311;
		border-radius: 50%;
		margin-bottom: 10px;
		cursor: pointer;
		opacity: 0.45;
	list-style-type: none;
}
.slick-dots li.slick-active,
.slick-dots li:hover { opacity: 1;}
.slick-dotsp li:last-child { margin-bottom: 0;}
.dslick-dots li button {
		display: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		padding: 0;
		border: none;
		background-color: transparent;
}
.slick-dots li button:before { display: none;}
.slick-dotted.slick-slider { margin-bottom: 0;}
.mv-txt {
	color: #fff;
	word-break: auto-phrase;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	padding: 0 60px 0 15px;
	animation: fadeIn 3.0s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.mv-txt .main-copy { font-size: 30px;}
.mv-txt .sub-copy { font-size: 15px;}
@keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
.index-news {
	margin-top: -35px;
	position: relative;
	z-index: 15;
}
.index-news-inner {
	border: solid 1px #6EBF00;
	border-radius: 6px;
	overflow: hidden;
	max-width: 80vw;
}
.index-news-inner .info-title {
	background: #6EBF00;
	color: #fff;
	font-size: 18px;
}
.index-news-inner .info-txt {
	background: #fff;
}
.info-category a {
	display: block;
	background: #F8F7F6;
	border-radius: 14px;
	width: 100px;
	text-align: center;
	transition-duration: 0.3s;
	padding: 3px 0;
}
.info-category a:active {
	background: #3D3D3D;
	color: #fff;
	text-decoration: none;
}
.info-more a {
	color: #6EBF00;
}
.info-more a:after {
	content: "»";
	color: #6EBF00;
	display: inline-block;
	margin-left: 5px;
}
@media screen and ( max-width: 767px ) {
	.index-news { background: url(images/icn_scroll.png) no-repeat right 20px bottom 20px / 17px;}
}
.index-service-box {
	background: #fff;
	box-shadow: 8px 8px 0 rgb(0,0,0,0.10);
	padding-bottom: 15px;
}
.red-tooltip {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 750px;
	margin-bottom: 23px;
	padding: 16px;
	border: 1px solid #cc0110;
	border-radius: 15px;
	background-color: #fff;
	line-height: 1.5;
	font-size: 18px;
	word-break: auto-phrase;
}
.red-tooltip::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 23px 14px 0 14px;
	border-color: #cc0110 transparent transparent;
	translate: -50% 100%;
}
.red-tooltip::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 21.1px 12.8px 0 12.8px;
	border-color: #ffffff transparent transparent;
	translate: -50% 100%;
}
.contact-details {
	border: solid 1px #BEBEBE;
	line-height: 1.4;
}
.contact-details h2 {
	background: #6EBF00;
	margin: -1px -1px 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	padding: 14px;
}
.contact-details .row .col-md-6:first-child {
	border-bottom: solid 1px #BEBEBE;
}
.contact-detail-title {
	font-size: 24px;
	font-weight: 700;
}
.contact-detail-title span {
	font-size: 17px;
	display: block;
}
.contact-detail-time {
	background: #6EBF00;
	font-size: 12px;
	color: #fff;
	width: 100px;
	padding: 3px 0;
	text-align: center;
	margin: 0 auto;
	border-radius: 19px;
}
.contact-detail-tellink {
	font-size: 37px;
	font-weight: 600;
}
.contact-detail-tellink::before {
	content: "";
	width: 43px;
	height: 24px;
	background: url(images/icn_freedial.png) no-repeat 50% 50% / 100%;
	display: inline-block;
	margin-right: 5px;
}
.page-nav {
	margin-top: -280px;
	gap: 15px;
	margin-bottom: 40px;
}
.page-nav li {
	width: 100px;
}
.page-nav li a {
	display: block;
	background: #F8F7F6;
	border-radius: 15px;
	font-size: 12px;
	font-weight: 500;
	padding: 70px 0 10px;
	box-shadow: 6px 6px 0 rgb(0,0,0,0.16);
}
.page-nav li.icn-lpgas a { background: url(images/icn_lp.png) no-repeat 50% 7px / 24px #F8F7F6;}
.page-nav li.icn-kaisen a { background: url(images/icn_lp_conro.png) no-repeat 50% 17px / 50px #F8F7F6;}
.page-nav li.icn-price a { background: url(images/icn_price.png) no-repeat 26px 22px / 58px #F8F7F6;}
.page-nav li.icn-pay a { background: url(images/icn_pay.png) no-repeat 26px 13px / 54px #F8F7F6;}
.page-nav li.icn-faq a { background: url(images/icn_faq.png) no-repeat 50% 18px / 45px #F8F7F6;}
.page-nav li.icn-sl-conro a { background: url(images/icn_sl_conro.png) no-repeat 50% 14px / 54px #F8F7F6;}
.page-nav li.icn-sl-lease a { background: url(images/icn_sl_lease.png) no-repeat 50% 14px / 60px #F8F7F6;}
.page-nav li.icn-sl-repair a { background: url(images/icn_sl_repair.png) no-repeat 50% 14px / 48px #F8F7F6;}
.page-nav li.icn-em-alert a { background: url(images/icn_em_alert.png) no-repeat 50% 21px / 46px #F8F7F6;}
.page-nav li.icn-em-tel a { background: url(images/icn_em_tel.png) no-repeat 50% 23px / 46px #F8F7F6;}
.page-nav li.icn-em-car a { background: url(images/icn_em_car.png) no-repeat 50% 21px / 50px #F8F7F6;}
.list-large-no { list-style: none; counter-reset: number;}
.list-large-no li {
	position: relative;
	padding-top: 32.5px;
}
.list-large-no li:before {
	counter-increment: number;
	content: counter(number);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 3px #00A1E9;
	background: #fff;
	color: #00A1E9;
	font-size: 35px;
	font-weight: 500;
	font-family: "Inter", sans-serif;
	position: absolute;
	top: 0;
	left: calc( 50% - 32.5px );
}
.list-large-no li .list-circle-no li {
	padding: 0 0 0 1.5em;
	margin-bottom: 10px;
}
.list-large-no li .list-circle-no li:before {
	top: 10px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #6EBF00;
	background: #6EBF00;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	display: inline-flex;
}
.list-large-no li .bg-grey { padding-top: 50px;}
.lp-tbl-box { margin-top: -15px;}
.pay-list .bg-grey { padding: 188px 0 20px;}
.pay-list .bg-grey.icn-lp-kouza { background: url(images/icn_lp_kouza.png) no-repeat 50% 50px / 103px #F8F7F6;}
.pay-list .bg-grey.icn-lp-credit { background: url(images/icn_lp_credit.png) no-repeat 50% 65px / 106px #F8F7F6;}
.pay-list .bg-grey.icn-lp-conveni { background: url(images/icn_lp_conveni.png) no-repeat 50% 63px / 99px #F8F7F6;}
.faq-list .summary {
	font-size: 18px;
	font-weight: 700;
	position: relative;
	line-height: 1.5;
	padding: 5px 40px 0 50px;
}
.faq-list .summary:before {
	content: "Q";
	width: 40px;
	height: 40px;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	background: #00A1E9;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-family: "Inter", sans-serif;
	position: absolute;
	top: -3px;
	left: 0;
}
.faq-list .summary:after {
	content: "";
	width: 30px;
	height: 30px;
	background: url(images/icn_faq_close.png) no-repeat 50% 50% / 30px;
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
}
.faq-list details[open] .summary:after { rotate: 45deg;}
.faq-list .sub-menu {
	margin-top: 15px;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
}
.bg-grey.top-green {
	padding-top: 90px;
	margin-top: -87px;
	position: relative;
	z-index: 0;
}
.page-emergency {
	margin-top: -44px;
	z-index: 2;
	position: relative
}
.white-inner-box {
	background: #fff;
	position: relative;
	z-index: 2;
	margin-top: -87px;
	box-shadow: 0 3px 6px rgb(0,0,0,0.16);
	border-radius: 24px;
	padding: 20px;
}
.company-tbl { border: none;}
.company-tbl th,
.company-tbl td {
	padding: 15px 0;
	border: none;
	background-color: transparent;
	vertical-align: top;
}
.company-tbl th { min-width: 90px;}
.info-list .thumb img {
	width: 100%;
	height: 255px;
	object-fit: cover;
}
.info-list .category a {
	display: block;
	min-width: 100px;
	background: #F8F7F6;
	border-radius: 14px;
	padding: 5px 0 6px;
	line-height: 1;
	text-align: center;
}
.info-list .category a:active {
	background: #3D3D3D;
	color: #fff;
	text-decoration: none;
}
.pagenation .link-prev:before {
	content: "";
	width: 24px;
	height: 24px;
	background: url(images/icn_next.png) no-repeat 50% 50% / auto 100%;
	display: inline-block;
	rotate: 180deg;
	vertical-align: middle;
	margin-right: 10px;
}
.pagenation .link-next:after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(images/icn_next.png) no-repeat 50% 50% / auto 100%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.carb-box {
	width: 100%;
	font-size: 22px;
	font-weight: 700;
	border: solid 3px #6EBF00;
	box-shadow: 8px 8px 0 rgb(0,0,0,0.10);
	border-radius: 53px;
	padding: 15px 0;
}

#sec01,#sec02,#sec03,#sec04,#sec05,#sec02-1,#sec02-2,#contact { padding-top: 100px; margin-top: -100px;}





.breadcrumbs {
	color: #383838;
	margin-bottom: 40px;
}
.breadcrumbs a { color: #383838;}
.breadcrumb li+li:before {
	content: ">";
	display: inline-block;
	margin: 0 5px;
	vertical-align: 0;
}
.breadcrumb img {
	vertical-align: -1px;
}
.pagenation .wp-pagenavi {
	display: flex;
	justify-content: flex-end;
	font-family: "Inter", sans-serif;
}
.pagenation .wp-pagenavi li {
	list-style: none;
	border-left: none;
}
.pagenation .wp-pagenavi span.current {
	font-weight: bold;
	background: #6EBF00;
	color: #fff;
}
.pagenation .wp-pagenavi span.extend { display: none;}
.pagenation .wp-pagenavi span,
.pagenation .wp-pagenavi a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	width: 44px;
	height: 44px;
	transition-duration: 0.3s;
	border-radius: 50%;
}
.pagenation .wp-pagenavi li:last-child { display: none;}
.pagenation .wp-pagenavi li.pages { display: none;}

.pagenation .wp-pagenavi a.prev,
.pagenation .wp-pagenavi a.next {
	text-indent: -9999px;
	background: url(images/icn_next.png) no-repeat 50% 50% / auto 20px;
}
.pagenation .wp-pagenavi a.prev {
	rotate: 180deg;
}
.pagenation .wp-pagenavi a:active {
	opacity: 0.8;
	text-decoration: none;
}

/* contact */
.btn-contact-open {
	width: 250px;
	background: #fff;
	border: solid 3px #6EBF00;
	box-shadow: 0 3px 6px rgb(0,0,0,0.16);
	padding: 10px 0;
	border-radius: 45px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
}
.btn-contact-open:after {
	content: "";
	width: 16px;
	height: 16px;
	background: url(images/icn_chevron.png) no-repeat 50% 50% / 100%;
	display: block;
	position: absolute;
	right: 20px;
	top: calc( 50% - 8px);
}
.btn-contact-open.active:after {
	rotate: -180deg;
}
.contact-form-block { display: none;}
.contact-form select,
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form textarea {
	background: #fff;
	border: solid 1px #BEBEBE;
	width: 100%;
	padding: 10px;
	transition-duration: 0.3s;
	-webkit-appearance: none;
	appearance: none;
}
.contact-form select:focus,
.contact-form input[type=text]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
	border-radius: 4px;
}
.contact-form select,
.contact-form .select-box {
	max-width: 360px;
	position: relative;
	background: transparent;
}
.contact-form select { z-index: 2;}
.contact-form .select-box:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.contact-form .select-box:after {
	content: "";
	width: 42px;
	height: 100%;
	background: url(images/icn_select.png) no-repeat 50% 50% / 100% #383838;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.contact-form input#your-name,
.contact-form input#your-kana {
	max-width: 360px;
}
.contact-form input#zip-code { max-width: 160px;}
.contact-form input#your-tel { max-width: 360px;}
.contact-form input#your-address,
.contact-form textarea {
	max-width: 100%;
}
.contact-form .btns { text-align: center;}
.contact-form .btns div { vertical-align: top;}
.contact-form .contact-label {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contact-form .require {
	color: #fff;
	background: #BA0000;
	font-size: 14px;
	line-height: 1;
	padding: 5px 10px 7px;
	border-radius: 14px;
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
}
.contact-form textarea { height: 260px;}
label { cursor: pointer;}
form.sent .contact-form { display: none;}
::-webkit-input-placeholder { color:#D8D8D8;}
:-ms-input-placeholder { color:#D8D8D8;}
::placeholder{ color:#D8D8D8;}
.contact-form input[type=submit] {
	display: block;
	width: 250px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto;
	padding: 22px 0;
	line-height: 1;
	border: none;
	border-radius: 30px;
	background: #00A1E9;
	box-shadow: 0 3px 6px rgb(0,0,0,0.16);
	transition-duration: 0.3s;
	text-align: center;
}
.contact-form input[type=reset]:active {
	background: #383838;
	color: #fff;
	text-decoration: none;
}
.contact-form input[type="checkbox"] {
	position: relative;
	width: 20px;
	height: 20px;
	border: 2px solid #000;
	background: #fff;
	vertical-align: -3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contact-form .wpcf7-list-item-label { padding-left: 5px;}
input[type="checkbox"]:checked:before {
	position: absolute;
	top: 1.5px;
	left: 5px;
	transform: rotate(50deg);
	width: 6px;
	height: 10px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	content: '';
	z-index: 3;
}
.contact-form p { margin-bottom: 0;}
.contact-policy {
	border: solid 1px #BEBEBE;
	background: #fff;
	width: 100%;
	height: 270px;
	overflow-y: auto;
	padding: 15px;
	line-height: 1.8;
}
.contact-policy h2 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 700;
}
.contact-policy h3 {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 700;
}
/* footer */
footer {
	padding: 15px 0 85px;
}

#pagetop a {
	position: fixed;
	bottom: 85px;
	right: 15px;
	z-index: 100;
	width: 74px;
	height: 74px;
	background: url(images/icn_arrow.png) no-repeat 50% 50% / 13px #00A1E9;
	rotate: -90deg;
	text-indent: -9999px;
	border-radius: 50%;
	cursor: pointer;
	transition-duration: 0.3s;
}
.fixed-menu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #00772D;
	text-align: center;
	line-height: 1.4;
	padding: 10px 0;
}
.fixed-menu a {
	color: #fff;
	background: #00772D;
	font-size: 13px;
	display: block;
	width: 100%;
	padding: 36px 0 0px;
}
.fixed-menu div.col:nth-child(1) a { background: url(images/icn_attention_sp.png) no-repeat 50% 4px / 26px #00772D;}
.fixed-menu div.col:nth-child(2) a { background: url(images/icn_conro.png) no-repeat 50% 2px / 29px #00772D;}
.fixed-menu div.col:nth-child(3) a { background: url(images/icn_mail_sp.png) no-repeat 50% 5px / 27px #00772D;}
.fixed-menu a:active {
	background-color: #383838;
	text-decoration: none;
}
.fixed-menu div+div {
	border-left: solid 1px #fff;
}
/* SMALL SP ********************************************************/
@media screen and ( max-width: 360px ) {
	.list-inline a { width: 140px; font-size: 14px;}
	.header-logo img { max-width: 210px;}
	.contact-detail-title { font-size: 21px;}
	.contact-detail-tellink { font-size: 35px;}
}
/* TABLET **********************************************************/
@media ( min-width: 768px ) {
	.btn-emergency { margin-right: 90px;}
	.bg-green-round {
		border-radius: 60px;
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.bg-green-round.pb-large { padding-bottom: 130px;}
	.bg-grey {
		background: #F8F7F6;
		padding-top: 75px;
		padding-bottom: 60px;
	}
	.bg-grey.top-green {
		padding-top: 188px;
		margin-top: -133px;
	}

	.header-nav { padding: 110px 0 0;}
	section { margin-bottom: 60px;}
	.breadcrumbs { margin-bottom: 100px;}

	/* index */
	.mv-txt { padding-left: 50px;}
	.mv-txt .main-copy { font-size: 40px;}
	.mv-txt .sub-copy { font-size: 20px;}
	.index-news { margin-top: -15px;}
	.index-news-inner { max-width: 85vw;}
	.red-tooltip {
		font-size: 20px;
		line-height: 2.0;
		padding: 20px;
	}
	.page-emergency { margin-top: -75px;}
	.white-inner-box { margin-top: -130px;}
	.info-list .thumb img { height: 150px;}

	footer { padding: 28px 0;}
	#pagetop a { bottom: 15px;}
}

@media ( min-width: 768px ) and ( max-width: 1020px ) {
}
/* TABLET LANDSCAPE ***********************************************/
@media ( min-width: 1024px ) {

	.headline-50 { font-size: 50px; margin-bottom: 90px;}
	.headline-46 { font-size: 46px;}
	.headline-30 { font-size: 30px;}
	.headline-copy { font-size: 24px;}
	.headline-inen .en { font-size: 65px;}

	header { height: 100px;}
	.header-topmenu { height: 100px;}
	.header-toggle-menu {
		width: 100px;
		height: 100px;
	}
	.header-toggle-menu span {
		left: 30px;
	}
	.header-toggle-menu span:nth-of-type(1) { top: 33px;}
	.header-toggle-menu span:nth-of-type(2) { top: 48px;}
	.header-toggle-menu span:nth-of-type(3) { top: 62px;}
	.header-toggle-menu.active span:nth-of-type(1) {
		top: 40px;
	}
	.header-toggle-menu.active span:nth-of-type(2) { opacity: 0;}
	.header-toggle-menu.active span:nth-of-type(3){
		top: 53px;
	}
	.header-foot-title { font-size: 30px;}
	.header-foot-mail a {
		display: block;
		width: 50px;
		height: 50px;
		background: #fff url(images/icn_mail.png) no-repeat 50% 50% / 22px;
		border-radius: 50%;
		text-indent: -9999px;
	}
	.header-foot-mail a:active {
		background: #1A1311 url(images/icn_mail_w.png) no-repeat 50% 50% / 22px;
	}
	.header-foot-address {
		width: calc(100% - 290px );
	}
	main { padding-top: 100px;}

	/* index */
	.mainvisual { padding-right: 55px;}
	.mainvisual:after {
		content: "";
		width: 20px;
		height: 111px;
		background: url(images/icn_scroll.png) no-repeat 50% 50% / 100%;
		position: absolute;
		right: 15px;
		bottom: 0;
	}
	.mainvisual .slider img{ height: 600px;}
	.mv-txt .main-copy { font-size: 50px;}
	.mv-txt .sub-copy { font-size: 25px;}
	.contact-details h2 { font-size: 32px;}
	.contact-details .row .col-md-6:first-child {
		border-bottom: none;
		border-right: solid 1px #BEBEBE;
	}
	.bg-green-round.in-nav {
		margin-top: 120px;
		padding-top: 175px;
	}
	.page-nav {
		margin-top: -230px;
		margin-bottom: 90px;
		gap: 30px;
	}
	.page-nav li { width: 140px;}
	.page-nav li a { padding: 97px 0 15px; font-size: 14px;}
	.page-nav li.icn-lpgas a { background-position: 50% 19px; background-size: 32px;}
	.page-nav li.icn-kaisen a { background-position: 50% 24px; background-size: 71px;}
	.page-nav li.icn-price a { background-position: 50% 35px; background-size: 73px;}
	.page-nav li.icn-pay a { background-position: 37px 23px; background-size: 75px;}
	.page-nav li.icn-faq a { background-position: 50% 26px; background-size: 56px;}
	.page-nav li.icn-sl-conro a { background-position: 50% 25px; background-size: 66px;}
	.page-nav li.icn-sl-lease a { background-position: 50% 24px; background-size: 73px;}
	.page-nav li.icn-sl-repair a { background-position: 50% 29px; background-size: 53px;}
	.page-nav li.icn-em-alert a { background-position: 50% 26px; background-size: 58px;}
	.page-nav li.icn-em-tel a { background-position: 50% 27px; background-size: 58px;}
	.page-nav li.icn-em-car a { background-position: 50% 22px; background-size: 63px;}
	.contact-detail-time { font-size: 16px; width: 130px; margin: 0 15px 0 0;}
	.contact-detail-title { font-size: 30px;}
	.contact-detail-title span { font-size: 24px;}
	.contact-detail-tellink { font-size: 48px;}
	.contact-detail-tellink:before{ width: 54px; height: 31px;}
	.list-large-no li {
		padding-top: 40px;
	}
	.list-large-no li:before {
		width: 80px;
		height: 80px;
		border-radius: 50%;
		font-size: 45px;
		left: calc( 50% - 40px );
	}
	.list-large-no li .bg-grey {
		padding-top: 50px;
	}
	.lp-tbl th { width: 345px;}
	.info-list .thumb img { height: 200px;}
}

/* DESKTOP *******************************************************/
@media ( min-width: 1280px ) {
	a:hover {
		color: #00772D;
		text-decoration: none;
	}
	a[href^="tel:"] { pointer-events: none;}
	a[href^="tel:"]:hover { text-decoration: none;}
	.header-toggle-menu:hover,
	.pagenation .wp-pagenavi a:hover,
	a:hover img {
		opacity: 0.7;
		transition-duration: 0.5s;
	}
	.btn-emergency a:hover,
	.btn-blue a:hover,
	.contact-form input[type=submit]:hover,
	#pagetop a:hover {
		color: #fff;
		background-color: #383838;
		text-decoration: none;
	}
	.btn-bluearrow a:hover {
		color: #383838;
		text-decoration: none;
	}
	.btn-bluearrow a:hover:after { background-color: #383838;}
	.header-foot-contact-title { padding: 5px 0; border-radius: 24px;}
	.header-foot-mail a:hover {
		background: #383838 url(images/icn_mail_w.png) no-repeat 50% 50% / 22px;
	}

	.page-nav li a:hover { color:#fff; background-color: #383838;}
	.page-nav li.icn-lpgas a:hover { background-image: url(images/icn_lp_w.png);}
	.page-nav li.icn-kaisen a:hover { background-image: url(images/icn_lp_conro_w.png);}
	.page-nav li.icn-price a:hover { background-image: url(images/icn_price_w.png);}
	.page-nav li.icn-pay a:hover { background-image: url(images/icn_pay_w.png);}
	.page-nav li.icn-faq a:hover { background-image: url(images/icn_faq_w.png);}
	.page-nav li.icn-sl-conro a:hover { background-image: url(images/icn_sl_conro_w.png);}
	.page-nav li.icn-sl-lease a:hover { background-image: url(images/icn_sl_lease_w.png);}
	.page-nav li.icn-sl-repair a:hover { background-image: url(images/icn_sl_repair_w.png);}
	.page-nav li.icn-em-alert a:hover { background-image: url(images/icn_em_alert_w.png);}
	.page-nav li.icn-em-tel a:hover { background-image: url(images/icn_em_tel_w.png);}
	.page-nav li.icn-em-car a:hover { background-image: url(images/icn_em_car_w.png);}
	.mv-txt { padding-left: 110px;}
	.info-list .thumb img { height: 255px;}
}


