.u-box-rd {
	position : relative;
	background-color : #fff;
}
.u-box-rd .rd-main {
	position : relative;
	height : 250px;
}
@media print, screen and (min-width: 768px) {
	.u-box-rd .rd-main {
		height : auto;
	}
}
.u-box-rd .rd-main .main-img {
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	margin : auto;
}
@media print, screen and (min-width: 768px) {
	.u-box-rd .rd-main .main-img {
		position : relative;
	}
}
.u-box-rd .rd-main .main-img > img {
	object-fit : cover;
	width : 100%;
	height : 100%;
}
@media print, screen and (min-width: 768px) {
	.u-box-rd .rd-main .main-img > img {
		position : relative;
		object-fit : initial;
		width : auto;
		height : auto;
	}
}
.u-box-rd .rd-main .main-ttl {
	color : #fff;
	text-align : center;
	position : absolute;
	top : 30%;
	left : 0;
	bottom : 0;
	right : 0;
	font-size : 28.8px;
	font-size : 1.8rem;
	line-height : 1.5;
}
@media print, screen and (min-width: 768px) {
	.u-box-rd .rd-main .main-ttl {
		font-size : 4.5rem;
	}
}
.u-box-rd .rd-main .main-ttl > span {
	font-size : 19.2px;
	font-size : 1.2rem;
	display : block;
}
@media print, screen and (min-width: 768px) {
	.u-box-rd .rd-main .main-ttl > span {
		font-size : 1.8rem;
	}
}
.u-box-rd .rd-main .main-btn {
	position : absolute;
	top : 50%;
	bottom : 0;
	margin : auto;
	margin-top : 30px;
	padding : 0 20px;
	text-align : center;
	width : 100%;
}
@media print, screen and (min-width: 768px) {
	.u-box-rd .rd-main .main-btn {
		margin-top : 60px;
	}
}
.u-box-rd .rd-main .main-btn .m-btn-simple {
	background-color : transparent;
	border : 1px solid #fff;
}
.u-box-rd .rd-main .main-btn .m-btn-simple:hover {
	background-color : rgba(255, 255, 255, 0.3);
}
.u-box-rd .rd-link {
	padding : 0 20px 20px;
}
@media print, screen and (min-width: 768px) {
	.u-box-rd .rd-link {
		padding : 20px 70px 60px;
	}
}

