/***************************************************/
/****  Common　 ****/
/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/

* {
	/** Google font**/
	font-family: "Noto Sans JP", sans-serif;
	font-size: 100%;
	line-height: 1.5;
}

    /*//////CSS書き換え配色//////*/
    :root { 
            --main-color: rgba(0,102,165,1.0);
            --sub-color1: rgba(12, 56, 145, 1.0);
            --sub-color2: rgba(135,206,250,1.0);
            --sub-color3: rgba(214,28,66,1.0);
            --sub-color4: rgba(14,51,96,1.0);
            --sub-color5: rgba(14,51,96,1.0);
            --sub-color6: rgba(255,255,255,1.0);
            --sub-color7: rgba(247,246,235,1.0);
            --sub-color8: rgba(0,105,91,1.0);/* 緑 */
            --sub-color9: rgba(235,201,118,1.0);/* ジャスミン */
            --color-w:    rgba(255,255,255,1.0);
            --color-r:    rgba(196,26,65,1.0); /* カーマイン */
        }
/* ページネーション　スタイル */
a:link {text-decoration:none }
a.page_number:visited {color: var(--sub-color2); text-decoration:none; }
.pagination {
  display: flex;
  justify-content: center;
  margin: 15px;
  font-size:0.9em;
}
.page_feed {
  width: 40px;
  margin: 0 7px;
  padding: 5px 10px 5px 10px;
  text-align: center;
  background: var(--color-w);
  border:0.5px solid var(--sub-color1);
  color:var(--sub-color2);
  font-size:0.9em;
}
.first_last_page {
  width: 40px;
  margin: 0 5px;
  padding: 5px 10px 5px 10px;
  text-align: center;
  background: var(--color-w);
  border:0.5px solid var(--sub-color1);
  color:var(--sub-color2);
  font-size:0.9em;
}


a:link {text-decoration:none }
a.page_number:visited {color: var(--sub-color4); text-decoration:none }
.page_number {
  width: 40px;
  margin: 0 5px;
  padding: 5px 10px;
  text-align: center;
  background: var(--color-w);
  border:0.5px solid var(--sub-color1);
  color:var(--sub-color2);
  font-size:0.9em;
}
.now_page_number {
  width: 40px;
  margin: 0 5px;
  padding: 5px 10px;
  text-align: center;
  background: var(--sub-color1);
  border:0.5px solid var(--sub-color1);
  color:var(--color-w);
  font-weight: bold;
  font-size:0.9em;
}



.mt10em {
	margin-top: 1em;
}

.mt15em {
	margin-top: 1.5em;
}

.mt20em {
	margin-top: 2em;
}

.eidai-btn1 {
	display: inline-block;
	border-radius: 2px;
	border: none;
	background: rgba(0, 114, 65, 1); /*#007241 濃緑*/
	padding: 0.5em;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	width: 100%;
}

.eidai-btn1:hover {
	display: inline-block;
	border-radius: 2px;
	background: rgba(147, 232, 121, 1); /*#93e879 黄緑*/
	padding: 0.5em;
	text-align: center;
	color: rgba(0, 0, 0, 0.7);
	width: 100%;
}

.eidai-btn2 {
	display: block;
	border-radius: 2px;
	border: none;
	background: rgba(0, 114, 65, 1); /*#007241 濃緑*/
	padding: 0.25em;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	width: 100px;
}

.eidai-btn2:hover {
	display: block;
	border-radius: 2px;
	background: rgba(147, 232, 121, 1); /*#93e879 黄緑*/
	padding: 0.25em;
	text-align: center;
	color: rgba(0, 0, 0, 0.7);
	width: 100px;
}

.eidai-btn3 {
	display: inline-block;
	border-radius: 2px;
	border: none;
	background: rgb(21, 0, 114); /*#007241 濃緑*/
	padding: 0.5em;
	text-align: center;
	margin: 0em 1em 1em 1em;
	color: rgba(255, 255, 255, 1);
	width: 45%;
	text-decoration: none;
}

.eidai-btn3:hover {
	background: rgb(74, 199, 216); /*#007241 濃緑*/
	color: rgb(0, 0, 0);
}

