@charset "utf-8";

/* ==================================================
top_heading
================================================== */
#tmp_top_heading {
	padding:40px 0 75px;
	clear:both;
}
#tmp_top_heading .heading_left {
	float:left;
	width:53.333%;
}
#tmp_top_heading .heading_right {
	float:right;
	width:41.67%;
}
/* ==================================================
mainvisual
================================================== */
#tmp_mainvisual .splide__track {
	overflow: visible;
}
#tmp_mainvisual ul {
	list-style:none;
}
#tmp_mainvisual img {
	max-width:100%;
	height:auto;
}
#tmp_mainvisual .mainvisual_sub > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#tmp_mainvisual .mainvisual_sub > ul > li {
	width:71px;
}
#tmp_mainvisual .mainvisual_sub > ul > li.active {
	/* width: calc(100% - 142px); */
	width: 100%;
}
#tmp_mainvisual .mainvisual_sub > ul > li a {
    position: relative;
	text-decoration:none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    align-items: center;
    color: #000000;
	background-color:#f5f5f5;
	border-top:1px solid #ffffff;
	padding:8px;
    line-height: 1.4;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
#tmp_mainvisual .mainvisual_sub > ul > li a:before {
    content: '';
    position: absolute;
    top: 3px;
	bottom:3px;
    left: 0;
    width:1px;
    background-color: transparent;
    border-left: 1px solid #d2d2d2;
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}
#tmp_mainvisual .mainvisual_sub > ul > li a:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 15px 9px;
	border-color: transparent transparent #222222 transparent;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
