@charset "utf-8";
@media only screen and (min-width: 600px) {
	.pc_none{
		display: none!important;
	}
}
@media only screen and (max-width: 599px) {
	.sp_none{
		display: none!important;
	}
}

/*ここにCSSを記述*/

/*//////メインここから//////*/
#container #main{
	width: 760px;
	height: auto;
	float: right;
}
@media only screen and (max-width: 599px) {
	body{
		min-width: 100%;
	}
	#container #main{
		width: 100%;
	}
}
#container #main h2{
	width: 98%;
	height: 81px;
	font-size: 22.5px;
	font-weight: 800;
	line-height: 81px;
	color: #0A558F;
	padding-left: 2%;
	background-image: url(../img/information/eye01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 30px;
}
@media only screen and (max-width: 599px) {
	#container #main h2{
		width: 97%;
		height: 50px;
		font-size: 16px;
		line-height: 50px;
		letter-spacing: 2px;
		padding-left: 3%;
	}
}
#container #main .date_cont{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-direction: column;
}
#container #main .date_cont .date{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14.5px;
	font-weight: 800;
	line-height: 24px;
}
#container #main .date_cont .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14.5px;
	font-weight: 400;
	line-height: 24px;
	color: #000000;
}
#container #main h3{
	margin: 0;
	font-size: 17px;
	font-weight: 800;
	line-height: 32px;
	color: #005A9A;
}
@media only screen and (max-width: 599px) {
	#container #main h3{
		font-size: 13px;
		line-height: 24px;
	}
}
#container #main .text{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
/*記事内の写真のcss指示箇所*/
div#container_bg div#container div#main div.text img{
	display: block;
	margin: 10px 0;
	max-width: 100%;
	height:auto;
}
#container #main .text p{
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}
@media only screen and (max-width: 599px) {
	#container #main .text p{
		font-size: 13px;
		line-height: 24px;
	}
}
#container #main .to_link{
	width: 63%;
	height: auto;
	margin: 150px auto;
	overflow: hidden;
}
@media only screen and (max-width: 599px) {
	#container #main .to_link{
		width: 80%;
		margin: 50px auto 20px;
	}
}
#container #main .to_link div.single_nav{
	display: block;
	float: left;
	width: 30%;
	height: 24px;
}
@media only screen and (max-width: 599px) {
	#container #main .to_link .single_nav{
		width: auto;
		height: auto;
	}
}
#container #main .to_link div.single_nav.to_new{
	text-align: left;
}
@media only screen and (max-width: 599px) {
	#container #main .to_link .single_nav.to_new{
		width: 50%;
	}
}
#container #main .to_link .single_nav.to_archive{
	width: 40%;
	margin: 0 auto;
	text-align: center;
}
#container #main .to_link .single_nav.to_past{
	float: right;
	text-align: right;
}
@media only screen and (max-width: 599px) {
	#container #main .to_link .single_nav.to_past{
		width: 50%;
	}
}
#container #main .to_link a{
	margin-top: 20px;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	color: #0A558F;
}
@media only screen and (max-width: 599px) {
	#container #main .to_link a{
		margin-top: 0;
	}

	#container_bg #container #main .to_archive{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#container_bg #container #main .to_archive a{
		font-size: 13px;
		font-weight: 400;
		line-height: 26px;
		color: #0A558F;
	}
}

