@charset "utf-8";
.main{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}
.eye{
	width: 100%;
	height: 200px;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eye{
		width: 100%;
		height: 140px;
	}
}
.eye .eye_inner{
	width: 1080px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner{
		width: 90%;
	}
}
.eye .eye_inner h2{
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.05em;
	color: #0E348C;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner h2{
		font-size: 32px;
	}
}
.eye .eye_inner h2 span{
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner h2 span{
		font-size: 16px;
	}
}
.contents01{
	width: 100%;
	height: auto;
}
.contents01 .contents01_01{
	width: 1080px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 100px 0 120px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		padding: 80px 0 60px;
	}
}
.contents01 .contents01_01 .bg_title{
	width: 377px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .bg_title{
		width: 298px;
		top: 30px;
		left: -13px;
	}
}
.contents01 .contents01_01 ul{
	width: 100%;
	height: auto;
	margin-top: -45px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul{
		margin-top: 13px;
	}
}
.contents01 .contents01_01 ul li{
	width: 100%;
	height: auto;
	display: block;
	padding: 25px 13px 25px 8px;
	border-bottom: 1px solid #DDDDDD;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 ul li{
		padding: 20px 13px 20px 0;
	}
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li:first-of-type{
		padding-top: 0;
	}
}
.contents01 .contents01_01 ul li a{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li a{
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.contents01 .contents01_01 ul li a::after{
	content:'';
	display: block;
	width: 20px;
	height: 18px;
	background-image: url(../img/common/arrow02.png);
	background-repeat:no-repeat; 
	background-size: 20px auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all .5s;
}
.contents01 .contents01_01 ul li a:hover::after{
	right: -10px;
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li a::after{
		content:initial;
	}
}

.contents01 .contents01_01 ul li a .cat{
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.05em;
	color: #0E348C;
	background-color: #E4E2EF;
	border-radius: 15px;
	padding: 6px 30px;
	margin-right: 25px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li a .cat{
		line-height: 28px;
		padding: 0 15px;
		margin-right: 0;
		flex-shrink: 0;
	}
}
.contents01 .contents01_01 ul li a .date{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #6F7070;
	margin-right: 25px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li a .date{
		margin-right: 0;
		margin-left: 10px;
		flex-shrink: 0;
	}
}
.contents01 .contents01_01 ul li a .text{
	font-size: 15px;
	line-height: 30px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li a .text{
		line-height: 25px;
		margin-top: 15px;
	}
}
/*.contents01ここまで*/