@import url("font-awesome.min.css");
@import url("row.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	-webkit-text-size-adjust: none;
}
mark {
	background-color: transparent;
	color: inherit;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	background: #fff;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}
body, input, select, textarea {
	color: #000000;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14pt;
	font-weight: 300;
	line-height: 2em;
}
a {
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #582f9f;
	word-break: break-all;
}

a:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a.line {
	border-bottom: 1px dotted #6f6f6f;
	padding-bottom: 1px;
	color: #000;
}
a.txthov:hover {
	text-decoration: none;
	border-bottom: 1px solid #000;
}
a img:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a.linkbn img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a.linkbn img:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a.nonhb:hover {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
b {
	color: #863eb8;
	font-weight: 600;
}

u {
	text-decoration: none;
	border-bottom: #000 double 4px;
	padding-bottom: 1px;
}
i{
	font-weight: 700;
}

strong {
border-bottom: 2px solid rgba(158, 78, 213, 0.661);
padding-bottom: .1em;
}
em {
	text-decoration: none;
	border-bottom: #51c5e8 solid 2px;
	padding-bottom: 1px;
	font-style: normal;
}
p {
	margin: 0 0 1em 0;
}
p.last {
	margin: 0 0 2em 0;
}
p.none {
	margin: 0;
}

.asta {
font-size: 0.6em;
}

.anchor {
	padding-top: 30px;
	margin-top: -30px;
}
h1, h2, h3, h4, h5, h6 {
	color: #2a2a2a;
	font-weight: 600;
	line-height: 1em;
	margin: 0 0 1em 0;
	font-family: korolev, sans-serif;
	font-weight: 700;
	font-style: normal;
}
body.lang-ja h1,
body.lang-ja h2,
body.lang-ja h3,
body.lang-ja h4,
body.lang-ja h5,
body.lang-ja h6{
	font-family: "ryo-gothic-plusn", sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}
h2 {
	font-size: 1.5em;
	line-height: 1em;
}
h3 {
	font-size: 1.1em;
	line-height: 1.5em;
}
h4 {
	font-size: 1.1em;
	line-height: 1.5em;
}
h5 {
	font-size: 0.9em;
	line-height: 1.5em;
}
h6 {
	font-size: 0.8em;
	line-height: 1.5em;
}
sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}
sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}
hr {
	border: 0;
	border-bottom: dashed 1px #000000;
	margin: 3em 0;
}
hr.major {
	margin: 5em 0;
}
blockquote {
	border-left: solid 8px #dce;
	/* font-style: italic; */
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 1em;
}
pre {
	-webkit-overflow-scrolling: touch;
	background: rgba(144, 144, 144, 0.05);
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0 0 2em 0;
	overflow-x: auto;
	padding: 1em 1.5em;
}
code {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #51c5e8 0%) repeat scroll 0 0;
	padding-bottom: .3em;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 2em;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gphoto .wp-caption-text.gallery-caption{
	display: none;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
li.aright{
	margin: 0 0 0 auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}
.row>* {
	box-sizing: border-box;
}
.row.gtr-uniform>*> :last-child {
	margin-bottom: 0;
}
.row.aln-left {
	justify-content: flex-start;
}
.row.aln-center {
	justify-content: center;
}
.row.aln-right {
	justify-content: flex-end;
}
.row.aln-top {
	align-items: flex-start;
}
.row.aln-middle {
	align-items: center;
}
.row.aln-bottom {
	align-items: flex-end;
}
.row>.imp {
	order: -1;
}
.row>.col-1 {
	width: 8.3333333333%;
}
.row>.off-1 {
	margin-left: 8.3333333333%;
}
.row>.col-2 {
	width: 16.6666666667%;
}
.row>.off-2 {
	margin-left: 16.6666666667%;
}
.row>.col-3 {
	width: 25%;
}
.row>.off-3 {
	margin-left: 25%;
}
.row>.col-4 {
	width: 33.3333333333%;
}
.row>.off-4 {
	margin-left: 33.3333333333%;
}
.row>.col-5 {
	width: 41.6666666667%;
}
.row>.off-5 {
	margin-left: 41.6666666667%;
}
.row>.col-6 {
	width: 50%;
}
.row>.off-6 {
	margin-left: 50%;
}
.row>.col-7 {
	width: 58.3333333333%;
}
.row>.off-7 {
	margin-left: 58.3333333333%;
}
.row>.col-8 {
	width: 66.6666666667%;
}
.row>.off-8 {
	margin-left: 66.6666666667%;
}
.row>.col-9 {
	width: 75%;
}
.row>.off-9 {
	margin-left: 75%;
}
.row>.col-10 {
	width: 83.3333333333%;
}
.row>.off-10 {
	margin-left: 83.3333333333%;
}
.row>.col-11 {
	width: 91.6666666667%;
}
.row>.off-11 {
	margin-left: 91.6666666667%;
}
.row>.col-12 {
	width: 100%;
}
.row>.off-12 {
	margin-left: 100%;
}
.row.gtr-0 {
	margin-top: 0;
	margin-left: 0em;
}
.row.gtr-0>* {
	padding: 0 0 0 0em;
}
.row.gtr-0.gtr-uniform {
	margin-top: 0em;
}
.row.gtr-0.gtr-uniform>* {
	padding-top: 0em;
}
.row.gtr-25 {
	margin-top: 0;
	margin-left: -0.75em;
}
.row.gtr-25>* {
	padding: 0 0 0 0.75em;
}
.row.gtr-25.gtr-uniform {
	margin-top: -0.75em;
}
.row.gtr-25.gtr-uniform>* {
	padding-top: 0.75em;
}
.row.gtr-50 {
	margin-top: 0;
	margin-left: -1.5em;
}
.row.gtr-50>* {
	padding: 0 0 0 1.5em;
}
.row.gtr-50.gtr-uniform {
	margin-top: -1.5em;
}
.row.gtr-50.gtr-uniform>* {
	padding-top: 1.5em;
}
.row {
	margin-top: 0;
	margin-left: -3em;
}
.row>* {
	padding: 0 0 0 3em;
}
.row.gtr-uniform {
	margin-top: -3em;
}
.row.gtr-uniform>* {
	padding-top: 3em;
}
.row.gtr-150 {
	margin-top: 0;
	margin-left: -4.5em;
}
.row.gtr-150>* {
	padding: 0 0 0 4.5em;
}
.row.gtr-150.gtr-uniform {
	margin-top: -4.5em;
}
.row.gtr-150.gtr-uniform>* {
	padding-top: 4.5em;
}
.row.gtr-200 {
	margin-top: 0;
	margin-left: -6em;
}
.row.gtr-200>* {
	padding: 0 0 0 6em;
}
.row.gtr-200.gtr-uniform {
	margin-top: -6em;
}
.row.gtr-200.gtr-uniform>* {
	padding-top: 6em;
}
@media screen and (max-width: 1680px) {
	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}
	.row>* {
		box-sizing: border-box;
	}
	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}
	.row.aln-left {
		justify-content: flex-start;
	}
	.row.aln-center {
		justify-content: center;
	}
	.row.aln-right {
		justify-content: flex-end;
	}
	.row.aln-top {
		align-items: flex-start;
	}
	.row.aln-middle {
		align-items: center;
	}
	.row.aln-bottom {
		align-items: flex-end;
	}
	.row>.imp-wide {
		order: -1;
	}
	.row>.col-1-wide {
		width: 8.3333333333%;
	}
	.row>.off-1-wide {
		margin-left: 8.3333333333%;
	}
	.row>.col-2-wide {
		width: 16.6666666667%;
	}
	.row>.off-2-wide {
		margin-left: 16.6666666667%;
	}
	.row>.col-3-wide {
		width: 25%;
	}
	.row>.off-3-wide {
		margin-left: 25%;
	}
	.row>.col-4-wide {
		width: 33.3333333333%;
	}
	.row>.off-4-wide {
		margin-left: 33.3333333333%;
	}
	.row>.col-5-wide {
		width: 41.6666666667%;
	}
	.row>.off-5-wide {
		margin-left: 41.6666666667%;
	}
	.row>.col-6-wide {
		width: 50%;
	}
	.row>.off-6-wide {
		margin-left: 50%;
	}
	.row>.col-7-wide {
		width: 58.3333333333%;
	}
	.row>.off-7-wide {
		margin-left: 58.3333333333%;
	}
	.row>.col-8-wide {
		width: 66.6666666667%;
	}
	.row>.off-8-wide {
		margin-left: 66.6666666667%;
	}
	.row>.col-9-wide {
		width: 75%;
	}
	.row>.off-9-wide {
		margin-left: 75%;
	}
	.row>.col-10-wide {
		width: 83.3333333333%;
	}
	.row>.off-10-wide {
		margin-left: 83.3333333333%;
	}
	.row>.col-11-wide {
		width: 91.6666666667%;
	}
	.row>.off-11-wide {
		margin-left: 91.6666666667%;
	}
	.row>.col-12-wide {
		width: 100%;
	}
	.row>.off-12-wide {
		margin-left: 100%;
	}
	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}
	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}
	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}
	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}
	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.75em;
	}
	.row.gtr-25>* {
		padding: 0 0 0 0.75em;
	}
	.row.gtr-25.gtr-uniform {
		margin-top: -0.75em;
	}
	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.75em;
	}
	.row.gtr-50 {
		margin-top: 0;
		margin-left: -1.5em;
	}
	.row.gtr-50>* {
		padding: 0 0 0 1.5em;
	}
	.row.gtr-50.gtr-uniform {
		margin-top: -1.5em;
	}
	.row.gtr-50.gtr-uniform>* {
		padding-top: 1.5em;
	}
	.row {
		margin-top: 0;
		margin-left: -3em;
	}
	.row>* {
		padding: 0 0 0 3em;
	}
	.row.gtr-uniform {
		margin-top: -3em;
	}
	.row.gtr-uniform>* {
		padding-top: 3em;
	}
	.row.gtr-150 {
		margin-top: 0;
		margin-left: -4.5em;
	}
	.row.gtr-150>* {
		padding: 0 0 0 4.5em;
	}
	.row.gtr-150.gtr-uniform {
		margin-top: -4.5em;
	}
	.row.gtr-150.gtr-uniform>* {
		padding-top: 4.5em;
	}
	.row.gtr-200 {
		margin-top: 0;
		margin-left: -6em;
	}
	.row.gtr-200>* {
		padding: 0 0 0 6em;
	}
	.row.gtr-200.gtr-uniform {
		margin-top: -6em;
	}
	.row.gtr-200.gtr-uniform>* {
		padding-top: 6em;
	}
}
@media screen and (max-width: 1280px) {
	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}
	.row>* {
		box-sizing: border-box;
	}
	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}
	.row.aln-left {
		justify-content: flex-start;
	}
	.row.aln-center {
		justify-content: center;
	}
	.row.aln-right {
		justify-content: flex-end;
	}
	.row.aln-top {
		align-items: flex-start;
	}
	.row.aln-middle {
		align-items: center;
	}
	.row.aln-bottom {
		align-items: flex-end;
	}
	.row>.imp-normal {
		order: -1;
	}
	.row>.col-1-normal {
		width: 8.3333333333%;
	}
	.row>.off-1-normal {
		margin-left: 8.3333333333%;
	}
	.row>.col-2-normal {
		width: 16.6666666667%;
	}
	.row>.off-2-normal {
		margin-left: 16.6666666667%;
	}
	.row>.col-3-normal {
		width: 25%;
	}
	.row>.off-3-normal {
		margin-left: 25%;
	}
	.row>.col-4-normal {
		width: 33.3333333333%;
	}
	.row>.off-4-normal {
		margin-left: 33.3333333333%;
	}
	.row>.col-5-normal {
		width: 41.6666666667%;
	}
	.row>.off-5-normal {
		margin-left: 41.6666666667%;
	}
	.row>.col-6-normal {
		width: 50%;
	}
	.row>.off-6-normal {
		margin-left: 50%;
	}
	.row>.col-7-normal {
		width: 58.3333333333%;
	}
	.row>.off-7-normal {
		margin-left: 58.3333333333%;
	}
	.row>.col-8-normal {
		width: 66.6666666667%;
	}
	.row>.off-8-normal {
		margin-left: 66.6666666667%;
	}
	.row>.col-9-normal {
		width: 75%;
	}
	.row>.off-9-normal {
		margin-left: 75%;
	}
	.row>.col-10-normal {
		width: 83.3333333333%;
	}
	.row>.off-10-normal {
		margin-left: 83.3333333333%;
	}
	.row>.col-11-normal {
		width: 91.6666666667%;
	}
	.row>.off-11-normal {
		margin-left: 91.6666666667%;
	}
	.row>.col-12-normal {
		width: 100%;
	}
	.row>.off-12-normal {
		margin-left: 100%;
	}
	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}
	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}
	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}
	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}
	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.5em;
	}
	.row.gtr-25>* {
		padding: 0 0 0 0.5em;
	}
	.row.gtr-25.gtr-uniform {
		margin-top: -0.5em;
	}
	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.5em;
	}
	.row.gtr-50 {
		margin-top: 0;
		margin-left: -1em;
	}
	.row.gtr-50>* {
		padding: 0 0 0 1em;
	}
	.row.gtr-50.gtr-uniform {
		margin-top: -1em;
	}
	.row.gtr-50.gtr-uniform>* {
		padding-top: 1em;
	}
	.row {
		margin-top: 0;
		margin-left: -2em;
	}
	.row>* {
		padding: 0 0 0 2em;
	}
	.row.gtr-uniform {
		margin-top: -2em;
	}
	.row.gtr-uniform>* {
		padding-top: 2em;
	}
	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3em;
	}
	.row.gtr-150>* {
		padding: 0 0 0 3em;
	}
	.row.gtr-150.gtr-uniform {
		margin-top: -3em;
	}
	.row.gtr-150.gtr-uniform>* {
		padding-top: 3em;
	}
	.row.gtr-200 {
		margin-top: 0;
		margin-left: -4em;
	}
	.row.gtr-200>* {
		padding: 0 0 0 4em;
	}
	.row.gtr-200.gtr-uniform {
		margin-top: -4em;
	}
	.row.gtr-200.gtr-uniform>* {
		padding-top: 4em;
	}
}
@media screen and (max-width: 980px) {
	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}
	.row>* {
		box-sizing: border-box;
	}
	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}
	.row.aln-left {
		justify-content: flex-start;
	}
	.row.aln-center {
		justify-content: center;
	}
	.row.aln-right {
		justify-content: flex-end;
	}
	.row.aln-top {
		align-items: flex-start;
	}
	.row.aln-middle {
		align-items: center;
	}
	.row.aln-bottom {
		align-items: flex-end;
	}
	.row>.imp-narrow {
		order: -1;
	}
	.row>.col-1-narrow {
		width: 8.3333333333%;
	}
	.row>.off-1-narrow {
		margin-left: 8.3333333333%;
	}
	.row>.col-2-narrow {
		width: 16.6666666667%;
	}
	.row>.off-2-narrow {
		margin-left: 16.6666666667%;
	}
	.row>.col-3-narrow {
		width: 25%;
	}
	.row>.off-3-narrow {
		margin-left: 25%;
	}
	.row>.col-4-narrow {
		width: 33.3333333333%;
	}
	.row>.off-4-narrow {
		margin-left: 33.3333333333%;
	}
	.row>.col-5-narrow {
		width: 41.6666666667%;
	}
	.row>.off-5-narrow {
		margin-left: 41.6666666667%;
	}
	.row>.col-6-narrow {
		width: 50%;
	}
	.row>.off-6-narrow {
		margin-left: 50%;
	}
	.row>.col-7-narrow {
		width: 58.3333333333%;
	}
	.row>.off-7-narrow {
		margin-left: 58.3333333333%;
	}
	.row>.col-8-narrow {
		width: 66.6666666667%;
	}
	.row>.off-8-narrow {
		margin-left: 66.6666666667%;
	}
	.row>.col-9-narrow {
		width: 75%;
	}
	.row>.off-9-narrow {
		margin-left: 75%;
	}
	.row>.col-10-narrow {
		width: 83.3333333333%;
	}
	.row>.off-10-narrow {
		margin-left: 83.3333333333%;
	}
	.row>.col-11-narrow {
		width: 91.6666666667%;
	}
	.row>.off-11-narrow {
		margin-left: 91.6666666667%;
	}
	.row>.col-12-narrow {
		width: 100%;
	}
	.row>.off-12-narrow {
		margin-left: 100%;
	}
	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}
	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}
	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}
	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}
	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.5em;
	}
	.row.gtr-25>* {
		padding: 0 0 0 0.5em;
	}
	.row.gtr-25.gtr-uniform {
		margin-top: -0.5em;
	}
	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.5em;
	}
	.row.gtr-50 {
		margin-top: 0;
		margin-left: -1em;
	}
	.row.gtr-50>* {
		padding: 0 0 0 1em;
	}
	.row.gtr-50.gtr-uniform {
		margin-top: -1em;
	}
	.row.gtr-50.gtr-uniform>* {
		padding-top: 1em;
	}
	.row {
		margin-top: 0;
		margin-left: -2em;
	}
	.row>* {
		padding: 0 0 0 2em;
	}
	.row.gtr-uniform {
		margin-top: -2em;
	}
	.row.gtr-uniform>* {
		padding-top: 2em;
	}
	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3em;
	}
	.row.gtr-150>* {
		padding: 0 0 0 3em;
	}
	.row.gtr-150.gtr-uniform {
		margin-top: -3em;
	}
	.row.gtr-150.gtr-uniform>* {
		padding-top: 3em;
	}
	.row.gtr-200 {
		margin-top: 0;
		margin-left: -4em;
	}
	.row.gtr-200>* {
		padding: 0 0 0 4em;
	}
	.row.gtr-200.gtr-uniform {
		margin-top: -4em;
	}
	.row.gtr-200.gtr-uniform>* {
		padding-top: 4em;
	}
}
@media screen and (max-width: 736px) {
	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}
	.row>* {
		box-sizing: border-box;
	}
	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}
	.row.aln-left {
		justify-content: flex-start;
	}
	.row.aln-center {
		justify-content: center;
	}
	.row.aln-right {
		justify-content: flex-end;
	}
	.row.aln-top {
		align-items: flex-start;
	}
	.row.aln-middle {
		align-items: center;
	}
	.row.aln-bottom {
		align-items: flex-end;
	}
	.row>.imp-mobile {
		order: -1;
	}
	.row>.col-1-mobile {
		width: 8.3333333333%;
	}
	.row>.off-1-mobile {
		margin-left: 8.3333333333%;
	}
	.row>.col-2-mobile {
		width: 16.6666666667%;
	}
	.row>.off-2-mobile {
		margin-left: 16.6666666667%;
	}
	.row>.col-3-mobile {
		width: 25%;
	}
	.row>.off-3-mobile {
		margin-left: 25%;
	}
	.row>.col-4-mobile {
		width: 33.3333333333%;
	}
	.row>.off-4-mobile {
		margin-left: 33.3333333333%;
	}
	.row>.col-5-mobile {
		width: 41.6666666667%;
	}
	.row>.off-5-mobile {
		margin-left: 41.6666666667%;
	}
	.row>.col-6-mobile {
		width: 50%;
	}
	.row>.off-6-mobile {
		margin-left: 50%;
	}
	.row>.col-7-mobile {
		width: 58.3333333333%;
	}
	.row>.off-7-mobile {
		margin-left: 58.3333333333%;
	}
	.row>.col-8-mobile {
		width: 66.6666666667%;
	}
	.row>.off-8-mobile {
		margin-left: 66.6666666667%;
	}
	.row>.col-9-mobile {
		width: 75%;
	}
	.row>.off-9-mobile {
		margin-left: 75%;
	}
	.row>.col-10-mobile {
		width: 83.3333333333%;
	}
	.row>.off-10-mobile {
		margin-left: 83.3333333333%;
	}
	.row>.col-11-mobile {
		width: 91.6666666667%;
	}
	.row>.off-11-mobile {
		margin-left: 91.6666666667%;
	}
	.row>.col-12-mobile {
		width: 100%;
	}
	.row>.off-12-mobile {
		margin-left: 100%;
	}
	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}
	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}
	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}
	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}
	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.5em;
	}
	.row.gtr-25>* {
		padding: 0 0 0 0.5em;
	}
	.row.gtr-25.gtr-uniform {
		margin-top: -0.5em;
	}
	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.5em;
	}
	.row.gtr-50 {
		margin-top: 0;
		margin-left: -1em;
	}
	.row.gtr-50>* {
		padding: 0 0 0 1em;
	}
	.row.gtr-50.gtr-uniform {
		margin-top: -1em;
	}
	.row.gtr-50.gtr-uniform>* {
		padding-top: 1em;
	}
	.row {
		margin-top: 0;
		margin-left: -2em;
	}
	.row>* {
		padding: 0 0 0 2em;
	}
	.row.gtr-uniform {
		margin-top: -2em;
	}
	.row.gtr-uniform>* {
		padding-top: 2em;
	}
	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3em;
	}
	.row.gtr-150>* {
		padding: 0 0 0 3em;
	}
	.row.gtr-150.gtr-uniform {
		margin-top: -3em;
	}
	.row.gtr-150.gtr-uniform>* {
		padding-top: 3em;
	}
	.row.gtr-200 {
		margin-top: 0;
		margin-left: -4em;
	}
	.row.gtr-200>* {
		padding: 0 0 0 4em;
	}
	.row.gtr-200.gtr-uniform {
		margin-top: -4em;
	}
	.row.gtr-200.gtr-uniform>* {
		padding-top: 4em;
	}
}
@media screen and (max-width: 480px) {
	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}
	.row>* {
		box-sizing: border-box;
	}
	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}
	.row.aln-left {
		justify-content: flex-start;
	}
	.row.aln-center {
		justify-content: center;
	}
	.row.aln-right {
		justify-content: flex-end;
	}
	.row.aln-top {
		align-items: flex-start;
	}
	.row.aln-middle {
		align-items: center;
	}
	.row.aln-bottom {
		align-items: flex-end;
	}
	.row>.imp-mobilep {
		order: -1;
	}
	.row>.col-1-mobilep {
		width: 8.3333333333%;
	}
	.row>.off-1-mobilep {
		margin-left: 8.3333333333%;
	}
	.row>.col-2-mobilep {
		width: 16.6666666667%;
	}
	.row>.off-2-mobilep {
		margin-left: 16.6666666667%;
	}
	.row>.col-3-mobilep {
		width: 25%;
	}
	.row>.off-3-mobilep {
		margin-left: 25%;
	}
	.row>.col-4-mobilep {
		width: 33.3333333333%;
	}
	.row>.off-4-mobilep {
		margin-left: 33.3333333333%;
	}
	.row>.col-5-mobilep {
		width: 41.6666666667%;
	}
	.row>.off-5-mobilep {
		margin-left: 41.6666666667%;
	}
	.row>.col-6-mobilep {
		width: 50%;
	}
	.row>.off-6-mobilep {
		margin-left: 50%;
	}
	.row>.col-7-mobilep {
		width: 58.3333333333%;
	}
	.row>.off-7-mobilep {
		margin-left: 58.3333333333%;
	}
	.row>.col-8-mobilep {
		width: 66.6666666667%;
	}
	.row>.off-8-mobilep {
		margin-left: 66.6666666667%;
	}
	.row>.col-9-mobilep {
		width: 75%;
	}
	.row>.off-9-mobilep {
		margin-left: 75%;
	}
	.row>.col-10-mobilep {
		width: 83.3333333333%;
	}
	.row>.off-10-mobilep {
		margin-left: 83.3333333333%;
	}
	.row>.col-11-mobilep {
		width: 91.6666666667%;
	}
	.row>.off-11-mobilep {
		margin-left: 91.6666666667%;
	}
	.row>.col-12-mobilep {
		width: 100%;
	}
	.row>.off-12-mobilep {
		margin-left: 100%;
	}
	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}
	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}
	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}
	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}
	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.5em;
	}
	.row.gtr-25>* {
		padding: 0 0 0 0.5em;
	}
	.row.gtr-25.gtr-uniform {
		margin-top: -0.5em;
	}
	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.5em;
	}
	.row.gtr-50 {
		margin-top: 0;
		margin-left: -1em;
	}
	.row.gtr-50>* {
		padding: 0 0 0 1em;
	}
	.row.gtr-50.gtr-uniform {
		margin-top: -1em;
	}
	.row.gtr-50.gtr-uniform>* {
		padding-top: 1em;
	}
	.row {
		margin-top: 0;
		margin-left: -2em;
	}
	.row>* {
		padding: 0 0 0 2em;
	}
	.row.gtr-uniform {
		margin-top: -2em;
	}
	.row.gtr-uniform>* {
		padding-top: 2em;
	}
	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3em;
	}
	.row.gtr-150>* {
		padding: 0 0 0 3em;
	}
	.row.gtr-150.gtr-uniform {
		margin-top: -3em;
	}
	.row.gtr-150.gtr-uniform>* {
		padding-top: 3em;
	}
	.row.gtr-200 {
		margin-top: 0;
		margin-left: -4em;
	}
	.row.gtr-200>* {
		padding: 0 0 0 4em;
	}
	.row.gtr-200.gtr-uniform {
		margin-top: -4em;
	}
	.row.gtr-200.gtr-uniform>* {
		padding-top: 4em;
	}
}

