<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠
　02. モジュール

******************************************************************************* */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&amp;display=swap&amp;text=吉澤');

/*
.r3Nav .r3Nav_tit{ margin-bottom: 0; }
.r3Nav .r3Nav_list p{
	font-size: 100%;
	font-weight: 500;
	line-height: 2;
}
*/


/* ==

　01. 大枠

=============================================================================== */
.r2Main,
.lvSubHeader,
.r2Breadcrumbs {
color: #1e1e1e;
font-family: 'Noto Sans Japanese add', 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.r2Main {
min-width: 950px;
}
a {
color: #1e1e1e;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
h1 {
line-height: initial;
margin: initial;
padding: initial;
border-bottom: initial;
background: initial;
color: initial;
font-size: initial;
font-weight: initial;
}
h2 {
line-height: initial;
margin: initial;
padding: initial;
border-bottom: initial;
background-color: initial;
color: initial;
font-size: initial;
font-weight: initial;
}
h3 {
line-height: initial;
margin: initial;
padding: initial;
border-bottom: initial;
background: initial;
color: initial;
font-size: initial;
font-weight: initial;
}
.r2Main img {
max-width: 100%;
height: auto;
}
.r2Breadcrumbs {
padding: 0 20px;
}
.r2Breadcrumbs_navs {
max-width: 1240px;
line-height: 1;
margin: 0 auto;
padding: 18px 0 19px;
color: #1e1e1e;
font-size: 11px;
font-weight: 400;
letter-spacing: -0.5em;
}
.r2Breadcrumbs_navs li {
display: inline-block;
position: relative;
margin: 0 0 0 33px;
vertical-align: top;
letter-spacing: normal;
}
.r2Breadcrumbs_navs li:first-child {
margin-left: 0;
}
.r2Breadcrumbs_navs li::before {
content: "";
display: block;
position: absolute;
top: 0.2em;
left: -21px;
width: 9px;
height: 9px;
background: url(/ir/dxar/common/images/breadcrumbs_ico01.png) left top no-repeat;
}
.r2Breadcrumbs_navs li:first-child::before {
display: none !important;
}
.r2Breadcrumbs_navs a {
color: #1e1e1e;
}
.lvSubHeader {
margin: 0 !important;
}
.lvSubHeader_in {
width: 100%;
}
.lvSubHeader .r2Drop_overlay,
.lvSubHeader .r2Drop,
.r2Drop_overlay-show + .lvSubHeader_block {
z-index: 1100 !important;
}
.lvSubHeader_nav .lvSubHeader_box a:hover,
.lvSubHeader_nav .lvSubHeader_box &gt; span:hover,
.r2Drop_overlay-show + .lvSubHeader_block .lvSubHeader_nav-active .lvSubHeader_box a:hover,
.r2Drop_overlay-show + .lvSubHeader_block .lvSubHeader_nav-active .lvSubHeader_box &gt; span:hover,
.lvSubHeader_nav-active .lvSubHeader_box a,
.lvSubHeader_nav-active .lvSubHeader_box &gt; span {
z-index: 1101 !important;
}
#header p,
#subFooter p {
margin: 0;
}
/* サブヘッダー
------------------------------------------------------------------------------- */
.lvSubHeader02 {
	display: none !important;
}
.lvSubHeader {
	position: relative;
	min-width: 950px;
	height: 64px;
	margin: -2px 0 0;
	border-bottom: 1px solid #e1e1e1;
	background-color: #fff;
	box-sizing: border-box;
}
.lvSubHeader_wrapper {
	min-width: 950px;
	background-color: #fff;
	z-index: 100;
}
.lvSubHeader_wrapper-fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 2px solid #fa0046;
	animation: headerFix .4s both;
	box-shadow: 0 0 9px 0 #aaa;
}
@keyframes headerFix {
	0% {
		top: -110px;
	}
	100% {
		top: 0;
	}
}
.lvSubHeader_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	max-width: 1300px;
	margin: 0 auto;
}
.lvSubHeader_block {
	position: relative;
	z-index: 100;
}
.lvSubHeader_tit {
	display: table;
	width: 10%;
	height: 63px;
	margin: 0;
	font-size: 14px;
}
.lvSubHeader_tit a {
	display: table-cell;
	width: 100%;
	position: relative;
	line-height: 1.4;
	padding: 4px 0 0;
	color: #1e1e1e;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}
.lvSubHeader_navs {
	width: 90%;
	display: flex;
}
.lvSubHeader_nav {
	height: 63px;
	font-size: 14px;
	font-weight: 500;
	flex: 1 1 auto;
}
.lvSubHeader_box {
	display: table;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.lvSubHeader_box a,
.lvSubHeader_box span {
	display: table-cell;
	width: 100%;
	position: relative;
	line-height: 1.4;
	padding: 4px 0 0;
	color: #1e1e1e;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}
.lvSubHeader_box span {
	cursor: pointer;
}
.lvSubHeader_wrapper-fix .lvSubHeader_tit span,
.lvSubHeader_wrapper-fix .lvSubHeader_box a,
.lvSubHeader_wrapper-fix .lvSubHeader_box &gt; span {
	padding: 1px 0 0;
}
.lvSubHeader_nav-w8 {
	position: relative;
}
.lvSubHeader_nav-w8::after {
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	right: 0;
	width: 1px;
	height: 40px;
	background-color: #dce1e4;
	z-index: 1101;
	transition: background .5s cubic-bezier(0.23, 1, 0.32, 1);
	transition-delay: 100ms;
}
.lvSubHeader_box a::after,
.lvSubHeader_box &gt; span::after {
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	left: 0;
	width: 1px;
	height: 40px;
	background-color: #dce1e4;
	transition: background .5s cubic-bezier(0.23, 1, 0.32, 1);
	transition-delay: 100ms;
}
.r2Drop_overlay-show + .lvSubHeader_block .lvSubHeader_box a::after,
.r2Drop_overlay-show + .lvSubHeader_block .lvSubHeader_box &gt; span::after,
.r2Drop_overlay-show + .lvSubHeader_block .lvSubHeader_nav:last-child .lvSubHeader_box a &gt; span::before,
.r2Drop_overlay-show + .lvSubHeader_block .lvSubHeader_nav-w8::after {
	background-color: #777;
}
.lvSubHeader_nav-active .lvSubHeader_box a::after,
.lvSubHeader_nav-active .lvSubHeader_box &gt; span::after {
	content: none;
}
.r2Drop_overlay-show + .lvSubHeader_block .lvSubHeader_box &gt; a:hover,
.r2Drop_overlay-show + .lvSubHeader_block .lvSubHeader_box &gt; span:hover {
	background: none;
}
.lvSubHeader_nav .lvSubHeader_box a:hover,
.lvSubHeader_nav .lvSubHeader_box &gt; span:hover,
.r2Drop_overlay-show + .lvSubHeader_block .lvSubHeader_nav-active .lvSubHeader_box a:hover,
.r2Drop_overlay-show + .lvSubHeader_block .lvSubHeader_nav-active .lvSubHeader_box &gt; span:hover,
.lvSubHeader_nav-active .lvSubHeader_box a,
.lvSubHeader_nav-active .lvSubHeader_box &gt; span {
	position: relative;
	background-color: #fff;
	z-index: 101;
}
.lvSubHeader_box a::before,
.lvSubHeader_box &gt; span::before {
	display: none !important;
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: 0;
	left: 50%;
	height: 3px;
	background-color: #1e1e1e;
}
.d_hover .lvSubHeader_box a:hover::before,
.d_hover .lvSubHeader_box &gt; span:hover::before {
	display: block !important;
	animation: subHeaderLine .1s forwards;
}
.r2Drop_overlay-show + .lvSubHeader_block .lvSubHeader_box &gt; a:before,
.r2Drop_overlay-show + .lvSubHeader_block .lvSubHeader_box &gt; span:before {
	display: none !important;
}
.d_ipad .lvSubHeader_nav .lvSubHeader_box a:hover::before,
.d_ipad .lvSubHeader_nav .lvSubHeader_box &gt; span:hover::before,
.r2Drop_overlay-show + .lvSubHeader_block .lvSubHeader_nav-active .lvSubHeader_box a:hover::before,
.r2Drop_overlay-show + .lvSubHeader_block .lvSubHeader_nav-active .lvSubHeader_box &gt; span:hover::before,
.lvSubHeader_nav-active .lvSubHeader_box a::before,
.lvSubHeader_nav-active .lvSubHeader_box &gt; span::before,
.d_hover .lvSubHeader_nav-active .lvSubHeader_box a::before,
.d_hover .lvSubHeader_nav-active .lvSubHeader_box &gt; span::before {
	display: none !important;
	animation: subHeaderLineHide .1s forwards;
}
@keyframes subHeaderLine {
	0% {
		right: 40%;
		left: 40%;
		opacity: 0;
	}
	100% {
		right: 20px;
		left: 20px;
		opacity: 1;
	}
}
@keyframes subHeaderLineHide {
	0% {
		right: 20px;
		left: 20px;
		opacity: 1;
	}
	100% {
		right: 40%;
		left: 40%;
		opacity: 0;
	}
}
@media only screen and (max-width: 1340px) {
	.lvSubHeader_tit,
	.lvSubHeader_nav {
		font-size: 1.119vw;
	}
}
@media only screen and (max-width: 1100px) {
	.lvSubHeader_tit,
	.lvSubHeader_nav {
		font-size: 12px;
	}
}
.lvSubHeader .r2Drop {
	position: absolute;
	top: 62px;
	left: 0;
	width: 100%;
	height: 0;
	padding: 0 20px;
	background-color: #fff;
	z-index: 100;
	transition: all .2s ease-out;
	transition-delay: 20ms;
	box-sizing: border-box;
	overflow: hidden;
}
.lvSubHeader .lvSubHeader_wrapper-fix .r2Drop {
	top: 57px;
}
.lvSubHeader .r2Drop-show {
	box-shadow: 0px 8px 22px 0px #666;
}
.lvSubHeader .r2Drop_overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.45);
	background: rgba(0, 0, 0, 0.45);
	z-index: 100;
	opacity: 0;
	transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
	transition-delay: 100ms;
	visibility: hidden;
}
.lvSubHeader .r2Drop_overlay-show {
	opacity: 1;
	visibility: visible;
}
.lvSubHeader .r2Drop_in {
	max-width: 1400px;
	margin: 0 auto;
	padding: 54px 0 75px;
}
.lvSubHeader .r2Drop_tit {
	line-height: 1.25;
	margin: 0 0 59px;
	font-size: 25px;
	font-weight: 500;
}
.lvSubHeader .r2Drop_tit a {
	display: inline-block;
	position: relative;
	padding: 0 67px 0 0;
	color: #1e1e1e;
	text-decoration: none;
}
.lvSubHeader .r2Drop_tit a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 25px;
	height: 16px;
	margin: -8px 0 0;
	background: url(/ir/dxar/common/images/arw_ico01.png) right top no-repeat;
	transition: all 0.2s;
	background-size: 45px 16px;
}
.lvSubHeader .r2Drop_tit span::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #1e1e1e;
	transition: width .2s;
}
.d_hover .lvSubHeader .r2Drop_tit a:hover::before {
	right: 7px;
	width: 38px;
}
.d_hover .lvSubHeader .r2Drop_tit a:hover::after {
	right: 0;
	width: 45px;
}
.d_hover .lvSubHeader .r2Drop_tit a:hover span::before {
	width: 100%;
}
.lvSubHeader .r2Drop_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 46px 0 0;
}
.lvSubHeader .r2Drop_block-c3 .r2Drop_item {
	width: 31.428%;
}
.lvSubHeader .r2Drop_block-c4 .r2Drop_item {
	width: 22.857%;
}
.lvSubHeader .r2Drop_block .r2Drop_w {
	width: 70%;
}
.lvSubHeader .r2Drop_block .r2Drop_n {
	width: 23.571%;
}
.lvSubHeader .r2Drop_block .r2Drop_w2 {
	width: 60%;
}
.lvSubHeader .r2Drop_block .r2Drop_n2 {
	width: 33.571%;
}
.lvSubHeader .r2Drop_item p,
.lvSubHeader .r2Drop_w p,
.lvSubHeader .r2Drop_w2 p,
.lvSubHeader .r2Drop_n p,
.lvSubHeader .r2Drop_n2 p {
	position: relative;
	line-height: 1.444;
	margin: 0 0 27px;
	padding: 0 0 0 24px;
	font-size: 18px;
	font-weight: 500;
}
.lvSubHeader .r2Drop_item p:last-child,
.lvSubHeader .r2Drop_w p:last-child,
.lvSubHeader .r2Drop_w2 p:last-child,
.lvSubHeader .r2Drop_n p:last-child,
.lvSubHeader .r2Drop_n2 p:last-child {
	margin-bottom: 0;
}
.lvSubHeader .r2Drop_n2 ul ~ p { margin-top: 46px; }
.lvSubHeader .r2Drop_item ul,
.lvSubHeader .r2Drop_w ul,
.lvSubHeader .r2Drop_w2 ul,
.lvSubHeader .r2Drop_n ul,
.lvSubHeader .r2Drop_n2 ul {
	line-height: 1.4;
	margin: 0 0 0 15px;
	font-size: 14px;
}
.lvSubHeader .r2Drop_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.lvSubHeader .r2Drop_list ul {
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
}
.lvSubHeader .r2Drop_item li,
.lvSubHeader .r2Drop_w li,
.lvSubHeader .r2Drop_w2 li,
.lvSubHeader .r2Drop_n li,
.lvSubHeader .r2Drop_n2 li {
	position: relative;
	margin: 18px 0 0;
	padding: 0 0 0 20px;
}
.lvSubHeader .r2Drop_list li:first-child {
	margin-top: 0;
}
.lvSubHeader .r2Drop_item a,
.lvSubHeader .r2Drop_w a,
.lvSubHeader .r2Drop_w2 a,
.lvSubHeader .r2Drop_n a,
.lvSubHeader .r2Drop_n2 a {
	display: inline-block;
	position: relative;
	color: #1e1e1e;
	text-decoration: none;
}
.lvSubHeader .r2Drop_item p::before,
.lvSubHeader .r2Drop_w p::before,
.lvSubHeader .r2Drop_w2 p::before,
.lvSubHeader .r2Drop_n p::before,
.lvSubHeader .r2Drop_n2 p::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 9px;
	height: 9px;
	border-right: 1px solid #ff0046;
	border-bottom: 1px solid #ff0046;
	transform: rotate(-45deg);
}
.lvSubHeader .r2Drop_item li::before,
.lvSubHeader .r2Drop_w li::before,
.lvSubHeader .r2Drop_w2 li::before,
.lvSubHeader .r2Drop_n li::before,
.lvSubHeader .r2Drop_n2 li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 7px;
	height: 7px;
	border-right: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	transform: rotate(-45deg);
}
.lvSubHeader .r2Drop_list li ul,
.lvSubHeader .r2Drop_item li ul {
	width: auto;
	margin-top: 15px;
	margin-left: 0;
	margin-right: 1em;
}
.lvSubHeader .r2Drop_item li li,
.lvSubHeader .r2Drop_w li li,
.lvSubHeader .r2Drop_w2 li li,
.lvSubHeader .r2Drop_n li li,
.lvSubHeader .r2Drop_n2 li li {
	margin: 12px 0 0;
}
.lvSubHeader .r2Drop_item li li::before,
.lvSubHeader .r2Drop_w li li::before,
.lvSubHeader .r2Drop_w2 li li::before,
.lvSubHeader .r2Drop_n li li::before,
.lvSubHeader .r2Drop_n2 li li::before {
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 7px;
	border-right: none;
	border-bottom: none;
	transform: none;
}
.lvSubHeader .r2Drop_item a::before,
.lvSubHeader .r2Drop_w a::before,
.lvSubHeader .r2Drop_w2 a::before,
.lvSubHeader .r2Drop_n a::before,
.lvSubHeader .r2Drop_n2 a::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #1e1e1e;
	transition: width .3s;
}
.lvSubHeader .r2Drop_item a:hover::before,
.lvSubHeader .r2Drop_w a:hover::before,
.lvSubHeader .r2Drop_w2 a:hover::before,
.lvSubHeader .r2Drop_n a:hover::before,
.lvSubHeader .r2Drop_n2 a:hover::before {
	width: 100%;
}
.lvSubHeader .r2Drop_item a[target=_blank]::after,
.lvSubHeader .r2Drop_w a[target=_blank]::after,
.lvSubHeader .r2Drop_w2 a[target=_blank]::after,
.lvSubHeader .r2Drop_n a[target=_blank]::after,
.lvSubHeader .r2Drop_n2 a[target=_blank]::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 7px;
	margin: 0 0 0 4px;
	background: url(/ir/dxar/common/images/svg/blank_ico01.svg) left top no-repeat;
	background-size: 10px 7px;
}
.lvSubHeader_tit.lvSubHeader_nav-current a::before,
.lvSubHeader_nav-current .lvSubHeader_box a::before,
.lvSubHeader_nav-current .lvSubHeader_box &gt; span::before,
.lvSubHeader_tit.lvSubHeader_nav-current a:hover::before,
.lvSubHeader_nav-current .lvSubHeader_box a:hover::before,
.lvSubHeader_nav-current .lvSubHeader_box &gt; span:hover::before  {
	display: block !important;
	right: 20px;
	left: 20px;
	background: #1e1e1e;
	animation: none;
}