#tmp_mainvisual .mainvisual_sub > ul > li.active a {
	border-color:#222222;
}
#tmp_mainvisual .mainvisual_sub > ul > li.active a:after {
    opacity: 1;
}
#tmp_mainvisual .mainvisual_sub > ul > li.active a:before,
#tmp_mainvisual .mainvisual_sub > ul > li:first-child a:before {
	display:none;
}
#tmp_mainvisual .mainvisual_sub > ul > li .img,
#tmp_mainvisual .mainvisual_sub > ul > li .text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    align-items: center;
}
#tmp_mainvisual .mainvisual_sub > ul > li .img {
    position: relative;
	width:55px;
}
#tmp_mainvisual .mainvisual_sub > ul > li .img img {
    width: 100%;
    height: auto;
}
#tmp_mainvisual .mainvisual_sub > ul > li .text {
	font-size:87.5%;
}
#tmp_mainvisual .mainvisual_sub > ul > li .text span {
    padding: 0 0 0 8px;
}
#tmp_mainvisual .mainvisual_sub > ul > li.active .text {
	display:flex;
	width: calc(100% - 55px);
}
#tmp_mainvisual .mainvisual_sub > ul > li.active a {
    background-color: #222222;
    color: #ffffff;
}
.no_javascript #tmp_mainvisual .splide .splide__list .splide__slide {
	display:none;
}
.no_javascript #tmp_mainvisual .splide .splide__list .splide__slide:first-child {
	display:block;
}
.no_javascript #tmp_mainvisual .mainvisual_sub {
	display:none;
}
/* スライダー1枚の時 */
.splide.no-splide .splide__slide {
	width: 100%;
}
#tmp_mainvisual .mainvisual_sub > ul > li:only-of-type {
	width: 100%;
}
#tmp_mainvisual .mainvisual_sub > ul > li:only-of-type a {
	background-color: #222222;
	color: #ffffff;
}
#tmp_mainvisual .mainvisual_sub > ul > li:only-of-type a:after {
	opacity: 1;
}
#tmp_mainvisual .mainvisual_sub > ul > li:only-of-type a:before {
	display:none;
}
/* ==================================================
top_section
================================================== */
/* top_section
================================================== */
.top_section {
	padding:78px 0 60px;
}
#tmp_top_section_access,
#tmp_top_section_search,
#tmp_top_section_info {
	background-color:#f5f5f5;
	color:inherit;
}
.top_section img {
	max-width:100%;
	height:auto;
}
.top_section_ttl {
	text-align:center;
	margin:0 0 34px;
}
.top_section_ttl h2 {
	font-size:112.5%;
	padding-top:46px;
	background-repeat:no-repeat;
	background-position:top center;
}
#tmp_top_section_notice .top_section_ttl h2 {
	background-image: url(/images/ttl_en_notice.png);
}
#tmp_top_section_access .top_section_ttl h2 {
	background-image: url(/images/ttl_en_access.png);
}
#tmp_top_section_emergency .top_section_ttl h2 {
	background-image:url(/images/ttl_en_emergency.png);
}
#tmp_top_section_search .top_section_ttl h2 {
	background-image:url(/images/ttl_en_search.png);
}
#tmp_top_section_contents .top_section_ttl h2 {
	background-image:url(/images/ttl_en_programs.png);
}
#tmp_top_section_search .sec_search_ttl,
#tmp_top_section_info .sec_info_ttl {
	margin:0 0 30px;
}
#tmp_top_section_search .sec_search_ttl h3,
#tmp_top_section_info .sec_info_ttl h3,
#tmp_publicity_ttl h2 {
	font-size:112.5%;
	line-height:1;
	border-left:3px solid #1b1464;
	padding:0 0 0 10px;
}
/* access
================================================== */
#tmp_top_section_access .top_section {
	padding:35px 0 29px;
}
#tmp_top_section_access .top_section_ttl {
	margin-bottom:20px;
}
#tmp_top_section_access .top_section_cnt {
	padding:0 30px;
}
#tmp_top_section_access .top_section_cnt p {
	line-height:1.875;
}
#tmp_top_section_access .phone_number {
	background:url(/images/arrow_icon12.png) no-repeat left 0.7em;
	background-size: 6px auto;
	padding-left:16px;
}
#tmp_top_section_access .phone_number a {
	color:#222222;
	background-color:transparent;
	text-decoration:none;
}
/* access_navi_btn */
#tmp_top_section_access .access_navi_btn,
#tmp_top_section_access .access_navi_btn li,
#tmp_top_section_access .access_navi_btn li a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_top_section_access .access_navi_btn {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	margin:14px 0 0;
	list-style:none;
	font-size:112.5%;
	font-weight:bold;
}
#tmp_top_section_access .access_navi_btn li {
	width:50%;
}
#tmp_top_section_access .access_navi_btn li a {
	align-items: center;
	flex-grow:1;
	text-decoration:none;
	color:#222222;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:12px center;
	padding:5px 10px 5px 60px;
	border-left:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	min-height:70px;
}
#tmp_top_section_access .access_navi_btn li:nth-child(1) a,
#tmp_top_section_access .access_navi_btn li:nth-child(2) a {
	border-top:1px solid #d2d2d2;
}
#tmp_top_section_access .access_navi_btn li:nth-child(even) a {
	border-right:1px solid #d2d2d2;
}
#tmp_top_section_access .access_navi_btn li:last-of-type a {
	border-right:1px solid #d2d2d2;
}
#tmp_top_section_access .access_navi_btn .navi_list1 a {
	background-image:url(/images/access_icon1.png);
}
#tmp_top_section_access .access_navi_btn .navi_list2 a {
	background-image:url(/images/access_icon2.png);
}
#tmp_top_section_access .access_navi_btn .navi_list3 a {
	background-image:url(/images/access_icon3.png);
}
#tmp_top_section_access .access_navi_btn .navi_list4 a {
	background-image:url(/images/access_icon4.png);
}
/* emergency
================================================== */
#tmp_top_section_emergency .top_section {
	padding:35px 0 0;
}
#tmp_top_section_emergency .top_section_ttl {
	margin-bottom:28px;
}
/* emergency_navi_btn */
#tmp_top_section_emergency .emergency_navi_btn,
#tmp_top_section_emergency .emergency_navi_btn li,
#tmp_top_section_emergency .emergency_navi_btn li a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_top_section_emergency .emergency_navi_btn {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	margin:20px -10px 0;
	list-style:none;
	font-size:112.5%;
	font-weight:bold;
}
#tmp_top_section_emergency .emergency_navi_btn li {
	width:50%;
	padding:0 10px;
}
#tmp_top_section_emergency .emergency_navi_btn li a {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	flex-grow:1;
	text-decoration:none;
	color:#222222;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:18px center;
	padding:5px 10px;
	border:1px solid #d2d2d2;
	min-height:100px;
}
#tmp_top_section_emergency .emergency_navi_btn li .navi_list_icon {
	width:110px;
	padding:0 10px;
}
#tmp_top_section_emergency .emergency_navi_btn li .navi_list_text {
	padding-left:10px;
}
/* search
================================================== */
#tmp_top_section_search .top_section {
	padding-bottom:80px;
}
#tmp_top_section_search_used {
	float:left;
	width:50%;
}
#tmp_top_section_search_keyword {
	float:right;
	width:calc(50% - 80px);
}
/* search_keyword_list */
#tmp_top_section_search .search_keyword_list,
#tmp_top_section_search .search_keyword_list > li,
#tmp_top_section_search .search_keyword_list > li > a,
#tmp_top_section_search .search_keyword_list > li .img,
#tmp_top_section_search .search_keyword_list > li .main {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_top_section_search .search_keyword_list,
#tmp_top_section_search .search_keyword_list > li > a,
#tmp_top_section_search .search_keyword_list > li .main {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
#tmp_top_section_search .search_keyword_list {
	list-style:none;
}
#tmp_top_section_search .search_keyword_list > li {
	width:100%;
	margin:0 0 31px;
}
#tmp_top_section_search .search_keyword_list > li > a {
	width:100%;
	text-decoration:none;
	border:1px solid #d2d2d2;
}
#tmp_top_section_search .search_keyword_list > li .img {
	width:120px;
	-webkit-justify-content: center;
    justify-content: center;
	align-items: center;
	background-color:#ffffff;
	color:#222222;
	padding:38px 0;
}
#tmp_top_section_search .search_keyword_list > li .main {
	width: calc(100% - 120px);
	align-items: center;
	background-color:#ffffff;
	color:#222222;
	padding:13px 10px 13px 7px;
}
#tmp_top_section_search .search_keyword_list > li .main p {
	width:100%;
}
#tmp_top_section_search .search_keyword_list > li .main p:not(.main_ttl) {
	font-size:112.5%;
	padding-top:4px;
}
#tmp_top_section_search .search_keyword_list > li .main .main_ttl {
	font-size:150%;
	font-weight:bold;
}
#tmp_top_section_search .search_keyword_list > li.list_life .main {
	padding:34px 10px 33px 7px;
}