/* Container */

.container {
	margin: 0 auto;
	width: 1400px;
}
.container.medium {
	width: 900px;
}
@media screen and (max-width: 1680px) {
	.container {
		width: 1080px;
	}
	.container.medium {
		width: 810px;
	}
	.container {
		width: 90%;
	}
	.container.medium {
		width: 810px;
	}
}
@media screen and (max-width: 1280px) {
	.container {
		width: 95%;
	}
	.container.medium {
		width: 720px;
	}
}
@media screen and (max-width: 980px) {
	.container.medium {
		width: 90%;
	}
	#header h1 a.logo{
		width: 100%;
	}
}
@media screen and (max-width: 736px) {
	.container {
		width: 100%;
	}
	.container.medium {
		width: 100%;
	}
}

/* Section/Article */

section.special, article.special {
	text-align: center;
}
header.major {
	position: relative;
}
header p {
	margin: 0 0 1.5em 0;
	position: relative;
}
header h2+p {
	font-size: 1em;
	margin-top: -0.85em;
	line-height: 1.75em;
}
header h3+p {
	font-size: 0.9em;
	margin-top: -0.75em;
	line-height: 1.75em;
}
header h4+p, header h5+p, header h6+p {
	font-size: 0.8em;
	margin-top: -0.75em;
	line-height: 1.75em;
}

