@charset "UTF-8";
body {
  color: #222;
}

a,
a:link,
button {
  color: #15649E;
  text-decoration: underline;
}

a:hover,
button:hover {
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
  color: #d23250;
}

#no_script {
  position: relative;
  width: 100%;
  background: #f00;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin: 0;
  font-size: 14px;
  z-index: 100;
}

/* structure
====================================================================================================================================== */
html,
body {
  width: 100%;
}

html {
  height: 100%;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  min-width: 1200px;
}

#container {
  width: 100%;
  line-height: 2em;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  width: 980px;
}

.wrapper:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

img.blue, input.blue, img.black, input.black {
  display: none !important;
}

img.white, input.white {
  display: inline !important;
}

img.sp {
  display: none !important;
}

/* 中ページ
====================================================================================================================================== */
.page_title_wrap {
  background-color: #ECF4F8;
  margin-bottom: 3em;
}

.page_title_wrap .wrapper {
  padding-bottom: 2em;
  position: relative;
}

.subtop .page_title_wrap {
  position: relative;
  overflow: hidden;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}

.subtop .page_title_wrap #navibar {
  color: #fff;
}

.subtop .page_title_wrap #navibar a, .subtop .page_title_wrap #navibar a:link {
  color: #fff;
}

.subtop .page_title_wrap h1.page_title {
  color: #fff;
}

.subtop .page_title_wrap .wrapper {
  padding-bottom: 3em;
}

.subtop .page_title_wrap .subtop_main_visual {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.subtop .page_title_wrap .subtop_main_visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  width: auto;
  height: auto;
  min-width: 101%;
  min-height: 101%;
}

.page_title_wrap .comment_text, .page_title_wrap .comment_text p {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 0;
}

.page_title_wrap .update {
  position: absolute;
  top: 1.1em;
  right: 0;
  font-size: 0.8em;
  text-align: right;
  line-height: 1.5;
  color: #666;
  margin-bottom: 0;
}

.page_title_wrap .update br {
  display: none;
}

#navibar {
  padding-top: 0.6em;
  padding-right: 10em;
  margin-bottom: 1.9em;
}

#navibar p {
  font-size: 0.8em;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 0;
}

/* 暮らしの情報カラー */
.text_color_life {
  color: #15649E;
}

.text_color_parenting {
  color: #D14000;
}

.text_color_health {
  color: #008091;
}

.text_color_education {
  color: #795F23;
}

.text_color_safety {
  color: #BF1100;
}

.text_color_industry {
  color: #713A76;
}

.text_color_towninfo {
  color: #007C1D;
}

.text_color_facility {
  color: #6A6639;
}

.bg_color_life {
  background-color: #3A80BC;
}

.bg_color_parenting {
  background-color: #F0A278;
}

.bg_color_health {
  background-color: #5DBDC1;
}

.bg_color_education {
  background-color: #8B691C;
}

.bg_color_safety {
  background-color: #CC3300;
}

.bg_color_industry {
  background-color: #A76FAC;
}

.bg_color_towninfo {
  background-color: #00963E;
}

.bg_color_facility {
  background-color: #9D996C;
}

.sns_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.sns_buttons li {
  width: 85px;
  line-height: 1;
}

.sns_buttons li img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.sns_buttons li a:hover {
  opacity: 0.7;
}

.sns_buttons li + li {
  margin-left: 10px;
}

/* header
====================================================================================================================================== */
#header {
  background-color: #fff;
}

#header .header_top {
  padding: 8px 40px;
  background-color: #15649E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .header_top .sns_buttons {
  margin-right: 20px;
}

#header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 40px 0.5em;
}

#site_title {
  margin-bottom: 0;
  padding: 0;
}

#site_title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#site_title a, #site_title a:link {
  text-decoration: none;
}

#site_title a:hover {
  opacity: 0.7;
}

#site_title .logo {
  width: 80px;
}

#site_title .logo img {
  width: 100%;
}

#site_title .title_text {
  width: 240px;
  margin-left: 13px;
}

#site_title .title_text img {
  width: 100%;
}

.header_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header_buttons li {
  line-height: 1.3;
  width: 11.5em;
  height: 2.9em;
}

.header_buttons li + li {
  margin-left: 10px;
}

.header_buttons li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0.9em;
  font-weight: bold;
  text-align: left;
  padding-left: 3.5em;
  border: 2px solid #D2DADD;
  border-radius: 5px;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left 0.7em center;
}

.header_buttons li a, .header_buttons li a:link {
  color: #15649E;
  text-decoration: none;
}

.header_buttons li a:hover {
  border-color: #3A80BC;
  background-color: #ECF4F8;
}

.header_buttons li a.button_safety {
  background-image: url(../images/icon_safetyinfo.svg);
  border-color: #c30;
  color: #c30;
}

.header_buttons li a.button_safety:hover {
  background-color: #FFF0EB;
}

.header_buttons li a.button_musen {
  background-image: url(../images/icon_bosai.svg);
}

.header_buttons li a.button_download {
  background-image: url(../images/icon_download.svg);
}

.header_buttons li a.button_download span {
  display: block;
}

.header_buttons li a.button_download .small {
  font-size: 0.8em;
}

#sp_top_header_buttons {
  display: none;
}

#sp_menu_back {
  display: none;
}

.sp_menu_button {
  display: none;
}

.language_select {
  margin-left: 15px;
  position: relative;
}

.language_select .language_acc_t {
  background-color: #fff;
  width: 190px;
  height: 34px;
  padding-left: 17px;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
}

