@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	line-height: 1.7;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
* a {
	color: #ff66cc;
	font-weight: bold;
	text-decoration: none;
}
* a:hover {
	color: #f28b0d;
}
.layout {
	display: grid;
	grid:
	"header" auto
	"main" auto
	"main-top-text" auto
	"footer" auto
	/ 1fr;
	text-align: center;
}
.header {
	grid-area: header;
	background-color: #ff66cc;
}
.title h1{
	margin-top: .3em;
	color: #fff;
	font-size: 2.5em;
}
.title h2{
	color: #fff;
	font-size: 1.5em;
	margin: -2.1em 0 -.3em 0;
	border-left: none;
	background: none;
}
.main {
	grid-area: main;
	background-color: #fff;
	background-image: url("../images/bg.png");
	background-size: 50%;
	background-position: top 2vw center;
	background-repeat: no-repeat;
}
.main-top-text {
	grid-area: main-top-text;
	background-color: #fff;
}
.footer {
	grid-area: footer;
	padding: 20px;
	background-color: #fff2fa;
	color: #232323;
}
.top-logo {
	width: 65%;
	margin: 1vw 0 0vw 0;
	max-width: 608px;
}
.top-text {
	width: 70%;
	max-width: 758px;
}
.whatsnew {
	width: 80%;
	margin-top: 4vw;
}
#toggle {
	display: none;
}
#menu ul {
	display: flex;
	margin: 0 auto;
	padding: 0 3%;
	width: 94%;
	max-width: 960px;
	list-style-type: none;
	font-weight: bold;
}
#menu ul li {
	position: relative;
	width: 17%;
}
#menu ul li a {
	display: block;
	padding: 10px 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ffa5e1;
}
#footer-office {
	max-width: 700px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: left;
	margin: 1vw;
	margin-left: auto;
	margin-right: auto;
}
#footer-office-left, #footer-office-right {
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	flex: 1;
}
.text-box {
	width: 5.1em;
	padding: 0.5em 1em;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #ff66cc;
	text-align: center;
	font-weight: bold;
}
#footer-copy {
	margin: 15px 0;
	font-size: small;
	font-family: "Helvetica", "Arial";
}
#text-area {
	max-width: 800px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 0 20px 20px 20px;
	text-align: left;
}
.text-header {
	display: flex;
	justify-content: center;
}
#text-area h1 {
	color: #fff;
	padding: 12px 30px 10px 30px;
	font-size: 2em;
	display: inline;
	font-weight: bold;
	background-color: #147e7e;
}
h2 {
	padding: .5em .75em;
	background: rgb(255,224,245);
	background: linear-gradient(90deg, rgba(255,224,245,1) 0%, rgba(255,255,255,0) 100%);
	border-left: 7px solid #ff66cc;
	font-size: x-large;
}
.info h3 {
	padding: .1em 0;
	border-bottom: solid 3px #ffe0f5;
	position: relative;
}
.info h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ff66cc;
	bottom: -3px;
	width: 20%;
}
.kome {
	margin: 0;
	list-style: none;
	padding-left: 1.2em;
}
.kome li{
	text-indent: -1.3em;
}
table.blueTable {
	border: 1px solid #898989;
	background-color: #fff;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
	border: 1px solid #898989;
	padding: 12px;
}
table.blueTable tbody td {
}
table.blueTable tr:nth-child(even) {
	background: #e3efef;
}
table.blueTable tfoot td {
}
table.blueTable tfoot .links {
	text-align: right;
}
table.blueTable tfoot .links a{
	display: inline-block;
	background: #1C6EA4;
	color: #FFFFFF;
	padding: 2px 8px;
	border-radius: 5px;
}
.btn, a.btn, button.btn {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
	margin: 10px;
	width: 60%;
}
a.btn-border1 {
	color: #fff;
	border: 2px solid #ff66cc;
	border-radius: 0;
	background: #ff66cc;
	padding: 1rem 4rem;
}
a.btn-border1:hover {
	color: #ff66cc;
	background: #fff;
	padding: 1rem 4rem;
}
a.btn-border2 {
	color: #fff;
	border: 2px solid #0000ff;
	border-radius: 0;
	background: #0000ff;
	padding: 1rem 4rem;
}
a.btn-border2:hover {
	color: #0000ff;
	background: #fff;
	padding: 1rem 4rem;
}
a.btn-border3 {
	color: #fff;
	border: 2px solid #ef001e;
	border-radius: 0;
	background: #ef001e;
	padding: 1rem 4rem;
}
a.btn-border3:hover {
	color: #ef001e;
	background: #fff;
	padding: 1rem 4rem;
}
#upper-btn {
	font-size: 42px;
	text-align: right;
}
#upper-btn a {
	color: #147e7e;
}
#upper-btn a:hover {
	color: #f28b0d;
}
.alpha a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.top-category1 {
	position: relative;
	margin: 10px 20px;
	padding: 8px 12px 8px 32px;
	border: 3px solid #ff66cc;
	border-radius: 4px;
	background-color: #fff5fc;
	color: #232323;
}

@media only screen and (max-width: 655px) {
	#toggle {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		padding: 12px;
		background: #147e7e;
	}
	#toggle-box {
		position: relative;
		width: 34px;
		height: 30px;
		cursor: pointer;
	}
	#toggle-box > span {
		width: 100%;
		height: 1px;
		left: 0;
		display: block;
		background: #fff;
		position: absolute;
		transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
	}
	#toggle-box > span:nth-child(1) {
		top: 0;
	}
	#toggle-box > span:nth-child(2) {
		top: 50%;
	}
	#toggle-box > span:nth-child(3) {
		bottom: 0;
	}
	#toggle {
		z-index: 1000;
	}
	#main {
		position: relative;  
		z-index: 990;
	}
	#menu {
		z-index: 900;
		overflow: auto;
		width: 50%;
		height: 100%;
		background: #147e7e;
		color: #fff;
		position: fixed;
		top: 0;
		right: 0;
		transform: translateX(100%);
		transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	#menu ul {
		list-style: none;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-direction: column;
		flex-direction: column;
		margin-top: 10px;
		padding: 0;
		width: 100%;
	}
	#menu ul li {
		width: 100%;
	}
	#menu a {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 30px 0;
		transition: opacity .6s ease;
	}
	#menu a:hover {
		opacity: 0.6;
	}
	.is-open {
		overflow: hidden;
	}
	.is-open #toggle-box > span {
		background: #fff;
	}
	.is-open #toggle-box > span:nth-child(1) {
		top: 50%;
		transform: rotate(45deg) translatey(-50%);
	}
	.is-open #toggle-box > span:nth-child(2) {
		width: 0;
	}
	.is-open #toggle-box > span:nth-child(3) {
		top: 50%;
		transform: rotate(-45deg) translatey(-50%);
	}
	.is-open #menu {
		z-index: 999;
		transform: translateX(0);
	}
	.overlay {
		background: rgba(0,0,0,0.5);
		height: 100vh;
	}
	#news_list ul {
		padding-left: 0;
	}
	.header-logo {
		width: 70%;
		margin: 20px 0 15px 0;
		max-width: 615px;
	}
	.greeting_header {
		background-position: left;
		padding: 125px 0 0 190px;
		text-align: left;
	}
	.qr {
		display: none;
	}
}