.inner .inner {
	margin: 0 65px;
}
.ul-solid {
    margin-left: 65px;
    margin-right: 65px;
}
.box-gray h1 {
	margin-bottom: 20px;
}
.box-gray.box-top {
	height: 500px;
}
.box-gray.box-top:before {
	content: "";
	display: block;
	width: calc( (100% - 1280px)/2 );
	min-width: 60px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.box-gray.box-top .inner {
    padding: 0 60px;
}
.img-top {
	height: 564px;
	background-image: url("../img/information/img-top.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	text-shadow: 0 0 5px rgba(0,0,0,0.4);
    margin: -240px 60px 50px;
}
h3.title-subsection {
    border-bottom: 1px solid #a7a7a7;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
h3.title-subsection:after {
	content: "";
	display: block;
	width: 100px;
	height: 5px;
	background-color: #17692f;
	position: absolute;
	bottom: 0;
	left: calc( 50% - 50px );
}
h4.title-subsection {
    border-bottom: 1px solid #a7a7a7;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
h4.title-subsection:after {
	content: "";
	display: block;
	width: 100px;
	height: 5px;
	background-color: #17692f;
	position: absolute;
	bottom: 0;
	left: calc( 50% - 50px );
}
.period {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
.link-recnavi {
    font-size: 14px;
}
.boxes {
	margin: 0 65px;
}
.boxes dl dt {
    background-color: #e6e6e6;
    text-align: center;
    font-size: 16px;
    padding: 13px;
    font-weight: 700;
    border-bottom: 2px solid #9a9a9a;
	border-radius: 4px 4px 0 0 ;
}
.boxes dl dd {
	padding: 13px;
	background-color: #f7f7f7;
}

@media screen and (max-width:767px){
	.inner .inner {
		margin: 0;
	}
	.ul-solid {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.box-gray.box-top {
		height: auto;
	}
	.box-gray.box-top:before {
		content: "";
		width: 20px;
		min-width: 20px;
	}
	.box-gray.box-top .inner {
		padding: 0;
	}
	
	.img-top {
		height: 200px;
		background-position: center;
		font-size: 30px;
		margin: -15px -15px 30px;
	}
	
	.box-interview-images {
		margin: -20px 0 0;
	}
	
	h3.title-subsection {
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	h3.title-subsection:after {
	}
    h4.title-subsection {
        font-size: 18px;
    }
	.period {
        font-size: 16px;
	}
	.link-recnavi {
		font-size: 14px;
	}
	.boxes {
		margin: 0 0;
	}
	.boxes dl {
		margin-bottom: 20px;
	}
	.boxes dl dt {
		font-size: 16px;
		padding: 10px;
	}
}