/* DX2022 メニュー */
.lvSubHeader_block-bg01 {
	background: #218B6C;
}
.r2Drop_overlay-show + .lvSubHeader_block-bg01 {
	background: #134C3B;
}
.d_hover .lvSubHeader_block-bg01 .lvSubHeader_tit a:hover,
.d_hover .lvSubHeader_block-bg01 .lvSubHeader_box a:hover,
.d_hover .lvSubHeader_block-bg01 .lvSubHeader_box span:hover {
	background: none;
	color: #fff;
}
.lvSubHeader_block-bg01 .lvSubHeader_tit a,
.lvSubHeader_block-bg01 .lvSubHeader_box a,
.lvSubHeader_block-bg01 .lvSubHeader_box span {
	color: #fff;
}
.d_hover .r2Drop_overlay-show + .lvSubHeader_block-bg01 .lvSubHeader_tit a,
.d_hover .r2Drop_overlay-show + .lvSubHeader_block-bg01 .lvSubHeader_box a,
.d_hover .r2Drop_overlay-show + .lvSubHeader_block-bg01 .lvSubHeader_box span {
	color: #8C8C8C;
}
.d_hover .r2Drop_overlay-show + .lvSubHeader_block-bg01 .lvSubHeader_nav-active .lvSubHeader_tit a,
.d_hover .r2Drop_overlay-show + .lvSubHeader_block-bg01 .lvSubHeader_nav-active .lvSubHeader_box a,
.d_hover .r2Drop_overlay-show + .lvSubHeader_block-bg01 .lvSubHeader_nav-active .lvSubHeader_box span {
	color: #1e1e1e;
}
.lvSubHeader_block-bg01 .lvSubHeader_box a::after,
.lvSubHeader_block-bg01 .lvSubHeader_box &gt; span::after,
.lvSubHeader_block-bg01 .lvSubHeader_nav-w8::after {
	background: #469C84;
}
.lvSubHeader_block-bg01 .lvSubHeader_nav-current .lvSubHeader_tit a,
.lvSubHeader_block-bg01 .lvSubHeader_nav-current .lvSubHeader_box a,
.lvSubHeader_block-bg01 .lvSubHeader_nav-current .lvSubHeader_box span {
	color: #fff;
}
.lvSubHeader_block-bg01 .lvSubHeader_tit a::before,
.lvSubHeader_block-bg01 .lvSubHeader_box a::before,
.lvSubHeader_block-bg01 .lvSubHeader_box &gt; span::before {
	background: #fff;
}
.d_hover .r2Drop_overlay-show + .lvSubHeader_block-bg01 .lvSubHeader_tit a::before,
.d_hover .r2Drop_overlay-show + .lvSubHeader_block-bg01 .lvSubHeader_box a::before,
.d_hover .r2Drop_overlay-show + .lvSubHeader_block-bg01 .lvSubHeader_box span::before {
	display: none !important;
}
.r2Drop_overlay-show + .lvSubHeader_block.lvSubHeader_block-bg01 .lvSubHeader_box a::after,
.r2Drop_overlay-show + .lvSubHeader_block.lvSubHeader_block-bg01 .lvSubHeader_box &gt; span::after,
.r2Drop_overlay-show + .lvSubHeader_block.lvSubHeader_block-bg01 .lvSubHeader_nav:last-child .lvSubHeader_box a &gt; span::before,
.r2Drop_overlay-show + .lvSubHeader_block.lvSubHeader_block-bg01 .lvSubHeader_nav-w8::after {
	background-color: #225848;
}
.lvSubHeader_block-bg01 .lvSubHeader_tit.lvSubHeader_nav-current a::before,
.lvSubHeader_block-bg01 .lvSubHeader_nav-current .lvSubHeader_box a::before,
.lvSubHeader_block-bg01 .lvSubHeader_nav-current .lvSubHeader_box &gt; span::before,
.d_hover .lvSubHeader_block-bg01 .lvSubHeader_tit.lvSubHeader_nav-current a:hover::before,
.d_hover .lvSubHeader_block-bg01 .lvSubHeader_nav-current .lvSubHeader_box a:hover::before,
.d_hover .lvSubHeader_block-bg01 .lvSubHeader_nav-current .lvSubHeader_box &gt; span:hover::before  {
	background: #fff;
}


