@charset "utf-8";

/* ==================================================
main visual
================================================== */
#tmp_mainvisual.hidden {
	display: none;
}
#tmp_mainvisual{
	position: relative;
	max-width: 1920px;
	height: 714px;
	margin: 0 auto;
	overflow: hidden;
}
#tmp_mainvisual .gallery_slide{
	position: relative;
	height: 714px;
}
#tmp_mainvisual .gallery_slide img{
	width: 100%;
	height: 714px;
	vertical-align: top;
	opacity: 0;
	visibility: hidden;
	object-fit: cover;
}
#tmp_mainvisual .container {
	position: relative;
	padding-left: 90px;
}
#tmp_mainvisual .mainvisual_cap{
	position: absolute;
	left: 0;
	bottom: 16px;
	padding: 8px 20px 8px 250px;
	max-height: 182px;
	min-height: 42px;
	overflow-y: auto;
	color: #313131;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: .9;
}
#tmp_mainvisual .mainvisual_cap .mainvs_cap_ttl {
	position: relative;
	top: 1px;
}
#tmp_mainvisual .mainvisual_cap .mainvs_cap_ttl a {
	position: relative;
	display: block;
	text-decoration: none;
	padding-left: 1.5em;
	color: inherit;
	opacity: 1;
}
#tmp_mainvisual .mainvisual_cap .mainvs_cap_ttl:after {
	position: absolute;
	left: 3px;
	bottom: 1px;
	content: '';
	width: 2px;
	height: 1em;
	min-height: 26px;
	background-color:  #D3D3D3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#tmp_mainvisual .gallery_slide.active .mainvisual_cap a {
	text-decoration: underline;
}
#tmp_mainvisual .btn_slides {
}
#tmp_mainvisual .btn_slides a{
	display: inline-block;
	font-size: 68.75%;
	line-height: 1.1;
	padding: 5px 2px;
	border: 2px solid #A5A5A5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#tmp_mainvisual .slick_control {
	position: absolute;
	left: calc((100% - 1140px)/2);
	bottom: 20px;
	padding:3px 20px;
	color: #333333;
}
#tmp_mainvisual .slick_control .slick-dots{
	display: inline-block;
	padding-left: 10px;
}
#tmp_mainvisual .btn_slides span{
	position: relative;
	z-index: 1;
	padding: 0 0 0 22px;
    display: inline-block;
	min-width: 60px;
	font-weight: bold;
	line-height: 1;
	text-indent: inherit;
	text-transform: uppercase;
	color: #333333;
}
#tmp_mainvisual .btn_slides.start span{
	letter-spacing: -.08em;
	padding: 0 0 0 20px;
}
#tmp_mainvisual .btn_slides.start span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 7px;
	margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #333333;
}
#tmp_mainvisual .btn_slides.stop span:before,
#tmp_mainvisual .btn_slides.stop span:after {
    content: "";
    position: absolute;
    top: 50%;
	margin-top: -5px;
    width: 3px;
    height: 11px;
    color: #ffffff;
    background-color: #333333;
}
#tmp_mainvisual .btn_slides.stop span:before {
    left: 7px;
}
#tmp_mainvisual .btn_slides.stop span:after {
    left: 13px;
}
#tmp_mainvisual .slick-dots li{
	margin: 0 4px;
	width: auto;
	height: auto;
}
#tmp_mainvisual .slick-dots li a {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: block;
    width: 20px;
    height: 9px;
    padding: 0;
    cursor: pointer;
    border: 0;
    color: #000000;
    background-color: #D1D1D1;
    text-indent: -1987em;
	border: 1px solid transparent;
}
#tmp_mainvisual .slick-dots li :focus,
#tmp_mainvisual .slick-dots .slick-active a{
    background-color: #007696;
}
#tmp_mainvisual .slick-dots li a span{
    width: 11px;
    height: 11px;
    padding: 0;
    display: block;
    position: relative;
    z-index: -1;
    text-indent: -9999px;
}
#tmp_mainvisual.no_control .mainvisual_cap {
	padding-left: 12px;
}
/* ==================================================
urgency
================================================== */
#tmp_urgency {
	padding: 40px 0 20px;
	background-color: #FFF9EE;
	width: 100%;
}
#tmp_urgency .urgency_box {
	border: 2px solid #8C2025;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1em 1.5em;
	display: flex;
	background-color: #fff;
	align-items: center;
}
#tmp_urgency .urgency_box .urgency_ttl {
	padding: 45px 0 0;
	color: #8C2025;
	font-size: 112.5%;
	font-weight: bold;
	line-height: 1.2;
	min-height: 70px;
	width: 140px;
	text-align: center;
	background: transparent url(/shared/site_rn/images/icon/nav_emergency.png) top center no-repeat;
	border-right: 1px solid #C4C4C4;
}
#tmp_urgency .urgency_box .urgency_cnt {
	width: calc(100% - 140px);
	padding: 0 1em;
}
#tmp_urgency .urgency_box .urgency_cnt ul {
	list-style: none;
}
#tmp_urgency .urgency_box .urgency_cnt ul li {
	padding: 0 1em .2em 1.8em;
	background: url(/shared/site_rn/images/header/setting_arrow_triangle.png) left .5em center no-repeat;
	background-size: 10px auto;
	-webkit-background-size: 10px auto;
}
#tmp_urgency .urgency_box .urgency_cnt ul li a {
	color: #313131;
}
/* ==================================================
tabs
================================================== */
/* tabs */
#tmp_tabs {
	position: relative;
	z-index: 2;
	padding-top: 92px;
	background-color: #FFF9EE;
}
#tmp_tabs::before{
	content: '';
	position: absolute;
	right: 70px;
	top: 0;
	width: 375px;
	height: 345px;
	background: transparent url(//shared/templates/top_rn/images/main/bg_suport_1.png) no-repeat;
}
#tmp_tabs .tab_title{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	position: relative;
}
#tmp_tabs .tab_title.container {
	padding: 0;
}
#tmp_tabs .tab_title a {
	position: relative;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
	width: 100%;
	justify-content: center;
	text-align: center;
	margin: 0 10px;
	padding: 40px 10px 20px;
    font-size: 162.5%;
    display: block;
    text-decoration: none;
	font-weight: bold;
    color: #313131;
	background-color: #F7F7F7;
    border: 1px solid #C4C4C4;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
	border-bottom: none;
}
#tmp_tabs .tab_title a:hover {
	opacity: 1;
}
#tmp_tabs .tab_switch {
	position: relative;
}
.tab_sub_ttl {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 53.846%;
	text-align: left;
	color: #fff;
	height: 1.6em;
	background-color: #5B5B5B;
	padding: 0 .8em;
}
#tmp_tabs .tab_title a.tb_active .tab_sub_ttl {
	color: #313131;
	background-color: #FFB200;
}
#tmp_tabs .tab_title a.tab2.tb_active .tab_sub_ttl {
	color: #313131;
	background-color: #00B8D6;
}
#tmp_tabs .tab_title a.tab3.tb_active .tab_sub_ttl {
	color: #313131;
	background-color: #FF6699;
}
#tmp_tabs .tab_title a span {
	padding: 0 1.5em;
	background: transparent url(/shared/site_rn/images/header/setting_arrow_triangle_grey.png) left top 50% no-repeat;
}
#tmp_tabs .tab_switch.tab3 span {
	position: relative;
	font-size: 100%;
}
#tmp_tabs .tab_switch span+span {
	background: none;
	padding: 0;
	margin-left: -1.5em;
}
#tmp_tabs .tab_switch.tab2 span+span::before {
	content: '・';
}
#tmp_tabs .tab_switch.tab3 span+span::before {
	content: '・';
}
#tmp_tabs .tab_switch.tab3 span+span:last-child {
	margin-left: 0;
}
.no_javascript #tmp_tabs .tab_switch span+span {
	margin-left: 0;
}
#tmp_tabs .tab_switch {
	padding: 22px 10px;
    font-size: 185.7%;
    display: block;
	text-align: center;
    text-decoration: none;
	font-weight: bold;
    color: #222222;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}
