@charset "UTF-8";

#howto_yp #pageTitle_yp .wrapC_yp h2{ padding-bottom: 30px; }

/* #flow_yp
---------------------------------------------------------------------------------------------------------*/
#flow_yp .step_yp{
	float: left;
	width: 18%;
	margin: 1%;
}
#flow_yp .step_yp h3{
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	padding-top: 1em;
	padding-bottom: 1em;
}
#flow_yp .step_yp p{
	font-family : YuGothic, '游ゴシック', sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 0.95em;
}
#flow_yp .btn_yp a{
	display: block;
	max-width: 360px;
	background-color: #333;
	color: #FFF;
	text-align: center;
	padding: 15px 20px;
	margin: 80px auto 100px;
}
#flow_yp .btn_yp a span{
	background-image: url(../img/common/contactWrap_order.png), url(../img/common/icon_arrow_white.png);
	background-repeat: no-repeat;
	background-position: left center, right center;
	padding-left: 40px;
	padding-right: 40px;
}
@media screen and (max-width: 768px){
	#flow_yp .step_yp{
		float: none;
		width: 100%;
		border-bottom: solid thin #DDD;
		padding-bottom: 20px;
		margin: 0 0 20px;
	}
	#flow_yp .step_yp img{
		float: left;
		max-width: 150px;
		height: auto;
	}
	#flow_yp .step_yp .text_yp{ margin-left: 170px; }
	#flow_yp .step_yp h3{
		text-align: left;
		padding-top: 0;
	}
	#flow_yp .step_yp h3 br{ display: none; }
	#flow_yp .step_yp:last-child{
		border-bottom: none;
		padding-bottom: 0;
		margin: 0;
	}
	#flow_yp .btn_yp a{ margin: 40px auto; }
}
@media screen and (max-width: 400px){
	#flow_yp .step_yp img{ max-width: 120px; }
	#flow_yp .step_yp .text_yp{ margin-left: 130px; }
}

/* #faq_yp
---------------------------------------------------------------------------------------------------------*/
#faq_yp{
	width: 100%;
	background-color: #F6FAFA;
	background-image: url(../img/common/bk_white.gif), url(../img/common/bk_white.gif);
	background-repeat: repeat-y;
	background-position: left top, right top;
	padding-bottom: 40px;
}
#faq_yp h3{
	color: #545454;
	font-weight: normal;
	text-align: center;
	font-size: 1.2em;
	padding-top: 30px;
}
#faq_yp h3 span{
	font-family: 'Crimson Text', serif;
	font-size: 2.6em;
	font-style: italic;
	display: block;
	padding-bottom: 10px;
}
#faq_yp h4{
	background: url(../img/common/icon_line.gif) no-repeat 5px 1.4em;
	-moz-background-size: 15px 5px;
	background-size: 15px 5px;
	font-size: 1.2em;
	font-weight: normal;
	padding: 1em 0 1em 35px;
	margin-top: 70px;
}
#faq_yp .box_yp{
	background-color: #FFF;
	padding: 20px;
	margin: 10px 0;
}
#faq_yp .box_yp .question_yp{
	background: url(../howto/img/faq_icon_question.gif) no-repeat left top;
	padding-left: 40px;
}
#faq_yp .box_yp h5{
	background: url(../howto/img/faq_icon_down.gif) no-repeat right 5px;
	font-size: 1.1em;
	font-weight: normal;
	cursor: pointer;
	padding-right: 30px;
}
#faq_yp .box_yp h5.open_yp{ background: url(../howto/img/faq_icon_up.gif) no-repeat right 5px; }
#faq_yp .box_yp .answer_yp{
	background: url(../howto/img/faq_icon_answer.gif) no-repeat 10px 35px;
	display: none;
	padding: 30px 0 10px 90px;
}
@media screen and (max-width: 1279px){ #faq_yp{ background-image: none; } }
@media screen and (max-width: 768px){
	#faq_yp{ padding-bottom: 20px; }
	#faq_yp h3{ padding-top: 20px; }
	#faq_yp h3 span{ font-size: 2em; }
	#faq_yp h4{ margin-top: 30px; }
	#faq_yp .box_yp{ padding: 10px; }
	#faq_yp .box_yp .question_yp{
		-moz-background-size: 1em auto;
		background-size: 1em auto;
		padding-left: 2em;
	}
	#faq_yp .box_yp .answer_yp{
		background: url(../howto/img/faq_icon_answer.gif) no-repeat left 25px;
		-moz-background-size: 3.3em auto;
		background-size: 3.3em auto;
		padding: 20px 0 10px 4.3em;
	}
}