@charset 'UTF-8';
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	    -ms-text-size-adjust : 100%;
	/* 2 */
	-webkit-text-size-adjust : 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin : 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display : block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
	display : inline-block;
	/* 1 */
	vertical-align : baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display : none;
	height : 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
	display : none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background : transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
	outline : 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom : 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight : bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style : italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size : 2em;
	margin : 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background : #ff0;
	color : #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size : 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	font-size : 75%;
	line-height : 0;
	position : relative;
	vertical-align : baseline;
}

sup {
	top : -0.5em;
}

sub {
	bottom : -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border : 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow : hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-webkit-box-sizing : content-box;
	        box-sizing : content-box;
	height : 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow : auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
	font-family : monospace, monospace;
	font-size : 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
	color : inherit;
	/* 1 */
	font : inherit;
	/* 2 */
	margin : 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow : visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
	text-transform : none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type='button'], input[type='reset'], input[type='submit'] {
	-webkit-appearance : button;
	/* 2 */
	cursor : pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor : default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
	border : 0;
	padding : 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height : normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'], input[type='radio'] {
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
	/* 1 */
	padding : 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
	height : auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
	-webkit-appearance : textfield;
	/* 1 */
	-webkit-box-sizing : content-box;
	/* 2 */
	        box-sizing : content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
	-webkit-appearance : none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border : 1px solid #c0c0c0;
	margin : 0 2px;
	padding : 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border : 0;
	/* 1 */
	padding : 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow : auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight : bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse : collapse;
	border-spacing : 0;
}

td, th {
	padding : 0;
}

/*! minimum_reset.css v0.0.1 */
h1, h2, h3, h4, h5, h6 {
	margin : 0;
	font-size : 100%;
	font-weight : normal;
}

ul, ol {
	margin : 0;
	padding : 0;
	list-style : none;
}

ul li, ol li {
	margin : 0;
	padding : 0;
	list-style : none;
}

dl, dt, dd {
	margin : 0;
	padding : 0;
}

p {
	margin-top : 0;
	margin-bottom : 0;
}

strong {
	font-weight : bold;
}

address {
	font-style : normal;
}

img {
	vertical-align : bottom;
}

figure {
	margin : 0;
}

*, :before, *:after {
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
}

button {
	-webkit-appearance : none;
	   -moz-appearance : none;
	        appearance : none;
	margin : 0;
	padding : 0;
	overflow : visible;
	cursor : pointer;
	border : none;
	outline : none;
}

button[disabled] {
	cursor : default;
}

.clearfix {
	*zoom : 1;
}
.clearfix:after {
	content : ' ';
	display : table;
	clear : both;
}

.w1p {
	width : 1% !important;
}

.w2p {
	width : 2% !important;
}

.w3p {
	width : 3% !important;
}

.w4p {
	width : 4% !important;
}

.w5p {
	width : 5% !important;
}

.w6p {
	width : 6% !important;
}

.w7p {
	width : 7% !important;
}

.w8p {
	width : 8% !important;
}

.w9p {
	width : 9% !important;
}

.w10p {
	width : 10% !important;
}

.w11p {
	width : 11% !important;
}

.w12p {
	width : 12% !important;
}

.w13p {
	width : 13% !important;
}

.w14p {
	width : 14% !important;
}

.w15p {
	width : 15% !important;
}

.w16p {
	width : 16% !important;
}

.w17p {
	width : 17% !important;
}

.w18p {
	width : 18% !important;
}

.w19p {
	width : 19% !important;
}

.w20p {
	width : 20% !important;
}

.w21p {
	width : 21% !important;
}

.w22p {
	width : 22% !important;
}

.w23p {
	width : 23% !important;
}

.w24p {
	width : 24% !important;
}

.w25p {
	width : 25% !important;
}

.w26p {
	width : 26% !important;
}

.w27p {
	width : 27% !important;
}

.w28p {
	width : 28% !important;
}

.w29p {
	width : 29% !important;
}

.w30p {
	width : 30% !important;
}

.w31p {
	width : 31% !important;
}

.w32p {
	width : 32% !important;
}

.w33p {
	width : 33% !important;
}

.w34p {
	width : 34% !important;
}

.w35p {
	width : 35% !important;
}

.w36p {
	width : 36% !important;
}

.w37p {
	width : 37% !important;
}

.w38p {
	width : 38% !important;
}

.w39p {
	width : 39% !important;
}

.w40p {
	width : 40% !important;
}

.w41p {
	width : 41% !important;
}

.w42p {
	width : 42% !important;
}

.w43p {
	width : 43% !important;
}

.w44p {
	width : 44% !important;
}

.w45p {
	width : 45% !important;
}

.w46p {
	width : 46% !important;
}

.w47p {
	width : 47% !important;
}

.w48p {
	width : 48% !important;
}

.w49p {
	width : 49% !important;
}

.w50p {
	width : 50% !important;
}

.w51p {
	width : 51% !important;
}

.w52p {
	width : 52% !important;
}

.w53p {
	width : 53% !important;
}

.w54p {
	width : 54% !important;
}

.w55p {
	width : 55% !important;
}

.w56p {
	width : 56% !important;
}

.w57p {
	width : 57% !important;
}

.w58p {
	width : 58% !important;
}

.w59p {
	width : 59% !important;
}

.w60p {
	width : 60% !important;
}

.w61p {
	width : 61% !important;
}

.w62p {
	width : 62% !important;
}

.w63p {
	width : 63% !important;
}

.w64p {
	width : 64% !important;
}

.w65p {
	width : 65% !important;
}

.w66p {
	width : 66% !important;
}

.w67p {
	width : 67% !important;
}

.w68p {
	width : 68% !important;
}

.w69p {
	width : 69% !important;
}

.w70p {
	width : 70% !important;
}

.w71p {
	width : 71% !important;
}

.w72p {
	width : 72% !important;
}

.w73p {
	width : 73% !important;
}

.w74p {
	width : 74% !important;
}

.w75p {
	width : 75% !important;
}

.w76p {
	width : 76% !important;
}

.w77p {
	width : 77% !important;
}

.w78p {
	width : 78% !important;
}

.w79p {
	width : 79% !important;
}

.w80p {
	width : 80% !important;
}

.w81p {
	width : 81% !important;
}

.w82p {
	width : 82% !important;
}

.w83p {
	width : 83% !important;
}

.w84p {
	width : 84% !important;
}

.w85p {
	width : 85% !important;
}

.w86p {
	width : 86% !important;
}

.w87p {
	width : 87% !important;
}

.w88p {
	width : 88% !important;
}

.w89p {
	width : 89% !important;
}

.w90p {
	width : 90% !important;
}

.w91p {
	width : 91% !important;
}

.w92p {
	width : 92% !important;
}

.w93p {
	width : 93% !important;
}

.w94p {
	width : 94% !important;
}

.w95p {
	width : 95% !important;
}

.w96p {
	width : 96% !important;
}

.w97p {
	width : 97% !important;
}

.w98p {
	width : 98% !important;
}

.w99p {
	width : 99% !important;
}

.w100p {
	width : 100% !important;
}

.w1e {
	width : 1em !important;
}

.w2e {
	width : 2em !important;
}

.w3e {
	width : 3em !important;
}

.w4e {
	width : 4em !important;
}

.w5e {
	width : 5em !important;
}

.w6e {
	width : 6em !important;
}

.w7e {
	width : 7em !important;
}

.w8e {
	width : 8em !important;
}

.w9e {
	width : 9em !important;
}

.w10e {
	width : 10em !important;
}

.w11e {
	width : 11em !important;
}

.w12e {
	width : 12em !important;
}

.w13e {
	width : 13em !important;
}

.w14e {
	width : 14em !important;
}

.w15e {
	width : 15em !important;
}

.w16e {
	width : 16em !important;
}

.w17e {
	width : 17em !important;
}

.w18e {
	width : 18em !important;
}

.w19e {
	width : 19em !important;
}

.w20e {
	width : 20em !important;
}

.w21e {
	width : 21em !important;
}

.w22e {
	width : 22em !important;
}

.w23e {
	width : 23em !important;
}

.w24e {
	width : 24em !important;
}

.w25e {
	width : 25em !important;
}

.w26e {
	width : 26em !important;
}

.w27e {
	width : 27em !important;
}

.w28e {
	width : 28em !important;
}

.w29e {
	width : 29em !important;
}

.w30e {
	width : 30em !important;
}

.mat0 {
	margin-top : 0 !important;
}

@media screen and (min-width: 0) and (max-width: 767px) {
	.mat0-sp {
		margin-top : 0 !important;
	}
}

.mat-ss {
	margin-top : 20px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.mat-ss {
		margin-top : 10px !important;
	}
}

.mat-s {
	margin-top : 40px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.mat-s {
		margin-top : 20px !important;
	}
}

.mat-m {
	margin-top : 60px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.mat-m {
		margin-top : 30px !important;
	}
}

.mat-l {
	margin-top : 80px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.mat-l {
		margin-top : 40px !important;
	}
}

.mat-ll {
	margin-top : 100px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.mat-ll {
		margin-top : 50px !important;
	}
}

.fzs {
	font-size : 1.4rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.fzs {
		font-size : 1.2rem;
	}
}

.fzm {
	font-size : 1.6rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.fzm {
		font-size : 1.4rem;
	}
}

.fzl {
	font-size : 1.8rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.fzl {
		font-size : 1.6rem;
	}
}

.fw {
	font-weight : bold !important;
}

.fwn {
	font-weight : normal !important;
}

.cred {
	color : #c00 !important;
}

.tal {
	text-align : left !important;
}

.tac {
	text-align : center !important;
}

.tar {
	text-align : right !important;
}

.tdu {
	text-decoration : underline;
}

@media print, screen and (min-width: 981px) {
	.hide-pc {
		display : none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 980px) {
	.hide-tab {
		display : none !important;
	}
}

@media screen and (min-width: 0) and (max-width: 767px) {
	.hide-sp {
		display : none !important;
	}
}

.print-break {
	page-break-before : always;
}

.is-addTile {
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
}

.w-fix {
	width : 100%;
	height : auto;
}

.swiper-container {
	margin-left : auto;
	margin-right : auto;
	position : relative;
	overflow : hidden;
	z-index : 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float : left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient : vertical;
	-ms-flex-direction : column;
	    flex-direction : column;
}

.swiper-wrapper {
	position : relative;
	width : 100%;
	height : 100%;
	z-index : 1;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-transition-property : -webkit-transform;
	        transition-property : -webkit-transform;
	        transition-property :         transform;
	        transition-property :         transform, -webkit-transform;
	-webkit-box-sizing : content-box;
	        box-sizing : content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform : translate3d(0, 0, 0);
	    -ms-transform : translate3d(0, 0, 0);
	        transform : translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines : multiple;
	   -moz-box-lines : multiple;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function : ease-out;
	        transition-timing-function : ease-out;
	margin : 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink : 0;
	-ms-flex : 0 0 auto;
	-ms-flex-negative : 0;
	        flex-shrink : 0;
	width : 100%;
	height : 100%;
	position : relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height : auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align : start;
	-ms-flex-align : start;
	align-items : flex-start;
	-webkit-transition-property : -webkit-transform,height;
	-webkit-transition-property : height,-webkit-transform;
	        transition-property : height,-webkit-transform;
	        transition-property :         transform,height;
	        transition-property :         transform,height,-webkit-transform;
}

.swiper-container .swiper-notification {
	position : absolute;
	left : 0;
	top : 0;
	pointer-events : none;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	z-index : -1000;
}

.swiper-wp8-horizontal {
	-ms-touch-action : pan-y;
	    touch-action : pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action : pan-x;
	    touch-action : pan-x;
}

.swiper-button-next, .swiper-button-prev {
	position : absolute;
	top : 50%;
	width : 27px;
	height : 44px;
	margin-top : -22px;
	z-index : 10;
	cursor : pointer;
	background-size : 27px 44px;
	background-position : center;
	background-repeat : no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity : 0.35;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=35)';
	cursor : auto;
	pointer-events : none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image : url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23007aff\'%2F%3E%3C%2Fsvg%3E');
	left : 10px;
	right : auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image : url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image : url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image : url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23007aff\'%2F%3E%3C%2Fsvg%3E');
	right : 10px;
	left : auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image : url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image : url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-pagination {
	position : absolute;
	text-align : center;
	-webkit-transition : 0.3s;
	        transition : 0.3s;
	-webkit-transform : translate3d(0, 0, 0);
	    -ms-transform : translate3d(0, 0, 0);
	        transform : translate3d(0, 0, 0);
	z-index : 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom : 10px;
	left : 0;
	width : 100%;
}

.swiper-pagination-bullet {
	width : 8px;
	height : 8px;
	display : inline-block;
	border-radius : 100%;
	background : #000;
	opacity : 0.2;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
}

button.swiper-pagination-bullet {
	border : none;
	margin : 0;
	padding : 0;
	-webkit-box-shadow : none;
	        box-shadow : none;
	   -moz-appearance : none;
	    -ms-appearance : none;
	-webkit-appearance : none;
	        appearance : none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor : pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
	background : #fff;
}

.swiper-pagination-bullet-active {
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	background : #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background : #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background : #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right : 10px;
	top : 50%;
	-webkit-transform : translate3d(0, -50%, 0);
	    -ms-transform : translate3d(0, -50%, 0);
	        transform : translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin : 5px 0;
	display : block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin : 0 5px;
}

.swiper-pagination-progress {
	background : rgba(0, 0, 0, 0.25);
	position : absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background : #007aff;
	position : absolute;
	left : 0;
	top : 0;
	width : 100%;
	height : 100%;
	-webkit-transform : scale(0);
	    -ms-transform : scale(0);
	        transform : scale(0);
	-webkit-transform-origin : left top;
	    -ms-transform-origin : left top;
	        transform-origin : left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin : right top;
	    -ms-transform-origin : right top;
	        transform-origin : right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
	width : 100%;
	height : 4px;
	left : 0;
	top : 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
	width : 4px;
	height : 100%;
	left : 0;
	top : 0;
}

.swiper-pagination-progress.swiper-pagination-white {
	background : rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background : #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background : #000;
}

.swiper-container-3d {
	-webkit-perspective : 1200px;
	     -o-perspective : 1200px;
	        perspective : 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style : preserve-3d;
	        transform-style : preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position : absolute;
	left : 0;
	top : 0;
	width : 100%;
	height : 100%;
	pointer-events : none;
	z-index : 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image : -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image : -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
	background-image : -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image :         linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image : -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image : -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
	background-image : -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image :         linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image : -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image : -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
	background-image : -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image :         linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image : -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image : -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
	background-image : -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image :         linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
	-ms-perspective : 1200px;
}

.swiper-container-cube, .swiper-container-flip {
	overflow : visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
	pointer-events : none;
	-webkit-backface-visibility : hidden;
	        backface-visibility : hidden;
	z-index : 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events : none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events : auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index : 0;
	-webkit-backface-visibility : hidden;
	        backface-visibility : hidden;
}

.swiper-container-cube .swiper-slide {
	visibility : hidden;
	-webkit-transform-origin : 0 0;
	    -ms-transform-origin : 0 0;
	        transform-origin : 0 0;
	width : 100%;
	height : 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin : 100% 0;
	    -ms-transform-origin : 100% 0;
	        transform-origin : 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events : auto;
	visibility : visible;
}

.swiper-container-cube .swiper-cube-shadow {
	position : absolute;
	left : 0;
	bottom : 0;
	width : 100%;
	height : 100%;
	background : #000;
	opacity : 0.6;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
	    filter : url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
	    filter : blur(50px);
	z-index : 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function : ease-out;
	        transition-timing-function : ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events : none;
	-webkit-transition-property : opacity;
	        transition-property : opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events : none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events : auto;
}

.swiper-zoom-container {
	width : 100%;
	height : 100%;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
	-webkit-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	text-align : center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
	max-width : 100%;
	max-height : 100%;
	object-fit : contain;
}

.swiper-scrollbar {
	border-radius : 10px;
	position : relative;
	-ms-touch-action : none;
	background : rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position : absolute;
	left : 1%;
	bottom : 3px;
	z-index : 50;
	height : 5px;
	width : 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position : absolute;
	right : 3px;
	top : 1%;
	z-index : 50;
	width : 5px;
	height : 98%;
}

.swiper-scrollbar-drag {
	height : 100%;
	width : 100%;
	position : relative;
	background : rgba(0, 0, 0, 0.5);
	border-radius : 10px;
	left : 0;
	top : 0;
}

.swiper-scrollbar-cursor-drag {
	cursor : move;
}

.swiper-lazy-preloader {
	width : 42px;
	height : 42px;
	position : absolute;
	left : 50%;
	top : 50%;
	margin-left : -21px;
	margin-top : -21px;
	z-index : 10;
	-webkit-transform-origin : 50%;
	    -ms-transform-origin : 50%;
	        transform-origin : 50%;
	-webkit-animation : swiper-preloader-spin 1s steps(12, end) infinite;
	        animation : swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display : block;
	content : '';
	width : 100%;
	height : 100%;
	background-image : url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%236c6c6c\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-position : 50%;
	background-size : 100%;
	background-repeat : no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image : url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%23fff\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform : rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform : rotate(360deg);
		        transform : rotate(360deg);
	}
}

/*
  module: m-box-fixed
  - 固定幅・中央揃えのボックス
*/
[data-fixed] {
	width : 100%;
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
	max-width : 1280px;
	margin : 0 auto;
	padding : 0 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	[data-fixed] {
		padding : 0 20px;
		min-width : 0;
		-webkit-box-sizing : border-box;
		        box-sizing : border-box;
	}
}

[data-fixed-simple] {
	width : 100%;
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
	max-width : 970px;
	margin : 0 auto;
	padding : 0 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	[data-fixed-simple] {
		padding : 0 20px;
		min-width : 0;
		-webkit-box-sizing : border-box;
		        box-sizing : border-box;
	}
}

/*
	module:m-opacityHover
	- ホバー時に下の画像を透過させる
-----------------------------------------------------------------*/
.m-box-opacity {
	display : inline-block;
}
.m-box-opacity:hover img {
	opacity : 0.75;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	-webkit-transition : all 0.2 ease-out;
	        transition : all 0.2 ease-out;
}

.m-box-shadow {
	display : none;
	position : fixed;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	background : #000;
	opacity : 0.6;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
	z-index : 3;
}

/*
	module:box-imgTxt
	- 画像とテキストの横並び
*/
/*
	module: m-box-padding
-----------------------------------------------------------------*/
.m-box-padding {
	padding : 20px;
}

[data-gs='10'] {
	margin : 0 -15px;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	[data-gs='10'] {
		margin : 0 -7px;
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
		-ms-flex-wrap : wrap;
		    flex-wrap : wrap;
	}
}
[data-gs='10'] > [data-gs-col='2'] {
	width : calc(100% / 5);
	width : calc((100% / 5 ) - 0.1px) \0;
	padding : 0 15px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	[data-gs='10'] > [data-gs-col='2'] {
		width : calc(100% / 2);
		width : calc((100% / 2 ) - 0.1px) \0;
		padding : 0 7px;
	}
}

[data-gs='12'] {
	margin : 0 -14px;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	[data-gs='12'] {
		margin : 0 -10px;
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
		-ms-flex-wrap : wrap;
		    flex-wrap : wrap;
	}
}
[data-gs='12'] > [data-gs-col='12'] {
	width : calc(100% / 1);
	width : calc((100% / 1 ) - 0.1px) \0;
	padding : 0 14px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	[data-gs='12'] > [data-gs-col='12'] {
		width : calc(100% / 1);
		width : calc((100% / 1 ) - 0.1px) \0;
		padding : 0 10px;
	}
}
[data-gs='12'] > [data-gs-col='6'] {
	width : calc(100% / 2);
	width : calc((100% / 2 ) - 0.1px) \0;
	padding : 0 14px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	[data-gs='12'] > [data-gs-col='6'] {
		width : calc(100% / 2);
		width : calc((100% / 2 ) - 0.1px) \0;
		padding : 0 10px;
	}
}
[data-gs='12'] > [data-gs-col='4'] {
	width : calc(100% / 3);
	width : calc((100% / 3 ) - 0.1px) \0;
	padding : 0 14px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	[data-gs='12'] > [data-gs-col='4'] {
		width : calc(100% / 3);
		width : calc((100% / 3 ) - 0.1px) \0;
		padding : 0 10px;
	}
}
[data-gs='12'] > [data-gs-col='3'] {
	width : calc(100% / 4);
	width : calc((100% / 4 ) - 0.1px) \0;
	padding : 0 14px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	[data-gs='12'] > [data-gs-col='3'] {
		width : calc(100% / 4);
		width : calc((100% / 4 ) - 0.1px) \0;
		padding : 0 10px;
	}
}
[data-gs='12'] > [data-gs-col='8'] {
	width : calc(100% / 1.5);
	width : calc((100% / 1.5 ) - 0.1px) \0;
	padding : 0 14px;
}
[data-gs='12'] > [data-gs-col='8']:nth-child(-n+2) {
	margin-top : 0;
}
[data-gs='12'] > [data-gs-col] img {
	max-width : 100%;
	height : auto;
}
[data-gs='12'][data-gs-pa='0'] {
	margin : 0 0;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
}
[data-gs='12'][data-gs-pa='0'] > [data-gs-col] {
	padding : 0;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
	[data-gs-tab='3'] > [data-gs-col]:not([data-gs-col='12']) {
		width : calc(100% / 3);
	}
}

@media screen and (min-width: 768px) and (max-width: 980px) {
	[data-gs-tab='2'] > [data-gs-col]:not([data-gs-col='12']) {
		width : 50%;
	}
}

@media screen and (min-width: 768px) and (max-width: 980px) {
	[data-gs-tab='1'] > [data-gs-col] {
		width : 100%;
	}
}

@media screen and (min-width: 0) and (max-width: 767px) {
	[data-gs-sp='2'] > [data-gs-col] {
		width : 50%;
		padding-left : 10px;
		padding-right : 10px;
	}
}

@media screen and (min-width: 0) and (max-width: 767px) {
	[data-gs-sp='1'] > [data-gs-col] {
		width : 100%;
	}
}

.m-box-section {
	padding-top : 100px;
	padding-bottom : 100px;
	position : relative;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-section {
		padding-top : 50px;
		padding-bottom : 50px;
	}
}
.m-box-section.section-lightblue {
	background : #d7dee3;
}
.m-box-section.section-lightblue .m-box-frame {
	background-color : #fff;
}
.m-box-section.section-lightblue + .section-lightblue {
	padding-top : 0;
}
.m-box-section.section-white {
	background : #fff;
}
.m-box-section.section-white + .section-white {
	padding-top : 0;
}
.m-box-section.section-conversionline-top:before {
	pointer-events : none;
	position : absolute;
	bottom : 0;
	right : -42vw;
	content : '';
	width : 0;
	height : 0;
	border-style : solid;
	border-width : 0 0 200vw 115.47vw;
	border-color : transparent transparent #003e6f transparent;
	opacity : 0.05;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=5)';
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-section.section-conversionline-top:before {
		display : none;
	}
}
.m-box-section.section-conversionline-top [data-fixed] {
	position : relative;
	z-index : 1;
}
.m-box-section.section-conversionline {
	overflow : hidden;
}
.m-box-section.section-conversionline:before {
	pointer-events : none;
	position : absolute;
	top : 0;
	right : 0;
	content : '';
	width : 0;
	height : 0;
	border-style : solid;
	border-width : 0 0 200vw 115.47vw;
	border-color : transparent transparent #003e6f transparent;
	opacity : 0.05;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=5)';
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-section.section-conversionline:before {
		display : none;
	}
}
.m-box-section.section-conversionline [data-fixed] {
	position : relative;
	z-index : 1;
}
.m-box-section.section-img {
	background : no-repeat;
	background-size : cover;
	background-position : center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-section.section-img {
		padding-top : 50px;
		padding-bottom : 50px;
	}
}
.m-box-section.section-img .m-txt-ttl2 {
	color : #fff;
}
.m-box-section.section-img .m-txt-ttl2:before {
	background-color : #fff;
}
.m-box-section.section-img .m-txt-ttl6 .ttl-inner {
	color : #fff;
}
.m-box-section.section-img .m-txt-ttl6:before {
	background-color : #fff;
}
.m-box-section.section-img .m-btn-simple {
	border : solid 1px #fff;
	background-color : transparent;
	font-weight : normal;
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-img .m-btn-simple:hover:hover {
		background-color : #fff;
	}
	.m-box-section.section-img .m-btn-simple:hover:hover > span:after {
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}
}
.m-box-section.section-thumb {
	position : relative;
}
@media screen and (min-width: 0) and (max-width: 980px) {
	.m-box-section.section-thumb {
		padding-bottom : 120px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-section.section-thumb {
		padding-bottom : 80px;
	}
}
.m-box-section.section-thumb .m-box-frame {
	background-color : #fff;
	border-color : #fff;
}
.m-box-section.section-thumb:before {
	content : '';
	display : block;
	position : absolute;
	width : 100%;
	top : 0;
	height : calc(100% - 150px);
	background-color : #d7dee3;
}
@media screen and (min-width: 0) and (max-width: 980px) {
	.m-box-section.section-thumb:before {
		height : calc(100% - 60px);
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-section.section-thumb:before {
		height : calc(100% - 40px);
	}
}
.m-box-section.section-thumb [data-fixed] {
	position : relative;
}
.m-box-section.section-thumb [data-fixed] .thumb-wrap {
	margin : 0 -20px;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
	padding-top : 60px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap {
		padding-top : 40px;
	}
}
.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner {
	width : calc(100% / 2);
	width : calc((100% / 2 ) - 0.1px) \0;
	padding : 0 20px;
}
.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > *:first-child {
	margin-top : 0 !important;
}
.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > *:first-child.m-list-news2 {
	margin-top : -23px !important;
}
.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > *:first-child.m-box-section {
	padding-top : 0;
}
.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > *:first-child.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > *:first-child.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > *:first-child.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs-group]:first-child > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner > [data-gs]:first-child > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 980px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-inner {
		width : 100%;
	}
}
.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-img {
	width : calc(100% / 2);
	width : calc((100% / 2 ) - 0.1px) \0;
	padding : 0 20px;
}
@media screen and (min-width: 0) and (max-width: 980px) {
	.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-img {
		display : none;
	}
}
.m-box-section.section-thumb [data-fixed] .thumb-wrap .thumb-img > img {
	max-width : calc(100% + 140px);
}
.m-box-section.section-thumb:nth-child(even) [data-fixed] .thumb-wrap .thumb-inner {
	-webkit-box-ordinal-group : 2;
	-ms-flex-order : 1;
	order : 1;
}
.m-box-section.section-thumb:nth-child(even) [data-fixed] .thumb-wrap .thumb-img {
	-webkit-box-ordinal-group : 3;
	-ms-flex-order : 2;
	order : 2;
}
.m-box-section.section-thumb:nth-child(even) [data-fixed] .thumb-wrap .thumb-img > img {
	margin-left : auto;
}
.m-box-section.section-thumb:nth-child(odd) [data-fixed] .thumb-wrap .thumb-inner {
	-webkit-box-ordinal-group : 3;
	-ms-flex-order : 2;
	order : 2;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-section.section-thumb:nth-child(odd) [data-fixed] .thumb-wrap .thumb-inner {
		-webkit-box-ordinal-group : 2;
		-ms-flex-order : 1;
		order : 1;
	}
}
.m-box-section.section-thumb:nth-child(odd) [data-fixed] .thumb-wrap .thumb-img {
	-webkit-box-ordinal-group : 2;
	-ms-flex-order : 1;
	order : 1;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-section.section-thumb:nth-child(odd) [data-fixed] .thumb-wrap .thumb-img {
		-webkit-box-ordinal-group : 3;
		-ms-flex-order : 2;
		order : 2;
	}
}
.m-box-section.section-thumb:nth-child(odd) [data-fixed] .thumb-wrap .thumb-img > img {
	margin-left : -140px;
}
.m-box-section.section-thumb + .section-thumb {
	padding-top : 0;
}
.m-box-section.section-free {
	padding-top : 0;
	padding-bottom : 0;
}
.m-box-section.section-free + .section-white {
	background : #d7dee3;
}
.m-box-section [data-fixed] > *:first-child {
	margin-top : 0 !important;
}
.m-box-section [data-fixed] > *:first-child.m-list-news2 {
	margin-top : -23px !important;
}
.m-box-section [data-fixed] > *:first-child.m-box-section {
	padding-top : 0;
}
.m-box-section [data-fixed] > *:first-child.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-box-section [data-fixed] > *:first-child.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-section [data-fixed] > *:first-child.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-section [data-fixed] > [data-gs-group]:first-child > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-box-section [data-fixed] > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-box-section [data-fixed] > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
.m-box-section.section-footer-menu + .section-footer-product {
	background : #d7dee3;
}
.m-box-section#l-relation {
	padding-top : 50px;
	padding-bottom : 50px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-section#l-relation {
		padding-top : 25px;
		padding-bottom : 25px;
	}
}

.m-box-pagepath, #l-content .content-pagepath {
	padding : 6px 0 8px;
	font-size : 1.4rem;
	background-color : #ebeef1;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-pagepath, #l-content .content-pagepath {
		display : none;
	}
}
.m-box-pagepath ul, #l-content .content-pagepath ul {
	*zoom : 1;
}
.m-box-pagepath ul:after, #l-content .content-pagepath ul:after {
	content : ' ';
	display : table;
	clear : both;
}
.m-box-pagepath ul > li, #l-content .content-pagepath ul > li {
	float : left;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-right : 7px;
	line-height : 1;
}
.m-box-pagepath ul > li:after, #l-content .content-pagepath ul > li:after {
	display : inline-block;
	content : '\FF1E';
	color : #2a2a2a;
	padding-left : 7px;
	font-size : 1.2rem;
}
.m-box-pagepath ul > li:last-child:after, #l-content .content-pagepath ul > li:last-child:after {
	display : none;
}
.m-box-pagepath ul > li a, #l-content .content-pagepath ul > li a {
	position : relative;
	display : inline-block;
	text-decoration : underline;
	color : #2a2a2a;
}
@media print, screen and (min-width: 981px) {
	.m-box-pagepath ul > li a:hover, #l-content .content-pagepath ul > li a:hover {
		text-decoration : none;
	}
}

[data-tab] {
	margin-top : 80px;
	margin-bottom : 30px;
}
[data-tab] + * {
	margin-top : 0 !important;
}
[data-tab] + *.m-list-news2 {
	margin-top : -23px !important;
}
[data-tab] + *.m-box-section {
	padding-top : 0;
}
[data-tab] + *.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
[data-tab] + *.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	[data-tab] + *.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	[data-tab] + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	[data-tab] + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	[data-tab] + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	[data-tab] + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	[data-tab] + [data-gs] > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	[data-tab] + [data-gs-group] > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	[data-tab] + [data-gs-group][data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	[data-tab] + [data-gs-group][data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	[data-tab] + [data-gs] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	[data-tab] {
		margin-top : 40px;
		margin-bottom : 15px;
	}
}
[data-tab] .m-box-tab {
	margin-top : 0;
	margin-bottom : 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	[data-tab] .m-box-tab {
		margin-top : 0;
		margin-bottom : 0;
	}
}

.m-box-tab {
	margin-top : 80px;
	margin-bottom : 30px;
}
.m-box-tab + * {
	margin-top : 0 !important;
}
.m-box-tab + *.m-list-news2 {
	margin-top : -23px !important;
}
.m-box-tab + *.m-box-section {
	padding-top : 0;
}
.m-box-tab + *.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-box-tab + *.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-tab + *.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-tab + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-tab + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-tab + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-tab + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-tab + [data-gs] > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-tab + [data-gs-group] > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-box-tab + [data-gs-group][data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-box-tab + [data-gs-group][data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-tab + [data-gs] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-tab {
		margin-top : 40px;
		margin-bottom : 15px;
	}
}
.m-box-tab > ul > li {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
}
.m-box-tab > ul > li > a {
	border : solid 2px #003e6f;
	border-left-width : 1px;
	border-right-width : 1px;
	background-color : #fff;
	width : 100%;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
	-webkit-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	text-align : center;
	color : #003e6f;
	font-size : 1.8rem;
	font-weight : bold;
	padding : 15px 10px;
	line-height : 1.5;
	position : relative;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-tab > ul > li > a {
		font-size : 1.6rem;
		padding : 12.5px 5px;
		border-width : 1px;
		border-left-width : 0;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-tab > ul > li > a:hover {
		background-color : #003e6f;
		color : #fff;
		-webkit-transition : all 0.2s ease-out;
		        transition : all 0.2s ease-out;
		text-decoration : none;
	}
}
.m-box-tab > ul > li > a.is-active {
	background-color : #003e6f;
	color : #fff;
}
.m-box-tab > ul > li > a.is-active:after {
	content : '';
	position : absolute;
	bottom : -12px;
	left : 50%;
	margin-left : -10px;
	width : 0;
	height : 0;
	border-style : solid;
	border-width : 10px 10px 0 10px;
	border-color : #003e6f transparent transparent transparent;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-tab > ul > li > a.is-active:after {
		bottom : -6px;
		margin-left : -5px;
		border-width : 5px 5px 0 5px;
	}
}
.m-box-tab > ul > li > a > span {
	word-wrap : break-word;
	width : 100%;
}
.m-box-tab > ul > li:first-child > a {
	border-left-width : 2px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-tab > ul > li:first-child > a {
		border-left-width : 1px;
	}
}
.m-box-tab > ul > li:last-child > a {
	border-right-width : 2px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-tab > ul > li:last-child > a {
		border-right-width : 1px;
	}
}
.m-box-tab [data-gs] {
	overflow : inherit;
}

.m-box-tab2 {
	margin-top : 80px;
	margin-bottom : 34px;
}
.m-box-tab2 + * {
	margin-top : 0 !important;
}
.m-box-tab2 + *.m-list-news2 {
	margin-top : -23px !important;
}
.m-box-tab2 + *.m-box-section {
	padding-top : 0;
}
.m-box-tab2 + *.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-box-tab2 + *.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-tab2 + *.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-tab2 + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-tab2 + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-tab2 + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-tab2 + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-tab2 + [data-gs] > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-tab2 + [data-gs-group] > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-box-tab2 + [data-gs-group][data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-box-tab2 + [data-gs-group][data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-tab2 + [data-gs] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-tab2 {
		margin-top : 40px;
		margin-bottom : 15px;
	}
}
.m-box-tab2.tab-top {
	margin-bottom : 46px;
}
.m-box-tab2 > ul {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
}
.m-box-tab2 > ul > li {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-flex : 1;
	-ms-flex : 1;
	    flex : 1;
	position : relative;
}
.m-box-tab2 > ul > li + li {
	margin-left : -1px;
}
.m-box-tab2 > ul > li + li:before {
	content : '';
	width : 1px;
	position : absolute;
	top : 9px;
	bottom : 9px;
	left : 0;
	background-color : #ccd5db;
	margin : auto;
}
.m-box-tab2 > ul > li > a {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	width : 100%;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
	-webkit-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	text-align : center;
	color : #2a2a2a;
	font-size : 1.8rem;
	font-weight : bold;
	padding : 10px 10px;
	line-height : 1.5;
	position : relative;
	z-index : 1;
}
@media screen and (min-width: 0) and (max-width: 980px) {
	.m-box-tab2 > ul > li > a {
		padding : 10px 5px;
		font-size : 1.6rem;
	}
}
@media screen and (min-width: 0) and (max-width: 980px) and (min-width: 0) and (max-width: 767px) {
	.m-box-tab2 > ul > li > a {
		font-size : 1.6rem;
		padding : 12.5px 5px;
		border-width : 1px;
		border-left-width : 0;
	}
}
.m-box-tab2 > ul > li > a:before {
	content : '';
	height : 4px;
	width : 90px;
	position : absolute;
	bottom : 0;
	left : 0;
	right : 0;
	background-color : #717271;
	margin : auto;
}
@media print, screen and (min-width: 981px) {
	.m-box-tab2 > ul > li > a:hover {
		background-color : #717271;
		color : #fff;
		-webkit-transition : all 0.2s ease-out;
		        transition : all 0.2s ease-out;
		text-decoration : none;
	}
}
.m-box-tab2 > ul > li > a.is-active {
	background-color : #717271;
	color : #fff;
}
.m-box-tab2 > ul > li > a.is-active:after {
	content : '';
	position : absolute;
	bottom : -10px;
	left : 50%;
	margin-left : -10px;
	width : 0;
	height : 0;
	border-style : solid;
	border-width : 10px 10px 0 10px;
	border-color : #717271 transparent transparent transparent;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-tab2 > ul > li > a.is-active:after {
		bottom : -6px;
		margin-left : -5px;
		border-width : 5px 5px 0 5px;
	}
}
.m-box-tab2 > ul > li > a > span {
	word-wrap : break-word;
	width : 100%;
}
.m-box-tab2 > ul > li > a.tab-color-newsrelease:before {
	background-color : #b83a4b;
}
@media print, screen and (min-width: 981px) {
	.m-box-tab2 > ul > li > a.tab-color-newsrelease:hover {
		background-color : #b83a4b;
	}
}
.m-box-tab2 > ul > li > a.tab-color-newsrelease.is-active {
	background-color : #b83a4b;
}
.m-box-tab2 > ul > li > a.tab-color-newsrelease.is-active:after {
	border-color : #b83a4b transparent transparent transparent;
}
.m-box-tab2 > ul > li > a.tab-color-product:before {
	background-color : #00857d;
}
@media print, screen and (min-width: 981px) {
	.m-box-tab2 > ul > li > a.tab-color-product:hover {
		background-color : #00857d;
	}
}
.m-box-tab2 > ul > li > a.tab-color-product.is-active {
	background-color : #00857d;
}
.m-box-tab2 > ul > li > a.tab-color-product.is-active:after {
	border-color : #00857d transparent transparent transparent;
}
.m-box-tab2 > ul > li > a.tab-color-ir:before {
	background-color : #003e6f;
}
@media print, screen and (min-width: 981px) {
	.m-box-tab2 > ul > li > a.tab-color-ir:hover {
		background-color : #003e6f;
	}
}
.m-box-tab2 > ul > li > a.tab-color-ir.is-active {
	background-color : #003e6f;
}
.m-box-tab2 > ul > li > a.tab-color-ir.is-active:after {
	border-color : #003e6f transparent transparent transparent;
}
.m-box-tab2 > ul > li > a.tab-color-info:before {
	background-color : #9a7610;
}
@media print, screen and (min-width: 981px) {
	.m-box-tab2 > ul > li > a.tab-color-info:hover {
		background-color : #9a7610;
	}
}
.m-box-tab2 > ul > li > a.tab-color-info.is-active {
	background-color : #9a7610;
}
.m-box-tab2 > ul > li > a.tab-color-info.is-active:after {
	border-color : #9a7610 transparent transparent transparent;
}

.m-box-anchor {
	margin : 80px 0 20px;
	padding-top : 20px;
	border-top : solid 1px #d4d5d4;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-anchor {
		margin : 40px 0 10px;
		padding-top : 10px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-box-anchor > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 24px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-box-anchor > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 24px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-box-anchor > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 24px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-box-anchor > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 24px;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-box-anchor > [data-gs-tab='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 24px;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-box-anchor > [data-gs-tab='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 24px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-anchor > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 20px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-anchor > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 20px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-anchor > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 20px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-anchor > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 20px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-anchor > [data-gs-sp='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 20px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-anchor > [data-gs-sp='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 20px;
	}
}

.m-box-mapapi {
	width : 100%;
	height : 330px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-mapapi {
		height : 160px;
	}
}

.m-box-mapframe {
	width : 100%;
	height : 330px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-mapframe {
		height : 160px;
	}
}
.m-box-mapframe iframe {
	width : 100%;
	height : 100%;
	border : none;
}

.m-box-important {
	width : 100%;
	border : solid 2px #b83a4b;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	margin-top : 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-important {
		display : block;
		border-width : 1px;
	}
}
.m-box-important .important-ttl {
	text-align : center;
	width : 266px;
	font-size : 1.8rem;
	font-weight : bold;
	color : #fff;
	background-color : #b83a4b;
	padding : 20px 10px 15px;
	line-height : 1.25em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-important .important-ttl {
		display : block;
		width : auto;
		font-size : 1.6rem;
		padding : 12px 10px;
	}
}
.m-box-important .important-content {
	padding : 6px 10px 6px 27px;
	width : 100%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-important .important-content {
		display : block;
		padding : 15px;
	}
}
.m-box-important .important-content > ul > li {
	text-align : left;
}
.m-box-important .important-content > ul > li .content-wrap {
	display : table;
	padding : 10px 0 10px;
	line-height : 1.5;
	text-decoration : none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-important .important-content > ul > li .content-wrap {
		padding : 5px 0;
	}
}
.m-box-important .important-content > ul > li .content-wrap.m-icon-pdf:after {
	display : none;
}
.m-box-important .important-content > ul > li .content-wrap.m-icon-pdf .content-txt {
	color : #2a2a2a;
}
.m-box-important .important-content > ul > li .content-wrap.m-icon-pdf .content-txt:after {
	content : '';
	display : inline-block;
	width : 17px;
	height : 20px;
	vertical-align : middle;
	margin-left : 8px;
	background : url('../svg/i_pdf.svg?c=000') no-repeat;
	background-size : 100% auto;
	margin-top : -4px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-important .important-content > ul > li .content-wrap.m-icon-pdf .content-txt:after {
		width : 13px;
		height : 15px;
	}
}
.m-box-important .important-content > ul > li:first-child {
	margin-top : 0;
}
.m-box-important .important-content > ul > li .content-date, .m-box-important .important-content > ul > li .content-txt {
	display : table-cell;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-important .important-content > ul > li .content-date, .m-box-important .important-content > ul > li .content-txt {
		display : block;
	}
}
.m-box-important .important-content > ul > li .content-date {
	font-weight : bold;
	width : 9.6em;
	color : #000;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-important .important-content > ul > li .content-date {
		margin-right : 0;
	}
}
.m-box-important .important-content > ul > li a.content-wrap .content-txt {
	color : #2a2a2a;
}
@media print, screen and (min-width: 981px) {
	.m-box-important .important-content > ul > li a.content-wrap:hover .content-date {
		text-decoration : none;
	}
	.m-box-important .important-content > ul > li a.content-wrap:hover .content-txt {
		text-decoration : underline;
	}
}
.m-box-important + .u-search-top {
	margin-top : 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-important + .u-search-top {
		margin-top : 15px;
	}
}

.m-box-frame {
	margin-top : 40px;
	padding : 30px;
	border : 1px solid #d7dee3;
	background-color : #d7dee3;
}
.m-box-frame > *:first-child {
	margin-top : 0 !important;
}
.m-box-frame > *:first-child.m-list-news2 {
	margin-top : -23px !important;
}
.m-box-frame > *:first-child.m-box-section {
	padding-top : 0;
}
.m-box-frame > *:first-child.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-box-frame > *:first-child.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-frame > *:first-child.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-frame > [data-gs-group]:first-child > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-box-frame > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-box-frame > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-frame {
		margin-top : 20px;
		padding : 15px;
	}
}
.m-box-frame.frame-bg-none {
	background-color : transparent;
}
.m-box-frame.frame-border {
	border-color : #d4d5d4;
}

