@charset "UTF-8";

/* #Base
-------------------------------------------------------------------------- */
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

html {
	font-size: 16px;
}

body {
	width: 100%;
	color: #222;
	font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 300;
	/* アンチエイリアスを指定する */
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
	/* メトリクスカーニングを指定する */
	font-kerning: normal;
	line-height: 1.8;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	padding-bottom: 42px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 700;
	line-height: 1.4;
	color: inherit;
}

th {
	text-align: left;
}

a {
	color: #cd005b;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:active {
	color: #666;
}

img {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	/* width: 100%; */
	max-width: 100%;
}

b {
	font-weight: bold;
}

em {
	font-style: italic;
}

ol,
ul.square {
	margin-left: 1.6em;
}

ol li {
	list-style: decimal outside;
}

ul.square li {
	list-style-type: square;
}

p {
	margin-bottom: 15px;
}

a img.over {
	-moz-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	-o-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	-webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

a.over:hover,
a:hover img.over {
	filter: alpha(opacity=60);
	/* IE7以下用 */
	-ms-filter: "alpha(opacity=60)";
	/* IE8用 */
	-moz-opacity: 0.6;
	/* Firefox 1.5未満, Netscape用 */
	-khtml-opacity: 0.6;
	/* Safari 1.x, 他khtmlに対応したブラウザ用  */
	opacity: 0.6;
	/* Firefox 1.5以上, Opera, Safari用 */
}

button,
select,
option,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding: 1px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	position: relative;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 6px;
	background-color: white;
	color: #333;
	font-size: 13px;
	line-height: 1;
	border-radius: 1px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
	-moz-transition: border 0.3s ease-in;
	-o-transition: border 0.3s ease-in;
	-webkit-transition: border 0.3s ease-in;
	transition: border 0.3s ease-in;
}

textarea {
	line-height: 1.4;
}

select {
	padding: 3px;
}

option {
	padding: 2px 3px;
}

