@charset "UTF-8";
/* reset */
*,*::before,*::after{box-sizing: border-box;outline: none;}html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}body{line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}nav ul{list-style:none;}blockquote, q{quotes:none;}blockquote:before, blockquote:after,q:before, q:after{content:''; content:none;}a{margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent;}input,button,select,textarea{-webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: none; border-radius: 0; font: inherit; outline: none;}textarea{resize: vertical;}input[type='checkbox'],input[type='radio']{display: none;}input[type='submit'],input[type='button'],label,button,select{cursor: pointer;}select::-ms-expand{display: none;}

/* set */
html, body {
    width:100%;
}
html{
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 62.5%;
}
body {
    font-family: 'Noto Sans JP',"游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.75;
    color: #000;
    height:100%;
    -webkit-text-size-adjust: 100%;
	font-size: 1.6rem;
}

a {
    text-decoration:none;
    color:inherit;
    /*transition:.3s;*/
}
a img {
    /*transition:.3s;*/
}


li {list-style-type: none;}
img {max-width:100%; height:auto;}
table {border-collapse:collapse; border-spacing:0;}
select {vertical-align:middle;}

p {
    margin-bottom:30px;
}
p:last-child {
	margin-bottom: 0;
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

@media screen and (max-width: 834px) {
	body {
		font-size: 1.45rem;
	}
	p {
		margin-bottom: 20px;
	}
}


/*
------------------------------------------------------------------------------------------------------------------------
common
------------------------------------------------------------------------------------------------------------------------
*/
.wrap {
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}
@media screen and (max-width: 834px) {
	.wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.in834 {
	display: none;
}
@media screen and (max-width: 834px) {
	.in834 {
		display: block;
	}
	br.in834 {
		display: inline-block;
	}
	.out835 {
		display: none;
	}
}
.in760 {
	display: none;
}
@media screen and (max-width: 760px) {
	.in760 {
		display: block;
	}
	br.in760 {
		display: inline-block;
	}
	.out761 {
		display: none;
	}
}

.ubl-ttl {
	text-align: center;
	margin: 0 0 30px;
	font-weight: 900;
	font-size: 3.8rem;
	line-height: 1.4;
	position: relative;
	padding-bottom: 25px;
}
.ubl-ttl span {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
}
.ubl-ttl:after {
	content: "";
	width: 60px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #cc2c12;
}
@media screen and (max-width: 834px) {
	.ubl-ttl {
		font-size: 2.8rem;
	}
	.ubl-ttl span {
		font-size: 1.4rem;
	}
}

/*
------------------------------------------------------------------------------------------------------------------------
header
------------------------------------------------------------------------------------------------------------------------
*/
#header {
	background: #d3390a;
	color: #fff;
	height: 80px;
	position: relative;
}
#header .left {
	position: absolute;
	top: 13px;
	left: 85px;
}
#header .left a {
	display: flex;
	align-items: center;
}
#header .left .logo {
	line-height: 0;
	margin: 0 10px 0 0;
}
#header .left .area {
	font-size: 1.6rem;
	line-height: 30px;
	font-weight: 700;
	padding: 0 0 0 10px;
	border-left: 1px solid #fff;
}
#header .right {
	position: absolute;
	top: 28px;
	right: 60px;
	display: flex;
}
#header .right li {
	margin: 0 28px 0 0;
}
#header .right li:last-child {
	margin: 0;
}
#header .right li:last-child .out835 {
	display: inline;
}
#header .right li a img,#header .right li a span {
	vertical-align: middle;
}
#header .right li a img {
	margin: 0 10px 0 0;
}
#header .right li a span {
	font-size: 1.5rem;
	font-weight: 700;
}

@media screen and (max-width: 834px) {
	#header .left {
		left: 10px;
	}

	#header .right {
		right: 10px;
		top: 25px;
	}
	#header .right li {
		margin: 0 15px 0 0;
	}
	#header .right li:last-child .out835 {
		display: none;
	}
	#header .right li:last-child .in834 {
		display: inline;
	}
	#header .left .area {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 580px) {
	#header {
		height: 68px;
	}
	#header .right {
		display: none;
	}
	#header .left .logo img {
		width: 100px;
	}
}

/*
------------------------------------------------------------------------------------------------------------------------
foot
------------------------------------------------------------------------------------------------------------------------
*/
#foot,.small {
	background: #d3390a;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 36px 0;
	text-align: center;
}
@media screen and (max-width: 834px) {
	#foot,.small {
		padding: 20px 0;
	}
}

/*
------------------------------------------------------------------------------------------------------------------------
lp
------------------------------------------------------------------------------------------------------------------------
*/
#lp {
	overflow: hidden;
}

/* メインビジュアル */
#lp .mv_wrap {
	position: relative;
}
#lp .mv_wrap .mv {
	line-height: 0;
	background: #f2c223;
}
#lp .mv_wrap .mv img {
	width: 100%;
}
#lp .mv_wrap .nav {
	position: absolute;
	bottom: 5.5vw;
	left: 0;
	right: 0;
}
@media screen and (max-width: 834px) {
	#lp .mv_wrap .nav {
		position: static;
	}
}

/* ナビゲーション */
.nav {
	background: #f7c222;
	position: relative;
	z-index: 2;
}
.nav .inner {
	max-width: 820px;
	padding: 15px 30px 15px 176px;
	position: relative;
	margin: 0 auto;
	display: flex;
}
.nav .inner .people {
	position: absolute;
	left:0;
	bottom: 0;
}
.nav .inner a {
	display: block;
	width: calc(calc(100% - 14px) / 2);
	background: #cc2c12;
	color: #fff;
	padding: 13px 20px;
	margin: 0 14px 0 0;
	border-radius: 5px;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
}
.nav .inner a:nth-child(3) {
	margin: 0;
}
.nav .inner a img,.nav .inner a span{
	vertical-align: middle;
}
.nav .inner a img {
	margin: 0 10px 0 0;
}
.nav .inner a span.out835{
	display: inline;
}
@media screen and (min-width: 835px) {
	.nav .inner a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 834px) {
	.nav {
		padding: 15px 0;
	}
	.nav .inner {
		padding: 0 7px 0 40px;
	}
	.nav .inner a {
		font-size: 1.4rem;
		padding: 4px 10px 5px;
		margin: 0 7px 0 0;
		border-radius: 5px;
		position: relative;
		z-index: 2;
	}
	.nav .inner a:nth-child(2) img{
		height: 19px;
		width: auto;
	}
	.nav .inner a:last-child img{
		height: 20px;
		width: auto;
	}
	.nav .inner a span.out835{
		display: none;
	}
	.nav .inner a span.in834{
		display: inline;
	}
	.nav .inner .people {
		bottom: -15px;
		width: 126px;
	}
}

