@charset "UTF-8";

/* サイドナビcss */
@import url("side_navi.css");


/* コンテンツ枠 */
#info_waku{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 100px;
	background-color: #4673B8;
	}
#info_flex{
	width: 95%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;/*両端揃え*/
	/*display: stretch;*/
	flex-wrap: wrap;
	align-items: baseline;
	padding-top: 30px;
	}
		
.blog_box{
	width:480px;
	height: 100%;
	padding-bottom:30px;
	}
.fb_box{
	width: 480px;
	height:300px;
	}
.info{
	width:380px;
	text-align:left;
	color:#fff;
	font-size:22px;
	font-weight:400;
	}
.link{
	width:100px;
	text-align:right;
	}
.link img{
	width:100%;
	}

.blog_box iframe{
	box-sizing: border-box; /*fb_boxからのはみ出し防止*/
	width: 100%;
	height: 300px;
	margin-top: 10px;
	margin-bottom: 30px;
	background-color: #fff;
	padding-left: 0px;	
	}	
.fb-page{box-sizing: border-box; /*fb_boxからのはみ出し防止*/	
	width:100%;
	height:100%;
	margin-top:10px;
	background-color:#fff;
	}	
/*ウィンドウ幅が最大479pxまでの場合に適用スマホの縦に反映される*/
@media screen and (max-width: 479px) { 
/*インフォメーション枠*/	
#info_waku{
padding-bottom: 60px;
	}
#info_flex{
	width:90%;
	margin:0 auto;
	/*display:flex;*/
	justify-content:center;/*両端揃え*/
	display: stretch;
	flex-wrap: wrap;
	padding-top:30px;
	padding-bottom:30px;
	}
.blog_box{
	width:100%;
	height:100%;
	}
.fb_box{
	width:100%;
	height:100%;
	}
.blog_box iframe{box-sizing: border-box;/*fb_boxからのはみ出し防止*/	
	width:100%;
	height:300px;
	margin-top:10px;
	background-color:#fff;
	}	
.fb-page{box-sizing: border-box;/*fb_boxからのはみ出し防止*/	
	width:100%;
	height:300px;
	margin-top:10px;
	background-color:#fff;
	}
	}
	
	
	
#main_flex{/* コンテンツメインエリア */	
	display:flex;
	width:90%;
	height:auto;
	margin:0 auto;
	padding-top:60px;
	margin-bottom:120px;
	}

/*ウィンドウ幅が最大768pxまでの場合に適用スマホの縦に反映される*/		
@media screen and (max-width: 896px) { 
#main_flex{/*896px*/
	width:96%;
	margin:0 auto;
	padding-top:30px;
	}
/*タブレットコンテンツエリア*/
#contents h3{/*896px*/
	width: 100%;
	font-size:90%;
	line-height:1.5em;
	margin-bottom: 15px;
	font-weight: 500;
	}
#pic_flex p{/*896px*/
	font-size:12px;
	line-height:1em;
	width:100%;
	height:auto;
	}
	/*タブレットサイドナビ商品名文字黒背景グレー*/
	.cg04{/*896px*/
	font-size:0.7rem;
	color:#333;
	text-align:left;
	border-bottom:1px #ccc dotted;
	background-color:#EEE;
	}
	}
	/*ウインドウ幅が最大479pxまでの場合に適用スマホの縦に反映される*/		
@media screen and (max-width: 479px) { 
#main_flex{/*479px*/
	width:90%;
	margin:0 auto;
	padding-top:30px;
	}	
}
	
	
/*コンテンツエリア*/
#contents h3{
	width: 100%;
	font-size: 2.1rem;
	line-height:1.5em;
	margin-bottom: 15px;
	font-weight: 500;
	}
.tit00{
	color:#76B453;
	border-bottom:4px #76B453 solid;
	}
.tit01{
	color:#76B453;
	border-bottom:4px #76B453 solid;
	margin-top:80px;
	}
.tit02{
	color:#4673B8;
	border-bottom:4px #4673B8 solid;
	margin-top:80px;
	}
	
@media screen and (max-width: 479px) { /*ウィンドウ幅が最大479pxまでの場合に適用スマホの縦に反映される*/
.tit01,.tit02{/*479px*/
	margin-top:30px;
	}
	}
.conte_tex{
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.6em;
	color: #333;
	letter-spacing: normal;
	margin-bottom: 20px;
	font-weight: 400;
	}
.conte_tex span{
	font-size:1.1rem;
	font-weight:500;
	}
.conte_tex a{
	color: #333;
	}
/*ピックアップエリア*/
.pic_flex{
	display: flex;
	height: auto;
	margin: 0 auto;
	margin-bottom:20px;
	}
.pic_flex p{
	font-size:1rem;
	width:100%;
	height:auto;
	line-height:1.5em;
	}
.pic_flex p img{
	width:100%;
	height:auto;
	padding-bottom:5px;
	}
.aki{
	margin-right:2%;
	}
		
.pic_flex a{
	text-decoration:none;
	color:#333;
	}
.pic_flex a:hover{
	text-decoration:underline;
	}
	
@media screen and (max-width: 479px) { /*ウィンドウ幅が最大479pxまでの場合に適用スマホの縦に反映される*/
.pic_flex{/*479px*/
	max-width:100%;
	display:flex;
	flex-wrap:wrap;
	margin:0 auto;
	}
.pic_flex p{/*479px*/
	font-size:1.1rem;
	max-width:100%;
	height:auto;
	margin-bottom:20px;
	}
.pic_flex p img{/*479px*/
	max-width:100%;
	height:auto;	
	}
.aki{/*479px*/
	margin-right:0%;
	}
}
