@charset "UTF-8";

/* common
-------------------------------------------------------------------------*/
.contentsFrame h2.wave_yp{
	color: #00ABA7;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.2em;
	background: url(../toy/y_img/icon_midashi_wave.svg) no-repeat center bottom;
	padding-bottom: 20px !important;
}
.contentsFrame h2.wave_yp span{
	color: #253D53;
	font-size: 2em;
	padding-top: 10px;
}
.anchor_yp{
	display: block;
	width: 0;
	height: 1px;
	padding-top: 150px;
	margin-top: -150px;
}
.btn_yp a{
	display: block;
	width: 96%;
	max-width: 570px;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	color: #FFF;
	background-color: #FF5A5A;
	background-image: url(../toy/y_img/icon_arrow_white.svg);
	background-repeat: no-repeat;
	background-position: right 1.5em center;
	border-bottom: solid medium #CC4848;
	text-decoration: none;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em;
	margin: 40px auto auto;
}
@media screen and (max-width: 736px){
	.contentsFrame h2.wave_yp{
		font-size: 1.1em;
		letter-spacing: 0.1em;
		padding-bottom: 20px !important;
	}
	.contentsFrame h2.wave_yp span{
		font-size: 1.7em;
		padding-top: 5px;
	}
	.anchor_yp{
		padding-top: 50px;
		margin-top: -50px;
	}
	.btn_yp a{
		font-size: 1em;
		background-position: right 1em center;
		padding: 0.5em 1.5em;
		margin: 20px auto;
	}
}

/* #main_yp
-------------------------------------------------------------------------*/
#main_yp{
	max-width: 1660px;
	padding: 0;
	margin: 0 auto;
}
#main_yp h1{
	text-align: center;
	padding: 0;
	margin-top: 16px;
}
#main_yp h1 img{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 1004px){ #main_yp h1{ margin-top: 10px; } }
@media screen and (max-width: 736px){
	#main_yp h1{ margin-top: 0; }
	#main_yp h1 img{ width: 100%; }
}

