@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
	background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}

* {
	padding: 0;
  /* Reset `padding` and `margin` of all elements */
	margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
#content.ir-content {
  /* Add the correct display in iOS 4-7.*/
  /*
  * 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
  */
  /* Address styling not present in IE 8/9 */
  /* https://gist.github.com/unruthless/413930 */
  /* # =================================================================
    # Forms
    # ================================================================= */
  /* Apply cursor pointer to button elements */
  /* Replace pointer cursor in disabled elements */
  /* Remove inner padding and border in Firefox 4+ */
  /* Replace focus style removed in the border reset above */
  /* Remove the default button styling in all browsers */
  /* Style select like a standard input */
  /* # =================================================================
    # Specify media element style
    # ================================================================= */
  /* Add the correct vertical alignment in Chrome, Firefox, and Opera */
  /* # =================================================================
    # Accessibility
    # ================================================================= */
  /* Hide content from screens but not screenreaders */
  /* Specify the progress cursor of updating elements */
  /* Specify the pointer cursor of trigger elements */
  /* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
  /* # =================================================================
    # Selection
    # ================================================================= */
  /* Specify text selection background color and omit drop shadow */
}

#content.ir-content audio:not([controls]) {
	display: none;
	height: 0;
}

#content.ir-content hr {
	overflow: visible;
    /* Show the overflow in Edge and IE */
}

#content.ir-content article,
#content.ir-content aside,
#content.ir-content details,
#content.ir-content figcaption,
#content.ir-content figure,
#content.ir-content footer,
#content.ir-content header,
#content.ir-content main,
#content.ir-content menu,
#content.ir-content nav,
#content.ir-content section,
#content.ir-content summary {
	display: block;
}

#content.ir-content summary {
	display: list-item;
    /* Add the correct display in all browsers */
}

#content.ir-content small {
	font-size: 80%;
    /* Set font-size to 80% in `small` elements */
}

#content.ir-content [hidden],
#content.ir-content template {
	display: none;
    /* Add the correct display in IE */
}

#content.ir-content abbr[title] {
	border-bottom: 1px dotted;
    /* Add a bordered underline effect in all browsers */
	text-decoration: none;
    /* Remove text decoration in Firefox 40+ */
}

#content.ir-content a {
	background-color: transparent;
    /* Remove the gray background on active links in IE 10 */
	-webkit-text-decoration-skip: objects;
    /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

#content.ir-content a:active,
#content.ir-content a:hover {
	outline-width: 0;
    /* Remove the outline when hovering in all browsers */
}

#content.ir-content code,
#content.ir-content kbd,
#content.ir-content pre,
#content.ir-content samp {
	font-family: monospace, monospace;
    /* Specify the font family of code elements */
}

#content.ir-content b,
#content.ir-content strong {
	font-weight: bolder;
    /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

#content.ir-content mark {
	background-color: #ff0;
	color: #000;
}

#content.ir-content sub,
#content.ir-content sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

#content.ir-content sub {
	bottom: -0.25em;
}

#content.ir-content sup {
	top: -0.5em;
}

#content.ir-content input {
	border-radius: 0;
}

#content.ir-content button,
#content.ir-content [type="button"],
#content.ir-content [type="reset"],
#content.ir-content [type="submit"],
#content.ir-content [role="button"] {
	cursor: pointer;
}

#content.ir-content [disabled] {
	cursor: default;
}

#content.ir-content [type="number"] {
	width: auto;
    /* Firefox 36+ */
}

#content.ir-content [type="search"] {
	-webkit-appearance: textfield;
    /* Safari 8+ */
}

#content.ir-content [type="search"]::-webkit-search-cancel-button,
#content.ir-content [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
    /* Safari 8 */
}

#content.ir-content textarea {
	overflow: auto;
    /* Internet Explorer 11+ */
	resize: vertical;
    /* Specify textarea resizability */
}

#content.ir-content button,
#content.ir-content input,
#content.ir-content optgroup,
#content.ir-content select,
#content.ir-content textarea {
	font: inherit;
    /* Specify font inheritance of form elements */
}

#content.ir-content optgroup {
	font-weight: bold;
    /* Restore the font weight unset by the previous rule. */
}

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

#content.ir-content button::-moz-focus-inner,
#content.ir-content [type="button"]::-moz-focus-inner,
#content.ir-content [type="reset"]::-moz-focus-inner,
#content.ir-content [type="submit"]::-moz-focus-inner {
	border-style: 0;
	padding: 0;
}

#content.ir-content button:-moz-focusring,
#content.ir-content [type="button"]::-moz-focus-inner,
#content.ir-content [type="reset"]::-moz-focus-inner,
#content.ir-content [type="submit"]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

#content.ir-content button,
#content.ir-content html [type="button"],
#content.ir-content [type="reset"],
#content.ir-content [type="submit"] {
	-webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS */
}

#content.ir-content button,
#content.ir-content select {
	text-transform: none;
    /* Firefox 40+, Internet Explorer 11- */
}

#content.ir-content button,
#content.ir-content input,
#content.ir-content select,
#content.ir-content textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}

#content.ir-content select {
	-moz-appearance: none;
    /* Firefox 36+ */
	-webkit-appearance: none;
    /* Chrome 41+ */
}

#content.ir-content select::-ms-expand {
	display: none;
    /* Internet Explorer 11+ */
}

#content.ir-content select::-ms-value {
	color: currentColor;
    /* Internet Explorer 11+ */
}

#content.ir-content legend {
	border: 0;
    /* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit;
    /* Correct the color inheritance from `fieldset` elements in IE */
	display: table;
    /* Correct the text wrapping in Edge and IE */
	max-width: 100%;
    /* Correct the text wrapping in Edge and IE */
	white-space: normal;
    /* Correct the text wrapping in Edge and IE */
}

#content.ir-content ::-webkit-file-upload-button {
	-webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS and Safari */
	font: inherit;
    /* Change font properties to `inherit` in Chrome and Safari */
}

#content.ir-content [type="search"] {
	-webkit-appearance: textfield;
    /* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px;
    /* Correct the outline style in Safari */
}

#content.ir-content img {
	border-style: none;
    /* Remove border when inside `a` element in IE 8/9/10 */
}

#content.ir-content progress {
	vertical-align: baseline;
}

#content.ir-content svg:not(:root) {
	overflow: hidden;
    /* Internet Explorer 11- */
}

#content.ir-content audio,
#content.ir-content canvas,
#content.ir-content progress,
#content.ir-content video {
	display: inline-block;
    /* Internet Explorer 11+, Windows Phone 8.1+ */
}

@media screen {
	#content.ir-content [hidden~="screen"] {
		display: inherit;
	}

	#content.ir-content [hidden~="screen"]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}

#content.ir-content [aria-busy="true"] {
	cursor: progress;
}

#content.ir-content [aria-controls] {
	cursor: pointer;
}

#content.ir-content [aria-disabled] {
	cursor: default;
}

#content.ir-content ::-moz-selection {
	background-color: #b3d4fc;
    /* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
}

#content.ir-content ::selection {
	background-color: #b3d4fc;
    /* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
}

/*--------------------------------------------------------------------------------
	foundation
--------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	html, body {
		position: relative;
		min-width: 320px;
	}
}

#stage #content.ir-content {
	width: 1040px;
	max-width: 1040px;
	margin: auto;
	padding: 0 20px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	line-break: strict;
	overflow-x: hidden;
	color: #000;
	font-size: 14px;
	line-height: 1.785;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 768px) {
	#stage #content.ir-content {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 0;
	}
}

#content.ir-content div, #content.ir-content p, #content.ir-content h1, #content.ir-content h2, #content.ir-content h3, #content.ir-content h4, #content.ir-content h5, #content.ir-content h6, #content.ir-content tr, #content.ir-content th, #content.ir-content td, #content.ir-content dl, #content.ir-content dt, #content.ir-content dd, #content.ir-content a {
	font-size: inherit;
	line-height: inherit;
}

#content.ir-content main {
	display: block;
}

#content.ir-content strong {
	font-weight: bold;
}

#content.ir-content a {
	text-decoration: none;
	color: #000;
	outline: none;
}

#content.ir-content a[href^="tel"] {
	pointer-events: none;
}

@media only screen and (max-width: 768px) {
	#content.ir-content a[href^="tel"] {
		pointer-events: auto;
	}
}

#content.ir-content li {
	list-style: none;
}

#content.ir-content img {
	width: 100%;
}

/* モジュール見出し用 */
#content.ir-content .module-section {
	margin-bottom: 123px;
}

#content.ir-content .module-title {
	padding-bottom: 17px;
	margin-bottom: 40px;
	border-bottom: 1px solid #000;
	font-size: 36px;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .module-section {
		margin-bottom: 82px;
	}

	#content.ir-content .module-title {
		padding-bottom: 12px;
		margin-bottom: 40px;
		border-bottom: 1px solid #000;
		font-size: 22px;
	}
}

@font-face {
	font-family: "iconfont";
	src: url("../fonts/icon/iconfont.eot");
	src: url("../fonts/icon/iconfont.eot?#iefix") format("eot"), url("../fonts/icon/iconfont.woff") format("woff"), url("../fonts/icon/iconfont.ttf") format("truetype"), url("../fonts/icon/iconfont.svg#iconfont") format("svg");
	font-weight: normal;
	font-style: normal;
}

i[class^=c-icon] {
	display: inline-block;
	vertical-align: baseline;
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.c-icon--arrowDown:after {
	content: "\EA01";
}

.c-icon--arrowLeft:after {
	content: "\EA02";
}

.c-icon--arrowRight:after {
	content: "\EA03";
}

.c-icon--arrowUp:after {
	content: "\EA04";
}

.c-icon--blank:after {
	content: "\EA05";
}

.c-icon--dot:after {
	content: "\EA07";
}

.c-icon--download:after {
	content: "\EA08";
}

.c-icon--hamburger:after {
	content: "\EA09";
}

.c-icon--investor:after {
	content: "\EA0A";
}

.c-icon--minus:after {
	content: "\EA0B";
}

.c-icon--plus:after {
	content: "\EA0C";
}

.c-icon--rss:after {
	content: "\EA0D";
}

.c-icon--search:after {
	content: "\EA0E";
}

@media print {
	body {
		min-width: 1040px;
	}

	#stage #header,
  #stage .wrp-gnav,
  #stage #rwd-footer {
		display: none;
	}

	#stage .ir-content .l-structure .l-main {
		width: 100% !important;
	}

	#stage .ir-content .l-structure .l-sidenav {
		display: none;
	}

	#stage .ir-content #contentFoot {
		display: none;
	}
}
/*--------------------------------------------------------------------------------
	コンテンツフッター
--------------------------------------------------------------------------------*/
#stage #contentFoot {
	margin-top: 20px;
}

#stage .wrp-cont-foot .footl {
	float: left;
}

#stage .wrp-cont-foot .footr {
	float: right;
}

#stage .mod-pagetop {
	display: inline-block;
}

#stage .mod-pagetop .txt {
	font-size: 14px;
	padding-right: 30px;
	line-height: 1.5;
}

#stage .mod-pagetop a {
	display: block;
	position: relative;
	color: #000;
}

#stage .mod-pagetop a .txt {
	position: relative;
}

#stage .mod-pagetop a .txt::after {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #CCC;
	border-radius: 4px;
	background-image: url(/ir/assets/img/icon/arrow_blue_t.png);
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: center center;
}

@media only screen and (max-width: 768px) {
	#stage #contentFoot {
		margin-top: 60px;
	}
}

/*--------------------------------------------------------------------------------
	main structure
--------------------------------------------------------------------------------*/
#stage .ir-content .l-structure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px;
}

#stage .ir-content .l-structure .l-main {
	padding-bottom: 100px;
}

#stage .ir-content .l-structure .l-main > *:last-child {
	margin-bottom: 0;
}

#stage .ir-content .l-structure--single .l-primaryHeading {
	width: 100%;
}

#stage .ir-content .l-structure--single .l-mainvisual {
	width: 100%;
}

#stage .ir-content .l-structure--single .l-main {
	width: 100%;
	margin: 0 auto;
}

#stage .ir-content .l-structure--single .l-sidenav {
	display: none;
}

#stage .ir-content .l-structure--double {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#stage .ir-content .l-structure--double .l-primaryHeading {
	width: 100%;
}

#stage .ir-content .l-structure--double .l-mainvisual {
	width: 100%;
}

#stage .ir-content .l-structure--double .l-main {
	width: 740px;
}

#stage .ir-content .l-structure--double .l-sidenav {
	width: 220px;
}

#stage .ir-content .l-structure--full .l-primaryHeading {
	width: 100%;
}

#stage .ir-content .l-structure--full .l-main {
	position: relative;
	width: 100%;
}

#stage .ir-content .l-structure--full .l-main > *:first-child {
	margin-top: 100px;
}

#stage .ir-content .l-structure--full .l-sidenav {
	display: none;
}

@media only screen and (max-width: 768px) {
	#stage .ir-content .l-structure {
		display: block;
		margin: 0;
	}

	#stage .ir-content .l-structure .l-primaryHeading {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100% !important;
	}

	#stage .ir-content .l-structure .l-mainvisual {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100% !important;
	}

	#stage .ir-content .l-structure .l-main {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100% !important;
		padding-left: 0;
	}

	#stage .ir-content .l-structure .l-sidenav {
		width: auto;
	}

	#stage .ir-content .l-structure--single .l-main > *:first-child,
  	#stage .ir-content .l-structure--full .l-main > *:first-child {
		margin-top: 20px;
	}

	#stage .ir-content .l-structure--double .l-main > *:first-child {
		margin-top: 20px;
	}

	#stage .ir-content .l-structure--double .l-main {
		padding-left: 0;
	}
}

/*--------------------------------------------------------------------------------
	breadcrumbs
--------------------------------------------------------------------------------*/
#content.ir-content .l-breadcrumbs {
	width: 100%;
	background: #fff;
}

#content.ir-content .l-breadcrumbs .inner {
	position: relative;
	z-index: 1;
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
}

#content.ir-content .l-breadcrumbs .list li {
	display: inline;
	font-size: 13px;
	line-height: 1.2;
	color: #666;
	padding-right: 10px;
}

#content.ir-content .l-breadcrumbs .list li > a {
	color: #000;
}

#content.ir-content .l-breadcrumbs .list li > a::after {
	content: '>';
	margin: 0 0 0 10px;
	color: #666;
}

#content.ir-content .l-breadcrumbs .list li > a:hover span {
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .l-breadcrumbs {
		display: none;
	}
}

/*--------------------------------------------------------------------------------
	local navigation
--------------------------------------------------------------------------------*/
#stage .ir-content {
  /* toggle */
}

#stage .ir-content .l-sidenav {
    /* lv1 */
}

#stage .ir-content .l-sidenav a,
    #stage .ir-content .l-sidenav a:hover {
	display: block;
	position: relative;
	color: #000;
}

#stage .ir-content .l-sidenav .l-sidenav__column + .l-sidenav__column {
	margin-top: 38px;
}

#stage .ir-content .l-sidenav .l-sidenav-lv1 {
	font-size: 14px;
	line-height: 1.42857;
	margin-bottom: 20px;
}

#stage .ir-content .l-sidenav .l-sidenav-lv1 .l-sidernav-lv1__inner {
	padding: 19px 15px 16px 15px;
	background-color: #0036A6;
}

#stage .ir-content .l-sidenav .l-sidenav-lv1 .l-sidernav-lv1__inner span {
	display: inline-block;
	position: relative;
	padding-left: 15px;
}

#stage .ir-content .l-sidenav .l-sidenav-lv1 .l-sidernav-lv1__inner span::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #ffffff;
}

#stage .ir-content .l-sidenav .l-sidenav-lv1 a {
	color: #fff;
}

#stage .ir-content .l-sidenav .l-sidenav__lower {
	border-bottom: 1px solid #ccc;
}

#stage .ir-content .l-sidenav .l-sidenav__lower .l-sidenav-lv2 {
	position: relative;
	font-size: 14px;
	line-height: 1.42857;
}

#stage .ir-content .l-sidenav .l-sidenav__lower .l-sidenav-lv2 .l-sidenav-lv2__inner {
	position: relative;
	padding: 19px 42px 16px 15px;
}

#stage .ir-content .l-sidenav .l-sidenav__lower .l-sidenav-lv2--single .l-sidenav-lv2__inner {
	padding-right: 15px;
}

#stage .ir-content .l-sidenav .l-sidenav__lower .l-sidenav-lv2 .l-sidenav-lv2__inner span {
	display: inline-block;
	position: relative;
	padding-left: 15px;
}

#stage .ir-content .l-sidenav .l-sidenav__lower .l-sidenav-lv2 .l-sidenav-lv2__inner span::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #0036A6;
}

#stage .ir-content .l-sidenav .l-sidenav__lower .l-sidenav-lv2 a {
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

#stage .ir-content .l-sidenav .l-sidenav__lower .l-sidenav-lv3 {
	position: relative;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
}

#stage .ir-content .l-sidenav .l-sidenav__lower .l-sidenav-lv3 .l-sidenav-lv2 {
	margin-top: 5px;
	padding-left: 20px;
	padding-bottom: 18px;
}

#stage .ir-content .l-sidenav .l-sidenav__lower .l-sidenav-lv3__items {
	position: relative;
	padding: 20px 15px;
	margin-bottom: 20px;
	background-color: #EEF8FF;
	font-size: 12px;
	line-height: 1.42;
}

#stage .ir-content .l-sidenav .l-sidenav__lower .l-sidenav-lv3__items > li:not(:last-child) {
	margin-bottom: 20px;
}

#stage .ir-content .l-sidenav .l-sidenav__lower .l-sidenav-lv3__items a {
	padding-left: 12px;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

#stage .ir-content .l-sidenav .l-sidenav__lower .l-sidenav-lv3__items a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #0036A6;
}

#stage .ir-content .l-sidenav .l-sidenav__lower.is-current .l-sidenav-lv2 .l-sidenav-lv2__inner {
	color: #0036A6;
}

#stage .ir-content .l-sidenav .l-sidenav__lower.is-current .l-sidenav-lv3__item.is-current a {
	pointer-events: none;
	color: #0036A6;
}

#stage .ir-content .l-sidenav .l-stockweather {
	padding: 10px;
	margin-top: 40px;
	border: 1px solid #ccc;
	background-color: #EEF8FF;
}

@media only screen and (max-width: 768px) {
	#stage .ir-content .l-sidenav {
		width: auto;
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 0;
	}

	#stage .ir-content .l-sidenav .l-sidenav-lv1 .l-sidernav-lv1__inner {
		border-radius: 0;
	}

	#stage .ir-content .l-sidenav .l-sidenav-lv3__items {
		border-radius: 4px;
	}

	#stage .ir-content .l-sidenav .l-stockweather {
		padding: 10px;
		margin: 40px 10px;
		border: 1px solid #ccc;
		background-color: #EEF8FF;
	}
}

