@charset "utf-8";

@media print {
	html {
	color: #000;
	}

	/* --BODY-- */
	body {
	margin: 0;
	padding: 0;
	text-align: center;
	}
}

/*---------------------------------------------------------
　　Base
---------------------------------------------------------*/

html {
  height: 100%;
}

body {
	text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}


/*---------------------------------------------------------
　　Font
---------------------------------------------------------*/

body {
	font-family: Verdana, Helvetica, Arial, "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #333;
	font-size: 14px;
  line-height:1.7;
	letter-spacing: .02em;
	text-align: justify;
}

.font-sans-serif {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font-serif {
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* PC */
@media print, screen and (min-width: 1000px) {
	body {
		font-size: 16px;
	}
}

/*---------------------------------------------------------
　　Common
---------------------------------------------------------*/

.txt {
	text-align: left;
	line-height: 1.6em;
}
.txt-c {
	text-align: center;
	line-height: 1.6em;
}
.txt-120 {
	font-size: 120%;
	text-align: left;
}
.img-c {
	text-align: center;
}
.img-c img {
	max-width: 100%;
}
.img-w {
	text-align: center;
}
.img-w img {
	width: 100%;
}

.position-r {
  text-align: right;
}
.position-l {
  text-align: left;
}
.position-c {
  text-align: center;
}

.waku {
	border:1px solid #ccc;
}

.mt10 { margin-top: 10px; }
.mt30 { margin-top: 30px; }

.mb0 { margin-bottom: 0; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }

.pt0 { padding-top: 0 !important; }
.pt30 { padding-top: 30px; }
.pb20 { padding-bottom: 20px; }
.pb50 { padding-bottom: 50px; }


.rad5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.rad10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.float-r {
	float: right;
	margin: 0 0 20px 20px;
	text-align: right;
}
.float-l {
	float: left;
	margin: 0 20px 20px 0;
	text-align: left;
}

hr {
	margin: 0;
	padding: 20px 0;
  height: 1px;
  border: none;
  border-top: 1px #ccc solid;
}

.white {
	color: #fff;
}
.red {
	color: #dc0302;
}

.pc-tab {
	display: none;
}
.tab {
	display: none;
}

ul.ul1 {
  list-style: none;
}
.ul1 li {
  margin: 0 0 10px 0;
  text-align: left;
}
.ul1 li:before {
	margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
	color: #014096;
}


/* Tablet */
@media print, screen and (min-width: 500px) {
	.sp {
		display: none;
	}
	.pc-tab {
		display: block;
	}
	.tab {
		display: block;
	}
}

/* PC */
@media print, screen and (min-width: 1000px) {
	.tab {
		display: none;
	}
}

/*---------------------------------------------------------
　　Link
---------------------------------------------------------*/

a:link,
a:visited {
	color:#09c;
	text-decoration: none;
}
a:active,
a:hover {
	color:#0ce;
	background:none;
	text-decoration: underline;
}

a:hover img {
	filter: alpha(opacity=80);
	opacity: .8;
	background: #fff;
}


/*---------------------------------------------------------
　　Header
---------------------------------------------------------*/

.header {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.header .header-logo,
.header .header-menu {
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header .header-menu .hm1 {
	display: none;
}
.header .header-logo img {
	width: 70%;
}

/* メニュー */

.nav-wrap {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
.nav-wrap .nav {
	margin-top: 50px;
	margin-bottom: 50px;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
.nav-wrap li {
	width: 100%;
	text-align: center;
	border-bottom: 1px dotted #666;
}
.nav-wrap li a {
	display: block;
	padding: .7em 0;
	color: #fff;
  	text-decoration: none;
}
.nav-wrap li a span {
	display: none;
}

.nav-wrap .hn-lang {
	padding: .7em 0;
}
.nav-wrap .hn-lang span {
	color: #fff;
}
.nav-wrap .hn-lang a {
	display: inline-block;
	color: #fff;
  text-decoration: underline;
}

.nav-button,
.nav-button span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}
.nav-button {
	position: absolute;
	margin: 0 0 0 auto;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 10000;
}
.nav-button div {
	width: 30px;
	height: 30px;
	position: relative;
}
.nav-button span {
	display: block;
	position: absolute;
	width: 100%;
	border-bottom: solid 4px #014096;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.nav-button span:nth-child(1) { top: 0px; }
.nav-button span:nth-child(2) { top: 10px; }
.nav-button span:nth-child(3) { top: 20px; }

.nav-button.active span:nth-child(1) {
	top: 11px;
	border-bottom: solid 4px #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-button.active span:nth-child(2) {
	opacity: 0;
}
.nav-button.active span:nth-child(3) {
	top: 11px;
	border-bottom: solid 4px #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}

/* Tablet */
@media print, screen and (min-width: 500px) {
	.nav-button {
		display: none;
	}
	.header {
		padding: 0 10px 0 0;
		flex-wrap: nowrap;
		flex-direction: row;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header .header-logo {
		width: 45%;
	}
	.header .header-menu {
		padding: 15px 0;
		width: 55%;
	}
	.header .header-logo img {
		width: 100%;
	}
	.header .header-menu .hm1 {
		margin-bottom: 10px;
		display: flex;
		justify-content: flex-end;
	}
	.header .header-menu .hm1 li{
		margin: 0;
		width: auto;
		flex-basis: auto;
	}
	.header .header-menu .hm1 li a {
		padding: 0 .7em;
		font-size: 90%;
		color: #333;
		text-decoration: none;
		border-right: 1px solid #efefef;
	}
	.header .header-menu .hm1 li a:hover {
		text-decoration: underline;
	}
	.header .header-menu .hm1 li:last-child a {
		border-right: 0;
	}
	.header .header-menu .hm1 .hm-lang {
		white-space: nowrap;
		padding-left: 10px;
		font-family: Arial, Helvetica, "sans-serif";
		font-weight: normal;
	}

	.header .header-menu .hm1 .hm-lang .right-r {
		display: inline-block;
		padding: 0 .7em;
		color: #fff;
		background: #44668B;
		font-weight: normal;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		cursor: default;
	}

	.header .header-menu .hm1 .hm-lang .left-r,
	.header .header-menu .hm1 .hm-lang .center-r {
		display: inline-block;
		padding: 0 .7em;
		color: #333;
		background: #eee;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.header .header-menu .hm1 .hm-lang .left-r {
		border-radius: 3px 0 0  3px;
		-moz-border-radius: 3px 0 0  3px;
	}
	.header .header-menu .hm1 .hm-lang .right-r {	
		border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
	}
	.header .header-menu .hm1 .hm-lang a:hover {
		text-decoration: none;
		background: #8e97a3;
		color: #fff;
	}
	
	/* メニュー */
	.nav-wrap {
		display: block !important;
		position: static;
		left: inherit;
		top: inherit;
		z-index: 1;
		background-color: transparent;
	}
	.nav-wrap .nav {
		margin-top: 0;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
	}
	.nav-wrap .nav li {
		display: inline-block;
		flex-basis: auto;
		border: 0;
		width: auto;
	}
	.nav-wrap li a {
		padding: 0 .7em;
		color: #333;
		font-size: 80%;
		font-weight: bold;
		border-right: 1px solid #efefef;
	}
	.nav-wrap li:nth-last-child(3) a {
		border-right: 0;
	}
	.nav-wrap li.sp {
		display: none;
	}
}

/* PC */
@media print, screen and (min-width: 1000px) {
	.header {
		padding-right: 20px;
	}
	.header .header-logo {
		width: 550px;
	}
	.header .header-menu {
		padding: 30px 0 15px 0;
		width: calc(100% - 550px);
	}
	.nav-wrap .nav {
		flex-wrap: nowrap;
	}
}


a.pe-none  {
	color: #aaa!important;
	pointer-events: none;
}
a.pe-none2  {
	pointer-events: none;
}

/*---------------------------------------------------------
　　Main
---------------------------------------------------------*/

.section {
	padding: 30px 0;
	text-align: center;
}
.section2 {
	padding: 30px 0 0 0;
	text-align: center;
}
.wrap,
.wrap2 {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
.wrap3 {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

/* Tablet */
@media print, screen and (min-width: 500px) {
	.wrap-s {
		width: 100%;
	}
}

/* PC */
@media print, screen and (min-width: 1000px) {
	.section {
		padding: 40px 0;
	}
	.section2 {
		padding: 40px 0 0 0;
	}
	.wrap {
		width: 1000px;
	}
	.wrap3 {
		width: 1000px;
	}
}

/*---------------------------------------------------------
　　Title
---------------------------------------------------------*/

h1 {
	margin: 0 0 40px 0;
	text-align: center;
	background: url("../images/bg_pagetitle.jpg") no-repeat 50% 0 #273e5f;
	background-size: cover;
}
h1 div {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 100px;
	line-height: 100px;
	color: #fff;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}
h2 {
	margin: 0 0 20px 0;
	padding: 50px 0 20px 0;
	font-size: 140%;
	font-weight: bold;
	text-align:  center;
	position: relative;
}
h2 span {
	display: block;
	color: #666;
	font-size: 70%;
	font-weight: normal;
	font-family: Arial, Helvetica, "sans-serif";
}
h2:before {
	position: absolute;
	content: '';
  display: block;
  width: 40px;
  height: 40px;
	top: 0;
	left: calc(50% - 20px);
	background-image: url("../images/icon_logo2.png");
  background-size: contain;
  vertical-align: middle;
}
h3 {
	margin: 0 0 20px 0;
	padding: 5px 0;
	font-size: 120%;
	font-weight: bold;
	text-align:  left;
	border-bottom: 1px solid #ccc;
}
h3:before {
  font-family: "Font Awesome 5 Free";
  content: '\f152';
  font-weight: 900;
  margin-right: 12px;
	color: #024196;
}
.h3-2 {
	margin: 0 0 20px 0;
	padding: 5px 0;
	font-size: 120%;
	font-weight: bold;
	text-align:  center;
	border: 0;
}
.h3-2:before {
  content: none;
}
.h3-2 span {
	display: block;
	color: #666;
	font-size: 70%;
	font-weight: normal;
	font-family: Arial, Helvetica, "sans-serif";
}
h4 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	text-align:  left;
}
h5 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 105%;
	font-weight: bold;
	text-align:  left;
}

/* Tablet */
@media print, screen and (min-width: 500px) {
	h1 {
		background: url("../images/bg_pagetitle.jpg") no-repeat 50% 0 #273e5f;
		background-size: cover;
	}
	h1 div {
		font-size: 160%;
	}
	h2 {
		font-size: 150%;
	}
	h3 {
		font-size: 120%;
	}
	h4 {
		font-size: 110%;
	}
}

/* PC */
@media print, screen and (min-width: 1000px) {
	h1 div {
		font-size: 180%;
	}
	h2 {
		font-size: 160%;
	}
	h3 {
		font-size: 130%;
	}
	h4 {
		font-size: 120%;
	}
}


/*---------------------------------------------------------
　　Top
---------------------------------------------------------*/

.top-img img {
	width: 100%;
}

.top-lo1 {
	padding: 30px 0;
	background: url("../images/bg_1.jpg") 100% 0 no-repeat #e8ecf1;
	background-size: auto;
}
.top-txt1 {
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	line-height: 1.6;
}
.img-list,
.img-list2,
.img-list3,
.img-list4 {
	display: flex;
	flex-wrap: wrap;
}
.img-list li,
.img-list2 li,
.img-list3 li,
.img-list4 li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.img-list li,
.img-list3 li {
	margin: 0 1% 15px 1%;
	width: 48%;
}
.img-list2 li {
	margin: 0 0 15px 0;
	width: 100%;
}
.img-list4 li {
	margin: 0 1% 15px 1%;
	width: 31%;
}
.img-list li img,
.img-list2 li img,
.img-list3 li img,
.img-list4 li img {
	width: 100%;
}

.btn-link {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.btn-link a {
	display: block;
	padding: .7em;
	color: #014096;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #fff;
	border: 2px solid #014096;
	position: relative;
	-webkit-transition: all .3s;
   transition: all .3s;
}
.btn-link a:hover {
	color: #fff;
	background: #014096;
}
.btn-link a:before {
	position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  color: #014096;
	top: .7em;
	right: 10px;
}
.btn-link a:hover::before {
	color: #fff;
}

.logojei {
	text-align: center;
}
.logojei img {
	width: 250px!important;
}
.top-lo2 {
	display: flex;
	flex-direction: column;
	background: #f4f6f8;
}
.top-lo2 li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top-lo2 li img {
 width: 100%;
}
.top-lo2 li:last-child {
	padding: 30px 0;
}

.banner-list,
.banner-list2 {
	display: flex;
	flex-direction: column;
}
.banner-list li,
.banner-list2 li{
	margin: 0 0 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.banner-list li img,
.banner-list2 li img {
	width: 100%;
}

.bg-top-s {
	background: #e2e6ea;
}
.shisetsu-list {
	display: flex;
	flex-direction: column;
}
.shisetsu-list li {
	font-size: 80%;
	margin: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.shisetsu-list li img {
	width: 100%;
	margin-bottom: 15px;
}

/* Tablet */
@media print, screen and (min-width: 544px) {
	.img-list,
	.img-list2 {
		flex-wrap: nowrap;
	}
	.img-list3 {
		flex-wrap: wrap;
	}
	.img-list li,
	.img-list3 li{
		margin: 0 1% 15px 1%;
		width: 48%;
	}
	.img-list2 li {
		margin: 0 1% 15px 1%;
		width: 48%;
	}
	.top-lo2 {
		flex-direction: row;
		justify-content: space-between;
	}
	.top-lo2 li {
		margin: 0;
		width: 50%;
		align-self: center;
	}
	.banner-list,
	.banner-list2 {
		flex-direction: row;
		justify-content: space-between;
	}
	.banner-list li {
		margin: 0;
		width: calc(98% / 3);
	}
	.banner-list2 li {
		margin: 0;
		width: calc(98% / 2);
	}
	
	.shisetsu-list {
		flex-direction: row;
		justify-content: space-between;
	}
	.shisetsu-list li {
		margin: 0;
		width: calc(90% / 3);
	}
	.shisetsu-list li img {
		margin-bottom: 30px;
	}
}

/* PC */
@media print, screen and (min-width: 1000px) {
	.btn-link {
		width: 280px;
	}
	.top-lo1 {
		padding: 40px 0;
	}
	.bg-top-s {
		background: linear-gradient(#fff 50%, #e2e6ea 50%);
	}
}


/*---------------------------------------------------------
　　Footer
---------------------------------------------------------*/

#pagetop {
	width: 40px;
	height: 40px;
	padding: 0;
	background: rgba(255,255,255,0.8);
	position: fixed;
	bottom: 15px;
	right: 15px;
	text-align: center;
	z-index: 1000;
	border-radius: 50%
}
#pagetop a {
	display: block;
	color: #024196;
	font-size: 130%;
	line-height: 40px;
	text-decoration: none;
}
#pagetop a:hover {
	filter: alpha(opacity=60);
  opacity: 0.6;
	background: none;
}

#footer {
	padding-top: 30px;
	background: url("../images/bg_2.jpg") 50% 0 no-repeat #014096;
	background-size: auto;
}
.footer-logo-sns {
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #4170b0;
}
.footer-logo-sns div {
	margin: 0 0 15px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-logo-sns div a img {
	background: none;
}
.footer-logo-sns div:first-child img {
	margin-bottom: 10px;
	width: 90%;
}
.footer-logo-sns div:last-child img {
	margin: 0 10px;
	width: auto;
	height: 30px;
}
.footer-info {
	display: flex;
	flex-direction: column;
}
.footer-info .fi-item {
	margin: 0 0 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-info .fi-item .txt {
	padding: 20px;
	font-size: 90%;
	color: #fff;
}
.footer-info .fi-item .fmenu {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #416aa2;
	border-bottom: 1px solid #416aa2;
}
.footer-info .fi-item .fmenu li {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #416aa2;
	border-bottom: 1px solid #416aa2;
}
.footer-info .fi-item .fmenu li a {
	display: block;
	padding: 1em;
	color: #fff;
	text-decoration: none;
	font-size: 90%;
	
}
.footer-info .fi-item .fmenu li:nth-child(even) {
	border-right: 0;
}
.copy {
	padding: 1.7em 0;
	text-align:  center;
	font-size: 80%;
	color: #fff;
}
.footer-info .fi-item .fmenu li:last-child {
	border-bottom: 0;
}

/* Tablet */
@media print, screen and (min-width: 500px) {
	#footer {
		background: url("../images/bg_2.jpg") 100% 0 no-repeat #014096;
		background-size: auto;
	}
	.footer-logo-sns {
		flex-direction: row;
		justify-content: space-between;
	}
	.footer-logo-sns div {
		margin: 0;
		width: calc(98% / 2);
	}
	.footer-logo-sns div:first-child img {
		width: 100%;
		max-width: 400px;
	}
	.footer-info {
		flex-direction: row;
		justify-content: space-between;
	}
	.footer-info .fi-item {
		margin: 0;
		width: calc(98% / 2);
	}
	.footer-info .fi-item .fmenu {
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		border: 0;
	}
	.footer-info .fi-item .fmenu li {
		border:0;
	}
	.footer-info .fi-item .fmenu li a {
		display: inline;
		padding: 0;
		color: #fff;
		text-decoration: none;
		font-size: 70%;
	}
	.footer-info .fi-item .fmenu li a:hover {
		text-decoration: underline;
	}
	.footer-info .fi-item .fmenu li a:before {
		font-family: "Font Awesome 5 Free";
		content: '\f0da';
		font-weight: 900;
		margin-right: 7px;
		color: #fff;
	}
	.copy {
		border-top: 1px solid #416aa2;
	}
}

/* PC */
@media print, screen and (min-width: 1000px) {
	.footer-info .fi-item:first-child {
		width: 60%;
	}
	.footer-info .fi-item:last-child {
		width: 40%;
	}
}

/*---------------------------------------------------------
　　News
---------------------------------------------------------*/

.page-numbers {
	padding: 4px 10px;
	color: #73c11d !important;
	border: 1px solid #73c11d;
	background: #fff;
	text-decoration: none !important;
	margin-bottom: 5px;
	display: inline-block;
}
.current{
	color: #fff !important;
	background: #73c11d;
}
.next,.prev{
	color: #73c11d;
	background: #fff;
}
.page-numbers:hover {
	color: #fff !important;
	background: #73c11d;
}

/* category.php */
#pagenation2 ul {
	list-style-type: none;
  overflow: hidden;
  padding: 0 10px;
  margin: 15px 0;
	text-align: center;
}
#pagenation2 li {
	display: inline-block;
	margin-left: 2px;
	margin-bottom: 5px;
}
#pagenation2 li.active {
	background-color: #73c11d;
	color: #fff;
	padding: 4px 10px;
	border: 1px solid #73c11d;
}
#pagenation2 li a,
#pagenation2 li span {
	display: block;
	background: #fff;
	color: #73c11d;
	display: block;
	padding: 4px 10px;
	text-decoration: none;
	border: 1px solid #73c11d;
}
#pagenation2 li a:hover,
#pagenation2 li span:hover {
	background-color: #73c11d;
	color: #fff;
}


#news-back {
	margin: 0 0 30px 0;
	text-align: left;
}
#news-back a {
	display: block;
	width: 11em;
	color: #333;
	text-decoration: none;
	background-size: 15px;
}
#news-back a:before {
	font-family: "Font Awesome 5 Free";
  content: '\f104';
  font-weight: 900;
	font-size: 110%;
	padding-right: 5px;
	color: #73c11d;
}
#news-back a:hover {
	font-weight: bold;
}

.news-kiji {
	margin: 0 0 30px 0;
	border-bottom: 1px solid #ddd;
}
.news-date {
	margin: 0 0 15px 0;
	padding: .5em 10px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
.news-txt {
	margin: 0 0 30px 0;
	padding: 0 10px;
	text-align: left;
	line-height: 1.6em;
}
.news-txt p {
	margin: 0 0 10px 0;
	text-align: left;
	line-height: 1.6em;
}
.news-nav {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}
.news-prev,
.news-next {
	flex-basis: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
}
.news-prev a,
.news-next a {
	color: #333;
	text-decoration: none;
}
.news-prev a:hover,
.news-next a:hover {
	font-weight: bold;
}
.news-prev a:before {
	font-family: "Font Awesome 5 Free";
  content: '\f104';
  font-weight: 900;
	font-size: 110%;
	margin-right: 7px;
	color: #73c11d;
}
.news-next a:after {
	font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
	font-size: 110%;
	margin-left: 7px;
	color: #73c11d;
}


/*---------------------------------------------------------
　　Philosophy
---------------------------------------------------------*/

.fude-title {
	text-align: center;
}
.fude-title img {
	width: 200px;
}
.rinen {
	font-size: 130%;
	font-weight: bold;
	line-height: 1.6em;
}	

.img-txt {
	display: flex;
	flex-direction: column;
}
.img-txt .img-txt-img,
.img-txt .img-txt-txt {
	margin: 0 0 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Tablet */
@media print, screen and (min-width: 500px) {
	.fude-title img {
		width: 300px;
	}
	.img-txt {
		flex-direction: row;
		justify-content: space-between;
	}
	.img-txt .img-txt-img {
		margin: 0;
		width: 30%;
	}
	.img-txt .img-txt-txt {
		margin: 0;
		width: 66%;
	}
}

/* PC */
@media print, screen and (min-width: 1000px) {
	.img-txt .img-txt-img {
		width: 300px;
	}
	.img-txt .img-txt-txt {
		width: calc(100% - 340px);
	}
}

/*---------------------------------------------------------
　　Profie
---------------------------------------------------------*/

.tbl1 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
}
.tbl1 th {
	width:  30%;
	margin: 0;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5em;
	font-weight: bolder;
	background-color: #f4fafc;
	border: 1px solid #ddd;
	/*white-space: nowrap;*/
}
.tbl1 td {
	width:  70%;
	margin: 0;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5em;
	background-color: #fff;
	border: 1px solid #ddd;
	word-break: break-all;
}

/* スマホのみ */
@media only screen and ( max-width: 543px) {
	.tbl1 {
		border-top: 0;
	}
	.tbl1 td,
	.tbl1 th {
		padding: 2%;
		width: 96%;
		display: block;
		border: 0;
		border-bottom: 1px solid #ddd;
	}
	.tbl1 th {
		border-top: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
	.tbl1 td {
		border-bottom: 1px dotted #ddd;
	}
	.tbl1 td:last-child,
	.tbl1 th:last-child {
		border-bottom: 0;
	}
}

/*---------------------------------------------------------
　　Export
---------------------------------------------------------*/


.ex-img-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.ex-img-list li {
	margin: 0 1% 15px 1%;
	flex-basis: 31%;
	max-width: 31%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ex-img-list li:nth-child(1),
.ex-img-list li:nth-child(2),
.ex-img-list li:nth-child(3),
.ex-img-list li:nth-child(4){
	flex-basis: 23%;
	max-width: 23%;
}


.ol1 {
  counter-reset: li;
  list-style: none;
  margin: 0 0 3em 0;
}
.ol1 > li {
  position: relative;
  margin-bottom: 1em;
  text-align: left;
	font-weight: normal;
	font-size: 100%;
	padding: 1em 1em 1em 2.5em;
	background: #f7f7f7;
	border: 1px solid #014096;
}
.ol1 > li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 10px;
	width: 1.5em;
  height: 1.5em;
  background: #014096;
  border-radius: 50px;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
.ol1 > li span {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 110%;	
}

.waku2 {
	padding: 1em 1.5em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #6185b7;
	background: #fff
}

.ol2 {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
	margin: 0 0 2em 0;
}
.ol2 > li {
  position: relative;
  margin-bottom: .6em;
  padding-left: 2em;
	text-align: left;
	font-weight: normal;
	font-size: 100%;
}
.ol2 > li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background: #6f95c9;
  border-radius: 50px;
	color: #fff;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}

.ol1 > li span {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 110%;	
}

.ex-img {
	width: 100%;
	padding: 10px;
	text-align: center;
	background: #fff;
	border: 1px dotted #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.h4-exp {
	text-align: center;
	font-size: 130%;
}

/* Tablet */
@media print, screen and (min-width: 500px) {
	.ex-img {
		width: 150px;
	}
	.h4-exp {
		text-align: center;
		font-size: 140%;
	}
}
/* PC */
@media print, screen and (min-width: 1000px) {
	.h4-exp {
		font-size: 150%;
	}
}


/*---------------------------------------------------------
　　Shopping
---------------------------------------------------------*/

.b-txt {
	font-size: 130%;
	font-weight: bold;
}

.banner-list3 {
	display: flex;
	flex-wrap: wrap;
}
.banner-list3 li {
	margin: 0 1% 10px 1%;
	width: 48%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.banner-list3 li img {
	width: 100%;
}

.col2 {
	display: flex;
	flex-direction: column;
}
.col2 li {
	margin: 0 0 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Tablet */
@media print, screen and (min-width: 544px) {
	.banner-list3 li {
		margin: 0 1% 10px 1%;
		width: 23%;
	}
	.col2 {
		flex-direction: row;
		justify-content: space-between;
	}
	.col2 li {
		margin: 0;
		width: auto;
		flex-basis: auto;
	}
}

/*---------------------------------------------------------
　　JEI
---------------------------------------------------------*/

.logo-jei {
	margin: 10px auto;
	display: block;
	width: 200px;
}

.navy {
	color: #024196;
}
.jei-title1 {
	padding: .2em .5em;
	color: #fe5;
	background: #ca1215;
	border-radius: 3px;
	-moz-border-radius: 3px;
}


ul.ul2 {
  margin-left: 1em;
  list-style: none;
}
.ul2 li {
  margin: 0 0 1em 0;
  text-align: left;
  font-weight: bold;
  font-size: 110%;
}
.ul2 li:before {
	margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: '\f005';
  font-weight: 900;
	color: #014096;
}

/* Tablet */
@media print, screen and (min-width: 544px) {
	.logo-jei {
		margin: 0 0 0 15px;
		display: inline-block;
		width: 250px;
	}
}

/*---------------------------------------------------------
　　Privacy Policy
---------------------------------------------------------*/

#policy dl {
  margin: 0 0 10px;
  padding: 5px;
}
#policy dl dt {
  margin: 0;
  padding: 5px;
	font-size: 110%;
  font-weight: bold;
  line-height: 1.5em;
  text-align: left;
}
#policy dl dd {
  margin: 0;
  padding: 5px 5px 15px 1.5em;
  line-height: 1.7em;
  text-align: left;
}
#policy .ul1 {
	padding: 1em 0 0 0;
}

/*---------------------------------------------------------
　　Access
---------------------------------------------------------*/

.g-map {
	margin: 0 0 30px 0;
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
}
.g-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* Tablet */
@media print, screen and (min-width: 500px) {
	.g-map {
		padding-bottom: 40%;
	}
}

/*---------------------------------------------------------
　　Purchase
---------------------------------------------------------*/

.size-area {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.size-area h4 {
	padding: 15px;
	color: #fff;
	background: #273e5e;
}
.size-area .size-wrap {
	margin-bottom: 20px;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #014096;
}
.size-area h5 {
	margin-bottom: 20px;
}
.size-area h5:before {
	font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  margin-right: 7px;
	color: #273e5e;
}

.img-txt2 {
	display: flex;
	flex-direction: column;
}
.img-txt2 .img-txt-img,
.img-txt2 .img-txt-txt {
	margin: 0 0 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.img-txt2 .img-txt-img {
	text-align: center;
}
.img-txt2 .img-txt-img img{
	width: inherit; 
	max-width: 100%;
}

/* tablet */
@media print, screen and (min-width: 500px) {
	.img-txt2 {
		flex-direction: row;
		justify-content: space-between;
	}
	.img-txt2 .img-txt-img {
		margin: 0;
		width: 20%;
	}
	.img-txt2 .img-txt-txt {
		margin: 0;
		width: 76%;
	}
}

	

/*---------------------------------------------------------
　　Contact
---------------------------------------------------------*/

.mnd {
	margin: 0 0 0 10px;
	padding: .1em .5em;
	color: #fff;
	font-size: 80%;
	background: #f00;
	border-radius: 3px;
	-moz-border-radius: 3px;
	white-space: nowrap;
}
#tbl-form {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc;
}
#tbl-form th,
#tbl-form td {
	display: block;
	margin: 0;
	padding: 15px 20px;
	vertical-align: top;
	line-height: 1.5em;
	text-align: left;
}
#tbl-form th {
	font-weight: bold;
	background: #f7f7f7;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#tbl-form tr:first-child th {
	border-top: 0;
}
#tbl-form input,
#tbl-form textarea,
#tbl-form select {
	width: 100%;
	margin: 2px;
	padding: 5px;
	font-size: 100%;
	text-align: left;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tbl-form select {
	padding: 5px;
}
#tbl-form input:focus,
#tbl-form select:focus,
#tbl-form textarea:focus {
	background-color: #f9f9f9;
	border: 1px solid #004ba0;
}