/* ナビゲーション 固定切り替え */
.nav.fix {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000000;
	transform: translate(0,153px);
	transition: .5s;
}
.nav.fix.scroll {
	transform: translate(0,0);
}
.nav.fix.footfix {
	position: static;
}

/* メインコンテンツ */
#lp .contents_wrap {
	background: #f2c223;
}
#lp .contents {
	position: relative;
	margin-top: -5.5vw;
	padding: 30px 0 110px;
}
#lp .contents:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url("../img/contents-bg.png") no-repeat;
	background-position: top center;
	background-size: 100%;
	width: 100%;
	height: 49.18vw;
}
#lp .contents .wrap {
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 834px) {
	#lp .contents {
		margin-top: 0;
		padding: 30px 0 70px;
	}
}

/* 交換チェックシート */
#lp .check {
	border-radius: 5px;
	border: 5px solid #fff;
	background: #d3390a;
	padding: 28px 50px 50px;
	position: relative;
	box-shadow: 0 0 32px rgba(0,0,0,0.38);
	margin: 0 0 55px;
}
#lp .check:before {
	content: "";
	background: url("../img/check-bg.png") no-repeat;
	background-position: center;
	background-size: 256px;
	width: 256px;
	height: 222px;
	position: absolute;
	top: 49px;
	right: 35px;
}
#lp .check .ubl-ttl,#lp .check .lead,#lp .check dl {
	position: relative;
	z-index: 2;
}
#lp .check .ubl-ttl {
	color: #fff;
}
#lp .check .ubl-ttl:after {
	background: #fff;
}
#lp .check .lead {
	background: #000;
	color: #fff;
	font-size: 3.0rem;
	font-weight: 700;
	font-style: italic;
	padding: 5px 20px;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 30px;
}
#lp .check .lead span {
	color: #fff000;
}
#lp .check dl {
	border-top: 1px solid #ffffff;
}
#lp .check dl dt {
	float: left;
	clear: both;
	padding: 14px 0 13px;
}
#lp .check dl dt span {
	width: 75px;
	height: 34px;
	line-height: 34px;
	display: block;
	border-radius: 3px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 900;
	background: #f7c222;
}
#lp .check dl dd {
	padding: 12px 0 12px 98px;
	font-size: 2.1rem;
	font-weight: 700;
	color: #fff;
	border-bottom: 1px solid #ffffff;
	line-height: 1.75;
}
#lp .check dl dd span {
	color: #ffe400;
}
@media screen and (max-width: 834px) {
	#lp .check {
		padding: 28px 20px 40px;
		margin: 0 0 40px;
	}
	#lp .check::before {
		background-size: 180px !important;
		width: 180px;
        height: 156px;
		top: 56px;
        right: 15px;
	}
	#lp .check .lead {
		font-size: 2.0rem;
		padding: 5px 12px;
	}
	#lp .check dl dt span {
		font-size: 1.3rem;
		height: 29px;
		line-height: 29px;
	}
	#lp .check dl dd {
		font-size: 1.8rem;
	}

	#lp .check .ubl-ttl {
		font-size: 2.4rem;
	}
}

/* オイル交換料金 */
#lp .price {
	background: #ffefba;
	border-radius: 20px;
	padding: 35px 30px 60px;
	margin: 0 0 60px;
}
#lp .price .table-wrap {
	max-width: 800px;
	margin: 0 auto;
	overflow: auto;
}
/*#lp .price .table-wrap table {
	width: 800px;
}*/
#lp .price .table-wrap table tr {
	border-bottom: 2px solid #fff;
}
#lp .price .table-wrap table tr th,#lp .price .table-wrap table tr td {
	vertical-align: middle;
	padding: 23px 0;
}
#lp .price .table-wrap table tr:first-child {
	border-bottom: none;
}
#lp .price .table-wrap table tr:first-child th {
	padding-bottom: 18px;
}
#lp .price .table-wrap table tr:first-child th span {
	display: inline-block;
	border-radius: 50px;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	position: relative;
}
#lp .price .table-wrap table tr:first-child th span:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 5px solid transparent;
	border-left: 9px solid #7a0;
	transform: rotate(90deg);
	margin: 0 auto;
}
#lp .price .table-wrap table tr:first-child th:nth-child(3) {
	width: 266px;
}
#lp .price .table-wrap table tr:first-child th:nth-child(3) span {
	background: #fff;
	font-size: 1.4rem;
}
#lp .price .table-wrap table tr:first-child th:nth-child(3) span:after {
	border-left: 9px solid #fff;
}
#lp .price .table-wrap table tr:first-child th:nth-child(4) {
	width: 226px;
}
#lp .price .table-wrap table tr:first-child th:nth-child(4) span {
	background: #eb761f;
	color: #fff;
	font-size: 1.8rem;
}
#lp .price .table-wrap table tr:first-child th:nth-child(4) span:after {
	border-left: 9px solid #eb761f;
}
#lp .price .table-wrap table tr th:first-child {
	width: 134px;
	font-size: 3.6rem;
	font-weight: 700;
	vertical-align: middle;
}
#lp .price .table-wrap table tr:nth-child(2) th,#lp .price .table-wrap table tr:nth-child(2) td{
	padding: 0 0 23px;

}
#lp .price .table-wrap table tr td:nth-child(2) {
	font-weight: 700;
	text-align: center;
	font-size: 1.6rem;
}
#lp .price .table-wrap table tr td:nth-child(2) span {
	display: inline-block;
	background: #fff;
	font-size: 1.4rem;
	width: 91px;
	height: 23px;
	line-height: 23px;
	border-radius: 3px;
}
#lp .price .table-wrap table tr td:nth-child(3) {
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
}
#lp .price .table-wrap table tr td:nth-child(4) {
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	color: #e01f00;
}
@media screen and (max-width: 834px) {
	#lp .price {
		padding: 35px 10px 45px;
	}
	#lp .price .table-wrap {
		max-width: 660px;
		margin: 0 auto;
	}
	#lp .price .table-wrap table {
		/*width: 660px;*/
		width: 100%;
	}
	#lp .price .table-wrap table tr th:first-child {
		font-size: 1.9rem;
		width: 88px;
	}
	#lp .price .table-wrap table tr td:nth-child(2) {
		font-size: 0.95rem;
		width: 111px;
	}
	#lp .price .table-wrap table tr td:nth-child(2) span {
		font-size: 0.945rem;
		max-width: 62px;
	}
	#lp .price .table-wrap table tr:first-child th span {
		padding: 0 16px;
	}
	#lp .price .table-wrap table tr:first-child th:nth-child(3) {
		width: 170px;
	}
	#lp .price .table-wrap table tr:first-child th:nth-child(3) span {
		font-size: 0.9rem;
		line-height: 1.2;
		height: auto;
		padding: 5px 15px;
	}
	#lp .price .table-wrap table tr:first-child th:nth-child(4) {
		width: 164px;
	}
	#lp .price .table-wrap table tr:first-child th:nth-child(4) span {
		font-size:1.0rem;
		line-height: 1.2;
		height: auto;
		padding: 9px 15px;
	}
	#lp .price .table-wrap table tr td:nth-child(3) {
		font-size: 1.8rem;
	}
	#lp .price .table-wrap table tr td:nth-child(4) {
		font-size: 2.1rem;
	}
}
@media screen and (max-width: 760px) {
	#lp .price .in760 {
		text-align: center;
		font-size: 1.3rem;
	}
}