/* DX2023 メニュー */
.lvSubHeader-23{
	border-bottom: none;
}
.lvSubHeader_block-bg02 {
	background: #32DBD6;
}
.r2Drop_overlay-show + .lvSubHeader_block-bg02 {
	background: #1C7976;
}
.d_hover .lvSubHeader_block-bg02 .lvSubHeader_tit a:hover,
.d_hover .lvSubHeader_block-bg02 .lvSubHeader_box a:hover,
.d_hover .lvSubHeader_block-bg02 .lvSubHeader_box span:hover {
	background: none;
	color: #262E2E;
}
.lvSubHeader_block-bg02 .lvSubHeader_tit a,
.lvSubHeader_block-bg02 .lvSubHeader_box a,
.lvSubHeader_block-bg02 .lvSubHeader_box span {
	color: #262E2E;
}
.d_hover .r2Drop_overlay-show + .lvSubHeader_block-bg02 .lvSubHeader_tit a,
.d_hover .r2Drop_overlay-show + .lvSubHeader_block-bg02 .lvSubHeader_box a,
.d_hover .r2Drop_overlay-show + .lvSubHeader_block-bg02 .lvSubHeader_box span {
	color: #151919;
}
.d_hover .r2Drop_overlay-show + .lvSubHeader_block-bg02 .lvSubHeader_nav-active .lvSubHeader_tit a,
.d_hover .r2Drop_overlay-show + .lvSubHeader_block-bg02 .lvSubHeader_nav-active .lvSubHeader_box a,
.d_hover .r2Drop_overlay-show + .lvSubHeader_block-bg02 .lvSubHeader_nav-active .lvSubHeader_box span {
	color: #1e1e1e;
}
.lvSubHeader_block-bg02 .lvSubHeader_box a::after,
.lvSubHeader_block-bg02 .lvSubHeader_box &gt; span::after,
.lvSubHeader_block-bg02 .lvSubHeader_nav-w8::after {
	background: #31C9C4;
}
.lvSubHeader_block-bg02 .lvSubHeader_nav-current .lvSubHeader_tit a,
.lvSubHeader_block-bg02 .lvSubHeader_nav-current .lvSubHeader_box a,
.lvSubHeader_block-bg02 .lvSubHeader_nav-current .lvSubHeader_box span {
	color: #262E2E;
}
.lvSubHeader_block-bg02 .lvSubHeader_tit a::before,
.lvSubHeader_block-bg02 .lvSubHeader_box a::before,
.lvSubHeader_block-bg02 .lvSubHeader_box &gt; span::before {
	background: #262E2E;
}
.d_hover .r2Drop_overlay-show + .lvSubHeader_block-bg02 .lvSubHeader_tit a::before,
.d_hover .r2Drop_overlay-show + .lvSubHeader_block-bg02 .lvSubHeader_box a::before,
.d_hover .r2Drop_overlay-show + .lvSubHeader_block-bg02 .lvSubHeader_box span::before {
	display: none !important;
}
.r2Drop_overlay-show + .lvSubHeader_block.lvSubHeader_block-bg02 .lvSubHeader_box a::after,
.r2Drop_overlay-show + .lvSubHeader_block.lvSubHeader_block-bg02 .lvSubHeader_box &gt; span::after,
.r2Drop_overlay-show + .lvSubHeader_block.lvSubHeader_block-bg02 .lvSubHeader_nav:last-child .lvSubHeader_box a &gt; span::before,
.r2Drop_overlay-show + .lvSubHeader_block.lvSubHeader_block-bg02 .lvSubHeader_nav-w8::after {
	background-color: #1B6F6C;
}
.lvSubHeader_block-bg02 .lvSubHeader_tit.lvSubHeader_nav-current a::before,
.lvSubHeader_block-bg02 .lvSubHeader_nav-current .lvSubHeader_box a::before,
.lvSubHeader_block-bg02 .lvSubHeader_nav-current .lvSubHeader_box &gt; span::before,
.d_hover .lvSubHeader_block-bg02 .lvSubHeader_tit.lvSubHeader_nav-current a:hover::before,
.d_hover .lvSubHeader_block-bg02 .lvSubHeader_nav-current .lvSubHeader_box a:hover::before,
.d_hover .lvSubHeader_block-bg02 .lvSubHeader_nav-current .lvSubHeader_box &gt; span:hover::before  {
	background: #262E2E;
}
.lvSubHeader.lvSubHeader-23 .r2Drop_item li li::before{
	content: "";
	display: block;
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 5px;
	height: 5px;
	border-right: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	transform: rotate(-45deg);
}
.lvSubHeader.lvSubHeader-23 .r2Drop_item li li{
	padding-left: 15px;
}





/* 矢印前パターン */

.lvSubHeader.arwType02 .r2Drop_tit a {
	padding: 0 0 0 22px;
	/*
	display: inline-block;
	position: relative;
	color: #1e1e1e;
	text-decoration: none;
	*/
}
.lvSubHeader.arwType02 .r2Drop_tit a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0.75em;
	left: 0;
	width: 10px;
	height: 10px;
	background: none;
	border-right: 2px solid #FF0046;
	border-bottom: 2px solid #FF0046;
	transform: rotate(-45deg);
	transition: none;
}
.d_hover .lvSubHeader.arwType02 .r2Drop_tit a:hover::after {
	right: 0;
	width: 10px;
}
.lvSubHeader.arwType02 .r2Drop_tit a::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #1e1e1e;
	transition: width .3s;
}
.d_hover .lvSubHeader.arwType02 .r2Drop_tit a:hover::before {
	width: 100%;
}
.lvSubHeader.arwType02 .r2Drop_item p{
	padding: 0;
	background-color: #F2F2F2;
}
.lvSubHeader.arwType02 .r2Drop_item p a{
	padding: 10px 12px 11px 30px;
	display: block;
}
.lvSubHeader.arwType02 .r2Drop_item p::before {
	top: 1.1em;
	left: 9px;
	width: 7px;
	height: 7px;
}
.lvSubHeader.arwType02 .r2Drop_item p a::before {
	bottom: 0;
}
.lvSubHeader.arwType02 .r2Drop_item ul {
	margin: 0 0 0 8px;
}
.lvSubHeader.arwType02 .r2Drop_list li ul,
.lvSubHeader.arwType02 .r2Drop_item li ul {
	width: auto;
	margin-top: 15px;
	margin-left: 0;
	margin-right: 1em;
}








/* テキスト
------------------------------------------------------------------------------- */
.lvContents01,
.lvContents02,
.lvIndent {
	margin: 0 auto;
	padding: 0 20px;
}
.dxHidden01 {
	overflow: hidden;
}
.lvIndent {
	max-width: 1240px;
	margin: 80px auto;
}
.lvContents01 {
	max-width: 1240px;
	margin: 80px auto;
}
.lvContents02 {
	max-width: 1040px;
	margin: 80px auto;
}
/* ==

　02. モジュール

=============================================================================== */
.r2Main p {
	line-height: 1.6875;
	margin: 0 0 27px;
	font-size: 134%;
	font-weight: 400;
}
.r2Main p:last-child {
	margin-bottom: 0;
}
/* 見出し 1
------------------------------------------------------------------------------- */
.dxHeading01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	min-height: 240px;
	padding: 0 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #1e1e1e;
	color: #fff;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .dxHeading01 {
		height: 240px;
	}
}
.dxHeading01-value_chain {
	background-image: url(/ir/dxar/common/images/heading01_bg01.jpg);
}
.dxHeading01-info {
	background-image: url(/ir/dxar/common/images/heading01_bg02.jpg);
}
.dxHeading01-open_innovation {
	background-image: url(/ir/dxar/common/images/heading01_bg03.jpg);
}
.dxHeading01-organization {
	background-image: url(/ir/dxar/common/images/heading01_bg04.jpg);
}
.dxHeading01-back_office {
	background-image: url(/ir/dxar/common/images/heading01_bg05.jpg);
}
.dxHeading01-approach {
	background-image: url(/ir/dxar/common/images/heading01_bg06.jpg);
}
.dxHeading01-about {
	background-image: url(/ir/dxar/common/images/heading01_bg07.jpg);
}

