@charset "UTF-8";
/* =======================================
	CommonElements
======================================= */
html * {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html,
body {
	font-family: Hiragino Sans, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.68em;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: left;
	color: #444;
}
.sp {
	-webkit-text-size-adjust: 100%;
}
a:link {
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition-property: background-color, color, opacity;
	transition-property: background-color, color, opacity;
	text-decoration: none;
	color: #666;
}
a.tel {
	color: #444;
}
a:active,
a:visited,
a:hover {
	text-decoration: none;
	color: #444;
}

a.ical {
	color: #00aaaa;
}

a,
a.pointLink {
	word-break: break-all;
}
/* ------------------------------------
	Header
------------------------------------ */
header {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}
header .hedWrap {
	width: 100%;
	max-width: 1080px;
	margin: auto;
	padding: 10px 1%;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-items: center;
}
header .hedWrap nav {
	position: relative;
	min-width: 120px;
	margin: 0 0 0 auto;
}
header .hedWrap nav ul {
	display: flex;
}
header .hedWrap nav ul li {
	padding: 0 0 0 5px;
}
header .hedWrap nav ul li a {
	position: relative;
	display: flex;
	align-items: center;
	min-width: 120px;
	height: 55px;
	padding: 3px 3px 3px 38px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background: #ca0817;
}
header .hedWrap nav ul li a:hover {
	color: #fff;
	background: #f44653;
}
header .hedWrap nav ul li a small {
	font-weight: bold;
	display: block;
	width: 100%;
	max-width: 100px;
	text-align: center;
}
header .hedWrap nav ul li a:before {
	font-weight: normal;
	font-size: 25px;
	display: block;
	margin: auto;
	position: absolute;
	height: 25px;
	top: 0;
	bottom: 0;
	left: 6px;
}
header .hedWrap nav ul li a.iconFgiketuken:before {
	content: '\e900';
}
header .hedWrap nav ul li a.iconFcompany:before {
	content: '\e902';
}
header .hedWrap nav ul li a.iconFenquete:before {
	content: '\e901';
}
header .hedWrap nav ul li a.iconFpdf:before {
	content: '\e904';
}
header .hedWrap nav ul li a.iconFmovie:before {
	content: '\e918';
}
header .hedWrap > p {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 auto 5px;
	font-size: 10px;
	line-height: 1.2em;
	color: #000;
}
header .hedWrap > p .tickerSymbol {
	min-width: 107px;
	padding: 3px 10px;
	margin-left: 6px;
	border-radius: 10px;
	background: #f0f0f0;
	text-align: center;
}

/* logo */
header .hedWrap .logo {
  position: relative;
  padding: 0;
  width: calc(100% - 400px);
}
header .hedWrap .logo a {
  display: inline-block;
  max-width: 100%;
  width: auto;
  color: #000;
  font-weight: bold;
  font-size: 21px; /* 22文字以下は26px */
  line-height: 1.2;
	word-wrap: break-word;
}
header .hedWrap .logo img {
  position: relative;
  bottom: 0;
  max-width: 100%;
  max-height: 30px;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 1080px) {
  header .hedWrap .logo a {
    font-size: 19px;
  }
}
@media only screen and (max-width: 768px) {
	header .hedWrap nav ul {
		justify-content: flex-end;
	}
	header .hedWrap > p {
		display: block;
		align-items: unset;
	}
	header .hedWrap > p span {
		line-height: 1.6;
	}
	header .hedWrap > p .tickerSymbol {
		display: inline-block;
	}
  header .hedWrap .logo {
    width: calc(100% - 165px);
  }
  header .hedWrap .logo a {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 460px) {
  header .hedWrap {
    padding: 5px 1%;
  }
  header .hedWrap .logo {
    position: initial;
    padding: 0;
  }
  header .hedWrap .logo a {
    font-size: 15px;
  }
}

/* ------------------------------------
	gNav
------------------------------------ */
#gNavWrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 58px;
	margin: 0 auto;
	background: rgba(150, 160, 140, 0.1);
}
#gNavWrap:before {
	position: absolute;
	top: 56px;
	display: block;
	width: 100%;
	height: 2px;
	content: '';
	background: #444;
}

