@charset "UTF-8";

/* common
-------------------------------------------------------------------------*/
.contentsFrame{
	width: 100%;
	max-width: 1080px;
	margin: auto;
}
.contentsFrame h2.wave_yp{
	color: #C99845;
	text-align: center;
	font-size: 1.28em;
	font-weight: bold;
	letter-spacing: 0.2em;
	background: url(../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: #FF7272;
	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{
	padding-top: 40px;
}
.btn_yp a{
	display: block;
	width: 96%;
	max-width: 570px;
	font-weight: bold;
	font-size: 1.7em;
	text-align: center;
	color: #FFF;
	background-color: #FF5A5A;
	background-image: url(../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: 100vh;
	-webkit-border-radius: 100vh;
	border-radius: 100vh;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.3em 0.5em;
	margin: auto;
}
@media screen and (max-width: 1110px){
	.contentsFrame{
		width: 96%;
	}
}
@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-bottom: 30px;
	}
}

/* #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: rgba(242, 242, 189, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, rgb(255 255 184) 1px, rgba(242, 242, 189, 1) 6px );
    -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: 30px auto 50px;
}
#localMenu_yp li.menu1_yp{
	-ms-flex-preferred-size: 18%;
	flex-basis: 18%;
}
#localMenu_yp li.menu2_yp{
	-ms-flex-preferred-size: 17%;
	flex-basis: 17%;
}
#localMenu_yp li.menu3_yp{
	-ms-flex-preferred-size: 21%;
	flex-basis: 21%;
}
#localMenu_yp li.menu4_yp{
	-ms-flex-preferred-size: 16%;
	flex-basis: 16%;
}
#localMenu_yp li.menu5_yp{
	-ms-flex-preferred-size: 13%;
	flex-basis: 13%;
}
#localMenu_yp li.menu6_yp{
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
}
#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(../y_img/icon_anchor.svg) no-repeat center bottom;
	border-right: solid 2px #FFF;
	padding: 5px 5px 20px;
	background-size: 15px;
}
#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; } }

/* #sign_yp
-------------------------------------------------------------------------*/
#sign_yp *{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	box-sizing: border-box;
}
#sign_yp{
	min-height: 740px;
	padding-bottom: 70px;
	background-image: url("../y_img/sign_bk.png");
	background-repeat: no-repeat;
    background-position: center bottom;
}
#sign_yp .contentsFrame{
	max-width: 1080px;
	min: auto;
}
#sign_yp h2{
	margin-top: 60px !important;
	margin-bottom: 50px !important;
}
#sign_yp h2 img{
	width: 90%;
	max-width: 490px;
}
#sign_yp strong{
	color: #C99845;
	font-weight: normal;
}
#sign_yp p{
	text-align: center;
	font-size: 1.15em;
	line-height: 1.8em;
}
#sign_yp ul{
	max-width: 90%;
	margin: auto;
	padding-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#sign_yp ul li{
	padding: 5px;
}
#sign_yp ul li img{
	display: block;
	margin: auto;
}
@media screen and (max-width: 1023px){
	#sign_yp{
		min-height: initial;
		background-size: 100% auto;
		padding-bottom: 40%;
	}
	#sign_yp ul{
		padding-top: 20px;
		-webkit-flex-wrap: wrap; 
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#sign_yp ul li{
		width: 25%;
		padding: 0 5px 15px;
	}
}
@media screen and (max-width: 599px){
	#sign_yp ul{
		max-width: 100%;
	}
	#sign_yp ul li{
		width: 33.33%;
		padding: 0 5px 15px;
	}
}
/* #ranking_yp
-------------------------------------------------------------------------*/
#ranking_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) 6px );
	-moz-background-size: auto auto;
	background-size: auto auto;
	padding: 60px 0 40px;
}
#ranking_yp .contentsFrame{
	text-align: center;
	background-color: #FFF;
	padding: 30px 40px;
}
#ranking_yp .img_yp{
	max-width: 800px;
	margin: auto;
	padding: 30px 0 0;
}
#ranking_yp .text_yp{
	max-width: 800px;
	font-size: 1.15em;
	list-style: 1.6em;
	text-align: left;
	padding: 30px 0;
	margin: auto;
}
#ranking_yp h3{
	text-align: center;
	color: #136CC5;
	font-weight: bold;
	font-size: 2.15em;
	list-style: 1.6em;
	padding-bottom: 1em;
}
#ranking_yp h3 br{
	display: none;
}
#ranking_yp .img_yp02{
	max-width: 680px;
	margin: auto;
	padding: 0 0 30px;
}
@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{
		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;
	}
	#ranking_yp h3{
		font-size: 1.7em;
	}
	#ranking_yp h3 br{
		display: inline-block;
	}
}

