﻿@charset "utf-8";


/* 汎用クラス */

.t-center {text-align:center;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.ml10{margin-left:10px;}
.ml30{margin-left:30px;}
.pb70{padding-bottom:70px;}
.clear{
	clear:both;
}
.f_small{
	font-size:85%;
}
.f_right{
	float:right;
}
.tit_ring {
	clear:both;
	font-size:142.9%;
	font-weight:bold;
	padding-left:30px;
	background:url(/files/img/common/ico_ring.png) no-repeat left center;
	margin-bottom:20px;
}
.tit_slash {
	clear:both;
	font-size:185.7%;
	font-weight:bold;
	margin-bottom:20px;
	line-height:1.2;
}
.tit_slash img {
	margin-right:5px;
}
/* imgalpha */
a.imgalpha:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a:hover img.imgalpha{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.pcnone{display:none;}
.spnone{}

.btn02 {
	display: inline-block;
	background: #fff;
	padding: 10px 35px 14px 31px;
	border-radius: 3px;
	line-height: 1.1;
	border:1px solid #999;
}
a.btn02 {
	color: #005952;
	text-decoration: none;
}
.btn02 .fa {
	color: #005952;
	margin-right: 9px;
	font-size: 12px;
}
.btn02 a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

@media screen and (max-width:767px){
.mb10{margin-bottom:5px;}
.mb20{margin-bottom:10px;}
.mb30{margin-bottom:15px;}
.mb40{margin-bottom:20px;}
.mb50{margin-bottom:25px;}
.mb60{margin-bottom:30px;}
.mb70{margin-bottom:35px;}
.ml30{margin-left:15px;}
.pb70{padding-bottom:45px;}
.tit_ring {
	font-size:115%;
	font-weight:bold;
	padding-left:20px;
	background:url(/files/img/common/ico_ring.png) no-repeat left 4px;
	-webkit-background-size:15px 15px;
	-moz-background-size:15px 15px;
	background-size:15px 15px;
	margin-bottom:10px;
}
.tit_slash {
	font-size:115%;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.2;
}
.tit_slash img {
	margin-right:5px;
	width:16px;
	height:auto;
}
a.imgalpha:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
a:hover img.imgalpha{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.spcont {
	padding:0 10px;
}
.pcnone{display:block;}
.spnone{display:none;}
}



/* ----------------------------------------

after_service

---------------------------------------- */

#after_service {
	width:1000px;
	margin:0 auto 90px;
}
#after_service > .read {
	text-align:center;
	padding-bottom:40px;
	border-bottom:1px solid #999;
	margin-bottom:40px;
	font-size:175%;
}
#after_service > .spcont > ul.link_bnr {
	clear:both;
	overflow:hidden;
	margin:0 15px;
}
#after_service > .spcont > ul.link_bnr > li {
	float:left;
	position:relative;
	margin-right:20px;
	margin-bottom:30px;
}
#after_service > .spcont > ul.link_bnr > li.mr0 {
	margin-right:0;
}
#after_service > .spcont > ul.link_bnr > li > a {
	display:block;
	border:1px solid #eee;
	padding:5px 5px 15px;
	width:310px;
	box-sizing:border-box;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	text-decoration:none;
}
#after_service > .spcont > ul.link_bnr > li > a:after {
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	border: 13px solid transparent;
	border-right-color: #005952;
	border-bottom-color: #005952;
}
#after_service > .spcont > ul.link_bnr > li > a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#after_service > .spcont > ul.link_bnr > li > a > div > p {
	margin-bottom:6px;
	padding:0 10px;
}
#after_service > .spcont > ul.link_bnr > li > a > div > p > em {
	font-size:115%;
	font-weight:bold;
}
#after_service > .spcont > ul.link_bnr > li > a > div > p.p0 {
	padding:0;
}
#after_service > .spcont > ul.link_bnr > li > a > div > p > img {
	margin-bottom:10px;
}
@media screen and (max-width:767px){
#after_service {
	width:100%;
	margin:0 auto 50px;
	padding-top:10px;
}
#after_service > .read {
	text-align:left;
    padding: 0 10px 20px;
	border-bottom:1px solid #999;
	margin-bottom:20px;
	font-size:115%;
}
#after_service > .spcont > ul.link_bnr {
	clear:both;
	overflow:hidden;
	margin:0;
}
#after_service > .spcont > ul.link_bnr > li {
	float:left;
	position:relative;
	margin-right:0;
	margin-bottom:15px;
}
#after_service > .spcont > ul.link_bnr > li.mr0 {
	margin-right:0;
}
#after_service > .spcont > ul.link_bnr > li > a {
	display:block;
	border:1px solid #eee;
	padding:5px 5px 15px;
	width:100%;
	box-sizing:border-box;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	text-decoration:none;
}
#after_service > .spcont > ul.link_bnr > li > a:after {
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	position: absolute;
	right: 3px;
	bottom: 3px;
	border: 7px solid transparent;
	border-right-color: #005952;
	border-bottom-color: #005952;
}
#after_service > .spcont > ul.link_bnr > li > a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#after_service > .spcont > ul.link_bnr > li > a > div > p {
	margin-bottom:6px;
	padding:0 5px;
}
#after_service > .spcont > ul.link_bnr > li > a > div > p > img {
	margin-bottom:5px;
	width:100%;
}
}



