@charset "utf-8";

/*トップページ用*/

/*コンテンツ*/
#c_cont {
	padding: 50px 10px 0;
}
.top_cont_box_movie {
	width: 100%;
	background-color: #000;
}
.top_cont_box_movie iframe {
	width: 100%;
}

/*コンテンツ2*/
#top_cont_2 {
	margin-top: 28px;
}
#top_cont_2_ttl {
	line-height: 11px;
}
#c_cont section h2#top_cont_2_ttl {
	text-align: left;
}
#top_cont_2_ttl img {
	width: 68px;
}
#top_cont_2_news {
	display: collapse;
	width: 100%;
}
#top_cont_2_news tr,
#top_cont_2_news td {
	display: block;
	font-size: 14px;
}
#top_cont_2_news {
	margin-top: 8px;
}
#top_cont_2_news tr {
	border-bottom: 1px dotted #fff;
	padding: 8px 0;
}
#top_cont_2_news td:first-of-type {
	color: #bdbebf;
	padding-bottom: 3px;
}
#top_cont_2_more {
	margin-top: 6px;
	text-align: right;
	margin-bottom:20px;
}

/*コンテンツ2_2*/
#top_cont_2_2_main {

}
#top_cont_2_2_ttl {
	line-height: 11px;
}

#c_cont section h2#top_cont_2_2_ttl {
	text-align: left;
}

#top_cont_2_2_ttl img {
	width: 90px;
}


/*コンテンツ3*/
#top_cont_3 {
	margin-top: 50px;
	text-align: center;
}
#top_cont_3_top {
	background: url("../img/top/top_cont_3_top_line.png") no-repeat center bottom;
	background-size: 100px 1px;
	padding-bottom: 18px;
}
#top_cont_3_ttl img {
	width: 277px;
}
#top_cont_3_top_txt {
	margin-top: 22px;
	font-size: 16px;
}
#top_cont_3_btm {
	margin-top: 30px;
	text-align: left;
}

#top_cont_3_btm_text {
	font-size: 14px;
}

#top_cont_3_btm_note {
	margin-top: 4px;
	font-size: 14px;
	text-align: right;
}

/*コンテンツ4*/
#top_cont_4 {
	margin-top: 58px;
}
#top_cont_4_ttl {
	margin-bottom: 33px;
//	text-align: center;
}
#top_cont_4_ttl img {
	width: 276px;
}

/*コンテンツ5*/
#top_cont_5 {
	margin-top: 45px;
}
#top_cont_5_ttl {
	margin-bottom: 33px;
//	text-align: center;
}
#top_cont_5_ttl img {
	width: 100%;
	max-width: 304px;
}

#top_cont_6 {
	width: 100%;
	text-align: center;
}

#top_cont_6_top img{
	width: 540px;
}

/*バナー*/

.top_x1gp_large_banner {
	margin:auto;
	margin-top:30px;
	margin-bottom:60px;
	max-width:960px;
	
}

.top_x1gp_large_banner img {
	width:100%;
	border: 1px solid #fff;
}

@media (max-width:601px) {
	.top_x1gp_large_banner {
		margin:auto;
		margin-top:20px;
		margin-bottom:40px;
		max-width:680px;
	}
}