/* メニュー */
#lp .menu {
	margin: 0 0 75px;
}
#lp .menu .lead {
	text-align: center;
	font-size: 1.5rem;
}
#lp .menu .lead {
	line-height: 1.867;
	margin: 0 0 15px;
}
#lp .menu .select-wrap {
	max-width: 600px;
	margin: 0 auto 40px;
	display: block;
	position: relative;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.14);
}
#lp .menu .select-wrap:after {
	content: "";
	position: absolute;
	top: 4px;
	bottom: 0;
	right: 34px;
	pointer-events: none;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 7px solid transparent;
	border-left: 11px solid #cc2c12;
	transform: rotate(90deg);
	margin: auto 0;
}
#lp .menu .select-wrap select {
	background: #ffffff;
	border: 1px solid #cc2c12;
	border-radius: 5px;
	text-align: center;
	padding: 15px 65px 15px 20px;
	color: #cc2c12;
	font-size: 1.8rem;
	font-weight: 700;
	width: 100%;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}
#lp .menu .table-wrap {
	overflow: auto;
	margin: 0 0 20px;
}
#lp .menu table {
	width: 100%;
	border-collapse: collapse;
}
#lp .menu table th,#lp .menu table td {
	border: 1px solid #c1c1c1;
	vertical-align: middle;
}
#lp .menu table td {
	background: #fff;
	padding: 14px 10px;
	text-align: center;
	line-height: 1.375;
}
#lp .menu table tr:first-child th {
	color: #fff;
	background: #cc2c12;
	font-size: 2.0rem;
	font-weight: 700;
	padding: 10px 0;
}
#lp .menu table tr:nth-child(2) th {
	background: #eb761f;
	color: #fff;
	font-weight: 500;
	height: 52px;
	line-height: 52px;
}
#lp .menu table tr:nth-child(4) td {
	background: #fffdf4;
	font-weight: 700;
	color: #ff0000;
}
#lp .menu .caution {
	font-size: 1.4rem;
	line-height: 1.786;
}
@media screen and (max-width: 834px) {
	#lp .menu .select-wrap select {
		font-size: 1.6rem;
	}
	#lp .menu table {
		font-size: 1.2rem;
	}
	#lp .menu table td {
		padding: 14px 0;
	}
	#lp .menu table tr:nth-child(2) th {
		line-height: 1.5;
		padding: 10px 5px;
	}
	#lp .menu table tr:nth-child(2) th:first-child {
		width: 125px;
	}
}

/* お客様からの声 */
#lp .review {
	margin: 0 0 100px;
}
#lp .review ul {
	max-width: 846px;
	margin: 0 auto;
}
#lp .review ul li {
	padding: 10px 108px;
	position: relative;
	margin: 0 0 10px;
}
#lp .review ul li:last-child {
	margin: 0;
}
#lp .review ul li .img {
	line-height: 0;
	position: absolute;
	top: -10px;
	bottom: 0;
	margin: auto 0;
	width: 79px;
	height: 70px;
}
#lp .review ul li:nth-child(odd) .img {
	left: 0;
}
#lp .review ul li:nth-child(even) .img {
	right: 0;
}
#lp .review ul li .txt {
	background: #ffefba;
	border-radius: 10px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	padding: 17px 10px;
	position: relative;
}
#lp .review ul li .txt:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 6px solid transparent;
	border-left: 9px solid #ffefba;
	margin: auto 0;
}
#lp .review ul li:nth-child(odd) .txt:after {
	right: 100%;
	transform: rotate(-180deg);
}
#lp .review ul li:nth-child(even) .txt:after {
	left: 100%;
}
@media screen and (max-width: 834px) {
	#lp .review ul li {
		margin: 0;
	}
	#lp .review ul li:nth-child(odd) {
		padding-right: 0;
		padding-left: 75px;
	}
	#lp .review ul li:nth-child(even) {
		padding-left: 0;
		padding-right: 75px;
	}
	#lp .review ul li .img {
		width: 55px;
		height: 55px;
		top: 0;
	}
	#lp .review ul li .txt {
		font-size: 1.5rem;
	}
}

/* 豊富な商品ラインナップ */
#lp .lineup.wrap {
	max-width: 1280px;
	padding-left: 110px;
	padding-right: 110px;
}
#lp .lineup .flex {
	display: flex;
	justify-content: space-between;
}
#lp .lineup .flex dl {
	background: #fff;
	width: calc(calc(100% - 36px) / 3);
	padding: 15px 25px;
	display: flex;
}
#lp .lineup .item-slide .slide-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 80px;
	height: 80px;
	z-index: 2;
}
#lp .lineup .item-slide .slide-arrow.prev-arrow {
	left: -90px;
}
#lp .lineup .item-slide .slide-arrow.next-arrow {
	right: -90px;
}
#lp .lineup .item-slide .slick-list {
	margin: 0 -9px;
}
#lp .lineup .item-slide dl {
	background: #fff;
	padding: 15px 25px;
	display: flex;
	margin: 0 9px;
}
#lp .lineup .flex dl dt,
#lp .lineup .item-slide dl dt{
	line-height: 0;
	width: 55.88%;
	margin: 0 15px 0 0;
}
#lp .lineup .flex dl dt img,
#lp .lineup .item-slide dl dt img{
	width: 100%;
}
#lp .lineup .flex dl dd,
#lp .lineup .item-slide dl dd{
	font-size: 1.5rem;
	line-height: 1.5;
}
#lp .lineup .flex dl dd p,
#lp .lineup .item-slide dl dd p{
	margin: 0 0 15px;
}
#lp .lineup .flex dl dd .name,
#lp .lineup .item-slide dl dd .name{
	font-size: 2.4rem;
	font-weight: 700;
}
@media screen and (max-width: 834px) {
	#lp .lineup .flex {
		display: block;
	}
	#lp .lineup .flex dl {
		width: 100%;
		margin: 0 0 20px;
	}
	#lp .lineup .flex dl:last-child {
		margin: 0;
	}
	#lp .lineup .flex dl dt{
		width: 155px;
	}

	#lp .lineup.wrap {
		padding-left: 65px;
		padding-right: 65px;
	}
	#lp .lineup .item-slide dl {
		padding: 15px;
	}
	#lp .lineup .item-slide dl dt {
		width: 100px;
	}
	#lp .lineup .item-slide .slide-arrow {
		width: 35px;
		height: 35px;
	}
	#lp .lineup .item-slide .slide-arrow.prev-arrow {
		left: -45px;
	}
	#lp .lineup .item-slide .slide-arrow.next-arrow {
		right: -45px;
	}
}

