@charset "UTF-8";
/**  =======================================================================
*   
*  共通
*
============================================================================*/
html, body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-weight: 400;
  background-color: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
}

html.large, body.large {
  font-size: 20px;
}

html *, body * {
  box-sizing: border-box;
  line-height: 1.65;
  margin: 0;
}

html p, html ul, html ol, html dl, html li, html table, html h1, html h2, html h3, html h4, html h5, html span, html div, body p, body ul, body ol, body dl, body li, body table, body h1, body h2, body h3, body h4, body h5, body span, body div {
  color: #333;
}

html p, body p {
  max-width: 100%;
}

@media all and (min-width: 769px) {
  html, body {
    min-width: 1150px;
  }
}

a {
  text-decoration: none;
  color: #333;
}

a:visited {
  color: currentColor;
}

a:hover {
  color: #9B908A;
  opacity: 0.6;
  transition: all .2s ease-in-out;
}

a:hover::before, a:hover::after {
  opacity: 0.6;
  transition: opacity .2s ease-in-out;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.underline {
  text-decoration: underline;
}

* .normal-anchor {
  color: #158BBF;
  text-decoration: underline;
}

* .normal-anchor:visited {
  color: #811397;
  text-decoration: underline;
}

p {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

ul, ol, dl, li {
  max-width: 100%;
}

.em {
  font-weight: 700;
}

ul:not(.marked), ul:not(.marked) li {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.list-horizontal li, ul.list-horizontal li {
  display: inline;
}

.content-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-image img {
  width: auto;
  height: auto;
  flex-shrink: 0;
}

main {
  display: block;
}

p, div, section {
  max-width: 100%;
}

@media all and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media all and (max-width: 500px) {
  .l-tb {
    display: none !important;
  }
}

@media all and (min-width: 769px) {
  .s-tb {
    display: none !important;
  }
}

@media all and (min-width: 501px) {
  .sp {
    display: none !important;
  }
}

.ie-only {
  display: none !important;
}

*.curning_025 {
  letter-spacing: .025em;
}

*.curning_050 {
  letter-spacing: .050em;
}

*.pkna {
  font-feature-settings: 'pkna';
}

*.palt {
  font-feature-settings: 'palt';
}

*.pwid {
  font-feature-settings: 'pwid';
}

.ttb {
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  vertical-align: top;
}

svg {
  transform: translate(0, 0);
}

/**  =======================================================================
============================================================================*/
/**  =======================================================================
*   
*  mixin
*
============================================================================*/
.o-fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  min-height: 1px;
}

.o-fit-c {
  object-fit: contain;
  font-family: 'object-fit: contain;';
  min-height: 1px;
}

.fl-c {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
}

.fl-r {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}

.f-yugo {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 'Noto Sans JP', 'Noto Sans CJK JP', noto-sans-cjk-jp, 'メイリオ', -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.f-mplus {
  font-family: m-plus-rounded-2p, "Helvetica Neue",Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  transform: rotate(0.05deg);
}

/**
*  上へ戻るボタン
*/
#scroll-to-top {
  position: fixed;
  bottom: 30px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  #scroll-to-top {
    right: 1.75em;
    width: 131px;
    height: 134px;
  }
}

@media screen and (max-width: 768px) {
  #scroll-to-top {
    right: 15px;
    width: 77px;
    height: 79px;
  }
}

#scroll-to-top a {
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  #scroll-to-top a {
    width: 131px;
    height: 134px;
  }
}

@media screen and (max-width: 768px) {
  #scroll-to-top a {
    width: 77px;
    height: 79px;
  }
}

#scroll-to-top a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#scroll-to-top a:hover {
  opacity: 1;
}

#scroll-to-top.hide {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.section {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
}

.section__inner {
  position: relative;
  width: 100%;
  max-width: 100%;
}

@media all and (min-width: 769px) {
  .section__inner.pc-w80 {
    width: 80%;
    max-width: 80%;
  }
  .section__inner.pc-w90 {
    width: 90%;
    max-width: 90%;
  }
  .section__inner.pc-w100 {
    width: 100%;
    max-width: 100%;
  }
  .section__inner.pc-p800 {
    width: 800px;
    max-width: 90%;
  }
  .section__inner.pc-p1000 {
    width: 1080px;
    max-width: 90%;
  }
  .section__inner.content {
    width: 100%;
    max-width: 1150px;
  }
}

@media all and (max-width: 768px) {
  .section__inner.sp-w80 {
    width: 80vw;
    max-width: 80vw;
  }
  .section__inner.sp-w85 {
    width: 85vw;
    max-width: 85vw;
  }
  .section__inner.sp-w90 {
    width: 90vw;
    max-width: 90vw;
  }
  .section__inner.sp-p800 {
    width: 800px;
    max-width: 90%;
  }
  .section__inner.content {
    width: 100%;
    max-width: 100%;
  }
}

.section__body {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
}

main {
  position: relative;
  width: 100%;
  max-width: 100%;
}

@media all and (max-width: 768px) {
  main {
    margin-top: 65px !important;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
  }
}

/**
*  サイト横断共通要素
*/
.com-header {
  position: relative;
  width: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
}

@media all and (max-width: 768px) {
  .com-header {
    height: 65px;
  }
}

@media all and (min-width: 769px) {
  .com-header {
    height: 100px;
  }
}

.com-header__inner {
  height: 100%;
  position: relative;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
}

.com-header__left {
  z-index: 10;
}

@media all and (min-width: 769px) {
  .com-header__left {
    padding-top: 15px;
    padding-left: 64px;
  }
}

@media all and (max-width: 1280px) {
  .com-header__left {
    padding-left: 4.8vw;
  }
}

.com-header__left .logo {
  display: block;
}

.com-header__left .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media all and (max-width: 768px) {
  .com-header__left .logo {
    width: 128px;
    height: 37px;
  }
}

.com-header__right {
  height: 100%;
}

.com-header__sns-links {
  flex-direction: row;
  align-items: center;
}

.com-header__sns-links a {
  display: block;
  margin-right: 38px;
}

.com-header__sns-links a img {
  width: 38px;
  height: auto;
}

.com-header__menu-wrapper {
  height: 100%;
  z-index: 100;
}

@media all and (min-width: 769px) {
  .com-header__menu-wrapper {
    padding-bottom: 20px;
  }
}

.com-header__menu {
  background-color: #054B84;
  justify-content: space-between;
}

@media all and (min-width: 769px) {
  .com-header__menu {
    padding: 15px 35px 10px 22px;
    border-radius: 0 0 0 10px;
  }
}

@media all and (max-width: 768px) {
  .com-header__menu {
    height: 100%;
    padding: 9px 12px 5px 12px;
  }
}

.com-header__menu button {
  background: none;
  border: none;
  position: relative;
  padding: 0 15px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.com-header__menu button.setting img {
  width: 31px;
  height: auto;
}

.com-header__menu button.search img {
  width: 28px;
  height: auto;
}

.com-header__menu button.setting, .com-header__menu button.search {
  position: relative;
}

.com-header__menu button.setting.open::before, .com-header__menu button.search.open::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 4px;
  left: 25%;
  bottom: -5px;
  border-radius: 2px;
  background-color: #fff;
}

.com-header__menu button.menu {
  position: relative;
  width: 56px;
  height: 50px;
}

.com-header__menu button.menu svg {
  width: 56px;
  height: 50px;
}

.com-header__menu button.menu text {
  font-size: 13px;
  fill: #fff;
}

.com-header__menu button.menu line {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
}

.com-header__menu button.menu .ie-only {
  display: none;
}

.com-header__menu button.menu:not(.open) svg .bar1 {
  -webkit-transform-origin: 2px 2px;
  transform-origin: 2px 2px;
  -webkit-transform: rotate(0) translateY(0) translateX(0);
  transform: rotate(0) translateY(0) translateX(0);
  transition: transform 0.3s ease-in-out, stroke 0.3s ease-in-out;
}

.com-header__menu button.menu:not(.open) svg .bar3 {
  -webkit-transform-origin: 31.5px 24px;
  transform-origin: 31.5px 24px;
  -webkit-transform: rotate(0) translateY(0) translateX(0);
  transform: rotate(0) translateY(0) translateX(0);
  transition: transform 0.3s ease-in-out, stroke 0.3s ease-in-out;
}