/* 見出し 1　2022年度メインイメージ
------------------------------------------------------------------------------- */
.dxHeading01-value_chain-bg22 {
	background-image: url(/ir/dxar/common/images/heading01_bg01-bg22.jpg);
}
.dxHeading01-info-bg22 {
	background-image: url(/ir/dxar/common/images/heading01_bg02-bg22.jpg);
}
.dxHeading01-open_innovation-bg22 {
	background-image: url(/ir/dxar/common/images/heading01_bg03-bg22.jpg);
}
.dxHeading01-organization-bg22 {
	background-image: url(/ir/dxar/common/images/heading01_bg04-bg22.jpg);
}
.dxHeading01-back_office-bg22 {
	background-image: url(/ir/dxar/common/images/heading01_bg05-bg22.jpg);
}
/*.dxHeading01-approach-bg22 {
	background-image: url(/ir/dxar/common/images/heading01_bg06-bg22.jpg);
}*/
.dxHeading01-about-bg22 {
	background-image: url(/ir/dxar/common/images/heading01_bg07-bg22.jpg);
}
/* 見出し 1 2022年度版メインイメージここまで
------------------------------------------------------------------------------- */

/* 見出し 1　2023年度メインイメージ
------------------------------------------------------------------------------- */
.dxHeading01-value_chain-bg23 {
	background-image: url(/ir/dxar/common/images/heading01_bg01-bg23.jpg);
}
.dxHeading01-info-bg23 {
	background-image: url(/ir/dxar/common/images/heading01_bg02-bg23.jpg);
}
.dxHeading01-open_innovation-bg23 {
	background-image: url(/ir/dxar/common/images/heading01_bg03-bg23.jpg);
}
.dxHeading01-organization-bg23 {
	background-image: url(/ir/dxar/common/images/heading01_bg04-bg23.jpg);
}
.dxHeading01-back_office-bg23 {
	background-image: url(/ir/dxar/common/images/heading01_bg05-bg23.jpg);
}
.dxHeading01-about-bg23 {
	background-image: url(/ir/dxar/common/images/heading01_bg07-bg23.jpg);
}
.dxHeading01-sitemap-bg23 {
	background-image: url(/ir/dxar/common/images/heading01_bg08-bg23.jpg);
}

/* 見出し 1 2023年度版メインイメージここまで
------------------------------------------------------------------------------- */


.dxHeading01_sub {
	position: relative;
	line-height: 1.5;
	margin: 0 0 11px;
	padding: 0 0 17px;
	font-size: 134%;
	font-weight: 400;
	text-align: center;
}
.dxHeading01_sub::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	margin: 0 auto;
	background-color: #fff;
}
.dxHeading01_tit {
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	border: none;
	color: #fff;
	font-size: 267%;
	font-weight: 500;
	text-align: center;
}
/* 見出し 2
------------------------------------------------------------------------------- */
.dxHeading02 {
	line-height: 1.35;
	margin: 80px 0 40px;
	padding: 19px 20px 20px 27px;
	border-left: 4px solid #ff0046;
	background: #f2f2f2 url(/ir/dxar/common/images/heading03_bg01.png) right bottom no-repeat;
	font-size: 234%;
	font-weight: 500;
}
.dxHeading02:first-child {
	margin-top: 0;
}
/* 見出し 3
------------------------------------------------------------------------------- */
.dxHeading03 {
	position: relative;
	line-height: 1.35;
	margin: 40px 0 20px;
	padding: 0 0 12px 37px;
	border-bottom: 1px solid #ddd;
	color: #1e1e1e;
	font-size: 200%;
	font-weight: 500;
}
.dxHeading03:first-child {
	margin-top: 0;
}
.dxHeading03::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(/ir/dxar/common/images/heading05_bg05.svg) center center no-repeat;
	background-size: contain;
}
/* 見出し 4
------------------------------------------------------------------------------- */
.dxHeading04 {
	line-height: 1.6;
	margin: 27px 0 7px;
	font-size: 167%;
	font-weight: 500;
}
.dxHeading04:first-child {
	margin-top: 0;
}
/* 見出し 5
------------------------------------------------------------------------------- */
.dxHeading05 {
	line-height: 1.347;
	margin: 50px 0 30px;
	padding: 5px 0 9px 27px;
	border-left: 4px solid #ff0046;
	font-size: 234%;
	font-weight: 500;
}
.dxHeading05:first-child {
	margin-top: 0;
}
/* 見出し 6
------------------------------------------------------------------------------- */
.dxHeading06 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	position: relative;
	line-height: 1.5625;
	min-height: 144px;
	margin: 100px 0 0;
	padding: 14px 0 0;
	background: url(/ir/dxar/common/images/heading_bg01.png) left top repeat;
	font-size: 267%;
	font-weight: 500;
	text-align: center;
	box-sizing: border-box;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .dxHeading06 {
		height: 144px;
	}
}
.dxHeading06::before {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	width: 200px;
	height: 40px;
	margin: 0 auto;
	border-radius: 20px;
	background: #c9dcf5;
	background: -moz-linear-gradient(left,  #c9dcf5 0%, #cbeff5 50%, #cdebda 100%);
	background: -webkit-linear-gradient(left,  #c9dcf5 0%,#cbeff5 50%,#cdebda 100%);
	background: linear-gradient(to right,  #c9dcf5 0%,#cbeff5 50%,#cdebda 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9dcf5', endColorstr='#cdebda',GradientType=1 );
}
.dxHeading06-bg22::before {
	background: -moz-linear-gradient(left, #C9F7DC 0%, #E0F5CB 30%, #FDFFCB 100%);
	background: -webkit-linear-gradient(left, #C9F7DC 0%,#E0F5CB 30%,#FDFFCB 100%);
	background: linear-gradient(to right, #C9F7DC 0%,#E0F5CB 30%,#FDFFCB 100%);
}
.dxHeading06-bg23::before {
	background: -moz-linear-gradient(left, #C8E8FA 0%, #E1F5E7 30%, #F7F1CB 100%);
	background: -webkit-linear-gradient(left, #C8E8FA 0%,#E1F5E7 30%,#F7F1CB 100%);
	background: linear-gradient(to right, #C8E8FA 0%,#E1F5E7 30%,#F7F1CB 100%);
}


.dxHeading06::after {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	width: 129px;
	height: 25px;
	margin: 0 auto;
	background: url(/ir/dxar/common/images/heading06_bg01.png) center center no-repeat;
	background-size: contain;
}
/* 見出し 7
------------------------------------------------------------------------------- */
.dxHeading07 {
	position: relative;
	line-height: 1.583;
	margin: 30px 0 20px;
	padding: 0 0 9px 34px;
	border-bottom: 1px solid #ddd;
	color: #1e1e1e;
	font-size: 200%;
	font-weight: 500;
}
.dxHeading07:first-child {
	margin-top: 0;
}
.dxHeading07::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.31em;
	left: 0;
	width: 24px;
	height: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.dxHeading07-n1::before {
	background-image: url(/ir/dxar/common/images/list_bg01.svg);
}
.dxHeading07-n2::before {
	background-image: url(/ir/dxar/common/images/list_bg02.svg);
}
.dxHeading07-n3::before {
	background-image: url(/ir/dxar/common/images/list_bg03.svg);
}
.dxHeading07-n4::before {
	background-image: url(/ir/dxar/common/images/list_bg04.svg);
}
.dxHeading07-n5::before {
	background-image: url(/ir/dxar/common/images/list_bg05.svg);
}
.dxHeading07-n6::before {
	background-image: url(/ir/dxar/common/images/list_bg06.svg);
}
.dxHeading07-n7::before {
	background-image: url(/ir/dxar/common/images/list_bg07.svg);
}
.dxHeading07-n8::before {
	background-image: url(/ir/dxar/common/images/list_bg08.svg);
}
/* レイアウト 1
------------------------------------------------------------------------------- */
.dxBlock01_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f2f2f2;
}
.dxBlock01_item:nth-child(even) {
	flex-direction: row-reverse;
}
.dxBlock01_img {
	width: 50%;
}
.dxBlock01_img img {
	width: 100%;
}
.dxBlock01_info {
	width: 50%;
	padding: 40px;
	box-sizing: border-box;
}
.dxBlock01_wrap {
	max-width: 520px;
	margin: 0 auto;
}
.r2Main .dxBlock01_tit {
	line-height: 1.347;
	margin: 0 0 30px;
	font-size: 234%;
	font-weight: 500;
}
.dxBlock01_info p:last-child {
	margin-bottom: 0;
}
.dxBlock01_btn {
	display: block;
	position: relative;
	max-width: 240px;
	line-height: 58px;
	margin: 58px 0 0;
	padding: 0 0 2px 18px;
	background-color: #ff0046;
	color: #fff;
	font-size: 134%;
	font-weight: 500;
	text-decoration: none;
}
.dxBlock01_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 19px;
	height: 12px;
	margin: -5px 0 0;
	background: url(/ir/dxar/common/images/arw_ico04.png) right top no-repeat;
	transition: all 0.2s;
	background-size: 39px 12px;
}
.dxBlock01_btn.arwType02 {
	padding: 0 0 2px 0;
	text-align: center;
}
.dxBlock01_btn.arwType02::after {
	display: none;
}
.dxBlock01_btn.arwType02::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 12px 0 0;
	color: #fff;
	background: none;
	border-width: 1px 1px 0 0;
	border-style: solid;
	transform:rotate(45deg);
	transition: none;
	position: relative;
	top: -1px;
	right: auto;
}


@media only screen and (max-width: 1440px) {
	.dxBlock01_info {
		padding: 2.777vw;
	}
	.dxBlock01_wrap {
		max-width: 36.111vw;
	}
	.dxBlock01_tit {
		margin: 0 0 2.083vw;
		font-size: 1.944vw;
	}
	.dxBlock01_btn {
		max-width: 16.666vw;
		line-height: 4.027vw;
		margin: 4.027vw 0 0;
		padding: 0 0 0.138vw 1.5vw;
		font-size: 1.111vw;
	}
	.dxBlock01_btn::after {
		right: 1.388vw;
	}
}
@media only screen and (max-width: 950px) {
	.dxBlock01_info {
		padding: 26px;
	}
	.dxBlock01_wrap {
		max-width: 343px;
	}
	.dxBlock01_tit {
		margin: 0 0 19px;
		font-size: 18px;
	}
	.dxBlock01_btn {
		max-width: 158px;
		line-height: 38px;
		margin: 38px 0 0;
		padding: 0 0 1px 15px;
		font-size: 10px;
	}
	.dxBlock01_btn::after {
		right: 13px;
	}
}
/* レイアウト 2
------------------------------------------------------------------------------- */
.dxBlock02 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 80px auto;
}
.lvContents02 .dxBlock02 {
	margin: 30px auto;
}
.dxBlock02-reverse {
	flex-direction: row-reverse;
}
.dxBlock02_item {
	width: 48.388%;
	max-width: 600px;
}
.lvContents02 .dxBlock02_item {
	width: 48.077%;
	max-width: 500px;
}
/* レイアウト 3
------------------------------------------------------------------------------- */
.dxBlock03 {
	max-width: 1240px;
	margin: 80px auto;
}
.lvContents02 .dxBlock03 {
	margin: 30px auto;
}
.dxBlock03_img {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/* レイアウト 4
------------------------------------------------------------------------------- */
.dxBlock04 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 80px auto;
}
.lvContents02 .dxBlock04 {
	margin: 30px auto;
}
.dxBlock04-reverse {
	flex-direction: row-reverse;
}
.dxBlock04_n {
	width: 31.291%;
	max-width: 388px;
}
.dxBlock04_w {
	width: 65.484%;
	max-width: 812px;
}
.lvContents02 .dxBlock04_n {
	width: 30.77%;
	max-width: 320px;
}
.lvContents02 .dxBlock04_w {
	width: 65.385%;
	max-width: 680px;
}

.dxBlock04_w ul{
	display: flex;
	gap: 0 5.75%;
}
.dxBlock04_n dl{
	display: flex;
	flex-wrap: wrap;
	font-size: 117%;
} 
.dxBlock04_n dt{
	width: calc(35% - 10px);
	margin: 0 5px 5px;
	padding: 5px;
	background-color: #f2f2f2;
	box-sizing: border-box;
}
.dxBlock04_n dd{
	width: calc(65% - 10px);
	margin: 0 5px 5px;
	padding: 5px;
	box-sizing: border-box;
}




/* レイアウト 5
------------------------------------------------------------------------------- */
.dxBlock05 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
}
.dxBlock05_item {
	width: 31.291%;
	max-width: 388px;
}
.lvContents02 .dxBlock05_item {
	width: 30.77%;
	max-width: 320px;
}
/* 画像幅調整
------------------------------------------------------------------------------- */
.dxImgW01 {
	max-width: 300px;
}
.dxImgW02 {
	max-width: 350px;
}
.dxImgW03 {
	max-width: 400px;
}
.dxImgW04 {
	max-width: 450px;
}
.dxImgW05 {
	max-width: 500px;
}
.dxImgW06 {
	max-width: 600px;
}
.dxImgW07 {
	max-width: 700px;
}
.dxImgW08 {
	max-width: 800px;
}
.dxImgW09 {
	max-width: 880px;
}
.dxImgW10 {
	max-width: 740px;
}
.dxImgW11 {
	max-width: 950px;
}
.dxImgW12 {
	max-width: 620px;
}


/* ナビ 1
------------------------------------------------------------------------------- */
.dxNav01 {
	background-color: #1e1e1e;
}
.dxNav01_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1240px;
	margin: 0 auto;
	box-sizing: border-box;
}
.dxNav01_back1,
.dxNav01_back2 {
	position: relative;
	width: 61px;
	border-left: 1px solid #4b4b4b;
	box-sizing: border-box;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.dxNav01_back1::after,
.dxNav01_back2::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 19px;
	height: 12px;
	margin: -5px 0 0;
	background: url(/ir/dxar/common/images/nav01_bg01.png) left center no-repeat;
	transition: all 0.2s;
	background-size: 39px 12px;
}
.arwType02 .dxNav01_back1::after,
.arwType02 .dxNav01_back2::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: auto;
	left: 50%;
	width: 7px;
	height: 7px;
	margin: -4px 0 0 -4px;
	color: #fff;
	background: none;
	border-width: 1px 1px 0 0;
	border-style: solid;
	transform:rotate(-135deg);
}




.dxNav01 .dxNav01_back1 {
	display: block !important;
}
.dxNav01 .dxNav01_back2 {
	display: none !important;
}
.dxNav01-n1 .dxNav01_back1,
.dxNav01-n2 .dxNav01_back1,
.dxNav01-n3 .dxNav01_back1,
.dxNav01-n4 .dxNav01_back1,
.dxNav01-n5 .dxNav01_back1 {
	display: none !important;
}
.dxNav01-n1 .dxNav01_back2,
.dxNav01-n2 .dxNav01_back2,
.dxNav01-n3 .dxNav01_back2,
.dxNav01-n4 .dxNav01_back2,
.dxNav01-n5 .dxNav01_back2 {
	display: block !important;
}
.dxNav01_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	width: -webkit-calc(100% - 61px);
	width: calc(100% - 61px);
	line-height: 1.533;
	border-right: 1px solid #4b4b4b;
	font-size: 125%;
	font-weight: 500;
	box-sizing: border-box;
}
.dxNav01_item {
	border-left: 1px solid #4b4b4b;
}
.dxNav01_in-c2 .dxNav01_item {
	width: 50%;
}
.dxNav01_in-c3 .dxNav01_item {
	width: 33.333%;
}
.dxNav01_in-c4 .dxNav01_item {
	width: 25%;
}
.dxNav01_in-c5 .dxNav01_item {
	width: 50%;
}
.dxNav01_item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 60px;
	padding: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	transition: opacity .4s;
}
.dxNav01_item a[target=_blank]::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 7px;
    margin: 0 0 0 4px;
    background: url(/ir/dxar/common/images/svg/blank_ico01.svg) left top no-repeat;
    background-size: 10px 7px;
}