#gNav {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px;
	background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, rgba(0, 0, 0, 0.1) 100%);
	background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, rgba(0, 0, 0, 0.1) 100%);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#gNav.nonnav {
	padding: 0;
}
#gNav #preBtn {
	line-height: 40px;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 56px;
	text-align: center;
	color: #000;
	background: #f4f5f3;
}
#gNav #preBtn:hover {
	color: rgba(100, 100, 100, 0.5);
}
#gNav #preBtn:before {
	font-family: 'iconset';
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 56px;
	content: '\e908';
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#gNav #nextBtn {
	line-height: 40px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 56px;
	text-align: center;
	color: #000;
	background: #f4f5f3;
}
#gNav #nextBtn:hover {
	color: rgba(100, 100, 100, 0.5);
}
#gNav #nextBtn:before {
	font-family: 'iconset';
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 56px;
	content: '\e907';
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#gNav .gNavinnner {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
}
#gNav .gNavinnner ul {
	display: table;
	width: 100%;
	margin: 0;
	text-align: center;
	border-right: 1px solid #fff;
	border-left: 1px solid #aaa;
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #f4f5f3 15px) 0 0/100px 100%, -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #f4f5f3 15px) right/100px 100%;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), #f4f5f3 15px) 0 0/100px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), #f4f5f3 15px) right/100px 100%;
	background-repeat: no-repeat;
	background-attachment: local;
}
#gNav .gNavinnner ul li {
	display: table-cell;
	width: auto;
	min-width: 140px;
	white-space: nowrap;
	border-right: 1px solid #aaa;
	border-left: 1px solid #fff;
}
#gNav .gNavinnner ul li.empty {
	display: none;
}
#gNav .gNavinnner ul li a {
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	position: relative;
	display: block;
	padding: 20px 35px;
	text-align: center;
	color: #000;
	border-bottom: 2px solid #444;
}
#gNav .gNavinnner ul li a#active,
#gNav .gNavinnner ul li a body:not(.sp) a:hover {
	color: #ca0817;
	border-bottom: 2px solid #ca0817;
}
#gNav .gNavinnner ul li a#active:before,
#gNav .gNavinnner ul li a body:not(.sp) a:hover:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	content: '';
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ca0817;
	border-left: 6px solid transparent;
}
#gNav .gNavinnner ul li a.pdf:after {
	line-height: 1em;
	position: absolute;
	display: inline-block;
	width: 22px;
	height: 13px;
	content: '';
	vertical-align: middle;
	background: url(../img/icon_pdf.png) no-repeat center center;
	background-size: contain;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
body:not(.sp) #gNav .gNavinnner ul li a:hover {
	color: #ca0817;
	border-bottom: 2px solid #ca0817;
}
body:not(.sp) #gNav .gNavinnner ul li a:hover:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	content: '';
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ca0817;
	border-left: 6px solid transparent;
}

/* ------------------------------------
	Footer
------------------------------------ */
footer {
	position: relative;
	width: 100%;
	border-top: 1px solid #e2e2e2;
	box-shadow: -1px 0 5px rgba(0, 0, 0, 0.1);
}
footer ul {
	width: 100%;
	max-width: 1080px;
	margin: auto;
}
footer .linkarea {
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
	background: #f0f0f0;
}
footer .linkarea ul {
	display: table;
	width: 100%;
	margin: auto;
}
footer .linkarea li {
	line-height: 0;
	display: table-cell;
	max-width: 47%;
	padding: 0 1%;
	text-align: center;
	vertical-align: middle;
}
footer .linkarea li a:hover {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
footer .linkarea li a img {
	width: auto;
	max-width: 200px;
	height: auto;
}
footer .gMenu {
	padding: 30px 0;
}
footer .gMenu > ul {
	margin: 0 auto;
}
footer .gMenu > ul > li {
	display: inline-block;
	width: 24%;
	padding: 0 0 0 1%;
	vertical-align: top;
}
footer .gMenu > ul > li a {
	font-weight: bold;
	position: relative;
	display: block;
	width: 100%;
}
footer .gMenu > ul > li > a {
	padding: 20px 30px 20px 10px;
	color: #000;
	border-bottom: 1px solid #aaa;
}
footer .gMenu > ul > li > a:hover {
	color: #666;
}
footer .gMenu > ul > li > a:after {
	position: absolute;
	right: 15px;
	color: #ca0817;
	font-family: 'iconset';
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	font-variant: normal;
	line-height: 1;
	content: "";
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
footer .gMenu > ul > li > a.pdf:after {
	display: block;
	width: 15px;
	height: 17px;
	content: '';
	background: url(../img/icon_pdf.png) no-repeat center center;
	background-size: contain;
}
footer .gMenu > ul > li ul li:last-child a {
	border-bottom: none;
}
footer .gMenu > ul > li ul li a {
	padding: 15px 35px 15px 20px;
	color: #444;
}
footer .gMenu > ul > li ul li a:hover {
	color: #666;
}
footer .gMenu > ul > li ul li a:after {
	position: absolute;
	right: 15px;
	font-family: 'iconset';
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	font-variant: normal;
	line-height: 1;
	content: "";
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
footer .gMenu > ul > li ul li a.pdf:after {
	display: block;
	width: 15px;
	height: 17px;
	content: '';
	background: url(../img/icon_pdf.png) no-repeat center center;
	background-size: contain;
}
footer .gMenu > ul > li:last-child ul {
	border-bottom: none;
}
footer .subMenu {
	width: 100%;
	padding: 10px 0 10px 1%;
	background: #444;
}
footer .subMenu ul {
	overflow: hidden;
	width: 100%;
	margin: auto;
	text-align: center;
}
footer .subMenu ul li {
	display: inline-block;
	width: auto;
}
footer .subMenu a {
	line-height: 1;
	margin: auto 20px;
	color: #fff;
}
footer .subMenu a:before {
	font-family: 'iconset' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 5px;
	content: '\e90c';
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
footer .subMenu a:hover {
	text-decoration: underline;
}
footer .copy {
	font-size: 0.6em;
	display: block;
	padding: 15px;
	text-align: center;
	color: #fff;
	background: #000;
}
footer.absolute {
	position: absolute;
	bottom: 0;
}

/* ------------------------------------
	all container
------------------------------------ */
#container {
	padding: 75px 0 0 0;
}
#container section {
	width: 100%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 0 0;
}
#container section.wyArea {
	padding-bottom: 40px;
}
#container section.wyArea figure {
	padding-bottom: 30px;
}
#container section div.inner {
	margin-bottom: 60px;
}
#container section div.inner p {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 1em;
	text-align: justify;
	text-justify: inter-ideograph;
}
#container section div.inner > div {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#container section.additional_notes div.inner p,
#container section.additional_notes div.inner > div {
	max-width: none;
}
#container section > h3 {
	font-size: 19px;
	margin: 0 auto 15px;
	text-align: left;
	color: #000;
}
#container section .h3 {
	font-weight: bold;
	position: relative;
	margin: 0 auto 15px;
	padding-left: 15px;
	color: #000;
}
#container section .h3:before {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 4px;
	height: 20px;
	content: '';
	background: #ca0817;
	top: 3px;
}
#container section > h3.normal,
#container section h3.normal {
	font-size: 1.1em;
	padding-left: 0;
	color: #000;
}
#container section > h3.normal:before,
#container section h3.normal:before {
	display: none;
}
#container section h3.non {
	font-weight: bold;
	margin: 0 auto 15px;
	color: #000;
}
#container section h4,
#container section .h4 {
	font-weight: bold;
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 15px;
	color: #000;
}
#container section h4 span,
#container section .h4 span {
	position: relative;
	display: inline;
	padding: 0 3px;
	line-height: 1.5;
	background: rgba(202, 8, 23, 0.3);
}
@media all and (-ms-high-contrast: none) {
	#container section h4 span,
	#container section .h4 span {
		padding-top: 4px;
	}
}

