@charset "UTF-8";

/* common
-------------------------------------------------------------------------*/
.contentsFrame h2.wave_yp{
	color: #00B2B2;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.2em;
	background: url(../futon/y_img/icon_midashi_wave.svg) no-repeat center bottom;
	padding-bottom: 20px !important;
}
.contentsFrame h2.wave_yp span{
	font-size: 2em;
	padding-top: 10px;
}
.contentsFrame h2.wave_yp strong{
	color: #00B2B2;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
}
.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(../futon/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;
}
.btn_yp a br{ display: none; }
@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;
	}
	.contentsFrame h2.wave_yp strong{ font-size: 1.5em; }
	.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-top: 20px;
	}
	.btn_yp a br{ display: inline-block; }
}

/* #main_yp
-------------------------------------------------------------------------*/
#main_yp{
	max-width: 1660px;
	padding: 0;
	margin: 0 auto;
}
#main_yp .mv-item{
	text-align: center;
	padding: 0;
	/* margin-top: 16px; */
}
#main_yp .mv-item img{
	max-width: 100%;
	height: auto;
}
/* @media screen and (max-width: 1004px){ #main_yp h1{ margin-top: 10px; } } */

.h1-item{
	/* background: #06b4b2; */
    text-align: center;
    /* color: #fff; */
	color: #276bbc;
	padding: 8px;
	box-sizing: border-box;
	margin-top: 16px;
}
.h1-item h1{
	font-size: 120%;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 736px){
	#main_yp .mv-item img{ width: 100%; }
	.h1-item{margin-top: 6px;}
	.h1-item h1{font-size: 100%;}
}


/* #localMenu_yp
-------------------------------------------------------------------------*/
#localMenu_yp{
	text-align: center;
	background-color: rgba(207, 244, 241, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(159, 234, 228, 1) 4px, rgba(159, 234, 228, 1) 5px );
	-moz-background-size: auto auto;
	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: 40px auto 70px;
}
#localMenu_yp li.menu1_yp{
	-ms-flex-preferred-size: 16%;
	flex-basis: 16%;
}
#localMenu_yp li.menu2_yp{
	-ms-flex-preferred-size: 16%;
	flex-basis: 16%;
}
#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: 14%;
	flex-basis: 14%;
}
#localMenu_yp li.menu6_yp{
	-ms-flex-preferred-size: 12%;
	flex-basis: 12%;
}
#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(../futon/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 50px;
		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; }
}