/* #localMenu_yp
-------------------------------------------------------------------------*/
#localMenu_yp{
	text-align: center;
	background-color: #FEEED3;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #FEDDA8 4px, #FEDDA8 5px );
	background-size: auto auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.1em;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: 0 15px;
	margin: 30px auto 50px;
}
#localMenu_yp li.menu1_yp{
	-ms-flex-preferred-size: 17%;
	flex-basis: 17%;
}
#localMenu_yp li.menu2_yp{
	-ms-flex-preferred-size: 16.5%;
	flex-basis: 16.5%;
}
#localMenu_yp li.menu3_yp{
	-ms-flex-preferred-size: 21%;
	flex-basis: 21%;
}
#localMenu_yp li.menu4_yp{
	-ms-flex-preferred-size: 21%;
	flex-basis: 21%;
}
#localMenu_yp li.menu5_yp{
	-ms-flex-preferred-size: 13%;
	flex-basis: 13%;
}
#localMenu_yp li.menu6_yp{
	-ms-flex-preferred-size: 11.5%;
	flex-basis: 11.5%;
}
#localMenu_yp li a{
	display: block;
	text-decoration: none;
	padding: 15px 0;
}
#localMenu_yp li a br{ display: none; }
#localMenu_yp li a strong{
	display: block;
	font-size: 0.95em;
	font-weight: bold;
	color: #333;
	background: url(../toy/y_img/icon_anchor.svg) no-repeat center bottom;
	border-right: solid 2px #FFF;
	padding: 5px 5px 20px;
}
#localMenu_yp li:last-child a strong{ border-right: none; }
@media screen and (max-width: 736px){
	#localMenu_yp{
		font-size: 0.9em;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		margin: 10px auto 30px;
		padding: 0 10px;
	}
	#localMenu_yp li.menu1_yp,
	#localMenu_yp li.menu2_yp,
	#localMenu_yp li.menu3_yp{
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		border-bottom: solid 2px #FFF;
	}
	#localMenu_yp li.menu4_yp,
	#localMenu_yp li.menu5_yp,
	#localMenu_yp li.menu6_yp{
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
	}
	#localMenu_yp li a{ padding: 10px 0; }
	#localMenu_yp li a br{ display: inline-block; }
	#localMenu_yp li.menu3_yp a strong{ border-right: none; }
	#localMenu_yp li.menu4_yp a strong span{ display: none; }
}
@media screen and (max-width: 399px){ #localMenu_yp li a br{ display: none; } }

/* #benefits_yp
-------------------------------------------------------------------------*/
#benefits_yp.contentsFrame{
	max-width: 1080px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
}
#benefits_yp h2{
	margin-top: 60px !important;
	margin-bottom: 50px !important;
}
#benefits_yp h2 img{
	width: 90%;
	max-width: 450px;
}
#benefits_yp strong{
	color: #FE6A39;
	font-weight: bold;
}
#benefits_yp .box_yp{
	position: relative;
	background-color: #FFF;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #FFB353 2px, #FFB353 4px );
	background-size: auto auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin: 1%;
}
#benefits_yp .box_yp .inner_yp{
	background-color: #FFF;
	line-height: 1.2em;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 15px 10px;
	margin: 4px;
}
#benefits_yp .box_yp .inner_yp img{
	display: block;
	margin: auto auto 10px;
}
#benefits_yp .box_yp .inner_yp p{ margin: 0; }
#benefits_yp .tokuten_yp{
	position: absolute;
	top: 0;
	left: 0;
}
#benefits_yp .boxWrap1_yp{
	width: 100%;
	max-width: 880px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
}
#benefits_yp .boxWrap1_yp .box_yp{
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
}
#benefits_yp .boxWrap1_yp .inner_yp{ padding: 5px 5px 0 30px; }
#benefits_yp .boxWrap1_yp .inner_yp img,
#benefits_yp .boxWrap1_yp .inner_yp p{
	display: inline-block;
	font-size: 1.3em;
	text-align: left;
	vertical-align: middle;
	line-height: 1.2em;
}
#benefits_yp .boxWrap2_yp{
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
#benefits_yp .boxWrap2_yp .box_yp{
	display: inline-block;
	width: 14%;
	font-size: 1.1em;
	vertical-align: top;
}
@media screen and (max-width: 736px){
	#benefits_yp.contentsFrame{ margin-bottom: 30px; }
	#benefits_yp h2{
		margin-top: 40px !important;
		margin-bottom: 30px !important;
	}
	#benefits_yp .box_yp .inner_yp{
		padding: 10px 15px;
		margin: 3px;
	}
	#benefits_yp .box_yp .inner_yp img{
		width: 80%;
		max-width: 80px;
	}
	#benefits_yp .tokuten_yp{ max-width: 40px; }
	#benefits_yp .boxWrap1_yp .tokuten_yp{ width: 15%; }
	#benefits_yp .boxWrap2_yp .box_yp{ width: 30%; }
	#benefits_yp .boxWrap2_yp .tokuten_yp{ width: 25%; }
}
@media screen and (max-width: 419px){
	#benefits_yp h2 img{ max-width: 80%; }
	#benefits_yp .box_yp .inner_yp{ padding: 5px; }
	#benefits_yp .box_yp .inner_yp img{
		width: 60%;
		margin-bottom: 5px;
	}
	#benefits_yp .boxWrap1_yp .inner_yp img{
		display: block;
		width: 40%;
		margin: auto auto 5px;
	}
	#benefits_yp .boxWrap1_yp .inner_yp p{ font-size: 1em; }
	#benefits_yp .boxWrap2_yp .inner_yp p{ font-size: 0.9em; }
}

