@charset "utf-8";
#tmp_main {
	overflow: hidden;
}
/* ==================================================
Opening
================================================== */
#tmp_opening{
    position: absolute;
	/*
    width: 1440px;
    height: 898px;
	*/
    width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    min-height: 720px;
    overflow: hidden;
	background-color: #ffffff;
	z-index: 999;
}
.full_bg #tmp_opening {
	background-color: transparent;
}
.open_complete #tmp_opening {
	z-index: inherit;
}
.no_animation #tmp_opening {
	display: none;
}
#tmp_opening .text{
    position: absolute;
    z-index: 6;
    padding-top: 87px;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
}
#tmp_opening .text .sun{
    position: absolute;
    top: 26px;
    left: 50%;
    width: 91px;
    transform: translate(-50%,0);
    height: 45px;
    background: url(/shared/templates/top_rn/images/sun.png) 0 0 no-repeat;
    /* -webkit-animation: sun 1s linear infinite alternate;
    animation: sun 1s linear infinite alternate; */
}
#tmp_opening .text .sun.active{
    background-image: url(/shared/templates/top_rn/images/sun2.png);
}
.circle{
    left: 0;
    /* transform: translate3d(-50%,50%,0); */
    position: absolute;
    width: 0;
    animation-delay: 1s;
}
.circle_red{
    z-index: 5;
}
#tmp_wrapper.open_complete .circle_orange{
    animation: fluffyRotate2 50s linear infinite;
    -webkit-animation: fluffyRotate2 50s linear infinite;
}
#tmp_wrapper.open_complete .circle_yellow{
    animation: fluffyRotate3 50s linear infinite;
    -webkit-animation: fluffyRotate3 50s linear infinite;
}
.circle_organge_bold{
    z-index: 4;
}
.circle_orange{
    opacity: 0.7;
    z-index: 3;
}

.circle_yellow{
    opacity: 0.7;
    z-index: 2;
}
.thumb_wrap{
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 310px;
    height: 212px;
    opacity: 0;
}
.bubble{
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 11%;
    transform: translate(-50%,-50%) scale(0.1);
    transition: 0.5s ease transform;
    transition-delay: 1.3s;
}
.bg2 .bubble{
    transition-delay: 1.6s;
}
.bg .thumb_wrap{
    opacity: 1;
}
.bg .bubble_1{
    transform: translate(17px,-202px) scale(1);
    -webkit-transform: translate(17px,-202px) scale(1);
    -moz-transform: translate(17px,-202px) scale(1);
    -ms-transform: translate(17px,-202px) scale(1);
    -o-transform: translate(17px,-202px) scale(1);
}
#tmp_wrapper.open_complete .bubble img{
    animation: fluffyRotate 50s linear infinite;
    -webkit-animation: fluffyRotate 50s linear infinite;
}
.bg .bubble_1 img{
    transform-origin: -17px 202px;
}
.bg .bubble_2{
    transform: translate(213px,12px) scale(1);
}
.bg .bubble_2 img{
    transform-origin: -213px -12px;
}
.bg .bubble_3{
    transform: translate(-239px,68px) scale(1);
}
.bg .bubble_3 img{
    transform-origin: 239px -68px;
}
.bg .bubble_4{
    transform: translate(-190px,218px) scale(1);
}
.bg .bubble_4 img{
    transform-origin: 190px -218px;
}
.bg .bubble_5{
    transform: translate(127px,-191px) scale(1);
}
.bg .bubble_5 img{
    transform-origin: -127px 191px;
}
.opening #tmp_header{
    opacity: 0;
    visibility: hidden;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -ms-transition: 1s all ease;
    -o-transition: 1s all ease;
}
.open_complete #tmp_opening .box_scroll,
.open_complete #tmp_opening .box_search,
.open_complete #tmp_header{
    opacity: 1;
    visibility: visible;
}
.big_banner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
.no_animation .big_banner {
	display: block;
}
.no_javascript #tmp_opening {
	display: none;
}
.no_javascript .big_banner {
	display: block;
}
/* mainvisual
================================================== */
#tmp_mainvisual {
	position: relative;
	min-height: 720px;
}
/*
.start_animation #tmp_mainvisual {
	position: static;
}
*/
#tmp_mainvisual + .emergency_announce {
	display: none;
}
#tmp_mainvisual .mainvisual_gallery,
#tmp_mainvisual .slick_slides,
#tmp_mainvisual .slick-list,
#tmp_mainvisual .slick-track,
#tmp_mainvisual .visual_slide .visual_image{
	height: 100%;
}
#tmp_mainvisual .visual_slide {
	display:block !important;
}
#tmp_mainvisual .slick_slides {
}
#tmp_mainvisual .slick_slides.slick-initialized {
	visibility: visible;
	opacity: 1;
}
#tmp_mainvisual .mainvisual_gallery {
	position: relative;
}
#tmp_mainvisual .visual_slide .visual_image {
	overflow: hidden;
}
#tmp_mainvisual .visual_image img {
	width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100vh;
    max-width: none;
    position: relative;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
	vertical-align: top;
}
#tmp_mainvisual .visual_slide .visual_title {
    font-size: 77.8%;
    display: inline-block;
	position: absolute;
    bottom: 43px;
    left: 50%;
	z-index: 1;
    margin-left: -417px;
	margin-right: 30px;
    padding: 9px 10px;
	min-width: 294px;
	max-width: 504px;
    max-height: 82px;
    overflow-y: auto;
	color: #020000;
	background-color: #ffffff;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
#tmp_mainvisual .visual_slide .visual_title a {
    display: inline-block;
    text-align: center;
    text-decoration: underline;
    background-color: #ffffff;
    color: #020000;
}
#tmp_mainvisual .visual_slide .visual_title a:hover,
#tmp_mainvisual .visual_slide .visual_title a:focus {
	text-decoration: none;
}
#tmp_mainvisual .slick_control{
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -620px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
#tmp_mainvisual .slick_control .slick-btn{
	padding: 0 0 1px 10px;
	min-height: 26px;
}
#tmp_mainvisual .slick-dots{
	padding-left: 13px;
	vertical-align: middle;
}
#tmp_mainvisual .btn_slides {
    position: relative;
    border: 0;
    display: inline-block;
    background: transparent;
    vertical-align: middle;
	min-width: 24px;
	font-weight: normal;
}
#tmp_mainvisual .btn_slides a{
	position: relative;
    display: inline-block;
    vertical-align: middle;
	color: inherit;
	background-color: transparent;
	text-decoration: none;
	text-transform: uppercase;
	width: 24px;
	height: 24px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #ed6f01;
	color: #ffffff;
	border: 1px solid #ed6f01;
	overflow: hidden;
}
#tmp_mainvisual .btn_slides a span{
	display: inline-block;
	vertical-align: middle;
	text-indent: 0;
	padding: 2px 0 0 6px;
	z-index: -1;
}
#tmp_mainvisual .btn_slides.stop a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #000000;
	background: transparent url(/shared/site_rn/images/icon/slide_start_icon.png) no-repeat center center;
	background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;

}
#tmp_mainvisual .btn_slides.stop a:hover:before,
#tmp_mainvisual .btn_slides.stop a:focus:before{
	background: #FFFFFF url(/shared/site_rn/images/icon/slide_start_icon_hvr.png) no-repeat center center;
	background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
}
#tmp_mainvisual .btn_slides.start a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #000000;
	background: transparent url(/shared/site_rn/images/icon/slide_stop_icon.png) no-repeat center center;
	background-size: 13px 14px;
	-webkit-background-size: 13px 14px;
	-moz-background-size: 13px 14px;
}
#tmp_mainvisual .btn_slides a:hover{
    outline: none;
}
#tmp_mainvisual .btn_slides a:focus{
    outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
#tmp_mainvisual .slick-dots li {
	width: 15px;
	height: 15px;
	border: 1px solid #ed6f01;
	margin: 0 10px;
	padding: 1px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#tmp_mainvisual .slick-dots li button, 
#tmp_mainvisual .slick-dots li a {
	width: 11px;
	height: 11px;
	border: none;
	background-color: #ffffff;
	color: #222222;
}
#tmp_mainvisual .slick-dots .slick-active button, 
#tmp_mainvisual .slick-dots .slick-active a {
	background-color: #ed6f01;
	color: #222222;
}

