@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=Noto+Sans+JP:wght@400;700&display=swap&subset=japanese");

body {
	padding-top: 0;
	font-family: 'Noto Sans JP', sans-serif;
	background-image: none;
	background-color: #ffffff;
}

.container {
	width: 100%;
}

#wrapper, .inner {
	width: 1200px;
}

@media only screen and (max-width: 959px) {
	.inner, #footer .boxWrap, #wrapper {
		width: 96%;
	}
}

#header h1,
#header p.innerLogo {
	width: 100%;
	max-width: 320px;
}

#header h1 img,
#header p.innerLogo img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

nav#mainNav {
	background-color: #d3edfb;
}

nav#mainNav li a {
	color: #1570bf;
	font-weight: bold;
}

@media only screen and (min-width: 1201px) {
	nav#mainNav ul {
		width: 100%;
	}
	nav#mainNav li a {
		border-bottom: solid 1px #d3edfb;
	}
	nav#mainNav li.current-menu-item a, nav#mainNav li a:hover, nav#mainNav li.current-menu-parent a {
		color: #1570bf;
		border-color: #4ba6f3;
	}
	nav#mainNav li li.current-menu-item a, nav#mainNav li li a:hover {
		color: #1570bf;
		border-color: #4ba6f3;
	}
}

@media only screen and (max-width: 1200px) {
	nav#mainNav a.menu, nav#subNav a.menu {
		background-color: #d3edfb;
	}
}

ul#banners, ul.post {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
}

ul#banners::after, ul.post::after {
	display: none;
}

ul#banners li img, ul.post li img {
	width: 100%;
	max-width: 100%;
}

ul#banners li {
	width: 31%;
	margin-right: 0;
	margin-bottom: 30px;
}

@media only screen and (max-width: 620px) {
	ul#banners li {
		width: 48%;
		margin: 0;
	}
}

#content .newsTitle h3 {
	font-size: 140%;
}

.newsTitle h3 {
	font-family: 'Kiwi Maru', sans-serif;
	color: #1570bf;
}

ul.post li {
	width: 22%;
	border-bottom: 0 none;
}

ul.post li h3, ul.post li h3 a {
	color: #1570bf;
	text-decoration: none;
}

@media only screen and (max-width: 620px) {
	ul.post li {
		width: 48%;
		margin: 0;
	}
}

#footer a:hover {
  text-decoration-color: #51a2e8;
}

@media only screen and (min-width: 1201px) {
	.innerWrapper {
		background-color: #bfd7ef;
	}
	.innerWrapper li a {
		color: #1570bf !important;
	}
	.innerWrapper li a:hover {
		color: #51a2e8 !important;
	}
}

@media only screen and (max-width: 1200px) {
	.innerWrapper {
		background-color: #bfd7ef;
	}
}

@media only screen and (max-width: 959px) {
	#footer .innerWrapper {
		background-color: #bfd7ef;
	}
}

#copyright {
	background-color: #1570bf;
}

.productsItem .post .list .postsThumb {
	width: 380px;
}

.productsItem .post .list .postsThumb img {
	width: 100%;
}

h1.title, article .post h2, .productsItem h2 {
	clear: both;
	position: relative;
  margin: 0 0 10px !important;
  padding: 10px 15px;
  color: #ffffff;
	font-family: 'Kiwi Maru', sans-serif;
  font-size: 160% !important;
  font-weight: normal !important;
  border-bottom: 0 none;
	background-color: #1570bf;
	border-radius: 10px;
	line-height: 1.5;
}

h1.title {
	font-size: 180% !important;
}

h1.title::before, article .post h2::before, .productsItem h2::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: solid 1px #ffffff;
	border-radius: 5px;
}

.post h3 {
	padding: 5px 5px 5px 15px;
	border: 0 none;
	border-left: solid 7px #1570bf;
	color: #1570bf;
	font-family: 'Kiwi Maru', sans-serif;
	font-size: 160%;
  font-weight: normal;
	line-height: 1.25;
	background-image: none;
	background-color: #f2f2f2;
}

.post h4, .post caption {
	padding: 0 0 0 15px;
	border: 0 none;
	border-left: solid 7px #1570bf;
	color: #000000;
	font-family: 'Kiwi Maru', sans-serif;
	font-size: 140%;
  font-weight: normal;
	line-height: 1.25;
	background-image: none;
}

.post h5 {
	margin-bottom: 10px;
	padding: 5px 0;
	border-top: solid 3px #999999;
	border-bottom: dotted 1px #e5e5e5;
	font-family: 'Kiwi Maru', sans-serif;
	font-size: 120%;
  font-weight: normal;
	line-height: 1.25;
}

.post h6 {
	margin-bottom: 10px;
	font-family: 'Kiwi Maru', sans-serif;
	color: #1570bf;
	font-size: 100%;
  font-weight: normal;
}

.post table {
	background-color: #ffffff;
}

#content {
	width: 890px;
}

@media only screen and (max-width: 959px) {
	#content {
		width: 95%;
	}
}
#gmp, #idenoyama, #guest, .adjust {
	padding-top: 10px;
	margin-top: 2em !important;
}

#content section dl dd p a span {
	border-left: solid 3px #1570bf;
}