@media(min-width:1140px){

.header-menu {
	width: 1140px;
	margin:0 auto;
	display: flex;
}
.top-wrapper {
	width: 1140px;
	margin:0 auto;
	padding: 30px 0 10px 0;
	display: flex;
}
.second-wrapper {
	width: 1140px;
	margin:0 auto;
	/*display: flex;*/
	margin-top: 20px;
}
}

@media(max-width:1200px){

.header-menu {
	width: 95%;
	margin:0 auto;
	display: flex;
}
.top-wrapper {
	width: 95%;
	margin:0 auto;
	padding: 30px 0 10px 0;
	display: flex;
}
.second-wrapper {
	width: 95%;
	margin:0 auto;
	margin-top: 20px;
}
}

@media(max-width:650px){

header {
	background-color: #778899;
	height: 80px;
	padding:20px 0 0 0;
	margin:0 0 30px 0;
}
.container {
	width: 80%;
	text-align: center;
}
.header-menu {
	width: 95%;
	margin:0 auto;
	display: contents;
}
.header-left {
	width: 100%;
	display: flex;
	justify-content: center;
}
.header-left img {
	width: min(50vw,200px);
	margin:0 auto;
	padding: 4px 0 5px 0;
}
.header-right {
	width: 80%;
	height: auto;
	display: flex;
	margin:0 auto;
}
.nav-list {
	width: 100%;
	display: flex;
	justify-content: center;
	list-style-type: none;
}
.nav-list li {
	font-size: min(3.2vw,15px);
	padding: 0 10px 0 10px;
	letter-spacing: 0;
	color: #ffffcc;
}
	
.top-wrapper {
	width: 95%;
	margin:0 auto;
	padding: 30px 0 10px 0;
	display: contents;
}
.topimg {
	width: 100%;
	margin:0 auto;
	position: relative;
	display: inline-block;
	padding:0px 0 20px 0;
}
.topphoto {
	width: 100%;
	height: 380px;
	display: flex;
	justify-content: center;
	margin:0 auto;
}
.topimg h2 {
	font-size: min(4.5vw, 30px);
	font-weight: bold;
	letter-spacing: 5px;
	color: #003366;
	position: absolute;
	top:20%;
	left: 32.5%;
	transform: translate(-23%, -30%);
}
.topimg h3 {
	font-size: min(2.5vw, 18px);
	font-weight: middle;
	color: #fff;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 80%;
	padding: 0.8% 1.2%;
	background:#003366;
	border-radius: 30px;
}
.topimg h4 {
	font-size: min(2.5vw, 16px);
	font-weight: bold;
	color: #f00;
	position: absolute;
	top: 28%;
	left:13%;
	transform: translate(-30%, -30%);
}
.topnemu1 {
	width: 22%;
	position: absolute;
	top:35%;
	left: 75%;
}
.topnemu2 {
	width: 22%;
	position: absolute;
	top: 35%;
	left: 51%;
}
.topnemu3 {
	width: 22%;
	position: absolute;
	top: 35%;
	left: 27%;
}
.topnemu4 {
	width: 22%;
	position: absolute;
	top: 35%;
	left: 3%;
}

.second-wrapper {
	width: 95%;
	margin:0 auto;
	display: contents;
	margin-top: 20px;
}
.sectop {
	width: 95%;
}
.section-1 {
	width: 95%;
	margin:0 auto;
}
.section-1 h1 {
	text-align: center;
}
.section-1 h2 {
	text-align: left;
}
.section-2 {
	width: 95%;
	margin:0 auto;
	padding: 10px 10px;
}
.section-2 h1  {
	text-align: center;
	padding-top: 50px;
}
.section-2 h1, h2{
	text-align: center;
}

/*book*/

.book {
	width: 100%;
	overflow: auto;
	display: block;
	margin:0 auto;
	border-bottom: solid 1px #888888;
	padding: 20px 0 20px 0;
}
.bookleft {
	width: 100%;
	text-align: center;
}
.bookleft img {
	width: 50%;
	padding: 5% 5% 5% 5%;
}
.bookright {
	width: 100%;
	/*float: right;*/
	padding: 2% 4% 2% 4%;
}
.bookright h2 {
	font-size: 25px;
	font-weight: bolder;
	text-align: center;
	color: #006699;
	padding: 5px 0 5px 0;
}
.bookright h3 {
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	padding: 5px 0 10px 0;
}


/*footer*/

.footer-navlist {
	display: flex;
	justify-content:center;
	list-style-type: none;
}
.footer-navlist li {
	font-size: min(3.2vw,15px);
	padding: 10px 10px 0 10px;
	letter-spacing: 0;
}
}


