@charset 'UTF-8';
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	font-family : sans-serif;
	/* 1 */
	    -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, menu, 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/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
	display : none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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.
 */
figure {
	margin : 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	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'] {
	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.
 */
input[type='search'] {
	-webkit-appearance : textfield;
	/* 1 */
	box-sizing : content-box;
	/* 2 */
}

/**
 * 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 : 0;
}

img {
	-webkit-backface-visibility : hidden;
	        backface-visibility : hidden;
	vertical-align : bottom;
	max-width : 100%;
}

svg {
	max-width : 100%;
}

*, *:before, *:after {
	box-sizing : border-box;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.w1p {
	width : 10% !important;
}

.w2p {
	width : 20% !important;
}

.w3p {
	width : 30% !important;
}

.w4p {
	width : 40% !important;
}

.w5p {
	width : 50% !important;
}

.w6p {
	width : 60% !important;
}

.w7p {
	width : 70% !important;
}

.w8p {
	width : 80% !important;
}

.w9p {
	width : 90% !important;
}

.w10p {
	width : 100% !important;
}

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

.mats {
	margin-top : 20px;
}

.matm {
	margin-top : 40px;
}

.matl {
	margin-top : 60px;
}

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

.cred {
	color : #fc0d1c !important;
}

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

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

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

.fzs {
	font-size : 10px;
	font-size : 1.0rem;
}
@media screen and (min-width: 768px) {
	.fzs {
		font-size : 1.2rem;
	}
}

.fzm {
	font-size : 12px;
	font-size : 1.2rem;
}
@media screen and (min-width: 768px) {
	.fzm {
		font-size : 1.4rem;
	}
}

.fzl {
	font-size : 14px;
	font-size : 1.4rem;
}
@media screen and (min-width: 768px) {
	.fzl {
		font-size : 1.6rem;
	}
}

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

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

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

/*
  data-fixed
  - 固定幅・中央揃えのボックス
*/
[data-fixed] {
	padding : 0 15px;
}
@media screen and (min-width: 768px) {
	[data-fixed] {
		width : 960px;
		margin : 0 auto;
		padding : 0 30px;
		box-sizing : content-box;
	}
}

[data-gs='12'] {
	margin : 0 -5px;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
}
@media screen and (min-width: 768px) {
	[data-gs='12'] {
		margin : 0 -10px;
		display : -ms-flexbox;
		display : flex;
		-ms-flex-wrap : wrap;
		    flex-wrap : wrap;
	}
}
[data-gs='12'] > [data-gs-col] {
	width : 100%;
	padding-left : 5px;
	padding-right : 5px;
}
@media screen and (min-width: 768px) {
	[data-gs='12'] > [data-gs-col] {
		padding-left : 10px;
		padding-right : 10px;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] > [data-gs-col='12'] {
		width : calc(100% / 1);
		width : calc((100% / 1 ) - 0.1px) \0;
		padding : 0 10px;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] > [data-gs-col='6'] {
		width : calc(100% / 2);
		width : calc((100% / 2 ) - 0.1px) \0;
		padding : 0 10px;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] > [data-gs-col='4'] {
		width : calc(100% / 3);
		width : calc((100% / 3 ) - 0.1px) \0;
		padding : 0 10px;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] > [data-gs-col='3'] {
		width : calc(100% / 4);
		width : calc((100% / 4 ) - 0.1px) \0;
		padding : 0 10px;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] > [data-gs-col='8'] {
		width : calc(100% / 1.5);
		width : calc((100% / 1.5 ) - 0.1px) \0;
		padding : 0 10px;
	}
}
@media screen and (max-width: 767px) {
	[data-gs='12'][data-gs-sp='2'] > [data-gs-col] {
		width : 50%;
	}
}

.m-box-frame {
	border : solid 1px #eee;
	border-radius : 4px;
	margin-top : 15px;
	padding : 20px 15px;
}
.m-box-frame > *:first-child, .m-box-frame > .image-position-left:first-child + *, .m-box-frame > .image-position-right:first-child + * {
	margin-top : 0 !important;
}
.m-box-frame > *:first-child.m-box-section, .m-box-frame > .image-position-left:first-child + *.m-box-section, .m-box-frame > .image-position-right:first-child + *.m-box-section {
	padding-top : 0;
}
@media screen 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: 768px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.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 screen and (min-width: 768px) {
	.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 screen and (min-width: 768px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.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 screen and (min-width: 768px) {
	.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 screen and (min-width: 768px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.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 screen and (min-width: 768px) {
	.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 screen and (min-width: 768px) {
	.m-box-frame > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.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 screen and (min-width: 768px) {
	.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 screen and (min-width: 768px) {
	.m-box-frame > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-box-frame {
		margin-top : 30px;
		padding : 20px;
	}
}
.m-box-frame.frame-bg-gray {
	background-color : #eee;
}
.m-box-frame.frame-cnt-search {
	margin-bottom : 20px;
}
@media screen and (min-width: 768px) {
	.m-box-frame.frame-cnt-search {
		padding-left : 80px;
		padding-right : 80px;
		margin-bottom : 60px;
	}
}
.m-box-frame.frame-cnt-search.mab-l {
	margin-bottom : 60px;
}
@media screen and (min-width: 768px) {
	.m-box-frame.frame-cnt-search.mab-l {
		margin-bottom : 120px;
	}
}

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

.m-box-pagepath, #l-content .content-pagepath {
	display : none;
}
@media screen and (min-width: 768px) {
	.m-box-pagepath, #l-content .content-pagepath {
		display : block;
		padding : 20px 0 20px;
		font-size : 1.2rem;
	}
}
.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 : 5px;
	line-height : 1;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-align : center;
	align-items : center;
}
.m-box-pagepath ul > li.topicpath-home a img, #l-content .content-pagepath ul > li.topicpath-home a img, .m-box-pagepath ul > li.topicpath-home a svg, #l-content .content-pagepath ul > li.topicpath-home a svg {
	width : 14px;
	height : 11px;
}
.m-box-pagepath ul > li:after, #l-content .content-pagepath ul > li:after {
	display : inline-block;
	content : '\FF1E';
	color : #414141;
	margin-left : 5px;
	font-size : 10px;
	font-size : 1.0rem;
}
.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, .m-box-pagepath ul > li span, #l-content .content-pagepath ul > li span {
	position : relative;
	display : inline-block;
	text-decoration : none;
}
.m-box-pagepath ul > li a, #l-content .content-pagepath ul > li a {
	color : #1391ce;
}
.m-box-pagepath ul > li a:link, #l-content .content-pagepath ul > li a:link, .m-box-pagepath ul > li a:visited, #l-content .content-pagepath ul > li a:visited {
	color : #1391ce;
}
@media screen and (min-width: 768px) {
	.m-box-pagepath ul > li a:hover, #l-content .content-pagepath ul > li a:hover {
		text-decoration : underline;
	}
}

.m-box-image {
	margin-top : 15px;
	position : relative;
	text-align : center;
}
@media screen and (min-width: 768px) {
	.m-box-image {
		margin-top : 30px;
	}
}
.m-box-image > img {
	max-height : 265px;
	border : solid 1px #ccc;
}
@media screen and (min-width: 768px) {
	.m-box-image > img {
		max-height : 282px;
	}
}
.m-box-image .filter-inner {
	content : '';
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-pack : center;
	justify-content : center;
	-ms-flex-align : center;
	align-items : center;
	background-color : rgba(0, 0, 0, 0.45);
	padding : 10px;
}
@media screen and (min-width: 768px) {
	.m-box-image .filter-inner {
		-ms-flex-flow : column nowrap;
		    flex-flow : column nowrap;
	}
}
.m-box-image .filter-inner .filter-img > img, .m-box-image .filter-inner .filter-img > svg {
	width : 20px;
	height : 20px;
	vertical-align : middle;
}
@media screen and (min-width: 768px) {
	.m-box-image .filter-inner .filter-img > img, .m-box-image .filter-inner .filter-img > svg {
		width : 40px;
		height : 40px;
	}
}
.m-box-image .filter-inner .filter-txt {
	color : #fff;
	font-size : 14px;
	font-size : 1.4rem;
	margin-left : 10px;
}
@media screen and (min-width: 768px) {
	.m-box-image .filter-inner .filter-txt {
		font-size : 2.4rem;
		margin-left : 0;
		margin-top : 20px;
	}
}