/* コンテンツの間の画像 */
#lp .imgline {
	line-height: 0;
}
#lp .imgline img {
	width: 100%;
}

/* オイル交換の重要性 */
#lp .importance {
	background: #eb761f;
	padding: 130px 0 80px;
}
#lp .importance .box {
	background: url("../img/imp_bg.gif") repeat;
	background-position: center;
	background-size: 2000px;
	border-radius: 20px;
	padding: 45px 30px;
	margin-bottom: 40px;
}
#lp .importance .box:last-child {
	margin-bottom: 0;
}
#lp .importance .box.lead {
	padding-top: 0;
}
#lp .importance .box.lead h2 {
	line-height: 0;
	text-align: center;
	transform: translate(0,-60px);
	margin-bottom: -50px;
}
#lp .importance .box h3 {
	text-align: center;
	background: url("../img/imp_line.png") no-repeat;
	background-size: 680px;
	background-position: bottom center;
	padding-bottom: 13px;
	font-size: 3.8rem;
	font-weight: 700;
	max-width: 680px;
	margin: 0 auto 16px;
}
#lp .importance .box h3 span {
	color: #eb761f;
}
#lp .importance .box ul {
	max-width: 680px;
	margin: 0 auto 20px;
}
#lp .importance .box ul:last-child {
	margin: 0 auto;
}
#lp .importance .box ul li {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}
#lp .importance .box ul li.a {
	justify-content: flex-end;
}
#lp .importance .box ul li:last-child {
	margin-bottom: 0;
}
#lp .importance .box ul li .icon {
	line-height: 0;
	width: 54px;
	text-align: center;
}
#lp .importance .box ul li.q .icon {
	margin-right: 5px;
}
#lp .importance .box ul li.a .icon {
	margin-left: 5px;
	order: 2;
}
#lp .importance .box ul li .icon span {
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
}
#lp .importance .box ul li .txt {
	width: calc(100% - 59px);
}
#lp .importance .box ul li .txt span {
	display: inline-block;
	border-radius: 10px;
	padding: 15px;
	line-height: 1.5;
	font-weight: 700;
	font-size: 1.6rem;
}
#lp .importance .box ul li .txt span b {
	color: #ff0000;

}
#lp .importance .box ul li.q .txt span {
	background: #fff;
}
#lp .importance .box ul li.a .txt {
	text-align: right;
}
#lp .importance .box ul li.a .txt span {
	background: #ffd57a;
	text-align: left;
}
#lp .importance .box figure {
	line-height: 0;
	text-align: center;
	max-width: 680px;
	margin: 0 auto 15px;
}
@media screen and (max-width: 834px) {
	#lp .importance {
		padding: 95px 0 55px;
	}
	#lp .importance .box.lead h2 {
		margin-bottom: -40px;
	}
	#lp .importance .box {
		padding: 35px 18px;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	#lp .importance .box h3 {
		font-size: 2.6rem;
		line-height: 1.4;
		padding-bottom: 20px;
	}
	#lp .importance .box ul li {
		margin-bottom: 12px;
	}
	#lp .importance .box ul li .txt span {
		font-size: 1.5rem;
	}
}

/* それ以降共通パーツ */
#lp .others {
	background: #f4f4f4;
	padding: 60px 0;
}
#lp .others .bg-white {
	background: #fff;
	padding: 60px 50px 55px;
	margin: 0 0 50px;
}
#lp .others .bg-white:last-child {
	margin: 0;
}
@media screen and (max-width: 834px) {
	#lp .others .bg-white {
		padding: 45px 20px 40px;
	}
}


/* カーコーティング施工の流れ */
#lp .others .bg-white.flow h2 {
	text-align: center;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 30px;
	font-style: italic;
}
#lp .others .bg-white.flow .copy {
	text-align: center;
	margin: 0 0 30px;
}
#lp .others .bg-white.flow .copy .txt {
	display: inline-block;
	padding: 0 26px;
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
}
#lp .others .bg-white.flow .copy .txt:before,
#lp .others .bg-white.flow .copy .txt:after{
	content: "";
	width: 2px;
	height: 30px;
	background: #000;
	display: block;
	position: absolute;
	bottom:11px;
}
#lp .others .bg-white.flow .copy .txt:before {
	left: 10px;
	transform: rotate(-30deg);
}
#lp .others .bg-white.flow .copy .txt:after {
	right: 10px;
	transform: rotate(30deg);
}
#lp .others .bg-white.flow .copy .txt span {
	color: #cc2c12;
	font-size: 3.6rem;
}
#lp .others .bg-white.flow .flex {
	display: flex;
}
#lp .others .bg-white.flow .flex dl {
	width: calc(calc(100% - 120px) / 4);
	margin: 0 40px 0 0;
}
#lp .others .bg-white.flow .flex dl:last-child {
	margin: 0;
}
#lp .others .bg-white.flow .flex dl dt {
	position: relative;
}
#lp .others .bg-white.flow .flex dl dt:before {
	content: "";
	position: absolute;
	top: 20px;
	bottom: 0;
	right: -27.25px;
	background: url("../img/flow_arrow.png") no-repeat;
	background-position: center;
	background-size: 15.5px;
	width:15.5px;
	height: 33.5px;
	margin: auto 0;
}
#lp .others .bg-white.flow .flex dl:last-child dt:before {
	display: none;
}
#lp .others .bg-white.flow .flex dl dt .step {
	width: 130px;
	height: 40px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	background: #cc2c12;
	border-radius: 40px;
	line-height: 35px;
	margin: 0 auto -20px;
	position: relative;
}
#lp .others .bg-white.flow .flex dl dt .step span {
	font-size: 2.5rem;
	margin: 0 0 0 4px;
}
#lp .others .bg-white.flow .flex dl dt .step:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 7px solid transparent;
	border-left: 10px solid #cc2c12;
	transform: rotate(90deg);
	margin: 0 auto;
}
#lp .others .bg-white.flow .flex dl dt .ttl {
	background: #f4f4f4;
	border-radius: 20px;
	height: 168px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.556;
	font-weight: 700;
	padding: 10px 0 0;
	margin: 0 0 10px;
}
#lp .others .bg-white.flow .flex dl dt .ttl span {
	width: 100%;
}
#lp .others .bg-white.flow .flex dl dt .ttl span span {
	display: block;
	color: #666666;
	font-size: 1.4rem;
	line-height: 1.357;
	font-weight: 500;
	margin: 5px 0 0;
}
#lp .others .bg-white.flow .flex dl dd {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.571;
}
@media screen and (max-width: 834px) {
	#lp .others .bg-white.flow h2 {
		font-size: 2.2rem;
	}
	#lp .others .bg-white.flow .copy .txt {
		font-size: 2.0rem;
		line-height: 1.35;
	}
	#lp .others .bg-white.flow .copy .txt span {
		font-size: 2.8rem;
	}
	#lp .others .bg-white.flow .copy .txt:before,
	#lp .others .bg-white.flow .copy .txt:after {
		bottom: 0;
	}
	#lp .others .bg-white.flow .flex {
		display: block;
	}
	#lp .others .bg-white.flow .flex dl {
		width: 100%;
		margin: 0 0 50px;
		position: relative;
	}
	#lp .others .bg-white.flow .flex dl:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: calc(100% + 20px);
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 10px solid transparent;
		border-left: 13px solid #004bb1;
		transform: rotate(90deg);
		margin: 0 auto;
	}
	#lp .others .bg-white.flow .flex dl dt:before,
	#lp .others .bg-white.flow .flex dl:last-child:before {
		display: none;
	}
}