#tmp_tabs .tab_title a::before {
	position: absolute;
	content: '';
	width: 112px;
	height: 103px;
	right: 0;
	top: -90px;
	background: url(/shared/site_rn/images/main/01_01.png) left top / 100% auto no-repeat;
	transition:  0.2s ease;
	opacity: 0;
}
#tmp_tabs .tab_title a.tb_active:before,
#tmp_tabs .tab_title a:hover:before,
#tmp_tabs .tab_title a:focus:before {
	opacity: 1;
	top: -93px;
}
#tmp_tabs .tab_title a::after {
	position: absolute;
	left: 6px;
	bottom: 10px;
	content: '';
	width: calc(100% - 12px);
	height: 1px;
	border-bottom: 2px solid #E5E5E5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#tmp_tabs .tab_title a.tb_active {
	position: relative;
	background-color: #FFE7A2;
	border-bottom: 1px solid #FFE7A2;
	z-index: 2;
}
#tmp_tabs .tab_title a.tb_active::after {
	border-bottom: 2px solid #E67F07;
}
#tmp_tabs .tab_title a:nth-child(2).tb_active::after {
	border-bottom: 2px solid #00B8D6;
}
#tmp_tabs .tab_title a:nth-child(3).tb_active::after {
	border-bottom: 2px solid #FF6699;
}
#tmp_tabs .tab_title a.tb_active span {
	background: transparent url(/shared/site_rn/images/header/setting_arrow_triangle_yellow.png) left top 50% no-repeat;
}
#tmp_tabs .tab_title a:nth-child(2).tb_active span {
	background: transparent url(/shared/site_rn/images/header/setting_arrow_triangle_blue.png) left top 50% no-repeat;
}
#tmp_tabs .tab_title a:nth-child(3).tb_active span {
	background: transparent url(/shared/site_rn/images/header/setting_arrow_triangle_pink.png) left top 50% no-repeat;
}
#tmp_tabs .tab_title a.tb_active span+span,
#tmp_tabs .tab_title a:nth-child(2).tb_active span+span,
#tmp_tabs .tab_title a:nth-child(3).tb_active span+span {
		background: none;
}
#tmp_tabs .tab_title a:nth-child(2).tb_active {
	background-color: #ABE1ED;
    border-bottom: #ABE1ED;
}
#tmp_tabs .tab_title a:nth-child(3).tb_active {
	background-color: #FFD2C7;
    border-bottom: #FFD2C7;
}
#tmp_tab_shigoto .section_pickup{
	background-color:#ABE1ED;
	background-image:url(/shared/templates/top_rn/images/main/bg_gradient_shigoto.png);
}
#tmp_tab_shigoto .pickup_box.active {
	outline: 2px solid #00B8D6;
}
#tmp_tab_kanko .section_pickup{
	background-color:#fdffdc;
	background-image:url(/shared/templates/top_rn/images/main/bg_gradient_kanko.png);
}
#tmp_tab_kanko .pickup_box.active {
	outline: 2px solid #FF6699;
}
.btn_home {
	/*★★★*/
	display: none;
	margin-bottom: 1.2em;
	text-align: right;
}
.btn_home a {
	display: inline-block;
    padding: 3px 18px 2px 52px;
    background: #ffffff url(/shared/site_rn/images/icon/icon_setting.png) no-repeat 22px center;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	background-size: 24px auto;
	min-width: 234px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	-webkit-box-shadow: 0px 4px 20px 0px rgba(165, 165, 165, 0.25);
	-moz-box-shadow: 0px 4px 20px 0px rgba(165, 165, 165, 0.25);
	box-shadow: 0px 4px 20px 0px rgba(165, 165, 165, 0.25);
    font-size: 114.2%;
	font-weight: bold;
    color: #222222;
	text-align: left;
    text-decoration: none;
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.btn_home a:hover {
	border-color: #0059b3;
}
/* section_pickup */
.section_pickup {
	position: relative;
	padding: 30px 0 60px;
	z-index: 1;
	background: #FFE7A2 url(/shared/templates/top_rn/images/main/bg_gradient.png) top center no-repeat;
	color: #222222;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	border: 1px solid #C4C4C4;
	margin-top: -1px;
}
.section_pickup::before,
.section_pickup::after{
	content: '';
	position: absolute;
	z-index: -1;
}
#tmp_tab_kurashi .section_pickup::before {
	top: 0;
	left: 0;
	background: url(/shared/templates/top_rn/images/main/bg_suport_1_1.png);
	width: 411px;
	height: 491px;
}
#tmp_tab_kurashi .section_pickup::after {
	top: 500px;
	right: 0;
	background: url(/shared/templates/top_rn/images/main/bg_suport_1_2.png);
	width: 340px;
	height: 410px;
}
#tmp_tab_shigoto .section_pickup::before {
	top: 350px;
	left: 0;
	background: url(/shared/templates/top_rn/images/main/bg_suport_2_1.png);
	width: 372px;
	height: 422px;
}
#tmp_tab_shigoto .section_pickup::after {
	top: 800px;
	right: 0;
	background: url(/shared/templates/top_rn/images/main/bg_suport_2_2.png);
	width: 345px;
	height: 410px;
}
#tmp_tab_kanko .section_pickup::before {
	top: 350px;
	left: 0;
	background: url(/shared/templates/top_rn/images/main/bg_suport_3_1.png);
	width: 218px;
	height: 367px;
}
#tmp_tab_kanko .section_pickup::after {
	top: 600px;
	right: 0;
	background: url(/shared/templates/top_rn/images/main/bg_suport_3_2.png);
	width: 270px;
	height: 440px;
}
.section_pickup .wrap_heading .main_heading h2 {
	padding: 0 20px;
}
.section_pickup .wrap_heading .main_heading:before {
	left: 5px;
}
.box_tab_pickup .tab_pickup_cnt {
	padding: 68px 0 60px;
	width: 100%;
}
/* pickup category */
.pickup_cate{
	margin-bottom: 20px;
}
.pickup_list{
	list-style: none;
	padding: 0;
	margin: 0 -5px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.pickup_list .pickup_item{
	padding: 0 10px;
    max-width: calc(100% / 6);
	margin-bottom: 10px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.pickup_box{
	padding: 18px 5px 10px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	color: #222222;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: outline-color 0.3s ease-in-out;
    -moz-transition: boutline-color 0.3s ease-in-out;
    transition: outline-color 0.3s ease-in-out;
	outline: 2px solid transparent;
}
.pickup_box .pickup_image{
	height: 100px;
}
.pickup_box .pickup_image img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.pickup_box .pickup_cap{
	min-height: 25px;
	font-size: 106.25%;
	text-align: center;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	flex-grow: 1;
	justify-content: center;
}
.pickup_box .pickup_cap a{
	display: block;
	text-decoration: none;
	color: #222222;
	background-color: #FFFFFF;
}
.pickup_box .pickup_cap a span {
	font-size: 88.8%;
	display: block;
}
.pickup_box.active {
	box-shadow: 0 4px 20px 0 rgba(165, 165, 165, 0.25);
	-moz-box-shadow: 0 4px 20px 0 rgba(165, 165, 165, 0.25);
	-webkit-box-shadow: 0 4px 20px 0 rgba(165, 165, 165, 0.25);
	outline: 2px solid #E67F07;
}
/* pickup sub category */
.pickup_sub_cate {
	width: 100%;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}
.pickup_sub_cate ul {
	position: relative;
	list-style: none;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pickup_sub_cate ul::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.pickup_sub_cate ul li {
	position: relative;
	background: #fff url(/shared/site_rn/images/header/setting_arrow_yellow.png) left 15px top calc(50% + 1px) no-repeat;
	background-size: 10px auto;
	-webkit-background-size: 10px auto;
	padding: 25px 15px 20px;
	border-bottom: 1px solid #C4C4C4;
}
.pickup_sub_cate ul li::after{
	content: '';
	position: absolute;
	right: 8px;
	bottom: calc(50% - .8em);
	height: 1.6em;
	width: 2px;
	background-color: #D3D3D3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.pickup_sub_cate ul li a {
	padding: 0 1em;
	min-width: 170px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	color: #313131;
	text-decoration: none;
}
.pickup_sub_cate ul li a span {
	position: relative;
	cursor: pointer;
}
.pickup_sub_cate ul li a span:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background-color: #FFAB57;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	z-index: -1;
}
.pickup_sub_cate ul li a span:hover:before,
.pickup_sub_cate ul li a span:focus:before{
	transform: scale(1, 1);
}
/* menu information */
.menu_information_cnt {
	width: 100%;
	padding: 40px 30px 40px;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
	background: rgba(255,244,207,0.8);
}
#tmp_tab_shigoto .menu_information_cnt,
#tmp_tab_kanko .menu_information_cnt {
	background: rgba(255,255,255,0.8);
}
.menu_cate_ttl {
	position: relative;
	display: inline-block;
	margin-left: -30px;
	margin-top: -10px;
	margin-bottom: 10px;
	padding: .4em 4em .3em 2em;
	background: #5B5B5B url(/shared/site_rn/images/header/setting_arrow_triangle_white_down.png) no-repeat right 10px center;
	background-size: 9px;
	color: #fff;
	font-size: 106.25%;
	font-weight: bold;
}
.menu_cate_cnt {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.menu_list {
	list-style: none;
	padding: 5px 0;
	margin: 0 -5px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.menu_list .menu_item {
	padding: 0;
    max-width: calc(100% / 4);
	margin-bottom: 10px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.menu_cate_cnt.no_image .menu_list {
	justify-content: flex-start;
}
.menu_cate_cnt.no_image .menu_item {
    width: calc(100% / 4);
}
.menu_cate_cnt.no_image .menu_box {
    width: 100%;
}
.menu_box {
	padding: 0 5px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	border: 1px solid transparent;
	align-content: flex-start;
}
#tmp_tab_kurashi .menu_box .menu_image {
	width: 100%;
	height: 166px;
}
#tmp_tab_shigoto .menu_box .menu_image,
#tmp_tab_kanko .menu_box .menu_image {
	width: 100%;
	height: 100px;
}
.menu_box .menu_image img {
	object-fit: cover;
	vertical-align: top;
}
#tmp_tab_kurashi .menu_box .menu_image span {
	background: #fff url(/shared/site_rn/images/main/noimage.png) center center no-repeat;
	background-size: cover;
	display: inline-block;
}
#tmp_tab_kurashi .menu_box .menu_image img {
	width: 100%;
	min-width: 250px;
	height: 166px;
	-webkit-animation: smooth_image 0;
	-moz-animation: smooth_image 0;
	animation: smooth_image 0;
}
#tmp_tab_shigoto .menu_box .menu_image span,
#tmp_tab_kanko .menu_box .menu_image span {
	background: #fff url(/shared/site_rn/images/main/noimage.png) center center no-repeat;
	background-size: cover;
	display: inline-block;
}
#tmp_tab_shigoto .menu_box .menu_image img,
#tmp_tab_kanko .menu_box .menu_image img {
	width: 100%;
	min-width: 250px;
	height: 100px;
	-webkit-animation: smooth_image 0;
	-moz-animation: smooth_image 0;
	animation: smooth_image 0;
}
.menu_box .menu_cap {
	min-height: 55px;
	font-size: 106.25%;
	text-align: left;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	flex-grow: 1;
	justify-content: flex-start;
	background-color: #fff;
	-webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.menu_box .menu_cap a {
	display: block;
	text-decoration: none;
	color: #313131;
	background-color: transparent;
}
.menu_box .menu_cap a span {
	display: block;
	padding: 1em 1em 1em 2.4em;
	background: transparent url(/shared/site_rn/images/header/setting_arrow_yellow.png) left 20px top 1.15em no-repeat;
	background-size: 10px auto;
	-webkit-background-size: 10px auto;
}
.menu_box.active .menu_image {
	opacity: .8;
}
#tmp_tab_kurashi .menu_box.active .menu_cap {
	background-color: #FFB200;
}
#tmp_tab_shigoto .menu_box.active .menu_cap {
	background-color: #00B8D6;
}
#tmp_tab_kanko .menu_box.active .menu_cap {
	background-color: #FF9283;
}
.menu_box.active .menu_cap a {
	text-decoration: underline;
}
.menu_box.active .menu_cap a span {
	background: transparent url(/shared/site_rn/images/header/setting_arrow_white.png) left 20px top calc(50% + 1px) no-repeat;
}
#tmp_news_cnt_kurashi,
#tmp_news_cnt_shigoto,
#tmp_news_cnt_kanko {
	position:relative;
	display: flex;
	flex-wrap: wrap;
	margin:0 0 20px;
	clear:both;
}
/* news tab ttl */
 #tmp_news_cnt_kurashi .tab_news_ttl1,
 #tmp_news_cnt_shigoto .tab_news_ttl2,
 #tmp_news_cnt_kanko .tab_news_ttl3 {
	z-index: 5;
	width: 250px;
	font-size: 106.25%;
	text-align: center;
	position: relative;
}
.used_javascript #tmp_news_cnt_kurashi .tab_news_ttl1,
.used_javascript #tmp_news_cnt_shigoto .tab_news_ttl2,
.used_javascript #tmp_news_cnt_kanko .tab_news_ttl3 {
	order: 1;
}
.used_javascript #tmp_news_cnt_kurashi .tab_news_ttl1.boshu_ttl {
	margin-right: 250px;
}
.used_javascript #tmp_news_cnt_shigoto .tab_news_ttl2.nyusatsu_ttl {
	margin-right: 520px;
}
.used_javascript #tmp_news_cnt_kanko .tab_news_ttl3.chumoku_ttl {
	margin-right: 150px;
}
#tmp_news_cnt_kurashi .tab_news_ttl1 a,
#tmp_news_cnt_shigoto .tab_news_ttl2 a,
#tmp_news_cnt_kanko .tab_news_ttl3 a {
	display: block;
	padding: 10px 5px;
	text-decoration:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#313131;
	margin-bottom:13px;
	font-size: 106.25%;
}
#tmp_news_cnt_kurashi .tab_news_ttl1 a {
	border:5px solid #FFB200;
	background-color:#FFB200;
}
#tmp_news_cnt_shigoto .tab_news_ttl2 a {
	border:5px solid #00B8D6;
	background-color:#00B8D6;
}
#tmp_news_cnt_kanko .tab_news_ttl3 a {
	border:5px solid #FF9283;
	background-color:#FF9283;
}
#tmp_news_cnt_kurashi .tab_news_ttl1 a:hover,
#tmp_news_cnt_shigoto .tab_news_ttl2 a:hover,
#tmp_news_cnt_kanko .tab_news_ttl3 a:hover {
	text-decoration: underline;
}
#tmp_news_cnt_kurashi .tab_news_ttl1 a span,
#tmp_news_cnt_shigoto .tab_news_ttl2 a span,
#tmp_news_cnt_kanko .tab_news_ttl3 a span {
	padding: 0 2em;
	background: transparent url(/shared/site_rn/images/header/setting_arrow_triangle_white.png) left top no-repeat;
}
#tmp_news_cnt_kurashi .tab_news_ttl1.tb_active a,
#tmp_news_cnt_shigoto .tab_news_ttl2.tb_active a,
#tmp_news_cnt_kanko .tab_news_ttl3.tb_active a {
	color: #313131;
	background-color: #FFFFFF;
	position: relative;
}
#tmp_news_cnt_kurashi .tab_news_ttl1.tb_active a::after,
#tmp_news_cnt_shigoto .tab_news_ttl2.tb_active a::after,
#tmp_news_cnt_kanko .tab_news_ttl3.tb_active a::after {
	left: calc(50% - 8px);
	bottom: -18px;
	content: "";
	height: 16px;
	width: 15px;
	position: absolute;
}
#tmp_news_cnt_kurashi .tab_news_ttl1.tb_active a::after {
	background: transparent url(/shared/site_rn/images/header/setting_arrow_triangle_yellow.png) left top no-repeat;
}
#tmp_news_cnt_shigoto .tab_news_ttl2.tb_active a::after {
	background: transparent url(/shared/site_rn/images/header/setting_arrow_triangle_blue.png) left top no-repeat;
}
#tmp_news_cnt_kanko .tab_news_ttl3.tb_active a::after {
	background: transparent url(/shared/site_rn/images/header/setting_arrow_triangle_vermilion.png) left top no-repeat;
}
#tmp_news_cnt_kurashi .tab_news_ttl1.tb_active a span {
	padding: 0 2em;
	background: transparent url(/shared/site_rn/images/header/setting_arrow_triangle_yellow.png) left top no-repeat;
}
#tmp_news_cnt_shigoto .tab_news_ttl2.tb_active a span {
	padding: 0 2em;
	background: transparent url(/shared/site_rn/images/header/setting_arrow_triangle_blue.png) left top no-repeat;
}
#tmp_news_cnt_kanko .tab_news_ttl3.tb_active a span {
	padding: 0 2em;
	background: transparent url(/shared/site_rn/images/header/setting_arrow_triangle_vermilion.png) left top no-repeat;
}
/* info_cnt */
#tmp_news_cnt_kurashi .tab_news_cnt1,
#tmp_news_cnt_shigoto .tab_news_cnt2,
#tmp_news_cnt_kanko .tab_news_cnt3 {
	position:relative;
	z-index:1;
	border:1px solid #0059B2;
	padding: 10px 18px;
	width:100%;
	margin:0 0 20px;
	border:1px solid #D3D3D3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	clear:both;
	padding: 35px 30px 10px;
}
.used_javascript #tmp_news_cnt_kurashi .tab_news_cnt1,
.used_javascript #tmp_news_cnt_shigoto .tab_news_cnt2,
.used_javascript #tmp_news_cnt_kanko .tab_news_cnt3 {
	order: 3;
	margin:0;
}
#tmp_news_cnt_kurashi .tab_news_cnt1 ul,
#tmp_news_cnt_shigoto .tab_news_cnt2 ul,
#tmp_news_cnt_kanko .tab_news_cnt3 ul {
	list-style:none;
	list-style-image:none;
	padding-bottom: 20px;
}
#tmp_news_cnt_kurashi .tab_news_cnt1 ul li,
#tmp_news_cnt_shigoto .tab_news_cnt2 ul li,
#tmp_news_cnt_kanko .tab_news_cnt3 ul li {
	margin-bottom:5px;
	background:url(/shared/templates/suido/images/contents/list_icon.png) no-repeat 5px 8px;
	font-size: 106.25%;
	display: flex;
	padding-bottom: .7em;
}
#tmp_news_cnt_kurashi .tab_news_cnt1 ul li span,
#tmp_news_cnt_shigoto .tab_news_cnt2 ul li span,
#tmp_news_cnt_kanko .tab_news_cnt3 ul li span {
	padding-right: 1.4em;
	white-space: nowrap;
}
#tmp_news_cnt_kurashi .tab_news_cnt1 .read_all ul,
#tmp_news_cnt_shigoto .tab_news_cnt2 .read_all ul,
#tmp_news_cnt_kanko .tab_news_cnt3 .read_all ul {
	padding-bottom: 5px;
}
#tmp_news_cnt_kurashi .tab_news_cnt1 .read_all ul li,
#tmp_news_cnt_shigoto .tab_news_cnt2 .read_all ul li,
#tmp_news_cnt_kanko .tab_news_cnt3 .read_all ul li {
	line-height: 2.2em;
	font-size: 100%;
}
/* ichioshi */
#tmp_news_ichioshi {
	width: 100%;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#tmp_news_cnt_kanko {
	width: 670px;
}
#tmp_ichioshi {
	width: 340px;
	min-height: 470px;
	padding: 50px 30px 40px;
	background:
		url(/shared/site_rn/images/main/ichioshi_bg_top.png) center top no-repeat,
		url(/shared/site_rn/images/main/ichioshi_bg_bottom.png) center bottom no-repeat;
	background-size: 340px;
	background-color: #fff;
}
#tmp_ichioshi .ichioshi_sub_ttl {
	display: inline-block;
	background-color: #C43030;
	padding: .2em 1em	;
	margin-left: -30px;
	font-size: 93.75%;
	color: #fff;
}
#tmp_ichioshi .ichioshi_ttl img {
	width: 100%;
}
#tmp_ichioshi .ichioshi_cnt {
	width: 100%;
	margin: 0 auto;
}
#tmp_ichioshi .ichioshi_cnt_img {
	text-align: center;
	width: 100%;
}
#tmp_ichioshi .ichioshi_cnt_img img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	padding: 20px 10px;
}
#tmp_ichioshi .ichioshi_cnt_ttl {
	font-size: 112.5%;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-bottom: .2em;
}
/* ==================================================
information oyakudachi
================================================== */
.section_information {
	background-color: #FFF9EE;
	color: #313131;
	position: relative;
	z-index: 1;
	padding: 80px 0;
	overflow: hidden;
}
.information_wrap {
	position: relative;
	z-index: 1;
}
.information_wrap:after {
	content: '';
	position: absolute;
	top: -70px;
    bottom: 0;
    right: -305px;
    left: auto;
    width: 410px;
    height: 430px;
	background: transparent url(/shared/templates/top_rn/images/main/bg_info_rgt.png) right top no-repeat;
	color: inherit;
	z-index: -1;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
.wrap_heading .main_heading {
	font-size: 108.333%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 40px;
}
.wrap_heading .main_heading span {
	position: relative;
}
.wrap_heading .main_heading span:before,
.wrap_heading .main_heading span:after {
	content: '';
	position: absolute;
}
.wrap_heading .main_heading.information_heading span:before{ 
	top: -37px; 
	left: -96px;
	width: 80px;
	height: 65px;
	background: url(/shared/site_rn/images/main/info_title_ico_1.png) center left no-repeat;
}
.wrap_heading .main_heading span:after{ 
	top: 6px; 
	right: -76px;
	width: 55px;
	height: 15px;
	background: url(/shared/site_rn/images/main/info_title_bg.png) top right no-repeat;
}
.information_links {
	margin-bottom: 20px;
}
.information_links ul {
	list-style: none;
	margin: 0 -5px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.information_links ul li {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 20%;
	padding: 0 5px;
	margin-bottom: 10px;
	width: 270px;
	min-height: 220px;
}
.information_links .information_item {
	position: relative;
	background-color:#007696;
	color:#ffffff;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.information_links .information_item .information_image {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding: 10px 10px 15px;
	background-color: #007696;
	color:#ffffff;	
}
.information_links .information_item .information_image p {
	width: 100%;
	height: 155px;
	background: url(/shared/site_rn/images/main/noimage.png) center center no-repeat;
	background-size:cover;
	background-color: #007696;
	color:#ffffff;	
}
.information_links .information_item .information_image img {
	width: 100%;
	height: 155px;
	object-fit: cover;
	vertical-align: top;
}
.information_links .information_item .information_link {
	font-size: 106.25%;
	background-color: #007696;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
}
.information_links .information_item .information_link a {
	display: inline-block;
	color: inherit;
	background-color: #007696;
	text-decoration: none;
	padding: 0 1em .7em 2.4em;
	background: transparent url(/shared/site_rn/images/header/setting_arrow_blue.png) left 15px top .2em no-repeat;
}
.information_links .information_item .information_link a:hover,
.information_links .information_item.active .information_link a {
	text-decoration: underline;
}
.information_links .information_item.active {
	opacity: .8;
}
.section_information .read_all ul li {
	line-height: 2.2em;
	margin-bottom:5px;
	background:url(/shared/templates/suido/images/contents/list_icon.png) no-repeat 5px 8px;
	font-size: 100%;
	background-color: #fff;
}
.section_information .read_all ul li a {
	background-color: #fff;
}
.section_information .read_all ul li a:hover {
	background-color: #ABE1ED;
}
/* ==================================================
hiokicity kihon information
================================================== */
.section_hiokicity {
	background-color: #ABE1ED;
	color: #313131;
	position: relative;
	z-index: 1;
	padding: 80px 0;
	overflow: hidden;
}
.section_hiokicity .main_heading {
	font-size: 108.333%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 40px;
}
.section_hiokicity .main_heading span {
	position: relative;
}
.section_hiokicity .main_heading span:before,
.section_hiokicity .main_heading span:after {
	content: '';
	position: absolute;
}
.section_hiokicity .main_heading.information_hiokicity span:before{ 
	top: -24px; 
	left: -84px;
	width: 80px;
	height: 65px;
	background: url(/shared/site_rn/images/main/info_title_ico_2.png) center left no-repeat;
}
.section_hiokicity .main_heading span:after{ 
	top: 6px; 
	right: -76px;
	width: 55px;
	height: 15px;
	background: url(/shared/site_rn/images/main/info_title_bg.png) top right no-repeat;
}
.hiokicity_kihon_cnt {
	width: 100%;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.kihon_left_cnt {
	width: 50%;
}
.mayor_gikai_panel {
	position: relative;
	padding-right: 30px;
	z-index: 2;
}
.mayor_gikai_panel ul {
	list-style: none;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.mayor_gikai_panel ul li {
	width: 260px;
}
.mayor_gikai_panel ul li+li {
	margin-left: 12px;
}
.mayor_gikai_panel .information_item {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
	display: flex;
	align-items: center;
	background-color: #FEF9F1;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.mayor_gikai_panel .information_image img {
	width: 130px;
	height: 140px;
	object-fit: cover;
	padding: 0;
	border: 1px solid #CCCCCC;
	border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}
.mayor_gikai_panel .information_link {
	width: 100%;
}
.mayor_gikai_panel .information_link a {
	text-decoration: none;
	font-weight: bold;
	font-size: 106.25%;
	color: #313131;
	background: url(/shared/site_rn/images/header/setting_arrow_triangle.png) right center no-repeat;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
	padding: 0 1.2em 0 .8em;
}
.mayor_gikai_panel .information_link a:hover,
.mayor_gikai_panel .information_item.active .information_link p a {
	text-decoration: underline;
}
.mayor_gikai_panel .information_item.active {
	opacity: .8;
}
.hiokicity_kihon {
	position: relative;
	width: 100%;
	min-height: 530px;
	background: #ABE1ED url(/shared/site_rn/images/main/section_hiokicity_bg.png) right center no-repeat;
	margin-top: -40px;
	z-index: 1;
}
.hiokicity_kihon .hiokicity_cnt {
	position: absolute;
	top: 275px;
	left: 0;
	border: 1px solid #CCCCCC;
	background: rgba(255,255,255, .6);
	width: 390px;
	padding: 20px;
}
.hiokicity_kihon .hiokicity_cnt::after {
	content: '';
	position: absolute;
	top: -59px;
    left: 153px;
    width: 150px;
    height: 59px;
	background: transparent url(/shared/site_rn/images/main/section_hiokicity_pin.png) right top no-repeat;
	color: inherit;
	z-index: 2;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
.hiokicity_kihon .cnt_ttl {
	font-size: 125%;
	font-weight: bold;
	padding: 10px 0 10px 50px;
}
.hiokicity_kihon .hiokicity_info,
.hiokicity_kihon .hiokicity_kisho {
	margin-bottom: 10px;
}
.hiokicity_kihon .hiokicity_info .cnt_ttl {
	background: transparent url(/shared/site_rn/images/main/section_hiokicity_ttl_ico1.png) left center no-repeat;
}
.hiokicity_kihon .hiokicity_kisho .cnt_ttl {
	background: transparent url(/shared/site_rn/images/main/section_hiokicity_ttl_ico2.png) left center no-repeat;
}
.hiokicity_kihon ul {
	list-style: none;
	width: 100%;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.hiokicity_kihon ul li {
	width: 50%;
	padding-left: 40px;
	margin-bottom: 15px;
	background: transparent url(/shared/site_rn/images/header/setting_arrow_yellow.png) left 15px top calc(50% + 1px) no-repeat;
}
.kihon_right_cnt {
	width: 50%;
}
.pr_movie {
	background-color: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 23px 23px 25px; 
	margin-bottom: 10px;
}
.pr_movie .cnt_ttl {
	font-size: 125%;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-bottom: .4em;
}
.pr_movie .cnt_ttl span {
	padding: 20px 48px;
	background: transparent url(/shared/site_rn/images/main/pr_movie_ico.png) left center no-repeat;
	min-height: 25px;
}
.pr_movie .cnt_movie .video {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.pr_movie .cnt_movie .video iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
.koho_hioki {
	background-color: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 30px 40px;
}
.koho_hioki .koho_image {
	padding-right: 25px;
}
.koho_hioki .koho_image img {
	width: 165px;
	height: 235px;
	object-fit: cover;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.koho_hioki .koho_box {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
	display: flex;
}
.koho_hioki .koho_cap p {
	margin-bottom: 10px;
	text-align: center;
}
.koho_hioki .koho_cap p:first-child {
	font-size: 125%;
	font-weight: bold;
}
.koho_hioki .koho_cap p:nth-child(2) {
	width: 100%;
}
.koho_hioki .koho_cap p:nth-child(2) a {
	display: block;
	text-decoration: none;
	color: #313131;
	width: 100%;
	padding: .3em 0 .1em;
	background-color: #FFB200;
	border: 1px solid #FFB200;;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.koho_hioki .koho_cap ul {
	list-style: none;
	margin-bottom: 20px;
}
.koho_hioki .koho_cap ul li {
	padding-left: 40px;
	padding-bottom: .5em;
	line-height: 1.6em;
	background: url(/shared/site_rn/images/header/setting_arrow_yellow.png) left 15px top .25em no-repeat;
}
.koho_hioki .koho_history {
	width: 100%;
}
.koho_hioki .koho_history a {
	display: block;
	width: 350px;
	margin: 0 auto;
	padding: .3em 0 .2em;
	border: 1px solid #007696;;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #007696 url(/shared/site_rn/images/header/setting_arrow_triangle_white.png) right 15px center no-repeat;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
}
.koho_hioki .koho_cap p:nth-child(2) a:hover,
.koho_hioki .koho_history a:hover {
	text-decoration: underline;
}
/* ==================================================
site banner 
================================================== */
.box_site {
	padding: 40px 0 30px;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}
.box_site .container {
	padding: 0;
}
.site_cnt {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	color: #313131;
}
.site_cnt .site_list {
	list-style: none;
}
.site_cnt .site_list li,
.site_cnt .site_list .list_items {
	float: left;
	padding: 0;
	text-align:center;
}
.site_cnt .site_list li a,
.site_cnt .site_list .list_items a {
	display: inline-block;
	text-align: center;
	position: relative;
}
.site_cnt .site_list li a:before,
.site_cnt .site_list .list_items a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.site_cnt .site_list li a img,
.site_cnt .site_list .list_items a img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.site_cnt .site_list li a:hover:before,
.site_cnt .site_list li a:focus:before,
.site_cnt .site_list .list_items a:hover:before,
.site_cnt .site_list .list_items a:focus:before {
	border-color: #0059b3;
}
.site_cnt .site_list {
	visibility: hidden;
    opacity: 0;
}
.site_cnt .site_list.slick-initialized {
	visibility: visible;
    opacity: 1;
}
.site_cnt .slick_control {
	text-align: center;
	padding-top: 20px;
}
.site_cnt .slick-dots li{
	margin: 0 4px;
	width: auto;
	height: auto;
}
.site_cnt .slick-dots li a {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: block;
    width: 20px;
    height: 9px;
    padding: 0;
    cursor: pointer;
    border: 0;
    color: #000000;
    background-color: #D1D1D1;
    text-indent: -1987em;
}
.site_cnt .slick-dots li :focus,
.site_cnt .slick-dots .slick-active a{
    background-color: #007696;
}
.site_cnt .slick-dots li a span{
    width: 11px;
    height: 11px;
    padding: 0;
    display: block;
    position: relative;
    z-index: -1;
    text-indent: -9999px;
}
.site_cnt .btn_slides a {
	display: inline-block;
	font-size: 68.75%;
	line-height: 1.1;
	padding: 5px 2px;
	border: 2px solid #A5A5A5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.site_cnt .btn_slides span {
	position: relative;
	z-index: 1;
	padding: 0 0 0 22px;
    display: inline-block;
	min-width: 60px;
	font-weight: bold;
	line-height: 1;
	text-indent: inherit;
	text-transform: uppercase;
	color: #333333;
}
.site_cnt .btn_slides span:before,
.site_cnt .btn_slides span:after {
    content: "";
    position: absolute;
    top: 50%;
	margin-top: -5px;
    width: 3px;
    height: 11px;
    color: #ffffff;
    background-color: #333333;
}
.site_cnt .btn_slides span:before {
    left: 7px;
}
.site_cnt .btn_slides span:after {
    left: 13px;
}
.site_cnt .slick-arrow {
	display: inline-block;
	margin-top: -6px;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
	-webkit-transition: background-image 0.2s ease-in-out;
    -moz-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}
.site_cnt .slick-arrow.slick-next {
	right: -10px;
}
.site_cnt .slick-arrow.slick-prev {
	left:-10px;
}
.site_cnt .slick-arrow,
.site_cnt .slick-arrow span {
	display:block;
	width:14px;
	height:30px;
}
.site_cnt .slick-arrow span {
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
}
.site_cnt .slick-prev {
    background-image:  url(/shared/templates/top_rn/images/icon/icon_prev.png);
}
.site_cnt .slick-next {
    background-image: url(/shared/templates/top_rn/images/icon/icon_next.png);
}
/* ==================================================
clearfix
================================================== */
.information_links ul:after,
.site_cnt .site_list:after,
.advertising_list:after,
#tmp_search_key:after,
.section_pickup:after,
.box_news .news_btn ul:after,
.pickup_cate:after,
.pickup_list:after,
.box_tab_pickup .tab_pickup_cnt:after {
	content: '';
	display: table;
	clear: both;
}
/* ==================================================
no javascript 
================================================== */
.no_javascript #tmp_tabs {
	margin-top: 0;
}
.no_javascript #tmp_tabs .tab_switch {
	pointer-events: none;
}
.no_javascript .site_cnt .site_list {
	visibility: visible;
    opacity: 1;
}
.no_javascript .site_cnt .site_list li,
.no_javascript .site_cnt .site_list .list_items {
	width: 16.66%;
	margin-bottom: 24px;
}
.no_javascript .site_cnt .site_list li:nth-child(6n),
.no_javascript .site_cnt .site_list .list_items:nth-child(6n) {
	clear: right;
}
.no_javascript .site_cnt .site_list li:nth-child(6n+1),
.no_javascript .site_cnt .site_list .list_items:nth-child(6n+1) {
	clear: left;
}
.no_javascript #tmp_mainvisual{
	max-height: 550px;
	overflow-y: auto;
}
.no_javascript #tmp_mainvisual .gallery_slide{
	margin-bottom: 15px;
}
.no_javascript #tmp_mainvisual .mainvisual_cap{
	padding-left: 12px;
}
.no_javascript #tmp_mainvisual .gallery_slide img {
	opacity: 1;
	visibility: visible;
}
.no_javascript .information_links .information_item:before {
	display: none;
}
/* ==================================================
accessibility
================================================== */
.fsize_big #tmp_wrapper .pickup_box .pickup_image,
.fsize_big2 #tmp_wrapper .pickup_box .pickup_image{
	margin-bottom: 7px;
}
.fsize_big2 #tmp_mainvisual .mainvisual_cap {
	padding-left: 220px;
}
.fsize_big2 #tmp_mainvisual.no_control .mainvisual_cap,
.fsize_big #tmp_mainvisual.no_control .mainvisual_cap {
	padding-left: 12px;
}
.fsize_big #tmp_mainvisual .mainvisual_cap {
	padding-left: 200px;
}
.color_blue #tmp_wrapper .section_information:before,
.color_blue #tmp_wrapper .section_information:after,
.color_black #tmp_wrapper .section_information:before,
.color_black #tmp_wrapper .section_information:after,
.color_yellow #tmp_wrapper .section_information:before,
.color_yellow #tmp_wrapper .section_information:after{
	display: none;
}
.color_blue #tmp_wrapper .news_btn,
.color_black #tmp_wrapper .news_btn,
.color_yellow #tmp_wrapper .news_btn {
	margin: 0 10px;
}
.color_blue #tmp_sch_key_btn,
.color_black #tmp_sch_key_btn,
.color_yellow #tmp_sch_key_btn {
	border-left: 1px solid transparent;
}
.color_black #tmp_wrapper #tmp_tabs .tab_title a.tb_active,
.color_black #tmp_wrapper #tmp_tabs .tab_title a.tb_active span,
.color_blue #tmp_wrapper #tmp_tabs .tab_title a.tb_active,
.color_blue #tmp_wrapper #tmp_tabs .tab_title a.tb_active span{
	color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_tabs .tab_title a.tb_active,