h2.gnavi {
	display: inline-block;
	width: 14%;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: none;
	text-align: center;
	padding: 0.3em 0 0.5em 0;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	font-weight: normal;
}

h2.gnavi:hover {
	display: inline-block;
	width: 14%;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: rgba(70, 167, 216, 1);
	text-align: center;
	padding: 0.3em 0 0.5em 0;
	border-left: 1px solid rgba(255, 255, 255, 0);
	font-weight: normal;
}

.ctg-box1 {
	width: 100%;
	background: rgba(0, 51, 153, 1); /*#003399　青*/
	margin: 0 0 0.25em 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	border-radius: 2px;
}

.ctg-box2 {
	width: 100%;
	background: rgba(255, 0, 82, 1); /*#ce0038　赤*/
	margin: 0 0 0.25em 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	border-radius: 2px;
}

.ctg-box3 {
	width: 100%;
	background: rgba(70, 167, 216, 1); /*#46a7d8 うすい青*/
	margin: 0 0 0.25em 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	border-radius: 2px;
}

.ctg-box4 {
	width: 100%;
	background: rgba(0, 114, 65, 1); /*#007241 濃緑*/
	margin: 0 0 0.25em 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	border-radius: 2px;
}

.ctg-box5 {
	width: 100%;
	background: rgba(147, 232, 121, 1); /*#93e879 黄緑*/
	margin: 0 0 0.25em 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	border-radius: 2px;
}
.ctg-box6 {
	width: 100%;
	background: rgb(137, 20, 167); /*137, 20, 167 紫*/
	margin: 0 0 0.25em 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	border-radius: 2px;
}

.ctg-box7 {
	width: 100%;
	background: rgb(202, 78, 21); /* 202, 78, 21 オレンジ*/
	margin: 0 0 0.25em 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	border-radius: 2px;
}

.ctg-box10 {
	width: 100%;
	background: rgba(255, 255, 255, 1); /*白*/
	margin: 0 0 0.25em 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	border-radius: 2px;
}

span.ctg-txt {
	display: block;
	text-align: center;
	padding: 2px 2px;
	color: white;
}

h3.tit {
	width: 100%;
	background: rgba(0, 51, 153, 1); /*#003399*/
	background-image: url(../img/bg1.jpg);
	background-size: cover;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

h3.tit span {
	display: block;
	text-align: left;
	padding: 0.5em 1em;
}

.bline {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.mb1em {
	margin-bottom: 1em;
}

.ico-new {
	color: rgba(255, 0, 82, 1);
	padding: 0 0 0 0.5em;
}

.article-important-n-box {
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0.8);
	background: rgba(255, 255, 255, 1);
	margin-bottom: 1em;
}

.article-important-n-title {
	display: block;
	text-align: left;
	line-height: 140%;
	padding: 0.5em 1em 0.5em 1em;
	color: rgba(0, 0, 0, 0.8);
}

.article-important-box {
	width: 100%;
	border: 2px solid rgba(255, 0, 82, 1);
	background: rgba(255, 255, 255, 1);
	margin-bottom: 1em;
}

.article-important-box-blue {
	width: 100%;
	border: 2px solid rgb(8, 46, 214);
	background: rgba(255, 255, 255, 1);
	margin-bottom: 1em;
}

.article-important-title {
	display: block;
	text-align: left;
	line-height: 140%;
	padding: 0.5em 1em 0.5em 1em;
	color: rgba(255, 0, 82, 1);
}

.article-important-title-blue {
	display: block;
	text-align: left;
	line-height: 140%;
	padding: 0.5em 1em 0.5em 1em;
	color: rgb(8, 46, 214);
}
.article-important-contents {
	display: inline-block;
	text-align: left;
	line-height: 140%;
	padding: 0 1em 1em 1em;
	color: rgba(0, 0, 0, 0.8);
}

.article-important-contents-red {
	display: inline-block;
	text-align: left;
	line-height: 140%;
	padding: 0 1em 1em 1em;
	color: rgba(255, 0, 82, 1);
	font-weight: bold;
}

.article-img {
	float: right;
	vertical-align: top;
	padding: 0.25em 0 0 0;
	width: 28%;
}
.article-img2 {
	float: right;
	vertical-align: top;
	/* padding: 0.25em 0 0 0; */
	max-width: 30%;
	margin: 0 0 10px 20px;
}

.article-img2 a img {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .5);
}

