@charset "UTF-8";

@media screen and (max-width:666px) {
	#main-visual {
		margin-left: -25px;
		padding-top: 62.5px;
		width: 100vw;
	}
}

/*-------------------------------------------------
	#top-index
-------------------------------------------------*/
.top-index a {display: block;}
li.top-index {
	display: inline-block;
	margin: 0 100px 25px 0;
	width: 300px;
	vertical-align: top;
}
li.top-index:nth-child(3n) {
	margin-right: 0;
}
p.top-index-txt {
	margin: 20px 0 4px 0;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: -.025em;
	text-align: justify;
}

@media screen and (max-width:666px) {
	#top-index.mb-25 {margin-bottom: 0;}
	li.top-index {
		margin-right: 0;
		width: 100%;
	}
	p.top-index-txt {
		margin: 10px 0 4px 0;
	}
}

/*-------------------------------------------------
	#top-news
-------------------------------------------------*/
@media screen and (max-width:666px) {
	#top-news h2.midashi-1 {margin-bottom: 25px;}
	p.news-date {
		display: inline-block;
		width: auto;
	}
	p.news-txt {
		display: inline-block;
		width: 100%;
	}
}

/*-------------------------------------------------
	#top-sns
-------------------------------------------------*/
#facebook {margin: 0 75px 100px; width: 500px;}
#twitter {margin: 0 50px 0 0;}
/* .top-sns-wrap {border: 1px solid #b3b3b3;} */

@media screen and (max-width:666px) {
	#facebook {margin: 0 0 37.5px; width: calc(100vw - 50px);}
/*	.fb_iframe_widget_fluid, .fb_iframe_widget_fluid span, .fb_iframe_widget iframe {width: 100% !important;}*/
	#twitter {margin: 0 0 62.5px; width: calc(100vw - 50px);}
}