/* #ranking_yp
-------------------------------------------------------------------------*/
#ranking_yp{
	width: 100%;
	background: url(../toy/y_img/ranking_bk.gif) repeat center;
	padding: 60px 0 40px;
}
#ranking_yp .contentsFrame{
	text-align: center;
	background-color: #FFF;
	background-image: url(../toy/y_img/ranking_bkLT.gif), url(../toy/y_img/ranking_bkRT.gif), url(../toy/y_img/ranking_bkLB.gif), url(../toy/y_img/ranking_bkRB.gif);
	background-repeat: no-repeat;
	background-position: left top, right top, left bottom, right bottom;
	padding: 30px 40px;
}
#ranking_yp .text_yp{
	max-width: 800px;
	font-size: 1.15em;
	text-align: left;
	line-height: 1.6em;
	padding-top: 1em;
	margin: auto;
}
@media screen and (max-width: 979px){ #ranking_yp .contentsFrame{ padding: 15px 20px; } }
@media screen and (max-width: 736px){
	#ranking_yp{ padding: 30px 0 10px; }
	#ranking_yp .contentsFrame{
		background-size: 15px auto;
		padding: 20px 15px 10px;
	}
	#ranking_yp h2 img{
		width: 100%;
		max-width: 600px;
		margin-bottom: 5px;
	}
	#ranking_yp .text_yp{
		font-size: 1em;
		line-height: normal;
	}
}

/* #charm_yp
-------------------------------------------------------------------------*/
#charm_yp{
	width: 100%;
	background-image: url(../toy/y_img/charm_bk.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 90px 0;
	margin: 0;
}
#charm_yp .text_yp{
	width: 450px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 30px 50px;
}
#charm_yp .text_yp h2{ margin-bottom: 20px; }
#charm_yp .text_yp p{
	font-size: 1.1em;
	line-height: 1.8em;
	padding-top: 1em;
}
@media screen and (max-width: 736px){
	#charm_yp{
		background-position: center;
		padding: 50px 0 40px;
	}
	#charm_yp .text_yp{
		float: none;
		width: 85%;
		padding: 50px 5% 30px;
		margin: auto;
	}
	#charm_yp .text_yp h2{ margin-bottom: 20px !important; }
	#charm_yp .text_yp p{
		font-size: 1em;
		line-height: normal;
	}
}

/* #points_yp
-------------------------------------------------------------------------*/
#points_yp{ padding-top: 30px; }
#points_yp .box_yp{
	font-size: 1.1em;
	background-color: #FFF8EE;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #FEDDA8 4px, #FEDDA8 5px );
	background-size: auto auto;
	padding: 10px 40px 30px;
	margin-bottom: 30px;
}
#points_yp h3{
	min-height: 70px;
	font-size: 1.5em;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 90px auto;
	letter-spacing: 0.05em;
	padding-top: 30px;
	padding-left: 110px;
	margin-top: 10px;
}
#points_yp #point1_yp h3{ background-image: url(../toy/y_img/point1_number.png); }
#points_yp #point2_yp h3{ background-image: url(../toy/y_img/point2_number.png); }
#points_yp p{ font-size: 1.05em; }
#points_yp #point2_yp .textWrap_yp{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#points_yp #point2_yp .wrapL_yp p{ padding: 1em; }
#points_yp #point2_yp .wrapR_yp{ text-align: center; }
@media screen and (max-width: 736px){
	#points_yp .box_yp{
		font-size: 1em;
		padding: 10px 10px 15px;
	}
	#points_yp h3{
		min-height: 50px;
		font-size: 1.2em;
		background-size: 60px auto;
		padding-top: 18px;
		padding-left: 70px;
		margin-top: 5px;
	}
	#points_yp p{ font-size: 1em; }
	#points_yp #point2_yp .textWrap_yp{ display: block; }
	#points_yp #point2_yp .wrapL_yp p{ padding: 0; }
	#points_yp #point2_yp .wrapR_yp{ padding: 0.5em 0; }
}

