@charset "utf-8";
/* ===================================================================
CSS information

 style info: guide.css

=================================================================== */
/*---------------------------------------------
	#contents
---------------------------------------------*/
#main{
	width: 100%;
	margin: 0 0 80px;
	float: none;
}
#main > .title{
	text-align: center;
}
#main > .title .lead{
	letter-spacing: 0.14em;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 20px;
}


#read{
	margin: 54px 0 0;
}
#read h1.title{
	font-size: 184.60%;/*24px*/
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	line-height: 1.7;
	margin: 0 0 15px;
	text-align: center;
}
#read h1.title span{
	font-family: 'Montserrat', sans-serif;
}
#read .img{
	width: 29.364%;
	float: left;
}
#read .img img{
	width: 100%;
	height: auto;
	margin: 15px 0 0;
}
#read .txt{
	font-size: 107.70%;/*14px*/
	line-height: 2.3;
	margin: 0 0 20px;
}
#read .txt:last-child{
	margin: 0;
}
#discription{
	margin: 65px 0 0;
}
#discription .description_list{
	margin: 50px 0 0;
}
#discription .description_list li{
	width: 25.91%;
	float: left;
	margin-left: 8.637%;
	text-align: center;
}
#discription .description_list li:first-child{
	margin-left: 2.274%;
}
#discription .img img{
	width: 250px;
}
#discription p.title{
	font-size: 138.50%;/*18px*/
	margin: 30px 0 17px;
}
#discription p.title span{
	background: linear-gradient(transparent 0%, #ffffd7 0%);
}
#discription .txt{
	font-size: 107.70%;/*14px*/
	letter-spacing: 0.03em;
	padding: 20px 0 0;
	border-top: solid 1px #d4d4d4;
}