.d_hover .dxNav01_item a:hover {
	opacity: 0.7;
}
.dxNav01-n1 .dxNav01_item:nth-child(1) a,
.dxNav01-n2 .dxNav01_item:nth-child(2) a,
.dxNav01-n3 .dxNav01_item:nth-child(3) a,
.dxNav01-n4 .dxNav01_item:nth-child(4) a,
.dxNav01-n5 .dxNav01_item:nth-child(5) a {
	background-color: #fff;
	color: #1E1E1E;
}
.d_hover .dxNav01-n1 .dxNav01_item:nth-child(1) a:hover,
.d_hover .dxNav01-n2 .dxNav01_item:nth-child(2) a:hover,
.d_hover .dxNav01-n3 .dxNav01_item:nth-child(3) a:hover,
.d_hover .dxNav01-n4 .dxNav01_item:nth-child(4) a:hover,
.d_hover .dxNav01-n5 .dxNav01_item:nth-child(5) a:hover {
	opacity: 1;
}
.dxNav01_under {
	display: none !important;
	padding: 23px 20px;
	background-color: #F2F2F2;
}
.dxNav01-n1 #dxNav01_under-b1,
.dxNav01-n2 #dxNav01_under-b2,
.dxNav01-n3 #dxNav01_under-b3,
.dxNav01-n4 #dxNav01_under-b4,
.dxNav01-n5 #dxNav01_under-b5 {
	display: block !important;
}
.r2Main .dxNav01_stit {
	display: none !important;
	margin: 0;
}
.dxNav01_list2 {
	max-width: 1240px;
	line-height: 1.846;
	margin: -15px auto 0;
	font-size: 109%;
	font-weight: 400;
}
.dxNav01_list2 li {
	float: left;
	margin: 15px 25px 0 0;
}
.dxNav01_list2::after { content: ''; display: block; clear: both; height: 0; }
.dxNav01_list2 a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 18px;
	text-decoration: none;
}
.dxNav01_list2 a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #ff0046;
	border-bottom: 1px solid #ff0046;
	transform: rotate(-45deg);
}
.d_hover .dxNav01_list2 a:hover {
	text-decoration: underline;
}
.dxNav01_list2 a[target=_blank]::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 7px;
	margin: 0 0 0 4px;
	background: url(/ir/dxar/common/images/svg/blank_ico01.svg) left top no-repeat;
	background-size: 10px 7px;
}
/* ナビ 2
------------------------------------------------------------------------------- */
.dxNav02 {
	position: relative;
	margin: 80px 0 50px;
	padding: 60px 20px 60px;
	background: #ffd8d9;
	background: -moz-linear-gradient(left, #c9dcf5 0%, #cbeff5 50%, #cdebda 100%);
	background: -webkit-linear-gradient(left, #c9dcf5 0%,#cbeff5 50%,#cdebda 100%);
	background: linear-gradient(to right, #c9dcf5 0%,#cbeff5 50%,#cdebda 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9dcf5', endColorstr='#cdebda',GradientType=1 );
	overflow: hidden;
}
.dxNav02-bg22 {
	background: -moz-linear-gradient(left, #C9F7DC 0%, #E0F5CB 30%, #FDFFCB 100%);
	background: -webkit-linear-gradient(left, #C9F7DC 0%,#E0F5CB 30%,#FDFFCB 100%);
	background: linear-gradient(to right, #C9F7DC 0%,#E0F5CB 30%,#FDFFCB 100%);
}
.dxNav02-bg23 {
	background: -moz-linear-gradient(left, #C8E8FA 0%, #E1F5E7 30%, #F7F1CB 100%);
	background: -webkit-linear-gradient(left, #C8E8FA 0%,#E1F5E7 30%,#F7F1CB 100%);
	background: linear-gradient(to right, #C8E8FA 0%,#E1F5E7 30%,#F7F1CB 100%);
}

.dxNav02 a {
	text-decoration: none;
}
.dxNav02 a:hover {
	text-decoration: underline;
}
.dxNav02::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 580px;
	height: 370px;
	background: url(/ir/dxar/common/images/nav02_bg01.png) center center no-repeat;
	background-size: contain;
}
.dxNav02-bg22::after {
	background: url(/ir/dxar/common/images/nav02_bg01-bg22.png) center center no-repeat;
}
.dxNav02-bg23::after {
	background: url(/ir/dxar/common/images/nav02_bg01-bg23.png) center center no-repeat;
}
.dxNav02-bg24::after {
	background: url(/ir/dxar/common/images/nav02_bg01-bg24.png) center center no-repeat;
}
.dxNav02 a[target=_blank]::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 7px;
	margin: 0 0 0 4px;
	background: url(/ir/dxar/common/images/svg/blank_ico01.svg) left top no-repeat;
	background-size: 10px 7px;
}
.dxNav02 a[href$='.pdf'] span::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 13px;
	margin: 0 5px;
	background: url(/ir/dxar/common/images/pdf_ico01.png) left top no-repeat;
	background-size: contain;
}
.dxNav02_in {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 1;
}
.r2Main .dxNav02_tit {
	line-height: 1.583;
	margin: 0 0 20px;
	font-size: 200%;
	font-weight: 500;
}
.dxNav02_tit a {
	display: inline-block;
	position: relative;
	padding: 0 60px 0 0;
}
.d_hover .dxNav02_tit a:hover {
	text-decoration: none;
}
.dxNav02_tit a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 19px;
	height: 12px;
	margin: -5px 0 0;
	background: url(/ir/dxar/common/images/arw_ico03.png) right top no-repeat;
	transition: all 0.2s;
	background-size: 39px 12px;
}
.d_hover .dxNav02_tit a:hover::after {
	right: 0;
	width: 39px;
}
.dxNav02_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -40px 0 0;
}
.dxNav02_block {
	width: 30.646%;
	max-width: 380px;
	margin: 40px 0 0;
}
.dxNav02_wrap::after {
	content: "";
	display: block;
	width: 30.646%;
	max-width: 380px;
}
.dxNav02_w {
	width: 65.323%;
	max-width: 810px;
	margin: 40px 0 0;
}
.dxNav02_n {
	width: 30.646%;
	max-width: 380px;
	margin: 40px 0 0;
}
.r2Main .dxNav02_stit {
	line-height: 1.5;
	margin: 0 0 29px;
	font-size: 150%;
	font-weight: 500;
}
.dxNav02_stit a,
.dxNav02_stit span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 100%;
	min-height: 64px;
	padding: 0 50px 0 0;
	box-sizing: border-box;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .dxNav02_stit a,
	*::-ms-backdrop, .dxNav02_stit span {
		height: 64px;
	}
}
.dxNav02_stit a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 19px;
	height: 12px;
	margin: -5px 0 0;
	background: url(/ir/dxar/common/images/arw_ico03.png) right top no-repeat;
	transition: all 0.2s;
	background-size: 39px 12px;
}
.dxNav02_stit a::before,
.dxNav02_stit span::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #000;
	opacity: 0.3;
}
.dxNav02_stit a:hover {
	text-decoration: none;
}
.d_hover .dxNav02_stit a:hover::after {
	right: 0;
	width: 39px;
}
.dxNav02_list {
	line-height: 1.6875;
	font-size: 125%;
	font-weight: 400;
}
.dxNav02_list-c2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.dxNav02_list li {
	margin: 11px 0 0;
}
.dxNav02_list li:first-child,
.dxNav02_list li.devSmp + li {
	margin-top: 0;
}
.dxNav02_list-c2 ul {
	width: 50%;
}
.dxNav02_btn {
	display: block;
	line-height: 1.5;
	margin: 58px 0 0;
	padding: 12px 10px 14px;
	background-color: #fff;
	background: rgba(255, 255, 255, 0.6);
	font-size: 134%;
	font-weight: 400;
	text-align: center;
}
.dxNav02_btn:first-child {
	margin-top: 0;
}
.dxNav02_btn span {
	display: inline-block;
	position: relative;
	padding: 0 60px 0 0;
}
.dxNav02_btn span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 19px;
	height: 12px;
	margin: -5px 0 0;
	background: url(/ir/dxar/common/images/arw_ico03.png) right top no-repeat;
	transition: all 0.2s;
	background-size: 39px 12px;
}
.d_hover .dxNav02_btn:hover span::after {
	right: 0;
	width: 39px;
}

