@charset "utf-8";
.brsp {
	display: none;
}
.sp {
	display: none;
}

#topmessage .main-contents {
	margin: 0 auto;
}

#topmessage .solicitationpolicy {
	width: 100%;
	font-size: 2.9rem;
	text-align: center;
	padding: 6rem 0 4rem 0;
}

#topmessage .solicitationpolicy_dl {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 4rem;
}

#topmessage .solicitationpolicy_dl dt {
	border: solid 2px;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 1.5rem 2rem;
}

#topmessage .solicitationpolicy_dl dd {
	margin: 1.5rem 2rem 3rem;
	line-height: 1.8;
}

#topmessage .sub-message {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 4rem 4rem;
}

@media only screen and (max-width: 768px) {
.sp {
	display: block;
}
.brsp {
	display: block;
}

/* ----------  ドロップダウンメニュー ---------- */

.top-title {
        width: 100%;
}

.top-title-box {
        margin-top: 1rem;
}

.top-title-box span.en {
        color: #999999;
        font-size: 2rem;
}

.top-title-box h2,
.top-title-box span.jp {
        font-size: 2.4rem;
        font-weight: bold;
}

.top-navi {
        width: 100%;
}

.top-navi li::before {
        display: none;
}

.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 .solicitationpolicy_dl dt {
	font-size: 1.6rem;
}

#topmessage .solicitationpolicy {
	padding: 4rem 0;
}

#topmessage .solicitationpolicy_dl {
	padding: 0 2rem;
}

#topmessage .sub-message {
	padding: 0 2rem 4rem;
}

}

