@charset "utf-8";
/* CSS Document */

body{
	font-family:'Roboto', "メイリオ","mendl-sans-dawn", "ccmeanwhile", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.6;
	color:#333;
	background:#fff;
	
}

/*Main Visual*/

#containerMV{
  width: 100%;
  height: 0;
  padding-top: calc(565 / 1620 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background:url(../images_common/mainVisual_snowgene.jpg) center center / cover no-repeat;
  position:relative;
  border-top:3px solid #3399CC;
  border-bottom:3px solid #3399CC;
  
}
#title_MV{
	width:800px;
	background:rgba( 54,156,207,0.70);
	line-height:80px;
	color:#fff;
	font-size:80px;
    font-family: acumin-pro-condensed,  sans-serif;  
    font-weight: 700;  
    font-style: italic;  
	position:absolute;
	bottom: 20%;
	right: 0px;
	padding:0px 2px;
	text-align:center;
}
#MV_h1{
	width:800px;
	line-height:80px;
	border-bottom:4px solid rgba(255,255,255,1.00);
	margin:0 auto;
	}
#MV_subtitle{
	font-size:22px;
	
	line-height:50px;
}


#logo_MV{
	
	position:absolute;
	bottom:10%;
	right:7%;
}


/*コンテンツ共有*/

#container_main_side{
	width:100%;
	padding-top:100px;
	background:#eee;
}


#contents{
	width:1340px;
	margin:0 auto;
	background:#eee;
}

.subtitle{
	border-bottom: 2px solid #3399cc;
	font-size: 26px;
	padding-left: px;
	margin-bottom:10px;

}
.bmg_30{
	border-bottom: 2px solid #3399cc;
	font-size: 26px;
	padding-left: px;
	margin-bottom:30px;

}


.subtitle_h3 {
  font-size:24px;
  position: relative;
  width: 940px;
  padding: 5px;
  margin:5px 0px 5px 0px;
  border-bottom: 1px solid #c8c8c8;
}
    
.subtitle_h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: inherit;
  border-bottom: 1px solid #3399cc;
}
.container_topics{
	width:960px;
	margin:0 0 50px 0;
}


/*メインコンテンツ*/


#contents_main{
	width:960px;
	float:left;
	margin:0 70px 120px 0px;
}

.area_select{
	width:960px;
	margin-bottom:80px;
}

.box_link{
	width:210px;
	position:relative;
	float:left;
	margin:20px 10px 15px;
}

.box_link_title{
	width:200px;
	position:absolute;
	bottom:0px;
	left: 0px;
	background: -moz-linear-gradient(bottom, #3399cc, rgba(255,255,255,0.1));
    background: -webkit-linear-gradient(bottom, #3399cc, rgba(255,255,255,0.1));
    background: linear-gradient(to top, #3399cc, rgba(255,255,255,0.1));
	font-size:22px;
	line-height:42px;
	padding-left:10px;
	color:#fff;
}

.box_link a{
	text-decoration:none;
	color:#333;
}

.box_link{
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out
}
.box_link:hover{
	opacity:0.4;  
	filter:alpha(opacity=60); 
}



/*common*/
.explain_460{
	width:460px;
	margin-left:20px;
	float:left;
	line-height:2.3;
	
}
.explain_960{
	width:960px;
	line-height:2.3;
	margin:0 0 20px 0;
}
.photo_480{
	width:480px;
	float:left;
}



/*box_topics*/

.box_topics{
	width:300px;
	position:relative;
	float:left;
	margin:20px 10px 50px;
	background:#fff;
}
.box_topics_title{
	width:270px;
	position:absolute;
	top: 100px;
	left: 0px;
	background:rgba(54,156,207,0.70);
	font-size:22px;
	line-height:28px;
	padding-left:10px;
	color:#fff;
}

.box_topics p{
	font-size:14px;
	padding:5px 4px 5px 4px
}

.box_topics_460{
	width:460px;
	position:relative;
	float:left;
	margin:20px 10px 20px;
	
}



.box_topics a{
	text-decoration:none;
	color:#333;
}
.box_topics:hover{
	opacity:0.4;  
	filter:alpha(opacity=60); 
}

.box_topics{
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out

}



.box_topics_title_460{
	width:320px;
	position:absolute;
	top: 120px;
	left: 0px;
	background:rgba(54,156,207,0.70);
	font-size:22px;
	line-height:30px;
	padding-left:10px;
	color:#fff;
}

.box_topics_460 a{
	text-decoration:none;
	color:#333;
}
.box_topics_460:hover{
	opacity:0.4;  
	filter:alpha(opacity=60); 
}

.box_topics_460{
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out

}

/*news*/

#news{
	width:1280px;
	margin:0 auto;
}
#news li{
	line-height:36px;
	border-bottom:solid #666 1px;
}

#box_news{
	width:1200px;
	border:1px solid #3399cc;
	margin:30px 10px;
	padding:20px 20px;
}

