@charset "UTF-8";

/* #Base
-------------------------------------------------------------------------- */
html {
	box-sizing: border-box;
	width: 100%
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

html {
	font-size: 13px;
}

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%;
}

#wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding-top: 250px;
	overflow: hidden;
}

#wrapper:after {}

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;
}

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=75);
	/* IE7以下用 */
	-ms-filter: "alpha(opacity=75)";
	/* IE8用 */
	-moz-opacity: 0.75;
	/* Firefox 1.5未満, Netscape用 */
	-khtml-opacity: 0.75;
	/* Safari 1.x, 他khtmlに対応したブラウザ用  */
	opacity: 0.75;
	/* 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 !important;
}

.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: absolute;
	width: 100%;
	min-width: 1100px;
	min-height: 332px;
	top: 0;
	left: 0;
}

/* header:after {
	position: absolute;
	content: url(/service/repair/common/images/header_bg_arrow01.png);
	top: 0;
	left: 50%;
	margin-left: -1240px;
	z-index: 99999;
} */

header .header-inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	color: #FFF;
	z-index: 999999;
}

header h1.header__title {
	position: absolute;
	display: inline-block;
	text-align: center;
	top: 10px;
	left: 205px;
}

header h1.header__title a {
	color: #FFF;
	text-decoration: none;
	line-height: 10px;
}

header h1.header__title img {
	margin-bottom: 3px;
}

header h1.header__title span {
	font-size: 10px;
	vertical-align: top
}

header .header__logo {
	position: absolute;
	top: 10px;
	left: 0;
}

header .header__tel {
	position: absolute;
	display: inline-block;
	top: 85px;
	right: 0;
	text-align: center;
	line-height: 1.5;
}

header .header__tel::before {
	position: absolute;
	content: url(/service/repair/common/images/header_icon_phone02.png);
	top: 0;
	left: -64px;
}

header .header__tel img {
	margin-bottom: 5px;
}

header .header__link--text {
	position: absolute;
	text-align: left;
	top: 82px;
	left: 725px;
}

header .header__link--text a {
	text-decoration: none;
	color: #FFF;
	letter-spacing: -0.02em;
}

header .header__link--text a:hover {}

header .header__link--text a::before {
	position: relative;
	content: url(/service/repair/common/images/icon_arrow-white01.png);
	top: -1px;
	left: -7px;
}

header .header__link--estimates {
	position: absolute;
	display: inline-block;
	width: 284px;
	height: 75px;
	font-size: 16px;
	color: #222;
	line-height: 72px;
	text-align: center;
	background-color: #fff33f;
	border-radius: 0 0 10px 10px;
	right: 0;
	text-decoration: none;
	vertical-align: middle;
}

header .header__link--estimates img {
	vertical-align: middle;
	margin: 0 15px 2px 0;
}

header .header__link--estimates span {
	display: inline-block;
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
	color: #5a5a5a;
	text-align: left;
	vertical-align: middle;
}


/* header fixed */
header.fixed {
	position: fixed;
	height: 66px;
	min-height: 66px;
	background-color: #cd005b;
	box-shadow: 0 -10px 10px 10px rgba(0, 0, 0, 1);
	top: 0;
	left: 0;
	z-index: 999999;
}

header.fixed:after {
	content: "";
}

header .header-inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	color: #FFF;
	z-index: 999999;
}

header.fixed h1.header__title {
	top: 12px;
	left: 153px;
}

header.fixed h1.header__title a {
	display: block;
	width: 127px;
	height: 41px;
	background: url(/service/repair/common/images/header_pic_logo-repair-s.png) 0 0 no-repeat;
}

header.fixed h1.header__title img,
header.fixed h1.header__title span {
	display: none;
}

header.fixed .header__logo {
	top: 12px;
}

header.fixed .header__logo img {
	width: 133px;
}

header.fixed .header__tel {
	width: 222px;
	top: 10px;
	right: 280px;
	font-size: 11px;
	text-align: center;
}

header.fixed .header__tel::before {
	width: 50px;
	height: 42px;
	content: "";
	background: url(/service/repair/common/images/header_icon_phone02.png);
	background-size: 50px 42px;
	top: 0;
	left: -37px;
}

header.fixed .header__tel img {
	width: 186px;
	height: auto;
	margin-bottom: 2px;
}

header.fixed .header__link--area {
	top: 20px;
}

header.fixed .header__link--estimates {
	border-bottom: 4px solid #cd005b;
	border-left: 4px solid #cd005b;
	border-right: 4px solid #cd005b;
	height: 80px;
	line-height: 74px;
}

