@charset "utf-8";


/*-----------------------
common
------------------------*/
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.ml00 {margin-left: 0px !important;}
.ml05 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml50 {margin-left: 50px !important;}
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}

#contents {
	max-width: 1200px;
	margin: 2em auto 0 auto;
	padding: 0 30px;
	word-break: break-all;
}

#contents section{
	overflow:hidden;
	margin-bottom: 3em;
}

#contents h1.title {
	clear: both;
	color: #000;
	padding-top: 0;
	padding-right: 0;
	padding-left: 13px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 8px;
}

#contents section h2{
	font-size: 1.5rem;
}

#contents section a.textLink >span{
	font-size: 1rem;
	font-weight: 400;
}

#contents section h3{
	font-size:1.077em;
}

#contents section h4 {
	font-size: 1.077em;
}

#contents section h2.title {
	border-bottom: #666666 solid 1px;
	padding-bottom: 5px;
	padding-left: 13px;
}

#contents section h3.title {
	border-bottom: #666666 solid 1px;
	margin-top:2em;
}

#contents section .gray_title{
	background-image: none;
	background-color: #e3e3e3;
	padding:0.3em 0.5em 0.3em 0.9em;
	margin:2em 0 1em 0.5em;
}

#contents section .black_title {
	padding: 5px 10px;
	color: #fff;
	background: #333333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contents ul{
	padding:0;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents li{
	margin-bottom:0.5em;
	margin-left:0;
}

#contents dl,
#contents dl dt,
#contents dl dd{
	margin-left:0;
	padding:0;
	overflow:hidden;
}

#contents .annotation{
	padding-left: 0.5em;
	text-indent: -1em;
}

a.textLink {
	display: inline;
	margin: 0 3px 0 7px;
	background-position: 0px;
}

#contents ul.txtlink li{
	float: none;
	margin:0 0 0.5em 0;
}


#contents img.icon{
	vertical-align: baseline;
	padding: 0 0.2em;
}

#contents .in-blck{
	display: inline-block;
}

.onlypc{display:block!important;}
.onlymobile{display:none!important;}


p.annotation {
	margin: 0 0 1em 2em;
	padding: 0.5em 0;
	text-indent: -0.7em;
	font-size: 0.9em;
}

@media (max-width: 640px){
	.onlypc{display:none!important;}
	.onlymobile{display:block!important;}

	#contents {
		min-width: 280px;
		padding: 0;
		}

	#contents h1.title {
			font-size:1.42857rem
		}

		#contents section h2{
			font-size: 1.14286rem;
		}	

		#contents h2.title{
			padding-left:5px;
		}

		#contents section .gray_title {
			margin-left: 0;
			padding:0.3em 0.5em 0.3em 5px;
		}

		#contents div.contents_area ul li {
		padding: 0;
	}
}

@media (max-width: 355px){
	#contents h1.title {
		font-size: 1.33rem;
		padding-left:0;}
}

/*
	====================================
		navigation
	====================================
*/

#navArea{
	margin: 2em 0;
}

#navArea ul{
	list-style: none;
	overflow: hidden;
}

#navArea ul li{
	display: table;
	font-size: 88%;
	text-align: center;
	margin: 0 0.3em;
	float: left;
	border: 1px solid #ccc;
	padding: 0;
	width: 10.3em;
	height: 4.8em;
}

#navArea ul li a{
   display: table-cell;
	vertical-align: middle;
}

#navArea ul li a:hover,
#navArea ul li a:active,
#navArea ul li a:focus{
	text-decoration: none;
	color: #000;
	background-color: #eee;
	opacity:0.7;
}

@media (max-width: 640px){

	#navArea {
		margin: 1.5em 0 1em 0;
	}

	#navArea ul li{	
	margin: 0.25em;
	padding: 0 0.3em;
	width: 45%;
	height: 3em;
	text-align: left;
	}
}

@media (max-width: 385px){

	#navArea ul li {
	   width: 44%;
		height: 4em;
	}
}

/*
	====================================
		link
	====================================
*/

