@charset "utf-8";

/* style.css
 * おまかせプラン ver.7 - v1.0.0
 * 2023-04-01
 * **************************************************
 * Reset
 * Common
 * Body
 * Header
 * Header Fixed
 * Footer
 * Side Follow（文字サイズ）
 * Page Top
 * Print
 * **************************************************
 */

/* Reset
------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
h1,h2,h3,h4,h5,h6 {
  clear: both;
  font-size: 100%;
  font-weight: 600;
}
ol,ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,th {
  text-align: left;
  font-weight: 600;
}
address,caption,cite,code,dfn,var {
  font-style: normal;
  font-weight: normal;
}
blockquote {
  quotes: none;
}
blockquote::before, blockquote::after {
  content: '';
  content: none;
}
fieldset,img {
  border: 0;
}
abbr,acronym {
  border: 0;
}
main {
  display: block;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}


/* Common
------------------------------------------------------------------- */
:root {
  /* 見出し用フォントスタック */
  --font-heading: "Zen Maru Gothic",
                  "Hiragino Maru Gothic ProN",
                  "Hiragino Maru Gothic Pro",
                  "Yu Gothic Rounded",
                  "Yu Gothic",
                  "Meiryo",
                  sans-serif;

  /* 本文用フォントスタック */
  --font-body: "Noto Sans JP",
               "Hiragino Kaku Gothic ProN",
               "Hiragino Sans",
               "Yu Gothic",
               "Meiryo",
               sans-serif;
  --color-accent:  #004faa;  /* 見出し文字・数字・強調 */
  --color-primary: #00b5c1;  /* 見出しセル */
  --color-bg: #f4fcff;  /* ページ背景 */
}

.new {
  margin: 5px 0 0 10px;
  padding: 2px 5px;
  max-height: 15px;
  background-color: #ff0000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 78%;
  color: #fff;
  font-weight: 500;
  line-height: 1.0;
}

.mt_00 {margin-top: 0 !important; }
.mt_05 {margin-top: .5em !important; }
.mt_10 {margin-top: 1em !important; }
.mt_20 {margin-top: 2em !important; }
.mt_30 {margin-top: 3em !important; }
.mr_00 {margin-right: 0 !important; }
.mr_10 {margin-right: 1em !important; }
.mr_20 {margin-right: 2em !important; }
.mr_30 {margin-right: 3em !important; }
.mb_00 {margin-bottom: 1em !important; }
.mb_10 {margin-bottom: 1em !important; }
.mb_20 {margin-bottom: 2em !important; }
.mb_30 {margin-bottom: 3em !important; }
.ml_00 {margin-left: 0 !important; }
.ml_10 {margin-left: 1em !important; }
.ml_20 {margin-left: 2em !important; }
.ml_30 {margin-left: 3em !important; }