.m-list-block > li {
	display : block;
	margin-top : 10px;
}
.m-list-block > li:first-child {
	margin-top : 0;
}

.m-box-clear {
	*zoom : 1;
}
.m-box-clear:after {
	content : ' ';
	display : table;
	clear : both;
}

.m-box-jstream iframe {
	max-width : 100%;
	height : auto;
}

.m-box-youtube {
	display : block;
	position : relative;
	width : 100%;
}
.m-box-youtube:before {
	content : '';
	display : block;
	padding-top : 56.5%;
}
.m-box-youtube > iframe {
	position : absolute;
	top : 0;
	left : 0;
	bottom : 0;
	right : 0;
	width : 100%;
	height : auto;
	min-height : 100%;
}

.m-list-qa {
	position : relative;
}
.m-list-qa:before {
	position : absolute;
	display : block;
	content : '';
	width : 100%;
	height : 2px;
	left : 0;
	background-image : -webkit-linear-gradient(left, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-image :         linear-gradient(to right, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-size : 5px 2px;
	top : 0;
}
.m-list-qa > ul > li {
	position : relative;
}
.m-list-qa > ul > li + li:before {
	position : absolute;
	display : block;
	content : '';
	width : 100%;
	height : 2px;
	left : 0;
	background-image : -webkit-linear-gradient(left, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-image :         linear-gradient(to right, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-size : 5px 2px;
	top : 0;
}

.m-box-qa {
	margin-top : 80px;
	position : relative;
	counter-reset : question;
	counter-increment : question;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-qa {
		margin-top : 40px;
	}
}
.m-box-qa:before {
	position : absolute;
	display : block;
	content : '';
	width : 100%;
	height : 2px;
	left : 0;
	background-image : -webkit-linear-gradient(left, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-image :         linear-gradient(to right, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-size : 5px 2px;
	top : 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-qa:before {
		margin-left : -20px;
		width : calc(100% + 40px);
		height : 1px;
	}
}
.m-box-qa:after {
	position : absolute;
	display : block;
	content : '';
	width : 100%;
	height : 2px;
	left : 0;
	background-image : -webkit-linear-gradient(left, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-image :         linear-gradient(to right, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-size : 5px 2px;
	bottom : 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-qa:after {
		margin-left : -20px;
		width : calc(100% + 40px);
		height : 1px;
	}
}
.m-box-qa .qa-content {
	position : relative;
}
.m-box-qa .qa-content .content-quest {
	color : #506d85;
	line-height : 1.5;
	position : relative;
	cursor : pointer;
}
.m-box-qa .qa-content .content-quest:after {
	position : absolute;
	background-color : #e5e9ed;
	width : 100%;
	height : calc(100% - 8px);
	display : block;
	content : '';
	top : 4px;
	left : 0;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-qa .qa-content .content-quest:after {
		height : calc(100% - 4px);
		margin-left : -20px;
		width : calc(100% + 40px);
		top : 2px;
	}
}
.m-box-qa .qa-content .content-quest .quest-wrap {
	display : inline-block;
	position : relative;
	z-index : 1;
	width : 100%;
	padding : 30px 53px 30px 68px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-qa .qa-content .content-quest .quest-wrap {
		padding : 15px 26.5px 15px 40px;
	}
}
.m-box-qa .qa-content .content-quest .quest-wrap > span {
	position : relative;
}
.m-box-qa .qa-content .content-quest .quest-wrap > span:before {
	content : 'Q' counter(question) '.';
	font-weight : bold;
	display : inline-block;
	margin-left : -43px;
	margin-right : 3px;
	vertical-align : top;
	z-index : 1;
	position : relative;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-qa .qa-content .content-quest .quest-wrap > span:before {
		margin-left : -40px;
		margin-right : 5px;
	}
}
.m-box-qa .qa-content .content-quest .quest-wrap:before, .m-box-qa .qa-content .content-quest .quest-wrap:after {
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	content : '';
	display : block;
	position : absolute;
	top : 50%;
	width : 10px;
	height : 2px;
	background : #003e6f;
}
.m-box-qa .qa-content .content-quest .quest-wrap:before {
	right : 36.5px;
	-webkit-transform-origin : right center;
	    -ms-transform-origin : right center;
	        transform-origin : right center;
	-webkit-transform : translateY(3px) rotate(45deg);
	    -ms-transform : translateY(3px) rotate(45deg);
	        transform : translateY(3px) rotate(45deg);
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-qa .qa-content .content-quest .quest-wrap:before {
		right : 19.5px;
	}
}
.m-box-qa .qa-content .content-quest .quest-wrap:after {
	right : 27px;
	-webkit-transform-origin : left center;
	    -ms-transform-origin : left center;
	        transform-origin : left center;
	-webkit-transform : translateY(3px) rotate(-45deg);
	    -ms-transform : translateY(3px) rotate(-45deg);
	        transform : translateY(3px) rotate(-45deg);
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-qa .qa-content .content-quest .quest-wrap:after {
		right : 10px;
	}
}
.m-box-qa .qa-content .content-quest .quest-wrap.is-active:before {
	-webkit-transform : translateY(-3px) rotate(-45deg);
	    -ms-transform : translateY(-3px) rotate(-45deg);
	        transform : translateY(-3px) rotate(-45deg);
}
.m-box-qa .qa-content .content-quest .quest-wrap.is-active:after {
	-webkit-transform : translateY(-3px) rotate(45deg);
	    -ms-transform : translateY(-3px) rotate(45deg);
	        transform : translateY(-3px) rotate(45deg);
}
.m-box-qa .qa-content .content-quest:hover:after, .m-box-qa .qa-content .content-quest.is-active:after {
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.m-box-qa .qa-content .content-answer {
	padding : 40px 30px;
	display : none;
}
.m-box-qa .qa-content .content-answer > *:first-child {
	margin-top : 0 !important;
}
.m-box-qa .qa-content .content-answer > *:first-child.m-list-news2 {
	margin-top : -23px !important;
}
.m-box-qa .qa-content .content-answer > *:first-child.m-box-section {
	padding-top : 0;
}
.m-box-qa .qa-content .content-answer > *:first-child.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-box-qa .qa-content .content-answer > *:first-child.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-qa .qa-content .content-answer > *:first-child.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-qa .qa-content .content-answer > [data-gs-group]:first-child > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-box-qa .qa-content .content-answer > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-box-qa .qa-content .content-answer > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-qa .qa-content .content-answer > [data-gs]:first-child > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-qa .qa-content .content-answer {
		padding : 20px 0;
	}
}
.m-box-qa + .m-box-qa {
	counter-reset : none;
	margin-top : 0;
}
.m-box-qa + .m-box-qa:before {
	display : none;
}
.m-box-qa + .m-box-qa .qa-content .content-quest:after {
	top : 2px;
	height : calc(100% - 6px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-qa + .m-box-qa .qa-content .content-quest:after {
		top : 1px;
		height : calc(100% - 3px);
	}
}
.m-box-qa.is-active .qa-content .content-quest:after {
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.m-box-qa.is-active .qa-content .content-quest .quest-wrap:before {
	-webkit-transform : translateY(-3px) rotate(-45deg);
	    -ms-transform : translateY(-3px) rotate(-45deg);
	        transform : translateY(-3px) rotate(-45deg);
}
.m-box-qa.is-active .qa-content .content-quest .quest-wrap:after {
	-webkit-transform : translateY(-3px) rotate(45deg);
	    -ms-transform : translateY(-3px) rotate(45deg);
	        transform : translateY(-3px) rotate(45deg);
}

.m-box-accordion {
	margin-top : 80px;
	position : relative;
	counter-reset : question;
	counter-increment : question;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-accordion {
		margin-top : 40px;
	}
}
.m-box-accordion:before {
	position : absolute;
	display : block;
	content : '';
	width : 100%;
	height : 2px;
	left : 0;
	background-image : -webkit-linear-gradient(left, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-image :         linear-gradient(to right, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-size : 5px 2px;
	top : 0;
	background : #d4d5d4;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-accordion:before {
		margin-left : -20px;
		width : calc(100% + 40px);
		height : 1px;
	}
}
.m-box-accordion:after {
	position : absolute;
	display : block;
	content : '';
	width : 100%;
	height : 2px;
	left : 0;
	background-image : -webkit-linear-gradient(left, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-image :         linear-gradient(to right, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-size : 5px 2px;
	bottom : 0;
	background : #d4d5d4;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-accordion:after {
		margin-left : -20px;
		width : calc(100% + 40px);
		height : 1px;
	}
}
.m-box-accordion .accordion-content {
	position : relative;
}
.m-box-accordion .accordion-content .content-quest {
	line-height : 1.5;
	position : relative;
	cursor : pointer;
}
.m-box-accordion .accordion-content .content-quest:after {
	position : absolute;
	background-color : #e5e9ed;
	width : 100%;
	height : calc(100% - 8px);
	display : block;
	content : '';
	top : 4px;
	left : 0;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-accordion .accordion-content .content-quest:after {
		height : calc(100% - 4px);
		margin-left : -20px;
		width : calc(100% + 40px);
		top : 2px;
	}
}
.m-box-accordion .accordion-content .content-quest .quest-wrap {
	display : inline-block;
	position : relative;
	z-index : 1;
	width : 100%;
	padding : 30px 53px 30px 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-accordion .accordion-content .content-quest .quest-wrap {
		padding : 15px 26.5px 15px 0;
	}
}
.m-box-accordion .accordion-content .content-quest .quest-wrap > span {
	position : relative;
}
.m-box-accordion .accordion-content .content-quest .quest-wrap:before, .m-box-accordion .accordion-content .content-quest .quest-wrap:after {
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	content : '';
	display : block;
	position : absolute;
	top : 50%;
	width : 10px;
	height : 2px;
	background : #003e6f;
}
.m-box-accordion .accordion-content .content-quest .quest-wrap:before {
	right : 36.5px;
	-webkit-transform-origin : right center;
	    -ms-transform-origin : right center;
	        transform-origin : right center;
	-webkit-transform : translateY(3px) rotate(45deg);
	    -ms-transform : translateY(3px) rotate(45deg);
	        transform : translateY(3px) rotate(45deg);
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-accordion .accordion-content .content-quest .quest-wrap:before {
		right : 19.5px;
	}
}
.m-box-accordion .accordion-content .content-quest .quest-wrap:after {
	right : 27px;
	-webkit-transform-origin : left center;
	    -ms-transform-origin : left center;
	        transform-origin : left center;
	-webkit-transform : translateY(3px) rotate(-45deg);
	    -ms-transform : translateY(3px) rotate(-45deg);
	        transform : translateY(3px) rotate(-45deg);
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-accordion .accordion-content .content-quest .quest-wrap:after {
		right : 10px;
	}
}
.m-box-accordion .accordion-content .content-quest .quest-wrap.is-active:before {
	-webkit-transform : translateY(-3px) rotate(-45deg);
	    -ms-transform : translateY(-3px) rotate(-45deg);
	        transform : translateY(-3px) rotate(-45deg);
}
.m-box-accordion .accordion-content .content-quest .quest-wrap.is-active:after {
	-webkit-transform : translateY(-3px) rotate(45deg);
	    -ms-transform : translateY(-3px) rotate(45deg);
	        transform : translateY(-3px) rotate(45deg);
}
.m-box-accordion .accordion-content .content-quest:hover:after, .m-box-accordion .accordion-content .content-quest.is-active:after {
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.m-box-accordion .accordion-content .content-answer {
	padding : 40px 30px;
	display : none;
}
.m-box-accordion .accordion-content .content-answer > *:first-child {
	margin-top : 0 !important;
}
.m-box-accordion .accordion-content .content-answer > *:first-child.m-list-news2 {
	margin-top : -23px !important;
}
.m-box-accordion .accordion-content .content-answer > *:first-child.m-box-section {
	padding-top : 0;
}
.m-box-accordion .accordion-content .content-answer > *:first-child.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-box-accordion .accordion-content .content-answer > *:first-child.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-accordion .accordion-content .content-answer > *:first-child.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs-group]:first-child > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-accordion .accordion-content .content-answer > [data-gs]:first-child > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-accordion .accordion-content .content-answer {
		padding : 20px 0;
	}
}
.m-box-accordion + .m-box-accordion {
	counter-reset : none;
	margin-top : 0;
}
.m-box-accordion + .m-box-accordion:before {
	display : none;
}
.m-box-accordion + .m-box-accordion .accordion-content .content-quest:after {
	top : 2px;
	height : calc(100% - 6px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-accordion + .m-box-accordion .accordion-content .content-quest:after {
		top : 1px;
		height : calc(100% - 3px);
	}
}
.m-box-accordion.is-active .accordion-content .content-quest:after {
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.m-box-accordion.is-active .accordion-content .content-quest .quest-wrap:before {
	-webkit-transform : translateY(-3px) rotate(-45deg);
	    -ms-transform : translateY(-3px) rotate(-45deg);
	        transform : translateY(-3px) rotate(-45deg);
}
.m-box-accordion.is-active .accordion-content .content-quest .quest-wrap:after {
	-webkit-transform : translateY(-3px) rotate(45deg);
	    -ms-transform : translateY(-3px) rotate(45deg);
	        transform : translateY(-3px) rotate(45deg);
}

.m-box-error {
	padding : 30px;
	border : 1px solid #c00;
	color : #c00;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-error {
		padding : 15px;
	}
}

.m-box-rule {
	padding : 20px;
	background : #fff;
	max-height : 300px;
	overflow : auto;
}
.m-box-rule .rule-heading1 {
	font-size : 123%;
	font-weight : bold;
}
.m-box-rule .rule-heading2 {
	margin-top : 20px;
	font-weight : bold;
}

.m-box-border {
	padding : 30px;
	border : 1px solid #e1e1e1;
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-border {
		padding : 15px;
	}
}
.m-box-border .border-ttl {
	margin-bottom : 10px;
	font-size : 20px;
	font-size : 2rem;
	line-height : 1.4;
	color : #000;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-border .border-ttl {
		font-size : 18px;
		font-size : 1.8rem;
	}
}
.m-box-border .border-desc {
	line-height : 2;
}
.m-box-border .border-desc a {
	text-decoration : underline;
}

.m-box-video {
	position : relative;
	width : 100%;
	max-width : 820px;
	margin : 0 auto;
}
.m-box-video:before {
	content : '';
	display : block;
	padding-top : 70%;
}
.m-box-video iframe {
	position : absolute;
	top : 0;
	left : 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-video:before {
		padding-top : 80%;
	}
}

.m-box-sitemap > [data-gs] {
	margin : -40px -20px 0 -20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-sitemap > [data-gs] {
		margin : 0 auto;
	}
}
.m-box-sitemap > [data-gs] > [data-gs-col] {
	margin-top : 40px;
	padding : 0 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-sitemap > [data-gs] > [data-gs-col] {
		width : 100%;
		margin-top : 30px;
		padding : 0 10px;
	}
	.m-box-sitemap > [data-gs] > [data-gs-col]:nth-child(1) {
		margin-top : 0;
	}
}

.m-box-sitemap .sitemap-ttl {
	display : block;
	margin-bottom : 10px;
	padding-bottom : 5px;
	font-size : fz(14, 18);
	font-weight : bold;
	border-bottom : 1px solid #000;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-sitemap .sitemap-ttl {
		font-size : fz(14, 16);
	}
}

.m-box-sitemap .sitemap-list > ul > li {
	margin-top : 8px;
}

.m-box-unit {
	*zoom : 1;
}
.m-box-unit:after {
	content : ' ';
	display : table;
	clear : both;
}

.m-box-iconlink a {
	display : block;
	padding : 10px;
	background : #f1f1f1;
}
.m-box-iconlink a dl {
	display : table;
}
.m-box-iconlink a dl dt {
	display : table-cell;
	padding-right : 10px;
}
.m-box-iconlink a dl dd {
	display : table-cell;
}

.m-box-more {
	text-align : center;
	margin-top : 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-more {
		margin-top : 20px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-box-more .m-btn-simple {
		display : inline-block;
		width : auto;
		min-width : 180px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-more .m-btn-simple {
		width : 100%;
	}
}

.m-box-catch {
	margin : 0 0;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
}
.m-box-catch .catch-head {
	width : calc(100% / 2.5);
	width : calc((100% / 2.5 ) - 0.1px) \0;
	padding : 0 0;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-align : center;
	-ms-flex-align : center;
	align-items : center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-catch .catch-head {
		width : 100%;
	}
}
.m-box-catch .catch-head .head-ttl {
	font-size : 3.6rem;
	line-height : 1.5;
	color : #003e6f;
	font-weight : bold;
	margin-right : 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-catch .catch-head .head-ttl {
		font-size : 2.7rem;
		margin-right : 0;
	}
}
.m-box-catch .catch-body {
	width : calc(100% / 1.66667);
	width : calc((100% / 1.66667 ) - 0.1px) \0;
	padding : 0 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-catch .catch-body {
		width : 100%;
		margin-top : 35px;
	}
}
.m-box-catch .catch-body .body-desc {
	font-size : 1.8rem;
	line-height : 2;
	font-weight : bold;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-catch .catch-body .body-desc {
		font-size : 1.4rem;
		margin-right : 0;
	}
}

.m-box-second {
	text-align : center;
	padding-bottom : 100px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-second {
		padding-bottom : 50px;
	}
}
.m-box-second + .m-box-section {
	padding-top : 0;
}
.m-box-second.second-custom-link {
	padding-bottom : 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-second.second-custom-link {
		padding-bottom : 20px;
	}
}
.m-box-second .second-wrap {
	padding-top : 60px;
	padding-bottom : 100px;
	background-size : cover;
	background-position : center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-second .second-wrap {
		padding-top : 20px;
		padding-bottom : 0;
		padding-left : 0;
		padding-right : 0;
	}
}
.m-box-second .second-wrap .second-head {
	font-weight : bold;
}
.m-box-second .second-wrap .second-head .head-ttl {
	margin-bottom : 60px;
	font-size : 3.6rem;
	color : #fff;
	line-height : 1.5;
	font-weight : bold;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-second .second-wrap .second-head .head-ttl {
		margin-bottom : 0;
		padding-bottom : 20px;
		font-size : 2.4rem;
	}
}
.m-box-second .second-wrap .second-head .head-sub {
	font-size : 1.8rem;
	color : #9a7611;
	-webkit-transform : translateY(-60px);
	    -ms-transform : translateY(-60px);
	        transform : translateY(-60px);
	color : #fff;
	line-height : 1.5;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-second .second-wrap .second-head .head-sub {
		-webkit-transform : translateY(-20px);
		    -ms-transform : translateY(-20px);
		        transform : translateY(-20px);
		font-size : 1.5rem;
	}
}
.m-box-second .second-body {
	background-color : #fff;
	margin-top : -100px;
	padding : 80px 40px 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-second .second-body {
		padding : 40px 0 0;
		margin-top : 0;
	}
}
.m-box-second .second-body .body-catch {
	text-align : center;
	font-size : 2.4rem;
	line-height : 1.5;
	font-weight : bold;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-second .second-body .body-catch {
		font-size : 1.6rem;
	}
}
.m-box-second .second-body .body-desc {
	text-align : center;
	margin-top : 35px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-second .second-body .body-desc {
		margin-top : 18px;
	}
}
.m-box-second .second-body .body-btn {
	text-align : center;
	margin : 40px auto 0;
	width : 25%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-second .second-body .body-btn {
		margin-top : 20px;
		width : auto;
	}
}
.m-box-second .second-body .body-btn .m-btn-simple {
	width : 100%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-second .second-body .body-btn .m-btn-simple {
		width : 100%;
	}
}

.m-box-search {
	margin-top : 20px;
}
.m-box-search .search-wrap {
	position : relative;
	border-radius : 4px;
	overflow : hidden;
}
.layout-col1 .m-box-search .search-wrap {
	width : 70%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.layout-col1 .m-box-search .search-wrap {
		width : 100%;
	}
}
.m-box-search .search-wrap .search-input {
	width : 100%;
	height : 40px;
	border : none;
	padding : 3px 55px 3px 15px;
	outline : none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-search .search-wrap .search-input::-webkit-input-placeholder {
		font-size : 0;
	}
	.m-box-search .search-wrap .search-input:-ms-input-placeholder {
		font-size : 0;
	}
	.m-box-search .search-wrap .search-input::placeholder {
		font-size : 0;
	}
}
.m-box-search .search-wrap .search-submit {
	height : 40px;
	width : 40px;
	position : absolute;
	top : 0;
	right : 0;
	background-color : #003e6f;
	border : solid 2px #003e6f;
	font-size : 0;
	color : transparent;
	outline : none;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	border-radius : 0 4px 4px 0;
}
.m-box-search .search-wrap .search-submit:before, .m-box-search .search-wrap .search-submit:after {
	content : '';
	-webkit-transition : opacity 0.2s ease-out;
	        transition : opacity 0.2s ease-out;
	background-size : 100% auto;
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	margin : auto;
	width : 20px;
	height : 20px;
	-webkit-backface-visibility : hidden;
	        backface-visibility : hidden;
}
.m-box-search .search-wrap .search-submit:before {
	background-image : url(../svg/i_search.svg?c=fff);
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.m-box-search .search-wrap .search-submit:after {
	background-image : url(../svg/i_search.svg?c=003e6f);
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
@media print, screen and (min-width: 981px) {
	.m-box-search .search-wrap .search-submit:hover {
		background-color : #fff;
	}
	.m-box-search .search-wrap .search-submit:hover:before {
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}
	.m-box-search .search-wrap .search-submit:hover:after {
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	}
}
.m-box-search + .m-txt-p {
	margin-top : 25px;
}
.m-box-search.search-position-center .search-wrap {
	margin : auto;
}

.m-box-status .status-container .container-head {
	position : relative;
	z-index : 2;
}
.m-box-status .status-container .container-head .head-ttl {
	font-size : 1.8rem;
	color : #fff;
	background-color : #003e6f;
	width : 110px;
	height : 110px;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
	-webkit-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	text-align : center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-status .status-container .container-head .head-ttl {
		width : auto;
		height : auto;
		font-size : 1.6rem;
		padding : 10px;
		line-height : 1.5;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-status .status-container .container-head .head-ttl br {
		display : none;
	}
}

.m-box-status .status-container .container-body {
	border : solid 1px #d4d5d4;
	margin-top : -90px;
	margin-left : 55px;
	position : relative;
	z-index : 1;
	padding-left : 70px;
}
@media print, screen and (min-width: 0) and (max-width: 1100px) {
	.m-box-status .status-container .container-body {
		padding-left : 50px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-status .status-container .container-body {
		border-top : none;
		margin : 0;
		padding : 0;
	}
}
.m-box-status .status-container .container-body > ul > li .body-wrap {
	text-align : center;
	margin-top : 20px;
	margin-bottom : 20px;
	padding-left : 5px;
	padding-right : 5px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-status .status-container .container-body > ul > li .body-wrap {
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
		-webkit-box-align : center;
		-ms-flex-align : center;
		align-items : center;
		margin-top : 15px;
		margin-bottom : 15px;
		padding-left : 0;
		padding-right : 0;
	}
}
.m-box-status .status-container .container-body > ul > li .body-wrap .body-ttl {
	font-size : 1.8rem;
	color : #707372;
	font-weight : bold;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-status .status-container .container-body > ul > li .body-wrap .body-ttl {
		font-size : 1.6rem;
		width : 50%;
		padding : 0 5px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-status .status-container .container-body > ul > li .body-wrap .body-data {
		width : 50%;
		padding : 0 5px;
	}
}
.m-box-status .status-container .container-body > ul > li .body-wrap .body-data .data-large {
	display : inline-block;
	font-size : 1.8rem;
	line-height : 1.25;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-status .status-container .container-body > ul > li .body-wrap .body-data .data-large {
		font-size : 2.4rem;
		line-height : 1;
	}
}
.m-box-status .status-container .container-body > ul > li .body-wrap .body-data .data-large .data-value {
	font-size : 6.0rem;
	letter-spacing : -0.05em;
	margin-right : 5px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-status .status-container .container-body > ul > li .body-wrap .body-data .data-large .data-value {
		font-size : 4.0rem;
	}
}
.m-box-status .status-container .container-body > ul > li .body-wrap .body-data .data-small {
	font-size : 1.6rem;
}
.m-box-status .status-container .container-body > ul > li .body-wrap .body-data .data-small .data-value {
	font-size : 2.4rem;
}
.m-box-status .status-container .container-body > ul > li + li {
	position : relative;
}
@media print, screen and (min-width: 768px) {
	.m-box-status .status-container .container-body > ul > li + li:before {
		position : absolute;
		display : block;
		content : '';
		width : 2px;
		height : 100%;
		top : 0;
		background-image : -webkit-linear-gradient(top, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-image :         linear-gradient(to bottom, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-size : 2px 5px;
		background-position : right;
		background-repeat : repeat-y;
		left : 0;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-status .status-container .container-body > ul > li + li:before {
		position : absolute;
		display : block;
		content : '';
		width : 100%;
		height : 2px;
		left : 0;
		background-image : -webkit-linear-gradient(left, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-image :         linear-gradient(to right, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-size : 5px 2px;
		top : 0;
	}
}
@media print, screen and (min-width: 768px) {
	.m-box-status .status-container .container-body > ul > li + li:nth-child(3n+1):before {
		display : none;
	}
}
@media print, screen and (min-width: 768px) {
	.m-box-status .status-container .container-body > ul > li:nth-child(n+4):after {
		position : absolute;
		display : block;
		content : '';
		width : 100%;
		height : 2px;
		left : 0;
		background-image : -webkit-linear-gradient(left, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-image :         linear-gradient(to right, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-size : 5px 2px;
		top : 0;
	}
	.m-box-status .status-container .container-body > ul > li:nth-child(n+4):nth-child(3n+1):after {
		left : -70px;
		width : calc(100% + 70px);
	}
}
@media print, screen and (min-width: 768px) and (min-width: 0) and (max-width: 1100px) {
	.m-box-status .status-container .container-body > ul > li:nth-child(n+4):nth-child(3n+1):after {
		left : -50px;
		width : calc(100% + 50px);
	}
}

.m-box-pagination {
	margin-top : 80px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-pagination {
		margin-top : 40px;
	}
}
.m-box-pagination .pagination-list {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
	margin-top : -10px;
}
.m-box-pagination .pagination-list .list-item {
	margin : 10px 15px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-pagination .pagination-list .list-item {
		margin : 5px 8px;
	}
}
.m-box-pagination .pagination-list .list-item .item-btn {
	padding : 5px 15px;
	line-height : 1;
	height : 40px;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
	-webkit-box-align : center;
	-ms-flex-align : center;
	align-items : center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-pagination .pagination-list .list-item .item-btn {
		padding : 5px 10px;
		height : 30px;
	}
}
.m-box-pagination .pagination-list .list-item .item-btn > span {
	display : block;
}
.m-box-pagination .pagination-list .list-item .item-page {
	border : solid 1px #d4d5d4;
	background-color : #fff;
}
@media print, screen and (min-width: 981px) {
	.m-box-pagination .pagination-list .list-item .item-page:hover {
		background-color : #d4d5d4;
		text-decoration : none;
	}
}
.m-box-pagination .pagination-list .list-item .item-prev, .m-box-pagination .pagination-list .list-item .item-next {
	border : solid 1px #003e6f;
	background-color : #003e6f;
	font-size : 0;
	color : transparent;
	position : relative;
	width : 40px;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-pagination .pagination-list .list-item .item-prev, .m-box-pagination .pagination-list .list-item .item-next {
		width : 30px;
	}
}
.m-box-pagination .pagination-list .list-item .item-prev:after, .m-box-pagination .pagination-list .list-item .item-next:after {
	position : absolute;
	display : block;
	content : '';
	width : 9px;
	height : 15px;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	margin : auto;
	background : url(../svg/i_arrow.svg?c=fff) no-repeat;
	background-size : 100% auto;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
@media print, screen and (min-width: 981px) {
	.m-box-pagination .pagination-list .list-item .item-prev:hover, .m-box-pagination .pagination-list .list-item .item-next:hover {
		background-color : #fff;
	}
	.m-box-pagination .pagination-list .list-item .item-prev:hover:after, .m-box-pagination .pagination-list .list-item .item-next:hover:after {
		background-image : url(../svg/i_arrow.svg?c=003e6f);
	}
}
.m-box-pagination .pagination-list .list-item .item-prev:after {
	-webkit-transform : rotateZ(180deg);
	    -ms-transform : rotate(180deg);
	        transform : rotateZ(180deg);
}
.m-box-pagination .pagination-list .list-item.fs-current .item-page, .m-box-pagination .pagination-list .list-item.is-current .item-page {
	background-color : #d4d5d4;
}

@media print, screen and (min-width: 768px) {
	.m-box-select .select-year {
		width : auto;
		margin : 0 0 0 auto;
	}
}

.m-box-select .select-inner {
	position : relative;
}
.m-box-select .select-inner:before {
	content : '';
	width : 44px;
	height : 100%;
	position : absolute;
	top : 0;
	bottom : 0;
	right : 0;
	margin : auto;
	background-color : #003e6f;
	pointer-events : none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-select .select-inner:before {
		display : none;
		width : 100%;
	}
}
.m-box-select .select-inner:after {
	content : '';
	position : absolute;
	width : 0;
	height : 0;
	border-style : solid;
	border-width : 12px 7px 0 7px;
	border-color : #fff transparent transparent transparent;
	top : 0;
	bottom : 0;
	right : 16px;
	margin : auto;
	pointer-events : none;
	-webkit-transform : translateY(1px);
	    -ms-transform : translateY(1px);
	        transform : translateY(1px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-select .select-inner:after {
		border-width : 8.5px 5.5px 0 5.5px;
		right : 10px;
		border-color : #003e6f transparent transparent transparent;
	}
}
.m-box-select .select-inner > select {
	border : solid 2px #003e6f;
	width : 100%;
	font-size : 1.6rem;
	padding : 4px 80px 4px 10px;
	outline : none;
	   -moz-appearance : none;
	-webkit-appearance : button;
	        appearance : button;
	-webkit-appearance : none;
	        appearance : none;
	background-color : #fff;
	cursor : pointer;
	color : #003e6f;
	font-weight : bold;
}
.m-box-select .select-inner > select::-ms-expand {
	display : none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-box-select .select-inner > select {
		padding : 10px 30px 10px 10px;
		font-weight : normal;
	}
}

.m-box-select + .m-list-news2 {
	margin-top : 15px;
}

twitterwidget {
	width : 100% !important;
}

twitterwidget > > > .EmbeddedTweet {
	width : 100% !important;
	max-width : 100% !important;
}

twitterwidget::shadow .EmbeddedTweet {
	width : 100% !important;
	max-width : 100% !important;
}

.m-form-select {
	position : relative;
}
.m-form-select:before {
	z-index : 1;
	position : absolute;
	display : block;
	content : '';
	width : 9px;
	height : 15px;
	top : 0;
	bottom : 0;
	right : 17px;
	margin : auto;
	background : url(../svg/i_arrow.svg?c=003e6f) no-repeat;
	background-size : 100% auto;
	-webkit-transform : rotateZ(90deg);
	    -ms-transform : rotate(90deg);
	        transform : rotateZ(90deg);
	pointer-events : none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-form-select:before {
		width : 9px;
		height : 15px;
	}
}
.m-form-select select {
	outline : none;
	   -moz-appearance : none;
	text-indent : 0.01px;
	text-overflow : '';
	background : #fff;
	vertical-align : middle;
	font-size : inherit;
	color : inherit;
	-webkit-appearance : button;
	   -moz-appearance : button;
	        appearance : button;
	        appearance : none;
	-webkit-appearance : none;
	   -moz-appearance : none;
	padding : 10px 38px 10px 14px;
	border : 1px solid #d4d5d4;
	width : 100%;
	border-radius : 4px;
	cursor : pointer;
	line-height : 1.5;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-form-select select {
		padding : 6px 38px 6px 14px;
		font-size : 1.6rem;
	}
}
.m-form-select select.u-form-requireds {
	background-color : #f4e2e4;
}
.m-form-select select option {
	background-color : #fff;
	color : #333;
}
.m-form-select select::-ms-expand {
	display : none;
}
.m-form-select select:-moz-focusring {
	color : transparent;
	text-shadow : 0 0 0 #828c9a;
}
.m-form-select.select-size-m {
	width : 60%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-form-select.select-size-m {
		width : 100%;
	}
}
.m-form-select.select-size-s {
	width : 25%;
}

.m-form-text {
	padding : 10px 14px;
	border : solid 1px #d4d5d4;
	width : 100%;
	border-radius : 4px;
	font-size : 1.6rem;
	line-height : 1.5;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-form-text {
		padding-top : 6px;
		padding-bottom : 6px;
		font-size : 1.6rem;
	}
}
.m-form-text.text-size-m {
	width : 60%;
}
.m-form-text.text-size-s {
	width : 30%;
}

.m-icon-blank:after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 16px;
	height : 16px;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	margin-right : 3px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-icon-blank:after {
		width : 13px;
		height : 13px;
	}
}

.m-btn-common .m-icon-pdf:after, .m-btn-common .m-txt-link.m-icon-pdf:after, .m-table-common .m-icon-pdf:after, .wysiwyg table .m-icon-pdf:after, .mceContentBody table .m-icon-pdf:after, .m-table-common .m-txt-link.m-icon-pdf:after, .wysiwyg table .m-txt-link.m-icon-pdf:after, .mceContentBody table .m-txt-link.m-icon-pdf:after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	background-image : url(../svg/i_pdf.svg?c=506d85) !important;
	width : 1.0625em !important;
	height : 1.25em !important;
	top : -0.1em !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-common .m-icon-pdf:after, .m-btn-common .m-txt-link.m-icon-pdf:after, .m-table-common .m-icon-pdf:after, .wysiwyg table .m-icon-pdf:after, .mceContentBody table .m-icon-pdf:after, .m-table-common .m-txt-link.m-icon-pdf:after, .wysiwyg table .m-txt-link.m-icon-pdf:after, .mceContentBody table .m-txt-link.m-icon-pdf:after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-common .m-icon-pdf:after, .m-btn-common .m-txt-link.m-icon-pdf:after, .m-table-common .m-icon-pdf:after, .wysiwyg table .m-icon-pdf:after, .mceContentBody table .m-icon-pdf:after, .m-table-common .m-txt-link.m-icon-pdf:after, .wysiwyg table .m-txt-link.m-icon-pdf:after, .mceContentBody table .m-txt-link.m-icon-pdf:after {
		width : 1em !important;
		height : 1.2em !important;
		top : -0.15em !important;
	}
}

.m-list-news {
	margin-top : 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news {
		margin-top : 20px;
	}
}
.m-list-news > li {
	position : relative;
}
.m-list-news > li:before, .m-list-news > li:after {
	position : absolute;
	width : 50vw;
	height : 100%;
	content : '';
	top : 0;
	z-index : 0;
}
.m-list-news > li:before {
	right : 100%;
}
.m-list-news > li:after {
	left : 100%;
}
.m-list-news > li:nth-child(odd) {
	background-color : #e5e9ed;
}
.m-list-news > li:nth-child(odd):before, .m-list-news > li:nth-child(odd):after {
	background-color : #e5e9ed;
}
.m-list-news > li:nth-child(even) {
	background-color : #f1f4f5;
}
.m-list-news > li:nth-child(even):before, .m-list-news > li:nth-child(even):after {
	background-color : #f1f4f5;
}
.m-list-news > li > a, .m-list-news > li > span {
	display : table;
	width : 100%;
	padding : 23px 25px 20px 0;
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
	position : relative;
}
.m-list-news > li > a[target='_blank']:not(.noticon) > .news-ttl:after, .m-list-news > li > span[target='_blank']:not(.noticon) > .news-ttl:after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news > li > a[target='_blank']:not(.noticon) > .news-ttl:after, .m-list-news > li > span[target='_blank']:not(.noticon) > .news-ttl:after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-list-news > li > a[href$='.pdf'] > .news-ttl:not(.noticon):after, .m-list-news > li > span[href$='.pdf'] > .news-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news > li > a[href$='.pdf'] > .news-ttl:not(.noticon):after, .m-list-news > li > span[href$='.pdf'] > .news-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news > li > a[href$='.pdf'] > .news-ttl:not(.noticon):after, .m-list-news > li > span[href$='.pdf'] > .news-ttl:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-news > li > a[href$='.doc'] > .news-ttl:not(.noticon):after, .m-list-news > li > a[href$='.docx'] > .news-ttl:not(.noticon):after, .m-list-news > li > span[href$='.doc'] > .news-ttl:not(.noticon):after, .m-list-news > li > span[href$='.docx'] > .news-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news > li > a[href$='.doc'] > .news-ttl:not(.noticon):after, .m-list-news > li > a[href$='.docx'] > .news-ttl:not(.noticon):after, .m-list-news > li > span[href$='.doc'] > .news-ttl:not(.noticon):after, .m-list-news > li > span[href$='.docx'] > .news-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news > li > a[href$='.doc'] > .news-ttl:not(.noticon):after, .m-list-news > li > a[href$='.docx'] > .news-ttl:not(.noticon):after, .m-list-news > li > span[href$='.doc'] > .news-ttl:not(.noticon):after, .m-list-news > li > span[href$='.docx'] > .news-ttl:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-news > li > a[href$='.xls'] > .news-ttl:not(.noticon):after, .m-list-news > li > a[href$='.xlsx'] > .news-ttl:not(.noticon):after, .m-list-news > li > span[href$='.xls'] > .news-ttl:not(.noticon):after, .m-list-news > li > span[href$='.xlsx'] > .news-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news > li > a[href$='.xls'] > .news-ttl:not(.noticon):after, .m-list-news > li > a[href$='.xlsx'] > .news-ttl:not(.noticon):after, .m-list-news > li > span[href$='.xls'] > .news-ttl:not(.noticon):after, .m-list-news > li > span[href$='.xlsx'] > .news-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news > li > a[href$='.xls'] > .news-ttl:not(.noticon):after, .m-list-news > li > a[href$='.xlsx'] > .news-ttl:not(.noticon):after, .m-list-news > li > span[href$='.xls'] > .news-ttl:not(.noticon):after, .m-list-news > li > span[href$='.xlsx'] > .news-ttl:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-news > li > a[href$='.zip'] > .news-ttl:not(.noticon):after, .m-list-news > li > span[href$='.zip'] > .news-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news > li > a[href$='.zip'] > .news-ttl:not(.noticon):after, .m-list-news > li > span[href$='.zip'] > .news-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news > li > a, .m-list-news > li > span {
		padding : 20px 20px 20px 0;
	}
}
.m-list-news > li > a .news-date, .m-list-news > li > a .news-ttl, .m-list-news > li > a .news-cat, .m-list-news > li > span .news-date, .m-list-news > li > span .news-ttl, .m-list-news > li > span .news-cat {
	display : table-cell;
	text-align : left;
	vertical-align : top;
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news > li > a .news-date, .m-list-news > li > a .news-ttl, .m-list-news > li > a .news-cat, .m-list-news > li > span .news-date, .m-list-news > li > span .news-ttl, .m-list-news > li > span .news-cat {
		display : inline-block;
		vertical-align : middle;
	}
}
.m-list-news > li > a .news-date, .m-list-news > li > span .news-date {
	width : 155px;
	font-weight : bold;
	color : #000;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news > li > a .news-date, .m-list-news > li > span .news-date {
		width : auto;
		margin-bottom : 10px;
		font-size : 1.3rem;
	}
}
.m-list-news > li > a .news-cat, .m-list-news > li > span .news-cat {
	width : 70px;
	padding-right : 20px;
	color : #2a2a2a;
	white-space : nowrap;
	vertical-align : middle;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news > li > a .news-cat, .m-list-news > li > span .news-cat {
		display : inline-block;
		width : auto;
		padding-right : 0;
		margin-bottom : 10px;
		margin-left : 10px;
	}
}
.m-list-news > li > a .news-cat .m-txt-cat, .m-list-news > li > span .news-cat .m-txt-cat {
	display : block;
}
.m-list-news > li > a .news-ttl, .m-list-news > li > span .news-ttl {
	color : #2a2a2a;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news > li > a .news-ttl, .m-list-news > li > span .news-ttl {
		display : block;
	}
}
.m-list-news > li > a.m-icon-pdf .news-ttl:after, .m-list-news > li > span.m-icon-pdf .news-ttl:after {
	content : '';
	display : inline-block;
	width : 17px;
	height : 20px;
	vertical-align : middle;
	margin-left : 8px;
	background : url('../svg/i_pdf.svg?c=000') no-repeat;
	background-size : 100% auto;
	margin-top : -4px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news > li > a.m-icon-pdf .news-ttl:after, .m-list-news > li > span.m-icon-pdf .news-ttl:after {
		width : 13px;
		height : 15px;
	}
}
.m-list-news > li a:after {
	position : absolute;
	display : block;
	content : '';
	width : 10px;
	height : 17px;
	top : 0;
	bottom : 0;
	right : 0;
	margin : auto;
	z-index : 1;
	background : url(../svg/i_arrow.svg?c=003e6f) no-repeat;
	background-size : 100% auto;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	display : inline-block;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news > li a:after {
		width : 9px;
		height : 15px;
	}
}
@media print, screen and (min-width: 981px) {
	.m-list-news > li a:hover {
		text-decoration : none;
	}
	.m-list-news > li a:hover:after {
		right : -5px;
	}
	.m-list-news > li a:hover .news-ttl {
		text-decoration : underline;
	}
}
.m-list-news.news-block > li > a .news-date, .m-list-news.news-block > li > a .news-ttl, .m-list-news.news-block > li > span .news-date, .m-list-news.news-block > li > span .news-ttl {
	display : block;
}

.m-list-news2 {
	margin-top : 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 {
		margin-top : 20px;
	}
}
.m-list-news2 > li {
	position : relative;
}
.m-list-news2 > li:before {
	position : absolute;
	display : block;
	content : '';
	width : 100%;
	height : 2px;
	left : 0;
	background-image : -webkit-linear-gradient(left, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-image :         linear-gradient(to right, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-size : 5px 2px;
	bottom : 0;
}
.m-list-news2 > li > a, .m-list-news2 > li > span {
	display : block;
	width : 100%;
	padding : 23px 25px 20px 0;
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
	position : relative;
	*zoom : 1;
}
.m-list-news2 > li > a:after, .m-list-news2 > li > span:after {
	content : ' ';
	display : table;
	clear : both;
}
.m-list-news2 > li > a[target='_blank']:not(.noticon) > .news-ttl:after, .m-list-news2 > li > span[target='_blank']:not(.noticon) > .news-ttl:after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li > a[target='_blank']:not(.noticon) > .news-ttl:after, .m-list-news2 > li > span[target='_blank']:not(.noticon) > .news-ttl:after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-list-news2 > li > a[href$='.pdf'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > span[href$='.pdf'] > .news-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li > a[href$='.pdf'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > span[href$='.pdf'] > .news-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li > a[href$='.pdf'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > span[href$='.pdf'] > .news-ttl:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-news2 > li > a[href$='.doc'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > a[href$='.docx'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > span[href$='.doc'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > span[href$='.docx'] > .news-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li > a[href$='.doc'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > a[href$='.docx'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > span[href$='.doc'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > span[href$='.docx'] > .news-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li > a[href$='.doc'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > a[href$='.docx'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > span[href$='.doc'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > span[href$='.docx'] > .news-ttl:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-news2 > li > a[href$='.xls'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > a[href$='.xlsx'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > span[href$='.xls'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > span[href$='.xlsx'] > .news-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li > a[href$='.xls'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > a[href$='.xlsx'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > span[href$='.xls'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > span[href$='.xlsx'] > .news-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li > a[href$='.xls'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > a[href$='.xlsx'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > span[href$='.xls'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > span[href$='.xlsx'] > .news-ttl:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-news2 > li > a[href$='.zip'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > span[href$='.zip'] > .news-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li > a[href$='.zip'] > .news-ttl:not(.noticon):after, .m-list-news2 > li > span[href$='.zip'] > .news-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li > a, .m-list-news2 > li > span {
		padding : 20px 0 20px;
	}
}
.m-list-news2 > li > a .news-date, .m-list-news2 > li > a .news-ttl, .m-list-news2 > li > a .news-cat, .m-list-news2 > li > a .news-img, .m-list-news2 > li > span .news-date, .m-list-news2 > li > span .news-ttl, .m-list-news2 > li > span .news-cat, .m-list-news2 > li > span .news-img {
	text-align : left;
	vertical-align : top;
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li > a .news-date, .m-list-news2 > li > a .news-ttl, .m-list-news2 > li > a .news-cat, .m-list-news2 > li > a .news-img, .m-list-news2 > li > span .news-date, .m-list-news2 > li > span .news-ttl, .m-list-news2 > li > span .news-cat, .m-list-news2 > li > span .news-img {
		display : inline-block;
		vertical-align : middle;
	}
}
.m-list-news2 > li > a .news-date, .m-list-news2 > li > span .news-date {
	white-space : nowrap;
	font-weight : bold;
	color : #000;
	display : inline-block;
	float : left;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li > a .news-date, .m-list-news2 > li > span .news-date {
		width : auto;
		margin-bottom : 10px;
		font-size : 1.3rem;
		float : none;
	}
	.m-list-news2 > li > a .news-date br, .m-list-news2 > li > span .news-date br {
		display : none;
	}
}
.m-list-news2 > li > a .news-date .news-cat, .m-list-news2 > li > span .news-date .news-cat {
	float : none;
	font-weight : normal;
	vertical-align : baseline;
	-webkit-transform : translateY(0);
	    -ms-transform : translateY(0);
	        transform : translateY(0);
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li > a .news-date .news-cat, .m-list-news2 > li > span .news-date .news-cat {
		padding-left : 0;
		margin-bottom : 0;
	}
}
.m-list-news2 > li > a .news-cat, .m-list-news2 > li > span .news-cat {
	display : inline-block;
	min-width : 70px;
	padding-right : 20px;
	padding-left : 20px;
	color : #2a2a2a;
	white-space : nowrap;
	vertical-align : middle;
	float : left;
	-webkit-transform : translateY(4px);
	    -ms-transform : translateY(4px);
	        transform : translateY(4px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li > a .news-cat, .m-list-news2 > li > span .news-cat {
		display : inline-block;
		width : auto;
		padding-right : 0;
		padding-left : 0;
		margin-bottom : 10px;
		margin-left : 10px;
		float : none;
		-webkit-transform : translateY(0);
		    -ms-transform : translateY(0);
		        transform : translateY(0);
	}
}
.m-list-news2 > li > a .news-cat .m-txt-cat, .m-list-news2 > li > span .news-cat .m-txt-cat {
	display : block;
}
.m-list-news2 > li > a .news-img, .m-list-news2 > li > span .news-img {
	width : 200px;
	position : relative;
	overflow : hidden;
	float : left;
	margin-right : 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li > a .news-img, .m-list-news2 > li > span .news-img {
		display : block;
		width : auto;
		padding-right : 0;
		margin-bottom : 10px;
		float : none;
		margin-right : 0;
	}
}
.m-list-news2 > li > a .news-img:before, .m-list-news2 > li > span .news-img:before {
	content : '';
	position : relative;
	top : 0;
	left : 0;
	padding-top : 66.785%;
	height : 100%;
	display : block;
}
.m-list-news2 > li > a .news-img:after, .m-list-news2 > li > span .news-img:after {
	content : '';
	border : solid 1px #d4d5d4;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	display : block;
	margin : auto;
	position : absolute;
}
.m-list-news2 > li > a .news-img img, .m-list-news2 > li > span .news-img img {
	max-width : 100%;
	max-height : 100%;
	height : auto;
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	margin : auto;
}
.m-list-news2 > li > a .news-img ~ .news-date, .m-list-news2 > li > span .news-img ~ .news-date {
	padding-left : 0;
	float : none;
	margin-left : 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li > a .news-img ~ .news-date, .m-list-news2 > li > span .news-img ~ .news-date {
		padding-left : 0;
	}
}
.m-list-news2 > li > a .news-img ~ .news-cat, .m-list-news2 > li > span .news-img ~ .news-cat {
	-webkit-transform : translateY(0);
	    -ms-transform : translateY(0);
	        transform : translateY(0);
}
.m-list-news2 > li > a .news-img ~ .news-ttl, .m-list-news2 > li > span .news-img ~ .news-ttl {
	padding-left : 0;
	margin-top : 10px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li > a .news-img ~ .news-ttl, .m-list-news2 > li > span .news-img ~ .news-ttl {
		padding-left : 0;
		margin-top : 0;
	}
}
.m-list-news2 > li > a .news-ttl, .m-list-news2 > li > span .news-ttl {
	color : #2a2a2a;
	position : relative;
	overflow : hidden;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li > a .news-ttl, .m-list-news2 > li > span .news-ttl {
		display : block;
		padding-right : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li > a .news-ttl:after, .m-list-news2 > li > span .news-ttl:after {
		position : absolute;
		display : block;
		content : '';
		width : 9px;
		height : 15px;
		top : 0;
		bottom : 0;
		right : 0;
		margin : auto;
		z-index : 1;
		background : url(../svg/i_arrow.svg?c=003e6f) no-repeat;
		background-size : 100% auto;
		-webkit-transition : all 0.2s ease-out;
		        transition : all 0.2s ease-out;
		display : inline-block;
	}
}
.m-list-news2 > li > a.m-icon-pdf .news-ttl:after, .m-list-news2 > li > span.m-icon-pdf .news-ttl:after {
	content : '';
	display : inline-block;
	width : 17px;
	height : 20px;
	vertical-align : middle;
	margin-left : 8px;
	background : url('../svg/i_pdf.svg?c=000') no-repeat;
	background-size : 100% auto;
	margin-top : -4px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li > a.m-icon-pdf .news-ttl:after, .m-list-news2 > li > span.m-icon-pdf .news-ttl:after {
		width : 13px;
		height : 15px;
	}
}
.m-list-news2 > li a:before {
	position : absolute;
	display : block;
	content : '';
	width : 10px;
	height : 17px;
	top : 0;
	bottom : 0;
	right : 0;
	margin : auto;
	z-index : 1;
	background : url(../svg/i_arrow.svg?c=003e6f) no-repeat;
	background-size : 100% auto;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	display : inline-block;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-news2 > li a:before {
		display : none;
	}
}
@media print, screen and (min-width: 981px) {
	.m-list-news2 > li a:hover {
		text-decoration : none;
	}
	.m-list-news2 > li a:hover:before {
		right : -5px;
	}
	.m-list-news2 > li a:hover .news-ttl {
		text-decoration : underline;
	}
}
.m-list-news2.news-block > li > a .news-date, .m-list-news2.news-block > li > a .news-ttl, .m-list-news2.news-block > li > span .news-date, .m-list-news2.news-block > li > span .news-ttl {
	display : block;
}
.m-list-news2.news-block > li > a .news-ttl, .m-list-news2.news-block > li > span .news-ttl {
	float : left;
	width : 100%;
}

.m-box-tab-content > * {
	display : none;
}
.m-box-tab-content > *.is-active, .m-box-tab-content > *[aria-hidden='false'] {
	display : block;
}

.m-list-image {
	margin-top : 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-image {
		margin-top : 20px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-image > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 40px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-image > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 40px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-image > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 40px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-image > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 40px;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-list-image > [data-gs-tab='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 40px;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-list-image > [data-gs-tab='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 40px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-image > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 20px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-image > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 20px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-image > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 20px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-image > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 20px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-image > [data-gs-sp='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 20px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-image > [data-gs-sp='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 20px;
	}
}
.m-list-image ul {
	*zoom : 1;
}
.m-list-image ul:after {
	content : ' ';
	display : table;
	clear : both;
}
.m-list-image ul li dl dt a {
	display : inline;
	background-color : #fff;
}
@media print, screen and (min-width: 981px) {
	.m-list-image ul li dl dt a:hover img {
		opacity : 0.75;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-image ul li dl dt {
		text-align : center;
	}
}
.m-list-image ul li dl dd {
	margin-top : 20px;
}
.m-list-image.image-position-center {
	margin-left : auto;
	margin-right : auto;
}
.m-list-image.image-position-center > ul > li {
	text-align : center;
}
.m-list-image.image-position-center > ul > li:first-child {
	margin-top : 0;
}
.m-list-image.image-position-normal img {
	max-width : 100%;
	height : auto;
}
.m-list-image.image-position-left {
	float : left;
	margin-right : 14px;
	padding-right : 14px;
	margin-bottom : 2px;
	max-width : 50%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-image.image-position-left {
		float : none;
		margin-right : 0;
		padding-right : 0;
		max-width : 100%;
	}
}
.m-list-image.image-position-left ul {
	margin : 0;
	display : block;
}
.m-list-image.image-position-left ul li {
	width : auto;
	padding : 0;
	margin-top : 15px;
}
.m-list-image.image-position-left ul li:first-child {
	margin-top : 0 !important;
}
.m-list-image.image-position-right {
	float : right;
	margin-left : 14px;
	padding-left : 14px;
	position : relative;
	z-index : 2;
	margin-bottom : 2px;
	max-width : 50%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-image.image-position-right {
		float : none;
		margin-left : 0;
		padding-left : 0;
		max-width : 100%;
	}
}
.m-list-image.image-position-right ul {
	margin : 0;
	display : block;
}
.m-list-image.image-position-right ul li {
	width : auto;
	padding : 0;
	margin-top : 15px;
}
.m-list-image.image-position-right ul li:first-child {
	margin-top : 0 !important;
}
.m-list-image.image-position-left.image-col-6, .m-list-image.image-position-right.image-col-6, .m-list-image.image-position-center.image-col-6 {
	width : 50%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-image.image-position-left.image-col-6, .m-list-image.image-position-right.image-col-6, .m-list-image.image-position-center.image-col-6 {
		width : auto;
	}
}
.m-list-image.image-position-left.image-col-6 ul li, .m-list-image.image-position-right.image-col-6 ul li, .m-list-image.image-position-center.image-col-6 ul li {
	margin-top : 15px;
}
.m-list-image.image-position-left.image-col-6 ul li:first-child, .m-list-image.image-position-right.image-col-6 ul li:first-child, .m-list-image.image-position-center.image-col-6 ul li:first-child {
	margin-top : 0 !important;
}
.m-list-image.image-position-left.image-col-4, .m-list-image.image-position-right.image-col-4, .m-list-image.image-position-center.image-col-4 {
	width : calc(100% / 3);
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-image.image-position-left.image-col-4, .m-list-image.image-position-right.image-col-4, .m-list-image.image-position-center.image-col-4 {
		width : auto;
	}
}
.m-list-image.image-position-left.image-col-3, .m-list-image.image-position-right.image-col-3, .m-list-image.image-position-center.image-col-3 {
	width : 25%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-image.image-position-left.image-col-3, .m-list-image.image-position-right.image-col-3, .m-list-image.image-position-center.image-col-3 {
		width : auto;
	}
}
.m-list-image .image-title {
	font-weight : bold;
	font-size : 1.8rem;
	line-height : 1.5;
}
.m-list-image .image-title + .image-desc {
	margin-top : 5px;
}
.m-list-image.image-text-center dl {
	text-align : center;
}
.m-list-image img {
	max-width : 100%;
	height : auto;
}
.m-list-image + .wysiwyg table {
	margin-top : 0 !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-image + .wysiwyg table {
		margin-top : 20px !important;
	}
}
.m-list-image.image-mat-m img {
	margin-top : 20px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-image.image-mat-m img {
		margin-top : 0 !important;
	}
}
.m-list-image.image-fixed > ul > li dl dt {
	position : relative;
}
.m-list-image.image-fixed > ul > li dl dt:before {
	content : '';
	position : relative;
	top : 0;
	left : 0;
	padding-top : 66.785%;
	height : 100%;
	display : block;
}
.m-list-image.image-fixed > ul > li dl dt img {
	max-width : 100%;
	max-height : 100%;
	height : auto;
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	margin : auto;
}

.m-list-desc, .wysiwyg ul, .mceContentBody ul {
	margin-top : 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc, .wysiwyg ul, .mceContentBody ul {
		margin-top : 10px;
	}
}
.m-list-desc a[target='_blank']:not(.noticon):after, .wysiwyg ul a[target='_blank']:not(.noticon):after, .mceContentBody ul a[target='_blank']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc a[target='_blank']:not(.noticon):after, .wysiwyg ul a[target='_blank']:not(.noticon):after, .mceContentBody ul a[target='_blank']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-list-desc a[href$='.pdf']:not(.noticon):after, .wysiwyg ul a[href$='.pdf']:not(.noticon):after, .mceContentBody ul a[href$='.pdf']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc a[href$='.pdf']:not(.noticon):after, .wysiwyg ul a[href$='.pdf']:not(.noticon):after, .mceContentBody ul a[href$='.pdf']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc a[href$='.pdf']:not(.noticon):after, .wysiwyg ul a[href$='.pdf']:not(.noticon):after, .mceContentBody ul a[href$='.pdf']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-desc a[href$='.doc']:not(.noticon):after, .wysiwyg ul a[href$='.doc']:not(.noticon):after, .mceContentBody ul a[href$='.doc']:not(.noticon):after, .m-list-desc a[href$='.docx']:not(.noticon):after, .wysiwyg ul a[href$='.docx']:not(.noticon):after, .mceContentBody ul a[href$='.docx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc a[href$='.doc']:not(.noticon):after, .wysiwyg ul a[href$='.doc']:not(.noticon):after, .mceContentBody ul a[href$='.doc']:not(.noticon):after, .m-list-desc a[href$='.docx']:not(.noticon):after, .wysiwyg ul a[href$='.docx']:not(.noticon):after, .mceContentBody ul a[href$='.docx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc a[href$='.doc']:not(.noticon):after, .wysiwyg ul a[href$='.doc']:not(.noticon):after, .mceContentBody ul a[href$='.doc']:not(.noticon):after, .m-list-desc a[href$='.docx']:not(.noticon):after, .wysiwyg ul a[href$='.docx']:not(.noticon):after, .mceContentBody ul a[href$='.docx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-desc a[href$='.xls']:not(.noticon):after, .wysiwyg ul a[href$='.xls']:not(.noticon):after, .mceContentBody ul a[href$='.xls']:not(.noticon):after, .m-list-desc a[href$='.xlsx']:not(.noticon):after, .wysiwyg ul a[href$='.xlsx']:not(.noticon):after, .mceContentBody ul a[href$='.xlsx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc a[href$='.xls']:not(.noticon):after, .wysiwyg ul a[href$='.xls']:not(.noticon):after, .mceContentBody ul a[href$='.xls']:not(.noticon):after, .m-list-desc a[href$='.xlsx']:not(.noticon):after, .wysiwyg ul a[href$='.xlsx']:not(.noticon):after, .mceContentBody ul a[href$='.xlsx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc a[href$='.xls']:not(.noticon):after, .wysiwyg ul a[href$='.xls']:not(.noticon):after, .mceContentBody ul a[href$='.xls']:not(.noticon):after, .m-list-desc a[href$='.xlsx']:not(.noticon):after, .wysiwyg ul a[href$='.xlsx']:not(.noticon):after, .mceContentBody ul a[href$='.xlsx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-desc a[href$='.zip']:not(.noticon):after, .wysiwyg ul a[href$='.zip']:not(.noticon):after, .mceContentBody ul a[href$='.zip']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc a[href$='.zip']:not(.noticon):after, .wysiwyg ul a[href$='.zip']:not(.noticon):after, .mceContentBody ul a[href$='.zip']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-list-desc > li, .wysiwyg ul > li, .mceContentBody ul > li {
	margin-top : 10px;
	position : relative;
	padding-left : 14px;
	word-wrap : break-word;
	overflow-wrap : break-word;
	word-break : normal;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc > li, .wysiwyg ul > li, .mceContentBody ul > li {
		margin-top : 5px;
		padding-left : 7px;
	}
}
.m-list-desc > li:first-child, .wysiwyg ul > li:first-child, .mceContentBody ul > li:first-child {
	margin-top : 0;
}
.m-list-desc > li:before, .wysiwyg ul > li:before, .mceContentBody ul > li:before {
	position : absolute;
	content : '';
	width : 6px;
	height : 6px;
	border-radius : 50%;
	background-color : #003e6f;
	top : 0.75em;
	left : 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc > li:before, .wysiwyg ul > li:before, .mceContentBody ul > li:before {
		width : 3px;
		height : 3px;
		top : 0.80em;
	}
}
.m-list-desc > li > ul, .wysiwyg ul > li > ul, .mceContentBody ul > li > ul, .m-list-desc > li > ol, .wysiwyg ul > li > ol, .mceContentBody ul > li > ol {
	margin-top : 10px;
	counter-reset : number;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc > li > ul, .wysiwyg ul > li > ul, .mceContentBody ul > li > ul, .m-list-desc > li > ol, .wysiwyg ul > li > ol, .mceContentBody ul > li > ol {
		margin-top : 5px;
	}
}
.m-list-desc > li > ul > li, .wysiwyg ul > li > ul > li, .mceContentBody ul > li > ul > li {
	padding-left : 18px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc > li > ul > li, .wysiwyg ul > li > ul > li, .mceContentBody ul > li > ul > li {
		padding-left : 9px;
	}
}
.m-list-desc > li > ul > li:before, .wysiwyg ul > li > ul > li:before, .mceContentBody ul > li > ul > li:before {
	width : 3px;
	height : 3px;
	top : 0.85em;
	left : 7px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc > li > ul > li:before, .wysiwyg ul > li > ul > li:before, .mceContentBody ul > li > ul > li:before {
		width : 2px;
		height : 2px;
		left : 3.5px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc > li > ul.m-list-asterisk > li, .wysiwyg ul > li > ul.m-list-asterisk > li, .mceContentBody ul > li > ul.m-list-asterisk > li {
		padding-left : 17px;
	}
}
.m-list-desc > li > ul.m-list-asterisk > li:before, .wysiwyg ul > li > ul.m-list-asterisk > li:before, .mceContentBody ul > li > ul.m-list-asterisk > li:before {
	width : auto;
	height : auto;
	top : 0;
	left : 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc > li > ul.m-list-asterisk > li:before, .wysiwyg ul > li > ul.m-list-asterisk > li:before, .mceContentBody ul > li > ul.m-list-asterisk > li:before {
		width : auto;
		height : auto;
		top : 0;
		left : 0;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-desc.desc-inlineblock, .wysiwyg ul.desc-inlineblock, .mceContentBody ul.desc-inlineblock {
		margin-top : 30px;
		margin-left : -20px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-desc.desc-inlineblock > li, .wysiwyg ul.desc-inlineblock > li, .mceContentBody ul.desc-inlineblock > li {
		display : inline-block;
		margin-left : 20px;
		margin-top : 10px;
		vertical-align : top;
	}
}

.m-list-desc-inlineblock {
	margin-top : 20px;
}
@media print, screen and (min-width: 768px) {
	.m-list-desc-inlineblock {
		margin-top : 20px;
		margin-left : -20px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc-inlineblock {
		margin-top : 10px;
	}
}
.m-list-desc-inlineblock a[target='_blank']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc-inlineblock a[target='_blank']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-list-desc-inlineblock a[href$='.pdf']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc-inlineblock a[href$='.pdf']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc-inlineblock a[href$='.pdf']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-desc-inlineblock a[href$='.doc']:not(.noticon):after, .m-list-desc-inlineblock a[href$='.docx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc-inlineblock a[href$='.doc']:not(.noticon):after, .m-list-desc-inlineblock a[href$='.docx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc-inlineblock a[href$='.doc']:not(.noticon):after, .m-list-desc-inlineblock a[href$='.docx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-desc-inlineblock a[href$='.xls']:not(.noticon):after, .m-list-desc-inlineblock a[href$='.xlsx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc-inlineblock a[href$='.xls']:not(.noticon):after, .m-list-desc-inlineblock a[href$='.xlsx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc-inlineblock a[href$='.xls']:not(.noticon):after, .m-list-desc-inlineblock a[href$='.xlsx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-desc-inlineblock a[href$='.zip']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc-inlineblock a[href$='.zip']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-list-desc-inlineblock > li {
	margin-top : 10px;
	position : relative;
	padding-left : 14px;
	word-wrap : break-word;
	overflow-wrap : break-word;
	word-break : normal;
}
@media print, screen and (min-width: 768px) {
	.m-list-desc-inlineblock > li {
		display : inline-block;
		margin-left : 20px;
		margin-top : 10px;
		vertical-align : top;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc-inlineblock > li {
		margin-top : 5px;
		padding-left : 7px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-desc-inlineblock > li:first-child {
		margin-top : 10px;
	}
}
.m-list-desc-inlineblock > li:before {
	position : absolute;
	content : '';
	width : 6px;
	height : 6px;
	border-radius : 50%;
	background-color : #003e6f;
	top : 0.75em;
	left : 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc-inlineblock > li:before {
		width : 3px;
		height : 3px;
		top : 0.80em;
	}
}
.m-list-desc-inlineblock > li > ul, .m-list-desc-inlineblock > li > ol {
	margin-top : 10px;
	counter-reset : number;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc-inlineblock > li > ul, .m-list-desc-inlineblock > li > ol {
		margin-top : 5px;
	}
}
.m-list-desc-inlineblock > li > ul > li {
	padding-left : 18px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc-inlineblock > li > ul > li {
		padding-left : 9px;
	}
}
.m-list-desc-inlineblock > li > ul > li:before {
	width : 3px;
	height : 3px;
	top : 0.85em;
	left : 7px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc-inlineblock > li > ul > li:before {
		width : 2px;
		height : 2px;
		left : 3.5px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc-inlineblock > li > ul.m-list-asterisk > li {
		padding-left : 17px;
	}
}
.m-list-desc-inlineblock > li > ul.m-list-asterisk > li:before {
	width : auto;
	height : auto;
	top : 0;
	left : 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-desc-inlineblock > li > ul.m-list-asterisk > li:before {
		width : auto;
		height : auto;
		top : 0;
		left : 0;
	}
}

.m-list-num, .wysiwyg ol, .mceContentBody ol {
	margin-top : 20px;
}
.m-list-num a[target='_blank']:not(.noticon):after, .wysiwyg ol a[target='_blank']:not(.noticon):after, .mceContentBody ol a[target='_blank']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-num a[target='_blank']:not(.noticon):after, .wysiwyg ol a[target='_blank']:not(.noticon):after, .mceContentBody ol a[target='_blank']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-list-num a[href$='.pdf']:not(.noticon):after, .wysiwyg ol a[href$='.pdf']:not(.noticon):after, .mceContentBody ol a[href$='.pdf']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-num a[href$='.pdf']:not(.noticon):after, .wysiwyg ol a[href$='.pdf']:not(.noticon):after, .mceContentBody ol a[href$='.pdf']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-num a[href$='.pdf']:not(.noticon):after, .wysiwyg ol a[href$='.pdf']:not(.noticon):after, .mceContentBody ol a[href$='.pdf']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-num a[href$='.doc']:not(.noticon):after, .wysiwyg ol a[href$='.doc']:not(.noticon):after, .mceContentBody ol a[href$='.doc']:not(.noticon):after, .m-list-num a[href$='.docx']:not(.noticon):after, .wysiwyg ol a[href$='.docx']:not(.noticon):after, .mceContentBody ol a[href$='.docx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-num a[href$='.doc']:not(.noticon):after, .wysiwyg ol a[href$='.doc']:not(.noticon):after, .mceContentBody ol a[href$='.doc']:not(.noticon):after, .m-list-num a[href$='.docx']:not(.noticon):after, .wysiwyg ol a[href$='.docx']:not(.noticon):after, .mceContentBody ol a[href$='.docx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-num a[href$='.doc']:not(.noticon):after, .wysiwyg ol a[href$='.doc']:not(.noticon):after, .mceContentBody ol a[href$='.doc']:not(.noticon):after, .m-list-num a[href$='.docx']:not(.noticon):after, .wysiwyg ol a[href$='.docx']:not(.noticon):after, .mceContentBody ol a[href$='.docx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-num a[href$='.xls']:not(.noticon):after, .wysiwyg ol a[href$='.xls']:not(.noticon):after, .mceContentBody ol a[href$='.xls']:not(.noticon):after, .m-list-num a[href$='.xlsx']:not(.noticon):after, .wysiwyg ol a[href$='.xlsx']:not(.noticon):after, .mceContentBody ol a[href$='.xlsx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-num a[href$='.xls']:not(.noticon):after, .wysiwyg ol a[href$='.xls']:not(.noticon):after, .mceContentBody ol a[href$='.xls']:not(.noticon):after, .m-list-num a[href$='.xlsx']:not(.noticon):after, .wysiwyg ol a[href$='.xlsx']:not(.noticon):after, .mceContentBody ol a[href$='.xlsx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-num a[href$='.xls']:not(.noticon):after, .wysiwyg ol a[href$='.xls']:not(.noticon):after, .mceContentBody ol a[href$='.xls']:not(.noticon):after, .m-list-num a[href$='.xlsx']:not(.noticon):after, .wysiwyg ol a[href$='.xlsx']:not(.noticon):after, .mceContentBody ol a[href$='.xlsx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-num a[href$='.zip']:not(.noticon):after, .wysiwyg ol a[href$='.zip']:not(.noticon):after, .mceContentBody ol a[href$='.zip']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-num a[href$='.zip']:not(.noticon):after, .wysiwyg ol a[href$='.zip']:not(.noticon):after, .mceContentBody ol a[href$='.zip']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-num, .wysiwyg ol, .mceContentBody ol {
		margin-top : 10px;
	}
}
.m-list-num > li, .wysiwyg ol > li, .mceContentBody ol > li {
	margin-top : 10px;
	padding-left : 20px;
	counter-increment : number;
	word-wrap : break-word;
	overflow-wrap : break-word;
	word-break : normal;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-num > li, .wysiwyg ol > li, .mceContentBody ol > li {
		margin-top : 5px;
		padding-left : 10px;
	}
}
.m-list-num > li:first-child, .wysiwyg ol > li:first-child, .mceContentBody ol > li:first-child {
	margin-top : 0;
}
.m-list-num > li:before, .wysiwyg ol > li:before, .mceContentBody ol > li:before {
	content : counter(number) '.';
	display : inline-block;
	vertical-align : top;
	margin-left : -20px;
	margin-right : 4px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-num > li:before, .wysiwyg ol > li:before, .mceContentBody ol > li:before {
		margin-left : -10px;
		margin-right : 2px;
	}
}
.m-list-num > li > ul, .wysiwyg ol > li > ul, .mceContentBody ol > li > ul, .m-list-num > li > ol, .wysiwyg ol > li > ol, .mceContentBody ol > li > ol {
	margin-top : 10px;
	counter-reset : number;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-num > li > ul, .wysiwyg ol > li > ul, .mceContentBody ol > li > ul, .m-list-num > li > ol, .wysiwyg ol > li > ol, .mceContentBody ol > li > ol {
		margin-top : 5px;
	}
}
.m-list-num > li > ul > li, .wysiwyg ol > li > ul > li, .mceContentBody ol > li > ul > li {
	padding-left : 18px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-num > li > ul > li, .wysiwyg ol > li > ul > li, .mceContentBody ol > li > ul > li {
		padding-left : 9px;
	}
}
.m-list-num > li > ul > li:before, .wysiwyg ol > li > ul > li:before, .mceContentBody ol > li > ul > li:before {
	width : 3px;
	height : 3px;
	top : 0.85em;
	left : 7px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-num > li > ul > li:before, .wysiwyg ol > li > ul > li:before, .mceContentBody ol > li > ul > li:before {
		width : 2px;
		height : 2px;
		left : 3.5px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-num > li > ul.m-list-asterisk > li, .wysiwyg ol > li > ul.m-list-asterisk > li, .mceContentBody ol > li > ul.m-list-asterisk > li {
		padding-left : 17px;
	}
}
.m-list-num > li > ul.m-list-asterisk > li:before, .wysiwyg ol > li > ul.m-list-asterisk > li:before, .mceContentBody ol > li > ul.m-list-asterisk > li:before {
	width : auto;
	height : auto;
	top : 0;
	left : 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-num > li > ul.m-list-asterisk > li:before, .wysiwyg ol > li > ul.m-list-asterisk > li:before, .mceContentBody ol > li > ul.m-list-asterisk > li:before {
		width : auto;
		height : auto;
		top : 0;
		left : 0;
	}
}

ul.m-list-asterisk {
	margin-top : 20px;
	font-size : 1.4rem;
}
ul.m-list-asterisk a[target='_blank']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ul.m-list-asterisk a[target='_blank']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
ul.m-list-asterisk a[href$='.pdf']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ul.m-list-asterisk a[href$='.pdf']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ul.m-list-asterisk a[href$='.pdf']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
ul.m-list-asterisk a[href$='.doc']:not(.noticon):after, ul.m-list-asterisk a[href$='.docx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ul.m-list-asterisk a[href$='.doc']:not(.noticon):after, ul.m-list-asterisk a[href$='.docx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ul.m-list-asterisk a[href$='.doc']:not(.noticon):after, ul.m-list-asterisk a[href$='.docx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
ul.m-list-asterisk a[href$='.xls']:not(.noticon):after, ul.m-list-asterisk a[href$='.xlsx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ul.m-list-asterisk a[href$='.xls']:not(.noticon):after, ul.m-list-asterisk a[href$='.xlsx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ul.m-list-asterisk a[href$='.xls']:not(.noticon):after, ul.m-list-asterisk a[href$='.xlsx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
ul.m-list-asterisk a[href$='.zip']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ul.m-list-asterisk a[href$='.zip']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ul.m-list-asterisk {
		margin-top : 10px;
		font-size : 1.2rem;
	}
}
ul.m-list-asterisk > li {
	margin-top : 10px;
	position : relative;
	padding-left : 20px;
	word-wrap : break-word;
	overflow-wrap : break-word;
	word-break : normal;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ul.m-list-asterisk > li {
		margin-top : 5px;
		padding-left : 17px;
	}
}
ul.m-list-asterisk > li:first-child {
	margin-top : 0;
}
ul.m-list-asterisk > li:before {
	position : absolute;
	content : '';
	top : 0;
	left : 0;
	content : '\203b';
	background-color : transparent;
}
ul.m-list-asterisk > li > ul, ul.m-list-asterisk > li > ol {
	margin-top : 10px;
	counter-reset : number;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ul.m-list-asterisk > li > ul, ul.m-list-asterisk > li > ol {
		margin-top : 5px;
	}
}
ul.m-list-asterisk > li > ul > li {
	padding-left : 18px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ul.m-list-asterisk > li > ul > li {
		padding-left : 9px;
	}
}
ul.m-list-asterisk > li > ul > li:before {
	width : 3px;
	height : 3px;
	top : 0.85em;
	left : 7px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ul.m-list-asterisk > li > ul > li:before {
		width : 2px;
		height : 2px;
		left : 3.5px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ul.m-list-asterisk > li > ul.m-list-asterisk > li {
		padding-left : 17px;
	}
}
ul.m-list-asterisk > li > ul.m-list-asterisk > li:before {
	width : auto;
	height : auto;
	top : 0;
	left : 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ul.m-list-asterisk > li > ul.m-list-asterisk > li:before {
		width : auto;
		height : auto;
		top : 0;
		left : 0;
	}
}
ul.m-list-asterisk .fzs {
	font-size : 1.2rem;
}
ul.m-list-asterisk .fzm {
	font-size : 1.4rem;
}
ul.m-list-asterisk .fzl {
	font-size : 1.6rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ul.m-list-asterisk .fzs {
		font-size : 1rem;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ul.m-list-asterisk .fzm {
		font-size : 1.2rem;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ul.m-list-asterisk .fzl {
		font-size : 1.4rem;
	}
}

ol.m-list-asterisk {
	margin-top : 20px;
	font-size : 1.4rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ol.m-list-asterisk {
		margin-top : 10px;
		font-size : 1.2rem;
	}
}
ol.m-list-asterisk a[target='_blank']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ol.m-list-asterisk a[target='_blank']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
ol.m-list-asterisk a[href$='.pdf']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ol.m-list-asterisk a[href$='.pdf']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ol.m-list-asterisk a[href$='.pdf']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
ol.m-list-asterisk a[href$='.doc']:not(.noticon):after, ol.m-list-asterisk a[href$='.docx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ol.m-list-asterisk a[href$='.doc']:not(.noticon):after, ol.m-list-asterisk a[href$='.docx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ol.m-list-asterisk a[href$='.doc']:not(.noticon):after, ol.m-list-asterisk a[href$='.docx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
ol.m-list-asterisk a[href$='.xls']:not(.noticon):after, ol.m-list-asterisk a[href$='.xlsx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ol.m-list-asterisk a[href$='.xls']:not(.noticon):after, ol.m-list-asterisk a[href$='.xlsx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ol.m-list-asterisk a[href$='.xls']:not(.noticon):after, ol.m-list-asterisk a[href$='.xlsx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
ol.m-list-asterisk a[href$='.zip']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ol.m-list-asterisk a[href$='.zip']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
ol.m-list-asterisk > li {
	margin-top : 10px;
	padding-left : 40px;
	counter-increment : number;
	word-wrap : break-word;
	overflow-wrap : break-word;
	word-break : normal;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ol.m-list-asterisk > li {
		margin-top : 5px;
		padding-left : 10px;
	}
}
ol.m-list-asterisk > li:first-child {
	margin-top : 0;
}
ol.m-list-asterisk > li:before {
	content : '\203b' counter(number) '\ff1a';
	display : inline-block;
	vertical-align : top;
	margin-left : -40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ol.m-list-asterisk > li:before {
		margin-left : -10px;
		margin-right : 2px;
	}
}
ol.m-list-asterisk > li > ul, ol.m-list-asterisk > li > ol {
	margin-top : 10px;
	counter-reset : number;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ol.m-list-asterisk > li > ul, ol.m-list-asterisk > li > ol {
		margin-top : 5px;
	}
}
ol.m-list-asterisk > li > ul > li {
	padding-left : 18px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ol.m-list-asterisk > li > ul > li {
		padding-left : 9px;
	}
}
ol.m-list-asterisk > li > ul > li:before {
	width : 3px;
	height : 3px;
	top : 0.85em;
	left : 7px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ol.m-list-asterisk > li > ul > li:before {
		width : 2px;
		height : 2px;
		left : 3.5px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ol.m-list-asterisk > li > ul.m-list-asterisk > li {
		padding-left : 17px;
	}
}
ol.m-list-asterisk > li > ul.m-list-asterisk > li:before {
	width : auto;
	height : auto;
	top : 0;
	left : 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ol.m-list-asterisk > li > ul.m-list-asterisk > li:before {
		width : auto;
		height : auto;
		top : 0;
		left : 0;
	}
}
ol.m-list-asterisk .fzs {
	font-size : 1.2rem;
}
ol.m-list-asterisk .fzm {
	font-size : 1.4rem;
}
ol.m-list-asterisk .fzl {
	font-size : 1.6rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ol.m-list-asterisk .fzs {
		font-size : 1rem;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ol.m-list-asterisk .fzm {
		font-size : 1.2rem;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	ol.m-list-asterisk .fzl {
		font-size : 1.4rem;
	}
}

.m-list-thumbnail {
	margin-top : 80px;
	overflow : hidden;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail {
		margin-top : 40px;
	}
}
.m-list-thumbnail.link-position-center > ul {
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
}
.m-list-thumbnail.link-position-right > ul {
	-webkit-box-pack : end;
	-ms-flex-pack : end;
	justify-content : flex-end;
}
@media print, screen and (min-width: 768px) {
	.m-list-thumbnail > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 80px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-thumbnail > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 80px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-thumbnail > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 80px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-thumbnail > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 80px;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-list-thumbnail > [data-gs-tab='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 80px;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-list-thumbnail > [data-gs-tab='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 80px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 40px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 40px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 40px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 40px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail > [data-gs-sp='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 40px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail > [data-gs-sp='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 40px;
	}
}
.m-list-thumbnail .thumbnail-item {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	background-color : #fff;
	width : 100%;
	height : 100%;
	-webkit-box-orient : vertical;
	-webkit-box-direction : normal;
	-ms-flex-direction : column;
	    flex-direction : column;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail .thumbnail-item {
		padding-bottom : 15px;
	}
}
.m-list-thumbnail .thumbnail-item .item-img {
	overflow : hidden;
	margin-bottom : 28px;
	position : relative;
	width : 100%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail .thumbnail-item .item-img {
		margin-bottom : 20px;
	}
}
.m-list-thumbnail .thumbnail-item .item-img:before {
	content : '';
	position : relative;
	top : 0;
	left : 0;
	padding-top : 66.785%;
	height : 100%;
	display : block;
}
.m-list-thumbnail .thumbnail-item .item-img:after {
	content : '';
	border : solid 1px #d4d5d4;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	display : block;
	margin : auto;
	position : absolute;
}
.m-list-thumbnail .thumbnail-item .item-img img {
	max-width : 100%;
	max-height : 100%;
	height : auto;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	margin : auto;
}
.m-list-thumbnail .thumbnail-item .item-wrap {
	position : relative;
	-webkit-box-flex : 1;
	-ms-flex-positive : 1;
	flex-grow : 1;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail .thumbnail-item .item-wrap:before, .m-list-thumbnail .thumbnail-item .item-wrap:after {
		position : absolute;
		display : block;
		content : '';
		width : 2px;
		height : 100%;
		top : 0;
		background-image : -webkit-linear-gradient(top, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-image :         linear-gradient(to bottom, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-size : 2px 5px;
		background-position : right;
		background-repeat : repeat-y;
	}
}
.m-list-thumbnail .thumbnail-item .item-wrap:before {
	left : 0;
}
.m-list-thumbnail .thumbnail-item .item-wrap:after {
	right : 0;
}
.m-list-thumbnail .thumbnail-item .item-wrap .item-ttl {
	font-size : 1.8rem;
	font-weight : bold;
	position : relative;
	margin : 0 16px;
	padding-left : 26px;
	line-height : 1.5;
	word-wrap : break-word;
	overflow-wrap : break-word;
	word-break : normal;
	*zoom : 1;
}
.m-list-thumbnail .thumbnail-item .item-wrap .item-ttl:after {
	content : ' ';
	display : table;
	clear : both;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail .thumbnail-item .item-wrap .item-ttl {
		font-size : 1.4rem;
		margin : 0 15px;
		padding-left : 20px;
	}
}
.m-list-thumbnail .thumbnail-item .item-wrap .item-ttl:before {
	position : absolute;
	display : block;
	content : '';
	width : 16px;
	height : 16px;
	top : 0.4em;
	left : 0;
	background : url(../svg/i_arrow_fill.svg?c=003e6f) no-repeat;
	background-size : 100% auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail .thumbnail-item .item-wrap .item-ttl:before {
		top : 0.4em;
		width : 12px;
		height : 12px;
	}
}
.m-list-thumbnail .thumbnail-item .item-wrap .item-ttl + .item-desc {
	margin-top : 8px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail .thumbnail-item .item-wrap .item-ttl + .item-desc {
		margin-top : 5px;
	}
}
.m-list-thumbnail .thumbnail-item .item-wrap .item-ttl .m-txt-cat {
	float : right;
	margin-left : 5px;
	font-weight : normal;
	font-size : 1.4rem;
}
.m-list-thumbnail .thumbnail-item .item-wrap .item-desc {
	margin : 30px 16px 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail .thumbnail-item .item-wrap .item-desc {
		margin : 10px 15px 0;
	}
}
.m-list-thumbnail .thumbnail-item .item-wrap .item-desc + .item-desc {
	margin-top : 0;
}
.m-list-thumbnail a.thumbnail-item {
	color : #003e6f;
}
.m-list-thumbnail a.thumbnail-item .item-wrap .item-desc {
	color : #2a2a2a;
}
.m-list-thumbnail a.thumbnail-item[target='_blank']:not(.noticon) > .item-wrap > .item-ttl:after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=003e6f') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail a.thumbnail-item[target='_blank']:not(.noticon) > .item-wrap > .item-ttl:after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-list-thumbnail a.thumbnail-item[href$='.pdf'] > .item-wrap > .item-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=003e6f') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail a.thumbnail-item[href$='.pdf'] > .item-wrap > .item-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail a.thumbnail-item[href$='.pdf'] > .item-wrap > .item-ttl:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-thumbnail a.thumbnail-item[href$='.doc'] > .item-wrap > .item-ttl:not(.noticon):after, .m-list-thumbnail a.thumbnail-item[href$='.docx'] > .item-wrap > .item-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=003e6f') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail a.thumbnail-item[href$='.doc'] > .item-wrap > .item-ttl:not(.noticon):after, .m-list-thumbnail a.thumbnail-item[href$='.docx'] > .item-wrap > .item-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail a.thumbnail-item[href$='.doc'] > .item-wrap > .item-ttl:not(.noticon):after, .m-list-thumbnail a.thumbnail-item[href$='.docx'] > .item-wrap > .item-ttl:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-thumbnail a.thumbnail-item[href$='.xls'] > .item-wrap > .item-ttl:not(.noticon):after, .m-list-thumbnail a.thumbnail-item[href$='.xlsx'] > .item-wrap > .item-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=003e6f') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail a.thumbnail-item[href$='.xls'] > .item-wrap > .item-ttl:not(.noticon):after, .m-list-thumbnail a.thumbnail-item[href$='.xlsx'] > .item-wrap > .item-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail a.thumbnail-item[href$='.xls'] > .item-wrap > .item-ttl:not(.noticon):after, .m-list-thumbnail a.thumbnail-item[href$='.xlsx'] > .item-wrap > .item-ttl:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-thumbnail a.thumbnail-item[href$='.zip'] > .item-wrap > .item-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=003e6f') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail a.thumbnail-item[href$='.zip'] > .item-wrap > .item-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media print, screen and (min-width: 981px) {
	.m-list-thumbnail a.thumbnail-item:hover {
		text-decoration : none;
	}
	.m-list-thumbnail a.thumbnail-item:hover .item-img img {
		-webkit-transform : scale(1.05);
		    -ms-transform : scale(1.05);
		        transform : scale(1.05);
	}
	.m-list-thumbnail a.thumbnail-item:hover .item-wrap .item-ttl {
		text-decoration : underline;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-thumbnail > ul > li + li .thumbnail-item .item-wrap:after {
		position : absolute;
		display : block;
		content : '';
		width : 2px;
		height : 100%;
		top : 0;
		background-image : -webkit-linear-gradient(top, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-image :         linear-gradient(to bottom, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-size : 2px 5px;
		background-position : right;
		background-repeat : repeat-y;
		left : -15px;
	}
}
.m-list-thumbnail.thumbnail-pattern2 > ul {
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
}
.m-list-thumbnail.thumbnail-pattern2 .thumbnail-item {
	background-color : transparent;
}
.m-list-thumbnail.thumbnail-pattern2 .thumbnail-item .item-img {
	margin-bottom : 0;
}
.m-list-thumbnail.thumbnail-pattern2 .thumbnail-item .item-img:after {
	display : none;
}
.m-list-thumbnail.thumbnail-pattern2 .thumbnail-item .item-img img {
	top : auto;
}
.m-list-thumbnail.thumbnail-pattern2 .thumbnail-item .item-wrap {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
}
.m-list-thumbnail.thumbnail-pattern2 .thumbnail-item .item-wrap:after {
	display : none;
}
.m-list-thumbnail.thumbnail-pattern2 .thumbnail-item .item-wrap .item-ttl {
	background-color : #003e6f;
	margin : 0;
	width : 100%;
	color : #fff;
	padding : 16px 20px 16px 46px;
	font-size : 1.8rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail.thumbnail-pattern2 .thumbnail-item .item-wrap .item-ttl {
		font-size : 1.6rem;
		padding : 17px 15px 17px 34px;
	}
}
.m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item[target='_blank']:not(.noticon) > .item-wrap > .item-ttl:after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item[target='_blank']:not(.noticon) > .item-wrap > .item-ttl:after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item[href$='.pdf'] > .item-wrap > .item-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item[href$='.pdf'] > .item-wrap > .item-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item[href$='.pdf'] > .item-wrap > .item-ttl:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item[href$='.doc'] > .item-wrap > .item-ttl:not(.noticon):after, .m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item[href$='.docx'] > .item-wrap > .item-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item[href$='.doc'] > .item-wrap > .item-ttl:not(.noticon):after, .m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item[href$='.docx'] > .item-wrap > .item-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item[href$='.doc'] > .item-wrap > .item-ttl:not(.noticon):after, .m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item[href$='.docx'] > .item-wrap > .item-ttl:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item[href$='.xls'] > .item-wrap > .item-ttl:not(.noticon):after, .m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item[href$='.xlsx'] > .item-wrap > .item-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item[href$='.xls'] > .item-wrap > .item-ttl:not(.noticon):after, .m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item[href$='.xlsx'] > .item-wrap > .item-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item[href$='.xls'] > .item-wrap > .item-ttl:not(.noticon):after, .m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item[href$='.xlsx'] > .item-wrap > .item-ttl:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item[href$='.zip'] > .item-wrap > .item-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item[href$='.zip'] > .item-wrap > .item-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item .item-wrap .item-ttl:before {
	position : absolute;
	display : block;
	content : '';
	width : 16px;
	height : 16px;
	top : calc( 16px + 0.33em);
	left : 20px;
	background : url(../svg/i_arrow_fill.svg?c=fff) no-repeat;
	background-size : 100% auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item .item-wrap .item-ttl:before {
		width : 12px;
		height : 12px;
		left : 15px;
		top : calc( 17px + 0.4em);
	}
}
.m-list-thumbnail.thumbnail-pattern2 a.thumbnail-item .item-wrap .item-desc {
	color : #2a2a2a;
}
.m-list-thumbnail.thumbnail-pattern3 > ul {
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
}
.m-list-thumbnail.thumbnail-pattern3 .thumbnail-item {
	padding-bottom : 30px;
}
.m-list-thumbnail.thumbnail-pattern3 .thumbnail-item .item-img:before {
	display : none;
}
.m-list-thumbnail.thumbnail-pattern3 .thumbnail-item .item-img:after {
	display : none;
}
.m-list-thumbnail.thumbnail-pattern3 .thumbnail-item .item-img > img {
	position : relative;
	vertical-align : top;
}
.m-list-thumbnail.thumbnail-pattern3 .thumbnail-item .item-wrap:before, .m-list-thumbnail.thumbnail-pattern3 .thumbnail-item .item-wrap:after {
	display : none;
}

.m-list-card {
	margin-top : 30px;
	overflow : hidden;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-card {
		margin-top : 15px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-card > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 30px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-card > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 30px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-card > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 30px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-card > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-list-card > [data-gs-tab='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-list-card > [data-gs-tab='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 30px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-card > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-card > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-card > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-card > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-card > [data-gs-sp='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-card > [data-gs-sp='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 15px;
	}
}
.m-list-card .card-item {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	background-color : #d7dee3;
	padding-top : 20px;
	padding-bottom : 20px;
	width : 100%;
	height : 100%;
	-webkit-box-orient : vertical;
	-webkit-box-direction : normal;
	-ms-flex-direction : column;
	    flex-direction : column;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-card .card-item {
		padding-bottom : 15px;
	}
}
.m-list-card .card-item .item-wrap {
	position : relative;
	-webkit-box-flex : 1;
	-ms-flex-positive : 1;
	flex-grow : 1;
}
.m-list-card .card-item .item-wrap .item-ttl {
	font-weight : bold;
	position : relative;
	margin : 0 20px;
	line-height : 1.5;
	color : #2a2a2a;
	*zoom : 1;
}
.m-list-card .card-item .item-wrap .item-ttl:after {
	content : ' ';
	display : table;
	clear : both;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-card .card-item .item-wrap .item-ttl {
		margin : 0 15px;
	}
}
.m-list-card .card-item .item-wrap .item-ttl + .item-desc {
	margin-top : 8px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-card .card-item .item-wrap .item-ttl + .item-desc {
		margin-top : 5px;
	}
}
.m-list-card .card-item .item-wrap .item-ttl .m-txt-cat {
	float : right;
	margin-left : 5px;
	font-weight : normal;
	font-size : 1.4rem;
}
.m-list-card .card-item .item-wrap .item-desc {
	margin : 30px 20px 0;
	font-weight : bold;
	color : #003e6f;
	padding-left : 26px;
	position : relative;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-card .card-item .item-wrap .item-desc {
		margin : 10px 15px 0;
		padding-left : 20px;
	}
}
.m-list-card .card-item .item-wrap .item-desc:before {
	position : absolute;
	display : block;
	content : '';
	width : 16px;
	height : 16px;
	top : 0.45em;
	left : 0;
	background : url(../svg/i_arrow_fill.svg?c=003e6f) no-repeat;
	background-size : 100% auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-card .card-item .item-wrap .item-desc:before {
		top : 0.4em;
		width : 12px;
		height : 12px;
	}
}
.m-list-card a.card-item {
	color : #003e6f;
}
.m-list-card a.card-item.m-icon-pdf:after {
	display : none;
}
.m-list-card a.card-item.m-icon-pdf .item-wrap .item-ttl:after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=506d85') no-repeat;
	background-size : 100% auto;
	margin-top : -0.3em;
	width : 17px;
	height : 20px;
	background-image : url('../svg/i_pdf.svg?c=003e6f');
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-card a.card-item.m-icon-pdf .item-wrap .item-ttl:after {
		width : 13px;
		height : 15px;
	}
}
.m-list-card a.card-item.m-icon-blank:after {
	display : none;
}
.m-list-card a.card-item.m-icon-blank .item-wrap .item-ttl:after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 16px;
	height : 16px;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	background-image : url('../svg/i_blank.svg?c=003e6f');
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-card a.card-item.m-icon-blank .item-wrap .item-ttl:after {
		width : 13px;
		height : 13px;
	}
}
@media print, screen and (min-width: 981px) {
	.m-list-card a.card-item:hover {
		text-decoration : none;
	}
	.m-list-card a.card-item:hover .item-img img {
		-webkit-transform : scale(1.05);
		    -ms-transform : scale(1.05);
		        transform : scale(1.05);
	}
	.m-list-card a.card-item:hover .item-wrap .item-desc {
		text-decoration : underline;
	}
}

.m-list-menu {
	border-top : solid 1px #d4d5d4;
}
.m-list-menu .menu-wrap {
	margin : 0 0;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
	padding : 23px 0 21px;
}
@media screen and (min-width: 0) and (max-width: 980px) {
	.m-list-menu .menu-wrap {
		padding : 0;
		margin : 0 -70px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-menu .menu-wrap {
		padding : 0;
		margin-left : -20px;
		margin-right : -20px;
	}
}
.m-list-menu .menu-wrap .menu-item {
	width : calc(100% / 4);
	width : calc((100% / 4 ) - 0.1px) \0;
	padding : 0 0;
	position : relative;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-align : center;
	-ms-flex-align : center;
	align-items : center;
}
@media screen and (min-width: 0) and (max-width: 980px) {
	.m-list-menu .menu-wrap .menu-item {
		width : 50%;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-menu .menu-wrap .menu-item {
		width : calc(100% / 2);
		width : calc((100% / 2 ) - 0.1px) \0;
		padding : 0 0;
	}
}
@media print, screen and (min-width: 981px) {
	.m-list-menu .menu-wrap .menu-item + .menu-item:before {
		position : absolute;
		display : block;
		content : '';
		width : 2px;
		height : 100%;
		top : 0;
		left : 0;
		background-image : -webkit-linear-gradient(top, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-image :         linear-gradient(to bottom, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-size : 2px 5px;
		background-position : right;
		background-repeat : repeat-y;
	}
}
@media screen and (min-width: 0) and (max-width: 980px) {
	.m-list-menu .menu-wrap .menu-item:nth-child(odd):before {
		position : absolute;
		display : block;
		content : '';
		width : 2px;
		height : 100%;
		top : 0;
		right : 0;
		background-image : -webkit-linear-gradient(top, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-image :         linear-gradient(to bottom, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-size : 2px 5px;
		background-position : right;
		background-repeat : repeat-y;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-menu .menu-wrap .menu-item:nth-child(odd):before {
		position : absolute;
		display : block;
		content : '';
		width : 2px;
		height : 100%;
		top : 0;
		right : 0;
		background-image : -webkit-linear-gradient(top, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-image :         linear-gradient(to bottom, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-size : 2px 5px;
		background-position : right;
		background-repeat : repeat-y;
	}
}
@media screen and (min-width: 0) and (max-width: 980px) {
	.m-list-menu .menu-wrap .menu-item:nth-child(n+2):nth-child(odd):after {
		position : absolute;
		display : block;
		content : '';
		width : 200%;
		height : 2px;
		top : 0;
		left : 0;
		background-image : -webkit-linear-gradient(left, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-image :         linear-gradient(to right, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-size : 5px 2px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-menu .menu-wrap .menu-item:nth-child(n+2):nth-child(odd):after {
		position : absolute;
		display : block;
		content : '';
		width : 200%;
		height : 2px;
		top : 0;
		left : 0;
		background-image : -webkit-linear-gradient(left, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-image :         linear-gradient(to right, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
		background-size : 5px 2px;
	}
}
.m-list-menu .menu-wrap .menu-item > a {
	display : block;
	text-align : center;
	padding : 25px 10px;
	font-size : 1.8rem;
	font-weight : bold;
	color : #000;
	width : 100%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-menu .menu-wrap .menu-item > a {
		padding : 15px 10px 15px 20px;
		font-size : 1.3rem;
		text-align : left;
	}
}
.m-list-menu .menu-wrap .menu-item > a > span {
	padding-left : 67px;
	display : inline-block;
	position : relative;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-menu .menu-wrap .menu-item > a > span {
		padding-left : 34px;
	}
}
.m-list-menu .menu-wrap .menu-item > a > span:before {
	content : '';
	display : block;
	background : center no-repeat;
	background-size : 100%;
	position : absolute;
	top : -2px;
	bottom : 0;
	left : 0;
	margin-top : auto;
	margin-bottom : auto;
	width : 48px;
	height : 48px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-menu .menu-wrap .menu-item > a > span:before {
		width : 24px;
		height : 24px;
	}
}
.m-list-menu .menu-wrap .menu-item > a > span.item-icn-catalog:before {
	background-image : url(../svg/i_catalog.svg);
}
.m-list-menu .menu-wrap .menu-item > a > span.item-icn-faq:before {
	background-image : url(../svg/i_question.svg);
}
.m-list-menu .menu-wrap .menu-item > a > span.item-icn-purchase:before {
	background-image : url(../svg/i_cart.svg);
}
.m-list-menu .menu-wrap .menu-item > a > span.item-icn-contact:before {
	background-image : url(../svg/i_mail.svg);
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-menu .menu-wrap .menu-item > a > span.item-icn-contact:before {
		-webkit-transform : translateY(0.1em);
		    -ms-transform : translateY(0.1em);
		        transform : translateY(0.1em);
	}
}
@media print, screen and (min-width: 981px) {
	.m-list-menu .menu-wrap .menu-item > a:hover > span {
		text-decoration : underline;
	}
}

@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-panel {
		margin-left : -20px;
		margin-right : -20px;
	}
}

.m-list-panel .panel-list {
	margin : 0 0;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
}
.m-list-panel .panel-list .list-item {
	width : calc(100% / 5);
	width : calc((100% / 5 ) - 0.1px) \0;
	padding : 0 0;
	position : relative;
}
@media screen and (min-width: 0) and (max-width: 980px) {
	.m-list-panel .panel-list .list-item {
		width : 50%;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-panel .panel-list .list-item {
		width : 100%;
	}
}
.m-list-panel .panel-list .list-item .item-wrap {
	background-color : #003e6f;
	display : block;
	color : #fff;
	width : 100%;
	height : 100%;
	overflow : hidden;
	position : relative;
}
@media screen and (min-width: 0) and (max-width: 980px) {
	.m-list-panel .panel-list .list-item .item-wrap:after {
		position : absolute;
		display : block;
		content : '';
		width : 0;
		height : 0;
		border-style : solid;
		border-width : 0 0 48px 26px;
		border-color : transparent transparent rgba(0, 0, 0, 0.25) transparent;
		bottom : 0;
		right : 0;
		z-index : 1;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-panel .panel-list .list-item .item-wrap:after {
		position : absolute;
		display : block;
		content : '';
		width : 9px;
		height : 15px;
		top : 0;
		bottom : 0;
		right : 20px;
		margin : auto;
		background : url(../svg/i_arrow.svg?c=fff) no-repeat;
		background-size : 100% auto;
		-webkit-transition : all 0.2s ease-out;
		        transition : all 0.2s ease-out;
		border : none;
	}
}
.m-list-panel .panel-list .list-item .item-wrap .item-normal {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
	-webkit-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	z-index : 1;
	position : relative;
	text-align : center;
}
@media print, screen and (min-width: 981px) {
	.m-list-panel .panel-list .list-item .item-wrap .item-normal {
		position : absolute;
		top : 0;
		bottom : 0;
		left : -50%;
		right : 0;
		margin : auto;
		-webkit-transform : rotate(30deg);
		    -ms-transform : rotate(30deg);
		        transform : rotate(30deg);
		width : 200%;
		height : 200%;
		clip : rect(0 100vw 100vw 0px);
		-webkit-transition : clip 0.2s ease-out;
		        transition : clip 0.2s ease-out;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-panel .panel-list .list-item .item-wrap .item-normal {
		-webkit-transform : none;
		    -ms-transform : none;
		        transform : none;
		left : 0;
		width : auto;
		height : auto;
		position : relative;
		top : 0;
	}
}
.m-list-panel .panel-list .list-item .item-wrap .item-normal .normal-wrap {
	padding : 40px 10px;
}
@media print, screen and (min-width: 981px) {
	.m-list-panel .panel-list .list-item .item-wrap .item-normal .normal-wrap {
		-webkit-transform : rotate(-30deg);
		    -ms-transform : rotate(-30deg);
		        transform : rotate(-30deg);
	}
}
@media screen and (min-width: 0) and (max-width: 980px) {
	.m-list-panel .panel-list .list-item .item-wrap .item-normal .normal-wrap {
		position : relative;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-panel .panel-list .list-item .item-wrap .item-normal .normal-wrap {
		padding : 12.5px 10px 12.5px 80px;
		position : relative;
		text-align : left;
		-webkit-transform : none;
		    -ms-transform : none;
		        transform : none;
		width : 100%;
	}
}
.m-list-panel .panel-list .list-item .item-wrap .item-normal .normal-wrap:before {
	content : '';
	display : block;
	background : center no-repeat;
	width : 70px;
	height : 70px;
	background-size : contain;
	margin : 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-panel .panel-list .list-item .item-wrap .item-normal .normal-wrap:before {
		width : 40px;
		height : 40px;
		position : absolute;
		left : 20px;
		top : 0;
		bottom : 0;
		margin-top : auto;
		margin-bottom : auto;
	}
}
.m-list-panel .panel-list .list-item .item-wrap .item-normal .normal-wrap .normal-ttl {
	font-size : 2.4rem;
	margin-top : 28px;
	line-height : 1.25;
	font-weight : bold;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-panel .panel-list .list-item .item-wrap .item-normal .normal-wrap .normal-ttl {
		margin-top : 0;
		font-size : 1.6rem;
	}
}
.m-list-panel .panel-list .list-item .item-wrap .item-normal .normal-wrap .normal-ttl-sub {
	margin-top : 14px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-panel .panel-list .list-item .item-wrap .item-normal .normal-wrap .normal-ttl-sub {
		margin-top : 0;
		font-size : 1.2rem;
	}
}
.m-list-panel .panel-list .list-item .item-wrap .item-active {
	overflow : hidden;
	position : relative;
	height : 100%;
}
@media screen and (min-width: 0) and (max-width: 980px) {
	.m-list-panel .panel-list .list-item .item-wrap .item-active {
		position : absolute;
		top : 0;
		bottom : 0;
		left : 0;
		right : 0;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-panel .panel-list .list-item .item-wrap .item-active {
		display : none;
	}
}
.m-list-panel .panel-list .list-item .item-wrap .item-active .active-wrap {
	padding : 25px 30px 30px;
	background-color : #003e6f;
	position : relative;
	height : 100%;
	min-height : 244px;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
}
.m-list-panel .panel-list .list-item .item-wrap .item-active .active-wrap:before {
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	margin : auto;
	content : '';
	background : rgba(0, 0, 0, 0.25);
}
.m-list-panel .panel-list .list-item .item-wrap .item-active .active-wrap .active-desc {
	position : relative;
}
.m-list-panel .panel-list .list-item .item-wrap .item-active .active-wrap .active-btn {
	border : solid 1px #fff;
	border-radius : 4px;
	position : relative;
	text-align : center;
	padding : 5px 10px;
	margin-top : 15px;
	width : 100%;
}
.m-list-panel .panel-list .list-item .item-wrap .item-active .active-wrap .active-btn .btn-wrap {
	display : inline-block;
	position : relative;
	padding-left : 26px;
}
.m-list-panel .panel-list .list-item .item-wrap .item-active .active-wrap .active-btn .btn-wrap:before {
	background-image : url(../svg/i_arrow_fill.svg?c=fff);
	position : absolute;
	content : '';
	width : 16px;
	height : 16px;
	top : 0;
	bottom : 0;
	left : 0;
	margin-top : auto;
	margin-bottom : auto;
	background-size : 16px;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
@media print, screen and (min-width: 981px) {
	.m-list-panel .panel-list .list-item .item-wrap:hover {
		text-decoration : none;
	}
	.m-list-panel .panel-list .list-item .item-wrap:hover .item-normal {
		clip : rect(0 0 100vw 0px) !important;
	}
}
.m-list-panel .panel-list .list-item.item-mobility .item-wrap {
	background-color : #b83a4b;
}
.m-list-panel .panel-list .list-item.item-mobility .item-wrap .item-normal {
	background-color : #b83a4b;
}
.m-list-panel .panel-list .list-item.item-mobility .item-wrap .item-normal .normal-wrap:before {
	background-image : url(../svg/i_car.svg);
}
.m-list-panel .panel-list .list-item.item-mobility .item-wrap .item-active .active-wrap {
	background-color : #b83a4b;
}
.m-list-panel .panel-list .list-item.item-energy .item-wrap {
	background-color : #9a7611;
}
.m-list-panel .panel-list .list-item.item-energy .item-wrap .item-normal {
	background-color : #9a7611;
}
.m-list-panel .panel-list .list-item.item-energy .item-wrap .item-normal .normal-wrap:before {
	background-image : url(../svg/i_energy.svg);
}
.m-list-panel .panel-list .list-item.item-energy .item-wrap .item-active .active-wrap {
	background-color : #9a7611;
}
.m-list-panel .panel-list .list-item.item-equipment .item-wrap {
	background-color : #00857d;
}
.m-list-panel .panel-list .list-item.item-equipment .item-wrap .item-normal {
	background-color : #00857d;
}
.m-list-panel .panel-list .list-item.item-equipment .item-wrap .item-normal .normal-wrap:before {
	background-image : url(../svg/i_factory.svg);
}
.m-list-panel .panel-list .list-item.item-equipment .item-wrap .item-active .active-wrap {
	background-color : #00857d;
}
.m-list-panel .panel-list .list-item.item-telecommunications .item-wrap {
	background-color : #077cab;
}
.m-list-panel .panel-list .list-item.item-telecommunications .item-wrap .item-normal {
	background-color : #077cab;
}
.m-list-panel .panel-list .list-item.item-telecommunications .item-wrap .item-normal .normal-wrap:before {
	background-image : url(../svg/i_signal.svg);
}
.m-list-panel .panel-list .list-item.item-telecommunications .item-wrap .item-active .active-wrap {
	background-color : #077cab;
}
.m-list-panel .panel-list .list-item.item-appliance .item-wrap {
	background-color : #5b618f;
}
.m-list-panel .panel-list .list-item.item-appliance .item-wrap .item-normal {
	background-color : #5b618f;
}
.m-list-panel .panel-list .list-item.item-appliance .item-wrap .item-normal .normal-wrap:before {
	background-image : url(../svg/i_electronics.svg);
}
.m-list-panel .panel-list .list-item.item-appliance .item-wrap .item-normal .normal-wrap .normal-ttl {
	margin-top : 13px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-panel .panel-list .list-item.item-appliance .item-wrap .item-normal .normal-wrap .normal-ttl {
		margin-top : 0;
	}
}
.m-list-panel .panel-list .list-item.item-appliance .item-wrap .item-normal .normal-wrap .normal-ttl-sub {
	margin-top : 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-panel .panel-list .list-item.item-appliance .item-wrap .item-normal .normal-wrap .normal-ttl-sub {
		margin-top : 0;
	}
}
.m-list-panel .panel-list .list-item.item-appliance .item-wrap .item-active .active-wrap {
	background-color : #5b618f;
}

.m-list-btn {
	margin-top : 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-btn {
		margin-top : 20px;
	}
}
.m-list-btn .m-btn-simple {
	width : 100%;
}
@media print, screen and (min-width: 768px) {
	.m-list-btn > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 30px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-btn > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 30px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-btn > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 30px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-btn > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-list-btn > [data-gs-tab='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-list-btn > [data-gs-tab='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 30px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-btn > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-btn > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-btn > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-btn > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-btn > [data-gs-sp='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-btn > [data-gs-sp='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 15px;
	}
}
.m-list-btn.btn-height-adjust > ul > li {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
}
.m-list-btn.link-position-center > ul {
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
}
.m-list-btn.link-position-right > ul {
	-webkit-box-pack : end;
	-ms-flex-pack : end;
	justify-content : flex-end;
}

.m-list-link {
	margin-top : 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link {
		margin-top : 15px;
	}
}
.m-list-link .m-btn-simple {
	width : 100%;
}
@media print, screen and (min-width: 768px) {
	.m-list-link > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 30px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-link > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 30px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-link > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 30px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-link > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-list-link > [data-gs-tab='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-list-link > [data-gs-tab='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 30px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link > [data-gs-sp='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link > [data-gs-sp='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 15px;
	}
}
.m-list-link a[target='_blank']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link a[target='_blank']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-list-link a[href$='.pdf']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link a[href$='.pdf']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link a[href$='.pdf']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-link a[href$='.doc']:not(.noticon):after, .m-list-link a[href$='.docx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link a[href$='.doc']:not(.noticon):after, .m-list-link a[href$='.docx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link a[href$='.doc']:not(.noticon):after, .m-list-link a[href$='.docx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-link a[href$='.xls']:not(.noticon):after, .m-list-link a[href$='.xlsx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link a[href$='.xls']:not(.noticon):after, .m-list-link a[href$='.xlsx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link a[href$='.xls']:not(.noticon):after, .m-list-link a[href$='.xlsx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-list-link a[href$='.zip']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link a[href$='.zip']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-link.link-text > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 20px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-link.link-text > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 20px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-link.link-text > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 20px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-link.link-text > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-list-link.link-text > [data-gs-tab='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-list-link.link-text > [data-gs-tab='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 20px;
	}
}
.m-list-link.link-border {
	margin-top : 15px;
}
@media print, screen and (min-width: 768px) {
	.m-list-link.link-border > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 0;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-link.link-border > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 0;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-link.link-border > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 0;
	}
}
@media print, screen and (min-width: 768px) {
	.m-list-link.link-border > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-list-link.link-border > [data-gs-tab='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-list-link.link-border > [data-gs-tab='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 0;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link.link-border > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 10px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link.link-border > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 10px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link.link-border > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 10px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link.link-border > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 10px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link.link-border > [data-gs-sp='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 10px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link.link-border > [data-gs-sp='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 10px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link.link-border {
		margin-top : 7.5px;
	}
}
.m-list-link.link-border > ul > li {
	position : relative;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
}
.m-list-link.link-border > ul > li[data-gs-col]:nth-child(n) {
	margin-top : 0;
}
.m-list-link.link-border > ul > li:after {
	position : absolute;
	display : block;
	content : '';
	width : 100%;
	height : 2px;
	left : 0;
	background-image : -webkit-linear-gradient(left, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-image :         linear-gradient(to right, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-size : 5px 2px;
	left : 14px;
	bottom : 0;
	width : calc(100% - 24px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link.link-border > ul > li:after {
		bottom : -7px;
	}
}
.m-list-link.link-border > ul > li .m-txt-link {
	padding-top : 15px;
	padding-bottom : 15px;
	margin : 0 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link.link-border > ul > li .m-txt-link {
		padding-top : 7.5px;
		padding-bottom : 7.5px;
		margin : 0;
	}
}
.m-list-link.link-border > ul > li .m-txt-link:before {
	top : calc(15px + 0.5em);
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-link.link-border > ul > li .m-txt-link:before {
		top : calc(7.5px + 0.5em);
	}
}
.m-list-link.link-position-center > ul {
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
}
.m-list-link.link-position-right > ul {
	-webkit-box-pack : end;
	-ms-flex-pack : end;
	justify-content : flex-end;
}

.m-list-product-nav {
	margin-top : 80px;
}
.m-list-product-nav + * {
	margin-top : 0 !important;
}
.m-list-product-nav + *.m-list-news2 {
	margin-top : -23px !important;
}
.m-list-product-nav + *.m-box-section {
	padding-top : 0;
}
.m-list-product-nav + *.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-list-product-nav + *.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-product-nav + *.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-list-product-nav + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-list-product-nav + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-list-product-nav + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-list-product-nav + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-list-product-nav + [data-gs] > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-list-product-nav + [data-gs-group] > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-list-product-nav + [data-gs-group][data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-list-product-nav + [data-gs-group][data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-product-nav + [data-gs] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-product-nav {
		margin-top : 40px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-product-nav > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-product-nav > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-product-nav > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-product-nav > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-product-nav > [data-gs-sp='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-product-nav > [data-gs-sp='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 15px;
	}
}
.m-list-product-nav > ul > li {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
}
.m-list-product-nav > ul > li > a {
	border : solid 2px #003e6f;
	border-left-width : 1px;
	border-right-width : 1px;
	background-color : #003e6f;
	width : 100%;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
	-webkit-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	text-align : center;
	font-size : 1.8rem;
	font-weight : bold;
	padding : 15px 10px;
	line-height : 1.5;
	position : relative;
	color : #fff;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-product-nav > ul > li > a {
		font-size : 1.6rem;
		padding : 12.5px 15px;
		border-width : 1px;
		border-left-width : 0;
		border-radius : 3px;
	}
}

@media print, screen and (min-width: 981px) and (min-width: 981px) {
	.m-list-product-nav > ul > li > a:hover {
		color : #003e6f;
		background-color : #fff;
		-webkit-transition : all 0.2s ease-out;
		        transition : all 0.2s ease-out;
		text-decoration : none;
	}
}
.m-list-product-nav > ul > li > a > span {
	word-wrap : break-word;
	display : inline-block;
	position : relative;
	padding-left : 26px;
}
.m-list-product-nav > ul > li > a > span:before, .m-list-product-nav > ul > li > a > span:after {
	position : absolute;
	content : '';
	top : 0.4em;
	margin-top : auto;
	margin-bottom : auto;
	background-size : 100% auto;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	display : block;
	background-repeat : no-repeat;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-product-nav > ul > li > a > span:before, .m-list-product-nav > ul > li > a > span:after {
		bottom : 0;
	}
}
.m-list-product-nav > ul > li > a > span:before {
	left : 0;
	background-image : url(../svg/i_arrow_fill.svg?c=fff);
	width : 16px;
	height : 16px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-product-nav > ul > li > a > span:before {
		width : 12px;
		height : 12px;
	}
}
.m-list-product-nav > ul > li > a > span:after {
	right : 0;
	width : 17px;
	height : 17px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-product-nav > ul > li > a > span:after {
		width : 13px;
		height : 13px;
	}
}

@media print, screen and (min-width: 981px) and (min-width: 981px) {
	.m-list-product-nav > ul > li > a:hover > span:before {
		background-image : url(../svg/i_arrow_fill.svg?c=003e6f);
	}
}
.m-list-product-nav > ul > li:first-child > a {
	border-left-width : 2px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-product-nav > ul > li:first-child > a {
		border-left-width : 1px;
	}
}
.m-list-product-nav > ul > li:last-child > a {
	border-right-width : 2px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-product-nav > ul > li:last-child > a {
		border-right-width : 1px;
	}
}

.m-list-tag {
	margin-top : 20px;
	margin-bottom : -20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-list-tag {
		margin-bottom : -10px;
	}
}
.m-list-tag > ul {
	margin-left : -10px;
	letter-spacing : -0.4em;
}
.m-list-tag > ul > li {
	display : inline-block;
	margin-left : 10px;
	letter-spacing : normal;
}

.m-table-common, .wysiwyg table, .mceContentBody table {
	width : 100%;
	margin-top : 20px;
	font-size : 1.4rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common, .wysiwyg table, .mceContentBody table {
		margin-top : 10px;
		font-size : 1.2rem;
	}
}
.m-table-common a, .wysiwyg table a, .mceContentBody table a {
	text-decoration : underline;
	word-break : break-all;
}
@media print, screen and (min-width: 981px) {
	.m-table-common a:hover, .wysiwyg table a:hover, .mceContentBody table a:hover {
		text-decoration : none;
	}
}
.m-table-common tbody tr th, .wysiwyg table tbody tr th, .mceContentBody table tbody tr th, .m-table-common tbody tr td, .wysiwyg table tbody tr td, .mceContentBody table tbody tr td, .m-table-common thead tr th, .wysiwyg table thead tr th, .mceContentBody table thead tr th, .m-table-common thead tr td, .wysiwyg table thead tr td, .mceContentBody table thead tr td {
	padding : 10px;
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
	border : 1px solid #d4d5d4;
}
@media screen and (min-width: 0) and (max-width: 980px) {
	.m-table-common tbody tr th, .wysiwyg table tbody tr th, .mceContentBody table tbody tr th, .m-table-common tbody tr td, .wysiwyg table tbody tr td, .mceContentBody table tbody tr td, .m-table-common thead tr th, .wysiwyg table thead tr th, .mceContentBody table thead tr th, .m-table-common thead tr td, .wysiwyg table thead tr td, .mceContentBody table thead tr td {
		padding : 10px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody tr th, .wysiwyg table tbody tr th, .mceContentBody table tbody tr th, .m-table-common tbody tr td, .wysiwyg table tbody tr td, .mceContentBody table tbody tr td, .m-table-common thead tr th, .wysiwyg table thead tr th, .mceContentBody table thead tr th, .m-table-common thead tr td, .wysiwyg table thead tr td, .mceContentBody table thead tr td {
		padding : 10px;
	}
}
.m-table-common tbody tr th, .wysiwyg table tbody tr th, .mceContentBody table tbody tr th, .m-table-common thead tr th, .wysiwyg table thead tr th, .mceContentBody table thead tr th {
	background : #96a7b6;
	font-weight : bold;
	text-align : center;
	color : #fff;
	vertical-align : middle;
}
.m-table-common tbody tr th > *:first-child, .wysiwyg table tbody tr th > *:first-child, .mceContentBody table tbody tr th > *:first-child, .m-table-common thead tr th > *:first-child, .wysiwyg table thead tr th > *:first-child, .mceContentBody table thead tr th > *:first-child {
	margin-top : 0 !important;
}
.m-table-common tbody tr th > *:first-child.m-list-news2, .wysiwyg table tbody tr th > *:first-child.m-list-news2, .mceContentBody table tbody tr th > *:first-child.m-list-news2, .m-table-common thead tr th > *:first-child.m-list-news2, .wysiwyg table thead tr th > *:first-child.m-list-news2, .mceContentBody table thead tr th > *:first-child.m-list-news2 {
	margin-top : -23px !important;
}
.m-table-common tbody tr th > *:first-child.m-box-section, .wysiwyg table tbody tr th > *:first-child.m-box-section, .mceContentBody table tbody tr th > *:first-child.m-box-section, .m-table-common thead tr th > *:first-child.m-box-section, .wysiwyg table thead tr th > *:first-child.m-box-section, .mceContentBody table thead tr th > *:first-child.m-box-section {
	padding-top : 0;
}
.m-table-common tbody tr th > *:first-child.m-list-desc-inlineblock, .wysiwyg table tbody tr th > *:first-child.m-list-desc-inlineblock, .mceContentBody table tbody tr th > *:first-child.m-list-desc-inlineblock, .m-table-common thead tr th > *:first-child.m-list-desc-inlineblock, .wysiwyg table thead tr th > *:first-child.m-list-desc-inlineblock, .mceContentBody table thead tr th > *:first-child.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-table-common tbody tr th > *:first-child.m-list-link.link-border, .wysiwyg table tbody tr th > *:first-child.m-list-link.link-border, .mceContentBody table tbody tr th > *:first-child.m-list-link.link-border, .m-table-common thead tr th > *:first-child.m-list-link.link-border, .wysiwyg table thead tr th > *:first-child.m-list-link.link-border, .mceContentBody table thead tr th > *:first-child.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody tr th > *:first-child.m-list-link.link-border, .wysiwyg table tbody tr th > *:first-child.m-list-link.link-border, .mceContentBody table tbody tr th > *:first-child.m-list-link.link-border, .m-table-common thead tr th > *:first-child.m-list-link.link-border, .wysiwyg table thead tr th > *:first-child.m-list-link.link-border, .mceContentBody table thead tr th > *:first-child.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr th > [data-gs-group]:first-child > [data-gs-col], .wysiwyg table tbody tr th > [data-gs-group]:first-child > [data-gs-col], .mceContentBody table tbody tr th > [data-gs-group]:first-child > [data-gs-col], .m-table-common thead tr th > [data-gs-group]:first-child > [data-gs-col], .wysiwyg table thead tr th > [data-gs-group]:first-child > [data-gs-col], .mceContentBody table thead tr th > [data-gs-group]:first-child > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-table-common tbody tr th > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child, .wysiwyg table tbody tr th > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child, .mceContentBody table tbody tr th > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child, .m-table-common thead tr th > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child, .wysiwyg table thead tr th > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child, .mceContentBody table thead tr th > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-table-common tbody tr th > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr th > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr th > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr th > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr th > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col]:first-child > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col]:first-child > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col]:first-child > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col]:first-child > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col]:first-child > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
.m-table-common tbody tr th a, .wysiwyg table tbody tr th a, .mceContentBody table tbody tr th a, .m-table-common thead tr th a, .wysiwyg table thead tr th a, .mceContentBody table thead tr th a {
	color : #fff;
}
.m-table-common tbody tr th a[target='_blank']:not(.noticon):after, .wysiwyg table tbody tr th a[target='_blank']:not(.noticon):after, .mceContentBody table tbody tr th a[target='_blank']:not(.noticon):after, .m-table-common thead tr th a[target='_blank']:not(.noticon):after, .wysiwyg table thead tr th a[target='_blank']:not(.noticon):after, .mceContentBody table thead tr th a[target='_blank']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody tr th a[target='_blank']:not(.noticon):after, .wysiwyg table tbody tr th a[target='_blank']:not(.noticon):after, .mceContentBody table tbody tr th a[target='_blank']:not(.noticon):after, .m-table-common thead tr th a[target='_blank']:not(.noticon):after, .wysiwyg table thead tr th a[target='_blank']:not(.noticon):after, .mceContentBody table thead tr th a[target='_blank']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-table-common tbody tr th a[href$='.pdf']:not(.noticon):after, .wysiwyg table tbody tr th a[href$='.pdf']:not(.noticon):after, .mceContentBody table tbody tr th a[href$='.pdf']:not(.noticon):after, .m-table-common thead tr th a[href$='.pdf']:not(.noticon):after, .wysiwyg table thead tr th a[href$='.pdf']:not(.noticon):after, .mceContentBody table thead tr th a[href$='.pdf']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody tr th a[href$='.pdf']:not(.noticon):after, .wysiwyg table tbody tr th a[href$='.pdf']:not(.noticon):after, .mceContentBody table tbody tr th a[href$='.pdf']:not(.noticon):after, .m-table-common thead tr th a[href$='.pdf']:not(.noticon):after, .wysiwyg table thead tr th a[href$='.pdf']:not(.noticon):after, .mceContentBody table thead tr th a[href$='.pdf']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody tr th a[href$='.pdf']:not(.noticon):after, .wysiwyg table tbody tr th a[href$='.pdf']:not(.noticon):after, .mceContentBody table tbody tr th a[href$='.pdf']:not(.noticon):after, .m-table-common thead tr th a[href$='.pdf']:not(.noticon):after, .wysiwyg table thead tr th a[href$='.pdf']:not(.noticon):after, .mceContentBody table thead tr th a[href$='.pdf']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-table-common tbody tr th a[href$='.doc']:not(.noticon):after, .wysiwyg table tbody tr th a[href$='.doc']:not(.noticon):after, .mceContentBody table tbody tr th a[href$='.doc']:not(.noticon):after, .m-table-common tbody tr th a[href$='.docx']:not(.noticon):after, .wysiwyg table tbody tr th a[href$='.docx']:not(.noticon):after, .mceContentBody table tbody tr th a[href$='.docx']:not(.noticon):after, .m-table-common thead tr th a[href$='.doc']:not(.noticon):after, .wysiwyg table thead tr th a[href$='.doc']:not(.noticon):after, .mceContentBody table thead tr th a[href$='.doc']:not(.noticon):after, .m-table-common thead tr th a[href$='.docx']:not(.noticon):after, .wysiwyg table thead tr th a[href$='.docx']:not(.noticon):after, .mceContentBody table thead tr th a[href$='.docx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody tr th a[href$='.doc']:not(.noticon):after, .wysiwyg table tbody tr th a[href$='.doc']:not(.noticon):after, .mceContentBody table tbody tr th a[href$='.doc']:not(.noticon):after, .m-table-common tbody tr th a[href$='.docx']:not(.noticon):after, .wysiwyg table tbody tr th a[href$='.docx']:not(.noticon):after, .mceContentBody table tbody tr th a[href$='.docx']:not(.noticon):after, .m-table-common thead tr th a[href$='.doc']:not(.noticon):after, .wysiwyg table thead tr th a[href$='.doc']:not(.noticon):after, .mceContentBody table thead tr th a[href$='.doc']:not(.noticon):after, .m-table-common thead tr th a[href$='.docx']:not(.noticon):after, .wysiwyg table thead tr th a[href$='.docx']:not(.noticon):after, .mceContentBody table thead tr th a[href$='.docx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody tr th a[href$='.doc']:not(.noticon):after, .wysiwyg table tbody tr th a[href$='.doc']:not(.noticon):after, .mceContentBody table tbody tr th a[href$='.doc']:not(.noticon):after, .m-table-common tbody tr th a[href$='.docx']:not(.noticon):after, .wysiwyg table tbody tr th a[href$='.docx']:not(.noticon):after, .mceContentBody table tbody tr th a[href$='.docx']:not(.noticon):after, .m-table-common thead tr th a[href$='.doc']:not(.noticon):after, .wysiwyg table thead tr th a[href$='.doc']:not(.noticon):after, .mceContentBody table thead tr th a[href$='.doc']:not(.noticon):after, .m-table-common thead tr th a[href$='.docx']:not(.noticon):after, .wysiwyg table thead tr th a[href$='.docx']:not(.noticon):after, .mceContentBody table thead tr th a[href$='.docx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-table-common tbody tr th a[href$='.xls']:not(.noticon):after, .wysiwyg table tbody tr th a[href$='.xls']:not(.noticon):after, .mceContentBody table tbody tr th a[href$='.xls']:not(.noticon):after, .m-table-common tbody tr th a[href$='.xlsx']:not(.noticon):after, .wysiwyg table tbody tr th a[href$='.xlsx']:not(.noticon):after, .mceContentBody table tbody tr th a[href$='.xlsx']:not(.noticon):after, .m-table-common thead tr th a[href$='.xls']:not(.noticon):after, .wysiwyg table thead tr th a[href$='.xls']:not(.noticon):after, .mceContentBody table thead tr th a[href$='.xls']:not(.noticon):after, .m-table-common thead tr th a[href$='.xlsx']:not(.noticon):after, .wysiwyg table thead tr th a[href$='.xlsx']:not(.noticon):after, .mceContentBody table thead tr th a[href$='.xlsx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody tr th a[href$='.xls']:not(.noticon):after, .wysiwyg table tbody tr th a[href$='.xls']:not(.noticon):after, .mceContentBody table tbody tr th a[href$='.xls']:not(.noticon):after, .m-table-common tbody tr th a[href$='.xlsx']:not(.noticon):after, .wysiwyg table tbody tr th a[href$='.xlsx']:not(.noticon):after, .mceContentBody table tbody tr th a[href$='.xlsx']:not(.noticon):after, .m-table-common thead tr th a[href$='.xls']:not(.noticon):after, .wysiwyg table thead tr th a[href$='.xls']:not(.noticon):after, .mceContentBody table thead tr th a[href$='.xls']:not(.noticon):after, .m-table-common thead tr th a[href$='.xlsx']:not(.noticon):after, .wysiwyg table thead tr th a[href$='.xlsx']:not(.noticon):after, .mceContentBody table thead tr th a[href$='.xlsx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody tr th a[href$='.xls']:not(.noticon):after, .wysiwyg table tbody tr th a[href$='.xls']:not(.noticon):after, .mceContentBody table tbody tr th a[href$='.xls']:not(.noticon):after, .m-table-common tbody tr th a[href$='.xlsx']:not(.noticon):after, .wysiwyg table tbody tr th a[href$='.xlsx']:not(.noticon):after, .mceContentBody table tbody tr th a[href$='.xlsx']:not(.noticon):after, .m-table-common thead tr th a[href$='.xls']:not(.noticon):after, .wysiwyg table thead tr th a[href$='.xls']:not(.noticon):after, .mceContentBody table thead tr th a[href$='.xls']:not(.noticon):after, .m-table-common thead tr th a[href$='.xlsx']:not(.noticon):after, .wysiwyg table thead tr th a[href$='.xlsx']:not(.noticon):after, .mceContentBody table thead tr th a[href$='.xlsx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-table-common tbody tr th a[href$='.zip']:not(.noticon):after, .wysiwyg table tbody tr th a[href$='.zip']:not(.noticon):after, .mceContentBody table tbody tr th a[href$='.zip']:not(.noticon):after, .m-table-common thead tr th a[href$='.zip']:not(.noticon):after, .wysiwyg table thead tr th a[href$='.zip']:not(.noticon):after, .mceContentBody table thead tr th a[href$='.zip']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody tr th a[href$='.zip']:not(.noticon):after, .wysiwyg table tbody tr th a[href$='.zip']:not(.noticon):after, .mceContentBody table tbody tr th a[href$='.zip']:not(.noticon):after, .m-table-common thead tr th a[href$='.zip']:not(.noticon):after, .wysiwyg table thead tr th a[href$='.zip']:not(.noticon):after, .mceContentBody table thead tr th a[href$='.zip']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-table-common tbody tr td, .wysiwyg table tbody tr td, .mceContentBody table tbody tr td, .m-table-common thead tr td, .wysiwyg table thead tr td, .mceContentBody table thead tr td {
	vertical-align : top;
}
.m-table-common tbody tr td > *:first-child, .wysiwyg table tbody tr td > *:first-child, .mceContentBody table tbody tr td > *:first-child, .m-table-common thead tr td > *:first-child, .wysiwyg table thead tr td > *:first-child, .mceContentBody table thead tr td > *:first-child {
	margin-top : 0 !important;
}
.m-table-common tbody tr td > *:first-child.m-list-news2, .wysiwyg table tbody tr td > *:first-child.m-list-news2, .mceContentBody table tbody tr td > *:first-child.m-list-news2, .m-table-common thead tr td > *:first-child.m-list-news2, .wysiwyg table thead tr td > *:first-child.m-list-news2, .mceContentBody table thead tr td > *:first-child.m-list-news2 {
	margin-top : -23px !important;
}
.m-table-common tbody tr td > *:first-child.m-box-section, .wysiwyg table tbody tr td > *:first-child.m-box-section, .mceContentBody table tbody tr td > *:first-child.m-box-section, .m-table-common thead tr td > *:first-child.m-box-section, .wysiwyg table thead tr td > *:first-child.m-box-section, .mceContentBody table thead tr td > *:first-child.m-box-section {
	padding-top : 0;
}
.m-table-common tbody tr td > *:first-child.m-list-desc-inlineblock, .wysiwyg table tbody tr td > *:first-child.m-list-desc-inlineblock, .mceContentBody table tbody tr td > *:first-child.m-list-desc-inlineblock, .m-table-common thead tr td > *:first-child.m-list-desc-inlineblock, .wysiwyg table thead tr td > *:first-child.m-list-desc-inlineblock, .mceContentBody table thead tr td > *:first-child.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-table-common tbody tr td > *:first-child.m-list-link.link-border, .wysiwyg table tbody tr td > *:first-child.m-list-link.link-border, .mceContentBody table tbody tr td > *:first-child.m-list-link.link-border, .m-table-common thead tr td > *:first-child.m-list-link.link-border, .wysiwyg table thead tr td > *:first-child.m-list-link.link-border, .mceContentBody table thead tr td > *:first-child.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody tr td > *:first-child.m-list-link.link-border, .wysiwyg table tbody tr td > *:first-child.m-list-link.link-border, .mceContentBody table tbody tr td > *:first-child.m-list-link.link-border, .m-table-common thead tr td > *:first-child.m-list-link.link-border, .wysiwyg table thead tr td > *:first-child.m-list-link.link-border, .mceContentBody table thead tr td > *:first-child.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col='8'] > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-table-common tbody tr td > [data-gs-group]:first-child > [data-gs-col], .wysiwyg table tbody tr td > [data-gs-group]:first-child > [data-gs-col], .mceContentBody table tbody tr td > [data-gs-group]:first-child > [data-gs-col], .m-table-common thead tr td > [data-gs-group]:first-child > [data-gs-col], .wysiwyg table thead tr td > [data-gs-group]:first-child > [data-gs-col], .mceContentBody table thead tr td > [data-gs-group]:first-child > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-table-common tbody tr td > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child, .wysiwyg table tbody tr td > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child, .mceContentBody table tbody tr td > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child, .m-table-common thead tr td > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child, .wysiwyg table thead tr td > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child, .mceContentBody table thead tr td > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-table-common tbody tr td > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr td > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr td > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr td > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr td > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col]:first-child > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col]:first-child > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col]:first-child > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col]:first-child > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col]:first-child > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
.m-table-common thead th, .wysiwyg table thead th, .mceContentBody table thead th, .m-table-common thead td, .wysiwyg table thead td, .mceContentBody table thead td {
	background : #96a7b6;
	color : #fff;
	text-align : center;
	vertical-align : middle;
	font-weight : bold;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-table-common thead th, .wysiwyg table thead th, .mceContentBody table thead th, .m-table-common thead td, .wysiwyg table thead td, .mceContentBody table thead td {
		word-break : break-all;
	}
}
.m-table-common tbody td, .wysiwyg table tbody td, .mceContentBody table tbody td {
	text-align : left;
}
.m-table-common tbody td a[target='_blank']:not(.noticon):after, .wysiwyg table tbody td a[target='_blank']:not(.noticon):after, .mceContentBody table tbody td a[target='_blank']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody td a[target='_blank']:not(.noticon):after, .wysiwyg table tbody td a[target='_blank']:not(.noticon):after, .mceContentBody table tbody td a[target='_blank']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-table-common tbody td a[href$='.pdf']:not(.noticon):after, .wysiwyg table tbody td a[href$='.pdf']:not(.noticon):after, .mceContentBody table tbody td a[href$='.pdf']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody td a[href$='.pdf']:not(.noticon):after, .wysiwyg table tbody td a[href$='.pdf']:not(.noticon):after, .mceContentBody table tbody td a[href$='.pdf']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody td a[href$='.pdf']:not(.noticon):after, .wysiwyg table tbody td a[href$='.pdf']:not(.noticon):after, .mceContentBody table tbody td a[href$='.pdf']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-table-common tbody td a[href$='.doc']:not(.noticon):after, .wysiwyg table tbody td a[href$='.doc']:not(.noticon):after, .mceContentBody table tbody td a[href$='.doc']:not(.noticon):after, .m-table-common tbody td a[href$='.docx']:not(.noticon):after, .wysiwyg table tbody td a[href$='.docx']:not(.noticon):after, .mceContentBody table tbody td a[href$='.docx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody td a[href$='.doc']:not(.noticon):after, .wysiwyg table tbody td a[href$='.doc']:not(.noticon):after, .mceContentBody table tbody td a[href$='.doc']:not(.noticon):after, .m-table-common tbody td a[href$='.docx']:not(.noticon):after, .wysiwyg table tbody td a[href$='.docx']:not(.noticon):after, .mceContentBody table tbody td a[href$='.docx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody td a[href$='.doc']:not(.noticon):after, .wysiwyg table tbody td a[href$='.doc']:not(.noticon):after, .mceContentBody table tbody td a[href$='.doc']:not(.noticon):after, .m-table-common tbody td a[href$='.docx']:not(.noticon):after, .wysiwyg table tbody td a[href$='.docx']:not(.noticon):after, .mceContentBody table tbody td a[href$='.docx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-table-common tbody td a[href$='.xls']:not(.noticon):after, .wysiwyg table tbody td a[href$='.xls']:not(.noticon):after, .mceContentBody table tbody td a[href$='.xls']:not(.noticon):after, .m-table-common tbody td a[href$='.xlsx']:not(.noticon):after, .wysiwyg table tbody td a[href$='.xlsx']:not(.noticon):after, .mceContentBody table tbody td a[href$='.xlsx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody td a[href$='.xls']:not(.noticon):after, .wysiwyg table tbody td a[href$='.xls']:not(.noticon):after, .mceContentBody table tbody td a[href$='.xls']:not(.noticon):after, .m-table-common tbody td a[href$='.xlsx']:not(.noticon):after, .wysiwyg table tbody td a[href$='.xlsx']:not(.noticon):after, .mceContentBody table tbody td a[href$='.xlsx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody td a[href$='.xls']:not(.noticon):after, .wysiwyg table tbody td a[href$='.xls']:not(.noticon):after, .mceContentBody table tbody td a[href$='.xls']:not(.noticon):after, .m-table-common tbody td a[href$='.xlsx']:not(.noticon):after, .wysiwyg table tbody td a[href$='.xlsx']:not(.noticon):after, .mceContentBody table tbody td a[href$='.xlsx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-table-common tbody td a[href$='.zip']:not(.noticon):after, .wysiwyg table tbody td a[href$='.zip']:not(.noticon):after, .mceContentBody table tbody td a[href$='.zip']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common tbody td a[href$='.zip']:not(.noticon):after, .wysiwyg table tbody td a[href$='.zip']:not(.noticon):after, .mceContentBody table tbody td a[href$='.zip']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-table-common thead + tbody tr th, .wysiwyg table thead + tbody tr th, .mceContentBody table thead + tbody tr th {
	background : #e5e9ed;
	color : #2a2a2a;
}
.m-table-common thead + tbody tr th a, .wysiwyg table thead + tbody tr th a, .mceContentBody table thead + tbody tr th a {
	color : #2a2a2a;
}
.m-table-common thead + tbody tr th a[target='_blank']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[target='_blank']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[target='_blank']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common thead + tbody tr th a[target='_blank']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[target='_blank']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[target='_blank']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-table-common thead + tbody tr th a[href$='.pdf']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$='.pdf']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$='.pdf']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common thead + tbody tr th a[href$='.pdf']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$='.pdf']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$='.pdf']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common thead + tbody tr th a[href$='.pdf']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$='.pdf']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$='.pdf']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-table-common thead + tbody tr th a[href$='.doc']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$='.doc']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$='.doc']:not(.noticon):after, .m-table-common thead + tbody tr th a[href$='.docx']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$='.docx']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$='.docx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common thead + tbody tr th a[href$='.doc']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$='.doc']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$='.doc']:not(.noticon):after, .m-table-common thead + tbody tr th a[href$='.docx']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$='.docx']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$='.docx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common thead + tbody tr th a[href$='.doc']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$='.doc']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$='.doc']:not(.noticon):after, .m-table-common thead + tbody tr th a[href$='.docx']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$='.docx']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$='.docx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-table-common thead + tbody tr th a[href$='.xls']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$='.xls']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$='.xls']:not(.noticon):after, .m-table-common thead + tbody tr th a[href$='.xlsx']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$='.xlsx']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$='.xlsx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common thead + tbody tr th a[href$='.xls']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$='.xls']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$='.xls']:not(.noticon):after, .m-table-common thead + tbody tr th a[href$='.xlsx']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$='.xlsx']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$='.xlsx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common thead + tbody tr th a[href$='.xls']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$='.xls']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$='.xls']:not(.noticon):after, .m-table-common thead + tbody tr th a[href$='.xlsx']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$='.xlsx']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$='.xlsx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-table-common thead + tbody tr th a[href$='.zip']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$='.zip']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$='.zip']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common thead + tbody tr th a[href$='.zip']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$='.zip']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$='.zip']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-table-common [align='center'], .wysiwyg table [align='center'], .mceContentBody table [align='center'] {
	text-align : center !important;
}
.m-table-common [align='right'], .wysiwyg table [align='right'], .mceContentBody table [align='right'] {
	text-align : right !important;
}
.m-table-common [valign='top'], .wysiwyg table [valign='top'], .mceContentBody table [valign='top'] {
	vertical-align : top !important;
}
.m-table-common [valign='middle'], .wysiwyg table [valign='middle'], .mceContentBody table [valign='middle'] {
	vertical-align : middle !important;
}
.m-table-common [valign='bottom'], .wysiwyg table [valign='bottom'], .mceContentBody table [valign='bottom'] {
	vertical-align : bottom !important;
}
.m-table-common .fzs, .wysiwyg table .fzs, .mceContentBody table .fzs {
	font-size : 1.2rem;
}
.m-table-common .fzm, .wysiwyg table .fzm, .mceContentBody table .fzm {
	font-size : 1.4rem;
}
.m-table-common .fzl, .wysiwyg table .fzl, .mceContentBody table .fzl {
	font-size : 1.6rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common .fzs, .wysiwyg table .fzs, .mceContentBody table .fzs {
		font-size : 1rem;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common .fzm, .wysiwyg table .fzm, .mceContentBody table .fzm {
		font-size : 1.2rem;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common .fzl, .wysiwyg table .fzl, .mceContentBody table .fzl {
		font-size : 1.4rem;
	}
}
.m-table-common + .m-txt-p, .wysiwyg table + .m-txt-p, .mceContentBody table + .m-txt-p {
	margin-top : 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-common + .m-txt-p, .wysiwyg table + .m-txt-p, .mceContentBody table + .m-txt-p {
		margin-top : 10px;
	}
}

.m-table-scroll {
	position : relative;
	margin-top : 20px;
}
.m-table-scroll .scroll-mark {
	display : block;
	position : absolute;
	top : -20px;
	right : 30px;
}
.m-table-scroll .scroll-mark span {
	position : relative;
	display : block;
	width : 66px;
	height : 7px;
	vertical-align : middle;
	text-align : center;
	background-color : #003e6f;
}
.m-table-scroll .scroll-mark span:before {
	content : '';
	position : absolute;
	top : 50%;
	left : -12px;
	margin-top : -8px;
	width : 0;
	height : 0;
	border-style : solid;
	border-width : 8px 13.0px 8px 0;
	border-color : transparent #003e6f transparent transparent;
}
.m-table-scroll .scroll-mark span:after {
	content : '';
	position : absolute;
	top : 50%;
	right : -12px;
	margin-top : -8px;
	width : 0;
	height : 0;
	border-style : solid;
	border-width : 8px 0 8px 13.0px;
	border-color : transparent transparent transparent #003e6f;
}
.m-table-scroll .scroll-wrap {
	overflow-x : scroll;
	padding-bottom : 25px;
}
.m-table-scroll .scroll-wrap table {
	margin-top : 0;
	min-width : 750px;
}
.m-table-scroll .scroll-wrap::-webkit-scrollbar {
	width : 15px;
	height : 8px;
}
.m-table-scroll .scroll-wrap::-webkit-scrollbar-thumb {
	background : #666;
	border-radius : 8px;
}
.m-table-scroll .scroll-wrap::-webkit-scrollbar-track-piece:start {
	background : #efefef;
}
.m-table-scroll .scroll-wrap::-webkit-scrollbar-track-piece:end {
	background : #efefef;
}
.m-table-scroll + .m-txt-p {
	margin-top : 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-table-scroll + .m-txt-p {
		margin-top : 10px;
	}
}

.m-table-ir tbody tr th {
	text-align : left;
}

.m-table-ir tbody tr td {
	text-align : right;
}

.m-table-ir .border-ir {
	border-top : solid 2px #000;
	border-bottom : solid 2px #000;
}

.m-table-ir .indent-lv1 {
	padding-left : calc(20px + 2em);
}

.m-table-ir .indent-lv2 {
	padding-left : calc(20px + 4em);
}

.m-table-ir .indent-lv3 {
	padding-left : calc(20px + 6em);
}

.m-table-ir .indent-lv4 {
	padding-left : calc(20px + 8em);
}

.m-table-ir .indent-lv5 {
	padding-left : calc(20px + 10em);
}

/*
	module: m-txt-ttlx
	- 見出し
-----------------------------------------------------------------*/
.m-txt-ttl {
	padding-top : 20px;
	padding-bottom : 30px;
	text-align : center;
	font-weight : bold;
	line-height : 1.5;
}
.m-txt-ttl + * {
	margin-top : 0 !important;
}
.m-txt-ttl + *.m-list-news2 {
	margin-top : -23px !important;
}
.m-txt-ttl + *.m-box-section {
	padding-top : 0;
}
.m-txt-ttl + *.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-txt-ttl + *.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl + *.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl + [data-gs] > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl + [data-gs-group] > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-ttl + [data-gs-group][data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-ttl + [data-gs-group][data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl + [data-gs] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl {
		padding-top : 20px;
		padding-bottom : 20px;
		padding-left : 0;
		padding-right : 0;
	}
}
.m-txt-ttl .ttl-inner {
	border-bottom : solid 1px #d4d5d4;
	padding : 0 20px;
}
.m-txt-ttl .ttl-inner .inner-ttl {
	margin-bottom : 20px;
	font-size : 3.6rem;
	font-weight : bold;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl .ttl-inner .inner-ttl {
		margin-bottom : 20px;
		font-size : 2.4rem;
	}
}
.m-txt-ttl .ttl-inner .inner-sub {
	font-size : 1.8rem;
	color : #9a7611;
	-webkit-transform : translateY(-25px);
	    -ms-transform : translateY(-25px);
	        transform : translateY(-25px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl .ttl-inner .inner-sub {
		-webkit-transform : translateY(-20px);
		    -ms-transform : translateY(-20px);
		        transform : translateY(-20px);
	}
}

.m-txt-ttl2 {
	font-size : 3.0rem;
	line-height : 1.5;
	position : relative;
	padding-left : 22px;
	margin-top : 50px;
	margin-bottom : 20px;
	text-align : left;
	font-weight : bold;
}
.m-txt-ttl2 + * {
	margin-top : 0 !important;
}
.m-txt-ttl2 + *.m-list-news2 {
	margin-top : -23px !important;
}
.m-txt-ttl2 + *.m-box-section {
	padding-top : 0;
}
.m-txt-ttl2 + *.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-txt-ttl2 + *.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl2 + *.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl2 + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl2 + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl2 + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl2 + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl2 + [data-gs] > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl2 + [data-gs-group] > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-ttl2 + [data-gs-group][data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-ttl2 + [data-gs-group][data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl2 + [data-gs] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl2 {
		font-size : 1.8rem;
		padding-left : 11px;
		margin-top : 25px;
		margin-bottom : 10px;
	}
}
.m-txt-ttl2:before {
	position : absolute;
	display : block;
	width : 4px;
	height : calc(100% - 10px);
	content : '';
	top : 0;
	bottom : 0;
	left : 0;
	margin : auto;
	background-color : #003e6f;
	-webkit-transform : translateY(0em);
	    -ms-transform : translateY(0em);
	        transform : translateY(0em);
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl2:before {
		width : 2px;
	}
}
.m-txt-ttl2 > a {
	color : #2a2a2a;
}

.m-txt-ttl3 {
	font-size : 1.8rem;
	line-height : 1.5;
	font-weight : bold;
	margin-top : 30px;
	margin-bottom : 10px;
	position : relative;
	border-bottom : solid 1px #d4d5d4;
	padding-bottom : 13px;
}
.m-txt-ttl3 + * {
	margin-top : 0 !important;
}
.m-txt-ttl3 + *.m-list-news2 {
	margin-top : -23px !important;
}
.m-txt-ttl3 + *.m-box-section {
	padding-top : 0;
}
.m-txt-ttl3 + *.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-txt-ttl3 + *.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl3 + *.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl3 + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl3 + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl3 + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl3 + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl3 + [data-gs] > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl3 + [data-gs-group] > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-ttl3 + [data-gs-group][data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-ttl3 + [data-gs-group][data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl3 + [data-gs] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl3 {
		margin-top : 15px;
		margin-bottom : 5px;
		padding-bottom : 6px;
	}
}

.m-txt-ttl4 {
	font-weight : bold;
	line-height : 1.5;
	font-size : 1.8rem;
	margin-top : 40px;
	margin-bottom : 20px;
}
.m-txt-ttl4 + * {
	margin-top : 0 !important;
}
.m-txt-ttl4 + *.m-list-news2 {
	margin-top : -23px !important;
}
.m-txt-ttl4 + *.m-box-section {
	padding-top : 0;
}
.m-txt-ttl4 + *.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-txt-ttl4 + *.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl4 + *.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl4 + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl4 + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl4 + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl4 + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl4 + [data-gs] > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl4 + [data-gs-group] > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-ttl4 + [data-gs-group][data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-ttl4 + [data-gs-group][data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl4 + [data-gs] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl4 {
		margin-top : 20px;
		margin-bottom : 10px;
	}
}

.m-txt-ttl5 {
	text-align : center;
	font-size : 3.0rem;
	font-weight : bold;
	margin-bottom : 35px;
	line-height : 1.25;
}
.m-txt-ttl5 + * {
	margin-top : 0 !important;
}
.m-txt-ttl5 + *.m-list-news2 {
	margin-top : -23px !important;
}
.m-txt-ttl5 + *.m-box-section {
	padding-top : 0;
}
.m-txt-ttl5 + *.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-txt-ttl5 + *.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl5 + *.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl5 + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl5 + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl5 + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl5 + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl5 + [data-gs] > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl5 + [data-gs-group] > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-ttl5 + [data-gs-group][data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-ttl5 + [data-gs-group][data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl5 + [data-gs] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl5 {
		font-size : 2.4rem;
		margin-bottom : 20px;
	}
}

.m-txt-ttl5-sub {
	color : #9a7611;
	font-weight : bold;
	text-align : center;
	-webkit-transform : translateY(-30px);
	    -ms-transform : translateY(-30px);
	        transform : translateY(-30px);
	line-height : 1.25;
	font-size : 1.8rem;
}
.m-txt-ttl5-sub + * {
	margin-top : 0 !important;
}
.m-txt-ttl5-sub + *.m-list-news2 {
	margin-top : -23px !important;
}
.m-txt-ttl5-sub + *.m-box-section {
	padding-top : 0;
}
.m-txt-ttl5-sub + *.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-txt-ttl5-sub + *.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl5-sub + *.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl5-sub + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl5-sub + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl5-sub + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl5-sub + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl5-sub + [data-gs] > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl5-sub + [data-gs-group] > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-ttl5-sub + [data-gs-group][data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-ttl5-sub + [data-gs-group][data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl5-sub + [data-gs] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl5-sub {
		font-size : 1.5rem;
		margin-top : -15px;
		margin-bottom : 20px;
		-webkit-transform : translateY(-10px);
		    -ms-transform : translateY(-10px);
		        transform : translateY(-10px);
	}
}

.m-txt-ttl6 {
	position : relative;
	margin-top : 80px;
	margin-bottom : 40px;
}
.m-txt-ttl6 + * {
	margin-top : 0 !important;
}
.m-txt-ttl6 + *.m-list-news2 {
	margin-top : -23px !important;
}
.m-txt-ttl6 + *.m-box-section {
	padding-top : 0;
}
.m-txt-ttl6 + *.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-txt-ttl6 + *.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl6 + *.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl6 + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl6 + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl6 + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl6 + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl6 + [data-gs] > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl6 + [data-gs-group] > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-ttl6 + [data-gs-group][data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-ttl6 + [data-gs-group][data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl6 + [data-gs] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl6 {
		margin-top : 50px;
		margin-bottom : 15px;
	}
}
.m-txt-ttl6:before {
	position : absolute;
	content : '';
	background-color : #003e6f;
	width : 100%;
	height : 2px;
	top : 0;
	left : 0;
}
.m-txt-ttl6 .ttl-inner {
	color : #003e6f;
	font-weight : bold;
	line-height : 1.5;
	font-size : 2.4rem;
	padding-top : 14px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl6 .ttl-inner {
		font-size : 1.8rem;
	}
}
.m-txt-ttl6 .ttl-right {
	position : absolute;
	top : 22px;
	right : 0;
	font-size : 1.4rem;
}
.m-txt-ttl6 a.ttl-inner {
	font-size : 1.8rem;
	display : block;
	position : relative;
	padding-left : 20px;
	cursor : pointer;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl6 a.ttl-inner {
		font-size : 1.6rem;
		padding-left : 10px;
	}
}
.m-txt-ttl6 a.ttl-inner:after {
	position : absolute;
	display : block;
	content : '';
	width : 10px;
	height : 16px;
	top : calc(14px + 0.4em);
	right : 20px;
	background : url(../svg/i_arrow.svg) no-repeat;
	background-size : 100% auto;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-ttl6 a.ttl-inner:after {
		width : 9px;
		height : 15px;
		top : calc(14px + 0.3em);
		right : 10px;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-ttl6 a.ttl-inner:hover {
		text-decoration : none;
	}
	.m-txt-ttl6 a.ttl-inner:hover:after {
		right : 10px;
	}
}

.m-txt-copy {
	font-size : 3.0rem;
	font-weight : bold;
	margin-top : 40px;
	margin-bottom : 40px;
	line-height : 1.5;
}
.m-txt-copy + * {
	margin-top : 0 !important;
}
.m-txt-copy + *.m-list-news2 {
	margin-top : -23px !important;
}
.m-txt-copy + *.m-box-section {
	padding-top : 0;
}
.m-txt-copy + *.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-txt-copy + *.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-copy + *.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-copy + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-copy + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-copy + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-copy + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-copy + [data-gs] > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-copy + [data-gs-group] > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-copy + [data-gs-group][data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-copy + [data-gs-group][data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-copy + [data-gs] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-copy {
		font-size : 1.8rem;
		margin-top : 20px;
		margin-bottom : 20px;
	}
}

.m-txt-copy2 {
	font-weight : bold;
	font-size : 3.0rem;
	line-height : 1.5;
	margin-top : 40px;
	margin-bottom : 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-copy2 {
		font-size : 1.6rem;
		margin-top : 20px;
		margin-bottom : 15px;
	}
}

.m-txt-frame-ttl {
	font-weight : bold;
	line-height : 1.5;
	font-size : 1.8rem;
	margin-top : 40px;
	margin-bottom : 20px;
	color : #2a2a2a;
}
.m-txt-frame-ttl + * {
	margin-top : 0 !important;
}
.m-txt-frame-ttl + *.m-list-news2 {
	margin-top : -23px !important;
}
.m-txt-frame-ttl + *.m-box-section {
	padding-top : 0;
}
.m-txt-frame-ttl + *.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-txt-frame-ttl + *.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-frame-ttl + *.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-frame-ttl + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-frame-ttl + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-frame-ttl + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-frame-ttl + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-frame-ttl + [data-gs] > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-frame-ttl + [data-gs-group] > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-frame-ttl + [data-gs-group][data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-frame-ttl + [data-gs-group][data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-frame-ttl + [data-gs] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
.m-txt-frame-ttl:last-child {
	margin-bottom : 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-frame-ttl {
		margin-top : 20px;
		margin-bottom : 10px;
	}
}

.m-txt-lng-jp {
	font-family : YakuHanJPs, 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, sans-serif;
}

.m-txt-lng-en {
	font-family : -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.m-txt-lng-ch {
	font-family : YakuHanJPs, 'Microsoft YaHei', '微软雅黑', 'SimSun', 'Arial', 'Helvetica', sans-serif;
}

.m-txt-lng-kr {
	font-family : YakuHanJPs, 'Malgun Gothic', Dotum, sans-serif;
}

.m-txt-p {
	margin-top : 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-p {
		margin-top : 20px;
	}
}
.m-txt-p a {
	text-decoration : underline;
}
.m-txt-p a[target='_blank']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-p a[target='_blank']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-txt-p a[href$='.pdf']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-p a[href$='.pdf']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-p a[href$='.pdf']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-txt-p a[href$='.doc']:not(.noticon):after, .m-txt-p a[href$='.docx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-p a[href$='.doc']:not(.noticon):after, .m-txt-p a[href$='.docx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-p a[href$='.doc']:not(.noticon):after, .m-txt-p a[href$='.docx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-txt-p a[href$='.xls']:not(.noticon):after, .m-txt-p a[href$='.xlsx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-p a[href$='.xls']:not(.noticon):after, .m-txt-p a[href$='.xlsx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-p a[href$='.xls']:not(.noticon):after, .m-txt-p a[href$='.xlsx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-txt-p a[href$='.zip']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-p a[href$='.zip']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-p a:hover {
		text-decoration : none;
	}
}
.m-txt-p img {
	max-width : 100%;
	height : auto;
}

.m-box-section.section-img .m-txt-p {
	color : #fff;
}

.m-txt-table-caption {
	margin-top : 80px;
	margin-bottom : 20px;
	font-weight : bold;
	text-align : left;
	font-size : 1.8rem;
	line-height : 1.5;
}
.m-txt-table-caption + * {
	margin-top : 0 !important;
}
.m-txt-table-caption + *.m-list-news2 {
	margin-top : -23px !important;
}
.m-txt-table-caption + *.m-box-section {
	padding-top : 0;
}
.m-txt-table-caption + *.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
.m-txt-table-caption + *.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-table-caption + *.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-table-caption + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-table-caption + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-table-caption + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-table-caption + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-table-caption + [data-gs] > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-txt-table-caption + [data-gs-group] > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-table-caption + [data-gs-group][data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.m-txt-table-caption + [data-gs-group][data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-table-caption + [data-gs] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-table-caption {
		margin-top : 40px;
		margin-bottom : 10px;
	}
}

.m-txt-anchor {
	display : inline-block;
	padding-left : 23px;
	position : relative;
}
.m-txt-anchor:before {
	content : '';
	background : url(../svg/i_arrow_line.svg?c=003e6f);
	background-size : 100% auto;
	position : absolute;
	top : 0.3em;
	left : 0;
	width : 16px;
	height : 20px;
	-webkit-transform : rotate(180deg);
	    -ms-transform : rotate(180deg);
	        transform : rotate(180deg);
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
@media print, screen and (min-width: 981px) {
	.m-txt-anchor:hover:before {
		top : calc(0.2em + 5px);
	}
}

.m-txt-link {
	position : relative;
	padding-left : 26px;
	display : inline-block;
}
.m-txt-link:before {
	position : absolute;
	content : '';
	width : 16px;
	height : 16px;
	top : 0.45em;
	left : 0;
	background-size : 16px;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-link:before {
		top : 0.30em;
	}
}
.m-txt-link:before {
	background-image : url(../svg/i_arrow_fill.svg?c=003e6f);
}
.m-txt-link[target='_blank']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-link[target='_blank']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-txt-link[href$='.pdf']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-link[href$='.pdf']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-link[href$='.pdf']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-txt-link[href$='.doc']:not(.noticon):after, .m-txt-link[href$='.docx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-link[href$='.doc']:not(.noticon):after, .m-txt-link[href$='.docx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-link[href$='.doc']:not(.noticon):after, .m-txt-link[href$='.docx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-txt-link[href$='.xls']:not(.noticon):after, .m-txt-link[href$='.xlsx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-link[href$='.xls']:not(.noticon):after, .m-txt-link[href$='.xlsx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-link[href$='.xls']:not(.noticon):after, .m-txt-link[href$='.xlsx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-txt-link[href$='.zip']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-link[href$='.zip']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}

.m-txt-indent {
	padding-left : 1em;
	text-indent : -1em;
}

.m-txt-cat {
	display : inline-block;
	min-width : 9em;
	text-align : center !important;
	vertical-align : middle;
	color : #fff;
	background-color : #506d85;
	line-height : 1;
	padding : 3px 5px 5px;
	font-size : 1.4rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-cat {
		font-size : 1.2rem;
		min-width : 0;
	}
}
.m-txt-cat.cat-color-newsrelease {
	background-color : #b83a4b;
}
.m-txt-cat.cat-color-product {
	background-color : #00857d;
}
.m-txt-cat.cat-color-ir {
	background-color : #003e6f;
}
.m-txt-cat.cat-color-info {
	background-color : #9a7610;
}

li.irp-item.ガバナンス .news-cat .m-txt-cat {
	font-size : 1.4rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	li.irp-item.ガバナンス .news-cat .m-txt-cat {
		font-size : 1.2rem;
	}
}

.m-txt-tel {
	font-size : 3.6rem;
	line-height : 1.25;
	font-weight : bold;
	position : relative;
	display : block;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-tel {
		font-size : 2.4rem;
	}
}

.m-txt-freedial {
	font-size : 3.6rem;
	line-height : 1.25;
	font-weight : bold;
	position : relative;
	display : block;
	padding-left : 62px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-freedial {
		font-size : 2.4rem;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-freedial {
		padding-left : 47px;
	}
}
.m-txt-freedial:before {
	position : absolute;
	content : '';
	width : 53px;
	height : 30px;
	top : 0;
	bottom : 0;
	left : 0;
	margin : auto;
	background : url(../svg/i_freedial.svg) no-repeat;
	background-size : 100% auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-txt-freedial:before {
		width : 42px;
		height : 24px;
	}
}

.m-btn-simple {
	position : relative;
	display : inline-block;
	position : relative;
	border : none;
	padding : 6px 15px 6px;
	color : #fff !important;
	background : #003e6f;
	font-weight : bold;
	line-height : 1.5;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	border : solid 2px #003e6f;
	border-radius : 4px;
	text-align : center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple {
		padding : 12.5px 15px;
		font-size : 1.6rem;
		border-radius : 3px;
		border-width : 1px;
	}
}
.m-btn-simple > span {
	display : inline-block;
	position : relative;
	padding-left : 26px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple > span {
		padding-left : 18px;
	}
}
.m-btn-simple > span:before {
	position : absolute;
	content : '';
	top : 0.3em;
	margin-top : auto;
	margin-bottom : auto;
	background-size : 100% auto;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	display : block;
	background-repeat : no-repeat;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple > span:before {
		top : 0.4em;
	}
}
.m-btn-simple > span:before {
	left : 0;
	background-image : url(../svg/i_arrow_fill.svg?c=fff);
	width : 16px;
	height : 16px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple > span:before {
		width : 12px;
		height : 12px;
	}
}
.m-btn-simple[target='_blank']:not(.noticon) > span:after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple[target='_blank']:not(.noticon) > span:after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-btn-simple[href$='.pdf'] > span:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple[href$='.pdf'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple[href$='.pdf'] > span:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-btn-simple[href$='.doc'] > span:not(.noticon):after, .m-btn-simple[href$='.docx'] > span:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple[href$='.doc'] > span:not(.noticon):after, .m-btn-simple[href$='.docx'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple[href$='.doc'] > span:not(.noticon):after, .m-btn-simple[href$='.docx'] > span:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-btn-simple[href$='.xls'] > span:not(.noticon):after, .m-btn-simple[href$='.xlsx'] > span:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple[href$='.xls'] > span:not(.noticon):after, .m-btn-simple[href$='.xlsx'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple[href$='.xls'] > span:not(.noticon):after, .m-btn-simple[href$='.xlsx'] > span:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-btn-simple[href$='.zip'] > span:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple[href$='.zip'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media print, screen and (min-width: 981px) {
	.m-btn-simple:hover {
		text-decoration : none;
		background-color : #fff;
		color : #003e6f !important;
	}
	.m-btn-simple:hover[target='_blank']:not(.noticon) > span:after {
		content : '';
		display : inline-block;
		vertical-align : middle;
		width : 1em;
		height : 1em;
		margin-left : 5px;
		background : url('../svg/i_blank.svg?c=003e6f') no-repeat right top;
		background-size : 100% auto;
		position : relative;
		top : -0.2em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple:hover[target='_blank']:not(.noticon) > span:after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media print, screen and (min-width: 981px) {
	.m-btn-simple:hover[href$='.pdf'] > span:not(.noticon):after {
		content : '';
		display : inline-block;
		vertical-align : middle;
		width : 1em;
		height : 1em;
		margin-left : 5px;
		background : url('../svg/i_pdf.svg?c=003e6f') no-repeat right top;
		background-size : 100% auto;
		position : relative;
		top : -0.2em;
		width : 1.0625em;
		height : 1.25em;
		top : -0.1em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple:hover[href$='.pdf'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple:hover[href$='.pdf'] > span:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
@media print, screen and (min-width: 981px) {
	.m-btn-simple:hover[href$='.doc'] > span:not(.noticon):after, .m-btn-simple:hover[href$='.docx'] > span:not(.noticon):after {
		content : '';
		display : inline-block;
		vertical-align : middle;
		width : 1em;
		height : 1em;
		margin-left : 5px;
		background : url('../svg/i_word.svg?c=003e6f') no-repeat right top;
		background-size : 100% auto;
		position : relative;
		top : -0.2em;
		width : 1.0625em;
		height : 1.25em;
		top : -0.1em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple:hover[href$='.doc'] > span:not(.noticon):after, .m-btn-simple:hover[href$='.docx'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple:hover[href$='.doc'] > span:not(.noticon):after, .m-btn-simple:hover[href$='.docx'] > span:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
@media print, screen and (min-width: 981px) {
	.m-btn-simple:hover[href$='.xls'] > span:not(.noticon):after, .m-btn-simple:hover[href$='.xlsx'] > span:not(.noticon):after {
		content : '';
		display : inline-block;
		vertical-align : middle;
		width : 1em;
		height : 1em;
		margin-left : 5px;
		background : url('../svg/i_excel.svg?c=003e6f') no-repeat right top;
		background-size : 100% auto;
		position : relative;
		top : -0.2em;
		width : 1.0625em;
		height : 1.25em;
		top : -0.1em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple:hover[href$='.xls'] > span:not(.noticon):after, .m-btn-simple:hover[href$='.xlsx'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple:hover[href$='.xls'] > span:not(.noticon):after, .m-btn-simple:hover[href$='.xlsx'] > span:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
@media print, screen and (min-width: 981px) {
	.m-btn-simple:hover[href$='.zip'] > span:not(.noticon):after {
		content : '';
		display : inline-block;
		vertical-align : middle;
		width : 1em;
		height : 1em;
		margin-left : 5px;
		background : url('../svg/i_dl.svg?c=003e6f') no-repeat right top;
		background-size : 100% auto;
		position : relative;
		top : -0.2em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple:hover[href$='.zip'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media print, screen and (min-width: 981px) {
	.m-btn-simple:hover > span:before {
		background-image : url(../svg/i_arrow_fill.svg?c=003e6f);
	}
}
.m-btn-simple.btn-under > span:before, .m-btn-simple.btn-under > span:after {
	-webkit-transform : rotate(90deg);
	    -ms-transform : rotate(90deg);
	        transform : rotate(90deg);
}
.m-btn-simple.btn-back > span:before, .m-btn-simple.btn-back > span:after {
	-webkit-transform : rotate(180deg);
	    -ms-transform : rotate(180deg);
	        transform : rotate(180deg);
}
.m-btn-simple.btn-large {
	padding-top : 20px;
	padding-bottom : 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple.btn-large {
		padding-top : 10px;
		padding-bottom : 10px;
	}
}
.m-btn-simple.btn-gray {
	background-color : #707372;
	border-color : #707372;
}
@media print, screen and (min-width: 981px) {
	.m-btn-simple.btn-gray:hover {
		background-color : #fff;
		color : #707372 !important;
	}
	.m-btn-simple.btn-gray:hover > span:before {
		background-image : url(../svg/i_arrow_fill.svg?c=707372);
	}
}
.m-btn-simple.btn-close > span:before {
	left : 0;
	background-image : url(../svg/i_close2.svg?c=fff);
	width : 16px;
	height : 16px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple.btn-close > span:before {
		width : 12px;
		height : 12px;
	}
}
@media print, screen and (min-width: 981px) {
	.m-btn-simple.btn-close:hover {
		text-decoration : none;
		background-color : #fff;
		color : #707372 !important;
	}
	.m-btn-simple.btn-close:hover[target='_blank']:not(.noticon) > span:after {
		content : '';
		display : inline-block;
		vertical-align : middle;
		width : 1em;
		height : 1em;
		margin-left : 5px;
		background : url('../svg/i_blank.svg?c=003e6f') no-repeat right top;
		background-size : 100% auto;
		position : relative;
		top : -0.2em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple.btn-close:hover[target='_blank']:not(.noticon) > span:after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media print, screen and (min-width: 981px) {
	.m-btn-simple.btn-close:hover[href$='.pdf'] > span:not(.noticon):after {
		content : '';
		display : inline-block;
		vertical-align : middle;
		width : 1em;
		height : 1em;
		margin-left : 5px;
		background : url('../svg/i_pdf.svg?c=003e6f') no-repeat right top;
		background-size : 100% auto;
		position : relative;
		top : -0.2em;
		width : 1.0625em;
		height : 1.25em;
		top : -0.1em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple.btn-close:hover[href$='.pdf'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple.btn-close:hover[href$='.pdf'] > span:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
@media print, screen and (min-width: 981px) {
	.m-btn-simple.btn-close:hover[href$='.doc'] > span:not(.noticon):after, .m-btn-simple.btn-close:hover[href$='.docx'] > span:not(.noticon):after {
		content : '';
		display : inline-block;
		vertical-align : middle;
		width : 1em;
		height : 1em;
		margin-left : 5px;
		background : url('../svg/i_word.svg?c=003e6f') no-repeat right top;
		background-size : 100% auto;
		position : relative;
		top : -0.2em;
		width : 1.0625em;
		height : 1.25em;
		top : -0.1em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple.btn-close:hover[href$='.doc'] > span:not(.noticon):after, .m-btn-simple.btn-close:hover[href$='.docx'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple.btn-close:hover[href$='.doc'] > span:not(.noticon):after, .m-btn-simple.btn-close:hover[href$='.docx'] > span:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
@media print, screen and (min-width: 981px) {
	.m-btn-simple.btn-close:hover[href$='.xls'] > span:not(.noticon):after, .m-btn-simple.btn-close:hover[href$='.xlsx'] > span:not(.noticon):after {
		content : '';
		display : inline-block;
		vertical-align : middle;
		width : 1em;
		height : 1em;
		margin-left : 5px;
		background : url('../svg/i_excel.svg?c=003e6f') no-repeat right top;
		background-size : 100% auto;
		position : relative;
		top : -0.2em;
		width : 1.0625em;
		height : 1.25em;
		top : -0.1em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple.btn-close:hover[href$='.xls'] > span:not(.noticon):after, .m-btn-simple.btn-close:hover[href$='.xlsx'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple.btn-close:hover[href$='.xls'] > span:not(.noticon):after, .m-btn-simple.btn-close:hover[href$='.xlsx'] > span:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
@media print, screen and (min-width: 981px) {
	.m-btn-simple.btn-close:hover[href$='.zip'] > span:not(.noticon):after {
		content : '';
		display : inline-block;
		vertical-align : middle;
		width : 1em;
		height : 1em;
		margin-left : 5px;
		background : url('../svg/i_dl.svg?c=003e6f') no-repeat right top;
		background-size : 100% auto;
		position : relative;
		top : -0.2em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple.btn-close:hover[href$='.zip'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media print, screen and (min-width: 981px) {
	.m-btn-simple.btn-close:hover > span:before {
		background-image : url(../svg/i_close2.svg?c=707372);
	}
}
.m-btn-simple.btn-pdf > span:after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	background-image : url(../svg/i_pdf.svg?c=fff) !important;
	width : 1.0625em !important;
	height : 1.25em !important;
	top : -0.1em !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple.btn-pdf > span:after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-simple.btn-pdf > span:after {
		width : 1em !important;
		height : 1.2em !important;
		top : -0.15em !important;
	}
}
@media print, screen and (min-width: 981px) {
	.m-btn-simple.btn-pdf:hover > span:after {
		background-image : url(../svg/i_pdf.svg?c=003e6f) !important;
	}
}

.m-btn-close {
	position : relative;
	display : inline-block;
	position : relative;
	border : none;
	padding : 20px;
	color : #fff !important;
	background-color : #707372;
	font-weight : bold;
	line-height : 1.5;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	border : solid 2px #707372;
	border-radius : 4px;
	text-align : center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-close {
		padding : 10px 15px;
		font-size : 1.6rem;
		border-radius : 3px;
		border-width : 1px;
	}
}
.m-btn-close > span {
	display : inline-block;
	position : relative;
	padding-left : 26px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-close > span {
		padding-left : 18px;
	}
}
.m-btn-close > span:before {
	position : absolute;
	content : '';
	top : 0.3em;
	margin-top : auto;
	margin-bottom : auto;
	background-size : 100% auto;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	display : block;
	background-repeat : no-repeat;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-close > span:before {
		top : 0.4em;
	}
}
.m-btn-close > span:before {
	left : 0;
	background-image : url(../svg/i_close2.svg?c=fff);
	width : 16px;
	height : 16px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-close > span:before {
		width : 12px;
		height : 12px;
	}
}
.m-btn-close[target='_blank']:not(.noticon) > span:after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-close[target='_blank']:not(.noticon) > span:after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
.m-btn-close[href$='.pdf'] > span:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-close[href$='.pdf'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-close[href$='.pdf'] > span:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-btn-close[href$='.doc'] > span:not(.noticon):after, .m-btn-close[href$='.docx'] > span:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-close[href$='.doc'] > span:not(.noticon):after, .m-btn-close[href$='.docx'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-close[href$='.doc'] > span:not(.noticon):after, .m-btn-close[href$='.docx'] > span:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-btn-close[href$='.xls'] > span:not(.noticon):after, .m-btn-close[href$='.xlsx'] > span:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-close[href$='.xls'] > span:not(.noticon):after, .m-btn-close[href$='.xlsx'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-close[href$='.xls'] > span:not(.noticon):after, .m-btn-close[href$='.xlsx'] > span:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
.m-btn-close[href$='.zip'] > span:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=fff') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-close[href$='.zip'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media print, screen and (min-width: 981px) {
	.m-btn-close:hover {
		text-decoration : none;
		background-color : #fff;
		color : #707372 !important;
	}
	.m-btn-close:hover[target='_blank']:not(.noticon) > span:after {
		content : '';
		display : inline-block;
		vertical-align : middle;
		width : 1em;
		height : 1em;
		margin-left : 5px;
		background : url('../svg/i_blank.svg?c=003e6f') no-repeat right top;
		background-size : 100% auto;
		position : relative;
		top : -0.2em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-close:hover[target='_blank']:not(.noticon) > span:after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media print, screen and (min-width: 981px) {
	.m-btn-close:hover[href$='.pdf'] > span:not(.noticon):after {
		content : '';
		display : inline-block;
		vertical-align : middle;
		width : 1em;
		height : 1em;
		margin-left : 5px;
		background : url('../svg/i_pdf.svg?c=003e6f') no-repeat right top;
		background-size : 100% auto;
		position : relative;
		top : -0.2em;
		width : 1.0625em;
		height : 1.25em;
		top : -0.1em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-close:hover[href$='.pdf'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-close:hover[href$='.pdf'] > span:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
@media print, screen and (min-width: 981px) {
	.m-btn-close:hover[href$='.doc'] > span:not(.noticon):after, .m-btn-close:hover[href$='.docx'] > span:not(.noticon):after {
		content : '';
		display : inline-block;
		vertical-align : middle;
		width : 1em;
		height : 1em;
		margin-left : 5px;
		background : url('../svg/i_word.svg?c=003e6f') no-repeat right top;
		background-size : 100% auto;
		position : relative;
		top : -0.2em;
		width : 1.0625em;
		height : 1.25em;
		top : -0.1em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-close:hover[href$='.doc'] > span:not(.noticon):after, .m-btn-close:hover[href$='.docx'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-close:hover[href$='.doc'] > span:not(.noticon):after, .m-btn-close:hover[href$='.docx'] > span:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
@media print, screen and (min-width: 981px) {
	.m-btn-close:hover[href$='.xls'] > span:not(.noticon):after, .m-btn-close:hover[href$='.xlsx'] > span:not(.noticon):after {
		content : '';
		display : inline-block;
		vertical-align : middle;
		width : 1em;
		height : 1em;
		margin-left : 5px;
		background : url('../svg/i_excel.svg?c=003e6f') no-repeat right top;
		background-size : 100% auto;
		position : relative;
		top : -0.2em;
		width : 1.0625em;
		height : 1.25em;
		top : -0.1em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-close:hover[href$='.xls'] > span:not(.noticon):after, .m-btn-close:hover[href$='.xlsx'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-close:hover[href$='.xls'] > span:not(.noticon):after, .m-btn-close:hover[href$='.xlsx'] > span:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
@media print, screen and (min-width: 981px) {
	.m-btn-close:hover[href$='.zip'] > span:not(.noticon):after {
		content : '';
		display : inline-block;
		vertical-align : middle;
		width : 1em;
		height : 1em;
		margin-left : 5px;
		background : url('../svg/i_dl.svg?c=003e6f') no-repeat right top;
		background-size : 100% auto;
		position : relative;
		top : -0.2em;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	.m-btn-close:hover[href$='.zip'] > span:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media print, screen and (min-width: 981px) {
	.m-btn-close:hover > span:before {
		background-image : url(../svg/i_close2.svg?c=707372);
	}
}

.m-btn-icon {
	border-radius : 4px;
	border : solid 3px #d7dee3;
	position : relative;
	display : inline-block;
	width : 100%;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	color : #2a2a2a;
	font-size : 1.8rem;
	line-height : 1.5;
	padding : 18px 37px 18px 17px;
	min-height : 70px;
	font-weight : bold;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-align : center;
	-ms-flex-align : center;
	align-items : center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-icon {
		border-radius : 2px;
		border-width : 2px;
		padding : 9.5px 36px 8.5px 8.5px;
		min-height : 35px;
	}
}
.m-btn-icon:after {
	position : absolute;
	display : block;
	content : '';
	width : 9px;
	height : 15px;
	top : 0;
	bottom : 0;
	right : 17px;
	margin : auto;
	background : url(../svg/i_arrow.svg?c=003e6f) no-repeat;
	background-size : 100% auto;
}
.m-btn-icon .icon-img {
	display : block;
	width : 36px;
	height : 36px;
	position : relative;
	margin-right : 20px;
	-ms-flex-negative : 0;
	flex-shrink : 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.m-btn-icon .icon-img {
		width : 18px;
		height : 18px;
		margin-right : 10px;
	}
}
.m-btn-icon .icon-img > img {
	position : absolute;
	top : 50%;
	left : 50%;
	-webkit-transform : translate(-50%, -50%);
	    -ms-transform : translate(-50%, -50%);
	        transform : translate(-50%, -50%);
	max-height : 100%;
}
@media print, screen and (min-width: 981px) {
	.m-btn-icon:hover {
		border-color : #003e6f;
		text-decoration : none;
	}
}

/*! Yaku Han JP (Gothic - Small Amount) v2.0.0 SIL by Qrac / Based on Noto Sans CJK JP */
@font-face {
	font-family : 'YakuHanJPs';
	font-style : normal;
	font-weight : 100;
	src : url('../fonts/YakuHanJPs/YakuHanJPs-Thin.eot');
	src : url('../fonts/YakuHanJPs/YakuHanJPs-Thin.woff2') format('woff2'), url('../fonts/YakuHanJPs/YakuHanJPs-Thin.woff') format('woff');
}

@font-face {
	font-family : 'YakuHanJPs';
	font-style : normal;
	font-weight : 200;
	src : url('../fonts/YakuHanJPs/YakuHanJPs-Light.eot');
	src : url('../fonts/YakuHanJPs/YakuHanJPs-Light.woff2') format('woff2'), url('../fonts/YakuHanJPs/YakuHanJPs-Light.woff') format('woff');
}

@font-face {
	font-family : 'YakuHanJPs';
	font-style : normal;
	font-weight : 300;
	src : url('../fonts/YakuHanJPs/YakuHanJPs-DemiLight.eot');
	src : url('../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff2') format('woff2'), url('../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff') format('woff');
}

@font-face {
	font-family : 'YakuHanJPs';
	font-style : normal;
	font-weight : 400;
	src : url('../fonts/YakuHanJPs/YakuHanJPs-Regular.eot');
	src : url('../fonts/YakuHanJPs/YakuHanJPs-Regular.woff2') format('woff2'), url('../fonts/YakuHanJPs/YakuHanJPs-Regular.woff') format('woff');
}

@font-face {
	font-family : 'YakuHanJPs';
	font-style : normal;
	font-weight : 500;
	src : url('../fonts/YakuHanJPs/YakuHanJPs-Medium.eot');
	src : url('../fonts/YakuHanJPs/YakuHanJPs-Medium.woff2') format('woff2'), url('../fonts/YakuHanJPs/YakuHanJPs-Medium.woff') format('woff');
}

@font-face {
	font-family : 'YakuHanJPs';
	font-style : normal;
	font-weight : 700;
	src : url('../fonts/YakuHanJPs/YakuHanJPs-Bold.eot');
	src : url('../fonts/YakuHanJPs/YakuHanJPs-Bold.woff2') format('woff2'), url('../fonts/YakuHanJPs/YakuHanJPs-Bold.woff') format('woff');
}

@font-face {
	font-family : 'YakuHanJPs';
	font-style : normal;
	font-weight : 900;
	src : url('../fonts/YakuHanJPs/YakuHanJPs-Black.eot');
	src : url('../fonts/YakuHanJPs/YakuHanJPs-Black.woff2') format('woff2'), url('../fonts/YakuHanJPs/YakuHanJPs-Black.woff') format('woff');
}

html {
	color : #2a2a2a;
	background : #fff;
	font-family : YakuHanJPs, 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, sans-serif;
	font-size : 62.5%;
}

body {
	line-height : 1.75;
	font-size : 1.6rem;
}
@media print, screen and (min-width: 981px) {
	body {
		-webkit-transition : margin 0.2s ease-out;
		        transition : margin 0.2s ease-out;
	}
	body.header-fixed.lnav-open {
		-webkit-transition : none;
		        transition : none;
	}
	body.lnav-open {
		-webkit-transition : none;
		        transition : none;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	body {
		font-size : 1.4rem;
	}
}

/* link style */
a {
	color : #506d85;
	text-decoration : none;
}
@media print, screen and (min-width: 981px) {
	a:hover {
		text-decoration : underline;
	}
}

img {
	-webkit-backface-visibility : hidden;
	        backface-visibility : hidden;
}

#l-wrap {
	overflow-x : hidden;
}
@media screen and (min-width: 0) and (max-width: 980px) {
	#l-wrap {
		padding-top : 80px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-wrap {
		padding-top : 55px;
	}
}
.layout-simple #l-wrap {
	padding-top : 0;
}

/* header style */
.header-fixed #l-header {
	position : fixed;
	z-index : 100;
	width : 100%;
	top : 0;
}

@media screen and (min-width: 0) and (max-width: 980px) {
	#l-header {
		position : fixed;
		z-index : 100;
		width : 100%;
		top : 0;
	}
}

@media screen and (min-width: 0) and (max-width: 980px) {
	.menu-open #l-header {
		height : 100%;
	}
}

#l-header .header-wrap {
	background-color : #003e6f;
	position : relative;
	overflow : hidden;
	-webkit-box-shadow : 0 0 4px 0 rgba(0, 0, 0, 0.25);
	        box-shadow : 0 0 4px 0 rgba(0, 0, 0, 0.25);
	z-index : 110;
}
@media screen and (min-width: 0) and (max-width: 980px) {
	#l-header .header-wrap {
		height : 80px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-wrap {
		height : 55px;
	}
}
#l-header .header-wrap .header-fixed {
	width : 100%;
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
	max-width : 1320px;
	margin : 0 auto;
	padding : 0 20px;
}
@media print, screen and (min-width: 0) and (max-width: 1250px) {
	#l-header .header-wrap .header-fixed {
		min-width : 0;
		padding : 0 20px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-wrap .header-fixed {
		padding : 0 20px;
		min-width : 0;
		-webkit-box-sizing : border-box;
		        box-sizing : border-box;
	}
}
#l-header .header-wrap .header-logo {
	position : absolute;
	height : 100%;
}
#l-header .header-wrap .header-logo > a {
	width : 244px;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	position : absolute;
	top : 0;
	bottom : 0;
}
@media print, screen and (min-width: 0) and (max-width: 1100px) {
	#l-header .header-wrap .header-logo > a {
		width : 200px;
	}
}
@media print, screen and (min-width: 0) and (max-width: 1030px) {
	#l-header .header-wrap .header-logo > a {
		width : 124px;
	}
}
@media screen and (min-width: 0) and (max-width: 980px) {
	#l-header .header-wrap .header-logo > a {
		width : 124px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-wrap .header-logo > a {
		width : 104px;
	}
}
.header-fixed #l-header .header-wrap .header-logo > a {
	width : 124px;
	-webkit-transition : none;
	        transition : none;
}
#l-header .header-wrap .header-logo > a img, #l-header .header-wrap .header-logo > a svg {
	position : relative;
	z-index : 1;
	width : 100%;
	position : absolute;
	top : 0;
	bottom : 0;
	margin : auto;
}
#l-header .header-wrap .header-logo > a:before {
	background-color : #fff;
	width : 50vw;
	height : 50vw;
	position : absolute;
	content : '';
	top : 0;
	right : -86px;
	-webkit-transform : rotate(30deg);
	    -ms-transform : rotate(30deg);
	        transform : rotate(30deg);
	-webkit-transform-origin : top right;
	    -ms-transform-origin : top right;
	        transform-origin : top right;
	pointer-events : none;
}
.header-fixed #l-header .header-wrap .header-logo > a:before {
	right : -66px;
}
@media print, screen and (min-width: 0) and (max-width: 1100px) {
	#l-header .header-wrap .header-logo > a:before {
		right : -66px;
	}
}
@media print, screen and (min-width: 0) and (max-width: 1030px) {
	#l-header .header-wrap .header-logo > a:before {
		right : -66px;
	}
}
@media screen and (min-width: 0) and (max-width: 980px) {
	#l-header .header-wrap .header-logo > a:before {
		right : -66px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-wrap .header-logo > a:before {
		right : -42px;
	}
}
#l-header .header-wrap .header-nav {
	padding-top : 18px;
	margin-left : 25%;
}
@media screen and (min-width: 0) and (max-width: 980px) {
	#l-header .header-wrap .header-nav {
		padding-top : 16px;
		padding-bottom : 16px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-wrap .header-nav {
		padding-top : 9px;
		padding-bottom : 9px;
	}
}
#l-header .header-wrap .header-nav .nav-upper {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-pack : end;
	-ms-flex-pack : end;
	justify-content : flex-end;
}
#l-header .header-wrap .header-nav .nav-upper .upper-links {
	letter-spacing : -0.40em;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
}
@media screen and (min-width: 0) and (max-width: 980px) {
	#l-header .header-wrap .header-nav .nav-upper .upper-links {
		display : none;
	}
}
#l-header .header-wrap .header-nav .nav-upper .upper-links > li {
	display : inline-block;
	letter-spacing : normal;
}
#l-header .header-wrap .header-nav .nav-upper .upper-links > li > a {
	color : #fff;
	display : block;
	padding : 5px 20px 5px;
	font-size : 1.5rem;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
@media print, screen and (min-width: 0) and (max-width: 1250px) {
	#l-header .header-wrap .header-nav .nav-upper .upper-links > li > a {
		padding-left : 10px;
		padding-right : 10px;
	}
}
#l-header .header-wrap .header-nav .nav-upper .upper-links > li + li {
	position : relative;
}
#l-header .header-wrap .header-nav .nav-upper .upper-links > li + li:after {
	position : absolute;
	content : '';
	width : 1px;
	height : 15px;
	display : block;
	background-color : #fff;
	top : 0;
	bottom : 2px;
	left : 0;
	margin-top : auto;
	margin-bottom : auto;
}
#l-header .header-wrap .header-nav .nav-upper .upper-links > li + li > a {
	padding-left : 21px;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
@media print, screen and (min-width: 0) and (max-width: 1250px) {
	#l-header .header-wrap .header-nav .nav-upper .upper-links > li + li > a {
		padding-left : 11px;
	}
}
#l-header .header-wrap .header-nav .nav-upper .upper-search {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	position : relative;
}
#l-header .header-wrap .header-nav .nav-upper .upper-search:before {
	position : absolute;
	content : '';
	width : 1px;
	height : 15px;
	display : block;
	background-color : #fff;
	top : -1px;
	bottom : 0;
	left : 0;
	margin-top : auto;
	margin-bottom : auto;
}
@media screen and (min-width: 0) and (max-width: 980px) {
	#l-header .header-wrap .header-nav .nav-upper .upper-search:before {
		content : none;
	}
}
#l-header .header-wrap .header-nav .nav-upper .upper-search .search-btn {
	width : 64px;
	cursor : pointer;
	position : relative;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	font-size : 0;
	color : transparent;
}
@media print, screen and (min-width: 0) and (max-width: 1250px) {
	#l-header .header-wrap .header-nav .nav-upper .upper-search .search-btn {
		width : 54px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-wrap .header-nav .nav-upper .upper-search .search-btn {
		width : 40px;
	}
}
#l-header .header-wrap .header-nav .nav-upper .upper-search .search-btn:before, #l-header .header-wrap .header-nav .nav-upper .upper-search .search-btn:after {
	width : 24px;
	height : 24px;
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	margin : auto;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	content : '';
	background : center no-repeat;
	-webkit-backface-visibility : hidden;
	        backface-visibility : hidden;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-wrap .header-nav .nav-upper .upper-search .search-btn:before, #l-header .header-wrap .header-nav .nav-upper .upper-search .search-btn:after {
		width : 20px;
		height : 20px;
	}
}
#l-header .header-wrap .header-nav .nav-upper .upper-search .search-btn:before {
	background-image : url(../svg/i_close2.svg?c=fff);
	background-size : 16px;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
#l-header .header-wrap .header-nav .nav-upper .upper-search .search-btn:after {
	background-image : url(../svg/i_search.svg?c=fff);
	background-size : 100%;
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
#l-header .header-wrap .header-nav .nav-upper .upper-search .search-btn:hover {
	opacity : 0.75;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
}
.search-open #l-header .header-wrap .header-nav .nav-upper .upper-search .search-btn:before {
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.search-open #l-header .header-wrap .header-nav .nav-upper .upper-search .search-btn:after {
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
#l-header .header-wrap .header-nav .nav-upper .upper-language {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	position : relative;
}
#l-header .header-wrap .header-nav .nav-upper .upper-language:before {
	position : absolute;
	content : '';
	width : 1px;
	height : 15px;
	display : block;
	background-color : #fff;
	top : -1px;
	bottom : 0;
	left : 0;
	margin-top : auto;
	margin-bottom : auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-wrap .header-nav .nav-upper .upper-language:before {
		display : none;
	}
}
#l-header .header-wrap .header-nav .nav-upper .upper-language .language-btn {
	color : #fff;
	padding : 0 15px 0 55px;
	position : relative;
	cursor : pointer;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
@media print, screen and (min-width: 0) and (max-width: 1250px) {
	#l-header .header-wrap .header-nav .nav-upper .upper-language .language-btn {
		padding-left : 45px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-wrap .header-nav .nav-upper .upper-language .language-btn {
		padding : 0;
		width : 40px;
	}
}
#l-header .header-wrap .header-nav .nav-upper .upper-language .language-btn:before, #l-header .header-wrap .header-nav .nav-upper .upper-language .language-btn:after {
	position : absolute;
	top : 0;
	bottom : 0;
	margin : auto;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	width : 24px;
	height : 24px;
	left : 21px;
	-webkit-backface-visibility : hidden;
	        backface-visibility : hidden;
}
@media print, screen and (min-width: 0) and (max-width: 1250px) {
	#l-header .header-wrap .header-nav .nav-upper .upper-language .language-btn:before, #l-header .header-wrap .header-nav .nav-upper .upper-language .language-btn:after {
		left : 11px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-wrap .header-nav .nav-upper .upper-language .language-btn:before, #l-header .header-wrap .header-nav .nav-upper .upper-language .language-btn:after {
		left : 10px;
		width : 20px;
		height : 20px;
	}
}
#l-header .header-wrap .header-nav .nav-upper .upper-language .language-btn:before {
	content : '';
	background : url(../svg/i_close2.svg) center no-repeat;
	background-size : 16px;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
#l-header .header-wrap .header-nav .nav-upper .upper-language .language-btn:after {
	content : '';
	background : url(../svg/i_language.svg) center no-repeat;
	background-size : 100% auto;
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.language-open #l-header .header-wrap .header-nav .nav-upper .upper-language .language-btn:before {
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.language-open #l-header .header-wrap .header-nav .nav-upper .upper-language .language-btn:after {
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
#l-header .header-wrap .header-nav .nav-upper .upper-language .language-btn .btn-txt {
	display : inline-block;
	font-size : 1.4rem;
	padding : 6px 0 6px;
}
@media screen and (min-width: 0) and (max-width: 980px) {
	#l-header .header-wrap .header-nav .nav-upper .upper-language .language-btn .btn-txt {
		padding-top : 10px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-wrap .header-nav .nav-upper .upper-language .language-btn .btn-txt {
		font-size : 0;
	}
}
#l-header .header-wrap .header-nav .nav-upper .upper-language .language-btn .btn-txt:after {
	position : absolute;
	top : 50%;
	right : 0;
	content : '';
	width : 0;
	height : 0;
	margin-top : -3px;
	border-style : solid;
	border-width : 3px;
	border-color : transparent;
	border-top-color : #fff;
	border-top-width : 6px;
	margin-top : -2px;
}
@media print, screen and (min-width: 981px) {
	#l-header .header-wrap .header-nav .nav-upper .upper-language .language-btn:hover .btn-txt {
		text-decoration : underline;
	}
}
#l-header .header-wrap .header-nav .nav-upper .upper-menu {
	display : none;
	margin-left : 30px;
}
@media screen and (min-width: 0) and (max-width: 980px) {
	#l-header .header-wrap .header-nav .nav-upper .upper-menu {
		display : block;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-wrap .header-nav .nav-upper .upper-menu {
		margin-left : 15px;
	}
}
#l-header .header-wrap .header-nav .nav-upper .upper-menu .menu-btn {
	position : relative;
	width : 48px;
	height : 48px;
	cursor : pointer;
	-webkit-transition : all 0.3s ease-in-out;
	        transition : all 0.3s ease-in-out;
	z-index : 10;
	display : block;
	border : solid 2px #fff;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-wrap .header-nav .nav-upper .upper-menu .menu-btn {
		width : 35px;
		height : 37px;
		border-width : 1px;
	}
}
#l-header .header-wrap .header-nav .nav-upper .upper-menu .menu-btn > div, #l-header .header-wrap .header-nav .nav-upper .upper-menu .menu-btn:before, #l-header .header-wrap .header-nav .nav-upper .upper-menu .menu-btn:after {
	position : absolute;
	top : 50%;
	left : 50%;
	width : 50%;
	height : 3px;
	margin-left : -10px;
	background-color : #fff;
	display : inline-block;
	-webkit-transition : all 0.3s ease-in-out;
	        transition : all 0.3s ease-in-out;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-wrap .header-nav .nav-upper .upper-menu .menu-btn > div, #l-header .header-wrap .header-nav .nav-upper .upper-menu .menu-btn:before, #l-header .header-wrap .header-nav .nav-upper .upper-menu .menu-btn:after {
		height : 2px;
		margin-left : -8px;
	}
}
#l-header .header-wrap .header-nav .nav-upper .upper-menu .menu-btn > div {
	margin-top : -9px;
	font-size : 0;
	color : transparent;
}
#l-header .header-wrap .header-nav .nav-upper .upper-menu .menu-btn:before {
	margin-top : -2px;
	content : '';
}
#l-header .header-wrap .header-nav .nav-upper .upper-menu .menu-btn:after {
	margin-top : 5px;
	content : '';
}
.menu-open #l-header .header-wrap .header-nav .nav-upper .upper-menu .menu-btn > div {
	margin-top : -1px !important;
	-webkit-transform : rotateZ(45deg);
	    -ms-transform : rotate(45deg);
	        transform : rotateZ(45deg);
	transition : margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
}
.menu-open #l-header .header-wrap .header-nav .nav-upper .upper-menu .menu-btn:before {
	-webkit-transition : 0.2s ease 0.1s;
	        transition : 0.2s ease 0.1s;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.menu-open #l-header .header-wrap .header-nav .nav-upper .upper-menu .menu-btn:after {
	margin-top : -1px !important;
	-webkit-transform : rotateZ(-45deg);
	    -ms-transform : rotate(-45deg);
	        transform : rotateZ(-45deg);
	-webkit-transition : margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
	        transition : margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
	        transition : margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
	        transition : margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
}
#l-header .header-wrap .header-nav .nav-lower {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-pack : end;
	-ms-flex-pack : end;
	justify-content : flex-end;
}
@media screen and (min-width: 0) and (max-width: 980px) {
	#l-header .header-wrap .header-nav .nav-lower {
		display : none;
	}
}
#l-header .header-wrap .header-nav .nav-lower .lower-gnav {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	letter-spacing : -0.40em;
}
#l-header .header-wrap .header-nav .nav-lower .lower-gnav > li {
	letter-spacing : normal;
	display : inline-block;
}
#l-header .header-wrap .header-nav .nav-lower .lower-gnav > li > a {
	font-size : 1.8rem;
	color : #fff;
	padding : 0 27px;
	position : relative;
	display : inline-block;
}
@media print, screen and (min-width: 0) and (max-width: 1250px) {
	#l-header .header-wrap .header-nav .nav-lower .lower-gnav > li > a {
		padding-left : 10px;
		padding-right : 10px;
	}
}
.header-fixed #l-header .header-wrap .header-nav .nav-lower .lower-gnav > li > a {
	font-size : 1.6rem;
	padding : 0 25px;
}
@media print, screen and (min-width: 0) and (max-width: 1250px) {
	.header-fixed #l-header .header-wrap .header-nav .nav-lower .lower-gnav > li > a {
		padding-left : 10px;
		padding-right : 10px;
	}
}
#l-header .header-wrap .header-nav .nav-lower .lower-gnav > li > a > span {
	padding : 22px 0 24px;
	display : block;
	position : relative;
}
.header-fixed #l-header .header-wrap .header-nav .nav-lower .lower-gnav > li > a > span {
	padding : 26px 0 26px;
}
#l-header .header-wrap .header-nav .nav-lower .lower-gnav > li > a > span:after {
	position : absolute;
	content : '';
	width : 0;
	height : 3px;
	background-color : #9a7611;
	bottom : 0;
	right : 0;
	-webkit-transition : width 0.25s cubic-bezier(0.19, 1, 0.22, 1);
	        transition : width 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}
#l-header .header-wrap .header-nav .nav-lower .lower-gnav > li > a:hover, #l-header .header-wrap .header-nav .nav-lower .lower-gnav > li > a.is-active {
	text-decoration : none;
}
#l-header .header-wrap .header-nav .nav-lower .lower-gnav > li > a:hover > span:after, #l-header .header-wrap .header-nav .nav-lower .lower-gnav > li > a.is-active > span:after {
	left : 0;
	width : 100%;
}
#l-header .header-wrap .header-nav .nav-lower .lower-gnav > li > a.is-current > span:after {
	-webkit-transition : none;
	        transition : none;
	left : 0;
	width : 100%;
}
#l-header .header-wrap .header-nav .nav-lower .lower-contact {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	margin-left : 23px;
	margin-top : -3px;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
@media print, screen and (min-width: 0) and (max-width: 1250px) {
	#l-header .header-wrap .header-nav .nav-lower .lower-contact {
		margin-left : 13px;
	}
}
.header-fixed #l-header .header-wrap .header-nav .nav-lower .lower-contact {
	margin-left : 13px;
	margin-top : -1px;
}
#l-header .header-wrap .header-nav .nav-lower .lower-contact .contact-btn {
	background-color : #9a7611;
	border-radius : 4px;
	color : #fff;
	padding : 5px 24px 5px 50px;
	position : relative;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	font-weight : bold;
	font-size : 1.8rem;
}
.header-fixed #l-header .header-wrap .header-nav .nav-lower .lower-contact .contact-btn {
	font-size : 1.6rem;
}
.pjax-anim #l-header .header-wrap .header-nav .nav-lower .lower-contact .contact-btn {
	-webkit-transition : all 0s;
	        transition : all 0s;
}
#l-header .header-wrap .header-nav .nav-lower .lower-contact .contact-btn:before, #l-header .header-wrap .header-nav .nav-lower .lower-contact .contact-btn:after {
	position : absolute;
	content : '';
	width : 16px;
	height : 16px;
	top : 0;
	bottom : 0;
	left : 24px;
	margin-top : auto;
	margin-bottom : auto;
	background-size : 16px;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	-webkit-transform : translateY(0.1em);
	    -ms-transform : translateY(0.1em);
	        transform : translateY(0.1em);
}
#l-header .header-wrap .header-nav .nav-lower .lower-contact .contact-btn:before {
	background-image : url(../svg/i_arrow_fill.svg?c=9a7611);
}
#l-header .header-wrap .header-nav .nav-lower .lower-contact .contact-btn:after {
	background-image : url(../svg/i_arrow_fill.svg?c=fff);
}
#l-header .header-wrap .header-nav .nav-lower .lower-contact .contact-btn:hover {
	text-decoration : none;
	background-color : #fff;
	color : #9a7611;
}
#l-header .header-wrap .header-nav .nav-lower .lower-contact .contact-btn:hover:after {
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
#l-header .header-wrap .header-nav .nav-lower .lower-search {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
	width : 0;
	overflow : hidden;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	font-size : 0;
	color : transparent;
}
.header-fixed #l-header .header-wrap .header-nav .nav-lower .lower-search {
	width : 44px;
	overflow : visible;
}
.pjax-anim #l-header .header-wrap .header-nav .nav-lower .lower-search {
	-webkit-transition : all 0s;
	        transition : all 0s;
}
#l-header .header-wrap .header-nav .nav-lower .lower-search .search-btn {
	width : 64px;
	height : 64px;
	cursor : pointer;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
	margin-right : -20px;
	position : relative;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
#l-header .header-wrap .header-nav .nav-lower .lower-search .search-btn img, #l-header .header-wrap .header-nav .nav-lower .lower-search .search-btn svg {
	width : 24px;
	height : 24px;
}
#l-header .header-wrap .header-nav .nav-lower .lower-search .search-btn:before, #l-header .header-wrap .header-nav .nav-lower .lower-search .search-btn:after {
	width : 24px;
	height : 24px;
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	margin : auto;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	content : '';
	background : center no-repeat;
	-webkit-backface-visibility : hidden;
	        backface-visibility : hidden;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-wrap .header-nav .nav-lower .lower-search .search-btn:before, #l-header .header-wrap .header-nav .nav-lower .lower-search .search-btn:after {
		width : 20px;
		height : 20px;
	}
}
#l-header .header-wrap .header-nav .nav-lower .lower-search .search-btn:before {
	background-image : url(../svg/i_close2.svg);
	background-size : 16px;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
#l-header .header-wrap .header-nav .nav-lower .lower-search .search-btn:after {
	background-image : url(../svg/i_search.svg?c=fff);
	background-size : 100%;
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
#l-header .header-wrap .header-nav .nav-lower .lower-search .search-btn:hover {
	opacity : 0.75;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
}
.search-open #l-header .header-wrap .header-nav .nav-lower .lower-search .search-btn:before {
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.search-open #l-header .header-wrap .header-nav .nav-lower .lower-search .search-btn:after {
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

@media print, screen and (min-width: 981px) {
	#l-header .header-search {
		position : absolute;
		z-index : 120;
		padding-top : 10px;
		visibility : hidden;
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		-webkit-transform : translateY(-100%);
		    -ms-transform : translateY(-100%);
		        transform : translateY(-100%);
		-webkit-transition : -webkit-transform 0.2s ease-out;
		        transition : -webkit-transform 0.2s ease-out;
		        transition :         transform 0.2s ease-out;
		        transition :         transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
	}
	.search-open #l-header .header-search {
		visibility : visible;
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	}
	#l-header .header-search .search-arrow {
		width : 0;
		height : 0;
		border-style : solid;
		border-width : 0 10px 10px 10px;
		border-color : transparent transparent #d7dee3 transparent;
		position : absolute;
		top : 0;
		right : 0;
		-webkit-transform : translateX(50%);
		    -ms-transform : translateX(50%);
		        transform : translateX(50%);
		-webkit-transition : all 0.2s ease-out;
		        transition : all 0.2s ease-out;
	}
	#l-header .header-search .search-container {
		padding : 20px 20px 0;
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
		background-color : #d7dee3;
	}
	#l-header .header-search .search-container .container-input {
		border-radius : 4px 0 0 4px;
	}
	#l-header .header-search .search-container .container-input input {
		border : none;
		outline : none;
		width : 338px;
		height : 40px;
		padding : 10px 20px;
	}
	#l-header .header-search .search-container .container-btn .btn-wrap {
		width : 40px;
		height : 40px;
		background-color : #003e6f;
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
		-webkit-box-align : center;
		-ms-flex-align : center;
		align-items : center;
		-webkit-box-pack : center;
		-ms-flex-pack : center;
		justify-content : center;
		border : solid 2px #003e6f;
		-webkit-transition : all 0.2s ease-out;
		        transition : all 0.2s ease-out;
	}
	#l-header .header-search .search-container .container-btn .btn-wrap img, #l-header .header-search .search-container .container-btn .btn-wrap svg {
		width : 24px;
		-webkit-transition : all 0.2s ease-out;
		        transition : all 0.2s ease-out;
	}
	#l-header .header-search .search-container .container-btn .btn-wrap .btn-txt {
		display : none;
	}
	#l-header .header-search .search-container .container-btn .btn-wrap:hover {
		background-color : #fff;
	}
	#l-header .header-search .search-container .container-btn .btn-wrap:hover path {
		fill : #003e6f;
	}
	#l-header .header-search .search-inner {
		background-color : #d7dee3;
		padding : 15px 20px 20px;
	}
	#l-header .header-search .search-inner .search-link {
		display : block;
		position : relative;
		padding-left : 26px;
		color : #003e6f;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	#l-header .header-search .search-inner .search-link {
		padding-left : 20px;
	}
}

@media print, screen and (min-width: 981px) {
	#l-header .header-search .search-inner .search-link:before {
		position : absolute;
		display : block;
		content : '';
		width : 16px;
		height : 16px;
		top : 0.4em;
		left : 0;
		background : url(../svg/i_arrow_fill.svg?c=003e6f) no-repeat;
		background-size : 100% auto;
	}
}
@media screen and (min-width: 981px) and (min-width: 0) and (max-width: 767px) {
	#l-header .header-search .search-inner .search-link:before {
		top : 0.4em;
		width : 12px;
		height : 12px;
	}
}

@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-search {
		background-color : #d7dee3;
		padding : 20px;
		position : absolute;
		width : 100%;
		-webkit-transform : translateY(-100%);
		    -ms-transform : translateY(-100%);
		        transform : translateY(-100%);
		-webkit-transition : -webkit-transform 0.2s ease-out;
		        transition : -webkit-transform 0.2s ease-out;
		        transition :         transform 0.2s ease-out;
		        transition :         transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
		z-index : 101;
	}
	.search-open #l-header .header-search {
		-webkit-transform : translateY(0);
		    -ms-transform : translateY(0);
		        transform : translateY(0);
	}
	#l-header .header-search .search-arrow {
		display : none;
	}
	#l-header .header-search .search-container .container-input > input {
		width : 100%;
		border : none;
		outline : none;
		border-radius : 3px;
		padding : 10px 15px;
	}
	#l-header .header-search .search-container .container-btn {
		margin-top : 20px;
	}
	#l-header .header-search .search-container .container-btn .btn-wrap {
		background-color : #003e6f;
		border-radius : 3px;
		width : 100%;
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
		-webkit-box-align : center;
		-ms-flex-align : center;
		align-items : center;
		-webkit-box-pack : center;
		-ms-flex-pack : center;
		justify-content : center;
		padding : 9px;
		color : #fff;
		-webkit-transition : all 0.2s ease-out;
		        transition : all 0.2s ease-out;
		border : solid 2px #003e6f;
	}
	#l-header .header-search .search-container .container-btn .btn-wrap img, #l-header .header-search .search-container .container-btn .btn-wrap svg {
		width : 20px;
		height : 20px;
		-webkit-transition : all 0.2s ease-out;
		        transition : all 0.2s ease-out;
	}
	#l-header .header-search .search-container .container-btn .btn-wrap .btn-txt {
		margin-left : 20px;
		font-weight : bold;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) and (min-width: 981px) {
	#l-header .header-search .search-container .container-btn .btn-wrap:hover {
		background-color : #fff;
		color : #003e6f;
		text-decoration : none;
	}
	#l-header .header-search .search-container .container-btn .btn-wrap:hover path {
		fill : #003e6f;
	}
}

@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-search .search-inner {
		background-color : #d7dee3;
		margin-top : 20px;
	}
	#l-header .header-search .search-inner .search-link {
		display : block;
		position : relative;
		padding-left : 20px;
		color : #003e6f;
	}
	#l-header .header-search .search-inner .search-link:before {
		position : absolute;
		display : block;
		content : '';
		top : 0.4em;
		width : 12px;
		height : 12px;
		left : 0;
		background : url(../svg/i_arrow_fill.svg?c=003e6f) no-repeat;
		background-size : 100% auto;
	}
}

@media screen and (min-width: 0) and (max-width: 980px) {
	#l-header .header-search {
		background-color : #d7dee3;
		padding : 20px;
		position : absolute;
		width : 100%;
		-webkit-transform : translateY(-100%);
		    -ms-transform : translateY(-100%);
		        transform : translateY(-100%);
		-webkit-transition : -webkit-transform 0.2s ease-out;
		        transition : -webkit-transform 0.2s ease-out;
		        transition :         transform 0.2s ease-out;
		        transition :         transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
		z-index : 101;
	}
	.search-open #l-header .header-search {
		-webkit-transform : translateY(0);
		    -ms-transform : translateY(0);
		        transform : translateY(0);
	}
	#l-header .header-search .search-arrow {
		display : none;
	}
	#l-header .header-search .search-container .container-input > input {
		width : 100%;
		border : none;
		outline : none;
		border-radius : 3px;
		padding : 10px 15px;
	}
	#l-header .header-search .search-container .container-btn {
		margin-top : 20px;
	}
	#l-header .header-search .search-container .container-btn .btn-wrap {
		background-color : #003e6f;
		border-radius : 3px;
		width : 100%;
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
		-webkit-box-align : center;
		-ms-flex-align : center;
		align-items : center;
		-webkit-box-pack : center;
		-ms-flex-pack : center;
		justify-content : center;
		padding : 9px;
		color : #fff;
		-webkit-transition : all 0.2s ease-out;
		        transition : all 0.2s ease-out;
		border : solid 2px #003e6f;
	}
	#l-header .header-search .search-container .container-btn .btn-wrap img, #l-header .header-search .search-container .container-btn .btn-wrap svg {
		width : 20px;
		height : 20px;
		-webkit-transition : all 0.2s ease-out;
		        transition : all 0.2s ease-out;
	}
	#l-header .header-search .search-container .container-btn .btn-wrap .btn-txt {
		margin-left : 20px;
		font-weight : bold;
	}
}
@media screen and (min-width: 0) and (max-width: 980px) and (min-width: 981px) {
	#l-header .header-search .search-container .container-btn .btn-wrap:hover {
		background-color : #fff;
		color : #003e6f;
		text-decoration : none;
	}
	#l-header .header-search .search-container .container-btn .btn-wrap:hover path {
		fill : #003e6f;
	}
}

@media screen and (min-width: 0) and (max-width: 980px) {
	#l-header .header-search .search-inner {
		background-color : #d7dee3;
		margin-top : 20px;
	}
	#l-header .header-search .search-inner .search-link {
		display : block;
		position : relative;
		padding-left : 20px;
		color : #003e6f;
	}
	#l-header .header-search .search-inner .search-link:before {
		position : absolute;
		display : block;
		content : '';
		top : 0.4em;
		width : 12px;
		height : 12px;
		left : 0;
		background : url(../svg/i_arrow_fill.svg?c=003e6f) no-repeat;
		background-size : 100% auto;
	}
}

@media print, screen and (min-width: 981px) {
	#l-header .header-language {
		position : absolute;
		z-index : 120;
		padding-top : 10px;
		visibility : hidden;
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		-webkit-transition : -webkit-transform 0.2s ease-out;
		        transition : -webkit-transform 0.2s ease-out;
		        transition :         transform 0.2s ease-out;
		        transition :         transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
		-webkit-transform : translateY(-100%);
		    -ms-transform : translateY(-100%);
		        transform : translateY(-100%);
	}
	.language-open #l-header .header-language {
		visibility : visible;
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	}
	.header-fixed #l-header .header-language {
		visibility : hidden;
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}
	#l-header .header-language .language-arrow {
		width : 0;
		height : 0;
		border-style : solid;
		border-width : 0 10px 10px 10px;
		border-color : transparent transparent #d7dee3 transparent;
		position : absolute;
		top : 0;
		right : 0;
		-webkit-transform : translateX(50%);
		    -ms-transform : translateX(50%);
		        transform : translateX(50%);
	}
	#l-header .header-language .language-container {
		padding : 15px 10px;
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
		background-color : #d7dee3;
	}
	#l-header .header-language .language-container .container-list > li > a {
		display : block;
		position : relative;
		padding : 5px 10px 5px 36px;
		color : #003e6f;
		font-weight : bold;
	}
	#l-header .header-language .language-container .container-list > li > a:before {
		background-image : url(../svg/i_arrow_fill.svg?c=003e6f);
		position : absolute;
		content : '';
		width : 16px;
		height : 16px;
		top : 0;
		bottom : 0;
		left : 10px;
		margin-top : auto;
		margin-bottom : auto;
		background-size : 16px;
		-webkit-transition : all 0.2s ease-out;
		        transition : all 0.2s ease-out;
	}
	#l-header .header-language .language-container .container-list > li > a:hover {
		text-decoration : underline;
	}
}

@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-language {
		background-color : #d7dee3;
		-webkit-transform : translateY(-100%);
		    -ms-transform : translateY(-100%);
		        transform : translateY(-100%);
		-webkit-transition : -webkit-transform 0.2s ease-out;
		        transition : -webkit-transform 0.2s ease-out;
		        transition :         transform 0.2s ease-out;
		        transition :         transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
		z-index : 101;
		position : absolute;
		width : 100%;
	}
	.language-open #l-header .header-language {
		-webkit-transform : translateY(0);
		    -ms-transform : translateY(0);
		        transform : translateY(0);
	}
	#l-header .header-language .language-arrow {
		display : none;
	}
	#l-header .header-language .language-container .container-list > li > a {
		display : block;
		padding : 20px;
		position : relative;
		font-weight : bold;
		color : #003e6f;
	}
	#l-header .header-language .language-container .container-list > li > a:after {
		position : absolute;
		display : block;
		content : '';
		width : 9px;
		height : 15px;
		top : 0;
		bottom : 0;
		right : 20px;
		margin : auto;
		background : url(../svg/i_arrow.svg?c=003e6f) no-repeat;
		background-size : 100% auto;
	}
	#l-header .header-language .language-container .container-list > li + li > a {
		border-top : solid 1px #506d85;
	}
}

@media screen and (min-width: 0) and (max-width: 980px) {
	#l-header .header-language {
		background-color : #d7dee3;
		-webkit-transform : translateY(-100%);
		    -ms-transform : translateY(-100%);
		        transform : translateY(-100%);
		-webkit-transition : -webkit-transform 0.2s ease-out;
		        transition : -webkit-transform 0.2s ease-out;
		        transition :         transform 0.2s ease-out;
		        transition :         transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
		z-index : 101;
		position : absolute;
		width : 100%;
	}
	.language-open #l-header .header-language {
		-webkit-transform : translateY(0);
		    -ms-transform : translateY(0);
		        transform : translateY(0);
	}
	#l-header .header-language .language-arrow {
		display : none;
	}
	#l-header .header-language .language-container .container-list > li > a {
		display : block;
		padding : 20px;
		position : relative;
		font-weight : bold;
		color : #003e6f;
	}
	#l-header .header-language .language-container .container-list > li > a:after {
		position : absolute;
		display : block;
		content : '';
		width : 9px;
		height : 15px;
		top : 0;
		bottom : 0;
		right : 20px;
		margin : auto;
		background : url(../svg/i_arrow.svg?c=003e6f) no-repeat;
		background-size : 100% auto;
	}
	#l-header .header-language .language-container .container-list > li + li > a {
		border-top : solid 1px #506d85;
	}
}

#l-header .header-lnav {
	height : 0;
	overflow : hidden;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	position : relative;
	background-color : #d7dee3;
	display : none;
	z-index : 101;
}
@media print, screen and (min-width: 981px) {
	#l-header .header-lnav {
		display : block;
	}
}
.header-fixed.lnav-open #l-header .header-lnav {
	-webkit-box-sizing : content-box;
	        box-sizing : content-box;
}
#l-header .header-lnav .lnav-list > .list-item {
	position : absolute;
	top : 0;
	left : 0;
	right : 0;
	margin-top : auto;
	margin-left : auto;
	margin-right : auto;
	visibility : hidden;
	background-color : #d7dee3;
	display : none;
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap {
	padding-top : 50px;
	padding-bottom : 50px;
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-head {
	border-bottom : solid 1px #003e6f;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	padding-bottom : 14px;
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-head .head-ttl {
	font-size : 2.4rem;
	padding-left : 53px;
	position : relative;
	font-weight : bold;
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-head .head-ttl:before {
	position : absolute;
	content : '';
	background : left center no-repeat;
	background-size : 100% auto;
	width : 32px;
	left : 0;
	top : 0;
	bottom : 0;
	margin-top : auto;
	margin-bottom : auto;
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-head .head-ttl.ttl-products:before {
	background-image : url(../svg/i_product.svg);
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-head .head-ttl.ttl-business_f:before {
	background-image : url(../svg/i_car2.svg);
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-head .head-ttl.ttl-support:before {
	background-image : url(../svg/i_support.svg);
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-head .head-ttl.ttl-purchase:before {
	background-image : url(../svg/i_cart.svg);
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-head .head-toplink {
	margin-left : 40px;
	position : relative;
	color : #003e6f;
	border-radius : 15px / 50% 50% 50% 50%;
	border : solid 2px #fff;
	background-color : #fff;
	font-weight : bold;
	padding : 3px 16px 5px 41px;
	line-height : 1;
	display : inline-block;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	-ms-flex-item-align : center;
	-ms-grid-row-align : center;
	align-self : center;
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-head .head-toplink:before {
	position : absolute;
	content : '';
	width : 16px;
	height : 16px;
	top : 0;
	bottom : 0;
	left : 20px;
	margin-top : auto;
	margin-bottom : auto;
	background-size : 16px;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-head .head-toplink:before {
	background-image : url(../svg/i_arrow_fill.svg?c=003e6f);
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-head .head-toplink:hover {
	text-decoration : none;
	border-color : #003e6f;
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-head .head-close {
	margin-left : auto;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	cursor : pointer;
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-head .head-close img, #l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-head .head-close svg {
	width : 36px;
	height : 36px;
	-ms-flex-item-align : center;
	-ms-grid-row-align : center;
	align-self : center;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-head .head-close:hover img, #l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-head .head-close:hover svg {
	-webkit-transform : rotate(90deg);
	    -ms-transform : rotate(90deg);
	        transform : rotate(90deg);
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body {
	margin-top : 30px;
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list {
	margin : 0 -14px;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
	margin-top : -15px;
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item {
	width : calc(100% / 4);
	width : calc((100% / 4 ) - 0.1px) \0;
	padding : 0 12px;
	margin-top : 15px;
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap {
	margin : auto;
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap[target='_blank']:not(.noticon) figure > .item-ttl:after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=003e6f') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap[target='_blank']:not(.noticon) figure > .item-ttl:after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap[href$='.pdf'] figure > .item-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=003e6f') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap[href$='.pdf'] figure > .item-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap[href$='.pdf'] figure > .item-ttl:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap[href$='.doc'] figure > .item-ttl:not(.noticon):after, #l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap[href$='.docx'] figure > .item-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=003e6f') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap[href$='.doc'] figure > .item-ttl:not(.noticon):after, #l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap[href$='.docx'] figure > .item-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap[href$='.doc'] figure > .item-ttl:not(.noticon):after, #l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap[href$='.docx'] figure > .item-ttl:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap[href$='.xls'] figure > .item-ttl:not(.noticon):after, #l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap[href$='.xlsx'] figure > .item-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=003e6f') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap[href$='.xls'] figure > .item-ttl:not(.noticon):after, #l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap[href$='.xlsx'] figure > .item-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap[href$='.xls'] figure > .item-ttl:not(.noticon):after, #l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap[href$='.xlsx'] figure > .item-ttl:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap[href$='.zip'] figure > .item-ttl:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=003e6f') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap[href$='.zip'] figure > .item-ttl:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap figure {
	margin : auto;
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap .item-thumb {
	overflow : hidden;
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap .item-thumb > img {
	max-width : 100%;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap .item-ttl {
	margin-top : 15px;
	font-size : 1.8rem;
	font-weight : bold;
	color : #003e6f;
	position : relative;
	padding-left : 26px;
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap .item-ttl:before {
	position : absolute;
	content : '';
	width : 16px;
	height : 16px;
	top : 7px;
	left : 0;
	margin-top : auto;
	margin-bottom : auto;
	background-size : 16px;
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap .item-ttl:before {
	background-image : url(../svg/i_arrow_fill.svg?c=003e6f);
}
#l-header .header-lnav .lnav-list > .list-item > .item-wrap .lnav-body .body-list .list-item .item-wrap:hover .item-thumb > img {
	-webkit-transform : scale(1.05);
	    -ms-transform : scale(1.05);
	        transform : scale(1.05);
}

#l-header .header-menu {
	background-color : #d7dee3;
	position : absolute;
	width : 100%;
	max-height : calc(100% - 80px);
	overflow-y : auto;
	-webkit-transform : translateY(-100%);
	    -ms-transform : translateY(-100%);
	        transform : translateY(-100%);
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	z-index : 101;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-menu {
		max-height : calc(100% - 55px);
	}
}
@media print, screen and (min-width: 981px) {
	#l-header .header-menu {
		display : none;
	}
}
.menu-open #l-header .header-menu {
	-webkit-transform : translateY(0);
	    -ms-transform : translateY(0);
	        transform : translateY(0);
}
#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap + .accordion-wrap {
	border-top : solid 1px #506d85;
}
#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-ttl {
	padding : 20px;
	font-weight : bold;
	color : #003e6f;
	position : relative;
	cursor : pointer;
}
#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-ttl:before, #l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-ttl:after {
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	content : '';
	display : block;
	position : absolute;
	top : 50%;
	width : 10px;
	height : 2px;
	background : #003e6f;
}
#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-ttl:before {
	right : 19.5px;
	-webkit-transform-origin : right center;
	    -ms-transform-origin : right center;
	        transform-origin : right center;
	-webkit-transform : translateY(3px) rotate(45deg);
	    -ms-transform : translateY(3px) rotate(45deg);
	        transform : translateY(3px) rotate(45deg);
}
#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-ttl:after {
	right : 10px;
	-webkit-transform-origin : left center;
	    -ms-transform-origin : left center;
	        transform-origin : left center;
	-webkit-transform : translateY(3px) rotate(-45deg);
	    -ms-transform : translateY(3px) rotate(-45deg);
	        transform : translateY(3px) rotate(-45deg);
}
#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-ttl.is-active:before {
	-webkit-transform : translateY(-3px) rotate(-45deg);
	    -ms-transform : translateY(-3px) rotate(-45deg);
	        transform : translateY(-3px) rotate(-45deg);
}
#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-ttl.is-active:after {
	-webkit-transform : translateY(-3px) rotate(45deg);
	    -ms-transform : translateY(-3px) rotate(45deg);
	        transform : translateY(-3px) rotate(45deg);
}
#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child {
	background-color : #fff;
	border-top : solid 1px #506d85;
	padding : 10px;
	display : none;
}
#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-top > a, #l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a {
	padding : 10px 10px 10px 30px;
	display : block;
	color : #2a2a2a;
	position : relative;
}
#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-top > a {
	font-weight : bold;
}
#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-top > a:after {
	position : absolute;
	display : block;
	content : '';
	width : 12px;
	height : 12px;
	top : 0;
	bottom : 0;
	left : 10px;
	margin : auto;
	background : url(../svg/i_arrow_fill.svg?c=003e6f) no-repeat;
	background-size : 100% auto;
	-webkit-transform : rotate(90deg);
	    -ms-transform : rotate(90deg);
	        transform : rotate(90deg);
	-webkit-transform : translateY(0.05em);
	    -ms-transform : translateY(0.05em);
	        transform : translateY(0.05em);
}
#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a[target='_blank']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=003e6f') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a[target='_blank']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a[href$='.pdf']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=003e6f') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a[href$='.pdf']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a[href$='.pdf']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a[href$='.doc']:not(.noticon):after, #l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a[href$='.docx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=003e6f') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a[href$='.doc']:not(.noticon):after, #l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a[href$='.docx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a[href$='.doc']:not(.noticon):after, #l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a[href$='.docx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a[href$='.xls']:not(.noticon):after, #l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a[href$='.xlsx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=003e6f') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a[href$='.xls']:not(.noticon):after, #l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a[href$='.xlsx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a[href$='.xls']:not(.noticon):after, #l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a[href$='.xlsx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a[href$='.zip']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=003e6f') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a[href$='.zip']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
#l-header .header-menu .menu-container .container-nav-accordion .accordion-wrap .accordion-child .child-item > a:before {
	position : absolute;
	display : block;
	content : '';
	width : 6px;
	height : 10px;
	top : 0;
	bottom : 0;
	left : 13px;
	margin : auto;
	background : url(../svg/i_arrow.svg?c=003e6f) no-repeat;
	background-size : 100% auto;
}
#l-header .header-menu .menu-container .container-nav-list {
	padding : 10px;
	border-top : solid 1px #506d85;
}
#l-header .header-menu .menu-container .container-nav-list > li > a {
	padding : 10px 10px 10px 30px;
	position : relative;
	display : block;
	color : #2a2a2a;
	font-weight : bold;
}
#l-header .header-menu .menu-container .container-nav-list > li > a:after {
	position : absolute;
	display : block;
	content : '';
	width : 6px;
	height : 10px;
	top : 0;
	bottom : 0;
	left : 13px;
	margin : auto;
	background : url(../svg/i_arrow.svg?c=003e6f) no-repeat;
	background-size : 100% auto;
	-webkit-transform : translateY(0.05em);
	    -ms-transform : translateY(0.05em);
	        transform : translateY(0.05em);
}
#l-header .header-menu .menu-container .container-close {
	padding : 10px 20px 20px;
}
#l-header .header-menu .menu-container .container-close .close-btn {
	background-color : #003e6f;
	border-radius : 3px;
	color : #fff;
	cursor : pointer;
	display : block;
	padding : 10px;
	position : relative;
	font-weight : bold;
	text-align : center;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
	border : solid 2px #003e6f;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
#l-header .header-menu .menu-container .container-close .close-btn img, #l-header .header-menu .menu-container .container-close .close-btn svg {
	width : 12px;
	height : 12px;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	-webkit-transform : translateY(0.1em);
	    -ms-transform : translateY(0.1em);
	        transform : translateY(0.1em);
}
#l-header .header-menu .menu-container .container-close .close-btn .btn-txt {
	margin-left : 10px;
}
@media print, screen and (min-width: 981px) {
	#l-header .header-menu .menu-container .container-close .close-btn:hover {
		background-color : #fff;
	}
	#l-header .header-menu .menu-container .container-close .close-btn:hover path {
		fill : #003e6f;
	}
	#l-header .header-menu .menu-container .container-close .close-btn:hover .btn-txt {
		color : #003e6f;
	}
}

#l-header .header-overlay {
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	background : rgba(0, 0, 0, 0.5);
	width : 100%;
	height : 100%;
	position : fixed;
	left : 0;
	z-index : 100;
	top : 0;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	visibility : hidden;
}
@media screen and (min-width: 0) and (max-width: 980px) {
	.search-open #l-header .header-overlay, .language-open #l-header .header-overlay, .menu-open #l-header .header-overlay {
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
		visibility : visible;
	}
}
@media print, screen and (min-width: 981px) {
	.header-fixed.lnav-open #l-header .header-overlay {
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
		visibility : visible;
	}
}

/* header style */
#l-header-simple .header-wrap {
	background-color : #003e6f;
	position : relative;
	overflow : hidden;
	-webkit-box-shadow : 0 0 4px 0 rgba(0, 0, 0, 0.25);
	        box-shadow : 0 0 4px 0 rgba(0, 0, 0, 0.25);
	z-index : 110;
	height : 80px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header-simple .header-wrap {
		height : 55px;
	}
}
#l-header-simple .header-wrap .header-fixed {
	width : 100%;
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
	max-width : 1120px;
	margin : 0 auto;
	padding : 0 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header-simple .header-wrap .header-fixed {
		padding : 0 20px;
		min-width : 0;
		-webkit-box-sizing : border-box;
		        box-sizing : border-box;
	}
}
#l-header-simple .header-wrap .header-logo {
	position : absolute;
	height : 100%;
}
#l-header-simple .header-wrap .header-logo > a, #l-header-simple .header-wrap .header-logo > span {
	width : 124px;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	position : absolute;
	top : 0;
	bottom : 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header-simple .header-wrap .header-logo > a, #l-header-simple .header-wrap .header-logo > span {
		width : 104px;
	}
}
#l-header-simple .header-wrap .header-logo > a img, #l-header-simple .header-wrap .header-logo > a svg, #l-header-simple .header-wrap .header-logo > span img, #l-header-simple .header-wrap .header-logo > span svg {
	position : relative;
	z-index : 1;
	width : 100%;
	position : absolute;
	top : 0;
	bottom : 0;
	margin : auto;
}
#l-header-simple .header-wrap .header-logo > a:before, #l-header-simple .header-wrap .header-logo > span:before {
	background-color : #fff;
	width : 500px;
	height : 500px;
	position : absolute;
	content : '';
	top : 0;
	right : -66px;
	-webkit-transform : rotate(30deg);
	    -ms-transform : rotate(30deg);
	        transform : rotate(30deg);
	-webkit-transform-origin : top right;
	    -ms-transform-origin : top right;
	        transform-origin : top right;
	pointer-events : none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-header-simple .header-wrap .header-logo > a:before, #l-header-simple .header-wrap .header-logo > span:before {
		right : -42px;
	}
}
#l-header-simple .header-wrap .header-logo > a:after, #l-header-simple .header-wrap .header-logo > span:after {
	position : absolute;
	background-color : #fff;
	width : 50vw;
	height : 500px;
	content : '';
	top : 0;
	right : 0;
	pointer-events : none;
}

