@charset "UTF-8";
body {
  --main-write-1: #fff;
  --main-write-2: #222;
  --main-write-3: #888;
  --main-write-4: #bbb;
  --main-write-5: #0d9244;
  --main-write-6: #b3b0aa;
  --main-write-7: rgba(0, 0, 0, 0.4);
  --main-bg-1: #fff;
  --main-bg-2: #f2f0eb;
  --main-bg-3: #0d9244;
  --main-bg-4: #faaf00;
  --main-bg-5: #222;
  --main-bg-6: #b3b0aa;
  --main-bg-7: #08592a;
  --main-bg-8: rgba(0, 0, 0, 0.2);
  --main-bg-9: #fa9a00;
  --main-bg-10: rgba(0, 0, 0, 0.1);
  --main-bg-11: #085829;
  --main-bg-12: rgba(13, 146, 68, 0.1);
  --main-border-1: #0d9244;
  --main-border-2: #d9d6ce;
  --main-border-3: rgba(0, 0, 0, 0.4);
  --main-border-4: #faaf00;
  --main-border-5: #fff;
  --main-border-6: rgba(255, 255, 255, 0.2);
  --main-link-1: #0035ad;
  --main-alert: #dd0916;
  --image-icon-blank: url(../img/common/icon_blank.png);
}

body.dark-theme {
  --main-write-1: #222;
  --main-write-2: #fff;
  --main-write-3: #fff;
  --main-write-4: #fff;
  --main-write-5: #fff;
  --main-write-6: #b3b0aa;
  --main-write-7: #fff;
  --main-bg-1: #353535;
  --main-bg-2: #222;
  --main-bg-3: #fff;
  --main-bg-4: #fff;
  --main-bg-5: #fff;
  --main-bg-6: #fff;
  --main-bg-7: #fff;
  --main-bg-8: rgba(0, 0, 0, 0.2);
  --main-bg-9: #fff;
  --main-bg-10: rgba(0, 0, 0, 0.1);
  --main-bg-11: #fff;
  --main-bg-12: rgba(13, 146, 68, 0.1);
  --main-border-1: #fff;
  --main-border-2: #101010;
  --main-border-3: rgba(0, 0, 0, 0.4);
  --main-border-4: #fff;
  --main-border-5: #353535;
  --main-border-6: rgba(255, 255, 255, 0.2);
  --main-link-1: #faaf00;
  --main-alert: #dd0916;
  --image-icon-blank: url(../img/common/icon_blank-w.png);
}