.m-box-accordion {
	margin-top : 30px;
	margin-bottom : 30px;
}
@media screen and (min-width: 768px) {
	.m-box-accordion {
		margin-top : 30px;
	}
}
.m-box-accordion .accordion-content {
	border : solid 1px #ccc;
}
.m-box-accordion .accordion-content .content-head .head-wrap {
	background-color : transparent;
	border : none;
	padding : 15px 34px 15px 16px;
	width : 100%;
	position : relative;
	font-weight : bold;
}
@media screen and (min-width: 768px) {
	.m-box-accordion .accordion-content .content-head .head-wrap {
		padding : 20px 54px 20px 20px;
	}
}
.m-box-accordion .accordion-content .content-head .head-wrap:after {
	content : '';
	width : 10px;
	height : 5px;
	background : url(../svg/i_arrow_02.svg) no-repeat;
	background-size : 100% auto;
	position : absolute;
	top : 0;
	bottom : 0;
	right : 14px;
	transform : rotateZ(180deg);
	margin : auto;
}
.m-box-accordion .accordion-content .content-body {
	display : none;
	border-top : solid 1px #ccc;
	padding : 15px;
}
.m-box-accordion .accordion-content .content-body > *:first-child, .m-box-accordion .accordion-content .content-body > .image-position-left:first-child + *, .m-box-accordion .accordion-content .content-body > .image-position-right:first-child + * {
	margin-top : 0 !important;
}
.m-box-accordion .accordion-content .content-body > *:first-child.m-box-section, .m-box-accordion .accordion-content .content-body > .image-position-left:first-child + *.m-box-section, .m-box-accordion .accordion-content .content-body > .image-position-right:first-child + *.m-box-section {
	padding-top : 0;
}
@media screen and (max-width: 767px) {
	.m-box-accordion .accordion-content .content-body > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-box-accordion .accordion-content .content-body > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-box-accordion .accordion-content .content-body > [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 screen and (min-width: 768px) {
	.m-box-accordion .accordion-content .content-body > [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 screen and (min-width: 768px) {
	.m-box-accordion .accordion-content .content-body > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-box-accordion .accordion-content .content-body > [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 screen and (min-width: 768px) {
	.m-box-accordion .accordion-content .content-body > [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 screen and (min-width: 768px) {
	.m-box-accordion .accordion-content .content-body > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-box-accordion .accordion-content .content-body > [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 screen and (min-width: 768px) {
	.m-box-accordion .accordion-content .content-body > [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 screen and (min-width: 768px) {
	.m-box-accordion .accordion-content .content-body > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-box-accordion .accordion-content .content-body > [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 screen and (min-width: 768px) {
	.m-box-accordion .accordion-content .content-body > [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 screen and (min-width: 768px) {
	.m-box-accordion .accordion-content .content-body > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-box-accordion .accordion-content .content-body {
		padding : 20px;
	}
}
.m-box-accordion .accordion-content .content-body.is-default-open {
	display : block;
}
.m-box-accordion.is-active .accordion-content .content-head .head-wrap:after {
	transform : rotateZ(0deg);
}
.m-box-accordion.accordion-size-s .accordion-content .content-body {
	padding : 9px 8px;
}
@media screen and (min-width: 768px) {
	.m-box-accordion.accordion-size-s .accordion-content .content-body {
		padding : 10px 9px;
	}
}

.m-box-search {
	margin-top : 20px;
}
.m-box-search .search-wrap {
	position : relative;
	border-radius : 4px;
}
@media screen and (min-width: 768px) {
	.m-box-search .search-wrap {
		display : -ms-flexbox;
		display : flex;
	}
}
.m-box-search .search-wrap .search-input {
	width : 100%;
	padding : 13px 10px 13px 10px;
	outline : none;
	border : solid 1px #ccc;
	font-size : 16px;
	font-size : 1.6rem;
}
@media screen and (min-width: 768px) {
	.m-box-search .search-wrap .search-input {
		padding : 18px 20px 17px 20px;
	}
}
.m-box-search .search-wrap .search-select {
	width : 100%;
	-ms-flex : 1;
	    flex : 1;
}
.m-box-search .search-wrap .search-select + .search-select {
	margin-top : 10px;
}
@media screen and (min-width: 768px) {
	.m-box-search .search-wrap .search-select + .search-select {
		margin-top : 0;
		margin-left : 10px;
	}
}
.m-box-search .search-wrap .search-select > select {
	width : 100%;
	cursor : pointer;
}
.m-box-search .search-wrap .search-select > select::-ms-expand {
	display : none;
}
.m-box-search .search-wrap .search-submit {
	margin-top : 20px;
	background-color : #13449d;
	border : solid 2px #13449d;
	color : #fff;
	outline : none;
	transition : all 0.1s ease-in-out;
	padding : 13px 30px 13px 15px;
	width : 100%;
	position : relative;
	font-weight : bold;
}
@media screen and (min-width: 768px) {
	.m-box-search .search-wrap .search-submit {
		padding : 18px 38px 17px 20px;
		margin-top : 0;
		width : 188px;
		margin-left : 18px;
	}
}
.m-box-search .search-wrap .search-submit:after {
	content : '';
	background : url(../svg/i_arrow_wh.svg) center no-repeat;
	background-size : 100% auto;
	width : 7px;
	height : 11px;
	display : block;
	position : absolute;
	top : 0;
	bottom : 0;
	right : 15px;
	margin : auto;
	transition : all 0.1s ease-in-out;
	transform-origin : right center;
}
@media screen and (min-width: 768px) {
	.m-box-search .search-wrap .search-submit:after {
		width : 8px;
		height : 12px;
		right : 20px;
	}
}
@media screen and (min-width: 768px) {
	.m-box-search .search-wrap .search-submit:hover {
		background-color : #fff;
		color : #13449d;
	}
	.m-box-search .search-wrap .search-submit:hover:after {
		background-image : url(../svg/i_arrow.svg);
	}
}
.m-box-search .search-err {
	color : #fc0d1c;
	margin-top : 10px;
	display : none;
}
.m-box-search .search-err.is-active {
	display : block;
}

.m-box-back {
	margin-top : 50px;
}
@media screen and (min-width: 768px) {
	.m-box-back {
		margin-top : 80px;
	}
}

@media screen and (min-width: 768px) {
	.m-box-log {
		display : -ms-flexbox;
		display : flex;
	}
}

.m-box-log dt {
	font-weight : bold;
}

.m-box-log dd {
	margin-top : 5px;
}
@media screen and (min-width: 768px) {
	.m-box-log dd {
		margin-top : 0;
		margin-left : 15px;
	}
}

.m-box-log {
	border : solid 1px #eee;
	border-radius : 4px;
	margin-top : 15px;
	padding : 15px;
}
.m-box-log > *:first-child, .m-box-log > .image-position-left:first-child + *, .m-box-log > .image-position-right:first-child + * {
	margin-top : 0 !important;
}
.m-box-log > *:first-child.m-box-section, .m-box-log > .image-position-left:first-child + *.m-box-section, .m-box-log > .image-position-right:first-child + *.m-box-section {
	padding-top : 0;
}
@media screen and (max-width: 767px) {
	.m-box-log > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-box-log > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-box-log > [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 screen and (min-width: 768px) {
	.m-box-log > [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 screen and (min-width: 768px) {
	.m-box-log > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-box-log > [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 screen and (min-width: 768px) {
	.m-box-log > [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 screen and (min-width: 768px) {
	.m-box-log > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-box-log > [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 screen and (min-width: 768px) {
	.m-box-log > [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 screen and (min-width: 768px) {
	.m-box-log > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-box-log > [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 screen and (min-width: 768px) {
	.m-box-log > [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 screen and (min-width: 768px) {
	.m-box-log > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-box-log {
		margin-top : 15px;
		padding : 15px 20px;
	}
}
@media screen and (min-width: 768px) {
	.m-box-log .log-inner {
		display : -ms-flexbox;
		display : flex;
	}
}
.m-box-log .log-inner dt {
	font-weight : bold;
}
.m-box-log .log-inner dd {
	margin-top : 7px;
}
@media screen and (min-width: 768px) {
	.m-box-log .log-inner dd {
		margin-top : 0;
		margin-left : 15px;
	}
}
.m-box-log .log-inner dd .log-cancel {
	background-color : transparent;
	border : none;
	position : relative;
	background-color : #eee;
	border-radius : 3px;
	padding : 6px 25px 6px 8px;
}
@media screen and (min-width: 768px) {
	.m-box-log .log-inner dd .log-cancel {
		padding : 2px 26px 2px 6px;
		margin-top : -2px;
	}
}
.m-box-log .log-inner dd .log-cancel .cancel-img {
	display : block;
	position : absolute;
	top : 0;
	bottom : 0;
	right : 8px;
	margin : auto;
	width : 12px;
	height : 12px;
}
@media screen and (min-width: 768px) {
	.m-box-log .log-inner dd .log-cancel .cancel-img {
		width : 14px;
		height : 14px;
	}
}
.m-box-log .log-inner dd .log-cancel .cancel-img > img, .m-box-log .log-inner dd .log-cancel .cancel-img > svg {
	width : 12px;
	height : 12px;
	display : block;
}
@media screen and (min-width: 768px) {
	.m-box-log .log-inner dd .log-cancel .cancel-img > img, .m-box-log .log-inner dd .log-cancel .cancel-img > svg {
		width : 14px;
		height : 14px;
	}
}

@media screen and (min-width: 768px) {
	.m-box-products > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 30px;
	}
}

@media screen and (min-width: 768px) {
	.m-box-products > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 30px;
	}
}

@media screen and (min-width: 768px) {
	.m-box-products > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 30px;
	}
}

@media screen and (min-width: 768px) {
	.m-box-products > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 30px;
	}
}

@media screen and (max-width: 767px) {
	.m-box-products > [data-gs-sp='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 10px;
	}
}

@media screen and (max-width: 767px) {
	.m-box-products > [data-gs-sp='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 10px;
	}
}

.m-box-products > ul > li > *:first-child, .m-box-products > ul > li > .image-position-left:first-child + *, .m-box-products > ul > li > .image-position-right:first-child + * {
	margin-top : 0 !important;
}
.m-box-products > ul > li > *:first-child.m-box-section, .m-box-products > ul > li > .image-position-left:first-child + *.m-box-section, .m-box-products > ul > li > .image-position-right:first-child + *.m-box-section {
	padding-top : 0;
}

@media screen and (max-width: 767px) {
	.m-box-products > ul > li > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}

@media screen and (min-width: 768px) {
	.m-box-products > ul > li > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}

@media screen and (min-width: 768px) {
	.m-box-products > ul > li > [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 screen and (min-width: 768px) {
	.m-box-products > ul > li > [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 screen and (min-width: 768px) {
	.m-box-products > ul > li > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}

@media screen and (min-width: 768px) {
	.m-box-products > ul > li > [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 screen and (min-width: 768px) {
	.m-box-products > ul > li > [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 screen and (min-width: 768px) {
	.m-box-products > ul > li > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}

@media screen and (min-width: 768px) {
	.m-box-products > ul > li > [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 screen and (min-width: 768px) {
	.m-box-products > ul > li > [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 screen and (min-width: 768px) {
	.m-box-products > ul > li > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}

@media screen and (min-width: 768px) {
	.m-box-products > ul > li > [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 screen and (min-width: 768px) {
	.m-box-products > ul > li > [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 screen and (min-width: 768px) {
	.m-box-products > ul > li > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
		margin-top : 0 !important;
	}
}

.m-box-hr {
	background-color : #eee;
	border : none;
	height : 1px;
	width : 100%;
	margin-top : 20px;
	margin-bottom : 20px;
}
@media screen and (min-width: 768px) {
	.m-box-hr {
		margin-top : 40px;
		margin-bottom : 40px;
	}
}

.m-box-select {
	position : relative;
	display : -ms-flexbox;
	display : flex;
	font-size : 16px;
	font-size : 1.6rem;
}
.m-box-select:before {
	content : '';
	background : url(../svg/i_arrow_02.svg) center no-repeat;
	background-size : 100% auto;
	width : 14px;
	height : 8px;
	display : block;
	position : absolute;
	top : 0;
	bottom : 0;
	right : 20px;
	margin : auto;
	transform : rotateZ(180deg);
	pointer-events : none;
}
.m-box-select select {
	-webkit-appearance : none;
	   -moz-appearance : none;
	        appearance : none;
	min-height : 35px;
	background-color : #fff;
	border : solid 1px #ccc;
	padding : 13px 10px 13px 10px;
}
@media screen and (min-width: 768px) {
	.m-box-select select {
		padding : 18px 20px 17px 20px;
	}
}

.m-box-tab {
	position : relative;
	padding : 0 10px;
	margin-left : -15px;
	margin-right : -15px;
}
@media screen and (min-width: 768px) {
	.m-box-tab {
		padding : 0 20px;
		margin-left : 0;
		margin-right : 0;
	}
}
.m-box-tab:after {
	content : '';
	height : 1px;
	position : absolute;
	left : 0;
	right : 0;
	bottom : 0;
	background-color : #13449d;
}
.m-box-tab .tab-inner {
	margin : 0 -2.5px;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
}
@media screen and (min-width: 768px) {
	.m-box-tab .tab-inner {
		margin : 0 -5px;
		display : -ms-flexbox;
		display : flex;
		-ms-flex-wrap : wrap;
		    flex-wrap : wrap;
	}
}
.m-box-tab .tab-inner > li {
	width : calc(100% / 2);
	width : calc((100% / 2 ) - 0.1px) \0;
	padding : 0 2.5px;
	display : -ms-flexbox;
	display : flex;
}
@media screen and (min-width: 768px) {
	.m-box-tab .tab-inner > li {
		width : calc(100% / 2);
		width : calc((100% / 2 ) - 0.1px) \0;
		padding : 0 5px;
	}
}
.m-box-tab .tab-inner > li > a {
	display : -ms-flexbox;
	display : flex;
	-ms-flex-pack : center;
	justify-content : center;
	-ms-flex-align : center;
	align-items : center;
	padding : 13px 30px 13px 15px;
	text-align : center;
	position : relative;
	border : solid 1px #eee;
	background-color : #eee;
	transition : all 0.1s ease-in-out;
	width : 100%;
}
.m-box-tab .tab-inner > li > a:link, .m-box-tab .tab-inner > li > a:visited {
	color : #414141;
	transition : all 0.1s ease-in-out;
}
@media screen and (min-width: 768px) {
	.m-box-tab .tab-inner > li > a {
		padding : 18px 38px 17px 20px;
	}
}
.m-box-tab .tab-inner > li > a:before {
	content : '';
	height : 1px;
	position : absolute;
	left : 0;
	right : 0;
	bottom : -1px;
	background-color : #fff;
}
.m-box-tab .tab-inner > li > a:after {
	content : '';
	background : url(../svg/i_arrow_gray.svg) center no-repeat;
	background-size : 100% auto;
	width : 7px;
	height : 11px;
	display : block;
	position : absolute;
	top : 0;
	bottom : 0;
	right : 15px;
	margin : auto;
	transition : all 0.1s ease-in-out;
	transform : rotateZ(90deg);
}
@media screen and (min-width: 768px) {
	.m-box-tab .tab-inner > li > a:after {
		width : 8px;
		height : 12px;
		right : 20px;
	}
}
@media screen and (min-width: 768px) {
	.m-box-tab .tab-inner > li > a:hover {
		text-decoration : none;
		background-color : #fff;
		border-color : #13449d;
	}
	.m-box-tab .tab-inner > li > a:hover:link, .m-box-tab .tab-inner > li > a:hover:visited {
		color : #13449d;
	}
	.m-box-tab .tab-inner > li > a:hover:after {
		background-image : url(../svg/i_arrow.svg);
	}
}
.m-box-tab .tab-inner > li > a.is-active {
	z-index : 1;
	background-color : #fff;
	border : solid 1px #13449d;
}
.m-box-tab .tab-inner > li > a.is-active:link, .m-box-tab .tab-inner > li > a.is-active:visited {
	color : #13449d;
}
.m-box-tab .tab-inner > li > a.is-active:after {
	background-image : url(../svg/i_arrow.svg);
}

.m-box-tab-body {
	margin-top : 20px;
}
@media screen and (min-width: 768px) {
	.m-box-tab-body {
		margin-top : 40px;
	}
}
.m-box-tab-body .body-item {
	display : none;
}
.m-box-tab-body .body-item > *:first-child, .m-box-tab-body .body-item > .image-position-left:first-child + *, .m-box-tab-body .body-item > .image-position-right:first-child + * {
	margin-top : 0 !important;
}
.m-box-tab-body .body-item > *:first-child.m-box-section, .m-box-tab-body .body-item > .image-position-left:first-child + *.m-box-section, .m-box-tab-body .body-item > .image-position-right:first-child + *.m-box-section {
	padding-top : 0;
}
@media screen and (max-width: 767px) {
	.m-box-tab-body .body-item > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-box-tab-body .body-item > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-box-tab-body .body-item > [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 screen and (min-width: 768px) {
	.m-box-tab-body .body-item > [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 screen and (min-width: 768px) {
	.m-box-tab-body .body-item > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-box-tab-body .body-item > [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 screen and (min-width: 768px) {
	.m-box-tab-body .body-item > [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 screen and (min-width: 768px) {
	.m-box-tab-body .body-item > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-box-tab-body .body-item > [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 screen and (min-width: 768px) {
	.m-box-tab-body .body-item > [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 screen and (min-width: 768px) {
	.m-box-tab-body .body-item > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-box-tab-body .body-item > [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 screen and (min-width: 768px) {
	.m-box-tab-body .body-item > [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 screen and (min-width: 768px) {
	.m-box-tab-body .body-item > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
		margin-top : 0 !important;
	}
}
.m-box-tab-body .body-item.is-active {
	display : block;
}

.m-list-thumbnail {
	margin-top : 15px;
}
@media screen and (min-width: 768px) {
	.m-list-thumbnail {
		margin-top : 20px;
	}
}
@media screen and (min-width: 768px) {
	.m-list-thumbnail > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 20px;
	}
}
@media screen and (min-width: 768px) {
	.m-list-thumbnail > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 20px;
	}
}
@media screen and (min-width: 768px) {
	.m-list-thumbnail > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 20px;
	}
}
@media screen and (min-width: 768px) {
	.m-list-thumbnail > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 20px;
	}
}
@media screen and (max-width: 767px) {
	.m-list-thumbnail > [data-gs-sp='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 10px;
	}
}
@media screen and (max-width: 767px) {
	.m-list-thumbnail > [data-gs-sp='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 10px;
	}
}
.m-list-thumbnail img {
	height : auto;
}
.m-list-thumbnail .thumbnail-wrap {
	margin-left : -4px;
	margin-right : -4px;
}
@media screen and (min-width: 768px) {
	.m-list-thumbnail .thumbnail-wrap {
		margin-left : -9px;
		margin-right : -9px;
	}
}
.m-list-thumbnail .thumbnail-wrap .thumbnail-inner {
	padding-left : 4px;
	padding-right : 4px;
}
@media screen and (min-width: 768px) {
	.m-list-thumbnail .thumbnail-wrap .thumbnail-inner {
		padding-left : 9px;
		padding-right : 9px;
	}
}
.m-list-thumbnail .thumbnail-wrap .thumbnail-inner .thumbnail-item {
	border : solid 1px #ccc;
	display : block;
	transition : all 0.1s ease-in-out;
}
.m-list-thumbnail .thumbnail-wrap .thumbnail-inner .thumbnail-item .item-ttl {
	font-weight : bold;
	border-bottom : solid 1px #ccc;
	text-align : center;
	padding : 8px 10px;
	transition : all 0.1s ease-in-out;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-pack : center;
	justify-content : center;
	-ms-flex-align : center;
	align-items : center;
}
@media screen and (min-width: 768px) {
	.m-list-thumbnail .thumbnail-wrap .thumbnail-inner .thumbnail-item .item-ttl {
		padding : 10px 10px;
	}
}
.m-list-thumbnail .thumbnail-wrap .thumbnail-inner .thumbnail-item .item-img {
	overflow : hidden;
	text-align : center;
}
.m-list-thumbnail .thumbnail-wrap .thumbnail-inner .thumbnail-item .item-img > img {
	transition : all 0.1s ease-in-out;
}
@media screen and (min-width: 768px) {
	.m-list-thumbnail .thumbnail-wrap .thumbnail-inner .thumbnail-item:hover {
		border-color : #13449d;
		text-decoration : none;
	}
	.m-list-thumbnail .thumbnail-wrap .thumbnail-inner .thumbnail-item:hover .item-ttl {
		background-color : #13449d;
		border-color : #13449d;
		color : #fff;
	}
	.m-list-thumbnail .thumbnail-wrap .thumbnail-inner .thumbnail-item:hover .item-img > img {
		transform : scale(1.05);
	}
}
.m-list-thumbnail.link-position-center > ul {
	-ms-flex-pack : center;
	justify-content : center;
}
.m-list-thumbnail.link-position-right > ul {
	-ms-flex-pack : end;
	justify-content : flex-end;
}

.m-list-desc {
	margin-top : 10px;
}
@media screen and (max-width: 767px) {
	.m-list-desc {
		margin-top : 20px;
	}
}
.m-list-desc a:link, .m-list-desc a:visited {
	text-decoration : underline;
}
@media screen and (min-width: 768px) {
	.m-list-desc a:hover:link, .m-list-desc a:hover:visited {
		text-decoration : none;
	}
}
.m-list-desc > li {
	position : relative;
	word-wrap : break-word;
	overflow-wrap : break-word;
	padding-left : 7px;
}
.m-list-desc > li > ul, .m-list-desc > li > ol {
	margin-top : 0;
	counter-reset : number;
}
@media screen and (min-width: 768px) {
	.m-list-desc > li > ul, .m-list-desc > li > ol {
		margin-top : 0;
	}
}
.m-list-desc > li > ul > li {
	padding-left : 9px;
}
@media screen and (min-width: 768px) {
	.m-list-desc > li > ul > li {
		padding-left : 18px;
	}
}
.m-list-desc > li > ul > li:before {
	width : 2px;
	height : 2px;
	left : 3.5px;
	top : 0.7em;
}
@media screen and (min-width: 768px) {
	.m-list-desc > li > ul > li:before {
		width : 3px;
		height : 3px;
		left : 7px;
		top : 0.7em;
	}
}
.m-list-desc > li > ul.m-list-asterisk > li {
	padding-left : 17px;
}
.m-list-desc > li > ul.m-list-asterisk > li:before {
	width : auto;
	height : auto;
	top : 0;
	left : 0;
}
@media screen and (min-width: 768px) {
	.m-list-desc > li {
		padding-left : 12px;
	}
}
.m-list-desc > li:first-child {
	margin-top : 0;
}
.m-list-desc > li:before {
	position : absolute;
	content : '';
	width : 2px;
	height : 2px;
	border-radius : 50%;
	background-color : #414141;
	top : 0.70em;
	left : 0;
}
@media screen and (min-width: 768px) {
	.m-list-desc > li:before {
		width : 4px;
		height : 4px;
		top : 0.6em;
	}
}

.m-list-num {
	margin-top : 10px;
}
@media screen and (min-width: 768px) {
	.m-list-num {
		margin-top : 20px;
	}
}
.m-list-num a:link, .m-list-num a:visited {
	text-decoration : underline;
}
@media screen and (min-width: 768px) {
	.m-list-num a:hover:link, .m-list-num a:hover:visited {
		text-decoration : none;
	}
}
.m-list-num > li {
	padding-left : 1.2em;
	counter-increment : number;
	word-wrap : break-word;
	overflow-wrap : break-word;
	word-break : normal;
}
.m-list-num > li > ul, .m-list-num > li > ol {
	margin-top : 0;
	counter-reset : number;
}
@media screen and (min-width: 768px) {
	.m-list-num > li > ul, .m-list-num > li > ol {
		margin-top : 0;
	}
}
.m-list-num > li > ul > li {
	padding-left : 9px;
}
@media screen and (min-width: 768px) {
	.m-list-num > li > ul > li {
		padding-left : 18px;
	}
}
.m-list-num > li > ul > li:before {
	width : 2px;
	height : 2px;
	left : 3.5px;
	top : 0.7em;
}
@media screen and (min-width: 768px) {
	.m-list-num > li > ul > li:before {
		width : 3px;
		height : 3px;
		left : 7px;
		top : 0.7em;
	}
}
.m-list-num > li > ul.m-list-asterisk > li {
	padding-left : 17px;
}
.m-list-num > li > ul.m-list-asterisk > li:before {
	width : auto;
	height : auto;
	top : 0;
	left : 0;
}
@media screen and (min-width: 768px) {
	.m-list-num > li {
		padding-left : 20px;
	}
}
.m-list-num > li:before {
	content : counter(number) '.';
	display : inline-block;
	vertical-align : top;
	margin-left : -1.1em;
	margin-right : 2px;
}
@media screen and (min-width: 768px) {
	.m-list-num > li:before {
		margin-left : -20px;
		margin-right : 4px;
	}
}

ul.m-list-asterisk {
	margin-top : 10px;
}
@media screen and (min-width: 768px) {
	ul.m-list-asterisk {
		margin-top : 10px;
	}
}
ul.m-list-asterisk a:link, ul.m-list-asterisk a:visited {
	text-decoration : underline;
}
@media screen and (min-width: 768px) {
	ul.m-list-asterisk a:hover:link, ul.m-list-asterisk a:hover:visited {
		text-decoration : none;
	}
}
ul.m-list-asterisk > li {
	padding-left : 13px;
	position : relative;
	word-wrap : break-word;
	overflow-wrap : break-word;
	word-break : normal;
	font-size : 10px;
	font-size : 1.0rem;
}
ul.m-list-asterisk > li > ul, ul.m-list-asterisk > li > ol {
	margin-top : 0;
	counter-reset : number;
}
@media screen and (min-width: 768px) {
	ul.m-list-asterisk > li > ul, ul.m-list-asterisk > li > ol {
		margin-top : 0;
	}
}
ul.m-list-asterisk > li > ul > li {
	padding-left : 9px;
}
@media screen and (min-width: 768px) {
	ul.m-list-asterisk > li > ul > li {
		padding-left : 18px;
	}
}
ul.m-list-asterisk > li > ul > li:before {
	width : 2px;
	height : 2px;
	left : 3.5px;
	top : 0.7em;
}
@media screen and (min-width: 768px) {
	ul.m-list-asterisk > li > ul > li:before {
		width : 3px;
		height : 3px;
		left : 7px;
		top : 0.7em;
	}
}
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: 768px) {
	ul.m-list-asterisk > li {
		padding-left : 15px;
		font-size : 1.2rem;
	}
}
ul.m-list-asterisk > li:before {
	position : absolute;
	content : '';
	top : 0;
	left : 0;
	content : '\203b';
	background-color : transparent;
}

ol.m-list-asterisk {
	margin-top : 10px;
}
@media screen and (min-width: 768px) {
	ol.m-list-asterisk {
		margin-top : 20px;
	}
}
ol.m-list-asterisk a:link, ol.m-list-asterisk a:visited {
	text-decoration : underline;
}
@media screen and (min-width: 768px) {
	ol.m-list-asterisk a:hover:link, ol.m-list-asterisk a:hover:visited {
		text-decoration : none;
	}
}
ol.m-list-asterisk > li {
	padding-left : 2.7em;
	counter-increment : number;
	word-wrap : break-word;
	overflow-wrap : break-word;
	word-break : normal;
	font-size : 10px;
	font-size : 1.0rem;
}
ol.m-list-asterisk > li > ul, ol.m-list-asterisk > li > ol {
	margin-top : 0;
	counter-reset : number;
}
@media screen and (min-width: 768px) {
	ol.m-list-asterisk > li > ul, ol.m-list-asterisk > li > ol {
		margin-top : 0;
	}
}
ol.m-list-asterisk > li > ul > li {
	padding-left : 9px;
}
@media screen and (min-width: 768px) {
	ol.m-list-asterisk > li > ul > li {
		padding-left : 18px;
	}
}
ol.m-list-asterisk > li > ul > li:before {
	width : 2px;
	height : 2px;
	left : 3.5px;
	top : 0.7em;
}
@media screen and (min-width: 768px) {
	ol.m-list-asterisk > li > ul > li:before {
		width : 3px;
		height : 3px;
		left : 7px;
		top : 0.7em;
	}
}
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: 768px) {
	ol.m-list-asterisk > li {
		padding-left : 40px;
		font-size : 1.2rem;
	}
}
ol.m-list-asterisk > li:before {
	content : '\203b' counter(number) '\ff1a';
	display : inline-block;
	vertical-align : top;
	margin-left : -2.8em;
	margin-right : 2px;
}
@media screen and (min-width: 768px) {
	ol.m-list-asterisk > li:before {
		margin-left : -40px;
		margin-right : auto;
	}
}

ol.m-list-asterisk2 {
	margin-top : 10px;
}
@media screen and (min-width: 768px) {
	ol.m-list-asterisk2 {
		margin-top : 10px;
	}
}
ol.m-list-asterisk2 a:link, ol.m-list-asterisk2 a:visited {
	text-decoration : underline;
}
@media screen and (min-width: 768px) {
	ol.m-list-asterisk2 a:hover:link, ol.m-list-asterisk2 a:hover:visited {
		text-decoration : none;
	}
}
ol.m-list-asterisk2 > li {
	padding-left : 2.7em;
	counter-increment : number;
	word-wrap : break-word;
	overflow-wrap : break-word;
	word-break : normal;
	font-size : 10px;
	font-size : 1.0rem;
}
ol.m-list-asterisk2 > li > ul, ol.m-list-asterisk2 > li > ol {
	margin-top : 0;
	counter-reset : number;
}
@media screen and (min-width: 768px) {
	ol.m-list-asterisk2 > li > ul, ol.m-list-asterisk2 > li > ol {
		margin-top : 0;
	}
}
ol.m-list-asterisk2 > li > ul > li {
	padding-left : 9px;
}
@media screen and (min-width: 768px) {
	ol.m-list-asterisk2 > li > ul > li {
		padding-left : 18px;
	}
}
ol.m-list-asterisk2 > li > ul > li:before {
	width : 2px;
	height : 2px;
	left : 3.5px;
	top : 0.7em;
}
@media screen and (min-width: 768px) {
	ol.m-list-asterisk2 > li > ul > li:before {
		width : 3px;
		height : 3px;
		left : 7px;
		top : 0.7em;
	}
}
ol.m-list-asterisk2 > li > ul.m-list-asterisk > li {
	padding-left : 17px;
}
ol.m-list-asterisk2 > li > ul.m-list-asterisk > li:before {
	width : auto;
	height : auto;
	top : 0;
	left : 0;
}
@media screen and (min-width: 768px) {
	ol.m-list-asterisk2 > li {
		padding-left : 40px;
		font-size : 1.2rem;
	}
}
ol.m-list-asterisk2 > li:before {
	content : '\6CE8' counter(number) '\0029' '\ff1a';
	display : inline-block;
	vertical-align : top;
	margin-left : -2.8em;
	margin-right : 2px;
}
@media screen and (min-width: 768px) {
	ol.m-list-asterisk2 > li:before {
		margin-left : -40px;
		margin-right : auto;
	}
}

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

.m-list-products {
	margin-top : 15px;
}
@media screen and (min-width: 768px) {
	.m-list-products {
		margin-top : 30px;
	}
}
@media screen and (min-width: 768px) {
	.m-list-products > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 30px;
	}
}
@media screen and (min-width: 768px) {
	.m-list-products > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 30px;
	}
}
@media screen and (min-width: 768px) {
	.m-list-products > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 30px;
	}
}
@media screen and (min-width: 768px) {
	.m-list-products > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 30px;
	}
}
@media screen and (max-width: 767px) {
	.m-list-products > [data-gs-sp='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 10px;
	}
}
@media screen and (max-width: 767px) {
	.m-list-products > [data-gs-sp='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 10px;
	}
}
.m-list-products > ul > li > *:first-child, .m-list-products > ul > li > .image-position-left:first-child + *, .m-list-products > ul > li > .image-position-right:first-child + * {
	margin-top : 0 !important;
}
.m-list-products > ul > li > *:first-child.m-box-section, .m-list-products > ul > li > .image-position-left:first-child + *.m-box-section, .m-list-products > ul > li > .image-position-right:first-child + *.m-box-section {
	padding-top : 0;
}
@media screen and (max-width: 767px) {
	.m-list-products > ul > li > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-list-products > ul > li > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-list-products > ul > li > [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 screen and (min-width: 768px) {
	.m-list-products > ul > li > [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 screen and (min-width: 768px) {
	.m-list-products > ul > li > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-list-products > ul > li > [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 screen and (min-width: 768px) {
	.m-list-products > ul > li > [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 screen and (min-width: 768px) {
	.m-list-products > ul > li > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-list-products > ul > li > [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 screen and (min-width: 768px) {
	.m-list-products > ul > li > [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 screen and (min-width: 768px) {
	.m-list-products > ul > li > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-list-products > ul > li > [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 screen and (min-width: 768px) {
	.m-list-products > ul > li > [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 screen and (min-width: 768px) {
	.m-list-products > ul > li > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
		margin-top : 0 !important;
	}
}
.m-list-products > ul > li .m-box-accordion {
	margin-top : 20px;
	margin-bottom : 0;
}
@media screen and (min-width: 768px) {
	.m-list-products > ul > li .m-box-accordion {
		margin-top : 20px;
		margin-bottom : 0;
	}
}

.m-table-common {
	width : 100%;
	margin-top : 10px;
}
@media screen and (min-width: 768px) {
	.m-table-common {
		margin-top : 20px;
	}
}
.m-table-common a:link, .m-table-common a:visited {
	text-decoration : underline;
}
@media screen and (min-width: 768px) {
	.m-table-common a:hover:link, .m-table-common a:hover:visited {
		text-decoration : none;
	}
}
.m-table-common tbody tr th, .m-table-common tbody tr td, .m-table-common thead tr th, .m-table-common thead tr td {
	padding : 10px;
	border : 1px solid #ccc;
	text-align : left;
}
.m-table-common tbody tr th > *:first-child, .m-table-common tbody tr th > .image-position-left:first-child + *, .m-table-common tbody tr th > .image-position-right:first-child + *, .m-table-common tbody tr td > *:first-child, .m-table-common tbody tr td > .image-position-left:first-child + *, .m-table-common tbody tr td > .image-position-right:first-child + *, .m-table-common thead tr th > *:first-child, .m-table-common thead tr th > .image-position-left:first-child + *, .m-table-common thead tr th > .image-position-right:first-child + *, .m-table-common thead tr td > *:first-child, .m-table-common thead tr td > .image-position-left:first-child + *, .m-table-common thead tr td > .image-position-right:first-child + * {
	margin-top : 0 !important;
}
.m-table-common tbody tr th > *:first-child.m-box-section, .m-table-common tbody tr th > .image-position-left:first-child + *.m-box-section, .m-table-common tbody tr th > .image-position-right:first-child + *.m-box-section, .m-table-common tbody tr td > *:first-child.m-box-section, .m-table-common tbody tr td > .image-position-left:first-child + *.m-box-section, .m-table-common tbody tr td > .image-position-right:first-child + *.m-box-section, .m-table-common thead tr th > *:first-child.m-box-section, .m-table-common thead tr th > .image-position-left:first-child + *.m-box-section, .m-table-common thead tr th > .image-position-right:first-child + *.m-box-section, .m-table-common thead tr td > *:first-child.m-box-section, .m-table-common thead tr td > .image-position-left:first-child + *.m-box-section, .m-table-common thead tr td > .image-position-right:first-child + *.m-box-section {
	padding-top : 0;
}
@media screen and (max-width: 767px) {
	.m-table-common tbody tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .m-table-common tbody tr td > [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, .m-table-common thead tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child, .m-table-common tbody tr td > [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, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.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, .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, .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, .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 {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.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, .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, .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, .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 {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child, .m-table-common tbody tr td > [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, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.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, .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, .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, .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 {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.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, .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, .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, .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 {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child, .m-table-common tbody tr td > [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, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.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, .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, .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, .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 {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.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, .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, .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, .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 {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child, .m-table-common tbody tr td > [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, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.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, .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, .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, .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 {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.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, .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, .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, .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 {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-table-common tbody tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .m-table-common tbody tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .m-table-common thead tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .m-table-common thead tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
		margin-top : 0 !important;
	}
}
.m-table-common tbody tr th, .m-table-common thead tr th {
	background : #f1f1f1;
	vertical-align : middle;
	font-weight : normal;
}
.m-table-common tbody tr td, .m-table-common thead tr td {
	vertical-align : center;
}
.m-table-common .table-bg-gray {
	background-color : #aaa;
}
.m-table-common .table-bg-yellow {
	background-color : #fffbe9;
}
.m-table-common [align='center'] {
	text-align : center !important;
}
.m-table-common [align='right'] {
	text-align : right !important;
}
.m-table-common [valign='top'] {
	vertical-align : top !important;
}
.m-table-common [valign='middle'] {
	vertical-align : middle !important;
}
.m-table-common [valign='bottom'] {
	vertical-align : bottom !important;
}
.m-table-common + .m-txt-p {
	margin-top : 10px;
}
@media screen and (min-width: 768px) {
	.m-table-common + .m-txt-p {
		margin-top : 20px;
	}
}
.m-table-common.table-oldproducts th, .m-table-common.table-oldproducts td {
	width : 50%;
	padding : 7px;
}
.m-table-common.table-oldproducts th.is-quarter, .m-table-common.table-oldproducts td.is-quarter {
	width : 25%;
}
.m-table-common.table-newproducts th {
	width : 35%;
}
@media screen and (max-width: 767px) {
	.m-table-common.table_wall_combination tbody tr th, .m-table-common.table_wall_combination tbody tr td, .m-table-common.table_wall_combination thead tr th, .m-table-common.table_wall_combination thead tr td {
		padding : 3px;
	}
	.m-table-common.table_wall_combination tbody tr th.col1, .m-table-common.table_wall_combination tbody tr td.col1, .m-table-common.table_wall_combination thead tr th.col1, .m-table-common.table_wall_combination thead tr td.col1 {
		width : 10%;
	}
	.m-table-common.table_wall_combination tbody tr th.col2, .m-table-common.table_wall_combination tbody tr td.col2, .m-table-common.table_wall_combination thead tr th.col2, .m-table-common.table_wall_combination thead tr td.col2 {
		width : 30%;
	}
	.m-table-common.table_wall_combination tbody tr th.col3, .m-table-common.table_wall_combination tbody tr td.col3, .m-table-common.table_wall_combination thead tr th.col3, .m-table-common.table_wall_combination thead tr td.col3 {
		width : 30%;
	}
	.m-table-common.table_wall_combination tbody tr th.col4, .m-table-common.table_wall_combination tbody tr td.col4, .m-table-common.table_wall_combination thead tr th.col4, .m-table-common.table_wall_combination thead tr td.col4 {
		width : 30%;
	}
	.m-table-common.table_wall_combination tbody tr th img, .m-table-common.table_wall_combination tbody tr td img, .m-table-common.table_wall_combination thead tr th img, .m-table-common.table_wall_combination thead tr td img {
		margin-top : 5px;
	}
}
@media screen and (min-width: 768px) {
	.m-table-common.table_wall_combination tbody tr th.col1, .m-table-common.table_wall_combination tbody tr td.col1, .m-table-common.table_wall_combination thead tr th.col1, .m-table-common.table_wall_combination thead tr td.col1 {
		width : 15%;
	}
	.m-table-common.table_wall_combination tbody tr th.col1 br, .m-table-common.table_wall_combination tbody tr td.col1 br, .m-table-common.table_wall_combination thead tr th.col1 br, .m-table-common.table_wall_combination thead tr td.col1 br {
		display : none;
	}
	.m-table-common.table_wall_combination tbody tr th.col2, .m-table-common.table_wall_combination tbody tr td.col2, .m-table-common.table_wall_combination thead tr th.col2, .m-table-common.table_wall_combination thead tr td.col2 {
		width : 20%;
	}
	.m-table-common.table_wall_combination tbody tr th.col3, .m-table-common.table_wall_combination tbody tr td.col3, .m-table-common.table_wall_combination thead tr th.col3, .m-table-common.table_wall_combination thead tr td.col3 {
		width : 30%;
	}
	.m-table-common.table_wall_combination tbody tr th.col4, .m-table-common.table_wall_combination tbody tr td.col4, .m-table-common.table_wall_combination thead tr th.col4, .m-table-common.table_wall_combination thead tr td.col4 {
		width : 30%;
	}
	.m-table-common.table_wall_combination tbody tr th img, .m-table-common.table_wall_combination tbody tr td img, .m-table-common.table_wall_combination thead tr th img, .m-table-common.table_wall_combination thead tr td img {
		display : inline-block;
		margin-top : 10px;
		width : 150px;
	}
	.m-table-common.table_wall_combination tbody tr td br, .m-table-common.table_wall_combination thead tr td br {
		display : none;
	}
}

.m-txt-ttl {
	background-color : #eee;
	margin-bottom : 20px;
}
.m-txt-ttl + *, .m-txt-ttl + .image-position-left + *, .m-txt-ttl + .image-position-right + * {
	margin-top : 0 !important;
}
.m-txt-ttl + *.m-box-section, .m-txt-ttl + .image-position-left + *.m-box-section, .m-txt-ttl + .image-position-right + *.m-box-section {
	padding-top : 0;
}
@media screen 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: 768px) {
	.m-txt-ttl + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl + [data-gs-group] > [data-gs-col] > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl {
		margin-bottom : 40px;
	}
}
.m-txt-ttl .ttl-inner {
	padding-top : 25px;
	padding-bottom : 25px;
	font-size : 18px;
	font-size : 1.8rem;
	font-weight : bold;
}
@media screen and (min-width: 768px) {
	.m-txt-ttl .ttl-inner {
		padding-top : 40px;
		padding-bottom : 40px;
		font-size : 2.8rem;
	}
}

.m-txt-ttl2 {
	font-size : 14px;
	font-size : 1.4rem;
	position : relative;
	margin-top : 30px;
	margin-bottom : 15px;
	padding-bottom : 10px;
	color : #13449d;
	font-weight : bold;
}
.m-txt-ttl2 + *, .m-txt-ttl2 + .image-position-left + *, .m-txt-ttl2 + .image-position-right + * {
	margin-top : 0 !important;
}
.m-txt-ttl2 + *.m-box-section, .m-txt-ttl2 + .image-position-left + *.m-box-section, .m-txt-ttl2 + .image-position-right + *.m-box-section {
	padding-top : 0;
}
@media screen 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: 768px) {
	.m-txt-ttl2 + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl2 + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl2 + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl2 + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl2 + [data-gs-group] > [data-gs-col] > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl2 {
		font-size : 2.0rem;
		margin-top : 60px;
		margin-bottom : 30px;
	}
}
.m-txt-ttl2:before {
	content : '';
	height : 1px;
	width : 100%;
	background-color : #13449d;
	position : absolute;
	bottom : 0;
	left : 0;
}

.m-txt-ttl2-2 {
	font-size : 14px;
	font-size : 1.4rem;
	position : relative;
	margin-top : 30px;
	margin-bottom : 15px;
	padding-bottom : 10px;
	background-color : #13449d;
	color : #fff;
	border-radius : 4px;
	font-weight : bold;
	padding : 10px 15px;
}
.m-txt-ttl2-2 + *, .m-txt-ttl2-2 + .image-position-left + *, .m-txt-ttl2-2 + .image-position-right + * {
	margin-top : 0 !important;
}
.m-txt-ttl2-2 + *.m-box-section, .m-txt-ttl2-2 + .image-position-left + *.m-box-section, .m-txt-ttl2-2 + .image-position-right + *.m-box-section {
	padding-top : 0;
}
@media screen and (max-width: 767px) {
	.m-txt-ttl2-2 + [data-gs] [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl2-2 + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl2-2 + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl2-2 + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl2-2 + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl2-2 + [data-gs-group] > [data-gs-col] > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl2-2 {
		font-size : 2.0rem;
		margin-top : 60px;
		margin-bottom : 30px;
		padding : 15px 20px;
	}
}

.m-txt-ttl3 {
	margin-top : 23px;
	margin-bottom : 10px;
	font-size : 14px;
	font-size : 1.4rem;
	position : relative;
	padding-left : 14px;
	font-weight : bold;
}
.m-txt-ttl3 + *, .m-txt-ttl3 + .image-position-left + *, .m-txt-ttl3 + .image-position-right + * {
	margin-top : 0 !important;
}
.m-txt-ttl3 + *.m-box-section, .m-txt-ttl3 + .image-position-left + *.m-box-section, .m-txt-ttl3 + .image-position-right + *.m-box-section {
	padding-top : 0;
}
@media screen 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: 768px) {
	.m-txt-ttl3 + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl3 + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl3 + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl3 + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl3 + [data-gs-group] > [data-gs-col] > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl3 {
		font-size : 1.8rem;
		margin-top : 35px;
		margin-bottom : 20px;
	}
}
.m-txt-ttl3:after {
	content : '';
	height : calc(100%);
	width : 4px;
	background-color : #13449d;
	position : absolute;
	top : 0;
	bottom : 3px;
	left : 0;
}

.m-txt-ttl4 {
	margin-top : 20px;
	margin-bottom : 10px;
	position : relative;
	font-weight : bold;
}
.m-txt-ttl4 + *, .m-txt-ttl4 + .image-position-left + *, .m-txt-ttl4 + .image-position-right + * {
	margin-top : 0 !important;
}
.m-txt-ttl4 + *.m-box-section, .m-txt-ttl4 + .image-position-left + *.m-box-section, .m-txt-ttl4 + .image-position-right + *.m-box-section {
	padding-top : 0;
}
@media screen 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: 768px) {
	.m-txt-ttl4 + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl4 + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl4 + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl4 + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl4 + [data-gs-group] > [data-gs-col] > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-ttl4 {
		margin-top : 20px;
		margin-bottom : 20px;
	}
}

.m-txt-p {
	margin-top : 15px;
}
@media screen and (min-width: 768px) {
	.m-txt-p {
		margin-top : 30px;
	}
}
.m-txt-p a:link, .m-txt-p a:visited {
	text-decoration : underline;
}
@media screen and (min-width: 768px) {
	.m-txt-p a:hover:link, .m-txt-p a:hover:visited {
		text-decoration : none;
	}
}

.m-txt-link {
	position : relative;
	padding-left : 30px;
	display : inline-block;
	transition : all 0.3s ease-out;
}
.m-txt-link[target='_blank']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1.125em;
	height : 1.125em;
	margin-left : 5px;
	background : url('../svg/i_blank.svg?c=13449d') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
}
.m-txt-link[href$='.pdf']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1.125em;
	height : 1.125em;
	margin-left : 5px;
	background : url('../svg/i_pdf.svg?c=13449d') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
.m-txt-link[href$='.doc']:not(.noticon):after, .m-txt-link[href$='.docx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1.125em;
	height : 1.125em;
	margin-left : 5px;
	background : url('../svg/i_word.svg?c=13449d') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
.m-txt-link[href$='.xls']:not(.noticon):after, .m-txt-link[href$='.xlsx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1.125em;
	height : 1.125em;
	margin-left : 5px;
	background : url('../svg/i_excel.svg?c=13449d') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
.m-txt-link[href$='.zip']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1.125em;
	height : 1.125em;
	margin-left : 5px;
	background : url('../svg/i_dl.svg?c=13449d') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.2em;
	width : 1.25em;
	height : 1.25em;
	top : -0.2em;
}
@media screen and (min-width: 768px) {
	.m-txt-link {
		padding-left : 35px;
	}
}
.m-txt-link:before {
	content : '';
	background : url(../svg/i_arrow.svg?c=13449d) center no-repeat;
	background-size : 100% auto;
	width : 20px;
	height : 20px;
	display : block;
	position : absolute;
	top : 0.3em;
	left : 0;
	margin : auto;
}
@media screen and (min-width: 768px) {
	.m-txt-link:before {
		width : 26px;
		height : 26px;
		top : 0.2em;
	}
}
.m-txt-link.link-arrow-right {
	padding-left : 0;
	padding-right : 30px;
}
@media screen and (min-width: 768px) {
	.m-txt-link.link-arrow-right {
		padding-right : 35px;
	}
}
.m-txt-link.link-arrow-right:before {
	left : auto;
	right : 0;
}

.m-txt-attr {
	font-size : 12px;
	font-size : 1.2rem;
	font-weight : normal;
	margin-left : 5px;
	color : #414141;
}
@media screen and (min-width: 768px) {
	.m-txt-attr {
		font-size : 1.4rem;
	}
}

.m-txt-frame-ttl {
	margin-top : 10px;
	margin-bottom : 20px;
	font-weight : bold;
	font-size : 14px;
	font-size : 1.4rem;
}
.m-txt-frame-ttl + *, .m-txt-frame-ttl + .image-position-left + *, .m-txt-frame-ttl + .image-position-right + * {
	margin-top : 0 !important;
}
.m-txt-frame-ttl + *.m-box-section, .m-txt-frame-ttl + .image-position-left + *.m-box-section, .m-txt-frame-ttl + .image-position-right + *.m-box-section {
	padding-top : 0;
}
@media screen and (max-width: 767px) {
	.m-txt-frame-ttl + [data-gs] [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-frame-ttl + [data-gs] > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-frame-ttl + [data-gs] > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-frame-ttl + [data-gs] > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-frame-ttl + [data-gs] > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-frame-ttl + [data-gs-group] > [data-gs-col] > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.m-txt-frame-ttl {
		margin-top : 15px;
		margin-bottom : 40px;
		font-size : 2.4rem;
	}
}
.m-txt-frame-ttl .addmessage {
	font-size : 14px;
	font-size : 1.4rem;
	font-weight : normal;
}
@media screen and (min-width: 768px) {
	.m-txt-frame-ttl .addmessage {
		font-size : 1.6rem;
	}
}

.m-txt-remark {
	margin-top : 10px;
	font-size : 10px;
	font-size : 1.0rem;
}
@media screen and (min-width: 768px) {
	.m-txt-remark {
		font-size : 1.2rem;
		margin-top : 10px;
	}
}

.m-btn-simple {
	position : relative;
	display : inline-block;
	border : solid 1px #13449d;
	padding : 16px 33px 15px 10px;
	transition : all 0.1s ease-in-out;
	text-align : center;
}
@media screen and (min-width: 768px) {
	.m-btn-simple {
		padding : 18px 33px 16px 10px;
	}
}
.m-btn-simple:after {
	content : '';
	background : #13449d url(../svg/i_arrow_wh.svg) center no-repeat;
	background-size : 5px auto;
	width : 24px;
	height : 24px;
	display : block;
	position : absolute;
	top : 0;
	bottom : 0;
	right : 0;
	margin : auto;
	transition : all 0.1s ease-in-out;
	transform-origin : right center;
}
@media screen and (min-width: 768px) {
	.m-btn-simple:after {
		width : 24px;
		height : 24px;
	}
}
@media screen and (min-width: 768px) {
	.m-btn-simple:hover {
		background-color : #13449d;
		text-decoration : none;
	}
	.m-btn-simple:hover:link, .m-btn-simple:hover:visited {
		color : #fff;
	}
	.m-btn-simple:hover:after {
		transform : scale(0.8);
		background-color : #fff;
		background-image : url(../svg/i_arrow.svg);
	}
}

.m-btn-blue {
	background-color : #13449d;
	border : solid 1px #13449d;
	color : #fff;
	transition : all 0.1s ease-in-out;
	padding : 13px 30px 13px 15px;
	position : relative;
	display : inline-block;
	text-align : center;
	font-weight : bold;
}
.m-btn-blue:link, .m-btn-blue:visited {
	color : #fff;
}
@media screen and (min-width: 768px) {
	.m-btn-blue {
		padding : 18px 38px 17px 20px;
	}
}
.m-btn-blue:after {
	content : '';
	background : url(../svg/i_arrow_wh.svg) center no-repeat;
	background-size : 100% auto;
	width : 7px;
	height : 11px;
	display : block;
	position : absolute;
	top : 0;
	bottom : 0;
	right : 15px;
	margin : auto;
	transition : all 0.1s ease-in-out;
}
@media screen and (min-width: 768px) {
	.m-btn-blue:after {
		width : 8px;
		height : 12px;
		right : 20px;
	}
}
@media screen and (min-width: 768px) {
	.m-btn-blue:hover {
		background-color : #fff;
		color : #13449d;
		text-decoration : none;
	}
	.m-btn-blue:hover:after {
		background-image : url(../svg/i_arrow.svg);
	}
}
.m-btn-blue.btn-back {
	padding : 13px 15px 13px 40px;
}
@media screen and (min-width: 768px) {
	.m-btn-blue.btn-back {
		padding : 18px 20px 17px 40px;
	}
}
.m-btn-blue.btn-back:after {
	right : auto;
	left : 15px;
	transform : rotateZ(180deg);
}
@media screen and (min-width: 768px) {
	.m-btn-blue.btn-back:after {
		left : 20px;
	}
}

.m-btn-anc {
	border : solid 1px #13449d;
	transition : all 0.1s ease-in-out;
	padding : 13px 30px 13px 15px;
	position : relative;
	display : inline-block;
	text-align : center;
}
@media screen and (min-width: 768px) {
	.m-btn-anc {
		padding : 18px 38px 17px 20px;
	}
}
.m-btn-anc:after {
	content : '';
	background : url(../svg/i_arrow.svg) center no-repeat;
	background-size : 100% auto;
	width : 7px;
	height : 11px;
	display : block;
	position : absolute;
	top : 0;
	bottom : 0;
	right : 15px;
	margin : auto;
	transition : all 0.1s ease-in-out;
	transform : rotateZ(90deg);
}
@media screen and (min-width: 768px) {
	.m-btn-anc:after {
		width : 8px;
		height : 12px;
		right : 20px;
	}
}
@media screen and (min-width: 768px) {
	.m-btn-anc:hover {
		color : #fff;
		text-decoration : none;
		background-color : #13449d;
	}
	.m-btn-anc:hover:after {
		background-image : url(../svg/i_arrow_wh.svg);
	}
}

/*! 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 : #414141;
	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.5;
	font-size : 12px;
	font-size : 1.2rem;
}
@media screen and (min-width: 768px) {
	body {
		font-size : 1.4rem;
		min-width : 1135px;
	}
}
@media screen and (min-width: 768px) and (orientation: portrait) {
	body #l-wrap {
		min-height : 1374px;
	}
}

/* link style */
a:link {
	color : #13449d;
	text-decoration : none;
}

a:visited {
	color : #13449d;
	text-decoration : none;
}

a:hover, a:active {
	color : #13449d;
}
@media screen and (min-width: 1025px) {
	a:hover, a:active {
		text-decoration : underline;
	}
}

/* header style */
#l-header {
	border-bottom : solid 1px #dfe4e7;
	box-shadow : 0 0 3px 0 #d0d8dc;
	position : relative;
}
#l-header .header-inner {
	padding : 22px 0 18px;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-pack : justify;
	justify-content : space-between;
}
@media screen and (min-width: 768px) {
	#l-header .header-inner {
		padding : 25px 0;
		-ms-flex-align : center;
		align-items : center;
	}
}
#l-header .header-inner .header-logo .logo-img > a {
	width : 114px;
	display : block;
}
@media screen and (min-width: 768px) {
	#l-header .header-inner .header-logo .logo-img > a {
		width : 228px;
	}
}
#l-header .header-inner .header-logo .logo-img > a > img {
	display : block;
}
#l-header .header-inner .header-logo-toto .logo-img {
	width : 65px;
}
@media screen and (min-width: 768px) {
	#l-header .header-inner .header-logo-toto .logo-img {
		width : 130px;
	}
}

#l-localnav {
	top : 0;
	border-top : solid 3px #22439c;
	z-index : 10;
	position : relative;
}
.localnav-fixed #l-localnav {
	position : fixed;
	width : 100%;
}
@media screen and (min-width: 768px) {
	#l-localnav {
		border : none;
		background : #505050;
	}
}
#l-localnav .localnav-inner {
	margin-left : -15px;
	margin-right : -15px;
}
#l-localnav .localnav-inner .localnav-head .head-ttl {
	background-color : #414141;
	border : none;
	color : #fff;
	width : 100%;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-align : center;
	align-items : center;
	padding : 9px 20px;
	font-size : 14px;
	font-size : 1.4rem;
	text-align : left;
	position : relative;
	outline : none;
	height : 40px;
}
@media screen and (min-width: 768px) {
	#l-localnav .localnav-inner .localnav-head .head-ttl {
		display : none;
	}
}
#l-localnav .localnav-inner .localnav-head .head-ttl:after {
	content : '';
	background : url(../svg/i_arrow_wh.svg) center no-repeat;
	background-size : 100% auto;
	width : 8px;
	height : 13px;
	display : block;
	position : absolute;
	top : 0;
	bottom : 0;
	right : 14px;
	margin : auto;
	transition : all 0.1s ease-in-out;
	transform : rotateZ(90deg);
}
#l-localnav .localnav-inner .localnav-list {
	display : none;
	background-color : #fff;
	box-shadow : 0 6px 6px -3px #999;
	overflow : auto;
}
@media screen and (min-width: 768px) {
	#l-localnav .localnav-inner .localnav-list {
		display : -ms-flexbox;
		display : flex;
		background : #505050;
		height : 60px;
		box-shadow : none;
		overflow : visible;
	}
}
#l-localnav .localnav-inner .localnav-list .list-item {
	border-bottom : solid #eaeaea 1px;
}
@media screen and (min-width: 768px) {
	#l-localnav .localnav-inner .localnav-list .list-item {
		width : 25%;
		display : -ms-flexbox;
		display : flex;
		border-bottom : none;
		position : relative;
	}
}
#l-localnav .localnav-inner .localnav-list .list-item:last-child {
	border-bottom : none;
}
#l-localnav .localnav-inner .localnav-list .list-item .item-head {
	color : #414141;
	padding : 11px 17px 9px;
	display : block;
	color : #414141;
	position : relative;
}
@media screen and (min-width: 768px) {
	#l-localnav .localnav-inner .localnav-list .list-item .item-head {
		color : #fff;
		padding : 10px 0;
		width : 100%;
		display : -ms-flexbox;
		display : flex;
		-ms-flex-pack : center;
		justify-content : center;
		-ms-flex-align : center;
		align-items : center;
		transition : all 0.1s ease-in-out;
	}
}
@media screen and (min-width: 768px) {
	#l-localnav .localnav-inner .localnav-list .list-item .item-head:before {
		content : '';
		display : block;
		background : #6a6b6c;
		width : 1px;
		height : auto;
		position : absolute;
		top : 0;
		bottom : 0;
		left : 0;
		margin : 10px 0;
	}
}
@media screen and (min-width: 768px) {
	#l-localnav .localnav-inner .localnav-list .list-item .item-head:hover {
		background-color : #414141;
		text-decoration : none;
	}
}
@media screen and (min-width: 768px) {
	#l-localnav .localnav-inner .localnav-list .list-item .item-child {
		display : none;
		position : absolute;
		top : 100%;
		background-color : #414141;
		min-width : 100%;
		left : 0;
	}
}
#l-localnav .localnav-inner .localnav-list .list-item .item-child .child-item {
	border-top : solid #eaeaea 1px;
}
@media screen and (min-width: 768px) {
	#l-localnav .localnav-inner .localnav-list .list-item .item-child .child-item {
		border-top : none;
		padding : 0 16px;
	}
}
#l-localnav .localnav-inner .localnav-list .list-item .item-child .child-item > a {
	padding : 9px 33px 10px 33px;
	display : block;
	color : #414141;
}
@media screen and (min-width: 768px) {
	#l-localnav .localnav-inner .localnav-list .list-item .item-child .child-item > a {
		color : #fff;
		padding : 10px 0 10px 22px;
		position : relative;
		border-bottom : solid #6b6b6b 1px;
	}
}
@media screen and (min-width: 768px) {
	#l-localnav .localnav-inner .localnav-list .list-item .item-child .child-item > a:before {
		content : '';
		background : url(../svg/i_arrow_wh.svg) center no-repeat;
		background-size : 100% auto;
		width : 8px;
		height : 13px;
		display : block;
		position : absolute;
		top : 0;
		bottom : 0;
		left : 0;
		margin : auto;
	}
}
@media screen and (min-width: 768px) {
	#l-localnav .localnav-inner .localnav-list .list-item .item-child .child-item > a:hover {
		text-decoration : none;
	}
}
@media screen and (min-width: 768px) {
	#l-localnav .localnav-inner .localnav-list .list-item:hover .item-child {
		display : block;
	}
}

/* content style */
#l-content .content-inner {
	padding-bottom : 35px;
	*zoom : 1;
}
#l-content .content-inner:after {
	content : ' ';
	display : table;
	clear : both;
}
#l-content .content-inner > *:first-child, #l-content .content-inner > .image-position-left:first-child + *, #l-content .content-inner > .image-position-right:first-child + * {
	margin-top : 0 !important;
}
#l-content .content-inner > *:first-child.m-box-section, #l-content .content-inner > .image-position-left:first-child + *.m-box-section, #l-content .content-inner > .image-position-right:first-child + *.m-box-section {
	padding-top : 0;
}
@media screen 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: 768px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	#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 screen and (min-width: 768px) {
	#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 screen and (min-width: 768px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	#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 screen and (min-width: 768px) {
	#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 screen and (min-width: 768px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	#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 screen and (min-width: 768px) {
	#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 screen and (min-width: 768px) {
	#l-content .content-inner > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	#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 screen and (min-width: 768px) {
	#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 screen and (min-width: 768px) {
	#l-content .content-inner > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	#l-content .content-inner {
		padding-bottom : 60px;
	}
}
#l-content .content-inner .content-main > *:first-child, #l-content .content-inner .content-main > .image-position-left:first-child + *, #l-content .content-inner .content-main > .image-position-right:first-child + * {
	margin-top : 0 !important;
}
#l-content .content-inner .content-main > *:first-child.m-box-section, #l-content .content-inner .content-main > .image-position-left:first-child + *.m-box-section, #l-content .content-inner .content-main > .image-position-right:first-child + *.m-box-section {
	padding-top : 0;
}
@media screen 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: 768px) {
	#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 screen and (min-width: 768px) {
	#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 screen and (min-width: 768px) {
	#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 screen and (min-width: 768px) {
	#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 screen and (min-width: 768px) {
	#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 screen and (min-width: 768px) {
	#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 screen and (min-width: 768px) {
	#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 screen and (min-width: 768px) {
	#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 screen and (min-width: 768px) {
	#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 screen and (min-width: 768px) {
	#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 screen and (min-width: 768px) {
	#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 screen and (min-width: 768px) {
	#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 screen and (min-width: 768px) {
	#l-content .content-inner .content-main > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	#l-content .content-inner .content-main {
		float : left;
		width : 880px;
		max-width : 75%;
	}
}

#search_no, #search_type {
	display : none;
}

/* footer style */
#l-footer .footer-nav .nav-top {
	border-top : solid 1px #d0d8dc;
}
@media screen and (min-width: 768px) {
	#l-footer .footer-nav .nav-top {
		padding : 17px 0;
		border-bottom : solid 1px #e7eced;
	}
}
@media screen and (min-width: 768px) {
	#l-footer .footer-nav .nav-top .top-inner {
		width : 960px;
		margin : 0 auto;
		padding : 0 30px;
		box-sizing : content-box;
	}
}
#l-footer .footer-nav .nav-top .top-inner .top-list {
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
}
#l-footer .footer-nav .nav-top .top-inner .top-list .list-item {
	width : 50%;
	text-align : center;
}
@media screen and (min-width: 768px) {
	#l-footer .footer-nav .nav-top .top-inner .top-list .list-item {
		width : auto;
		padding-left : 20px;
		border-right : 1px solid #d0d8dc;
		padding-right : 20px;
	}
}
#l-footer .footer-nav .nav-top .top-inner .top-list .list-item:first-child {
	border-right : 1px solid #d0d8dc;
}
@media screen and (min-width: 768px) {
	#l-footer .footer-nav .nav-top .top-inner .top-list .list-item:first-child {
		border-left : 1px solid #d0d8dc;
	}
}
#l-footer .footer-nav .nav-top .top-inner .top-list .list-item:last-child {
	border-top : 1px solid #d0d8dc;
	width : 100%;
}
@media screen and (min-width: 768px) {
	#l-footer .footer-nav .nav-top .top-inner .top-list .list-item:last-child {
		border-top : none;
		width : auto;
	}
}
#l-footer .footer-nav .nav-top .top-inner .top-list .list-item > a {
	color : #414141;
	font-size : 12px;
	font-size : 1.2rem;
	padding : 15px 0;
	display : block;
}
@media screen and (min-width: 768px) {
	#l-footer .footer-nav .nav-top .top-inner .top-list .list-item > a {
		padding : 0;
	}
}
@media screen and (min-width: 768px) {
	#l-footer .footer-nav .nav-top .top-inner .top-list .list-item > a:hover {
		text-decoration : none;
	}
}

#l-footer .footer-nav .nav-sitemap {
	display : none;
}
@media screen and (min-width: 768px) {
	#l-footer .footer-nav .nav-sitemap {
		display : block;
	}
}
@media screen and (min-width: 768px) {
	#l-footer .footer-nav .nav-sitemap .sitemap-inner {
		width : 960px;
		margin : 0 auto;
		padding : 35px 30px;
		box-sizing : content-box;
	}
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list {
	margin : 0 -15px;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item {
	width : calc(100% / 3);
	width : calc((100% / 3 ) - 0.1px) \0;
	padding : 0 15px;
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item + .list-item {
	position : relative;
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item + .list-item:before {
	content : '';
	background-color : #e7ebed;
	width : 1px;
	height : 100%;
	display : block;
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0;
	margin : auto;
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item .item-inner + .item-inner {
	margin-top : 34px;
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item .item-inner .item-head > a {
	font-weight : bold;
	font-size : 14px;
	font-size : 1.4rem;
	color : #414141;
}
@media screen and (min-width: 768px) {
	#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item .item-inner .item-head > a:hover {
		text-decoration : none;
	}
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item .item-inner .item-body {
	margin : 0 -5px;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item .item-inner .item-body > ul {
	width : calc(100% / 2);
	width : calc((100% / 2 ) - 0.1px) \0;
	padding : 0 5px;
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item .item-inner .item-body > ul > li {
	margin-top : 5px;
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item .item-inner .item-body > ul > li > a {
	color : #414141;
	font-size : 12px;
	font-size : 1.2rem;
}
@media screen and (min-width: 768px) {
	#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item .item-inner .item-body > ul > li > a:hover {
		text-decoration : none;
	}
}

#l-footer .footer-outer {
	background-color : #414141;
}
@media screen and (min-width: 768px) {
	#l-footer .footer-outer .footer-inner {
		width : 960px;
		margin : 0 auto;
		padding : 0 30px;
		box-sizing : content-box;
	}
}
#l-footer .footer-outer .footer-inner .footer-pagetop {
	border-bottom : solid 1px #ccc;
}
@media screen and (min-width: 768px) {
	#l-footer .footer-outer .footer-inner .footer-pagetop {
		border : none;
		position : relative;
	}
}
#l-footer .footer-outer .footer-inner .footer-pagetop .pagetop-btn {
	text-align : center;
	display : block;
	transition : all 0.1s ease-in-out;
}
@media screen and (min-width: 768px) {
	#l-footer .footer-outer .footer-inner .footer-pagetop .pagetop-btn {
		position : absolute;
		bottom : 100%;
		width : 30px;
		height : 30px;
		background-color : #414141;
		right : 0;
		display : -ms-flexbox;
		display : flex;
		-ms-flex-pack : center;
		justify-content : center;
		-ms-flex-align : center;
		align-items : center;
	}
}
#l-footer .footer-outer .footer-inner .footer-pagetop .pagetop-btn .btn-img {
	display : -ms-flexbox;
	display : flex;
	-ms-flex-pack : center;
	justify-content : center;
	-ms-flex-align : center;
	align-items : center;
	height : 20px;
}
@media screen and (min-width: 768px) {
	#l-footer .footer-outer .footer-inner .footer-pagetop .pagetop-btn .btn-img {
		height : auto;
	}
}
#l-footer .footer-outer .footer-inner .footer-pagetop .pagetop-btn .btn-img > img, #l-footer .footer-outer .footer-inner .footer-pagetop .pagetop-btn .btn-img svg {
	transform : rotateZ(-90deg);
	width : 12px;
	height : 8px;
}
@media screen and (min-width: 768px) {
	#l-footer .footer-outer .footer-inner .footer-pagetop .pagetop-btn:hover {
		opacity : 0.75;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	}
}
#l-footer .footer-outer .footer-inner .footer-copy {
	color : #fff;
	text-align : center;
	padding-top : 15px;
	padding-bottom : 15px;
}

/* print style */
@media print {
	html {
		background : none;
	}
	body {
		padding : 0;
		background : none;
	}
}