@media only screen and (min-width: 1025px) {
	#stage .ir-content .l-sidenav .l-sidenav__lower .l-sidenav-lv2 a:hover,
    #stage .ir-content .l-sidenav .l-sidenav__lower .l-sidenav-lv3 a:hover {
		color: #0036A6;
	}
}

#stage .ir-content .l-sidenav .l-sidenav__lower.js-toggle .l-sidenav-lv2__inner {
	cursor: pointer;
}

#stage .ir-content .l-sidenav .l-sidenav__lower.js-toggle .l-sidenav-lv2-btn {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 100%;
}

#stage .ir-content .l-sidenav .l-sidenav__lower.js-toggle .l-sidenav-lv2-btn::before {
	content: '';
	position: relative;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 11px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url(/ir/assets/img/icon/icon_plus.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}

#stage .ir-content .l-sidenav .l-sidenav__lower.js-toggle .l-sidenav-lv2-btn::after {
	content: '';
	position: relative;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background-color: #D8D8D8;
}

#stage .ir-content .l-sidenav .l-sidenav__lower.js-toggle.is-active .l-sidenav-lv2-btn::before {
	background-image: url(/ir/assets/img/icon/icon_minus.png);
}

#stage .ir-content .l-sidenav .l-sidenav__lower.js-toggle.is-active .l-sidenav-lv3 {
	height: auto;
	visibility: visible;
	pointer-events: all;
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

@media only screen and (max-width: 768px) {
	#stage .ir-content .l-sidenav .l-sidenav__lower.js-toggle .l-sidenav-lv2__inner {
		padding-right: 75px;
	}

	#stage .ir-content .l-sidenav .l-sidenav__lower.js-toggle .l-sidenav-lv2-btn {
		width: 70px;
	}

	#stage .ir-content .l-sidenav .l-sidenav__lower.js-toggle .l-sidenav-lv2-btn::before {
		width: 12px;
		height: 12px;
	}
}

/*--------------------------------------------------------------------------------
	template
--------------------------------------------------------------------------------*/
#stage .ir-content--template02 .l-main__contents {
	margin-top: 60px;
}

#stage .ir-content--template03 .l-main__contents {
	margin-top: 30px;
}

/*--------------------------------------------------------------------------------
	h1
--------------------------------------------------------------------------------*/
#stage .ir-content .l-heading {
	margin-top: -11px;
	margin-bottom: 27px;
}

#stage .ir-content .l-heading-main {
	color: #0036A6;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	#stage .ir-content .l-heading {
		margin-bottom: 17px;
	}

	#stage .ir-content .l-heading-main {
		font-size: 26px;
	}
}

/*--------------------------------------------------------------------------------
	keyvisual
--------------------------------------------------------------------------------*/
#stage .ir-content .l-keyvisual {
	margin-bottom: 60px;
}

#stage .ir-content .l-keyvisual__vis figure {
	position: relative;
	width: 100%;
	padding-top: 32.4324%;
}

#stage .ir-content .l-keyvisual__vis figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

#stage .ir-content .l-keyvisual__detail {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.78571;
}

@media only screen and (max-width: 768px) {
	#stage .ir-content .l-keyvisual__vis figure {
		padding-top: 32.3943%;
	}

	#stage .ir-content .l-keyvisual__detail {
		margin-top: 25px;
	}
}

/*--------------------------------------------------------------------------------
	section
--------------------------------------------------------------------------------*/
#stage .ir-content .l-section {
	margin-bottom: 60px;
}

/*--------------------------------------------------------------------------------
	Atoms - text
--------------------------------------------------------------------------------*/
#content.ir-content .c-txt {
	font-size: 15px;
	line-height: 1.8;
}

#content.ir-content .c-txt--sm {
	font-size: 13px;
	line-height: 1.8;
}

#content.ir-content .c-txt--md {
	font-size: 17px;
	line-height: 1.8;
}

#content.ir-content .c-txt--lg {
	font-size: 23px;
	line-height: 1.8;
}

#content.ir-content .c-txt--bold {
	font-weight: bold;
}

#content.ir-content .c-txt--bold {
	font-weight: bold;
}

a #content.ir-content .c-txt--link {
	color: #0082CA;
}

a:hover #content.ir-content .c-txt--link {
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-txt--lg {
		font-size: 19px;
		line-height: 1.8;
	}
}

/*--------------------------------------------------------------------------------
	Atoms - text V2
--------------------------------------------------------------------------------*/
#content.ir-content .c-txt-v2 {
	position: relative;
	display: inline-block;
	padding-left: 21px;
	font-size: 14px;
	line-height: 1.42857;
	color: #000;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

#content.ir-content .c-txt-v2--dotted {
	position: relative;
}

#content.ir-content .c-txt-v2--dotted:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #000;
	border: none !important;
}

#content.ir-content .c-txt-v2--plain:before {
	display: none;
}

#content.ir-content .c-txt-v2--plain a .c-txt-v2--plain {
	color: #0036A6;
}

#content.ir-content .c-txt-v2--plain a:hover .c-txt-v2--plain {
	text-decoration: underline;
}

#content.ir-content .c-txt-v2--bold {
	font-weight: bold;
}

#content.ir-content .c-txt-v2--xs {
	font-size: 11px;
	line-height: 1.54545;
}

#content.ir-content .c-txt-v2--sm {
	font-size: 13px;
	line-height: 1.8;
}

#content.ir-content .c-txt-v2--md {
	font-size: 17px;
	line-height: 1.8;
}

#content.ir-content .c-txt-v2--lg {
	font-size: 23px;
	line-height: 1.8;
}

#content.ir-content a .c-txt-v2 {
	position: relative;
}

#content.ir-content a .c-txt-v2:before {
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #0036A6;
}

#content.ir-content a .c-txt-v2--dotted {
	position: relative;
}

#content.ir-content a .c-txt-v2--dotted:before {
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #000;
	border: none !important;
}

#content.ir-content a[data-type="modal"] .c-txt-v2:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(/ir/assets/img/icon/icon_modal_blue.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
}

#content.ir-content a[target="_blank"]:not([href*=".pdf"]):not([href*=".PDF"]):not([href*=".xls"]) .c-txt-v2:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(/ir/assets/img/icon/icon_blank_blue.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
}

#content.ir-content a[href*=".pdf"] .c-txt-v2:before,
#content.ir-content a[href*=".PDF"] .c-txt-v2:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 16px;
	margin-top: -2px;
	background: url(/ir/assets/img/icon/icon_pdf_red.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
}

#content.ir-content a[href*=".xls"] .c-txt-v2:before,
#content.ir-content a[href*=".xlsx"] .c-txt-v2:before,
#content.ir-content a[href*=".doc"] .c-txt-v2:before,
#content.ir-content a[href*=".docx"] .c-txt-v2:before,
#content.ir-content a[href*=".zip"] .c-txt-v2:before,
#content.ir-content a[href*=".csv"] .c-txt-v2:before,
#content.ir-content a[href*=".txt"] .c-txt-v2:before,
#content.ir-content a[href*=".mp4"] .c-txt-v2:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 17px;
	margin-top: -2px;
	background: url(/ir/assets/img/icon/icon_file_gray.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
}

@media only screen and (min-width: 1025px) {
	#content.ir-content a:hover .c-txt-v2 {
		color: #0036A6;
		text-decoration: underline;
	}

	#content.ir-content a:hover .c-txt-v2:after {
		background-color: #0036A6;
	}
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-txt-v2--lg {
		font-size: 19px;
		line-height: 1.8;
	}
}

/*--------------------------------------------------------------------------------
	Atoms - bordered heading
	- ボーダー付き小見出し
--------------------------------------------------------------------------------*/
#content.ir-content .c-bordered-heading {
	margin-bottom: 0;
	border-bottom: 2px solid #0036A6;
	color: #0036A6;
	font-weight: bold;
	font-size: 16px;
}

#content.ir-content .c-bordered-heading span {
	display: block;
	padding: 0 10px 8px;
}

/*--------------------------------------------------------------------------------
	Atoms - button
	- a要素内ではアイコンが付加される
--------------------------------------------------------------------------------*/
#content.ir-content .c-button {
	position: relative;
	display: block;
	padding: 13px 12px 12px;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	background: #fff;
	border: 1px solid #CCC;
	border-radius: 4px;
	overflow: hidden;
	-webkit-transition: border 0.3s ease;
	transition: border 0.3s ease;
}

#content.ir-content .c-button span {
	display: block;
	text-align: center;
	padding-left: 20px;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

#content.ir-content a .c-button span,
#content.ir-content button:not([disabled]) .c-button span {
	position: relative;
}

#content.ir-content a .c-button span:after,
#content.ir-content button:not([disabled]) .c-button span:after {
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #0036A6;
}

#content.ir-content a[data-type="modal"] .c-button span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(/ir/assets/img/icon/icon_modal_blue.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
}

#content.ir-content a[target="_blank"]:not([href*=".pdf"]):not([href*=".PDF"]):not([href*=".xls"]) .c-button span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(/ir/assets/img/icon/icon_blank_blue.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
}

#content.ir-content a[href*=".pdf"] .c-button span:after,
#content.ir-content a[href*=".PDF"] .c-button span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 16px;
	margin-top: -2px;
	background: url(/ir/assets/img/icon/icon_pdf_red.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
}

#content.ir-content a[href*=".xls"] .c-button span:after,
#content.ir-content a[href*=".doc"] .c-button span:after,
#content.ir-content a[href*=".docx"] .c-button span:after,
#content.ir-content a[href*=".zip"] .c-button span:after,
#content.ir-content a[href*=".csv"] .c-button span:after,
#content.ir-content a[href*=".txt"] .c-button span:after,
#content.ir-content a[href*=".mp4"] .c-button span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 17px;
	margin-top: -2px;
	background: url(/ir/assets/img/icon/icon_file_gray.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
}

#content.ir-content .c-buttonGroup--fourUp .c-button span {
	padding-left: 18px;
	text-align: left;
}

@media only screen and (min-width: 1025px) {
	#content.ir-content a:hover .c-button,
#content.ir-content button:not([disabled]):hover .c-button {
		border-color: #0036A6;
	}

	#content.ir-content a:hover .c-button span,
  #content.ir-content button:not([disabled]):hover .c-button span {
		color: #0036A6;
	}
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-buttonGroup--fourUp .c-button span {
		padding-left: 21px;
		text-align: center;
	}
}

/*--------------------------------------------------------------------------------
	Atoms - button
	- a要素内ではアイコンが付加される
--------------------------------------------------------------------------------*/
#content.ir-content .c-button-v2 {
	position: relative;
	display: block;
	padding: 13px 12px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	background: #0036A6;
	border: 1px solid #0036A6;
	border-radius: 4px;
	overflow: hidden;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

#content.ir-content .c-button-v2 span {
	display: block;
	padding-left: 20px;
	text-align: center;
}

#content.ir-content .c-button-v2--red {
	background-color: #d23c3c;
	border: 1px solid #d23c3c;
}

#content.ir-content a .c-button-v2 span,
#content.ir-content button:not([disabled]) .c-button-v2 span {
	position: relative;
}

#content.ir-content a .c-button-v2 span:after,
#content.ir-content button:not([disabled]) .c-button-v2 span:after {
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #fff;
}

#content.ir-content a .c-button-v2--download span {
	padding-left: 27px;
}

#content.ir-content a .c-button-v2--download span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background-image: url(/ir/assets/img/icon/icon_download_white.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	border: none;
}

#content.ir-content a[data-type="modal"] .c-button-v2 span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(/ir/assets/img/icon/icon_modal_white.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
}

#content.ir-content a[target="_blank"]:not([href*=".pdf"]):not([href*=".PDF"]):not([href*=".xls"]) .c-button-v2:not(.c-button-v2--download) span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(/ir/assets/img/icon/icon_blank_white.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
}

#content.ir-content a[href*=".pdf"] .c-button-v2 span:after,
#content.ir-content a[href*=".PDF"] .c-button-v2 span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 16px;
	margin-top: -2px;
	background: url(/ir/assets/img/icon/icon_pdf_white.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
}

#content.ir-content a[href*=".xls"] .c-button-v2 span:after,
#content.ir-content a[href*=".doc"] .c-button-v2 span:after,
#content.ir-content a[href*=".docx"] .c-button-v2 span:after,
#content.ir-content a[href*=".zip"] .c-button-v2 span:after,
#content.ir-content a[href*=".csv"] .c-button-v2 span:after,
#content.ir-content a[href*=".txt"] .c-button-v2 span:after,
#content.ir-content a[href*=".mp4"] .c-button-v2 span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 16px;
	margin-top: -2px;
	background: url(/ir/assets/img/icon/icon_file_white.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
}

@media only screen and (min-width: 1025px) {
	#content.ir-content a:hover .c-button-v2,
	#content.ir-content button:not([disabled]):hover .c-button-v2 {
		background: #fff;
		color: #0036A6;
	}

	#content.ir-content a:hover .c-button-v2 span:after,
	#content.ir-content button:not([disabled]):hover .c-button-v2 span:after {
		left: 5px;
		content: "";
		display: block;
		position: absolute;
		left: 5px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3.5px 0 3.5px 6px;
		border-color: transparent transparent transparent #0036A6;
	}

	#content.ir-content a:hover .c-button-v2--red,
	#content.ir-content button:not([disabled]):hover .c-button-v2--red {
		background: #fff;
		color: #d23c3c;
	}

	#content.ir-content a:hover .c-button-v2--red span:after,
	#content.ir-content button:not([disabled]):hover .c-button-v2--red span:after {
		left: 5px;
		content: "";
		display: block;
		position: absolute;
		left: 5px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3.5px 0 3.5px 6px;
		border-color: transparent transparent transparent #d23c3c;
	}

	#content.ir-content a[data-type="modal"]:hover .c-button-v2 span:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 16px;
		height: 16px;
		background: url(/ir/assets/img/icon/icon_modal_blue.svg) no-repeat 0 0;
		background-size: cover;
		border: none;
	}

	#content.ir-content a[data-type="modal"]:hover .c-button-v2--red span:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 16px;
		height: 16px;
		background: url(/ir/assets/img/icon/icon_modal_red.svg) no-repeat 0 0;
		background-size: cover;
		border: none;
	}

	#content.ir-content a[target="_blank"]:not([href*=".pdf"]):not([href*=".PDF"]):not([href*=".xls"]):hover .c-button-v2:not(.c-button-v2--download) span:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 16px;
		height: 16px;
		background: url(/ir/assets/img/icon/icon_blank_blue.svg) no-repeat 0 0;
		background-size: cover;
		border: none;
	}

	#content.ir-content a[target="_blank"]:not([href*=".pdf"]):not([href*=".PDF"]):not([href*=".xls"]):hover .c-button-v2--red:not(.c-button-v2--download) span:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 16px;
		height: 16px;
		background: url(/ir/assets/img/icon/icon_blank_red.svg) no-repeat 0 0;
		background-size: cover;
		border: none;
	}

	#content.ir-content a[href*=".pdf"]:hover .c-button-v2 span:after,
	#content.ir-content a[href*=".PDF"]:hover .c-button-v2 span:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 14px;
		height: 16px;
		margin-top: -2px;
		background: url(/ir/assets/img/icon/icon_pdf_red.svg) no-repeat 0 0;
		background-size: cover;
		border: none;
	}

	#content.ir-content a[href*=".xls"]:hover .c-button-v2 span:after,
	#content.ir-content a[href*=".doc"]:hover .c-button-v2 span:after,
	#content.ir-content a[href*=".docx"]:hover .c-button-v2 span:after,
	#content.ir-content a[href*=".zip"]:hover .c-button-v2 span:after,
	#content.ir-content a[href*=".csv"]:hover .c-button-v2 span:after,
	#content.ir-content a[href*=".txt"]:hover .c-button-v2 span:after,
	#content.ir-content a[href*=".mp4"]:hover .c-button-v2 span:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 14px;
		height: 17px;
		margin-top: -2px;
		background: url(/ir/assets/img/icon/icon_file_gray.svg) no-repeat 0 0;
		background-size: cover;
		border: none;
	}

	#content.ir-content a[href*=".xls"]:hover .c-button-v2--red span:after,
	#content.ir-content a[href*=".doc"]:hover .c-button-v2--red span:after,
	#content.ir-content a[href*=".docx"]:hover .c-button-v2--red span:after,
	#content.ir-content a[href*=".zip"]:hover .c-button-v2--red span:after,
	#content.ir-content a[href*=".csv"]:hover .c-button-v2--red span:after,
	#content.ir-content a[href*=".txt"]:hover .c-button-v2--red span:after,
	#content.ir-content a[href*=".mp4"]:hover .c-button-v2--red span:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 14px;
		height: 16px;
		margin-top: -2px;
		background: url(/ir/assets/img/icon/icon_file_red.svg) no-repeat 0 0;
		background-size: cover;
		border: none;
	}

	#content.ir-content a[target="_blank"]:hover .c-button-v2.c-button-v2--download span:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 14px;
		height: 14px;
		background-image: url(/ir/assets/img/icon/icon_download_blue.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: cover;
		border: none;
	}
}

#content.ir-content .c-buttonGroup--fourUp .c-button-v2 span {
	padding-left: 18px;
	text-align: left;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-buttonGroup--fourUp .c-button-v2 span {
		padding-left: 21px;
		text-align: center;
	}
}

/*--------------------------------------------------------------------------------
	Atoms - button V3
	- a要素内ではアイコンが付加される
--------------------------------------------------------------------------------*/
#content.ir-content .c-button-v3 {
	position: relative;
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

#content.ir-content .c-button-v3:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

#content.ir-content .c-button-v3 span {
	position: relative;
	display: block;
	padding: 9px 35px 7px 15px;
}

#content.ir-content a .c-button-v3,
#content.ir-content button:not([disabled]) .c-button-v3 {
	overflow: hidden;
	-webkit-transition: color 250ms;
	transition: color 250ms;
}

#content.ir-content a .c-button-v3:before,
#content.ir-content button:not([disabled]) .c-button-v3:before {
	z-index: 0;
	width: 100%;
	padding-right: 16px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: -webkit-transform 400ms;
	transition: -webkit-transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
}

#content.ir-content a .c-button-v3 span,
#content.ir-content button:not([disabled]) .c-button-v3 span {
	z-index: 1;
	padding-left: 35px;
}

#content.ir-content a .c-button-v3 span:after,
#content.ir-content button:not([disabled]) .c-button-v3 span:after {
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #0036A6;
	left: 15px;
}

#content.ir-content a[data-type="modal"] .c-button-v3 span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(/ir/assets/img/icon/icon_modal_blue.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
	left: 15px;
}