@media screen and (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

html {
  font-size: 62.5%;
}

body * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

button {
  border: none;
  background: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  button:hover {
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) {
  input[type=button]:hover,
input[type=submit]:hover {
    cursor: pointer;
  }
}

.guidanceBrowserUpgrade {
  display: none;
}
@media screen and (min-width: 768px) {
  .guidanceBrowserUpgrade {
    display: block;
    width: calc(100% - 20px);
    height: auto;
    margin: 10px auto;
    padding: 21px 20px 19px;
    background-color: rgba(217, 48, 37, 0.1);
    color: #ff0000;
    position: relative;
    z-index: 999;
  }
}
@media screen and (min-width: 768px) {
  .guidanceBrowserUpgrade > p {
    text-align: center;
    margin: 0;
  }
}

html {
  background-color: #fff;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", Meiryo, Verdana, sans-serif;
  font-weight: 400;
  color: var(--main-write-2);
  background-color: var(--main-bg-1);
  min-width: 1080px;
  font-size: 1.6rem;
  line-height: 1.75;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 375px;
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
body.body-hide {
  opacity: 0;
  visibility: hidden;
}

main {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .header {
    position: relative;
  }
}
.header_top {
  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;
}
@media screen and (min-width: 768px) {
  .header_top {
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .header_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header_top_print {
  display: none;
}
@media screen and (max-width: 767px) {
  .header_top_navigation {
    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;
    width: 100%;
    padding: 8px 15px 8px 10px;
  }
}
.header_top_navigation_logo {
  width: 297px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .header_top_navigation_logo {
    width: 189px;
    margin-left: 10px;
  }
}
.header_top_navigation_logo_inner {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header_top_navigation_logo_inner {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .header_top_navigation_logo_inner:hover {
    opacity: 0.6;
  }
}
.header_top_navigation_logo_inner > img {
  display: block;
  width: 100%;
}
.header_top_navigation_menuButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .header_top_navigation_menuButton {
    display: block;
    width: 66px;
    height: 66px;
    color: #fff;
    background-color: #0d9244;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    background-image: url(../img/common/sp/icon_menu.png);
    background-position: center top 17px;
    background-size: 34px auto;
    background-repeat: no-repeat;
    border-radius: 4px;
  }
}
.header_top_navigation_menuButton.js_menuButton-active {
  background-image: url(../img/common/sp/icon_menu_close.png);
}
.header_top_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 297px);
  padding: 77px 0 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header_top_option {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid var(--main-border-2);
  }
}
.header_top_option_mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  height: 40px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .header_top_option_mode {
    font-size: 1.3rem;
    margin-right: 10px;
  }
}
.header_top_option_mode_item {
  width: 72px;
  margin-left: 8px;
}
.header_top_option_mode_item_input {
  display: none;
}
.header_top_option_mode_item_label {
  display: block;
  border-radius: 3px;
  line-height: 1;
  height: 40px;
  padding: 6px;
  background-color: #f2f0eb;
  border-radius: 2px;
  background-image: url(../img/common/icon_light-mode.png);
  background-size: 16px auto;
  background-position: left 12px center;
  background-repeat: no-repeat;
}
.header_top_option_mode_item_box {
  display: block;
  height: 28px;
  width: 28px;
  background-color: #0d9244;
  -webkit-transform: translateX(31px);
          transform: translateX(31px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-align: center;
  padding: 6px 0 0;
  border-radius: 2px;
}
.header_top_option_mode_item_box::before {
  font-family: Arial, Helvetica, sans-serif;
  content: "ON";
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.header_top_option_mode_item_input:checked + .header_top_option_mode_item_label {
  background-color: #fff;
  background-image: url(../img/common/icon_dark-mode.png);
  background-position: right 12px center;
}
.header_top_option_mode_item_input:checked + .header_top_option_mode_item_label .header_top_option_mode_item_box {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-color: #222;
}
.header_top_option_mode_item_input:checked + .header_top_option_mode_item_label .header_top_option_mode_item_box::before {
  font-family: Arial, Helvetica, sans-serif;
  content: "OFF";
}
.header_top_option_fg {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  width: 186px;
  padding: 12px 4px 10px 6px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  color: var(--main-write-5);
  background-color: var(--main-bg-1);
  border: 1px solid var(--main-border-1);
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .header_top_option_fg {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .header_top_option_fg:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .header_top_option_fg {
    width: 176px;
    font-size: 1.3rem;
    margin-right: 0;
    padding: 13px 4px 9px 6px;
  }
}
.header_top_option_fg::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_language.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 4px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media screen and (max-width: 767px) {
  .header_top_option_fg::before {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.header_top_option_fg::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/arrow-g.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: 2px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.header_top_option_search {
  width: 310px;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .header_top_option_search {
    display: none;
  }
}
.header_top_option_search_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid var(--main-border-2);
  border-radius: 2px;
  overflow: hidden;
}
.header_top_option_search_inner input[type=text] {
  width: calc(100% - 68px);
  color: #222;
  border: none;
  padding: 9px 10px 9px;
}
.header_top_option_search_inner input[type=text]::-webkit-input-placeholder {
  color: #bbb;
}
.header_top_option_search_inner input[type=text]::-moz-placeholder {
  color: #bbb;
}
.header_top_option_search_inner input[type=text]:-ms-input-placeholder {
  color: #bbb;
}
.header_top_option_search_inner input[type=text]::-ms-input-placeholder {
  color: #bbb;
}
.header_top_option_search_inner input[type=text]::placeholder {
  color: #bbb;
}
.header_top_option_search_inner input[type=submit] {
  width: 68px;
  font-weight: bold;
  color: #fff;
  background-color: #0d9244;
  border: none;
  padding: 12px 10px 12px 30px;
  background-image: url(../img/common/icon_search.png);
  background-position: left 10px center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  border-radius: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .header_top_option_search_inner input[type=submit]:hover {
    background-color: #08592a;
  }
}
.header_top_option_social {
  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: var(--main-bg-2);
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 10px 20px;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 767px) {
  .header_top_option_social {
    display: none;
  }
}
.header_top_option_social_item {
  display: block;
  height: 36px;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .header_top_option_social_item {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .header_top_option_social_item:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .header_top_option_social_item:last-child {
    margin-right: 0;
  }
}
.header_top_option_social_item > img {
  display: block;
  height: 100%;
}
.header_top_option_social_item-banner {
  height: 40px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .header_bottom {
    width: 100%;
    position: absolute;
    z-index: 80;
    top: 147px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
.header_bottom.js_menu-active {
  opacity: 1;
  visibility: visible;
}
.header_bottom_menu_navigation {
  background-color: #0d9244;
}
.header_bottom_menu_navigation_list {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .header_bottom_menu_navigation_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header_bottom_menu_navigation_list_item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header_bottom_menu_navigation_list_item {
    border-right: 1px solid var(--main-border-3);
  }
}
@media screen and (max-width: 767px) {
  .header_bottom_menu_navigation_list_item {
    border-bottom: 1px solid var(--main-border-2);
  }
}
@media screen and (min-width: 768px) {
  .header_bottom_menu_navigation_list_item:first-child {
    border-left: 1px solid var(--main-border-3);
  }
}
@media screen and (max-width: 767px) {
  .header_bottom_menu_navigation_list_item:first-child {
    border-top: 1px solid var(--main-border-2);
  }
}
@media screen and (min-width: 768px) {
  .header_bottom_menu_navigation_list_item.js_subMenu:hover a {
    background-color: #08592a;
    color: #fff;
  }
  .header_bottom_menu_navigation_list_item.js_subMenu:hover .js_subMenu_child {
    opacity: 1;
    visibility: visible;
    background-color: #08592a;
  }
}
.header_bottom_menu_navigation_list_item > a {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  background-color: #0d9244;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-align: center;
  padding: 16px 5px;
}
@media screen and (min-width: 768px) {
  .header_bottom_menu_navigation_list_item > a:hover {
    background-color: #08592a;
  }
}
@media screen and (max-width: 767px) {
  .header_bottom_menu_navigation_list_item > a {
    font-size: 1.4rem;
    color: var(--main-write-2);
    background-color: var(--main-bg-1);
    text-align: left;
    padding: 18px 30px 19px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .header_bottom_menu_navigation_list_item > a::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/common/arrow-g.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto 0;
  }
}
.header_bottom_menu_social {
  display: none;
}
@media screen and (max-width: 767px) {
  .header_bottom_menu_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background-color: var(--main-bg-1);
    padding: 30px 0 40px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .header_bottom_menu_social_item {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 4px;
    border-radius: 100%;
    border: 1px solid var(--main-border-2);
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .header_bottom_menu_social_item:not(.header_bottom_menu_social_item-banner) > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .header_bottom_menu_social_item > img {
    display: block;
    width: 36px;
  }
}
@media screen and (max-width: 767px) {
  .header_bottom_menu_social_item-banner {
    width: 315px;
    height: auto;
    margin: 16px 0 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .header_bottom_menu_social_item-banner > img {
    width: 100%;
  }
}

.footer {
  margin-top: 80px;
  padding-bottom: 42px;
  color: #fff;
  background-color: #0d9244;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 50px;
    padding-bottom: 30px;
  }
}
.footer_pageTop {
  display: block;
  width: 100px;
  height: 100px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.28;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
  background-color: #faaf00;
  position: absolute;
  z-index: 3;
  top: -90px;
  right: -140px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .footer_pageTop:hover {
    background-color: var(--main-bg-9);
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .footer_pageTop {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_pageTop {
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
    line-height: 1.33;
    top: auto;
    right: 0;
    bottom: -110px;
    left: 0;
    margin: 0 auto;
  }
}
.footer_pageTop::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/icon_pagetop.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 16px auto 3px;
}
@media screen and (max-width: 767px) {
  .footer_pageTop::before {
    width: 16px;
    height: 16px;
    margin-top: 13px;
    margin-bottom: 5px;
  }
}
.footer_banner {
  background-color: var(--main-bg-3);
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .footer_banner {
    padding: 40px 15px 70px;
  }
}
.footer_banner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--main-bg-10);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.footer_banner_inner {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .footer_banner_inner {
    max-width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_banner_guide {
  width: 250px;
}
@media screen and (min-width: 768px) {
  .footer_banner_guide {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .footer_banner_guide:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .footer_banner_guide {
    width: 100%;
  }
}
.footer_banner_guide_image {
  display: block;
  width: 100%;
}
.footer_banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 250px);
  margin-top: -20px;
}
@media screen and (min-width: 768px) {
  .footer_banner_list {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer_banner_list {
    width: 100%;
    margin-top: 10px;
  }
}
.footer_banner_list_item {
  display: block;
  width: calc(25% - 15px);
  margin-top: 20px;
  margin-right: 20px;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .footer_banner_list_item {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .footer_banner_list_item:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .footer_banner_list_item {
    width: calc(50% - 5.5px);
    margin-top: 10px;
    margin-right: 11px;
    position: relative;
    padding-top: 14.195%;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .footer_banner_list_item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_banner_list_item:nth-child(2n) {
    margin-right: 0;
  }
}
.footer_banner_list_item > img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer_banner_list_item > img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer_banner_list_item > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.footer_information {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer_information {
    max-width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 70px 15px 160px;
    position: relative;
  }
}
.footer_information_address {
  width: 520px;
}
@media screen and (min-width: 768px) {
  .footer_information_address {
    padding-right: 49px;
  }
}
@media screen and (max-width: 767px) {
  .footer_information_address {
    width: 100%;
  }
}
.footer_information_address_logo {
  display: block;
  width: 201px;
}
@media screen and (max-width: 767px) {
  .footer_information_address_logo {
    width: 165px;
    margin: 0 auto;
  }
}
.footer_information_address_logo > img {
  display: block;
  width: 100%;
}
.footer_information_address_text {
  line-height: 1.625;
  font-style: normal;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .footer_information_address_text {
    display: block;
    width: 100%;
    max-width: 380px;
    font-size: 1.3rem;
    line-height: 1.69;
    margin: 16px auto 0;
  }
}
.footer_information_address_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer_information_address_social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.footer_information_address_social_item {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 8px;
  background-color: #fff;
  border-radius: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer_information_address_social_item {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .footer_information_address_social_item:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .footer_information_address_social_item:last-child {
    margin-right: 0;
  }
}
.footer_information_address_social_item > img {
  display: block;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.footer_information_navigation {
  width: calc(100% - 835px);
}
@media screen and (min-width: 768px) {
  .footer_information_navigation {
    padding-right: 37px;
  }
}
@media screen and (max-width: 767px) {
  .footer_information_navigation {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc(100% + 60px);
    margin-top: 40px;
    margin-left: -30px;
  }
}
.footer_information_navigation_menu {
  list-style: none;
  margin: 19px 0 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer_information_navigation_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer_information_navigation_menu_item {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer_information_navigation_menu_item {
    width: 50%;
    border-right: 1px solid var(--main-border-6);
    border-bottom: 1px solid var(--main-border-6);
  }
}
@media screen and (max-width: 767px) {
  .footer_information_navigation_menu_item:first-child, .footer_information_navigation_menu_item:nth-child(2) {
    border-top: 1px solid var(--main-border-6);
  }
}
@media screen and (max-width: 767px) {
  .footer_information_navigation_menu_item:nth-child(odd) {
    border-left: 1px solid var(--main-border-6);
  }
}
@media screen and (min-width: 768px) {
  .footer_information_navigation_menu_item:first-child {
    margin-top: 0;
  }
}
.footer_information_navigation_menu_item > a {
  display: block;
  position: relative;
  font-size: 1.4rem;
  padding-left: 28px;
}
@media screen and (min-width: 768px) {
  .footer_information_navigation_menu_item > a:hover {
    text-decoration: none;
  }
  .footer_information_navigation_menu_item > a:hover::before {
    left: 4px;
  }
}
@media screen and (max-width: 767px) {
  .footer_information_navigation_menu_item > a {
    font-size: 1.3rem;
    text-align: left;
    padding: 17px 41px 18px 14px;
    text-decoration: none;
  }
}
.footer_information_navigation_menu_item > a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_arrow-w.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
@media screen and (max-width: 767px) {
  .footer_information_navigation_menu_item > a::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer_information_navigation_menu_item > a::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/common/arrow-w.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 1px;
    right: 15px;
    bottom: 0;
    margin: auto 0;
  }
}
.footer_information_map {
  width: 315px;
}
@media screen and (max-width: 767px) {
  .footer_information_map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 265px;
    margin: 30px auto 0;
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
}
.footer_information_map > img {
  display: block;
  width: 100%;
}
.footer_copyright {
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  margin: 52px 0 0;
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    font-size: 1.2rem;
    margin-top: 40px;
  }
}

.alert {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid var(--main-alert);
  border-radius: 4px;
  margin-top: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .alert {
    max-width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.alert_title {
  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;
  width: 160px;
  min-height: 112px;
  color: #fff;
  background-color: var(--main-alert);
}
@media screen and (max-width: 767px) {
  .alert_title {
    width: 100%;
    min-height: 46px;
  }
}
.alert_title_text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .alert_title_text {
    font-size: 1.5rem;
    line-height: 1.47;
    padding-top: 2px;
  }
}
.alert_title_text::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/icon_alert.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 1px auto 4px;
}
@media screen and (max-width: 767px) {
  .alert_title_text::before {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    margin: 0 8px 0 0;
  }
}
.alert_content {
  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;
  padding: 10px 20px 11px;
}
@media screen and (max-width: 767px) {
  .alert_content {
    padding: 15px 13px;
  }
}
.alert_content_list {
  list-style: none;
  margin: 0 0 -5px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .alert_content_list {
    margin: 0 0 -8px;
  }
}
.alert_content_list_item {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .alert_content_list_item {
    margin-bottom: 8px;
  }
}
.alert_content_list_item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .alert_content_list_item > a:hover .alert_content_list_item_text {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .alert_content_list_item > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.alert_content_list_item_date {
  display: block;
}
@media screen and (min-width: 768px) {
  .alert_content_list_item_date {
    width: auto;
    margin-right: 10px;
  }
}
.alert_content_list_item_text {
  display: block;
  color: var(--main-link-1);
  text-decoration: underline;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .alert_content_list_item_text {
    position: relative;
    padding-left: 24px;
  }
}
.alert_content_list_item_text::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/common/arrow-g.png);
}
@media screen and (min-width: 768px) {
  .alert_content_list_item_text::before {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .alert_content_list_item_text::before {
    display: block;
    -webkit-transform: none;
            transform: none;
    margin-right: 0;
    position: absolute;
    top: 4px;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .abso_box {
    position: absolute;
    right: 0;
    top: 10%;
  }
}

.newsAttention {
  display: block;
  width: 100%;
  max-width: 350px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
@media screen and (min-width: 768px) {
  .newsAttention {
    z-index: 2;
    -webkit-transform: translateX(351px);
            transform: translateX(351px);
    -webkit-transition: -webkit-transform 0.45s;
    transition: -webkit-transform 0.45s;
    transition: transform 0.45s;
    transition: transform 0.45s, -webkit-transform 0.45s;
  }
}
@media screen and (max-width: 767px) {
  .newsAttention {
    max-width: 345px;
    border-radius: 10px;
    margin: 20px auto 30px;
    border: 1px solid var(--main-border-2);
  }
}
@media screen and (min-width: 768px) {
  .newsAttention.js_newsAttention-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.newsAttention_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 20px 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  color: var(--main-write-5);
  background-color: var(--main-bg-2);
}
@media screen and (max-width: 767px) {
  .newsAttention_header {
    padding: 10px 19px 6px;
  }
}
.newsAttention_header_title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .newsAttention_header_title {
    font-size: 1.5rem;
  }
}
.newsAttention_header_title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-image: url(../img/top/icon_chumoku.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .newsAttention_header_title::before {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.newsAttention_header_title_closeButton {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 15px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .newsAttention_header_title_closeButton {
    display: none;
  }
}
.newsAttention_header_title_closeButton::after {
  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: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  right: -10px;
  content: "×";
  font-size: 1.3rem;
  line-height: 1;
  background-color: var(--main-write-5);
  color: var(--main-write-1);
  text-align: center;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.newsAttention_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-bg-1);
  padding: 20px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .newsAttention_content:hover .newsAttention_content_text_title {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .newsAttention_content {
    padding: 16px 19px 19px 19px;
  }
}
.newsAttention_content_image {
  display: block;
  width: 100px;
  height: 74px;
  overflow: hidden;
  position: relative;
}
.newsAttention_content_image > img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 2px;
}
.newsAttention_content_text {
  width: calc(100% - 100px);
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 16px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .newsAttention_content_text {
    font-size: 1.4rem;
    line-height: 1.71;
    padding-left: 20px;
  }
}
.newsAttention_content_text_title {
  display: block;
  color: var(--main-link-1);
  text-decoration: underline;
  margin: 2px 0 0;
  padding-left: 24px;
  position: relative;
  font-weight: 500;
}
.newsAttention_content_text_title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/common/arrow-g.png);
  position: absolute;
  top: 5px;
  left: -2px;
}
@media screen and (max-width: 767px) {
  .newsAttention_content_text_title::before {
    width: 14px;
    height: 14px;
    top: 5px;
    left: -1px;
  }
}
@media screen and (min-width: 768px) {
  .newsAttention-breaking {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .newsAttention-breaking {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.newsAttention-breaking .newsAttention_header_title::before {
  background-image: url(../img/top/icon_senkyo.png);
}
.newsAttention-breaking .newsAttention_content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .newsAttention-breaking .newsAttention_content:hover .newsAttention_content_text_title {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .newsAttention-breaking .newsAttention_content {
    padding: 14px 14px 17px;
  }
}
.newsAttention-breaking .newsAttention_content_text {
  width: 100%;
  padding: 0;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .newsAttention-breaking .newsAttention_content_text:hover .newsAttention_content_text_title {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .newsAttention-breaking .newsAttention_content_text {
    margin-top: 6px;
  }
}
.newsAttention-breaking .newsAttention_content_text:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .newsAttention-breaking .newsAttention_content_text_title {
    margin-top: 0;
  }
}

.keyvisual {
  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;
  min-height: 180px;
  background-image: url(../img/common/bg_ttl.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .keyvisual {
    min-height: 100px;
  }
}
.keyvisual-parliament {
  background-image: url(../img/parliament/img_keyvisual_parliament.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
.keyvisual_title {
  font-size: 4rem;
  line-height: 1.48;
  text-align: center;
  color: #0d9244;
  margin: 0;
  padding: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .keyvisual_title {
    font-size: 2.4rem;
    line-height: 1.5;
    padding: 20px;
  }
}

.breadcrumbs {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 1.2rem;
  }
}
.breadcrumbs_inner {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  white-space: nowrap;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .breadcrumbs_inner {
    max-width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.breadcrumbs a {
  color: var(--main-link-1);
}

.linkBox {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .linkBox {
    max-width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 50px;
  }
}
.linkBox_item {
  width: 100%;
  margin-top: 40px;
  border: 1px solid var(--main-border-2);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .linkBox_item {
    margin-top: 30px;
    border-radius: 8px;
  }
}
.linkBox_item:first-child {
  margin-top: 0;
}
.linkBox_item-row2 {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .linkBox_item-row2 {
    width: 100%;
  }
}
.linkBox_item-row3 {
  width: calc(33.33% - 14px);
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .linkBox_item-row3 {
    width: 100%;
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .linkBox_item-closeSP .linkBox_item_header {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .linkBox_item-closeSP .linkBox_item_header::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 1px;
    right: 20px;
    bottom: 0;
    margin: auto 0;
    background-image: url(../img/common/icon_plus.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .linkBox_item-closeSP .linkBox_item_content {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .linkBox_item-closeSP .linkBox_item_content {
    display: none;
  }
}
.linkBox_item_header {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #0d9244;
  margin: 0;
  padding: 13px 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .linkBox_item_header {
    font-size: 1.6rem;
    padding: 11px 10px 10px;
  }
}
.linkBox_item_content {
  height: 100%;
  padding: 30px;
  background-color: var(--main-bg-2);
}
@media screen and (max-width: 767px) {
  .linkBox_item_content {
    padding: 24px 14px;
  }
}
.linkBox_item_content_lifeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: -10px 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .linkBox_item_content_lifeList {
    margin-top: -12px;
  }
}
.linkBox_item_content_lifeList_item {
  width: calc(25% - 7.5px);
  border-radius: 4px;
  overflow: hidden;
  padding: 9px 15px 15px;
  border: 1px solid var(--main-border-1);
  background-color: var(--main-bg-1);
  margin-top: 10px;
  -webkit-transition: border-radius 0.3s;
  transition: border-radius 0.3s;
}
@media screen and (max-width: 767px) {
  .linkBox_item_content_lifeList_item {
    width: calc(50% - 5.5px);
    padding: 4px 10px 9px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .linkBox_item_content_lifeList_item:hover {
    border-radius: 16px;
  }
  .linkBox_item_content_lifeList_item:hover .linkBox_item_content_lifeList_item_text::before {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
}
.linkBox_item_content_lifeList_item_inner {
  text-decoration: none;
}
.linkBox_item_content_lifeList_item_image {
  display: block;
  width: 80px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .linkBox_item_content_lifeList_item_image {
    width: 60px;
  }
}
.linkBox_item_content_lifeList_item_text {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .linkBox_item_content_lifeList_item_text {
    font-size: 1.4rem;
    margin-top: 2px;
  }
}
.linkBox_item_content_lifeList_item_text::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url(../img/top/arrow.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 8px;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .linkBox_item_content_lifeList_item_text::before {
    width: 18px;
    height: 18px;
  }
}
.linkBox_item_content_search {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1;
}
.linkBox_item_content_search_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid var(--main-border-2);
  border-radius: 2px;
  overflow: hidden;
}
.linkBox_item_content_search_inner input[type=text] {
  width: calc(100% - 68px);
  color: #222;
  border: none;
  padding: 9px 10px 9px;
}
.linkBox_item_content_search_inner input[type=text]::-webkit-input-placeholder {
  color: #bbb;
}
.linkBox_item_content_search_inner input[type=text]::-moz-placeholder {
  color: #bbb;
}
.linkBox_item_content_search_inner input[type=text]:-ms-input-placeholder {
  color: #bbb;
}
.linkBox_item_content_search_inner input[type=text]::-ms-input-placeholder {
  color: #bbb;
}
.linkBox_item_content_search_inner input[type=text]::placeholder {
  color: #bbb;
}
@media screen and (max-width: 767px) {
  .linkBox_item_content_search_inner input[type=text] {
    width: calc(100% - 50px);
    font-size: 1.6rem;
    padding: 11px 10px;
  }
}
.linkBox_item_content_search_inner input[type=submit] {
  width: 68px;
  font-weight: bold;
  color: #fff;
  background-color: #0d9244;
  border: none;
  padding: 12px 10px 12px 30px;
  background-image: url(../img/common/icon_search.png);
  background-position: left 10px center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  border-radius: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .linkBox_item_content_search_inner input[type=submit]:hover {
    background-color: #08592a;
  }
}
@media screen and (max-width: 767px) {
  .linkBox_item_content_search_inner input[type=submit] {
    width: 50px;
    padding: 14px 10px;
    background-image: none;
  }
}
.linkBox_item_content_searchKeyword_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .linkBox_item_content_searchKeyword_title {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.linkBox_item_content_searchKeyword_list {
  font-size: 0;
}
.linkBox_item_content_searchKeyword_list_item {
  display: inline-block;
  font-size: 1.6rem;
  color: var(--main-write-5);
  background-color: var(--main-bg-1);
  border: 1px solid var(--main-border-1);
  border-radius: 2px;
  overflow: hidden;
  padding: 3px 9px;
  text-decoration: none;
  text-align: center;
  margin: 10px 8px 0 0;
}
@media screen and (min-width: 768px) {
  .linkBox_item_content_searchKeyword_list_item {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .linkBox_item_content_searchKeyword_list_item:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .linkBox_item_content_searchKeyword_list_item {
    font-size: 1.4rem;
    padding: 3px 9px 4px;
    margin: 8px 8px 0 0;
  }
}
.linkBox_item_content_pageLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: -10px 0 0;
  padding: 0;
}
.linkBox_item_content_pageLink_item {
  width: calc(50% - 5px);
  margin-top: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .linkBox_item_content_pageLink_item {
    width: calc(50% - 5.5px);
    margin-right: 11px;
  }
}
.linkBox_item_content_pageLink_item:nth-child(2n) {
  margin-right: 0;
}
.linkBox_item_content_pageLink_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 64px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding: 7px 40px 7px 20px;
  background-color: var(--main-bg-1);
  border: 1px solid var(--main-border-1);
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: border-radius 0.3s;
  transition: border-radius 0.3s;
}
@media screen and (min-width: 768px) {
  .linkBox_item_content_pageLink_item_inner:hover {
    border-radius: 10px;
  }
  .linkBox_item_content_pageLink_item_inner:hover::after {
    right: 11px;
  }
}
@media screen and (max-width: 767px) {
  .linkBox_item_content_pageLink_item_inner {
    min-height: 56px;
    font-size: 1.4rem;
    line-height: 1.42;
    padding: 7px 24px 7px 12px;
  }
}
.linkBox_item_content_pageLink_item_inner::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .linkBox_item_content_pageLink_item_inner::before {
    width: 24px;
    height: 24px;
    left: 8px;
  }
}
.linkBox_item_content_pageLink_item_inner::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/arrow-g.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  right: 15px;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media screen and (max-width: 767px) {
  .linkBox_item_content_pageLink_item_inner::after {
    right: 7px;
  }
}
.linkBox_item_content_pageLink_item-gomi .linkBox_item_content_pageLink_item_inner::before {
  background-image: url(../img/top/icon_pickup_gomi.png);
}
.linkBox_item_content_pageLink_item-faq .linkBox_item_content_pageLink_item_inner::before {
  background-image: url(../img/top/icon_pickup_faq.png);
}
.linkBox_item_content_pageLink_item-tosyokan .linkBox_item_content_pageLink_item_inner::before {
  background-image: url(../img/top/icon_pickup_tosyokan.png);
}
.linkBox_item_content_pageLink_item-comment .linkBox_item_content_pageLink_item_inner::before {
  background-image: url(../img/top/icon_pickup_comment.png);
}
.linkBox_item_content_pageLink_item-toubani .linkBox_item_content_pageLink_item_inner::before {
  background-image: url(../img/top/icon_pickup_toubani.png);
}
.linkBox_item_content_pageLink_item-kinkyu .linkBox_item_content_pageLink_item_inner::before {
  background-image: url(../img/top/icon_pickup_kinkyu.png);
}
.linkBox_item_content_linkList {
  margin: -10px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .linkBox_item_content_linkList {
    margin-top: 10px;
  }
}
.linkBox_item_content_linkList li {
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
  padding-left: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .linkBox_item_content_linkList li {
    font-size: 1.4rem;
    line-height: 1.57;
    padding-left: 16px;
  }
}
.linkBox_item_content_linkList li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--main-bg-6);
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .linkBox_item_content_linkList li::before {
    top: 7px;
  }
}
.linkBox_item_content_linkList li > a {
  color: var(--main-link-1);
}
.linkBox_item-icon .linkBox_item_header::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-image: url(../img/top/icon_search_life.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 10px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (max-width: 767px) {
  .linkBox_item-icon .linkBox_item_header::before {
    width: 24px;
    height: 24px;
  }
}
.linkBox_item-icon-life .linkBox_item_header::before {
  background-image: url(../img/top/icon_search_life.png);
}
.linkBox_item-icon-keyword .linkBox_item_header::before {
  background-image: url(../img/top/icon_search_keyword.png);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.linkBox_item-icon-pickup .linkBox_item_header::before {
  background-image: url(../img/top/icon_search_pickup.png);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.sitecookie {
  display: none;
  width: 100%;
  color: var(--main-write-1);
  background-color: var(--main-bg-11);
  padding: 15px 30px;
  position: fixed;
  z-index: 80;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sitecookie {
    padding: 20px 10px;
  }
}
.sitecookie_inner {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  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;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sitecookie_inner {
    max-width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
    -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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sitecookie_text {
  font-size: 1.4rem;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .sitecookie_text {
    font-size: 1.3rem;
  }
}
.sitecookie_btn {
  width: 200px;
  color: #fff;
  background-color: #fa9a00;
  padding: 10px;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .sitecookie_btn {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .sitecookie_btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .sitecookie_btn {
    width: 180px;
    font-size: 1.3rem;
    padding: 8px;
    margin-top: 12px;
    margin-left: 0;
  }
}

.pageNavigationPC {
  color: var(--main-write-1);
  background-color: var(--main-bg-11);
}
@media screen and (max-width: 767px) {
  .pageNavigationPC {
    display: none;
  }
}
.pageNavigationPC_inner {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  font-size: 0;
  padding: 9px 0 11px;
}
.pageNavigationPC_item {
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  margin-right: 20px;
}
.pageNavigationPC_item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_arrow-w.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 8px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (min-width: 768px) {
  .pageNavigationPC.js_subMenu_child {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 10;
    bottom: -48px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .pageNavigationPC.js_subMenu_child-hover {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 768px) {
  .flex-content {
    max-width: 1040px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 59px;
  }
}
.flex-content .fl_right {
  border: #D9D6CE;
  background: #F2F0EB;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flex-content .fl_right {
    width: calc(100% - 572px);
    padding: 44px 43px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .flex-content .fl_right {
    padding: 16px 15px 22px;
    margin: 0 15px 58px;
  }
}
.flex-content .fl_right a :after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
.flex-content .fl_right h3 {
  position: relative;
  margin: auto;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .flex-content .fl_right h3 {
    font-size: 2.6rem;
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .flex-content .fl_right h3 {
    font-size: 2rem;
    padding-left: 31px;
  }
}
.flex-content .fl_right h3:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 5px solid #0D9244;
  position: absolute;
  left: 0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .flex-content .fl_right h3:before {
    top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .flex-content .fl_right h3:before {
    top: 4px;
  }
}
.flex-content .fl_right .date {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .flex-content .fl_right .date {
    margin: 12px 0 11px;
  }
  .flex-content .fl_right .date span {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .flex-content .fl_right .date {
    margin: 4px 0 12px;
  }
  .flex-content .fl_right .date span {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .flex-content .fl_right .photo {
    margin: 0 39px;
  }
}
.flex-content .fl_right .photo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .flex-content .fl_left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 572px;
  }
}
.flex-content .fl_left .pageContent:first-of-type .pageContent_inner {
  margin-top: 25px;
}