/* #charm_yp
-------------------------------------------------------------------------*/
#charm_yp{
	width: 100%;
	background-image: url(../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_yp2{
	width: 100%;
	background-image: url(../y_img/charm_bk2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
	background-size: cover;
	padding: 60px 0;
	margin: 0;
}
#charm_yp .text_yp,
#charm_yp2 .text_yp{
	width: 450px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 30px 50px;
}
#charm_yp .text_yp h2,
#charm_yp2 .text_yp h2{ margin-bottom: 20px; }
#charm_yp .text_yp p,
#charm_yp2 .text_yp p{
	font-size: 1.1em;
	line-height: 1.8em;
	padding-top: 1em;
}
#charm_yp .text_yp img,
#charm_yp2 .text_yp img{
	display: block;
	margin: 30px auto;
}
@media screen and (max-width: 1110px){
	#charm_yp .contentsFrame{
		padding-left: 0;
		padding-right: 0;
	}
}
.pc{
	display: block;
}
.sp{
	display: none;
}
@media screen and (max-width: 736px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	#charm_yp{
		background-position: right center;
		padding: 50px 0 40px;
	}
	#charm_yp .text_yp,
	#charm_yp2 .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;
	}
}

/* #reformFlow
-------------------------------------------------------------------------*/
#reformFlow_yp{
	background-color: rgba(255, 220, 115, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, rgba(255, 237, 185, 1) 1px, rgba(255, 237, 185, 1) 6px );
	-moz-background-size: auto auto;
	background-size: auto auto;
	margin: auto 0px 50px;
	padding: 60px 0;
}
#reformFlow_yp h2{
	background: none;
	/* -moz-text-shadow: 2px 2px 0px #FFF;
	-webkit-text-shadow: 2px 2px 0px #FFF;
	-ms-text-shadow: 2px 2px 0px #FFF;
	text-shadow: 2px 2px 0px #FFF; */
	border-bottom: dashed 3px #AAAAAA;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#reformFlow_yp .center_yp{
	font-size: 1.15em;
	list-style: 1.6em;
	text-align: center;
	padding: 0 0 50px;
	margin: auto;
}
#reformFlow_yp .flowBox_yp{
	background-color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 0 50px;
}
#reformFlow_yp .flowBox_yp img{
	width: 65%;
}
#reformFlow_yp .flowBox_yp .flowBox_text_yp{
	width: 35%;
	padding: 0 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	box-sizing: border-box;
}
#reformFlow_yp .flowBox_yp .flowBox_text_yp h3{
	font-size: 1.78em;
	font-weight: bold;
	color: #C99845;
	margin-top: 0;
}
#reformFlow_yp .flowBox_yp .flowBox_text_yp p{ 
	font-size: 1.15em;
	line-height: 1.8em;
	margin: 0;
}
@media screen and (max-width: 1279px){
	#reformFlow_yp .flowBox_yp img{
		width: 55%;
	}
	#reformFlow_yp .flowBox_yp .flowBox_text_yp{
		width: 45%;
	}
}
@media screen and (max-width: 1023px){
	#reformFlow_yp .flowBox_yp{
		display: block;
		max-width: 708px;
		margin: 0 auto 40px;
	}
	#reformFlow_yp .flowBox_yp img,
	#reformFlow_yp .flowBox_yp .flowBox_text_yp{
	width: 100%;
	}
	#reformFlow_yp .flowBox_yp .flowBox_text_yp{
	padding: 15px;
	}
}
@media screen and (max-width: 736px){
	#reformFlow_yp h2{
		padding-bottom: 30px !important;
		margin-bottom: 30px !important;
	}
}

/* #kodawari_yp
-------------------------------------------------------------------------*/
#kodawariStaff_yp .contentsFrame{
	font-size: 1.1em;
	background-image: url(../y_img/kodawari_staff_bk1.svg), url(../y_img/kodawari_staff_bk2.svg), url(../y_img/kodawari_staff_bk3.svg), url(../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;
}
#kodawariStaff_yp h3{
	color: #4A4646;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 30px;
}
#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;
}
#kodawariStaff_yp .staff_yp{ padding-bottom: 50px; }
#kodawariStaff_yp .img_yp{
	float: left;
	width: 250px;
}
#kodawariStaff_yp .text_yp{
	float: right;
	width: -webkit-calc(100% - 260px);
	width: calc(100% - 260px);
}
#kodawariStaff_yp .name_yp span{
	font-size: 1.3em;
	padding-left: 1em;
}
#kodawariStaff_yp .comment_yp{
	-moz-background-size: auto auto;
	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){
	#kodawariStaff_yp .contentsFrame{
		font-size: 1em;
		-moz-background-size: 30px auto;
		background-size: 30px auto;
		padding: 0 15px;
	}
	#kodawariStaff_yp h3{
		font-size: 1em;
		padding-top: 10px;
	}
	#kodawariStaff_yp h3 span{ font-size: 1.6em; }
	#kodawariStaff_yp .staff_yp{ padding-bottom: 15px; }
	#kodawariStaff_yp .img_yp{ width: 30%; }
	#kodawariStaff_yp .text_yp{ width: 68%; }
	#kodawariStaff_yp .name_yp span{ font-size: 1.1em; }
	#kodawariStaff_yp .comment_yp{ padding: 5px; }
}

