@charset "UTF-8";
/* CSS Document */

/* reset */
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,button,
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;
}

body{
      position: relative;
      height: 100%;
}
/*.item_navi {
	background-color: #fff2bc;
}*/
/*#pagetop{
	position: fixed;
	background-color: #ffd220;
	border-radius: 50%;
}*/
html {
	scroll-behavior: smooth;
}
.pagetop {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #fff;
	border: solid 2px #222;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.pagetop__arrow {
	height: 10px;
	width: 10px;
	border-top: 3px solid #222;
	border-right: 3px solid #222;
	transform: translateY(20%) rotate(-45deg);
}
.item_navi h2{
	margin: 20px;
	font-size: 25px;
	background-color: #ffd220;
	padding: 10px 40px 10px;
	border-radius: 4px;
}
h2 .heading{
	border-bottom: 5px solid #eac631;
}
.item_navi nav{
	/*background-color: #fff2bc;*/
	margin: 0 20px;
	padding: 10px;
	display: block;
}
.item_navi nav ul{
	display: block;
	overflow: hidden;
}
.item_navi nav li{
	display: block;
	float: left;
	width: 45%;
	margin: 0 0 0 20px;
}
.item_navi nav li a{
	display: block;
	font-size: 15px;
	font-weight: bold;
	background-color: #fff;
	line-height: 30px;
	margin: 10px 4px 10px 10px;
	border-radius: 8px;
	border: 1px solid;
	color: #000;
}
/*
.item_navi nav li a:before{
	display: inline-block;
	content: '\e900';
	vertical-align: bottom;
	text-align: center;
	margin-right: 5px;
	background-color: #ffd220;
	width: 16px;
	font-size: 13px;
	border-radius: 6px 0px 0px 6px;
}
*/
.item_navi nav li a:before{
	display: inline-block;
  content: "";
	margin: auto;
  box-sizing: border-box;
  border-left: 10px solid transparent;
	border-right: 10px solid transparent;  
  border-bottom: 0px solid transparent;
	border-top: 10px solid #ffd220;
	margin-top: 8px;
	margin-right: 5px;
	margin-left: 8px;
}

.statics {
	margin: 50px auto;
}

.statics h3{
	font-size: 20px;
	margin: 20px;
	border-bottom: 5px solid #ffd220;
	padding: 14px 0px 3px 0px;
}
.statics h3::before{
  content: "";
	display: inline-block;
	background:url(https://www.autoway.co.jp/asp/photo/loop/dokuji/150/icon_wheel_y.png)center center no-repeat ;
	background-size: contain;
	width: 30px;
	height: 30px;
	vertical-align: -7px;
	margin-right: 10px;
}

.statics p{
	margin: 0px 30px;
	font-size: 14px;
	line-height: 22px;
}
.statics div{
	margin: 20px 30px;
	font-size: 12px;
	line-height: 20px;
}
.statics div li:before{
	content: '※ ';
	position: absolute;
	left: 0;
	top: 0;
}
.statics div li{
	position: relative;
	padding-left: 20px;
}
.statics h4{
	margin: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
.statics .sta2{
	margin: 20px 0px;
	font-size: 14px;
}
.statics .explanation{
	margin: 25px 10px 45px 0px;
	font-size: 14px;
}
.statics small{
	margin: 20px 45px;
}
.statics .severe_service p{
	margin: 3px  0px 0px 30px;
	font-size: 14px;
	line-height: 22px;
	position: absolute;
	width: 520px;
	/*
	white-space: nowrap;
	*/
}
.statics .severe_service img{
	display:block;
	position: relative;
	margin-left: 560px;
}
.statics .severe_service small li{
	margin: -40px 0px 0px 30px;
	font-size: 12px;
	line-height: 20px;
}


/* 購入の流れをliタグとして右端に置くとき
.guide_rink ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding-top: 30px;
	padding-left: 14px;
	padding-bottom: 100px;
}
.guide_rink ul li{
	margin: 10px;
}
.flow{
	font-weight: bold;
	padding-left: 100px;
}
.flow::after{
	display: inline-block;
  content: "";
	position: absolute;
  box-sizing: border-box;
  border-top: 9px solid transparent;
	border-right: 0px solid transparent;  
  border-bottom: 9px solid transparent;
	border-left: 9px solid #ffd220;
	margin-left: 9px;
	margin-top: 1px;
}*/



/* 購入の流れを別のclass当てたとき*/


.guide_rink ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding-top: 30px;
	padding-left: 14px;
	padding-bottom: 50px;
}
.guide_rink ul li{
	margin: 10px;
}
.flow{
	width: 390px;
	background-color: #fd7d00;
	color:#fff;
	font-weight: bold;
	border-radius: 12px;
  line-height: 50px;
	margin-bottom: 100px;
	margin-left: 178px;
	text-align: center;
}
.flow span{
	color:#fff;
}
.flow span::after{
	display: inline-block;
  content: "";
	position: absolute;
  box-sizing: border-box;
  border-top: 10px solid transparent;
	border-right: 0px solid transparent;  
  border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	border-radius: 6px;
	margin-left: 9px;
	margin-top: 15px;
}

/*
.statics .ms_about p{
	margin: 3px  0px 0px 30px;
	font-size: 14px;
	line-height: 22px;
	position: absolute;
	width: 520px;
	white-space: nowrap;
}	
*/

a:link{
color:#000;
}
a:visited{
color:#666;
}
a:hover,a:active{
color:#fc0;
}

a:hover img{
filter: alpha(opacity=60);
opacity:0.6;
-moz-opacity:0.6;
}

img{
	vertical-align: bottom;
}
a{
	text-decoration: none;
}
ul , li{
	list-style-type: none;
}

.pc{
	display: block;
}
.sp{
	display: none;
}
#main_contents{
	width: 720px;
	text-align: center;
	margin: auto;

}

.guide-index{
	overflow: hidden;
}
.guide-index li{
	float: left;
	margin-top: 20px;
}
.guide-index li:nth-child(2n){
	margin-left: 30px;
}

/*---------ƒXƒ}[ƒgƒtƒHƒ“—pCSS-------*/
@media screen and (max-width:768px){
	img{
		max-width: 100%;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.inner{
		width: inherit;
		width: 100%;
		box-sizing: border-box;
	}
	#sp-global-header h1 .logo {
		 padding-top: 40px; 
	}
	#main_contents{
		width: inherit;
		width: 100%;
	}
	.guide-index{
		padding: 0 10px;
		box-sizing: border-box;
	}
	.guide-index li{
		width: 48%;
		margin-top: 15px;
	}
	.guide-index li:nth-child(2n){
		margin-left: 4%;
	}
}

