@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: faq.css
description: よくあるご質問専用スタイルシート

1.レイアウト

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

/* ===========  1.レイアウト  =========== */
.title03 {
	font-size: 183%;
	margin-top: 0;
	line-height: 1.4;
}

.boxFaq01 {
	width: 480px;
	float: left;
	margin-right: 20px;
}

.boxFaq02 {
	width: 200px;
	float: left;
}

.emTel {
	color: red;
}

.accordion {
	border-bottom: 1px dotted #5a5250;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.accordion_head {
	cursor: pointer;
	background: url(../images/hd_Q.gif) left top no-repeat;
	color: #0150BC;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 3px;
	line-height: 1.8;
}

.accordion_item {
	padding: 20px 20px 10px 50px;
	background: #eeeeee url(../images/hd_A.gif) 20px 20px no-repeat;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	-khtml-border-radius: 10px;
	margin-bottom: 20px;
	margin-top: 5px;
}

.boxMain {
	min-height: 1050px;
}

/* ===========  2.599px以下スマホ縦横 =========== */
@media screen and (max-width: 599px) {
.boxFaq01 {
	width: 100%;
	float: none;
	margin-right: 0;
}

.boxFaq02 {
	width: 100%;
	float: none;
	text-align: center;
}

.title03 {
	font-size: 129%;
}

div.accordion_item .tel-link {
	font-size: 171%;
}

h2#faq01 img {
	height: 40px;
	width: auto;
	overflow: hidden;
}

h2#faq02 img {
	height: 48px;
	width: auto;
	overflow: hidden;
}


}

/*スマホ横*/
@media only screen and (max-device-width:480px) and (orientation:landscape) {
h2#faq01 img, h2#faq02 img {
	height: auto;
	width: 100%;
}

}