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

/*--------------------
service
--------------------*/

.main{
	margin:54px 0 0 0;
	min-width:1000px;
}

#repair.contents,
#price.contents,
#cleaning.contents{
	margin:0 auto 60px;
	text-align:center;
	font-size:14px;
}

#catalog.contents{
	margin:0 auto 60px;
	font-size:14px;
}


/* ---- nav ---- */

.nav_afterservice {
	text-align:center;
	margin-bottom:40px;
}

.nav_afterservice .br_sp {
	display: none;
}

.nav_afterservice li {
	display:inline-block;
	height:23px;
	border-right:1px solid #c5c6c7;
}

.nav_afterservice li:last-child {
	border-right:none;
}

.nav_afterservice li a {
	margin:0 24px;
	display:block;
}

.nav_afterservice li.nav_repair a {
	background:url(../img/nav_repair_on.png) no-repeat left top;
	background-size: auto 23px;
}

.nav_afterservice li.nav_price a {
	background:url(../img/nav_price_on.png) no-repeat left top;
	background-size: auto 23px;
}

.nav_afterservice li.nav_cleaning a {
	background:url(../img/nav_cleaning_on.png) no-repeat left top;
	background-size: auto 23px;
}

.nav_afterservice li.nav_catalog a {
	background:url(../img/nav_catalog_on.png) no-repeat left top;
	background-size: auto 23px;
}

.nav_afterservice li.nav_manual a {
	background:url(../img/nav_manual_on.png) no-repeat left top;
	background-size: auto 23px;
}

.nav_afterservice li.nav_qa a {
	background:url(../img/nav_qa_on.png) no-repeat left top;
	background-size: auto 23px;
}

.nav_afterservice li img {
	height:23px;
	vertical-align:top;
	transition: 0.2s;
}

#repair .nav_afterservice li.nav_repair a img,
#price .nav_afterservice li.nav_price a img,
#cleaning .nav_afterservice li.nav_cleaning a img,
#catalog .nav_afterservice li.nav_catalog a img,
#manual .nav_afterservice li.nav_manual a img,
#qa .nav_afterservice li.nav_qa a img {
	opacity:0;
}

.nav_afterservice li a:hover img{
	opacity:0;
}


.read{
	line-height:2.5;
	font-size:14px;
	margin-bottom:15px;
}

#repair .sub_img,
#price .sub_img{
	width:469px;
	margin-bottom:40px;
}

#cleaning .sub_img{
	width:472px;
	margin-bottom:40px;
}

h2{
	height:26px;
	margin-bottom:20px;
}

h2  img{
	height:26px;
}

h3 {
	font-size: 18px;
	letter-spacing: .1em;
}

.step{
	line-height:1.8;
	margin-bottom:40px;
}

.step li{
	margin-top:18px;
	padding-top:23px;
	background:url(../img/step_arrow.png) no-repeat center top;
	background-size:13px auto;
}

.step li:first-child,
.step li:last-child{
	background:none;
}

.step li img{
	margin-bottom:8px;
}

.flyer{
	width:642px;
	margin:0 auto 40px;
	padding-top:20px;
}

.flyer img{
	width:640px;
	height:453px;
	border:1px solid #231815;
	margin-bottom:20px;
}

.flyer img.icon_pdf{
	width:32px;
	height:auto;
	display:inline-block;
	border:none;
	margin:-5px 0 0;
}


.flyer p{
	padding:0 0 20px;
	line-height:2;
}

#price_list{
	width: 580px;
	margin: 40px auto 40px;
	text-align: left;
}

#price_list h3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#price_list h3 span{
	font-size: 12px;
	font-weight: normal;
    display: inline-block;
    padding-left: 5px;
}

#price_list h3 span::before {
	content: "｜ ";
}

#price_list table{
    width: 580px;
	padding: 0;
	margin: 0 0 5px;
	border: none;
	border-collapse: collapse;
	font-size: 12px;
	border-bottom: 1px solid #000;
}

#price_list table sup{
    afont-size: 10px;
}

#price_list table .bg_g{
	background: #ebebec;
}

#price_list table td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 5px 10px;
}

#price_list table td:last-child{
    border-right: none;
	text-align: right;
    font-size: 14px;
}

#price_list table td span{
	font-size: 10px;
}

#price_list p.txt_s{
	text-align: right;
}

p.txt_contect{
	text-align: center;
	margin-bottom: 15px;
}


p.txt_attention {
	width: 640px;
	margin: 0 auto 0;
	font-size: 12px;
	text-align: left;
}
p.txt_attention span {
	display: inline-block;
	font-size: 9px;
	line-height: 1.6;
	margin-top: 5px;
}

.btn_repair_terms {

}

.btn_repair_terms a {
	margin: 40px 0 15px;
	padding: 5px 37px 5px 40px;
	display: inline-block;
	border: 1px solid #333;
	text-decoration: none;
	font-size: 12px;
	color: #000;
	transition: opacity 0.2s;
	backface-visibility: hidden;
}

.btn_repair_terms a:hover {
	opacity: 0.6;
	color: #000;
}


/* -- cleaning -- */

#cleaning h2{
	height:32px;
	margin-bottom:20px;
}

#cleaning h2 img{
	width: auto;
	height:32px;
}