/* ----------------------------------------

tenken

---------------------------------------- */

#tenken {
	width:1000px;
	margin:0 auto 90px;
}
#tenken > .read {
	text-align:center;
	padding-bottom:40px;
	border-bottom:1px solid #999;
	margin-bottom:40px;
	font-size:175%;
}
#tenken > .spcont > .kome {
	font-size:85%;
}
#tenken > .spcont > ul.list {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}
#tenken > .spcont > ul.list > li {
    width: 236px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    padding: 1px;
}
#tenken > .spcont > ul.list > li > p ,
#tenken > .spcont > ul.list > li > img {
	margin-bottom:5px;
}
#tenken > .spcont > ul.list > li > p{
    padding: 5px 10px;
}
#tenken > .spcont > ul.list2 {
	border:5px solid#ccc;
	padding:20px 20px 20px 10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	display:inline-block;
}
#tenken > .spcont > ul.list2 > li {
	padding-left:1em;
	text-indent:-1em;
}
#tenken .tit_slash span {
	font-size:70%;
	vertical-align:top;
}
@media screen and (max-width:767px){
#tenken {
	width:100%;
	margin:0 auto 50px;
	padding-top:10px;
}
#tenken > .read {
	text-align:left;
    padding: 0 10px 20px;
	border-bottom:1px solid #999;
	margin-bottom:20px;
	font-size:115%;
}
#tenken > .spcont > .kome {
	font-size:85%;
}
#tenken > .spcont > ul.list > li {
	width:100%;
	float:left;
	margin-right:0;
	margin-bottom:10px;
	display:inline-block;
    box-sizing: border-box;
}
#tenken > .spcont > ul.list > li > img {
	margin-bottom:5px;
	width:100%;
}
#tenken > .spcont > ul.list2 {
	border:5px solid#ccc;
	padding:10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	display:inline-block;
}
}



/* ----------------------------------------

procare

---------------------------------------- */