/* #benefits_yp
-------------------------------------------------------------------------*/
#benefits_yp.contentsFrame{ max-width: 1080px; }
#benefits_yp h2{ margin-bottom: 40px; }
#benefits_yp h2 img{
	width: 90%;
	max-width: 380px;
}
#benefits_yp .boxWrap_yp{
	text-align: center;
	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;
}
#benefits_yp .box_yp{
	position: relative;
	font-size: 1.1em;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(0, 217, 217, 1) 2px, rgba(0, 217, 217, 1) 4px );
	-moz-background-size: auto auto;	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin: 1%;
}
#benefits_yp .box_yp .inner_yp{
	font-weight: bold;
	color: #00B2B2;
	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 .box_yp .inner_yp strong{
	color: #FF7272;
	font-weight: bold;
}
#benefits_yp .tokuten_yp{
	position: absolute;
	top: 0;
	left: 0;
}
#benefits_yp .boxWrap1_yp,
#benefits_yp .boxWrap4_yp{
	position: relative;
	width: 98%;
	max-width: 760px;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(0, 217, 217, 1) 2px, rgba(0, 217, 217, 1) 4px );
	-moz-background-size: auto auto;	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 4px;
}
#benefits_yp .boxWrap1_yp .inner_yp,
#benefits_yp .boxWrap4_yp .inner_yp{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #00B2B2;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right 20px center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#benefits_yp .boxWrap1_yp .inner_yp p,
#benefits_yp .boxWrap4_yp .inner_yp p{ margin: 0; }
#benefits_yp .boxWrap1_yp .inner_yp strong,
#benefits_yp .boxWrap4_yp .inner_yp strong{
	color: #FF7272;
	font-weight: bold;
}
#benefits_yp .boxWrap1_yp{ margin: 15px auto; }
#benefits_yp .boxWrap1_yp .inner_yp{
	background-image: url(../futon/y_img/benefits_img01.svg);
	padding: 25px 90px 20px 60px;
}
#benefits_yp .boxWrap2_yp .box_yp{
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
	text-align: center;
}
#benefits_yp .boxWrap2_yp .inner_yp{ padding: 5px 5px 0 30px; }
#benefits_yp .boxWrap2_yp .inner_yp img,
#benefits_yp .boxWrap2_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 .inner_yp .small_yp{ font-size: 0.8em; }
#benefits_yp .boxWrap3_yp .box_yp{
	-ms-flex-preferred-size: 14.66%;
	flex-basis: 14.66%;
}
#benefits_yp .boxWrap4_yp{ margin: 15px auto 80px; }
#benefits_yp .boxWrap4_yp .inner_yp{
	background-image: url(../futon/y_img/benefits_img10.svg);
	padding: 25px 80px 20px 160px;
}
#benefits_yp .boxWrap4_yp .secondtime_yp{
	position: absolute;
	top: -5px;
	left: 60px;
	width: 15%;
	max-width: 100px;
}
@media screen and (max-width: 736px){
	#benefits_yp h2{ margin-bottom: 20px !important; }
	#benefits_yp .box_yp .inner_yp{
		padding: 10px 15px;
		margin: 3px;
	}
	#benefits_yp .box_yp .inner_yp img{
		max-width: 80px;
		width: 80%;
	}
	#benefits_yp .tokuten_yp{
		max-width: 40px;
		width: 10%;
	}
	#benefits_yp .boxWrap1_yp,
	#benefits_yp .boxWrap4_yp{ padding: 3px; }
	#benefits_yp .boxWrap1_yp .inner_yp,
	#benefits_yp .boxWrap4_yp .inner_yp{
		font-size: 1.3em;
		text-align: center;
		background-position: right 10px center;
		-moz-background-size: 70px auto;
		background-size: 70px auto;
	}
	#benefits_yp .boxWrap1_yp{ margin: 15px auto 1%; }
	#benefits_yp .boxWrap1_yp .inner_yp{ padding: 15px 80px 15px 50px; }
	#benefits_yp .boxWrap2_yp .tokuten_yp{ width: 30%; }
	#benefits_yp .boxWrap2_yp .box_yp .inner_yp{
		font-size: 0.9em;
		letter-spacing: -0.4em; /* 文字間を詰めてinline-blockの隙間をなくす */
		padding: 5px 5px 0;
	}
	#benefits_yp .boxWrap2_yp .box_yp .inner_yp img{
		display: inline-block;
		max-width: 70px;
		vertical-align: middle;
		margin-left: 30px;
	}
	#benefits_yp .boxWrap2_yp .box_yp .inner_yp p{
		display: inline-block;
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px);
		vertical-align: middle;
		letter-spacing: normal;
	}
	#benefits_yp .boxWrap2_yp .box_yp .inner_yp p strong{ font-size: 0.9em; }
	#benefits_yp .boxWrap2_yp .box_yp .inner_yp .tokuten_yp{
		left: 0;
		max-width: 25px;
	}
	#benefits_yp .boxWrap2_yp .inner_yp .small_yp{ font-size: 0.9em; }
	#benefits_yp .boxWrap3_yp .box_yp{
		font-size: 1em;
		-ms-flex-preferred-size: 31.33%;
		flex-basis: 31.33%;
	}
	#benefits_yp .boxWrap3_yp .tokuten_yp{ width: 30%; }
	#benefits_yp .boxWrap4_yp{ margin: 1% auto 40px; }
	#benefits_yp .boxWrap4_yp .inner_yp{ padding: 15px 60px 15px 130px; }
	#benefits_yp .boxWrap4_yp .secondtime_yp{
		left: 50px;
		width: 20%;
		max-width: 80px;
	}
}
@media screen and (max-width: 499px){
	#benefits_yp .boxWrap2_yp .box_yp .inner_yp{ font-size: 0.8em; }
	#benefits_yp .boxWrap2_yp .box_yp .inner_yp img{
		display: block;
		max-width: 80px;
		width: 80%;
		margin: 0 auto;
	}
	#benefits_yp .boxWrap2_yp .box_yp .inner_yp p{
		display: block;
		width: 100%;
		text-align: center;
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 419px){
	#benefits_yp h2{ margin-bottom: 15px !important; }
	#benefits_yp h2 img{ max-width: 60%; }
	#benefits_yp .box_yp .inner_yp{ padding: 5px; }
	#benefits_yp .box_yp .inner_yp img{
		max-width: 40px;
		width: 60%;
		margin-bottom: 5px;
	}
	#benefits_yp .box_yp .tokuten_yp{ max-width: 25px; }
	#benefits_yp .boxWrap1_yp .inner_yp,
	#benefits_yp .boxWrap4_yp .inner_yp{
		font-size: 1em;
		-moz-background-size: 50px auto;
		background-size: 50px auto;
	}
	#benefits_yp .boxWrap1_yp .tokuten_yp,
	#benefits_yp .boxWrap4_yp .tokuten_yp{ max-width: 25px; }
	#benefits_yp .boxWrap1_yp .inner_yp{
		min-height: 3em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 5px 60px 5px 12%;
	}
	#benefits_yp .boxWrap3_yp .box_yp{ font-size: 0.9em; }
	#benefits_yp .boxWrap4_yp .inner_yp{ padding: 5px 60px 5px 32.5%; }
	#benefits_yp .boxWrap4_yp .secondtime_yp{ left: 12%; }
}