.language_select .language_acc_t:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  margin-left: 15px;
  border-style: solid;
  border-width: 8px 5.5px 0 5.5px;
  border-color: #3A80BC transparent transparent transparent;
}

.language_select .language_acc_t:hover {
  opacity: 0.9;
}

.language_select .language_acc_t p {
  font-size: 17px;
  font-weight: bold;
  color: #222;
  background: url(../images/icon_language.svg) no-repeat left center;
  background-size: 1.5em auto;
  padding-left: 2em;
  letter-spacing: 0.05em;
  margin: 0;
}

.language_select .language_acc_t.opened {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.language_select .language_acc_t.opened:after {
  border-width: 0 5.5px 8px 5.5px;
  border-color: transparent transparent #3A80BC transparent;
}

.language_select .language_acc_m {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  display: none;
  background-color: #fff;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-bottom: 0;
  padding: 0.8em 0;
}

.language_select .language_acc_m li {
  margin-bottom: 0;
}

.language_select .language_acc_m li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #15649E;
  line-height: 1;
  padding: 0.7em 0.5em 0.7em 1.5em;
  text-decoration: none;
}

.language_select .language_acc_m li a:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 3px solid #3A80BC;
  border-right: 3px solid #3A80BC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 0.5em;
}

.language_select .language_acc_m li a:hover {
  text-decoration: underline;
  color: #d23250;
}

#language_menu {
  display: none;
}

#text_menu {
  display: none;
}

/* 文字大きさ、背景色変更
====================================================================================================================================== */
.text_property_box {
  font-size: 17px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*-- 文字サイズ --*/
  /*-- 背景色 --*/
}

.text_property_box .textsize,
.text_property_box .bg_color {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text_property_box .textsize li,
.text_property_box .bg_color li {
  display: block;
  height: 100%;
}

.text_property_box .textsize li a,
.text_property_box .bg_color li a {
  display: block;
  height: 100%;
  line-height: 34px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  padding: 0 8px;
  text-decoration: none;
  font-size: 1em;
}

.text_property_box .textsize .title,
.text_property_box .bg_color .title {
  padding-right: 8px;
  line-height: 34px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.text_property_box .textsize .small a:hover, .text_property_box .textsize .small_on a, .text_property_box .textsize .middle a:hover, .text_property_box .textsize .middle_on a, .text_property_box .textsize .large a:hover, .text_property_box .textsize .large_on a,
.text_property_box .bg_color .small a:hover,
.text_property_box .bg_color .small_on a,
.text_property_box .bg_color .middle a:hover,
.text_property_box .bg_color .middle_on a,
.text_property_box .bg_color .large a:hover,
.text_property_box .bg_color .large_on a {
  background: #fff;
  color: #15649E;
}

.text_property_box .textsize li.small a, .text_property_box .textsize li.small_on a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.text_property_box .textsize li.large a, .text_property_box .textsize li.large_on a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.text_property_box .bg_color {
  margin-left: 18px;
}

.text_property_box .bg_color li.standard a, .text_property_box .bg_color li.standard_on a {
  background: #fff;
  color: #222;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.text_property_box .bg_color li.black a, .text_property_box .bg_color li.black_on a {
  background: #000;
  color: #fff;
  border-left: none;
  border-radius: 0;
}

.text_property_box .bg_color li.blue a, .text_property_box .bg_color li.blue_on a {
  background: #00f;
  color: #fcee21;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.text_property_box .bg_color li.standard a:hover, .text_property_box .bg_color li.standard_on a:hover {
  background: #ddd;
}

.text_property_box .bg_color li.blue a:hover {
  background: #36f;
}

.text_property_box .bg_color li.black a:hover {
  background: #333;
}

/* 検索ボックス */
.search_box {
  margin-left: 10px;
  height: 34px;
}

.search_box form {
  position: relative;
  height: 100%;
}

.search_box form .search_form {
  display: block;
  width: 250px;
  height: 100%;
  line-height: 34px;
  border-radius: 6px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.9);
  font-size: 17px;
  color: #fff;
  padding: 0 2.8em 0 0.7em;
}

.search_box form .search_form:placeholder-shown {
  color: #fff;
}

.search_box form .search_form::-webkit-input-placeholder {
  color: #fff;
}

.search_box form .search_form:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.search_box form .search_form::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.search_box form .search_form:-ms-input-placeholder {
  color: #fff;
}

.search_box form .search_btn {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  width: 24px;
  background-color: transparent;
  background-image: url(../images/icon_search.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  border: none;
  color: transparent;
}

.search_box form .search_btn:hover {
  opacity: 0.8;
}

/* globalnavi
====================================================================================================================================== */
#globalnavi {
  padding: 0 40px;
}

#globalnavi .sns_buttons {
  display: none;
}

#globalnavi ul.nav_list {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#globalnavi ul.nav_list > li {
  margin-bottom: 0;
  border-right: 1px solid #D2DADD;
}

#globalnavi ul.nav_list > li:first-child {
  border-left: 1px solid #D2DADD;
}

#globalnavi ul.nav_list > li.nav_home {
  width: 6.25%;
}

#globalnavi ul.nav_list > li.nav_news {
  width: 12.95%;
}

#globalnavi ul.nav_list > li.nav_calendar {
  width: 16.61%;
}

#globalnavi ul.nav_list > li.nav_life {
  width: 14.73%;
}

#globalnavi ul.nav_list > li.nav_industry {
  width: 16.52%;
}