.red {color: red;}
.blue {color: #0267b7;}
.black {color: #333 !important;}
.underLine{text-decoration: underline;}
.fz_100 {font-size: 100% !important;}
.fz_note {font-size: 87.5% !important;}
.fz_h3 {font-size: 112.5% !important;}
.fz_p {font-size: 1.6em !important;}
.left {text-align: left !important;}
.right {text-align: right !important;}
.center {text-align: center !important;}
.indent_00 {text-indent: 0 !important;}
.indent_10 {text-indent: -1em !important; margin-left: 1em !important;}

.wd_50{
  width: 50%;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
/* news　リスト */
.news-list ul {
  overflow-y: scroll;
  height: 31em;
}
.news-list li {
  display: flex;
  min-height: 4.3em; 
  padding: 1.3em 0 1em;
  border-bottom: 1px solid #dddddd;
  font-size: 1.4em;
  line-height: 1.6;
}
.news-list--cat > span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -.15em;
  margin-right: 15px;
  width: 5.4em;
  height: 2em;
  border-radius: 100vh;
  font-size: 107%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.news-list--date {
  margin-right: 15px;
  white-space: nowrap;
}
.news-list li a {
  color: inherit;
}
.news-list li a:hover {
  text-decoration: none;
}
/* news　ラベル */
/* 重要 */
.news-list--cat span.news1 { background-color: #ef2323; }
/* イベント */
.news-list--cat span.news2 { background-color: #ff8c09ea; }
/* INFO */
.news-list--cat span.news3 { background-color: #F5B841; }
/* 健康管理 */
.news-list--cat span.news4 { background-color: #6ba6d5; }
/* 保養 */
.news-list--cat span.news5 { background-color: #00b844; }
/* 届出 */
.news-list--cat span.news6 { background-color: #535abe; }
/* 保険給付 */
.news-list--cat span.news7 { background-color: #802392; }
/* 公告 */
.news-list--cat span.news8 { background-color: #e45dffa9; }
/* なし */
.news-list--cat span.news9 {}

@media screen and (min-width: 768px) {
  .is-sp {display: none;}
}
@media screen and (max-width: 767px) {
  .is-pc {display: none;}
}
/* .js-flex　 */
.js-flex > .empty {
  height: 0 !important;
  min-height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.js-flex > .empty::before,
.js-flex > .empty::after {
  content: none !important
}

/* Body
------------------------------------------------------------------ */
/* Font：基本サイズ（16 * 0.625 = 10px） */
body {
  position: relative;
  font-family:  var(--font-body);
  font-size: 62.5%;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-feature-settings: "palt";
  overflow-x: clip;
}
h1,h2 {
  font-family:  var(--font-heading);
  font-weight: 700;
  color: var(--color-accent);
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1260px;
  }
}
p { font-size: 1.6em;}
/* cursor */
body,a,.slick-prev,.slick-next,.slick-dots li button {
  cursor: url(../images/common/deer.png) 16 20, auto;
}
/* Overlay */
body:after {
  content: '';
  opacity: 0;
  z-index: -1;
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.3);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
body.overlay::after {
  opacity: 1;
  z-index: 2;
  width: 100%;
  height: 100vh;
}
.content {background-color: var(--color-bg)}

/* Header（height 120px）
------------------------------------------------------------------- */
#header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 185px;
  background-color: #fff;
  border-bottom: 3px solid var(--color-primary);
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 0 min(50px, 3.13vw);
  height: 100%;
}
#header .logo {
  height: 62%;
  flex: 0 0 min(26.133%, 392px);
  display: flex;
  align-items: center;
}
#header .logo a {
}
#header .logo img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*@media screen and (max-width: 1200px) {
  #header {
	min-width: 1200px;
  }
}*/
/*@media screen and (max-width: 1280px) {
  #header .logo img {
    width: 280px;
    height: auto;
  }
}*/
/* navigation-area */
.navigation-area {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
/* Utility */
.utility {
  display: flex;
  justify-content: flex-end;
}
.sizeChange .font-size {
  display: flex;
}
.sizeChange li {
  width: 5em;
  height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid var(--color-accent);
  border-radius: 100vh;
  color: var(--color-accent);
  text-align: center;
  font-size: 1.5em;
  /*cursor: pointer;*/
  font-weight:bold;
  transition: .3s;
}
.sizeChange li:hover,
.sizeChange li.active {
  background-color: var(--color-accent);
  color: #fff;
}
.sizeChange li + li {
  margin-inline-start: 4px;
}
/* Search */
/* header__search*/
.header__search {margin-left: 20px;}
.search__inner {
  height: 100%;
}
.search__inner form {
  height: 100%;
  position: relative;
}
.header__search input[type="text"] {
  padding: .3em .8em;
  /*width: 17em;*/
  width:22em;
  height: 100%;
  padding-right: 2em;
  border-radius: 100vh;
  border: 1px solid var(--color-accent);
  font-size: 1.5em;
}
.header__search input[type="text"]::placeholder {
  color: #868686
}
.header__search input[type="submit"] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  color: #fff;
  width: 16.5px;
  aspect-ratio: 1/1;
  overflow: hidden;
  text-indent: -70px;
  background: url(../images/common/icon-search.svg) no-repeat center/contain;
  -webkit-appearance: none;
}

.header__search input[type="submit"]:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header__search { 
    margin: 0;
    padding: 6.35vw 0;
    background-color: #f8f8f8;
  }
  .search__inner form {
    display: flex;
    justify-content: center;
  }
  .header__search input[type="text"] {
    height: 2.4em;
    border-color: #d5d5d5;
    font-size: 1.3em;
  }
  .header__search input[type="submit"] {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 5em;
    height: 2.4em;
    margin-left: .5em;
    aspect-ratio: auto;
    border-radius: 100vh;
    background: none;
    background-color: var(--color-accent);
    font-size: 1.3em;
    text-indent: 0;
  }
}
/* Header Nav */
.header-nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
}
.header-nav__list a {
  display: block;
  padding: 5px 0 5px 1.7em;
  background: url("../images/common/icon-arrow.svg") no-repeat left center/1.3em;
  font-size: min(0.88vw, 1.4em);
  line-height: 1;
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}
.header-nav__list .active a,
.header-nav__list a:hover {
  color: var(--color-accent);
}
.header-nav__list > li + li {
  margin-left: 1.5em;
}
/* Global Nav */
.global-nav {
  position: relative;
  width: 100%;
  height: 38%;
}
.global-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10vw;
  width: max(100vw, 1260px);
  width: 200vw;
  border-top: 1px solid #ddd;
}
/* 1st Level */
.global-nav__list {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-heading);
}
.global-nav__list> li {
  height: 100%;
}
.global-nav__list> li+ li {
  margin-left: min(46px, 2.88vw);
}
.global-nav__list a {
  text-decoration: none;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 2.1em;
  background: no-repeat left center/2em;
  font-size: min(1.06vw, 1.7em);
  font-weight: 700;
  line-height: 1.4;
  transition: all 0.3s;
}
.global-nav__list__item00> a {background-image: url("../images/common/icon-gnav00.svg")}
.global-nav__list__item01> a {background-image: url("../images/common/icon-gnav01.svg")}
.global-nav__list__item02> a {background-image: url("../images/common/icon-gnav02.svg")}
.global-nav__list__item03> a {background-image: url("../images/common/icon-gnav03.svg")}
.global-nav__list__item04> a {background-image: url("../images/common/icon-gnav04.svg")}
.global-nav__list__item05> a {background-image: url("../images/common/icon-gnav05.svg")}
.global-nav__list__item06> a {background-image: url("../images/common/icon-gnav06.svg")}
.global-nav__list > li:hover > a { color: var(--color-accent)}
/* 
@media screen and (max-width: 1250px) {
  .global-nav__list > li > a {
    padding: 15px 5px 25px 5px;
    font-size: calc(100vw * 10 / 768);
  }
}
 */
.global-nav__list > li > a::before,
.global-nav__list > li > a::after {
  content: "";
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.global-nav__list > li > a::before {
  left: 50%;
  bottom: -4.5px;
  width: 0;
  aspect-ratio: 1/1;
  border: 6px solid var(--color-accent);
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(-45deg) translateX(-50%);
}
.global-nav__list > li > a::after {
  left: 50%;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background-color: var(--color-accent);
  transform: translateX(-50%);
}
.global-nav__list > li:hover > a::before,
.global-nav__list > li.active > a::before,
.global-nav__list > li:hover > a::after,
.global-nav__list > li.active > a::after {
  opacity: 1;
}
/* Open
.global-nav__list > li.hover .global-nav__list__inner {
  display: block;
}
 */
/* 2nd Level（Dropdown Position） */
.global-nav__list__inner {
  z-index: 5;
  display: none;
  position: absolute;
  top: 100%;
  left: max(-50px, -3.13vw);
  width: 100vw;
  background-color: var(--color-accent);
}
.global-nav__list > li:hover > .global-nav__list__inner {
}
.global-nav__list__2nd {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  position: relative;
  margin: 0 auto;
  padding: 40px 20px 60px 20px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  max-width: 1250px;
  min-height: 120px;
}
.global-nav__list__2nd li {
  display: inline-block;
  width : -webkit-calc(100% / 4 - 20px);
  width : calc(100% / 4 - 20px);
}
.global-nav__list__2nd li:first-child,
.global-nav__list__2nd li + li {
  margin-right: 15px;
}
.global-nav__list__2nd a {
  position: relative;
  margin-top: 10px;
  padding: 10px 0 10px 1.5em;
  background: url("../images/common/icon-arrow.svg") no-repeat left center;
  border-bottom: 1px solid; 
  border-image: repeating-linear-gradient(to right, #fff 0, #fff 1px, transparent 1px, transparent 4px ) 1;
  border-image-slice: 1;
  font-size: 1.5em;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
}
.global-nav__list__2nd a:hover {
  background-color: var(--color-primary);
}

.sp-nav {
  display: none;
}

/* Header Fixed（height 95px）
------------------------------------------------------------------ */
#header.fixed {
  height: 120px;
}
#main {
  padding-top: 185px;
}
@media screen and (max-width: 1280px) {
  #header.fixed .logo img {
    width: 280px;
    height: auto;
  }
}
/* Header Nav */
#header.fixed .sizeChange li {
  height: 2em;
}
#header.fixed .header-nav__list {
  margin-top: 8px;
}
/* fixed：Global Nav */
/* fixed：1st Level */
#header.fixed .global-nav__list > li > a {
}
/* fixed：2nd Level（Dropdown Position） */
#header.fixed .global-nav__list__inner {
}