#container section h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#container section h6 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}
#container figure {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#container figure img {
	max-width: 100%;
}
#container section a {
	word-break: break-all;
}

/* ------------------------------------
	element
------------------------------------ */
dl {
	margin-bottom: 40px;
	padding: 0;
}
dl p {
	line-height: 1.68em;
}
dl.frame {
	border-top: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}
dl.frame ~ p {
	margin: -20px 0 40px;
}
dl.frame dt {
	border-bottom: 1px solid #cfcfcf;
	background: #f0f0f0;
}
dl.frame dd {
	border-bottom: 1px solid #cfcfcf;
	background: #fff;
}
dl dt {
	padding: 15px .5em 0;
}
dl dd {
	padding: 20px 1.5em 0;
}

.box {
	margin: 0 auto 60px;
	padding: 1em;
	text-align: justify;
	border: 1px solid #ddd;
}

.btn {
	margin: 20px auto;
	text-align: center;
}
.btn a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: auto;
	min-width: 250px;
	margin: auto;
	padding: 15px 30px;
	text-align: center;
	color: #fff;
	background: #808080;
}
.btn a:hover {
	background: #a0a0a0;
}
.btn a.base {
	font-weight: bold;
	border-radius: 3px;
	background: #666;
}
.btn a.base:hover {
	background: #7cc9de;
}
.btn a.pageLink {
	text-indent: -1em;
	color: #444;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
}
.btn a.pageLink:after {
	position: absolute;
	right: 30px;
	color: #ca0817;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'iconset';
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	font-variant: normal;
	line-height: 1;
	content: "";
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.btn a.pageLink:hover {
	background: #f0f0f0;
}
.btn a.nextPage {
	margin: 0 20px;
	padding: 15px 35px 15px 25px;
}
.btn a.nextPage:after {
	position: absolute;
	right: 15px;
	font-family: 'iconset';
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	font-variant: normal;
	line-height: 1;
	content: "";
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn a.prevPage {
	margin: 0 20px;
	padding: 15px 25px 15px 35px;
}
.btn a.prevPage:before {
	position: absolute;
	left: 15px;
	font-family: 'iconset';
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	font-variant: normal;
	line-height: 1;
	content: "";
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
a.under_line {
	text-decoration: underline;
}
a.under_line:hover {
	text-decoration: none;
}
.linkBox {
	display: block;
	margin-bottom: 60px;
}
.linkBox a {
	font-weight: bold;
	line-height: 30px;
	position: relative;
	display: block;
	width: 60%;
	height: 50px;
	margin: auto;
	padding: 10px 30px 10px 10px;
	text-align: center;
	text-indent: 1em;
	color: #444;
	border: 1px solid #aaa;
	border-radius: 5px;
}
.linkBox a:hover {
	color: #fff;
	background: #7cc9de;
}
.linkBox a.pdf:after {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: auto;
	margin-bottom: 2px;
	padding: 0 5px;
	content: '';
	vertical-align: middle;
	background: url(../img/icon_pdf.png) no-repeat center 0;
	background-size: auto 99%;
}

ul.square,
ul.disc {
	margin: 0 auto 20px;
}
ul.square > li,
ul.disc > li {
	position: relative;
	padding-left: 1.5em;
}
ul.square > li:not(:last-child),
ul.disc > li:not(:last-child) {
	margin: 0 auto 10px;
}
ul.square > li:before,
ul.disc > li:before {
	position: absolute;
	top: .5em;
	left: .2em;
	display: inline-block;
	width: 10px;
	height: 10px;
	content: '';
	background: #ca0817;
}

ul.disc > li:before {
	top: .7em;
	left: .5em;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: #ca0817;
}

ol {
	margin: 0 auto 1em;
	list-style-type: none;
}
ol > li {
	position: relative;
	padding-left: 2.5em;
	counter-increment: index;
}
ol > li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: "（" counter(index) "）";
}
ol.single > li {
	position: relative;
	padding: .5em;
	counter-increment: index;
}
ol.single > li:before {
	display: none;
}
ol.disc li {
	padding-left: 2em;
	counter-increment: sub;
}
ol.disc li:not(:last-child) {
	margin: 0 auto 10px;
}
ol.disc li h3 {
	font-size: 1.1em;
	font-weight: bold;
}
ol.disc li:before {
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 26px;
	padding: 0;
	content: counter(sub);
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
ol.disc li:after {
	font-size: 24px;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	content: '●';
	color: #ca0817;
	border-radius: 25px;
}
.attention_ttl {
	font-size: 14.4px;
}
.attention {
	margin: -1.8em 0 20px 3em;
	font-size: 14.4px;
}
.attention li {
	margin-bottom: .2em;
	padding-left: 1.5em;
	counter-increment: attention;
}
.attention li:before {
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: counter(attention) ".";
	color: #444;
}
/* ol.attention {
	margin: -1.6em 0 20px 3em;
} */
.asterisk {
	margin: 0 0 20px;
	font-size: 14.4px;
}
.asterisk li {
	position: relative;
	margin-bottom: .2em;
	padding-left: 1.5em;
}
.asterisk li span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}
.attention2::before {
	margin-left: -2.5em;
}
.attention2 {
	margin: 0 0 20px 1em;
	font-size: 14.4px;
}
.attention2 > li {
	padding-left: 1.5em;
	counter-increment: attention;
}
.attention2 li:before {
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: counter(attention) ".";
	color: #444;
}
#container section .directors div.data aside p.attention {
	width: auto;
	margin: -1.8em 0 20px 3em;
	padding: 0;
}
#container section .directors div.data aside ol.attention li,
#container section .directors div.data aside ol.attention2 li {
	margin-bottom: .2em;
	padding-left: 1.5em;
	border-bottom: none;
}
#container section .directors div.data aside .asterisk li {
	margin-bottom: .2em;
	padding-left: 1.5em;
	border-bottom: none;
}