/* Form */

form {
	margin: 0 0 2em 0;
}
label {
	color: #2a2a2a;
	display: block;
	font-size: 0.9em;
	font-weight: 600;
	margin: 0 0 1em 0;
}
input[type="tel"], input[type="text"], input[type="password"], input[type="email"], select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
	background: #eee;
}
select{
border: solid 2px #dce;
}
input[type="tel"]:invalid, input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, select:invalid, textarea:invalid {
	box-shadow: none;
}
input[type="tel"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
	border-color: #51c5e8;
}
select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23000' /%3E%3C/svg%3E");
	background-size: 1.25em;
	background-repeat: no-repeat;
	background-position: calc(100% - 1em) center;
	height: 3.5em;
	padding-right: 3.5em;
	text-overflow: ellipsis;
}
select:focus::-ms-value {
	background-color: transparent;
}
select::-ms-expand {
	display: none;
}
select option {
	color: #2a2a2a;
	background: #fff;
}
input[type="tel"], input[type="text"], input[type="password"], input[type="email"], select {
	height: 3.5em;
}
textarea {
	padding: 0.75em 1em;
}
input[type="checkbox"], input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}
input[type="checkbox"]+label, input[type="radio"]+label {
	text-decoration: none;
	color: #4a4a4a;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 300;
	padding-left: 2.85em;
	padding-right: 0.75em;
	position: relative;
}
input[type="checkbox"]+label:before, input[type="radio"]+label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
input[type="checkbox"]+label:before, input[type="radio"]+label:before {
	background: rgba(144, 144, 144, 0.05);
	border: solid 2px #dce;
	content: '';
	display: inline-block;
	height: 2.1em;
	left: 0;
	line-height: 1.925em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 2.1em;
}
input[type="checkbox"]:checked+label:before, input[type="radio"]:checked+label:before {
	background: #1d2726;
	border-color: #1d2726;
	color: #ffffff;
	content: '\f00c';
}
input[type="checkbox"]:focus+label:before, input[type="radio"]:focus+label:before {
	border-color: #51c5e8;
}
input[type="radio"]+label:before {
	border-radius: 100%;
}
::-webkit-input-placeholder {
	color: #555 !important;
	opacity: 1.0;
}
:-moz-placeholder {
	color: #555 !important;
	opacity: 1.0;
}
::-moz-placeholder {
	color: #555 !important;
	opacity: 1.0;
}
:-ms-input-placeholder {
	color: #555 !important;
	opacity: 1.0;
}


/* Box */

.box {
	margin-bottom: 2em;
	padding: 1.5em;
	background: #fff;
}
.error404 .box {
	background: #eae1f4;
}
.box> :last-child, .box> :last-child> :last-child, .box> :last-child> :last-child> :last-child {
	margin-bottom: 0;
}
.box.alt {
	border: solid 1px #9d9db4;
	padding: 1em;
	background: #fff;
}
.box.sub {
	padding: 1em;
	background: #fff;
}

/* Icon */

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}
.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
.icon>.label {
	display: none;
}

/* Image */

.image {
	border: 0;
	display: inline-block;
	position: relative;
}
.image.link:before {
	background: url("images/overlay.png");
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.image img {
	display: block;
}
.image.left {
	float: left;
	margin: 0 1.5em 1em 0;
	top: 0.25em;
}
.image.right {
	float: right;
	margin: 0 0 1em 1.5em;
	top: 0.25em;
}
.image.fit {
	display: block;
	/* margin: 0 0 3em 0; */
	width: 100%;
}
.image.fit img {
	display: block;
	width: 100%;
}

/* List */

ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}
ol li {
	padding-left: 0.25em;
	margin-bottom: .5em;
}
ol li li {
	margin-bottom: 0;
}
ol li ol {
	margin-bottom: 0;
}
ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}
ul li {
	padding-left: 0.5em;
}
ul.alt {
	list-style: none;
	padding-left: 0;
}
ul.alt li {
	border-top: solid 1px #dce;
	padding: 0.5em 0;
}
ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}
ul.searchbx {
	list-style: none;
	margin: 0 0 2em 0;
	padding-left: 0em;
}
ul.searchbx li {
	border-top: solid 1px #dce;
	padding: 0.5em 0;
}
ul.searchbx p {
	margin-bottom: 0;
	margin-top: .3em;
}
.post ul, #content ul.infoul {
	padding-left: .5em;
}
.post ul li, #content ul.infoul li {
	list-style-type: none;
	text-indent: -1em;
}
.post ul li:before, #content ul.infoul li:before {
	display: inline;
	content: "・";
}
dl {
	margin: 0 0 2em 0;
}