#procare {
	width:1000px;
	margin:0 auto 90px;
}
#procare > .read {
	text-align:center;
	padding-bottom:40px;
	border-bottom:1px solid #999;
	margin-bottom:40px;
	font-size:175%;
}
#procare > .spcont > ul.list {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}
#procare > .spcont > ul.list > li {
    width: 238px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    padding: 1px;
}
#procare > .spcont > ul.list > li:nth-child(4n) {margin-right: 0;}
#procare > .spcont > ul.list > li > p.list_title{
	font-size:115%;
	font-weight:bold;
    padding: 5px 10px 0 10px;
}
#procare > .spcont > ul.list > li > p ,
#procare > .spcont > ul.list > li > img {
	margin-bottom:5px;
}
#procare > .spcont > ul.list > li > p{
    padding: 0 10px 5px;
}
#procare > .spcont > ul.list2 {
	clear:both;
	overflow:hidden;
	background:#F0F0F0;
	padding:20px 30px;
	margin-bottom:50px;
}
#procare > .spcont > ul.list2 > li {
	padding-left:110px;
	background:url(/files/img/demo/after_service/procare/ico_plus.png) no-repeat 25px center;
	float:left;
}
#procare > .spcont > ul.list2 > li:first-child {
	padding-left:0;
	background:none;
}
#procare > .spcont > ul.list2 > li > div {
	border:1px solid #000;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:20px 10px;
	background:#fff;
	width:240px;
	box-sizing:border-box;
	text-align:center;
}
@media screen and (max-width:767px){
#procare {
	width:100%;
	margin:0 auto 50px;
	padding-top:10px;
}
#procare > .read {
	text-align:left;
    padding: 0 10px 20px;
	border-bottom:1px solid #999;
	margin-bottom:20px;
	font-size:115%;
}
#procare > .spcont > .kome {
	font-size:85%;
}
#procare > .spcont > ul.list > li {
	width:100%;
	float:left;
	margin-right:0;
	margin-bottom:10px;
	display:inline-block;
    box-sizing: border-box;
}
#procare > .spcont > ul.list > li > img {
	margin-bottom:5px;
	width:100%;
}
#procare > .spcont > ul.list2 {
	clear:both;
	overflow:hidden;
	background:#F0F0F0;
	padding:10px 15px;
	margin-bottom:25px;
}
#procare > .spcont > ul.list2 > li {
	padding-left:0;
	padding-top:46px;
	background:url(/files/img/demo/after_service/procare/ico_plus.png) no-repeat center 5px;
	-webkit-background-size:40px 36px;
	-moz-background-size:40px 36px;
	background-size:40px 36px;
	float:none;
}
#procare > .spcont > ul.list2 > li:first-child {
	padding-left:0;
	padding-top:0;
	background:none;
}
#procare > .spcont > ul.list2 > li > div {
	border:1px solid #000;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:10px;
	background:#fff;
	width:100%;
	box-sizing:border-box;
	text-align:center;
}
}



/* ----------------------------------------

repair

---------------------------------------- */

#repair {
	width:1000px;
	margin:0 auto 90px;
}
#repair > .read {
	text-align:center;
	padding-bottom:40px;
	border-bottom:1px solid #999;
	margin-bottom:40px;
	font-size:175%;
}
#repair > .spcont > .quality {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
	display:table;
}
#repair > .spcont > .quality.mb50{
	margin-bottom:50px;
}
#repair > .spcont > .quality > dl {
	border:5px solid #ccc;
	padding:10px;
	text-align:center;
	width:200px;
	box-sizing:border-box;
}
#repair > .spcont > .quality > dl > dt {
	font-size:130%;
	font-weight:bold;
	margin-bottom:20px;
	text-decoration:underline;
}
#repair > .spcont > .quality > dl > dd > em {
	color: #0a725f;
	font-size:130%;
	font-weight:bold;
}
#repair > .spcont > .quality > p {
	display:table-cell;
	vertical-align:middle;
	padding-left:20px;
}
#repair > .spcont > ul.list {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}
#repair > .spcont > ul.list > li {
	width:320px;
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}
#repair > .spcont > ul.list > li.mr0 {
	margin-right:0;
}
#repair > .spcont > ul.list > li > p.list_title{
	font-size:115%;
	font-weight:bold;
}
#repair > .spcont > ul.list > li > p ,
#repair > .spcont > ul.list > li > img {
	margin-bottom:5px;
}
#repair > .spcont > ul.list2 > {
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
}
#repair > .spcont > ul.list2 > li {
	border:5px solid #0A725F;
	padding:30px;
	width:200px;
	box-sizing:border-box;
	margin-right:20px;
	margin-bottom:10px;
	float:left;
	text-align:center;
}
#repair > .spcont > div.list3 {
	padding:20px 20px 10px ;
	background:#F0F0F0;
	width:600px;
}
#repair > .spcont > div.list3 > p {
	text-align:right;
}
#repair > .spcont > div.list3 > ul {
	clear:both;
	overflow:hidden;
	width:450px;
	margin:0 auto;
}
#repair > .spcont > div.list3 > ul > li {
	width:200px;
	margin-left:50px;
	float:left;
	text-align:center;
}
#repair > .spcont > div.list3 > ul > li:first-child {
	margin-left:0;
}
#repair > .spcont > div.list3 > ul > li > img ,
#repair > .spcont > div.list3 > ul > li > p {
	margin-bottom:20px;
}