#globalnavi ul.nav_list > li.nav_admin {
  width: 11.61%;
}

#globalnavi ul.nav_list > li.nav_facilities {
  width: 12.5%;
}

#globalnavi ul.nav_list > li.nav_gikai {
  width: 9.375%;
}

#globalnavi ul.nav_list > li a.gnav_link {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 0.9em;
  font-weight: bold;
  padding: 1em 0;
  height: 100%;
}

#globalnavi ul.nav_list > li a.gnav_link, #globalnavi ul.nav_list > li a.gnav_link:link {
  text-decoration: none;
}

#globalnavi ul.nav_list > li.current {
  position: relative;
}

#globalnavi ul.nav_list > li.current:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #15649E;
}

#globalnavi ul.nav_list > li.has_submenu {
  position: relative;
}

#globalnavi ul.nav_list > li.has_submenu a.gnav_link {
  position: relative;
}

#globalnavi ul.nav_list > li.has_submenu a.gnav_link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #97CAE9 transparent transparent transparent;
}

#globalnavi ul.nav_list > li.has_submenu:hover .sub_menu {
  display: block;
}

#globalnavi ul.nav_list > li.has_submenu.active a.gnav_link {
  background-color: #15649E;
  color: #fff;
}

#globalnavi ul.nav_list > li.has_submenu.active a.gnav_link:after {
  border-color: #fff transparent transparent transparent;
}

#globalnavi .sub_menu {
  display: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99;
  width: 720px;
  background-color: #fff;
  border: 3px solid #15649E;
  border-radius: 6px;
  border-top-right-radius: 0;
  padding: 1em 1.8em 0.5em;
}

#globalnavi .sub_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.8em;
}

#globalnavi .sub_menu ul li {
  width: 49%;
  border-bottom: 1px solid #D2DADD;
}

#globalnavi .sub_menu ul li a {
  display: block;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.8em 0;
  padding-left: 1em;
  text-indent: -1em;
}

#globalnavi .sub_menu ul li a:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-top: 2px solid #3A80BC;
  border-right: 2px solid #3A80BC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#globalnavi .sub_menu ul li a:hover {
  text-decoration: underline;
}

#globalnavi .sub_menu .to_subtop {
  text-align: right;
  margin-bottom: 0;
}

#globalnavi .sub_menu .to_subtop a {
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
}

#globalnavi .sub_menu .to_subtop a, #globalnavi .sub_menu .to_subtop a:link {
  color: #136F9F;
  text-decoration: none;
}

#globalnavi .sub_menu .to_subtop a:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  border-top: 2px solid #3A80BC;
  border-right: 2px solid #3A80BC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#globalnavi .sub_menu .to_subtop a:hover {
  text-decoration: underline;
}

#globalnavi .sub_menu.icon_type {
  right: auto;
  left: 0;
  width: 440%;
  border-top-right-radius: 6px;
  border-top-left-radius: 0;
}

#globalnavi .sub_menu.icon_type ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75em 0;
  transition: .3s;
}

#globalnavi .sub_menu.icon_type ul li:hover {
  opacity: 0.7;
  text-decoration: underline;
}

#globalnavi .sub_menu.icon_type ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 0;
  text-indent: 0;
}

#globalnavi .sub_menu.icon_type ul li a:before {
  display: none;
}

#globalnavi .sub_menu.icon_type ul li p {
  margin: 0;
  line-height: 1.6;
}

#globalnavi .sub_menu.icon_type .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0;
}

#globalnavi .sub_menu.icon_type .icon img {
  width: 77%;
}

#globalnavi .sub_menu.icon_type .detail_area {
  margin-left: 8px;
  width: calc(100% - 50px - 8px);
}

#globalnavi .sub_menu.icon_type .link_title {
  font-size: 1em;
  font-weight: bold;
}

#globalnavi .sub_menu.icon_type .explain {
  font-size: 0.76em;
  color: #666;
}

/* contents
====================================================================================================================================== */
#conts {
  width: 100%;
}

#conts.in {
  padding-bottom: 4em;
}

#main_visual {
  position: relative;
  margin-bottom: 3em;
}

#main_visual img {
  width: 100%;
}

#main_visual .wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
}

#main_visual .link_about {
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 180px;
  margin-bottom: 0;
}

#main_visual .link_about a {
  display: block;
  width: 100%;
  transition: .3s;
}

#main_visual .link_about a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#info_area .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-bottom: 2em;
}

#info_area .wrapper:after {
  display: block;
  visibility: visible;
  width: 686px;
  height: 222px;
  background: url(../images/illust_daisen.png) no-repeat right bottom;
  background-size: contain;
  position: absolute;
  bottom: -55px;
  left: -135px;
  z-index: -1;
}

#info_area #pickup {
  width: 400px;
}

#info_area .articles_area {
  width: 545px;
}

#info_area .articles_area h2 {
  font-size: 1.2em;
  padding-left: 1.8em;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.3em auto;
  margin-bottom: 0.8em;
}

#info_area .articles_area h2:before {
  width: 220px;
}

#info_area .article_box {
  position: relative;
}

#info_area .article_box .links_area {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  line-height: 1;
  text-align: right;
}

#info_area .article_box .links_area a {
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  padding-right: 0.8em;
  position: relative;
}

#info_area .article_box .links_area a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #3A80BC;
  border-right: 2px solid #3A80BC;
  -webkit-transform: translateY(-60%) rotate(45deg);
  transform: translateY(-60%) rotate(45deg);
}

