@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
.contents01 .contents01_01{
	width: 1000px;
	height: auto;
	padding: 110px 0 180px;
	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: 60px 0 180px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	padding: 0 0 33px;
	margin: 0 0 67px;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
	}
}
.contents01 .contents01_01 .contents01_01_01::before{
	content: '';
	width: auto;
	height: 1px;
	background-color: #AFAFAF;
	border-radius: calc(1px / 2);
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.contents01 .contents01_01 .contents01_01_01::after {
	content: '';
	width: 100px;
	height: 2px;
	background-color: #0064B0;
	border-radius: calc(2px / 2);
	display: block;
	position: absolute;
	top: auto;
	bottom: -0.5px;
	left: 0;
	right: auto;
	margin: auto;
}
.contents01 .contents01_01 .contents01_01_01 > .text01{
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: calc((50/1000)*1em);
	color: #333333;
	text-align: justify;
	text-align-last: left;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 0 0 142px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
		margin: 0 0 113px;
	}
}
.contents01 .contents01_01 .contents01_01_04{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_04{
		width: 96%;
		max-width: 315px;
	}
}
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_01,
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_02{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_01 a,
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_02 a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_01 a::before{
	content: '';
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	border-radius: 50%;
	background-color: #333333;
	background-image: url(../img/single_topics/contents01/item01_1.png);
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: center;
	display: block;
	flex-shrink: 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .16);
}
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_02 a::after{
	content: '';
	width: 16px;
	height: 16px;
	margin: 0 0 0 5px;
	border-radius: 50%;
	background-color: #333333;
	background-image: url(../img/single_topics/contents01/item01_2.png);
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: center;
	display: block;
	flex-shrink: 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .16);
}
/*.contents01ここまで*/