#page-title .arrow {
	max-width: 800px;
	width: 65%;
}
#page-title .arrow img {
	transform: scaleX(-1);
}

#requirements-wrap {
	max-width: 1150px;
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */
#sec01 {
	display: flex;
	justify-content: space-between;
	padding-bottom: clamp(50px, 9vw, 100px);
}
#sec01 dl {
	width: 31%;
}
#sec01 dt {
	font-size: 1.2em;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
#sec01 dd {
}
@media screen and (max-width: 980px) {
	#sec01 {
        display: block;
    }
    #sec01 dl {
        width: 100%;
		background-color: #f9f9f9;
		padding: 5%;
		margin-bottom: 10px;
		border-bottom: #888 1px dotted;
		border-right: #888 1px dotted;
    }
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */
#sec02 {
}
#sec02 .text {
	margin-bottom: 30px;
}
#sec02 .outer {
	margin-bottom: clamp(30px, 4vw, 50px);
}
#sec02 .outer dl {
	width: 100%;
	display: table;
	border-bottom: #888 1px dotted;
}
#sec02 .outer dt,
#sec02 .outer dd {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
}
#sec02 .outer dt {
	background-color: #f9f9f9;
	width: 250px;
	font-weight: 500;
}
#sec02 .outer dt br {
	display: none;
}
#sec02 .outer dd {letter-spacing: 1px;
}
#sec02 .outer dd ul {
	list-style: outside disc;
	margin: 2px 0px 10px 20px;
}
#sec02 .outer dd li {
}
@media screen and (max-width: 980px) {
	#sec02 .outer dt {
		width: 180px;
	}
}
@media screen and (max-width: 680px) {
	#sec02 .outer dt,
    #sec02 .outer dd {
        display: table-cell;
        vertical-align: top;
        padding: 15px 0px 15px 15px;
    }
	#sec02 .outer dt {
		width: 100px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		font-size: 12px;
	}
	#sec02 .outer dt br {
		display: block;
	}
}
/* --------------------------------------------------- */