/* #kodawari_yp
-------------------------------------------------------------------------*/
#kodawari_yp{ padding-top: 70px; }
#kodawari_yp .center_yp{
	font-size: 1.1em;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}
#kodawari_yp .wrap_yp{
	max-width: 1080px;
	font-size: 1.1em;
	background-size: auto auto;
	background-color: rgba(219, 246, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(183, 237, 255, 1) 4px, rgba(183, 237, 255, 1) 5px );
	margin: auto auto 60px;
}
#kodawari_yp .wrap_yp h3{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 1em;
	margin: 0;
}
#kodawari_yp .text_yp{
	max-width: 980px;
	padding-bottom: 20px;
	margin: auto;
}
#kodawari_yp .text_yp img{
	display: block;
	margin: auto;
}
#kodawari_yp .text_yp p{
	max-width: 940px;
	padding: 1em;
	margin: auto;
}
#kodawari_yp .text_yp p strong{
	color: #FF7272;
	font-weight: bold;
}
#kodawari_yp .kodawari1_yp .box02_yp{ position: relative; }
#kodawari_yp .kodawari1_yp .box02_yp p{ padding-left: 160px; }
#kodawari_yp .kodawari1_yp .box02_yp p strong{
	font-weight: bold;
	color: #FF4C4C;
}
#kodawari_yp .kodawari1_yp .box02_yp .icon_yp{
	position: absolute;
	left: 10px;
	bottom: 0;
	margin: 0;
}
#kodawari_yp .kodawariStaff_yp{
	max-width: 1080px;
	font-size: 1.1em;
	background-image: url(../toy/y_img/kodawari_staff_bk1.svg), url(../toy/y_img/kodawari_staff_bk2.svg), url(../toy/y_img/kodawari_staff_bk3.svg), url(../toy/y_img/kodawari_staff_bk4.svg);
	background-repeat: no-repeat;
	background-position: left top, right top, left bottom, right bottom;
	border: solid 3px #4CD2FF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 50px;
	margin: auto;
}
#kodawari_yp .kodawariStaff_yp h3{
	color: #4A4646;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 30px;
}
#kodawari_yp .kodawariStaff_yp h3 span{
	display: block;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 2.2em;
	padding-top: 10px;
}
#kodawari_yp .kodawariStaff_yp .staff_yp{ padding-bottom: 50px; }
#kodawari_yp .kodawariStaff_yp .img_yp{
	float: left;
	width: 250px;
}
#kodawari_yp .kodawariStaff_yp .text_yp{
	float: right;
	width: -webkit-calc(100% - 260px);
	width: calc(100% - 260px);
}
#kodawari_yp .kodawariStaff_yp .name_yp span{
	font-size: 1.3em;
	padding-left: 1em;
}
#kodawari_yp .kodawariStaff_yp .comment_yp{
	background-size: auto auto;
	background-color: rgba(219, 246, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(183, 237, 255, 1) 4px, rgba(183, 237, 255, 1) 5px );
	padding: 10px 20px;
}
@media screen and (max-width: 736px){
	#kodawari_yp{ padding-top: 40px; }
	#kodawari_yp .center_yp{ font-size: 1em; }
	#kodawari_yp .wrap_yp{
		font-size: 1em;
		margin-bottom: 30px;
	}
	#kodawari_yp .wrap_yp h3{ font-size: 1.4em; }
	#kodawari_yp .text_yp{ padding-bottom: 15px; }
	#kodawari_yp .text_yp p{ padding: 0.5em; }
	#kodawari_yp .kodawari1_yp .box02_yp p{ padding-left: 90px; }
	#kodawari_yp .kodawari1_yp .box02_yp .icon_yp{
		width: 90px;
		left: 0;
		bottom: 20px;
	}
	#kodawari_yp .kodawariStaff_yp{
		font-size: 1em;
		background-size: 30px auto;
		padding: 0 15px;
	}
	#kodawari_yp .kodawariStaff_yp h3{
		font-size: 1em;
		padding-top: 10px;
	}
	#kodawari_yp .kodawariStaff_yp h3 span{ font-size: 1.6em; }
	#kodawari_yp .kodawariStaff_yp .staff_yp{ padding-bottom: 15px; }
	#kodawari_yp .kodawariStaff_yp .img_yp{ width: 30%; }
	#kodawari_yp .kodawariStaff_yp .text_yp{ width: 68%; }
	#kodawari_yp .kodawariStaff_yp .name_yp span{ font-size: 1.1em; }
	#kodawari_yp .kodawariStaff_yp .comment_yp{ padding: 5px; }
}

