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

@media screen and (max-width:767px) {
	
/* コンテンツタイトル */
.contitle_box {
	width: 100%;
	padding-top: 160px;
	padding-bottom: 40px;
	background-image: url("../img/41105.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.contitle_box h2 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
}

/* コンテンツ枠 */
.contents_box {
	width: 100%;
	margin: 40px 0;
}
.contents_inner {
	width: 85%;
	margin: 0 auto;
}

/* 見出し */
.midashi01 {
	position: relative;
	color: #003189;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 30px;
}

/* テキスト内画像 */
.img-right {
	float: right;
	clear: both;
	width: 50%;
	margin: 8px 0 8px 20px;
}

/* 中国帰国者研究センター */
.sub_menu {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #6484cc;
}
.sub_menu ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.sub_menu li {
	margin: 3px 20px;
}
.sub_menu img {
	height: 40px;
}
	

.link-img {
	width: 90%;
	margin: 50px auto 0 auto;
}

.contact-img {
	width: 90%;
	margin: 50px auto 0 auto;
}

}