header.fixed .header__link--estimates img {
	vertical-align: middle;
	margin: 0 10px 2px 0;
}

header.fixed .header__link--text {
	position: absolute;
	text-align: left;
	top: 10px;
	left: 450px;
}


/* Main sidenav
-------------------------------------------------------------------------- */
#mainframe {
	width: 1100px;
	padding: 0 70px;
	margin: 0 auto;
}

#mainframe nav.gnav {
	display: table;
	position: relative;
	width: 960px;
	padding-bottom: 20px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 99999;
}

#mainframe nav.gnav li {
	position: relative;
	display: table-cell;
	width: 150px;
	height: 50px;
	padding: 0 0;
	border-right: 1px solid #BBB;
	line-height: 20px;
	vertical-align: middle;
	font-size: 17px;
	font-weight: bold;
}

#mainframe nav.gnav li:first-child {
	width: 53px;
	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;
	left: 0;
}

.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: 960px;
	text-align: left;
	margin: 0 auto;
}

main h2.pagetitle {
	font-size: 44px;
	margin-bottom: 50px;
	text-align: center;
}

nav.sidenav {
	float: left;
	width: 248px;
	text-align: left;
}

nav.sidenav h3.sidenav__title {
	font-size: 16px;
	color: #FFF;
	border-left: 10px solid #4c301a;
	padding: 10px;
	background: url(/service/repair/common/images/side_bg_menu01.jpg) left top no-repeat;
}

nav.sidenav .sidenav__item {
	text-align: left;
	margin-bottom: 25px;
}

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: url(/service/repair/common/images/icon_arrow-red01.png);
	margin-right: 7px;
	top: 0px;
}

nav.sidenav .sidenav__item li li a::before {
	position: relative;
	content: url(/service/repair/common/images/icon_arrow-gray01.png);
	margin-right: 7px;
	top: 0px;
}

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: url(/service/repair/common/images/icon_arrow-red02.png);
	margin-right: 8px;
	top: -2px;
	left: -2px;
}

nav.sidenav .sidenav__item span.active::before {
	content: url(/service/repair/common/images/icon_arrow-red03.png);
}

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-top: 70px;
	background: url(/service/repair/common/images/side_bg_news01.gif) 0 0;
	padding: 23px 10px 10px;
	margin-bottom: 65px;
}

nav.sidenav .sidenav__news h3.sidenav__news-title {
	margin: 0 10px 23px;
}

nav.sidenav .sidenav__news ul {
	background-color: #FFF;
	padding: 0 16px;
	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.6;
}

nav.sidenav .sidenav__news .sidenav__news-data {
	font-weight: bold;
	margin-bottom: 5px;
}


/* Footer
-------------------------------------------------------------------------- */
footer {
	clear: both;
	width: 100%;
}


/* お問い合わせ */
footer .footer-inquiry {
	width: 960px;
	background-color: #f1f1f1;
	padding: 55px 80px 52px;
	margin: 0 auto 90px;
	text-align: center;
	position: relative;
}

footer .footer-inquiry h3 {
	margin-bottom: 35px;
	text-align: center;
	background-color: none !important;
	padding: 0 !important;
}

