@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{
		height: 50px;
		font-size: 16px;
		line-height: 50px;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}
}
#container #main .contents01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
#container #main .contents01 .contents01_01{
	width: 100%;
	height: auto;
	margin: 50px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
#container #main .contents01 .contents01_01:nth-of-type(1){
	margin-top: 0;
}
#container #main .contents01 .contents01_01 h3{
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 0 50px 0 2%;
	margin: 0;
	background-color: #0A558F;
	font-size: 16px;
	font-weight: 400;
	line-height: 33px;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	cursor: pointer;
	transition: all .5s;
}
@media only screen and (max-width: 599px) {
	#container #main .contents01 .contents01_01 h3{
		height: 40px;
	}
}
#container #main .contents01 .contents01_01 h3:hover{
	opacity: .8;
	transition: all .5s;
}
#container #main .contents01 .contents01_01 h3 span{
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 599px) {
	#container #main .contents01 .contents01_01 h3 span{
		width: 40px;
		height: 40px;
	}
}
#container #main .contents01 .contents01_01 h3 span::before{
	content: '';
	width: 20px;
	height: 2px;
	transform: rotate(90deg);
	background: #ffffff;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .3s ease-in-out;
}
@media only screen and (max-width: 599px) {
	#container #main .contents01 .contents01_01 h3 span::before{
		width: 15px;
	}
}
#container #main .contents01 .contents01_01 h3 span.open::before{
	transform: rotate(180deg);
}
#container #main .contents01 .contents01_01 h3 span::after{
	content: '';
	width: 20px;
	height: 2px;
	background: #ffffff;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .2s ease-in-out;
}
@media only screen and (max-width: 599px) {
	#container #main .contents01 .contents01_01 h3 span::after{
		width: 15px;
	}
}
#container #main .contents01 .contents01_01 h3 span.open::after {
	opacity: 0;
}
#container #main .contents01 .contents01_01 ul{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
#container #main .contents01 .contents01_01:nth-of-type(2) ul{
	display: none;
}
#container #main .contents01 .contents01_01 ul .cms_innner01_01{
	box-sizing: border-box;
	width: 100%;
	padding: 15px 38px;
	border-bottom: 2px dotted #ddd;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 599px) {
	#container #main .contents01 .contents01_01 ul .cms_innner01_01{
		padding: 17px 0;
		align-items: flex-start;
		flex-direction: column;
		flex-wrap: nowrap;
	}
}
#container #main .contents01 .contents01_01 ul .cms_innner01_01 .date_text{
	width: 180px;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 800;
	color: #000;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 599px) {
	#container #main .contents01 .contents01_01 ul .cms_innner01_01 .date_text{
		width: auto;
	}
}
#container #main .contents01 .contents01_01 ul .cms_innner01_01 .title{
	width: auto;
	height: auto;
	margin: 0 15px 0 22px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 800;
	color: #005A9A;
	display: block;
}
@media only screen and (max-width: 599px) {
	#container #main .contents01 .contents01_01 ul .cms_innner01_01 .title{
		margin: 5px 0 0;
		font-size: 14px;
		font-weight: 400;
	}
}
#container #main .contents01 .contents01_01 ul .cms_innner01_01 .text02{
	width: auto;
	height: auto;
	margin: 0 0 0 auto;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 599px) {
	#container #main .contents01 .contents01_01 ul .cms_innner01_01 .text02{
		width: auto;
		margin: 5px 0 0;
	}
}