/* CSS Document */

body
{
	background-image: url(images/news_bg_02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

article
{

}

#news .body
{
	display: flex;
	gap: 40px;
	flex-shrink: 0;
}


#news table
{
	width: 100%;
	margin-bottom: 60px;
}

#news table th
{
	width: 240px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9ead5;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

#news table td
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9ead5;
	text-align: left;
	vertical-align: top;
	position: relative;
	padding-right: 40px;
}

#news table td a
{
	text-align: justify;
}




/* PCのみ設定  768 以上*/
@media screen and (min-width:1921px)
{
	body
	{
		-ms-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		background-size: 100% auto;
	}
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:1200px)
{






}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:1199px)
{

#news
{
	background: 
	url(images/news_img_01.png) no-repeat left center,
	url(images/news_img_02.png) no-repeat left bottom,
	url(images/news_img_03.png) no-repeat right bottom;
	padding-bottom: 0px;

	-ms-background-size: 20% auto;
	-o-background-size: 20% auto;
	-webkit-background-size: 20% auto;
	-moz-background-size: 20% auto;
	background-size: 20% auto;
}




#news .body
{
	width: auto;
	background: rgba(255, 255, 255, 0.8);
	padding-bottom: 30px;

}

#news .bg_news
{
	display: block;
}




}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

article #h1_area
{
	margin-bottom: 30px;
}

article #h1_area h1
{
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}


#news .tab
{
	padding-left: 0px;
	padding-right: 0px;
}

#news .tab ul
{
	display: grid;
	column-gap: 4px; /* 横のスペース */
	margin-bottom: -2px;
}


#news .tab ul li a
{
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}


#news .news_main table th
{

	width: auto;
	display:block;
	padding-top: 10px;
	padding-bottom: 0px;
}

#news .news_main table td
{
	width: auto;
	display:block;
	padding-top: 0px;
	padding-bottom: 10px;
}



#news table
{
	width: 100%;
	margin-bottom: 60px;
}


#news table th .icon
{
	margin-left: 10px;
}

#news
{
}


#news .body
{
	width: auto;
}

#news .bg_news
{
	display: block;
}



}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{
#news .body
{
	display: block;
}

#news .img
{
	text-align: center;
	margin-bottom: 20px;
}



#news table th
{
	display: block;
	width: auto;
	padding-bottom: 0px;
	border-bottom-style: none;
}

#news table td
{
	display: block;
	padding-top: 0px;
	padding-right: 0px;
}



}