#cleaning h2 img.title_sp {
	display: none;
}

#cleaning h3{
	height:17px;
	margin-top: 60px;
	margin-bottom:0;
}

#cleaning h3 img{
	width: auto;
	height:17px;
}

#cleaning h4{
	height:16px;
	margin-top: 60px;
	margin-bottom:8px;
}

#cleaning h4 img{
	width: auto;
	height:16px;
}

#cleaning .cleaning_expiration {
	height: 111px;
	margin: 20px 0 10px;
}

#cleaning .step li {
	font-size: 14px;
}

#cleaning .step li:first-child {
	margin-top: 0;
}

#cleaning .coming {
	padding-top: 30px;
}

#cleaning .txt_coming {
	margin-top: -15px;
	padding-bottom: 80px;
	font-size: 35px;
	font-weight: bold;
	color: #b81f1a;
	letter-spacing: 0.03em;
}


/* -- catalog -- */

#catalog .bnr_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 40px 0 60px;
}

#catalog .bnr_list li {
	width: 300px;
	margin: 0 40px;
}

#catalog .bnr_list li a {
	text-decoration: none;
}

#catalog .bnr_list li .bnr {
	display: block;
	margin: 0 auto;
}

#catalog .bnr_list li .title {
	height: auto;
	margin: 14px 0 0;
	padding-left: 12px;
	background: url(../img/arrow_black_r.png) 0 7px no-repeat;
	background-size: 7px;
	font-size: 17px;
	line-height: 1.5;
	text-align: left;
}

#catalog .txt_onlineshop {
	width: 680px;
	margin: 0 auto 50px;
}

#catalog .txt_onlineshop .notis {
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
}

#catalog .txt_onlineshop .link {
	padding-left: 12px;
	background: url(../img/arrow_black_r.png) 2px center no-repeat;
	background-size: 7px;
}


/* -- repair terms -- */

#repair_terms.contents {
	width: 740px;
	padding-top: 30px;
	font-size: 13px;
}

#repair_terms h1 {
	margin-bottom: 20px;
	color: #a4a4a4;
	font-size: 25px;
	text-align: center;
}

#repair_terms h2 {
	margin: 35px 0 0;
	font-size: 16px;
	font-weight: bold;
}

#repair_terms p,
#repair_terms ol,
#repair_terms ul {
	margin-top: 0.5em;
}

#repair_terms ol {
	margin-left: 1.2em;
}

#repair_terms ol ul {
	margin-bottom: 0.7em;
}

#repair_terms .txt_right {
	display: flex;
	justify-content: flex-end;
	margin-top: 2em;
}




/* ---- 580px > ---- */

@media screen and (max-width: 580px) {

.main{
	min-width:100%;
}

.nav_afterservice {
	margin: 0 -4% 40px;
}

.nav_afterservice .br_sp {
	display: inline;
}

.nav_afterservice li {
	margin-bottom: 14px;
}

.nav_afterservice li:nth-child(3) {
	border-right: 0;
}

.nav_afterservice li a {
	margin:0 15px;
	display:block;
}

#repair .sub_img,
#price .sub_img,
#cleaning .sub_img{
	width:80%;
	margin-bottom:20px;
}

h2{
	width:100%;
	height:auto;
	margin-bottom:10px;
}

h2 img{
	width:100%;
	height:auto;
}

.flyer{
	width:100%;
	margin:0 0 40px;
}

.flyer img{
	width:100%;
	height:auto;
	box-sizing:border-box;
}

#price_list{
	width: 100%;
}

#price_list h3 span{
    display: block;
    padding-left: 0;
}

#price_list h3 span::before {
	content: "";
}

#price_list table{
    width: 100%;
}

#price_list table td{
	padding: 5px 3px 5px 5px;
}

#price_list table td:last-child{
	padding: 5px 5px 5px 3px;
}

/* -- cleaning -- */

#cleaning h2{
	width:100%;
	height:auto;
	margin-bottom:25px;
}

#cleaning h2 img{
	width:100%;
	height:auto;
}

#cleaning h2 img.title_pc {
	display: none;
}

#cleaning h2 img.title_sp {
	display: block;
	width: 74%;
	margin: 0 auto;
}

#cleaning .cleaning_expiration {
	width: 84%;
	height: auto;
	margin: 10px auto 0;
}

#cleaning .coming {
	padding-top: 15px;
}

#cleaning .coming .read {
	font-size: 13px;
}

#cleaning .txt_coming {
	margin-top: -20px;
	padding-bottom: 40px;
	font-size: 26px;
}

p.txt_attention {
	width: 100%;
	margin: 0 auto 0;
}

/* -- catalog -- */

#catalog .bnr_list {
	padding: 0px 0 10px;
}

#catalog .bnr_list li {
	width: 85%;
	margin: 0 auto 40px;
}

#catalog .bnr_list li .bnr {
	max-width: 75%;
	margin: 0 auto;
}

#catalog .bnr_list li .title {
	margin: 10px 0 0;
	font-size: 16px;
}

#catalog .txt_onlineshop {
	width: auto;
	margin: 0 auto 15px;
}

#catalog .txt_onlineshop .notis {
	margin-bottom: 8px;
}


/* -- repair terms -- */

#repair_terms.contents {
	width: 100%;
	padding-top: 20px;
}


}