/* Footer
------------------------------------------------------------------- */
#footer {
  height: 150px;
  padding: 35px 0;
  background-color: var(--color-accent);
  color: #fff;
}
#footer .copyright {
  font-size: 1.4em;
  text-align: center;
}

/* PageTop
------------------------------------------------------------------ */
#page-top {
  z-index: 999;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  display: none;
}
#page-top span {
  z-index: 1;
  overflow: hidden;
  position: fixed;
  bottom: 15px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 2.4em;*/
  width: 10.6em;
  aspect-ratio: 53/12;
  line-height: 1;
  background: var(--color-primary) url("../images/common/icon-arrow02.svg") no-repeat .4em center/1.647em;
  border-radius: 100vh 0 0 100vh;
  outline: none;
  font-family: var(--font-heading);
  font-size: min(17px, 1.06vw);
  font-weight: 700;
  color: #fff;
  transition: .3s;
}
#page-top.is-stop span {
  position: absolute;
  top: -170px;
}
#page-top span:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  /* Body
  ------------------------------------------------------------------ */
  body {
    min-width: auto;
  }
  body.fix {
    position: fixed;
    width: 100%;
  }

  /* Header
  ------------------------------------------------------------------- */
  #header {
    min-width: auto;
    height: 18.1vw;
    border-bottom: none;
  }
  .header__inner {
    display: block;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0;
    padding: 0 15px;
    max-width: none;
  }
  #header .logo {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #header .logo img {
    margin-top: 5px;
    width: 62.22vw;
    height: auto;
  }
  /* Header Nav */
  .header-nav__list {
    display: none;
  }
  /* utility */
  .utility {display: none;}
  /* Global Nav */
  /* SP Btn */
  .sp .global-nav__list > li {
    position: relative;
    height: auto;
  }
  .sp .global-nav__list > li::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "開く";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 13.87vw;
    padding: 11px 0;
    border-left: 1px solid #dadada;
    background: #fff;
    font-family: var(--font-body);
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    line-height: 1;
  }
  .sp .global-nav__list > li.open::after {
    content: "閉じる";
  }
  /* 開くボタン非表示（申請書ダウンロード、個人情報保護方針、マイナンバー制度、よくある質問、リンク集、サイトマップ、アクセス） */
  .sp .global-nav__list > li.no-menu::after {
    display: none;
    width: 0;
    height: 0;
    border: none;
  }
  .sp .global-nav__list > li:not(.no-menu) > a {
    width: 100%;
  }
  .sp .global-nav__list li[class^="h-nav"]::after {
    content: none;
  }

  /* 1st Level */
  .global-nav::before {content: none;}
  .global-nav__list {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    left: 0;
    top: 65px;
    display: block;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: -webkit-calc(100% - 65px);
    height: calc(100% - 65px);
    transition: 0.2s;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .global-nav__list.open {
    opacity:1;
    visibility: visible;
    z-index: 99999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #fafafa;
  }
  .global-nav__list > li + li {
    border-top: 1px solid #dadada;
    margin-left: 0;
  }
  .global-nav__list > li:last-child {
    border-bottom: 1px solid #dadada;
    margin-bottom: 50px;
  }
  .global-nav__list > li a {
    display: flex;
    align-items: center;
    min-height: 13.87vw;
    padding: .8em 1em;
    font-size: 1.6em;
    background: none;
  }
  .global-nav__list > li > a::before,
  .global-nav__list > li > a::after {
    content: none;
  }
  .global-nav__list > li:hover > a::before {
    transform: none;
  }
  .global-nav__list > li.active > a::before {
    -webkit-transition: unset;
    transition: unset;
    transform: none;
  }
  /* 2nd Level */
  .global-nav__list__inner {
    z-index: 5;
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-accent);
  }
  .global-nav__list > li:hover > .global-nav__list__inner {
    box-shadow: none
  }
  .global-nav__list__2nd {
    display: block;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative;
    margin: 0;
    min-height: none;
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .global-nav__list__2nd li {
    display: block;
    width : auto;
    padding: 0 1em;
  } 
  .global-nav__list__2nd li:first-child,
  .global-nav__list__2nd li + li {
    margin-right: 0;
  }
  .global-nav__list__2nd a {
    position: relative;
    margin-top: 0;
    padding: 10px 0 10px 1.5em;
    border-bottom: 1px solid #505050;
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
  }
  
  /* SP Nav */
  .sp-nav {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: absolute;
    top: 13px;
    right: 15px;
    width: 11.9vw;
    padding: 2.86vw;
    aspect-ratio: 1/1;
    background-color: var(--color-accent);
    border-radius: 100%;
    appearance: none;
    /*cursor: pointer;*/
    text-decoration: none
  }
  .sp-nav span {
    position: absolute;
    top: 50%;
    width: 5.4vw;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .4s;
  }
  .sp-nav span:nth-of-type(1) {
    top: calc(50% - 1.75vw);
  }
  .sp-nav span:nth-of-type(2) {
  }
  .sp-nav span:nth-of-type(3) {
    top: calc(50% + 1.75vw);
  }
  .sp-nav.active span:nth-of-type(1) {
    transform: translateY(1.8vw) rotate(-135deg);
    width: 7vw;
  }
  .sp-nav.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-nav.active span:nth-of-type(3) {
    transform: translateY(-1.8vw) rotate(135deg);
    width: 7vw;
  }

  /* Header Fixed
------------------------------------------------------------------ */
  #header.fixed {
    height: 18.1vw;
  }
  #main {
    padding-top: 18.1vw;
  }

  /* Footer
  ------------------------------------------------------------------- */
  #footer {
    height: 20.63vmin;
    padding: 20px 0;
  }
  #footer .copyright {
    font-size: 1.0em;
  }
  
  /* PageTop
  ------------------------------------------------------------------ */
  #page-top span {
    width: 30vmin;
    padding-left: 1em;
    background-size: 1.2em;
    font-size: 3.5vmin;
  }
  #page-top.is-stop span {
    top: -24vmin;
  }
}