#info_area .article_box .links_area a, #info_area .article_box .links_area a:link {
  color: #136F9F;
  text-decoration: none;
}

#info_area .article_box .links_area a:hover {
  text-decoration: underline;
}

#info_area .article_box .links_area a + a {
  margin-left: 1.4em;
}

#info_banner_area {
  margin-bottom: 1.8em;
  text-align: center;
}

#info_banner_area a {
  display: inline-block;
}

#info_banner_area a:hover {
  opacity: 0.7;
}

#info_banner_area img {
  max-width: 100%;
  height: auto;
}

#info_important h2 {
  background-image: url(../images/icon_exclamation.svg);
}

#info_new h2 {
  background-image: url(../images/icon_news.svg);
}

#pickup {
  position: relative;
  z-index: 0;
}

#pickup h2 {
  width: 114px;
  position: absolute;
  top: -24px;
  left: -12px;
  z-index: 2;
  padding: 0;
  border: none;
}

#pickup h2:before {
  display: none;
}

#pickup h2 img {
  width: 100%;
}

#pickup figure {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0.5em;
}

#pickup figure .photo {
  margin-bottom: 0;
}

#pickup figure .photo img {
  width: 100%;
}

#pickup figure:hover figcaption {
  top: 0;
}

#pickup figure:hover figcaption h3:after {
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-70%) rotate(45deg);
  transform: translateY(-70%) rotate(45deg);
}

#pickup figure figcaption {
  transition: .3s ease-out;
  position: absolute;
  top: calc(100% - 2.8em);
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-shadow: 0 0 6px #000;
  padding: 0 1em 0.5em;
  font-size: 0.88em;
}

#pickup figure figcaption h3 {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: none;
  padding: 0;
  min-height: 2.8em;
  /*line-height: 2.8em;*/
  margin-bottom: 0.1em;
  position: relative;
  padding-top: 0.6em;
  line-height: 1.8;
  padding-right: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#pickup figure figcaption h3:after {
  content: "";
  position: absolute;
  top: 1.5em;
  right: 5px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translateY(-20%) rotate(45deg);
  transform: translateY(-20%) rotate(45deg);
}

#pickup figure:hover figcaption h3 {
	padding-top: 1.3em;
	white-space: normal;
}

#pickup figure figcaption p {
  font-size: 0.85em;
  color: #fff;
  line-height: 1.9;
  margin-bottom: 0;
  height: 11em;
  overflow: auto;
}

#pickup .to_list {
  margin-bottom: 0;
  text-align: center;
}

#pickup .to_list a {
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.03em;
}

#pickup .to_list a, #pickup .to_list a:link {
  color: #136F9F;
  text-decoration: none;
}

#pickup .to_list a:hover {
  text-decoration: underline;
  color: #d23250;
}

#pickup .to_list a:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #3A80BC;
  border-right: 2px solid #3A80BC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0.3em;
}

#pickup .sns_buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.5em;
  margin-bottom: 0;
}

#pickup .sns_buttons li {
  width: 129px;
  margin-bottom: 0;
}

#pickup .sns_buttons li + li {
  margin-left: 15px;
}

#life_menu {
  background: #000 url(../images/top_menu_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 3.5em 0 2.5em;
}

#life_menu ul.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

#life_menu ul.menu_list:after {
  display: none;
}

#life_menu ul.menu_list > li {
  width: 24%;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 20px 0.5em 30px;
}

#life_menu ul.menu_list > li:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  border-right: 2px solid #D2DADD;
  border-bottom: 2px solid #D2DADD;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

#life_menu ul.menu_list > li a.main_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#life_menu ul.menu_list > li .detail_area p {
  line-height: 1.5;
}

#life_menu ul.menu_list > li .icon {
  margin-bottom: 17px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#life_menu ul.menu_list > li .icon img {
  width: 75%;
}

#life_menu ul.menu_list > li .link_title {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0.1em;
}

#life_menu ul.menu_list > li .explain {
  font-size: 0.65em;
  font-weight: bold;
  color: #222;
  margin-bottom: 0;
}

#life_menu ul.menu_list > li:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#life_menu ul.menu_list > li:hover .icon {
  background-color: rgba(255, 255, 255, 0.1);
}

#life_menu ul.menu_list > li:hover .link_title {
  color: #fff;
}

#life_menu ul.menu_list > li:hover .explain {
  color: #fff;
}

#life_menu ul.menu_list > li:hover.menu_life {
  background-color: #15649E;
}

#life_menu ul.menu_list > li:hover.menu_life .sub_menu ul {
  border-color: #15649E;
}

#life_menu ul.menu_list > li:hover.menu_parenting {
  background-color: #D14000;
}

#life_menu ul.menu_list > li:hover.menu_parenting .sub_menu ul {
  border-color: #D14000;
}

#life_menu ul.menu_list > li:hover.menu_health {
  background-color: #008091;
}

#life_menu ul.menu_list > li:hover.menu_health .sub_menu ul {
  border-color: #008091;
}

#life_menu ul.menu_list > li:hover.menu_education {
  background-color: #795F23;
}

#life_menu ul.menu_list > li:hover.menu_education .sub_menu ul {
  border-color: #795F23;
}

#life_menu ul.menu_list > li:hover.menu_safety {
  background-color: #BF1100;
}

#life_menu ul.menu_list > li:hover.menu_safety .sub_menu ul {
  border-color: #BF1100;
}

#life_menu ul.menu_list > li:hover.menu_industry {
  background-color: #713A76;
}