.dxNav02 .dxNav02_wrap ~ .dxNav02_ftr{
	margin-top: 60px;
}
.dxNav02 .dxNav02_ftr{
	display: flex;
	align-items: center;
}
.dxNav02 .dxNav02_ftr p{
	width: 22.5806%;
	margin-bottom: 0;
	font-size: 150%;
	color: #1E1E1E;
	font-weight: 500;
}
.dxNav02 .dxNav02_ftr ul{
	width: 77.41935%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dxNav02 .dxNav02_ftr li{
	width: calc((100% - 20px) / 2);
}


/* 矢印前パターン */
.arwType02 .dxNav02_tit a {
	padding: 0 0 0 30px;
}
.arwType02 .dxNav02_tit a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0.8em;
	left: 0;
	width: 10px;
	height: 10px;
	background: none;
	border-right: 1px solid #FF0046;
	border-bottom: 1px solid #FF0046;
	transform: rotate(-45deg);
	transition: none;
}
.d_hover .arwType02 .dxNav02_tit a:hover::after {
	right: 0;
	width: 10px;
}
.arwType02 .dxNav02_tit a::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #1e1e1e;
	transition: width .3s;
}
.d_hover .arwType02 .dxNav02_tit a:hover::before {
	width: 100%;
}

.arwType02 .dxNav02_stit a {
	padding: 0 0 0 30px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.arwType02 .dxNav02_stit a::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: auto;
	width: 0;
	height: 1px;
	background-color: #1e1e1e;
	transition: width .3s;
	opacity: 1.0;
}
.d_hover .arwType02 .dxNav02_stit a:hover::before {
	width: 100%;
}

.arwType02 .dxNav02_stit a::after {
	top: 50%;
	left: 0;
	right: auto;
	width: 7px;
	height: 7px;
	background: none;
	margin-top: -3.5px;
	border-right: 1px solid #FF0046;
	border-bottom: 1px solid #FF0046;
	transform: rotate(-45deg);
	transition: none;
}
.arwType02 .dxNav02_stit a:hover {
	text-decoration: none;
}
.d_hover .arwType02 .dxNav02_stit a:hover::after {
	right: 0;
	width: 7px;
}

.dxNav02.arwType02 .dxNav02_list li {
	position: relative;
	margin: 11px 0 0;
	padding: 0 0 0 20px;
}
.dxNav02.arwType02 .dxNav02_list li.dxNav02_list_sub + li.dxNav02_list_sub{
	margin: 5px 0 17px;
}
.dxNav02.arwType02 .dxNav02_list li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 7px;
	height: 7px;
	border-right: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	transform: rotate(-45deg);
}
.dxNav02.arwType02 .dxNav02_list li.dxNav02_list_sub::before {
	display: none;
}
.dxNav02.arwType02 .dxNav02_list li a {
	display: inline-block;
	position: relative;
	color: #1e1e1e;
	text-decoration: none;
}
.dxNav02.arwType02 .dxNav02_list li a::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #1e1e1e;
	transition: width .3s;
}
.dxNav02.arwType02 .dxNav02_list li a:hover{
	text-decoration: none;
}
.d_hover .dxNav02.arwType02 .dxNav02_list li a:hover::before {
	width: 100%;
}

.dxNav02.arwType02 .dxNav02_list li.dxNav02_list_sub{
	padding-left: 37px;
}
.dxNav02.arwType02 .dxNav02_list li.dxNav02_list_sub::before{
	content: "";
	display: block;
	position: absolute;
	top: 0.7em;
	left: 22px;
	width: 5px;
	height: 5px;
	background: transparent;
	border-right: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	transform: rotate(-45deg);
	transition: none;	
}
.dxNav02_btn.arwType02{
	position: relative;
}
.dxNav02_btn.arwType02::before{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #1e1e1e;
	transition: width .3s;
}
.d_hover .dxNav02_btn.arwType02:hover::before{
	width: 100%;
}
.dxNav02_btn.arwType02 span {
	padding: 0 0 0 17px;
}
.dxNav02_btn.arwType02 span::after {
	top: 0.85em;
	left: 0;
	right: auto;
	width: 7px;
	height: 7px;
	background: none;
	border-right: 1px solid #FF0046;
	border-bottom: 1px solid #FF0046;
	transform: rotate(-45deg);
	transition: none;
}
.d_hover .dxNav02_btn.arwType02:hover span::after {
	right: 0;
	width: 7px;
}