#box_news a{
	text-decoration:none;
}



/*サイドコンテンツ*/

#contents_side{
	width:310px;
	float:left;
}

.subtitle_side{
	border-bottom: 2px solid #666;
	font-size: 20px;
	padding-left: 5px;
	margin-bottom:15px;
}
.box_side{
	width:300px;
	float:left;
	margin-bottom:50px;
	background:#fff;
	
}
.box_side h3{
	width:296px;
	background:#3399cc;
	padding-left:5px;
	color:#fff;
}
.box_side img{
	float:left;
}
.box_side .explain_box_side{
	width:188px;
	float:left;
	line-height:1.5;
	font-size:14px;
	padding:5px 4px 5px 4px

}
.box_side a{
	text-decoration:none;
	color:#333;
}
.box_side:hover{
	opacity:0.4;  
	filter:alpha(opacity=60); 
}

.box_side{
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out

}



@media screen and (max-width:480px){
	

#title_MV{
	position:absolute;
	bottom: 30%;
	right: 0px;
	font-size:120%;
	width:60%;
	line-height:120%;
}
#MV_h1{
	font-size:140%;
	width:100%;
	line-height:150%;
	border-bottom:1px solid rgba(248,245,245,1.00);
}

#MV_subtitle{
	font-size:50%;
	line-height:140%;
	width:100%;
}


#container_main_side{
	width:100%;
	padding-top:0%;
	overflow:hidden;
	
}

#contents{
	width:100%;
}

#contents_main{
	width:100%;
	margin:10% 0% 0% 0%;
	
}

.subtitle{
	width:98%;
	padding-left:2%;
	font-size:120%;
	margin:10% 0% 0% 0%;
}
.subtitle_h3{
	width:98%;
	padding-left:2%;
	font-size:120%;
	margin:5% 0% 0% 0%;
	line-height:110%;
}

.area_select{
	width:100%;
	margin:0% 0% 10% 0%;
}
.box_link{
	width:46%;
	margin:2% 2%;
	position:relative;
}
.box_link img{
	width:100%;
	height:auto;
}
.box_link_title{
	width:95%;
	font-size:100%;
	padding:2% 0% 0% 5%;
	position:absolute;
	bottom: 0%;
	left: 0%;
	line-height:350%;
}


.container_topics{
	width:100%;
    margin:0% 0% 0% 0%;
}
.photo_480{
	width:100%;
}

.photo_480 img{
	width:100%;
	height:auto;
}

.explain_460{
	width:96%;
	font-size:90%;
	line-height:170%;
	margin:3% 2% 5% 2%;
}

.explain_960{
	width:96%;
	font-size:90%;
	line-height:170%;
	margin:3% 2% 5% 2%;
}


.box_topics{
	width:46%;
	height:70%;
	margin:2% 2% 5% 2%;
	position:relative;
}
.box_topics img{
	width:100%;
	height:auto;
}
.box_topics_title{
	width:90%;
	font-size:100%;
	position:absolute;
	top: 20%;
	left: 0%;
	line-height:140%;
	padding:1% 2% 1%;
}
.box_topics p{
	font-size:80%;
}

.box_topics_460{
	width:96%;
	margin:2% 2% 10% 2%;
	position:relative;
}
.box_topics_460 img{
	width:100%;
	height:auto;
}

.box_topics_title_460{
	width:90%;
	font-size:100%;
	position:absolute;
	top: 60%;
	left: 0%;
}


#contents_side{
	width:100%;
}
.subtitle_side{
	width:98%;
	padding-left:2%;
	font-size:140%;
}


.box_side{
	width:96%;
	margin:2% 2% 5% 2%;
}
.box_side h3{
	width:98%;
}
.box_side img{
	width:30%;
	height:auto;
}
.box_side .explain_box_side{
	width:67%;
	font-size:90%;
}

#news{
	width:100%;
}
#box_news{
	width:93%;
	margin:1% 1%;
	padding:2% 2%;
}

#box_news li{
	font-size:80%;
	line-height:170%;
}


}