/* #ranking_yp
-------------------------------------------------------------------------*/
#ranking_yp{
	width: 100%;
	background-color: rgba(207, 244, 241, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(159, 234, 228, 1) 4px, rgba(159, 234, 228, 1) 5px );
	-moz-background-size: auto auto;
	background-size: auto auto;
	padding: 60px 0 40px;
}
#ranking_yp .contentsFrame{
	text-align: center;
	background-color: #FFF;
	background-image: url(../futon/y_img/ranking_bkLT.gif), url(../futon/y_img/ranking_bkRT.gif), url(../futon/y_img/ranking_bkLB.gif), url(../futon/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{
		-moz-background-size: 15px auto;
		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(../futon/y_img/charm_bk.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
	background-size: cover;
	padding: 60px 0;
	margin: 0;
}
#charm_yp .text_yp{
	width: 500px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 30px;
}
#charm_yp .text_yp h2{
	padding-bottom: 20px !important;
	margin-bottom: 30px;
}
#charm_yp .text_yp p{
	max-width: 440px;
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 1.5em auto;
}
@media screen and (max-width: 736px){
	#charm_yp{ padding: 40px 0; }
	#charm_yp .text_yp{
		float: none;
		width: 85%;
		padding: 30px 5% 15px;
		margin: auto;
	}
	#charm_yp .text_yp p{
		font-size: 1em;
		line-height: normal;
		margin: 1em auto;
	}
}