/* Actions */

ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
	font-family: korolev, sans-serif;
	font-weight: 700;
	font-style: normal;
}
ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle;
}
ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}
ul.actions.special li:first-child {
	padding-left: 0;
}
ul.actions.stacked {
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
}
ul.actions.stacked li {
	padding: 0;
	margin-bottom: .5em;
}
ul.actions.stacked li:first-child {
	padding-top: 0;
}
.box.alt ul.actions.stacked li:last-child {
	margin-bottom: 0
}
ul.actions.fit {
	width: calc(100% + 1em);
}
ul.actions.fit li {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
}
ul.actions.fit li>* {
	width: 100%;
}
ul.actions.fit.stacked {
	width: 100%;
}
@media screen and (max-width: 736px) {
	ul.actions:not(.fixed) {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		width: 100% !important;
	}
	ul.actions:not(.fixed) li {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		padding: 1em 0 0 0;
		text-align: center;
		width: 100%;
	}
	ul.actions:not(.fixed) li>* {
		width: 100%;
	}
	ul.actions:not(.fixed) li:first-child {
		padding-top: 0;
	}
	ul.actions:not(.fixed) li input[type="submit"], ul.actions:not(.fixed) li input[type="reset"], ul.actions:not(.fixed) li input[type="button"], ul.actions:not(.fixed) li button, ul.actions:not(.fixed) li .button {
		width: 100%;
	}
	ul.actions:not(.fixed) li input[type="submit"].icon:before, ul.actions:not(.fixed) li input[type="reset"].icon:before, ul.actions:not(.fixed) li input[type="button"].icon:before, ul.actions:not(.fixed) li button.icon:before, ul.actions:not(.fixed) li .button.icon:before {
		margin-left: -0.5em;
	}
}

/* Icons */

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}
ul.icons li {
	display: inline-block;
	padding: 0 1em 0 0;
}
ul.icons li:last-child {
	padding-right: 0;
}
ul.icons li .icon:before {
	font-size: 1.5em;
}

/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}
table {
	margin: 0 0 2em 0;
	width: 100%;
}
table tbody tr {
	border: dotted 1px #ccc;
	border-left: 0;
	border-right: 0;
}
table tbody tr:nth-child(2n+1) {
	/* background-color: rgba(47, 47, 47, 0.05); */
}
table tbody tr td:first-child{
	white-space: nowrap;
}
.single-program table.srese tbody tr td:first-child{
	white-space: normal;
}

table td {
	padding: 0.5em 0.5em;
}
table th {
	color: #2a2a2a;
	font-size: 0.9em;
	font-weight: 600;
	padding: 0 0.5em 0.5em 0.5em;
	text-align: left;
}
table thead {
	border-bottom: solid 2px #dce;
}
table tfoot {
	border-top: solid 2px #dce;
}
table.alt {
	border-collapse: separate;
}
table.alt tbody tr td {
	border: solid 1px #ccc;
	border-left-width: 0;
	border-top-width: 0;
}
table.alt tbody tr td:first-child {
	border-left-width: 1px;
}
table.alt tbody tr:first-child td {
	border-top-width: 1px;
}
table.alt thead {
	border-bottom: 0;
}
table.alt tfoot {
	border-top: 0;
}

/* Button */

input[type="submit"], input[type="reset"], input[type="button"], button, .button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 600;
	line-height: 3em;
	overflow: hidden;
	padding: .1em 2.2em;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
-moz-opacity: 0.8;
opacity: 0.8;
filter: alpha(opacity=80);
}
input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active {
-moz-opacity: 0.8;
opacity: 0.8;
filter: alpha(opacity=80);
}
input[type="submit"].icon, input[type="reset"].icon, input[type="button"].icon, button.icon, .button.icon {
	padding-left: 2.35em;
	vertical-align: middle;
	background: #000000;
	color: #fff;
}
input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before {
	margin-right: 0.5em;
}
input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit {
	width: 100%;
}
input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small {
	vertical-align: middle;
	background: #dce;
	color: #000;
}
input[type="submit"].large, input[type="reset"].large, input[type="button"].large, button.large, .button.large {
	font-size: 1em;
	height: 3em;
	line-height: 3em;
}
input[type="submit"].alt, input[type="reset"].alt, input[type="button"].alt, button.alt, .button.alt {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #dce;
	color: #000;
}
input[type="submit"].alt:hover, input[type="reset"].alt:hover, input[type="button"].alt:hover, button.alt:hover, .button.alt:hover {
	background-color: rgba(144, 144, 144, 0.05);
}
input[type="submit"].alt:active, input[type="reset"].alt:active, input[type="button"].alt:active, button.alt:active, .button.alt:active {
	background-color: rgba(144, 144, 144, 0.1);
}
input[type="submit"].alt.icon:before, input[type="reset"].alt.icon:before, input[type="button"].alt.icon:before, button.alt.icon:before, .button.alt.icon:before {
	color: #bbb;
}
input[type="submit"].primary, input[type="reset"].primary, input[type="button"].primary, button.primary, .button.primary {
	background-color: #51c5e8;
	color: #ffffff !important;
}
input[type="submit"].primary:hover, input[type="reset"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover {
	background-color: #68cdeb;
}
input[type="submit"].primary:active, input[type="reset"].primary:active, input[type="button"].primary:active, button.primary:active, .button.primary:active {
	background-color: #3abde5;
}
a.disabled, a.disabled img {
	opacity: 0.5;
	cursor: default;
	background: #000;
	pointer-events: none;
}
input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled {
	background-color: #4a4a4a !important;
	box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
	color: #fff !important;
	cursor: default;
	opacity: 0.25;
}

/* Feature */

.feature {
	margin: 0 0 2em 0;
	padding: 2em 0 2em 9em;
	position: relative;
}
.feature i {
	border-radius: 100%;
	border: solid 3px #dce;
	color: #51c5e8;
	display: block;
	height: 7em;
	left: 0;
	line-height: 6.75em;
	margin-top: -0.5em;
	position: absolute;
	text-align: center;
	top: 2em;
	width: 7em;
}
.feature i:before {
	font-size: 40px;
}
.feature h3 {
	margin-bottom: 0.5em;
}
.feature p {
	margin-bottom: 0;
}

/* Image Feature */

.image-feature {
	position: relative;
	text-align: center;
	margin: 1em 0 1em 0;
	padding-top: 72px;
}
.image-feature>a {
	display: block;
}
.image-feature header {
	left: 0;
	padding: 1.5em 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	color: #fff;
}
.image-feature a header h3 {
	color: #fff;
}
.image-feature header.first {
	background: #b83fb1;
}
.image-feature header.second {
	background: #8c3bc5;
}
.image-feature header.third {
	background: #3e3fb8;
}
.image-feature header:before {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: -0.5em;
	content: '';
	display: block;
	height: 1em;
	left: 50%;
	margin-left: -0.5em;
	position: absolute;
	width: 1em;
}
.image-feature header.first:before {
	background: #b83fb1;
}
.image-feature header.second:before {
	background: #8c3bc5;
}
.image-feature header.third:before {
	background: #3e3fb8;
}
.image-feature header h3 {
	font-size: 1em;
	margin: 0;
}
.image-feature .image {
	margin: 0;
}
.image-feature p {
	margin: 0;
}
.image-feature footer {
	background: #1d2726;
	background: rgb(255, 255, 255);
	bottom: 0;
	left: 0;
	padding: .5em;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.image-feature footer input[type="submit"].alt, .image-feature footer input[type="reset"].alt, .image-feature footer input[type="button"].alt, .image-feature footer button.alt, .image-feature footer .button.alt {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
	color: #fff !important;
}

/* Wrapper */

.wrapper {
	padding: 2em 0 2em 0;
}
.wrapper.style1 {
	background: #ffffff;
	color: #000000;
}
.wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6, .wrapper.style1 strong {
	color: #000000;
}
.wrapper.style1 header.major:after {
	background: rgba(255, 255, 255, 0.25);
}
.wrapper.style2 {
	background: #ffffff;
	padding: 0;
}
.wrapper.style2 #main {
	padding: 2em 0 0 0;
}
.wrapper.style3 {
	background: #000000;
}
#path.wrapper.style3 {
	padding: 1em 0 1em 0;
}
.wrapper.style4 {
	background: #ffffff;
}
.wrapper.style5 {
	background-color: #f6f6f6;
	padding: 2em 0 2em 0;
	background-attachment: scroll, fixed;
	background-image: url("../../images/footer.jpg");
	background-position: center center, center center;
	background-repeat: repeat, no-repeat;
	background-size: cover;
	background-color: rgba(247, 247, 247, 0.8);
	background-blend-mode: lighten;
}
.wrapper.style5 strong{
color: #000;
}
.wrapper.style5 img {
	width: 50%;
	margin-top: 1em;
}
.wrapper.style6 {
	text-align: right;
}
.wrapper.style6 ul li a {
	margin-bottom: 0;
	display: block;
}
.wrapper.style6 ul li {
	margin: 0 0 0 auto;
}
.wrapper.style7{
	padding-top: 0;
}
/* Header */

#page-wrapper {
	padding-top: 4.5em;
}
#header {
	background: #ffffff;
	color: #000;
	cursor: default;
	height: 4.5em;
	left: 0;
	line-height: 4.25em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
}
#header h1 {
	color: #fff;
	height: inherit;
	left: 1.25em;
	line-height: inherit;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
#header h1 a.logo span {
	display: none;
}
#header h1 a.logo {
	background-image: url("../../images/logo.png");
	background-size: 300px 51px;
	left: 0;
	margin: 16px 0 0 0;
	padding: 0;
	position: absolute;
	top: 0;
	margin-bottom: 0;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	width: 300px;
	height: 51px;
}
.lang-ja #header h1 a.logo {
background-image: url("../../images/logo-ja.png");
}
#header h1 a {
	font-size: 1em;
}
#header h1 a:before {
	color: #51c5e8;
	margin-right: 0.35em;
}
#header nav {
	font-weight: 600;
	height: 84px;
	line-height: 84px;
	position: absolute;
	right: 1.5em;
	top: 0;
	vertical-align: middle;
}
#header nav>ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#header nav>ul>li {
	display: inline-block;
	margin-left: 1.5em;
	padding-left: 0;
}
#header nav>ul>li a {
	color: #000;
	display: inline-block;
	text-decoration: none;
	height: 84px;
}

#header nav>ul>li a:before {
	margin-right: 0.5em;
	opacity: 0.5;
}
#header nav>ul>li a:hover {
	color: #a539da;
}
#header nav>ul>li.active>a {
	color: #a539da;
}
#header nav>ul>li:first-child {
	margin-left: 0;
}
#header nav>ul>li input[type="submit"], #header nav>ul>li input[type="reset"], #header nav>ul>li input[type="button"], #header nav>ul>li button, #header nav>ul>li .button {
	font-size: 1em;
	height: 2.25em;
	line-height: 2.25em;
	margin-bottom: 0;
	padding: 0 1em;
	position: relative;
	top: -0.125em;
	vertical-align: middle;
}
#header nav>ul>li>ul {
	display: none;
}
#header .container {
	position: relative;
}
#header .container h1 {
	left: 0;
}
#header .container nav {
	right: 170px;
}
#header .langnv {
	right: 0px;
	margin: 0;
	list-style: none;
	position: absolute;
	height: 84px;
	line-height: 84px;
	font-size: .8em;
}
#header .langnv a{
	color: #444;
}
#header .langnv img{
	vertical-align: middle;
}
#header .langnv li{
	display: inline;
	padding-left: 0;
}
#header .langnv li:first-child::after {
  content: "/";
  display: inline-block;
  margin: 0 0.1em 0 0.3em;
  color: inherit;
}