input:focus,
textarea:focus {
	outline: none;
	border-color: #CCC;
	box-shadow: 0 0 0 2px rgba(102, 102, 102, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

/**
 * IEでSVGがフルードイメージにならない不具合があります。
 * 属性値が`.svg`で終わる要素に適応します。
 */
[src$=".svg"],
[data$=".svg"] {
	width: 100%;
}

.bottom {
	margin-bottom: 0;
}

.spam {
	display: none;
}

/* float
-------------------------------------------------------------------------- */
.floatR {
	float: right;
}

.floatL {
	float: left;
}

.floatN {
	float: none;
}

.clearR {
	clear: right;
}

.clearL {
	clear: left;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
.clear {
	clear: both;
	height: 0em;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}

/* Header
-------------------------------------------------------------------------- */
header {
	position: relative;
	width: 100%;
	background-color: #cd005b;
	top: 0;
	left: 0;
	z-index: 999999;
}

/* header .header-inner {
	width: 100%;
	text-align: left;
	color: #FFF;
	height: 46px;
	background-color: #cd005b;
	position: fixed;
	z-index: 99999;
}
header h1.header__title {
	position: relative;
	top: 46px;
	width: 100%;
	padding-bottom: 15px;
	background-color: #cd005b;
	z-index: 99998;
}
header h1.header__title:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99998;
	background-image: url(/sp/service/repair/common/images/header_bg_arrow01.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
header h1.header__title img {
	position: relative;
	width: 50%;
	display: block;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 99999;
}
header .header__logo {
	top: 8px;
	bottom: 0;
	left: 20px;
	width: 70px;
	height: 22px;
	display: block;
	position: absolute;
}
header .header__logo img {
	width: 100%;
}
header .header__tel {
	position: absolute;
	top: 10px;
	left: 33%;
	right: 0;
	display: inline-block;
	width: 146px;
}
header .header__tel a {
	display:block;
}
header .header__tel img {
	margin-bottom: 5px;
	width: 100%;
}
header .header__menu {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
}

header .header__menu_btn {
	position: absolute;
	right: 20px;
	top: 7px;
	background: url(/sp/service/repair/common/images/header_icon_menu_open.png);
	background-size: contain;
	width: 30px;
	height: 32px;
}
header .header__menu_btn.active {
	background: url(/sp/service/repair/common/images/header_icon_menu_close.png);
	background-size: contain;
}
header .header__menu__nav {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #fff;
	top: 46px;
	left: 0;
	z-index: 99999;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
}
header .header__menu__nav_inner {
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
}
header .menunav__item {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
header .header__menu__nav li {
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
header .header__menu__nav li li {
	width: 100%;
	padding-left: 20px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: none;
	font-weight: normal;
}
header .header__menu__nav li a, header .header__menu__nav li span.menunav_btn {
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	color: #000;
	padding: 8px 0 8px 20px;
}
header .header__menu__nav li a:before {
	position: relative;
	content: "";
	display: inline-block;
	background: url(/sp/service/repair/common/images/icon_arrow-red01.png);
	background-size: contain;
	width: 7px;
	height: 6px;
	margin-right: 7px;
	top: -2px;
}
header .header__menu__nav li span:before {
	position: relative;
	content: "";
	display: inline-block;
	background: url(/sp/service/repair/common/images/icon_arrow-red02.png);
	background-size: contain;
	width: 6px;
	height: 7px;
	margin-right: 8px;
	top: -2px;
	left: -2px;
}
header .header__menu__nav li span.active:before {
	content: "";
	display: inline-block;
	background: url(/sp/service/repair/common/images/icon_arrow-red03.png);
	background-size: contain;
	width: 6px;
	height: 7px;
	margin-right: 8px;
}
header .header__menu__nav li.bottom__close {
	padding: 10px 20px;
}
header .header__menu__nav li.bottom__close .close {
	display: block;
	text-align: center;
	padding: 5px 0;
	background-color: #cd005b;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
header .header__menu__nav li.bottom__close .close:before {
	display: none;
}
header .header__menu__nav li.bottom__close .close:after {
	position: relative;
	content: "";
	display: inline-block;
	background: url(/sp/service/repair/common/images/header_icon_menu_close02.png);
	background-size: contain;
	width: 21px;
	height: 21px;
	margin-left: 10px;
	top: 3px;
}
header .header__link--estimates {
	position: absolute;
	display: inline-block;
	width: 180px;
	height: 40px;
	font-size: 16px;
	color: #222;
	line-height: 40px;
	text-align: center;
	background-color: #FFF;
	border-radius: 0 0 6px 6px;
	left: 0;
	text-decoration: none;
}*/
/* fixed */
/* header.fixed {
	position: fixed;
	height: 46px;
	min-height: 46px;
	background-color: #cd005b;
	top: 0;
	left: 0;
	z-index: 999999;
}
header.fixed .header-inner:after {
	content: none;
}
header.fixed h1.header__title {
	display: none;
}
header.fixed h1.header__title img, header.fixed h1.header__title span {
	display: none;
} */







/*　header contact　*/
.footer__bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #cd005b;
	z-index: 99999;
	height: 42px;
	display: table;
	text-align: left;
}








.footer__bottom a {
	color: #fff;
	font-size: 14px;
	line-height: 31px;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	text-align: center;
}

.footer__bottom .footer__bottom_estimate,
.footer__bottom .footer__bottom_contact {
	border-top: 1px solid #fff;
	height: 39px;
	width: 65%;
	float: left;
}

.footer__bottom .footer__bottom_contact {
	width: 35%;
}

.footer__bottom .footer__bottom_estimate img {
	width: 19px;
	height: 31px;
	margin: -2px 7px 0 0;
}

.footer__bottom .footer__bottom_contact a {
	font-size: 11px;
	border-left: 1px solid #fff;
}

.footer__bottom .footer__bottom_contact span {
	display: inline-block;
	height: 31px;
	line-height: 13px;
	padding-top: 4px;
	text-align: center;
	box-sizing: border-box;
}

.footer__bottom .footer__bottom_contact img {
	width: 17px;
	height: 31px;
	margin: -14px 7px 0 0;
}


/* Main sidenav
-------------------------------------------------------------------------- */
#mainframe {
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}

#mainframe nav.gnav {
	position: relative;
	width: 640px;
	padding-bottom: 20px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 99999;
}