.form-btn {
	padding: 0 0 30px 0;
	text-align: center;
}
.form-btn input {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 80%; 
	padding: .7em;
	font-size: 110%;
	color: #fff;
	background: #024196;
	border-style: none;
	cursor: pointer;
}
.form-btn input.btn-back {
	background: #666;
}
.form-txt {
	font-size: 90%;
	color: #999;
}

/* Tablet */
@media print, screen and (min-width: 500px) {
	.tel-info {
		flex-direction: row;
	}
	.tel-info li {
		width: calc(96% / 2);
	}
	.tel-info li:first-child {
		border-right: 1px solid #ccc;
		border-bottom: 0;
	}
	#tbl-form th,
	#tbl-form td {
		display: table-cell;
	}
	#tbl-form th {
		width: 30%;
		/*white-space: nowrap;*/
	}
	#tbl-form td {
		width: 70%;
		border-bottom: 1px solid #ccc;
	}
	#tbl-form input.zipwidth {
		width: 7em;
	}
	#tbl-form select.prefwidth {
		width: auto;
	}
}
/* PC */
@media print, screen and (min-width: 1000px) {
	.form-btn input {
		width: 300px;
	}
}

/*---------------------------------------------------------
　　Search
---------------------------------------------------------*/

.search-area {
	padding: 10px 0;
	text-align: left;
}
.search-area input,
.search-area textarea {
	margin: 2px 0 2px 2px;
	padding: 5px 0 5px 5px;
	text-align: left;
	border: 1px solid #999;
}
.search-area input:focus,
.search-area textarea:focus {
	background-color: #f9f9f9;
	border: 1px solid #004ba0;
}
.search-area #searchbtn {
	padding: 3px .8em;
	color: #fff;
	background: #8d8d8d;
	border: 1px solid #666;
}

