/* CSS Document */

#h1_area h1
{
	background-image: none;
	padding-left: 0px;
}


article h3
{
	font-size: 20px;
	color: #FFF;
	background-color: #4990C8;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

article .next_box a
{
	background-color: #4990C8;
}


article .head_menu
{
	margin-top: 0px;
}

article .head_menu dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

article .head_menu dl dt
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	background-color: #acacac;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	position: relative;
}

article .head_menu dl dt:last-child
{
	border-right-style: none;
}

article .head_menu dl dt a
{
	display: block;
	color: #FFF !important;
	padding-top: 10px;
	padding-bottom: 30px;
	line-height: 120%;
	position: relative;
	z-index: 10;
}

article .head_menu dl dt:after
{
	font-family: "Font Awesome 5 Free";
	content: '\f0d7';
	font-weight: 900;
	margin-right: auto;
	text-align: center;
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin-left: auto;
	color: #FFF;
	z-index: 0;
}

article .head_menu dl dt a[target="_blank"]::after 
{
	display:none;
}


article .head_menu dl dt:hover
{
	background-color: #4990C8;
}

article .head_menu dl dt:hover:after
{
}


article .head_menu dl dd
{
	display: none;
}


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

article .body
{
	width: 1024px;
}


}

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

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

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

article .head_menu dl
{
	display: inline-table;
}

article .head_menu dl dt
{
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

article .head_menu dl dd:nth-child(4n)
{
	display: table-row;
	height: 0px;
}


}