#repair > .spcont > table.repairTbl{
	padding:20px 20px 10px;
	width:600px;
	background:#F0F0F0;
}

@media screen and (max-width:767px){
#repair {
	width:100%;
	margin:0 auto 50px;
	padding-top:10px;
}
#repair > .read {
	text-align:left;
    padding: 0 10px 20px;
	border-bottom:1px solid #999;
	margin-bottom:20px;
	font-size:115%;
}
#repair > .spcont > .quality {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
	display:block;
}
#repair > .spcont > .quality.mb50{
	margin-bottom:25px;
}
#repair > .spcont > .quality > dl {
	border:5px solid #ccc;
	padding:5px;
	text-align:center;
	width:100%;
	box-sizing:border-box;
}
#repair > .spcont > .quality > dl > dt {
	font-size:130%;
	font-weight:bold;
	margin-bottom:10px;
	text-decoration:underline;
}
#repair > .spcont > .quality > dl > dd > em {
	font-size:130%;
	font-weight:bold;
}
#repair > .spcont > .quality > p {
	display:block;
	vertical-align:middle;
	padding-left:0;
}
#repair > .spcont > ul.list {
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
}
#repair > .spcont > ul.list > li {
	width:100%;
	float:none;
	margin-right:0;
	margin-bottom:15px;
}
#repair > .spcont > ul.list > li.mr0 {
	margin-right:0;
}
#repair > .spcont > ul.list > li > img{
	width:100%;
}
#repair > .spcont > ul.list2 > {
	clear:both;
	overflow:hidden;
	margin-bottom:5px;
}
#repair > .spcont > ul.list2 > li {
	border:5px solid #0A725F;
	padding:15px;
	width:100%;
	box-sizing:border-box;
	margin-right:0;
	margin-bottom:10px;
	float:none;
	text-align:center;
}
#repair > .spcont > div.list3 {
	padding:10px;
	background:#F0F0F0;
	width:100%;
	box-sizing:border-box;
}
#repair > .spcont > div.list3 > p {
	text-align:right;
}
#repair > .spcont > div.list3 > ul {
	clear:both;
	overflow:hidden;
	width:100%;
	margin:0 auto;
}
#repair > .spcont > div.list3 > ul > li {
	width:48%;
	margin-left:4%;
	float:left;
	text-align:center;
}
#repair > .spcont > div.list3 > ul > li:first-child {
	margin-left:0;
}
#repair > .spcont > div.list3 > ul > li > img ,
#repair > .spcont > div.list3 > ul > li > p {
	margin-bottom:10px;
}

#repair > .spcont > table.repairTbl {
	padding:10px;
	width:100%;
	box-sizing:border-box:;
}
}



/* ----------------------------------------

maintepack

---------------------------------------- */