ul.ul-search {
  margin-left: 2em;
  list-style: none;
}
.ul-search li {
  margin: 0 0 30px 0;
  text-align: left;
	font-weight: bold;
}
.ul-search li:before {
	margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
	color: #004ba0;
}
.ul-search a {
	color: #333;
	text-decoration: none;
}
.ul-search a:hover {
	opacity: .7;
}

.ul-search .search_txt {
	margin-top:  5px;
	padding:  0 20px;
	font-size: 80%;
	color:  #666;
	font-weight:  normal;
}

/* Tablet */
@media print, screen and (min-width: 500px) {
	.search-area input[type="text"] {
		width: 60%;
	}
}
/* PC */
@media print, screen and (min-width: 1000px) {
	.search-area input[type="text"] {
		width: 30%;
	}	
}

.button-list {
	
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.button-list::after {
    content: '';
    width: 100%;
}

.button-list li {
	width: calc(80% / 3);
	margin-bottom: 20px;
}

.button-list li:nth-of-type(1),
.button-list li:nth-of-type(2) {
	order: 0;
}

.button-list li:nth-of-type(3),
.button-list li:nth-of-type(4),
.button-list li:nth-of-type(5) {
	order: 1;
}

.button-list li:nth-of-type(1),
.button-list li:nth-of-type(3) {
	margin-right: 5%;
}

.button-list li a {
	color: #333;
	font-weight: bold;
	line-height: 1.2;
}

.button-list li a span {
	display: inline-block;
	margin-top: 10px;
	font-size: 80%;
}

.top-section {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.top-section .txt-120 {
	margin-top: 30px;
}

.export-list li {
	margin-bottom: 15px;
	width: calc((100% - 15px) / 2 - 0.1px);
}
.export-list li:nth-of-type(odd) {
	float: left;
	margin-right: 15px;
}
.export-list li:nth-of-type(even) {
	float: right;
}

.swiper-pagination {
	position: relative !important;
	margin-top: 10px;
}

.swiper-pagination-bullet {
	width: 50px !important;
	border-radius: 0 !important;
}

.swiper-pagination-bullet-active {
	background: #5798df !important;
}

@media print, screen and (min-width: 500px) {
	.swiper.main-swiper {
		margin-bottom: 40px;
	} 
	.button-list {
		width: 80%;
		flex-wrap: nowrap;
		margin-bottom: 40px;
	}
	.button-list li:last-of-type {
		margin-right: 0;
	}
	.button-list li {
		width: 100%;
		margin-bottom: 0;
	}
	.top-section .image {
		margin-right: 3.2%;
	}
	.top-section .txt-120 {
		margin-top: 0;
		flex-basis: 70%;
	}
	.top-section {
		flex-direction: row;
	}
	.button-list li:nth-of-type(1),
	.button-list li:nth-of-type(2),
	.button-list li:nth-of-type(3),
	.button-list li:nth-of-type(4) {
		margin-right: 3.2%;
	}
	.button-list::after {
		content: none;
	}
}

.main-swiper {
	overflow:hidden;
}

.photo-gallery {
	margin-bottom: 30px;
}
.photo-gallery .date {
	text-align: left;
	margin-bottom: 10px;
}
.photo-gallery .images {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.photo-gallery .images .img:not(:last-child) {
	margin-right: 5px;
}

@media print, screen and (min-width: 500px) {
	.photo-gallery .images .img:not(:last-child) {
		margin-right: 20px;
	}
	.photo-gallery {
		margin-bottom: 60px;
	}
	.photo-gallery .date {
		margin-bottom: 15px;
	}
	.photo-gallery .images {
		margin-bottom: 15px;
	}
}

@media print, screen and (min-width: 1000px) {
	.contact-wrap {
		display: flex;
	}
	.contact-wrap .txt {
		width: 70%;
	}
}

.contact-wrap .qr {
	text-align: center;
}
.contact-wrap .qr img {
	width: 33%;
}

.button-wrap {
	text-align: center;
	margin-top: 50px;
}
.button-wrap a {
	background-color: #44668B;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 20px 50px;
}
.button-wrap a:hover {
	text-decoration: none;
	opacity: 0.8;
}