#life_menu ul.menu_list > li:hover.menu_industry .sub_menu ul {
  border-color: #713A76;
}

#life_menu ul.menu_list > li:hover.menu_towninfo {
  background-color: #007C1D;
}

#life_menu ul.menu_list > li:hover.menu_towninfo .sub_menu ul {
  border-color: #007C1D;
}

#life_menu ul.menu_list > li:hover.menu_facility {
  background-color: #6A6639;
}

#life_menu ul.menu_list > li:hover.menu_facility .sub_menu ul {
  border-color: #6A6639;
}

#life_menu .sub_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 100%;
}

#life_menu .sub_menu ul {
  border: 3px solid #15649E;
  border-top: none;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  padding: 1.5em 1em 1em;
  margin-bottom: 0;
}

#life_menu .sub_menu ul li {
  text-align: left;
}

#life_menu .sub_menu ul li:last-child {
  margin-bottom: 0;
}

#life_menu .sub_menu ul li a {
  display: block;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  text-decoration: none;
}

#life_menu .sub_menu ul li a:hover {
  text-decoration: underline;
}

#life_menu .sub_menu ul li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.4em;
  height: 0.4em;
  margin-right: 0.4em;
  border-top: 2px solid #3A80BC;
  border-right: 2px solid #3A80BC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#links_area {
  background-color: #ECF4F8;
  padding: 2em 0;
}

#links_area .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#links_area .wrapper:after {
  display: none;
}

#links_area h2 {
  display: table;
  border-color: #3A80BC;
  font-size: 1.2em;
  font-weight: bold;
  color: #15649E;
  text-align: center;
  padding: 0 0.22em 0.6em;
  margin: 0 auto 1.4em;
  border: none;
}

#links_area h2:before {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5.5em;
  background-color: #3A80BC;
  margin: 0 auto;
}

#links_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0 !important;
}

#links_area ul li {
  margin-bottom: 0 !important;
}

#links_area ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#links_area ul li a, #links_area ul li a:link {
  text-decoration: none;
}

#links_area ul li a span {
  display: block;
  text-align: center;
}

#links_area ul li a .icon {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

#links_area ul li a .icon .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #3A80BC;
  transition: .3s;
}

#links_area ul li a .icon img {
  width: 100%;
}

#links_area ul li a .icon_white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

#links_area ul li a .icon_white .border {
  border: 0px solid #3A80BC;
}

#links_area ul li a .icon_white img {
  width: 65%;
}

#links_area ul li a .link_title {
  font-size: 0.8em;
  font-weight: bold;
  color: #15649E;
  line-height: 1.5;
}

#links_area ul li a:hover .icon .border {
  border-width: 6px;
}

#links_area #town_news {
  width: 50%;
  border-left: 1px solid #3A80BC;
  border-right: 1px solid #3A80BC;
  padding: 0 30px;
}

#links_area #town_news ul li {
  width: 24%;
}

#links_area #life_news,
#links_area #contact_links {
  width: 25%;
  padding: 0 17px;
  border-right: 1px solid #3A80BC;
}

#links_area #life_news ul li,
#links_area #contact_links ul li {
  width: 49%;
}

#links_area #town_news,
#links_area #life_news,
#links_area #contact_links {
  padding-top: 5px;
  padding-bottom: 15px;
}

/* banner
====================================================================================================================================== */
#banner_slide {
  padding: 2.5em 0 3em;
}

#banner_slide ul li a:hover {
  opacity: 0.7;
}

/* footer
====================================================================================================================================== */
#footer #footer_info {
  background-color: #15649E;
  padding: 1.5em 0;
  color: #fff;
}

#footer #footer_info .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer #footer_info .wrapper:after {
  display: none;
}

#footer #footer_info h2 {
  white-space: nowrap;
  font-size: 1.2em;
  color: #fff;
  border: none;
  padding: 0;
  margin: 0;
}

#footer #footer_info h2:before {
  display: none;
}

#footer #footer_info .info_detail {
  margin-left: 30px;
}

#footer #footer_info .info_detail dl {
  line-height: 1.7;
}

#footer #footer_info .info_detail dl dt, #footer #footer_info .info_detail dl dd {
  display: inline;
  font-size: 0.8em;
}

#footer #footer_info .info_detail dl dt {
  font-weight: bold;
}

#footer #branch_list {
  background: #ECF4F8 url(../images/footer_bg_photo.png) no-repeat center bottom;
  background-size: contain;
  padding: 2em 0;
}

#footer #branch_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer #branch_list ul:after {
  display: none;
}

#footer #branch_list ul li {
  width: 33.3333%;
  padding: 0 30px 18px;
  border-right: 1px solid #3A80BC;
}

#footer #branch_list ul li:first-child {
  border-left: 1px solid #3A80BC;
}

#footer #branch_list p, #footer #branch_list address {
  font-size: 0.8em;
  line-height: 1.9;
  margin-bottom: 0;
}

#footer #branch_list .branch_name {
  font-size: 0.9em;
  font-weight: bold;
  color: #15649E;
}

#footer #branch_list .tel strong {
  font-size: 1.2em;
  font-weight: bold;
  color: #15649E;
}

#footer #branch_list .button_area {
  margin-top: 0.7em;
  margin-bottom: 0;
  text-align: left;
}

#footer #branch_list .button_area a {
  width: 100%;
  max-width: 220px;
  border: none;
  border-radius: 6px;
  font-size: 0.8em;
  text-align: left;
  padding: 0.5em 1em 0.5em 1em;
}

