@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1120px;
	height: auto;
	padding: 0 0 120px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 0 0 75px;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-grow: 1;
	position: sticky;
	top: 56px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		padding: 0 0 0 28px;
		position: static;
		position: relative;
		top: 0;
	}
	.contents01 .contents01_01 .contents01_01_01::before{
		content: '';
		width: 5px;
		height: auto;
		background-color: #EDEDED;
		border-radius: calc(5px / 2);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: auto;
		margin: auto;
	}
}
.contents01 .contents01_01 .contents01_01_01 .link01{
	width: auto;
	height: auto;
	margin: 22px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .link01{
		margin: 10px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .link01:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 .link01 span:nth-of-type(1){
	width: 60px;
	height: auto;
	margin: 0;
	font-size: 31px;
	line-height: 31px;
	letter-spacing: calc((120/1000)*1em);
	color: #CBCFD4;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .link01 span:nth-of-type(1){
		width: 42px;
		font-size: 26px;
		line-height: 26px;
		color: #142B4E;
	}
}
.contents01 .contents01_01 .contents01_01_01 .link01.active span:nth-of-type(1){
	color: #142B4E;
}
.contents01 .contents01_01 .contents01_01_01 .link01 span:nth-of-type(2){
	width: auto;
	height: auto;
	margin: 0;
	font-size: 17px;
	line-height: 27px;
	letter-spacing: calc((120/1000)*1em);
	color: #CBCFD4;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .link01 span:nth-of-type(2){
		font-size: 14px;
		line-height: 18px;
		color: #142B4E;
	}
}
.contents01 .contents01_01 .contents01_01_01 .link01.active span:nth-of-type(2){
	color: #142B4E;
}
.contents01 .contents01_01 .contents01_01_02{
	width: 698px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
		width: 100%;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
	width: 100%;
	height: auto;
	padding: 85px 0 0;
	margin: 74px 0 0;
	border-top: 1px solid #E5E5E5;
	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_02 .contents01_01_02_01{
		padding: 40px 0 0;
		margin: 45px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(1){
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(1){
		padding-top: 70px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 47px;
	font-size: 31px;
	line-height: 41px;
	letter-spacing: calc((120/1000)*1em);
	color: #142B4E;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .text01{
		margin: 0 0 26px;
		font-size: 23px;
		line-height: 33px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .text01::before{
	content: '';
	width: 13px;
	height: 30px;
	margin: 7px 18px 0 0;
	background-image: url(../img/information/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .text01::before{
		width: 11px;
		height: 27px;
		margin: 5px 16px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .text02{
	width: auto;
	height: auto;
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: calc((120/1000)*1em);
	color: #1C2A42;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .text02{
		margin: 0 0 14px;
		font-size: 17px;
		line-height: 26px;
		letter-spacing: calc((90/1000)*1em);
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .text03{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: calc((100/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .text03{
		font-size: 14px;
		line-height: 25px;
		letter-spacing: calc((80/1000)*1em);
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .text04{
	width: 100%;
	height: auto;
	padding: 33px 50px 30px;
	margin: 30px 0 0;
	background-color: #F4F4F4;
	border-radius: 20px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .text04{
		padding: 25px 28px 25px;
		margin: 25px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .text04 .text04_01{
	width: auto;
	height: auto;
	margin: 0 0 6px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: calc((120/1000)*1em);
	color: #1C2A42;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .text04 .text04_01{
		margin: 0 0 8px;
		font-size: 17px;
		line-height: 27px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .text04 .text04_02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 13px;
	line-height: 27px;
	letter-spacing: calc((100/1000)*1em);
	padding: 0 0 0 1em;
	text-indent: -1em;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .text04 .text04_02{
		font-size: 13px;
		line-height: 21px;
	}
}
/*.contents01ここまで*/