#content.ir-content a[target="_blank"]:not([href*=".pdf"]):not([href*=".PDF"]):not([href*=".xls"]) .c-button-v3 span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(/ir/assets/img/icon/icon_blank_blue.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
	left: 15px;
}

#content.ir-content a[href*=".pdf"] .c-button-v3 span:after,
#content.ir-content a[href*=".PDF"] .c-button-v3 span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 16px;
	margin-top: -2px;
	background: url(/ir/assets/img/icon/icon_pdf_red.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
	left: 15px;
}

#content.ir-content a[href*=".xls"] .c-button-v3 span:after,
#content.ir-content a[href*=".doc"] .c-button-v3 span:after,
#content.ir-content a[href*=".docx"] .c-button-v3 span:after,
#content.ir-content a[href*=".zip"] .c-button-v3 span:after,
#content.ir-content a[href*=".csv"] .c-button-v3 span:after,
#content.ir-content a[href*=".txt"] .c-button-v3 span:after,
#content.ir-content a[href*=".mp4"] .c-button-v3 span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 17px;
	margin-top: -2px;
	background: url(/ir/assets/img/icon/icon_file_gray.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
	left: 15px;
}

#content.ir-content a:hover .c-button-v3,
#content.ir-content button:not([disabled]):hover .c-button-v3 {
	color: #000;
}

#content.ir-content a:hover .c-button-v3:before, #content.ir-content a:hover .c-button-v3:after,
#content.ir-content button:not([disabled]):hover .c-button-v3:before,
#content.ir-content button:not([disabled]):hover .c-button-v3:after {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

#content.ir-content a:hover .c-button-v3 span:after,
#content.ir-content button:not([disabled]):hover .c-button-v3 span:after {
	right: 5px;
	color: #0082CA;
}

/*--------------------------------------------------------------------------------
	Atoms - button V6
--------------------------------------------------------------------------------*/
#content.ir-content .c-button-v6 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	color: #000;
	font-size: 14px;
	line-height: 1.42857;
	background: #fff;
	overflow: hidden;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

#content.ir-content .c-button-v6::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #CCC;
	background-color: transparent;
	-webkit-transition: border 0.3s ease;
	transition: border 0.3s ease;
}

#content.ir-content .c-button-v6 span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 22px 32px 19px 20px;
	-webkit-transform: none;
	transform: none;
	z-index: 1;
}

#content.ir-content .c-button-v6 .c-icon {
	vertical-align: bottom;
	position: absolute;
	top: 50%;
	right: 17px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#content.ir-content .c-button-v6 .c-icon::after {
	display: block;
	content: '';
	width: 12px;
	height: 8px;
	background: url(/ir/assets/img/icon/icon_arrow_d_blue.svg) no-repeat 0 0;
	background-size: cover;
}

#content.ir-content a .c-button-v6 span,
#content.ir-content button:not([disabled]) .c-button-v6 span {
	position: relative;
}

#content.ir-content a .c-button-v6 span .c-icon,
#content.ir-content button:not([disabled]) .c-button-v6 span .c-icon {
	display: block;
}

@media only screen and (min-width: 1025px) {
	#content.ir-content a:hover .c-button-v6,
	#content.ir-content button:not([disabled]):hover .c-button-v6 {
		color: #0036A6;
	}

	#content.ir-content a:hover .c-button-v6::before,
	#content.ir-content button:not([disabled]):hover .c-button-v6::before {
		border: 1px solid #0036A6;
	}
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-buttonGroup-v2__item:not(:last-child) .c-button-v6:before {
		border-bottom: 0;
	}
}

/*--------------------------------------------------------------------------------
	Atoms - button
	- a要素内ではアイコンが付加される
--------------------------------------------------------------------------------*/
#content.ir-content .c-button-v7 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 19px 20px 19px 14px;
	color: #000;
	font-size: 16px;
	line-height: 1.25;
	font-weight: bold;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#content.ir-content .c-button-v7 span {
	display: block;
	padding-left: 21px;
}

#content.ir-content .c-button-v7::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 1px solid #0036A6;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

#content.ir-content a .c-button-v7 span,
#content.ir-content button:not([disabled]) .c-button-v7 span {
	position: relative;
}

#content.ir-content a .c-button-v7 span:after,
#content.ir-content button:not([disabled]) .c-button-v7 span:after {
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #0036A6;
}

#content.ir-content a[data-type="modal"] .c-button-v7 span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(/ir/assets/img/icon/icon_modal_blue.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
}

#content.ir-content a[target="_blank"]:not([href*=".pdf"]):not([href*=".xls"]) .c-button-v7 span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(/ir/assets/img/icon/icon_blank_blue.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
}

#content.ir-content a[href*=".pdf"] .c-button-v7 span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 16px;
	margin-top: -2px;
	background: url(/ir/assets/img/icon/icon_pdf_red.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
}

#content.ir-content a[href*=".xls"] .c-button-v7 span:after,
#content.ir-content a[href*=".doc"] .c-button-v7 span:after,
#content.ir-content a[href*=".docx"] .c-button-v7 span:after,
#content.ir-content a[href*=".zip"] .c-button-v7 span:after,
#content.ir-content a[href*=".csv"] .c-button-v7 span:after,
#content.ir-content a[href*=".txt"] .c-button-v7 span:after,
#content.ir-content a[href*=".mp4"] .c-button-v7 span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 17px;
	margin-top: -2px;
	background: url(/ir/assets/img/icon/icon_file_gray.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
}

@media only screen and (min-width: 1025px) {
	#content.ir-content a:hover .c-button-v7,
	#content.ir-content button:not([disabled]):hover .c-button-v7 {
		border-color: transparent !important;
		color: #0036A6;
	}

	#content.ir-content a:hover .c-button-v7::before,
	#content.ir-content button:not([disabled]):hover .c-button-v7::before {
		opacity: 1;
	}
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-button-v7 {
		padding: 20px 20px 20px 14px;
	}
}

/*--------------------------------------------------------------------------------
	Atoms - tag
--------------------------------------------------------------------------------*/
.c-tag {
	display: inline-block;
	vertical-align: bottom;
	min-width: 70px;
	padding: 4px 10px;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.54545;
	color: #fff;
	text-align: center;
}

/*--------------------------------------------------------------------------------
	Atoms - image
--------------------------------------------------------------------------------*/
.c-image {
	position: relative;
	padding-top: 56%;
	overflow: hidden;
}

.c-image img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
	-webkit-transition: -webkit-transform 250ms ease;
	transition: -webkit-transform 250ms ease;
	transition: transform 250ms ease;
	transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.no-object-fit .c-image img {
	font-family: 'object-fit: cover; object-position: center;';
}

.platform-desktop a:hover .c-image:not([data-zoom-disabled="true"]) img {
	-webkit-transform: translateZ(0) scale(1.05);
	transform: translateZ(0) scale(1.05);
}

.c-image.c-image--2x1 {
	padding-top: 50%;
}

.c-image.c-image--3x2 {
	padding-top: 66.66667%;
}

.c-image.c-image--36x25 {
	padding-top: 69.44444%;
}

.c-image.c-image--108x95 {
	padding-top: 87.96296%;
}

.c-image.c-image--200x139 {
	padding-top: 69.5%;
}

.c-image.c-image--250x166 {
	padding-top: 66.4%;
}

/*--------------------------------------------------------------------------------
	Atoms - image V2
--------------------------------------------------------------------------------*/
.c-image-v2 {
	text-align: center;
	overflow: hidden;
}

.c-image-v2 img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-transition: -webkit-transform 250ms ease;
	transition: -webkit-transform 250ms ease;
	transition: transform 250ms ease;
	transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.platform-desktop a:hover .c-image-v2:not([data-zoom-disabled="true"]) img {
	-webkit-transform: translateZ(0) scale(1.05);
	transform: translateZ(0) scale(1.05);
}

/*--------------------------------------------------------------------------------
	Atoms - image V3
--------------------------------------------------------------------------------*/
.c-image-v3 {
	text-align: center;
	overflow: hidden;
}

.c-image-v3 img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-transition: -webkit-transform 250ms ease;
	transition: -webkit-transform 250ms ease;
	transition: transform 250ms ease;
	transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.platform-desktop a:hover .c-image-v3:not([data-zoom-disabled="true"]) img {
	-webkit-transform: translateZ(0) scale(1.05);
	transform: translateZ(0) scale(1.05);
}

/*--------------------------------------------------------------------------------
	Atoms - YouTube
--------------------------------------------------------------------------------*/
#content.ir-content .c-youtube {
	position: relative;
	padding-top: 56.2857%;
}

#content.ir-content .c-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------------------------
	wisywig
--------------------------------------------------------------------------------*/
#content.ir-content .wisywig ul {
	list-style-type: disc;
}

#content.ir-content .wisywig ul li {
	list-style-type: inherit;
}

#content.ir-content .wisywig ol {
	list-style-type: decimal;
}

#content.ir-content .wisywig ol li {
	list-style-type: inherit;
}

#content.ir-content .wisywig ul li,
#content.ir-content .wisywig ol li {
	list-style-type: inherit;
	list-style-position: inside;
}

#content.ir-content .wisywig ul li ul,
#content.ir-content .wisywig ul li ol,
#content.ir-content .wisywig ol li ul,
#content.ir-content .wisywig ol li ol {
	text-indent: 1.5em;
}

/*--------------------------------------------------------------------------------
	A-1 - MV
--------------------------------------------------------------------------------*/
#content.ir-content .c-mainvisual {
	margin-bottom: 100px;
	visibility: hidden;
	overflow: hidden;
}

#content.ir-content .c-mainvisual__viewer {
	margin-bottom: 20px;
}

#content.ir-content .c-mainvisual.is-ready {
	visibility: visible;
}

#content.ir-content .c-mainvisual.is-single .c-mainvisual__item {
	-webkit-transform: none;
	transform: none;
}

#content.ir-content .c-mainvisual.is-single .c-mainvisual__item.is-current {
	width: 100%;
}

#content.ir-content .c-mainvisual.is-single .c-mainvisual__item-inner {
	-webkit-transform: none;
	transform: none;
}

#content.ir-content .c-mainvisual.is-infinite .c-mainvisual__thumbnail-item[data-cloned="true"] {
	display: block;
}

#content.ir-content .c-mainvisual__items {
	position: relative;
	padding-top: 56.21622%;
}

#content.ir-content .c-mainvisual__item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	z-index: -1;
	overflow: hidden;
}

#content.ir-content .c-mainvisual__item.is-current {
	width: 100%;
	z-index: 0;
}

#content.ir-content .c-mainvisual__item.is-current .c-mainvisual__item-inner img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

#content.ir-content .c-mainvisual__item.is-current .c-mainvisual__caption {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#content.ir-content .c-mainvisual__item.is-standby {
	z-index: 1;
}

#content.ir-content .c-mainvisual__item.is-standby .c-mainvisual__item-inner img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: none;
	transition: none;
}

#content.ir-content .c-mainvisual__item.is-standby.is-anim {
	width: 100%;
	-webkit-transition: width 1000ms ease;
	transition: width 1000ms ease;
}

#content.ir-content .c-mainvisual__item.is-standby.is-anim .c-mainvisual__item-inner img {
	font-family: 'object-fit: cover; object-position: center;';
}

#content.ir-content .c-mainvisual__item a {
	display: block;
	height: 100%;
}

#content.ir-content .c-mainvisual__item-inner {
	position: relative;
	height: 100%;
}

#content.ir-content .c-mainvisual__item-inner img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: -webkit-transform 1000ms ease;
	transition: -webkit-transform 1000ms ease;
	transition: transform 1000ms ease;
	transition: transform 1000ms ease, -webkit-transform 1000ms ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#content.ir-content .c-mainvisual__caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px 20px;
	color: #000;
	background: rgba(255, 255, 255, 0.8);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 250ms ease;
	transition: -webkit-transform 250ms ease;
	transition: transform 250ms ease;
	transition: transform 250ms ease, -webkit-transform 250ms ease;
}

#content.ir-content .c-mainvisual__caption .c-mainvisual__lead {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	font-weight: bold;
	font-size: 16px;
	padding-left: 15px;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

#content.ir-content .c-mainvisual__caption .c-mainvisual__lead::before {
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #0036A6;
	left: 0;
}

#content.ir-content .c-mainvisual__caption .c-mainvisual__text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	font-size: 14px;
	text-align: right;
}

#content.ir-content .c-mainvisual__caption .c-mainvisual__text span {
	display: inline-block;
	text-align: left;
}

#content.ir-content .c-mainvisual__thumbnail {
	position: relative;
	left: -152px;
}

#content.ir-content .c-mainvisual__thumbnail-eyesight {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 132px !important;
	height: 74px;
	border: 2px solid #0036A6;
	background-color: transparent;
}

#content.ir-content .c-mainvisual__thumbnail-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#content.ir-content .c-mainvisual__thumbnail-item {
	width: 152px;
	overflow: hidden;
}

#content.ir-content .c-mainvisual__thumbnail-item a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 132px;
}

#content.ir-content .c-mainvisual__thumbnail-item a:before {
	content: '';
	display: block;
	padding-top: 56.21622%;
}

#content.ir-content .c-mainvisual__thumbnail-item img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	width: 132px;
	height: 74px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.no-object-fit #content.ir-content .c-mainvisual__thumbnail-item img {
	font-family: 'object-fit: cover; object-position: center;';
}

#content.ir-content .c-mainvisual__thumbnail-item.is-current a {
	cursor: default;
}

#content.ir-content .c-mainvisual__thumbnail-item[data-cloned="true"] {
	display: none;
}

#content.ir-content .c-mainvisual__changer {
	display: none;
}

#content.ir-content .c-mainvisual__controller {
	display: none;
	position: relative;
	padding: 0 40px;
}

#content.ir-content .c-mainvisual__dots {
	padding: 15px 0;
	letter-spacing: -0.5em;
	text-align: center;
}

#content.ir-content .c-mainvisual__dots li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	width: 13px;
	height: 13px;
	margin: 0 4px;
	font-size: 0;
	background: #D4D4D3;
	border-radius: 50%;
}

#content.ir-content .c-mainvisual__dots li.is-current {
	background: #0082CA;
}

#content.ir-content .c-mainvisual__arrow {
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
}

#content.ir-content .c-mainvisual__arrow a {
	display: block;
	height: 100%;
	text-align: center;
	background: #000;
	position: relative;
	overflow: hidden;
	-webkit-transition: color 500ms;
	transition: color 500ms;
}

#content.ir-content .c-mainvisual__arrow a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-right: 30px;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #000), color-stop(50%, #807F7B)) no-repeat right top, #807F7B;
	background: linear-gradient(to top left, #000 50%, #807F7B 50%) no-repeat right top, #807F7B;
	background-size: 30px 100%, auto;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 400ms ease;
	transition: -webkit-transform 400ms ease;
	transition: transform 400ms ease;
	transition: transform 400ms ease, -webkit-transform 400ms ease;
	display: none;
}

.platform-desktop #content.ir-content .c-mainvisual__arrow a:hover {
	color: #fff;
}

.platform-desktop #content.ir-content .c-mainvisual__arrow a:hover:before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

#content.ir-content .c-mainvisual__arrow a:after {
	position: relative;
	font-size: 10px;
	line-height: 4;
	color: #fff;
}

#content.ir-content .c-mainvisual__arrow[data-direction="backwards"] {
	left: 0;
}

#content.ir-content .c-mainvisual__arrow[data-direction="backwards"] a:after {
	content: "\ea02";
	display: inline-block;
	vertical-align: baseline;
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#content.ir-content .c-mainvisual__arrow[data-direction="forwards"] {
	right: 0;
}

#content.ir-content .c-mainvisual__arrow[data-direction="forwards"] a:after {
	content: "\ea03";
	display: inline-block;
	vertical-align: baseline;
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#content.ir-content .c-mainvisual#content.ir-content .c-mainvisual--gutter {
	margin-right: 40px;
	margin-left: 40px;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-mainvisual#content.ir-content .c-mainvisual--gutter {
		margin-right: 25px;
		margin-left: 25px;
	}
}

#content.ir-content .c-mainvisual#content.ir-content .c-mainvisual--fixedHeight .c-mainvisual__items {
	padding-top: 250px;
}

@media only screen and (min-width: 1025px) {
	#content.ir-content a:hover .c-mainvisual__caption .c-mainvisual__lead {
		color: #0036A6;
	}
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-mainvisual {
		margin-bottom: 40px;
	}

	#content.ir-content .c-mainvisual__viewer {
		position: relative;
	}

	#content.ir-content .c-mainvisual__items {
		padding-top: 100%;
		padding-top: 100%;
	}

	#content.ir-content .c-mainvisual__item.is-current,
	#content.ir-content .c-mainvisual__item.is-standby.is-anim {
		width: 100%;
	}

	#content.ir-content .c-mainvisual__caption {
		display: block;
		padding-top: 14px;
		padding-bottom: 11px;
	}

	#content.ir-content .c-mainvisual__caption .c-mainvisual__lead {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		max-width: none;
		margin-bottom: 2px;
	}

	#content.ir-content .c-mainvisual__caption .c-mainvisual__text {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		max-width: none;
		text-align: left;
	}

	#content.ir-content .c-mainvisual__thumbnail {
		left: 0;
	}

	#content.ir-content .c-mainvisual__thumbnail-item a:before {
		padding-top: 100%;
	}

	#content.ir-content .c-mainvisual__changer {
		display: block;
		position: absolute;
		top: calc(-100% - 110px);
		width: 30px;
		height: 60px;
		font-size: 0;
		z-index: 1;
	}

	#content.ir-content .c-mainvisual__changer[data-direction="backwards"] {
		left: 0;
	}

	#content.ir-content .c-mainvisual__changer[data-direction="backwards"] > a {
		background: url(/ir/assets/img/icon/arrow_blue_round_l.png) no-repeat 0 0;
		background-size: cover;
	}

	#content.ir-content .c-mainvisual__changer[data-direction="forwards"] {
		right: 0;
	}

	#content.ir-content .c-mainvisual__changer[data-direction="forwards"] > a {
		background: url(/ir/assets/img/icon/arrow_blue_round_r.png) no-repeat 0 0;
		background-size: cover;
	}

	#content.ir-content .c-mainvisual__changer > a {
		display: block;
		height: 100%;
		text-align: center;
		color: #fff;
	}

	#content.ir-content .c-mainvisual__changer > a:before {
		position: relative;
		top: 50%;
		z-index: 1;
		font-size: 15px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

/*--------------------------------------------------------------------------------
	A-2 - figureGroup
--------------------------------------------------------------------------------*/
#content.ir-content .c-figureGroup {
	margin-bottom: 40px;
}