/* #voice_yp
-------------------------------------------------------------------------*/
#voice_yp{
	width: 100%;
	background-color: #CCEEEE;
	background-image: radial-gradient(#FFF 10%, transparent 10%), radial-gradient(#FFF 10%, transparent 10%);
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
	padding: 50px 0;
	margin-top: 50px;
}
#voice_yp .box_yp{
	position: relative;
	max-width: 1000px;
	font-size: 1.1em;
	background-color: #FFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	line-height: 1.6em;
	padding: 5px 30px 30px;
	margin: 40px auto;
	clear: both;
}
#voice_yp .box_yp h3{
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	color: #FE6A39;
	border-bottom: dashed thin #AAA;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
}
#voice_yp .box_yp .person_yp{ padding-top: 5px; }
#voice_yp .box_yp .person_yp .img_yp{
	float: left;
	width: 80px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
#voice_yp .box_yp .person_yp .img_yp img{
	display: block;
	max-width: 80%;
	margin: auto auto 5px;
}
#voice_yp .box_yp .person_yp .text_yp{
	float: right;
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);
	background-color: #FEEED3;
	padding: 15px 30px 10px;
}
#voice_yp .box_yp .person_yp .text_yp h4{
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 0;
}
#voice_yp .box_yp .person_yp .text_yp ul li{
	background: url(../toy/y_img/icon_list.svg) no-repeat left 0.4em;
	padding-left: 20px;
	margin: 0.25em 0;
}
@media screen and (max-width: 736px){
	#voice_yp{
		padding: 40px 0 20px;
		margin-top: 30px;
	}
	#voice_yp .box_yp{
		font-size: 1em;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		padding: 10px;
		margin: 35px auto;
	}
	#voice_yp .box_yp h3{
		font-size: 1.2em;
		line-height: 1.4em;
		padding-bottom: 10px;
		letter-spacing: normal;
		margin-top: 5px;
	}
	#voice_yp .box_yp .person_yp .img_yp{ width: 70px; }
	#voice_yp .box_yp .person_yp .text_yp{
		width: -webkit-calc(100% - 110px);
		width: calc(100% - 110px);
		padding: 15px;
	}
}