#mainframe nav.gnav li {
	float: left;
	width: 181px;
	padding: 0 5px;
	border-right: 1px solid #BBB;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
}

#mainframe nav.gnav li:first-child {
	width: 49px;
	padding: 0;
	text-align: left;
}

#mainframe nav.gnav a {
	display: inline-block;
	text-decoration: none;
	position: relative;
}

#mainframe nav.gnav a:hover {
	color: #cd005b;
}

#mainframe nav.gnav a:hover::before,
#mainframe nav.gnav a.active::before {
	position: absolute;
	content: "";
	width: 100%;
	border-bottom: 2px dotted #9ecfff;
	bottom: -5px;
}

.breadcrumb {
	width: 960px;
	position: relative;
	text-align: left;
	margin: 0 auto 40px;
	overflow: hidden;
	z-index: 99999;
}

.breadcrumb li {
	float: left;
}

.breadcrumb li::before {
	content: "＞";
	padding: 0 10px;
}

.breadcrumb li:first-child::before {
	content: "";
	padding: 0;
}

.breadcrumb a {
	color: #222;
	text-decoration: none;
}

/* Main */
main {
	width: 100%;
	text-align: left;
}

main h2.pagetitle {
	font-size: 30px;
	margin: 15% 0 30px 0;
	text-align: center;
}

nav.sidenav {
	float: left;
	width: 100%;
	text-align: left;
}

nav.sidenav h3.sidenav__title {
	font-size: 16px;
	color: #FFF;
	border-left: 10px solid #4c301a;
	padding: 10px;
	background: url(/sp/service/repair/common/images/footer_bg_listtitle.jpg) left top repeat-x;
}

nav.sidenav .sidenav__item {
	text-align: left;
	margin-bottom: 40px;
}

nav.sidenav .sidenav__item li {
	border-bottom: 1px solid #CCC;
}

nav.sidenav .sidenav__item a,
nav.sidenav .sidenav__item span {
	display: block;
	color: #222;
	text-decoration: none;
	padding: 8px 8px 8px 20px;
}

nav.sidenav .sidenav__item a:hover {
	background-color: #F3F3F3;
}

nav.sidenav .sidenav__item a::before {
	position: relative;
	content: "";
	display: inline-block;
	background: url(/sp/service/repair/common/images/icon_arrow-red01.png);
	background-size: contain;
	width: 7px;
	height: 6px;
	margin-right: 7px;
	top: -2px;
}

nav.sidenav .sidenav__item span {
	cursor: pointer;
}

nav.sidenav .sidenav__item span:hover {
	background-color: #F3F3F3;
}

nav.sidenav .sidenav__item span::before {
	position: relative;
	content: "";
	display: inline-block;
	background: url(/sp/service/repair/common/images/icon_arrow-red02.png);
	background-size: contain;
	width: 6px;
	height: 7px;
	margin-right: 8px;
	top: -2px;
	left: -2px;
}

nav.sidenav .sidenav__item span.active::before {
	content: "";
	display: inline-block;
	background: url(/sp/service/repair/common/images/icon_arrow-red03.png);
	background-size: contain;
	width: 6px;
	height: 7px;
	margin-right: 8px;
}

nav.sidenav .sidenav__item li li {
	border-top: 1px solid #CCC;
	border-bottom: none;
}

nav.sidenav .sidenav__item li li a {
	padding: 8px 8px 8px 33px;
}

nav.sidenav .sidenav__news {
	margin: 20px 0;
	background: url(/sp/service/repair/common/images/footer_bg_news01.gif) 0 0;
	padding: 20px 20px;
}

nav.sidenav .sidenav__news h3.sidenav__news-title {
	width: 50%;
	margin-bottom: 10px;
}

nav.sidenav .sidenav__news h3.sidenav__news-title img {
	width: 100%;
	max-width: 400px;
}

nav.sidenav .sidenav__news ul {
	background-color: #FFF;
	padding: 0 20px;
	border-radius: 6px;
}