.big_banner {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.big_banner img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
/* scroll_down
================================================== */
.scroll_down {
	position: absolute;
	left: 33px;
	bottom: 37px;
	width: 25px;
	height: 172px;
	z-index: 20;
	text-indent: -9999em;
	color: inherit;
	background: transparent url(/shared/templates/top_rn/images/scroll_img.png) no-repeat;
}
.scroll_down a {
	width: 25px;
	height: 172px;
	display: block;
}
.miyazak_info_bnr {
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right: -620px;
	margin-top: -144px;
	z-index: 50;
}
.miyazak_info{
	margin-top: 0 !important;
}
.miyazak_info .miyazak_image_sp {
	display:none;
}
.miyazak_info .miyazak_image_pc img,
.miyazak_info .miyazak_image_sp img,
.miryoku_bnr .miryoku_bnr_pc img,
.miryoku_bnr .miryoku_bnr_sp img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.miyazak_info a {
	position: relative;
	padding: 4px;
	display: block;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	color: #222222;
	background-color: #FFFFFF;
	overflow: hidden;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	box-shadow: 0 0 8px 0 rgba(134, 134, 129, 0.75);
	-webkit-box-shadow: 0 0 8px 0 rgba(134, 134, 129, 0.75);
	-moz-box-shadow: 0 0 8px 0 rgba(134, 134, 129, 0.75);
}
.miyazak_info a:before{
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border: 5px solid #116e89;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.miyazak_info a:after,
.miryoku_bnr a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #5cab1e;
	opacity: 0;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.miyazak_info a:hover,
.miyazak_info a:focus,
.miryoku_bnr a:hover,
.miryoku_bnr a:focus {
	box-shadow: 0 0 8px rgba(92, 171, 30, 0.7);
	-webkit-box-shadow: 0 0 8px rgba(92, 171, 30, 0.7);
	-moz-box-shadow: 0 0 8px rgba(92, 171, 30, 0.7);
}
.miyazak_info a:hover:after,
.miyazak_info a:focus:after,
.miryoku_bnr a:hover:after,
.miryoku_bnr a:focus:after{
	opacity: 1;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
/* emergency_announce */
.emergency_announce_bnr .miyazak_info {
	position:static;
	top: auto;
	right:auto;
	margin:0;
	min-width:auto;
	min-height:auto;
	background-color:#ffffff;
	color:#222222;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.emergency_announce_bnr .miyazak_info a {
	padding:22px 22px 25px;
	box-shadow:none;
	transition:none;
}
.emergency_announce_bnr .miyazak_info a:before{
	top: 22px;
	bottom: 25px;
	left: 22px;
	right: 22px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.emergency_announce_bnr .miyazak_info a:after {
	display:none;
}
.emergency_announce_bnr .miyazak_info a:hover:before,
.emergency_announce_bnr .miyazak_info a:focus:before {
	border-color:#5cab1e;
}
.miryoku_bnr a,
.miryoku_bnr .miryoku_bnr_pc,
.miryoku_bnr .miryoku_bnr_pc img {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.miryoku_bnr a,
.miryoku_bnr .miryoku_bnr_pc,
.miryoku_bnr .miryoku_bnr_sp {
	display:block;
	position:relative;
}
.miryoku_bnr .miryoku_bnr_pc,
.miryoku_bnr .miryoku_bnr_sp {
	box-shadow: 0 0 8px 0 rgba(134, 134, 129, 0.75);
	-webkit-box-shadow: 0 0 8px 0 rgba(134, 134, 129, 0.75);
	-moz-box-shadow: 0 0 8px 0 rgba(134, 134, 129, 0.75);
}
.miryoku_bnr .miryoku_bnr_pc {
	margin-top:20px;
}
.miryoku_bnr .miryoku_bnr_pc:after {
	content:"";
	width:35px;
	height:35px;
	background: url(/shared/templates/top_rn/images/miryoku_bnr_down.png) no-repeat;
	position:absolute;
	left:50%;
	bottom:-12px;
	transform: translateX(-50%);
	z-index:1;
}
.miryoku_bnr .miryoku_bnr_sp {
	display:none;
}
/* ==================================================
重要なお知らせ
================================================== */
#tmp_emergency_s {
	border:1px solid #d6d6d6;
	display:table;
	width:100%;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin:0 0 75px;
	clear:both;
}
#tmp_emergency_s_ttl {
	display:table-cell;
	vertical-align:top;
	padding:10px 30px 15px 22px;
	width:270px;
}
#tmp_emergency_s_ttl h2 {
	background:#ffffff url(/shared/templates/top_rn/images/emergency_s_ttl.png) no-repeat 0 0;
}
#tmp_emergency_s_ttl h2,
#tmp_emergency_s_ttl h2 span {
	width:210px;
	height:210px;
}
#tmp_emergency_s_cnt {
	display:table-cell;
	vertical-align:top;
	padding:23px 30px 30px 0;
}
#tmp_emergency_s_cnt ul {
	list-style:none;
	font-size:88.89%;
}
#tmp_emergency_s_cnt ul li {
	padding:17px 0;
	border-bottom:1px dotted #cccccc;
}
/* ==================================================
News Inner
================================================== */
.svg_pos_rgt {
    width: 300px; 
    height: 300px;
    position: absolute; 
    top: 100px; 
    right: -170px;  
}
.svg_pos_rgt_1 {
    width: 300px;
    height: 300px;
    position: absolute;
    right: -135px;
    top: 100px; 
}
.svg_pos_left {
    width: 400px; 
    height: 400px;
    position: absolute; 
    left: -175px;
    top: 0;
}
.no_animation .svg_pos_rgt,
.no_animation .svg_pos_rgt_1,
.no_animation .svg_pos_left {
	display: none;
}
#tmp_news {
	position: relative;
	margin:0 0 140px;
	padding-bottom: 90px;
	background:url(/shared/templates/top_rn/images/pattern_tree.png) no-repeat bottom left
}
.no_animation #tmp_news .container:before {
	content: '';
	display: block;
	position: absolute;
	top: -60px;
	right: 0;
	width: 160px;
	height: 249px;
	background: transparent url(/shared/templates/top_rn/images/news_bubble.png) no-repeat 0 0;
	color: #020000;
}
#tmp_news:before {
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #020000;
    background-color: #fbc114;
    z-index: -1;
    right: 50%;
    margin-right: 430px;
}
.news_inner {
	position: relative;
	padding: 55px 0 0;
	z-index: 3;
}
.news_ttl {
	margin:0 0 27px;
}
.news_ttl h2 {
	width:290px;
	height:80px;
	background:url(/shared/templates/top_rn/images/news_ttl.png) no-repeat top left;
}
.news_ttl h2 span {
	width:290px;
	height:80px;
	text-indent:-9999px;
	white-space:nowrap;
	text-align:left;
}
.used_javascript #tmp_news .news_cnt {
	position:relative;
	padding-top:72px;
}
/* news_tab_btn */
.tab_info_ttl {
	position:relative;
	width: 33.333333%;
	text-align: center;
	font-weight: bold;
}
#tmp_news .tab_info_ttl .news_tab_btn {
	display: none;
}
.used_javascript .tab_info_ttl {
    position: absolute;
	top:0;
}
.used_javascript #tmp_tab_info_new .tab_info_ttl {
	left: 0;
    padding: 0 5px 0 0;
}
.used_javascript #tmp_tab_info_notice .tab_info_ttl {
	left:33.33333%;
}
.used_javascript #tmp_tab_info_press .tab_info_ttl {
    padding: 0 0 0 5px;
	right: 0;
}
.news_tab2 .tab_info_ttl {
	width:50%;
}
.used_javascript .news_tab2 #tmp_tab_info_notice .tab_info_ttl {
	left:auto;
	right: 0;
}
.tab_info_ttl .tab_switch a {
	text-decoration: none;
	font-size: 122.2%;
	color: #000000;
	border:1px solid #eeeeee;
	background-color: #eeeeee;
	display: block;
	padding: 21px 10px 13px;
	min-height:72px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.tab_info_ttl .tab_switch a:hover,
.tab_info_ttl .tab_switch a:focus {
	text-decoration:none;
	color: #020000;
	background-color: #fbc114;
}
.tab_info_ttl.tb_active .tab_switch a,
.no_javascript .tab_info_ttl .tab_switch a {
    position: relative;
	border-color: #ffffff;
    background-color: #ffffff;
    color: #8a3d04;
	box-shadow: 0 0 5px rgba(89, 89, 89, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(89, 89, 89, 0.5);
	-moz-box-shadow: 0 0 5px rgba(89, 89, 89, 0.5);
}
.tab_info_ttl:after {
	content: '';
	position: absolute;
	width: auto;
	height: 10px;
    color: #8a3d04;
	background-color: #ffffff;
	bottom: -10px;
	left: 0;
	right: 0;
}
.tab_info_ttl.tb_active:after,
.no_javascript .tab_info_ttl:after {
	background-image:url(/shared/templates/top_rn/images/tab_info_ttl_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	bottom: -7px;
}
#tmp_tab_info_new .tab_info_ttl:after {
	margin-right:5px;
}
#tmp_tab_info_press .tab_info_ttl:after {
	margin-left:5px;
}
.news_cnt .tab_info_cnt {
	display:none;
	background-color: #ffffff;
	color: #020202;
	padding-bottom: 42px;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	box-shadow: 0 0 5px rgba(89, 89, 89, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(89, 89, 89, 0.5);
	-moz-box-shadow: 0 0 5px rgba(89, 89, 89, 0.5);
}
/* info_label */
.news_cnt .info_label {
	padding:0 0 15px;
}
.news_cnt .info_label p {
	display:inline-block;
	vertical-align:top;
	min-width:186px;
	margin:0 14px 10px 0;
	font-size:77.78%;
	text-align:center;
}
.news_cnt .info_label p a {
	display:block;
	text-decoration:none;
	padding:5px 10px;
	border:1px solid #417f10;
	background-color:#ffffff;
	color:#222222;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.news_cnt .info_label p a:hover,
.news_cnt .info_label p a:focus {
	text-decoration:underline;
}
.news_cnt .info_label p a.active {
	background-color:#417f10;
	color:#ffffff;
}
.used_javascript #tmp_info_cnt {
	position: relative;
	padding-top: 112px;
}
.used_javascript #tmp_info_cnt .info_label {
	position: absolute;
	top:38px;
}
.used_javascript #tmp_info_label1 {
	left: 28px;
}
.used_javascript #tmp_info_label2  {
	left: 230px;
}
.used_javascript #tmp_info_label3  {
	left: 430px;
}
#tmp_info_cnt .info_label p a {
	position: relative;
	padding: 7px 28px;
}
#tmp_info_cnt .info_label p a:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 8px;
	top: 50%;
	right: 16px;
	background: transparent url(/shared/site_rn/images/icon/arrow_icon_g_r.png) no-repeat;
	color: inherit;
	-webkit-background-size: 100% 8px;
	-moz-background-size: 100% 8px;
	background-size: 100% 8px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