/* #problem_yp
-------------------------------------------------------------------------*/
#problem_yp{ margin: 70px auto 50px; }
#problem_yp h2{
	max-width: 800px;
	font-size: 2.2em;
	font-weight: bold;
	color: #00B2B2;
	text-align: center;
	border-bottom: dashed 2px #AAA;
	padding-bottom: 10px;
	margin: auto auto 40px;
}
#problem_yp h2 span{
	display: inline-block;
	font-size: 1.2em;
	padding: 0 0.1em;
}
#problem_yp .box_yp{
	max-width: 980px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: rgba(254, 231, 236, 1);
	-moz-background-size: auto auto;
	background-size: auto auto;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, rgba(254, 243, 245, 1) 1px, rgba(254, 243, 245, 1) 5px );
	margin: 30px auto;
}
#problem_yp .box_yp:nth-child(odd){
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#problem_yp .box_yp .text_yp{
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
}
#problem_yp .box_yp .text_yp p{
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 50px 40px;
}
#problem_yp .box_yp .img_yp{
	width: 300px;
	background-image: url(../futon/y_img/problem_img1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
	background-size: cover;
}
#problem_yp .box_yp:nth-child(odd) .img_yp{ background-image: url(../futon/y_img/problem_img2.jpg); }
#problem_yp h3{
	font-size: 2.4em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	padding-top: 20px;
}
#problem_yp h3 span{ color: #FF7272; }
@media screen and (max-width: 736px){
	#problem_yp{ margin: 30px auto 10px; }
	#problem_yp h2{
		font-size: 1.4em;
		padding-bottom: 5px !important;
		margin-bottom: 20px;
	}
	#problem_yp .box_yp .text_yp{
		width: -webkit-calc(100% - 200px);
		width: calc(100% - 200px);
	}
	#problem_yp .box_yp .text_yp p{
		font-size: 1em;
		line-height: normal;
		padding: 15px;
	}
	#problem_yp .box_yp .img_yp{ width: 200px; }
	#problem_yp h3{
		font-size: 1.4em;
		letter-spacing: normal;
		padding-top: 0;
		margin-bottom: 0;
	}
	#problem_yp h3 span{ display: block; }
}
@media screen and (max-width: 499px){
	#problem_yp .box_yp .text_yp{
		width: -webkit-calc(100% - 140px);
		width: calc(100% - 140px);
	}
	#problem_yp .box_yp .text_yp p{ padding: 10px; }
	#problem_yp .box_yp .img_yp{ width: 140px; }
}

/* #solution_yp
-------------------------------------------------------------------------*/
#solution_yp{
	width: 100%;
	background-color: rgba(254, 231, 236, 1);
	-moz-background-size: auto auto;
	background-size: auto auto;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, rgba(254, 243, 245, 1) 1px, rgba(254, 243, 245, 1) 5px );
	padding-bottom: 50px;
}
#solution_yp .contentsFrame{
	max-width: 1280px;
	background: url(../futon/y_img/solution_arrow.png) no-repeat center top;
	padding-top: 100px;
}
#solution_yp .box_yp{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1180px;
	min-height: 500px;
	background-color: #FFF;
	margin-bottom: 50px;
	clear: both;
}
#solution_yp .box_yp:nth-child(even){
	float: right;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#solution_yp .box_yp .bk_yp{
	-ms-flex-preferred-size: 52%;
	flex-basis: 52%;
	background-repeat: no-repeat;
	background-position: right top;
	-moz-background-size: cover;
	background-size: cover;
}
#solution_yp .box01_yp .bk_yp{ background-image: url(../futon/y_img/solution_point1_bk.jpg); }
#solution_yp .box02_yp .bk_yp{ background-image: url(../futon/y_img/solution_point2_bk.jpg); }
#solution_yp .box03_yp .bk_yp{ background-image: url(../futon/y_img/solution_point3_bk.jpg); }
#solution_yp .box_yp .text_yp{
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 30px 15px;
}
#solution_yp .box_yp:nth-child(odd) .text_yp{ float: right; }
#solution_yp .box_yp .text_yp h3{
	font-size: 25px;
	font-weight: bold;
	color: #00B200;
	background-repeat: no-repeat;
	background-position: left center;
	-moz-background-size: 90px auto;
	background-size: 90px auto;
	letter-spacing: 0.05em;
	line-height: 1.4em;
	padding-top: 15px;
	padding-left: 105px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#solution_yp .box_yp .text_yp p{
	font-size: 1.1em;
	line-height: 1.8em;
}
#solution_yp .box_yp .text_yp p strong{
	font-size: 1.05em;
	font-weight: bold;
	color: #FF7272;
}
#solution_yp .box_yp .text_yp .small_yp{ font-size: 1em; }
#solution_yp .box01_yp .text_yp h3{ background-image: url(../futon/y_img/solution_point1_number.png); }
#solution_yp .box02_yp .text_yp h3{ background-image: url(../futon/y_img/solution_point2_number.png); }
#solution_yp .box03_yp .text_yp h3{ background-image: url(../futon/y_img/solution_point3_number.png); }
#solution_yp .box01_yp .text_yp img{
	float: right;
	display: block;
	margin: 0.5em 1em;
}
#solution_yp .box02_yp .text_yp .small_yp{
	max-width: 418px;
	padding-top: 0.5em;
	margin: auto;
}
#solution_yp .box03_yp .text_yp .img_yp{ text-align: center; }
@media screen and (max-width: 1119px){ #solution_yp .box_yp{ min-height: inherit; } }
@media screen and (max-width: 1079px){
	#solution_yp .box_yp .bk_yp{
		-ms-flex-preferred-size: 45%;
		flex-basis: 45%;
	}
	#solution_yp .box_yp .text_yp{
		-ms-flex-preferred-size: 55%;
		flex-basis: 55%;
	}
}
@media screen and (max-width: 736px){
	#solution_yp{ padding-bottom: 20px; }
	#solution_yp .contentsFrame{
		width: 100%;
		-moz-background-size: 400px auto;
		background-size: 400px auto;
		padding-top: 60px;
	}
	#solution_yp .box_yp,
	#solution_yp .box_yp:nth-child(even){
		float: none;
		display: block;
		background-color: transparent;
		margin-bottom: 40px;
	}
	#solution_yp .box_yp .bk_yp{
		background-position: center;
		padding-top: 70%;
		margin: auto;
	}
	#solution_yp .box01_yp .bk_yp{ background-position: center top; }
	#solution_yp .box_yp .text_yp{
		max-width: 600px;
		width: 92%;
		background-color: #FFF;
		padding: 15px 3%;
		margin: -150px auto auto;
	}
	#solution_yp .box_yp:nth-child(odd) .text_yp{ float: none; }
	#solution_yp .box_yp .text_yp h3{
		font-size: 16px;
		-moz-background-size: 65px auto;
		background-size: 65px auto;
		padding-left: 75px;
		padding-bottom: 10px;
		margin-top: 0;
		margin-bottom: 10px;
	}	
	#solution_yp .box_yp .text_yp p{ font-size: 1em; }
	#solution_yp .box01_yp .text_yp img{ max-width: 25%; }
}