#discription h3.title,
#recommended h3.title{
	margin: 65px 0 0;
	text-align: center;
	font-size: 24px;
	position: relative;
	letter-spacing: 0.01em;
	padding: 0 0 5px;
}
#recommended h3.title span{
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}
#recommended h3.title .rec_indent{
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
}
#discription h3.title:before,
#recommended h3.title:before{
	content: "";
	position: absolute;
	z-index: 1;
	left: 28%;
	right: 28%;
	bottom: 0;
	background: #e73a41; /* Old browsers */
	background: -moz-linear-gradient(left,  #e73a41 0%, #0098df 24%, #006bb6 43%, #5eb431 65%, #c3cd00 84%, #ed9a00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #e73a41 0%,#0098df 24%,#006bb6 43%,#5eb431 65%,#c3cd00 84%,#ed9a00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #e73a41 0%,#0098df 24%,#006bb6 43%,#5eb431 65%,#c3cd00 84%,#ed9a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73a41', endColorstr='#ed9a00',GradientType=1 ); /* IE6-9 */
	background-size: contain;
	opacity: 0.5;
	height: 2px;
}
#recommended .img img{
	width: 100%;
}
#recommended .img{
	position: relative;
}
#recommended .img:after{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height:100%;
	top: 10px;
	left: 10px;
	background: url(/img/bg_gr_guide.png) no-repeat 0 0;
	z-index: -1;
	background-size: contain;
}
#recommended .txt{
	font-size: 107.70%;/*14px*/
	letter-spacing: 0.1em;
	text-align: center;
	padding: 25px 0 0 15px;
}
.recommended_list{
	margin: 50px 0 0;
}
.recommended_list li{
	float: left;
	margin-right: 3.183%;
	width: 22.273%;
}
.recommended_list li:last-child{
	margin:0;
}
.recommended_list span{
	display: block;
}
.red{ color:#c1021a;}
.orange{ color:#db8600;}
.blue{ color:#4193e6;}
.green{ color:#51c53e;}

.btn_area{
	background: url(../img/bg_dot_01.png) repeat top left;
	margin-top: 50px;
	padding: 40px 10%;
	line-height: 55px;
	text-align: center;
}
.btn_area p{
	font-size: 18px;
	float: left;
	margin-right: 30px;
}
.btn_area .btn_list{
	float: left;
	line-height: 35px;
}
.btn_area .btn_list li{
	display:inline-block;
}
.btn_area .btn_list .btn{
	width: 350px;
	margin-right: 30px;
}
.btn_area .btn_list .btn a{
	display: block;
	width: 350px;
	height: 60px;
	background-color: #e33c5c;
	border-radius: 3px;
	color: #fff;
	font-size: 138.50%;/*18px*/
	letter-spacing: 0.14em;
	text-align: center;
	line-height: 60px;
	margin-right: 30px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.btn_area .btn_list .btn a:hover{background: #f83d84;}

.btn_area .btn_list .btn_s{
	width: 34px;
	height:34px;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}
.btn_area .btn_list .fb{
	margin-right: 20px;
	background-color: #3d61a5;
}
.btn_area .btn_list .line{
	background-color: #00c300;
}
.btn_area .btn_list .fb img{
	width: 8px;
	position: absolute;
	top:8px;
	left: 13px;
}
.btn_area .btn_list .tw img{
	width: 18px;
	position: absolute;
	top: 10px;
	left: 8px;
}
.btn_area .btn_list .line img{
	width: 18px;
	position: absolute;
	top: 8px;
	left: 8px;
}
.btn_area .btn_list .btn_s:hover{
	opacity: 0.8;
}
#search{
	margin-top: 65px;
	text-align: center;
}
#search > .title{
	font-size: 35px;
	letter-spacing: 0.1em;
}
#search > .title span{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	letter-spacing: 0.08em;
	color: #999;
}
.search_inner{
	margin-top: 45px;
	display: block;
	width: 100%;
	background: #f39ca0; /* Old browsers */
	background: -moz-linear-gradient(left,  #f39ca0 0%,#7fcbef 33%, #cae487 50%, #a7d59f 69%, #e9e17f 83%, #f6cc7f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f39ca0 0%,#7fcbef 33%,#cae487 50%,#a7d59f 69%,#e9e17f 83%,#f6cc7f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f39ca0 0%,#7fcbef 33%,#cae487 50%,#a7d59f 69%,#e9e17f 83%,#f6cc7f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39ca0', endColorstr='#f6cc7f',GradientType=1 ); /* IE6-9 */
	background-size: contain;
	padding:3px;
}
.search_area{
	display: block;
	background: #fff;
}
.input_search{
	position: relative;
	float: left;
	margin: 50px 40px 50px 50px;
	width: 47%;
}
.input_search input[type="text"] {
	border: 2px solid #e6e6e6;
	width: 100%;
	font-size: 130.80%;/*17px*/
	height: 70px;
	letter-spacing: 0.14em;
	line-height: 70px;
	padding: 0 65px 0 20px;
	background-size: 22px;
}
.input_search input[type="image"]{
	position: absolute;
	top: 14px;
	right: 14px;
	padding: 8px;
}
.keywords{
	width: 42%;
	float: left;
	margin: 25px 0;
}
.keywords p{
	letter-spacing: 0.14em;
	margin-bottom: 15px;
	color: #000;
}
.keyword_list li{
	float: left;
	background-color: #f4f4f4;
	border-radius: 3px;
	padding: 3px 26px;
	margin: 0 10px 10px 0;
}
.keyword_list li:last-child{
	margin: 0 0 20px 0;
}
.keyword_list .small{
	padding: 3px 20px;
}
.keyword_list li a{
	display: block;
	font-size: 12px;
	letter-spacing: 0.14em;
}
#objective{
	margin-top: 85px;
}
#objective h3.title{
	font-size: 184.60%;/*24px*/
	letter-spacing: 0.1em;
	position: relative;
	text-align: center;
}
#objective h3.title:before{
	content:" ";
	width: 6%;
	position: absolute;
	top:50%;
	left:35%;
	display: block;
	border-top: solid 1px #000;
}
#objective h3.title:after{
	content:" ";
	width: 6%;
	position: absolute;
	top:50%;
	right:35%;
	display: block;
	border-top: solid 1px #000;
}
#objective .sub{
	font-size: 123.10%;/*16px*/
	text-align: center;
	line-height: 1.5;
	margin: 20px 0 5px;
}
.objective_list{
	margin-top: 32px;
}
.objective_list li{
	width: 29.455%;
	float: left;
	margin: 0 5.8% 35px 0
}
.objective_list li .green a{
	color: #62ae16;
	border-bottom: 1px solid;
}
.objective_list li .red a{
	color: #eb405d;
	border-bottom: 1px solid;
}
.objective_list li .blue a{
	color: #4094f6;
	border-bottom: 1px solid;
}
.objective_list li{
	width: 29.455%;
	float: left;
	margin: 0 5.8% 35px 0
}
.objective_list li:nth-child(3n){
	margin: 0 0 35px 0;
}
.objective_list .title{
	font-size: 153.80%;/*20px*/
	text-align: center;
}
.objective_list .txt{
	line-height: 1.8;
	text-align: left;
}
.objective_list .tab_list{
	margin-top: 15px;
}
.objective_list .tab_list li{
	width: 48%;
	height: 40px;
	line-height: 40px;
	background-color: #ececec;
	float: left;
	margin: 0 0 8px;
	border-radius: 3px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.pc .objective_list .tab_list li:hover{
	background-color: #f4f4f4;
}
.objective_list .tab_list li:nth-child(odd){
	margin: 0 2.47% 2.47% 0;
}
.objective_list .tab_list li a{
	display: block;
	width: 100%;
	text-align: center;
}
.objective_list .green{ color: #62ae16;}
.objective_list .red{ color: #eb405d;}
.objective_list .blue{ color: #4094f6;}

#category{
	margin-top: 45px;
}
#category h3.title{
	font-size: 184.60%;/*24px*/
	letter-spacing: 0.1em;
	position: relative;
	text-align: center;
}
#category h3.title:before{
	content:" ";
	width: 6%;
	position: absolute;
	top:50%;
	left:30%;
	display: block;
	border-top: solid 1px #000;
}
#category h3.title:after{
	content:" ";
	width: 6%;
	position: absolute;
	top:50%;
	right:30%;
	display: block;
	border-top: solid 1px #000;
}
.category_list{
	width: 100%;
	margin: 35px 0 0 2%;
}
.category_list > li{
	width: 15%;
	margin-right: 6%;
	float: left;
}
.category_list > li:last-child{
	margin-right:0;
}
.category_list > li .title_area{
	background:url(/img/bg_circle_pc.png) no-repeat 50% 0;
	background-size: contain;
	width: 158px;
	height: 158px;
	text-align: center;
}
.category_list li .img img{
	width: 47.28%;
	margin:30px 0 10px;
}
.category_list li .title{
	font-size: 123.10%;/*16px*/
}
.category_inner_list{
	margin-top: 62px;
}
.category_inner_list li{
	margin: 0 0 15px 15px;
	text-align: left;
	list-style-type: disc;
	color: #a4a4a4;
}
.pc .category_inner_list li a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 800px) {
	#main{
		padding: 0 20px;
		margin: 0 0 40px;
	}
	#main > .title .lead{
		padding:0 15px;
		letter-spacing: 0.025em;
	}
	.sp_br{
		display: block;
	}
	.rec_indent{
		text-indent: -5px;
	}

	#read{
		margin: 45px 0 0;
	}
	#read .txt_area{
		width: 100%;
		float: none;
		margin: 0 ;
	}
	#read h1.title{
		font-size: 169.20%;
	}
	#read .img{
		width: 100%;
		float: none;
	}
	#read .txt{
		font-size: 107.70%;/*14px*/
		line-height: 2.0;
		margin: 0 0 15px;
	}

	#discription{
		padding:0 15px;
		margin: 45px 0 0;
	}
	#discription .description_list li{
		width: 100%;
		float: none;
		margin: 0 0 45px;
	}
	#discription .description_list li:first-child{
		margin: 0 0 45px;
	}
	#recommended h3.title{
		margin: 45px 0 0;
		text-indent: 10px;
	}
	#recommended .title:before{
		left: 0;
		right: 0;
	}
	#recommended .img img{
		width: 95.523%;
	}
	#recommended .img:after{
		width: 95.523%;
		height:100%;
	}
	#recommended .txt{
		font-size: 123.10%;/*16px*/
		letter-spacing: 0.14em;
		padding: 25px 0 0 0;
	}
	.recommended_list{
		margin: 25px 0 0;
	}
	.recommended_list li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin: 0 0 45px;
	}
	.btn_area{
		margin-top: 35px;
		padding: 20px 0 30px;
	}
	.btn_area p{
		letter-spacing: 0.14em;
		float: none;
		margin-right: 0;
		text-align: center;
	}
	.btn_area .btn_list{
		float: none;
		line-height: 35px;
	}
	.btn_area .btn_list .btn{
		width: 100%;
		margin: 0 0 20px;
		padding: 0 15px;
	}
	.btn_area .btn_list .btn a{
		width: 100%;
		font-size: 123.10%;/*16px*/
		letter-spacing: 0.14em;
	}
	.btn_area .btn_list .btn_s{
		width: 46px;
		height: 46px;
	}
	.btn_area .btn_list .fb img{
		width: 10px;
		top: 12px;
		left: 18px;
	}
	.btn_area .btn_list .tw img{
		width: 23px;
		top: 15px;
		left: 12px;
	}
	.btn_area .btn_list .line img {
		width: 22px;
		left: 12px;
		top: 12px;
	}
	#search{
		margin-top: 50px;
	}
	#search > .title{
		font-size: 28px;
	}
	.search_inner{
		margin-top: 25px;
		padding: 3px;
	}
	.search_area{
		padding: 25px;

	}
	.input_search{
		width: 100%;
		float: none;
		padding: 0;
		margin: 0;
	}
	.input_search input[type="text"]{
		font-size: 16px;
		height: 50px;
		line-height: 1.5;
		padding: 0 38px 0 10px;
	}
	.input_search input[type="image"]{
		position: absolute;
		width: 16px;
		height: auto;
		top: 8px;
		right: 5px;
		padding: 8px;
	}
	.keywords{
		width: 100%;
		margin: 25px 0 0;
	}
	.keywords p{
		font-size: 130.80%;/*17px*/
	}
	.keyword_list li a{
		font-size: 10px;
	}
	.keyword_list li {
		padding: 5px 17px;
		margin: 0 10px 10px 0;
	}
	.keyword_list .small{
		padding: 5px 15px;
	}
	.keyword_list li:last-child{
		margin: 0;
	}
	#objective{
		margin-top: 45px;
	}
	#objective h3.title{
		font-size: 169.20%;/*22px*/;
		letter-spacing: 0.09em;
	}
	#objective h3.title:before{
		width: 10%;
		top:50%;
		left:10%;
	}
	#objective h3.title:after{
		width: 10%;
		top: 50%;
		right: 10%;
	}
	.objective_list li{
		width: 100%;
		margin: 0 5.8% 20px 0;
	}
	.objective_list li:nth-child(3n) {
		margin: 0 0 20px 0;
	}
	.objective_list .tab_list li{
		width: 44.78%;
		height: 50px;
		line-height: 50px;
	}
	.objective_list .tab_list li:nth-child(odd){
		margin: 0 5% 5% 3%;
	}
	#category{
		margin-top: 0;
	}
	#category h3.title{
		font-size: 169.20%;/*22px*/;
		letter-spacing: 0.09em;
	}
	#category h3.title:before{
		width: 10%;
		top: 50%;
		left: 0;
	}
	#category h3.title:after{
		width: 10%;
		top: 50%;
		right: 0;
	}
	.category_list{
		width: 100%;
		margin: 35px 0 0 0;
	}
	.category_list > li{
		width: 100%;
		margin-right: 0;
		padding: 0 0 30px;
		float: left;
	}
	.category_list > li:last-child{
		margin-right:0;
	}
	.category_list > li .title_area{
		width: 45%;
		float: left;
		background:url(/img/bg_circle.png) no-repeat 50% 0;
		background-size: contain;
	}
	.category_list li .img img{
		width: 25%;
		margin: 10% 0 5%;
	}
	.category_list li .title{
		font-size: 107.70%;/*14px*/
	}
	.category_inner_list{
		margin: 4% 0 0 8%;
		float: left;
	}
}
@media screen and (max-width: 680px) {
	.category_list li .img img{
		width: 25%;
		margin: 13% 0 5%;
	}
}
@media screen and (max-width: 580px) {
	.category_list li .img img {
		width: 40%;
		margin: 15% 0 5%;
	}
}
@media screen and (max-width: 400px) {
	.category_list li .img img {
		width: 48%;
		margin: 20% 0 5%;
	}
}
@media screen and (max-width: 361px) {
	#main > .title .lead{
		padding: 0px;
		font-size: 84.60%;/*11px*/
	}
	#read h1.title{
		font-size: 146.20%;/*19px*/
		margin: 0 0 15px;
	}
	#discription {
		padding: 0;
	}
	#discription .txt{
		font-size: 100.00%;/*13px*/
	}
	.search_area{
		padding: 15px;
	}
	.keyword_list li{
		padding: 5px 14px;
		margin: 0 6px 8px 0;
	}
	#search > .title{
		font-size: 24px;
	}
	#objective h3.title:before{
		width: 20px;
		top:50%;
		left:10%;
	}
	#objective h3.title:after{
		width: 20px;
		top: 50%;
		right: 10%;
	}
	.objective_list .tab_list li a{
		font-size: 92.30%;/*12px*/
	}
	.category_inner_list {
		margin: 4% 0 0 3%;
	}
	#objective h3.title{
		font-size: 153.80%;/*20px*/
		letter-spacing: 0;
	}
	#category h3.title{
		font-size: 153.80%;/*20px*/
		letter-spacing: 0;
	}
	.category_list > li .title_area{
		width: 40%;
		height: 120px;
	}
}
/*190205追加*/
.member_check {
	background: url(../img/bg_line_01.png) repeat top left;
	padding: 8px;
	margin-top: 50px;
}
.member_check .bg {
	background: #fff;
	text-align: center;
	padding: 30px 0 20px;
}
.member_check .bg .title {
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	font-weight: bold;
	font-size: 153.80%;
	letter-spacing: 0.1em;
	margin: 0 0 10px;
}
.member_check .bg ul li {
	width: 220px;
	display: inline-block;
	margin: 0 9px;
}
.btn_regist a {
	display: block;
	height: 50px;
	background-color: #e33c5c;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 123.10%;
	letter-spacing: 0.14em;
	text-align: center;
	line-height: 50px;
	margin-bottom: 8px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.member_check .red {
	color: #e33c5c;
}
.member_check .bg .txt {
	font-size: 107.70%;
	letter-spacing: 0.1em;
	margin: 0 0 25px;
	margin-top: 0px;
	margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
	.member_check .bg .title {
		font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
		font-weight: bold;
		font-size: 16px;
		letter-spacing: 0;
		margin: 0 0 10px;
	}
	.member_check .bg ul li {
		width: 100%;
		display: block;
		margin: 0 0 15px;
	}
	.member_check .bg ul {
		margin: 0 25px;
	}
	.member_check {
		background: url(../img/bg_line_01.png) repeat top left;
		padding: 5px;
	}
}