/* ------------------------------------
	additional parts
------------------------------------ */
div.additional {
	margin: 0 auto 40px;
	max-width: 980px;
	width: 100%;
}
div.additional > h2 {
	font-size: 19px;
	font-weight: bold;
	position: relative;
	margin: 0 auto 15px;
	padding-left: 15px;
	text-align: left;
	color: #000;
}
div.additional > h2:before {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 4px;
	height: 20px;
	content: '';
	background: #ca0817;
	top: 3px;
}
div.additional > h2.no_deco {
	padding: 0;
}
div.additional > h2.no_deco:before {
	content: none;
}
div.additional > h3 {
	font-size: 19px;
	margin: 0 auto 15px;
	text-align: left;
	color: #000;
}

@media only screen and (max-width: 980px) {
	div.additional {
		padding-right: 5%;
		padding-left: 5%;
	}
}

/* ------------------------------------
	aside parts
------------------------------------ */
aside {
	font-size: .9em;
}
aside h4 {
	font-size: 1.1em;
}
aside .attention {
	margin: -1.8em 0 20px 3em;
}

/* ------------------------------------
	imgbox parts
------------------------------------ */
p.imgBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	width: 980px;
}
p.imgBox span {
	display: block;
	padding: 10px;
	width: auto;
	text-align: center;
}
p.imgBox span img {
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

@media only screen and (max-width: 980px) {
	p.imgBox {
		display: block;
		width: 100%;
		text-align: center;
	}
	p.imgBox span {
		display: block;
		margin: auto;
		width: 100%;
	}
}

.imgBox2 {
	display: block;
	width: 100%;
	max-width: 960px;
	margin: 0 auto 10px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	text-align: center;
}

/* ------------------------------------
	img_layout
------------------------------------ */
.img_layout {
	width: 100%;
	margin: 0 0 20px;
	position: relative;
}
.img_layout img {
	width: 480px;
	display: block;
	margin: 0 0 20px;
}
.img_layout img:nth-child(1) {
	top: 0;
	left: 0;
}
.img_layout img:nth-child(2) {
	top: 0;
	left: 0;
}
.img_layout img:nth-child(3) {
	left: 0;
	bottom: 0;
}
.img_layout img:nth-child(4) {
	top: 0;
	right: 0;
}
.img_layout img:nth-child(5) {
	right: 0;
	bottom: 0;
}

@media only screen and (max-width: 980px) {
	.img_layout {
		height: auto!important;
	}
	.img_layout img {
		width: 100%;
		position: static !important;
	}
}

/* ------------------------------------
	element parts
------------------------------------ */
.smallText {
	font-size: .9em;
}

.largeText {
	font-size: 1.2em;
}

.textBold {
	font-weight: bold;
}

.speac {
	text-indent: .5em;
	letter-spacing: .5em;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

.indent {
	padding-left: 1em;
}

p {
	line-height: 1.8em;
	margin-bottom: 20px;
}

.marginBottom {
	margin-bottom: 60px;
}

.margintop {
	margin-top: 1em;
}

.spNon {
	display: inline-block;
}

.pcNon {
	display: none;
}

/* ------------------------------------
	JS moreread elements
------------------------------------ */
.moreread.tall {
	position: relative;
	overflow: hidden;
	max-height: 250px;
	margin-bottom: 50px;
}
.moreread.tall:after {
	position: absolute;
	z-index: 99;
	right: 0;
	bottom: -1px;
	left: 0;
	display: block;
	width: 100%;
	height: 100px;
	content: '';
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, white 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, #ffffff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, #ffffff 100%);
}
.moreread.tall.open {
	height: auto;
	max-height: 100%;
}
.moreread.tall.open:after {
	display: none;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.triger {
	display: none;
	font-weight: bold;
	font-style: 1.2em;
	width: 100%;
	margin: -50px auto 60px;
	padding: 15px;
	text-align: center;
	text-indent: 1em;
	border: 1px solid #fff;
	background: #f0f0f0;
}
.triger:after {
	display: inline;
	padding: 0 10px;
	color: #444;
	font-family: 'iconset';
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	font-variant: normal;
	line-height: 1;
	content: "";
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.triger.spOnly {
	display: none;
}
.triger.open:after {
	content: '\e906';
}

/* ------------------------------------
	JS pageTop elements
------------------------------------ */
#pageTop {
	font-size: 25px;
	line-height: 60px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 50px;
	display: none\9;
	width: 60px;
	height: 60px;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(0);
			transform: scale(0);
	text-align: center;
	text-decoration: none;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	color: #fff;
	background: #000;
}
#pageTop:before {
	font-family: 'iconset';
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	font-variant: normal;
	line-height: 1;
	content: "";
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#pageTop:hover {
	background: #333;
}
#pageTop.show {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateZ(0);
	transform: scale(1);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* ------------------------------------
	JS modal
------------------------------------ */
#ismodal {
	position: fixed;
	z-index: 999;
	top: 0;
	bottom: 0;
	display: none;
	width: 100%;
	height: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
}
#ismodal #close {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	height: 100vh;
	cursor: pointer;
}
#ismodal #closeBtn {
	font-size: 50px;
	line-height: 50px;
	position: absolute;
	top: -50px;
	right: 0;
	display: none;
	height: 50px;
	text-align: center;
	color: #fff;
}
#ismodal #closeBtn:hover {
	color: #aaa;
}
#ismodal #cookieBox {
	font-size: 16px;
	position: absolute;
	z-index: 999998;
	top: 0;
	right: 0;
	left: 0;
	display: none;
	width: 80%;
	min-width: 300px;
	max-width: 600px;
	margin: auto;
	padding: 20px;
	text-align: left;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #000;
	border-radius: 3px;
	background-color: #fff;
}
#ismodal .coverOk,
#ismodal .linkBtn {
	font-weight: bold;
	display: block;
	width: 100px;
	margin: 20px auto 0;
	padding: 5px 10px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border-radius: 3px;
}
#ismodal #Box {
	font-size: 16px;
	position: absolute;
	z-index: 999998;
	top: 0;
	right: 0;
	left: 0;
	display: none;
	width: 80%;
	min-width: 300px;
	max-width: 600px;
	margin: auto;
	padding: 20px;
	text-align: left;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #000;
	border-radius: 3px;
	background-color: #fff;
}