/* #kodawari_yp
-------------------------------------------------------------------------*/
#kodawari_yp{
	padding-top: 70px;
	padding-bottom: 20px;
}
#kodawari_yp .contentsFrame{
	max-width: 1080px;
	background-image: url(../futon/y_img/kodawari_staff_bk1.svg), url(../futon/y_img/kodawari_staff_bk2.svg), url(../futon/y_img/kodawari_staff_bk3.svg), url(../futon/y_img/kodawari_staff_bk4.svg);
	background-repeat: no-repeat;
	background-position: left top, right top, left bottom, right bottom;
	border: solid 5px #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 .contentsFrame h2{
	padding-top: 30px;
	margin-bottom: 50px;
}
#kodawari_yp .contentsFrame .staff_yp{
	font-size: 1.1em;
	padding-bottom: 50px;
}
#kodawari_yp .contentsFrame .img_yp{
	float: left;
	width: 250px;
}
#kodawari_yp .contentsFrame .text_yp{
	float: right;
	width: -webkit-calc(100% - 260px);
	width: calc(100% - 260px);
}
#kodawari_yp .contentsFrame .name_yp span{
	font-size: 1.3em;
	padding-left: 1em;
}
#kodawari_yp .contentsFrame .comment_yp{
	background-color: rgba(183, 237, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, rgba(219, 246, 255, 1) 1px, rgba(219, 246, 255, 1) 5px );
	-moz-background-size: auto auto;
	background-size: auto auto;
	padding: 20px 30px;
}
@media screen and (max-width: 736px){
	#kodawari_yp{ padding-top: 40px; }
	#kodawari_yp .contentsFrame{
		-moz-background-size: 30px auto;
		background-size: 30px auto;
		border: solid 3px #4CD2FF;
		padding: 20px 10px;
	}
	#kodawari_yp .contentsFrame h2{ margin-bottom: 10px !important; }
	#kodawari_yp .contentsFrame .staff_yp{
		font-size: 1em;
		padding-top: 20px;
		padding-bottom: 5px;
	}
	#kodawari_yp .contentsFrame .img_yp{ width: 30%; }
	#kodawari_yp .contentsFrame .text_yp{ width: 68%; }
	#kodawari_yp .contentsFrame .name_yp span{ font-size: 1.1em; }
	#kodawari_yp .contentsFrame .comment_yp{ padding: 5px; }
}