#content.ir-content .c-figureGroup.u-margin--siblings {
	margin-bottom: 30px !important;
}

#content.ir-content .c-figureGroup__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px -40px;
}

#content.ir-content .c-figureGroup__item {
	margin: 0 10px 40px;
}

#content.ir-content .c-figureGroup.c-figureGroup--fourUp .c-figureGroup__item {
	width: calc(25% - 20px);
	margin: 0 10px 40px;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-figureGroup {
		display: block;
		margin-bottom: 40px;
	}

	#content.ir-content .c-figureGroup.u-margin--siblings {
		margin-bottom: 20px !important;
	}

	#content.ir-content .c-figureGroup.c-figureGroup--fourUp .c-figureGroup__items {
		margin-left: -8px;
		margin-right: -8px;
		margin-bottom: -40px;
	}

	#content.ir-content .c-figureGroup.c-figureGroup--fourUp .c-figureGroup__item {
		width: calc(50% - 16px);
		margin: 0 8px 40px;
	}
}

/*--------------------------------------------------------------------------------
	A-2 - figure
--------------------------------------------------------------------------------*/
#content.ir-content .c-figure > a {
	display: block;
	color: #666;
}

#content.ir-content .c-figure > a[target="_blank"] .c-figure__heading p:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(/ir/assets/img/icon/icon_blank_blue.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
	display: inline-block;
	position: relative;
	top: 2px;
	-webkit-transform: none;
	transform: none;
	margin-left: 5px;
}

#content.ir-content .c-figure__thumbnail {
	border: 1px solid #CCC;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

#content.ir-content .c-figure__heading {
	margin-top: 9px;
}

#content.ir-content .c-figure__heading .c-txt.c-txt--sm {
	position: relative;
	font-size: 13px;
}

#content.ir-content .c-figure#content.ir-content .c-figure--borderless .c-figure__thumbnail {
	border: none;
}

/*--------------------------------------------------------------------------------
	A-3
--------------------------------------------------------------------------------*/
#content.ir-content .c-heading--secondary {
	margin-bottom: 30px;
	padding-left: 17px;
	color: #0036A6;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.4;
	border-left: 3px solid #0036A6;
}

#content.ir-content .c-heading--tertiary {
	margin-bottom: 30px;
	padding-bottom: 7px;
	color: #0036A6;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
	border-bottom: 1px solid #0036A6;
}

#content.ir-content .c-heading--quaternary {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.44444;
}

#content.ir-content .c-heading--quinary {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4375;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-heading--secondary {
		padding-left: 14px;
		font-size: 22px;
		line-height: 1.72727;
	}

	#content.ir-content .c-heading--tertiary {
		margin-bottom: 20px;
	}

	#content.ir-content .c-heading--quaternary {
		margin-bottom: 20px;
	}

	#content.ir-content .c-heading--quinary {
		margin-bottom: 20px;
	}
}

@media print {
	#content.ir-content .c-heading--secondary[id] {
		margin-top: 0;
	}
}

/*--------------------------------------------------------------------------------
	A-4
--------------------------------------------------------------------------------*/
#content.ir-content .c-separator {
	display: block;
	height: 0;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 1px;
	border: none;
}

#content.ir-content .c-separator--dashed {
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #CCC), color-stop(50%, #fff)) repeat-x bottom left;
	background: linear-gradient(to right, #CCC 50%, #fff 50%) repeat-x bottom left;
	background-size: 6px 100%;
}

#content.ir-content .c-separator.u-margin--none {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#content.ir-content .c-separator.u-margin--sm {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

#content.ir-content .c-separator.u-margin--md {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

#content.ir-content .c-separator.u-margin--lg {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

#content.ir-content .c-separator.u-margin--xl {
	margin-top: 120px !important;
	margin-bottom: 120px !important;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-separator {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

/*--------------------------------------------------------------------------------
	B common - textGroup
--------------------------------------------------------------------------------*/
#content.ir-content .c-textGroup {
	margin-bottom: 40px;
	overflow: hidden;
}

#content.ir-content .c-textGroup.u-margin--siblings {
	margin-bottom: 20px !important;
}

#content.ir-content .c-textGroup__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px -20px;
}

#content.ir-content .c-textGroup__item {
	width: 100%;
	margin: 0 20px 20px;
	list-style: none;
}

#content.ir-content .c-textGroup#content.ir-content .c-textGroup--full {
	margin-left: 0;
	margin-right: 0;
}

#content.ir-content .c-textGroup#content.ir-content .c-textGroup--twoUp .c-textGroup__item {
	width: calc(50% - 40px);
	margin: 0 20px 20px;
}

#content.ir-content .c-textGroup#content.ir-content .c-textGroup--threeUp .c-textGroup__item {
	width: calc(33.3% - 40px);
	margin: 0 20px 20px;
}

#content.ir-content .c-textGroup#content.ir-content .c-textGroup--fourUp .c-textGroup__item {
	width: calc(25% - 40px);
	margin: 0 20px 20px;
}

#content.ir-content .c-textGroup#content.ir-content .c-textGroup--single .c-textGroup__items {
	display: block;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-textGroup {
		display: block;
		margin-bottom: 40px;
	}

	#content.ir-content .c-textGroup.u-margin--siblings {
		margin-bottom: 20px !important;
	}

	#content.ir-content .c-textGroup__items {
		display: block;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0;
	}

	#content.ir-content .c-textGroup__item {
		width: auto !important;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#content.ir-content .c-textGroup__item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/*--------------------------------------------------------------------------------
	B-1
--------------------------------------------------------------------------------*/
#content.ir-content .c-lead-text {
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------
	B-2
--------------------------------------------------------------------------------*/
#content.ir-content .c-normal-text {
	display: inline;
	font-size: 14px;
	line-height: 1.78571;
}

#content.ir-content .c-normal-text em {
	color: #DD4444;
	font-style: normal;
}

#content.ir-content .c-normal-text a {
	position: relative;
	color: #0036A6;
	text-decoration: underline;
}

#content.ir-content .c-normal-text a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------------------------
	B-3
--------------------------------------------------------------------------------*/
#content.ir-content .c-caption-text {
	font-size: 12px;
	line-height: 1.66;
	color: #666;
}

/*--------------------------------------------------------------------------------
	C-1 - linkGroup
--------------------------------------------------------------------------------*/
#content.ir-content .c-linkGroup {
	margin-bottom: 30px;
	overflow: hidden;
}

#content.ir-content .c-linkGroup.u-margin--siblings {
	margin-bottom: 20px !important;
}

#content.ir-content .c-linkGroup__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px -15px;
}

#content.ir-content .c-linkGroup__item {
	width: 100%;
	margin: 0 20px 15px;
}

#content.ir-content .c-linkGroup--full {
	margin-left: 0;
	margin-right: 0;
}

#content.ir-content .c-linkGroup--twoUp .c-linkGroup__item {
	width: calc(50% - 40px);
}

#content.ir-content .c-linkGroup--threeUp .c-linkGroup__item {
	width: calc(33.3% - 40px);
}

#content.ir-content .c-linkGroup--fourUp .c-linkGroup__item {
	width: calc(25% - 40px);
}

#content.ir-content .c-linkGroup--single .c-linkGroup__items {
	display: block;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-linkGroup {
		display: block;
		margin-bottom: 30px;
	}

	#content.ir-content .c-linkGroup.u-margin--siblings {
		margin-bottom: 20px !important;
	}

	#content.ir-content .c-linkGroup__items {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}

	#content.ir-content .c-linkGroup__item {
		width: auto !important;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#content.ir-content .c-linkGroup__item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

/*--------------------------------------------------------------------------------
	C-1
--------------------------------------------------------------------------------*/
#content.ir-content .c-link .c-link + .c-link {
	margin-top: 10px;
}

#content.ir-content .c-link a {
	display: inline-block;
}

/*--------------------------------------------------------------------------------
	C-2 / C-3 - buttonGroup
--------------------------------------------------------------------------------*/
#content.ir-content .c-buttonGroup {
	margin-bottom: 30px;
	overflow: hidden;
}

#content.ir-content .c-buttonGroup.u-margin--siblings {
	margin-bottom: 20px !important;
}

#content.ir-content .c-buttonGroup__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px -30px;
}

#content.ir-content .c-buttonGroup__item {
	width: calc(50% - 40px);
	margin: 0 20px 30px;
}

#content.ir-content .c-buttonGroup--full {
	margin-left: 0;
	margin-right: 0;
}

#content.ir-content .c-buttonGroup--twoUp .c-buttonGroup__item {
	width: calc(50% - 40px);
	margin: 0 20px 30px;
}

#content.ir-content .c-buttonGroup--threeUp .c-buttonGroup__item {
	width: calc(33.3% - 40px);
	margin: 0 20px 30px;
}

#content.ir-content .c-buttonGroup--fourUp .c-buttonGroup__item {
	width: calc(25% - 40px);
	margin: 0 20px 30px;
}

#content.ir-content .c-buttonGroup:not([class*="Up"]) .c-buttonGroup__items {
	display: block;
}

#content.ir-content .c-buttonGroup:not([class*="Up"]).c-buttonGroup--central .c-buttonGroup__item {
	margin-left: auto;
	margin-right: auto;
}

#content.ir-content .c-buttonGroup:not([class*="Up"]).c-buttonGroup--rightWards .c-buttonGroup__item {
	margin-left: auto;
}

#content.ir-content .c-buttonGroup[class*="Up"].c-buttonGroup--central .c-buttonGroup__items {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#content.ir-content .c-buttonGroup[class*="Up"].c-buttonGroup--rightWards .c-buttonGroup__items {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-buttonGroup {
		display: block;
		margin-bottom: 20px;
	}

	#content.ir-content .c-buttonGroup.u-margin--siblings {
		margin-bottom: 20px !important;
	}

	#content.ir-content .c-buttonGroup__items {
		display: block;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0;
	}

	#content.ir-content .c-buttonGroup__item {
		width: auto !important;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#content.ir-content .c-buttonGroup__item:not(:last-child) {
		margin: 0 0 20px !important;
	}

	#content.ir-content .c-buttonGroup__item:last-child {
		margin: 0 !important;
	}
}

/*--------------------------------------------------------------------------------
	C-4 - buttonGroup v2
--------------------------------------------------------------------------------*/
#content.ir-content .c-buttonGroup-v2 {
	margin-bottom: 30px;
}

#content.ir-content .c-buttonGroup-v2.u-margin--siblings {
	margin-bottom: 20px !important;
}

#content.ir-content .c-buttonGroup-v2__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1px;
}

#content.ir-content .c-buttonGroup-v2__item {
	position: relative;
	width: 100%;
	margin: 0 0 -1px;
}

#content.ir-content .c-buttonGroup-v2__item > a {
	display: block;
	height: 100%;
}

#content.ir-content .c-buttonGroup-v2__item .c-button-v6 {
	height: 100%;
}

#content.ir-content .c-buttonGroup-v2__item .c-button-v6:hover {
	position: relative;
	z-index: 1;
}

#content.ir-content .c-buttonGroup-v2--threeUp .c-buttonGroup-v2__items {
	margin-right: -3px;
}

#content.ir-content .c-buttonGroup-v2--threeUp .c-buttonGroup-v2__item {
	width: 33.3%;
	margin: 0 -1px -1px 0;
}

#content.ir-content .c-buttonGroup-v2--fourUp .c-buttonGroup-v2__items {
	margin-right: -4px;
}

#content.ir-content .c-buttonGroup-v2--fourUp .c-buttonGroup-v2__item {
	width: 25%;
	margin: 0 -1px -1px 0;
}

#content.ir-content .c-buttonGroup-v2--full {
	margin-left: 0;
	margin-right: 0;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-buttonGroup-v2 {
		margin-bottom: 20px;
	}

	#content.ir-content .c-buttonGroup-v2__items {
		display: block;
		margin-right: 0;
	}

	#content.ir-content .c-buttonGroup-v2__item {
		width: 100%;
	}

	#content.ir-content .c-buttonGroup-v2--threeUp .c-buttonGroup-v2__items {
		margin-right: 0;
	}

	#content.ir-content .c-buttonGroup-v2--threeUp .c-buttonGroup-v2__item {
		width: 100%;
		margin: 0;
	}

	#content.ir-content .c-buttonGroup-v2--fourUp .c-buttonGroup-v2__items {
		margin-right: 0;
	}

	#content.ir-content .c-buttonGroup-v2--fourUp .c-buttonGroup-v2__item {
		width: 100%;
		margin: 0;
	}
}

/*--------------------------------------------------------------------------------
	F-3 - buttonGroup v3
--------------------------------------------------------------------------------*/
#content.ir-content .c-buttonGroup-v3 {
	margin-bottom: 30px;
}

#content.ir-content .c-buttonGroup-v3__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1px;
	overflow: hidden;
	border-radius: 4px;
}

#content.ir-content .c-buttonGroup-v3__item {
	position: relative;
	width: 100%;
}

#content.ir-content .c-buttonGroup-v3__item > a {
	display: block;
	height: 100%;
}

#content.ir-content .c-buttonGroup-v3__item .c-button-v7 {
	height: 100%;
}

#content.ir-content .c-buttonGroup-v3__item .c-button-v7:hover {
	position: relative;
	z-index: 1;
}

#content.ir-content .c-buttonGroup-v3--twoUp .c-buttonGroup-v3__item {
	width: 50%;
}

#content.ir-content .c-buttonGroup-v3--twoUp .c-buttonGroup-v3__item:nth-child(odd) .c-button-v7 {
	border: 1px solid #CCC;
	border-right: 0;
	border-radius: 4px 0 0 4px;
}

#content.ir-content .c-buttonGroup-v3--twoUp .c-buttonGroup-v3__item:nth-child(odd) .c-button-v7::before {
	border-radius: 4px 0 0 4px;
}

#content.ir-content .c-buttonGroup-v3--twoUp .c-buttonGroup-v3__item:nth-child(even) .c-button-v7 {
	border: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
}

#content.ir-content .c-buttonGroup-v3--twoUp .c-buttonGroup-v3__item:nth-child(even) .c-button-v7::before {
	border-radius: 0 4px 4px 0;
}

#content.ir-content .c-buttonGroup-v3--threeUp .c-buttonGroup-v3__item {
	width: 33.3%;
}

#content.ir-content .c-buttonGroup-v3--threeUp .c-buttonGroup-v3__item .c-button-v7 {
	font-size: 14px;
	line-height: 1.42857;
}

#content.ir-content .c-buttonGroup-v3--threeUp .c-buttonGroup-v3__item:nth-child(1) .c-button-v7 {
	border: 1px solid #CCC;
	border-radius: 4px 0 0 4px;
}

#content.ir-content .c-buttonGroup-v3--threeUp .c-buttonGroup-v3__item:nth-child(1) .c-button-v7::before {
	border-radius: 4px 0 0 4px;
}

#content.ir-content .c-buttonGroup-v3--threeUp .c-buttonGroup-v3__item:nth-child(2) .c-button-v7 {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#content.ir-content .c-buttonGroup-v3--threeUp .c-buttonGroup-v3__item:nth-child(3) .c-button-v7 {
	border: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
}

#content.ir-content .c-buttonGroup-v3--threeUp .c-buttonGroup-v3__item:nth-child(3) .c-button-v7::before {
	border-radius: 0 4px 4px 0;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-buttonGroup-v3__items {
		display: block;
	}

	#content.ir-content .c-buttonGroup-v3--twoUp, #content.ir-content .c-buttonGroup-v3--threeUp {
		border-radius: 4px;
		border: 1px solid #CCC;
	}

	#content.ir-content .c-buttonGroup-v3--twoUp .c-buttonGroup-v3__item, #content.ir-content .c-buttonGroup-v3--threeUp .c-buttonGroup-v3__item {
		width: 100%;
	}

	#content.ir-content .c-buttonGroup-v3--twoUp .c-buttonGroup-v3__item:not(:last-child), #content.ir-content .c-buttonGroup-v3--threeUp .c-buttonGroup-v3__item:not(:last-child) {
		border-bottom: 1px solid #CCC;
	}

	#content.ir-content .c-buttonGroup-v3--twoUp .c-buttonGroup-v3__item:nth-child(1) .c-button-v7,
	#content.ir-content .c-buttonGroup-v3--twoUp .c-buttonGroup-v3__item:nth-child(2) .c-button-v7,
	#content.ir-content .c-buttonGroup-v3--twoUp .c-buttonGroup-v3__item:nth-child(3) .c-button-v7,
	#content.ir-content .c-buttonGroup-v3--twoUp .c-buttonGroup-v3__item:nth-child(odd) .c-button-v7,
	#content.ir-content .c-buttonGroup-v3--twoUp .c-buttonGroup-v3__item:nth-child(even) .c-button-v7,
	#content.ir-content .c-buttonGroup-v3--threeUp .c-buttonGroup-v3__item:nth-child(1) .c-button-v7,
	#content.ir-content .c-buttonGroup-v3--threeUp .c-buttonGroup-v3__item:nth-child(2) .c-button-v7,
	#content.ir-content .c-buttonGroup-v3--threeUp .c-buttonGroup-v3__item:nth-child(3) .c-button-v7,
	#content.ir-content .c-buttonGroup-v3--threeUp .c-buttonGroup-v3__item:nth-child(odd) .c-button-v7,
	#content.ir-content .c-buttonGroup-v3--threeUp .c-buttonGroup-v3__item:nth-child(even) .c-button-v7 {
		border: none;
		border-radius: 0;
	}

	#content.ir-content .c-buttonGroup-v3--twoUp .c-buttonGroup-v3__item:nth-child(1) .c-button-v7::before,
	#content.ir-content .c-buttonGroup-v3--twoUp .c-buttonGroup-v3__item:nth-child(2) .c-button-v7::before,
	#content.ir-content .c-buttonGroup-v3--twoUp .c-buttonGroup-v3__item:nth-child(3) .c-button-v7::before,
	#content.ir-content .c-buttonGroup-v3--twoUp .c-buttonGroup-v3__item:nth-child(odd) .c-button-v7::before,
	#content.ir-content .c-buttonGroup-v3--twoUp .c-buttonGroup-v3__item:nth-child(even) .c-button-v7::before,
	#content.ir-content .c-buttonGroup-v3--threeUp .c-buttonGroup-v3__item:nth-child(1) .c-button-v7::before,
	#content.ir-content .c-buttonGroup-v3--threeUp .c-buttonGroup-v3__item:nth-child(2) .c-button-v7::before,
	#content.ir-content .c-buttonGroup-v3--threeUp .c-buttonGroup-v3__item:nth-child(3) .c-button-v7::before,
	#content.ir-content .c-buttonGroup-v3--threeUp .c-buttonGroup-v3__item:nth-child(odd) .c-button-v7::before,
	#content.ir-content .c-buttonGroup-v3--threeUp .c-buttonGroup-v3__item:nth-child(even) .c-button-v7::before {
		display: none;
	}
}