.accordion-click.icontact{
	right: 100px;
}
.accordion-click.icart{
right: 80px;
}
.dropotron {
	background: #1d2726;
	color: #fff;
	font-weight: 600;
	list-style: none;
	margin-top: -1em;
	min-width: 14em;
	padding: 1.25em 0;
	text-transform: uppercase;
}
.dropotron li{
	padding-left: 0;
}
.dropotron.level-0 {
	font-size: 0.8em;
	margin-top: 1em;
}
.dropotron.level-0:before {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #1d2726;
	content: '';
	display: block;
	height: 1em;
	position: absolute;
	right: 1.5em;
	top: -0.5em;
	width: 1em;
}
.dropotron li>a {
	-moz-transition: color 0.5s ease-in-out;
	-webkit-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
	color: #ccc;
	display: block;
	padding: 0.125em 1.25em;
	text-decoration: none;
}
.dropotron li>a:hover {
	color: #fff;
}
.dropotron li.active>a {
	color: #fff;
}

/* Banner */

#banner {
	background-color: #f6f6f6;
	background-attachment: scroll;
	background-image: url("images/overlay.png"), url("../../images/banner2.jpg");
	background-position: top left, center center;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	color: #fff;
	padding: 6em 0;
	position: relative;
	text-align: center;
}
#banner:after {
	-moz-transition: opacity 4s ease-in-out;
	-webkit-transition: opacity 4s ease-in-out;
	-ms-transition: opacity 4s ease-in-out;
	transition: opacity 4s ease-in-out;
	background: #000000;
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#banner :last-child {
	margin-bottom: 0;
}
#banner .inner {
	/* background: #1d2726; */
	display: inline-block;
	padding: 3.5em 5em;
	position: relative;
	z-index: 2;
}
#banner .inner h2 {
	color: inherit;
	font-size: 2vw;
	letter-spacing: 0.09em;
	line-height: 1.35em;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.708);
}
#banner .inner h3{
	font-size: 1.8vw;
	color: #fff;
	font-weight: 400;
	margin-top: 1em;
	text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.708);
}
#banner .inner h2:before, #banner .inner h2:after {
	content: none;
}
#banner .inner p {
	font-size: 1em;
	line-height: 2em;
	margin: 2em 0 0 0;
	padding: 2em 0 0 0;
	position: relative;
	text-transform: uppercase;
	top: -0.25em;
}

#banner .inner .actions {
	margin-top: 2em;
}
#banner .inner input[type="submit"].alt, #banner .inner input[type="reset"].alt, #banner .inner input[type="button"].alt, #banner .inner button.alt, #banner .inner .button.alt {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
	color: #fff !important;
}
body.is-preload #banner:after {
	opacity: 1.0;
}

/* Main */

#main>header.major {
	margin: 0;
	text-align: left;
}
#main>header.major a{
	border-bottom: none;
	color: #000;
}

/* One */

#one.wrapper {
padding: 2em 0 2em 0;
}

#one p {
	line-height: 1.75em;
	margin: 0;
	padding-bottom: 2em;
}
.lang-en #one p {
	line-height: 1.6em;
}

/* Footer */

#footer {
	background: #000000;
	color: #ffffff;
	padding: 4em 0 3em 0;
}
#footer .icons {
	padding-left: 0;
}
#footer .icons li {
	padding: 0 2em 0 0;
}
#footer .icons li:last-child {
	padding-right: 0;
}
#footer .icons li a {
	-moz-transition: color 0.5s ease-in-out;
	-webkit-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
	color: #666;
}
#footer .icons li a:hover {
	color: #fff;
}
#footer .copyright {
	font-size: 0.8em;
	margin: 0;
}
#footer .copyright p{
	font-size: .9em;
	margin-bottom: .5em;
	line-height: 1.8em;
	text-align: left;
}
#popinline img{max-width: 100%;height: auto;}
#popinline{background: #fff;padding: 2em;}
#popinline p{letter-spacing: 0.05em;margin-bottom: 0;}


/* Wide */

@media screen and (max-width: 1680px) {


}

/* Normal */

@media screen and (max-width: 1280px) {
	/* Basic */
	body, input, select, textarea {
		font-size: 12pt;
	}
	#header .langnv {
		height: 72px;
		line-height: 72px;
	}
	/* Feature */
	.feature {
		padding-left: 7em;
	}
	.feature i {
		height: 5em;
		line-height: 4.75em;
		margin-top: 0;
		width: 5em;
	}
	.feature i:before {
		font-size: 32px;
	}
	/* Wrapper */
	.wrapper {
		padding: 2em 0 2em 0;
	}
	/* Banner */
	#banner {
		background-attachment: scroll;
		padding: 10em 0;
	}
	#banner .inner {
		padding: 3em 4em;
	}

	/* Main */
	#main {
		padding: 2em 0;
	}
	/* One */
	#one .inner {
		/* margin-top: -4em; */
		/* padding-right: 4em; */
	}
	#one .device {
		border-width: 35px;
	}
	#one .device:after {
		margin-top: -22px;
	}
	#banner .inner h2 {
	font-size: 3vw;
	}
	#header h1 a.logo {
	margin: 10px 0 0 0;
	}
}

/* Narrow */

#navPanel, #navButton {
	display: none;
}
@media screen and (max-width: 980px) {

	/* Basic */
	html, body {
		overflow-x: hidden;
	}
	body, input, select, textarea {
		font-size: 11pt;
	}
	h2 {
		font-size: 1.25em;
		line-height: 1.75em;
	}
	h3 {
		font-size: 1.1em;
		line-height: 1.5em;
	}
	h4 {
		font-size: 1em;
		line-height: 1.5em;
	}
	/* Section/Article */
	section.special, article.special {
		text-align: center;
	}
	header h2+p {
		font-size: 0.9em;
	}
	header h3+p {
		font-size: 0.8em;
	}
	header h4+p, header h5+p, header h6+p {
		font-size: 0.8em;
	}
	#footer .copyright p br{
		display: none;
	}
	/* Feature */
	.feature {
		padding-left: 9em;
	}
	.feature i {
		height: 7em;
		line-height: 6.75em;
		margin-top: -0.5em;
		width: 7em;
	}
	.feature i:before {
		font-size: 42px;
	}
	/* Image Feature */
	.image-feature .image {
		max-height: 30em;
		overflow: hidden;
	}

	#header .container nav {
		display: none;
	}
	#header .container h1 {
		left: 0;
		width: 100%;
	}
	#header h1 a.logo {
		padding: 0;
		margin: 0;
		position: relative;
		top: 8px;
		margin-bottom: 0;
		display: inline-block;
		background-position: center center;
		background-repeat: no-repeat;
		margin-left: 21px;
	}
	/* Banner */
	#banner {
		padding: 10em 0 10em 0;
	}
	#banner .inner {
		padding: 3em;
	}

	/* Main */
	#main>header.major {
		margin: 0;
	}
	/* One */
	#one p {
		font-size: 1em;
	}
	#one .inner {

	}
	#one .device {
		display: block;
		margin: 4em auto 0 auto;
		max-width: 100%;
		width: 30em;
	}

	
	/* Off-Canvas Navigation */
	#page-wrapper {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		padding-bottom: 1px;
	}
	#navButton {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 4.5em;
		right: 0;
		position: fixed;
		top: 0;
		width: 3em;
		z-index: 10003;
	}
	#navButton .toggle {
		text-decoration: none;
		height: 100%;
		right: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	#header .langnv {
	right: 70px;
	height: 66px;
	line-height: 66px;
	font-size: 1em;
	}
	
	#navButton .toggle:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-transform: none !important;
	}
	#navButton .toggle:before {
		color: #000000;
		content: '\f0c9';
		display: block;
		font-size: 18px;
		height: 2.35em;
		right: .7em;
		line-height: 2.35em;
		position: absolute;
		text-align: center;
		top: 0.7em;
		width: 2em;
	}
	body.navPanel-visible #navButton .toggle:before{
		content: none;
		color: #ffffff;
		right: 0;
		top: 0;
	}
	body.navPanel-visible #navPanel:after{
		content: '\f00d';
		color: #ffffff;
		position: absolute;
		right: 20px;
		top: 20px;
		font-family: FontAwesome;
	}
	#navPanel {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.1));
		background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.1));
		background-image: -ms-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.1));
		background-image: linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.1));
		display: block;
		height: 100%;
		right: 0;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 275px;
		z-index: 10002;
		background: #1d2726;
		color: #c7c9c9;
		padding: 3em 1.5em 2em;
	}
	#navPanel .link.depth-1{
		padding-left: .3em;
	}
	#navPanel .link.depth-1 .indent-1:after{
		content: '-';
		padding-right: .3em;
	}
	#navPanel .link {
		border-top: solid 1px rgba(255, 255, 255, 0.2);
		color: #fdffff;
		display: block;
		font-size: 0.8em;
		font-weight: 600;
		height: 3.5em;
		line-height: 3.5em;
		text-decoration: none;
		text-transform: uppercase;
	}
	#navPanel .link:first-child {
		border-top: 0;
	}
	#navPanel .link.depth-0 {
		color: #ffffff;
	}
	#navPanel .link .indent-1 {
		display: inline-block;
		width: 1.25em;
	}
	#navPanel .link .indent-2 {
		display: inline-block;
		width: 2.5em;
	}
	#navPanel .link .indent-3 {
		display: inline-block;
		width: 3.75em;
	}
	#navPanel .link .indent-4 {
		display: inline-block;
		width: 5em;
	}
	#navPanel .link .indent-5 {
		display: inline-block;
		width: 6.25em;
	}

	body.navPanel-visible #page-wrapper {
		/* -moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px); */
	}
	body.navPanel-visible #navButton {
		/* -moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px); */
	}
	body.navPanel-visible #navPanel {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.image-feature {
	padding-top: 66px;
	}
	#header .container{
		width: 100%;
	}
	#header .accordion-click.icontact{
		display: none;
	}
}

/* Mobile */