sup {
	vertical-align: super;
}

.noscroll {
	overflow: hidden;
}

#ismodal #gEND,
#ismodal #iconEND1,
#ismodal #iconEND2,
#ismodal #iconEND3 {
	display: none;
}
@font-face {
	font-family: 'iconset';
	font-weight: normal;
	font-style: normal;
	src: url("../img/fonts/iconset.eot?in30y7");
	src: url("../img/fonts/iconset.eot?in30y7#iefix") format("embedded-opentype"), url("../img/fonts/iconset.ttf?in30y7") format("truetype"), url("../img/fonts/iconset.woff?in30y7") format("woff"), url("../img/fonts/iconset.svg?in30y7#iconset") format("svg");
}
[class^='iconF'],
[class*='iconF'] {
	font-family: 'iconset' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.iconFfree {
	position: relative;
}
.iconFfree:before {
	font-size: 2em;
	display: inline-block;
	margin-top: -.2em;
	padding: 0 3px 0 0;
	content: "";
	vertical-align: middle;
	color: #00a542;
}
.iconFfree:after {
	font-size: 2em;
	position: absolute;
	left: 1px;
	display: inline-block;
	margin-top: -.2em;
	content: "";
	vertical-align: middle;
}

.iconFblank:before {
	display: inline-block;
	padding: 0 3px;
	content: "";
}

header .hedWrap:after, header .hedWrap nav:after, header .hedWrap nav ul:after, header .hedWrap nav ul li a:after, footer ul:after, #container section:after, .cf:after {
	display: block;
	content: "";
	clear: both;
}
.textIndent p {
	text-indent: 1em;
}
#container section div.inner div.textBlock p,
.textBlock p {
	margin: 0;
}
#container section div.inner div.textBlock p:last-of-type,
.textBlock p:last-of-type {
	margin-bottom: 20px;
}