#maintepack {
	width:1000px;
	margin:0 auto 90px;
}
#maintepack > h2 {
	clear:both;
	overflow:hidden;
	padding-bottom:40px;
	border-bottom:1px solid #666;
	margin-bottom:40px;
	font-size:175%;
	color:#666;
	font-weight:bold;
	display:table;
	width:100%;
}
#maintepack > h2 > span {
	display:table-cell;
	vertical-align:middle;
}
#maintepack > h2 > span.fig {
	padding-right:20px;
}
#maintepack > .spcont > table {
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	text-align:center;
	margin-bottom:20px;
}
#maintepack > .spcont > table th,
#maintepack > .spcont > table td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	text-align:center;
}
#maintepack > .spcont > table tr:first-child th,
#maintepack > .spcont > table tr:first-child td {
	background: #ddd;
}
#maintepack > .spcont > table th{
	width:30%;
}
#maintepack > .spcont > table td em{
	font-size:115%;
	font-weight:bold;
}
#maintepack > .spcont > table td table {
	border-top:none;
	border-left:none;
	text-align:left;
	margin-bottom:0;
	margin-left:220px;
}
#maintepack > .spcont > table td table th,
#maintepack > .spcont > table td table td {
	border-right:none;
	border-bottom:none;
	padding:0;
	text-align:left;
}
#maintepack > .spcont > table td table th{
	width:inherit;
}
#maintepack > .spcont > ul {
	clear:both;
	overflow:hidden;
	margin-bottom:40px;
}
#maintepack > .spcont > ul > li {
	width:490px;
	margin:0 20px 20px 0;
	float:left;
	box-sizing:border-box;
	background:#ddd;
	text-align:center;
	padding:60px 10px;
}
#maintepack > .spcont > ul > li:nth-child(2n) {
	margin-right:0;
}
#maintepack > .spcont > ul > li > dl > dt {
	font-size:145%;
	font-weight:bold;
	position: relative;
	display: table;
	width: 100%;
}
#maintepack > .spcont > ul > li > dl > dt span {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 5px;
	line-height: 1.4;
}
#maintepack > .spcont > ul > li > dl > dd > p {
}
#maintepack > .spcont > ul > li > dl > dd > p > strong {
	font-size:175%;
}
@media screen and (max-width:767px){
#maintepack {
	width:100%;
	margin:0 auto 50px;
	padding-top:10px;
}
#maintepack > h2 {
	clear:both;
	overflow:hidden;
	padding-bottom:20px;
	border-bottom:1px solid #666;
	margin-bottom:20px;
	font-size:115%;
	color:#666;
	font-weight:bold;
	display:table;
	width:100%;
}
#maintepack > h2 > span {
	display:table-cell;
	vertical-align:middle;
	padding-right:10px;
}
#maintepack > h2 > span.fig {
	padding-right:20px;
	padding-left:10px;
	width:96px;
	padding-top: 10px;
}
#maintepack > .spcont > table {
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	text-align:center;
	margin-bottom:10px;
}
#maintepack > .spcont > table th,
#maintepack > .spcont > table td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;
	text-align:center;
}
#maintepack > .spcont > table td table {
	border-top:none;
	border-left:none;
	text-align:left;
	margin-bottom:0;
	margin-left:0;
}
#maintepack > .spcont > table td table th,
#maintepack > .spcont > table td table td {
	border-right:none;
	border-bottom:none;
	padding:0;
	text-align:left;
}
#maintepack > .spcont > ul {
	clear:both;
	overflow:hidden;
	margin-left:0;
	margin-bottom:20px;
}
#maintepack > .spcont > ul > li {
	width:100%;
	margin:0 0 10px 0;
	float:none;
	box-sizing:border-box;
	background:#ddd;
	text-align:center;
	padding: 12px 0 9px;
}
#maintepack > .spcont > ul > li > dl > dt {
	font-size:115%;
}
#maintepack > .spcont > ul > li > dl > dd > p {
	margin-bottom: 2px;
}
#maintepack > .spcont > ul > li > dl > dd > p > strong {
	font-size:130%;
}
}
@media screen and (max-width:450px){
#maintepack > .spcont > table td table th,
#maintepack > .spcont > table td table td {
	border-right:none;
	border-bottom:none;
	padding:0;
	text-align:left;
	display:block;
}
}