/* よくある質問 */
#lp .others .bg-white.faq h2 {
	font-size: 3.0rem;
	font-style: italic;
	font-weight: 700;
	margin: 0 0 50px;
	text-align: center;
}
#lp .others .bg-white.faq .box .inner {
	border: 1px solid #818181;
	border-radius: 5px;
	position: relative;
	margin: 0 0 25px;
}
#lp .others .bg-white.faq .box .inner:last-child {
	margin: 0;
}
#lp .others .bg-white.faq .box .inner .q ,
#lp .others .bg-white.faq .box .inner .a {
	position: relative;
	line-height: 1.625;
	padding: 0 0 0 36px;
}
#lp .others .bg-white.faq .box .inner .q {
	cursor: pointer;
	padding: 20px 50px 20px 86px;
}
#lp .others .bg-white.faq .box .inner .a {
	padding: 0 50px 20px 86px;
	display: none;
	transition: none;
}
#lp .others .bg-white.faq .box .inner .q span:first-child,
#lp .others .bg-white.faq .box .inner .a span:first-child{
	position: absolute;
	top: 17px;
	left: 50px;
	font-size: 2.4rem;
	line-height: 24px;
	font-weight: bold;
	color: #cc2c12;
}
#lp .others .bg-white.faq .box .inner .a span:first-child{
	color: #ffa800;
	top: 0;
}
#lp .others .bg-white.faq .box .inner .q span:first-child:after,
#lp .others .bg-white.faq .box .inner .a span:first-child:after{
	content: ".";
	color: #000;
	font-size: 1.8rem;
	line-height: 18px;
	position: absolute;
	bottom: -2px;
	right: -8px;
}
#lp .others .bg-white.faq .box .inner .a span:first-child:after{
	right: -10px;
}
#lp .others .bg-white.faq .box .inner .q:before {
	content: "";
	position: absolute;
	top: -5px;
	bottom: 0;
	right: 18px;
	width: 15px;
	height: 15px;
	border-top: 2px solid #cc2c12;
	border-right: 2px solid #cc2c12;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: auto 0;
}
#lp .others .bg-white.faq .box .inner .q.active:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#lp .others .bg-white.faq .box .inner .q span:last-child,
#lp .others .bg-white.faq .box .inner .a span:last-child{
	display: block;
	min-height: 26px;
}
@media screen and (max-width: 834px) {
	#lp .others .bg-white.faq h2 {
		font-size: 2.4rem;
		margin: 0 0 30px;
	}
	#lp .others .bg-white.faq .box .inner .q {
		padding: 20px 45px 20px 50px;
	}
	#lp .others .bg-white.faq .box .inner .a {
		padding: 0 45px 20px 50px;
	}
	#lp .others .bg-white.faq .box .inner .q span:first-child,
	#lp .others .bg-white.faq .box .inner .a span:first-child {
		left: 15px;
	}
}

