@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 640px;
	height: auto;
	padding: 0 0 83px;
	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: 0 0 78px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((100/1000)*1em);
	color: #BCBDC1;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .text01{
		margin: 0 0 15px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 21px;
	line-height: 31px;
	letter-spacing: calc((100/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .text02{
		font-size: 19px;
		line-height: 31px;
	}
}
.contents01 .contents01_01 .contents01_01_03{
	width: 100%;
	height: auto;
	margin: 0 auto 70px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_03{
		margin: 0 auto 58px;
	}
}
.contents01 .contents01_01 > .link01{
	width: 248px;
	height: 64px;
	padding: 0 31px;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: calc((120/1000)*1em);
	color: #1C2A42;
	border-radius: calc(64px / 2);
	border: 1px solid #C0C4CB;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .link01{
		width: 100%;
		max-width: 248px;
	}
}
.contents01 .contents01_01 > .link01:hover{
	opacity: 1;
	color: #ffffff;
	background-color: #1C2A42;
}
.contents01 .contents01_01 > .link01::after{
	content: '';
	width: 9px;
	height: 9px;
	margin: 0 0 0 5px;
	background-color: #1C2A42;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
	transition: all .5s;
}
.contents01 .contents01_01 > .link01:hover::after{
	background-color: #ffffff;
	transition: all .5s;
}
/*.contents01ここまで*/