footer .footer-inquiry p {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

footer .footer-inquiry .estimates {
	width: 780px;
	padding: 40px 0 20px;
	background-color: #cd005b;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

footer .footer-inquiry .estimates ul.flow {
	width: 690px;
	overflow: hidden;
	padding: 0;
	margin: 0 auto 35px;
}

footer .footer-inquiry .estimates ul.flow li {
	float: left;
	width: 250px;
	padding: 0 60px 0 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
	background: url(/service/repair/common/images/icon_arrow-right02.png) 212px center no-repeat;
	color: #FFF;
}

footer .footer-inquiry .estimates ul.flow li.end {
	width: 190px;
	padding-right: 0;
}

footer .footer-inquiry .estimates ul.flow img.icon {
	margin-bottom: 10px;
}

footer .footer-inquiry .estimates img.txt01 {
	margin-bottom: 30px;
}

footer .footer-inquiry .contactinfo {
	width: 780px;
	padding: 25px 160px;
	margin-bottom: 5px;
	background-color: #FFF;
	text-align: left;
}

footer .footer-inquiry .contactinfo h4 {
	margin-bottom: 10px;
}

footer .footer-inquiry .contactinfo p {
	margin: 0 0 5px;
	font-size: 16px;
	text-align: left;
}

footer .footer-inquiry dl {
	display: table;
	margin: 0;
	overflow: hidden;
}

footer .footer-inquiry dl dt {
	display: table-cell;
	padding-right: 15px;
}

footer .footer-inquiry dl dd {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	line-height: 1.3;
}

/*
footer .footer-inquiry {
	margin-bottom: 70px;
}
footer .footer-inquiry h5 {
	font-size: 20px;
	margin-bottom: 15px;
}
footer .footer-inquiry dl {
	display: table;
	margin: 0 auto 15px;
	overflow: hidden;
}
footer .footer-inquiry dl dt {
	display: table-cell;
	padding-right: 10px;
}
footer .footer-inquiry dl dd {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	line-height: 1.3;
}
footer .footer-inquiry p {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
*/

footer .footer-caution {
	width: 960px;
	display: table;
	margin: 0 auto 80px;
	box-sizing: border-box;
	border: 1px solid #AAA;
}

footer .footer-caution dt {
	width: 240px;
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
}

footer .footer-caution dt img {
	margin-bottom: 20px;
}

footer .footer-caution dd {
	display: table-cell;
	padding: 20px 60px 20px 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-link {
	background-color: #cd005b;
	padding: 50px 0 80px;
}

footer .footer-link a {
	color: #FFF;
	text-decoration: none;
}

footer .footer-link a:hover {
	text-decoration: underline;
}

footer .footer-link .footer-link__inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

footer .footer-link .footer-link__inner .footer-link__home {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 29px;
}

footer .footer-link .footer-link__inner .footer-link__home img {
	margin: 0 8px 5px 0;
}

footer .footer-link .footer-link__inner .footer-link__main {
	width: 960px;
	font-size: 14px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
}

footer .footer-link .footer-link__inner .footer-link__main li {
	float: left;
	margin-left: 35px;
}

footer .footer-link .footer-link__inner .footer-link__main li:first-child {
	margin-left: 0;
}

footer .footer-link .footer-link__inner .footer-link__sub {
	width: 960px;
	overflow: hidden;
}

footer .footer-link .footer-link__inner .footer-link__sub dl {
	float: right;
	display: inline-block;
}

footer .footer-link .footer-link__inner .footer-link__sub dl:first-child {
	margin-left: 0;
	float: left;
}

footer .footer-link .footer-link__inner .footer-link__sub dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

footer .footer-link .footer-link__inner .footer-link__sub dl dd {
	overflow: hidden;
}

footer .footer-link .footer-link__inner .footer-link__sub dl dd>ul {
	float: left;
	margin-left: 30px;
}

footer .footer-link .footer-link__inner .footer-link__sub dl dd>ul:first-child {
	margin-left: 0;
}

footer .footer-link .footer-link__inner .footer-link__sub dl li {
	margin-top: 8px;
}

footer .footer-link .footer-link__inner .footer-link__sub dl li ul {
	margin-left: 15px;
}

footer .footer-link .footer-link__inner .footer-link__sub dl li ul.fl__L {
	float: left;
}

footer .footer-link .footer-link__inner .footer-link__sub dl li ul.fl__L:last-child {
	margin-left: 50px;
}

footer .footer-link .footer-link__inner .footer-link__main a::before,
footer .footer-link .footer-link__inner .footer-link__sub a::before {
	content: url(/service/repair/common/images/icon_arrow-white02.png);
	position: relative;
	margin-right: 10px;
	top: -1px;
}

footer .footer-sublink {
	background-color: #e1e1e1;
	padding: 13px 0;
}

footer .footer-sublink .footer-sublink__inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

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 {
	float: left;
}

footer .footer-sublink .footer-sublink__inner ul {
	/* float: left; */
	overflow: hidden;
	/* margin-left: 180px; */
}

footer .footer-sublink .footer-sublink__inner ul li {
	float: left;
	line-height: 31px;
	margin-right: 20px;
}

footer .footer-sublink .footer-sublink__inner ul li a:after {
	content: url(/service/repair/common/images/ico_popwin.gif);
	margin-left: 5px;
	position: relative;
	top: 2px;
}

footer .footer-sublink .footer-sublink__inner p {
	/* float: right; */
	line-height: 31px;
	margin: 0 0 0 5em;
	vertical-align: middle;
}

footer .footer-pagetop {
	position: fixed;
	display: none;
	z-index: 2001;
	bottom: 57px;
	right: 45px;
	cursor: pointer;
}

footer .footer-pagetop img {
	width: 60px;
}