/* 近隣の店舗を選ぶ */
#lp .shop {
	background: #fef8f1;
	padding: 75px 0 120px;
}
.popup .shop {
	padding: 0 50px 60px;
}
#lp .shop .wrap {
	max-width: 1160px;
}
#lp .shop h2 {
	font-size: 3.0rem;
	font-weight: 700;
	font-style: italic;
	margin: 0 0 50px;
	text-align: center;
}
#lp .shop .bg-white {
	background: #fff;
	padding: 35px 50px 60px;
	margin: 0 0 15px;
}
#lp .shop .bg-white .local,
.popup .shop .local{
	cursor: pointer;
	margin: 0 0 20px;
}
#lp .shop .bg-white .local img,#lp .shop .bg-white .local span,
.popup .shop .local img,.popup .shop .local span{
	vertical-align: middle;
}
#lp .shop .bg-white .local img,
.popup .shop .local img{
	margin: 0 10px 0 0;
}
#lp .shop .bg-white .local span,
.popup .shop .local span{
	color: #d3390a;
	padding-bottom: 5px;
	border-bottom: 1px solid #d3390a;
}
#lp .shop .bg-white .flex,
.popup .shop .flex{
	display: flex;
}
#lp .shop .bg-white .flex .map,
.popup .shop .flex .map{
	width: 50%;
	margin: 0 50px 0 0;
}
#lp .shop .bg-white .flex .shoplist,
.popup .shop .flex .shoplist{
	width: calc(50% - 50px);
	position: relative;
}
#lp .shop .bg-white .flex .shoplist .result,
.popup .shop .flex .shoplist .result{
	font-size: 1.4rem;
	color: #595959;
	margin: 0 0 10px;
}
#lp .shop .bg-white .flex .shoplist .result span,
.popup .shop .flex .shoplist .result span{
	font-size: 1.8rem;
}
#lp .shop .bg-white .flex .shoplist .overflow,
.popup .shop .flex .shoplist .overflow{
	height: 473px;
	overflow: auto;
}
#lp .shop .bg-white .flex .shoplist .box,
.popup .shop .flex .shoplist .box{
	background: #fef8f1;
	margin: 0 0 15px;
	padding: 15px;
}
#lp .shop .bg-white .flex .shoplist .box:last-child,
.popup .shop .flex .shoplist .box:last-child{
	margin: 0;
}
#lp .shop .bg-white .flex .shoplist .box dl,
.popup .shop .flex .shoplist .box dl{
	display: flex;
	margin: 0 0 10px;
}
#lp .shop .bg-white .flex .shoplist .box dl dt,
.popup .shop .flex .shoplist .box dl dt{
	width: 150px;
	height: 150px;
	flex-grow: 0;
	flex-shrink: 0;
	overflow: hidden;
	margin: 0 20px 0 0;
	line-height: 0;
}
#lp .shop .bg-white .flex .shoplist .box dl dt img,
.popup .shop .flex .shoplist .box dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#lp .shop .bg-white .flex .shoplist .box dl dd,
.popup .shop .flex .shoplist .box dl dd{
	font-size: 1.4rem;
	line-height: 1.5;
	width:calc(100% - 150px);
}
#lp .shop .bg-white .flex .shoplist .box dl dd .name,
.popup .shop .flex .shoplist .box dl dd .name{
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0 0 5px;
}
#lp .shop .bg-white .flex .shoplist .box dl dd ul,
.popup .shop .flex .shoplist .box dl dd ul{
	margin: 0 0 10px;
}
#lp .shop .bg-white .flex .shoplist .box dl dd .more a,
.popup .shop .flex .shoplist .box dl dd .more a{
	display: block;
	width: 100%;
	text-align: center;
	color: #cc2c12;
	background: #fff;
	font-weight: 700;
	padding: 5px 35px;
	position: relative;
	border-radius: 3px;
}
#lp .shop .bg-white .flex .shoplist .box dl dd .more a:after,
.popup .shop .flex .shoplist .box dl dd .more a:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 7px solid #cc2c12;
	margin: auto 0;
}
#lp .shop .bg-white .flex .shoplist .box .btn {
	display: flex;
}
#lp .shop .bg-white .flex .shoplist .box .btn li {
	margin: 0 14px 0 0;
	width: calc(50% - 7px);
}
#lp .shop .bg-white .flex .shoplist .box .btn li a,
.popup .shop .flex .shoplist .box .btn a{
	border-radius: 5px;
	text-align: center;
	display: block;
	background: #cc2c12;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 5px 10px;
}
#lp .shop .bg-white .flex .shoplist .box .btn li a img,#lp .shop .bg-white .flex .shoplist .box .btn li a span,
.popup .shop .flex .shoplist .box .btn a img,.popup .shop .flex .shoplist .box .btn a span{
	vertical-align: middle;
}
#lp .shop .bg-white .flex .shoplist .box .btn li a span.out835,
.popup .shop .flex .shoplist .box .btn a span.out835{
	display: inline;
}
#lp .shop .bg-white .flex .shoplist .box .btn li a img,
.popup .shop .flex .shoplist .box .btn a img{
	margin: 0 6px 0 0;
}
#lp .shop .caution,.popup .caution {
	padding: 0 50px;
	font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
	#lp .shop {
		padding: 50px 0 65px;
	}
	#lp .shop h2 {
		font-size: 2.4rem;
		margin: 0 0 25px;
	}
	#lp .shop .bg-white,.popup .shop {
		padding: 35px 20px 40px;
	}
	#lp .shop .bg-white .flex,
	.popup .shop .flex{
		display: block;
	}
	#lp .shop .bg-white .flex .map,
	.popup .shop .flex .map{
		width: 100%;
		margin: 0 0 30px;
		height: 340px;
	}
	#lp .shop .bg-white .flex .shoplist,
	.popup .shop .flex .shoplist{
		width: 100%;
	}
	#lp .shop .bg-white .flex .shoplist .box .btn,
	.popup .shop .flex .shoplist .box .btn{
		display: block;
	}
	#lp .shop .bg-white .flex .shoplist .box .btn li {
		width: 100%;
		margin: 0 0 10px;
	}
	#lp .shop .bg-white .flex .shoplist .box .btn li:last-child {
		margin: 0;
	}
	#lp .shop .bg-white .flex .shoplist .box .btn li a span.in834,
	.popup .shop .flex .shoplist .box .btn a span.in834{
		display: inline;
	}
	#lp .shop .bg-white .flex .shoplist .box .btn li a span.out835,
	.popup .shop .flex .shoplist .box .btn a span.out835{
		display: none;
	}
	#lp .shop .caution {
		padding: 0;
	}

	#lp .shop .bg-white .flex .shoplist .box dl dt,
	.popup .shop .flex .shoplist .box dl dt{
		width:120px;
		height: 120px;
	}
	#lp .shop .bg-white .flex .shoplist .box dl dd,
	.popup .shop .flex .shoplist .box dl dd{
		width:calc(100% - 120px);
	}
	#lp .shop .bg-white .flex .shoplist .box dl dd .more a,
	.popup .shop .flex .shoplist .box dl dd .more a{
		font-size: 1.3rem;
		padding: 5px 26px 5px 8px;
	}
}

/*
------------------------------------------------------------------------------------------------------------------------
popup
------------------------------------------------------------------------------------------------------------------------
*/
.popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	display: none;
	z-index: 100000000;
}
.popup .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
}
.pop_contents {
	max-width: 1100px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	right: 20px;
	margin: auto;
	max-height: 705px;
	background: #fff;
}
.popup .gray {
	background: #E6E6E6;
	color: #cc2c12;
	padding: 17px 20px;
	font-weight: 500;
	font-size: 1.4rem;
	margin: 0 0 30px;
}
.popup .gray .tag {
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #cc2c12;
	width: 50px;
	height: 25px;
	line-height: 25px;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 10px 0 0;
}
.popup .gray .txt span {
	color: #F05D1C;
}
.popup .gray .txt.out835 {
	display: inline;
}

.popup .shop {
	position: relative;
}
.popup .shop .close {
	position: absolute;
	right: 50px;
	top: 0;
	width: 36px;
	height: 54px;
	margin: 0;
	cursor: pointer;
}
.popup .shop .close span {
	display: block;
}
.popup .shop .close span:nth-child(1),.popup .shop .close span:nth-child(2) {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 16px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background: #000000;
}
.popup .shop .close span:nth-child(1) {
	transform: rotate(45deg);
}
.popup .shop .close span:nth-child(2) {
	transform: rotate(-45deg);
}
.popup .shop .close span:last-child {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 1.2rem;
}

.header {
	padding-right: 60px;
}
.header .close {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}
.header .close span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 2px;
	height: 20px;
	background: #fff;
	margin: auto;
}
.header .close span:first-child {
	transform: rotate(45deg);
}
.header .close span:last-child {
	transform: rotate(-45deg);
}
@media screen and (max-width: 834px) {
	.popup .gray {
		margin: 0 0 25px;
	}
	.popup .gray .txt.out835 {
		display: none;
	}
	.popup .gray .txt.in834 {
		display: inline;
	}
	.popup .caution {
		padding: 0;
		margin: 0 0 50px;
	}

	.popup .shop .flex {
		overflow: auto;
		height: 480px;
	}
	.popup .shop .close {
		right: 20px;
		top: -12px;
	}
	.pop_contents {
		overflow: auto;
	}

	.header {
	  padding-right: 45px;
	}
	.header .close {
		top: 10px;
	}
}

