@charset "utf-8";

.sp {
	display: none;
}

.sph2size{
	display: none;
}

#topmessage .topmessage-title-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-image: url(images/keizokuryoku.jpg);
	background-size: 100% auto;
	background-position: top 55% center;
	margin: 4rem auto;
}

#topmessage .topmessage-title-box h2 {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 2rem;
	background-color: rgba(0,0,0,0.15);
	font-size: 3rem;
	letter-spacing: 0.5rem;
	color: #fff;
}

.main-inner h3 {
	text-align: center;
        margin: 8rem auto 4rem;
	font-size: 3rem;
	font-weight: bold;
}

.main-contents {
        width: 100%;
        margin: 0 auto;
}

.main-message {
	width: 94%;
	max-width: 1200px;
        margin: 4rem auto;
}

.main-messagep {
	width: 100%;
	text-align: justify;
	margin-bottom: 1.5rem;
}

.declaration-date {
	text-align: right;
}

.keizokuryoku-img-box {
	display: flex;
	justify-content: center;
	align-items: center;
        width: 100%;
        margin: 0 auto;
	padding-bottom: 5rem;
}

.keizokuryoku-img {
	margin: 0 auto;
        width: 20%;
}

.ico-flex {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
}

.ico-style {
        width: 24%;
}

.ico-flex::before{
	content:"";
	display: block;
	width:24%;
	order:1;
}

.ico-flex::after{
	content:"";
	display: block;
	width:24%;
}

.attempt {
	margin-top: 2rem;
	list-style-position: inside;
}


@media only screen and (max-width: 768px) {
.sp {
	display: block;
}

/* ----------  ドロップダウンメニュー ---------- */

.top-navi li.navi01 a,
.top-navi li.navi03 a,
.top-navi li.navi05 a {
        border-right: solid 1px #dddddd;
}

.top-navi li.navi01 a,
.top-navi li.navi02 a,
.top-navi li.navi03 a,
.top-navi li.navi04 a,
.top-navi li.navi05 a,
.top-navi li.navi06 a {
        border-bottom: solid 1px #dddddd;
}

.content-top-body {
	display: flex;
	flex-direction: column;
}

.content-top-body .top-navi {
	order: 2;
	margin-top: 0;
}

.content-top-body .page-title {
	order: 3;
	margin: 0 auto;
	margin-top: 2rem;
}

.top-navi ul.navi2 {
	margin-top: 0;
}

#topmessage .topmessage-title-box {
	height: 20rem;
	background-size: cover;
	margin: 0 auto;
}

.main-inner h3 {
	margin: 1rem auto;
	font-size: 2rem;
}

.main-contents {
        width: 94%;
}

.main-message {
	width: 100%;
	text-align: left;
}

.keizokuryoku-img {
        width: 40%;
}

.ico-flex {
	justify-content: space-between;
}

.ico-style:last-child {
        margin-right: 0;
}
}

@media only screen and (max-width: 425px) {
.sp{
	display: none;
}
.sph2size{
	display: block;
}
#topmessage .topmessage-title-box h2 {
	font-size: 2rem;
}
}