#footer .footer_bottom {
  padding: 1.7em 0 1.5em;
}

#footer .button_contact {
  margin-bottom: 1.5em;
}

#footer .button_contact a {
  position: static;
  width: 100%;
  max-width: 360px;
  padding: 0.9em 0.5em;
}

#footer .button_contact a span {
  display: inline-block;
  padding-left: 2.7em;
  background: url(../images/icon_contact_white.svg) no-repeat left center;
  background-size: 2.3em auto;
}

#footer .button_contact a:hover span {
  background-image: url(../images/icon_contact.svg);
}

#footer .button_contact a:before {
  display: none;
}

#footer .footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

#footer .footer_links li {
  line-height: 1;
  margin-bottom: 0.5em;
}

#footer .footer_links li + li {
  border-left: 1px solid #222;
}

#footer .footer_links li:first-child a {
  padding-left: 0;
}

#footer .footer_links li:last-child a {
  padding-right: 0;
}

#footer .footer_links li a {
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  padding: 0 1em;
}

#footer .footer_links li a, #footer .footer_links li a:link {
  color: #136f9f;
}

#footer .footer_links li a:hover {
  text-decoration: underline;
}

#footer small {
  display: block;
  text-align: center;
  font-size: 0.6em;
  color: #666;
  line-height: 1;
}

/* side_fixed_box
====================================================================================================================================== */
.top_page {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 9999;
  opacity: 0.7;
}

.top_page:hover {
  opacity: 1;
}

/* 広告スペース
====================================================================================================================================== */
#ad_box {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  background-color: rgba(240, 240, 240, 0.8);
  padding: 15px 0 8px;
}

#ad_box.no_fixed {
  position: static;
}

#ad_box.no_fixed .ad_close {
  display: none;
}

#ad_box .ad_close {
  position: absolute;
  top: -23px;
  right: 15px;
  z-index: 1;
  cursor: pointer;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#ad_box .ad_close img {
  width: 100%;
  vertical-align: bottom;
}

#ad_box .ad_close:hover {
  opacity: 0.7;
}

#ad_box .wrapper {
  width: 1080px;
}

#ad_box .title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -20px;
  margin-bottom: 0.7em;
  line-height: 1;
}

#ad_box h2 {
  position: static;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  color: #000;
}

#ad_box h2:before {
  display: none;
}

#ad_box .link_kokoku {
  margin-bottom: 0;
  margin-left: 20px;
  line-height: 1;
}

#ad_box .link_kokoku a {
  display: block;
  font-size: 0.75em;
}

#ad_box .link_kokoku a:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-top: 2px solid #3A80BC;
  border-right: 2px solid #3A80BC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#ad_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#ad_box ul li {
  width: 18.52%;
  margin-right: 1.85%;
  margin-bottom: 15px;
}

#ad_box ul li:nth-child(5n) {
  margin-right: 0;
}

#ad_box ul li img {
  width: 100%;
  height: auto;
}

#ad_box ul li a:hover {
  opacity: 0.7;
}

/* サブトップ
====================================================================================================================================== */
.subtop_news {
  margin-bottom: 3em;
  position: relative;
}

.subtop_news h2 {
  padding-left: 1.5em;
  background: url(../images/icon_news.svg) no-repeat left center;
  background-size: 1.1em auto;
  margin-bottom: 0.8em;
}

.subtop_news h2 .smaller {
  font-size: 0.67em;
  margin-right: 0.3em;
}

.subtop_news .links_area {
  position: absolute;
  top: 0.3em;
  right: 0.5em;
  z-index: 1;
}

.subtop_news .links_area a {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  padding-right: 0.8em;
  position: relative;
}

.subtop_news .links_area a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #3A80BC;
  border-right: 2px solid #3A80BC;
  -webkit-transform: translateY(-60%) rotate(45deg);
  transform: translateY(-60%) rotate(45deg);
}

.subtop_news .links_area a, .subtop_news .links_area a:link {
  color: #136F9F;
  text-decoration: none;
}

.subtop_news .links_area a:hover {
  text-decoration: underline;
}

/* 緊急情報
====================================================================================================================================== */
#emergency_info {
  background-color: #BF1100;
  padding: 1.5em 0;
  margin-bottom: 0;
}

#emergency_info .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#emergency_info h2 {
  font-size: 1.8em;
  padding: 0.3em 0 0;
  margin: 0;
  border: none;
  text-indent: 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#emergency_info h2 span {
  display: inline-block;
  padding-left: 1.6em;
  background: url(../images/icon_exclamation_white.png) no-repeat left center;
  background-size: 1.2em auto;
}

#emergency_info h2:before {
  display: none;
}

#emergency_info .title_area {
  width: 13em;
  position: relative;
}

#emergency_info .list_area {
  background-color: #fff;
  border-radius: 6px;
  width: calc(100% - 13em);
  padding: 1.5em;
}

#emergency_info .article_list {
  margin-bottom: 0;
}

#emergency_info .article_list li:last-child {
  margin-bottom: 0;
}

#emergency_info .article_list li time {
  color: #222;
}

#emergency_info .article_list li a, #emergency_info .article_list li a:link {
  color: #004D7C;
}

#emergency_info .show_all {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  line-height: 1;
}

#emergency_info .show_all a {
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

#emergency_info .show_all a:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0.3em;
}

#emergency_info .show_all a:hover {
  text-decoration: underline;
}

/* イベントカレンダー
====================================================================================================================================== */
.calendar_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1em;
}