#tmp_info_cnt .tb_active a {
	background-color: #417f10;
    color: #ffffff;
}
#tmp_info_cnt .tb_active a:after {
	display: none;
}
/* google翻訳対応 */
html[class^="translated-"] .used_javascript #tmp_info_cnt {
	position: relative;
	padding-top: 38px;
	display: flex;
	flex-wrap: wrap;
}
html[class^="translated-"] .used_javascript #tmp_info_cnt .info_label {
	position: static;
	top: auto;
	max-width: 33.33%;
}
html[class^="translated-"] .used_javascript #tmp_info_label1,
html[class^="translated-"] .used_javascript #tmp_info_label2,
html[class^="translated-"] .used_javascript #tmp_info_label3 {
	left: auto;
}
/* col_list */
.col_list {
	padding: 30px 30px 17px;
}
#tmp_tab_info_new .col_list {
	padding-bottom: 0;
}
.tab_info_cnt ul {
	margin: 0;
	list-style: none;
}
#tmp_tab_info_new .info_label_cnt > ul {
	padding-bottom: 17px;
}
.news_item {
    font-size: 88.9%;
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 17px;
    margin-bottom: 15px;
	display: table;
	width: 100%;
}
.news_item .news_date {
	display: table-cell;
	vertical-align: top;
	width: 70px;
	padding-right: 2px;
}
.news_item .news_link {
	display: table-cell;
	vertical-align: top;
} 
.news_link a,
.news_item .news_date p {
	line-height: 1.57;
}
.news_link a:hover,
.news_link a:focus,
.news_link a:active {
	text-decoration: none;
}
.news_item .news_link,
.news_item .topic_page_id{
	display: inline-block;
}
.news_item .news_link img{
	margin: 0 0 0 8px;
}
.news_item .news_link,
.news_item .news_link p{
	display: inline !important;
}
.news_item .topic_page_id{
	font-size: 77.8%;
	font-weight: bold;
	color: #222222;
	background-color: #e8e6e6;
	border:1px solid #e8e6e6;
	padding: 2px 20px;
	border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	margin-left: 5px;
}
.col_btn {
	max-width: 700px;
	margin: 0 auto;
}
.col_btn ul {
	margin: 0 40px;
}
.col_btn li {
	width: 50%;
	float: left;
	padding: 0 18px;
}
.col_btn li a {
    position: relative;
    font-size: 88.9%;
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #417f10;
    color: #ffffff;
	border: 2px solid #417f10;
    padding: 18px 22px 14px;
	-webkit-border-radius:2.5em;
	-moz-border-radius:2.5em;
	border-radius:2.5em;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	box-shadow: 0 0 5px rgba(89, 89, 89, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(89, 89, 89, 0.5);
	-moz-box-shadow: 0 0 5px rgba(89, 89, 89, 0.5);
}
.col_btn li a:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 12px;
    display: block;
    width: 8px;
    height: 12px;
    color: inherit;
    background: transparent url(/shared/site_rn/images/icon/arrow_icon_w_r.png) no-repeat top left;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.col_btn li a:hover,
.col_btn li a:focus,
.col_btn li a:active {
    background-color: #ffffff;
    color: #417f10;
}
.col_btn li a:hover:before,
.col_btn li a:focus:before,
.col_btn li a:active:before {
	background-image:url(/shared/site_rn/images/icon/arrow_icon_g_r.png);
}
/* topics
================================================== */
#tmp_topics {
	position: relative;
	margin: 100px 0 96px;
	background:url(/shared/templates/top_rn/images/pattern_tree.png) no-repeat bottom left
}
.no_animation #tmp_topics .container:before {
	content: '';
	position: absolute;
	top: -57px;
	right: 0;
	display: block;
	width: 141px;
	height: 293px;
	background: transparent url(/shared/templates/top_rn/images/topic_bubble.png) no-repeat top left;
}
#tmp_topics:before {
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #020000;
    background-color: #fbc114;
    z-index: -1;
    right: 50%;
    margin-right: 430px;
}
#tmp_topics .topics_ttl {
	margin:0 0 37px;
	padding: 55px 0 0;
}
#tmp_topics .topics_ttl h2 {
	width:540px;
	height:80px;
	background:url(/shared/templates/top_rn/images/topics_ttl.png) no-repeat top left;
}
#tmp_topics .topics_ttl h2 span {
	width:540px;
	height:80px;
	text-indent:-9999px;
	white-space:nowrap;
	text-align:left;
}
#tmp_topics .topics_slider{
	position: relative;
	margin: 0 -26px;
}
#tmp_topics .topic_item{
	width: 33.3333333%;
	float: left;
	padding: 0 26px;
	margin: 0 0 10px;
}
#tmp_topics .topic_item .topic_item_wrap{
	position: relative;
	margin-top: 4px;
	overflow: hidden;
	color: #222222;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 5px rgba(89, 89, 89, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(89, 89, 89, 0.5);
    -moz-box-shadow: 0 0 5px rgba(89, 89, 89, 0.5);
}
#tmp_topics .topic_item .topic_item_wrap:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#tmp_topics .topic_info{
	position: relative;
	padding: 26px 34px 50px;
	border: 1px solid #FFFFFF;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
}
#tmp_topics .topic_info:after{
	content: '';
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 12px;
	height: 12px;
	color: inherit;
	background: transparent url(/shared/templates/top_rn/images/green_arrow.png) no-repeat;
}
#tmp_topics .topic_item .active .topic_info{
	color: #020000;
	background-color: #def8c9;
}
#tmp_topics .topic_item .topic_item_wrap.active:after{
	border-color: #5cab1e;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_topics .topic_thumbnail img{
	width: 100%;
	height: auto;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
/*
#tmp_topics .topic_item .topic_item_wrap.active img{
	opacity: 0.7;
}
*/
#tmp_topics .topic_label{
	display: inline-block;
	min-width: 100px;
	font-size: 77.8%;
	margin: 0 0 11px;
	color: #ffffff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
	border:1px solid;
}
#tmp_topics .topic_label.label_event{
	padding: 3px 10px 1px 35px;
	background: #b62505 url(/shared/templates/top_rn/images/event_icon.png) no-repeat 12px center;
	border-color:#b62505;
}  
#tmp_topics .topic_label.label_movie{
	padding: 3px 10px 1px 50px;
	background: #15567d url(/shared/templates/top_rn/images/camera_icon.png) no-repeat 25px center;
	border-color:#15567d;
}  
#tmp_topics .topic_label.label_paper{
    padding: 3px 10px 1px 41px;
	background: #4a8124 url(/shared/templates/top_rn/images/pencil_icon.png) no-repeat 17px center;
	border-color:#4a8124;
}
#tmp_topics .topic_label.label_classes{
    padding: 3px 10px 1px 43px;
	background: #4774c9 url(/shared/templates/top_rn/images/classes_icon.png) no-repeat 17px center;
	border-color:#4774c9;
	background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	-moz-background-size: 18px 18px;
}
#tmp_topics .topic_label.label_others{
    padding: 3px 10px 1px 41px;
	background: #747575 url(/shared/templates/top_rn/images/others_icon.png) no-repeat 17px center;
	border-color:#747575;
	background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	-moz-background-size: 18px 18px;
}
#tmp_topics .topic_label_free{
	display: inline-block;
	min-width: 100px;
	font-size: 77.8%;
	margin: 0 0 11px;
	color: #ffffff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
	padding: 4px 10px 1px;
	background-color: #e8e6e6;
	color: #000000;
	border:1px solid #e8e6e6;
}
#tmp_topics .topic_ttl{
	font-size: 88.8%;
	line-height: 1.5;
	margin: 0 0 11px;
}
#tmp_topics .topic_ttl a{
	text-decoration: none;
	color: inherit;
	background-color: transparent;
}
#tmp_topics .topic_page_id {
	position: absolute;
	width: auto;
    bottom: 21px;
    left: 33px;
	font-size: 77.8%;
	font-weight: bold;
	color: #222222;
	background-color: #e8e6e6;
	padding: 3px 23px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#tmp_topics .slick-arrow,
