@charset "UTF-8";

.introduction .description {
	margin: 20px 25px 0;
	}
	
.features .columns-row {
	width: 330px;
	margin-right: 0;
	margin-left: 0;
	}

.features .column {
	margin-right: 0;
	}

.gist {
	padding-bottom: 84px;
	}

.gist .description {
	margin: 20px 25px 0;
	}
	
.gist .guide .container{
	padding: 30px 30px;
	}

.gist .guide .header .sub {
	float: left;
	margin-top: 10px;
	}
	
/*.price h2 {
	width: 320px;
	height: 399px;
	background: url(../images/price_320.png) no-repeat 0 0;
	}
	
.price p {
	width: 320px;
	margin: 20px auto;
	text-align: center;
	}*/

.price h2 {
	margin: -20px auto 0;	
	text-align: center;
	color: #fabe00;
	font-size: 24px;
	/*text-indent: -9999px;
	background: url(../images/price.png) no-repeat 0 0;*/
	}

.feeBox{
	overflow: hidden;
	border: 1px #fabe00 solid;
    width: 300px;	
    margin: 0 auto 20px;
	padding: 40px 20px; 
	text-align: center;
}

.price a{
	display: block;
	text-decoration: none;
	border-bottom: none;
}

.price a:hover{
	opacity: 0.7;
	text-decoration: none;
}


.cptitle{
	font-size: 20px;
	font-weight: bold;
}

.feeBox .fee_left{
	margin-bottom: 30px;
}

.feeBox .f_small{
	font-size: 16px;
}
.feeBox .f_middle{
	font-size: 24px;
}

.feeBox .f_big{
	font-size: 110px;
	line-height: 1em;
}

.feeBox .f_large{
	font-size: 160px;
	line-height: 1em;
}

.fee_link{
	text-align: center;
	clear: both;
}

.fee_link .btnY{
	display: inline-block;
	margin: 30px auto 20px;2
}

.fee_link .btnY a{
	background-color: #333;
	color: #fff;
	border-radius: 5px;
	padding: 20px;
	margin-right: 5px;
	text-decoration: none;
}
.fee_link .btnB a{
	background-color: #3983ee;
	color: #fff;
	border-radius: 5px;
	padding: 20px;
	margin-right: 5px;
	text-decoration: none;
}

.fee_link .btnY{
	display: inline-block;
	margin: 30px auto 20px;2
}

.fee_link .btnY a{
	background-color: #333;
	color: #fff;
	border-radius: 5px;
	padding: 20px;
	margin-right: 5px;
	text-decoration: none;
}
.fee_link .btnB a{
	background-color: #3983ee;
	color: #fff;
	border-radius: 5px;
	padding: 20px;
	margin-right: 5px;
	text-decoration: none;
}



.lets-begin .container {
	overflow: visible;
	height: auto;
	}

.lets-begin .container .image {
	position: static;
	top: 0;
	}

.lets-begin .container .content {
	position: static;
	top: 0;
	left: 0;
	width: auto;
	margin: 30px 0 0;
	}

.lets-begin .container .content ul {
	position: static;
	width: 240px;
	margin: 0 auto 0;
	}

.lets-begin .container .content li {
	float: none;
	margin-right: 0;
	}

.lets-begin .content p {
	margin-top: 0;
	}

.separator {
	height: 140px;
	}

#yoggy-sanctuary .image {
	background: #fafaf8;	
	}

#yoggy-sanctuary .image img {
	position: relative;
	left: 0;
	}

.aside .content {
	position: static;
	width: 100%;
	background: #ffffff;
	}

.aside .content .learn-more {
	margin-top: 20px;
	padding: 0 24px 24px;
	margin-bottom: 20px;
	}


.youtubeOuter {
	margin-bottom: 30px;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}	


.pc{
	display: none;
}
.tab{
	display: none;
}		


/* sp-sns
--------------------------------------------------------------------*/
#sp-sns {
	background: url("../images/sp_bg_sns.png") repeat-x;
	background-size: 25px 37px;
	display: block;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	min-width: 320px;
	height: 57px;
	z-index: 999;
	background-color: #fff;
}
#sp-sns ul {
	padding: 20px;
}
#sp-sns li {
	display: inline-block;
}
#sp-sns li:nth-of-type(1) {
	margin-right: 10px;
}
#sp-sns dl {
	width: 124px;
}
#sp-sns dt {
	/* background: url(../images/sp_bg_sns_count.png) no-repeat; */
    /* background-size: 64px 26px; */
    float: right;
    line-height: 26px;
    /* width: 64px; */
    height: 26px;
    text-align: center;
}
#sp-sns dd {
	float: left;
	margin-right: 5px;
	width: 55px;
}
#sp-sns img {
	width: 55px;
}

.sns{
	display: none;
}