<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------------------------------------------------------------------
mixin
---------------------------------------------------------------------*/
/*---------------------------------------------------------------------
  top
---------------------------------------------------------------------*/
#pagebody_inner {
  padding: 0 0 95px; }

.mv_tile_layout,
.mv_tile_layout .mv_tile_list {
  display: flex; }

@media only screen and (min-width: 768px) {
  .mv_tile_layout .mv_tile_list {
    width: 100%; }

  .mv_tile_layout .mv_tile_lists {
    width: 25%; }
    .mv_tile_layout .mv_tile_lists img {
      width: 100%; } }
/*--------------------------------------------
寄付について（固定）
---------------------------------------------*/
.donate_icon {
  position: fixed;
  top: 127px;
  right: 0;
  z-index: 100; }

/*--------------------------------------------
トピックス
---------------------------------------------*/
.tab_content_wrap {
  margin: 58px auto auto; }
  .tab_content_wrap .ttl {
    text-align: center; }
  .tab_content_wrap .tab_list {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf; }
  .tab_content_wrap .tab_item {
    display: none;
    padding: 17px 0 20px;
    background-color: #fffef8; }
    .tab_content_wrap .tab_item.tab_01 {
      display: block;
      background-color: #fffef8; }
    .tab_content_wrap .tab_item.tab_02 {
      background-color: #e5ecf4; }
    .tab_content_wrap .tab_item.tab_03 {
      background-color: #f8ebf0; }
    .tab_content_wrap .tab_item.tab_04 {
      background-color: #fdefe5; }

.ttl {
  margin-bottom: 30px;
  font-size: 2.8rem; }

.tab_menu_list {
  display: flex;
  align-items: flex-end;
  justify-content: center; }

.tab_menu_lists:nth-child(n+4) {
  margin-right: 19px; }

.tab_btn_type_01 {
  display: block;
  position: relative;
  top: 1px;
  padding: 15px 10px;
  border: 1px solid #bfbfbf;
  background-color: #fffef8;
  text-align: center;
  text-decoration: none;
  color: inherit; }
  .tab_btn_type_01.active {
    top: 1px;
    padding-top: 16px;
    border-bottom: none; }

.tab_btn_type_02 {
  display: block;
  padding: 12px 15px;
  border-radius: 10px 10px 0 0;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  color: #fff; }

.tab_menu_01 {
  background-color: #fffef8; }

.tab_menu_02 {
  background-color: #e5ecf4; }

.tab_menu_03 {
  background-color: #f8ebf0; }

.tab_menu_04 {
  background-color: #fdefe5; }

.tab_menu_05 {
  background-color: #2a8174; }

.tab_menu_06 {
  background-color: #001c58; }

.list_topics .topics_link {
  display: flex;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dotted #a0a0a0;
  text-decoration: none;
  color: #000; }
.list_topics .topics_date {
  margin: 2px 15px 0 0;
  font-size: 15px; }
.list_topics .topics_category {
  width: 180px;
  margin: 0 15px 0 0;
  padding: 4px 10px;
  background-color: #004097;
  font-size: 13px;
  text-align: center;
  color: #fff; }
  .list_topics .topics_category.category_type02 {
    background-color: #b63870; }
  .list_topics .topics_category.category_type03 {
    background-color: #eb6100; }
.list_topics .topics_title {
  margin-top: 2px; }

@media only screen and (max-width: 767px) {
  #pagebody_inner {
    padding: 0 0 60px; }

  .mv_tile_layout .mv_tile_list {
    flex-wrap: wrap; }

  .tab_content_wrap {
    margin: 35px auto auto; }
    .tab_content_wrap .tab_item {
      padding: 25px 0; }

  .ttl {
    margin-bottom: 30px;
    font-size: 5.332987013vw; }

  .tab_menu_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center; }

  .tab_menu_lists {
    width: 90%; }
    .tab_menu_lists .tab_btn_type_01 {
      border-bottom: none; }

  .tab_menu_lists:nth-child(n+4) {
    margin-right: 0; }

  .tab_btn_type_01 {
    display: block;
    position: relative;
    top: 1px;
    height: 100%;
    padding: 15px 10px;
    border: 1px solid #bfbfbf;
    background-color: #fffef8;
    font-size: 4.2181818182vw;
    text-align: center;
    text-decoration: none;
    color: inherit; }
    .tab_btn_type_01.active {
      top: 1px;
      padding-top: 16px;
      border-bottom: none; }

  .tab_btn_type_02 {
    border-radius: 0;
    font-size: 4.2181818182vw; }

  .tab_menu_01 {
    background-color: #fffef8; }

  .tab_menu_02 {
    background-color: #e5ecf4; }

  .tab_menu_03 {
    background-color: #f8ebf0; }

  .tab_menu_04 {
    background-color: #fdefe5; }

  .tab_menu_05 {
    background-color: #2a8174; }

  .tab_menu_06 {
    background-color: #001c58; }

  .list_topics .topics_link {
    flex-wrap: wrap;
    padding: 20px 0; }
  .list_topics .topics_date {
    font-size: 15px; }
  .list_topics .topics_category {
    width: 180px;
    padding: 4px 10px;
    background-color: #004097;
    font-size: 13px;
    text-align: center;
    color: #fff; }
    .list_topics .topics_category.category_type02 {
      background-color: #b63870; }
    .list_topics .topics_category.category_type03 {
      background-color: #eb6100; }
  .list_topics .topics_title {
    width: 100%;
    margin-top: 8px; } }
@media only screen and (min-width: 768px) {
  .tab_menu_lists + .tab_menu_lists .tab_btn_type_01 {
    border-left: none; } }


.top_additional_area{
  margin: 40px auto 0;
}

.top_additional_area .item{
  border: 1px solid #bfbfbf;
}

.top_additional_area .item a{
  position: relative;
  display: block;
  padding: 18px 40px 18px 20px;
  font-size: 20px;
  text-decoration: none;
  color: #000;
  transition: all .3s;
}

.top_additional_area .item a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 14px;
  background: url(/resources/image/icon/icon_blank_01.png) no-repeat;
  transform: translate(0,-50%);
}

.top_additional_area .item a:hover{
  color: #fff;
  background-color: #4b428f;
}

.top_additional_area .item a:hover::after{
  background-image: url(/resources/image/icon/icon_blank_02.png);
}

@media only screen and (max-width: 767px) {
  .top_additional_area .item a{
    font-size: 18px;
  }
}
/*# sourceMappingURL=top.css.map */
</pre></body></html>