.article-img img {
	padding: 0 0 0.25em 0;
}


.article-box {
	float: left;
	vertical-align: top;
	width: 68%;
}

.article-box-r {
	float: right;
	vertical-align: top;
	width: 68%;
}

.article-title a {
	color: inherit;
	text-decoration: none;
}

.article-title a:hover {
	color: inherit;
	text-decoration: underline;
}

.article-title {
	display: block;
	text-align: left;
	line-height: 140%;
	padding: 0 0 1em 0;
	color: rgba(0, 0, 0, 0.8);
}

.article-contents {
	display: inline-block;
	text-align: left;
	line-height: 140%;
	padding-bottom: 1em;
}
.article-contents2 {
	text-align: left;
	line-height: 140%;
	padding-bottom: 1em;
}

.article-contents a {
	color: inherit;
	text-decoration: none;
}

.article-contents a:hover {
	color: inherit;
	text-decoration: underline;
}

.article-date {
	display: inline-block;
	text-align: left;
	line-height: 140%;
	padding-bottom: 0;
}

.label-wrapper {
	position: relative;
	margin-top: 0;
	text-align: center;
}

.label-box {
	position: absolute;
	width: 100%;
	background: rgba(0, 51, 153, 0.6);
	color: white;
	top: 40%;
	left: 0;
	display: inline;
	text-align: center;
}

.label-inner {
	display: inline;
	text-align: center;
	padding: 0.3em;
}

/** Google font for number **/

.gf-num {
	font-family: "Shadows Into Light", cursive;
}

.gf-num2 {
	font-family: "Gloria Hallelujah", cursive;
}

.gf-n {
	font-family: "Noto Sans JP", sans-serif;
}
.gh-noto {
	font-family: "Noto Serif TC", serif;
}
.gh-sawarabi {
	font-family: "Sawarabi Mincho", sans-serif;
}

.g-font {
	font-family: "Noto Sans JP", sans-serif;
}

body {
	color: #666666;
}

.inner1em {
	display: inline-block;
	margin: 0;
	padding: 1em;
}

div.inner1em:after {
	content: ".";
	display: block；;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hide from IE-mac \*/
* html div.inner1em {
	height: 1%;
}

.inner2em {
	display: inline-block;
	margin: 0;
	padding: 2em;
}

div.inner2em:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hide from IE-mac \*/
* html div.inner2em {
	height: 1%;
}

div#head-inner {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;

	background-image: url(../img/header_img.jpg); /* 背景画像指定 */
	background-size: cover; /* 画像のサイズ指定 */
}
div#head-inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#head-inner h1#head {
	display: inline-block;
	width: 100%;
	color: rgba(0, 0, 0, 0.7);
	margin: 0 0 -1em 0;
	padding: 0 0;

	font-size: 100%;
}

div#head-inner h2#head {
	display: inline-block;
	width: 100%;
	color: rgba(0, 0, 0, 0.7);
	margin: 0 0 0 0;
	padding: 0 0;
	font-size: 70%;
	font-weight: normal;
}

div#foot {
	margin: 0;
	padding: 0;
	width: 100%;
	background: none;
	border-top: 3px solid #fff;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	overflow: hidden;
}

div#foot a {
	color: rgba(255, 255, 255, 1);
}

div.page_wrap {
	position: relative;
	z-index: 1;
	height: auto;
	background: none;
	margin: auto;
	text-align: left;
}

.clearfix2 {
	overflow: hidden;
}

div.clearfix {
	display: inline-block;
}

div.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.t-a-c {
	text-align: center;
}

.t-a-l {
	text-align: left;
}

.t-a-r {
	text-align: right;
}

