@charset "UTF-8";


.first-wrapper{
	width:100%;
	/*background:linear-gradient( #f9efe4 90%, white 10%);*/
	margin-bottom:80px;
	position:relative;
	top:-10px;
	padding-top:50px;
}

.title{
	width:500px;
	margin:30px auto;
}

.big-snap-box{
	width:950px;
	margin:30px auto;
	display: flex;
	justify-content: space-between;
	height: auto;
	align-items: flex-start;
	flex-wrap: wrap;
	padding:40px 20px;
}

.small-snap-box{
	width:285px;
	margin:30px 0;
}

.small-snap-box img{
	margin-bottom:5px;
}

.big_c{
	font-size:10.5px;
	font-weight:bold;
	text-align: center!important;
}

.snap_credit{
	font-size:8px;
}

.small-snap-box p{
	line-height:1.5!important;
}

.small-snap-box p:first-of-type{
	text-align: center!important;
}

.small-snap-box p:last-of-type{
	text-align: justify!important;
}

.lgreen{
	background-color:#ECF5E3;
	background-image:url("img/title_03.png");
	background-repeat: no-repeat;
	background-position:top left;
}

.white{
	background-color:#fff;
	background-image:url("img/title_02.png");
	background-repeat: no-repeat;
	background-position:top left;
}

.frames_box_small p{
	width:100%!important;
}

.f_jan_img{
	padding-bottom:20px;
}

.f_jan_img p, .f_jan_img .item_list{
	text-align: center;
}

.f_jan_img img{
	margin:0 15px;
}

.ben_box{
	width:700px;
	margin:0 auto;
}

.ben_box h2{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: center;
	color:#2f5173;
	font-size:30px;
	margin-bottom:20px;
}

.ben_box hr{
	margin:15px 15px 30px;
	border:1px solid #2f5173;
}

.ben_box p{
	font-size:13px;
	text-align: justify;
}

.ben_box .back{
	text-align: center!important;
}

.ben_flex_img{
	display: flex;
	justify-content: space-around;
	height: auto;
	align-items: flex-start;
	padding:20px 0;
}

.ben_flex_img img:first-child{
	width:200px;
}

.ben_flex_img img:last-child{
	width:450px;
}

.big-present-box{
	width:100%;
	background-color:#ECF5E3;
	margin-bottom:160px;
}

.hn_present{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	width:800px;
	margin:60px auto;
	padding:50px 30px;
}

.hn_present h2{
	font-size:20px;
	color:#FF0000;
	text-align: center;
	margin-bottom:30px;
}

.whatsnew_caption h4{
	color:#2f5173;
	font-size:18px;
	text-align: center;
	margin-bottom:40px;
}

.whatsnew_caption p{
	font-size:13px;
	text-align: justify;
	margin-bottom:30px;
}

.red{
	color:#FF0000;
	font-weight:bold;
}

.pre-flex{
	display: flex;
	justify-content: space-between;
	height: auto;
	align-items: center;
}

.pre-flex .center{
	width:250px;
	margin-right:40px;
}


/*タブレット用*/
@media screen and (max-width: 768px){
	.big-snap-box, .ben_box, .hn_present{
		width:600px;
	}
	
	.small-snap-box{
		width:170px;
	}
	
	.big_c{
		font-size:11px;
	}
	
	.snap_credit{
		font-size:6px;
		text-align:initial;
	}
	
	.lgreen, .white{
		background-size:750px;
	}
	
	.big-snap-box{
		padding:30px;
	}
	
	.f_jan_img p{
		display: flex;
		align-items: flex-start;
	}
	
	.f_jan_img p img:first-child{
		margin-left:0;
	}
	
	.ben_flex_img img:first-child{
		width:180px;
	}

	.ben_flex_img img:last-child{
		width:405px;
	}

}


/*スマホ用*/
@media screen and (max-width:640px){

.title{
	width:300px;
}

.big-snap-box, .hn_present{
	width:350px;
}

.small-snap-box, .ben_box{
	width:300px;
}

.small-snap-box p{
	line-height: 2!important;
}

.big_c{
	font-size:13px!important;
}

.snap_credit{
	font-size:11px!important;
}

.lgreen, .white{
	background-size:100%;
}

.f_jan_img{
	width:300px;
}

.f_jan_img img{
	width:50%;
	margin:0 5px;
}

.ben_box h2{
	font-size:20px;
}

.ben_box p, .pre-flex p{
	font-size:12px;
}

.ben_flex_img{
	display:block;
}

.ben_flex_img img{
	width:100%!important;
}

.ben_flex_img img:first-child{
	margin-bottom:15px;
}

.pre-flex{
	display:block;
}

.hn_present{
	padding:50px 10px;
}

.hn_present h2{
	font-size:16px;
}

.whatsnew_caption h4{
	font-size:12px;
}

.pre-flex .center{
	text-align: center!important;
	margin-left:30px;
}

.pre-flex img{
	width:160px;
	
}

.whatsnew_caption p{
	margin-bottom:10px;
}

}

/* CSS Document */

