@charset "utf-8";
/*-------------------------------------
共通
---------------------------------------*/
body {
	color: #3e4449;
}
.mt40 {
	margin-top: 40px!important;
}
.mb60 {
	margin-bottom: 60px!important;
}
.mb70 {
	margin-bottom: 70px!important;
}
.mb80 {
	margin-bottom: 80px!important;
}
.mb100 {
	margin-bottom: 100px!important;
}
.alignC {
	text-align: center;
}
.alignL {
	text-align: left;
}
.alignR {
	text-align: right;
}
.fs16 {
	font-size: 16px;
}
#container p {
	font-size: 18px;
	line-height: 1.5;
}
#container p strong {
	font-weight: bold;
}
#container a {
	text-decoration: none;
	color: #3e4449;
}
#container a:hover, #container a:visited {
	text-decoration: none;
	color: #3e4449;
}
.diagnosis_wrap {
	padding: 50px 500%;
}
.pc_none {
	display: none;
}
.sp_none {
	display: block;
}
.sp {
  display: none;
}


#serviceHeader_NEW{
display:block;
}

#serviceNav_NEW{
display:block;
}

/* 右側メニュー
=========================================================================================== */
#sidebar {
    box-sizing: border-box;
    overflow: hidden;
    position: fixed;
    right: 10px;
    z-index: 100;
	display: none;
}

#sidebar_top {
    left: -150px;
    position: absolute;
    top: 0;
}

#sidebar_top_wrap {
    width: 150px;
height:150px;
		background-image: url(/service/img/service_top2/sidebar_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #28324e;
}

#sidebar_top a:hover {
    opacity: 0.8;
}

.side-bnr_contact {
    padding: 15px 0 0 0;/*← 電話番号復活の際は削除して、下のコメントをはずす*/
	/*padding: 90px 0 0 0;*/
    margin: 0 auto;
    width: 140px;
    height: 35px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #000;
    text-align: center;
}
.toiawaseBtn {
	padding-top: 50px;
}
.side-bnr_contact a:hover{
opacity: 0.6;
}

.side-bnr_application {
    padding: 0px 0 0 0;
    width: 140px;
    height: 35px;
    margin: 15px auto 0;
    font-size: 18px;
    letter-spacing: 2px;
    color: #000;
    text-align: center;
}

.side-bnr_application a:hover{
opacity: 0.6;
}


/*-------------------------------------
タイトル
---------------------------------------*/
h1.charge_h1 {
	text-align: center;
	font-size: 36px;
	margin: 0 auto 68px;
}
h1.charge_h1 span {
	position: relative;
	display: inline-block;
	width: 2.5em;
	border-bottom: 1px solid;
	z-index: -1;
}
h1.charge_h1_only span {
	width: 9.5em;
}