@media screen and (max-width: 736px) {
	/* Basic */
	body, input, select, textarea {
		font-size: 12pt;
	}
	#header h1 a.logo {
		margin-left: 18px;
	}
	.inner {
		padding: 0 1.25em;
	}
	/* Feature */
	.feature {
		margin: 0 auto 2em auto;
		max-width: 100%;
		padding: 0;
		text-align: center;
		width: 30em;
	}
	.feature i {
		left: 0;
		margin: 0 auto 2em auto;
		position: relative;
		top: 0;
	}
	
	/* Image Feature */
	
	.image-feature .image {
		max-height: none;
	}
	.image-feature header {
	height: 46px;
	}
	.image-feature header h3 {
	font-size: .8em;
	}
	#footer .copyright p{
		font-size: 1em;
	}
	/* Wrapper */
	.wrapper {
		padding: 1.25em;
	}
	#path.wrapper.style3{
		padding: 1.25em;
	}
	/* Banner */
	#banner {
		padding: 3em 0 3em 0;
	}
	#banner .inner {
		padding: 2em 1.25em;
		width: 100%;
	}

	#banner .inner p {
		margin: 1.5em 0 0 0;
		padding: 1.5em 0 0 0;
		text-align: left;
	}
	/* One */
	#one .device {
		border-width: 20px;
		margin-top: 2em;
		max-width: 100%;
		width: 25em;
	}
	#one .device:after {
		height: 8px;
		margin: -13px 0 0 -4px;
		width: 8px;
	}
	#one p {
		padding-bottom: 1em;
	}
	#banner .inner h2 {
	font-size: 3.8vw;
	}
	#banner .inner h3 {
	font-size: 4vw;
	}
	#four .topnews h3{
		margin-bottom: 1em;
	}
	.archive.lang-en li.news-list_item,
	.topnews li.news-list_item{
		border: solid 1px #000;
		margin-bottom: 1em;
		padding: .5em 1em;
	}
	.archive.lang-en li.news-list_item:last-child,
	.topnews li.news-list_item:last-child{
		padding-bottom: .5em;
	}
	.archive.lang-en .news-list_item .label,
	.topnews .news-list_item .label{
		display: block;
		border: none;
		width: 100%;
		text-align: left;
		padding: 0;
		font-size: 1em;
	}
	.topnews .news-list_date{
		width: 100%;
	}
	.archive.lang-en .news-list_item .label{
		margin-top: .7em;
	}

}

/* Mobile (Portrait) */