nav.sidenav .sidenav__news ul li {
	padding: 18px 0;
	border-top: 1px dotted #cd005b;
}

nav.sidenav .sidenav__news ul li:first-child {
	border-top: none;
}

nav.sidenav .sidenav__news .sidenav__news-data,
nav.sidenav .sidenav__news .sidenav__news-text {
	margin: 0;
	line-height: 1.5;
}

nav.sidenav .sidenav__news .sidenav__news-data {
	font-weight: bold;
	margin-bottom: 5px;
}

/* Footer
-------------------------------------------------------------------------- */
footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
}





footer .footer-inquiry p.catch {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}

footer .footer-inquiry h5 {
	margin-bottom: 15px;
}

footer .footer-inquiry h5 img {
	width: 70%;
}



footer .footer-inquiry .estimates {
	padding: 10px 20px 25px;
	margin-bottom: 25px;
	background-color: #ce005b;
}

footer .footer-inquiry .estimates ul {
	width: 85%;
	text-align: left;
	margin: 0 auto 20px;
}

footer .footer-inquiry .estimates ul li {
	padding: 15px 0 35px;
	background: url(/sp/service/repair/common/images/icon_arrow-down01.png) center bottom no-repeat;
	background-size: 35px auto;
	color: #FFF;
	font-size: 16px;

}

footer .footer-inquiry .estimates ul li:last-child {
	background: url(/sp/service/repair/common/images/icon_arrow-down02.png) center bottom no-repeat;
	background-size: 37px auto;
	padding-bottom: 52px;
}

footer .footer-inquiry .estimates ul img.icon01 {
	width: 72px;
	height: auto;
	float: left;
	margin: -10px 15px 0 0;
}

footer .footer-inquiry .estimates img.txt01 {
	margin-bottom: 15px;
}

footer .footer-inquiry h6 {
	font-size: 20px;
	margin-bottom: 10px;
}


footer .footer-inquiry dl dt img {
	padding: 0 20px;
	max-width: 500px;
}

footer .footer-inquiry dl dd {
	line-height: 1.3;
	margin-top: 20px;
}

footer .footer-inquiry p {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
}

footer .footer-inquiry img.button {
	width: 90%;
}






footer .footer-caution {
	display: table;
	padding: 20px 20px;
	margin: 20px 20px;
	box-sizing: border-box;
	border: 1px solid #AAA;
}

footer .footer-caution dt {
	vertical-align: middle;
	font-size: 20px;
	margin: 0 auto;
	width: 50%;
}

footer .footer-caution dt img {
	width: 50%;
	max-width: 80px;
}

footer .footer-caution h5 {
	margin: 10px 0;
}

footer .footer-caution dd li {
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
	line-height: 1.3;
	margin-bottom: 5px;
}

footer .footer-caution dd li::before {
	content: "※";
}

footer .footer-caution dd li::last-child {
	margin-bottom: 0;
}

footer .footer-caution dd b {
	color: #cd005b;
}

footer .footer-sublink .footer-sublink__inner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}


footer .footer-sublink .footer-sublink__inner a {
	color: #222;
	text-decoration: none;
}

footer .footer-sublink .footer-sublink__inner a:hover {
	color: #222;
	text-decoration: underline;
}

footer .footer-sublink .footer-sublink__inner a img {
	width: 50%;
	margin-bottom: 20px;
	max-width: 200px;
}

footer .footer-sublink .footer-sublink__inner ul li {
	line-height: 40px;
	border-top: 1px solid #CCC;
}

footer .footer-sublink .footer-sublink__inner ul li a:after {
	content: "";
	display: inline-block;
	background: url(/sp/service/repair/common/images/ico_popwin.gif);
	background-size: contain;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	position: relative;
	top: 2px;
}

footer .footer-sublink .footer-sublink__inner p {
	margin: 0;
	padding: 5px 0;
	vertical-align: middle;
	background-color: #cd005b;
	color: #fff;
	line-height: 1.3em;
}

footer .footer-pagetop {
	position: fixed;
	z-index: 2001;
	bottom: 60px;
	right: 10px;
}

footer .footer-pagetop img {
	width: 40px;
}