/* content style */
#l-content .content-inner {
	*zoom : 1;
	padding-bottom : 100px;
}
#l-content .content-inner:after {
	content : ' ';
	display : table;
	clear : both;
}
#l-content .content-inner > *:first-child {
	margin-top : 0 !important;
}
#l-content .content-inner > *:first-child.m-list-news2 {
	margin-top : -23px !important;
}
#l-content .content-inner > *:first-child.m-box-section {
	padding-top : 0;
}
#l-content .content-inner > *:first-child.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
#l-content .content-inner > *:first-child.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-content .content-inner > *:first-child.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner > [data-gs-group]:first-child > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	#l-content .content-inner > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	#l-content .content-inner > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-content .content-inner {
		padding-bottom : 50px;
	}
}
#l-content .content-inner .content-main {
	float : right;
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main {
		width : 908px;
		max-width : 74.5%;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	#l-content .content-inner .content-main {
		width : 74.5%;
	}
}
#l-content .content-inner .content-main > *:first-child {
	margin-top : 0 !important;
}
#l-content .content-inner .content-main > *:first-child.m-list-news2 {
	margin-top : -23px !important;
}
#l-content .content-inner .content-main > *:first-child.m-box-section {
	padding-top : 0;
}
#l-content .content-inner .content-main > *:first-child.m-list-desc-inlineblock {
	margin-top : -10px !important;
}
#l-content .content-inner .content-main > *:first-child.m-list-link.link-border {
	margin-top : -15px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-content .content-inner .content-main > *:first-child.m-list-link.link-border {
		margin-top : -7.5px !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col='8'] > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-main > [data-gs-group]:first-child > [data-gs-col] {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	#l-content .content-inner .content-main > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	#l-content .content-inner .content-main > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-content .content-inner .content-main {
		float : none;
		width : auto;
	}
}
#l-content .content-inner .content-main > .m-box-anchor:first-child {
	border-top : none;
	padding-top : 0;
}
#l-content .content-inner .content-nav {
	position : relative;
	float : left;
	z-index : 2;
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-nav {
		width : 253px;
		max-width : 21%;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	#l-content .content-inner .content-nav {
		width : 21%;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-content .content-inner .content-nav {
		display : none;
	}
}
#l-content .content-inner .content-nav .nav-list:before {
	position : absolute;
	display : block;
	content : '';
	width : 100%;
	height : 2px;
	left : 0;
	background-image : -webkit-linear-gradient(left, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-image :         linear-gradient(to right, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-size : 5px 2px;
	top : 0;
}
#l-content .content-inner .content-nav .nav-list > li {
	position : relative;
}
#l-content .content-inner .content-nav .nav-list > li > a {
	font-weight : bold;
	padding : 2px 0 4px 0;
	position : relative;
	color : #2a2a2a;
	display : block;
	line-height : 1.5;
}
#l-content .content-inner .content-nav .nav-list > li > a[target='_blank']:not(.noticon):before {
	content : '';
	display : inline-block;
	width : 16px;
	height : 16px;
	vertical-align : middle;
	background-size : 100% auto;
	margin-top : -0.3em;
	background-repeat : no-repeat;
	background-image : url(../svg/i_blank.svg?c=2a2a2a);
	position : absolute;
	right : 15px;
	margin-left : 0;
	top : calc(20px + 0.2em);
	z-index : 1;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-content .content-inner .content-nav .nav-list > li > a[target='_blank']:not(.noticon):before {
		width : 13px;
		height : 13px;
	}
}
#l-content .content-inner .content-nav .nav-list > li > a[target='_blank']:not(.noticon) span {
	padding-right : 40px;
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-nav .nav-list > li > a[target='_blank']:not(.noticon):hover:before {
		background-image : url(../svg/i_blank.svg?c=fff);
	}
}
#l-content .content-inner .content-nav .nav-list > li > a[href$='.pdf']:not(.noticon):before {
	background-image : url(../svg/i_pdf.svg?c=2a2a2a);
	position : absolute;
	right : 15px;
	margin-left : 0;
	top : calc(23px + 0.2em);
	z-index : 1;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	width : 17px;
	height : 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-content .content-inner .content-nav .nav-list > li > a[href$='.pdf']:not(.noticon):before {
		width : 13px;
		height : 15px;
	}
}
#l-content .content-inner .content-nav .nav-list > li > a[href$='.pdf']:not(.noticon) span {
	padding-right : 40px;
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-nav .nav-list > li > a[href$='.pdf']:not(.noticon):hover:before {
		background-image : url(../svg/i_pdf.svg?c=fff);
	}
}
#l-content .content-inner .content-nav .nav-list > li > a[href$='.doc']:not(.noticon):before, #l-content .content-inner .content-nav .nav-list > li > a[href$='.docx']:not(.noticon):before {
	background-image : url(../svg/i_word.svg?c=2a2a2a);
	position : absolute;
	right : 15px;
	margin-left : 0;
	top : calc(23px + 0.2em);
	z-index : 1;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	width : 17px;
	height : 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-content .content-inner .content-nav .nav-list > li > a[href$='.doc']:not(.noticon):before, #l-content .content-inner .content-nav .nav-list > li > a[href$='.docx']:not(.noticon):before {
		width : 13px;
		height : 15px;
	}
}
#l-content .content-inner .content-nav .nav-list > li > a[href$='.doc']:not(.noticon) span, #l-content .content-inner .content-nav .nav-list > li > a[href$='.docx']:not(.noticon) span {
	padding-right : 40px;
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-nav .nav-list > li > a[href$='.doc']:not(.noticon):hover:before, #l-content .content-inner .content-nav .nav-list > li > a[href$='.docx']:not(.noticon):hover:before {
		background-image : url(../svg/i_word.svg?c=fff);
	}
}
#l-content .content-inner .content-nav .nav-list > li > a[href$='.xls']:not(.noticon):before, #l-content .content-inner .content-nav .nav-list > li > a[href$='.xlsx']:not(.noticon):before {
	background-image : url(../svg/i_excel.svg?c=2a2a2a);
	position : absolute;
	right : 15px;
	margin-left : 0;
	top : calc(23px + 0.2em);
	z-index : 1;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	width : 17px;
	height : 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-content .content-inner .content-nav .nav-list > li > a[href$='.xls']:not(.noticon):before, #l-content .content-inner .content-nav .nav-list > li > a[href$='.xlsx']:not(.noticon):before {
		width : 13px;
		height : 15px;
	}
}
#l-content .content-inner .content-nav .nav-list > li > a[href$='.xls']:not(.noticon) span, #l-content .content-inner .content-nav .nav-list > li > a[href$='.xlsx']:not(.noticon) span {
	padding-right : 40px;
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-nav .nav-list > li > a[href$='.xls']:not(.noticon):hover:before, #l-content .content-inner .content-nav .nav-list > li > a[href$='.xlsx']:not(.noticon):hover:before {
		background-image : url(../svg/i_excel.svg?c=fff);
	}
}
#l-content .content-inner .content-nav .nav-list > li > a[href$='.zip']:not(.noticon):before {
	background-image : url(../svg/i_dl.svg?c=2a2a2a);
	position : absolute;
	right : 15px;
	margin-left : 0;
	top : calc(23px + 0.2em);
	z-index : 1;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