/* ------------------------------------
	videoQR modal
------------------------------------ */
.videoModal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	color: #000;
	text-align: center;
	background: rgba(255, 255, 255, 0.96);
}
.videoModal .inner {
	width: 500px;
	height: 520px;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.videoModal .inner p {
	line-height: 1.4;
}
.videoModal .inner .error {
	margin: 0 0 20px;
	line-height: 1.4;
	color: #ca0817;
	font-size: 12px;
}
.videoModal .read_result {
	width: 275px;
	margin: 0;
	font-size: 16px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}
.videoModal .read_result a {
	display: block;
	padding: 15px 30px;
	background: #FFF;
	border: 1px solid #444;
	border-radius: 3px;
}
.videoModal .read_result .read_txt {
	font-weight: normal;
}
.videoModal .read_result span {
	text-decoration: underline;
}
.videoModal .mdlClose {
	background: #ccc;
	border-radius: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.videoModal .mdlClose a {
	display: block;
	padding: 10px 30px;
	color: #000;
	font-size: 14px;

}

@media only screen and (max-width: 768px) {
	.videoModal {
		background: #FFF;
	}
	.videoModal .inner {
		width: auto;
		height: auto;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
	.videoModal .inner p {
		width: 100%;
		margin: 0;
		padding: 10px 20px;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		font-size: 16px;
		line-height: 1.2;
		display: block;
		background: #FFF;
	}
	.videoModal .inner .error {
		position: absolute;
		top: 70px;
		z-index: 1;
		text-align: center;
		width: 100%;
	}
	.videoModal .mdlClose {
		display: block;
		position: fixed;
		top: -7px;
		right: 20px;
		padding: 50px 0 0 0;
		color: #000;
		font-size: 10px;
		text-decoration: none;
		bottom: auto;
		left: auto;
		background: none;
		z-index: 1;
		transform: translateX(0);
	}
	.videoModal .mdlClose a::before,
	.videoModal .mdlClose a::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 30px;
		height: 2px;
		margin: -8% 0 0 -42%;
		background: #000;
	}
	.videoModal .mdlClose a::before {transform: rotate(-45deg);}
	.videoModal .mdlClose a::after {transform: rotate(45deg);}
	.videoModal .mdlClose a {
		padding: 0;
		font-size: 12px;
	}
	.wrapper[data-v-1f90552a] {
		display: block;
		height: 100%;
	}
	.inside[data-v-1f90552a] {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 0;
	}
	.camera[data-v-1f90552a],
	.pause-frame[data-v-1f90552a] {
		display: block;
		object-fit: contain;
		width: 90%;
		height: 100%;
		margin: 0 auto;
	}
}

/* =======================================
	MediaQueries Layout
======================================= */
@media only screen and (max-width: 980px){
	#container{
		max-width: 980px;
	}
	#container section{
		padding: 40px 5% 0;
	}
}
@media only screen and (max-width: 768px){
	#container{
		max-width: 768px;
	}
	header{
		top: 0;
		left: 0;
		z-index: 100;
	}
	header .hedWrap nav ul li {
		padding: 0 0 0 3px;
	}
	header .hedWrap nav ul li a {
		width: 52px;
		min-width: 52px;
		flex-flow: column;
		padding: 3px 1px 1px;
	}
	header .hedWrap nav ul li a small {
		font-size: 10px;
		line-height: 1.2;
		transform: scale(.8);
		height: 26px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	header .hedWrap nav ul li a:before {
		font-size: 20px;
		position: relative;
		left: 0;
		right: 0;
		top: 3px;
	}
	#gNavWrap{
		height: 48px;
	}
	#gNav{
		padding: 0;
		background-image: none;
	}
	#gNav #preBtn{
		display: none;
	}
	#gNav #nextBtn{
		display: none;
	}
	#gNav .gNavinnner{
		overflow-x: auto;
		height: 70px;
		padding-bottom: 20px;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
	}
	#gNav .gNavinnner:-webkit-scrollbar{
		display: none;
	}
	#gNav .gNavinnner ul{
		overflow-x: auto;
		width: 768px;
	}
	#gNav .gNavinnner ul li{
		background: rgba(150, 160, 140, 0.1);
	}
	#gNav .gNavinnner ul li.empty{
		display: table-cell;
	}
	#gNav .gNavinnner ul li.empty:before{
		font-size: 1em;
		font-weight: bold;
		line-height: 1em;
		position: relative;
		display: block;
		padding: 15px 50px;
		content: '　';
		text-align: center;
		color: #000;
		border-bottom: 2px solid #444;
	}
	#gNav .gNavinnner ul li a{
		padding: 15px 35px;
	}
	footer .linkarea{
		padding: 15px 0 0;
		border-bottom: none;
	}
	footer .linkarea ul{
		display: block;
		text-align: center;
	}
	footer .linkarea li{
		display: block;
		width: 100%;
		max-width: none;
		padding-bottom: 15px;
	}
	footer .linkarea li a img{
		max-width: 96%;
	}
	footer .gMenu{
		padding: 0;
	}
	footer .gMenu > ul{
		border-top: 1px solid #aaa;
	}
	footer .gMenu > ul > li{
		display: block;
		width: 100%;
		padding: 0;
	}
	footer .gMenu > ul > li > a{
		padding: 20px 50px 20px 20px;
	}
	footer .gMenu > ul > li ul{
		border-bottom: 1px solid #aaa;
	}
	footer .gMenu > ul > li ul li a{
		padding: 15px 50px 15px 35px;
		border-bottom: 1px dotted #aaa;
	}
	footer .subMenu{
		padding: 20px 0;
	}
	footer .subMenu ul{
		display: table;
		text-align: center;
	}
	footer .subMenu ul li{
		min-width: 50%;
	}
	footer .subMenu a{
		display: block;
		width: 96%;
		max-width: 180px;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
		text-decoration: none;
		background: #808080;
	}
	footer .subMenu a:hover{
		background: #aaa;
	}
	footer.absolute{
		position: relative;
		bottom: auto;
	}
	.box{
		margin: 0 auto 40px;
	}
	.btn a.nextPage {
		min-width: 80px;
		margin: 0 5px;
		padding: 15px 25px 15px 15px;
	}
	.btn a.nextPage:after {
		right: 7px;
	}
	.btn a.prevPage {
		min-width: 80px;
		margin: 0 5px;
		padding: 15px 15px 15px 25px;
	}
	.btn a.prevPage:before {
		left: 7px;
	}
	.linkBox{
		margin-bottom: 40px;
	}
	.linkBox a{
		width: 80%;
	}
	.marginBottom{
		margin-bottom: 40px;
	}
	.spNon{
		display: none;
	}
	.pcNon{
		display: block;
	}
	.morereads{
		position: relative;
		overflow: hidden;
		max-height: 200px;
		margin-bottom: 50px;
	}
	.morereads:after{
		position: absolute;
		z-index: 99;
		bottom: -1px;
		display: block;
		width: 100%;
		height: 100px;
		content: '';
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, white 100%);
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, #ffffff 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, #ffffff 100%);
	}
	.morereads.open{
		height: auto;
		max-height: 100%;
	}
	.morereads.open:after{
		display: none;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	.triger{
		margin: -50px auto 40px;
	}
	.triger.spOnly{
		display: block;
	}
	#pageTop{
		line-height: 40px;
		right: 10px;
		bottom: 10px;
		width: 40px;
		height: 40px;
	}
}