/* ----------------------------------------

syaken

---------------------------------------- */

#syaken {
	width:1000px;
	margin:0 auto 90px;
}
#syaken > .read {
	text-align:center;
	padding-bottom:40px;
	border-bottom:1px solid #999;
	margin-bottom:40px;
	font-size:175%;
}
#syaken > .spcont > h4 {
	color:#005952;
	font-size:115%;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}#syaken > .spcont > .gray-bg {
	text-align:center;
	display:inline-block;
}
#syaken > .spcont > .gray-bg > ul {
	clear:both;
	overflow:hidden;
	float:left;
}
#syaken > .spcont > .gray-bg > ul.cont3 > li {
	width:184px;
	float:left;
	margin-left:10px;
	background:#f0f0f0;
	padding:30px 10px 10px;
}
#syaken > .spcont > .gray-bg > ul.cont3 > li:first-child {
	margin-left:0;
}
#syaken > .spcont > .gray-bg > ul.cont3 > li > p {
	margin-bottom:10px;
}
#syaken > .spcont > .gray-bg > ul.cont3 > li > p.orange {
	color:#F09240;
	font-size:130%;
	font-weight:bold;
}
#syaken > .spcont > .gray-bg > ul.cont3 > li > p.orange > em {
	font-size:160%;
}
#syaken > .spcont > .gray-bg > div {
	float:left;
	margin-left:20px;
	padding-top:127px;
}
#syaken > .spcont > .gray-bg > img {
	margin-bottom:20px;
	width:960px;
}
#syaken > .spcont > .gray-bg > p.t-right{
	text-align:right;
}
#syaken > .spcont > .f-large{
	font-size:115%;
}
#syaken > .spcont > ul.need{
	clear:both;
	overflow:hidden;
}
#syaken > .spcont > ul.need > li {
	float:left;
	margin-right:10px;
	width:240px;
	margin-bottom:20px;
}
#syaken > .spcont > ul.need > li > img {
	width:100%;
	margin-bottom:5px;
}
#syaken > .spcont > ul.need > li > p {
	font-weight:bold;
}
#syaken .syakenFig01 {
	position: relative;
}
#syaken .syakenFig01Txt {
	padding-right: 500px;
}
#syaken .syakenFig01Img {
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width:767px){
#syaken {
	width:100%;
	margin:0 auto 50px;
	padding-top:10px;
}
#syaken > .read {
	text-align:left;
    padding: 0 10px 20px;
	border-bottom:1px solid #999;
	margin-bottom:20px;
	font-size:115%;
}#syaken > .spcont > .gray-bg {
	text-align:center;
	display:block;
}
#syaken > .spcont > .gray-bg > ul {
	clear:both;
	overflow:hidden;
	float:none;
}
#syaken > .spcont > .gray-bg > ul.cont3 > li {
	width:100%;
	float:none;
	margin-left:0;
	background:#f0f0f0;
	padding:15px 10px 10px;
	margin-bottom:10px;
}
#syaken > .spcont > .gray-bg > ul.cont3 > li {
	width:100%;
	float:none;
	margin-left:0;
}
#syaken > .spcont > .gray-bg > ul.cont3 > li > p.orange {
	color:#F09240;
	font-size:130%;
	font-weight:bold;
	margin-bottom:20px;
}
#syaken > .spcont > .gray-bg > div {
	float:none;
	clear:both;
	margin-left:0;
	padding-top:0;
	text-align:right;
}
#syaken > .spcont > .gray-bg > img {
	margin-bottom:20px;
}
#syaken > .spcont > ul.need > li {
	float:left;
	margin-right:2%;
	width:49%;
	margin-bottom:20px;
}
#syaken > .spcont > ul.need > li:nth-child(even) {
	margin-right:0;
}
#syaken .syakenFig01Txt {
	padding-right: 0;
}
#syaken .syakenFig01Img {
	position: static;
	margin-top: 10px;
}
}