#navArea ul li span {
	background: url(/support/share/images/arrow_black.png) no-repeat;
	padding-left: 0.8em;
	background-position: 0 4px;
	display: inline-block;
	text-align: left;
	margin: 0 0.5em;
}

#navArea ul li span.now {
	background: none;
	display: table-cell;
	vertical-align: middle;
	padding-left: 0.5em;
}

#contents a.btnBlue {
	font-size: 14px;
	display: block;
	border: solid 1px #fff;
	padding: 5px 12px;
	color: #fff;
	background: #2D75C7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 280px;
}

#contents a.btnBlue .Bluelink {
	background: url(/support/images/repair-contact/arrow_white.gif) no-repeat scroll 0 5px;
	padding-left: 12px;
}

#contents a.btnBlue:hover,
#contents a.btnBlue:active,
#contents a.btnBlue:focus{
	text-decoration: none;
    opacity: 1;
	color:#FFFFFF;
    background: #34568E;
}

#contents span.link_out {
	background: url(/support/share/images/icon_blank.gif) no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 0;
	overflow: hidden;
	padding: 9px 0 0;
	vertical-align: baseline;
	*vertical-align: middle;
	width: 11px;
	margin-left: 3px;
}

/*
	====================================
		contents button
	====================================
*/
.btn_area_text {
	list-style-type: none;
}
#contents .mod-linkButton {
	background: none;
	border: 2px solid #bcbcbc;
	color: #333;
	cursor: pointer;
	display: inline-block;
	height: 138px;
	letter-spacing: 0.01em;
	line-height: 1.4;
	text-align: center;
	width: 160px;
	background-size: contain;
}

#contents div.contents_area ul li {
	display: inline-block;
	padding: 15px;
	width: 150px;
	margin-right: 20px;
}

.mod-linkButton a {
	display: block;
	padding: 10px;
	transition: opacity .2s ease-in 0s;
	text-decoration: none !important;
}

#contents .mod-linkButton .figure {
	display: block;
}

#contents .mod-linkButton .threeLine {
	background: url(/support/share/images/arrow_black.png) no-repeat scroll 0 5px;
	padding-left: 12px;
	font-size: 0.95em;
}

#contents .mod-linkButton .InnerLink {
	background: url(/support/share/images/arrow_underline.gif) no-repeat scroll 0 5px;
	padding-left: 12px;
	font-size: 0.95em;
	line-height: unset!important;
	display: inline-block;
	height: 40px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

a:hover .mod-linkButton, a:active .mod-linkButton {
	opacity: .5;
}

a:hover span.figure, a:active span.figure {
	opacity: .5;
}

a:hover span.threeLine, a:active span.threeLine {
	color: #333;
	opacity: .5;
}

a:focus .mod-linkButton, a:active .mod-linkButton {
	opacity: 0.5;
	color: black;
}

a:focus span.figure, a:active span.figure {
	opacity: 0.5;
}

a:focus span.threeLine, a:active span.threeLine {
	opacity: 0.5;
}

#contents .mod-linkButton a:hover,#contents .mod-linkButton a:active {
	color: black;
	opacity: .5;
}

/*SE用*/
.seno{display:inline-block;}

@media (max-width: 374px) {
	#contents div.contents_area ul li {
		width:120px;
		height:130px;
	}
	#contents div.contents_area ul li img{
		width:80px;
		height:auto;
	}
	#contents div.contents_area.products ul li img{
		width:60px;
		height:auto;
	}
	.nav_area a{
		margin:0;
	}

}

/*
	====================================
		Info
	====================================
*/


/* info */

#info ul.txtlink{
	margin-left: 1.5em;
}

/*
	====================================
		Step Area
	====================================
*/
div.pregBox {
	margin-left: 1em;
}
#contents div.pregBox ol.list_number_area {
	list-style: none;
	margin: 0.5em;
}

#contents .pregBox ol.list_number_area > li {
	overflow: hidden;
	margin-bottom: 2em;
}

div.pregBox p.list_number {
	margin-bottom: 10px !important;
	font-weight: bold;
	font-size: 120%;
}

div.pregBox p.list_number .steptitle {
	margin-left: 1.2em;
	display: inline-table;
	width: 66%;
}