/* 取り組み
================================================== */
/* event_slide */
#tmp_top_section_ward_slide {
	margin:0 0 20px;
}
#tmp_top_section_ward_slide .splide__track {
	padding:5px 0;
}
#tmp_top_section_ward_slide .splide__slide {
	padding:0 12px;
	width:25%;
}
#tmp_top_section_ward_slide .splide.is-active .splide__slide {
	width: calc(33.3333%)!important;
}
#tmp_top_section_ward_slide .splide__arrow {
    top:140px;
    transform:none;
}
#tmp_top_section_ward_slide .splide__arrow--prev {
    left:64px;
}
#tmp_top_section_ward_slide .splide__arrow--next {
    right:64px;
}
#tmp_top_section_ward_slide .splide__controls {
	display:none;
}
#tmp_top_section_ward_slide .event_item {
	flex-direction: column;
	font-weight:bold;
	line-height:1.4;
	font-size:100%;
	background-color: #f5f5f5;
}
#tmp_top_section_ward_slide .splide__slide,
#tmp_top_section_ward_slide .event_item,
#tmp_top_section_ward_slide .event_item a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_top_section_ward_slide .event_item a {
	text-decoration:none;
	color:#222222;
	background-color:#f5f5f5;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	flex-grow:1;
	align-content:flex-start;
}
#tmp_top_section_ward_slide .event_item span {
	display:block;
}
#tmp_top_section_ward_slide .event_item_img {
	position:relative;
	z-index:10;
}
#tmp_top_section_ward_slide .event_item_cnt {
	padding:18px 20px 5px;
	width:100%;
}
#tmp_top_section_ward_slide .event_item_cnt span {
	display:inline-block;
}
#tmp_top_section_ward_slide .event_item,
.no_javascript #tmp_top_section_ward_slide .splide__list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
.no_javascript #tmp_top_section_ward_slide .splide__slide {
	margin:0 0 10px;
}
#tmp_top_section_contents .top_section_ttl {
	margin-bottom:28px;
}
/* ward_promotion_list */
#tmp_top_section_contents .ward_promotion_list,
#tmp_top_section_contents .ward_promotion_list li,
#tmp_top_section_contents .ward_promotion_list .text {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_top_section_contents .ward_promotion_list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	list-style:none;
	margin:0 -14px;
	font-weight:bold;
}
#tmp_top_section_contents .ward_promotion_list li {
	width:25%;
	padding:0 14px 0 13px;
	margin:0 0 27px;
	flex-direction: column;
}
#tmp_top_section_contents .ward_promotion_list li a {
	text-decoration:none;
	background-color:#f5f5f5;
	color:#222222;
}
#tmp_top_section_contents .ward_promotion_list li .text {
	padding:5px 15px;
	align-items: center;
	min-height:46px;
	background-color:#f5f5f5;
	color:#222222;
}
/* ward_promotion_list_s */
#tmp_top_section_contents .ward_promotion_list_s,
#tmp_top_section_contents .ward_promotion_list_s li,
#tmp_top_section_contents .ward_promotion_list_s li a,
#tmp_top_section_contents .ward_promotion_list_s span,
#tmp_top_section_contents .ward_promotion_list_s li .text {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_top_section_contents .ward_promotion_list_s {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	list-style:none;
	margin:0 -12px;
	font-size:112.5%;
	font-weight:bold;
}
#tmp_top_section_contents .ward_promotion_list_s li {
	width:33.333333%;
	padding:0 12px;
	margin:0 0 24px;
}
#tmp_top_section_contents .ward_promotion_list_s li a {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	text-decoration:none;
	align-items: center;
	flex-grow:1;
	background-color:#f5f5f5;
	color:#222222;
}
#tmp_top_section_contents .ward_promotion_list_s li .img {
	width:82px;
}
#tmp_top_section_contents .ward_promotion_list_s li .text {
	background-color:#f5f5f5;
	color:#222222;
	padding:7px 15px 2px;
	width: calc(100% - 82px);
	align-items: center;
	min-height:82px;
	font-size:87.5%;
}