#tmp_measures_slide .slick-arrow {
	margin-top: -16px;
}
#tmp_topics .prev.slick-arrow,
#tmp_topics .slick-prev,
#tmp_measures_slide .prev.slick-arrow,
#tmp_measures_slide .slick-prev {
	left: 18px;
}
#tmp_topics .next.slick-arrow,
#tmp_topics .slick-next,
#tmp_measures_slide .next.slick-arrow,
#tmp_measures_slide .slick-next {
	right: 18px;
}
#tmp_topics .slick_control,
#tmp_banner_slider .slick_control,
#tmp_measures_slide .slick_control {
	text-align: center;
	margin: 24px 0 0;
}
#tmp_topics .slick_control .slick-btn,
#tmp_banner_slider .slick_control .slick-btn,
#tmp_measures_slide .slick_control .slick-btn {
	padding: 0 0 1px 10px;
	min-height: 26px;
}
#tmp_topics .slick-dots,
#tmp_banner_slider .slick-dots,
#tmp_measures_slide .slick-dots {
	padding-left: 17px;
	vertical-align: middle;
}
#tmp_topics .btn_slides,
#tmp_banner_slider .btn_slides,
#tmp_measures_slide .btn_slides {
    position: relative;
    border: 0;
    display: inline-block;
    background: transparent;
    vertical-align: middle;
	min-width: 24px;
	font-weight: normal;
}
#tmp_topics .btn_slides a,
#tmp_banner_slider .btn_slides a,
#tmp_measures_slide .btn_slides a {
	position: relative;
    display: inline-block;
    vertical-align: middle;
	color: inherit;
	background-color: transparent;
	text-decoration: none;
	text-transform: uppercase;
	width: 24px;
	height: 24px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #666666;
	color: #ffffff;
	border: 2px solid #666666;
	overflow: hidden;
}
#tmp_topics .btn_slides a span,
#tmp_banner_slider .btn_slides a span,
#tmp_measures_slide .btn_slides a span {
	display: inline-block;
	vertical-align: middle;
	text-indent: 0;
	padding: 2px 0 0 6px;
	z-index: -1;
}
#tmp_topics .btn_slides.stop a:before,
#tmp_banner_slider .btn_slides.stop a:before,
#tmp_measures_slide .btn_slides.stop a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #000000;
	background: transparent url(/shared/site_rn/images/icon/slide_start_icon.png) no-repeat center center;
	background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
}
#tmp_topics .btn_slides.stop a:hover:before,
#tmp_banner_slider .btn_slides.stop a:hover:before,
#tmp_measures_slide .btn_slides.stop a:hover:before{
	color: #000000;
	background: #FFFFFF url(/shared/site_rn/images/icon/slide_start_icon_gr.png) no-repeat center center;
	background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
}
#tmp_topics .btn_slides.start a:before,
#tmp_banner_slider .btn_slides.start a:before,
#tmp_measures_slide .btn_slides.start a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #000000;
	background: transparent url(/shared/site_rn/images/icon/slide_stop_icon.png) no-repeat center center;
	background-size: 13px 14px;
	-webkit-background-size: 13px 14px;
	-moz-background-size: 13px 14px;
}
#tmp_topics .btn_slides a:hover,
#tmp_banner_slider .btn_slides a:hover,
#tmp_measures_slide .btn_slides a:hover {
    outline: none;
}
#tmp_topics .btn_slides a:focus,
#tmp_banner_slider .btn_slides a:focus,
#tmp_measures_slide .btn_slides a:focus {
    outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
#tmp_topics .slick-dots li,
#tmp_banner_slider .slick-dots li,
#tmp_measures_slide .slick-dots li {
	width: 11px;
	height: 11px;
	margin: 0 10px;
	padding: 1px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#tmp_topics .slick-dots li button, 
#tmp_topics .slick-dots li a,
#tmp_banner_slider .slick-dots li button,
#tmp_banner_slider .slick-dots li a,
#tmp_measures_slide .slick-dots li button,
#tmp_measures_slide .slick-dots li a {
	width: 11px;
	height: 11px;
	border: none;
	background-color: #666666;
	color: #FFFFFF;
}
#tmp_topics .slick-dots .slick-active button, 
#tmp_topics .slick-dots .slick-active a,
#tmp_banner_slider .slick-dots .slick-active button,
#tmp_banner_slider .slick-dots .slick-active a,
#tmp_measures_slide .slick-dots .slick-active button,
#tmp_measures_slide .slick-dots .slick-active a {
	background-color: #ed6f01;
	color: #222222;
}
/* banner_slider
================================================== */
#tmp_banner_slider {
	overflow: hidden;
	margin: 0 0 20px;
	overflow: hidden;
}
#tmp_banner_slider .banner_gallery{
	margin: 0 0 40px;
}
#tmp_banner_slider .banner_slider{
	position: relative;
	margin: 0 -26px;
}
#tmp_banner_slider .slick-arrow{
    margin-top: -14px;
}
#tmp_banner_slider .prev.slick-arrow,
#tmp_banner_slider .slick-prev{
	left: 25px;
}
#tmp_banner_slider .next.slick-arrow,
#tmp_banner_slider .slick-next{
	right: 25px;
}
#tmp_banner_slider .banner_image{
	width: 33.3333333%;
	float: left;
	padding: 0 26px;
	margin: 0 0 10px;
}
#tmp_banner_slider .banner_image a{
	display: block;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#tmp_banner_slider .banner_image img{
	width: 100%;
	height: auto;
	opacity: 1;
	vertical-align: top;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_banner_slider .banner_image a{
	position: relative;
	display: block;
}
#tmp_banner_slider .banner_image a:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#tmp_banner_slider .banner_image a:hover:after,
#tmp_banner_slider .banner_image a:focus:after{
	border-color: #5cab1e;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
/*
#tmp_banner_slider .banner_image a:hover img,
#tmp_banner_slider .banner_image a:focus img {
	opacity:0.7;
}
*/
#tmp_topics .topic_item:nth-child(3n+1),
#tmp_banner_slider .banner_image:nth-child(3n+1){
	clear: left;
}
#tmp_topics .topic_item:nth-child(3n),
#tmp_banner_slider .banner_image:nth-child(3n){
	clear: right;
}
/* information
================================================== */
#tmp_information {
	position: relative;
	margin: 123px 0 62px;
	padding-bottom:50px;
	background:url(/shared/templates/top_rn/images/pattern_tree.png) no-repeat bottom left
}
.no_animation #tmp_information .container:before {
	content: '';
	position: absolute;
	top: -57px;
	right: 0;
	display: block;
	width: 160px;
	height: 250px;
	background: transparent url(/shared/templates/top_rn/images/info_bubble.png) no-repeat top left;
}
#tmp_information:before {
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #020000;
    background-color: #fbc114;
    z-index: -1;
    right: 50%;
    margin-right: 430px;
}
#tmp_information_ttl {
	position: relative;
	padding: 55px 0 0;
	margin-bottom: 88px;
}
#tmp_information_ttl h2 {
	background: url(/shared/templates/top_rn/images/about_ttl.png) no-repeat top left;
	width:480px;
	height:80px;
}
#tmp_information_ttl h2 span {
	width:480px;
	height:80px;
	text-indent:-9999px;
	white-space:nowrap;
	text-align:left;
}
#tmp_information_cnt {
	clear: both;
}
#tmp_information .information_ttl {
    margin-bottom: 36px;
    text-align: center;
}
#tmp_information .information_ttl h3 {
	margin: 0 auto;
	background:url(/shared/templates/top_rn/images/info_ttl.png) no-repeat top left;
	width: 515px;
	height: 68px;
}
#tmp_information .information_ttl span {
	width: 515px;
	height: 68px;
	text-indent:-9999px;
	white-space:nowrap;
}
#tmp_information .information_col_lft {
	padding-top: 10px;
	float: left;
	clear: left;
	width: 335px;
}
#tmp_information .information_col_rgt {
	margin: 0 -3px 0 0;
	padding: 10px 3px 0 20px;
	overflow: hidden;
}
#tmp_information .information_col_rgt ul {
	margin: 0 -10px;
	list-style: none;
}
#tmp_information .information_col_rgt li {
	float: left;
	width: 33.3333333%;
	margin-bottom: 20px;
	padding: 0 10px;
}
#tmp_information .information_col_rgt li:nth-child(3n+1) {
	clear: left;
}
#tmp_information .information_col_rgt li:nth-child(3n) {
	clear: right;
}
#tmp_information .information_col_rgt .info_box_big li {
	width: 50%;
}
#tmp_information .information_col_rgt .info_box_big li:nth-child(2n+1) {
	clear: left;
}
#tmp_information .information_col_rgt .info_box_big li:nth-child(2n) {
	clear: right;
}
#tmp_information .box_item {
	position: relative;
	background-color: #ffffff;
	color: #222222;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(89, 89, 89, 0.4);
	-webkit-box-shadow: 0 0 5px rgba(89, 89, 89, 0.4);
	-moz-box-shadow: 0 0 5px rgba(89, 89, 89, 0.4);
	text-align: center;
	overflow: hidden;
}
#tmp_information .box_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_information .box_item:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#tmp_information .box_item.active:before{
	border-color: #5cab1e;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_information .box_item.active,
#tmp_information .box_item.active .box_ttl a{
	color: #000000;
	background-color: #def8c9;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_information .box_ttl a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	color: #222222;
}
#tmp_information .box_item.active:focus .box_ttl a,
#tmp_information .box_item.active:hover .box_ttl a {
	text-decoration: none;
}
#tmp_information .information_col_lft .box_ttl a {
	padding: 30px 10px;
	font-size: 133.3%;
}
#tmp_information .info_box_big li,
#tmp_information .info_box_small li {
	display:table;
}
#tmp_information .info_box_big li a,
#tmp_information .info_box_small li a {
	display:table-cell;
	vertical-align:middle;
	position: relative;
	font-weight: bold;
	text-decoration:none;
	background-color: #ffffff;
	color: #222222;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(89, 89, 89, 0.4);
	-webkit-box-shadow: 0 0 5px rgba(89, 89, 89, 0.4);
	-moz-box-shadow: 0 0 5px rgba(89, 89, 89, 0.4);
	border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_information .info_box_big li a {
	text-align: center;
	padding:132px 10px 10px;
	background-position:center 22px;
	background-repeat:no-repeat;
	height:207px;
}
#tmp_information .info_box_small li a {
	padding:10px 10px 10px 85px;
	background-position:20px center;
	background-repeat:no-repeat;
	height:100px;
}
#tmp_information .info_box_big .info_box_kusuchan a {
	background-image:url(/shared/templates/top_rn/images/info_icon_video.png);
}
#tmp_information .info_box_big .info_box_event a {
	background-image:url(/shared/templates/top_rn/images/info_icon_calendar.png);
}
#tmp_information .info_box_small .info_box_symbol a {
	background-image:url(/shared/templates/top_rn/images/info_icon_map.png);
}
#tmp_information .info_box_small .info_box_koe a {
	background-image:url(/shared/templates/top_rn/images/info_icon_speaking.png);
	padding-left:95px;
}
#tmp_information .info_box_small .info_box_koho a {
	background-image:url(/shared/templates/top_rn/images/info_icon_contact.png);
}
#tmp_information .info_box_big li a:hover,
#tmp_information .info_box_big li a:focus,
#tmp_information .info_box_small li a:hover,
#tmp_information .info_box_small li a:focus {
	color: #000000;
	background-color: #def8c9;
	border-color: #5cab1e;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_information .info_box_big li a:after,