/* ----------------------------------------

car_care

---------------------------------------- */

#car_care {
	width:1000px;
	margin:0 auto 90px;
}
#car_care > .read {
	text-align:center;
	padding-bottom:40px;
	border-bottom:1px solid #999;
	margin-bottom:70px;
	font-size:175%;
}
#car_care > .spcont > ul#anc {
	width:100%;
	clear:both;
	overflow:hidden;
	margin-bottom:70px;
    position: relative;
    z-index: 5;
}
#car_care > .spcont > ul#anc li {
	box-sizing:border-box;
	width: 20%;
	float: left;
	border-left:dotted 1px #ccc;
	margin-bottom:8px;
}
#car_care > .spcont > ul#anc li:nth-child(5n) {
	border-right:1px dotted #ccc;
}
#car_care > .spcont > ul#anc li a {
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	position: relative;
	color: inherit;
}
#car_care > .spcont > ul#anc li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#car_care > .spcont > ul#anc li a:before {
	font-size: 20px;
	font-weight: 700;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    margin-top: -25px;
    top: 50%;
	right: 20px;
	color: #005952;
}
#car_care > .spcont > .car_care_cont {
	clear:both;
	overflow:hidden;
}
#car_care > .spcont > .car_care_cont > .leftcol {
	float:left;
	width:480px;
	margin-right:40px;
}
#car_care > .spcont > .car_care_cont > .rightcol {
	float:right;
	width:480px;
}
#car_care > .spcont > .car_care_cont .gray_bg {
	padding:20px;
	background:#F0F0EF;
	box-sizing:border-box;
}
#car_care > .spcont > .car_care_cont .gray_bg .f_right {
	width:240px;
}
#car_care > .spcont > .car_care_cont .gray_bg .green {
	color:#005952;
	font-weight:bold;
}
#car_care > .spcont > .kome {
	padding-left:17px;
	text-indent:-17px;
	font-size:85%;
}
#car_care #anc1 ,
#car_care #anc2 ,
#car_care #anc3 ,
#car_care #anc4 ,
#car_care #anc5 ,
#car_care #anc6 ,
#car_care #anc7 ,
#car_care #anc8 ,
#car_care #anc9 ,
#car_care #anc10 {
	margin-top:-126px;
	padding-top:186px;
}
#car_care .tit_slash{
	position: relative;
}
#car_care .tit_slash:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #999;
    top: 120px;
    left: 0;
    position: absolute;
}
@media screen and (max-width:767px){
#car_care {
	width:100%;
	margin:0 auto 50px;
	padding-top:10px;
}
#car_care > .read {
	text-align:left;
    padding: 0 10px 20px;
	border-bottom:1px solid #999;
	margin-bottom:20px;
	font-size:115%;
}
#car_care > .spcont > ul#anc {
	width:100%;
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}
#car_care > .spcont > ul#anc li {
	box-sizing:border-box;
	width: 33%;
	float: left;
	border-left:dotted 1px #ccc;
	margin-bottom:8px;
}
#car_care > .spcont > ul#anc li a {
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	position: relative;
	color: inherit;
	font-size:85%;
}
#car_care > .spcont > ul#anc li a:before {
	font-size: 20px;
	font-weight: 700;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    margin-top: -15px;
    top: 50%;
	right: 10px;
	color: #005952;
}
#car_care > .spcont > ul#anc li:nth-child(5n) {
	border-right:none;
}
#car_care > .spcont > ul#anc li:nth-child(3n) {
	border-right:1px dotted #ccc;
}
#car_care > .spcont > ul#anc li:last-child {
	border-right:1px dotted #ccc !important;
}
#car_care > .spcont > .car_care_cont {
	clear:both;
	overflow:hidden;
}
#car_care > .spcont > .car_care_cont .gray_bg .f_right {
	width:inherit;
	float:none;
	margin-left:0;
}
#car_care > .spcont > .car_care_cont > .leftcol {
	float:none;
	width:100%;
	margin-right:0;
}
#car_care > .spcont > .car_care_cont > .rightcol {
	float:none;
	width:100%;
}
#car_care > .spcont > .car_care_cont .gray_bg {
	padding:10px;
	background:#F0F0EF;
	box-sizing:border-box;
}
#car_care #anc1 ,
#car_care #anc2 ,
#car_care #anc3 ,
#car_care #anc4 ,
#car_care #anc5 ,
#car_care #anc6 ,
#car_care #anc7 ,
#car_care #anc8 ,
#car_care #anc9 ,
#car_care #anc10 {
	margin-top:-90px;
	padding-top:110px;
}
#car_care .tit_slash:before{
    top: 80px;
}
/*
#car_care > .spcont > .car_care_cont div img {
	margin-bottom:10px;
}
*/
}