#l-content .content-inner .content-nav .nav-list > li > a[href$='.zip']:not(.noticon) span {
	padding-right : 40px;
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-nav .nav-list > li > a[href$='.zip']:not(.noticon):hover:before {
		background-image : url(../svg/i_dl.svg?c=fff);
	}
}
#l-content .content-inner .content-nav .nav-list > li > a:after {
	position : absolute;
	display : block;
	content : '';
	width : 100%;
	height : 2px;
	left : 0;
	background-image : -webkit-linear-gradient(left, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-image :         linear-gradient(to right, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-size : 5px 2px;
	bottom : 0;
}
#l-content .content-inner .content-nav .nav-list > li > a span {
	display : block;
	position : relative;
	padding : 17px 15px 17px 40px;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
#l-content .content-inner .content-nav .nav-list > li > a span:before, #l-content .content-inner .content-nav .nav-list > li > a span:after {
	position : absolute;
	content : '';
	width : 16px;
	height : 16px;
	top : calc(18px + 0.2em);
	left : 15px;
	background-size : 16px;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
#l-content .content-inner .content-nav .nav-list > li > a span:before {
	background-image : url(../svg/i_arrow_fill.svg?c=fff);
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
#l-content .content-inner .content-nav .nav-list > li > a span:after {
	background-image : url(../svg/i_arrow_fill.svg?c=003e6f);
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-nav .nav-list > li > a:hover {
		color : #fff;
		text-decoration : none;
	}
	#l-content .content-inner .content-nav .nav-list > li > a:hover span {
		background-color : #506d85;
	}
	#l-content .content-inner .content-nav .nav-list > li > a:hover span:before {
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	}
	#l-content .content-inner .content-nav .nav-list > li > a:hover span:after {
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}
}
#l-content .content-inner .content-nav .nav-list > li > a.is-current {
	color : #fff;
	text-decoration : none;
}
#l-content .content-inner .content-nav .nav-list > li > a.is-current span {
	background-color : #506d85;
}
#l-content .content-inner .content-nav .nav-list > li > a.is-current span:before {
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
#l-content .content-inner .content-nav .nav-list > li > a.is-current span:after {
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
#l-content .content-inner .content-nav .nav-list > li > a.is-current span {
	-webkit-transition : none;
	        transition : none;
}
#l-content .content-inner .content-nav .nav-list > li > a.is-current span:before, #l-content .content-inner .content-nav .nav-list > li > a.is-current span:after {
	-webkit-transition : none;
	        transition : none;
}
#l-content .content-inner .content-nav .nav-list > li > a.is-current + ul {
	display : block;
}
#l-content .content-inner .content-nav .nav-list > li:first-child > a {
	padding-top : 4px;
}
#l-content .content-inner .content-nav .nav-list > li ul {
	position : relative;
	display : none;
}
#l-content .content-inner .content-nav .nav-list > li ul:after {
	position : absolute;
	display : block;
	content : '';
	width : 100%;
	height : 2px;
	left : 0;
	background-image : -webkit-linear-gradient(left, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-image :         linear-gradient(to right, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-size : 5px 2px;
	bottom : 0;
}
#l-content .content-inner .content-nav .nav-list > li ul > li {
	position : relative;
	margin-left : 40px;
}
#l-content .content-inner .content-nav .nav-list > li ul > li:after {
	position : absolute;
	display : block;
	content : '';
	width : 100%;
	height : 2px;
	left : 0;
	background-image : -webkit-linear-gradient(left, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-image :         linear-gradient(to right, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-size : 5px 2px;
	bottom : 0;
}
#l-content .content-inner .content-nav .nav-list > li ul > li > a {
	color : #2a2a2a;
	padding : 20px 10px 20px 10px;
	display : block;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	line-height : 1.5;
	position : relative;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
#l-content .content-inner .content-nav .nav-list > li ul > li > a[target='_blank']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-content .content-inner .content-nav .nav-list > li ul > li > a[target='_blank']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
#l-content .content-inner .content-nav .nav-list > li ul > li > a[href$='.pdf']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-content .content-inner .content-nav .nav-list > li ul > li > a[href$='.pdf']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-content .content-inner .content-nav .nav-list > li ul > li > a[href$='.pdf']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
#l-content .content-inner .content-nav .nav-list > li ul > li > a[href$='.doc']:not(.noticon):after, #l-content .content-inner .content-nav .nav-list > li ul > li > a[href$='.docx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-content .content-inner .content-nav .nav-list > li ul > li > a[href$='.doc']:not(.noticon):after, #l-content .content-inner .content-nav .nav-list > li ul > li > a[href$='.docx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-content .content-inner .content-nav .nav-list > li ul > li > a[href$='.doc']:not(.noticon):after, #l-content .content-inner .content-nav .nav-list > li ul > li > a[href$='.docx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
#l-content .content-inner .content-nav .nav-list > li ul > li > a[href$='.xls']:not(.noticon):after, #l-content .content-inner .content-nav .nav-list > li ul > li > a[href$='.xlsx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-content .content-inner .content-nav .nav-list > li ul > li > a[href$='.xls']:not(.noticon):after, #l-content .content-inner .content-nav .nav-list > li ul > li > a[href$='.xlsx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-content .content-inner .content-nav .nav-list > li ul > li > a[href$='.xls']:not(.noticon):after, #l-content .content-inner .content-nav .nav-list > li ul > li > a[href$='.xlsx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}
#l-content .content-inner .content-nav .nav-list > li ul > li > a[href$='.zip']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=2a2a2a') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-content .content-inner .content-nav .nav-list > li ul > li > a[href$='.zip']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
#l-content .content-inner .content-nav .nav-list > li ul > li > a:before {
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	content : '';
	position : absolute;
	width : 100%;
	height : calc(100% - 4px);
	background-color : #506d85;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	top : 1px;
	left : 0;
}
@media print, screen and (min-width: 981px) {
	#l-content .content-inner .content-nav .nav-list > li ul > li > a:hover {
		color : #506d85;
		text-decoration : none;
		position : relative;
	}
	#l-content .content-inner .content-nav .nav-list > li ul > li > a:hover:before {
		opacity : 0.1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=10)';
	}
}
#l-content .content-inner .content-nav .nav-list > li ul > li > a.is-current {
	color : #506d85;
	text-decoration : none;
	position : relative;
}
#l-content .content-inner .content-nav .nav-list > li ul > li > a.is-current:before {
	opacity : 0.1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=10)';
}
#l-content .content-inner .content-nav .nav-list > li ul > li > a.is-current + ul {
	display : block;
}
#l-content .content-inner .content-nav .nav-list > li ul > li > a.is-current + ul:after {
	position : absolute;
	display : block;
	content : '';
	width : 100%;
	height : 2px;
	left : 0;
	background-image : -webkit-linear-gradient(left, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-image :         linear-gradient(to right, #d4d5d4, #d4d5d4 2px, transparent 2px, transparent 4px);
	background-size : 5px 2px;
	top : -2px;
}
#l-content .content-inner .content-nav .nav-list > li ul > li > a.is-current + ul:empty {
	display : none;
}
#l-content .content-inner .content-nav .nav-list > li ul > li:last-child:after {
	display : none;
}
#l-content .content-inner .content-nav .nav-list > li ul > li:last-child > ul:after {
	display : none;
}

