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

a.yellow {
	text-decoration:underline;
}
a.yellow:hover {
	text-decoration:none;
}

@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------
PC Style
----------------------------------------------------------------------*/

/**********************************************************/
/* メインエリア */
/**********************************************************/


main h1 {
	background-image:url(../../faq/images/h1_bg.jpg);
}

main h2 {
}

.caption_box{
	position: relative;
	margin-top: 1em;
	padding: 40px 25px;
	border: 1px dotted #e69e14;
}

.caption_box h2.caption{
	font-size:24px;
	letter-spacing:1px;
	position: absolute;
	top: 0;
	left: 50%;
	padding: 0 1em;
	margin: 0;
	background-color: white;
	transform: translateY(-50%) translateX(-50%);
}

.caption_box dl {
	letter-spacing:1px;
}

.caption_box dl dt {
	background:url(../../faq/images/01.png) no-repeat left top;
	font-weight:300;
	padding-left:30px;
	margin-bottom:10px;
}

.caption_box dl dd {
	background:url(../../faq/images/02.png) no-repeat left top;
	font-weight:500;
	border-bottom:1px dotted #e69e14;
	padding-left:30px;
	padding-bottom:20px;
	margin-bottom:20px;
}

.caption_box dl dd:last-of-type {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}

main p.regular {
	font-weight:300;
	margin-bottom:40px;
	line-height:1.8;
}

	





}



@media screen and (max-width:767px){
/*----------------------------------------------------------------------
SP Style
----------------------------------------------------------------------*/

/**********************************************************/
/* メインエリア */
/**********************************************************/

body main {
	font-size:15px;
}

main .box {
	width:100%;
}

main h1 {
	background-image:url(../../faq/images/h1_bg.jpg);
}

main h2 {
	font-size:30px;
}

.caption_box{
	position: relative;
	margin-top: 1em;
	padding: 40px 25px;
	border: 1px dotted #e69e14;
}

.caption_box h2.caption{
	font-size:24px;
	letter-spacing:1px;
	position: absolute;
	top: 0;
	left: 50%;
	padding: 0 1em;
	margin: 0;
	background-color: white;
	transform: translateY(-50%) translateX(-50%);
}

.caption_box dl {
	letter-spacing:1px;
}

.caption_box dl dt {
	background:url(../../faq/images/01.png) no-repeat left top 8px;
	font-weight:300;
	padding-left:30px;
	margin-bottom:10px;
}

.caption_box dl dd {
	background:url(../../faq/images/02.png) no-repeat left top 8px;
	font-weight:500;
	border-bottom:1px dotted #e69e14;
	padding-left:30px;
	padding-bottom:20px;
	margin-bottom:20px;
}

.caption_box dl dd:last-of-type {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}

main p.regular {
	font-weight:300;
	margin-bottom:40px;
	line-height:1.8;
}


}