@charset "utf-8";
.eyecatch_inc.short .eyecatch_inc01 .text01 > .text01_01{
	width: 167px;
	margin: 0 0 17px;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .text01 > .text01_01{
		width: 84px;
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
.contents01 .contents01_01{
	width: 1000px;
	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: 100%;
		padding: 0 0 95px;
		align-items: center;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	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_01{
		align-items: center;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 17px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: calc((50/1000)*1em);
	text-align: justify;
	text-align-last: left;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text01{
		width: 92%;
		max-width: 345px;
		margin: 0 0 45px;
		font-size: 16px;
		line-height: 24px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text02{
	width: 100%;
	height: auto;
	margin: 0 0 64px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: calc((50/1000)*1em);
	text-align: justify;
	text-align-last: left;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text02{
		width: 92%;
		max-width: 345px;
		margin: 0 0 45px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	border-bottom: 1px solid #AFAFAF;
	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_01 .contents01_01_01_01{
		border-bottom: 0;
		position: relative;
	}
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01::before{
		content: '';
		width: 84%;
		max-width: 315px;
		height: 1px;
		background-color: #AFAFAF;
		display: block;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	border-top: 1px solid #AFAFAF;
	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_01 .contents01_01_01_01 .contents01_01_01_01_01{
		border-top: 0;
		position: relative;
	}
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01::before{
		content: '';
		width: 84%;
		max-width: 315px;
		height: 1px;
		background-color: #AFAFAF;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .text01{
	width: 100%;
	height: auto;
	padding: 23px 22px 23px 24px;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .text01{
		width: 84%;
		max-width: 315px;
		padding: 23px 14px 23px 23px;
		margin: 0 auto;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .text01 > .item01{
	width: 24px;
	height: 24px;
	margin: 0 0 0 5px;
	display: block;
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	transition: all .5s;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .text01 > .item01{
		width: 15px;
		height: 15px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .text01.open > .item01{
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .text01 > .item01::before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #858585;
	border-radius: calc(2px / 2);
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .text01 > .item01::after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #858585;
	border-radius: calc(2px / 2);
	opacity: 1;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 1;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .text01.open > .item01::after{
	opacity: 0;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	border-top: 1px dashed #AFAFAF;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01{
		border-top: 0;
		position: relative;
	}
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01::before{
		content: '';
		width: 84%;
		max-width: 315px;
		height: 0;
		border-top: 1px dashed #AFAFAF;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01{
		overflow-x: scroll;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01{
	width: 100%;
	height: auto;
	padding: 48px 40px;
	margin: 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01{
		width: auto;
		padding: 32px calc((100% - 315px) / 2);
	}
}
@media only screen and (max-width: 362px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01{
		padding: 32px calc((100% - 84%) / 2);
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01 > table{
	width: 100%;
	height: auto;
	margin: 0 0 -1px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01 > table{
		width: 569px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01 > table tr{
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01 > table tr th{
	width: auto;
	height: auto;
	padding: 21px 24px;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((50/1000)*1em);
	color: #ffffff;
	border: 1px solid #D4E3FF;
	background-color: #0064B0;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01 > table tr th{
		padding: 21px 15px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01 > table tr th:nth-of-type(1){
	width: 530px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01 > table tr th:nth-of-type(1){
		width: 253px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01 > table tr th:nth-of-type(2){
	width: 150px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01 > table tr th:nth-of-type(2){
		width: 127px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01 > .table{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01 > .table{
		width: 569px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01 > .table > table{
	width: 100%;
	height: auto;
	margin: 0;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01 > .table > table tr td{
	width: auto;
	height: auto;
	padding: 17px 24px;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((50/1000)*1em);
	text-align: justify;
	text-align-last: left;
	background-color: #ffffff;
	border: 1px solid #D4E3FF;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01 > .table > table tr td{
		padding: 11px 15px;
		font-size: 12px;
		line-height: 24px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01 > .table > table tr td:nth-of-type(1){
	width: 530px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01 > .table > table tr td:nth-of-type(1){
		width: 253px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01 > .table > table tr td:nth-of-type(2){
	width: 150px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 .contents01_01_01_01_01_01_01 .contents01_01_01_01_01_01_01_01 > .table > table tr td:nth-of-type(2){
		width: 127px;
	}
}
/*.contents01ここまで*/