@charset "UTF-8";


body {
	width: 90%;
	margin: 0 auto;
	padding: 60px 0 0;
	font-family: "Yu Mincho", "YuMincho", serif;
	background: url(../img/bg-body.png);
}

#en {
	font-family: 'Libre Baskerville';
}

form#form {
	margin: 15px 0;
  text-align: right;
}

h1, h2, h3, h4, p, li {
	margin: 0;
	padding: 0;
}

header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}

img {
	width: 100%;
}

nav.nav-menu {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	background: #00000085;
	color: #fff;
	text-align: center;
	width: 100%;
	transform: translateY(-100%);
	transition: all 0.6s;
}

nav.nav-menu ul {
	background: #00000085;
	margin: 0 auto;
	padding: 0;
}

nav.nav-menu ul li {
	font-size: 1.1em;
	list-style: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #333;
}

nav.nav-menu ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

nav.nav-menu ul li a {
	display: block;
	color: #fff;
	padding: 1em 0;
	text-decoration: none;
}

nav.nav-menu.active {
	transform: translateY(0%);
}

.toggle {
	display: block;
	position: relative;
	top: -5px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 3;
}

.toggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: solid 3px #3c4298;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
	border-radius: 2px 50% 50% 2px;
}

.toggle span:nth-child(1) {
	top: 9px;
}

.toggle span:nth-child(2) {
	top: 18px;
}

.toggle span:nth-child(3) {
	top: 27px;
}

.toggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.title {
	vertical-align: middle;
}

/*-----------------  header END  ------------*/
main h2 {
	font-size: 1.2em;
}

.news, .info {
	margin-bottom: 60px;
}

.news, .info {
	color: #3c4298;
}

.news ul {
	padding: 0;
}

.news ul li {
	padding: 0;
	list-style: none;
	margin: 20px 0;
}

.news ul li a {
	text-decoration: none;
	font-size: 15px;
}

.info-contents {
	margin-top: 1.3em;
}

.info-contents p {
	margin: 8px 0;
	font-size: 15px;
}

footer {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 1em 0;
}

@media screen and (min-width: 768px) {
	body {
		padding: 60px 0 0;
	}

	header {
		padding: 2em 0;
	}

	.title-box {
		width: 17%;
	}

	main {
		display: flex;
		justify-content: space-between;
		padding: 2em;
	}

	.news {
		width: 60%;
		margin-right: 3em;
		font-size: 1em;
	}

	.news-contents a {
		font-size: 1.2em;
	}

	.info {
		width: 40%;
		font-size: 1em;
	}

	.info-contents {
		font-size: 18px;
	}
}

@media screen and (min-width: 1025px) {
	.news ul li a {
		font-size: 18px;
	}

	.info-contents p {
		font-size: 18px;
	}
}

/*# sourceMappingURL=index.css.map */