#tmp_information .info_box_small li a:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	bottom: 5px;
	right: 5px;
	background: transparent url(/shared/templates/top_rn/images/bg_rectangle_green.png) no-repeat;
	-webkit-background-size: 12px auto;
	-moz-background-size: 12px auto;
	background-size: 12px auto;
}
#tmp_information .info_box_wrap {
	display: table;
	width: 100%;
}
#tmp_information .info_box_wrap .info_box_lft {
	display: table-cell;
	vertical-align: top;
}
#tmp_information .info_box_wrap .info_box_rgt {
	display: table-cell;
	vertical-align: top;
	width: 190px;
	padding-left: 20px;
}
#tmp_information .info_box_hinata {
	position: relative;
	padding: 40px 20px 23px;
	background: #ffffff url(/shared/templates/top_rn/images/info_box_hinata_bg.jpg) no-repeat 0 0;
	background-size:cover;
    color: #222222;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(89, 89, 89, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(89, 89, 89, 0.4);
    -moz-box-shadow: 0 0 5px rgba(89, 89, 89, 0.4);
    text-align: center;
    overflow: hidden;
	z-index: 2;
}
#tmp_information .info_box_hinata:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 76px;
	background-color: #f1942c;
	color: #222222;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -2;
}
#tmp_information .info_box_hinata a {
	display: inline-block;
	border: 2px solid #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
#tmp_information .info_box_hinata a img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_information .info_box_hinata .info_hinata_sp {
	display: none;
}
#tmp_information .info_box_hinata:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#tmp_information .info_box_hinata:hover:before,
#tmp_information .info_box_hinata:focus:before{
	border-color: #5cab1e;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
/* measures
================================================== */
#tmp_measures {
	margin:0 0 104px;
	clear:both;
}
#tmp_measures_ttl {
    margin-bottom: 54px;
    text-align: center;
}
#tmp_measures_ttl h3,
#tmp_measures_ttl h3 span {
    width: 510px;
    height: 70px;
}
#tmp_measures_ttl h3 {
	margin: 0 auto;
	background: #ffffff url(/shared/templates/top_rn/images/measures_ttl.png) no-repeat 0 0;
	color: #222222;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#tmp_measures #tmp_measures_slide {
	margin: 0 -25px;
}
.no_javascript #tmp_measures .measures_slider {
	max-height: 417px;
	overflow-y: auto;
}
#tmp_measures .wrap_measures_item {
	float: left;
	width: 33.3333333%;
	padding: 0 25px 10px;
}
.no_javascript #tmp_measures .wrap_measures_item:nth-child(3n+1) {
	clear:both;
}
#tmp_measures .measures_item {
	position: relative;
	background-color: #ffffff;
	color: #222222;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(89, 89, 89, 0.4);
	-webkit-box-shadow: 0 0 5px rgba(89, 89, 89, 0.4);
	-moz-box-shadow: 0 0 5px rgba(89, 89, 89, 0.4);
	overflow: hidden;
	margin-top: 4px;
}
#tmp_measures .measures_item:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#tmp_measures .measures_item.active .measures_item_cnt{
	color: #020000;
	background-color: #def8c9;
}
#tmp_measures .measures_item.active:after{
	border-color: #5cab1e;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_measures .measures_item_img img {
	width: 100%;
	height: auto;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_measures .measures_item_cnt {
	padding:30px 20px;
	min-height:165px;
	position:relative;
}
#tmp_measures .measures_item_cnt:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	bottom: 5px;
	right: 5px;
	background: transparent url(/shared/templates/top_rn/images/bg_rectangle_green.png) no-repeat;
	-webkit-background-size: 12px auto;
	-moz-background-size: 12px auto;
	background-size: 12px auto;
}
#tmp_measures .item_label {
	display:inline-block;
	padding:3px 20px;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
	background-color:#e8e6e6;
	color:#000000;
	font-size:77.78%;
	margin:0 0 8px;
}
#tmp_measures .measures_item_cnt a {
	text-decoration:none;
	background-color:transparent;
	color:#000000;
}
/* agency
================================================== */
#tmp_agency {
	margin:0 0 110px;
	clear:both;
}
#tmp_agency .agency_ttl {
    margin-bottom: 54px;
    text-align: center;
}
#tmp_agency .agency_ttl h3,
#tmp_agency .agency_ttl span {
    width: 510px;
    height: 68px;
}
#tmp_agency .agency_ttl h3 {
	margin: 0 auto;
	background: #ffffff url(/shared/templates/top_rn/images/agency_ttl.png) no-repeat 0 0;
	color: #222222;
}
#tmp_agency .agency_inner {
	margin-bottom: 56px;
}
#tmp_agency .agency_inner ul {
	margin: 0 -25px;
	list-style: none;
}
#tmp_agency .agency_inner li {
	float: left;
	width: 33.3333333%;
	padding: 0 25px;
}
#tmp_agency .agency_inner li:nth-child(3n+1) {
	clear: left;
}
#tmp_agency .agency_inner li:nth-child(3n) {
	clear: right;
}
#tmp_agency .agency_inner .box_item {
	position: relative;
	background-color: #ffffff;
	color: #222222;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(89, 89, 89, 0.4);
	-webkit-box-shadow: 0 0 5px rgba(89, 89, 89, 0.4);
	-moz-box-shadow: 0 0 5px rgba(89, 89, 89, 0.4);
	overflow: hidden;
}
#tmp_agency .agency_inner .box_item:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#tmp_agency .agency_inner .box_item.active .box_ttl a{
	color: #020000;
	background-color: #def8c9;
}
#tmp_agency .agency_inner .box_item.active:after{
	border-color: #5cab1e;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_agency .agency_inner .box_img img {
	width: 100%;
	height: auto;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_agency .agency_inner .box_ttl {
	position: relative;
}
#tmp_agency .agency_inner .box_ttl:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	bottom: 5px;
	right: 5px;
	background: transparent url(/shared/templates/top_rn/images/bg_rectangle_green.png) no-repeat;
	-webkit-background-size: 12px auto;
	-moz-background-size: 12px auto;
	background-size: 12px auto;
}
#tmp_agency .agency_inner .box_ttl p {
	display:table;
	width:100%;
}
#tmp_agency .agency_inner .box_ttl a {
	display: table-cell;
	vertical-align:top;
	width:100%;
	height:108px;
	padding: 20px;
	background-color: #ffffff;
	color: #222222;
	text-decoration: none;
	font-weight:bold;
}
#tmp_agency .box_item.active:focus .box_ttl a,
#tmp_agency .box_item.active:hover .box_ttl a {
	text-decoration: none;
}
/* top_sns
================================================== */
#tmp_wrap_sns_cnt {
	margin: 0 -25px;
}
#tmp_wrap_top_sns {
	margin:0 0 80px;
	clear:both;
}
#tmp_top_sns_ttl {
    margin-bottom: 62px;
    text-align: center;
}
#tmp_top_sns_ttl h3,
#tmp_top_sns_ttl h3 span {
    width: 510px;
    height: 70px;
}
#tmp_top_sns_ttl h3 {
	margin: 0 auto;
	background: #ffffff url(/shared/templates/top_rn/images/top_sns_ttl.png) no-repeat 0 0;
	color: #222222;
}
#tmp_top_sns_cnt {
	margin:0 -25px;
}
#tmp_top_sns .wrap_top_sns {
	float: left;
	width: 33.3333333%;
	padding: 0 25px;
}
#tmp_top_sns .top_sns {
	margin:0 0 23px;
}
#tmp_top_sns #tmp_top_sns_yt {
	margin: 0 0 13px;
}
#tmp_top_sns .top_sns_ttl {
	text-align:center;
	font-weight:bold;
	padding:14px 20px;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
#tmp_top_sns .top_sns_cnt {
	padding: 20px 20px 30px;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}
