@charset "utf-8";
strong{
	font-weight: 800;
}
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	padding: 50px 0 100px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01{
		padding: 30px 0 50px;
	}
}
.contents01 .contents01_01{
	width: 700px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 700px;
	height: auto;
	margin: 0 auto 44px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}
.contents01 .contents01_01 .contents01_01_01 img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 img{
		border-radius: 18px;
	}
}
.contents01 .contents01_01 h3{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 28px;
	line-height: 32px;
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h3{
		font-size: 25px;
		line-height: 32px;
		margin-top: 30px;
	}
}
.contents01 .contents01_01 .contents{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents{
		margin-top: 10px;
	}
}
.contents01 .contents01_01 .contents p{
	font-size: 15px;
	line-height: 28px;
	color: #04122F;
	margin-bottom: 20px;
}
.contents01 .link{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents01 .link a{
	width: 116px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 80px auto 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .link a{
		margin: 46px auto 0;
	}
}
.contents01 .link a img{
	width: 30px;
	height: auto;
	display: block;
}