@media only screen and (max-width: 580px){
	#container{
		max-width: 580px;
	}
}

@media only screen and (max-width: 520px){
	#container{
		max-width: 520px;
	}
	ol > li > p{
		margin-left: -2em;
	}
	ol > li > aside{
		margin-left: -3em !important;
	}
}
@media only screen and (max-width: 320px){
	#container{
		min-width: 320px;
		max-width: 320px;
	}
}

@media print{
	header .hedWrap nav ul li{
		padding: 0 0 0 3px;
	}
	header .hedWrap nav ul li a{
		width: 52px;
	}
	header .hedWrap nav ul li a small{
		font-size: 16px;
		top: auto;
		bottom: auto;
		float: none;
		margin: -5px -50% auto;
		padding: 0 6px;
		white-space: nowrap;
	}
	header .hedWrap nav ul li a:before{
		float: none;
		padding: 4px 0;
	}
	.moreread.tall{
		height: auto;
		max-height: 100%;
	}
	.moreread.tall:after{
		display: none;
	}
	.triger{
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	#pageTop.show{
		display: none;
	}
}
/* =======================================
	Custom Icon by takara
======================================= */
@font-face {
	font-family: 'icomoon';
	src:  url('../img/fonts/icomoon.eot?4tyahz');
	src:  url('../img/fonts/icomoon.eot?4tyahz#iefix') format('embedded-opentype'),
	  url('../img/fonts/icomoon.ttf?4tyahz') format('truetype'),
	  url('../img/fonts/icomoon.woff?4tyahz') format('woff'),
	  url('../img/fonts/icomoon.svg?4tyahz#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
  }

  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }

  .icon-location2:before {
	content: "\e950";
  }
  .icon-calendar:before {
	content: "\e951";
  }
  .icon-mail:before {
	content: "\e952";
  }
  .icon-translate:before {
	content: "\e953";
  }
  .icon-camera:before {
	content: "\e954";
  }
  .icon-location:before {
	content: "\e955";
  }
  .icon-calendar2:before {
	content: "\e956";
  }
  .icon-envelope:before {
	content: "\e957";
  }
  .icon-phone:before {
	content: "\e958";
  }
  .icon-contact:before {
	content: "\e958";
  }
  .icon-camera3:before {
	content: "\e959";
  }
  .icon-gift:before {
	content: "\e95a";
  }
  .icon-camera2:before {
	content: "\e95b";
  }
  .icon-qrcode:before {
	content: "\e95c";
  }
  .icon-printer:before {
	content: "\e95d";
  }
  .icon-gift2:before {
	content: "\e95e";
  }
  .icon-group:before {
	content: "\e974";
  }
  .icon-handshake-o:before {
	content: "\e975";
  }
  /*------------------------------------
for QR Reader 2019-02-12
------------------------------------*/
header .hedWrap nav ul li label {
	position: relative;
	display: flex;
	align-items: center;
	min-width: 120px;
	height: 55px;
	padding: 3px 6px 3px 38px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background: #ca0817;
	cursor: pointer;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

header .hedWrap nav ul li label:hover {
	color: #fff;
	background: #ca0817;
}
header .hedWrap nav ul li label small {
	font-weight: bold;
	display: block;
	width: 100%;
	max-width: 100px;
	text-align: center;
}
header .hedWrap nav ul li label:before {
	font-weight: normal;
	font-size: 25px;
	display: block;
	margin: auto;
	position: absolute;
	height: 25px;
	top: 0;
	bottom: 0;
	left: 6px;
}
header .hedWrap nav ul li label.icon-camera:before {
	font-family: icomoon;
	content: '\e954';
}

#ismodal .linkBtn2 {
	font-weight: bold;
	display: inline-block;
	width: 100px;
	height: 37px;
	margin: 20px auto 0;
	padding: 9px 0;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background: #ca0817;
}
#ismodal .icon-camera,
#ismodal .icon-qrcode {
	font-weight: bold;
	display: inline-block;
	height: 37px;
	margin: 20px auto 0;
	padding: 9px 20px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background: #ca0817;
}
#ismodal label.icon-camera:before {
	font-family: icomoon;
	content: '\e954';
}
#ismodal label.icon-qrcode:before {
	font-family: icomoon;
	content: '\e95c';
	padding-right: 5px;
}
#ismodal .btns {
	display: block;
	text-align: center;
}
#ismodal .dummy {
	font-weight: bold;
	display: inline-block;
	width: 30px;
	margin: 20px auto 0;
	padding: 5px 10px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background: #fff;
}
.linkBtn2 a:hover {
	background: #ca0817;
}