/*--------------------*/
.tit_tbl, #syaken > .spcont > h4.tit_tbl{
    color: #005952;
    font-size: 115%;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 30px;
}
.tblArea{
    width: 100%;
}
.carTbl {
    border-bottom: 3px solid #d8d8d8;
    min-width: 100%;
}
.carTbl.sp {
	display:none;
}
.carTbl tr:nth-child(even){
	background-color: #f9f9f9;
}
.carTbl td, .carTbl th{
	border: 1px solid #d8d8d8;
    padding: 10px;
    text-align: center;
}
.carTbl thead th{
    background-color: #ececec;
    width: 12em;
}
.carTbl thead th:fhirst-child{
	width: auto;
}
.carTbl tbody{

}
.carTbl .catLine01{
    border-top: 3px solid #d8d8d8;
}
.carTbl .cat01{
    background: #005952;
    color: #fff;
    font-weight: bold;
}
.carTbl .cat01 span{
    display: inline-block;
}
.carTbl .price01{
	text-align: right;
    white-space: nowrap;
    width: 10em;
}
.tblNote02{
	margin-left: 2.1em;
}
.tblNote02 br{
	line-height: 1.8;
}
.tblNote02 span{
    width: 1.8em;
    display: inline-block;
    text-align: right;
    white-space: nowrap;
    margin-right: 0.3em;
	margin-left: -2.1em;
}
@media screen and (min-width:768px){
	.carTbl.noMin {
		min-width:auto;
	}
	.carTbl.noMin td {
		width:250px;
	}
	.carTbl.noMin + .floater {
		position:absolute;
		top:30px;
		left:570px;
	}
}
@media screen and (max-width:767px){
	.tblArea{
	    width: 100%;
	    overflow-x: scroll;
	}
	.carTbl.noMin {
		width:100%;
	}
	.carTbl.noMin td {
		width:50%;
	}
	.carTbl.pc {
		display:none;
	}
	.carTbl.sp {
		display:block;
	}
	.carTbl td, .carTbl th{
		font-size: 11px;
		padding: 5px;
		min-width: 6em;
	}
	.carTbl .cat01{
		white-space: normal;
	}
	.carTbl .price01{
		width: auto;
		min-width: auto;
	}
}

/*----------------------*/
.sytm {
    color: #005952;
    border: 1px solid #005952;
    display: inline-block;
    padding: 3px 10px;
}
.kmys{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 0 10px;
}
.car_care_cont, .tblArea{
	position: relative;
}
.car_care_cont .kknTxt, .tblArea .kknTxt{
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 90%;
    color: #666;
}
.kknTxt02{
    font-size: 90%;
    color: #666;
}
@media screen and (max-width:767px){
	.car_care_cont .kknTxt, .tblArea .kknTxt{
    font-size: 11px;
	}
	.kmys{
    	margin: 10px 0 0 0;
	}
}


/*----------220729 車検整備時のお願い------------*/
.syaken_onegai img{
	width: 18px;
	position: relative;
	top: -3px;
	display: inline-block;
	margin-right: 3px;
}
.syaken_onegai a {
	font-weight: bold;
	letter-spacing: .04em;
	font-size: 114%;
}