@charset "utf-8";

/* ==================================================
contents
================================================== */
.block_head h2 {
    font-size: 187.5%;
    padding-bottom: 16px;
    margin-bottom: 23px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.block_head h3 {
    padding-left: 26px;
    font-size: 150%;
    background-image: url(/shared/templates/top_rn2025/images/bg_line_h3.png);
    background-repeat: no-repeat;
    background-position: left 15px;
    margin-bottom: 7px;
}
#tmp_mainvs {
    margin: 48px 0 36px;
}
#tmp_mainvs .splide__slide .img {
    margin-bottom: 10px;
}
#tmp_mainvs .splide__slide .img img {
    vertical-align: top;
    width: 100%;
    height: auto;
}
#tmp_mainvs .splide__slide .txt {
    padding-bottom: 2px;
}
#tmp_mainvs .splide__slide .txt a {
    display: inline-block;
    padding-left: 21px;
    color: #00337f;
    background: url(/shared/site_rn2025/images/icon/icon_arr_left.png) no-repeat 1px 7px;
}
#tmp_mainvs .splide__controls {
    margin: 12px 0 14px;
}
#tmp_mainvs .splide.no-splide .splide__list {
    justify-content: center;
}
/* Social */
#tmp_social {
    position: relative;
    margin-bottom: 72px;
}
#tmp_social:before {
    content: '';
    width: 130px;
    height: 133px;
    position: absolute;
    bottom: calc(100% - 56px);
    right: -20px;
    background: url(/shared/templates/top_rn2025/images/bg_circle_search.png) no-repeat left top;
    z-index: -1;
}
#tmp_social .block_head h2 {
    background-image: url(/shared/templates/top_rn2025/images/sns_ttl.png);
}
#tmp_social .social_list {
    display: flex;
    gap: 3px;
    list-style: none;
    flex-wrap: wrap;
}
#tmp_social .social_list li {
    width: calc(100%/5 - 3px);
    max-width: calc(100%/3 - 1px);
    flex: 1;
}
#tmp_social .social_list li a {
    display: flex;
    height: 100%;
    align-items: center;
    text-decoration: none;
    padding: 25px 10px 24px 24px;
    gap: 25px;
    line-height: 1.5;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid transparent;
}
#tmp_social .social_list li .img {
    display: inline-block;
    width: 50px;
    flex-shrink: 0;
}
#tmp_social .social_list li .img img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_social .social_list li .txt {
    padding-top: 1px;
}
#tmp_social .social_list li .txt > span {
    display: block;
}
/* Search info */
#tmp_block_seach {
    position: relative;
    margin-bottom: 72px;
}
#tmp_block_seach .block_head h2 {
    background-image: url(/shared/templates/top_rn2025/images/seach_ttl.png);
}
#tmp_info_search {
    margin-bottom: 34px;
}
#tmp_info_search .wrap_sch_box {
	float: left;
}
#tmp_info_query {
	width: 692px;
	min-height: 50px;
	border: 1px solid #aabbcc;
	padding: 5px 15px;
}
#tmp_info_sch_btn {
	width: 80px;
	min-height: 50px;
	margin-left: 10px;
	border: 1px solid transparent;
	color: #ffffff;
	background-color: #222222;
	padding: 6px 5px 4px 7px;
	font-weight: bold;
	cursor: pointer;
}
#tmp_info_sch_btn:hover {
    text-decoration: underline;
}
#tmp_info_search .sch_link {
    font-size: 87.5%;
    width: 154px;
    margin-left: 4px;
    text-align: right;
    padding: 14px 0 0;
}
#tmp_info_search .sch_link a {
    padding-left: 21px;
    color: #00337f;
    background: url(/shared/site_rn2025/images/icon/icon_arr_left.png) no-repeat 3px 5px;
}
/* keyword */
#tmp_keyword {
    margin-bottom: 21px;
}
#tmp_keyword .keyword_list li {
    display: inline-block;
    margin-right: 23px;
    margin-bottom: 11px;
}
#tmp_keyword .keyword_list a {
    display: inline-block;
    padding-left: 20px;
    color: #00337f;
    background: url(/shared/site_rn2025/images/icon/icon_arr_left.png) no-repeat 0 4px;
}
/* benri navi */
#tmp_benri_navi {
    position: relative;
}
#tmp_benri_navi:before {
    content: '';
    width: 118px;
    height: 120px;
    position: absolute;
    bottom: -73px;
    left: -40px;
    background: url(/shared/templates/top_rn2025/images/bg_circle_benri.png) no-repeat left top;
    z-index: -1;
}
#tmp_benri_navi .block_head h3 {
    margin-bottom: 8px;
}
#tmp_benri_navi .navi_top {
    margin-bottom: 20px;
}
#tmp_benri_navi .navi_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 3px;
}
#tmp_benri_navi .navi_list .navi_item {
    width: calc(100%/3 - 2px);
}
#tmp_benri_navi .navi_list .navi_item a {
    display: flex;
    padding: 9px 24px 7px 20px;
    gap: 20px;
    height: 100%;
    align-items: center;
    text-decoration: none;
    color: #333333;
    background-color: #ffffff;
    min-height: 100px;
    border: 1px solid transparent;
}
#tmp_benri_navi .navi_list .navi_item .img {
    width: 59px;
    padding-bottom: 4px;
}
#tmp_benri_navi .navi_list .navi_item .img img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_benri_navi .navi_list .navi_item .txt {
    flex: 1;
}
#tmp_benri_navi .navi_bottom .navi_list .navi_item a {
    min-height: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#tmp_benri_navi .navi_bottom .navi_list .navi_item a .txt {
    flex: none;
    display: inline-block;
    padding: 2px 0 2px 43px;
    min-height: 26px;
    background-image: url(/shared/templates/top_rn2025/images/icon_navi_circle.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 24px auto;
}
/* News */
#tmp_hot_news {
    margin-bottom: 61px;
}
#tmp_release_news {
    position: relative;
    margin-bottom: 95px;
}
#tmp_release_news:before {
    content: '';
    width: 146px;
    height: 230px;
    position: absolute;
    bottom: calc(100% - 191px);
    right: -20px;
    background: url(/shared/templates/top_rn2025/images/bg_circle_release.png) no-repeat left top;
    z-index: -1;
}
#tmp_hot_news .block_head h2 {
    margin-bottom: 22px;
    background-image: url(/shared/templates/top_rn2025/images/hot_news_ttl.png);
}
#tmp_release_news .block_head h2 {
    background-image: url(/shared/templates/top_rn2025/images/press_release_ttl.png);
}
.block_news_common .news_list {
    padding: 10px 17px 12px;
    margin-bottom: 16px;
    color: #333333;
    background-color: #e3effb;
    border: 1px solid transparent;
    border-top-color: #006dd9;
    border-bottom-color: #006dd9;
}
.block_news_common .news_list td {
    padding: 14px 0 13px;
}
.block_news_common .news_list td.date {
    width: 143px;
}
.block_news_common .news_list td a {
    padding-left: 20px;
    color: #00337f;
    background: url(/shared/site_rn2025/images/icon/icon_arr_left.png) no-repeat 0 5px;
}
.block_news_common .news_more {
    text-align: right;
}
.block_news_common .news_more li {
    display: inline-block;
    margin-left: 24px;
    margin-bottom: 10px;
}
.block_news_common .news_more a {
    display: inline-block;
    padding-left: 19px;
    color: #00337f;
    background: url(/shared/site_rn2025/images/icon/icon_arr_left.png) no-repeat 0 4px;
}
/* Harimamachi */
#tmp_harimamachi {
    position: relative;
    margin-bottom: 63px;
}
#tmp_harimamachi:before {
    content: '';
    width: 216px;
    height: 281px;
    position: absolute;
    bottom: calc(100% - 180px);
    left: -18px;
    background: url(/shared/templates/top_rn2025/images/bg_circle_harima.png) no-repeat right top;
    z-index: -1;
}
#tmp_harimamachi:after {
    content: '';
    width: 63px;
    height: 89px;
    position: absolute;
    bottom: 104px;
    right: -20px;
    background: url(/shared/templates/top_rn2025/images/bg_circle_harima_bt.png) no-repeat left top;
    z-index: -1;
}
#tmp_harimamachi .block_head h2 {
    padding-bottom: 19px;
    background-image: url(/shared/templates/top_rn2025/images/harimamachi_ttl.png);
}
#tmp_harimamachi .harimamachi_top {
    margin-bottom: 20px;
}
#tmp_harimamachi .harimamachi_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 3px;
}
#tmp_harimamachi .harimamachi_list li {
    width: calc(100%/3 - 2px);
}
#tmp_harimamachi .harimamachi_list li a {
    display: flex;
    padding: 10px 15px 7px 13px;
    gap: 14px;
    height: 100%;
    align-items: center;
    text-decoration: none;
    color: #333333;
    background-color: #ffffff;
    min-height: 100px;
    border: 1px solid transparent;
}
#tmp_harimamachi .harimamachi_list li .img {
    width: 110px;
}
#tmp_harimamachi .harimamachi_list li .img img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_harimamachi .harimamachi_list li a .txt {
    padding-top: 4px;
}
#tmp_harimamachi .harimamachi_bottom {
    margin-bottom: 34px;
}
#tmp_harimamachi .harimamachi_bottom .harimamachi_list li a {
    min-height: auto;
    padding: 17px 16px 14px 40px;
    color: #333333;
    background: #ffffff url(/shared/site_rn2025/images/icon/icon_arr_left.png) no-repeat 19px 21px;
}
#tmp_harimamachi .harimamachi_other {
    display: flex;
    gap: 42px;
    align-items: flex-start;
}
#tmp_harimamachi .harimamachi_other .block_head h3 {
    margin-bottom: 8px;
}
#tmp_harimamachi .harimamachi_other .block_left {
    width: 380px;
    padding: 0;
    color: #333333;
    background-color: transparent;
}
#tmp_harimamachi .harimamachi_other .img {
    margin-bottom: 13px;
}
#tmp_harimamachi .harimamachi_other .block_left .img {
    padding-right: 15px;
    padding-left: 16px;
}
#tmp_harimamachi .harimamachi_other .img img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_harimamachi .harimamachi_other .link {
    text-align: right;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