h2.charge_h2 {
	font-size: 32px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto 48px;
}
h2.charge_h2_02 {
	font-size: 32px;
	font-weight: 300;
	text-align: center;
	margin: 0 auto 48px;
}
h3.charge_h3 {
	font-size: 27px;
	font-weight: 300;
	margin: 60px auto 45px;
}
h3.charge_h3 span {
	background: linear-gradient(transparent 60%, #fffdbc 0%);
	display: inline;
}
/*-------------------------------------
主な症状と作業料金の一例
---------------------------------------*/
.caseContainer {
	width: 970px;
	margin: 0 auto;
	overflow: hidden;
}
.caseContainer .caseBox {
	width: 297px;
	margin-right: 40px;
	float: left;
	background: #fff;
	padding: 20px 10px;
	box-sizing: border-box;
	text-align: center;
}
.caseContainer .caseBox:nth-child(3) {
	width: 296px;
	margin-right: 0;
}
.caseBox h3 {
	margin: 0 auto 40px;
	font-size: 26px;
	font-weight: 400;
}
.caseBox h3 span {
	font-size: 24px;
	font-weight: normal;
}
.caseBox div.price_box img {
	margin-bottom: 40px;
}
.caseBox div.price_box ul li {
	font-size: 17px;
}
.caseBox div.price_box ul li span {
	font-size: 27px;
}
.caseBox div.price_box ul li.caseTotal {
	color: #ff6161;
	font-size: 27px;
	font-weight: normal;
}
.caseBox div.price_box ul li.caseTotal span.pr {
	font-size: 40px;
	font-weight: 400;
}
.caseBox div.price_box ul li.caseTotal span.en {
	font-size: 30px;
	font-weight: normal;
}
.caseBox div.price_box ul li span.keshi {
	font-size: 36px;
	text-decoration: line-through;
}
.caseBox div.price_box {
	height: 22em;
	position: relative;
}
.caseBox div.price_box ul {
	position: absolute;
	bottom: 0;
	left: 4%;
}
.postage {
	margin: 15px 0 0;
	text-align: right;
}
#container .btn_touroku a {
	color: #3c3c3c;
	font-size: 28px;
	letter-spacing: 11px;
	background: #e6e6e6;
	border: 1px solid #565656;
	border-radius: 10px;
	padding: 10px 130px;
	display: inline-block;
	margin: 15px auto 0;
}
.btn_touroku a:hover, ul.shindan_btn li a:hover {
	opacity: 0.6;
}
ul.shindan_btn {
	margin: 15px auto;
	overflow: hidden;
}
ul.shindan_btn li {
	float: left;
	margin-left: 15px;
}
/*-------------------------------------
作業料金一覧
---------------------------------------*/
ul.price-list02, ul.price-list03 {
	width: 95%;
	overflow: hidden;
	margin: 0 auto;
}
ul.price-list02 li, ul.price-list03 li {
	font-size: 20px;
	padding: 10px;
	border: solid 1px #474747;
	margin-bottom: 30px;
	box-sizing: border-box;
	float: left;
}
ul.price-list02 li {
	width: 48%;
}
ul.price-list02 li:nth-child(even) {
	float: right;
}
ul.price-list03 li {
	width: 31.5%;
	margin-right: 2.5%;
}
ul.price-list03 li:nth-child(3) {
	float: right;
	margin-right: 0;
}
.charge-ttl {
	padding: 0;
	font-size: 36px;
	color: #fff;
	font-weight: 400;
	background: #28324e;
}
.charge-cont {
	padding: 10px auto 15px;
}
p.tax {
	text-align: left;
	margin: 10px 0 15px;
	font-size: 16px;
}
p.up-price-list a {
	text-decoration: underline;
	margin: 35px 0 30px;
	text-align: right;
}
table.charge-table {
	width: 100%;
	border-collapse: collapse;
	color: #28324e;
}
table.charge-table th, table.charge-table td {
	border: solid 1px #7b7b7b;
	padding: 15px 7px;
}
.txt_red {
    color: red;
    font-weight: bold;
}
span.sup {
    font-size: 12px;
}
table.charge-table th {
	font-weight: 600;
	font-size: 18px;
	color: #fff;
    background: #28324e;
}
table.charge-table th#white {
    color: #3e4449;
    background: #fff;
}
table.charge-table th#gray {
    color: #3e4449;
    background: #f5f5f5;
}
table.charge-table th#green {
    background: #1E9818;
}
table.charge-table th#blue {
    background: #0d78e2;
}
table.charge-table th#orange {
    background: #F93;
}
table.charge-table td:nth-child(2) {
    background: #f5f5f5;
}
.bg_green {
    background: #e3f8e2;
}
.bg_blue {
    background: #d8f5ff;
}
.bg_orange {
    background: #fbf3ca;
}
table.charge-table td {
	font-size: 16px;
}
table.charge-table td:first-child {
	text-align: left;
}
#container .link_btn01 a {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 25px;
	font-weight: 400;
	background-color: #4cafe4;
	border-radius: 10px;
	width: 70%;
	margin: 0 auto 40px;
	box-shadow: 0 3px rgba(77,107,123,0.4);
	-webkit-box-shadow: 0 3px rgba(77,107,123,0.4);
	-moz-box-shadow: 0 3px rgba(77,107,123,0.4);
}
.link_btn01 a:hover, .service a img:hover {
	opacity: 0.6;
}
.charge-cont {
    padding: 30px 0!important;
}