div.pregBox .list_number_area .left {
	float: left;
}
div.pregBox div.list_body {
	margin-left: 6em;
	margin-right: 15px;
	margin-top: 15px;
}

#contents .pregBox ol.list_number_area > li > .list_body + *,
#contents .pregBox ol.list_number_area > li > .list_body ~ *{
	margin-left: 6em;
}

@media (max-width: 640px){

	#contents div.pregBox ol.list_number_area {
		list-style: none;
		margin: 0;
	}

	#contents .pregBox ol.list_number_area > li > .list_body + *,
	#contents .pregBox ol.list_number_area > li > .list_body ~ *{
		margin-left: 0;
	}
}


/* リンクボタン */
.Button {
	vertical-align: middle;
	min-height: 32px;
	height: 32px;
	border: 1px solid #BCBCBC;
	border-radius: 6px 6px 6px 6px;
	cursor: pointer;
	transition: opacity 0.2s ease-in 0s;
}

#contents div.btn_Area {
	margin-top: 1.4em;
	margin-bottom: 1em;
}

#contents .Button {
	width: auto;
	display: table-cell;
	padding: 0.5em 1em 0.5em 1em;
	color: inherit;
	background: url(/support/bd/share/images/bg_gradation_off.gif) no-repeat scroll;
}

#contents ul.anchorBtnA li > a > span, #contents a.Button > span {
	background: url(/share/images/arrow_black.gif) no-repeat left 5px;
	padding-left: 1em;
}

#contents ul.anchorBtnA > li > a:hover, #contents .Button:hover,
#contents ul.anchorBtnA > li > a:focus, #contents .Button:focus,
#contents ul.anchorBtnA > li > a:active, #contents .Button:active {
	background: url(/support/bd/share/images/bg_gradation_on.gif) no-repeat scroll;
	opacity: 0.8;
	text-decoration: none;
	color: inherit;
}


/* リンクボタン リスト */

#contents div.btnArea{
	margin-top:2em;
	margin-bottom:2em;
}

#contents div.btnArea ul{
	list-style:none;
}

#contents div.btnArea ul li{
	display: inline-table;
}

#contents div.btnArea ul.two_btn > li{
	width: 48%;
}

#contents div.btnArea ul li a{
	display: table-cell;
	width: 90%;
	height:2.5em;
	vertical-align:middle;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #000;
	margin: 0.25em 1em 0.25em 0;
	padding: 0.7em 1em;
	overflow: hidden;
}


#contents div.btnArea ul li a span{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
	font-weight:700;
	padding: 0 0 0 15px;
}

#contents div.btnArea ul li a.otherLink span{
	background: url(/support/share/images/arrow_black.gif) no-repeat 0 0.5em;
	display: inline-block;
}

#contents div.btnArea ul li a:hover,
#contents div.btnArea ul li a:active,
#contents div.btnArea ul li a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

@media (max-width: 640px){

	#contents div.btnArea ul.two_btn > li{
		width: 100%;
	}
}

/*　青いご注意枠　*/

#contents div.info_box {
	display: table;
	background: linear-gradient(#e2eaef, #f3f3f3);
	background-color: #e2eaef\9; /* for IE9 */
	border-radius: 5px;
	margin: 1em 0;
	padding: 1em;
}

#contents div.info_box img{
	vertical-align:text-top;
	margin-right:0.5em;
}


#contents div.info_box dl{
	display: table-cell;
	padding-left: 1em;
	padding: 0.5em;
	width:100%;
}

#contents div.info_box dl dt{
	margin-left: 0;
	font-weight: 700;
	margin-bottom: 0.5em;
}

#contents div.info_box dl dd{
	margin-left: 0;
	margin-bottom: 0;
}


/*
	====================================
		notice_gray_b
	====================================
*/
#contents .notice_gray_b {
	background: none repeat scroll 0 0 #EBEBEB;
	border: 1px solid #999999;
	margin: 0 0 1em;
	padding: 1em;
}

#contents .notice_gray_b > ul.disc {
	margin-left: 1.5em;
	list-style: disc;
	margin-bottom: 2em;
}