/*--------------------------------------------------------------------------------
	D-2 - listGroup
--------------------------------------------------------------------------------*/
#content.ir-content .c-listGroup {
	margin-bottom: 42px;
}

#content.ir-content .c-listGroup.u-margin--siblings {
	margin-bottom: 20px !important;
}

#content.ir-content .c-listGroup__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px 0;
}

#content.ir-content .c-listGroup__item {
	width: 100%;
	margin: 0 20px 0;
	list-style: none;
}

#content.ir-content .c-listGroup--full {
	margin-left: 0;
	margin-right: 0;
}

#content.ir-content .c-listGroup--twoUp .c-listGroup__item {
	width: calc(50% - 40px);
	margin: 0 20px 20px;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-listGroup {
		margin-bottom: 40px;
	}

	#content.ir-content .c-listGroup.u-margin--siblings {
		margin-bottom: 20px !important;
	}

	#content.ir-content .c-listGroup__items {
		display: block;
		margin: 0 auto;
	}

	#content.ir-content .c-listGroup__item {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: auto !important;
	}

	#content.ir-content .c-listGroup__item:not(:last-child) {
		margin: 0 auto 20px !important;
	}

	#content.ir-content .c-listGroup__item:last-child {
		margin: 0 !important;
	}
}

/*--------------------------------------------------------------------------------
	D-2 - vertical list
--------------------------------------------------------------------------------*/
#content.ir-content .c-list__heading {
	margin-bottom: 25px;
}

#content.ir-content .c-list__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#content.ir-content .c-list__items {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
}

#content.ir-content .c-list__item:not(:last-child) {
	margin-bottom: 10px;
}

#content.ir-content .c-list__item:empty {
	display: none;
}

#content.ir-content .c-list__item a {
	display: inline-block;
}

#content.ir-content .c-list__vis {
	width: 47.3%;
	margin-left: 40px;
}

#content.ir-content .c-list--leftWards,
#content.ir-content .c-list--rightWards {
	margin-bottom: 40px;
}

#content.ir-content .c-list--leftWards .c-list__items,
#content.ir-content .c-list--rightWards .c-list__items {
	margin-left: 0;
	margin-right: 0;
}

#content.ir-content .c-list--rightWards .c-list__body {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#content.ir-content .c-list--rightWards .c-list__vis {
	margin-left: 0;
	margin-right: 40px;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-list__heading {
		margin-bottom: 20px;
	}

	#content.ir-content .c-list__body {
		display: block;
	}

	#content.ir-content .c-list__items {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: auto;
		margin: 0;
	}

	#content.ir-content .c-list__vis {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: auto;
		margin-top: 40px;
		margin-left: 0;
		margin-right: 0;
	}

	#content.ir-content .c-list--rightWards .c-list__vis {
		margin-right: 0;
	}
}

/*--------------------------------------------------------------------------------
	D-3 - figureGroup V2
--------------------------------------------------------------------------------*/
#content.ir-content .c-figureGroup-v2 {
	margin-bottom: 40px;
	overflow: hidden;
}

#content.ir-content .c-figureGroup-v2.u-margin--siblings {
	margin-bottom: 20px !important;
}

#content.ir-content .c-figureGroup-v2__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px -40px;
}

#content.ir-content .c-figureGroup-v2__item {
	margin: 0 20px 40px;
	list-style: none;
}

#content.ir-content .c-figureGroup-v2--full {
	margin-left: 0;
	margin-right: 0;
}

#content.ir-content .c-figureGroup-v2--twoUp .c-figureGroup-v2__item {
	width: calc(50% - 40px);
	margin: 0 20px 40px;
}

#content.ir-content .c-figureGroup-v2--threeUp .c-figureGroup-v2__item {
	width: calc(33.3% - 40px);
	margin: 0 20px 40px;
}

#content.ir-content .c-figureGroup-v2--fourUp .c-figureGroup-v2__item {
	width: calc(25% - 40px);
	margin: 0 20px 40px;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-figureGroup-v2.u-margin--siblings {
		margin-bottom: 20px !important;
	}

	#content.ir-content .c-figureGroup-v2__items {
		display: block;
		margin: 0 auto -40px;
	}

	#content.ir-content .c-figureGroup-v2__item {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: auto !important;
		margin: 0 auto 40px !important;
	}
}

/*--------------------------------------------------------------------------------
	D3 - figure V2
--------------------------------------------------------------------------------*/
#content.ir-content .c-figure-v2 > a {
	display: block;
	color: #000;
}

#content.ir-content .c-figure-v2__vis {
	position: relative;
	overflow: hidden;
}

#content.ir-content .c-figure-v2__vis .c-image.c-image--2x1 {
	padding-top: 56.2857%;
}

#content.ir-content .c-figure-v2__body {
	margin-top: 12px;
}

#content.ir-content .c-figure-v2__tag {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
}

#content.ir-content .c-figure-v2__tag .c-tag {
	min-width: auto;
	padding: 0 15px;
	background-color: #0036A6;
	font-size: 12px;
	line-height: 22px;
}

#content.ir-content .c-figure-v2__heading {
	font-weight: bold;
	margin-bottom: 5px;
}

#content.ir-content .c-figure-v2__heading .c-txt-v2 {
	padding-left: 0;
}

#content.ir-content .c-figure-v2__heading .c-txt-v2::before {
	display: inline-block !important;
	position: relative !important;
	top: 0.5em !important;
	border: none;
	width: 16px;
	height: 16px;
	background: url(/ir/assets/img/icon/icon_arrow_circle_r_blue.svg) no-repeat 0 0;
	margin-right: 10px;
}

#content.ir-content .c-figure-v2__heading .c-txt-v2::after {
	display: none;
}

#content.ir-content .c-figure-v2__heading .c-txt-v2--md {
	font-size: 18px;
}

#content.ir-content .c-figure-v2__detail .c-txt--sm {
	font-size: 14px;
	line-height: 1.78571;
}

#content.ir-content .c-figure-v2--bordered .c-figure-v2__thumbnail {
	border: 1px solid #E3E3E2;
}

@media only screen and (min-width: 1025px) {
	#content.ir-content .c-figure-v2 > a:hover .c-figure-v2__heading {
		color: #0036A6;
	}

	#content.ir-content .c-figure-v2 > a:hover .c-figure-v2__heading .c-txt-v2 {
		text-decoration: none;
	}
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-figure-v2__body {
		margin-top: 12px;
	}

	#content.ir-content .c-figure-v2__heading {
		margin-bottom: 8px;
	}
}

/*--------------------------------------------------------------------------------
	D-4 - figureGroup V3
--------------------------------------------------------------------------------*/
#content.ir-content .c-figureGroup-v3 {
	margin-bottom: 40px;
}

.l-structure--single #content.ir-content .c-figureGroup-v3 {
	margin-left: -5.55556%;
	margin-right: -5.55556%;
}

#content.ir-content .c-figureGroup-v3.u-margin--siblings {
	margin-bottom: 20px !important;
}

#content.ir-content .c-figureGroup-v3__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px -10px;
}

#content.ir-content .c-figureGroup-v3--twoUp .c-figureGroup-v3__item {
	width: calc(50% - 10px);
	margin: 0 5px 10px;
}

#content.ir-content .c-figureGroup-v3--threeUp .c-figureGroup-v3__item {
	width: calc(33.3% - 10px);
	margin: 0 5px 10px;
}

#content.ir-content .c-figureGroup-v3--fourUp .c-figureGroup-v3__item {
	width: calc(25% - 10px);
	margin: 0 5px 10px;
}

@media only screen and (max-width: 768px) {
	.l-structure--single #content.ir-content .c-figureGroup-v3 {
		margin-left: 0;
		margin-right: 0;
	}

	#content.ir-content .c-figureGroup-v3.u-margin--siblings {
		margin-bottom: 20px !important;
	}

	#content.ir-content .c-figureGroup-v3__items {
		margin: 0 -5px -20px;
	}

	#content.ir-content .c-figureGroup-v3--twoUp .c-figureGroup-v3__items {
		display: block;
	}

	#content.ir-content .c-figureGroup-v3--twoUp .c-figureGroup-v3__item {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: auto;
		margin-bottom: 20px;
	}

	#content.ir-content .c-figureGroup-v3--threeUp .c-figureGroup-v3__items {
		display: block;
	}

	#content.ir-content .c-figureGroup-v3--threeUp .c-figureGroup-v3__item {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: auto;
		margin-bottom: 20px;
	}

	#content.ir-content .c-figureGroup-v3--fourUp .c-figureGroup-v3__item {
		width: 50%;
		margin-bottom: 20px;
	}
}

/*--------------------------------------------------------------------------------
	D-4 - figure V3
--------------------------------------------------------------------------------*/
#content.ir-content .c-figure-v3 {
	position: relative;
}

#content.ir-content .c-figure-v3 > a {
	display: block;
}

#content.ir-content .c-figure-v3__vis {
	overflow: hidden;
}

#content.ir-content .c-figure-v3__vis .c-image.c-image--3x2 {
	padding-top: 56.1643%;
}

#content.ir-content .c-figure-v3__caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.8);
}

#content.ir-content .c-figure-v3__caption a {
	display: block;
}

#content.ir-content .c-figure-v3__caption .c-button-v3 {
	color: #000;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

#content.ir-content .c-figure-v3__caption .c-button-v3::before,
#content.ir-content .c-figure-v3__caption .c-button-v3::after {
	display: none;
}

#content.ir-content[data-wipe-disabled] .c-figure-v3__caption,
#content.ir-content [data-wipe-disabled] .c-figureGroup-v3 .c-figure-v3__caption {
	visibility: visible !important;
	-webkit-animation: none !important;
	animation: none !important;
}

#content.ir-content .c-figureGroup-v3--threeUp .c-figure-v3 .c-figure-v3__caption .c-button-v3 {
	font-size: 15px;
	line-height: 1.46667;
}

#content.ir-content .c-figureGroup-v3--threeUp .c-figure-v3 .c-figure-v3__caption .c-button-v3 span {
	padding: 7px 35px 7px 15px;
}

#content.ir-content .c-figureGroup-v3--threeUp .c-figure-v3 a .c-figure-v3__caption .c-button-v3 span {
	padding-left: 35px;
}

#content.ir-content .c-figureGroup-v3--fourUp .c-figure-v3 .c-figure-v3__caption .c-button-v3 {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.46154;
}

#content.ir-content .c-figureGroup-v3--fourUp .c-figure-v3 .c-figure-v3__caption .c-button-v3 span {
	padding: 4px 35px 4px 10px;
}

#content.ir-content .c-figureGroup-v3--fourUp .c-figure-v3 a .c-figure-v3__caption .c-button-v3 span {
	padding-left: 35px;
}

@media only screen and (min-width: 1025px) {
	#content.ir-content .c-figure-v3 a:hover .c-figure-v3__caption .c-button-v3 {
		color: #0036A6;
	}
}

@media only screen and (max-width: 768px) {
	.c-figureGroup-v3--threeUp #content.ir-content .c-figure-v3 .c-figure-v3__caption .c-button-v3 {
		font-size: 17px;
		line-height: 1.47059;
	}

	.c-figureGroup-v3--threeUp #content.ir-content .c-figure-v3 .c-figure-v3__caption .c-button-v3 span {
		padding: 8px 35px 8px 15px;
	}

	.c-figureGroup-v3--fourUp #content.ir-content .c-figure-v3 .c-figure-v3__caption {
		margin: auto 10px 10px;
	}
}

/*--------------------------------------------------------------------------------
	D-5 - cardGroup
--------------------------------------------------------------------------------*/
#content.ir-content .c-cardGroup {
	margin-bottom: 40px;
}

#content.ir-content .c-cardGroup.u-margin--siblings {
	margin-bottom: 20px !important;
}

#content.ir-content .c-cardGroup__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}

#content.ir-content .c-cardGroup__item {
	margin: 0 10px 20px;
	list-style: none;
}

#content.ir-content .c-cardGroup--full {
	margin-left: 0;
	margin-right: 0;
}

#content.ir-content .c-cardGroup--twoUp .c-cardGroup__item {
	width: calc(50% - 20px);
	margin: 0 10px 20px;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-cardGroup {
		margin-bottom: 20px;
	}

	#content.ir-content .c-cardGroup.u-margin--siblings {
		margin-bottom: 20px !important;
	}

	#content.ir-content .c-cardGroup.u-margin--none .c-cardGroup__items {
		margin-bottom: -20px;
	}

	#content.ir-content .c-cardGroup__items {
		display: block;
		margin: 0 !important;
	}

	#content.ir-content .c-cardGroup__item {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: auto !important;
	}

	#content.ir-content .c-cardGroup__item:not(:last-child) {
		margin: 0 auto 20px !important;
	}

	#content.ir-content .c-cardGroup__item:last-child {
		margin: 0 auto !important;
	}
}

/*--------------------------------------------------------------------------------
	D-5 - card
--------------------------------------------------------------------------------*/
#content.ir-content .c-card {
	height: 100%;
}

#content.ir-content .c-card > a {
	display: block;
	height: 100%;
}

.c-cardGroup #content.ir-content .c-card .c-card__body {
	height: 100%;
}

#content.ir-content .c-card__body {
	height: 100%;
	padding: 25px 20px 23px;
	border: 1px solid #CCC;
	border-radius: 4px;
	-webkit-transition: border 0.3s ease;
	transition: border 0.3s ease;
}

#content.ir-content .c-card__heading {
	font-size: 18px;
	line-height: 1.11111;
	font-weight: bold;
}

#content.ir-content .c-card__heading .c-txt-v2 {
	padding-left: 0;
}

#content.ir-content .c-card__heading .c-txt-v2::after {
	display: none;
}

#content.ir-content .c-card__detail {
	margin-top: 5px;
	position: relative;
}

#content.ir-content .c-card__detail .c-txt--sm {
	font-size: 12px;
	line-height: 1.5;
}

#content.ir-content .c-card > a {
	display: block;
}

#content.ir-content .c-card > a .c-card__heading .c-txt-v2 {
	padding-left: 23px;
}

@media only screen and (min-width: 1025px) {
	#content.ir-content .c-card > a:hover .c-card__body {
		border-color: #0036A6;
	}

	#content.ir-content .c-card > a:hover .c-txt-v2 {
		text-decoration: none;
	}
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-card__body {
		padding: 15px 20px 13px;
	}
}

/*--------------------------------------------------------------------------------
	D-6 - tableGroup
--------------------------------------------------------------------------------*/
#content.ir-content .c-tableGroup {
	margin-bottom: 50px;
}

#content.ir-content .c-tableGroup.u-margin--siblings {
	margin-bottom: 20px !important;
}

#content.ir-content .c-tableGroup__text__swipe {
	display: none;
	padding-left: 34px;
	margin-bottom: 21px;
	background: url(/ir/assets/img/icon/icon_swipe.png) no-repeat 0 0;
	background-size: 20px 22px;
	color: #222;
	font-size: 12px;
	line-height: 1.83333;
	line-height: 22px;
}

#content.ir-content .c-tableGroup .c-tableGroup__item + .c-tableGroup__item {
	margin-top: 50px;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-tableGroup {
		margin-bottom: 40px;
	}

	#content.ir-content .c-tableGroup__item__inner {
		overflow-x: auto;
	}

	#content.ir-content .c-tableGroup__item__scroll {
		width: 800px;
	}

	#content.ir-content .c-tableGroup.u-margin--siblings {
		margin-bottom: 20px !important;
	}

	#content.ir-content .c-tableGroup__text__swipe {
		display: block;
	}
}

/*--------------------------------------------------------------------------------
	D-6 - table
--------------------------------------------------------------------------------*/
#content.ir-content .c-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #E8E8E8;
	background: #fff;
}

#content.ir-content .c-table tbody th {
	padding: 13px 15px 12px;
	text-align: left;
	font-weight: bold;
	color: #000;
	background: #EEF8FF;
	border: 1px solid #E8E8E8;
	word-break: break-all;
	font-size: 14px;
	line-height: 1.57143;
}

#content.ir-content .c-table tbody td {
	padding: 13px 15px 12px;
	word-break: break-all;
	border: 1px solid #E8E8E8;
	font-size: 15px;
	line-height: 1.8;
}

#content.ir-content .c-table.u-wrap-normal thead th {
	word-wrap: normal;
	word-break: normal;
}

#content.ir-content .c-table.u-wrap-normal tbody td,
#content.ir-content .c-table.u-wrap-normal tbody th {
	word-wrap: normal;
	word-break: normal;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-table thead th {
		padding: 16px 12px;
		font-size: 13px;
		line-height: 1.8;
	}

	#content.ir-content .c-table tbody th {
		padding: 16px 12px;
		font-size: 13px;
		line-height: 1.8;
	}

	#content.ir-content .c-table tbody td {
		padding: 16px 12px;
		font-size: 13px;
		line-height: 1.8;
	}

	#content.ir-content .c-table--break-mobile {
		display: block;
		width: 100%;
		border: none;
	}

	#content.ir-content .c-table--break-mobile colgroup {
		display: none;
	}

	#content.ir-content .c-table--break-mobile col {
		display: none;
	}

	#content.ir-content .c-table--break-mobile thead,
	#content.ir-content .c-table--break-mobile tbody,
	#content.ir-content .c-table--break-mobile tr {
		display: block;
		width: 100%;
		border: none;
	}

	#content.ir-content .c-table--break-mobile tr {
		border: none;
		overflow: hidden;
	}

	#content.ir-content .c-table--break-mobile tbody th {
		border: 1px solid;
	}

	#content.ir-content .c-table--break-mobile tbody td {
		border: none;
	}

	#content.ir-content .c-table--break-mobile th,
	#content.ir-content .c-table--break-mobile td {
		clear: both;
		float: left;
		display: block;
		width: 100% !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/*--------------------------------------------------------------------------------
	D-7 - hierarchyGroup
--------------------------------------------------------------------------------*/
#content.ir-content .c-hierarchyGroup {
	margin-bottom: 30px;
}

#content.ir-content .c-hierarchyGroup.u-margin--siblings {
	margin-bottom: 20px !important;
}

#content.ir-content .c-hierarchyGroup__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px -30px;
}

#content.ir-content .c-hierarchyGroup__item {
	width: 100%;
	margin: 0 20px 30px;
	list-style: none;
}

#content.ir-content .c-hierarchyGroup--full {
	margin-left: 0;
	margin-right: 0;
}