.com-header__menu button.menu:not(.open) svg text {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.com-header__menu button.menu:not(.open) svg .text-close {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.com-header__menu button.menu.open svg .bar1 {
  -webkit-transform-origin: 2px 2px;
  transform-origin: 2px 2px;
  -ms-transform: translateY(-9px) translateX(11px) rotate(45deg);
  -webkit-transform: translateY(-9px) translateX(11px) rotate(45deg);
  transform: translateY(-9px) translateX(11px) rotate(45deg);
  stroke: #fff;
  transition: transform 0.3s ease-in-out, stroke 0.3s ease-in-out;
}

.com-header__menu button.menu.open svg .bar3 {
  -webkit-transform-origin: 31.5px 24px;
  transform-origin: 31.5px 24px;
  -ms-transform: translateY(-9px) translateX(2px) rotate(-45deg);
  -webkit-transform: translateY(-9px) translateX(2px) rotate(-45deg);
  transform: translateY(-9px) translateX(2px) rotate(-45deg);
  stroke: #fff;
  transition: transform 0.3s ease-in-out;
}

.com-header__menu button.menu.open svg .text-open {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.com-header__menu button.menu.open svg .text-close {
  fill: #fff;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.com-header__menu button span {
  color: #fff;
  margin-top: 5px;
}

@media all and (min-width: 769px) {
  .com-header__menu button:first-child {
    margin-right: 36px;
  }
  .com-header__menu button:first-child::after {
    content: '';
    position: absolute;
    height: 35px;
    width: 1px;
    background-color: #fff;
    right: -18px;
  }
}

@media all and (max-width: 768px) {
  .com-header__menu button {
    font-size: 13px;
    padding: 0 18px;
  }
  .com-header__menu button span {
    margin-top: 3px;
  }
  .com-header__menu button.setting img {
    width: 26px;
    height: auto;
  }
  .com-header__menu button.search img {
    width: 25px;
    height: auto;
  }
}

.com-gnav, .com-setting-screen {
  display: none;
  position: absolute;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  background-color: #054B84;
}

@media all and (min-width: 769px) {
  .com-gnav, .com-setting-screen {
    padding-top: calc(100px - 23px);
  }
}

@media all and (max-width: 768px) {
  .com-gnav, .com-setting-screen {
    top: 65px;
  }
}

.com-gnav {
  position: fixed;
  background-image: url("../img/common/gnav-bg.png");
  background-size: 185px 154px;
  background-repeat: no-repeat;
  background-position: 90% 90%;
  z-index: 10000;
}

@media all and (max-width: 768px) {
  .com-gnav {
    overflow: scroll;
    max-height: calc(100vh - 65px);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .com-gnav::-webkit-scrollbar {
    display: none;
  }
}

.com-gnav * {
  color: #fff;
}

.com-gnav__inner {
  padding: 2.625em 7.5% 5em 7.5%;
}

.com-gnav__category {
  margin-bottom: 1.75em;
}

.com-gnav .head {
  font-size: 1em;
  font-weight: 700;
}

.com-gnav .list {
  padding-left: 1em !important;
  flex-wrap: wrap;
}

.com-gnav .item {
  display: inline-block;
  font-size: .875em;
  margin-top: 1em;
  margin-right: 1.5em;
}

.com-gnav .item a {
  text-decoration: underline;
}

.com-setting-screen {
  width: 100%;
  max-width: 100%;
}

@media all and (min-width: 769px) {
  .com-setting-screen {
    max-width: 400px;
    border-radius: 0 0 0 10px;
  }
}

.com-setting-screen__inner {
  padding: 1.625em 1.625em .75em 1.625em;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end;
}

.com-setting-screen .setting-item {
  align-items: center;
  margin-bottom: 1em;
}

.com-setting-screen .setting-item .head {
  display: inline-block;
  color: #fff;
  margin-right: 1.5em;
  font-weight: 700;
}

.com-setting-screen .setting-item .buttons button {
  background: #fff;
  border: none;
  border-radius: 4px;
  padding: .5em 1em;
}

.com-setting-screen .setting-item .buttons button:not(:last-child) {
  margin-right: 1em;
}

.com-setting-screen .setting-item .dropdown {
  color: #fff;
}

.com-setting-screen .search-box {
  position: relative;
  margin-top: 15px;
  padding-right: 30px;
}

.com-setting-screen .search-box input[type="text"] {
  width: 250px;
  font-size: 1em;
  line-height: 1.5;
  padding: .25em 0;
  padding-right: 2em;
  padding-left: 28px;
  margin-right: 1em;
  border-radius: 6px 0 0 6px;
  border: none;
  background-color: #FFFFFF;
  background-image: url("../img/common/icon_search.png");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 6px 50%;
}

.com-setting-screen .search-box input[type="submit"] {
  border-radius: 0 6px 6px 0;
  border: none;
  background-color: #F0F0F0;
  position: absolute;
  font-size: 1em;
  line-height: 1.5;
  padding: .2em .5em;
  margin-left: -1.25em;
  cursor: pointer;
}

.com-setting-screen .btn-setting-screen-close {
  cursor: pointer;
  margin-top: 1em;
  padding: .15em .25em;
}

.com-setting-screen .btn-setting-screen-close img {
  width: 28px;
  height: 10px;
}

.com-hnav {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: linear-gradient(to bottom, #fff 0%, #FFF4E3 50%, #fff 100%);
  z-index: 11;
}

@media all and (min-width: 769px) {
  .com-hnav {
    margin-top: calc( 100px + 1.125em) !important;
  }
}

.com-hnav__inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  align-items: center;
}

.com-hnav__body {
  position: relative;
  min-width: 1190px;
  width: 93%;
  max-width: 1190px;
  justify-content: space-around;
}

.com-hnav__item .head {
  position: relative;
  width: 235px;
  align-items: center;
  cursor: pointer;
}

.com-hnav__item .head img {
  width: auto;
  height: auto;
  max-height: 40px;
}

.com-hnav__item .head span {
  display: block;
  margin-top: .25em;
  color: #054B84;
  font-weight: 700;
  font-size: 1.125em;
}

.com-hnav__item .head::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 3px;
  width: 3px;
  height: 40px;
  border-radius: 1px;
  background-color: #0060AF;
}

.com-hnav__item:last-child .head::after {
  content: '';
  position: absolute;
  right: 0;
  top: 16px;
  width: 3px;
  width: 3px;
  height: 40px;
  border-radius: 1px;
  background-color: #0060AF;
}

.com-hnav__item .list-wrapper {
  display: none;
  position: absolute;
  width: 1190px;
  left: 0;
  margin-top: 1.5em;
  background-color: #C2E7F3;
  padding: 1.75em 2em .75em 2em;
  border-radius: 6px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.com-hnav__item .list-wrapper::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -15px;
  left: 0;
  border-right: 30px solid transparent;
  border-bottom: 17px solid #C2E7F3;
  border-left: 30px solid transparent;
}

.com-hnav__item:nth-child(1) .list-wrapper::before {
  left: 88px;
}

.com-hnav__item:nth-child(2) .list-wrapper::before {
  left: 326px;
}

.com-hnav__item:nth-child(3) .list-wrapper::before {
  left: 564px;
}

.com-hnav__item:nth-child(4) .list-wrapper::before {
  left: 802px;
}

.com-hnav__item:nth-child(5) .list-wrapper::before {
  left: 1040px;
}

.com-hnav__item .list {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.com-hnav__item .item {
  display: block;
  width: calc((100% - 1.125em * 3) / 4);
  margin-bottom: 1em;
}

.com-hnav__item .item:not(:nth-child(4n)) {
  margin-right: 1.125em;
}

.com-hnav__item .item a {
  position: relative;
  display: block;
  background-color: #fff;
  padding: .75em .875em .75em 2.25em;
  border-radius: 5px;
  color: #124FB8;
  text-decoration: underline;
}

.com-hnav__item .item a::before {
  content: '';
  position: absolute;
  width: .625em;
  height: .875em;
  left: 1em;
  top: 1.125em;
  background-image: url("../img/common/arrow-s.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.com-hnav__item .item a:hover {
  background-color: #FFEDD1;
  opacity: 1;
  color: #124FB8;
  filter: none;
}

.com-breadcrumb {
  padding: 2em 0;
}

.com-breadcrumb .list {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.com-breadcrumb .item {
  position: relative;
  display: inline-block;
}

.com-breadcrumb .item:not(:last-child) {
  margin-right: 1.625em;
}

.com-breadcrumb .item:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 10px;
  background-image: url("../img/common/arrow-s_o.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: -1em;
  top: .55em;
}

.com-breadcrumb .item a, .com-breadcrumb .item span {
  font-size: .8125em;
  color: #124FB8;
  font-weight: 700;
}

.com-breadcrumb .item a {
  text-decoration: underline;
}

@media all and (max-width: 768px) {
  .com-breadcrumb {
    padding: 1em 0;
  }
  .com-breadcrumb__inner {
    width: 90% !important;
    max-width: 90% !important;
  }
}

.com-footer {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-image: url("../img/common/footer_bk.jpg");
  background-position: 50% top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5.5em 0 0 0;
}

.com-footer__inner {
  align-items: center;
}

.com-footer__body {
  min-width: 900px;
  max-width: 900px;
  align-items: center;
}

.com-footer__menu {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.com-footer__menu .list {
  max-width: 100%;
  font-size: .9375em;
}

.com-footer__menu .item {
  position: relative;
  display: inline-block;
}

.com-footer__menu .item a {
  display: inline-block;
  padding: .5em;
}

.com-footer__menu .item:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1em;
  top: .75em;
  right: -.25em;
  background-color: #333;
}

.com-footer__logo {
  margin-top: 2.5em;
}

.com-footer__info {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 1.5em;
  margin-bottom: 1em;
  justify-content: space-between;
  align-items: flex-start;
}

.com-footer__signature {
  font-size: .9375em;
}

.com-footer__signature .business-hour {
  margin-top: 1.5em;
}

.com-footer__copyright {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 1em 0;
  background-color: #054B84;
  text-align: center;
  font-size: .8125em;
  color: #fff;
}

@media all and (max-width: 768px) {
  .com-footer {
    padding: 1.5em 0 0 0;
    background-position: 50% -30px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
  }
  .com-footer__inner {
    padding-top: 2.5em;
    width: 90%;
    max-width: 90%;
  }
  .com-footer__body {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
  .com-footer__menu .item {
    display: block;
  }
  .com-footer__menu .item a {
    display: inline-block;
    padding: .5em;
    padding-left: 1.5em;
  }
  .com-footer__menu .item:not(:last-child)::after {
    display: none;
  }
  .com-footer__menu .item::before {
    content: '';
    position: absolute;
    width: 1em;
    height: 1px;
    background-color: #333;
    left: 0;
    top: 1.25em;
  }
  .com-footer__logo img {
    width: 164px;
    height: auto;
  }
  .com-footer__info {
    flex-direction: column;
    align-items: center;
  }
  .com-footer__image {
    margin-top: 2.5em;
  }
  .com-footer__copyright {
    padding: .75em 0;
  }
}

@media all and (max-width: 500px) {
  .com-footer__menu .list {
    font-size: .8125em;
  }
  .com-footer__signature {
    font-size: .8125em;
  }
  .com-footer__signature * {
    line-height: 1.9;
  }
}

/**
*  TOPページ
*/
.top {
  background-color: #fff;
}

.top-com-section-header h2 {
  display: block;
  text-align: center;
  color: #054B84;
  line-height: 1.75;
}

.top-com-section-header h2::after {
  content: '';
  position: absolute;
  width: 10.3125rem;
  height: 2px;
  border-radius: 1px;
  left: calc(50% - 5.15625rem);
  bottom: 0;
  background-color: #F68B0F;
}

.top .swiper-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.top .swiper-pagination-wrapper {
  align-items: center;
}

.top .swiper-pagination {
  position: relative;
  padding: 3px 0 1px 0;
  line-height: 1;
}

.top .swiper-pagination-bullet {
  display: inline-block;
  margin-right: 1em;
  opacity: 1;
}

.top .swiper-button-toggle {
  background: none;
  border: none;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.top-guide {
  padding-top: .75em;
  padding-bottom: 1.35em;
}

.top-guide__inner {
  justify-content: space-between;
}

.top-guide__slider-banner {
  width: 490px;
  max-width: 490px;
}

.top-guide__slider {
  width: 100%;
  height: 340px;
  align-items: center;
}

.top-guide__slider picture {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.top-guide__slider picture img {
  width: 100%;
  height: 100%;
}

.top-guide__slider .swiper-container {
  height: 100%;
}

.top-guide__slider .swiper-wrapper {
  height: 100%;
}

.top-guide__slider .swiper-pagination-wrapper {
  margin-top: -2em;
  z-index: 10;
  position: relative;
  align-items: center;
}

.top-guide__slider .swiper-pagination {
  position: relative;
  line-height: 1;
}

.top-guide__slider .swiper-pagination-bullet {
  display: inline-block;
  margin-right: 1em;
  width: .75em;
  height: .75em;
  opacity: 1;
  background-color: #C2C0BA;
}

.top-guide__slider .swiper-pagination-bullet-active {
  background-color: #fff;
}

.top-guide__slider .swiper-button-prev, .top-guide__slider .swiper-button-next {
  position: relative;
}

.top-guide__slider .swiper-button-prev, .top-guide__slider .swiper-button-next {
  width: 12px;
  height: 20px;
  z-index: 10;
}

.top-guide__slider .swiper-button-prev {
  background-image: url("../img/common/btn-top-slider-prev.svg");
  background-size: contain;
  margin-right: 2.5em;
}

.top-guide__slider .swiper-button-next {
  background-image: url("../img/common/btn-top-slider-next.svg");
  background-size: contain;
  margin-left: 2.5em;
}

.top-guide__slider .swiper-button-toggle {
  background: none;
  border: none;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.top-guide__slider .swiper-button-toggle.playing {
  background-image: url("../img/common/btn-top-slider-pause.svg");
}

.top-guide__slider .swiper-button-toggle.pausing {
  background-image: url("../img/common/btn-top-slider-play.svg");
}

.top-guide__banner-links {
  margin-top: 1em;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-guide__banner-links .banner {
  width: 48%;
  margin-bottom: .5em;
}

.top-guide__banner-links .banner img {
  width: 100%;
  height: 148px;
  border: 4px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(53, 56, 68, 0.3);
}

.top-guide__menu {
  width: 595px;
}

.top-guide__menu .head {
  position: relative;
  font-size: 1.5em;
  font-weight: 700;
  color: #054B84;
  background-color: #ddd;
  border: 3px solid #aaa;
  line-height: 1.56;
  padding-left: 1.875em;
  padding-right: 1em;
  border-radius: 1em;
  margin-bottom: .875em;
}

.top-guide__menu .head::before {
  content: '';
  position: absolute;
  left: .5em;
  top: .27em;
  width: 1em;
  height: 1em;
  background-image: url("../img/common/tex_cir_blue.png");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.top-guide__menu-life .head {
  background-color: #F9FFEB;
  border-color: #9FD8C8;
}

.top-guide__menu-life .head::before {
  background-image: url("../img/common/tex_cir_blue.png");
}

.top-guide__menu-life .list {
  flex-wrap: wrap;
}

.top-guide__menu-life .item {
  display: block;
  margin-bottom: 16px;
}

.top-guide__menu-life .item:not(:nth-child(4n)) {
  margin-right: 50px;
}

.top-guide__menu-life .item a {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
}

.top-guide__menu-life .icon {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 111px;
  height: 111px;
  background-image: url("../img/common/tex_cir_green.png");
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.top-guide__menu-life .icon img {
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 60px;
}

.top-guide__menu-life .name {
  display: inline-block;
  word-wrap: break-word;
  max-width: 111px;
  font-size: 1.125em;
  font-weight: 700;
  color: #054B84;
}

.top-guide__menu-freq-use {
  margin-top: 1.125em;
}

.top-guide__menu-freq-use .head {
  background-color: #FCF7EF;
  border-color: #FDD02E;
}

.top-guide__menu-freq-use .head::before {
  background-image: url("../img/common/tex_cir_yellow.png");
}

.top-guide__menu-freq-use .list {
  margin-top: 1em;
  flex-wrap: wrap;
}

.top-guide__menu-freq-use .item {
  display: block;
  margin-bottom: 25px;
}

@media all and (min-width: 769px) {
  .top-guide__menu-freq-use .item:not(:nth-child(3n)) {
    margin-right: 18px;
  }
}

.top-guide__menu-freq-use .item a {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  padding: .6875em;
  padding-right: .3em;
  width: 186px;
  height: 3.375em;
  border-radius: .625em;
  background-image: url("../img/common/tex_rect_orange.png");
}

.top-guide__menu-freq-use .icon {
  margin-right: .65em;
  width: 38px;
}

.top-guide__menu-freq-use .icon img {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 38px;
  max-height: 36px;
}

.top-guide__menu-freq-use .name {
  font-weight: 700;
  color: #054B84;
  line-height: 1.0625;
}

@media all and (max-width: 768px) {
  .top-guide {
    padding: 0;
  }
  .top-guide__inner {
    flex-direction: column;
    align-items: center;
  }
  .top-guide__slider-banner {
    position: relative;
    width: 100%;
    max-width: 100%;
    align-items: center;
  }
  .top-guide__slider {
    width: 100%;
    height: 70vw;
    max-height: 350px;
  }
  .top-guide__banner-links {
    width: 95%;
    max-width: 95%;
  }
  .top-guide__banner-links .banner {
    width: 24%;
    margin-bottom: .5em;
  }
  .top-guide__banner-links .banner img {
    width: 100%;
    height: 100px;
    border: 4px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(53, 56, 68, 0.3);
  }
}

@media all and (max-width: 768px) and (max-width: 500px) {
  .top-guide__banner-links {
    max-width: 400px;
  }
  .top-guide__banner-links .banner {
    width: 48%;
  }
  .top-guide__banner-links .banner img {
    height: 100px;
  }
}

@media all and (max-width: 768px) {
  .top-guide__menu {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .top-guide__menu .head {
    width: 90%;
    font-size: 1.375em;
  }
  .top-guide__menu .list {
    width: 90%;
    max-width: 90%;
  }
  .top-guide__menu-life {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    background-color: #F8FFF8;
    padding: 2em 0 1em 0;
  }
  .top-guide__menu-life .item {
    width: 24%;
  }
  .top-guide__menu-life .item:not(:nth-child(4n)) {
    margin-right: 1.333%;
  }
  .top-guide__menu-life .icon {
    width: 100px;
    height: 100px;
  }
  .top-guide__menu-life .icon img {
    max-width: 3.25em;
    max-height: 3.25em;
  }
  .top-guide__menu-life .name {
    font-size: 1em;
  }
  .top-guide__menu-freq-use {
    margin-top: 0;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    background-color: #FEFBF2;
    padding: 2em 0 1em 0;
  }
  .top-guide__menu-freq-use .item {
    margin-bottom: 1em;
  }
}

@media all and (max-width: 768px) and (min-width: 651px) {
  .top-guide__menu-freq-use .item {
    width: 32%;
  }
  .top-guide__menu-freq-use .item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media all and (max-width: 768px) and (max-width: 650px) {
  .top-guide__menu-freq-use .item {
    width: 49%;
  }
  .top-guide__menu-freq-use .item:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media all and (max-width: 768px) {
  .top-guide__menu-freq-use .item a {
    width: 100%;
  }
}

@media all and (max-width: 500px) {
  .top-guide__menu .head {
    font-size: 1.125em;
  }
  .top-guide__menu-life .icon {
    width: 68px;
    height: 68px;
  }
  .top-guide__menu-life .icon img {
    max-width: 2.25em;
    max-height: 2.25em;
  }
  .top-guide__menu-life .name {
    font-size: .8125em;
  }
  .top-guide__menu-freq-use .item a {
    height: 3em;
  }
  .top-guide__menu-freq-use .icon {
    width: 30px;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
  }
  .top-guide__menu-freq-use .icon img {
    max-height: 30px;
    max-width: 30px;
  }
  .top-guide__menu-freq-use .name {
    font-size: .8125em;
  }
}

.top-emergency, .top-corona-info {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.top-emergency__inner, .top-corona-info__inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 1.5em 2.125em;
  align-items: center;
}

@media all and (max-width: 768px) {
  .top-emergency__inner, .top-corona-info__inner {
    max-width: 90%;
  }
}

.top-emergency__head, .top-corona-info__head {
  margin-right: 1.5em;
}

.top-emergency__body, .top-corona-info__body {
  padding: 1.25em 2.125em 1.25em 1.125em;
  background-color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
}

.top-emergency__body .list .item, .top-corona-info__body .list .item {
  display: block;
}

.top-emergency__body .list .item:not(:first-child), .top-corona-info__body .list .item:not(:first-child) {
  margin-top: .5em;
}

.top-emergency__body .list .item a, .top-corona-info__body .list .item a {
  display: inline-block;
}

.top-emergency__body .list .item .date, .top-corona-info__body .list .item .date {
  display: block;
  line-height: 1.125;
}

.top-emergency__body .list .item .title, .top-corona-info__body .list .item .title {
  display: block;
  line-height: 1.125;
  /* 修正 緊急情報の文字を太字にしない */
  /* font-weight: 700; */
}

.top-emergency__readmore, .top-corona-info__readmore {
  position: relative;
  font-size: .8125em;
  margin-top: 1.25em;
  padding: .35em 3em .35em 1.5em;
  display: inline-block;
  border: 1px solid #C2C0BA;
  border-radius: 3px;
  align-self: flex-end;
}

.top-emergency__readmore::after, .top-corona-info__readmore::after {
  content: '';
  position: absolute;
  right: .5em;
  top: 6.5px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #C2C0BA;
}

@media all and (max-width: 768px) {
  .top-emergency__inner, .top-corona-info__inner {
    flex-direction: column;
    background-color: #fff;
    padding: 1.25em 1.875em;
  }
  .top-emergency__head, .top-corona-info__head {
    margin: auto;
    color: #333;
  }
  .top-emergency__readmore, .top-corona-info__readmore {
    margin-top: 2em;
  }
}

.top-emergency {
  padding-top: 2.25em;
  padding-bottom: .75em;
}

.top-emergency__inner {
  border-radius: .625em;
  background-color: #B24646;
}

.top-emergency__head h2 {
  font-size: 1.5625em;
  font-weight: 400;
  color: #fff;
}

.top-emergency__body {
  width: calc(100% - 1.5em - 6.25em);
}

.top-emergency__body .list .title {
  /* 修正 緊急情報の文字を赤色にしない */
  /* color: #B24646; */
}

/* 修正 緊急情報のアンカーを標準色に下線を表示する */
.top-emergency__body .list .title a {
    color: blue;
    text-decoration: underline;
}

@media all and (max-width: 768px) {
  .top-emergency {
    background-color: #B24646;
    max-width: 100%;
    padding: 1.875em 1.25em;
  }
  .top-emergency__inner {
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: column;
    padding: 1.875em 1.625em;
    background-color: #fff;
  }
  .top-emergency__head h2 {
    color: #333;
    font-weight: 700;
    font-size: 1.375em;
    border-bottom: 2px solid #B24646;
    line-height: 1.3;
  }
  .top-emergency__body {
    margin-top: 1.75em;
    width: 100%;
    padding: 0;
  }
  .top-emergency__body .item {
    font-size: .875em;
  }
}

.top-corona-info {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.top-corona-info__inner {
  background-color: #FFD1D1;
  border-radius: .625em;
  align-items: center;
}

.top-corona-info__head {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
}

.top-corona-info__head h2 {
  font-size: 1.25em;
}

.top-corona-info__head img {
  margin-top: .75em;
}

.top-corona-info__body {
  width: calc(100% - 1.5em - 345px);
  padding: 1.8em 2em;
}

.top-corona-info__body .list .title {
  /* 修正 コロナウィルス関連情報の文字を紺色にしない */
  /* color: #0060AF; */
}

/* 修正 緊急情報のアンカーを標準色に下線を表示する */
.top-corona-info__body .list .title a {
    color: blue;
    text-decoration: underline;
}

@media all and (max-width: 768px) {
  .top-corona-info {
    margin-top: 1.75em;
    border-radius: .625em;
    background-color: #FFD1D1;
    max-width: 95%;
    padding: 1.875em 1.25em;
  }
  .top-corona-info__inner {
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: column;
    padding: 1.875em 1.625em;
    background-color: #fff;
  }
  .top-corona-info__head h2 {
    color: #054B84;
    font-weight: 700;
    font-size: 1.375em;
    border-bottom: 2px solid #FFD1D1;
    line-height: 1.3;
  }
  .top-corona-info__body {
    margin-top: 1.75em;
    width: 100%;
    padding: 0;
  }
  .top-corona-info__body .item {
    font-size: .875em;
  }
}

.top-pickup-slider, .top-external-slider {
  padding: 2.25em 0 5em 0;
}

@media all and (max-width: 768px) {
  .top-pickup-slider__inner, .top-external-slider__inner {
    max-width: 90%;
  }
}

.top-pickup-slider__body, .top-external-slider__body {
  margin-top: 2em;
  position: relative;
  width: 100%;
  max-width: 100%;
  align-items: center;
}

.top-pickup-slider .swiper-container, .top-external-slider .swiper-container {
  width: calc(100% - 80px);
  max-width: calc(100% - 80px);
}

.top-pickup-slider .swiper-wrapper, .top-external-slider .swiper-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 6px 0;
}

.top-pickup-slider .swiper-slide, .top-external-slider .swiper-slide {
  padding: 0 5px;
}

.top-pickup-slider .swiper-slide img, .top-external-slider .swiper-slide img {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border: 5px solid #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.top-pickup-slider .swiper-prev-next, .top-external-slider .swiper-prev-next {
  position: relative;
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
}

.top-pickup-slider .swiper-button-prev, .top-pickup-slider .swiper-button-next, .top-external-slider .swiper-button-prev, .top-external-slider .swiper-button-next {
  width: 30px;
  height: 30px;
  z-index: 10;
}

.top-pickup-slider .swiper-button-prev, .top-external-slider .swiper-button-prev {
  background-image: url("../img/common/btn-content-slider-prev.svg");
  background-size: contain;
  left: -5px;
}

.top-pickup-slider .swiper-button-next, .top-external-slider .swiper-button-next {
  background-image: url("../img/common/btn-content-slider-next.svg");
  background-size: contain;
  right: -5px;
}

.top-pickup-slider .swiper-pagination-wrapper, .top-external-slider .swiper-pagination-wrapper {
  margin-top: 1.5em;
  align-items: center;
}

.top-pickup-slider .swiper-pagination, .top-external-slider .swiper-pagination {
  position: relative;
  padding: 3px 0 1px 0;
  line-height: 1;
}

.top-pickup-slider .swiper-pagination-bullet, .top-external-slider .swiper-pagination-bullet {
  display: inline-block;
  margin-right: 1em;
  width: .75em;
  height: .75em;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #F39301;
}

.top-pickup-slider .swiper-pagination-bullet-active, .top-external-slider .swiper-pagination-bullet-active {
  background-color: #F39301;
}

.top-pickup-slider .swiper-button-toggle, .top-external-slider .swiper-button-toggle {
  background: none;
  border: none;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.top-pickup-slider .swiper-button-toggle.playing, .top-external-slider .swiper-button-toggle.playing {
  background-image: url("../img/common/btn-content-slider-pause.svg");
}

.top-pickup-slider .swiper-button-toggle.pausing, .top-external-slider .swiper-button-toggle.pausing {
  background-image: url("../img/common/btn-content-slider-play.svg");
}

@media all and (max-width: 768px) {
  .top-pickup-slider, .top-external-slider {
    padding: 3.5em 0 5em 0;
  }
  .top-pickup-slider .swiper-button-prev, .top-external-slider .swiper-button-prev {
    left: 10px;
  }
  .top-pickup-slider .swiper-button-next, .top-external-slider .swiper-button-next {
    right: 10px;
  }
  .top-pickup-slider .swiper-pagination-wrapper, .top-external-slider .swiper-pagination-wrapper {
    margin-top: 1em;
  }
}

@media all and (max-width: 500px) {
  .top-pickup-slider__body, .top-external-slider__body {
    margin-top: 1.5em;
  }
  .top-pickup-slider .swiper-container, .top-external-slider .swiper-container {
    width: 90%;
    max-width: 90%;
  }
  .top-pickup-slider .swiper-button-prev, .top-external-slider .swiper-button-prev {
    left: 10px;
  }
  .top-pickup-slider .swiper-button-next, .top-external-slider .swiper-button-next {
    right: 10px;
  }
}

.top-external-slider {
  padding: 3.875em 0 3.5em 0;
  background: linear-gradient(to bottom, #fff 0%, #fff 20%, #C2E7F3 40%, #C2E7F3 70%, #fff 90%, #fff 100%);
}

.top-external-slider .swiper-slide {
  padding: 0 5px;
}

.top-external-slider .swiper-slide img {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border: 5px solid #F0F0F0;
  box-shadow: 0 0 0;
}

@media all and (max-width: 500px) {
  .top-external-slider {
    background: linear-gradient(to bottom, #fff 0%, #fff 20%, #C2E7F3 50%, #C2E7F3 80%, #fff 100%, #fff 100%);
  }
}

.top-articles {
  padding: 2.65em 0 2.5em 0;
  background-color: #F0F0F0;
}

.top-articles__body {
  align-items: center;
}

.top-articles__category-selector {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 18px !important;
}

@media all and (min-width: 769px) {
  .top-articles__category-selector {
    max-width: 860px;
  }
}

.top-articles__category-selector .select {
  position: relative;
  display: inline-block;
  width: calc((100% - 4em) / 2);
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  padding: .8125em .5em;
  background-color: #fff;
  color: #054B84;
  cursor: pointer;
}

.top-articles__category-selector .select:not(:last-child) {
  margin-right: 2em;
}

.top-articles__category-selector .select::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-right: 12px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 12px);
}

.top-articles__category-selector .select.active {
  color: #fff;
  background-color: #F39301;
}

.top-articles__category-selector .select.active::after {
  border-top: 8px solid #F39301;
}

.top-articles__category-body {
  position: relative;
  width: 100%;
  max-width: 100%;
}

@media all and (min-width: 769px) {
  .top-articles__category-body {
    max-width: 860px;
  }
}

.top-articles__category-body:not(.active) {
  display: none;
}

.top-articles__category-body .list li {
  display: block;
  border-bottom: 1px solid #fff;
}

.top-articles__category-body .list a {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  font-size: .9375em;
  padding: .875em .75em;
}

.top-articles__category-body .date {
  min-width: 7.5em;
  line-height: 1.2;
}

.top-articles__category-body .title {
  margin-left: 1em;
  line-height: 1.2;
}

.top-articles__readmore {
  position: relative;
  font-size: .8125em;
  margin-top: 2em;
  padding: .35em 3em .35em 1.5em;
  display: inline-block;
  border: 1px solid #C2C0BA;
  border-radius: 3px;
}

.top-articles__readmore::after {
  content: '';
  position: absolute;
  right: .5em;
  top: 6.5px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #C2C0BA;
}

@media all and (max-width: 768px) {
  .top-articles__inner {
    width: 90% !important;
    max-width: 90% !important;
  }
  .top-articles__category-selector .select {
    font-size: 1em;
  }
}

@media all and (max-width: 625px) {
  .top-articles__category-selector .select {
    font-size: .9375em;
  }
}

@media all and (max-width: 500px) {
  .top-articles {
    padding: 3.25em 0;
  }
  .top-articles__inner {
    width: 90% !important;
    max-width: 90% !important;
  }
  .top-articles__category-selector {
    overflow-x: auto;
  }
  .top-articles__category-selector .select {
    padding: 0.75em 1.5em;
    width: auto;
    white-space: nowrap;
  }
  .top-articles__category-body {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .top-articles__category-body .list {
    margin-top: .5em;
  }
  .top-articles__category-body .list li {
    border-bottom: 2px solid #fff;
    margin-top: .875em;
  }
  .top-articles__category-body .list a {
    flex-direction: column;
    align-items: flex-start;
    font-size: .875em;
    padding: .25em 0;
  }
  .top-articles__category-body .list .date {
    line-height: 1.5;
  }
  .top-articles__category-body .list .title {
    margin-left: 0;
    line-height: 1.5;
  }
  .top-articles__readmore {
    margin-top: 2.5em;
    background-color: #fff;
    align-self: flex-end;
  }
}

.top-about-links {
  background-image: url("../img/common/namakowall.png");
  background-size: 100px 100px;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}

.top-about-links__inner {
  padding: 4em 0 2em 0;
}

.top-about-links__body {
  margin-top: 2em;
}

.top-about-links__body .list {
  flex-wrap: wrap;
}

.top-about-links__body .item {
  width: 22.5%;
  max-width: 22.5%;
  margin-bottom: 2.625em;
  background-color: #0060AF;
}

@media all and (min-width: 769px) {
  .top-about-links__body .item:not(:nth-child(4n)) {
    margin-right: 3.3333%;
  }
}

.top-about-links__body .item a {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
}

.top-about-links__body .item .image {
  width: auto;
  height: auto;
  max-width: 100%;
}

.top-about-links__body .item .title {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 1.125em;
  padding: .3em 1em;
  text-align: center;
  color: #fff;
  background-color: #0060AF;
  border-top: 4px solid #F68B0F;
}

@media all and (max-width: 768px) {
  .top-about-links__inner {
    padding: 3em 0 2em 0;
    width: 90% !important;
    max-width: 90% !important;
  }
  .top-about-links__body {
    margin-top: 2.5em;
  }
  .top-about-links__body .item {
    width: 47.5%;
    max-width: 47.5%;
    margin-bottom: 1.25em;
  }
  .top-about-links__body .item:not(:nth-child(2n)) {
    margin-right: 5%;
  }
  .top-about-links__body .item .title {
    font-size: 1em;
    line-height: 1.5;
  }
}

@media all and (max-width: 500px) {
  .top-about-links__body .item .title {
    font-size: .9375em;
    line-height: 1.5;
  }
}

.top-ads {
  padding: 2em 0;
}

.top-ads__inner {
  align-items: center;
}

.top-ads__body {
  margin-top: 2em;
  /* 2025.6.17 バナー広告の数が減ると横幅が小さくなるので下記1行を追加 */
  width: 100%;
  max-width: 1000px;
}

.top-ads__body .list {
  flex-wrap: wrap;
  /* 2025.6.17 バナー広告の数が減ると横幅が小さくなるので下記1行を追加 */
  width: 100%;
}

.top-ads__body .item {
  display: block;
  width: calc((100% - 8em) / 5);
}

@media all and (min-width: 769px) {
  .top-ads__body .item:not(:nth-child(5n)) {
    margin-right: 2em;
  }
}

.top-ads__body .item a {
  width: 100%;
  height: 51px;
  display: block;
}

.top-ads__body .item .image {
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media all and (max-width: 768px) {
  .top-ads__inner {
    width: 90% !important;
    max-width: 90% !important;
  }
  .top-ads__body {
    flex-wrap: wrap;
    margin-top: 3em;
  }
  .top-ads__body .item {
    margin-bottom: 1em;
    width: calc((100% - 2em) / 3);
  }
}

@media all and (max-width: 768px) and (min-width: 501px) {
  .top-ads__body .item:not(:nth-child(3n)) {
    margin-right: 1em;
  }
}

@media all and (max-width: 500px) {
  .top-ads__body {
    flex-wrap: wrap;
  }
  .top-ads__body .item {
    width: calc((100% - 1em) / 2);
  }
  .top-ads__body .item:not(:nth-child(2n)) {
    margin-right: 1em;
  }
}

/**
*  下層ページ
*/
.sub-withaside__inner {
  justify-content: space-between;
  align-items: flex-start;
}

@media all and (min-width: 769px) {
  .sub-withaside__content {
    width: calc(100% - 330px - 65px);
    max-width: calc(100% - 330px - 65px);
  }
}

.sub-withaside__sidenav {
  width: 330px;
  max-width: 330px;
  background-image: url("../img/common/namakowall.png");
  background-size: 165px 165px;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
  border-radius: .5em;
}

@media all and (max-width: 768px) {
  .sub-withaside__inner {
    flex-direction: column;
    align-items: center;
  }
  .sub-withaside__content {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-size: .9375em;
  }
  .sub-withaside__sidenav {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-size: .9375em;
  }
}

.sub-noaside {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.sub-noaside__inner {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.sub-noaside__content {
  position: relative;
  width: 100%;
  max-width: 100%;
}

@media all and (max-width: 768px) {
  .sub-noaside__content {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-size: .9375em;
  }
}

@media all and (min-width: 769px) {
  .sub-withaside__inner, .sub-noaside__inner {
    padding-bottom: 3.5em;
    border-bottom: 5px solid #9FD8C8;
  }
}

.sub-content {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  /*
        *   カテゴリページ, サイトマップ
        */
  /*
        *   記事ページ
        */
}

.sub-content__inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
}

.sub-content .page-head {
  font-size: 1.5em;
  font-weight: 700;
  width: 100%;
  border-radius: 10px;
  padding: .9375em 1.25em;
  line-height: 1.5;
}

@media all and (max-width: 500px) {
  .sub-content .page-head {
    font-size: 1.25em;
  }
}

.sub-content .page-head.category {
  background-image: url("../img/common/tex_rect_gr.png");
}

.sub-content .page-head.article {
  background-image: url("../img/common/tex_rect_bl.png");
}

.sub-content .subcategories, .sub-content .subarticles {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 1.75em 0 1.5em 0;
}

.sub-content .subcategories .head, .sub-content .subarticles .head {
  position: relative;
  font-size: 1.25em;
  font-weight: 700;
  color: #054B84;
  background-color: #ddd;
  border: 3px solid #aaa;
  line-height: 1.6;
  border-radius: 1.25em;
  padding: .15em 1.25em;
  max-width: 500px;
}

@media all and (max-width: 500px) {
  .sub-content .subcategories .head, .sub-content .subarticles .head {
    font-size: 1.125em;
  }
}

.sub-content .subcategories .list, .sub-content .subarticles .list {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media all and (min-width: 769px) {
  .sub-content .subcategories .list, .sub-content .subarticles .list {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
}

@media all and (max-width: 768px) {
  .sub-content .subcategories .list, .sub-content .subarticles .list {
    padding-right: .5em !important;
  }
}

.sub-content .subcategories .item, .sub-content .subarticles .item {
  display: inline-block;
}

.sub-content .subcategories .item a, .sub-content .subarticles .item a {
  display: inline-block;
  color: #124FB8;
  text-decoration: underline;
}

.sub-content .subcategories .item a:visited, .sub-content .subarticles .item a:visited {
  color: #811397;
}

.sub-content .subcategories .head {
  background-color: #FCF7EF;
  border-color: #FDD02E;
}

.sub-content .subcategories .item {
  width: calc(33% - 1em);
  margin-top: 1.5em;
}

.sub-content .subcategories .item a {
  position: relative;
  padding-left: 2em;
}

.sub-content .subcategories .item a::before {
  content: '';
  position: absolute;
  width: .625em;
  height: .875em;
  left: .5em;
  top: .35em;
  background-image: url("../img/common/arrow-s.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media all and (max-width: 500px) {
  .sub-content .subcategories .item {
    width: 100%;
    max-width: 100%;
  }
}

.sub-content .subarticles .head {
  background-color: #F9FFEB;
  border-color: #9FD8C8;
}

.sub-content .subarticles .list {
  margin-top: .5em;
}

.sub-content .subarticles .item {
  width: calc(50% - 1em);
  margin-top: 1.875em;
}

.sub-content .subarticles .item a {
  position: relative;
  padding-left: 3.25em;
}

.sub-content .subarticles .item a::before {
  content: '';
  position: absolute;
  width: 1.875em;
  height: 2.5em;
  left: .5em;
  top: -.35em;
  background-image: url("../img/common/icon-document.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media all and (max-width: 500px) {
  .sub-content .subarticles .item {
    width: 100%;
    max-width: 100%;
    margin-top: 2em;
  }
}

.sub-content .sitemap {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 1.75em 0 1.5em 0;
}

.sub-content .sitemap .head {
  position: relative;
  font-size: 1.25em;
  font-weight: 700;
  color: #054B84;
  background-color: #FCF7EF;
  border: 3px solid #FDD02E;
  line-height: 1.6;
  border-radius: 1.25em;
  padding: .15em 1.25em;
  max-width: 500px;
}

.sub-content .sitemap .head:not(:first-child) {
  margin-top: 2em;
}

@media all and (max-width: 500px) {
  .sub-content .sitemap .head {
    font-size: 1.125em;
  }
}

.sub-content .sitemap .sub-head {
  position: relative;
  display: block;
  padding-left: 1.75em;
  margin-top: 1.5em;
  font-weight: 700;
  color: #124FB8;
  text-decoration: underline;
}

.sub-content .sitemap .sub-head:visited {
  color: #811397;
}

.sub-content .sitemap .sub-head::before {
  content: '';
  position: absolute;
  width: .625em;
  height: .875em;
  left: .5em;
  top: .35em;
  background-image: url("../img/common/arrow-s.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media all and (min-width: 769px) {
  .sub-content .sitemap .sub-head {
    margin-left: 2em;
  }
}

@media all and (max-width: 768px) {
  .sub-content .sitemap .sub-head {
    margin-left: .5em;
  }
}

@media all and (min-width: 769px) {
  .sub-content .sitemap .list {
    padding-left: 4em !important;
    padding-right: 1em !important;
  }
}

@media all and (max-width: 768px) {
  .sub-content .sitemap .list {
    padding-left: 1.5em;
    padding-right: .5em !important;
  }
}

.sub-content .sitemap .item {
  position: relative;
  display: inline-block;
  margin-right: 1.5em;
  margin-top: .5em;
}

.sub-content .sitemap .item a {
  position: relative;
  display: inline-block;
  padding-left: 1.65em;
  color: #124FB8;
  text-decoration: underline;
}

.sub-content .sitemap .item a:visited {
  color: #811397;
}

.sub-content .sitemap .item a::before {
  content: '';
  position: absolute;
  width: .625em;
  height: .875em;
  left: .5em;
  top: .35em;
  background-image: url("../img/common/arrow-s_lb.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media all and (max-width: 500px) {
  .sub-content .sitemap .item {
    width: 100%;
    max-width: 100%;
  }
}

.sub-content .update-date {
  margin-top: .5em;
  font-size: .8125em;
  align-self: flex-end;
}

.sub-content .article-body {
  position: relative;
  width: 100%;
  max-width: 100%;
}

@media all and (min-width: 769px) {
  .sub-content .article-body {
    padding-left: 1.625em;
  }
}

.sub-content .article-body h2 {
  position: relative;
  font-size: 1.4375em;
  font-weight: 700;
  line-height: 1.5;
  margin-top: .75em;
  margin-bottom: .25em;
  border-bottom: 1px solid #9FD8C8;
  padding-left: .15em;
  padding-bottom: .15em;
}

.sub-content .article-body h2:not(:first-child) {
  margin-top: 2em;
}

.sub-content .article-body h2::after {
  content: '';
  position: absolute;
  width: 270px;
  left: 0;
  bottom: -3px;
  height: 5px;
  background-color: #9FD8C8;
  border-radius: 2.5px;
}

.sub-content .article-body h3 {
  position: relative;
  font-size: 1.3125em;
  margin-top: 1em;
  padding-left: 1em;
  margin-bottom: .25em;
}

.sub-content .article-body h3:not(:first-child) {
  margin-top: 2.5em;
}

.sub-content .article-body h3::before {
  content: '';
  position: absolute;
  height: 1.5em;
  width: 8px;
  left: 0;
  top: 0;
  border-radius: 4px;
  background-color: #9FD8C8;
}

.sub-content .article-body h4 {
  position: relative;
  font-size: 1.25em;
  padding-left: 1em;
  margin-top: .5em;
  margin-bottom: .25em;
  font-weight: 700;
}

.sub-content .article-body h4::before {
  content: '';
  position: absolute;
  height: 8px;
  width: 8px;
  left: 0;
  top: .5em;
  border-radius: 0;
  background-color: #9FD8C8;
}

.sub-content .article-body h5 {
  font-weight: 700;
  font-size: 1.125em;
}

.sub-content .article-body h6 {
  font-weight: 700;
  font-size: 1em;
}

.sub-content .article-body p, .sub-content .article-body span {
  font-size: .9375em;
}

.sub-content .article-body p {
  margin-top: 1.5em;
  line-height: 1.5333;
}

.sub-content .article-body p span {
  font-size: 1em;
}

.sub-content .article-body .em {
  font-weight: 700;
}

.sub-content .article-body a {
  color: #124FB8;
  text-decoration: underline;
  /* 修正 長いURLがスマホで右に突き抜けるので改行許可する */
  word-break: break-all;
}

.sub-content .article-body a:visited {
  color: #811397;
}

.sub-content .article-body a.file {
  position: relative;
  display: block;
  padding-left: 4.25em;
  margin-top: 2em;
}

.sub-content .article-body a.file::before {
  content: '';
  position: absolute;
  width: 2em;
  height: 2.6em;
  left: 1em;
  top: -.65em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.sub-content .article-body a.file.pdf:before {
  background-image: url("../img/common/icon-pdf.svg");
}

.sub-content .article-body a.file.excel:before {
  background-image: url("../img/common/icon-excel.svg");
}

.sub-content .article-body a.file.word:before {
  background-image: url("../img/common/icon-word.svg");
}

.sub-content .article-body ul {
  padding-left: 1em !important;
  margin-top: 1em;
}

.sub-content .article-body ul li {
  position: relative;
  padding-left: 2em;
  margin-top: .25em;
}

.sub-content .article-body ul li::before {
  content: '';
  position: absolute;
  width: .935em;
  height: .935em;
  left: 0;
  top: .3em;
  background-color: #9FD8C8;
  border-radius: 50%;
}

.sub-content .article-body table {
  margin-top: 2em;
  border: 1px solid #808080;
  border-collapse: collapse;
}

.sub-content .article-body table th, .sub-content .article-body table td {
  border: 1px solid #808080;
  border-collapse: collapse;
  /* 少し余白を詰める 2023.2.7 keisuke */
  /* padding: .3em 1em; */
  padding: .2em 0.5em;
  word-break: break-all;
}

.sub-content .article-body table th {
  background-color: #ECFAFF;
}

.sub-content .article-body table td {
  margin: 0 auto;
}

.sub-content .article-body img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.sub-content .article-body blockquote {
  display: block;
  margin-top: 1em;
  padding: .5em .5em .3em .5em;
  background-color: #f5f5f5;
  border-left: .5em solid #bbbbbb;
}

.sub-content .article-body blockquote p:first-child {
  margin-top: 0;
}

.sub-content .article-body hr {
  margin: .5em 0 .75em 0;
}

.sub-content .signature {
  align-self: center;
  margin-top: 3.5em;
  border: 1px solid #C2C0BA;
  border-radius: 10px 10px 8px 8px;
  font-size: .875em;
  width: 100%;
  max-width: 100%;
}

.sub-content .signature .head {
  background-color: #0060AF;
  color: #fff;
  font-weight: 700;
  padding: .5em 1.75em;
  border-radius: 8px 8px 0 0;
}

.sub-content .signature .body {
  padding: .75em 1.75em;
}

.sub-content .signature .body a {
  color: #124FB8;
  text-decoration: underline;
}

.sub-content .signature .body a:visited {
  color: #811397;
}

@media all and (max-width: 768px) {
  .sub-content__inner {
    padding: 0 0 2.5em 0;
    width: 90%;
    max-width: 90%;
  }
}

.sub-sidenav {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
}

.sub-sidenav__inner {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.sub-sidenav__body {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 1.5em 7.5% 3em 7.5%;
}

.sub-sidenav__body .category:not(:first-child) {
  margin-top: 1.5em;
}

.sub-sidenav__body .category .head {
  display: block;
  position: relative;
  font-size: 1.125em;
  font-weight: 700;
  color: #0F4875;
  padding: 0 .25em;
  padding-bottom: .25em;
}

.sub-sidenav__body .category .head::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  border-radius: 2px;
  background-color: #9FD8C8;
}

.sub-sidenav__body .category .head.current::after {
  background-color: #F39301;
}

.sub-sidenav__body .category .list {
  padding: 1.5em 1em !important;
  padding-bottom: .75em !important;
}

.sub-sidenav__body .category .item {
  display: block;
}

.sub-sidenav__body .category .item:not(:first-child) {
  margin-top: 1.0625em;
}

.sub-sidenav__body .category .item a {
  position: relative;
  padding-left: 2em;
  display: block;
  color: #124FB8;
  text-decoration: underline;
}

.sub-sidenav__body .category .item a.current {
  font-weight: 700;
}

.sub-sidenav__body .category .item a::before {
  content: '';
  position: absolute;
  width: .625em;
  height: .875em;
  left: .5em;
  top: .35em;
  background-image: url("../img/common/arrow-s.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.sub-sidenav__body .category .item a.current::before {
  width: 1.25em;
  height: 1.25em;
  left: .125em;
  top: .125em;
  background-image: url("../img/common/arrow-cir.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media all and (max-width: 500px) {
  .sub-sidenav__body {
    padding: 1.5em 5%;
  }
  .sub-sidenav__body .category .list {
    padding: 1.5em .5em !important;
    padding-bottom: .75em !important;
  }
}

@media all and (max-width: 768px) {
  .sub-sidenav__inner {
    padding: 2em 0;
  }
}


/*=================================================
  ここから追加分
=================================================*/

/*-------------------------------------------------
  読み上げソフト用のスキップリンク
--------------------------------------------------*/
#skip-link{
    position: absolute;
    top     : -10000px;
    left    : -10000px;
}

/*-------------------------------------------------
  エントリーページタイトルの下に空きを作る
--------------------------------------------------*/
h1{
    margin-bottom: 1em;
}

/*-------------------------------------------------
  テーブルにtable-scrollクラスを記述したら横スクロールを表示する。
--------------------------------------------------*/
/* この方法では、iPhone閲覧時にスクロールバーが表示されず、画面右方向に突き抜けるのでダメだ！ */
/*
.article-body .table-scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: 0px none !important;
}
.article-body.table-scroll tbody {
    width  : 100%;
    display: table;
}
*/

/* やっぱりdivで囲わないとダメそう */
.table-scroll-div{
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.table-scroll-div table{
    width:100%;
    white-space: nowrap;
}

/*-------------------------------------------------
  エントリーページのPDFやエクセルなどのアイコンを表示する
--------------------------------------------------*/
.article-body a[href$=".pdf"]:before {
    content:" ";
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(../img/sems-common/pdf_s.jpg) no-repeat;
}

.article-body a[href$=".doc"]:before {
    content:" ";
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(../img/sems-common/doc_s.jpg) no-repeat;
}

.article-body a[href$=".docx"]:before {
    content:" ";
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(../img/sems-common/docx_s.jpg) no-repeat;
}

.article-body a[href$=".xls"]:before {
    content:" ";
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(../img/sems-common/xls_s.jpg) no-repeat;
}

.article-body a[href$=".xlsx"]:before {
    content:" ";
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(../img/sems-common/xlsx_s.jpg) no-repeat;
}


/*-------------------------------------------------
  エディタのスタイルの「背景色パールホワイト」
--------------------------------------------------*/
.article-box {
  background: #F7F7F7;
  /* padding: 34px 36px; */
  padding: 1em 1em;
  margin: 30px 0
}

.article-box h3 {
  margin-bottom: 4px
}

.article-box p {
  margin-bottom: 0
}

@media screen and (max-width: 600px) {
  .article-box {
    padding-left: 20px;
    padding-right: 20px;
    margin: 20px 0
  }
}

.article-box2 {
  background: rgba(162, 207, 227, 0.6);
  /* padding: 34px 36px; */
  padding: 1em 1em;
  margin: 30px 0
}

.article-box2 h3 {
  margin-bottom: 4px
}

.article-box2 p {
  margin-bottom: 0
}

@media screen and (max-width: 600px) {
  .article-box2 {
    padding-left: 20px;
    padding-right: 20px;
    margin: 20px 0
  }
}


/*-------------------------------------------------
  特設サイト：ふるさと納税
--------------------------------------------------*/
.sub-content .article-body.special-furusato div.specialdiv {
  margin-top: 1em;
  padding: 0.75em 1em 0.5em;
  border: 3px solid #F9911E;
  border-radius: 10px;
  background-color: #FCF2E8;
}

.sub-content .article-body.special-furusato ul.specialul {
  margin-top: 0;
  padding-left: 0 !important;
  list-style: none;
}

.sub-content .article-body.special-furusato ul.specialul li {
  background-image: url("../img/special-site/furusato-kinmedai.png");
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1.5em;
}

.sub-content .article-body.special-furusato ul.specialul li::before {
  content: none;
}

.sub-content .article-body.special-furusato h2 {
  border-bottom: 1px solid #F2DAC0;
  background-image: url("../img/special-site/furusato-kinmedai.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 48px;
}

.sub-content .article-body.special-furusato h2::after {
  background-color: #F9911E;
}

/*-------------------------------------------------
  特設サイト：下田移住LIFE
--------------------------------------------------*/
.sub-content .article-body.special-ijuulife div.specialdiv {
  margin-top: 1em;
  padding: 0.75em 1em 0.5em;
  border: 3px solid #F9911E;
  border-radius: 10px;
  background-color: #FCF2E8;
}

.sub-content .article-body.special-ijuulife ul.specialul {
  margin-top: 0;
  padding-left: 0 !important;
  list-style: none;
}

.sub-content .article-body.special-ijuulife ul.specialul li {
  background-image: url("../img/special-site/ijuulife-namakokabe.png");
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1.5em;
}

.sub-content .article-body.special-ijuulife ul.specialul li::before {
  content: none;
}

.sub-content .article-body.special-ijuulife h2 {
  border-bottom: 1px solid #F2DAC0;
  background-image: url("../img/special-site/ijuulife-namakokabe.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 48px;
}

.sub-content .article-body.special-ijuulife h2::after {
  background-color: #F9911E;
}

/*-------------------------------------------------
  特設サイト：下田市ロケーションサービス
--------------------------------------------------*/
.sub-content .article-body.special-location div.specialdiv {
  margin-top: 1em;
  padding: 0.75em 1em 0.5em;
  border: 3px solid #F9911E;
  border-radius: 10px;
  background-color: #FCF2E8;
}

.sub-content .article-body.special-location ul.specialul {
  margin-top: 0;
  padding-left: 0 !important;
  list-style: none;
}

.sub-content .article-body.special-location ul.specialul li {
  background-image: url("../img/special-site/location-eisyaki.png");
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1.5em;
}

.sub-content .article-body.special-location ul.specialul li::before {
  content: none;
}

.sub-content .article-body.special-location h2 {
  border-bottom: 1px solid #F2DAC0;
  background-image: url("../img/special-site/location-eisyaki.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 48px;
}

.sub-content .article-body.special-location h2::after {
  background-color: #F9911E;
}

/*-------------------------------------------------
  特設サイト：下田市の子育て支援
--------------------------------------------------*/
.sub-content .article-body.special-kosodate div.specialdiv {
  margin-top: 1em;
  padding: 0.75em 1em 0.5em;
  border: 3px solid #F9911E;
  border-radius: 10px;
  background-color: #FCF2E8;
}

.sub-content .article-body.special-kosodate ul.specialul {
  margin-top: 0;
  padding-left: 0 !important;
  list-style: none;
}

.sub-content .article-body.special-kosodate ul.specialul li {
  background-image: url("../img/special-site/kosodate-sakura.png");
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1.5em;
}

.sub-content .article-body.special-kosodate ul.specialul li::before {
  content: none;
}

.sub-content .article-body.special-kosodate h2 {
  border-bottom: 1px solid #F2DAC0;
  background-image: url("../img/special-site/kosodate-sakura.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 48px;
}

.sub-content .article-body.special-kosodate h2::after {
  background-color: #F9911E;
}

.sub-content .article-body.special-kosodate a.bunrui {
  background-color: #D83D4B;
  color: white;
  display:block;
  display:inline-block;
  width:11em;
  padding:4px 15px;
  border-radius: 50rem;
}

/* スマホだと折り返すが右余白が大きくなるので500px以下なら幅を画面の半分のサイズにする */
@media all and (max-width: 500px) {
  img.kosodate-banner {
    width:48% !important;
  }
}


/*-------------------------------------------------
  インスタ・フェイスブックロゴ修正
--------------------------------------------------*/
.com-logo {
  display: flex;
}

.com-logo a {
  margin-right: 20px;
}

.com-logo img {
  width: 25px;
  height: 25px;
}