#l-content .jstream-eqPlayer {
	max-width : 100%;
	height : auto;
}
#l-content .jstream-eqPlayer object {
	max-width : 100%;
	height : auto;
}

/* pagetop style */
#l-pagetop {
	visibility : hidden;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-pagetop {
		visibility : visible;
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	}
}
#l-pagetop .pagetop-btn {
	width : 60px;
	height : 110px;
	display : block;
	position : fixed;
	overflow : hidden;
	bottom : 0;
	right : 0;
	z-index : 10;
	cursor : pointer;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-pagetop .pagetop-btn {
		position : relative;
		width : 100%;
		height : 40px;
		background-color : #003e6f;
		text-align : center;
	}
}
#l-pagetop .pagetop-btn:before {
	content : '';
	position : absolute;
	margin : auto;
	opacity : 0.25;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
	width : 0;
	height : 0;
	border-style : solid;
	border-width : 0 0 110px 60px;
	border-color : transparent transparent #000 transparent;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-pagetop .pagetop-btn:before {
		display : none;
	}
}
#l-pagetop .pagetop-btn > img {
	position : absolute;
	right : 12px;
	bottom : 11px;
	width : 18px;
	height : 24px;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-pagetop .pagetop-btn > img {
		top : 0;
		bottom : 0;
		left : 0;
		right : 0;
		margin : auto;
		width : 12px;
		height : 15px;
	}
}
@media print, screen and (min-width: 981px) {
	#l-pagetop .pagetop-btn:hover > img {
		bottom : 16px;
	}
}
#l-pagetop.is-active {
	visibility : visible;
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