#tmp_top_sns .top_sns_cnt .sns_ttl {
	text-align:center;
	font-weight:bold;
	font-size:88.89%;
	margin:0 0 10px;
}
#tmp_top_sns .skip {
	font-size: 88.9%;
}
.no_javascript #tmp_top_sns .skip {
	display: none;
}
#tmp_top_sns .wrap_sns {
	margin:0 0 27px;
}
#tmp_top_sns .wrap_sns {
	text-align: center;
}
#tmp_top_sns .wrap_sns > * {
	text-align: left;
}
#tmp_top_sns .wrap_sns ul {
	margin-left: 20px;
}
#tmp_top_sns .frame_youtube {
	margin-bottom: 19px;
	position: relative;
	display: block;
	height: auto;
	padding-bottom: 0;
	overflow: visible;
	min-width: inherit;
	text-align: center;
}
#tmp_top_sns .frame_youtube img,
#tmp_top_sns .wrap_sns img {
	max-width: 100%;
	height: auto;
}
#tmp_top_sns_fb .top_sns_ttl {
	color:#ffffff;
	background-color:#033385;
	border:1px solid #033385;
}
#tmp_top_sns_fb .top_sns_cnt,
#tmp_top_sns_tw .top_sns_cnt {
	position: relative;
}
#tmp_top_sns_fb .top_sns_cnt {
	border:1px solid #033385;
	border-top:none;
}
#tmp_top_sns_tw .top_sns_ttl {
	color:#ffffff;
	background-color:#06598b;
	border:1px solid #06598b;
}
#tmp_top_sns_tw .top_sns_cnt {
	border:1px solid #06598b;
	border-top:none;
}
#tmp_top_sns_yt .top_sns_ttl {
	color:#ffffff;
	background-color:#9c0c0c;
	border:1px solid #9c0c0c;
}
#tmp_top_sns_yt .top_sns_cnt {
	border:1px solid #9c0c0c;
	padding: 10px 20px 20px;
	border-top:none;
}
#tmp_top_sns_tw .wrap_sns p {
	display: none;
}
/* top_sns_other */
#tmp_top_sns .top_sns_other ul {
	list-style:none;
	margin:0 -5px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
#tmp_top_sns .top_sns_other ul li {
	width:50%;
	padding:0 5px;
	margin:12px 0 0;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items:stretch;
	font-size:88.89%;
	font-weight:bold;
	line-height:1.1;
}
#tmp_top_sns .top_sns_other ul li.sns_guide {
	font-size:77.78%;
}
#tmp_top_sns .top_sns_other ul li a {
	position:relative;
	padding:80px 5px 8px;
	min-height:148px;
	text-decoration:none;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	align-items: center;
	flex-grow:1;
	text-align:center;
	border:1px solid #417f10;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	color:#222222;
	background-color:#ffffff;
	background-position:center 28px;
	background-repeat:no-repeat;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_top_sns .top_sns_other ul li.sns_inst a {
	background-image:url(/shared/templates/top_rn/images/sns_inst.png);
}
#tmp_top_sns .top_sns_other ul li.sns_line a {
	background-image:url(/shared/templates/top_rn/images/sns_line.png);
}
#tmp_top_sns .top_sns_other ul li.sns_blog a {
	background-image:url(/shared/templates/top_rn/images/sns_blog.png);
}
#tmp_top_sns .top_sns_other ul li.sns_guide a {
	background-image:url(/shared/templates/top_rn/images/sns_guide.png);
}
#tmp_top_sns .top_sns_other ul li a:hover,
#tmp_top_sns .top_sns_other ul li a:focus {
	text-decoration:none;
	color: #222222;
    background-color: #def8c9;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_top_sns .top_sns_other ul li a::after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	bottom: 7px;
	right: 8px;
	background: transparent url(/shared/templates/top_rn/images/bg_rectangle_green.png) no-repeat;
	-webkit-background-size: 12px auto;
	-moz-background-size: 12px auto;
	background-size: 12px auto;
}
/* discover
================================================== */
#tmp_discover {
	position: relative;
	background-color: #fbc114;
	color: #000000;
	margin: 244px 0 120px;
}
.no_animation #tmp_discover .container:before {
	content: '';
	position: absolute;
	top: -134px;
	left: 0;
	display: block;
	width: 160px;
	height: 358px;
	background: transparent url(/shared/templates/top_rn/images/discover_bubble.png) no-repeat top left;
}
#tmp_discover:before {
	content: '';
	position: absolute;
	width: auto;
	height: 130px;
	top: -100px;
	left: 0;
	right: 0;
	color: #000000;
	background: transparent url(/shared/templates/top_rn/images/discover_bg01.png) no-repeat top left;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}
#tmp_discover:after {
	content: '';
	position: absolute;
	width: auto;
	height: 130px;
	bottom: -120px;
	left: 0;
	right: 0;
	color: #000000;
	background: transparent url(/shared/templates/top_rn/images/discover_bg02.png) no-repeat top left;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}
.discover_block {
	position: relative;
}
.discover_block:before {
	content: '';
    display: block;
    position: absolute;
    width: 159px;
    height: 453px;
	bottom: -50px;
    left: 0;
    color: #020000;
    background: transparent url(/shared/templates/top_rn/images/discover_tree_lft.png) no-repeat top left;
}
.discover_block:after {
	content: '';
    display: block;
    position: absolute;
    width: 166px;
    height: 453px;
	top: 10px;
    right: 0;
    color: #020000;
    background: transparent url(/shared/templates/top_rn/images/discover_tree_rgt.png) no-repeat top left;
}
.discover_inner {
	position: relative;
}
.discover_ttl {
	text-align:center;
}
.discover_ttl h2 {
	background:url(/shared/templates/top_rn/images/discover_ttl.png) no-repeat top left;
	width:560px;
	height:260px;
	margin:0 auto;
}
.discover_ttl span {
	width:560px;
	height:260px;
	text-indent:-9999px;
	white-space:nowrap;
}
.discover_cnt {
	position: relative;
    -webkit-display: flex;
	-ms-display: flex;
	display: flex;
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	margin: 23px -60px 80px;
	z-index: 3;
}
.discover_item {
	position: relative;
	width: 33.333333%;
	/* padding: 0 77px; */
	padding: 0 70px;
	margin-bottom: 25px;
}
.discover_item img {
	width: 100%;
	max-width: 100%;
	height: auto;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.discover_item .discover_caption {
	position: relative;
	margin-top: -42px;
}
.discover_item .discover_caption:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 65%;
	height: 12px;
	-webkit-box-shadow: 0 3px 12px 0 #767575;
	-moz-box-shadow: 0 3px 12px 0 #767575;
	box-shadow: 0 3px 12px 0 #767575;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	border-radius: 50%;
	background-color: #767575;
	color: #ffffff;
}
.discover_item .discover_category {
	position: relative;
	background-color: #222222;
	color: #ffffff;
	border: 3px solid #ffffff;
	/* min-width: 260px; */
	padding: 10px 45px;
	margin: 0 20px;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 2;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.discover_item .discover_category p:before {
	content: '';
	position: absolute;
	top: -6px;
	left: -26px;
	width: 61px;
	height: 62px;
	border: 3px solid #ffffff;
	background: #ffffff url(/shared/templates/top_rn/images/icon_discover_cate1.png) no-repeat;
	color: #222222;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.discover_item .discover_category:after {
	content: '';
	position: absolute;
	top: -6px;
	right: -28px;
	width: 61px;
	height: 62px;
	border: 3px solid #ffffff;
	background: #ffffff url(/shared/templates/top_rn/images/icon_arrow_green.png) no-repeat;
	color: #222222;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.discover_item .discover_category .discover_cate1:before {
	background-image: url(/shared/templates/top_rn/images/icon_discover_cate1.png);
}
.discover_item .discover_category .discover_cate2:before {
	background-image: url(/shared/templates/top_rn/images/icon_discover_cate2.png);
}
.discover_item .discover_category .discover_cate3:before {
	background-image: url(/shared/templates/top_rn/images/icon_discover_cate3.png);
}
.discover_item .discover_category .discover_cate4:before {
	background-image: url(/shared/templates/top_rn/images/icon_discover_cate4.png);
}
.discover_item .discover_category .discover_cate5:before {
	background-image: url(/shared/templates/top_rn/images/icon_discover_cate5.png);
}
.discover_item .discover_txt {
	background-color: #ffffff;
	color: #222222;
	position: relative;
	border: 1px solid #ffffff;
	margin-top: -18px;
	-webkit-display: flex;
	-ms-display: flex;
	display: flex;
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	padding: 25px 4px 5px;
	line-height: 1.4;
	font-size: 83.3%;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	z-index: 1;
	-webkit-box-shadow: 0 60px 40px -60px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 60px 40px -60px rgba(0, 0, 0, 0.5);
	box-shadow: 0 60px 40px -60px rgba(0, 0, 0, 0.5);
}
.discover_item .discover_txt a {
	display: table-cell;
	vertical-align: middle;
	height: 63px;
	color: inherit;
	background-color: transparent;
	text-decoration: none;
}
.no_javascript .discover_item .discover_txt a {
	text-decoration: underline;
}
.no_javascript .discover_item .discover_txt a:hover,
.no_javascript .discover_item .discover_txt a:focus{
	text-decoration: none;
}
.discover_item .discover_txt:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 35px;
	background: transparent url(/shared/templates/top_rn/images/bg_discover_lft.png) no-repeat;
	color: inherit;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	z-index:-1;
}
.discover_item .discover_txt:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 35px;
	background: transparent url(/shared/templates/top_rn/images/bg_discover_rgt.png) no-repeat;
	color: inherit;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	z-index:-1;
}
.discover_item .discover_item_wrap.active .discover_category:after {
	background-image: url(/shared/templates/top_rn/images/icon_arrow_white.png);
}
.article_cnt {
	display: none;
}
.discover_item_wrap.active .discover_category {
	color: #020000;
	background-color: #ffffff;
}
/* ==================================================
rotate
================================================== */
.-rotate100 {
    -webkit-animation: fluffyRotate 50s linear infinite;
    animation: fluffyRotate 50s linear infinite;
}
.-rotate_reverse100 {
    -webkit-animation: fluffyRotateReverse 100s linear infinite;
    animation: fluffyRotateReverse 100s linear infinite;
}
.-skew10 {
    animation: fluffySkew 4s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate-reverse;
    -webkit-animation: fluffySkew 4s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate-reverse;
}
@-webkit-keyframes fluffyRotate {
	0% {
	  -webkit-transform: rotate(0) scale(1, 1);
			  transform: rotate(0) scale(1, 1); }
	50% {
	  -webkit-transform: rotate(180deg) scale(1.1, 1.1);
			  transform: rotate(180deg) scale(1.1, 1.1); }
	100% {
	  -webkit-transform: rotate(360deg) scale(1, 1);
			  transform: rotate(360deg) scale(1, 1); } 
}
@keyframes fluffyRotate {
    0% {
        -webkit-transform: rotate(0) scale(1, 1);
        transform: rotate(0) scale(1, 1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(1.1, 1.1);
        transform: rotate(180deg) scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1, 1);
        transform: rotate(360deg) scale(1, 1);
        -moz-transform: rotate(360deg) scale(1, 1);
        -ms-transform: rotate(360deg) scale(1, 1);
        -o-transform: rotate(360deg) scale(1, 1);
}
}

