@charset "UTF-8";

/* ニュースcms欄 */


div.contents-1,
div.contents-news {
	width: 100%;
}

div.contents-1 h1,
div.contents-news h2 {
	font-size: 135%;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}

div.contents-1 p {
	margin: 20px 0 40px;
}

div.contents-1 dl dt {
	font-weight: bold;
	margin: 15px 0 0;
}

div.contents-news dl {
	width: 351px;    
}

div.contents-news dt {
	font-weight: 200;
    margin: 0 0 3px;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 15px 15px 15px 88px;
    font-size: 16px;
    background-image: url("../../images/icon_news.png");
    background-repeat: no-repeat;
    background-position: 20px 18px;
}

.dt2 {
	font-weight: 200;
    margin: 0 0 3px;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 15px 15px 15px 88px;
    font-size: 16px;
    background-image: url("../../images/icon_news_g.png");
    background-repeat: no-repeat;
    background-position: 20px 18px;
}

.dt3 {
	font-weight: 200;
    margin: 0 0 3px;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 15px 15px 15px 88px;
    font-size: 16px;
    background-image: url("../../images/icon_column.png");
    background-repeat: no-repeat;
    background-position: 20px 18px;
}

div.contents-news dd {
	padding: 15px 20px;
}

div#news {
	word-wrap: break-word;
}

div#news div#information {
	display: flex;
    flex-wrap: wrap;
}

div#news div#information div {
	background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
	margin-right: 40px;
	margin-bottom: 25px;
}

div#news div#information div:nth-child( 3n ) {
	margin-right: 0px;
}

div#news div#information div:first-child {
	border-top: none;
	padding-top: 0;
}

div#column {
	display: flex;
    flex-wrap: wrap;
}

div#column div {
	background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
	margin-right: 40px;
	margin-bottom: 25px;
}

div#column div:nth-child( 3n ) {
	margin-right: 0px;
}

div#column div:first-child {
	border-top: none;
	padding-top: 0;
}

#news a img:hover{
	opacity: 0.6;
}


/* -- タブレット設定 ----------------------------------------------------------------------- */

@media screen and ( max-width: 1000px ) {

	div.contents-news dl {
		width: 330px;    
	}

	div#news div#information div {
		margin-right: 25px;
	}

	div#news div#information div:nth-child( 2n ) {
		margin-right: 0px;
	}

	div#news div#information div:nth-child( 3 ) {
		margin-right: 25px;
	}

	div#column div {
		margin-right: 25px;
	}

	div#column div:nth-child( 2n ) {
		margin-right: 0px;
	}

	div#column div:nth-child( 3 ) {
		margin-right: 25px;
	}

}

/* -- スマホ設定 ----------------------------------------------------------------------- */

@media screen and ( max-width: 450px ) {


	div#news div#information {
		display: unset;
	}

	div#column {
		display: unset;
	}

	div.contents-news dl {
		width: 100%;
	}

	div#news div#information div {
		margin-right: 0px;
	}

	div#news div#information div:nth-child( 3 ) {
		margin-right: 0px;
	}

	div#column div {
		margin-right: 0px;
	}

	div#column div:nth-child( 3 ) {
		margin-right: 0px;
	}

}




