@charset "utf-8";

/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

　01. inquiryBox

*/
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 01. inquiryBox ]  ====================================
------------------------------------------------------------*/

.inquiryBox .sec01 .flLeft,
.inquiryBox .sec01 .flRight {
	width: 450px;
}

.inquiryBox .inquiryInfoBox {
	margin-bottom: 2em;
}


.inquiryBox .inquiryInfoBox .infoBtn a {
	position: relative;
	display: block;
	padding: 12px 12px 12px 44px;
	background-color: #e88622;
	border-radius: 4px;
	color: #fff;
	font-size:108%;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.inquiryBox .inquiryInfoBox .infoBtn a:before {
	position: absolute;
	left: 13px;
	top: 50%;
	width: 18px;
	height: 19px;
	margin-top: -8px;
	background: url("/business/images_global/r_info_pc_blank.png") no-repeat;
	content: "";
}
.inquiryBox .inquiryInfoBox .infoBtn a:hover {
	opacity: 0.8;
}

.inquiryBox .inquiryTelBox {
}
.inquiryBox .inquiryTelBox .telNumber {
	font-size: 182%;
	font-weight: bold;
}
.inquiryBox .inquiryTelBox .telNumber p {
	margin-bottom: 0.8em;
}
.inquiryBox .inquiryTelBox .telNumber img {
	width: 37.5px;
	height: auto;
	vertical-align: middle;
}
.inquiryBox .inquiryTelBox .telTime dt {
	font-weight: bold;
}

.inquiryBox .flLeft .imgR {
	width: 110px;
}

.inquiryBox .sec01 .fixHeightChild03 {
	background: #ffffe9;
	border: 1px dotted #b4b9bd;
	padding: 7px;
}

.inquiryBox .sec01 .fixHeightChild03 h4 {
	font-size: 107.6923%;
	margin-bottom: 0.5em;
}

.inquiryBox .sec01 .fixHeightChild03 .dial strong {
	font-size: 215.38461%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.inquiryBox .sec01 .fixHeightChild03 .dial span {
	display: block;
	font-size: 76.92307%;
}

#main .inquiryBox .sec01 .fixHeightChild03 .txt {
	margin-bottom: 0;
}

#main .inquiryBox .sec01 .fixHeightChild03 .txt strong {
	font-size: 107.6923%;
}
.support_faq_waku{border:1px solid #bcbcbc;padding:20px 12px 12px 20px;margin:0 0 18px 0; display:table;}
.support_faq_madoguchi{float:left;width: 100%;margin-right: -140px;padding-right: 140px;box-sizing: border-box;}
.support_faq_madoguchi h2{font-size:145%;margin:0 0 10px 0;}
.support_faq_photo{float:right;width:140px;display: inline-table;}
.support_syuri{margin:5px 0 10px 0;padding:0 0 0 1em;text-indent:-1em;}
#main .inquiryBox .inq_rig h3{
	font-size:100% !important;
}


/* --- SP --- */
body.responsive-sp .inquiryBox .sec01 .flLeft,
body.responsive-sp .inquiryBox .sec01 .flRight {
	float: none;
	width: auto;
}

body.responsive-sp .inquiryBox .inquiryInfoTelBox {
	padding: 10px;
	margin-left: -10px;
	margin-right: -10px;
	background-color: #3d3d3d;
}
body.responsive-sp #main .inquiryBox .titStyle02 {
	padding: 0;
	background-image: none;
	border-bottom: 0;
	color: #333;
	font-size: 138.5%;
}

body.responsive-sp .inquiryBox .inquiryInfoBox {
	padding: 15px;
	margin-bottom: 0px;
	background-color: #fffecd;
}

body.responsive-sp .inquiryBox .inquiryTelBox {
	padding: 15px;
	background-color: #fffecd;
}

body.responsive-sp .inquiryBox .imgR {
	display:none;
}
body.responsive-sp .inquiryBox .flLeft p {
	font-size: 100%;
}
body.responsive-sp .inquiryBox .sec01 .fixHeightChild03 {
	background: #ffffe9;
	border: 1px dotted #b4b9bd;
	padding: 7px;
	margin:15px 0;
}

body.responsive-sp .inquiryBox .sec01 .fixHeightChild03 h4 {
	font-size: 107.6923%;
	margin-bottom: 0.5em;
}


body.responsive-sp #main .inquiryBox .sec01 .fixHeightChild03 .imgL {
	margin-right: 1em !important;
	float: left !important;
}

body.responsive-sp #main .inquiryBox .sec01 .fixHeightChild03 .txt {
	margin-bottom: 0;
}

body.responsive-sp #main .inquiryBox .sec01 .fixHeightChild03 .txt strong {
	font-size: 107.6923%;
}

body.responsive-sp #main .inquiryBox .bfaf_border{
	border-bottom:dotted 3px #ccc;
	margin:25px 0 18px 0;
}
body.responsive-sp #main .pcber:after{
	content:"（PC版サイト）";
}


/* ***************************************************************************** */