/* #voice_yp
-------------------------------------------------------------------------*/
#voice_yp{
	width: 100%;
	background-color: #FFEFBF;
	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 h2{ margin-bottom: 30px; }
#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;
	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: #FF7373;
	border-bottom: dashed thin #AAA;
	letter-spacing: 0.1em;
	padding-bottom: 15px;
}
#voice_yp .box_yp h3 br{ display: none; }
#voice_yp .box_yp .comment_yp{
	line-height: 1.6em;
	padding: 1em;
}
#voice_yp .box_yp .comment_yp strong{
	color: #FF7272;
	font-weight: bold;
}
#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: #FFFFBF;
	padding: 15px 30px 10px;
}
#voice_yp .box_yp .person_yp .text_yp h4{
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 0;
}
#voice_yp .box_yp .person_yp .text_yp ul li{
	background: url(../futon/y_img/icon_list.svg) no-repeat left 0.35em;
	padding-left: 20px;
	margin: 0.25em 0;
}
@media screen and (max-width: 736px){
	#voice_yp{
		padding: 30px 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: 30px auto;
	}
	#voice_yp .box_yp h3{
		font-size: 1.2em;
		line-height: 1.4em;
		letter-spacing: normal;
		padding-bottom: 10px;
		margin-top: 5px;
	}
	#voice_yp .box_yp h3 br{ display: inline-block; }
	#voice_yp .box_yp .comment_yp{
		line-height: normal;
		padding: 0.5em;
	}
	#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;
	}
	#voice_yp .box_yp .person_yp .text_yp h4{ font-size: 1.1em; }
}

/* #price_yp
-------------------------------------------------------------------------*/
#price_yp{ padding-top: 50px; }
#price_yp h2{ margin-bottom: 20px; }
#price_yp .center_yp{
	font-size: 1.15em;
	text-align: center;
	line-height: 1.6em;
	padding-top: 1em;
}
#price_yp .boxWrap_yp{
	max-width: 1000px;
	font-size: 1.1em;
	border-style: solid;
	border-width: 4px;
	padding: 20px 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 span{ background-color: #4CD2FF; }
#price_yp .box2_yp{ border-color: #FFDFBF; }
#price_yp .box2_yp h3 span{ background-color: #FF8000; }
#price_yp .box2_yp h4{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
}
#price_yp .box2_yp h4 img{
	max-width: 45px;
	height: auto;
	vertical-align: middle;
	margin-right: 15px;
}
#price_yp .box2_yp .detail_yp .text_yp{
	float: left;
	width: -webkit-calc(100% - 9em);
	width: calc(100% - 9em);
}
#price_yp .box2_yp .detail_yp .more_yp{
	float: right;
	width: 8em;
}
#price_yp .box2_yp .detail_yp .more_yp a{
	display: block;
	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;
}
#price_yp .box2_yp .detail_yp .more_yp a strong{
	display: inline-block;
	font-size: 0.95em;
	font-weight: bold;
	color: #FFF;
	background-image: url(../futon/y_img/icon_arrow_white.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1em;
}
@media screen and (max-width: 736px){
	#price_yp h2{ margin-bottom: 10px !important; }
	#price_yp .center_yp{
		font-size: 1em;
		text-align: left;
	}
	#price_yp .center_yp img{
		display: block;
		max-width: 80%;
		margin: auto;
	}
	#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 .detail_yp .text_yp,
	#price_yp .box2_yp .detail_yp .more_yp{
		float: none;
		width: 100%;
	}
	#price_yp .box2_yp .detail_yp .more_yp{
		width: 8em;
		margin: 0 auto auto;
	}
}