.color_yellow #tmp_wrapper #tmp_tabs .tab_title a.tb_active span{
	color: #000000 !important;
}
.color_black #tmp_mainvisual .slick-dots .slick-active a,
.color_blue #tmp_mainvisual .slick-dots .slick-active a {
	background-color: #FFFF00 !important;
}
.color_yellow #tmp_mainvisual .slick-dots .slick-active a {
	background-color: #000000 !important;
}
@media all and (-ms-high-contrast:none) {
	#tmp_mainvisual .btn_slides.stop span:before, 
	#tmp_mainvisual .btn_slides.stop span:after {
		margin-top: -10px;
	}
}
.color_yellow #tmp_wrapper #tmp_search_key,
.color_blue #tmp_wrapper #tmp_search_key,
.color_black #tmp_wrapper #tmp_search_key,
.color_yellow #tmp_wrapper .site_cnt,
.color_blue #tmp_wrapper .site_cnt,
.color_black #tmp_wrapper .site_cnt{
	border: 1px solid transparent;
}
.color_blue #tmp_wrapper .information_links .information_item .information_link,
.color_yellow #tmp_wrapper .information_links .information_item .information_link,
.color_black #tmp_wrapper .information_links .information_item .information_link{
	-webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
	border: 1px solid transparent;
}
.color_blue #tmp_wrapper .box_news:before,
.color_yellow #tmp_wrapper .box_news:before,
.color_black #tmp_wrapper .box_news:before {
	display: none;
}
.color_blue #tmp_wrapper .box_news,
.color_yellow #tmp_wrapper .box_news,
.color_black #tmp_wrapper .box_news {
	border: 2px solid transparent;
}
.color_blue #tmp_wrapper .wrap_heading .main_heading:before, 
.color_blue #tmp_wrapper .wrap_heading .main_heading:after,
.color_yellow #tmp_wrapper .wrap_heading .main_heading:before, 
.color_yellow #tmp_wrapper .wrap_heading .main_heading:after,
.color_black #tmp_wrapper .wrap_heading .main_heading:before, 
.color_black #tmp_wrapper .wrap_heading .main_heading:after {
	display: none;
}
.color_black #tmp_mainvisual .gallery_slide img,
.color_yellow #tmp_mainvisual .gallery_slide img,
.color_blue #tmp_mainvisual .gallery_slide img {
	opacity: 1;
	visibility: visible;
}
.color_black #tmp_wrapper .emergency_wrap:before,
.color_black #tmp_wrapper .emergency_wrap:after,
.color_black #tmp_wrapper .information_wrap:after,
.color_yellow #tmp_wrapper .emergency_wrap:before,
.color_yellow #tmp_wrapper .emergency_wrap:after,
.color_yellow #tmp_wrapper .information_wrap:after,
.color_blue #tmp_wrapper .emergency_wrap:before,
.color_blue #tmp_wrapper .emergency_wrap:after,
.color_blue #tmp_wrapper .information_wrap:after {
	display: none;
}
.color_black #tmp_wrapper .slick-arrow,
.color_yellow #tmp_wrapper .slick-arrow,
.color_blue #tmp_wrapper .slick-arrow {
	padding:10px;
	font-weight:bold;
	background-image:none !important;
}
.color_black #tmp_wrapper .slick-arrow {
	background-color:#000000 !important;
	border:2px solid #FFFF00 !important;
}
.color_yellow #tmp_wrapper .slick-arrow {
	background-color:#FFFF00 !important;
	border:2px solid #000000 !important;
}
.color_blue #tmp_wrapper .slick-arrow {
	background-color:#00008B !important;
	border:2px solid #FFFF00 !important;
}
/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}