/* footer style */
#l-footer {
	border-top : solid 1px #d4d5d4;
	padding-top : 49px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-footer {
		border : none;
		padding-top : 0;
	}
}
@media print, screen and (min-width: 768px) {
	#l-footer .footer-upper {
		width : 100%;
		-webkit-box-sizing : border-box;
		        box-sizing : border-box;
		max-width : 1280px;
		margin : 0 auto;
		padding : 0 30px;
	}
}
#l-footer .footer-upper .upper-wrap {
	margin : 0 -14px;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-footer .footer-upper .upper-wrap {
		margin : 0;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-footer .footer-upper .upper-wrap .upper-col {
		margin : 0;
		padding : 0;
		width : 100%;
	}
}
@media print, screen and (min-width: 768px) {
	#l-footer .footer-upper .upper-wrap .upper-col.col-3 {
		width : calc(100% / 4);
		width : calc((100% / 4 ) - 0.1px) \0;
		padding : 0 14px;
	}
	#l-footer .footer-upper .upper-wrap .upper-col.col-6 {
		width : calc(100% / 2);
		width : calc((100% / 2 ) - 0.1px) \0;
		padding : 0 14px;
	}
}
@media print, screen and (min-width: 981px) {
	#l-footer .footer-upper .upper-wrap .upper-col .col-inner {
		margin : 0 -14px;
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
		-ms-flex-wrap : wrap;
		    flex-wrap : wrap;
	}
	#l-footer .footer-upper .upper-wrap .upper-col .col-inner .inner-wrap {
		width : calc(100% / 2);
		width : calc((100% / 2 ) - 0.1px) \0;
		padding : 0 14px;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	#l-footer .footer-upper .upper-wrap .upper-col .col-inner .inner-wrap + .inner-wrap {
		margin-top : 40px;
	}
}
#l-footer .footer-upper .upper-wrap .upper-col .col-list > li > a {
	color : #2a2a2a;
	font-weight : bold;
}
#l-footer .footer-upper .upper-wrap .upper-col .col-list > li + li {
	margin-top : 4px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-footer .footer-upper .upper-wrap .upper-col .col-list > li + li {
		margin-top : 0;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-footer .footer-upper .upper-wrap .upper-col .col-list.list-fill > li {
		border-bottom : solid 1px #003e6f;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-footer .footer-upper .upper-wrap .upper-col .col-list.list-fill > li > a {
		padding : 20px;
		display : block;
		background-color : #d7dee3;
		position : relative;
		font-size : 1.6rem;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-footer .footer-upper .upper-wrap .upper-col .col-list.list-fill > li > a:after {
		position : absolute;
		display : block;
		content : '';
		width : 9px;
		height : 15px;
		top : 0;
		bottom : 0;
		right : 20px;
		margin : auto;
		background : url(../svg/i_arrow.svg?c=003e6f) no-repeat;
		background-size : 100% auto;
		-webkit-transition : all 0.2s ease-out;
		        transition : all 0.2s ease-out;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-footer .footer-upper .upper-wrap .upper-col .col-list.list-text {
		padding-top : 15px;
		padding-bottom : 15px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-footer .footer-upper .upper-wrap .upper-col .col-list.list-text > li > a {
		padding : 5px 20px 5px 35px;
		display : block;
		position : relative;
		font-size : 1.3rem;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-footer .footer-upper .upper-wrap .upper-col .col-list.list-text > li > a:after {
		position : absolute;
		display : block;
		content : '';
		width : 6px;
		height : 10px;
		top : 0;
		bottom : 0;
		left : 20px;
		margin : auto;
		background : url(../svg/i_arrow.svg?c=003e6f) no-repeat;
		background-size : 100% auto;
		-webkit-transition : all 0.2s ease-out;
		        transition : all 0.2s ease-out;
	}
}
@media print, screen and (min-width: 768px) {
	#l-footer .footer-upper .upper-wrap .upper-col .col-btns .btns-item .item-btn {
		border : solid 2px #003e6f;
		border-radius : 4px;
		width : 100%;
		display : inline-block;
		padding : 14px 36px 14px;
		position : relative;
		color : #003e6f;
		font-weight : bold;
		text-align : center;
		-webkit-transition : all 0.2s ease-out;
		        transition : all 0.2s ease-out;
	}
	#l-footer .footer-upper .upper-wrap .upper-col .col-btns .btns-item .item-btn .btn-wrap {
		position : relative;
		display : inline-block;
		padding-left : 26px;
	}
	#l-footer .footer-upper .upper-wrap .upper-col .col-btns .btns-item .item-btn .btn-wrap:before, #l-footer .footer-upper .upper-wrap .upper-col .col-btns .btns-item .item-btn .btn-wrap:after {
		position : absolute;
		content : '';
		width : 16px;
		height : 16px;
		top : 0;
		bottom : 0;
		left : 0;
		margin-top : auto;
		margin-bottom : auto;
		background-size : 16px;
		-webkit-transition : all 0.2s ease-out;
		        transition : all 0.2s ease-out;
		display : block;
	}
	#l-footer .footer-upper .upper-wrap .upper-col .col-btns .btns-item .item-btn .btn-wrap:before {
		background-image : url(../svg/i_arrow_fill.svg?c=fff);
	}
	#l-footer .footer-upper .upper-wrap .upper-col .col-btns .btns-item .item-btn .btn-wrap:after {
		background-image : url(../svg/i_arrow_fill.svg?c=003e6f);
	}
}
@media print, screen and (min-width: 768px) and (min-width: 981px) {
	#l-footer .footer-upper .upper-wrap .upper-col .col-btns .btns-item .item-btn:hover {
		text-decoration : none;
		background-color : #fff;
		color : #fff;
		background-color : #003e6f;
	}
	#l-footer .footer-upper .upper-wrap .upper-col .col-btns .btns-item .item-btn:hover .btn-wrap:after {
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}
}
@media print, screen and (min-width: 768px) {
	#l-footer .footer-upper .upper-wrap .upper-col .col-btns .btns-item + .btns-item {
		margin-top : 25px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-footer .footer-upper .upper-wrap .upper-col .col-btns {
		margin : 0 0;
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
		-ms-flex-wrap : wrap;
		    flex-wrap : wrap;
	}
	#l-footer .footer-upper .upper-wrap .upper-col .col-btns .btns-item {
		width : calc(100% / 2);
		width : calc((100% / 2 ) - 0.1px) \0;
		padding : 0 0;
	}
	#l-footer .footer-upper .upper-wrap .upper-col .col-btns .btns-item .item-btn {
		border-top : solid 2px #003e6f;
		display : block;
		text-align : center;
		padding : 18px 20px;
	}
	#l-footer .footer-upper .upper-wrap .upper-col .col-btns .btns-item .item-btn .btn-wrap {
		position : relative;
		padding-left : 20px;
		display : inline-block;
		font-weight : bold;
		color : #003e6f;
	}
	#l-footer .footer-upper .upper-wrap .upper-col .col-btns .btns-item .item-btn .btn-wrap:before {
		position : absolute;
		content : '';
		width : 12px;
		height : 12px;
		top : 0;
		bottom : 0;
		left : 0;
		margin-top : auto;
		margin-bottom : auto;
		background : url(../svg/i_arrow_fill.svg?c=003e6f) center no-repeat;
		background-size : 100% auto;
		-webkit-transition : all 0.2s ease-out;
		        transition : all 0.2s ease-out;
		-webkit-transform : translateY(0.1em);
		    -ms-transform : translateY(0.1em);
		        transform : translateY(0.1em);
	}
	#l-footer .footer-upper .upper-wrap .upper-col .col-btns .btns-item:nth-child(odd) {
		position : relative;
	}
	#l-footer .footer-upper .upper-wrap .upper-col .col-btns .btns-item:nth-child(odd):after {
		position : absolute;
		content : '';
		display : block;
		height : 100%;
		width : 2px;
		background-color : #003e6f;
		right : -1px;
		top : 0;
	}
}
#l-footer .footer-upper .upper-wrap .upper-col .col-contact {
	text-align : center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-footer .footer-upper .upper-wrap .upper-col .col-contact {
		border-top : solid 2px #003e6f;
	}
}
#l-footer .footer-upper .upper-wrap .upper-col .col-contact img {
	width : 100%;
	max-width : 100%;
}
#l-footer .footer-lower {
	background-color : #003e6f;
	margin-top : 50px;
	padding-top : 25px;
	padding-bottom : 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-footer .footer-lower {
		margin-top : 0;
		padding-top : 30px;
		padding-bottom : 20px;
	}
}
@media print, screen and (min-width: 768px) {
	#l-footer .footer-lower .lower-wrap {
		width : 100%;
		-webkit-box-sizing : border-box;
		        box-sizing : border-box;
		max-width : 1280px;
		margin : 0 auto;
		padding : 0 70px;
	}
}
#l-footer .footer-lower .lower-wrap .lower-links {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
}
#l-footer .footer-lower .lower-wrap .lower-links > li {
	padding : 0 25px;
	position : relative;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-footer .footer-lower .lower-wrap .lower-links > li {
		padding : 0;
	}
}
#l-footer .footer-lower .lower-wrap .lower-links > li > a {
	color : #fff;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-footer .footer-lower .lower-wrap .lower-links > li > a {
		padding : 10px;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-footer .footer-lower .lower-wrap .lower-links > li > a {
		font-size : 1.0rem;
	}
}
#l-footer .footer-lower .lower-wrap .lower-links > li + li:before {
	position : absolute;
	display : block;
	content : '';
	width : 1px;
	height : 16px;
	background-color : #fff;
	top : 0;
	bottom : 0;
	left : 0;
	margin-top : auto;
	margin-bottom : auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-footer .footer-lower .lower-wrap .lower-links > li + li:before {
		height : 8px;
		-webkit-transform : translateY(0.2em);
		    -ms-transform : translateY(0.2em);
		        transform : translateY(0.2em);
	}
}
#l-footer .footer-lower .lower-wrap .lower-copy {
	text-align : center;
	color : #fff;
	margin-top : 15px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-footer .footer-lower .lower-wrap .lower-copy {
		font-size : 1.0rem;
		margin-top : 30px;
		padding : 0 10px;
	}
}
#l-footer .footer-lower .lower-wrap .lower-copy > a {
	color : #fff;
}