/*-------------------------------------
修理キャンペーン
---------------------------------------*/
.campaign {
	width: 750px;
	border-radius: 20px;
	height: auto;
	border: 1px solid #d9d7c8;
	padding: 40px 20px;
	box-sizing: border-box;
	margin: 20px auto 120px;
}
.campaign img {
	margin-bottom: 40px;
}
.campaign img:last-child {
	margin-bottom: 0;
}
.charge-cont02 {
	padding: 0;
}
@media screen and (max-width: 768px) {
/*-----Hero Image　767以下-----*/
.pc_none {
	display: block;
}
.sp_none {
	display: none;
}
	
.pc{
        display: none;
}
.sp {
    display: block;
  }
#serviceHeader_NEW.pc, #serviceNav_NEW.pc, #serviceHeader.pc, #serviceNav.pc {
    display: none;
  }
	
h1.charge_h1 {
	font-size: 32px;
	margin: 0 auto 56px;
}
h2.charge_h2 {
	font-size: 28px;
	margin: 0 auto 36px;
}
h2.charge_h2_02 {
	text-align: left;
	font-size: 28px;
}
h3.charge_h3 {
	font-size: 26px;
	text-align: left;
}
.diagnosis_wrap {
	padding: 10px;
	width: 100%;
}
.caseContainer {
	width: 100%;
}
.caseContainer .caseBox {
	width: 100%;
	margin: 10px 0;
	float: none;
	background: #fff;
	padding: 20px 10px;
	box-sizing: border-box;
	text-align: center;
}
.caseBox div.price_box {
	height: auto;
	position: static;
}
.caseBox div.price_box ul {
	position: static;
}
.caseContainer .caseBox:nth-child(3) {
	width: 100%;
}
.postage {
	text-align: left;
}
.btn_touroku a {
	letter-spacing: 0px;
}
ul.price-list02 li {
	width: 100%;
}
ul.price-list02 li, ul.price-list03 li {
	margin-bottom: 20px;
}
ul.price-list03 li {
	width: 100%;
	margin-right: 0;
}
.charge-ttl {
	padding: 10px 0 25px;
	font-size: 24px;
}
.charge-area label:before {
	top: 40px;
	left: 0;
	right: 0;
}
.charge-cap-03 {
	text-align: left;
}
.link_btn01 a {
	font-size: 5vw;
	width: 90%;
	margin: 0 auto;
	padding: 8px;
}
.link_btn01 a:hover, .service a img:hover {
	opacity: 0.6;
}/*ボタン*/
ul.shindan_btn li {
	float: none;
	margin-left: 0;
}
.shindan_btn a p {
	display: block;
	background: #f38200;
	padding: 10px;
	width: 100%!important;
	margin: 0 auto 20px;
	color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 3px rgba(166,88,0,0.4);
	-webkit-box-shadow: 0 3px rgba(166,88,0,0.4);
	-moz-box-shadow: 0 3px rgba(166,88,0,0.4);
}
/*テーブル*/
table.charge-table th, table.charge-table td {
	padding: 10px;
}
table.charge-table th {
	font-size: 14px;
}
table.charge-table th#gray, table.charge-table th#orange, table.charge-table th#green, table.charge-table th#blue {
	width: 91px;
	}
table.charge-table td {
	font-size: 14px;
}
.campaign {
    width: 100%;
}
}
/*-------------------------------------
  テーブル横スクロール
---------------------------------------*/
@media screen and (max-width: 479px){
.scroll_outer {
    position: relative;
}
/*.scroll_outer::after {
    content: "";
	position: absolute;
	width: 120px;
	height: 78px;
	top: 50px;
	right: 0;
	background: url(/5sp/shopping/templates/img/icon_scroll_gray.png);
	transition: 0.5s;
	visibility: visible;
	pointer-events: none;
}
.scroll_outer.scroll_over::after {
    opacity: 0;
	height: 0;
}*/
.scroll_box {
    overflow-x: scroll;
}
	table.charge-table{
		width: 627px!important;
	}
}