#content.ir-content .c-hierarchyGroup--twoUp .c-hierarchyGroup__item {
	width: calc(50% - 40px);
	margin: 0 20px 20px;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-hierarchyGroup {
		margin-bottom: 30px;
	}

	#content.ir-content .c-hierarchyGroup.u-margin--siblings {
		margin-bottom: 20px !important;
	}

	#content.ir-content .c-hierarchyGroup__items {
		display: block;
		margin: 0 !important;
	}

	#content.ir-content .c-hierarchyGroup__item {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: auto !important;
	}

	#content.ir-content .c-hierarchyGroup__item:not(:last-child) {
		margin: 0 0 20px !important;
	}

	#content.ir-content .c-hierarchyGroup__item:last-child {
		margin: 0 !important;
	}
}

/*--------------------------------------------------------------------------------
	D-7 - hierarchy
--------------------------------------------------------------------------------*/
#content.ir-content .c-hierarchy__heading {
	margin-bottom: 26px;
}

#content.ir-content .c-hierarchy__levels .c-txt-v2 {
	font-size: 14px;
	line-height: 1.42857;
}

#content.ir-content .c-hierarchy__levels .c-txt-v2::after {
	display: none;
}

#content.ir-content .c-hierarchy__levels > *:last-child {
	margin-bottom: 0;
}

#content.ir-content .c-hierarchy__level-01 {
	margin-bottom: 13px;
}

#content.ir-content .c-hierarchy__level-01 *:not([class*="level-01"]) + .c-hierarchy {
	margin-top: 30px;
}

#content.ir-content .c-hierarchy__level-01 a {
	display: inline-block;
}

#content.ir-content .c-hierarchy__level-02 {
	position: relative;
	margin-left: 30px;
	margin-bottom: 13px;
	padding-left: 10px;
}

#content.ir-content .c-hierarchy__level-02::before {
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #CCC;
}

#content.ir-content .c-hierarchy__level-02 + .c-hierarchy__level-02 {
	margin-top: -13px;
	padding-top: 13px;
}

#content.ir-content .c-hierarchy__level-02 a {
	display: inline-block;
}

#content.ir-content .c-hierarchy__level-03 {
	position: relative;
	margin-left: 69px;
	margin-bottom: 13px;
	padding-left: 10px;
}

#content.ir-content .c-hierarchy__level-03::before {
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #CCC;
}

#content.ir-content .c-hierarchy__level-03 + .c-hierarchy__level-03 {
	margin-top: -13px;
	padding-top: 13px;
}

#content.ir-content .c-hierarchy__level-03 a {
	display: inline-block;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-hierarchy__levels {
		padding: 0;
	}

	#content.ir-content .c-hierarchy__level-01 *:not([class*="level-01"]) + .c-hierarchy {
		margin-top: 20px;
	}

	#content.ir-content .c-hierarchy__level-02 {
		margin-left: 20px;
	}

	#content.ir-content .c-hierarchy__level-03 {
		margin-left: 40px;
	}
}

/*--------------------------------------------------------------------------------
	E-1 - media
--------------------------------------------------------------------------------*/
#content.ir-content .c-media {
	margin-bottom: 40px;
}

#content.ir-content .c-media.u-margin--siblings {
	margin-bottom: 20px !important;
}

#content.ir-content .c-media__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

#content.ir-content .c-media__video, #content.ir-content .c-media__vis {
	width: 47.3%;
	margin-right: 40px;
}

#content.ir-content .c-media__body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
}

#content.ir-content .c-media__caption {
	margin-top: 10px;
	font-size: 13px;
	line-height: 2;
	color: #666;
	text-align: center;
}

#content.ir-content .c-media__thumbnail + .c-media__thumbnail {
	margin-top: 20px;
}

#content.ir-content .c-media__heading {
	margin-bottom: 10px;
}

#content.ir-content .c-media__heading .c-txt--lg {
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
}

#content.ir-content .c-media__detail {
	font-size: 14px;
	line-height: 1.78571;
}

#content.ir-content .c-media__detail > * {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#content.ir-content .c-media__detail > *:first-child {
	margin-top: 0;
}

#content.ir-content .c-media__detail > *:last-child {
	margin-bottom: 0;
}

#content.ir-content .c-media__toDetail {
	margin-top: 40px;
}

#content.ir-content .c-media--full {
	margin-left: 0;
	margin-right: 0;
}

#content.ir-content .c-media--rightWards .c-media__inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#content.ir-content .c-media--rightWards .c-media__vis,
#content.ir-content .c-media--rightWards .c-media__video {
	margin-right: 0;
	margin-left: 40px;
}

#content.ir-content .c-media--variableVis .c-media__vis {
	width: auto;
	max-width: 40%;
}

#content.ir-content .c-media--variableVis .c-media__vis img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-media {
		margin-bottom: 40px;
	}

	#content.ir-content .c-media.u-margin--siblings {
		margin-bottom: 20px !important;
	}

	#content.ir-content .c-media__inner {
		display: block !important;
	}

	#content.ir-content .c-media__vis, #content.ir-content .c-media__video {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: auto;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	#content.ir-content .c-media__body {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin-top: 20px;
	}

	#content.ir-content .c-media__heading {
		margin-bottom: 15px;
	}

	#content.ir-content .c-media--variableVis .c-media__vis {
		width: auto;
		max-width: 100%;
	}
}

/*--------------------------------------------------------------------------------
	E-2 - media V2
--------------------------------------------------------------------------------*/
#content.ir-content .c-media-v2 {
	margin-bottom: 40px;
}

#content.ir-content .c-media-v2__vis,
#content.ir-content .c-media-v2__video {
	position: relative;
	width: 100%;
	padding-top: 56.22%;
}

#content.ir-content .c-media-v2__vis:after,
#content.ir-content .c-media-v2__video:after {
	display: none;
}

#content.ir-content .c-media-v2__body {
	margin-top: 8px;
}

#content.ir-content .c-media-v2__thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#content.ir-content .c-media-v2__thumbnail .c-image {
	padding-top: 0;
	height: 100%;
}

#content.ir-content .c-media-v2__thumbnail .c-youtube {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#content.ir-content .c-media-v2__heading {
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
}

#content.ir-content .c-media-v2__heading .c-txt-v2 {
	padding-left: 0;
}

#content.ir-content .c-media-v2__heading .c-txt-v2::after {
	display: none;
}

#content.ir-content .c-media-v2__detail {
	font-size: 14px;
	line-height: 1.78571;
}

#content.ir-content .c-media-v2__detail > * {
	margin-top: 1em;
	margin-left: 0;
	margin-right: 0;
}

#content.ir-content .c-media-v2__video .c-media-v2__heading .c-txt-v2 {
	padding-left: 0;
}

#content.ir-content .c-media-v2__video .c-media-v2__heading .c-txt-v2::before {
	display: none;
}

#content.ir-content .c-media-v2 > a .c-media-v2__heading .c-txt-v2 {
	padding-left: 25px;
}

#content.ir-content .c-media-v2 > a .c-media-v2__heading .c-txt-v2::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(/ir/assets/img/icon/icon_arrow_circle_r_blue.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
}

@media only screen and (min-width: 1025px) {
	#content.ir-content .c-media-v2 > a {
		display: block;
	}

	#content.ir-content .c-media-v2 > a .c-media-v2__heading .c-txt-v2 {
		-webkit-transition: color 0.3s ease;
		transition: color 0.3s ease;
	}

	#content.ir-content .c-media-v2 > a:hover .c-media-v2__heading .c-txt-v2 {
		color: #0036A6;
		text-decoration: none;
	}
}

@media only screen and (max-width: 768px) {
	.l-structure--single #content.ir-content .c-media-v2 {
		margin-left: 0;
		margin-right: 0;
	}

	#content.ir-content .c-media-v2__inner {
		display: block !important;
	}

	#content.ir-content .c-media-v2__vis {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: auto;
	}

	#content.ir-content .c-media-v2__video {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: auto;
	}

	#content.ir-content .c-media-v2__body {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: auto;
	}

	#content.ir-content .c-media-v2__body .c-dynamic-wipe {
		display: none;
	}

	#content.ir-content .c-media-v2__textGroup {
		display: block;
		padding: 0;
	}

	#content.ir-content .c-media-v2__heading {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}

	#content.ir-content .c-media-v2__detail {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}
}

/*--------------------------------------------------------------------------------
	E-3 - picture
--------------------------------------------------------------------------------*/
#content.ir-content .c-picture {
	margin-bottom: 50px;
}

#content.ir-content .c-picture__body {
	max-width: 100%;
}

#content.ir-content .c-picture:not(.c-picture--video) {
	text-align: center;
}

#content.ir-content .c-picture:not(.c-picture--video) .c-picture__body {
	display: inline-block;
	vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-picture {
		margin-bottom: 40px;
	}

	#content.ir-content .c-picture__body {
		width: 100%;
	}

	#content.ir-content .c-picture__body .c-image-v2 img {
		width: 100%;
	}
}

/*--------------------------------------------------------------------------------
	E-4 - media V3
--------------------------------------------------------------------------------*/
#content.ir-content .c-media-v3 {
	margin-bottom: 40px;
}

#content.ir-content .c-media-v3__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -20px;
}

#content.ir-content .c-media-v3__vis, #content.ir-content .c-media-v3__video {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 47.3%;
	flex: 0 0 47.3%;
	margin-bottom: 20px;
}

#content.ir-content .c-media-v3__thumbnail {
	position: relative;
	padding-top: 56.2857%;
}

#content.ir-content .c-media-v3__thumbnail .c-image,
#content.ir-content .c-media-v3__thumbnail .c-youtube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-media-v3__vis, #content.ir-content .c-media-v3__video {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 47.32%;
		flex: 0 0 47.32%;
	}

	#content.ir-content .c-media-v3__thumbnail {
		padding-top: 55.9523%;
	}
}

/*--------------------------------------------------------------------------------
	E-4 - media V4
--------------------------------------------------------------------------------*/
#content.ir-content .c-media-v4 {
	margin-bottom: 60px;
}

#content.ir-content .c-media-v4__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px;
	border: 4px solid #e8e8e8;
}

#content.ir-content .c-media-v4__vis {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 26.47%;
	flex: 0 0 26.47%;
	margin-right: 30px;
}

#content.ir-content .c-media-v4__vis .c-image {
	padding-top: 0;
}

#content.ir-content .c-media-v4__vis .c-image img {
	position: static;
}

#content.ir-content .c-media-v4__text .c-txt {
	font-size: 14px;
	line-height: 1.71429;
}

#content.ir-content .c-media-v4__link {
	margin-top: 15px;
	margin-bottom: -30px;
}

#content.ir-content .c-media-v4__thumbnail {
	position: relative;
}

#content.ir-content .c-media-v4--leftWards .c-media-v4__inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#content.ir-content .c-media-v4--leftWards .c-media-v4__vis, #content.ir-content .c-media-v4--leftWards .c-media-v4__video {
	margin-right: 0;
	margin-left: 40px;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-media-v4 {
		margin-bottom: 60px;
	}

	#content.ir-content .c-media-v4__inner {
		display: block;
		padding: 30px 20px;
		border-width: 5px;
	}

	#content.ir-content .c-media-v4__vis {
		margin-right: 0;
	}

	#content.ir-content .c-media-v4__detail {
		margin-top: 20px;
	}

	#content.ir-content .c-media-v4--leftWards .c-media-v4__vis,
	#content.ir-content .c-media-v4--leftWards .c-media-v4__video {
		margin-left: 0;
	}
}

/*--------------------------------------------------------------------------------
	F-1
--------------------------------------------------------------------------------*/
#content.ir-content .c-announce {
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

#content.ir-content .c-announce.u-margin--siblings {
	margin-bottom: 20px !important;
}

#content.ir-content .c-announce__heading {
	padding: 17px 20px;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	background: #D23C3C;
}

#content.ir-content .c-announce__body {
	padding: 25px 30px;
	background: #FFF2F2;
	font-size: 14px;
	line-height: 1.78571;
}

#content.ir-content .c-announce__body a {
	display: inline-block;
	position: relative;
	color: #0036A6;
	text-decoration: underline;
}

#content.ir-content .c-announce--bgGray .c-announce__heading {
	background: #666;
}

#content.ir-content .c-announce--bgGray .c-announce__body {
	background: #F6F6F6;
}

@media only screen and (min-width: 1025px) {
	#content.ir-content .c-announce a:hover {
		text-decoration: none;
	}
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-announce {
		margin-bottom: 30px;
	}

	#content.ir-content .c-announce.u-margin--siblings {
		margin-bottom: 20px !important;
	}

	#content.ir-content .c-announce__body {
		padding: 25px 20px;
	}
}

/*--------------------------------------------------------------------------------
	F-2 FAQ
--------------------------------------------------------------------------------*/
#content.ir-content .c-faqGroup {
	margin-bottom: 60px;
}

#content.ir-content .c-faq {
	position: relative;
	background-color: #fff;
	border-top: 1px solid #CCC;
}

#content.ir-content .c-faq:last-child {
	border-bottom: 1px solid #CCC;
}

#content.ir-content .c-faq__title a {
	display: block;
	position: relative;
	padding: 24px 58px 23px;
	font-size: 14px;
	font-weight: bold;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

#content.ir-content .c-faq__title a::before {
	content: "\51";
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 30px;
	height: 30px;
	background-color: #0036A6;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	z-index: 1;
}

#content.ir-content .c-faq__title a::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 25px;
	right: 20px;
	background-image: url(/ir/assets/img/icon/icon_plus.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}

#content.ir-content .c-faq__detail {
	position: relative;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	background-color: #F6F6F6;
	padding: 0 20px 0;
}

#content.ir-content .c-faq__detail__text {
	position: relative;
	padding: 23px 20px 20px 54px;
	background-color: #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.57143;
}

#content.ir-content .c-faq__detail__text::after {
	content: "\41";
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #7EB4F3;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}

#content.ir-content .c-faq__detail__text a {
	color: #0036A6;
	text-decoration: underline;
}

#content.ir-content .c-faq.is-active .c-faq__title {
	background-color: #F6F6F6;
}

#content.ir-content .c-faq.is-active .c-faq__title a::after {
	background-image: url(/ir/assets/img/icon/icon_minus.png);
}

#content.ir-content .c-faq.is-active .c-faq__detail {
	height: auto;
	visibility: visible;
	pointer-events: all;
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	padding-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
	#content.ir-content .c-faq__title a:hover {
		background-color: #F6F6F6;
	}

	#content.ir-content .c-faq__detail__text a:hover {
		text-decoration: none;
	}
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-faq {
		margin-right: -10px;
		margin-left: -10px;
	}

	#content.ir-content .c-faq:not(:first-child) {
		margin-top: 0;
	}

	#content.ir-content .c-faq.is-active .c-faq__detail {
		padding-top: 0;
	}

	#content.ir-content .c-faq__title a {
		padding: 24px 45px 23px 54px;
	}

	#content.ir-content .c-faq__title a::before {
		top: 20px;
		left: 15px;
	}

	#content.ir-content .c-faq__title a::after {
		right: 15px;
	}

	#content.ir-content .c-faq__detail {
		padding: 0 15px;
	}

	#content.ir-content .c-faq__detail__text {
		padding: 26px 20px 21px 55px;
		margin-top: 0;
	}

	#content.ir-content .c-faq__detail__text::after {
		top: 18px;
		left: 15px;
	}
}

/*--------------------------------------------------------------------------------
	F-3 お問い合わせ
--------------------------------------------------------------------------------*/
#content.ir-content .c-contact {
	background-color: #F6F6F6;
	border-radius: 8px;
	margin-bottom: 80px;
}

#content.ir-content .c-contact__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 40px 40px 30px;
}

#content.ir-content .c-contact__heading {
	color: #0036A6;
	font-size: 20px;
	font-weight: bold;
	margin-right: 30px;
}

#content.ir-content .c-contact__address {
	font-size: 15px;
	line-height: 1.33333;
}

#content.ir-content .c-contact__tel {
	position: relative;
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	padding-left: 32px;
}

#content.ir-content .c-contact__tel::before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(/ir/assets/img/icon/icon_tel.png) no-repeat 0 0;
	background-size: cover;
}

#content.ir-content .c-contact__time {
	font-size: 12px;
	line-height: 1.33333;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-contact .c-contact__inner {
		display: block;
		padding: 30px 20px 25px;
	}

	#content.ir-content .c-contact .c-contact__heading {
		text-align: center;
		margin-bottom: 10px;
	}

	#content.ir-content .c-contact .c-contact__address {
		font-size: 14px;
	}

	#content.ir-content .c-contact .c-contact__tel {
		text-align: center;
		font-size: 25px;
		padding-left: 28px;
	}

	#content.ir-content .c-contact .c-contact__tel::before {
		width: 23px;
		height: 23px;
	}
}

/*--------------------------------------------------------------------------------
	F-3 フリーボックス
--------------------------------------------------------------------------------*/
#content.ir-content .c-extra {
	border: 5px solid #E8E8E8;
	padding: 25px 20px 20px;
	margin-bottom: 80px;
}

#content.ir-content .c-extra__upper .c-extra__heading {
	color: #0036A6;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 11px;
}

#content.ir-content .c-extra__upper .c-extra__text {
	font-size: 15px;
	line-height: 1.86667;
}

#content.ir-content .c-extra__lower {
	margin-top: 23px;
	padding: 11px 20px;
	background-color: #F6F6F6;
	border-radius: 4px;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-extra__upper .c-extra__text,
	#content.ir-content .c-extra__lower .c-extra__text {
		font-size: 14px;
		line-height: 2;
	}
}

/*--------------------------------------------------------------------------------
	汎用グリッド
--------------------------------------------------------------------------------*/
.c-grid {
	margin-bottom: 50px;
	overflow: hidden;
}

.c-grid__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px -20px;
}

.c-grid__item {
	margin: 0 20px 20px;
}

.c-grid__item > *[class^="c-"] {
	margin-left: 0;
	margin-right: 0;
}

.c-grid__item > *:last-child {
	margin-bottom: 0;
}

.c-grid--twoUp .c-grid__item {
	width: calc(50% - 40px);
	margin: 0 20px 20px;
}

.c-grid--threeUp .c-grid__item {
	width: calc(33.3% - 40px);
	margin: 0 20px 20px;
}

.c-grid--fourUp .c-grid__item {
	width: calc(25% - 40px);
	margin: 0 20px 20px;
}

.c-grid--single .c-grid__items {
	display: block;
}