@-webkit-keyframes fluffyRotateReverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes fluffyRotateReverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes fluffySkew {
    0% {
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg);
    }
    100% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }
}

@keyframes fluffySkew {
    0% {
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg);
    }
    100% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }
}
@-webkit-keyframes fluffyRotate2 {
	0% {
        transform: rotate(-15deg) scale(1, 1) translate(0,0);
        -webkit-transform: rotate(-15deg) scale(1, 1) translate(0,0);
        -ms-transform: rotate(-15deg) scale(1, 1) translate(0,0);
        -o-transform: rotate(-15deg) scale(1, 1) translate(0,0);
        -moz-transform: rotate(-15deg) scale(1, 1) translate(0,0);
    }
	50% {
        transform: rotate(165deg) scale(1.1, 1.1) translate(40px,20px);
        -webkit-transform: rotate(165deg) scale(1.1, 1.1) translate(40px,20px);
        -moz-transform: rotate(165deg) scale(1.1, 1.1) translate(40px,20px);
        -ms-transform: rotate(165deg) scale(1.1, 1.1) translate(40px,20px);
        -o-transform: rotate(165deg) scale(1.1, 1.1) translate(40px,20px);
}
	100% {
        transform: rotate(245deg) scale(1, 1) translate(0,0);
        -webkit-transform: rotate(245deg) scale(1, 1) translate(0,0);
        -moz-transform: rotate(245deg) scale(1, 1) translate(0,0);
        -ms-transform: rotate(245deg) scale(1, 1) translate(0,0);
        -o-transform: rotate(245deg) scale(1, 1) translate(0,0);
    } 
}
@keyframes fluffyRotate2 {
	0% {
        transform: rotate(-15deg) scale(1, 1) translate(0,0);
        -webkit-transform: rotate(-15deg) scale(1, 1) translate(0,0);
        -ms-transform: rotate(-15deg) scale(1, 1) translate(0,0);
        -o-transform: rotate(-15deg) scale(1, 1) translate(0,0);
        -moz-transform: rotate(-15deg) scale(1, 1) translate(0,0);
    }
	50% {
        transform: rotate(165deg) scale(1.1, 1.1) translate(40px,20px);
        -webkit-transform: rotate(165deg) scale(1.1, 1.1) translate(40px,20px);
        -moz-transform: rotate(165deg) scale(1.1, 1.1) translate(40px,20px);
        -ms-transform: rotate(165deg) scale(1.1, 1.1) translate(40px,20px);
        -o-transform: rotate(165deg) scale(1.1, 1.1) translate(40px,20px);
}
	100% {
        transform: rotate(345deg) scale(1, 1) translate(0,0);
        -webkit-transform: rotate(345deg) scale(1, 1) translate(0,0);
        -moz-transform: rotate(345deg) scale(1, 1) translate(0,0);
        -ms-transform: rotate(345deg) scale(1, 1) translate(0,0);
        -o-transform: rotate(345deg) scale(1, 1) translate(0,0);
}
}
@-webkit-keyframes fluffyRotate2 {
	0% {
        transform: rotate(-15deg) scale(1, 1) translate(0,0);
        -webkit-transform: rotate(-15deg) scale(1, 1) translate(0,0);
        -ms-transform: rotate(-15deg) scale(1, 1) translate(0,0);
        -o-transform: rotate(-15deg) scale(1, 1) translate(0,0);
        -moz-transform: rotate(-15deg) scale(1, 1) translate(0,0);
    }
	50% {
        transform: rotate(165deg) scale(1.1, 1.1) translate(0,50px);
        -webkit-transform: rotate(165deg) scale(1.1, 1.1) translate(0,50px);
        -moz-transform: rotate(165deg) scale(1.1, 1.1) translate(0,50px);
        -ms-transform: rotate(165deg) scale(1.1, 1.1) translate(0,50px);
        -o-transform: rotate(165deg) scale(1.1, 1.1) translate(0,50px);
}
	100% {
        transform: rotate(245deg) scale(1, 1) translate(0,0);
        -webkit-transform: rotate(245deg) scale(1, 1) translate(0,0);
        -moz-transform: rotate(245deg) scale(1, 1) translate(0,0);
        -ms-transform: rotate(245deg) scale(1, 1) translate(0,0);
        -o-transform: rotate(245deg) scale(1, 1) translate(0,0);
    } 
}
@keyframes fluffyRotate3 {
	0% {
        transform: rotate(-15deg) scale(1, 1) translate(0,0);
        -webkit-transform: rotate(-15deg) scale(1, 1) translate(0,0);
        -ms-transform: rotate(-15deg) scale(1, 1) translate(0,0);
        -o-transform: rotate(-15deg) scale(1, 1) translate(0,0);
        -moz-transform: rotate(-15deg) scale(1, 1) translate(0,0);
    }
	50% {
        transform: rotate(-195deg) scale(1.1, 1.1) translate(0,50px);
        -webkit-transform: rotate(-195deg) scale(1.1, 1.1) translate(0,50px);
        -moz-transform: rotate(-195deg) scale(1.1, 1.1) translate(0,50px);
        -ms-transform: rotate(-195deg) scale(1.1, 1.1) translate(0,50px);
        -o-transform: rotate(-195deg) scale(1.1, 1.1) translate(0,50px);
}
	100% {
        transform: rotate(-375deg) scale(1, 1) translate(0,0);
        -webkit-transform: rotate(-375deg) scale(1, 1) translate(0,0);
        -moz-transform: rotate(-375deg) scale(1, 1) translate(0,0);
        -ms-transform: rotate(-375deg) scale(1, 1) translate(0,0);
        -o-transform: rotate(-375deg) scale(1, 1) translate(0,0);
}
}
/* ==================================================
no-javascript
================================================== */
/*
.no_javascript #tmp_top_sns_fb .fb-page,
.no_javascript #tmp_top_sns_tw .wrap_sns p {
	display: none;
}
*/
.no_javascript #tmp_mainvisual .mainvisual_gallery {
	max-height: 900px;
	overflow-y: auto;
}
.no_javascript #tmp_mainvisual .visual_slide {
	/* margin: 0 0 10px; */
	position:relative;
}
.no_javascript #tmp_mainvisual .visual_slide .visual_image {
	min-height: auto;
}
.no_javascript #tmp_mainvisual .visual_slide .visual_title {
	/* position: relative; */
	margin: 0;
	left: 95px;
}
.no_javascript #tmp_player {
	display: none;
}
.no_javascript .tab_info {
	margin: 0 0 30px;
}
.no_javascript .news_cnt .tab_info_cnt {
	display: block;
}
.no_javascript #tmp_mainvisual .slick_slides,
.no_javascript .big_banner,
.no_javascript .slick_control,
.no_javascript .scroll_down,
.no_javascript .visual_title {
	visibility: visible;
	opacity: 1;
}
.no_javascript #tmp_topics .topics_slider{
	max-height: 446px;
    overflow-y: auto;
}
.no_javascript #tmp_banner_slider .banner_slider{
	max-height: 130px;
    overflow-y: auto;
}
.no_javascript #tmp_tab_info_new .tab_info_ttl:after {
	margin-right:0;
}
.no_javascript #tmp_tab_info_press .tab_info_ttl:after {
	margin-left:0;
}
/*
.no_javascript .frame_youtube, 
.no_javascript .frame_ustream {
	display: none;
}
*/
/* ==================================================
accessibility style change:color
================================================== */
.color_yellow #tmp_mainvisual .btn_slides.stop a:before {
    background: transparent url(/shared/site_rn/images/icon/black_slide_start_icon.png) no-repeat center center;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
}
.color_yellow #tmp_mainvisual .btn_slides.start a:before {
    background: transparent url(/shared/site_rn/images/icon/black_slide_stop_icon.png) no-repeat center center;
    background-size: 13px 14px;
    -webkit-background-size: 13px 14px;
    -moz-background-size: 13px 14px;
}
.color_blue #tmp_mainvisual .slick-dots .slick-active a,
.color_black #tmp_mainvisual .slick-dots .slick-active a {
    background-color: #FFFF00 !important;
}
.color_yellow #tmp_mainvisual .slick-dots .slick-active a {
    background-color: #000000 !important;
}
.color_blue #tmp_information .box_item,
.color_black #tmp_information .box_item,
.color_yellow #tmp_information .box_item,
.color_blue #tmp_agency .agency_inner .box_item,
.color_black #tmp_agency .agency_inner .box_item,
.color_yellow #tmp_agency .agency_inner .box_item {
	border: 2px solid;
}
.color_black #tmp_wrapper .discover_btn a,
.color_yellow #tmp_wrapper .discover_btn a,
.color_blue #tmp_wrapper .discover_btn a {
	background: #417f10 url(/shared/templates/top_rn/images/more_btn.png) no-repeat top left !important;
    background-size: 100% 100% !important;
    -webkit-background-size: 100% 100% !important;
    -moz-background-size: 100% 100% !important;
}