/* リンク 1
------------------------------------------------------------------------------- */
.dmLink01::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 8px;
	margin: 0 0 0 20px;
	background: url(/ir/dxar/common/images/svg/arw_ico06.svg) right top no-repeat;
	background-size: auto 8px;
	vertical-align: 0.05em;
}
.dmLink01[target='_blank']::after {
	width: 15px;
	height: 10px;
	margin: 0 0 0 10px;
	background: url(/ir/dxar/common/images/svg/blank_ico01.svg) left top no-repeat;
	background-size: contain;
	vertical-align: 0.05em;
}
/* キャッチ 1
------------------------------------------------------------------------------- */
.r2Main .dxCatch01 {
	line-height: 1.357;
	margin: 0 0 32px;
	font-size: 234%;
	font-weight: 500;
}
/* キャプション 1
------------------------------------------------------------------------------- */
.r2Main .dxCaption01 {
	line-height: 1.714;
	margin: 18px 0 0;
	font-size: 117%;
	font-weight: 400;
}
/* 注釈 1
------------------------------------------------------------------------------- */
.r2Main .dxNote01 {
	line-height: 1.714;
	margin: 18px 0 0;
	color: #999;
	font-size: 117%;
	font-weight: 400;
}
.dxNote01 a {
	color: #999;
}
/* 注釈 2
------------------------------------------------------------------------------- */
.r2Main .dxNote02 {
	line-height: 1.714;
	color: #999;
	font-size: 117%;
	font-weight: 400;
}
ol .dxNote02,
ul .dxNote02 {
	margin: 7px 0 0;
	font-size: 100%;
}
.dxNote02 &gt; li {
	position: relative;
	padding: 0 0 0 13px;
}
.dxNote02 &gt; li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.68em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #999;
}
/* リスト 1
------------------------------------------------------------------------------- */
.dxList01 {
	line-height: 1.6875;
	font-size: 134%;
	font-weight: 400;
}
.dxList01 &gt; li {
	position: relative;
	margin: 27px 0 0;
	padding: 0 0 0 45px;
}
.dxList01 &gt; li:first-child {
	margin-top: 0;
}
.dxList01 &gt; li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.1em;
	left: 0;
	width: 24px;
	height: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.dxList01 &gt; li:nth-child(1)::before {
	background-image: url(/ir/dxar/common/images/list_bg01.svg);
}
.dxList01 &gt; li:nth-child(2)::before {
	background-image: url(/ir/dxar/common/images/list_bg02.svg);
}
.dxList01 &gt; li:nth-child(3)::before {
	background-image: url(/ir/dxar/common/images/list_bg03.svg);
}
.dxList01 &gt; li:nth-child(4)::before {
	background-image: url(/ir/dxar/common/images/list_bg04.svg);
}
.dxList01 &gt; li:nth-child(5)::before {
	background-image: url(/ir/dxar/common/images/list_bg05.svg);
}
.dxList01 &gt; li:nth-child(6)::before {
	background-image: url(/ir/dxar/common/images/list_bg06.svg);
}
.dxList01 &gt; li:nth-child(7)::before {
	background-image: url(/ir/dxar/common/images/list_bg07.svg);
}
.dxList01 &gt; li:nth-child(8)::before {
	background-image: url(/ir/dxar/common/images/list_bg08.svg);
}
/* リスト 2
------------------------------------------------------------------------------- */
.dxList02 {
	line-height: 1.6875;
	font-size: 134%;
	font-weight: 400;
}
ol .dxList02,
ul .dxList02 {
	margin: 7px 0 0;
	font-size: 100%;
}
.dxList02 &gt; li {
	position: relative;
	padding: 0 0 0 15px;
}
.dxList02 &gt; li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #1E1E1E;
}
/* 表組 1
------------------------------------------------------------------------------- */
.dxData01 {
	width: 100%;
	border: 1px solid #ddd;
	table-layout: fixed;
}
.dxData01 th,
.dxData01 td {
	line-height: 1.6875;
	padding: 14px 20px 16px 30px;
	font-size: 134%;
	font-weight: 400;
	border-top: 1px solid #ddd;
	box-sizing: border-box;
}
.dxData01 th {
	width: 40%;
	background-color: #FFF0F4;
}
.dxData01 td {
	background-color: #fff;
}
/* ツールチップ
------------------------------------------------------------------------------- */
.fnTips_wrap {
	display: inline-block;
	position: relative;
}
.fnTips {
	position: relative;
	color: #ff0046;
	text-decoration: underline;
	cursor: pointer;
	white-space: nowrap;
	font-weight: 500;
}
.fnTips_wrap .fnTips {
	position: absolute;
}
.fnTips_txt {
	display: none !important;
	position: absolute;
	left: 50%;
	bottom: 30px;
	width: 280px;
	padding: 8px 15px 10px;
	border-radius: 3px;
	background-color: #444;
	color: #fff;
	font-size: 12px;
	box-sizing: border-box;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	white-space: normal;
	text-align: left;
}
.fnTips-show .fnTips_txt {
	display: block !important;
	animation: tipsShow .15s ease-out both;
}
@keyframes tipsShow {
	0% {
		bottom: 0;
		margin-bottom: 0;
		opacity: 0;
	}
	100% {
		bottom: 105%;
		margin-bottom: 11px;
		opacity: 1;
	}
}
.fnTips_txt::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0 0 0 -4px;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #444 transparent transparent transparent;
}
/* メッセージ
------------------------------------------------------------------------------- */
.dxMessage01 {
	margin: 80px auto;
	padding: 6px;
	background: #c9dcf5;
	background: -moz-linear-gradient(left,  #c9dcf5 0%, #cbeff5 50%, #cdebda 100%);
	background: -webkit-linear-gradient(left,  #c9dcf5 0%,#cbeff5 50%,#cdebda 100%);
	background: linear-gradient(to right,  #c9dcf5 0%,#cbeff5 50%,#cdebda 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9dcf5', endColorstr='#cdebda',GradientType=1 );
	color: #1E1E1E;
}
.dxMessage01-bg22 {
	background: -moz-linear-gradient(left, #C9F7DC 0%, #E0F5CB 30%, #FDFFCB 100%);
	background: -webkit-linear-gradient(left, #C9F7DC 0%,#E0F5CB 30%,#FDFFCB 100%);
	background: linear-gradient(to right, #C9F7DC 0%,#E0F5CB 30%,#FDFFCB 100%);
}
.dxMessage01-bg23 {
	background: -moz-linear-gradient(left, #C8E8FA 0%, #E1F5E7 30%, #F7F1CB 100%);
	background: -webkit-linear-gradient(left, #C8E8FA 0%,#E1F5E7 30%,#F7F1CB 100%);
	background: linear-gradient(to right, #C8E8FA 0%,#E1F5E7 30%,#F7F1CB 100%);
}


.dxMessage01-noFrame {
	padding: 0;
	background: none;
	filter: none;
}
.dxMessage01_in {
	position: relative;
	min-height: 268px;
	padding: 34px 34px 32px;
	background-color: #fff;
	box-sizing: border-box;
}
.dxMessage01_in-layout {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	min-height: 0;
}
.dxMessage01-noFrame .dxMessage01_in {
	min-height: 200px;
	padding: 0;
}
.r2Main .dxMessage01_tit {
	line-height: 1.583;
	margin: -6px 220px 19px 0;
	padding: 0 0 8px;
	border-bottom: 1px solid #ddd;
	font-size: 200%;
	font-weight: 500;
}
.dxMessage01_txt {
	margin: 0 220px 0 0;
}
.dxMessage01-imgNone .dxMessage01_in {
	min-height: 0;
}
.dxMessage01-imgNone .dxMessage01_tit {
	margin-right: 0;
}
.dxMessage01-imgNone .dxMessage01_txt {
	margin-right: 0;
}
.dxMessage01_img {
	display: block;
	position: absolute;
	top: 34px;
	right: 34px;
	width: 160px;
}
.dxMessage01-noFrame .dxMessage01_img {
	top: 0;
	right: 0;
}
.r2Main .dxMessage01_caption {
	margin: 10px 0 0;
	font-size: 100%;
}
.dxMessage01_caption span {
	display: inline-block;
	margin: 2px 0 0;
	font-size: 116%;
}
.dxMessage01_n {
	width: 160px;
}
.dxMessage01_n .dxMessage01_img {
	display: block;
	position: static;
}
.dxMessage01_w {
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);
	padding: 0 60px 0 0;
	box-sizing: border-box;
}
.dxMessage01_w .dxMessage01_tit {
	margin-right: 0;
}
.dxMessage01_w .dxMessage01_txt {
	margin-right: 0;
}
/* インタビュー
------------------------------------------------------------------------------- */
.dxInterview01 {
	margin: -160px 0 0;
}
.dxInterview01_info {
	margin: 0 -500%;
	padding: 100px 500% 0;
	background-color: #4069A0;
}
.dxInterview01_img {
	display: block;
	position: relative;
	bottom: -160px;
	max-width: 1040px;
	margin: 0 auto;
}
.dxInterview01_tit {
	position: relative;
	max-width: 640px;
	line-height: 1.357;
	margin: 0 auto;
	padding: 20px 0 24px;
	background-color: #fff;
	font-size: 234%;
	font-weight: 500;
	text-align: center;
	z-index: 1;
}
.dxInterview01_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	position: relative;
	max-width: 640px;
	margin: 0 auto;
	padding: 36px 0 44px;
	color: #fff;
}
.dxInterview01_item {
	width: 260px;
	text-align: center;
}
.dxInterview01_list::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 2px;
	margin: 0 0 0 -23px;
	background-color: #fff;
	transform: rotate(-45deg);
}
.dxInterview01_list::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 2px;
	margin: 0 0 0 -23px;
	background-color: #fff;
	transform: rotate(45deg);
}
.r2Main .dxInterview01_sub {
	line-height: 1;
	margin: 0;
	font-size: 117%;
	font-weight: 400;
}
.r2Main .dxInterview01_name {
	line-height: 1;
	margin: 12px 0 0;
	font-size: 167%;
	font-weight: 500;
}
/* コメント
------------------------------------------------------------------------------- */
.dxComment01 {
	margin: 0 0 80px;
}
.dxComment01_img {
	display: block;
	float: right;
	width: 500px;
	margin: 6px 0 20px 30px;
}
.dxComment01_img img {
	image-rendering: -webkit-optimize-contrast;
}
.dxComment01_name {
	display: inline-block;
	margin: 0 15px 0 0;
	color: #4054A0;
	font-weight: 500;
}
.dxComment02 {
	margin: 80px 0 0 !important;
}
/* プロフィール
------------------------------------------------------------------------------- */
.dxProfile01 {
	margin: 50px 0 0;
	padding: 34px;
	border: 6px solid #f2f2f2;
}
.dxProfile01_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ddd;
}
.dxProfile01_item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.dxProfile01_img {
	display: block;
	width: 160px;
}
.dxProfile01_info {
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);
	padding: 0 0 0 40px;
	box-sizing: border-box;
}
.r2Main .dxProfile01_sub {
	line-height: 1;
	margin: 0 0 6px;
	font-size: 117%;
	font-weight: 400;
}
.r2Main .dxProfile01_name {
	line-height: 1.6;
	margin: 0;
	font-size: 167%;
	font-weight: 500;
}
.r2Main .dxProfile01_txt {
	margin: 25px 0 0;
}
/* 関連リンク1
------------------------------------------------------------------------------- */
.dxRelate01 {
	margin: 100px -500% 0;
	padding: 0 500%;
	background-color: #F2F2F2;
}
.dxRelate01_in {
	position: relative;
	padding: 60px 0 40px;
}
.r2Main .dxRelate01_tit {
	position: absolute;
	top: -20px;
	left: 50%;
	width: 200px;
	line-height: 38px;
	margin: 0 0 0 -100px;
	padding: 0 0 2px;
	border-radius: 20px;
	background: #c9dcf5;
	background: -moz-linear-gradient(left,  #c9dcf5 0%, #cbeff5 50%, #cdebda 100%);
	background: -webkit-linear-gradient(left,  #c9dcf5 0%,#cbeff5 50%,#cdebda 100%);
	background: linear-gradient(to right,  #c9dcf5 0%,#cbeff5 50%,#cdebda 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9dcf5', endColorstr='#cdebda',GradientType=1 );
	font-size: 150%;
	font-weight: 500;
	text-align: center;
}
.dxRelate01_tit-bg22 {
	background: -moz-linear-gradient(left, #C9F7DC 0%, #E0F5CB 30%, #FDFFCB 100%);
	background: -webkit-linear-gradient(left, #C9F7DC 0%,#E0F5CB 30%,#FDFFCB 100%);
	background: linear-gradient(to right, #C9F7DC 0%,#E0F5CB 30%,#FDFFCB 100%);
}
.dxRelate01_tit-bg23 {
	background: -moz-linear-gradient(left, #C8E8FA 0%, #E1F5E7 30%, #F7F1CB 100%);
	background: -webkit-linear-gradient(left, #C8E8FA 0%,#E1F5E7 30%,#F7F1CB 100%);
	background: linear-gradient(to right, #C8E8FA 0%,#E1F5E7 30%,#F7F1CB 100%);
}

.dxRelate01_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -30px 0 0;
	font-size: 100%;
}
.dxRelate01_list::after {
	content: "";
	display: block;
	width: 30.77%;
	max-width: 320px;
	margin: 30px 0 0;
}
.dxRelate01_item {
	width: 30.77%;
	max-width: 320px;
	margin: 30px 0 0;
}
.dxRelate01_item a {
	display: block;
	color: #1e1e1e;
	text-decoration: none;
}
.dxRelate01_img {
	display: block;
}
.r2Main .dxRelate01_txt {
	margin: 20px 0 0;
	font-weight: 500;
	text-decoration: underline;
}
a[target='_blank'] .dxRelate01_txt::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 10px;
	margin: 0 0 0 10px;
	background: url(/ir/dxar/common/images/svg/blank_ico01.svg) left top no-repeat;
	background-size: contain;
	vertical-align: 0.05em;
}
.d_hover a:hover .dxRelate01_txt {
	text-decoration: none;
}
/* リスト
------------------------------------------------------------------------------- */
.dxList01 {
	margin: 40px 0 0;
	padding: 20px 30px 10px;
	border: 4px solid #f2f2f2;
}
.dxList01_list {
	display:flex;
	line-height: 1.6875;
	margin: 0;
	font-size: 100%;
	font-weight: 400;
}
.dxList01_list li {
	margin: 0 0 10px;
	width:33%;
	text-align: left;
}
.dxList01_list a {
	display: inline-block;
	position: relative;
	padding: 0 50px 0 0;
	text-decoration: none;
}
.dxList01_list a:hover {
	text-decoration: underline;
}
.dxList01_list a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 19px;
	height: 12px;
	margin: -5px 0 0;
	background: url(/ir/dxar/common/images/arw_ico03.png) right top no-repeat;
	transition: all 0.2s;
	background-size: 39px 12px;
}
.dxList01_list a[href$='.pdf']::after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 13px;
	margin: 0 0 0 10px;
	background: url(/ir/dxar/common/images/pdf_ico01.png) left top no-repeat;
	background-size: contain;
}
/* 関連リンク2
------------------------------------------------------------------------------- */
.dxRelate02_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -30px 0 0;
	font-size: 100%;
}
.dxRelate02_list::after {
	content: "";
	display: block;
	width: 30.77%;
	max-width: 320px;
	margin: 30px 0 0;
}
.dxRelate02_item {
	width: 30.77%;
	max-width: 320px;
	margin: 30px 0 0;
}
.dxRelate02_item a {
	display: block;
	color: #1e1e1e;
	text-decoration: none;
}
.dxRelate02_img {
	display: block;
}
.r2Main .dxRelate02_txt {
	margin: 20px 0 0;
	font-weight: 500;
	text-decoration: underline;
}
a[target='_blank'] .dxRelate02_txt::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 10px;
	margin: 0 0 0 10px;
	background: url(/ir/dxar/common/images/svg/blank_ico01.svg) left top no-repeat;
	background-size: contain;
	vertical-align: 0.05em;
}
a[href$='.pdf'] .dxRelate02_txt span::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 13px;
    margin: 0 5px;
    background: url(/ir/dxar/common/images/pdf_ico01.png) left top no-repeat;
    background-size: contain;
}

.d_hover a:hover .dxRelate02_txt {
	text-decoration: none;
}
/* リリース
------------------------------------------------------------------------------- */
.dxRelease01 {
	padding: 10px 0 0;
	color: #1e1e1e;
}
.dxRelease01 dt {
	width: 160px;
	line-height: 1.6875;
	color: #666;
	font-size: 134%;
	font-weight: 400;
}
.dxRelease01 dd {
	line-height: 1.6875;
	margin: -1.7em 0 19px;
	padding: 0 0 17px 160px;
	border-bottom: 1px solid #ddd;
	font-size: 134%;
	font-weight: 400;
}
.dxRelease01 a[target='_blank']::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 10px;
	margin: 0 0 0 15px;
	background: url(/ir/dxar/common/images/svg/blank_ico01.svg) left top no-repeat;
	background-size: contain;
	vertical-align: 0.1em;
}
.dxRelease01 a[href$='.pdf'] &gt; span::after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 13px;
	margin: 0 0 0 10px;
	background: url(/ir/dxar/common/images/pdf_ico01.png) left top no-repeat;
	background-size: contain;
}
.dxRelease01 a[href$='.jpg'] &gt; span::after,
.dxRelease01 a[href$='.png'] &gt; span::after,
.dxRelease01 a[href$='.gif'] &gt; span::after {
	content: "";
	display: inline-block;
	width: 77px;
	height: 18px;
	margin: 0 0 0 10px;
	background: url(/ir/dxar/common/images/download_ico01.png) left top no-repeat;
	background-size: contain;
	vertical-align: -0.15em;
}
/* テキストリンク
------------------------------------------------------------------------------- */
.dxTxtLink a[target='_blank']::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 10px;
	margin: 0 0 0 15px;
	background: url(/ir/dxar/common/images/svg/blank_ico01.svg) left top no-repeat;
	background-size: contain;
	vertical-align: 0.1em;
}
.dxTxtLink a[href$='.pdf']::after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 13px;
	margin: 0 0 0 10px;
	background: url(/ir/dxar/common/images/pdf_ico01.png) left top no-repeat;
	background-size: contain;
	position: relative;
	top: 0.2em;
}
.dxTxtLink.typePDF a::after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 13px;
	margin: 0 0 0 10px;
	background: url(/ir/dxar/common/images/pdf_ico01.png) left top no-repeat;
	background-size: contain;
	position: relative;
	top: 0.2em;
}