@media only screen and (max-width: 768px) {
	.c-grid {
		display: block;
		margin-bottom: 40px;
	}

	.c-grid__items {
		display: block;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0;
	}

	.c-grid__item {
		width: auto !important;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 20px !important;
	}

	.c-grid__item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------------------------
	汎用ガター
--------------------------------------------------------------------------------*/
.c-gutter {
	display: block;
	margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
	.c-gutter {
		margin-bottom: 40px;
	}
}

/*--------------------------------------------------------------------------------
	モーダル
--------------------------------------------------------------------------------*/
.c-modal-target {
	display: none !important;
	max-width: 1024px;
	margin: 0 auto;
}

.c-modal-target > * {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.c-modal-target > *:last-child {
	margin-bottom: 0 !important;
}

.c-modal-target.wysiwyg {
	padding: 40px 30px;
	background: #fff;
	border-radius: 8px;
	color: #000;
	font-size: 14px;
	line-height: 1.78571;
}

.c-modal-target-container .c-modal-target {
	display: block !important;
}

@media only screen and (max-width: 1200px) {
	.c-modal-target-container .mfp-type-modal .c-modal-target {
		position: relative;
		padding-top: 40px;
	}

	.c-modal-target-container .mfp-type-modal .c-modal-target[data-key="irlist"] {
		padding-top: 60px;
	}

	.c-modal-target.wysiwyg {
		padding: 40px 14px;
	}
}

/*--------------------------------------------------------------------------------
	drifting

.c-drifting {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 800ms ease-in-out, transform 500ms ease-in-out;

	&.is-drifting {
		opacity: 1;
		transform: translateY(0);
	}
}
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
	cardGroup V2
--------------------------------------------------------------------------------*/
.c-cardGroup-v2 {
	margin-bottom: 100px;
	margin-right: 40px;
	margin-left: 40px;
}

@media only screen and (max-width: 768px) {
	.c-cardGroup-v2 {
		margin-right: 25px;
		margin-left: 25px;
	}
}

.c-cardGroup-v2__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px -30px;
}

.c-cardGroup-v2__item {
	margin: 0 20px 30px;
	list-style: none;
}

.c-cardGroup-v2--full {
	margin-left: 0;
	margin-right: 0;
}

.c-cardGroup-v2--twoUp .c-cardGroup-v2__item {
	width: calc(50% - 40px);
	margin: 0 20px 30px;
}

@media only screen and (max-width: 768px) {
	.c-cardGroup-v2 {
		margin-bottom: 80px;
	}

	.c-cardGroup-v2__items {
		display: block;
		margin: 0 auto -20px;
	}

	.c-cardGroup-v2__item {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: auto !important;
		margin: 0 auto 20px !important;
	}
}

/*--------------------------------------------------------------------------------
	card V2
--------------------------------------------------------------------------------*/
.c-card-v2 {
	-webkit-box-shadow: 1px 1px 0px #E3E3E2 inset, -1px -1px 0px #E3E3E2 inset;
	box-shadow: 1px 1px 0px #E3E3E2 inset, -1px -1px 0px #E3E3E2 inset;
}

.c-cardGroup .c-card-v2,
.c-cardGroup-v2 .c-card-v2 {
	height: 100%;
}

.c-cardGroup .c-card-v2 > a,
.c-cardGroup-v2 .c-card-v2 > a {
	height: 100%;
}

.c-cardGroup .c-card-v2 .c-card-v2__body,
.c-cardGroup-v2 .c-card-v2 .c-card-v2__body {
	height: 100%;
}

.c-card-v2 > a {
	display: block;
}

.c-card-v2__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 30px;
}

.c-card-v2__vis {
	position: relative;
	width: 22.85714%;
}

.c-card-v2__vis img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.c-card-v2__body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	margin-left: 30px;
}

.c-card-v2__heading {
	margin-bottom: 12px;
	font-weight: 500;
}

.c-card-v2__detail {
	position: relative;
}

.c-card-v2.c-card-v2--rightWards {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.c-card-v2.c-card-v2--rightWards .c-card-v2__body {
	margin-left: 0;
	margin-right: 30px;
}

@media only screen and (max-width: 768px) {
	.c-card-v2__inner {
		padding: 15px;
	}

	.c-card-v2__vis {
		width: 20%;
		min-width: 60px;
	}

	.c-card-v2__body {
		margin-left: 25px;
	}

	.c-card-v2--rightWards .c-card-v2__body {
		margin-left: 0;
		margin-right: 25px;
	}
}

/*--------------------------------------------------------------------------------
	dotted list
--------------------------------------------------------------------------------*/
.c-dotted-list li:before {
	content: '・';
}

/*--------------------------------------------------------------------------------
	汎用定義リスト
--------------------------------------------------------------------------------*/
.c-definitionList dt {
	font-weight: bold;
}

/*--------------------------------------------------------------------------------
	local navigation
--------------------------------------------------------------------------------*/
#stage .ir-content {
  /* toggle */
}

#stage .ir-content .c-localnav .c-localnav__column + .c-localnav__column {
	margin-top: 38px;
}

#stage .ir-content .c-localnav a,
#stage .ir-content .c-localnav a:hover {
	display: block;
	position: relative;
}


#stage .ir-content .c-localnav .c-localnav__block .c-localnav-lv1 {
	position: relative;
	margin-bottom: 20px;
	color: #0036A6;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #0036A6;
}

#stage .ir-content .c-localnav .c-localnav__block .c-localnav-lv1 .c-localnav-lv1__inner {
	position: relative;
	padding: 23px 15px 12px;
	color: #0036A6;
}

#stage .ir-content .c-localnav .c-localnav__block .c-localnav-lv1 .c-localnav-lv1__inner span {
	display: inline-block;
	position: relative;
	padding-left: 15px;
}

#stage .ir-content .c-localnav .c-localnav__block .c-localnav-lv1 .c-localnav-lv1__inner span::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #0036A6;
}

#stage .ir-content .c-localnav .c-localnav__block .c-localnav-lv1 a {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

#stage .ir-content .c-localnav .c-localnav__block .c-localnav-lv2 {
	position: relative;
}

#stage .ir-content .c-localnav .c-localnav__block .c-localnav-lv2 .c-localnav-lv1 {
	margin-top: 5px;
	padding-left: 20px;
	padding-bottom: 18px;
}

#stage .ir-content .c-localnav .c-localnav__block .c-localnav-lv2__items {
	position: relative;
	font-size: 14px;
	line-height: 1.42857;
}

#stage .ir-content .c-localnav .c-localnav__block .c-localnav-lv2__items > li {
	border-bottom: 1px solid #ccc;
}

#stage .ir-content .c-localnav .c-localnav__block .c-localnav-lv2__items a {
	padding: 18px 15px 17px 30px;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

#stage .ir-content .c-localnav .c-localnav__block .c-localnav-lv2__items a::before {
	content: "";
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #0036A6;
}

@media only screen and (max-width: 768px) {
	#stage .ir-content .c-localnav {
		width: 100%;
		margin-top: 0;
	}

	#stage .ir-content .c-localnav .c-localnav__block .c-localnav-lv1 {
		margin-bottom: 0;
	}

	#stage .ir-content .c-localnav .c-localnav__block .c-localnav-lv1 .c-localnav-lv1__inner {
		padding: 19px 75px 10px 10px;
	}

	#stage .ir-content .c-localnav .c-localnav__block .c-localnav-lv1__items {
		border-radius: 4px;
	}
}

@media only screen and (min-width: 1025px) {
	#stage .ir-content .c-localnav .c-localnav__block .c-localnav-lv1 a:hover {
		opacity: 0.7;
	}

	#stage .ir-content .c-localnav .c-localnav__block .c-localnav-lv2 a:hover {
		color: #0036A6;
	}
}

#stage .ir-content .c-localnav .c-localnav__block.js-toggle .c-localnav-lv1-btn {
	display: none;
}

#stage .ir-content .c-localnav .c-localnav__block.js-toggle .c-localnav-lv2 {
	display: block;
}

@media only screen and (max-width: 768px) {
	#stage .ir-content .c-localnav .c-localnav__block.js-toggle .c-localnav-lv1__inner {
		cursor: pointer;
	}

	#stage .ir-content .c-localnav .c-localnav__block.js-toggle .c-localnav-lv1-btn {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 70px;
		height: 100%;
	}

	#stage .ir-content .c-localnav .c-localnav__block.js-toggle .c-localnav-lv1-btn::before {
		content: '';
		position: relative;
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 16px;
		height: 16px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background-image: url(/ir/assets/img/icon/icon_plus_blue.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: cover;
	}

	#stage .ir-content .c-localnav .c-localnav__block.js-toggle .c-localnav-lv2 {
		position: relative;
		height: 0;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
	}

	#stage .ir-content .c-localnav .c-localnav__block.js-toggle.is-active .c-localnav-lv1-btn::before {
		background-image: url(/ir/assets/img/icon/icon_minus_blue.png);
	}

	#stage .ir-content .c-localnav .c-localnav__block.js-toggle.is-active .c-localnav-lv2 {
		height: auto;
		visibility: visible;
		pointer-events: all;
		opacity: 1;
		-webkit-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
}

/*--------------------------------------------------------------------------------
	c-data-newsitems
--------------------------------------------------------------------------------*/
#content.ir-content .c-data-newsitems {
	position: relative;
}
#content.ir-content .c-data-newsitems .c-data-newsitem {
	position: relative;
}

#content.ir-content .c-data-newsitems .c-data-newsitem::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 1px;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #CCC), color-stop(50%, #fff)) repeat-x bottom left;
	background: linear-gradient(to right, #CCC 50%, #fff 50%) repeat-x bottom left;
	background-size: 6px 100%;
}

#content.ir-content .c-data-newsitems::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
	width: 100%;
	height: 1px;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #CCC), color-stop(50%, #fff)) repeat-x bottom left;
	background: linear-gradient(to right, #CCC 50%, #fff 50%) repeat-x bottom left;
	background-size: 6px 100%;
}

#content.ir-content .c-data-newsitems .c-data-newsitem__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 14px 0;
}

#content.ir-content .c-data-newsitems .c-data-newsitem__date {
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}

#content.ir-content .c-data-newsitems .c-data-newsitem__tag {
	margin-left: 22px;
}

#content.ir-content .c-data-newsitems .c-data-newsitem__tag + .c-data-newsitem__tag {
	margin-left: 13px;
}

#content.ir-content .c-data-newsitems .c-data-newsitem__tag span {
	display: inline-block;
	width: 120px;
	padding: 5px 0;
	background-color: #0036A6;
	border-radius: 11px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
}

#content.ir-content .c-data-newsitems .c-data-newsitem__text {
	position: relative;
	margin-top: 2px;
	padding-left: 22px;
	font-size: 14px;
	line-height: 1.42857;
}

#content.ir-content .c-data-newsitems a .c-data-newsitem__text {
	margin-left: 22px;
}

#content.ir-content .c-data-newsitems a .c-data-newsitem__text::before {
	content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 6px;
    border-color: transparent transparent transparent #0036A6;
}

#content.ir-content .c-data-newsitems a[target="_blank"] .c-data-newsitem__text::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 16px;
	margin-top: -2px;
	background: url(/ir/assets/img/icon/icon_blank_blue.svg) no-repeat 0 0;
	background-size: contain;
	border: none;
	top: 0;
	-webkit-transform: none;
	transform: none;
	margin-top: 0;
}

#content.ir-content .c-data-newsitems a[href*=".pdf"] .c-data-newsitem__text::before,
#content.ir-content .c-data-newsitems a[href*=".PDF"] .c-data-newsitem__text::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 16px;
	margin-top: -2px;
	background: url(/ir/assets/img/icon/icon_pdf_red.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
	top: 0;
	-webkit-transform: none;
	transform: none;
	margin-top: 0;
}

#content.ir-content .c-data-newsitems a[href*=".xls"] .c-data-newsitem__text,
#content.ir-content .c-data-newsitems a[href*=".xlsx"] .c-data-newsitem__text,
#content.ir-content .c-data-newsitems a[href*=".doc"] .c-data-newsitem__text,
#content.ir-content .c-data-newsitems a[href*=".docx"] .c-data-newsitem__text,
#content.ir-content .c-data-newsitems a[href*=".zip"] .c-data-newsitem__text,
#content.ir-content .c-data-newsitems a[href*=".csv"] .c-data-newsitem__text,
#content.ir-content .c-data-newsitems a[href*=".txt"] .c-data-newsitem__text {
	margin-left: 22px;
}

#content.ir-content .c-data-newsitems a[href*=".xls"] .c-data-newsitem__text::before,
#content.ir-content .c-data-newsitems a[href*=".xlsx"] .c-data-newsitem__text::before,
#content.ir-content .c-data-newsitems a[href*=".doc"] .c-data-newsitem__text::before,
#content.ir-content .c-data-newsitems a[href*=".docx"] .c-data-newsitem__text::before,
#content.ir-content .c-data-newsitems a[href*=".zip"] .c-data-newsitem__text::before,
#content.ir-content .c-data-newsitems a[href*=".csv"] .c-data-newsitem__text::before,
#content.ir-content .c-data-newsitems a[href*=".txt"] .c-data-newsitem__text::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 17px;
	margin-top: -2px;
	background: url(/ir/assets/img/icon/icon_file_gray.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
	top: 0;
	-webkit-transform: none;
	transform: none;
	margin-top: 0;
}

#content.ir-content .c-data-newsitems--noicon .c-data-newsitem__text {
	padding-left: 0;
}

@media only screen and (min-width: 1025px) {
	#content.ir-content .c-data-newsitems a .c-data-newsitem__date,
	#content.ir-content .c-data-newsitems a .c-data-newsitem__text {
		-webkit-transition: color 0.3s ease;
		transition: color 0.3s ease;
	}

	#content.ir-content .c-data-newsitems a:hover .c-data-newsitem__date,
	#content.ir-content .c-data-newsitems a:hover .c-data-newsitem__text {
		color: #0036A6;
	}
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-data-newsitems a {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 23px;
		padding-bottom: 25px;
	}

	#content.ir-content .c-data-newsitems .c-data-newsitem__date {
		margin-bottom: 10px;
	}

	#content.ir-content .c-data-newsitems .c-data-newsitem__inner {
		display: block;
	}

	#content.ir-content .c-data-newsitems .c-data-newsitem__tag {
		padding-right: 0;
		margin-bottom: 10px;
		margin-left: 0;
	}

	#content.ir-content .c-data-newsitems .c-data-newsitem__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 0;
		padding-left: 0;
		margin-left: 0;
	}

	#content.ir-content .c-data-newsitems a .c-data-newsitem__text,
	#content.ir-content .c-data-newsitems a[target="_blank"] .c-data-newsitem__text,
	#content.ir-content .c-data-newsitems a[href*=".pdf"] .c-data-newsitem__text,
	#content.ir-content .c-data-newsitems a[href*=".PDF"] .c-data-newsitem__text {
		padding-left: 22px;
		margin-left: 0;
	}

	#content.ir-content .c-data-newsitems a[href*=".xls"] .c-data-newsitem__text,
	#content.ir-content .c-data-newsitems a[href*=".xlsx"] .c-data-newsitem__text,
	#content.ir-content .c-data-newsitems a[href*=".doc"] .c-data-newsitem__text,
	#content.ir-content .c-data-newsitems a[href*=".docx"] .c-data-newsitem__text,
	#content.ir-content .c-data-newsitems a[href*=".zip"] .c-data-newsitem__text,
	#content.ir-content .c-data-newsitems a[href*=".csv"] .c-data-newsitem__text,
	#content.ir-content .c-data-newsitems a[href*=".txt"] .c-data-newsitem__text {
		padding-left: 22px;
		margin-left: 0;
	}
}

/*--------------------------------------------------------------------------------
	c-iframe
--------------------------------------------------------------------------------*/
#stage #content.ir-content .c-iframeGroup {
	margin-bottom: 60px;
}

#stage #content.ir-content .c-iframe .c-iframe__body {
	width: 100%;
}

/*--------------------------------------------------------------------------------
	c-listtype
--------------------------------------------------------------------------------*/
#content.ir-content .c-listType--decimal,
#content.ir-content .wisywig .c-listType--decimal {
	list-style-type: decimal;
}

#content.ir-content .c-listType--katakana,
#content.ir-content .wisywig .c-listType--katakana {
	list-style-type: katakana;
}

#content.ir-content .c-listType--noType,
#content.ir-content .wisywig .c-listType--noType {
	list-style-type: none;
}

#content.ir-content .c-listType li,
#content.ir-content .wisywig .c-listType li {
	list-style-type: inherit;
	list-style-position: inside;
}

#content.ir-content .c-listType li ul, #content.ir-content .c-listType li ol,
#content.ir-content .wisywig .c-listType li ul,
#content.ir-content .wisywig .c-listType li ol {
	text-indent: 2em;
}

/*--------------------------------------------------------------------------------
	relatedlinks
--------------------------------------------------------------------------------*/
#content.ir-content .c-relatedlinks__title {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

#content.ir-content .c-relatedlinks__detail {
	padding: 16px 15px 18px;
	border: 1px solid #ccc;
}

#content.ir-content .c-relatedlinks__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -8px;
}

#content.ir-content .c-relatedlinks__item {
	margin-top: 8px;
}

#content.ir-content .c-relatedlinks__item:not(:last-child) {
	margin-right: 20px;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-relatedlinks__title {
		font-size: 18px;
	}

	#content.ir-content .c-relatedlinks__detail {
		padding-left: 15px;
		padding-right: 13px;
	}
}

/*--------------------------------------------------------------------------------
	contactCard
--------------------------------------------------------------------------------*/
#content.ir-content .c-contactCard {
	margin-bottom: 38px;
}

#content.ir-content .c-contactCard__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
}

#content.ir-content .c-contactCard__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 2);
	flex: 0 0 calc(100% / 2);
	max-width: 360px;
	background-color: #EEF8FF;
	margin: 0 10px;
}

#content.ir-content .c-contactCard__item a {
	display: block;
	padding: 23px 25px 22px;
}

#content.ir-content .c-contactCard__title {
	margin-bottom: 13px;
	color: #0036A6;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.38;
}

#content.ir-content .c-contactCard__text {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 15px;
}

#content.ir-content .c-contactCard__ex {
	color: #666;
	font-size: 11px;
}

#content.ir-content .c-contactCard .c-contactCard__item--irinfo .c-contactCard__text {
	margin-bottom: 15px;
}

#content.ir-content .c-contactCard .c-contactCard__item--irinfo .c-contactCard__contact {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

#content.ir-content .c-contactCard .c-contactCard__item--stockinfo {
	position: relative;
}

#content.ir-content .c-contactCard .c-contactCard__item--stockinfo::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 14px;
	right: 14px;
	width: 16px;
	height: 16px;
	background: url(/ir/assets/img/icon/icon_arrow_circle_r_blue.svg) no-repeat 0 0;
	background-size: cover;
	border: none;
}

#content.ir-content .c-contactCard .c-contactCard__item--stockinfo .c-contactCard__info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#content.ir-content .c-contactCard .c-contactCard__item--stockinfo .c-contactCard__info__text {
	padding: 7px 5px 8px 5px;
	border: 1px solid #666;
	font-size: 12px;
	line-height: 1;
}

