@charset "UTF-8";
/* CSS Document */


.container > section:not(:last-child) {
	margin-bottom: 100px;
}

/* contents01 */

.contents01 > div:not(:last-child) {
	margin-bottom: 50px;
}

.contents01 h3 {
	font-size: 32px;
color: #3F3B3A;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
	margin-bottom: 40px;
}

.contents01 table {
	width: 100%;
}

.contents01 table td {
line-height: 1.8;
letter-spacing: 0.05em;
font-weight: 400;
	padding: 20px 40px;
	border-style : solid;
border-color : #D8D8D8;
border-width : 1px;
}

.contents01 table td:first-child {
white-space: nowrap;
	width: 22%;
	color: #FFF;
	background-color: #888787;
}


/* lay03 */

.lay03 {
	text-align: center;
	padding: 30px;
	background-color: #F8F8FE;
	border-radius: 20px;
}

/* lay04 */

.lay04 {
	text-align: center;
	border-style : solid;
border-color : #707070;
border-width : 1px;
	border-radius: 20px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	padding: 60px 0px;
}

.lay04 .box {
	width: 50%;
}

.lay04 .box:last-child {
	border-left-style : solid;
border-color : #707070;
border-width : 1px;
}

.lay04 p {
	position: relative;
	padding: 100px 0px 20px;
}

.lay04 p::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 80px;
}

.lay04 .box:nth-child(1) p::before {
	background-image: url("../../images/requirements/icon01.svg");
}

.lay04 .box:nth-child(2) p::before {
	background-image: url("../../images/requirements/icon02.svg");
}

.lay04 h6, .lay04 h6 a {
	font-size: 22px;
color: #1F1F1F;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
}

.lay04 .box:first-child h6:last-child {
	font-size: 14px;
	padding-top: 10px;
	letter-spacing: 0em;
}

.lay04 .box:last-child h6 a {
	text-decoration: underline;
}



.sp-view {
	display: none;
}