.color_blue #tmp_topics .slick-dots .slick-active a,
.color_black #tmp_topics .slick-dots .slick-active a {
    background-color: #FFFF00 !important;
}
.color_yellow #tmp_topics .slick-dots .slick-active a {
    background-color: #000000 !important;
}
.color_blue #tmp_topics .slick-dots li a,
.color_yellow #tmp_topics .slick-dots li a,
.color_black #tmp_topics .slick-dots li a {
	border-width: 1px;
	border-style: solid;
}
.color_yellow #tmp_topics .btn_slides.stop a:before {
    background: transparent url(/shared/site_rn/images/icon/black_slide_start_icon.png) no-repeat center center;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
}
.color_yellow #tmp_topics .btn_slides.start a:before {
    background: transparent url(/shared/site_rn/images/icon/black_slide_stop_icon.png) no-repeat center center;
    background-size: 13px 14px;
    -webkit-background-size: 13px 14px;
    -moz-background-size: 13px 14px;
}
.color_blue #tmp_measures_slide .slick-dots .slick-active a,
.color_black #tmp_measures_slide .slick-dots .slick-active a {
    background-color: #FFFF00 !important;
}
.color_yellow #tmp_measures_slide .slick-dots .slick-active a {
    background-color: #000000 !important;
}
.color_blue #tmp_measures_slide .slick-dots li a,
.color_yellow #tmp_measures_slide .slick-dots li a,
.color_black #tmp_measures_slide .slick-dots li a {
	border-width: 1px;
	border-style: solid;
}
.color_yellow #tmp_measures_slide .btn_slides.stop a:before {
    background: transparent url(/shared/site_rn/images/icon/black_slide_start_icon.png) no-repeat center center;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
}
.color_yellow #tmp_measures_slide .btn_slides.start a:before {
    background: transparent url(/shared/site_rn/images/icon/black_slide_stop_icon.png) no-repeat center center;
    background-size: 13px 14px;
    -webkit-background-size: 13px 14px;
    -moz-background-size: 13px 14px;
}

.color_blue #tmp_banner_slider .slick-dots .slick-active a,
.color_black #tmp_banner_slider .slick-dots .slick-active a {
    background-color: #FFFF00 !important;
}
.color_yellow #tmp_banner_slider .slick-dots .slick-active a {
    background-color: #000000 !important;
}
.color_blue #tmp_banner_slider .slick-dots li a,
.color_yellow #tmp_banner_slider .slick-dots li a,
.color_black #tmp_banner_slider .slick-dots li a {
	border-width: 1px;
	border-style: solid;
}
.color_yellow #tmp_banner_slider .btn_slides.stop a:before {
    background: transparent url(/shared/site_rn/images/icon/black_slide_start_icon.png) no-repeat center center;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
}
.color_yellow #tmp_banner_slider .btn_slides.start a:before {
    background: transparent url(/shared/site_rn/images/icon/black_slide_stop_icon.png) no-repeat center center;
    background-size: 13px 14px;
    -webkit-background-size: 13px 14px;
    -moz-background-size: 13px 14px;
}
/* ==================================================
Color
================================================== */
.color_blue #tmp_wrapper .tab_info_ttl:after,
.color_yellow #tmp_wrapper .tab_info_ttl:after,
.color_black #tmp_wrapper .tab_info_ttl:after,
.color_blue #tmp_news:before,
.color_yellow #tmp_news:before,
.color_black #tmp_news:before,
.color_blue #tmp_news:after,
.color_yellow #tmp_news:after,
.color_black #tmp_news:after,
.color_blue #tmp_topics:before,
.color_yellow #tmp_topics:before,
.color_black #tmp_topics:before,
.color_blue #tmp_topics:after,
.color_yellow #tmp_topics:after,
.color_black #tmp_topics:after,
.color_blue #tmp_wrapper .svg_pos_rgt,
.color_yellow #tmp_wrapper .svg_pos_rgt,
.color_black #tmp_wrapper .svg_pos_rgt,
.color_blue #tmp_wrapper .svg_pos_rgt_1,
.color_yellow #tmp_wrapper .svg_pos_rgt_1,
.color_black #tmp_wrapper .svg_pos_rgt_1,
.color_blue #tmp_wrapper .svg_pos_left,
.color_yellow #tmp_wrapper .svg_pos_left,
.color_black #tmp_wrapper .svg_pos_left,
.color_blue #tmp_discover:before,
.color_yellow #tmp_discover:before,
.color_black #tmp_discover:before,
.color_blue #tmp_discover:after,
.color_yellow #tmp_discover:after,
.color_black #tmp_wrapper #tmp_discover:after,
.color_blue #tmp_wrapper .discover_block:before,
.color_yellow #tmp_wrapper .discover_block:before,
.color_black #tmp_wrapper .discover_block:before,
.color_blue #tmp_wrapper .discover_block:after,
.color_yellow #tmp_wrapper .discover_block:after,
.color_black #tmp_wrapper .discover_block:after,
.color_blue #tmp_wrapper .scroll_down,
.color_yellow #tmp_wrapper .scroll_down,
.color_black #tmp_wrapper .scroll_down{
	display: none;
}
.color_blue #tmp_wrapper .block_ttl,
.color_yellow #tmp_wrapper .block_ttl,
.color_black #tmp_wrapper .block_ttl,
.color_blue #tmp_wrapper .block_ttl *,
.color_yellow #tmp_wrapper .block_ttl *,
.color_black #tmp_wrapper .block_ttl * {
	display: inline-block;
	padding-left: 0;
	background-color: #ffffff !important;
}
.color_blue #tmp_wrapper .tab_info_ttl.tb_active a,
.color_yellow #tmp_wrapper .tab_info_ttl.tb_active a,
.color_black #tmp_wrapper .tab_info_ttl.tb_active a {
	position:relative;
	padding-bottom:24px;
	border-bottom:none;
}
.color_blue #tmp_wrapper .tab_info_ttl.tb_active a::after,
.color_yellow #tmp_wrapper .tab_info_ttl.tb_active a::after,
.color_black #tmp_wrapper .tab_info_ttl.tb_active a::after {
	content:'';
	position:absolute;
	margin-left:-5px;
	left:50%;
	bottom:10px;
	width: 10px;
    height: 10px;
    border-top: 3px solid;
    border-right: 3px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.color_blue #tmp_info_cnt .info_label p a,
.color_yellow #tmp_info_cnt .info_label p a,
.color_black #tmp_info_cnt .info_label p a {
	position:relative;
}
.color_blue .col_btn li a::before,
.color_yellow .col_btn li a::before,
.color_black .col_btn li a::before,
.color_blue .list_more_btn a::before,
.color_yellow .list_more_btn a::before,
.color_black .list_more_btn a::before {
	content:'';
	position:absolute;
	margin-top:-5px;
	top:50%;
	right:15px;
	width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	background-image:none;
}
.color_blue #tmp_info_cnt .info_label p a::after,
.color_yellow #tmp_info_cnt .info_label p a::after,
.color_black #tmp_info_cnt .info_label p a::after,
.color_blue #tmp_publicity_btn .list_more_btn a::before,
.color_yellow #tmp_publicity_btn .list_more_btn a::before,
.color_black #tmp_publicity_btn .list_more_btn a::before {
	content:'';
	position:absolute;
	margin-top:-3px;
	top:50%;
	right:10px;
	width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	background-image:none;
}
.color_blue #tmp_info_cnt .tb_active a,
.color_yellow #tmp_info_cnt .tb_active a,
.color_black #tmp_info_cnt .tb_active a {
	border-width:3px;
	padding:5px 20px;
}
.color_blue #tmp_wrapper .news_cnt .tab_info_cnt,
.color_black #tmp_wrapper .news_cnt .tab_info_cnt,
.color_yellow #tmp_wrapper .news_cnt .tab_info_cnt{
    border: 1px solid !important;
}
/* biggest(doubled)
================================================== */
.fsize_big2 .emergency_list li .emergency_date {
    font-size: 1.1rem;
	width: 80px;
}
.fsize_big2 .emergency_ttl{
	background-position: 0 7px;
}
.fsize_big2 .emergency_close_btn a {
	background-position: 0 9px;
}
.fsize_big2.used_javascript #tmp_info_label3 {
	left: 460px;
}
.fsize_big2 .news_item .news_date {
	width: 120px;
}
/* ==================================================
clearfix
================================================== */
.news_cnt:after,
.col_btn ul:after,
.col_btn:after,
#tmp_banner_slider .banner_slider:after,
#tmp_topics .topics_slider:after,
#tmp_banner ul:after,
#tmp_information_cnt:after,
#tmp_information .information_col_rgt ul:after,
#tmp_agency .agency_inner ul:after,
#tmp_top_sns_cnt:after,
#tmp_wrap_sns_cnt:after  {
	content: '';
	display: table;
	clear: both;
}

/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}
/* ==================================================
アニメーション非表示
================================================== */
.no_animation_d #tmp_opening,
.no_animation_d .big_banner {
	display:none !important;
}