/*** padding ***/
.pdg01em {
	padding: 0.1em;
}
.pdg02em {
	padding: 0.2em;
}
.pdg025em {
	padding: 0.25em;
}
.pdg05em {
	padding: 0.5em;
}
.pdg10em {
	padding: 1em;
}
.pdg15em {
	padding: 1.5em;
}
.pdg20em {
	padding: 2em;
}
.pdg25em {
	padding: 2.5em;
}
.pdg30em {
	padding: 3em;
}
.pdg35em {
	padding: 3.5em;
}
.pdg40em {
	padding: 4em;
}

img.circle {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	background: rgba(255, 255, 255, 1);
}
.squ {
	width: 220px;
	height: 220px;
	padding: 0;
	text-align: center;
	position: relative;
	background: none;
	display: inline-block;
	color: rgba(255, 255, 255, 1);
}

/*****************************************/
/*** Footer area *************************/
/*****************************************/

ul.footerul {
	list-style-type: none;
	font-size: normal;
}

ul.footerul > li.footlist-title {
	text-decoration: none;
	margin-bottom: 1em;
}

ul.footerul > li.footlist-title a {
	text-decoration: underline;
	margin-bottom: 1em;
}

ul.footerul > li.footlist {
	text-decoration: none;
	margin-bottom: 1em;
}
ul.footerul > li.footlist > a {
	text-decoration: underline;
	margin-bottom: 1em;
}

img.vab {
	width: 100%;
	vertical-align: bottom;
}

/*****************************************/
/*** Item class *************************/
/*****************************************/

.item5mn {
	background: none;
	word-wrap: break-word;
	text-align: left;
}

.item5 {
	background: none;
	word-wrap: break-word;
	text-align: left;
}
.item5-r {
	background: none;
	word-wrap: break-word;
	text-align: right;
	float: right;
}

.item4 {
	background: none;
	word-wrap: break-word;
	text-align: left;
}

.item3 {
	background: none;
	word-wrap: break-word;
	text-align: left;
}
.item3-15 {
	background: none;
	word-wrap: break-word;
	text-align: left;
	margin: 0 1% 7% 1%;
}

.item2 {
	background: none;
	word-wrap: break-word;
	text-align: left;
}

.item2-r {
	background: none;
	word-wrap: break-word;
	text-align: left;
}

.item2-l-3to1 {
	background: none;
	word-wrap: break-word;
	text-align: left;
}

.item2-r-3to1 {
	background: none;
	word-wrap: break-word;
	text-align: left;
}
.item2-b {
	background: none;
	word-wrap: break-word;
	text-align: left;
}

.item {
	background: none;
	word-wrap: break-word;
	text-align: left;
}

.keep-item2 {
	background: none;
	word-wrap: break-word;
	text-align: left;
}

/***************************************************/
/****  （0）1101px ～　 ****/
/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/