#contents .notice_gray_b > p.ml15 + ul{
	margin-left: 3em;
}



/*
	====================================
		Price
	====================================
*/
#price .priceArea{
	margin: 2em;
	display: table;
}

#price .priceArea > p {
	display: table-cell;
	text-align: center;
	border: 3px solid #ccc;
	border-radius: 15px;
	padding: 1em;
	min-width: 12em;
	vertical-align: middle;
}

#price .priceArea p > span{
	font-size: 1.385em;
	font-weight: 900;
	display: block;
	padding-bottom: 0.5em;
}

#price .priceArea > p + img{

	display: inline-block;
	padding: 1em 2em 0 2em;
}

#price .priceArea > p.price_step {
	padding: 1em 2em;
}

#price .priceArea p.price_step > span{
	font-size: 1.071em;
	text-align: left;
	display: table-cell;
	padding: 0 0.5em;
	vertical-align: middle;
}

#price .priceArea p.price_step > span.step{
	font-size: 1.286em;
	padding-right: 2em;
}

#price .priceArea > p.price_step + img{
	vertical-align: bottom;
}


@media (max-width: 640px){

	#price .priceArea {
		display: block;
		margin: 2em auto;
	}

	#price .priceArea > p {
		width: 70%;
		display: block;
		margin: 0 auto;
	}

	#price .priceArea > p + img{
		padding: 1em;
		margin: 0 auto;
		display: block;
	}

	#price .priceArea p.price_step{
		width: auto;
		max-width: 20em;
	}
		#price .priceArea p.price_step >span{
		font-size: 1.071em !important;
	}


	#price .priceArea p.price_step > span.step{
	padding-right: 1em;
}


	#price .priceArea > p.price_step + img{
	transform: rotateZ( 90deg );
	}

}

/*
	====================================
		hed-link
	====================================
*/
.hed-link {
	float: right;
	font-size: 0.9em;
	margin-top:1em;
}
.hed-link ul li a:hover {
	text-decoration:underline!important;
}
.hed-link + *{
	clear:both;
}

/*
	====================================
		float_area
	====================================
*/
.area_L{
	float:left;
	width:70%;}
.area_R{float:right}

.clear{clear:both}
@media (max-width: 640px) {
.area_L{
	float:none;
	width:auto;}
.area_R{
	float:none;
	text-align:center;}
.area_R img{
	max-width:100%;}

}
/*
	====================================
		enquete
	====================================
*/

#sbi_comment1 table {
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 640px) {
	#sbi_comment1 table{
		width: auto;
		margin-bottom:20px;
	}
	#sbi_comment1 table input{
		max-width:97px;
		width: 30%;
		height:auto;
	}
}


/* table */

#contents table{
	width:96%;
	margin:2em 1em 0;
}

#contents table thead th{
	font-weight:700;
}
#contents th {
	background: #E3E3E3;
	padding: 7px 2px;
	border: #CCC 1px solid;
	text-align: center;
	font-weight: normal;
}

#contents table tbody th {
	background-color: #fff;
	text-align: left;
	padding: 0.2em 0.3em;
}

#contents td {
	border: 1px solid #CCC;
	padding: 1em;
}

#contents table tbody th{
	background-color:#fff;
	text-align:left;
	padding:0.2em 0.3em;
}

#contents table tbody td{
	text-align:center;
}

/* 20220322 btn */
div.btn a{
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	padding: 10px 15px;
	color: #333;
    margin: 1em 0;
    display: inline-block;
}

div.btn a:hover{
	text-decoration: none;
	color: #333;
	opacity: 0.7;
}

div.btn a span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	padding-left: 0.8em;
    background-position: 0 6px;
    display: inline-block;
    line-height: normal;
}

/* indent */
.indent08{
    text-indent: -8em;
    padding-left: 8em!important;
}

.pr03em{
    padding-right: 3em;
}


br.mqonly{
    display: none;
}

@media (max-width: 640px) {
    .indent08{
        text-indent: 0;
        padding-left:0!important;
    }
    .pr03em{
        padding-right: 0;
    }
    br.mqonly{
        display: block;
    } 
}