#u-box-rdtab {
	background-color : #f4fafc;
}
#u-box-rdtab .rdtab-head {
	background-color : #0296e5;
	padding : 20px 12px 0;
}
@media print, screen and (min-width: 768px) {
	#u-box-rdtab .rdtab-head .head-inner {
		max-width : 1180px;
		margin : 0 auto;
		padding : 0 30px;
		box-sizing : content-box;
	}
}
#u-box-rdtab .rdtab-head .head-tab {
	margin : 0 -2.5px;
	display : -webkit-flex;
	display : -ms-flexbox;
	display :         flex;
	-webkit-flex-wrap : wrap;
	    -ms-flex-wrap : wrap;
	        flex-wrap : wrap;
	margin-top : 20px;
}
@media print {
	#u-box-rdtab .rdtab-head .head-tab {
		display : block;
		letter-spacing : -0.40em;
	}
}
@media print, screen and (min-width: 768px) {
	#u-box-rdtab .rdtab-head .head-tab {
		margin : 0 -5px;
		display : -webkit-flex;
		display : -ms-flexbox;
		display :         flex;
		-webkit-flex-wrap : wrap;
		    -ms-flex-wrap : wrap;
		        flex-wrap : wrap;
		margin-top : 70px;
	}
}
@media print {
	#u-box-rdtab .rdtab-head .head-tab {
		display : block;
		letter-spacing : -0.40em;
	}
}
#u-box-rdtab .rdtab-head .head-tab > li {
	width : calc(100% / 2);
	width : calc((100% / 2 ) - 0.1px) \0;
	padding : 0 2.5px;
	display : -webkit-flex;
	display : -ms-flexbox;
	display :         flex;
}
@media print {
	#u-box-rdtab .rdtab-head .head-tab > li {
		width : 50%;
		display : inline-block;
		padding : 0 2.5px;
		box-sizing : border-box;
		vertical-align : top;
		letter-spacing : normal;
	}
}
@media print, screen and (min-width: 768px) {
	#u-box-rdtab .rdtab-head .head-tab > li {
		width : calc(100% / 2);
		width : calc((100% / 2 ) - 0.1px) \0;
		padding : 0 5px;
	}
}
@media print {
	#u-box-rdtab .rdtab-head .head-tab > li {
		width : 50%;
		display : inline-block;
		padding : 0 5px;
		box-sizing : border-box;
		vertical-align : top;
		letter-spacing : normal;
	}
}
#u-box-rdtab .rdtab-head .head-tab > li > a {
	width : 100%;
	color : #fff;
	display : block;
	background-color : #0280c3;
	font-size : 19.2px;
	font-size : 1.2rem;
	text-align : center;
	border-radius : 3px 3px 0 0;
	position : relative;
	transition : all 0.3s ease-out;
	padding : 15px;
	line-height : 1.5;
}
@media print, screen and (min-width: 768px) {
	#u-box-rdtab .rdtab-head .head-tab > li > a {
		padding : 25px;
		font-size : 2.2rem;
		border-radius : 5px 5px 0 0;
	}
}
#u-box-rdtab .rdtab-head .head-tab > li > a:after {
	content : '';
	position : absolute;
	background : url(../../svg/i_arrow4.svg) center no-repeat;
	background-size : 100% auto;
	top : 100%;
	left : 0;
	right : 0;
	margin : auto;
	display : block;
	width : 13px;
	height : 5px;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	transition : all 0.3s ease-out;
	-webkit-transform : translateY(-5px);
	        transform : translateY(-5px);
}
@media print, screen and (min-width: 768px) {
	#u-box-rdtab .rdtab-head .head-tab > li > a:after {
		width : 14px;
		height : 6px;
	}
}
#u-box-rdtab .rdtab-head .head-tab > li > a > span {
	font-size : 25.6px;
	font-size : 1.6rem;
	margin-right : 3px;
}
@media print, screen and (min-width: 768px) {
	#u-box-rdtab .rdtab-head .head-tab > li > a > span {
		font-size : 3.0rem;
	}
}
#u-box-rdtab .rdtab-head .head-tab > li > a.is-active {
	background-color : #f4fafc;
	color : #0296e5;
	font-weight : bold;
}
#u-box-rdtab .rdtab-head .head-tab > li > a.is-active:after {
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	-webkit-transform : translateY(0);
	        transform : translateY(0);
}
@media print, screen and (min-width: 1025px) {
	#u-box-rdtab .rdtab-head .head-tab > li > a:hover {
		background-color : #fff;
		color : #0296e5;
		font-weight : bold;
		text-decoration : none;
	}
	#u-box-rdtab .rdtab-head .head-tab > li > a:hover:after {
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
		-webkit-transform : translateY(0);
		        transform : translateY(0);
	}
}
#u-box-rdtab .rdtab-body {
	padding-top : 20px;
	overflow : hidden;
	position : relative;
}
@media print, screen and (min-width: 768px) {
	#u-box-rdtab .rdtab-body {
		padding-top : 50px;
	}
}
#u-box-rdtab .rdtab-body .body-item {
	display : none;
}
#u-box-rdtab .rdtab-body .body-item > *:first-child, #u-box-rdtab .rdtab-body .body-item > .image-position-left:first-child + *, #u-box-rdtab .rdtab-body .body-item > .image-position-right:first-child + * {
	margin-top : 0 !important;
}
#u-box-rdtab .rdtab-body .body-item > *:first-child.m-box-section, #u-box-rdtab .rdtab-body .body-item > .image-position-left:first-child + *.m-box-section, #u-box-rdtab .rdtab-body .body-item > .image-position-right:first-child + *.m-box-section {
	padding-top : 0;
}
@media screen and (max-width: 767px) {
	#u-box-rdtab .rdtab-body .body-item > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	#u-box-rdtab .rdtab-body .body-item > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	#u-box-rdtab .rdtab-body .body-item > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	#u-box-rdtab .rdtab-body .body-item > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	#u-box-rdtab .rdtab-body .body-item > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	#u-box-rdtab .rdtab-body .body-item > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	#u-box-rdtab .rdtab-body .body-item > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	#u-box-rdtab .rdtab-body .body-item > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	#u-box-rdtab .rdtab-body .body-item > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	#u-box-rdtab .rdtab-body .body-item > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	#u-box-rdtab .rdtab-body .body-item > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	#u-box-rdtab .rdtab-body .body-item > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	#u-box-rdtab .rdtab-body .body-item > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	#u-box-rdtab .rdtab-body .body-item > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#u-box-rdtab .rdtab-body .body-item > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#u-box-rdtab .rdtab-body .body-item > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
#u-box-rdtab .rdtab-body .body-item.is-active {
	display : block;
}