@media (min-width: 1101px) {
	.article-img2 {
		float: right;
		vertical-align: top;
		/* padding: 0.25em 0 0 0; */
		max-width: 30%;
		margin: 0 0 10px 20px;
	}
	.eidai-btn1,.eidai-btn2,.eidai-btn3 {
		width: 50%;
	}

	.eidai-btn1:hover,.eidai-btn2:hover ,.eidai-btn3:hover {
		width: 50%;
	}

	div#floatmenu {
		display: none;
	}

	.keep-item2 {
		width: 98%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item5mn {
		width: 18.8%;
		float: left;
		margin: 0 0 1% 1%;
	}
	.item5 {
		width: 18%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item4 {
		width: 23%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item3 {
		width: 31.3%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item3-15 {
		width: 31.3%;
		float: left;
		margin: 0 1% 7% 1%;
	}
	.item2 {
		width: 48%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item2-r {
		width: 48%;
		float: right;
		margin: 0 1% 2% 1%;
	}
	.item2-l-3to1 {
		width: 68%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item2-r-3to1 {
		width: 28%;
		float: right;
		margin: 0 1% 2% 1%;
	}
	.item2-b {
		width: 48%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.flexbox10 {
		width: 48%;
	}

	.item {
		width: 98%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.page_wrap {
		width: 1100px;
		margin: auto;
	}

	/* レシポンシブ用文字サイズ */
	.font-bb {
		font-size: 8em;
	}
	.font-b {
		font-size: 4em;
	}
	.font-bm {
		font-size: 2.2em;
	}
	.font-m {
		font-size: 1.15em;
	}
	.font-sl {
		font-size: 1em;
	}
	.font-s {
		font-size: 0.9em;
	}
}

/***************************************************/
/****  （1）960px～1100px  ****/
/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/

@media (min-width: 960px) and (max-width: 1100px) {
	.article-img2 {
		margin: auto auto 10px auto;
		float: none;
		vertical-align: top;
		/* padding: 0.25em 0 0 0; */
		max-width: 100%;
		max-width: 60%;
	}
	.eidai-btn1,.eidai-btn2,.eidai-btn3 {
		width: 50%;
	}

	.eidai-btn1:hover ,.eidai-btn2:hover,.eidai-btn3:hover {
		width: 50%;
	}

	div#floatmenu {
		display: none;
	}

	.keep-item-wrap {
		display: inline;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.keep-item2 {
		width: 98%;
		float: left;
		margin: 0 1% 2% 1%;
		display: inline-block;
	}
	.item5mn {
		width: 18.8%;
		float: left;
		margin: 0 0 1% 1%;
	}
	.item5 {
		width: 18%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item5-r {
		width: 18%;
		float: right;
		margin: 0 1% 2% 1%;
	}
	.item4 {
		width: 23%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item3 {
		width: 31.3%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item3-15 {
		width: 31.3%;
		float: left;
		margin: 0 1% 5% 1%;
	}
	.item2 {
		width: 48%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item2-r {
		width: 48%;
		float: right;
		margin: 0 1% 2% 1%;
	}
	.item2-l-3to1 {
		width: 68%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item2-r-3to1 {
		width: 28%;
		float: right;
		margin: 0 1% 2% 1%;
	}
	.item2-b {
		width: 48%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item {
		width: 98%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.page_wrap {
		width: 95%;
	}

	/* レシポンシブ用文字サイズ */
	.font-bb {
		font-size: 8em;
	}
	.font-b {
		font-size: 4em;
	}
	.font-bm {
		font-size: 2.2em;
	}
	.font-m {
		font-size: 1.15em;
	}
	.font-sl {
		font-size: 1em;
	}
	.font-s {
		font-size: 0.9em;
	}
}

/***************************************************/
/****  （2）620px～959px  ****/
/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/

@media (min-width: 620px) and (max-width: 959px) {
	.article-img2 {
		margin: auto auto 10px auto;
		float: none;
		vertical-align: top;
		/* padding: 0.25em 0 0 0; */
		max-width: 100%;
		max-width: 60%;
	}
	.eidai-btn1,.eidai-btn2,.eidai-btn3{
		width: 50%;
	}

	.eidai-btn1:hover ,.eidai-btn2:hover,.eidai-btn3:hover{
		width: 50%;
	}

	div#globalmenu {
		display: none;
	}
	.keep-item-wrap {
		display: inline;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.keep-item2 {
		width: 98%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item5mn {
		width: 32%;
		float: left;
		margin: 0 0 1% 1%;
	}
	.item5 {
		width: 31.3%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item5-r {
		width: 31.3%;
		float: right;
		margin: 0 1% 2% 1%;
	}
	.item4 {
		width: 48%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item3 {
		width: 48%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item2 {
		width: 48%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item2-r {
		width: 48%;
		float: right;
		margin: 0 1% 2% 1%;
	}
	.item2-l-3to1 {
		width: 68%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item2-r-3to1 {
		width: 28%;
		float: right;
		margin: 0 1% 2% 1%;
	}
	.item2-b {
		width: 98%;
		float: left;
		margin: 0 1% 2% 1%;
	}

	.item {
		width: 98%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.page_wrap {
		width: 95%;
	}

	/* レシポンシブ用文字サイズ */
	.font-bb {
		font-size: 6em;
	}
	.font-b {
		font-size: 3em;
	}
	.font-bm {
		font-size: 2em;
	}
	.font-m {
		font-size: 1.1em;
	}
	.font-sl {
		font-size: 0.9em;
	}
	.font-s {
		font-size: 0.8em;
	}
}

/***************************************************/
/****  （3）480px～619px  ****/
/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/

@media (min-width: 480px) and (max-width: 619px) {
	.article-img2 {
		margin: auto auto 10px auto;
		float: none;
		vertical-align: top;
		/* padding: 0.25em 0 0 0; */
		max-width: 100%;
		max-width: 60%;
	}
	div#globalmenu {
		display: none;
	}

	.item5mn {
		width: 48.5%;
		float: left;
		margin: 0 0 1% 1%;
	}
	.item5 {
		width: 48%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item5-r {
		width: 48%;
		float: right;
		margin: 0 1% 2% 1%;
	}
	.item4 {
		width: 48%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item3 {
		width: 48%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item3-15 {
		width: 48%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item2 {
		width: 98%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item2-r {
		width: 98%;
		float: right;
		margin: 0 1% 2% 1%;
	}

	.item2-l-3to1 {
		width: 98%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item2-r-3to1 {
		width: 98%;
		float: right;
		margin: 0 1% 2% 1%;
	}
	.item2-b {
		width: 98%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item {
		width: 98%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.page_wrap {
		width: 95%;
	}

	/* レシポンシブ用文字サイズ */
	.font-bb {
		font-size: 4em;
	}
	.font-b {
		font-size: 2em;
	}
	.font-bm {
		font-size: 1.5em;
	}
	.font-m {
		font-size: 1.1em;
	}
	.font-sl {
		font-size: 0.8em;
	}
	.font-s {
		font-size: 0.7em;
	}
}

/***************************************************/
/****  （4）～479px  ****/
/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/

@media (max-width: 479px) {
	.article-img2 {
		margin: auto auto 10px auto;
		float: none;
		vertical-align: top;
		/* padding: 0.25em 0 0 0; */
		max-width: 100%;
		max-width: 60%;
	}
	div#globalmenu {
		display: none;
	}

	.item5mn {
		width: 98%;
		float: left;
		margin: 0 0 1% 1%;
	}
	.item5 {
		width: 98%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item5-r {
		width: 35%;
		float: right;
		margin: 0 1% 2% 1%;
	}
	.item4 {
		width: 98%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item3 {
		width: 98%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item3-15 {
		width: 98%;
		float: left;
		margin: 0 1% 15% 1%;
	}
	.item2 {
		width: 98%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item2-l-3to1 {
		width: 98%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item2-r-3to1 {
		width: 98%;
		float: right;
		margin: 0 1% 2% 1%;
	}
	.item2-b {
		width: 98%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.item {
		width: 98%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.page_wrap {
		width: 95%;
	}

	/* レシポンシブ用文字サイズ */
	.font-bb {
		font-size: 3em;
	}
	.font-b {
		font-size: 1.5em;
	}
	.font-bm {
		font-size: 1.2em;
	}
	.font-m {
		font-size: 1em;
	}
	.font-sl {
		font-size: 0.8em;
	}
	.font-s {
		font-size: 0.7em;
	}
}

/***************************************************/
/***************************************************/
/****  ハンバーガーメニュー  ***********************/
/***************************************************/
/***************************************************/

div#floatmenu {
	position: fixed;
	z-index: 30;
	width: 50px;
	height: 50px;
	background: none;
	right: 5px;
	top: 5px;
}
label .menu {
	position: absolute;
	z-index: 100;
	width: 50px;
	height: 50px;
	background: #003399;
	border-radius: 50% 50% 50% 50%;

	-webkit-backface-visibility: hidden; /* 追加 */
	backface-visibility: hidden; /* 追加 */
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;

	box-shadow: 0 0 0 0 #3265ff, 0 0 0 0 #3265ff;
	cursor: pointer;
}
label .hamburger {
	position: absolute;
	top: 24px;
	left: 14px;
	width: 22px;
	height: 2px;
	background: #fff;
	display: block;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-backface-visibility: hidden; /* 追加 */
	backface-visibility: hidden; /* 追加 */
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
label .hamburger:after,
label .hamburger:before {
	-webkit-backface-visibility: hidden; /* 追加 */
	backface-visibility: hidden; /* 追加 */
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;

	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
}
label .hamburger:before {
	top: -10px;
}
label .hamburger:after {
	bottom: -10px;
}
label input {
	display: none;
}
label input:checked + .menu {
	box-shadow: 0 0 0 220vw #003399, 0 0 0 220vh #003399; /** 広がったページ全体**/
	border-radius: 0;
	border-radius: 50% 50% 50% 50%;
}
label input:checked + .menu .hamburger {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
label input:checked + .menu .hamburger:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	bottom: 0;
}
label input:checked + .menu .hamburger:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 0;
}
label input:checked + .menu + ul {
	opacity: 1;
	display: block;
	position: absolute;
	z-index: 200;
	width: 100vw;
	height: 100em;
	-webkit-transform: translate(-100%, 3%);
	transform: translate(-100%, 3%);
	-webkit-backface-visibility: hidden; /* 追加 */
	backface-visibility: hidden; /* 追加 */
	-webkit-transition: 1.2s ease-in-out;
	transition: 1.2s ease-in-out;
	margin-left: 105%;
}
label ul {
	display: block;
	position: absolute;
	z-index: 200;
	width: 100vw;
	height: 100em;
	-webkit-transform: translate(-100%, -200%);
	transform: translate(-100%, -200%);
	-webkit-backface-visibility: hidden; /* 追加 */
	backface-visibility: hidden; /* 追加 */
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background: none;
	list-style-type: none;
	text-align: center;
}
label a {
	margin-bottom: 0;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	width: 50%;
	background: none;
	padding: 1em 1em;
	border-bottom: 1px solid #fff;
	opacity: 1;
}
label a:hover {
	margin-bottom: 0;
	display: inline-block;
	background: rgba(70, 167, 216, 1);
	color: #fff;
	text-decoration: none;
	width: 50%;
	padding: 1em 1em;
	border-bottom: 1px solid #fff;
	opacity: 1;
}

/* 以下テーブルソーター用 */
.tablesorter th {
	position: relative;
	cursor: pointer;
	text-align: left;
}
.tablesorter th::before,
.tablesorter th::after {
	content: "";
	position: absolute;
	z-index: 2;
	right: 7px;
	width: 0;
	height: 0;
	border: 4px dashed;
	border-color: #333 transparent;
	pointer-events: none;
}
.tablesorter th::before {
	border-bottom-style: solid;
	border-top: none;
	top: 30%;
}
.tablesorter th::after {
	border-top-style: solid;
	border-bottom: none;
	bottom: 30%;
}
.tablesorter th.tablesorter-headerAsc:after {
	border: none;
}
.tablesorter th.tablesorter-headerAsc:before {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.tablesorter th.tablesorter-headerDesc:before {
	border: none;
}
.tablesorter th.tablesorter-headerDesc:after {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.tablesorter th.sorter-false:before,
.tablesorter th.sorter-false:after {
	border: none;
}

/* 以下モーダル用 */
.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: 0.6s;
}
.popup.is-show {
	opacity: 1;
	visibility: visible;
}
.popup-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 600px;
	padding: 50px;
	background-color: #fff;
	z-index: 2;
	border-radius: 5px;
}
.popup-inner img {
	width: 100%;
}
.close-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.close-btn i {
	font-size: 20px;
	color: #333;
}
.black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1;
	cursor: pointer;
}

/*下からフェードイン*/
.fade-in-bottom {
	opacity: 0;
	animation-name: fadein-bottom;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
 }
 @keyframes fadein-bottom {
	0% {
	   opacity: 0;
	   transform: translateY(20px);
	}
	100% {
	   opacity: 1;
	   transform: translateY(0);
	}
 }

.image-container {
	width: 100%;
	margin-top: 20px;
	/* display: flex;
	justify-content: center; */
	/* flex-wrap: wrap; */
	box-sizing: inherit;
}
/* .img {
	margin: 10px auto;
	height: auto;
	width: 90%;
} */
.img a {
	display: block;
	margin: 10px auto;
	width: 100%;
	object-fit: contain;
	height: auto;
}
.img img {
	display: block;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .5);
	margin: 10px auto;
	width: 60%;
}