.calendar_header a.prev, .calendar_header a.next {
  display: block;
  text-decoration: none;
  font-size: 1.0275rem;
  font-weight: bold;
  color: #15649E;
  position: relative;
}

.calendar_header a.prev.prev, .calendar_header a.next.prev {
  padding-left: 1.3em;
}

.calendar_header a.prev.prev:before, .calendar_header a.next.prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 0.8em;
  height: 0.8em;
  border-left: solid 3px #15649E;
  border-bottom: solid 3px #15649E;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.calendar_header a.prev:hover, .calendar_header a.next:hover {
  opacity: 0.7;
  color: #d23250;
}

.calendar_header a.next {
  padding-right: 1.3em;
}

.calendar_header a.next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 0.8em;
  height: 0.8em;
  border-top: solid 3px #15649E;
  border-right: solid 3px #15649E;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.calendar_header .ym {
  display: block;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.3434rem;
  letter-spacing: 0.03em;
}

.calendar_header .ym .larger {
  font-size: 1.67em;
  margin-left: 0.2em;
}

.calendar_header .ym a, .calendar_header .ym a:link {
  color: #222;
}

.calendar_header .ym a:hover {
  color: #d23250;
}

.calendar_header.year .ym .larger {
  margin-left: 0;
}

.table_calendar tr.sat th, .table_calendar tr.sat td {
  background-color: #def;
}

.table_calendar tr.sun th, .table_calendar tr.sun td {
  background-color: #fdd;
}

.table_calendar tr.today th {
  background: #15649E;
  color: #fff;
}

.table_calendar th, .table_calendar td {
  line-height: 1.8;
}

.table_calendar th {
  padding: 7px 10px;
  font-weight: normal;
  white-space: nowrap !important;
}

.table_calendar th .day_num {
  font-size: 1.4em;
  font-weight: bold;
}

.table_calendar td {
  padding: 7px 10px;
  width: 100%;
}

.table_calendar td p {
  font-size: 0.95em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
}

.table_calendar td p:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #15649E;
  margin-right: 0.3em;
}

.table_calendar dl.cal {
  margin-bottom: 0;
  padding-left: 1em;
}

.table_calendar dl.cal dt {
  font-size: 1.05em;
  font-weight: bold;
  text-indent: -0.8em;
}

.table_calendar dl.cal dt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #15649E;
  margin-right: 0.3em;
}

.table_calendar dl.cal dt a, .table_calendar dl.cal dt span {
  vertical-align: middle;
}

.table_calendar dl.cal dd {
  font-size: 0.8em;
  font-weight: normal;
  color: #666;
}

.title_event_date {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
}

/* フォーム画面
====================================================================================================================================== */
.table_form td {
  width: 100%;
}

form#inputForm {
  text-align: center;
}

form input,
form button {
  font-size: 14px;
}

form button {
  font-size: 18px;
}

form input[type="text"],
form input[type="email"],
form textarea {
  background: #e6e6e6;
  border: solid 2px #e6e6e6;
  color: #333;
  box-shadow: none !important;
  outline: none;
  padding: 13px 18px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 0;
  transition: background-color 0.3s, color 0.3s;
}

form input[type="text"],
form input[type="email"] {
  width: 100%;
}

form textarea {
  width: 100%;
  height: 220px;
  line-height: 1.6;
}

form select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: calc(100% - 2em);
  border: 1px solid #ccc;
  background: #fff url(../images/icon_pulldown.png) no-repeat right center;
  border-radius: 0;
  font-size: 1rem;
  height: 2.9em;
  padding-left: 0.8em;
  padding-right: 0.8em;
}

form .button_area {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

input.form_btn {
  display: inline-block;
  border-radius: 7px;
  background-color: #fff;
  background-image: url(../images/icon_arrow_blue_l.svg);
  background-repeat: no-repeat;
  background-position: left 0.9em center;
  background-size: 0.5em auto;
  border: solid 2px #D2DADD;
  color: #15649E;
  width: 48%;
  max-width: 360px;
  padding: 0.9em 1em 0.9em 0.5em;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
  cursor: pointer;
  transition: .3s;
}

input.form_btn + input.form_btn {
  margin-left: 1em;
}

input.form_btn:hover {
  background-color: #15649E;
  background-image: url(../images/icon_arrow_white_l.svg);
  border-color: #15649E;
  color: #fff;
}

input.form_btn.btn_submit {
  background-color: #15649E;
  background-image: url(../images/icon_arrow_white_r.svg);
  background-position: right 0.9em center;
  border-color: #15649E;
  color: #fff;
}

input.form_btn.btn_submit:hover {
  background-color: #fff;
  background-image: url(../images/icon_arrow_blue_r.svg);
  border-color: #D2DADD;
  color: #15649E;
}

/*confilm*/
.error {
  color: #f33;
  font-weight: normal;
}

.error:before {
  content: "※";
}

/*確認*/
form table {
  margin-bottom: 2em;
}

.form_send h2 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

form .column02 {
  overflow: hidden;
}

/*form .column02 dt { float:left; width:27%; margin-bottom:0; }
form .column02 dd { float:left; width:73%; }*/
form .form_file_group {
  margin-bottom: 20px;
  overflow: hidden;
}

form .file_list {
  margin-bottom: 10px;
  overflow: hidden;
}

form .form_tit {
  clear: both;
  letter-spacing: 0.2em;
  padding-right: 10px;
}

/* エントランスページ
====================================================================================================================================== */
#head_box {
  position: relative;
}