@media screen and (max-width: 480px) {
	/* Basic */
	html, body {
		min-width: 320px;
	}
	body, input, select, textarea {
		font-size: 12pt;
	}
	h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
		display: none;
	}
	h2 {
		font-size: 1.15em;
		line-height: 1.75em;
	}
	h3 {
		font-size: 1em;
		line-height: 1.5em;
	}
	#header h1 a.logo {
	background-size: 180px 37px;
	width: 180px;
	height: 37px;
	top: 15px;
	}
	
	
	#banner .inner h2 {
	font-size: 3.5vw;
	}
	/* List */
	ul.actions {
		margin: 0 0 2em 0;
	}
	ul.actions li {
		display: block;
		padding: 1em 0 0 0;
		text-align: center;
		width: 100%;
	}
	ul.actions li:first-child {
		padding-top: 0;
	}
	ul.actions li>* {
		margin: 0 !important;
		width: 100%;
	}
	ul.actions li>*.icon:before {
		margin-left: -2em;
	}
	ul.actions.small li {
		padding: 0.5em 0 0 0;
	}
	ul.actions.small li:first-child {
		padding-top: 0;
	}
	/* Button */
	input[type="submit"], input[type="reset"], input[type="button"], button, .button {
		
	}
	/* One */
	#one .device {
		border-width: 15px;
	}
	#one .device:after {
		height: 5px;
		margin: -10px 0 0 -2.5px;
		width: 5px;
	}
}
.dtnon {
	display: none!important;
}
li.news-list_item {
	list-style: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
li.news-list_item:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.news-list {
	margin-bottom: 28px;
	text-align: left;
}
ul.news-list {
	padding: 0;
}
.news-list_item {
	padding: 10px 2px;
}
.news-list_date {
	margin-right: 13px;
	float: left;
	margin-top: 0px;
	color: #000;
	font-size: .9em;
	width: 100px;
}


.news-list_text {
	margin-left: 220px;
	color: #000;
}
.pagelist .news-list_text {
	margin-left: 180px;
}
.news-list_text a {
	color: #444;
}
.label {
	font-size: .8em;
	line-height: 1em;
	position: relative;
	top: -3px;
	display: inline-block;
	padding: 7px;
	text-align: center;
	vertical-align: middle;
}
.news-list_label {
	margin-right: 20px;
	float: left;
}
.news-list_item .label {
	border: 1px solid #000;
	color: #000;
	margin-top: 4px;
	width: 250px;
	background: #fff;
}
.news-list_item .label.con{
	border:none;
	color: #fff;
	background: rgba(184, 62, 177, 0.8);
}
.news-list_item .label.doc{
	border:none;
	color: #fff;
	background: rgba(140, 59, 197, 0.8);
}
.news-list_item .label.dia{
	border:none;
	color: #fff;
	background: rgba(62, 63, 184, 0.8);
}
.page-id-1042 .lang-ja .news-list_item .label{
	width: 170px;
}
.lang-en .pagelist .news-list_item .label{
	width: 170px;
}
.news-list_item .label a {
	color: #fff;
}

#four h3:before, #four h3:after, .image-feature header h3:before, .image-feature header h3:after, .hdline h4:before, .hdline h4:after {
	content: none;
}
.page-template-temp-donationfaq h4:after {
	content: none;
}
.page-template-temp-donationfaq h4 {
	font-size: 1em;
	margin-bottom: .5em;
}
.page-template-temp-donationfaq h4:before {
	position: relative;
	font-family: FontAwesome;
	display: inline-block;
	font-size: 1em;
	bottom: 0em;
	color: #000;
	content: "Q.";
	padding-right: 0;
}
.hdline h4 {
	font-weight: 400;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	position: relative;
	font-size: 1.3em;
	line-height: 1em;
	text-align: center;
	font-size: 1.2em;
}
.hdline h4:after {
	background: #333;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 7px;
	width: 100%;
	z-index: 0;
}
.hdline h4 span {
	display: inline-block;
	padding: 0 15px;
	position: relative;
	z-index: 1;
	color: #000;
	background: #ffffff;
}
#four h3,
#three h3 {
	text-align: left;
}
.serttl {
	font-weight: 700;
	border-bottom: 2px #dce solid;
}
.accordion-click, .accordion-content {
	padding: 10px;
}
.accordion-click {
	color: #000;
	cursor: pointer;
	position: absolute;
	right: 60px;
	top: 26px;
	z-index: 10002;
	font-size: .8em;
}
.accordion-content {
	position: absolute;
	background: #000;
	top: 4.5em;
	right: 0;
	width: 100%;
	display: none;
}
.accordion-content form {
	max-width: 500px;
	margin: 0 auto;
}
.serchb{
	padding: 0 6em;
}
.serchb form input[type="text"],
.accordion-content form input[type="text"] {
}
.serchb form button,
.accordion-content form button {
	background: #83b;
	color: #fff;
}
.monly, #header nav>ul>li.monly {
	display: none;
}
.major .page:before {
	content: '\03e';
	margin: 0 .6em;
}
ul.accordion, ul.accordion li {
	list-style: none;
	margin: 0 0 1px 0;
	padding: 0;
}
ul.accordion li li {
	margin: 0;
	padding: 0;
}
ul.accordion li ul {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.accordion {
	width: 100%;
	max-width: 100%;
	margin: 30px auto 20px;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion .linkout {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 15px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion .linkout:hover {
	color: #51c5e8;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li {
	position: relative;
}
.accordion .link {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
.accordion li i {
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i:hover, .accordion li i.fa-chevron-down:hover {
	color: #51c5e8;
}
.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
	padding: 1.2em;
	border: none;
}
.accordion li.open .link {
	color: #4D4D4D;
}
.accordion li.open i {
	color: #4D4D4D;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	border: none;
}
.accordion li.default .submenu {
	display: block;
}
.submenu {
	display: none;
	background: #444359;
	font-size: 14px;
}
.submenu li {
	border-bottom: 1px solid #ffffff;
}
.submenu li li {
	border-top: 1px solid #ffffff;
}
.submenu a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 12px;
	padding-left: 15px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.submenu li li a:before {
	content: '\02022';
	margin: 0 4px;
}
.submenu a:hover {
	background: #000000;
	color: #FFF;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.accordion .link a {
	display: block;
	padding-right: 3em;
	color: #4D4D4D;
}
.pagetop i {
	display: block;
	padding: 0;
	margin: 0;
	line-height: .5em;
}
.pagetop {
	display: block;
	padding: 10px 0;
	background: #a413ca;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
}
.pagetopicon {
	position: relative;
	font-family: korolev, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.footer-row {
	display: table;
	table-layout: fixed;
	margin: auto;
	margin-bottom: 2em;
	color: #ffffff;
	padding-top: 0;
}
.footer-list {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-menu {
	display: table-cell;
	text-align: left;
}
.footer-menu>dt {
	display: inline-block;
	padding: 0 8px 0 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.1;
	width: 24px;
}
.footer-menu>dt .u-vertical {
	white-space: nowrap;
	margin-right: 0;
}
.footer-menu>dd {
	display: inline-block;
	min-height: 150px;
	padding: 0 0 0 8px;
	border-left: 1px solid #fff;
	text-align: left;
}
.footer-menu>dd span {
	padding: 0 0 0 .5em;
	font-weight: 700;
}
.footer-menuList {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.25;
}
.u-vertical {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	max-height: 5em;
}
.footer-menu:after {
	display: block;
	content: '';
	clear: both;
}
.footer-menu, .footer-menu>dd, .footer-menu>dt {
	vertical-align: top;
}
.footer-list>li>a, .footer-list>li>ul>li>a {
	color: #fff;
}
#footer h4{
	color: #fff;
}
ul.def {
	padding-left: .5em;
}
ul.def li {
	list-style-type: none;
	text-indent: -1em;
}
ul.def li:before {
	display: inline;
	content: "\02022";
	font-size: .9em;
	padding-right: .2em;
}
ul.actions {
	margin-bottom: 0;
}
#content {
	margin-bottom: 1em;
}
.elements section {
	margin-bottom: 2em;
}
.topnews {
	position: relative;
}
.btn_more {
	font-size: 12px;
}
.btn_more a span {
	line-height: 1.0;
}
.btn_more a span em {
	border-bottom: 1px dotted #6f6f6f;
	padding-bottom: 3px;
}
.btn_more span:before {
	content: '\03e';
	margin: 0 .6em 0 0;
	color: #51c5e8;
}
.btn_more a {
	color: #000;
}
.btn_more a:hover span em {
	border-bottom: 1px dotted #a9172c;
}
.btn_all {
	position: absolute;
	right: 0;
	top: -.3em;
}
.btn_all a span {
	padding-left: 13px;
	line-height: 1.0;
}
.btn_all a span em {
	border-bottom: 1px dotted #6f6f6f;
	padding-bottom: 3px;
	font-weight: 400!important;
}
.btn_all span:before {
	content: '\03e';
	margin: 0 .6em 0 0;
	color: #51c5e8;
}
.btn_all a {
	color: #000;
}
.btn_all a:hover span em {
	border-bottom: 1px dotted #a9172c;
}
a.text {
	border-bottom: 1px dotted #6f6f6f;
	padding-bottom: 1px;
	color: #000;
}


.inner h3{
	font-size: 1.1em;
	font-weight: bold;
}
.hdl2 h2 {
	display: inline-block;
	min-width: 207px;
	padding-bottom: 8px;
	border-bottom: 2px solid #000;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}
.hdl2 {
	border-bottom: 1px solid #000;
	display: block;
	margin-bottom: 1em;
}
.single .hdl2 {
	margin-bottom: .3em;
}

.single .hdl2 h2 {
	display: inline-block;
	min-width: 207px;
	padding-bottom: 8px;
	border-bottom: 2px solid #000;
	font-size: .7em;
	font-weight: normal;
	margin-bottom: 0;
}
.single .hdl2 {
	border-bottom: 1px solid #000;
	display: block;
	margin-bottom: .3em;
}
h1 {
	position: relative;
	line-height: 1.4;
	display: inline-block;
}

.hdl3 h3 {
	border-bottom: solid 3px black;
	padding-bottom: .3em;
}
.messagepage h4 {
	font-size: 21px;
	line-height: 2;
	padding: 36px 6%;margin-bottom: 0;
}
.messagepage h4:before, .messagepage h4:after {
	content: none;
}
.messagepage .image.fit {
	margin-bottom: 0;
}
.messagepage .sign {
	text-align: right;
	margin-top: 40px;
}
.messagepage .sign>div {
	display: inline-block;
	line-height: 1.6;
	vertical-align: middle;
	text-align: left;
}

.messagepage .ad01{text-align: right;}
.messagepage .ad01 img{width: 270px;max-width:300px; margin-bottom: 1em;}
.messagepage .ad02{text-align: right;}
.messagepage .sign>div:nth-of-type(2) {
	max-width: 230px;
	margin-left: 10px;
}
table.bylaws tbody td:last-child {
	width: 20%;
}
.wpnews .menu input {
	display: none;
}
.wpnews .menu label i {
	display: none;
}
.image.fit.product_1 {
	width: 300px;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.product_1box p {
	width: 50%;
	float: left;
}
.enquete div.mfp_err {
	background-image: none;
	padding-left: 3px;
	color: #9C27B0;
}
.menu label {
	display: none;
}
.menu input {
	display: none;
}
.menu label i {
	display: none;
}
.subsidyctsot {
	position: relative;
	background: rgba(255, 255, 255, 1);
}
.subsidyctsin {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
	background: rgba(11, 10, 10, 0.34);
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding: .5em 0 .7em 0;
	color: #fff;
}
.subsidyctsot {
	border: 1px solid #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.subsidyctsot.dis:hover {
	border: 1px solid #fff;
}
.subsidyctsot:hover {
	border: 1px solid #000;
}
.must {
	display: block;
	background-color: #000000;
	border: none;
	text-shadow: none;
	padding: 1px 4px;
	font-size: 10px;
	color: #fff;
	float: right;
	margin: 0px 4px;
	border-radius: 0;
	box-shadow: none;
	background-image: none;
	line-height: 1.4em;
	height: 1.7em;
}
.half {
	clear: both;
}
.half input {
	width: 50%!important;
	float: left;
}
ul.actions li input[type="reset"].rblock {
	display: block;
	margin: 1em auto 0;
	background: none;
	padding: 0;
	font-size: .8em;
	color: #000!important;
	line-height: 1em;
}
.email {
	background: #dce;
	padding: 1em 0 2em;
	text-align: center;
	margin-bottom: 2em;
}
.email img {
	width: 200px;
	height: auto;
	max-width: 100%;
}
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	width: auto;
	margin: 2em auto;
}
.cp_box input[type="checkbox"]+label:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.cp_box input[type="checkbox"]+label {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 1em;
	font-weight: 300;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.cp_box input[type="checkbox"]+label:before {
	border: none;
}
.cp_box input[type="checkbox"]:checked+label:before {
	background: none;
	border-color: #1d2726;
	color: #003f96;
}
.cp_box label {
	font-weight: bold;
	position: relative;
	display: block;
	width: 80%;
	margin: auto;
	padding: 0.3em 1em;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #ffffff;
	background: #003f97;
	border: 2px solid #003f97;
	border-radius: 3px;
	margin-bottom: 1em;
}
.cp_box label:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #003f97;
}
.cp_box label::after {
	font-family: 'FontAwesome';
	content: ' \f067';
	color: #fff;
	margin-left: .3em;
}
.cp_box label:hover::after {
	color: #ffffff;
}
.cp_box input:checked~label::after {
	font-family: 'FontAwesome';
	content: ' \f068';
	color: #fff;
}
.cp_box input:checked~label:hover::after {
	color: #ffffff;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	background: rgba(255, 255, 255, 0.5);
}
.cp_box input:checked~div {
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}
.cp_box input:checked~div.cp_container {
	height: auto;
}

.gphoto .gallery-item {
	width: 20%;
	float: left;
}
.gallery-item {
	padding: .1em;
}
.gallery-icon img {
	width: 100%;
	height: auto;
}
ul.infoul span {
	background: #003f97;
	padding: 2px 5px;
	color: #fff;
	margin-right: 5px;
}
ul.infoul a {
	color: #000;
}
table.srese {
	border-collapse: collapse;
	width: 100%;
}
.srese th, .srese td {
	padding: .5rem 1rem;
	border-bottom: 1px solid #ddd;
	font-size: 1em;
}
.srese th {
	font-weight: normal;
	color: #666;
	background: #dce;
}
.srese td:nth-child(n+2), .srese th:nth-child(n+2) {
	text-align: center;
}
.srese img {
	width: 80px;
	display: block;
	margin: 0 auto;
	margin-bottom: .5rem;
}



.rtitle {
	white-space: nowrap;
}
.srese {
	line-height: 1.4em;
}
.srese span {
display: block;
background: none;
color: #000;
font-weight: 700;
padding: 0;
min-width: 100%;
line-height: auto;
font-size: 1em;
margin-right: 0;
margin-top: .5em;
}
.resedv span {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 5px;
	color: #000;
}
.resedv span.step1 {
	background: #c70e90;
	border: 1px solid #c70e90;
	color: #fff;
}
.resedv span.step2 {
	background: #ccc;
	border: 1px solid #ccc;
	color: #fff;
}
.resedv span.step3 {
	background: #1cced0;
	border: 1px solid #1cced0;
	color: #fff;
}
.resedv span.pref{
	background: #fff;
	border: 1px solid #9d9db4;
	color: #000;
}
.resedv span.pref a{
	color: #000;
}
.resedv span {
	width: 100px;
	display: inline-block;
	text-align: center;
	padding: 0;
	line-height: 1.6em;
	font-size: .9em;
	margin-right: 1em;
}
.resedv {
	text-align: left;
	line-height: 2.2em;
}
.resedv2 .button.alt {
	background-color: #1cced0;
	box-shadow: none;
	color: #fff !important;
}
.resedv2 .button.alt.icon:before {
	color: #fff;
}
html {
	scroll-padding-top: 70px;
	/* 固定ヘッダの高さ分 */
}
a.post-edit-link {
	font-family: korolev, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;  
}
.image.fit img.qrcode {
	width: 85px;
	height: auto;
	margin: 0 1em 1em 0;
	float: left;
}
.topsidebox p {
	text-align: left;
	line-height: 1.6em;
	font-size: .9em;
	margin-bottom: 1em;
}
.topsidebox p.boxurl {
	border: solid 1px #ddd;
	padding: .5em 1em;
	text-align: center;
	margin-top: .5em;
}
.topnewslist {
	margin-bottom: 0;
}
.bdrleft{
	border-left: solid 3px #E2E8F1;
	padding-left:2em!important;
	margin-top: 2em;
}
.tnpdg{
	padding-right:3em!important;
}
.image.fit img.tpbanner {
	border: solid 1px #ddd;
}
.home .subsidyctsot {
height: 150px;
overflow: hidden;
}
.entrypost img{
	max-width: 100%;
	height: auto;
}
.wp-caption-text.gallery-caption{
	margin-bottom: 1em;
	margin-top: .5em;
}

.type-program .subcaseinr dl {
	margin: 0 auto 20px auto;
	border-bottom: 1px solid rgba(144, 144, 144, 0.25);
	letter-spacing: -0.31em;
	word-spacing: -0.43em;
}


.type-program .subcaseinr dt, .type-program .subcaseinr dd {
	display: inline-block;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	padding: 6px 0 4px;
	margin: 0;
	border-top: 1px solid rgba(204, 204, 204, 1);
	text-align: left;
}
.type-program .subcaseinr dt {
	margin-right: -1px;
	width: 30%;
	white-space: nowrap;
}
.type-program .subcaseinr dd {
	width: 70%;
}

.type-program .subcaseinr dl {
  margin:0 auto 20px auto;
  border-bottom:1px solid rgba(144, 144, 144, 0.25);
  letter-spacing:.1em;
} 

.type-program .subcaseinr dt,
.type-program .subcaseinr dd {
  display:inline-block;
  *display:inline;
  zoom:1;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  padding:6px 0 4px;
  margin:0;
  border-top:1px solid rgba(144, 144, 144, 0.25);
}

.type-program .subcaseinr dt {
  margin-right:-1px;
  width:100%;
  white-space: nowrap;
}
.type-program .subcaseinr dd p:last-child{margin-bottom: 0;}
.type-program .subcaseinr dd{width:100%;}
.type-program .subcaseinr dt{font-weight: bold;}
.type-program .subcaseinr dd ol{margin-bottom: .5em;margin-left: .5em;}
.type-program .subcaseinr ul.infoul{margin: .1em 0 .5em 0;}
.type-program .subcaseinr ul.infoul span {
background: #333;
}
.type-program .subcaseinr ul.def li {
list-style-type: none;
text-indent: -.6em;
}

.result dl {
  margin:0 auto 20px auto;
  border-bottom:1px solid rgba(144, 144, 144, 0.25);
  letter-spacing:.1em;
  padding: .5em 0 2em 0;
  line-height: 1.6em;
} 

.result dt,
.result dd {
  display:inline-block;
  *display:inline;
  zoom:1;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  padding: .4em 0;
  margin:0;
  
}

.result dt {
  margin-right:-1px;
  width:6em;
  white-space: nowrap;
}
.result dd{width:calc( 100% - 6em );}

.post-type-archive-result .col-4.col-12-mobile.resedv2{
	display: table;
}
.post-type-archive-result .actions.stacked{
	display: table-cell;
    vertical-align: middle;
}
#three.wrapper.style3 strong{
	font-size: 1.25em;
	line-height: 1.5em;
	color: #2a2a2a;
	font-weight: 600;
	margin: 0 0 1em 0;
	display: block;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.fright{text-align: right;}

.divleft{float: left;width: 50%;}
.divright{float: right;width: 50%;}

.divleft.seventhree{width: 70%;}
.divright.seventhree{width: 30%;}
.mbtm{margin-bottom: 1em;}


a.post-edit-link {
	background: #dce;
	padding: .1em .5em;
	color: #555;
	font-size: .7em;
}
.search-results .searchbx p a{
	border-bottom: none;
	padding-bottom: 0;
}
	.image-feature {
	max-width: 100%;
	padding-top: 0;
	margin-bottom: 1em;
}
.image-feature header:before {
	display: none;
}
.image-feature .image {
height: 80px;
overflow: hidden;
}
.image-feature header {
height: 120px;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}
.image-feature header h3 {
font-size: .9em;
padding: 0;
}
.image-feature header.first {
	background: rgba(184, 62, 177, 0.8);
}
.image-feature header.second {
	background: rgba(140, 59, 197, 0.8);
}
.image-feature header.third {
	background: rgba(62, 63, 184, 0.8);
}
.aicenter{
	align-items: center;
}
.delspan{
	font-size: 0.6em;
	vertical-align: super;
}
.mds .icon{
	color: #fff;
	font-size: .7em;
	top: -2px;
}
.mds{
	background: #b621dd;
	color: #fff;
	font-family: 'Arial',sans-serif;
	font-weight: 400;
	font-size: .8em;
	margin-right: 1.15em;
	padding: .2em .5em;
	width: 50px;
}
.mds.blue{
	background: #2198dd;
}
.archive .frontcontent,
.search .frontcontent,
.blogindex .frontcontent
{
	display: block;
}
.archive span.nmttl,
.search span.nmttl,
.blogindex span.nmttl{
	margin-bottom: .3em;
	display: block;
	margin-top: .5em;
}
#one.wrapper.style1 h3{
  color: #fff;
}
#one.wrapper.style1{
  padding: 2em 0 0 0;
}
#four.wrapper{
	padding: 1em 0 2em 0;
}
@media screen and (max-width: 1280px) {

	#header nav {
	height: 72px;
	line-height: 72px;
	}
	#header nav>ul>li a {
	height: 72px;
	}
	.accordion-click {
	top: 21px;
	}
	.news-list_date{
		width: 100px;
	}
	.lang-ja .news-list_date{
		width: 80px;
	}
}
@media screen and (max-width: 980px) {
	.image-feature .image {
	height: 80px;
	}
	.image-feature header {
	height: 80px;
	}
	.news-list_date{
		width: 80px;
	}
	.lang-ja .news-list_date{
		width: 70px;
	}
	.type-program .subcaseinr dt,
	.type-program .subcaseinr dd{display: block;width:100%;}
	
	.type-program .subcaseinr dd{border-top: none;padding: 0 0 4px 0;}
	.bdrleft{
		border-left:none;
		border-top: solid 3px #E2E8F1;
		padding-top: 2em!important;
		padding-left:0em!important;
	}
	.tnpdg{
		padding-right:0em!important;
	}
	.image-feature footer {
		padding: 1em;
		font-size: .9em;
		line-height: 1.5em;
	}
	.topsidebox p.boxurl {
		display: inline-block;
	}
	.topsideboxinr {
		width: 60%;
		margin: 0 auto;
	}
	.footer-menu {
		display: block;
	}
	.footer-menu>dd {
		height: auto;
		min-height: 100px;
	}
	.footer-row{
		margin-bottom: 0;
	}
	.messagepage h4 {
		font-size: 18px;
		line-height: 2;
		padding: 80px 15.5%;
	}
	.image.fit img.tpbanner {
		width: 50%;
		height: auto;
		margin: 0 auto;
	}
	.subsidyctsot {
	height: 130px;
	overflow: hidden;
	}
	.accordion-click{
		right: 130px;
		top: 19px;
	}
	.accordion-click.icontact {
	right: 130px;
	}
	.serchb{
		padding: 0;
	}
	.footer-menu>dt .u-vertical{
		font-size: .8em;
	}
	
}
@media screen and (max-width: 736px) {
	table td{
		display: block;
	}
	#four.wrapper {
	padding: 1.25em;
	}
	#header .langnv {
	right: 64px;
	}
	.image-feature .image {
	height: auto;
	}
	.image-feature footer{
		display: none;
	}
	
	table td:first-child{padding:0.5em 0.5em 0 0.5em;}
	.result dt,
	.result dd{display: block;width:100%;}
	.result dt{font-weight: bold;}
	.result dd{border-top: none;padding: 0 0 4px 0;}
	#footer {
		padding: 2em 0;
	}
	.topsideboxinr {
		width: 100%;
	}
	.topsidebox p.boxurl {
		display: block;
	}
	.image.fit img.tpbanner {
		width: 80%;
	}
	
	.resedv span {
		background: none;
		padding: 0 .5em;
		width: auto;
		line-height: auto;
		font-size: .9em;
		margin-right: .7em;
		margin-top: .5em;
	}
	.single-post .post br {
		display: none;
	}
	.single-post .post .wp-caption-text.gallery-caption br{
		display:block;
	}
	.resedv2 .stacked {
		margin-top: .5em;
	}
	.resedv2 ul.actions.stacked li {
		margin-bottom: 0;
	}
	.resedv2 ul.actions:not(.fixed) li {
		padding: .5em 0 0 0;
	}
	.btn_all {
		top: -.5em;
	}
	.srese td {
		display: block;
	}
	.srese .heading {
		display: none;
	}
	.srese td:nth-child(n+2), .srese th:nth-child(n+2) {
		text-align: left;
	}
	.srese th, .srese td {
		border: none;
	}
	.srese td::before {
		content: attr(data-label);
		font-size: .875rem;
		color: #666;
		display: block;
		margin-bottom: 0.25rem;
		font-weight: 700;
		text-align: left;
	}
	.subsidyctsot {
		height: 100px;
		overflow: hidden;
	}
	a.mlinkn {
		pointer-events: none;
	}
	input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small {
		height: 3em;
		line-height: 3em;
		padding: 0 2em;
	}
	.wpnews .menu label {
		display: block;
		margin: 0;
		padding: 0.5rem;
		background: #ddd;
		cursor: pointer;
		position: relative;
	}
	.wpnews .menu label i {
		display: block;
		position: absolute;
		right: .5em;
		font-size: 1.5em;
		top: 8px;
	}
	.wpnews .menu label:hover {
		background: #ccc;
	}
	.wpnews .menu {
		width: 100%;
	}
	.wpnews .menu input {
		display: none;
	}
	.wpnews .menu input:checked+ul {
		display: block;
	}
	.wpnews .menu ul {
		display: none;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.wpnews .menu ul.accordion2 {
		display: block;
	}
	.wpnews .menu ul.actions.small li {
		padding: 0;
		margin-bottom: 1px;
	}
	.wpnews .menu ul.actions.small li a {
		vertical-align: bottom;
	}
	.wpnews .menu ul.actions.small li .button.small {
		height: 5em;
		line-height: 5em;
	}
	table.alt.res tbody tr, table.alt.res tbody td {
		display: block;
		border: none;
	}
	table.alt.res tbody td:first-child {
		background: #E2E8F1;
		font-weight: 700;
	}
	table.res3 tbody th, table.res3 tbody tr, table.res3 tbody td {
		display: block;
		border: none;
	}
	table.res3 tbody td {
		padding-bottom: 0;
	}
	table.res3 tbody th:first-child {
		background: #E2E8F1;
		font-size: 1em;
	}
	table.res3 tbody td:last-child {
		font-size: .9em;
		padding-top: 0;
		padding-left: .8em;
		line-height: 1.6em;
		padding-bottom: 1em;
		color: #8e8e8e;
	}
	table.res3 tbody td.nd2 {
		padding-top: 0;
	}
	table th {
		padding: 0.75em 0.75em;
	}
	.messagepage .sign>div:nth-of-type(1) {
		display: block;
		margin-bottom: 10px;
		font-size: 12px;
		text-align: right;
	}
	.messagepage .sign>div:nth-of-type(2) {
		max-width: 140px;
		margin-left: 0;
	}
	.messagepage h4 {
		font-size: 14px;
		line-height: 1.6;
		padding: 12px 10px 0 0;
	}

	.image-feature {
		position: relative;
		text-align: center;
		margin: 0;
	}
	.label {
		font-size: .7em;
	}
	.image-feature.last {
		margin-bottom: 0;
	}
	#four h3 {
		margin-bottom: .5em;
	}
	#four .hdline h4 {
		margin: 0 0 .5em 0;
	}
	.news-list {
		margin-bottom: 8px;
	}
	.monly {
		display: block;
	}
	#header nav>ul>li.monly {
		display: inline-block;
	}
	.mnon {
		display: none;
	}
	.dtnon {
		display: block;
	}
	.news-list_item .label {
	width: 110px;
	display: block;
	}
	.news-list_text {
	margin-left: 0;
	}
	.news-list_date {
		margin-right: 5px;
	}
	.image-feature {
		max-width: 100%;
		padding-top: 0;
		margin-bottom: 1em;
	}
	.image-feature header:before {
		display: none;
	}
	
	.image-feature .image {
	height: 60px;
	}
	.image-feature header {
	height: 60px;
	}
	.image-feature header h3 {
	font-size: .9em;
	}
	.image-feature header.first {
		background: rgba(184, 62, 177, 0.7);
	}
	.image-feature header.second {
		background: rgba(140, 59, 197, 0.7);
	}
	.image-feature header.third {
		background: rgba(62, 63, 184, 0.7);
	}
	.news-list_date{
		float: none;
	}
	.lang-ja .news-list_date {
	width: 100%;
	display: block;
	}
	.news-list_text {
	display: block;
	}
}
@media screen and (max-width: 480px) {
	#navButton .toggle:before{
		right: 8px;
	}
	.accordion-click.icontact{
		right: 80px;
	}
}