#content.ir-content .c-contactCard .c-contactCard__item--stockinfo .c-contactCard__info__time {
	padding-left: 10px;
	font-size: 26px;
	line-height: 1;
}

#content.ir-content .c-contactCard .c-contactCard__item--stockinfo .c-contactCard__info__ex {
	padding-top: 10px;
	color: #666;
	font-size: 11px;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-contactCard {
		margin-bottom: 60px;
	}

	#content.ir-content .c-contactCard__items {
		display: block;
		margin: 0;
	}

	#content.ir-content .c-contactCard__item {
		width: 100%;
		max-width: 100%;
		margin: 20px 0 0;
	}

	#content.ir-content .c-contactCard__item a {
		padding-top: 25px;
		padding-left: 30px;
		padding-right: 30px;
	}

	#content.ir-content .c-contactCard .c-contactCard__item--irinfo a {
		padding-bottom: 37px;
	}

	#content.ir-content .c-contactCard .c-contactCard__item--irinfo .c-contactCard__contact {
		margin-bottom: 10px;
	}

	#content.ir-content .c-contactCard .c-contactCard__item--stockinfo {
		position: relative;
	}

	#content.ir-content .c-contactCard .c-contactCard__item--stockinfo a {
		padding-bottom: 44px;
	}

	#content.ir-content .c-contactCard .c-contactCard__item--stockinfo .c-contactCard__info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

/*--------------------------------------------------------------------------------
	F-2 FAQ
--------------------------------------------------------------------------------*/
#content.ir-content .c-toggleGroup {
	margin-bottom: 60px;
}

#content.ir-content .c-toggle {
	position: relative;
	background-color: #fff;
	border-top: 1px solid #CCC;
}

#content.ir-content .c-toggle:last-child {
	border-bottom: 1px solid #CCC;
}

#content.ir-content .c-toggle__title a {
	display: block;
	position: relative;
	padding: 24px 58px 23px 20px;
	font-size: 14px;
	font-weight: bold;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

#content.ir-content .c-toggle__title a::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 25px;
	right: 20px;
	background-image: url(/ir/assets/img/icon/icon_plus.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}

#content.ir-content .c-toggle__detail {
	position: relative;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	background-color: #F6F6F6;
	padding: 0 20px 0;
}

#content.ir-content .c-toggle__detail__text {
	position: relative;
	padding: 23px 20px 20px 30px;
	background-color: #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.57143;
}

#content.ir-content .c-toggle__detail__text a {
	color: #0036A6;
	text-decoration: underline;
}

#content.ir-content .c-toggle.is-active .c-toggle__title {
	background-color: #F6F6F6;
}

#content.ir-content .c-toggle.is-active .c-toggle__title a::after {
	background-image: url(/ir/assets/img/icon/icon_minus.png);
}

#content.ir-content .c-toggle.is-active .c-toggle__detail {
	height: auto;
	visibility: visible;
	pointer-events: all;
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	padding-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
	#content.ir-content .c-toggle__title a:hover {
		background-color: #F6F6F6;
	}

	#content.ir-content .c-toggle__detail__text a:hover {
		text-decoration: none;
	}
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-toggle {
		margin-right: -10px;
		margin-left: -10px;
	}

	#content.ir-content .c-toggle:not(:first-child) {
		margin-top: 0;
	}

	#content.ir-content .c-toggle.is-active .c-toggle__detail {
		padding-top: 0;
	}

	#content.ir-content .c-toggle__title a {
		padding: 24px 45px 23px 20px;
	}

	#content.ir-content .c-toggle__title a::before {
		top: 20px;
		left: 15px;
	}

	#content.ir-content .c-toggle__title a::after {
		right: 15px;
	}

	#content.ir-content .c-toggle__detail {
		padding: 0 15px;
	}

	#content.ir-content .c-toggle__detail__text {
		padding: 26px 20px 21px 20px;
		margin-top: 0;
	}

	#content.ir-content .c-toggle__detail__text::after {
		top: 18px;
		left: 15px;
	}
}


#content.ir-content .c-select .c-select__tab {
    display: inline-flex;
    align-items: center;
    position: relative;
}

#content.ir-content .c-select .c-select__tab::after {
	content: "";
    display: block;
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 6px;
    border-color: transparent transparent transparent #0036A6;
}

#content.ir-content .c-select .c-select__tab select {
    appearance: none;
    min-width: 230px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

#content.ir-content .c-select .c-select__content {
	margin-top: 30px;
}

#content.ir-content .c-select .c-select__content .l-section:nth-child(n + 2) {
	display: none;
}

#content.ir-content .c-select .c-select__content .c-select__sort__menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	margin-bottom: 20px;
}

#content.ir-content .c-select .c-select__content .c-select__sort__menu li {
	cursor: pointer;
	padding: 10px 0;
	flex: 0 0 16.66%;
	transition: 0.5s;
	border-left: 1px solid #ccc;
}
#content.ir-content .c-select .c-select__content .c-select__sort__menu li:last-child {
	border-right: 1px solid #ccc;
}

#content.ir-content .c-select .c-select__content .c-select__sort__menu li:hover {
	color: #0036A6;
	transition: 0.5s;
}

#content.ir-content .c-select .c-select__content .c-select__sort__menu li.c-select__sort__active {
	background-color: #0036A6;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .c-select .c-select__content .c-select__sort__menu {
		flex-wrap: wrap;
	}
	#content.ir-content .c-select .c-select__content .c-select__sort__menu li {
		border-top: 1px solid #ccc;
		flex: 0 0 33.333%;
	}
	#content.ir-content .c-select .c-select__content .c-select__sort__menu li:nth-last-of-type(-n + 3) {
		border-bottom: 1px solid #ccc;
	}
	#content.ir-content .c-select .c-select__content .c-select__sort__menu li:nth-of-type(3n) {
		border-right: 1px solid #ccc;
	}
}

/*--------------------------------------------------------------------------------
	margin
	font-size / font weight
--------------------------------------------------------------------------------*/
.u-font50 {
	font-size: 0.5em !important;
}

.u-font60 {
	font-size: 0.6em !important;
}

.u-font70 {
	font-size: 0.7em !important;
}

.u-font80 {
	font-size: 0.8em !important;
}

.u-font90 {
	font-size: 0.9em !important;
}

.u-font100 {
	font-size: 1em !important;
}

.u-font110 {
	font-size: 1.1em !important;
}

.u-font120 {
	font-size: 1.2em !important;
}

.u-font130 {
	font-size: 1.3em !important;
}

.u-font140 {
	font-size: 1.4em !important;
}

.u-font150 {
	font-size: 1.5em !important;
}

.u-font160 {
	font-size: 1.6em !important;
}

.u-font170 {
	font-size: 1.7em !important;
}

.u-font180 {
	font-size: 1.8em !important;
}

.u-font190 {
	font-size: 1.9em !important;
}

.u-font200 {
	font-size: 2em !important;
}

.u-font210 {
	font-size: 2.1em !important;
}

.u-font220 {
	font-size: 2.2em !important;
}

.u-font230 {
	font-size: 2.3em !important;
}

.u-font240 {
	font-size: 2.4em !important;
}

.u-font250 {
	font-size: 2.5em !important;
}

.u-font260 {
	font-size: 2.6em !important;
}

.u-font270 {
	font-size: 2.7em !important;
}

.u-font280 {
	font-size: 2.8em !important;
}

.u-font290 {
	font-size: 2.9em !important;
}

.u-font300 {
	font-size: 3em !important;
}

.u-weightBold {
	font-weight: bold !important;
}

.u-weightNormal {
	font-weight: normal !important;
}

/*--------------------------------------------------------------------------------
	align
--------------------------------------------------------------------------------*/
.u-alignRight {
	text-align: right !important;
}

.u-alignLeft {
	text-align: left !important;
}

.u-alignCenter {
	text-align: center !important;
}

.u-alignTop {
	vertical-align: top !important;
}

.u-alignMiddle {
	vertical-align: middle !important;
}

.u-alignBottom {
	vertical-align: bottom !important;
}

.u-alignBaseline {
	vertical-align: baseline !important;
}

/*--------------------------------------------------------------------------------
	color
--------------------------------------------------------------------------------*/
.u-color--blue {
	color: #0036A6 !important;
}

.u-bg--blue {
	background-color: #0036A6 !important;
}

.u-color--green {
	color: #79BD36 !important;
}

.u-bg--green {
	background-color: #79BD36 !important;
}

.u-color--yellow {
	color: #FFD900 !important;
}

.u-bg--yellow {
	background-color: #FFD900 !important;
}

.u-color--orange {
	color: #EB6100 !important;
}

.u-bg--orange {
	background-color: #EB6100 !important;
}

.u-color--pink {
	color: #E61673 !important;
}

.u-bg--pink {
	background-color: #E61673 !important;
}

.u-color--red {
	color: #DD4444 !important;
}

.u-bg--red {
	background-color: #DD4444 !important;
}

.u-color--navy {
	color: #0A2D88 !important;
}

.u-bg--navy {
	background-color: #0A2D88 !important;
}

.u-color--purple {
	color: #6B1685 !important;
}

.u-bg--purple {
	background-color: #6B1685 !important;
}

.u-color--turquoise {
	color: #00A9AD !important;
}

.u-bg--turquoise {
	background-color: #00A9AD !important;
}

.u-color--lightBlue {
	color: #2EA7E0 !important;
}

.u-bg--lightBlue {
	background-color: #2EA7E0 !important;
}

.u-color--lightGreen {
	color: #CFDB00 !important;
}

.u-bg--lightGreen {
	background-color: #CFDB00 !important;
}

.u-color--lightOrange {
	color: #FFA40C !important;
}

.u-bg--lightOrange {
	background-color: #FFA40C !important;
}

.u-color--black {
	color: #000 !important;
}

.u-bg--black {
	background-color: #000 !important;
}

.u-color--white {
	color: #fff !important;
}

.u-bg--white {
	background-color: #fff !important;
}

#stage #content.ir-content .u-margin--sm {
	margin-bottom: 20px !important;
}

#stage #content.ir-content .u-margin--md {
	margin-bottom: 60px !important;
}

#stage #content.ir-content .u-margin--lg {
	margin-bottom: 80px !important;
}

#stage #content.ir-content .u-margin--xl {
	margin-bottom: 120px !important;
}

#stage #content.ir-content .u-margin--none {
	margin-bottom: 0 !important;
}

/* 10px倍数 */
.u-mt-10 {
	margin-top: 10px !important;
}

.u-mt-20 {
	margin-top: 20px !important;
}

.u-mt-30 {
	margin-top: 30px !important;
}

.u-mt-40 {
	margin-top: 40px !important;
}

.u-mt-50 {
	margin-top: 50px !important;
}

.u-mt-60 {
	margin-top: 60px !important;
}

.u-mt-70 {
	margin-top: 70px !important;
}

.u-mt-80 {
	margin-top: 80px !important;
}

.u-mt-90 {
	margin-top: 90px !important;
}

.u-mt-100 {
	margin-top: 100px !important;
}

.u-mb-10 {
	margin-bottom: 10px !important;
}

.u-mb-20 {
	margin-bottom: 20px !important;
}

.u-mb-30 {
	margin-bottom: 30px !important;
}

.u-mb-40 {
	margin-bottom: 40px !important;
}

.u-mb-50 {
	margin-bottom: 50px !important;
}

.u-mb-60 {
	margin-bottom: 60px !important;
}

.u-mb-70 {
	margin-bottom: 70px !important;
}

.u-mb-80 {
	margin-bottom: 80px !important;
}

.u-mb-90 {
	margin-bottom: 90px !important;
}

.u-mb-100 {
	margin-bottom: 100px !important;
}

#stage #content.ir-content .u-clearfix {
	display: block;
}

#stage #content.ir-content .u-clearfix:after {
	content: "\2e";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

#stage #content.ir-content .u-visibilittyHidden {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
}

#stage #content.ir-content .u-font-normalizer {
	font-style: normal;
}

#stage #content.ir-content .u-break {
	display: block !important;
}

#stage #content.ir-content .u-break--desktop {
	display: block !important;
}

#stage #content.ir-content .u-break--mobile {
	display: inline !important;
}

#stage #content.ir-content br.u-break--desktop {
	display: block !important;
}

#stage #content.ir-content br.u-break--mobile {
	display: none !important;
}

@media only screen and (max-width: 768px) {
	#stage #content.ir-content .u-break--desktop {
		display: inline !important;
	}

	#stage #content.ir-content .u-break--mobile {
		display: block !important;
	}

	#stage #content.ir-content br.u-break--desktop {
		display: none !important;
	}

	#stage #content.ir-content br.u-break--mobile {
		display: inline !important;
	}
}

#stage #content.ir-content .u-inlune {
	display: inline-block !important;
}

#stage #content.ir-content .u-inline--desktop {
	display: table !important;
}

@media only screen and (max-width: 768px) {
	#stage #content.ir-content .u-inline--desktop {
		display: block !important;
	}
}

#stage #content.ir-content .u-onlymobile {
	display: none !important;
}

#stage #content.ir-content .u-visible {
	display: block;
}

@media only screen and (max-width: 768px) {
	#stage #content.ir-content .u-onlydesktop {
		display: none !important;
	}

	#stage #content.ir-content .u-onlymobile {
		display: block !important;
	}
}

#stage #content.ir-content .u-kana {
	display: inline-block;
	margin-left: -0.35em;
}

[lang="en"] #stage #content.ir-content .u-kana {
	display: inline-block;
	margin-left: 0;
	white-space: nowrap;
}

#stage #content.ir-content .u-wrap-normal {
	word-break: normal !important;
}

#stage #content.ir-content .u-image-border {
	border: 1px solid #E8E8E8;
}

#stage #content.ir-content .u-image-caption {
	margin-top: 20px;
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
}

#stage #content.ir-content .u-image-caption + .u-image-caption {
	margin-top: 5px;
}

/* img hover */
#stage #content.ir-content a.imghvr img {
	transition: opacity 0.2s;
}

#stage #content.ir-content a.imghvr:hover img {
	opacity: 0.7;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #000;
	opacity: 0;
}

@media only screen and (min-width: 1025px) {
	.mfp-bg {
		background: #fff;
		opacity: 0;
	}
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	padding: 50px 25px;
	text-align: left;
	z-index: 1045;
}

@media only screen and (max-width: 768px) {
	.mfp-content {
		padding: 30px 10px;
	}
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-ready .mfp-hide {
	display: block !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
  /* top: 0; */
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1;
}

/* .mfp-close:active {
		top: 0; } */
.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  /* top: -40px; */
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	 * Remove all paddings around the image on small screen
	 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 0;
		padding-right: 0;
	}
}

.mfp-close {
	position: absolute;
	top: 40px;
	right: 40px;
	left: auto;
	width: 50px;
	height: auto;
	color: #fff;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.mfp-close:hover {
	opacity: 0.5;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.mfp-close .c-icon {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	font-size: 50px;
	line-height: 1;
}

.mfp-close span {
	display: block;
	position: static;
	height: auto;
	font-size: 17px;
	line-height: 1.35294;
	text-align: center;
}

.mfp-type-modal.mfp-bg {
	width: 170%;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	background: rgba(0, 0, 0, 0.8);
}

.mfp-type-modal.mfp-bg.mfp-ready {
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.mfp-type-modal.mfp-wrap {
	opacity: 0;
}

.mfp-type-modal.mfp-wrap.mfp-ready {
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out 0.4s;
	transition: all 0.4s ease-in-out 0.4s;
}

.mfp-type-modal.mfp-ready .mfp-close {
	opacity: 1;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

.mfp-type-modal .mfp-close {
	position: fixed;
	top: 40px;
	right: 40px;
	left: auto;
	width: 60px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	background: url(/ir/assets/img/icon/btn_modal_close.png) no-repeat 0 0;
}

.mfp-type-modal .mfp-close:hover {
	opacity: 0.5;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.mfp-type-modal .mfp-close .c-icon {
	display: none;
}

.mfp-type-modal .mfp-close span {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.mfp-type-modal.mfp-ready .mfp-close {
		opacity: 1;
		-webkit-transition: none;
		transition: none;
	}

	.mfp-type-modal .mfp-close {
		position: absolute;
		top: -40px;
		right: 10px;
	}

	.mfp-type-modal .mfp-close .c-icon {
		width: 40px;
		height: 40px;
		font-size: 40px;
	}

	.mfp-type-modal .mfp-close span {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.mfp-type-modal.mfp-bg {
		-webkit-transform: none;
		transform: none;
		background: rgba(0, 0, 0, 0.8);
	}

	.mfp-type-modal.mfp-bg.mfp-ready {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
	}

	.mfp-type-modal.mfp-wrap {
		opacity: 1;
	}

	.mfp-type-sitemap-ir.mfp-bg,
	.mfp-type-sitemap-pr.mfp-bg {
		-webkit-transform: none;
		transform: none;
		background: rgba(0, 0, 0, 0.8);
	}

	.mfp-type-sitemap-ir.mfp-bg.mfp-ready,
    .mfp-type-sitemap-pr.mfp-bg.mfp-ready {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}

	.mfp-type-sitemap-ir.mfp-wrap,
	.mfp-type-sitemap-pr.mfp-wrap {
		opacity: 1;
	}

	.mfp-type-sitemap-ir.mfp-wrap.mfp-ready,
    .mfp-type-sitemap-pr.mfp-wrap.mfp-ready {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}

	.mfp-type-sitemap-ir.mfp-removing .mfp-close,
	.mfp-type-sitemap-pr.mfp-removing .mfp-close {
		display: none;
	}

	.mfp-type-sitemap-ir .mfp-close,
	.mfp-type-sitemap-pr .mfp-close {
		position: absolute;
		top: 0;
		right: 315px;
		width: 60px;
		height: 60px;
		opacity: 0;
	}

	.mfp-type-sitemap-ir .mfp-close span,
    .mfp-type-sitemap-pr .mfp-close span {
		display: none;
	}

	.mfp-type-sitemap-ir .mfp-close i,
    .mfp-type-sitemap-pr .mfp-close i {
		margin: 0 auto;
		width: 32px;
		height: 32px;
		color: #fff;
	}

	.mfp-type-sitemap-ir .mfp-close i::after,
    .mfp-type-sitemap-pr .mfp-close i::after {
		display: block;
		width: 32px;
		height: 32px;
		overflow: hidden;
		font-size: 32px;
		line-height: 1;
	}

	.is-sitemap-open .mfp-type-sitemap-ir .mfp-close, .is-sitemap-open
    .mfp-type-sitemap-pr .mfp-close {
		-webkit-transition-delay: 300ms;
		transition-delay: 300ms;
	}
}

.slick-list, .slick-slider, .slick-track {
	position: relative;
	display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
	visibility: hidden;
}

.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	top: 0;
	left: 0;
}

.slick-track:after, .slick-track:before {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}
