@charset "utf-8";
.eyecatch_inc.short h1{
	width: 210px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short h1{
		width: 140px;
	}
}
main{
	background-color: #FFFFF4;
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 840px;
	height: auto;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 40px 0 64px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin-top: 37px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02{
		margin-top: 31px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .text01{
	font-size: 16px;
	line-height: 38px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .text01{
		font-size: 15px;
		line-height: 37px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .text02{
	font-size: 22px;
	line-height: 38px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .text02{
		font-size: 20px;
		line-height: 32px;
	}
}
.contents01 .contents01_01 .contents01_01_03{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 30px;
	padding-bottom: 70px;
	background-image: url(../img/news/dotted.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom left;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_03{
		padding-bottom: 40px;
		margin-top: 25px;
		background-image: url(../img/news/dotted_sp.svg);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: bottom left;
	}
}
.contents01 .contents01_01 .contents01_01_03 p{
	/*font-weight: 600;*/
	font-size: 18px;
	line-height: 35px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_03 p{
		/*font-weight: 600;*/
		font-size: 16px;
		line-height: 28px;
	}
}
/*.contents01 .contents01_01 .profile .text01{
	font-size: 20px;
	line-height: 38px;
}
.contents01 .contents01_01 .profile .text02{
	font-size: 18px;
	line-height: 35px;
	margin-top: 27px;
}*/
.contents01 .contents01_01 .p_nav{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contents01 .contents01_01 .next{
	font-size: 18px;
	line-height: 28px;
	margin-top: 40px;
	/*margin-left: auto;*/
	display: inline-block;
	position: relative;
	margin-right: 30px;
	text-decoration: underline;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .next{
		font-size: 16px;
		line-height: 26px;
		margin-top: 25px;
		margin-right: 20px;
	}
}
.contents01 .contents01_01 .next img{
	width: 8px;
	height: auto;
	display: block;
	position: absolute;
	right: -20px;
	top: 2px;
	bottom: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .next img{
		width: 6px;
		right: -15px;
	}
}

.contents01 .contents01_01 .prev{
	font-size: 18px;
	line-height: 28px;
	margin-top: 40px;
	/*margin-left: auto;*/
	display: inline-block;
	position: relative;
	margin-left: 30px;
	text-decoration: underline;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .prev{
		font-size: 16px;
		line-height: 26px;
		margin-top: 25px;
		margin-left: 20px;
	}
}
.contents01 .contents01_01 .prev img{
	width: 8px;
	height: auto;
	display: block;
	position: absolute;
	left: -20px;
	top: 2px;
	bottom: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .prev img{
		width: 6px;
		left: -15px;
	}
}


.contents01 .contents01_01 .btn01{
	width: 260px;
	height: 62px;
	border-radius: 48px;
	margin: 40px auto 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .btn01{
		width: 200px;
		height: 50px;
		border-radius: 48px;
		margin: 40px auto 0;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	}
}
.contents01 .contents01_01 .btn01 img{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01 .to_top{
	font-size: 16px;
	line-height: 35px;
	text-decoration: underline;
	margin: 15px auto 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .to_top{
		font-size: 15px;
		line-height: 35px;
		margin: 10px auto 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 img{
	width: 100%;
	height: auto;
	display: block;
}


/*.contents01ここまで*/