/* #voice_yp
-------------------------------------------------------------------------*/
#voice_yp{
	width: 100%;
	background-color: #E8FFCC;
	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: #FF7373;
	border-bottom: dashed thin #AAA;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
}
#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{
	font-weight: bold;	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 0;
}
#voice_yp .box_yp .person_yp .text_yp ul li{
	background: url(../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: 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 h3 br{ display: inline-block; }
	#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;
}
#price_yp .center_yp{ text-align: center; }
#price_yp .boxWrap_yp{
	max-width: 1000px;
	font-size: 1.15em;
	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: 100vh;
	-webkit-border-radius: 100vh;
	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: 30px 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 .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: 20px;
}
#price_yp .box2_yp h4 img{
	max-width: 45px;
	height: auto;
	vertical-align: middle;
	margin-right: 15px;
}
#price_yp .btn_yp {
  padding-top: 0;
  padding-bottom:20px;
}
@media screen and (max-width: 736px){
	#price_yp .center_yp{
		font-size: 1em;
		text-align: left;
	}
	#price_yp .center_yp{ text-align: left; }
	#price_yp .center_yp br{ display: none; }
	#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; }
}

/* #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) 6px );
	-moz-background-size: auto auto;
	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(../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(../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;
	}
}

/* #flow_yp
-------------------------------------------------------------------------*/
#flow_yp{ 
	padding-top: 60px;
	padding-bottom: 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: 2.25em;
	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(229, 245, 167, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, rgba(232, 255, 203, 1) 1px, rgba(232, 255, 203, 1) 6px );
	-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 .text_yp{
	background-color: #FFF;
	padding: 20px 30px 15px;
	margin-bottom: 0.5em;
}
#flow_yp .box_yp .text_yp h4{
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding-bottom:20px;
}
#flow_yp .box_yp .text_yp h4 span{
	display: block;
	max-width: 270px;
	background-color: #8DD227;
	-moz-border-radius: 100vh;
	-webkit-border-radius: 100vh;
	border-radius: 100vh;
	padding: 0.3em 0.5em;
	margin: auto;
}
#flow_yp .box_yp .text_yp ul li{
	background: url(../y_img/icon_list_flow.svg) no-repeat left 0.35em;
	padding-left: 20px;
	padding-bottom:0.75em;
	margin: 0.75em 0.75em 0;
}
#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 .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 .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;
	}
	#flow_yp .box_yp .text_yp h4{ font-size: 1.1em; }
}

/* #payment_yp
-------------------------------------------------------------------------*/
#payment_yp{
	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(../y_img/icon_list_payment.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;
	padding-bottom: 0.5em;
}
#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;
	padding-bottom:1em;
	list-style: inside;
}
#attention_yp .contact_yp{
	font-size: 1.4em;
	text-align: center;
	padding-top: 40px;
}
#attention_yp .contact_yp strong{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 3.12em;
	font-weight: bold;
	background: url(../y_img/icon_free.svg) no-repeat left center;
	padding-left: 65px;
}
#attention_yp .btn_yp{ padding-top: 0; }
@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;
		-moz-background-size: 30px auto;
		background-size: 30px auto;
		padding-left: 40px;
	}

}
.item-box{
	background: #fff;
	width: 1140px;
	margin: 0 auto;
	max-width: 100%;
}
.item-box > div{
	padding: 5%;
}
.text-box{
	width: 752px;
	margin: 0 auto;
	max-width: 100%;
}
.umo-img{
	width: 370px;
}
.umo-img2{
	width: 170px;
}
.umo-txt{
	width: calc(100% - 370px);
}
.umo-txt2{
	width: calc(100% - 170px);
}
.umo-flex{
	display: flex;
}
.umo-txt > div,
.umo-txt2 > div{
	padding: 0 5%;
}
.umo-box{
	margin-top: 32px;
	display: flex;
}
.umo-ttl{
	font-size: 24px;
	font-weight: 600;
	color: #FD6A3A;
	margin-bottom: 16px;
}
.umo-box2{
	background: #FFFCF4;
	margin-top: 48px;
}
.umo-box2 > div{
	padding: 2%;
}
.order-sm-2{
	order: 2;
}
.order-sm-1{
	order: 2;
}
.mt-4{
	margin-top: 4%;
}
@media screen and (max-width: 736px){
.umo-box {
    margin-top: 32px;
    display: block;
}
.umo-txt {
    width: calc(100%);
}
.umo-txt2 {
    width: calc(100%);
}
.umo-flex {
    display: block;
}
.umo-img2 {
    width: 170px;
    margin: 0 auto;
}
}

.balloon1 {
	position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 16px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 20px;
    background: #C99845;
    border-radius: 60px;
  }
  
  .balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #C99845;
  }
  
  .balloon1 p {
	margin: 0;
	padding: 0;
  }