.m-box-filter {
	transition : all 0.2s ease-out;
	position : relative;
	overflow : hidden;
}
.m-box-filter .filter-inner {
	height : 300px;
	margin-bottom : 90px;
}
@media print, screen and (min-width: 768px) {
	.m-box-filter .filter-inner {
		margin-bottom : 165px;
	}
}
@media print, screen and (min-width: 768px) {
	.m-box-filter .filter-inner .u-box-core {
		display : -webkit-flex;
		display : -ms-flexbox;
		display :         flex;
		-webkit-justify-content : space-between;
		-ms-flex-pack : justify;
		        justify-content : space-between;
	}
}
@media print, screen and (min-width: 768px) {
	.m-box-filter .filter-inner .u-box-core .core-txt {
		width : 50%;
	}
}
.m-box-filter .filter-inner .u-box-core .core-img {
	margin-top : 20px;
}
@media print, screen and (min-width: 768px) {
	.m-box-filter .filter-inner .u-box-core .core-img {
		width : 45%;
	}
}
.m-box-filter .filter-toggle {
	display : -webkit-flex;
	display : -ms-flexbox;
	display :         flex;
	-webkit-justify-content : center;
	-ms-flex-pack : center;
	        justify-content : center;
	font-size : 25.6px;
	font-size : 1.6rem;
	text-align : center;
	border-top : solid 1px #dce3e9;
	background-color : #f4fafc;
	padding : 15px 0;
	position : absolute;
	bottom : 0;
	left : 0;
	right : 0;
	margin : auto;
}
@media print, screen and (min-width: 768px) {
	.m-box-filter .filter-toggle {
		padding : 30px 0;
	}
}
.m-box-filter .filter-toggle:before {
	content : '';
	position : absolute;
	background : linear-gradient(to top, #f4fafc 0%, #f4fafc 30%, rgba(244, 250, 252, 0) 100%);
	height : 100px;
	width : 100%;
	bottom : calc(100% + 1px);
	left : 0;
	right : 0;
}
.m-box-filter .filter-toggle .toggle-close {
	display : none;
	position : relative;
	background-color : transparent;
	border : none;
	cursor : pointer;
	outline : none;
	-webkit-appearance : none;
	        appearance : none;
	color : #0296e5;
	font-size : 25.6px;
	font-size : 1.6rem;
}
.m-box-filter .filter-toggle .toggle-close > span {
	padding : 20px;
}
@media print, screen and (min-width: 768px) {
	.m-box-filter .filter-toggle .toggle-close > span {
		padding : 30px;
	}
}
.m-box-filter .filter-toggle .toggle-close:after {
	content : '';
	background : url(../../svg/i_close_key.svg) center no-repeat;
	width : 18px;
	height : 17px;
	position : absolute;
	top : 0;
	bottom : 0;
	right : 0;
	margin : auto;
	display : block;
}
.m-box-filter .filter-toggle .toggle-close.is-active {
	display : block;
}
.m-box-filter .filter-toggle .toggle-open {
	display : block;
	position : relative;
	background-color : transparent;
	border : none;
	cursor : pointer;
	outline : none;
	-webkit-appearance : none;
	        appearance : none;
	color : #0296e5;
	font-size : 25.6px;
	font-size : 1.6rem;
}
.m-box-filter .filter-toggle .toggle-open > span {
	padding : 20px;
}
@media print, screen and (min-width: 768px) {
	.m-box-filter .filter-toggle .toggle-open > span {
		padding : 30px;
	}
}
.m-box-filter .filter-toggle .toggle-open:after {
	content : '';
	background : url(../../svg/i_close_key.svg) center no-repeat;
	width : 15px;
	position : absolute;
	top : 0;
	bottom : 0;
	right : 0;
	margin : auto;
	display : block;
	-webkit-transform : rotateZ(45deg);
	        transform : rotateZ(45deg);
}
.m-box-filter .filter-toggle .toggle-open.is-active {
	display : none;
}
.m-box-filter.is-active .filter-inner {
	height : auto;
}
.m-box-filter.is-active .filter-toggle:before {
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	pointer-events : none;
}

.bnr-technical_information .bnr-list .list-item .item-inner {
	max-width : 885px;
	text-align : center;
	margin : 0 auto;
}
.bnr-technical_information .bnr-list .list-item .item-inner .list-item {
	display : -webkit-flex;
	display : -ms-flexbox;
	display :         flex;
	-webkit-justify-content : center;
	-ms-flex-pack : center;
	        justify-content : center;
}