/* footer style */
#l-footer-simple {
	background-color : #003e6f;
}
#l-footer-simple .footer-copy {
	text-align : center;
	color : #fff;
	margin-top : 15px;
	width : 100%;
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
	max-width : 1280px;
	margin : 0 auto;
	padding : 45px 70px 50px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#l-footer-simple .footer-copy {
		padding : 20px 20px 25px;
		font-size : 1.0rem;
	}
}

#l-loading {
	position : fixed;
	background : #fff;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	width : 244px;
	height : 70px;
	margin : auto;
	z-index : 9999;
	display : none;
}

@-webkit-keyframes ANIM1 {
	0% {
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}
	100% {
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	}
}

@keyframes ANIM1 {
	0% {
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}
	100% {
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	}
}

@-webkit-keyframes ANIM2 {
	0% {
		stroke-dashoffset : 200;
	}
	100% {
		stroke-dashoffset : 0;
		fill : #000;
	}
}

@keyframes ANIM2 {
	0% {
		stroke-dashoffset : 200;
	}
	100% {
		stroke-dashoffset : 0;
		fill : #000;
	}
}

@-webkit-keyframes ANIM3 {
	0% {
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}
	100% {
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	}
}

@keyframes ANIM3 {
	0% {
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}
	100% {
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	}
}

