@charset "utf-8";
/* ==================================================
Reset
================================================== */
#tmp_wrapper *,
#tmp_wrapper *:before,
#tmp_wrapper *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
form,
input,
fieldset,
legend {
	margin: 0;
	padding: 0;
}
img,
fieldset {
	border: none;
}
img {
	vertical-align:top;
}
li,
dt,
dd {
	line-height: 1.4;
}
table {
	font-size: 100%;
	line-height: 1.6;
	word-break: break-all;
}
form,
input,
select,
textarea {
	font-size: 100%;
}
#tmp_main,
.footer_cnt,
.copyright {
	clear: both;
}
#tmp_main,
#tmp_contents {
	width: 100%;
}
#tmp_hnavi_s {
	list-style:none;
	text-align: center;
}
#tmp_sma_lmenu,
#tmp_sma_mmenu,
#tmp_sma_rmenu {
	display: none;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    margin: 0;
    display: block;
}

/* ==================================================
skip
================================================== */
.skip {
	width:1px;
	color:#000000;
	font-size:0.1%;
	line-height:0.1;
	background-color:#FFFFFF;
	position:absolute;
	left:-3000px;
	z-index:9999;
}
a.skip {
	color:#003377;
	background-color:#FFFFFF;
	text-align:center;
	padding:2px 0;
	top:auto;
}
a.skip:active {
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}
a.skip:focus {
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span.hidden {
	display:block;
}
.used_bg_img span.hidden {
	position:relative;
	z-index:-1;
	overflow:hidden;
}

/* ==================================================
Required to CMS-8341
================================================== */
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="reset"] {
	-webkit-appearance:none;
	border-radius:0;
}

/* image
============================== */
.float_lft {
	margin-right:20px !important;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}
.float_rgt {
	margin-bottom:10px !important;
	margin-left:20px !important;
	clear:both;
	float:right;
}
.clear {
	clear:both;
}

/* Styles
================================================== */
/* noicon  */
ul.noicon {
	margin-left:3.2em !important;
	text-indent:-1.5em !important;
	list-style:none !important;
	list-style-image:none !important;
}
ul.noicon ul,
ul.noicon ol,
ul.noicon p,
ul.noicon h1,
ul.noicon h2,
ul.noicon h3,
ul.noicon h4,
ul.noicon h5,
ul.noicon h6,
ul.noicon table,
ul.noicon div,
ol.noicon ul,
ol.noicon ol,
ol.noicon p,
ol.noicon h1,
ol.noicon h2,
ol.noicon h3,
ol.noicon h4,
ol.noicon h5,
ol.noicon h6,
ol.noicon table,
ol.noicon div {
	text-indent:0 !important;
}
ul ul.noicon,
ol ul.noicon {
	margin-left:1.5em !important;
	text-indent:-1.5em !important;
}

/* underline */
.underline {
	text-decoration:underline;
}
/* strike */
.strike {
	text-decoration:line-through;
}
/* indent */
div.section,
blockquote {
	padding:0 0 0 1em;
}

/* ==================================================
Start Animation Image
================================================== */

#tmp_wrapper img {
	-webkit-animation: smooth_image 1.2s;
	-moz-animation: smooth_image 1.2s;
	animation: smooth_image 1.2s;
}

@-webkit-keyframes smooth_image {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

@-moz-keyframes smooth_image {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

@keyframes smooth_image {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}
/* ==================================================
Start Splide Core
================================================== */
.splide__container {
    box-sizing: border-box;
    position: relative;
}
.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}
.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}
.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
    display: none;
}
.splide__progress__bar {
    width: 0;
}
.splide {
    position: relative;
    visibility: hidden;
    display: flex;
    flex-direction: column-reverse;
}
.splide.is-initialized,
.splide.is-rendered {
    visibility: visible;
}
.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}
.splide__slide img {
    vertical-align: bottom;
}
.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}
.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.splide.no-splide {
    visibility: visible;
}
@keyframes splide-loading {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        }
    to {
        transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
    }
}
.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1;
}
.splide--rtl {
    direction: rtl;
}
.splide__track--ttb > .splide__list {
    display: block;
}

/* controls */
.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #cccccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
	width: 34px;
	height: 34px;
	opacity: 1;
    background: transparent -o-linear-gradient(90deg, #333333, #424242) no-repeat;
    background: transparent -webkit-linear-gradient(90deg, #333333, #424242) no-repeat;
    background: transparent -ms-linear-gradient(90deg, #333333, #424242) no-repeat;
    background: transparent linear-gradient(90deg, #333333, #424242) no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.splide__arrow:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.splide__arrow svg {
    fill: #000000;
    height: 1.2em;
    width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
    background: transparent -o-linear-gradient(90deg, #2a5372, #326489) no-repeat;
    background: transparent -webkit-linear-gradient(90deg, #2a5372, #326489) no-repeat;
    background: transparent -ms-linear-gradient(90deg, #2a5372, #326489) no-repeat;
    background: transparent linear-gradient(90deg, #2a5372, #326489) no-repeat;
}
.splide__arrow:disabled {
    opacity: 0.3;
}
.splide__arrow--prev {
    left: 1em;
}
.splide__arrow--prev svg {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
}
.splide__arrow--next {
    right: 1em;
}
.splide__pagination {
    bottom: 0.5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}
.splide__pagination__page {
    background: #cccccc;
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    height: 16px;
    margin: 3px;
    opacity: 0.7;
    padding: 0;
    position: relative;
    transition: transform 0.2s linear;
    -webkit-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    width: 16px;
}
.splide__pagination__page.is-active {
    background: #ffffff;
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    z-index: 1;
}
.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
}
.splide__progress__bar {
    background: #cccccc;
    height: 3px;
}
.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
    outline: 0;
}
.splide__toggle {
    cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide {
    border: 3px solid transparent;
    cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 3px solid #000000;
}
.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
    top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: 0.5em;
    top: 0;
}
.splide__arrow--prev{
    left: 0;
}
.splide__arrow--prev:after {
	background-image: url(/shared/site_rn2025/images/icon/slide_arrow_prev.png);
}
.splide__arrow--next{
    right: 0;
}
.splide__arrow--next:after {
	background-image: url(/shared/site_rn2025/images/icon/slide_arrow_next.png);
}
.splide__controls {
    display: flex;
    justify-content: flex-end;
	align-items: center;
    margin: 15px -15px 0 0;
}
.splide__toggle {
	display: inline-block;
	margin-right: 6px;
	padding: 0 4px 2px;
    background-color: #3d3d3c;
    min-width: 60px;
    border-radius: 4px;
	font-size: 77.8%;
	font-weight: bold;
	color: #ffffff !important;
	text-align: center;
	text-decoration: none;
}
.splide__toggle:hover {
	text-decoration: underline;
}
.splide__pagination{
    position: static;
    display: flex;
    align-items: center;
    padding: 0;
}
.splide__pagination__page{
    margin: 0 5px;
    background-color: #ffffff;
    width: 17px;
    height: 17px;
    border: 1px solid #000000;
    border-radius: 50%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    opacity: 1;
}
.splide__pagination__page.is-active{
    transform: scale(0.94);
    background-color: #3e3e3e;
    border-color: #3e3e3e;
}


/* no-js
================================================== */
.no_javascript .splide{
    visibility: visible;
}