/* #faq_yp
-------------------------------------------------------------------------*/
#faq_yp{
	width: 100%;
	background-color: rgba(183, 237, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, rgba(219, 246, 255, 1) 1px, rgba(219, 246, 255, 1) 5px );
	-moz-background-size: auto auto;
	background-size: auto auto;
	padding: 50px 0 60px;
	margin-top: 50px;
}
#faq_yp h2{ margin-bottom: 40px; }
#faq_yp .boxWrap_yp{
	max-width: 1000px;
	background-color: #FFF;
	padding: 40px;
	margin: auto;
}
#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(../futon/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(../futon/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{
		padding: 30px 0;
		margin-top: 30px;
	}
	#faq_yp .boxWrap_yp{
		padding: 0;
		margin-top: 20px;
	}
	#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;
	}
}

/* #flow_yp
-------------------------------------------------------------------------*/
#flow_yp{ padding-top: 60px; }
#flow_yp h2{ margin-bottom: 30px !important; }
#flow_yp .center_yp{
	font-size: 1.1em;
	text-align: center;
}
#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: #FFBF00;
	line-height: 1em;
	vertical-align: -0.15em;
	padding-right: 0.3em;
}
#flow_yp .box_yp{
	max-width: 800px;
	font-size: 1.1em;
	background-color: rgba(183, 237, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, rgba(219, 246, 255, 1) 1px, rgba(219, 246, 255, 1) 5px );
	-moz-background-size: auto auto;
	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;
}
#flow_yp .box_yp .text_yp h4{
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
#flow_yp .box_yp .text_yp h4 span{
	display: block;
	max-width: 270px;
	background-color: #00D9D9;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding: 0.5em;
	margin: auto;
}
#flow_yp .box_yp .text_yp ul li{
	background: url(../futon/y_img/icon_list.svg) no-repeat left 0.35em;
	padding-left: 20px;
	margin: 0.75em;
}
#flow_yp .box_yp .text_yp ul li strong{
	display: block;
	font-weight: bold;
	padding-bottom: 0.25em;
}
@media screen and (max-width: 736px){
	#flow_yp{ padding-top: 30px; }
	#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-top: 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;
		margin: auto;
	}
	#flow_yp .box_yp .text_yp h4{ font-size: 1.1em; }
}

/* #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(../futon/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,
#attention_yp .attentionBox_yp ol{ margin-bottom: 1em; }
#attention_yp .attentionBox_yp ul li{
	padding-left: 1em;
	list-style: inside;
}
#attention_yp .attentionBox_yp h4{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}
#attention_yp .attentionBox_yp p{
	padding-bottom: 1em;
	margin-top: 0.25em;
}
#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(../futon/y_img/icon_free.svg) no-repeat left center;
	padding-left: 65px;
}
#attention_yp .repeat_yp{
	text-align: center;
	padding-top: 30px;
}
#attention_yp .repeat_yp .btn_yp a{
	background-color: #00D9D9;
	background-image: none;
	border-bottom: solid medium #00AEAE;
	padding: 0.3em 0.25em;
	margin: 20px auto;
}
@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 .attentionBox_yp h4{
		font-size: 1em;
		padding-bottom: 5px;
	}
	#attention_yp .contact_yp{
		font-size: 1em;
		padding-top: 20px;
	}
	#attention_yp .contact_yp strong{
		font-size: 2em;
		-moz-background-size: 30px auto;
		background-size: 30px auto;
		padding-left: 40px;
	}
	#attention_yp .btnWrap_yp p{ margin: 0.5em 0; }
	#attention_yp .repeat_yp{
		font-size: 0.85em;
		padding-top: 5px;
	}
	#attention_yp .repeat_yp .btn_yp a{
		font-size: 1.1em;
		margin: 10px auto;
	}
}