@media screen and (max-height: 720px) {
	.pop_contents {
		max-height: 610px;
	}
}

/*
------------------------------------------------------------------------------------------------------------------------
shop_info
------------------------------------------------------------------------------------------------------------------------
*/
#lp.shoppage .shop_info {
	padding: 75px 0 100px;
}
#lp.shoppage .shop_info .wrap {
	max-width: 1060px;
}
#lp.shoppage .shop_info h2 {
	color: #d3390a;
	font-weight: 700;
	font-size: 2.4rem;
	margin: 0 0 40px;
}
#lp.shoppage .shop_info .flex {
	display: flex;
}
#lp.shoppage .shop_info .flex dl {
	width: 52%;
	margin: 0 3% 0 0;
	line-height: 1.688;
}
#lp.shoppage .shop_info .flex dl dt {
	float: left;
	clear: both;
	padding: 10px 0;
}
#lp.shoppage .shop_info .flex dl dd {
	padding: 10px 0 10px 145px;
	border-bottom: 1px solid #818181;
}
#lp.shoppage .shop_info .flex dl dd .open li {
	overflow: hidden;
}
#lp.shoppage .shop_info .flex dl dd .open li span {
	display: block;
}
#lp.shoppage .shop_info .flex dl dd .open li span:first-child {
	float: left;
}
#lp.shoppage .shop_info .flex dl dd .open li span:last-child {
	padding: 0 0 0 68px;
}
#lp.shoppage .shop_info .flex dl dd .flex ul {
	margin: 0 10px -10px 0;
}
#lp.shoppage .shop_info .flex dl dd .flex ul:last-child {
	margin: 0 0 -10px;
}
#lp.shoppage .shop_info .flex dl dd .flex ul li {
	line-height: 0;
	margin: 0 0 10px;
}
#lp.shoppage .shop_info .flex .map {
	width: 45%;
}
#lp.shoppage .shop_info .flex .map iframe {
	width: 100%;
	height: 340px;
}

#lp.shoppage .nav {
	margin: 0 0 60px;
}

@media screen and (max-width: 834px) {
	#lp.shoppage .shop_info {
		padding: 55px 0 70px;
	}
	#lp.shoppage .shop_info h2 {
		font-size: 2.0rem;
		margin: 0 0 15px;
	}
	#lp.shoppage .shop_info .flex {
		display: block;
	}
	#lp.shoppage .shop_info .flex dl,#lp.shoppage .shop_info .flex .map {
		width: 100%;
	}
	#lp.shoppage .shop_info .flex {
		display: block;
	}
	#lp.shoppage .shop_info .flex dl {
		margin: 0 0 30px;
	}
	#lp.shoppage .shop_info .flex dl dd .flex ul:first-child {
		margin: 0 0 10px !important;
	}
}

#lp.shoppage .contents {
	margin-top: 0;
	padding-top: 0;
}
#lp.shoppage .contents:before {
	display: none;
}

#lp.shoppage .contents .service.wrap {
	max-width: 1160px;
}
#lp.shoppage .contents .service h3 {
	max-width: 1000px;
	margin: 0 auto 30px;
	font-size: 1.8rem;
	font-weight: 500;
	border-left: 5px solid #cc2c12;
	padding: 0 0 0 13px;
	line-height: 1.3;
}

#lp.shoppage .service .flex {
	background: #ffefba;
	padding: 60px 50px 35px;
	display: flex;
	flex-wrap: wrap;
}
#lp.shoppage .service .flex li {
	width: calc(calc(100% - 36px) / 4);
	margin: 0 12px 25px 0;
	background: #fff;
	display: flex;
}
#lp.shoppage .service .flex li:nth-child(4n) {
	margin: 0 0 25px;
}
#lp.shoppage .service .flex li .img {
	width: 50px;
	background: #cc2c12;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}
#lp.shoppage .service .flex li .txt {
	width: calc(100% - 50px);
	text-align: center;
	padding: 13px 10px;
	line-height: 1.5;
}
@media screen and (max-width: 834px) {
	#lp.shoppage .service .flex {
		padding: 40px 20px 25px;
		display: block;
	}
	#lp.shoppage .service .flex li,#lp.shoppage .service .flex li:nth-child(4n) {
		width: 100%;
		margin: 0 0 15px;
	}
}

/*
------------------------------------------------------------------------------------------------------------------------
contact
------------------------------------------------------------------------------------------------------------------------
*/
#lp.contact {
	margin: 60px 0 0;
}
#lp.contact .wrap {
	max-width: 960px;
}
#lp.contact h1 {
	text-align: center;
	color: #d3390a;
	font-size:3.2rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 30px;
}
#lp.contact .icon {
	text-align: center;
	margin: 0 0 54px;
}
#lp.contact .icon li {
	vertical-align: middle;
	display: inline-block;
	margin: 0 70px 0 0;
}
#lp.contact .icon li:last-child {
	margin: 0;
}
#lp.contact .icon li .img {
	line-height: 0;
}
#lp.contact .icon li:first-child .img {
	position: relative;
}
#lp.contact .icon li:first-child .img:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -62px;
	background: url("../img/contact_dot.png") no-repeat;
	background-position: center;
	background-size: 49px;
	width: 49px;
	height: 3px;
	margin: auto 0;
}
#lp.contact .icon li span {
	display: block;
	font-size: 1.4rem;
	margin: 10px 0 0;
}
#lp.contact .icon li:first-child span {
	color: #d3390a;
}
#lp.contact .icon li:last-child span {
	color: #8E8E8E;
}

#lp.contact .form dt {
	font-size: 1.5rem;
	margin: 0 0 15px;
}
#lp.contact .form dt .caution {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}
#lp.contact .form dd {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #8E8E8E;
}
#lp.contact .form dd:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#lp.contact .form dd.blue {
	font-size: 2.4rem;
	font-weight: 700;
	color: #d3390a;
	line-height: 1.4;
}
#lp.contact .form dd.date .box {
	background: #fef8f1;
	padding: 6px 10px 6px 6px;
	overflow: hidden;
	margin: 0 0 10px;
	max-width: 800px;
}
#lp.contact .form dd.date .box:last-child {
	margin-bottom: 0;
}
#lp.contact .form dd.date .box .ttl {
	padding: 0 0 0 20px;
	position: relative;
	float: left;
}
#lp.contact .form dd.date .box .ttl .hissu {
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 1.5rem;
	color: #FF0000;
}
#lp.contact .form dd.date .box .ttl .hissu+span {
	display: inline-block;
	width: 73px;
	height: 28px;
	line-height: 28px;
	background: #d3390a;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	border-radius: 3px;
}
#lp.contact .form dd.date .box .txt {
	padding: 0 0 0 123px;
}
#lp.contact .form dd.date .box .txt a {
	color: #d3390a;
	text-decoration: underline;
}

