@charset "utf-8";
main{
	background-color: #fff;
}
.eyecatch_inc .eyecatch_inc01 .eye_img{
	background-color: #104EA3;
}
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 820px;
	height: auto;
	padding: 92px 0 100px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 50px 0;
	}
}
.contents01 .contents01_01 .text01{
	width: auto;
	height: auto;
	margin: 29px 0 0;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: calc((150/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text01{
		margin: 0 0;
		font-size: 25px;
		line-height: 38px;
		letter-spacing: calc((50/1000)*1em);
	}
}
.contents01 .contents01_01 .text02{
	width: auto;
	height: auto;
	margin: 29px 0 0;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: calc((100/1000)*1em);
	display: block;
	text-align:center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text02{
		margin: 20px 0 0;
		font-size: 13px;
		line-height: 22px;
		letter-spacing: calc((50/1000)*1em);
		text-align: left;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 40px auto 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01{
		margin: 30px auto 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 > h3{
	font-size: 18px;
	line-height: 32px;
	letter-spacing: calc((100/1000)*1em);
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 16px;
	display: block;
	width: 100%;
	margin-top: 50px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > h3{
		font-size: 16px;
		letter-spacing: calc((25/1000)*1em);
		margin-top: 50px;
		padding-bottom: 13px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > h3:first-child{
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: calc((25/1000)*1em);
	display: block;
	padding: 16px 0 10px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text01{
		padding: 13px 0 10px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text01 > .text01_1{
	width: auto;
	height: auto;
	margin: 0 ;
	font-size: 14px;
	line-height: 24px;
	display: block;

}
.contents01 .contents01_01 .contents01_01_01 p.text01 span.span01{
	padding-left: 2em;
	display: block;
	text-indent: -1em;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 p.text01 span.span01{
		text-indent: -1em;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text01 > .text01_2{
	width: auto;
	height: auto;
	padding: 0 0 0 1em;
	text-indent: -1em;
	margin: 0;
	font-size: 14px;
	line-height: 25px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > .text01 > .text01_2 > .text01_2_1{
	width: auto;
	height: auto;
	padding: 0 0 0 1em;
	text-indent: -1em;
	margin: 0;
	font-size: 14px;
	line-height: 25px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > .text01:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 > .text01 a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 25px;
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	/*text-decoration-color: #262261;*/
	text-decoration-style: solid;
	text-underline-offset: 3px;
	display: inline;
}
/*.contents01ここまで*/