/* Print
------------------------------------------------------------------ */
@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
    }
  /* 非表示 */
   /* .navigation-area,
  .global-nav__list__inner,
  .content__side, */
  #page-top {
    display: none !important;
  }
  .sp .global-nav__list li[class^="h-nav"] {
    display: none !important;
  }
  /* 調整：高さ */
  #header {
    position: initial!important;
    /*height: auto !important;*/
  }
  .header__search {
    display: block !important;
    position: static !important;
  }
  #main {
    padding-top: 0 !important;
  }
  .subpage-visual {
    height: 150px !important;
  }
  .subpage-visual__hd {
    min-height: 60px !important;
  }
  /* 調整：横幅
  .header__inner,
  .content__inner-column,
  .access .content__inner,
  .sitemap .content__inner {
    padding: 0 !important;
    max-width: none !important;
  }
  .content__layout {
    width: auto !important;
  } */
  /* タブ：表示 */
  .tab-content {
    display: block !important;
  }
  .tab-content + .tab-content {
    display: block !important;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px dotted #dddddd;
  }
  /* もっと詳しく：表示 */
  .content__layout__learn-more dd {
    display: block !important;
  }
  /* よくある質問：表示 */
  .faq-cnt,
  .faq-cnt dd {
    display: block !important;
  }
}