#head_box #site_title {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#head_box #site_title span {
  display: block;
}

#head_box #site_title .logo {
  width: 97px;
  margin-bottom: 15px;
}

#head_box #site_title .logo img {
  width: 100%;
}

#head_box #site_title .title_text {
  width: 150px;
  margin: 0;
}

#head_box #site_title .title_text img {
  width: 100%;
}

#head_box #site_title .catch_text {
  font-size: 1.4375rem;
  font-weight: bold;
  white-space: nowrap;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.02em;
}

#head_box #main_slider {
  max-height: 850px;
  overflow: hidden;
}

#head_box .bottom_gradation {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 222px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
}

#head_box .head_box_inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: calc(100% - 20px * 2);
  height: calc(100% - 20px * 2);
  margin-top: 20px;
  margin-left: 20px;
  border: 1px solid #fff;
}

#head_box .head_bottom_links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#head_box .head_bottom_links li {
  width: 50%;
  border-top: 1px solid #fff;
}

#head_box .head_bottom_links li + li {
  border-left: 1px solid #fff;
}

#head_box .head_bottom_links a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.7em 1em;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition: .3s;
}

#head_box .head_bottom_links a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 30px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
}

#head_box .head_bottom_links a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

#head_box .head_bottom_links a:hover:after {
  right: 24px;
}

#head_box .head_bottom_links a span {
  display: block;
}

#head_box .head_bottom_links a .icon {
  width: 102px;
}

#head_box .head_bottom_links a .icon img {
  width: 100%;
  height: auto;
}

#head_box .head_bottom_links a .detail {
  margin-left: 1.2em;
}

#head_box .head_bottom_links a .ja {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.2em;
}

#head_box .head_bottom_links a .ja .sp_smaller {
  display: inline;
}

#head_box .head_bottom_links a .en {
  font-size: 1.25rem;
  font-weight: normal;
}

#middle_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #D1D9DC;
}

#middle_box .search_area {
  width: calc(100% - 490px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.5em 0 1.8em;
}

#middle_box .search_area .search_box {
  margin: 0;
  height: 52px;
  width: 100%;
  max-width: 330px;
}

#middle_box .search_area .search_box form .search_form {
  width: 100%;
  line-height: 54px;
  font-size: 1.25rem;
  background-color: #F0F0F0;
  border-color: #D2DADD;
  color: #222;
}

#middle_box .search_area .search_box form .search_form:placeholder-shown {
  color: #222;
}

#middle_box .search_area .search_box form .search_form::-webkit-input-placeholder {
  color: #222;
}

#middle_box .search_area .search_box form .search_form:-moz-placeholder {
  color: #222;
  opacity: 1;
}

#middle_box .search_area .search_box form .search_form::-moz-placeholder {
  color: #222;
  opacity: 1;
}

#middle_box .search_area .search_box form .search_form:-ms-input-placeholder {
  color: #222;
}

#middle_box .search_area .search_box form .search_btn {
  background-image: url(../images/icon_search_blue.svg);
}

#middle_box .search_area .keywords {
  width: calc(100% - 330px - 4em);
  margin-bottom: 0;
  margin-left: 1.5em;
  font-size: 1rem;
  line-height: 1.6;
}

#middle_box .entrance_links {
  width: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#middle_box .entrance_links li {
  width: 33.3333%;
  border-left: 1px solid #D1D9DC;
}

#middle_box .entrance_links li a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #15649E;
  line-height: 1;
  padding: 1em 0;
}

#middle_box .entrance_links li a:hover {
  opacity: 0.7;
}

#middle_box .entrance_links li a span {
  display: block;
  text-align: center;
}

#middle_box .entrance_links li a .icon {
  margin-bottom: 0.5em;
}

#middle_box .entrance_links li a .link_title {
  font-size: 1.25rem;
  font-weight: bold;
}

#footer_box .footer_inner {
  padding: 1.5em 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#footer_box .footer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer_box .footer_info .logo {
  width: 100px;
}

#footer_box .footer_info .logo img {
  width: 100%;
}

#footer_box .footer_info .text_area {
  margin-left: 0.5em;
}

#footer_box .footer_info .text_area p, #footer_box .footer_info .text_area address {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.8;
}

#footer_box .footer_info .text_area .townhall_name {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
}

#footer_box .footer_info .text_area .title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.4em;
}

#footer_box .footer_info .text_area .title_area .sns_buttons {
  margin-left: 15px;
}

#footer_box .banner_temporary {
  width: 330px;
  margin-left: auto;
  margin-right: 13px;
  text-align: center;
}

#footer_box .banner_temporary a {
  display: inline-block;
}

#footer_box .banner_temporary a:hover {
  opacity: 0.7;
}

#footer_box .banner_temporary img {
  max-width: 100%;
  height: auto;
}

#footer_box .footer_contact .button_contact {
  margin-bottom: 1em;
}

#footer_box .footer_contact .button_contact a {
  width: 100%;
  max-width: 350px;
  position: static;
}

#footer_box .footer_contact .button_contact a span {
  display: inline-block;
  padding-left: 2.6em;
  background: url(../images/icon_contact_white.svg) no-repeat left center;
  background-size: 2.3em auto;
}

#footer_box .footer_contact .button_contact a:before {
  display: none;
}

#footer_box .footer_contact .button_contact a:hover span {
  background-image: url(../images/icon_contact.svg);
}

#footer_box .footer_contact small {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: right;
  line-height: 1;
}
