@charset "utf-8";
/* CSS Document */
body {color: #333;font-size: 14px;font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;}
#wrapper {width: 100%; overflow: hidden;position: relative;}
a {color: #333;text-decoration: none;}
a:hover {color: #ad0a0a;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
img {width: auto;max-width: 100%;height: auto;}
a:hover img {opacity: 0.4;filter: alpha(opacity=40);-moz-opacity: 0.4;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
nav{font-family:"メイリオ", Meiryo, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,sans-serif!important;}




/* =============================================================================
	class
   ========================================================================== */
@media screen and (min-width: 768px) {
	body {min-width: 1200px;}
	.wrap {width: 1085px;margin: 0 auto;padding: 0 20px;text-align: left;}
	.sp {display: none!important;}
	
/* =================================== IE ======================================== */
_:-ms-lang(x)::-ms-backdrop, .ie-nav{margin-top: -198px!important;padding-top: 198px!important;}
	
}

/* =================================== Mac Opera ======================================== */
@media (min-resolution: .001dpcm) { /* opera12 */
_:-o-prefocus, .mac .ie-nav{margin-top: -198px!important;padding-top: 198px!important;}
}

@media screen and (max-width: 767px) {
	.wrap {padding: 0 10px;text-align: left;}
	.pc {display: none!important;}
}

/* =============================================================================
	header
   ========================================================================== */
@media screen and (min-width: 768px) {
	header{display: flex;position: fixed;z-index: 999;}
	
	#head-bg{width: 100%; clear: both; overflow: hidden;background-color: #ffffff;}
	
	#head-area{padding:5px 0;background-color: #ad0a0a;color: #ffffff;}
	
	.head-logo{width: 100%;display: block; margin-top: 15px; padding-bottom: 15px; border-bottom: 3px solid #9b0707;}
	.head-logolist li {display: inline-block;}
	.head-logolist li:nth-child(n+2):nth-child(-n+3) {margin-left: 12.5px;}
	.head-logolist li:nth-child(2) a:hover{color: #333;}
	.head-logolist p{color: #12a73b; font-weight: bold;/*font-family: "游ゴシック","ヒラギノ角ゴ Pro W3", "Helvetica Neue", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;*/margin-bottom: 5px;}
	
	.head-tel li{display:inline-block;}
	.head-tel li:nth-child(1){font-size: 30px;font-weight: bolder;margin-left: 55px;}
	.head-tel li:nth-child(1)::before{content:"";width: 49px;height: 28px; position: absolute;margin-left: -55px; background: url("../img/iconFreedial.png");}
	
	.head-tel li:nth-child(2){font-weight: bolder;margin-left: 15px!important; padding-left: 15px;border-left: solid 2px #aa0f0f;}
	
	.head-nav {width: 100%;display: block;font-size: 0; font-weight: bold;clear: both; overflow: hidden;}
	.head-nav li {font-size: 16px; font-weight: bold;background: url("../img/imgNavborder.jpg")no-repeat left;}
	.head-nav li:nth-child(n+1):nth-child(-n+8) {display: inline-block;}
	.head-nav li a{display: block; padding:25px 21.5px;}
	.head-nav li:nth-child(8){background: url("../img/imgNavborder.jpg")no-repeat left,url("../img/imgNavborder.jpg")no-repeat right;}
	
	.icon-hamburger {display: none;}
	
	
/* =================================== safari ======================================== */
	.safari .head-logolist li:nth-child(n+2):nth-child(-n+3) {margin-left: 20px;}
	
/* =================================== IE ======================================== */
	
	_:-ms-lang(x)::-ms-backdrop, .head-logolist li:nth-child(n+2):nth-child(-n+3) {margin-left: 33px;}
	_:-ms-lang(x)::-ms-backdrop, .head-nav li a {display: block; padding:25px 21.5px;}
	
/*===================================Mac OS(chrome)===================================*/
.mac .head-logolist li:nth-child(n+2):nth-child(-n+3) {margin-left: 21.5px;}
	
}



@media screen and (max-width: 767px) {
	header{width: 100%; display: flex;position: fixed;z-index: 999;}
	#head-bg{font-size: 16px;background-color: #ffffff;}
	
	#head-area{padding:5px 0;background-color: #ad0a0a;color: #ffffff;}
	
	.head-logo{width: 100%;display: block; margin-top: 15px; padding-bottom: 15px; border-bottom: 3px solid #9b0707;}
	.head-logolist{width: 60%;display: inline-block;}
	
	.sp-phone{display: inline-block;margin-left: 20px;}
	.sp-phone a:hover img{opacity: 1.0!important;}
	
	
	
	nav ul li{font-size: 20px;}

/* =============================================================================
	ハンバーガーナビ
   ========================================================================== */
#nav-drawer {position: relative;}

/*チェックボックス等は非表示に*/
.nav-unshown {display:none;}

/*アイコンのスペース*/
#nav-open {display: inline-block;width: 30px;height: 22px;vertical-align: middle;position: absolute;right: 10px;margin-top: -50px;box-sizing: border-box;transition: .3s ease-in-out;cursor: pointer;}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span:nth-of-type(1){position: absolute;height: 2px;/*線の太さ*/width: 30px;/*長さ*/border-radius: 3px;background: #333333;display: block;content: '';cursor: pointer;z-index: 999;transition: .5s ease-in-out;}
#nav-open span:nth-of-type(2){position: absolute;height: 2px;/*線の太さ*/width: 30px;/*長さ*/border-radius: 3px;background: #333333;display: block;content: '';cursor: pointer;z-index: 999;top: 8px;transition: .5s ease-in-out;}
#nav-open span:nth-of-type(3){position: absolute;height: 2px;/*線の太さ*/width: 30px;/*長さ*/border-radius: 3px;background: #333333;display: block;content: '';cursor: pointer;z-index: 999;top: 16px;transition: .5s ease-in-out;}
	
#hamburger-txt{color:#000;left:-1px;position:relative;top:13px;font-family:'lato', sans-serif;font-weight:bold;font-size: 10px;}

#nav-input:checked ~ #nav-open{position: absolute;right: 70%;transition: .3s ease-in-out;cursor: pointer;cursor: hand;z-index: 1000;}	
	
#nav-input:checked ~ #nav-open span:nth-of-type(1){-webkit-transform:translateY(8px) rotate(-45deg);transform:translateY(8px) rotate(-45deg);background: #ffffff;transition: .5s ease-in-out;}
#nav-input:checked ~ #nav-open span:nth-of-type(2) {opacity: 0;transition: .5s ease-in-out;}
#nav-input:checked ~ #nav-open span:nth-of-type(3) {-webkit-transform:translateY(-8px) rotate(45deg);transform:translateY(-8px) rotate(45deg);background: #ffffff;transition: .5s ease-in-out;}
#nav-input:checked ~ #nav-open #hamburger-txt {color: #ffffff!important;z-index: 998;}

/*閉じる用の薄黒カバー*/
#nav-close {display: none;/*はじめは隠しておく*/position: fixed;z-index: 99;top: 0;/*全体に広がるように*/left: 0;width: 100%;height: 100%;background: black;opacity: 0;transition: .3s ease-in-out;}

/*中身*/
#nav-content {overflow: auto;position: fixed;top: 0;right: 0;z-index: 2000;/*最前面に*/width: 250px;/*左側に隙間を作る（閉じるカバーを表示）*/max-width: 300px;/*　最大幅（調整してください）*/height: 100%;background: #fff;/*背景色*/transition: .3s ease-in-out;/*滑らかに表示*/-webkit-transform: translateX(105%);transform: translateX(105%);/*左に隠しておく*/}

#nav-input:checked ~ #nav-content {-webkit-transform: translateX(0%);transform: translateX(0%);/*中身を表示（左へスライド）*/box-shadow: 6px 0 25px rgba(0,0,0,.15);}	
	
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {display: block;/*カバーを表示*/opacity: .5;z-index: 999;}

#nav-content li {display: block;border-bottom: 1px dotted #ccc;}
#nav-content a {text-decoration: none;display: block;-webkit-transform: skew(0);-ms-transform: skew(0);transform: skew(0);padding: 20px 10px;}
	
	
}






/* =============================================================================
	footer
   ========================================================================== */
	footer {background-color: #9b0707!important;color: #fff;}
	footer h2 {font-weight: bold;}
	footer a {color: #fff;text-decoration: none;}
	footer a:link {color: #fff;}
	footer a:visited {color: #fff;}
	footer a:hover {color: #333;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	footer a:active {color: #fff;}
@media screen and (min-width: 768px) {
	#page-top {position: fixed;top: 80%; right: 5%;z-index: 999;}
	#page-top a.smooth {width: 74px;padding: 15px 0;text-align: center;background-color: #333;color: #fff;display: block;line-height: 1.2;}
	#page-top p{font-size: 20px;font-weight: bold;text-align: center;}
	
	.navfooter{padding: 50px 0 60px;}
	.navfooter ul{width: 924px; margin: auto;}
	.navfooter ul li{font-size: 15px; display: inline-block;}
	.navfooter ul li a{padding: 0 13px;}
	.navfooter ul li +li{background: url("../img/imgNavborder2.jpg")no-repeat left;}
	.navfooter p{text-align: center;margin: 40px 0 0;}
	
	
	/* =================================== ipad ======================================== */	

	.ipad #page-top {position: fixed;top: 80%; right: 5%;z-index: 999;}
	
	
}

@media screen and (max-width: 767px) {
	
	#page-top {position: fixed;top: 74.7%; right: 0;z-index: 993;}
	#page-top img{width: 80%;display: block;margin: auto;}
	#page-top a:hover p {color: #333333!important;}
	#page-top a:hover img{opacity: 1.0!important;}
	#page-top a.smooth {width: auto;padding: 15px 0;text-align: center;background-color: #333;color: #fff;display: block;line-height: 1.2;}
	#page-top p{font-size: 20px;font-weight: bold;text-align: center;}
	/*#page-top a:hover{color: #ECECEC!important;}*/
	
	.navfooter{padding: 15px 0;}
	.navfooter ul li{font-size: 15px; display: inline-block;}
	.navfooter ul li a{padding: 0 13px;}
	.navfooter ul li +li{background: url("../img/imgNavborder2.jpg")no-repeat left;}
	.navfooter p{text-align: center;}
}


/* =============================================================================
	スマホ用見積もりボタン
   ========================================================================== */
@media screen and (max-width: 767px) {
	.mitumori-sp{width: 100%;z-index: 993;background: rgb(255,255,255,0.6);/* margin-top: 120px;*/position: absolute;text-align: center;}
	.mitumori-sp-btn{display: block;padding: 10px 0;}
	
	.mitumori-sp a:hover{opacity: 1!important;}
	.mitumori-sp a:hover img{opacity: 1!important;}
}



/* =============================================================================
	topKeyimg
   ========================================================================== */
@media screen and (min-width: 768px) {
	.ttl-key{background:url("../img/bgKey.jpg")no-repeat top;background-size: cover; padding:45px 0; margin-top: 198px;}
	.ttl-key1{z-index: 992;position: relative;}
	.ttl-key2{z-index: 991;position: relative; margin-top: 20px;}
	.ttl-key2 li{display: inline-block;}
	.ttl-key2 li +li{margin-left: 5px;}
	
	.ttl-key2 li +li a{background: url("../img/btnTokubetu.png");width: 300px; padding: 30px 0;display: block;}
	.ttl-key2 li +li a:hover{background: url("../img/btnTokubetu2.png");width: 300px; padding: 30px 0;display: block;}
	
	#abs-Keyimg{z-index: 990;position: absolute;right: 20%;left: 60%; top:258px;}
	
	
/* =================================== IE ======================================== */
_:-ms-lang(x)::-ms-backdrop, #abs-Keyimg{z-index: 990;position: absolute;right: 20%;left: 60%; top:259px;}
	
/* =================================== eddge ======================================== */
	@supports (-ms-ime-align: auto) {#abs-Keyimg{z-index: 990;position: absolute;right: 20%;left: 60%; top:259px;}}
	
/* =================================== firefox ======================================== */
@-moz-document url-prefix(){
	#abs-Keyimg{z-index: 990;position: absolute;right: 20%;left: 60%; top:259px;}
} 
	
/* =================================== Mac Opera ======================================== */
@media (min-resolution: .001dpcm) { /* opera12 */
_:-o-prefocus, .mac .ttl-key{background:url("../img/bgKey.jpg")no-repeat;background-size: cover; padding:45px 0; margin-top: 198px;}
}

	
}

@media screen and (max-width: 767px) {
	.ttl-key{width: 100%;background:url("../img/bgKey.jpg")no-repeat 73%;background-size: cover; padding:230px 0 25px;}
	.ttl-key1{z-index: 992;position: relative;margin-top: 90px;}
	.ttl-key2{z-index: 991;position: relative;margin-top: 20px;}
	.ttl-key2 li{display: inline-block;}
	/*.ttl-key2 li +li{width: 300px; display: block; margin:20px auto 0;}*/
	
	.ttl-key2 li +li {margin: auto;display: block;}
	.ttl-key2 li +li a{background: url("../img/btnTokubetusp.png");background-size: cover;padding: 45px 0; display: block;margin:20px auto 0;}
	.ttl-key2 li +li a:hover{background: url("../img/btnTokubetusp2.png");background-size: cover;padding: 45px 0; display: block;margin:20px auto 0;}
	#abs-Keyimg{width: 60%; z-index: 990;position: absolute;top:195px;left: 20%;pointer-events: none;}
}



/* =============================================================================
	その他特典
   ========================================================================== */
@media screen and (min-width: 768px) {
	#firstcheck{padding: 40px 0;background-color: #e4e4e4;}
	.firstcheck-box{display: block; background-color: #ffffff;margin: auto; padding: 30px 15px;}
	.firstcheck-box h1{text-align: center;}
	
	.firstcheck-box ul{width: 1025px; display: block;margin:40px auto;}
	
	.firstcheck-box ul li{ width: 320px;display: inline-block;text-align: center;border: solid 5px #e60012;border-radius: 10px;}
	
	.firstcheck-box ul li +li{margin-left: 10px;}
	
	.firstcheck-box ul li:nth-child(1){padding: 13px 0;}
	.firstcheck-box ul li:nth-child(2){padding: 20px 0;}
	.firstcheck-box ul li:nth-child(3){padding: 25px 0;}
	
	.firstcheck-box ul li:nth-child(1) h2{font-size: 26px;font-weight: bolder;}
	.firstcheck-box ul li:nth-child(2) h2{font-size: 30px;font-weight: bolder;}
	.firstcheck-box ul li:nth-child(3) h2{font-size: 26px;font-weight: bolder;}
	
	
	.firstcheck-box ul li:nth-child(2) h2 img{margin-top: 9px;}
	.firstcheck-box ul li:nth-child(3) h2 img{margin-bottom: 11px;}
	
	.btn-check{width: 990px;display: block;margin: 0 auto;}
	
}

@media screen and (max-width: 767px) {
	#firstcheck{padding: 40px 0;background-color: #e4e4e4;}
	.firstcheck-box{display: block; background-color: #ffffff;margin: auto; padding: 30px 15px;}
	.firstcheck-box h1{text-align: center;}
	
	.firstcheck-box ul{display: block;margin:40px auto;}
	
	.firstcheck-box ul li{display: block;text-align: center;border: solid 5px #e60012;border-radius: 10px;}
	
	.firstcheck-box ul li +li{margin-top: 10px;}
	
	.firstcheck-box ul li:nth-child(1){padding: 13px 0;}
	.firstcheck-box ul li:nth-child(2){padding: 20px 0;}
	.firstcheck-box ul li:nth-child(3){padding: 25px 0;}
	
	.firstcheck-box ul li:nth-child(1) h2{font-size: 26px;font-weight: bolder;}
	.firstcheck-box ul li:nth-child(2) h2{font-size: 30px;font-weight: bolder;}
	.firstcheck-box ul li:nth-child(3) h2{font-size: 26px;font-weight: bolder;}
	
	.firstcheck-box ul li:nth-child(1) h2 img{width: 80%;}
	.firstcheck-box ul li:nth-child(2) h2 img{width: 80%;margin-top: 9px;}
	.firstcheck-box ul li:nth-child(3) h2 img{width: 80%;margin-bottom: 11px;}
	
	.btn-check{display: block;margin: 0 auto;}
}


/* =============================================================================
	6大特典
   ========================================================================== */
@media screen and (min-width: 768px) {
	#benefits6{margin: 20px 0 50px; background:url("../img/bg6daitokuten.png")repeat-x top;}
	#benefits6 h1{width: 685px; display: block;margin:0 auto 45px;}
	.benefits6-ttl1{margin-left: -110px;margin-bottom: -25px;}
	
	.benefits-list h2{color: #ffffff; font-size: 35px; font-weight: bold;background-color: #bf0000;}
	
	.benefits-list li{display: inline-block;width: 340px;text-align: center;border: 5px solid #bf0000;border-radius: 10px;}
	.benefits-list li +li{margin-left: 10px;}
	
	.benefits-list li p{color: #bf0000;font-size: 24px;font-weight: bold;}
	
	.benefits-list li:nth-child(1) p span{font-size: 32px;font-weight: bold;line-height: 1.16;}
	.benefits-list li:nth-child(2) p span{font-size: 32px;font-weight: bold;line-height: 1.2;}
	
	.benefits-list1 li:nth-child(1) p{padding: 35px 0;line-height: 1.49;}
	.benefits-list1 li:nth-child(2) p{padding: 35.5px 0;line-height: 1.49;}
	.benefits-list1 li:nth-child(3) p{padding: 35.5px 0;line-height: 1.49;}
	.benefits-list1 li:nth-child(3) p span{font-size: 32px;font-weight: bold;line-height: 1.2;}
	
	.benefits-list2 {margin-top: 40px;}
	.benefits-list2 li:nth-child(n+1):nth-child(-n+2) p{padding: 31px 0;line-height: 1.37;}
	.benefits-list2 li:nth-child(n+1):nth-child(-n+2) p span{line-height: 1.2!important;}
	.benefits-list2 li:nth-child(3) p{padding: 34px 0;}
	.benefits-list2 li:nth-child(3) p span{font-size: 32px;font-weight: bold;line-height: 1!important;}
	
	.txt-supple{font-size: 14px!important;color: #333!important;margin-top: 10px; text-align: center;padding:0 0 26px!important;}
	.txt-supple2{;padding:0 0 23px!important;}
	
	
	/*===============アイコン=================*/
	.benefits-list1 li:nth-child(1) h2::before{content: ""; background: url("../img/iconTokuten1.png")no-repeat;width: 75px;height: 75px;position: absolute;margin-left:-115px;margin-top: -20px;}
	.benefits-list1 li:nth-child(2) h2::before{content: ""; background: url("../img/iconTokuten2.png")no-repeat;width: 75px;height: 75px;position: absolute;margin-left:-115px;margin-top: -20px;}
	.benefits-list1 li:nth-child(3) h2::before{content: ""; background: url("../img/iconTokuten3.png")no-repeat;width: 75px;height: 75px;position: absolute;margin-left:-115px;margin-top: -20px;}
	
	
	.benefits-list2 li:nth-child(1) h2::before{content: ""; background: url("../img/iconTokuten4.png")no-repeat;width: 75px;height: 75px;position: absolute;margin-left:-115px;margin-top: -20px;}
	.benefits-list2 li:nth-child(2) h2::before{content: ""; background: url("../img/iconTokuten5.png")no-repeat;width: 75px;height: 75px;position: absolute;margin-left:-115px;margin-top: -20px;}
	.benefits-list2 li:nth-child(3) h2::before{content: ""; background: url("../img/iconTokuten6.png")no-repeat;width: 75px;height: 75px;position: absolute;margin-left:-115px;margin-top: -20px;}
	
	/* =================================== IE ======================================== */
_:-ms-lang(x)::-ms-backdrop, .benefits-list1 li:nth-child(1) h2::before{content: ""; background: url("../img/iconTokuten1.png")no-repeat;width: 75px;height: 75px;position: absolute;margin-left:0px;margin-top: -20px;}
_:-ms-lang(x)::-ms-backdrop, .benefits-list1 li:nth-child(2) h2::before{content: ""; background: url("../img/iconTokuten2.png")no-repeat;width: 75px;height: 75px;position: absolute;margin-left:0px;margin-top: -20px;}
_:-ms-lang(x)::-ms-backdrop, .benefits-list1 li:nth-child(3) h2::before{content: ""; background: url("../img/iconTokuten3.png")no-repeat;width: 75px;height: 75px;position: absolute;margin-left:0px;margin-top: -20px;}
	
_:-ms-lang(x)::-ms-backdrop, .benefits-list2 li:nth-child(1) h2::before{content: ""; background: url("../img/iconTokuten4.png")no-repeat;width: 75px;height: 75px;position: absolute;margin-left:0px;margin-top: -20px;}
_:-ms-lang(x)::-ms-backdrop, .benefits-list2 li:nth-child(2) h2::before{content: ""; background: url("../img/iconTokuten5.png")no-repeat;width: 75px;height: 75px;position: absolute;margin-left:0px;margin-top: -20px;}
_:-ms-lang(x)::-ms-backdrop, .benefits-list2 li:nth-child(3) h2::before{content: ""; background: url("../img/iconTokuten6.png")no-repeat;width: 75px;height: 75px;position: absolute;margin-left:0px;margin-top: -20px;}
	
	
	
	
	
}

@media screen and (max-width: 767px) {
	
	#benefits6{margin: 20px 0 50px; background:url("../img/bg6daitokuten.png")repeat-x top;}
	#benefits6 h1{display: block;margin:0 auto 45px;}
	.benefits6-ttl1{width: 50%;margin-bottom: -20px;}
	
	.benefits-list h2{color: #ffffff; font-size: 35px; font-weight: bold;background-color: #bf0000;}
	
	.benefits-list li{display:block;text-align: center;border: 5px solid #bf0000;border-radius: 10px;}
	.benefits-list li +li{margin-top: 40px;}
	
	.benefits-list li p{color: #bf0000;font-size: 24px;font-weight: bold;}
	
	.benefits-list li:nth-child(1) p span{font-size: 32px;font-weight: bold;line-height: 1.16;}
	.benefits-list li:nth-child(2) p span{font-size: 32px;font-weight: bold;line-height: 1.2;}
	
	.benefits-list1 li:nth-child(1) p{padding: 35px 0;line-height: 1.49;}
	.benefits-list1 li:nth-child(2) p{padding: 35.5px 0;line-height: 1.49;}
	.benefits-list1 li:nth-child(3) p{padding: 35.5px 0;line-height: 1.49;}
	.benefits-list1 li:nth-child(3) p span{font-size: 32px;font-weight: bold;line-height: 1.2;}
	
	.benefits-list2 {margin-top: 40px;}
	.benefits-list2 li:nth-child(n+1):nth-child(-n+2) p{padding: 35.5px 0;line-height: 1.37;}
	.benefits-list2 li:nth-child(n+1):nth-child(-n+2) p span{line-height: 1.2!important;}
	.benefits-list2 li:nth-child(3) p{padding: 31px 0;}
	.benefits-list2 li:nth-child(3) p span{font-size: 32px;font-weight: bold;line-height: 1.1!important;}
	
	.txt-supple{font-size: 14px!important;color: #333!important;margin-top: 10px; text-align: center;padding:0 0 25px!important;}
	.txt-supple2{;padding:0 0 23px!important;}
	
	
	/*===============アイコン=================*/
	.benefits-list1 li:nth-child(1) h2::before{content: ""; background: url("../img/iconTokuten1.png")no-repeat;width: 75px;height: 75px;position: absolute;margin-left:-115px;margin-top: -20px;}
	.benefits-list1 li:nth-child(2) h2::before{content: ""; background: url("../img/iconTokuten2.png")no-repeat;width: 75px;height: 75px;position: absolute;margin-left:-115px;margin-top: -20px;}
	.benefits-list1 li:nth-child(3) h2::before{content: ""; background: url("../img/iconTokuten3.png")no-repeat;width: 75px;height: 75px;position: absolute;margin-left:-115px;margin-top: -20px;}
	
	
	.benefits-list2 li:nth-child(1) h2::before{content: ""; background: url("../img/iconTokuten4.png")no-repeat;width: 75px;height: 75px;position: absolute;margin-left:-115px;margin-top: -20px;}
	.benefits-list2 li:nth-child(2) h2::before{content: ""; background: url("../img/iconTokuten5.png")no-repeat;width: 75px;height: 75px;position: absolute;margin-left:-115px;margin-top: -20px;}
	.benefits-list2 li:nth-child(3) h2::before{content: ""; background: url("../img/iconTokuten6.png")no-repeat;width: 75px;height: 75px;position: absolute;margin-left:-115px;margin-top: -20px;}
}

/* =============================================================================
	選ばれる理由
   ========================================================================== */
@media screen and (min-width: 768px) {
	/*===============ヘッダー=================*/
	.riyuu-head{background: url("../img/bgRiyu.jpg")no-repeat top;background-size: cover;padding: 15px 0 25px;}
	.riyuu-head ul li{display: inline-block;}
	.riyuu-head ul li +li{margin-bottom:-25px;}
	
	/*===============選ばれる理由リスト=================*/
	.riyuu-list{margin-top: 30px;}
	.riyuu-list li{display: inline-block;text-align: center;border: 5px solid #bf0000;border-radius: 10px;}
	.riyuu-list li img{padding:0 15px;}
	.riyuu-list li h2{color: #ffffff;font-size: 30px;font-weight: bold;background-color: #bf0000;padding: 5px 0 10px;}
	.riyuu-list li h2 span{color: #ffffff;font-size: 40px;font-weight: bold;margin-left: 3px;line-height: 1;}
	.riyuu-list li h3{font-size: 40px;font-weight: bold;padding: 25px 0 20px;line-height: 1.4;}
	.riyuu-list li h3 span{font-size: 35px;font-weight: bold;}
	.riyuu-list li p{font-size: 24px;line-height: 1.2; font-weight: bold;transform: scale(0.9, 1);padding: 35px 0 25px;}
	.riyuu-list li +li{margin-left: 30px;}
	.riyuu-list li +li p{line-height: 1.5;padding: 39px 0 25px;}
	
/* =================================== Mac OS (firefox) ======================================== */
@-moz-document url-prefix(){
	.mac .riyuu-list li +li{margin-left: 29px;}
}	
	
	
	
	
	
	
	/*===============選ばれる理由リスト アイコン=================*/
	.riyuu-list li:nth-child(1) h2::before{content: ""; background: url("../img/iconRiyu1.png")no-repeat;width: 36px;height: 36px;position: absolute;margin-left:-50px;margin-top: -2px;}
	.riyuu-list li:nth-child(2) h2::before{content: ""; background: url("../img/iconRiyu2.png")no-repeat;width: 37px;height: 36px;position: absolute;margin-left:-50px;margin-top: -2px;}
	.riyuu-list li:nth-child(3) h2::before{content: ""; background: url("../img/iconRiyu3.png")no-repeat;width: 37px;height: 40px;position: absolute;margin-left:-50px;margin-top: -2px;}
	
		/* =================================== IE ======================================== */
_:-ms-lang(x)::-ms-backdrop, .riyuu-list li:nth-child(1) h2::before{content: ""; background: url("../img/iconRiyu1.png")no-repeat;width: 36px;height: 36px;position: absolute;margin-left:10px;margin-top: 0;}
	
_:-ms-lang(x)::-ms-backdrop, .riyuu-list li:nth-child(2) h2::before{content: ""; background: url("../img/iconRiyu2.png")no-repeat;width: 37px;height: 36px;position: absolute;margin-left:10px;margin-top: 0;}
	
_:-ms-lang(x)::-ms-backdrop, .riyuu-list li:nth-child(3) h2::before{content: ""; background: url("../img/iconRiyu3.png")no-repeat;width: 37px;height: 40px;position: absolute;margin-left:10px;margin-top: 0;}
	
	
	/*===============「技術力」に自信あり=================*/
	
	.riyuu1-head{background: url("../img/bgRiyu1.jpg")no-repeat top;background-size: cover;margin-top: 50px;}
	.riyuu1-head::after{content: "";background: url("../img/imgTriangle1.png");width: 35px;height: 23px;right: 50%;left: 50%;position: absolute;}
	.riyuu1-head h4{text-align: center;padding: 70px 0 45px;}
	
	.riyuu1-box{background-color: #f4f4f4;padding: 55px 0;}
	.riyuu1-box-txt{font-size: 20px;display: table;margin: auto;line-height: 1.7;}
	.koujounum{display: block;margin:auto;padding: 40px 0 65px;}
	
	.riyuu1-staf-list {display: flex; justify-content: space-around;}
	.riyuu1-staf-list li h5{font-size: 25px;font-weight: bold;text-align: center;margin-top: 10px;}
	.riyuu1-staf-list li h5 span{font-size: 16px;margin-right: 20px;line-height: 1.5;}
	.riyuu1-staf-list li p{font-size: 16px;text-align: center;margin-top: 10px;line-height: 1.6;}
	.riyuu1-staf-list li:nth-child(4) p{padding-bottom: 25px;}
	.riyuu1-staf-list li +li{margin-left: 7px;}
	
	/*===============「価格」に自信あり=================*/
	.riyuu2{background-color:#f4f4f4;padding-bottom: 45px;}
	.riyuu2-head{background: #fff;background-size: cover;}
	.riyuu2-head::after{content: "";background: url("../img/imgTriangle1.png");width: 35px;height: 23px;right: 50%;left: 50%;position: absolute;}
	.riyuu2-head h4{text-align: center;padding: 60px 0;}
	
	.riyuu2-box{padding: 55px 0 0;}
	
	.ttl-riyuu2 .pc{display: block;margin:0 auto 50px!important;}
	
	.ttl-riyuu2-2{background: url("../img/bgRiyu2.png")no-repeat top;background-size: cover;padding: 105px 0;}
	.ttl-riyuu2-2 h4 img{display: block; margin: auto;}
	
	.btn-check2{margin-bottom: 50px;}
	
	
	.waribiki-list{margin-top: -10px;}
	.waribiki-list li{width: 340px; display: inline-block;text-align: center;border: 5px solid #bf0000;border-radius: 10px;background-color: #fff;}
	.waribiki-list li h5{color: #ffffff;font-size: 25px;font-weight: bold;background-color: #bf0000;padding: 10px 0 15px;display: block;}
	.waribiki-list li h5 span{font-size: 35px;font-weight: bold;line-height: 0.8;margin-right: 10px;}
	.waribiki-list li p{font-size: 35px;font-weight: bold;padding: 28px 0;color: #bf0000;}
	.waribiki-list li p span{font-size: 25px;font-weight: bold;line-height: 1.4;}
	.waribiki-list li:nth-child(n+2):nth-child(-n+3),.waribiki-list li:nth-child(n+5):nth-child(-n+6){margin-left: 10.5px;}
	.waribiki-list li:nth-child(n+4):nth-child(-n+6){margin-top: 20px;}
	
	.waribiki-list li .flex{
		display: flex;
	}
	.waribiki-list li .small{
		font-size: 15px;
	}
	/*.waribiki-list2{display: table; margin: 80px auto 0;}
	.waribiki-list2 li{width: 496px; display: inline-block;}
	.waribiki-list2 li:nth-child(1){border: 5px solid #002e73;border-radius: 10px;background-color: #fff;}
	.waribiki-list2 li:nth-child(1) h5{color: #ffffff;text-align: right; font-size: 25px;font-weight: bold;background-color: #002e73;padding: 25px 90px 30px 0;display: block;}
	.waribiki-list2 li:nth-child(1) h5::before{content: ""; background: url("../img/iconDealer.png")no-repeat;width: 173px;height: 63px;position: absolute;margin-left:-255px;margin-top: -17px;}
	.waribiki-list2 li:nth-child(1) h5::after{content: ""; background: url("../img/imgTriangle3.png")no-repeat;width: 33px;height: 22px;position: absolute;margin-left:-160px;margin-top: 57px;}
	.waribiki-list2 li:nth-child(1) img{display: block;margin: auto;padding: 124px 0 125px;}
	
	.waribiki-list2 li:nth-child(2){width: auto;margin:0 10px 141px;}
	
	.waribiki-list2 li:nth-child(3){border: 5px solid #bf0000;border-radius: 10px;background-color: #fff;}
	.waribiki-list2 li:nth-child(3) h5{color: #ffffff;text-align: right; font-size: 25px;font-weight: bold;background-color: #bf0000;padding: 25px 50px 30px 0;display: block;}
	.waribiki-list2 li:nth-child(3) h5::before{content: ""; background: url("../img/iconLogo.png")no-repeat;width: 56px;height: 73px;position: absolute;margin-left:-175px;margin-top: -17px;}
	.waribiki-list2 li:nth-child(3) h5::after{content: ""; background: url("../img/imgTriangle4.png")no-repeat;width: 33px;height: 22px;position: absolute;margin-left:-210px;margin-top: 57px;}
	.waribiki-list2 li:nth-child(3) img{display: block;margin: auto;padding: 45px 0;}*/
	
	
	.waribiki-list2{font-size: 0; margin: 80px auto 0;}
	.waribiki-list2 li{display: inline-block;pointer-events: none;}
	.waribiki-list2 li:nth-child(2){width: auto;margin:0 9px 145px;}
	
/* =================================== safari ======================================== 
.safari*/
	
/* =================================== IE ======================================== */
/*_:-ms-lang(x)::-ms-backdrop, .waribiki-list2 li{width: 491px; display: inline-block;}
	
_:-ms-lang(x)::-ms-backdrop, .waribiki-list2 li:nth-child(3) h5::before{content: ""; background: url("../img/iconLogo.png")no-repeat;width: 56px;height: 73px;position: absolute;margin-left:30px;margin-top: -17px;}
	
_:-ms-lang(x)::-ms-backdrop, .waribiki-list2 li:nth-child(1) h5::before{content: ""; background: url("../img/iconDealer.png")no-repeat;width: 173px;height: 63px;position: absolute;margin-left:30px;margin-top: -17px;}*/
/* =================================== eddge ======================================== */
	@supports (-ms-ime-align: auto) {
  /*.waribiki-list2 li{width: 491px; display: inline-block;}*/
}
	
/* =================================== firefox ======================================== */
@-moz-document url-prefix(){
/*.waribiki-list2 li{width: 491px; display: inline-block;}*/

}

/* =================================== Mac OS (firefox) ======================================== */
@-moz-document url-prefix(){
	.mac .waribiki-list li:nth-child(n+2):nth-child(-n+3),.waribiki-list li:nth-child(n+5):nth-child(-n+6){margin-left: 9.5px;}

}
	
	
/* =================================== ipad ======================================== */	
.ipad .waribiki-list2 li:nth-child(2){width: auto;margin:0 5px 145px;}
	
	
	
	
	
	
	/*===============「サービス」に自信あり=================*/
	
	.riyuu3{background-color:#f4f4f4;clear: both;overflow: hidden;border-bottom: 12px solid #bf0000;}
	.riyuu3 .wrap{clear: both;overflow: hidden;}
	.riyuu3-head{background: #fff;}
	.riyuu3-head::after{content: "";background: url("../img/imgTriangle1.png");width: 35px;height: 23px;right: 50%;left: 50%;position: absolute;}
	.riyuu3-head h4{text-align: center;padding: 60px 0;}
	
	.service-box ul{margin-top: 10px;}
	.service-box ul li{display: inline-block;}
	.service-box ul li img{display: block;}
	.service-box ul li:nth-child(1){float: right;margin-top: 50px;}
	.service-box ul li:nth-child(1) img{margin-bottom: 10px;}
	.service-img1{margin-left: -25px;}
	.service-img2{margin-left: 10px;}
	.service-box ul li:nth-child(2){float: left;}
	.service-start{position: absolute;margin-top: -297px;margin-left: -45px;}
}




@media screen and (max-width: 767px) {
	/*===============ヘッダー=================*/
	.riyuu-head{background: url("../img/bgRiyu.jpg")no-repeat top;background-size: cover;padding: 15px 0 25px;}
	.riyuu-head ul li{display: block;}
	.riyuu-head ul li +li{margin:25px 0 -25px;}
	
	/*===============選ばれる理由リスト=================*/
	.riyuu-list{margin-top: 30px;}
	.riyuu-list li{display: block;text-align: center;border: 5px solid #bf0000;border-radius: 10px;}
	.riyuu-list li img{padding:0 15px;}
	.riyuu-list li h2{color: #ffffff;font-size: 25px;font-weight: bold;background-color: #bf0000;padding: 5px 0 10px;}
	.riyuu-list li h2 span{color: #ffffff;font-size: 30px;font-weight: bold;margin-left: 3px;}
	.riyuu-list li h3{font-size: 40px;font-weight: bold;padding: 25px 0 20px;line-height: 1.4;}
	.riyuu-list li h3 span{font-size: 35px;font-weight: bold;}
	.riyuu-list li p{font-size: 24px;line-height: 1.2; font-weight: bold;transform: scale(0.9, 1);padding: 35px 0 25px;}
	.riyuu-list li +li{margin-top: 15px;}
	.riyuu-list li +li p{line-height: 1.5;padding: 39px 0 25px;}
	/*===============選ばれる理由リスト アイコン=================*/
	.riyuu-list li:nth-child(1) h2::before{content: ""; background: url("../img/iconRiyu1.png")no-repeat;width: 36px;height: 36px;position: absolute;margin-left:-50px;margin-top: -2px;}
	.riyuu-list li:nth-child(2) h2::before{content: ""; background: url("../img/iconRiyu2.png")no-repeat;width: 37px;height: 36px;position: absolute;margin-left:-50px;margin-top: -2px;}
	.riyuu-list li:nth-child(3) h2::before{content: ""; background: url("../img/iconRiyu3.png")no-repeat;width: 37px;height: 40px;position: absolute;margin-left:-50px;margin-top: -2px;}
	
	
	/*===============「技術力」に自信あり=================*/
	.riyuu1{margin-top: 65px;}
	.riyuu1-head{background: url("../img/bgRiyu1.jpg")no-repeat top;background-size: cover;margin-top: 50px;}
	.riyuu1-head::after{content: "";background: url("../img/imgTriangle1.png");width: 35px;height: 23px;left:45%;right:55%;position: absolute;}
	.riyuu1-head h4{text-align: center;padding: 70px 0 45px;}
	
	.riyuu1-box{background-color: #f4f4f4;padding: 55px 0 25px;}
	.riyuu1-box-txt{font-size: 20px;display: table;margin: auto;line-height: 1.7;}
	.koujounum{display: block;margin:auto;padding: 40px 0 65px;}
	
	.riyuu1-staf-list li{display: block;}
	.riyuu1-staf-list li img{display: block; margin: auto;}
	.riyuu1-staf-list li h5{font-size: 25px;font-weight: bold;text-align: center;margin-top: 10px;}
	.riyuu1-staf-list li h5 span{font-size: 16px;margin-right: 20px;line-height: 1.5;}
	.riyuu1-staf-list li p{font-size: 16px;text-align: center;margin-top: 10px;line-height: 1.6;}
	.riyuu1-staf-list li:nth-child(4) p{padding-bottom: 25px;}
	.riyuu1-staf-list li +li{margin-top: 15px;}
	
		
	/*===============「価格」に自信あり=================*/
	.riyuu2{background-color:#f4f4f4;padding-bottom: 45px;}
	.riyuu2-head{background: #fff;background-size: cover;}
	.riyuu2-head::after{content: "";background: url("../img/imgTriangle1.png");width: 35px;height: 23px;left:45%;right:55%;position: absolute;}
	.riyuu2-head h4{text-align: center;padding: 60px 0;}
	
	.riyuu2-box{padding: 55px 0 0;}
	.ttl-riyuu2 .sp{display: block;margin:0 auto 50px!important;}
	
	.ttl-riyuu2-2{background: url("../img/bgRiyu2.png")no-repeat top;background-size: cover;padding: 55px 0;}
	.ttl-riyuu2-2 h4 img{display: block; margin: auto;}
	
	.btn-check2{margin-bottom: 50px;}
	
	.waribiki-list{margin-top: -10px;}
	.waribiki-list li{display: block;text-align: center;border: 5px solid #bf0000;border-radius: 10px;background-color: #fff;}
	.waribiki-list li +li{margin-top: 30px;}
	.waribiki-list li h5{color: #ffffff;font-size: 25px;font-weight: bold;background-color: #bf0000;padding: 5px 0 10px;display: block;}
	.waribiki-list li h5 span{font-size: 35px;font-weight: bold;line-height: 0.8;margin-right: 10px;}
	.waribiki-list li p{font-size: 35px;font-weight: bold;padding: 20px 0;color: #bf0000;}
	.waribiki-list li p span{font-size: 25px;font-weight: bold;line-height: 1.4;}
	
	/*.waribiki-list2{margin: 50px auto 0;}
	.waribiki-list2 li{display: block;}
	.waribiki-list2 li:nth-child(1){border: 5px solid #002e73;border-radius: 10px;background-color: #fff;}
	.waribiki-list2 li:nth-child(1) h5{color: #ffffff;text-align: right; font-size: 25px;font-weight: bold;background-color: #002e73;padding: 25px 0 30px;display: block;width: 100%;}
	.waribiki-list2 li:nth-child(1) h5::before{content: ""; background: url("../img/iconDealer.png")no-repeat;width: 173px;height: 63px;position: absolute;margin-left:-195px;margin-top: -17px;}
	.waribiki-list2 li:nth-child(1) h5::after{content: ""; background: url("../img/imgTriangle3.png")no-repeat;width: 33px;height: 22px;position: absolute;left: 46%;right: 54%; margin-top: 57px;}
	.waribiki-list2 li:nth-child(1) img{display: block;margin: auto;padding: 124px 0 125px;}
	
	.waribiki-list2 li:nth-child(2){width: auto;margin:30px 0;}
	.waribiki-list2 li:nth-child(2) .sp{display: block; margin:auto;}
	
	.waribiki-list2 li:nth-child(3){border: 5px solid #bf0000;border-radius: 10px;background-color: #fff;}
	.waribiki-list2 li:nth-child(3) h5{color: #ffffff;text-align: right; font-size: 25px;font-weight: bold;background-color: #bf0000;padding: 25px 0 30px;display: block;width: 100%;}
	.waribiki-list2 li:nth-child(3) h5::before{content: ""; background: url("../img/iconLogo.png")no-repeat;width: 56px;height: 73px;position: absolute;margin-left:-80px;margin-top: -17px;}
	.waribiki-list2 li:nth-child(3) h5::after{content: ""; background: url("../img/imgTriangle4.png")no-repeat;width: 33px;height: 22px;position: absolute;left: 46%;right: 54%;margin-top: 57px;}
	.waribiki-list2 li:nth-child(3) img{display: block;margin: auto;padding: 45px 0;}
	
	.waribiki-list2 li:nth-child(1) img,.waribiki-list2 li:nth-child(3) img{width: 65%;}*/
	
	.waribiki-list2{margin: 50px auto 0;}
	.waribiki-list2 li{display: block;pointer-events: none;}
	.waribiki-list2 li:nth-child(2){width: auto;margin:30px 0;}
	.waribiki-list2 li:nth-child(2) .sp{display: block; margin:auto;}
	
	/*===============「サービス」に自信あり=================*/
	
	.riyuu3{background-color:#f4f4f4;clear: both;overflow: hidden;border-bottom: 12px solid #bf0000;}
	.riyuu3 .wrap{clear: both;overflow: hidden;}
	.riyuu3-head{background: #fff;}
	.riyuu3-head::after{content: "";background: url("../img/imgTriangle1.png");width: 35px;height: 23px;left:45%;right:55%;position: absolute;}
	.riyuu3-head h4{text-align: center;padding: 60px 0;}
	
	.service-box ul{margin-top: 50px;padding-bottom: 30px;}
	.service-box ul li{display: block;}
	.service-box ul li img{display: block;}
	.service-img1sp{width: 40%;z-index: 991;position: relative; float: right;}
	.service-img2sp{width: 50%;z-index: 991;position: relative;float: left;margin-top: 52px;margin-left: 25px;}
	.service-img3sp{width: 65%;position: absolute;z-index: 990; float: left;margin-top: 78px;}
	.service-start{position: absolute;margin-top: -297px;margin-left: -45px;}
	.service-box li:nth-child(2) img{width: auto;margin:20px 0 0;}
}



/* =============================================================================
	お客様の声
   ========================================================================== */
@media screen and (min-width: 768px) {
	#voice{background: url("../img/bgCustomerVoice.jpg")no-repeat center;background-size: cover;padding: 35px 0 50px;}
	.voice-list li{display: inline-block;}
	.voice-list li:nth-child(2){margin: 0 63px;}
	.voice-list li:nth-child(3){vertical-align: top;}
	
	.customer-voice{margin-top: 20px;}
	.customer-voice img{display: block; margin: auto;}
	.customer-voice p{text-align: center; font-size: 23px;font-weight: bold;font-family:"メイリオ", Meiryo, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,sans-serif!important;}
	#voice h1{margin-top: 40px; text-align: center; font-size: 18px;font-weight: bold;font-family:"メイリオ", Meiryo, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,sans-serif!important;line-height: 2.5;}
	
	.slider{padding: 60px 0;}
	.slides li{width: 340px;height: 210px;border: 5px solid #bf0000;border-radius: 10px;background: #fff;padding: 45px 15px 20px!important;}
	.slides li h2, .slides li p{font-size: 16px;color: #333333;}
	.slides li h2{margin-bottom: 30px;margin-left: 50px;}
	.slides li h2::before{content: "";background: url("../img/iconCustomerVoice2.png");width: 45px;height: 63px;position: absolute;margin-left: -50px;margin-top: -30px;}
	.slides li p{line-height: 1.8;}
}

@media screen and (max-width: 767px) {
	#voice{background: url("../img/bgCustomerVoice.jpg")no-repeat center;background-size: cover;padding: 35px 0 50px;}
	.voice-list li{display: inline-block;width: 29%;}
	.voice-list li:nth-child(2){margin: 0 14px;}
	.voice-list li:nth-child(3){vertical-align: top;}
	
	.customer-voice{margin-top: 20px;}
	.customer-voice img{display: block; margin: auto;}
	.customer-voice p{margin-top: 10px; text-align: center; font-size: 20px;font-weight: bold;font-family:"メイリオ", Meiryo, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,sans-serif!important;line-height: 1.6;}
	#voice h1{margin-top: 40px; text-align: center; font-size: 18px;font-weight: bold;font-family:"メイリオ", Meiryo, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,sans-serif!important;line-height: 2.5;}
	
	.slider{padding: 60px 0;}
	.slides li{height: 210px;border: 5px solid #bf0000;border-radius: 10px;background: #fff;padding: 45px 15px 20px!important;}
	
	.slides li h2, .slides li p{font-size: 16px;color: #333333;}
	.slides li h2{margin-bottom: 30px;margin-left: 50px;}
	.slides li h2::before{content: "";background: url("../img/iconCustomerVoice2.png");width: 45px;height: 63px;position: absolute;margin-left: -50px;margin-top: -30px;}
	.slides li p{line-height: 1.8;}

}

/* =============================================================================
	3step
   ========================================================================== */
@media screen and (min-width: 768px) {
	#service-step{background: #f4f4f4;padding-bottom:50px; }
	.service-step-head{background-color: #ac0606;padding: 40px 0;}
	.service-step-head::before{content: "";background: url("../img/imgTriangle5.png");width: 35px;height: 23px;position: absolute;margin-top: 150px;left:50%;right:50%;}
	
	
	/*.service-step-head::after{content: "";background: url("../img/img3Stepstaf.png")no-repeat right;width: 353px;height: 423px;position: absolute;margin-top: -140px;padding-left: 62%;left: 62%;right: 38%;}*/
	
	
	.service-step-head::after{left:0;right:0;content: "";background: url("../img/img3Stepstaf.png")no-repeat right;width: 1140px;height: 423px;position: absolute;margin:-140px auto 0;}
	
	
	.service-step-box h2{width: 532px; display: block;margin:70px auto 0;}
	
	.step-list{border: 5px solid #bf0000;border-radius: 10px;padding: 25px;background: #ffffff;margin-top: 27px;}
	.step-list li{display: inline-block;}
	.step-list li +li{vertical-align: top;width: 60%;margin-left: 35px;}
	.step-num,.step-ttl h3{display: inline-block;}
	.step-num{background-color: #bf0000;font-size: 25px;color: #fff;padding: 10px 40px;border-radius: 0 40px 0 40px;}
	.step-num span{font-size: 50px;line-height: 0.8;}
	
	
	.step-ttl {border-bottom: solid 3px #333;padding-bottom: 5px;}
	.step-ttl h3{font-size: 35px;font-weight: bold;margin: 0 0 10px 10px;}
	.step-list li p{line-height: 1.5; margin-top: 15px; font-size: 20px;font-family:"メイリオ", Meiryo, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,sans-serif!important;}
	
	.step-tel li:nth-child(1) > a ul::before{content: "";background: url("../img/iconFreedial2.png");width: 62px;height: 36px;position: absolute;margin-left: -75px;}.step-tel li:nth-child(1) > a ul li{display: block;}
	.step-tel li:nth-child(1) > a ul li +li{margin-left: 0;width: auto;}
	.step-tel li:nth-child(1) > a p{font-size: 20px;color: #12a73b; font-weight: bold;font-family: "游ゴシック","ヒラギノ角ゴ Pro W3", "Helvetica Neue", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;margin-bottom: 5px;}
	.step-tel li:nth-child(1) > a ul li:nth-child(1){font-size: 38px; font-weight: bold;margin-bottom: 5px;line-height: 1;}
	.step-tel li:nth-child(1) > a ul li:nth-child(2){font-size: 18px; font-weight: bold;font-family: "游ゴシック","ヒラギノ角ゴ Pro W3", "Helvetica Neue", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;margin-bottom: 5px;line-height: 1;}
	.step-tel li:nth-child(1) > a ul{margin-left: 75px;}
	.step-tel li:nth-child(1) > a:hover{color: #333333;}
	.omitsumoribtn{display: inline-block!important; width: auto!important;margin-left: 20px!important;margin-top: 40px;}
	
	.step-list2{margin-top: 35px;}
	.step-list2 li p{margin-top: 45px;}
	.step-list2 li p span{font-size: 30px;font-weight: bold;color:#bf0000;line-height: 1.3;}
	
	/* =================================== safari ======================================== */
.safari .omitsumoribtn{display: inline-block!important; width: auto!important;margin-left: 17px!important;margin-top: 40px;}
/*.safari .service-step-head::after{content: "";background: url("../img/img3Stepstaf.png");width: 353px;height: 423px;position: absolute;margin-top: -140px;left: 59%;right: 38%;}*/
	
.safari .service-step-head::after{left:0;right:0;content: "";background: url("../img/img3Stepstaf.png")no-repeat right;width: 1140px;height: 423px;position: absolute;margin:-140px auto 0;}
	
	
	
/* =================================== IE ======================================== 
_:-ms-lang(x)::-ms-backdrop, {}*/
	
/* =================================== eddge ======================================== */
	@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */
}
	
/* =================================== Mac OS (firefox) ======================================== */
@-moz-document url-prefix(){
	/*.mac .service-step-head::after{content: "";background: url("../img/img3Stepstaf.png")no-repeat;width: 353px;height: 423px;position: absolute;margin-top: -140px;left: 59%;right: 38%;}*/
	
	.mac .service-step-head::after{left:0;right:0;content: "";background: url("../img/img3Stepstaf.png")no-repeat right;width: 1140px;height: 423px;position: absolute;margin:-140px auto 0;}
}	

/*===================================Mac OS(chrome)===================================*/
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {

.mac .omitsumoribtn{display: inline-block!important; width: auto!important;margin-left: 18px!important;margin-top: 40px;}
/*.mac .service-step-head::after{content: "";background: url("../img/img3Stepstaf.png")no-repeat;width: 353px;height: 423px;position: absolute;margin-top: -140px;left: 58.5%;right: 38%;}*/	

	.mac .service-step-head::after{left:0;right:0;content: "";background: url("../img/img3Stepstaf.png")no-repeat right;width: 1140px;height: 423px;position: absolute;margin:-140px auto 0;}

}
	
/* =================================== Mac Opera ======================================== */
@media (min-resolution: .001dpcm) { /* opera12 */
	_:-o-prefocus, .mac .service-step-head::after{content: "";background: url("../img/img3Stepstaf.png")no-repeat;width: 353px;height: 423px;position: absolute;margin-top: -140px;left: 59%;right: 38%;}
}
	
/* =================================== ipad ======================================== */	

	.ipad .service-step-head::before{content: "";background: url("../img/imgTriangle5.png");width: 35px;height: 23px;position: absolute;margin-top: 149px;left:50%;right:50%;}
	.ipad .service-step-head::after{content: "";background: url("../img/img3Stepstaf.png")no-repeat;width: 353px;height: 423px;position: absolute;margin-top: -140px;left:68%;right:32%;}
	

}

@media screen and (max-width: 767px) {
	#service-step{background: #f4f4f4;padding-bottom:50px; }
	.service-step-head{background-color: #ac0606;padding: 40px 0;}
	.service-step-head::before{content: "";background: url("../img/imgTriangle5.png");width: 35px;height: 23px;position: absolute;margin-top: 75px;left:45%;right:55%;}
	
	
	.service-step-box h2{display: block;margin:70px auto 0;}
	
	.step-list{border: 5px solid #bf0000;border-radius: 10px;padding: 10px;background: #ffffff;margin-top: 27px;}
	.step-list li{display: inline-block;}
	.step-num,.step-ttl h3{display: inline-block;}
	.step-num{background-color: #bf0000;font-size: 20px;color: #fff;padding: 10px 40px;border-radius: 0 40px 0 40px;margin-bottom: 10px;}
	.step-num span{font-size: 40px;line-height: 0.8;}
	
	
	.step-ttl {border-bottom: solid 3px #333;padding-bottom: 5px;margin-top: 20px;}
	.step-ttl h3{font-size: 35px;font-weight: bold;margin: 0 0 5px 10px;}
	.step-list li p{line-height: 1.5; margin-top: 15px; font-size: 20px;font-family:"メイリオ", Meiryo, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,sans-serif!important;}
	
	.step-tel li:nth-child(1) > a ul::before{content: "";background: url("../img/iconFreedial2.png");width: 62px;height: 36px;position: absolute;margin-left: -75px;}.step-tel li:nth-child(1) > a ul li{display: block;}
	.step-tel li:nth-child(1) > a ul li +li{margin-left: 0;width: auto;}
	.step-tel li:nth-child(1) > a p{font-size: 20px;color: #12a73b; font-weight: bold;font-family: "游ゴシック","ヒラギノ角ゴ Pro W3", "Helvetica Neue", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;margin-bottom: 5px;}
	.step-tel li:nth-child(1) > a ul li:nth-child(1){font-size: 35px; font-weight: bold;margin-bottom: 5px;line-height: 1;}
	.step-tel li:nth-child(1) > a ul li:nth-child(2){font-size: 18px; font-weight: bold;font-family: "游ゴシック","ヒラギノ角ゴ Pro W3", "Helvetica Neue", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;margin-bottom: 5px;line-height: 1;}
	.step-tel li:nth-child(1) > a ul{margin-left: 75px;}
	.step-tel li:nth-child(1) > a:hover{color: #333333;}
	.omitsumoribtn{display: block!important; width: auto!important;margin:20px auto 0!important;text-align: center;}
	
	.step-list2{margin-top: 35px;}
	.step-list2 li p{margin-top: 45px;}
	.step-list2 li p span{font-size: 30px;font-weight: bold;color:#bf0000;line-height: 1.3;}
}


/* =============================================================================
	価格表
   ========================================================================== */
@media screen and (min-width: 768px) {
	.syaken-head{background-color: #ac0606;padding: 50px 0 35px;}
	.syaken-head::before{content: "";background: url("../img/imgTriangle5.png");width: 35px;height: 23px;position: absolute;margin-top: 120px;left:50%;right:50%;}
	
	#syaken h2{width: 365px;display: block;margin:70px auto 0;}
	
	.syakenbg1{clear: both;overflow: hidden;width: 100%; padding-top: 60px;background: url("../img/imgSakenwoman1.png")no-repeat left;font-size: 0;margin-top: 17px; margin-left: -20px;}
	.car-list{margin-bottom: 30px;float: right;}
	.car-name{font-size: 14px;}
	.car-list li{width: 255px; display: inline-block; border: 5px solid #bf0000;border-radius: 10px;background: #fff;}
	.car-list li +li{margin-left: 25px;}
	.car-list li::before{content: "";background: url("../img/imgTriangle6.png");width: 39px;height: 22px;position: absolute;margin-top: 445px;margin-left: 110px;}
	.syakenbg2 .car-list li::before{content: "";background: url("../img/imgTriangle6.png");width: 39px;height: 22px;position: absolute;margin-top: 445px;margin-left: 110px;}
	.car-list li h3{background-color: #bf0000;font-size: 25px;font-weight: bold; font-family:"メイリオ", Meiryo, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,sans-serif!important;text-align: center;color: #fff;padding: 10px 0;}
	.car-list li h3 span{font-size: 16px;font-weight: bold;}
	
	.car-list-inner{padding:25px 17px 5px;}
	.imgcar{display: block;margin: auto;}
	.imgprice{display: block;margin:85px auto 20px;}
	.imgprice2{display: block;margin:89.49px auto 20px;}
	.imgprice3{display: block;margin:71.8px auto 20px;}
	.imgprice4{display: block;margin:95px auto 20px;}
	.imgprice5{display: block;margin:92.8px auto 20px;}
	.imgprice6{display: block;margin:94px auto 20px;}
	.car-list-inner p{text-align: center;}
	.car-name{margin-top: 20px;text-align: center;}
	.taisyousya{font-size: 16px;font-weight: bold; color: #fff; background: #00479d;border-radius: 25px;padding: 10px 0;margin-top: 10px;}
	.taisyousya span{font-size: 20px;font-weight: bold; color: #ffbd0a;margin-left: 5px;}
	
	
	/* =================================== safari ======================================== */
	.safari .car-list li::before{content: "";background: url("../img/imgTriangle6.png");width: 39px;height: 22px;position: absolute;margin-top: 445px;margin-left: 110px;}
	.safari .syakenbg2 .car-list li::before{content: "";background: url("../img/imgTriangle6.png");width: 39px;height: 22px;position: absolute;margin-top: 445px;margin-left: 110px;}
	.safari .car-name{font-size: 15px;}
	.safari .imgprice{display: block;margin:86px auto 20px;}
	.safari .imgprice2{display: block;margin:90.49px auto 20px;}
	.safari .imgprice3{display: block;margin:71.8px auto 20px;}
	.safari .imgprice4{display: block;margin:96px auto 20px;}
	.safari .imgprice5{display: block;margin:96px auto 20px;}
	.safari .imgprice6{display: block;margin:96px auto 20px;}
	
/* =================================== IE ======================================== */
_:-ms-lang(x)::-ms-backdrop, .car-list li::before{content: "";background: url("../img/imgTriangle6.png");width: 39px;height: 22px;position: absolute;margin-top: 445px;margin-left: 110px;}
_:-ms-lang(x)::-ms-backdrop, .syakenbg2 .car-list li::before{content: "";background: url("../img/imgTriangle6.png");width: 39px;height: 22px;position: absolute;margin-top: 445px;margin-left: 110px;}
	
/* =================================== eddge ======================================== */
	@supports (-ms-ime-align: auto) {
  .car-list li::before{content: "";background: url("../img/imgTriangle6.png");width: 39px;height: 22px;position: absolute;margin-top: 445px;margin-left: 110px;}
  .syakenbg2 .car-list li::before{content: "";background: url("../img/imgTriangle6.png");width: 39px;height: 22px;position: absolute;margin-top: 445px;margin-left: 110px;}
}
	
/* =================================== firefox ======================================== */
@-moz-document url-prefix(){
	
	.car-list li::before{content: "";background: url("../img/imgTriangle6.png");width: 39px;height: 22px;position: absolute;margin-top: 445px;margin-left: 110px;}

	.syakenbg2 .car-list li::before{content: "";background: url("../img/imgTriangle6.png");width: 39px;height: 22px;position: absolute;margin-top: 445px;margin-left: 110px;}
}
	
/*===================================Mac OS(chrome)===================================*/
/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	.mac .car-list li::before{content: "";background: url("../img/imgTriangle6.png");width: 39px;height: 22px;position: absolute;margin-top: 445px;margin-left: 110px;}
	.mac .syakenbg2 .car-list li::before{content: "";background: url("../img/imgTriangle6.png");width: 39px;height: 22px;position: absolute;margin-top: 445px;margin-left: 110px;}
	.mac .car-name{font-size: 14px;}
	.mac .imgprice{display: block;margin:85px auto 20px;}
	.mac .imgprice2{display: block;margin:89px auto 20px;}
	.mac .imgprice3{display: block;margin:71.8px auto 20px;}
	.mac .imgprice4{display: block;margin:95px auto 20px;}
	.mac .imgprice5{display: block;margin:92.8px auto 20px;}
	.mac .imgprice6{display: block;margin:93.9px auto 20px;}
}
	
/* ===================================Mac OS (firefox) ======================================== */
@-moz-document url-prefix(){
	
	.mac .car-list li::before{content: "";background: url("../img/imgTriangle6.png");width: 39px;height: 22px;position: absolute;margin-top: 445px;margin-left: 110px;}

	.mac .syakenbg2 .car-list li::before{content: "";background: url("../img/imgTriangle6.png");width: 39px;height: 22px;position: absolute;margin-top: 445px;margin-left: 110px;}
}
	
/* =================================== Mac Opera ======================================== */
@media (min-resolution: .001dpcm) { /* opera12 */
	_:-o-prefocus, .mac .car-list li::before{content: "";background: url("../img/imgTriangle6.png");width: 39px;height: 22px;position: absolute;margin-top: 430px;margin-left: 110px;}
	_:-o-prefocus, .mac .syakenbg2 .car-list li::before{content: "";background: url("../img/imgTriangle6.png");width: 39px;height: 22px;position: absolute;margin-top: 430px;margin-left: 110px;}
	_:-o-prefocus, .mac .car-name{font-size: 14px;}
	_:-o-prefocus, .mac .imgprice{display: block;margin:85px auto 20px;}
	_:-o-prefocus, .mac .imgprice2{display: block;margin:89px auto 20px;}
	_:-o-prefocus, .mac .imgprice3{display: block;margin:71.8px auto 20px;}
	_:-o-prefocus, .mac .imgprice4{display: block;margin:95px auto 20px;}
	_:-o-prefocus, .mac .imgprice5{display: block;margin:92.8px auto 20px;}
	_:-o-prefocus, .mac .imgprice6{display: block;margin:93.9px auto 20px;}
}
	
/* =================================== ipad ======================================== */	

	.ipad .car-list li::before{content: "";background: url("../img/imgTriangle6.png");width: 39px;height: 22px;position: absolute;margin-top: 445px;margin-left: 110px;}
	.ipad .syakenbg2 .car-list li::before{content: "";background: url("../img/imgTriangle6.png");width: 39px;height: 22px;position: absolute;margin-top: 445px;margin-left: 110px;}
	.ipad .car-name{font-size: 14px!important;}
	.ipad .imgprice{display: block;margin:85px auto 20px;}
	.ipad .imgprice2{display: block;margin:89px auto 20px;}
	.ipad .imgprice3{display: block;margin:71.8px auto 20px;}
	.ipad .imgprice4{display: block;margin:95px auto 20px;}
	.ipad .imgprice5{display: block;margin:92.8px auto 20px;}
	.ipad .imgprice6{display: block;margin:93.9px auto 20px;}
	
	



	
	
	/*===============テーブル=================*/
	.syaken-table-box{width: 100%; border: 5px solid #bfbfbf;}
	.syaken-table-box th,.syaken-table-box td{border: 3px solid #bfbfbf;}
	.syaken-table-box th{padding: 30px 15px;font-size: 17px;font-weight: bold; }
	.syaken-table-box td{padding: 30px 87px;font-size: 25px;font-weight: bold; text-align: right;}
	.houtei{vertical-align: middle;line-height: 2;}
	.under-th{text-align: center;}
	.goukei{background: #fff8c9;}
	
	.big-blue td{padding:30px 85px 30px 0px;font-size: 30px;font-weight: bold;color: #00479d; text-align: right;}
	.big-red td{padding:30px 85px 30px 0px;font-size: 30px;font-weight: bold;color: #bf0000; text-align: right;}
	
.saidai-waribiki {
    display: flex;
    text-align: center;
    font-size: 0;
    display: -webkit-flex;
     -webkit-justify-content: space-between;
    justify-content: space-between;
}
	.saidai-waribiki li{display: inline-block;font-size: 30px;font-weight: bold;color: #fff;padding: 20px 0;background: #bf0000;border-radius: 10px;margin: 40px 0 0;}
	.saidai-waribiki li:first-child{    padding: 20px 33px;}
	/*.saidai-waribiki li:nth-child(2){margin-left: 10px!important;}*/
	.saidai-waribiki li +li{color: #ffe747;padding: 20px 75px;margin-right: 7px;}
	/*.saidai-waribiki li:nth-child(n+3):nth-child(-n+4){margin-left: 30px;}
	.saidai-waribiki li:nth-child(3){margin-left: 27px;margin-right: 33px;}*/
	.saidai-waribiki li +li::before{content: "";background: url("../img/imgTriangle7.png");width: 39px;height: 22px;position: absolute;margin-left: 40px;margin-top: -50px;}
	/*.saidai-waribiki li +li::after{content: "";background: url("../img/imgTriangle7.png");width: 39px;height: 22px;position: absolute;margin-left: -82px;margin-top: 60px;}*/
	
	.taisyousya50{display: block;text-align: center;font-size: 0;}
	.taisyousya50 li{display: inline-block;font-size: 30px;font-weight: bold;color: #fff;padding: 20px 0;background: #ff8400;border-radius: 10px;margin: 35px 0 0;}
	.taisyousya50 li:first-child{font-size: 17px;padding:27.5px 36.5px;}
	.taisyousya50 li:nth-child(2){margin-left: 10px!important;}
	.taisyousya50 li +li{padding: 20px 75px;}
	.taisyousya50 li:nth-child(3){margin-left: 27px;margin-right: 33px;}
	
	.syaken-table2{margin-top: 30px;}
	.syakenbg2{clear: both;overflow: hidden;width: 100%; padding-top: 90px;background: url("../img/imgSakenwoman2.png")no-repeat left 100%;}
	
	.txt-table {margin: 30px 0;}
	.txt-table p{width: 1035px; font-size: 15px;line-height: 1.6;display: block;margin: auto;}
	
	/* =================================== safari ======================================== */
	/*.safari .saidai-waribiki li +li::after{content: "";background: url("../img/imgTriangle7.png");width: 39px;height: 22px;position: absolute;margin-left: -90px;margin-top: 60px;}*/
	
	/*.safari .syaken-table2 .saidai-waribiki li +li::after{content: "";background: url("../img/imgTriangle7.png");width: 39px;height: 22px;position: absolute;margin-left: -85px;margin-top: 60px;}*/
	
	.safari .saidai-waribiki li:nth-child(3){margin-left: 23px;margin-right: 24px;}
	.safari .taisyousya50 li:nth-child(3){margin-left: 23px;margin-right: 24px;padding: 20px 72px;}
	
	.safari .taisyousya50 li:first-child{font-size: 17px;padding:27.5px 34px;}
	
	.safari .saidai-waribiki li +li{color: #ffe747;padding: 20px 74px;}
	.safari .taisyousya50 .saidai-waribiki li +li{;padding: 20px 74px;}
	
	
	.safari .syaken-table2 .saidai-waribiki li:nth-child(2){padding: 20px 76.5px;}
	.safari .syaken-table2 .saidai-waribiki li:nth-child(3){padding: 20px 73.5px;}
	.safari .syaken-table2 .saidai-waribiki li:nth-child(4){padding: 20px 78px;}
	
	
/*===================================Mac OS(chrome)===================================*/
/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	
	/*.mac .saidai-waribiki li +li::after{content: "";background: url("../img/imgTriangle7.png");width: 39px;height: 22px;position: absolute;margin-left: -93px;margin-top: 60px;}*/
	
	.mac .saidai-waribiki li:nth-child(3){margin-left: 45px!important;margin-right: 45px!important;}
	.mac .taisyousya50 li:nth-child(2){margin-left: 15px!important;}
	.mac .taisyousya50 li:nth-child(3){margin-left: 15px;margin-right: 16px;}
	.mac .taisyousya50 li:first-child{font-size: 17px;padding:27.5px 34.9px;}
	.mac .saidai-waribiki li +li{color: #ffe747;padding: 20px 65px!important;}
	.mac .taisyousya50 li +li{;padding: 20px 65px;}
	.mac .syaken-table2 .saidai-waribiki li +li{color: #ffe747;padding: 20px 75px;}
	.mac .syaken-table2 .taisyousya50 li:nth-child(3){padding: 20px 74.5px;margin-left: 19px;margin-right: 20px;}
}
	
/* =================================== ipad ======================================== */	
/*.ipad .saidai-waribiki li +li::after{content: "";background: url("../img/imgTriangle7.png");width: 39px;height: 22px;position: absolute;margin-left: -90px;margin-top: 60px;}*/
	
	/*.ipad .syaken-table2 .saidai-waribiki li +li::after{content: "";background: url("../img/imgTriangle7.png");width: 39px;height: 22px;position: absolute;margin-left: -85px;margin-top: 60px;}*/
	
	.ipad .saidai-waribiki li:nth-child(3){margin-left: 5px!important;margin-right: 5px!important;}
	.ipad .taisyousya50 li:nth-child(3){margin-left: 10px;margin-right: 10px;padding: 20px 72px;}
	
	.ipad .taisyousya50 li:first-child{font-size: 17px;padding:27.5px 34px;}
	
	.ipad .saidai-waribiki li +li{color: #ffe747;padding: 20px 74px;}
	.ipad .taisyousya50 .saidai-waribiki li +li{;padding: 20px 74px;}
	
	
	.ipad .syaken-table2 .saidai-waribiki li:nth-child(2){padding: 20px 76.5px;}
	.ipad .syaken-table2 .saidai-waribiki li:nth-child(3){padding: 20px 73.5px;}
	.ipad .syaken-table2 .saidai-waribiki li:nth-child(4){padding: 20px 78px;}
	
	
/* =================================== Mac Opera ======================================== */
@media (min-resolution: .001dpcm) { /* opera12 */
	/*_:-o-prefocus, .mac .saidai-waribiki li +li::after{content: "";background: url("../img/imgTriangle7.png");width: 39px;height: 22px;position: absolute;margin-left: -84px;margin-top: 60px;}*/
	
	/*_:-o-prefocus, .mac .syaken-table2 .saidai-waribiki li +li::after{content: "";background: url("../img/imgTriangle7.png");width: 39px;height: 22px;position: absolute;margin-left: -85px;margin-top: 60px;}*/
	
	_:-o-prefocus, .mac .saidai-waribiki li:nth-child(3){margin-left: 23px;margin-right: 24px;}
	_:-o-prefocus, .mac .taisyousya50 li:nth-child(3){margin-left: 23px;margin-right: 24px;padding: 20px 75px;}
	
	_:-o-prefocus, .mac .taisyousya50 li:first-child{font-size: 17px;padding:27.5px 37px;}
	
	_:-o-prefocus, .mac .saidai-waribiki li:first-child{padding:20px 38px;}
	_:-o-prefocus, .mac .saidai-waribiki li +li{color: #ffe747;padding: 20px 75px;}
	_:-o-prefocus, .mac .taisyousya50 .saidai-waribiki li +li{;padding: 20px 74px;}
	
	
	_:-o-prefocus, .mac .syaken-table2 .saidai-waribiki li:nth-child(2){padding: 20px 76.5px;}
	_:-o-prefocus, .mac .syaken-table2 .saidai-waribiki li:nth-child(3){padding: 20px 73.5px;}
	_:-o-prefocus, .mac .syaken-table2 .saidai-waribiki li:nth-child(4){padding: 20px 78px;}
	
	
	
	
	_:-o-prefocus, .mac .syaken-table2 .taisyousya50 li:first-child{padding: 27.5px 38px;}
	_:-o-prefocus, .mac .syaken-table2 .taisyousya50 li:nth-child(3){padding: 20px 73px;}
	_:-o-prefocus, .mac .syaken-table2 .taisyousya50 li:nth-child(4){padding: 20px 79px;}
	
	
}	
	
	
}

@media screen and (max-width: 767px) {
	.syaken-head{background-color: #ac0606;padding: 50px 0 35px;}
	.syaken-head::before{content: "";background: url("../img/imgTriangle5.png");width: 35px;height: 23px;position: absolute;margin-top: 55px;left:45%;right:55%;}
	
	#syaken h2{display: block;margin:70px auto 0;}
	
	.syakenbg1{clear: both;overflow: hidden;width: 100%; padding-top: 55px;}
	.car-list{margin-bottom: 30px;}
	.car-list li{display: block; border: 5px solid #bf0000;border-radius: 10px;background: #fff;}
	.car-list li::before{content: "";background: url("../img/imgTriangle6.png");width: 39px;height: 22px;position: absolute;margin-top: 430px;left: 45%;right: 55%;}
	.car-list li h3{background-color: #bf0000;font-size: 25px;font-weight: bold; font-family:"メイリオ", Meiryo, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,sans-serif!important;text-align: center;color: #fff;padding: 10px 0;}
	.car-list li h3 span{font-size: 16px;font-weight: bold;}
	
	.car-list-inner{padding:25px 15px 5px;}
	.imgcar{display: block;margin: auto;}
	.imgprice{display: block;margin:70px auto 20px;}
	.imgprice2{display: block;margin:53px auto 20px;}
	.car-list-inner p{text-align: center;}
	.car-name{margin-top: 20px;text-align: center;}
	.taisyousya{font-size: 16px;font-weight: bold; color: #fff; background: #00479d;border-radius: 25px;padding: 10px 0;margin-top: 10px;}
	.taisyousya span{font-size: 20px;font-weight: bold; color: #ffbd0a;margin-left: 5px;}
	
	
	/*===============テーブル=================*/
	.syaken-table-box{width: 100%;border: 1px solid #bfbfbf;}
	.syaken-table-box th,.syaken-table-box td{display: block;text-align: center; border: 1px solid #bfbfbf;}
	.syaken-table-box th{padding: 15px;font-size: 17px;font-weight: bold;background: #EBEBEB;}
	.syaken-table-box td{padding: 30px 87px;font-size: 25px;font-weight: bold;text-align: center;}
	.houtei{vertical-align: middle;line-height: 2;}
	.under-th{text-align: center;}
	.goukei{background: #fff8c9;}
	
	.big-blue td{padding:30px 85px;font-size: 30px;font-weight: bold;color: #00479d;text-align: center;}
	.big-red td{padding:30px 85px;font-size: 30px;font-weight: bold;color: #bf0000;text-align: center;}
	
	.saidai-waribiki{display: block;text-align: center;}
	.saidai-waribiki li{display:block;font-size: 30px;font-weight: bold;color: #fff;padding: 20px 0;background: #bf0000;border-radius: 10px;margin: 41px 0 0;}
	.saidai-waribiki li:first-child{padding:20px 30px;}
	.saidai-waribiki li +li{color: #ffe747;padding: 20px 80px;margin-top: 20px;}
	.saidai-waribiki::before{content: "";background: url("../img/imgTriangle7.png");width: 39px;height: 22px;position: absolute;margin-left: -20px;margin-top: -31px;}
	/*.saidai-waribiki::after{content: "";background: url("../img/imgTriangle7.png");width: 39px;height: 22px;position: absolute;margin-left: -20px;margin-top: 10px;}*/
	
	.taisyousya50{display: block;text-align: center;}
	.taisyousya50 li{display: block;font-size: 30px;font-weight: bold;color: #fff;padding: 20px 0;background: #ff8400;border-radius: 10px;margin: 42px 0 0;}
	.taisyousya50 li:first-child{padding:20px 30px;}
	.taisyousya50 li +li{padding: 20px 80px;margin-top: 20px;}
	
	.syaken-table2{margin-top: 30px;}
	.syakenbg2{clear: both;overflow: hidden;width: 100%; padding-top: 90px;background: url("../img/imgSakenwoman2.png")no-repeat left 100%;}
	
	.txt-table {margin: 30px 0;}
	.txt-table p{font-size: 15px;line-height: 1.6;display: block;margin: auto;}
}

/* =============================================================================
	店舗情報
   ========================================================================== */
@media screen and (min-width: 768px) {
	#tenpo{background: url("../img/bgTenpo.png")no-repeat center; background-size: cover;padding: 580px 0 40px;}
	#tenpo a{display: block; width: 1080px;padding: 100px 0;background: url("../img/btnTenpo.png");}
	#tenpo a:hover{display: block; width: 1080px;padding: 100px 0;background: url("../img/btnTenpo2.png");}
}

@media screen and (max-width: 767px) {
	#tenpo{background: url("../img/bgTenpo.png")no-repeat center; background-size: cover;padding: 220px 0 4px;}
	#tenpo a{display: block;width: 100%; height: 194px; background: url("../img/btnTenposp.png");background-size: cover;}
	#tenpo a:hover{display: block; width: 100%;height: 194px;background: url("../img/btnTenposp2.png");background-size: cover;}
}

/* =============================================================================
	お問い合わせ
   ========================================================================== */
@media screen and (min-width: 768px) {
	
	#contact{margin: 50px 0 40px;clear: both;overflow: hidden;}
	
	.txt-contact{font-size: 30px;font-weight: bold;}
	
	.contact-left-box{width: 581px;padding: 30px 35px; border: 5px solid #bf0000;border-radius: 10px;text-align: center;margin: 25px 0 20px;}
	.contact-left-box a{z-index: 981;}
	.contact-left-box ul li:nth-child(1){font-size: 79px;font-weight: bold;color: #bf0000;margin-left: 90px;}
	.contact-left-box p{font-size: 30px;font-weight: bold;margin-bottom: 30px;}
	.contact-left-box ul li:nth-child(1)::before{content: "";background: url("../img/iconFreedial3.png");width: 81px;height: 47px;position: absolute;margin-top: 12px;margin-left: -100px;}
	.contact-left-box ul li:nth-child(2){font-size: 25px;font-weight: bold;margin-top: 30px;}
	.catalog-btn{display: block;width: 661px;}
	
	.contact-right{position: absolute;margin-left: 645px;margin-top: -515px;pointer-events: none;z-index: 980;}

	
/* =================================== safari ======================================== */
	.safari	.contact-left-box ul li:nth-child(1){font-size: 74px;font-weight: bold;color: #bf0000;margin-left: 90px;}
	
	
/* =================================== IE ======================================== */
_:-ms-lang(x)::-ms-backdrop, .contact-left-box ul li:nth-child(1){font-size: 78px;font-weight: bold;color: #bf0000;margin-left: 90px;}
}


/*===================================Mac OS(chrome)===================================*/
/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	
	.mac .contact-left-box ul li:nth-child(1){font-size: 74px;font-weight: bold;color: #bf0000;margin-left: 90px;}

}

@media screen and (max-width: 767px) {
	
	#contact{margin: 25px 0;clear: both;overflow: hidden;}
	
	.txt-contact{font-size: 25px;font-weight: bold;text-align: center;}
	
	.contact-left-box{padding: 30px 25px; border: 5px solid #bf0000;border-radius: 10px;text-align: center;margin: 25px 0 20px;}
	.contact-left-box ul li:nth-child(1){font-size: 34px;font-weight: bold;color: #bf0000;margin-left: 30px;}
	.contact-left-box p{font-size: 25px;font-weight: bold;margin-bottom: 20px;}
	.contact-left-box ul li:nth-child(1)::before{content: "";background: url("../img/iconFreedial.png");width: 49px;height: 28px;position: absolute;margin-top: 5px;margin-left: -55px;}
	.contact-left-box ul li:nth-child(2){font-size: 18px;font-weight: bold;margin-top: 10px;}
	.catalog-btn{display: block;}
}


	
/* =============================================================================
	section共通
   ========================================================================== 
@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
}
*/



/* =================================== safari ======================================== 
.safari*/
	
/* =================================== IE ======================================== 
_:-ms-lang(x)::-ms-backdrop, {}*/
	
/* =================================== eddge ======================================== */
	@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */
}
	
/* =================================== firefox ======================================== 
@-moz-document url-prefix(){


}*/

/*===================================Mac OS(chrome)===================================
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	
	.mac .クラス名{}

}*/