@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 850px;
	height: auto;
	padding: 90px 0;
	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 h2{
	width: auto;
	height: auto;
	margin: 0 0 35px;
	font-size: 25px;
	line-height: 51px;
	letter-spacing: 0.05em;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h2{
		margin: 0 0 40px;
		font-size: 22px;
		line-height: 33px;
	}
}
.contents01 .contents01_01 h3{
	width: auto;
	height: auto;
	margin: 0 0 40px;
	font-size: 18px;
	line-height: 51px;
	letter-spacing: 0.05em;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h3{
		margin: 0 0 30px;
		font-size: 16px;
		line-height: 26px;
	}
}
.contents01 .contents01_01 .text{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .text .text01{
	width: auto;
	height: auto;
	margin: 30px 0 0;
	font-size: 14px;
	line-height: 24px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text .text01{
		margin: 20px 0 0;
		font-size: 13px;
		line-height: 23px;
	}
}
.contents01 .contents01_01 .text .text01:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .text .text01 > .text01_01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text .text01 > .text01_01{
		font-size: 13px;
		line-height: 23px;
	}
}
.contents01 .contents01_01 .text .text01 > .text01_02{
	width: auto;
	height: auto;
	padding-left: 1em;
	text-indent: -1em;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text .text01 > .text01_02{
		font-size: 13px;
		line-height: 23px;
	}
}
.contents01 .contents01_01 .text .text01 > .text01_02 > .text01_03{
	width: auto;
	height: auto;
	padding-left: 1em;
	text-indent: -1em;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text .text01 > .text01_02 > .text01_03{
		font-size: 13px;
		line-height: 23px;
	}
}
.contents01 .contents01_01 .text .text01 a{
	width: auto;
	height: auto;
	margin: 30px 0 0;
	font-size: 14px;
	line-height: 24px;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text .text01 a{
		margin: 20px 0 0;
		font-size: 13px;
		line-height: 23px;
	}
}
.contents01 .contents01_01 .text .text01 a.line{
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-decoration-color: #262626;
	text-decoration-style: solid;
	text-underline-offset: 3px;
}
/*.contents01ここまで*/