/* CSS Document */






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

article table th
{
	width: 6em;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--font-color);
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

article table td
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--font-color);
	text-align: left;
	vertical-align: top;
}


article table th .icon
{
	color: #FFF;
	background-color: #3f9d33;
	display: inline-block;
	font-size: 14px;
	line-height: 110%;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-left: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position: relative;
}

article table th .icon:after
{
	content: "";
	position: absolute;
	height: 0px;
	width: 0px;
	right: 0px;
	bottom: 0px;
	border-top-width: 16px;
	border-right-width: 16px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: #b8cc30;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;  
	-moz-border-radius-bottomright: 4px;  

}

article .bg_news
{
	display: none;
	padding-top: 30px;
}

article .bg_news img
{
	width:auto;
	height:auto;
}


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


article .body
{
	width: 1200px;
}




}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:1199px)
{
article
{
	background-image: none;
	padding-bottom: 30px;
}


article .body
{
	width: auto;
}

article .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;
}


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

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


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


article .news_main table th
{

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

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



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


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

article
{
	background-image: none;
	padding-bottom: 30px;
}


article .body
{
	width: auto;
}

article .bg_news
{
	display: block;
}



}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{
article table th
{
	display: block;
	width: auto;
	padding-bottom: 0px;
	border-bottom-style: none;
}

article table td
{
	display: block;
	padding-top: 0px;
}

}