@media only screen and (max-width: 768px){
	header .hedWrap nav ul li{
		padding: 0 0 0 3px;
	}
	header .hedWrap nav ul li label {
		width: 52px;
		min-width: 52px;
		flex-flow: column;
		padding: 3px 1px 1px;
	}
	header .hedWrap nav ul li label small {
		font-size: 10px;
		line-height: 1.2;
		transform: scale(.8);
		height: 26px;
		display: flex;
		align-items: center;
		white-space: nowrap;
		justify-content: center;
	}
	header .hedWrap nav ul li label:before {
		font-size: 20px;
		position: relative;
		left: 0;
		right: 0;
		top: 3px;
	}
}
@media print {
	header .hedWrap nav ul li label {
		width: 52px;
		min-width: 52px;
		flex-flow: column;
		padding: 3px 1px 1px;
	}
	header .hedWrap nav ul li label small {
		font-size: 10px;
		line-height: 1.2;
		transform: scale(.8);
		height: 26px;
		display: flex;
		align-items: center;
		white-space: nowrap;
		justify-content: center;
	}
	header .hedWrap nav ul li label:before {
		position: relative;
		left: 0;
		right: 0;
	}
}
/* =======================================
	Information Bar
======================================= */
@media only screen and (min-width: 481px){
	.b_message {
		display: none;
	}
}
@media only print {
	.b_message {
		display: none;
	}
}
@media only screen and (max-width: 480px){
.b_message{
	z-index: 999;
	width: 100%;
	 position: fixed;
}
.b_message a {
	color: #fff;
	font-size: 11.5pt;
}
.b_message #closeBtn_b_message {
	display: block;
	position: absolute;
	top: 7px;
	bottom: 0;
	margin: auto auto;
	font-size: 30px;
	padding: 10px 14px;
}
.b_message a:last-of-type {
	display: block;
	padding: 16px 16px 16px 52px;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
}
}
/* =======================================
	glyph and proportional
======================================= */
.jis90 {
	font-variant-east-asian: jis90;
	-moz-font-feature-settings: "jp90";
	-webkit-font-feature-settings: "jp90";
	font-feature-settings: "jp90";
  }
  .jis83 {
	font-variant-east-asian: jis83;
	-moz-font-feature-settings: "jp83";
	-webkit-font-feature-settings: "jp83";
	font-feature-settings: "jp83";
  }
  .jis78 {
	font-variant-east-asian: jis78;
	-moz-font-feature-settings: "jp78";
	-webkit-font-feature-settings: "jp78";
	font-feature-settings: "jp78";
  }
  .kanatsume {
	-moz-font-feature-settings: "pkna";
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
  }
  .proportional {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	}

/* =======================================
	XJ LIST
======================================= */
#index .xj_wrap {
	padding: 0 0 60px;
}
.xj_wrap {
	padding: 0 0 30px;
}
.xj_wrap article a {
	width: 100%;
	height: 100%;
	padding: 1em 0;
	position: relative;
	color: #000000;
	font-size: 0.875em;
	border-bottom: 1px solid #e2e2e2;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	transition: all 0.3s ease-out;
}
.xj_wrap article a:before {
	display: none;
}
.xj_wrap article a:after {
	font-family: 'iconset';
	content: "";
	color: #002d78;
}
.xj_wrap article a > div {
	margin: 0 0 0 auto;
	width: 6em;
}
.xj_wrap article .typeHtml {display: none;}
.xj_wrap article .typePdf {
	padding: 0 0 0 1.8em;
	display: inline-block;
	color: #7b7b7b;
	font-size: 0.875em;
	background: transparent url('../img/icon_pdf_s.png') left center no-repeat;
	background-size: auto 1.3em;
}
.xj_wrap .date {
	margin: 0 20px 0 0;
	display: inline-block;
	color: #000000;
	font-size: 0.875em;
}
.xj_wrap .tag {
	width: 10em;
	margin: 0 20px 0 0;
	padding: 0.6em 0;
	display: inline-block;
	color: #002d78;
	text-align: center;
	font-size: 0.85em;
	line-height: 1;
	background: #e6f3fb;
}
.xj_wrap .page_title {
	flex: 1;
	line-height: 1.5;
	margin: 0 20px 0 0;
}

/*	:hover	*/
.xj_wrap article a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 768px) {
	.xj_wrap,
	.xj_wrap .contArea {
		padding: 0 0 20px;
	}
	.xj_wrap article a {
		padding: 10px 1em 10px 0;
		display: block;
	}
	.xj_wrap article a:after {
		position: absolute;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		position: absolute;
		top: 50%;
		right: 0;
	}
	.xj_wrap .date {
		margin: 0 1em 0 0;
	}
	.xj_wrap .tag {
		margin: 0;
		padding: 0.3em 0;
		font-size: 0.8em;
	}
	.xj_wrap .page_title {
		padding: 5px 0 0;
		display: block;
		font-size: 0.875em;
	}
	.xj_wrap article a > div {
		margin: 0;
	}
}