#tmp_harimamachi .harimamachi_other .block_left .link {
    padding-right: 16px;
}
#tmp_harimamachi .harimamachi_other .link a {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 9px;
    color: #00337f;
    background: url(/shared/site_rn2025/images/icon/icon_arr_left.png) no-repeat 0 6px;
}
#tmp_harimamachi .harimamachi_other .block_right {
    width: 520px;
}
#tmp_harimamachi .harimamachi_other .block_kensaku {
    margin-bottom: 20px;
}
#tmp_harimamachi .block_jinkou .block_head h3 {
    margin-bottom: 10px;
}
#tmp_harimamachi .block_jinkou .block_jinkou_cnt {
    padding: 16px 20px 8px;
    color: #333333;
    background-color: #ffffff;
}
#tmp_harimamachi .block_jinkou .des {
    font-size: 87.5%;
    margin-bottom: 0;
}
#tmp_harimamachi .block_jinkou table {
    width: 100%;
    background-color: #ffffff;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 4px;
}
#tmp_harimamachi .block_jinkou table td {
    padding-top: 4px;
    padding-bottom: 4px;
}
#tmp_harimamachi .block_jinkou table .ttl {
    width: 77px;
    position: relative;
    font-weight: bold;
    padding-left: 9px;
    padding-right: 5px;
    padding-top: 10px;
}
#tmp_harimamachi .block_jinkou table tr td:nth-child(3) {
    width: 93px;
    padding-left: 29px;
}
#tmp_harimamachi .block_jinkou table tr td:nth-child(4) {
    width: 162px;
}
#tmp_harimamachi .block_jinkou table .ttl:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 21px;
    background-color: #ff9900;
    border-radius: 50%;
}
#tmp_harimamachi .block_jinkou table tr td:nth-child(3):before {
    left: 19px;
}
#tmp_harimamachi .block_jinkou table .value {
    width: 166px;
    font-size: 137.5%;
}
/* Publicity */
#tmp_publicity {
    max-width: 790px;
    margin-left: 66px;
    margin-bottom: 77px;
}
#tmp_publicity_ttl {
    display: flex;
    align-items: center;
    gap: 27px;
    margin-bottom: 12px;
}
#tmp_publicity_ttl .ttl {
    font-size: 125%;
}
#tmp_publicity_ttl .link a {
    display: inline-block;
    padding-left: 20px;
    color: #00337f;
    background: url(/shared/site_rn2025/images/icon/icon_arr_left.png) no-repeat 0 5px;
}
#tmp_publicity_cnt .banner ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#tmp_publicity_cnt .banner ul li a {
    display: block;
}
/* hover */
#tmp_mainvs .splide__slide .txt a:hover,
#tmp_info_search .sch_link a:hover,
.block_news_common .news_list td a:hover,
.block_news_common .news_more a:hover,
#tmp_harimamachi .harimamachi_other .link a:hover,
#tmp_publicity_ttl .link a:hover,
#tmp_keyword .keyword_list a:hover {
    text-decoration: none;
}
#tmp_benri_navi .navi_list .navi_item a:hover,
#tmp_harimamachi .harimamachi_list li a:hover,
#tmp_social .social_list li a:hover {
    text-decoration: underline;
}
/* Accessibility */
.fsize_big2 #tmp_info_search .sch_link {
    padding-top: 0;
}
.fsize_big .block_news_common .news_list td.date {
    width: 187px;
}
.fsize_big2 .block_news_common .news_list td.date {
    width: 260px;
}
.fsize_big2 #tmp_social .social_list li a {
    padding-left: 5px;
}
/* No javascript */
.no_javascript #tmp_mainvs .splide .splide__list {
    width: 560px;
    max-height: 380px;
    overflow-y: auto;
    margin: 0 auto !important;
}
.no_javascript #tmp_mainvs .splide .splide__slide {
    margin-bottom: 10px;
}
/* ==================================================
clearfix
================================================== */

/* for modern browser */
#tmp_info_search:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}