#lp.contact .form dd.info table {
	width: 100%;
	max-width: 800px;
}
#lp.contact .form dd.info table tr {
	border-bottom: 5px solid #fff;
}
#lp.contact .form dd.info table th {
	background: #F4F4F4;
	vertical-align: middle;
	color: #666;
	width: 120px;
	font-weight: 500;
	font-size: 1.4rem;
	text-align: left;
	padding: 15px;
}
#lp.contact .form dd.info table th .hissu {
	color: #FD0000;
	margin: 0 5px 0 0;
}
#lp.contact .form dd.info table td {
	padding: 10px 15px;
}
#lp.contact .form dd.info table td .box {
	margin: 0 0 7px;
}
#lp.contact .form dd.info table td .box:last-child {
	margin: 0;
}
#lp.contact .form dd.info table td .box p {
	font-size: 1.2rem;
	color: #666666;
	margin: 0 0 2px;
}
#lp.contact .form dd.info table td .box p span {
	color: #FF0000;
	margin: 0 0 0 5px;
	display: none;
}
#lp.contact .form dd.info table td .box.error p span {
	display: inline;
}
#lp.contact .form dd.info table td .box input {
	width: 100%;
	font-size: 1.5rem;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #8E8E8E;
	display: block;
}
#lp.contact .form dd.info table td .box.error input {
	background: #F8E2D7;
	border: 1px solid #E70012;
	padding-right: 48px;
}
#lp.contact .form dd.info table td .box.error .period-select.error {
	background: #F8E2D7;
	border: 1px solid #E70012;
	padding-right: 48px;
}
#lp.contact .form dd.info table td .detail {
	display: flex;
	margin-top: 10px;
	position: relative;
	align-items: center;
}
#lp.contact .form dd.info table td .box.error label {
	position: relative;
	display: block;
}
#lp.contact .form dd.info table td .box.error label:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	background: url("../img/error.png") no-repeat;
	background-position: center;
	background-size: 18px;
	width: 18px;
	height: 16px;
	margin: auto 0;
}
#lp.contact .form dd.info table td .box input:last-child {
	margin: 0;
}
#lp.contact .form dd.info table td .box label+span {
	display: block;
	font-size: 1.1rem;
	color: #666666;
	margin: 5px 0 0;
	line-height: 1.5;
}
#lp.contact .form dd.info table td .radio li {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
}
#lp.contact .form dd.info table td .radio li:last-child {
	margin: 0;
}
#lp.contact .form dd.info table td .radio li label {
	padding: 0 0 0 25px;
	position: relative;
	font-size: 1.2rem;
	color: #0A0A0A;
}
#lp.contact .form dd.info table td .radio li label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #8E8E8E;
	border-radius: 50%;
}
#lp.contact .form dd.info table td .radio li label input:checked+span:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	background: #d3390a;
	border-radius: 50%;
}
#lp.contact .form dd.info table td .radio li label .main-txt{
    font-size: 14px;
	line-height: 1;
}
#lp.contact .form dd.info table td .radio li label .sub-txt{
	color: #666666;
    font-size: 12px;
	display: block;
}
#lp.contact .form dd.info table td .detail {
	margin: 5px 0 0;
}
#lp.contact .form dd.info table td .detail select {
	background: #F4F4F4;
	border: 1px solid #8E8E8E;
	border-radius: 3px;
	font-size: 1.5rem;
	padding: 0 10px;
	width: 100px;
	height: 35px;
	line-height: 35px;
}
#lp.contact .form dd.info table td .detail span {
	color: #666;
	font-size: 1.4rem;
}
#lp.contact .form dd.info table td .detail span:nth-child(2) {
	margin: 0 10px;
	font-size: 1.6rem;
}
#lp.contact .form dd.info table td .detail select:nth-child(3) {
	margin: 0 10px 0 0;
}
#lp.contact .form dd textarea {
	width: 100%;
	font-size: 1.5rem;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #8E8E8E;
	display: block;
	min-height: 200px;
}

#lp.contact .agree {
	text-align: center;
	font-size: 1.5rem;
	margin: 0 0 35px;
}
#lp.contact .agree span.txt {
	display: inline-block;
	padding: 0 0 0 24px;
	position: relative;
}
#lp.contact .agree span.txt:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 1px solid #C1C1C1;
	position: absolute;
	top: 5px;
	left: 0;
}
#lp.contact .agree input:checked+span.txt:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 4px;
	background: url("../img/radio_check.png") no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
}
#lp.contact .agree span.txt span {
	color: #cc2c12;
}

#lp.contact .submit {
	text-align: center;
	margin: 0 0 160px;
}
#lp.contact .submit input {
	display: inline-block;
	max-width: 300px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: #d3390a;
	border-radius: 30px;
	font-size: 1.8rem;
	font-weight: 700;
}
#lp.contact .submit input:disabled {
	background: #DDDDDD;
}
@media screen and (max-width: 834px) {
	#lp.contact h1 {
		font-size: 2.6rem;
	}
	#lp.contact .form dd.info table th {
		width: 100px;
		font-size: 1.3rem;
		padding: 15px 10px;
	}
	#lp.contact .form dd.info table td .detail select {
		margin: 0 0 5px;
	}
}

/*
------------------------------------------------------------------------------------------------------------------------
contact - thanks
------------------------------------------------------------------------------------------------------------------------
*/
#lp.contact.thanks .icon li:first-child span {
	color: #8E8E8E;
}
#lp.contact.thanks .icon li:last-child span {
	color: #d3390a;
}
#lp.contact.thanks .message {
	border: 1px solid #DDDDDD;
	padding: 55px 20px 60px;
	margin: 0 0 140px;
}
#lp.contact.thanks .message h2 {
	line-height: 1.952;
	font-size: 2.1rem;
	font-weight: 700;
	color: #8E8E8E;
	text-align: center;
	margin: 0 0 30px;
}
#lp.contact.thanks .message p:not(.btn) {
	max-width: 702px;
	margin: 0 auto 50px;
	line-height: 1.643;
	font-size: 1.4rem;
}
#lp.contact.thanks .message .btn {
	text-align: center;
}
#lp.contact.thanks .message .btn a {
	display: inline-block;
	border-radius: 30px;
	border: 2px solid #d3390a;
	width: 250px;
	height: 50px;
	line-height: 45px;
	color: #d3390a;
	font-weight: 700;
}
@media screen and (max-width: 834px) {
	#lp.contact.thanks .message h2 {
		font-size: 1.8rem;
		line-height: 1.75;
		margin: 0 0 20px;
	}
	#lp.contact.thanks .message p:not(.btn) {
		margin: 0 0 35px;
	}
}