/* news_list
================================================== */
#tmp_top_section_notice .news_list{
	list-style:none;
}
#tmp_top_section_notice .news_list li {
	padding:22px 13px 19px 13px !important;
	line-height:1.875;
	border-bottom:1px solid #d2d2d2;
	background: url(/images/arrow_icon12.png) no-repeat left 32px / 6px auto !important;
}
#tmp_top_section_notice .news_list li:last-child {
	padding-bottom:0;
	border-bottom:none;
}
#tmp_top_section_notice .news_list li a {
	display:inline-block;
	color:#222222;
}

/* _notice
================================================== */
#tmp_top_section_notice {
	padding-top:40px;
}
#tmp_top_section_notice .top_section {
	background-color:#f5f5f5;
	color:inherit;
	padding:39px 0 30px;
}
#tmp_top_section_notice .top_section_ttl {
	margin-bottom:8px;
}
#tmp_top_section_notice .top_section_cnt {
	padding:0 20px;
}

/* info
================================================== */
#tmp_tab_info {
	position:relative;
	padding:78px 0 60px;
}
#tmp_top_section_news,
#tmp_top_section_update {
	padding:0;
	width:100%;
}
#tmp_tab_info .top_section_ttl {
	margin-bottom:0;
}
#tmp_tab_info .tab_ttl {
	width:50%;
	padding:0 50px;
}
#tmp_top_section_update .top_section_ttl.tab_ttl {
	position:absolute;
	top:78px;
	right:0;
}
#tmp_top_section_news .top_section_ttl h2,
#tmp_top_section_update .top_section_ttl h2 {
	padding-top:0;
	position:relative;
}
#tmp_top_section_news .top_section_ttl h2::after,
#tmp_top_section_update .top_section_ttl h2::after {
	content:'';
	position:absolute;
	left:50%;
	bottom:-14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 10px 0 10px;
	border-color: #1b1464 transparent transparent transparent;
	opacity:0;
	margin-left:-10px;
}
#tmp_top_section_news .top_section_ttl h2 a,
#tmp_top_section_update .top_section_ttl h2 a {
	text-decoration:none;
	display:block;
	color:#222222;
	padding:46px 0 22px;
	background-repeat:no-repeat;
	background-position:top center;
	border-bottom:2px solid #d2d2d2;
}
#tmp_top_section_news .top_section_ttl h2 a {
	background-image:url(/images/ttl_en_news.png);
}
#tmp_top_section_update .top_section_ttl h2 a {
	background-image:url(/images/ttl_en_update.png);
}
#tmp_top_section_news .top_section_ttl.tb_active h2 a,
#tmp_top_section_update .top_section_ttl.tb_active h2 a {
	border-bottom-color:#1b1464;
}
#tmp_top_section_news .top_section_ttl.tb_active h2::after,
#tmp_top_section_update .top_section_ttl.tb_active h2::after {
	opacity:1;
}
#tmp_top_section_news .top_section_ttl.tb_active h2 a,
#tmp_top_section_update .top_section_ttl.tb_active h2 a {
	border-bottom-color:#1b1464;
}
#tmp_tab_info .top_section_cnt {
	padding:30px 50px 20px;
}
#tmp_top_section_news .news_list li:first-child,
#tmp_top_section_update .news_list li:first-child {
	padding-top:25px !important;
}
#tmp_top_section_news .read_all,
#tmp_top_section_update .read_all {
	padding-top:10px;
}

/* お知らせが無い時のテキスト */
#tmp_top_section_news li.noinfo_txt {
	padding: 0 !important;
	padding-top: 0 !important;
}
#tmp_top_section_news li.noinfo_txt:first-child {
	padding: 0 !important;
	padding-top: 0 !important;
}

/* ==================================================
clearfix
================================================== */
#tmp_top_heading:after,
.top_section:after,
.top_section_cnt:after,
#tmp_top_section_info .wrap_sec_info:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}