/* #price_yp
-------------------------------------------------------------------------*/
#price_yp{ padding-top: 50px; }
#price_yp .center_yp{
	font-size: 1.15em;
	text-align: center;
	line-height: 1.6em;
	padding-top: 30px;
	padding-bottom: 1em;
}
#price_yp .note_yp{
	width: 100%;
	max-width: 1000px;
	font-size: 1.15em;
	padding-top: 20px;
	margin: auto;
}
#price_yp ul li{
	background: url(../toy/y_img/icon_list.svg) no-repeat left 0.4em;
	padding-left: 20px;
	margin: 0.5em 0;
}
#price_yp .boxWrap_yp{
	max-width: 1000px;
	font-size: 1.1em;
	border-style: solid;
	border-width: 4px;
	padding: 30px;
	margin: 50px auto;
}
#price_yp .boxWrap_yp h3{
	color: #FFF;
	font-size: 1.8em;
	text-align: center;
	margin-top: 0;
}
#price_yp .boxWrap_yp h3 span{
	display: block;
	max-width: 400px;
	font-weight: bold;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	letter-spacing: 0.1em;
	padding: 10px 5px;
	margin: auto;
}
#price_yp .boxWrap_yp table{
	width: 100%;
	font-size: 1.1em;
	border-top: solid thin #DDD;
	border-left: solid thin #DDD;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0;
}
#price_yp .boxWrap_yp table tr:nth-child(even){ background-color: #F2F7FB }
#price_yp .boxWrap_yp table th,
#price_yp .boxWrap_yp table td{
	width: 50%;
	border-right: solid thin #DDD;
	border-bottom: solid thin #DDD;
	padding: 0.75em 1em;
}
#price_yp .boxWrap_yp table th{ text-align: left; }
#price_yp .boxWrap_yp table td{ text-align: right; }
#price_yp .boxWrap_yp table td strong{
	color: #FF5959;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 0.25em;
	padding-right: 0.25em;
}
#price_yp .boxWrap_yp table span{
	display: inline-block;
	color: #3F4A59;
	font-size: 0.9em;
	font-weight: normal;
	padding-left: 1em;
}
#price_yp .boxWrap_yp p strong{
	color: #FF4C4C;
	font-weight: bold;
}
#price_yp .box1_yp{ border-color: #BFEFFF; }
#price_yp .box1_yp h3{ margin-bottom: 30px; }
#price_yp .box1_yp h3 span{ background-color: #4CD2FF; }
#price_yp .box2_yp{ border-color: #FFDFBF; }
#price_yp .box2_yp h3 span{ background-color: #FF8000; }
#price_yp .box2_yp .optionBox_yp{ position: relative; }
#price_yp .box2_yp .optionBox_yp h4{
	font-weight: bold;
	border-bottom: solid thin #DDD;
}
#price_yp .box2_yp .optionBox_yp h4 span{
	display: block;
	background-image: url(../toy/y_img/accordion_down.svg);
	background-repeat: no-repeat;
	background-position: 15px center;
	cursor: pointer;
	padding: 1em 1em 1em 60px;
}
#price_yp .box2_yp .optionBox_yp h4 span img{
	display: inline-block;
	max-width: 45px;
	vertical-align: middle;
	margin-right: 1em;
}
#price_yp .box2_yp .optionBox_yp h4 span.open_yp{ background-image: url(../toy/y_img/accordion_up.svg); }
#price_yp .box2_yp .optionBox_yp .detail_yp{
	display: none;
	font-size: 0.95em;
	padding: 1em;
}
#price_yp .box2_yp .optionBox_yp .detail_yp .more_yp a{
	display: block;
	width: 8em;
	font-weight: bold;
	background-color: #FF9326;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding: 0.15em;
	margin-top: 1em;
	margin-left: auto;
	margin-right: 0;
}
#price_yp .box2_yp .optionBox_yp .detail_yp .more_yp a strong{
	display: inline-block;
	font-size: 0.95em;
	font-weight: bold;
	color: #FFF;
	background-image: url(../toy/y_img/icon_arrow_white.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1.5em;
}
#price_yp .box2_yp .optionBox_yp .icon_yp{
	position: absolute;
	top: -15px;
	right: 0;
	max-width: 100px;
}
#price_yp .box2_yp table{ margin-top: 30px; }
@media screen and (max-width: 736px){
	#price_yp .center_yp{
		font-size: 1em;
		text-align: left;
	}
	#price_yp .note_yp{ font-size: 1em; }
	#price_yp .boxWrap_yp{
		font-size: 1em;
		padding: 15px;
		margin: 30px auto;
	}
	#price_yp .boxWrap_yp h3{ font-size: 1.4em; }
	#price_yp .boxWrap_yp h3 span{ padding: 5px; }
	#price_yp .boxWrap_yp table th,
	#price_yp .boxWrap_yp table td{
		width: inherit;
		padding: 0.5em;
	}
	#price_yp .boxWrap_yp table th{ width: 45%; }
	#price_yp .boxWrap_yp table td strong{ font-size: 1.2em; }
	#price_yp .box2_yp .optionBox_yp h4 span{
		font-size: 0.9em;
		background-position: 5px center;
		background-size: 15px auto;
		padding-left: 30px;
	}
	#price_yp .box2_yp .optionBox_yp h4 span img{
		max-width: 40px;
		margin-right: 0.5em;
	}
	#price_yp .box2_yp .optionBox_yp .detail_yp{ padding: 1em 0; }
	#price_yp .box2_yp .optionBox_yp .icon_yp{
		top: 0;
		right: -15px;
		width: 25%;
	}
	#price_yp .box2_yp .optionBox_yp .detail_yp .more_yp a{ margin: 0.5em auto; }
}