/* サイトマップ
------------------------------------------------------------------------------- */
.r2Main .dxSitemap_btns01 {
	display: block;
	position: relative;
	max-width: 330px;
	line-height: 50px;
	margin: 40px 0 0;
	background-color: #5F5F5F;
	color: #fff;
	font-size: 134%;
	font-weight: 500;
	text-decoration: none;
	box-sizing: border-box;
}
.dxSitemap_btns01 a{
	padding: 0 16px 2px 42px;
	color: #fff;
	text-decoration: none;
	display: block;
}
.dxSitemap_btns01 a::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-right: 2px solid #ff0046;
	border-bottom: 2px solid #ff0046;
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 24px;
}

.dxSitemap .dxSitemap_btns{
	margin-top: 30px;
	font-size: 135%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 25px;
}
.dxSitemap .dxSitemap_btns li{
	width: calc((100% - 50px) / 3);
	display: table;
}
.dxSitemap .dxSitemap_btns li.dxSitemap_btns_category{
	background-color: #eee;
}
.dxSitemap .dxSitemap_btns li.dxSitemap_btns_category span{
	padding: 24px;
	background-color: #eee;
	display: table-cell;
	vertical-align: middle;
}
.dxSitemap .dxSitemap_btns li br.devPcTbl{
	display: inline !important;
}
.dxSitemap .dxSitemap_btns li a{
	width: 100%;
	height: 100%;
	padding: 20px 20px;
	text-decoration: none;
	border: 4px solid #F2F2F2;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.dxSitemap .dxSitemap_btns li a &gt; span{
	padding: 0 0 0 17px;
	display: inline-block;
	position: relative;
}
.dxSitemap .dxSitemap_btns li a &gt; span::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url(/ir/dxar/common/images/svg/arw_ico02.svg) right top no-repeat;
	background-size: 5px 10px;
	position: absolute;
	top: 10px;
	left: 0;
}
.dxSitemap .dxSitemap_btns li a &gt; span::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #1e1e1e;
	transition: width .3s;
}
.d_hover .dxSitemap .dxSitemap_btns li a:hover &gt; span::before {
	width: 100%;
}
.dxSitemap .dxSitemap_btns li a[target=_blank] span span::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 7px;
	margin: -3.5px 0 0 8px;
	background: url(/ir/dxar/common/images/svg/blank_ico01.svg) left top no-repeat;
	background-size: 10px 7px;
}



</pre></body></html>