#l-loading-filter {
	position : fixed;
	background : #fff;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	z-index : 9999;
}

.wysiwyg p {
	margin-top : 20px;
}
.wysiwyg p a:link {
	color : #003e6f;
	text-decoration : underline;
}
.wysiwyg p a:visited {
	color : #003e6f;
	text-decoration : none;
}
.wysiwyg p a:hover, .wysiwyg p a:active {
	color : #003e6f;
	text-decoration : none;
}

.wysiwyg ul {
	margin-top : 20px;
}

.wysiwyg ol {
	margin-top : 20px;
}

.wysiwyg table {
	margin-top : 40px;
	margin-bottom : 20px;
}
.wysiwyg table [align='right'] {
	text-align : right !important;
}
.wysiwyg table td > *:first-child {
	margin-top : 0;
}
.wysiwyg table > caption {
	margin-top : 20px;
}

.wysiwyg img {
	max-width : 100%;
	height : auto;
	vertical-align : middle;
}

.wysiwyg hr {
	margin : 20px 0;
	border-top : 1px solid #8c8b8b;
}

.wysiwyg del {
	color : #000 !important;
	text-decoration : line-through;
}

.wysiwyg a[target='_blank'][target='_blank']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.wysiwyg a[target='_blank'][target='_blank']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}

.wysiwyg a[target='_blank'][href$='.pdf']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.wysiwyg a[target='_blank'][href$='.pdf']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.wysiwyg a[target='_blank'][href$='.pdf']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}

.wysiwyg a[target='_blank'][href$='.doc']:not(.noticon):after, .wysiwyg a[target='_blank'][href$='.docx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.wysiwyg a[target='_blank'][href$='.doc']:not(.noticon):after, .wysiwyg a[target='_blank'][href$='.docx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.wysiwyg a[target='_blank'][href$='.doc']:not(.noticon):after, .wysiwyg a[target='_blank'][href$='.docx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}

.wysiwyg a[target='_blank'][href$='.xls']:not(.noticon):after, .wysiwyg a[target='_blank'][href$='.xlsx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.wysiwyg a[target='_blank'][href$='.xls']:not(.noticon):after, .wysiwyg a[target='_blank'][href$='.xlsx']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.wysiwyg a[target='_blank'][href$='.xls']:not(.noticon):after, .wysiwyg a[target='_blank'][href$='.xlsx']:not(.noticon):after {
		width : 1em;
		height : 1.2em;
		top : -0.15em;
	}
}

.wysiwyg a[target='_blank'][href$='.zip']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1em;
	height : 1em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=506d85') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.wysiwyg a[target='_blank'][href$='.zip']:not(.noticon):after {
		width : 0.9em;
		height : 0.9em;
		top : -0.1em;
	}
}

.wysiwyg > *:first-child {
	margin-top : 0;
}

.eviry-baseplayer {
	width : 100% !important;
	position : relative;
	padding-top : 56.512% !important;
	height : auto !important;
}
.eviry-baseplayer:before {
	display : block;
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
}
.eviry-baseplayer .eviry-screen {
	width : 100% !important;
	height : auto !important;
	position : absolute;
	top : 0;
	bottom : 0;
	width : 100%;
	height : 100%;
	background-color : transparent !important;
}
.eviry-baseplayer .eviry-screen > div {
	background-color : transparent !important;
}

.mceContentBody {
	padding : 20px;
	min-width : 0;
	-webkit-transition : none;
	        transition : none;
}
.mceContentBody > *:first-child {
	margin-top : 0 !important;
}
.mceContentBody table td {
	font-family : YakuHanJPs, 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, sans-serif;
	font-size : 1.4rem;
}
.mceContentBody table.hide-pc, .mceContentBody table.hide-tab, .mceContentBody table.hide-sp {
	display : table !important;
}
.mceContentBody .hide-pc, .mceContentBody .hide-tab, .mceContentBody .hide-sp {
	display : block !important;
}

/* print style */
@media print {
	html {
		background : none;
	}
	body {
		min-width : 1300px;
		padding : 0;
		background : none;
		zoom : 85% !important;
	}
}