/* #faq_yp
-------------------------------------------------------------------------*/
#faq_yp{
	width: 100%;
	background-color: #FEEED3;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #FEDDA8 4px, #FEDDA8 5px );
	background-size: auto auto;
	padding: 40px 0;
	margin-top: 50px;
}
#faq_yp .boxWrap_yp{
	max-width: 1000px;
	background-color: #FFF;
	padding: 40px;
	margin: 50px auto 30px;
}
#faq_yp .faqBox_yp{ border-bottom: solid thin #DDD; }
#faq_yp .faqBox_yp h3{ margin: 0; }
#faq_yp .faqBox_yp h3 span{
	display: block;
	font-size: 0.7em;
	background-image: url(../toy/y_img/accordion_down.svg);
	background-repeat: no-repeat;
	background-position: 15px center;
	cursor: pointer;
	padding: 1.2em 1em 1.2em 60px;
}
#faq_yp .faqBox_yp h3 span.open_yp{ background-image: url(../toy/y_img/accordion_up.svg); }
#faq_yp .faqBox_yp .detail_yp{
	display: none;
	font-size: 1.1em;
	padding-top: 0.5em;
	padding-left: 50px;
	padding-bottom: 1em;
}
@media screen and (max-width: 736px){
	#faq_yp{ margin-top: 30px; }
	#faq_yp .boxWrap_yp{
		padding: 0;
		margin: 30px auto auto;
	}
	#faq_yp .faqBox_yp h3 span{
		font-size: 0.6em;
		-moz-background-size: 20px auto;
		background-size: 20px auto;
		background-position: 10px center;
		padding-left: 40px;
	}
	#faq_yp .faqBox_yp .detail_yp{
		font-size: 1em;
		padding-left: 1em;
		padding-right: 1em;
	}
}

/* #flow_yp
-------------------------------------------------------------------------*/
#flow_yp{ padding-top: 60px; }
#flow_yp .center_yp{
	font-size: 1.1em;
	text-align: center;
	padding-top: 30px;
}
#flow_yp .boxWrap_yp h3{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 15px;
}
#flow_yp .boxWrap_yp h3 img{
	display: block;
	margin: 10px auto;
}
#flow_yp .boxWrap_yp h3 strong{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #FE6A3A;
	line-height: 1em;
	vertical-align: -0.15em;
	padding-right: 0.3em;
}
#flow_yp .box_yp{
	max-width: 800px;
	font-size: 1.1em;
	background-color: #E5F6F6;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #CCEEEE 4px, #CCEEEE 5px );
	background-size: auto auto;
	padding: 30px 50px;
	margin: auto;
}
#flow_yp .box_yp p{ padding: 0.5em 0; }
#flow_yp .box_yp .btn_yp a{ margin-top: auto; }
#flow_yp .box_yp .text_yp{
	background-color: #FFF;
	padding: 20px 30px 15px;
	margin-bottom: 0.5em;
}
#flow_yp .box_yp .text_yp ul li{
	background: url(../toy/y_img/icon_list.svg) no-repeat left 0.4em;
	padding-left: 20px;
	margin: 0.5em 0;
}
@media screen and (max-width: 736px){
	#flow_yp .center_yp{ text-align: left; }
	#flow_yp .boxWrap_yp h3{ padding-top: 15px; }
	#flow_yp .boxWrap_yp h3 img{ margin-top: auto; }
	#flow_yp .boxWrap_yp h3 strong{ font-size: 1.6em; }
	#flow_yp .box_yp{
		font-size: 1em;
		padding: 15px 0;
	}
	#flow_yp .box_yp p{ padding: 0 15px; }
	#flow_yp .box_yp .btn_yp{
		font-size: 1.1em;
		padding: 0;
	}
	#flow_yp .box_yp .btn_yp a{ margin: 30px auto 20px; }
	#flow_yp .box_yp .text_yp{
		max-width: 96%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px 5px;
		margin: 0.5em auto;
	}
}

/* #payment_yp
-------------------------------------------------------------------------*/
#payment_yp{
	max-width: 1080px;
	font-size: 1.15em;
	margin-top: 70px;
}
#payment_yp h3{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #FF7373;
	-moz-border-radius: 30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
	border-radius: 30px 30px 0 0;
	padding: 0.4em 0.15em;
	margin: 0;
}
#payment_yp .list_yp{
	border-left: solid 3px #FF7373;
	border-right: solid 3px #FF7373;
	border-bottom: solid 3px #FF7373;
	-moz-border-radius: 0 0 30px 30px;
	-webkit-border-radius: 0 0 30px 30px;
	border-radius: 0 0 30px 30px;
	padding: 10px 50px 20px;
}
#payment_yp .list_yp li{
	background: url(../toy/y_img/icon_list.svg) no-repeat left 0.45em;
	border-bottom: dashed thin #AAA;
	padding-left: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
}
#payment_yp .list_yp li strong{
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.25em;
}
#payment_yp .list_yp li strong img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
#payment_yp .list_yp .note_yp{ color: #FF2626; }
@media screen and (max-width: 736px){
	#payment_yp{
		font-size: 0.85em;
		margin-top: 30px;
	}
	#payment_yp h3{
		font-size: 1.4em;
		-moz-border-radius: 15px 15px 0 0;
		-webkit-border-radius: 15px 15px 0 0;
		border-radius: 15px 15px 0 0;
		padding: 0.5em 0.15em;
	}
	#payment_yp .list_yp{
		-moz-border-radius: 0 0 15px 15px;
		-webkit-border-radius: 0 0 15px 15px;
		border-radius: 0 0 15px 15px;
		padding: 10px;
	}
}

/* #attention_yp
-------------------------------------------------------------------------*/
#attention_yp{
	font-size: 1.1em;
	padding: 60px 0 70px;
}
#attention_yp h3{
	font-size: 1.4em;
	text-align: center;
	padding-bottom: 1em;
}
#attention_yp .attentionBox_yp{
	border: solid thin #DDD;
	height: 210px;
	overflow-y: scroll;
	padding: 20px;
}
#attention_yp .attentionBox_yp ul{ margin-bottom: 1em; }
#attention_yp .attentionBox_yp ul li{
	padding-left: 1em;
	list-style: inside;
}
#attention_yp .contact_yp{
	font-size: 1.4em;
	text-align: center;
	padding-top: 30px;
}
#attention_yp .contact_yp strong{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 3em;
	font-weight: bold;
	background: url(../toy/y_img/icon_free.svg) no-repeat left center;
	padding-left: 65px;
}
@media screen and (max-width: 736px){
	#attention_yp{
		font-size: 1em;
		padding: 30px 0 40px;
	}
	#attention_yp h3{
		font-size: 1.2em;
		padding-bottom: 0.5em;
	}
	#attention_yp .attentionBox_yp{
		font-size: 0.85em;
		padding: 15px;
	}
	#attention_yp .contact_yp{
		font-size: 1em;
		padding-top: 20px;
	}
	#attention_yp .contact_yp strong{
		font-size: 2em;
		background-size: 30px auto;
		padding-left: 40px;
	}
}
