@charset "utf-8";

/* subpage.css
 * おまかせプラン ver.7 - v1.0.0
 * 2023-04-01
 * **************************************************
 * Content
 * Subpage Visual
 * Topicpath
 * index
 * Heading
 * Common
 * Side
 * **************************************************
 */

/* Content
------------------------------------------------------------------- */
/* indexページ */
.content__inner-index {
  margin: 0 auto;
  padding: min(6.88vw, 110px) 0 min(5.94vw, 95px);
  max-width: 1200px;
}
/* 下層ページ */
.content__inner {
  margin: 70px auto 0 auto;
  padding: 0 50px;
  max-width: 1600px;
}
/* 下層ページ（2カラム） */
.content__inner-column {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: min(5.63vw, 90px) 0 min(8.13vw, 130px);
  max-width: 1600px;
}
/* 下層ページ（2カラム:Left） */
.content__layout {
  width: 67.5%;
  flex-grow: 0;
  margin-left: min(4.69vw, 75px);
}
.content__layout__section + .content__layout__section,
.content__layout__section + .content__layout__learn-more,
.content__layout__learn-more + .content__layout__section {
  margin-top: 65px;
}

/* Subpage Visual
------------------------------------------------------------------- */
.subpage-visual {
  height: 200px;
  background: linear-gradient(to right, #f5f8fd 0%, #f5f8fd 100%);
}
.subpage-visual__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
  height: 100%;
  display: flex;
  align-items: center;
}
.subpage-visual__hd {
  /*position: absolute;
  bottom: 35px;*/
  display: inline-block;
  width: 100%;
  max-width: 1600px;
  margin: auto;
  /*min-height: 110px;*/

}
.subpage-visual--sub {
  position: relative;
  display: inline-block;
  padding-right: 65px;
  font-size: 2.0em;
}
.subpage-visual--sub::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 55px;
  height: 2px;
  background-color: var(--color-primary);
}

/* Topic Path
------------------------------------------------------------------- */
.topicpath {
  background-color: var(--color-accent);
  color: #fff;
}
.topicpath ol {
  display: flex;
  margin: 0 auto;
  padding: 8px 50px;
  max-width: 1350px;
}
.topicpath li {
  font-size: 1.2em;
}
.topicpath a {
  margin-right: 15px;
  color: inherit;
  text-decoration: none;
}
.topicpath a::after {
  position: relative; top: -1px; right: -5px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
}

/* Index
------------------------------------------------------------------- */
.content__inner-index ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 4em;
}
.content__inner-index li {
  overflow: hidden;
  position: relative;
  width: 18.3333%;
  background-color: #fff;
  border: 1px solid var(--color-accent);
  border-radius: 20px;
  transition: 0.3s;
}
.content__inner-index li:hover {
  -webkit-box-shadow: 0 0 15px rgb(184,231,255,60%);
  box-shadow: 0 0 15px rgb(184,231,255,60%);
  transform: scale(1.05, 1.05);
}
.content__inner-index li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6.6em 5px 10px;
  height: 10em;
  background: no-repeat center 1.5em/45.5%;
  font-family: var(--font-heading);
  font-size: 1.5em;
  color: inherit;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.4;
  letter-spacing: normal;
}
/* 保険料と保険給付 */
.insurance-benefits .content__inner-index  li:nth-of-type(1) a { background-image: url("../images/icon/A-01.svg"); }
.insurance-benefits .content__inner-index  li:nth-of-type(2) a { background-image: url("../images/icon/A-02.svg"); }
.insurance-benefits .content__inner-index  li:nth-of-type(3) a { background-image: url("../images/icon/A-03.svg"); }

/* こんなとき */
.content__inner-index #qualification+ul li:nth-of-type(1) a { background-image: url("../images/icon/B-01.svg"); }
.content__inner-index #qualification+ul li:nth-of-type(2) a { background-image: url("../images/icon/B-02.svg"); }
.content__inner-index #qualification+ul li:nth-of-type(3) a { background-image: url("../images/icon/B-03.svg"); }
.content__inner-index #consultation+ul li:nth-of-type(1) a { background-image: url("../images/icon/B-04.svg"); }
.content__inner-index #consultation+ul li:nth-of-type(2) a { background-image: url("../images/icon/B-05.svg"); }
.content__inner-index #consultation+ul li:nth-of-type(3) a { background-image: url("../images/icon/B-06.svg"); }
.content__inner-index #consultation+ul li:nth-of-type(4) a { background-image: url("../images/icon/B-07.svg"); }
.content__inner-index #consultation+ul li:nth-of-type(5) a { background-image: url("../images/icon/B-08.svg"); }
.content__inner-index #consultation+ul li:nth-of-type(6) a { background-image: url("../images/icon/B-09.svg"); }
.content__inner-index #consultation+ul li:nth-of-type(7) a { background-image: url("../images/icon/B-10.svg"); }
.content__inner-index #consultation+ul li:nth-of-type(8) a { background-image: url("../images/icon/B-11.svg"); }
.content__inner-index #consultation+ul li:nth-of-type(9) a { background-image: url("../images/icon/B-12.svg"); }
.content__inner-index #lifescene+ul li:nth-of-type(1) a { background-image: url("../images/icon/B-13.svg"); }
.content__inner-index #lifescene+ul li:nth-of-type(2) a { background-image: url("../images/icon/B-14.svg"); }
.content__inner-index #lifescene+ul li:nth-of-type(3) a { background-image: url("../images/icon/B-15.svg"); }
.content__inner-index #lifescene+ul li:nth-of-type(4) a { background-image: url("../images/icon/B-16.svg"); }
.content__inner-index #lifescene+ul li:nth-of-type(5) a { background-image: url("../images/icon/B-17.svg"); }
.content__inner-index #lifescene+ul li:nth-of-type(6) a { background-image: url("../images/icon/B-18.svg"); }
.content__inner-index #lifescene+ul li:nth-of-type(7) a { background-image: url("../images/icon/B-19.svg"); }
.content__inner-index #lifescene+ul li:nth-of-type(8) a { background-image: url("../images/icon/B-20.svg"); }
.content__inner-index #lifescene+ul li:nth-of-type(9) a { background-image: url("../images/icon/B-21.svg"); }

/* 健康づくり */
.health-promotion .content__inner-index  li:nth-of-type(1) a { background-image: url("../images/icon/C-01.svg"); }
.health-promotion .content__inner-index  li:nth-of-type(2) a { background-image: url("../images/icon/C-02.svg"); }
.health-promotion .content__inner-index  li:nth-of-type(3) a { background-image: url("../images/icon/C-03.svg"); }
.health-promotion .content__inner-index  li:nth-of-type(4) a { background-image: url("../images/icon/C-04.svg"); }
.health-promotion .content__inner-index  li:nth-of-type(5) a { background-image: url("../images/icon/C-05.svg"); }
.health-promotion .content__inner-index  li:nth-of-type(6) a { background-image: url("../images/icon/C-06.svg"); }
.health-promotion .content__inner-index  li:nth-of-type(7) a { background-image: url("../images/icon/C-07.svg"); }

/* 健康保険のしくみ */
.structure-insurance .content__inner-index  li:nth-of-type(1) a { background-image: url("../images/icon/D-01.svg"); }
.structure-insurance .content__inner-index  li:nth-of-type(2) a { background-image: url("../images/icon/D-02.svg"); }
.structure-insurance .content__inner-index  li:nth-of-type(3) a { background-image: url("../images/icon/D-03.svg"); }
.structure-insurance .content__inner-index  li:nth-of-type(4) a { background-image: url("../images/icon/D-04.svg"); }
.structure-insurance .content__inner-index  li:nth-of-type(5) a { background-image: url("../images/icon/D-05.svg"); }
.structure-insurance .content__inner-index  li:nth-of-type(6) a { background-image: url("../images/icon/D-06.svg"); }
.structure-insurance .content__inner-index  li:nth-of-type(7) a { background-image: url("../images/icon/D-07.svg"); }

/* 介護保険制度 */
.care .content__inner-index  li:nth-of-type(1) a { background-image: url("../images/icon/E-01.svg"); }
.care .content__inner-index  li:nth-of-type(2) a { background-image: url("../images/icon/E-02.svg"); }
.care .content__inner-index  li:nth-of-type(3) a { background-image: url("../images/icon/E-03.svg"); }
.care .content__inner-index  li:nth-of-type(4) a { background-image: url("../images/icon/E-04.svg"); }
.care .content__inner-index  li:nth-of-type(5) a { background-image: url("../images/icon/E-05.svg"); }
.care .content__inner-index  li:nth-of-type(6) a { background-image: url("../images/icon/E-06.svg"); }

.content__inner-index ul + h2 {
  margin-top: 2.4em;
}
@media screen and (min-width: 768px) {
  .content__inner-index li:nth-of-type(n+6) {
    margin-top: 2em;
  }
}

@media screen and (max-width: 767px) {
}

/* Heading
------------------------------------------------------------------- */
.subpage-visual__hd h1 {
  font-size: 3.6em;
  font-weight: 700;
  line-height: 1.2;
}
/*.index .subpage-visual__hd h1 {
  position: absolute;
  top: 30%;
}*/
/* アニメーション */
.subpage-visual--sub,
.subpage-visual__hd h1 {
  animation-name: fadeUp;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.content__layout__section h2 {
  position: relative;
  min-height: 1.4733em;
  margin-bottom: 20px;
  padding-left: 2.333em;
  background: url("../images/common/icon-h2.svg") no-repeat 0.333em top/1.4733em;
  font-size: 3.0em;
  line-height: 1.4;
  letter-spacing: normal;
}
.content__layout__section h2::before,
.content__layout__section h2::after {
  position: absolute;
  content: '';
  top: calc(100% + .2em);
  left: 0;
  width: 100%;
  height: 3px;
}
.content__layout__section h2::before {
  background-color: var(--color-primary);
}
.content__layout__section h2::after {
  width: 50%;
  background-color: var(--color-accent);
}
.content__layout__section h2 span {
  font-size: 75%;
  font-weight: 400;
}
.content__layout__section > h3 {
  font-size: 2.0em;
  color: var(--color-primary);
}
.content__layout__section > h4 {
  font-size: 1.8em;
  color: var(--color-primary);
}
.content__layout__section .link-btn-page + h3,
.content__layout__section .link-btn-ext + h3,
.content__layout__section .link-btn-page + h4,
.content__layout__section .link-btn-ext + h4 {
  margin-top: 50px;
}
.content__layout__section .list-circle + h3,
.content__layout__section .note + h3,
.content__layout__section p + h3 {
  margin-top: 20px;
}

/* Common
------------------------------------------------------------------- */
/* Break */
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}

/* Tab */
/* 手続きと解説がある場合、解説を非表示 */
.tab-content + .tab-content {
  display: none;
}
.tab-btn {
  margin-bottom: 40px;
  border-radius: 3px 3px 0 0;
}
.tab-btn ul {
  display: flex;
  justify-content: space-between;
}
.tab-btn li {
  padding: 15px 0 0 0;
  width: 49.1%;
  height: 3.5em;
  border: 1px solid var(--color-accent);
  border-bottom: none;
  border-radius: 30px 30px 0 0;
  background-color: var(--color-accent);
  font-family: var(--font-heading);
  font-size: 2.0em;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: .3em;
  /*cursor: pointer;*/
  transition: all 0.5s;
}
.tab-btn .active {
  background-color: transparent;
  color: var(--color-accent);
  font-weight: 700;
}
.tab-btn li + li {
  margin-left: 10px;
}
.tab-btn li span {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
  width: 75.5%;
}
.tab-btn li span::before {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.tab-btn .active span::before,
.tab-btn li:hover > span::before,
.tab-btn .none span::before {
  transform: scale(1, 1);
}
.tab-btn .active span::before,
.tab-btn .none span::before {
  background-color: var(--color-accent);
}
.tab-btn .none {
  cursor: default;
}

/* Paragraph */
p {
  font-size: 1.6em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.content__layout__section > p a {
  color: var(--color-primary);
}
.content__layout__section > p a:hover {
  text-decoration: none;
}
.content__layout__section > p > img {
  display: block;
  margin: 20px auto 0 auto;
}
.content__layout__section > p + p {
  margin-top: 20px;
}

/* 共通List */
/* List（色丸） */
.list-disc {
  font-size: 1.6em;
}
.list-disc li {
  position: relative;
  margin-left: 1.3em;
  text-indent: -1.3em;
}
.list-disc li::before {
  position: relative; top: -0.1em;
  content: '●';
  font-size: 70%;
  color: var(--color-primary);
  padding: 0 .5em 0 .3em;
}
/* List（括弧数字） */
.list-paren {
  margin-left: 2.0em;
  text-indent: -2.0em;
  font-size: 1.6em;
}
/* List（丸数字） */
.list-circle {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 1.6em;
}

.list-disc li a {
  color: var(--color-primary);
}
.list-disc li a:hover {
  text-decoration: none;
}

/* List（説明リスト） */
.content__layout__section > .desc-list dt {
  font-size: 2.0em;
  font-weight: 600;
  color: var(--color-primary);
}
.content__layout__section > .desc-list dd {
  font-size: 1.6em;
}
.content__layout__section > .desc-list dd + dt {
  margin-top: 10px;
}
.content__layout__section > p + .desc-list,
.content__layout__section > table + .desc-list  {
  margin-top: 20px;
}
/* 注釈 */
.note {
  margin-top: 10px;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 1.4em;
}
.note li {
}
.note strong {
  font-weight: 600;
}
.note + p {
  margin-top: 20px;
}
/* 注釈（＊） */
.note.star {
  margin-top: 0;
}
.note.star {
  margin-left: 2.5em;
  text-indent: -2.5em;
}

/* Table（共通） */
.common-table {
  margin-top: 20px;
  width: 100%;
  border: 1px solid #d7d7d7;
  border-collapse: collapse;
}
.common-table caption {
  margin-bottom: 2px;
  font-size: 1.8em;
  font-weight: 600;
}
.common-table thead th {
  padding: .5em 10px;
  border-right: 1px solid #d7d7d7;
  background-color: var(--color-primary);
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.common-table tbody th {
  padding: 6px 10px;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  background-color: #fafafa;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
.common-table td {
  padding: .5em 10px;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  background-color: #fff;
  font-size: 1.5em;
  text-align: left;
  line-height: 1.6;
  vertical-align: middle;
}
.common-table th a, 
.common-table td a:not(.app-btn):not(.examp-btn) {
  color: var(--color-primary);
}
.common-table td a:hover {
  text-decoration: none;
}
h2 + .common-table {
  margin-top: 0;
}
.common-table + .common-table,
.table-calculation + .common-table {
  margin-top: 40px;
}
.link-btn-page + .common-table {
  margin-top: 50px;
}
/* table内 */
/* List（色丸） */
.common-table td .list-disc {
  font-size: 100%;
}

.common-table td .list-disc li {
  position: relative; left: 0.5em;
  margin-left: 1em;
  text-indent: -1em;
}

.common-table td .list-disc li::before {
  position: relative; top: -0.1em; left: -0.3em;
  content: '●';
  font-size: 70%;
  color: var(--color-primary);
}

/* Btn */
/* Btn（共通） */
[class^="link-btn"] {
  margin-top: 40px;
  text-align: center;
}
[class^="link-btn"] li + li {
  margin-top: 25px;
}
[class^="link-btn"] a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 15px 3.5em 15px 30px;
  min-width: 520px;
  background-color: var(--color-primary);
  border-radius: 100vh;
  font-size: 1.7em;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  text-align: left;
  transition: 0.3s
}
[class^="link-btn"] a:hover {
  background-color: var(--color-accent);
}
[class^="link-btn"] a::after {
  content: "";
  position: absolute;
  right: 1.2em;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 1.65em;
  aspect-ratio: 1/1;
  background: url("../images/common/icon-arrow02.svg") no-repeat center/contain;
  transition: 0.3s
}
[class^="link-btn"] a:hover::after {
  right: 1.0em;
}
[class^="link-btn"] span {
  display: inline-block;
}

/* Btn（PDFリンク） */
/* Btn（PDFリンク）：Icon */
.link-btn-pdf a span {
  padding-left: 35px;
  background: url(../images/common/pdf-icon.svg) no-repeat left center;
  -webkit-background-size: 25px auto;
  background-size: 25px auto;
}

/* Btn（外部リンク） */
/* Btn（外部リンク）：Icon */
.link-btn-ext a span {
  padding-left: 35px;
  background: url(../images/common/ext-icon.svg) no-repeat left center;
  -webkit-background-size: 25px auto;
  background-size: 25px auto;
}
.link-btn-page + .link-btn-ext {
  margin-top: 25px;
}

/* Btn（解説はこちら） */
.link-btn-up {
  margin-top: 40px;
  text-align: left;
}
.link-btn-up a {
  width: 200px;
  min-width: auto;
}

/* Btn（よくある質問） */
.link-btn-faq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding: 1.5em 3.3em;
  background-color: #fff;
  border: 1px solid var(--color-accent);
  border-radius: 100vh;
}
.link-btn-faq a {
  display: block;
  margin: 0;
  margin-left: 20px;
  padding: .75em 25px;
  width: 200px;
  min-width: auto;
  background-color: var(--color-accent);
  border-radius: 100vh;
  font-size: 1.6em;
  text-align: center;
  line-height: 1;
}
.link-btn-faq a::after { content: none;}
.link-btn-faq a:hover {
  background-color: var(--color-primary);
}
.link-btn-faq p {
  font-size: 1.7em;
}

/* Btn（申請書・記入例） */
.common-table.doc tbody th {
  width: 8.0em;
}
.common-table.doc dt {
  float: left;
}
.common-table.doc dd {
  float: right;
}
.app-btn,
.examp-btn {
  display: inline-block;
  padding: .05em .5em;
  border-radius: 100vh;
  width: 5.5em;
  text-align: center;
  text-decoration: none; 
  transition: all 0.5s 0s ease;
  font-weight: 600;
}
.app-btn {
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: #fff;
}
.examp-btn {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  color : #000;
}
.app-btn:hover {
  border: 1px solid var(--color-primary);
  background-color: #fff;
  color: var(--color-primary);
}
.examp-btn:hover {
  border: 1px solid #000;
  background-color: #fff;
}
.app-btn + .examp-btn {
  margin-left: 10px;
}

/* Learn More（もっと詳しく） */
.content__layout__learn-more {
  padding: 0 min(2.5vw, 40px) min(2.5vw, 40px);
  border: 1px solid var(--color-accent);
  border-radius: 20px;
  background-color: #fff;
}
.content__layout__learn-more h3 {
  position: relative;
  width: calc(100% + min(5vw, 80px));
  height: 3.333em;
  margin-left: max(-2.5vw, -40px);
  margin-bottom: 15px;
  padding: 0 0 5px 4.25em;
  border-bottom: 1px solid var(--color-accent);
  color: var(--color-accent);
  font-size: 2.4em;
  font-family: var(--font-heading);
  text-align: left;
  line-height: 3.333em;
  letter-spacing: -.05em;
}
.content__layout__learn-more h3:before {
  content: "";
  position: absolute; top: 0; left: 0;
  width: 3.75em;
  height: 100%;
  background: url(../images/common/check.svg) no-repeat left center/contain
}
.content__layout__learn-more h4 {
  font-size: 1.6em;
  font-weight: 700;
}
.content__layout__learn-more p + h4,
.content__layout__learn-more table + h4 {
  margin-top: 25px;
}
.content__layout__learn-more p + p {
  margin-top: 15px;
}
.content__layout__learn-more dl + dl {
  border-top: 2px dotted var(--color-accent);
}
.content__layout__learn-more dl:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.content__layout__learn-more dt {
  padding: 15px 0 15px 15px;
  font-size: 1.8em;
  font-weight: 600;
  /*cursor: pointer;*/
}
.content__layout__learn-more dt span {
  float: right;
  display: block;
  margin: 3px 15px 0 0;
  padding: 5px 12px 6px 12px;
  min-width: 5em;
  background-color: var(--color-primary);
  border-radius: 20px;
  font-size: 80%;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: .3s;
}
.content__layout__learn-more dt.close span {
}
@media screen and (min-width: 768px) {
  .content__layout__learn-more dt:hover span {
    background-color: var(--color-accent);
  }
}
.content__layout__learn-more dd {
  margin: 0 15px 30px 12px;
  padding: 25px 30px;
  background-color: #fafafa;
  border-radius: 4px;
}
.content__layout__learn-more dd {
  text-align: justify;
  text-justify: inter-ideograph;
}
.content__layout__learn-more dd [class^="link-btn"] {
  text-align: center;
}
.content__layout__learn-more dd ul:not(.list-disc):not(.list-circle):not(.link-btn-page) {
  margin-top: 10px;
}
.content__layout__learn-more dd img {
  display: block;
  margin: 10px auto 0 auto;
}
.content__layout__learn-more dd a {
  color: var(--color-primary);
}
.content__layout__learn-more dd [class^="link-btn"] a {
  color: #fff;
}
.content__layout__learn-more dd a:hover {
  text-decoration: none;
}
/* もっと詳しく内 */
.content__layout__learn-more dd .list-disc + p,
.content__layout__learn-more dd .list-disc + h4 {
  margin-top: 20px;
}

/* もっと詳しく内 */
/* Btn（ページリンク） */
.content__layout__learn-more .link-btn-page { }

/* Side
------------------------------------------------------------------- */
.content__side {
  width: 21.875%;
  flex-grow: 0;
}
.content__side__inner {
  width: 100%;
}
.content__side h3 {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 7.6em;
  padding: .5em .5em 3.52em;
  background: var(--color-accent) no-repeat center bottom 1em/40px;
  border-radius: 30px 0 0 30px;
  font-family: var(--font-heading);
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.insurance-benefits .content__side h3 {background-image: url("../images/common/icon-gnav01_wh.svg"); }
.consultation .content__side h3 {background-image: url("../images/common/icon-gnav02_wh.svg"); }
.health-promotion .content__side h3 {background-image: url("../images/common/icon-gnav03_wh.svg"); }
.structure-insurance .content__side h3 {background-image: url("../images/common/icon-gnav05_wh.svg"); }
.care .content__side h3 {background-image: url("../images/common/icon-gnav06_wh.svg"); }

.content__side h3 span {
  padding-bottom: .6em;
  border-bottom: 3px solid;
  border-image: repeating-linear-gradient(to right, #fff 0, #fff 3px, transparent 3px, transparent 9px) 1;
  border-image-slice: 1;
}
.content__side nav {
  padding-bottom: min(3vw, 48px);
  background-color: #fff;
}
.content__side nav:first-of-type {
  margin-top: 20px;
  padding-top: min(1.88vw, 30px);
  border-radius: 30px 0 0 0;
}
.content__side nav:last-of-type {
  border-radius: 0 0 0 30px;
}
.content__side nav:only-of-type {
  border-radius: 30px 0 0 30px;
}
.content__side h4 {
  margin-left: 8.6%;
  padding: .6em;
  background-color: var(--color-accent);
  border-radius: 100vh 0 0 100vh;
  color: #fff;
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
.content__side h3 + nav > ul {
}
.content__side nav > h4 + ul {
  margin-top: 0;
}
.content__side li {
  position: relative;
}
.content__side li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 8.6%);
  border-bottom: 1px solid #dbdbdb;
}
.content__side a:hover,
.content__side li.active a {
  background-color: var(--color-bg);
}
.content__side li.active a {
  color: var(--color-accent);
  font-weight: 600;
}
.content__side li + li {
}
.content__side a {
  display: block;
  padding: .94em 1em .94em calc(8.6% + 2em);
  background: url("../images/common/icon-arrow.svg") no-repeat 8.6% 1.05em/1.15em;
  font-size: 1.4em;
  color: inherit;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  /* Content
  ------------------------------------------------------------------- */
  /* indexページ */
  .content__inner-index {
    margin: 30px 0 0 0;
    padding: 0 15px 50px 15px;
    max-width: none;
  }
  /* 下層ページ */
  .content__inner {
    margin: 40px 0 0 0;
    padding: 0 15px;
    max-width: none;
  }
  /* 下層ページ（2カラム） */
  .content__inner-column {
    display: block;
    margin: 40px 0 0 0;
    padding: 0 15px 40px;
    max-width: none;
  }
  /* 下層ページ（2カラム:Left） */
  .content__layout {
    width: auto;
    margin: 0;
  }
  .content__layout__section + .content__layout__section,
  .content__layout__section + .content__layout__learn-more,
  .content__layout__learn-more + .content__layout__section {
    margin-top: 50px;
  }

  /* Subpage Visual
  ------------------------------------------------------------------- */
  .subpage-visual {
    height: 135px;
  }
  .subpage-visual__inner {
    margin: 0;
    padding: 0 30px 0 0;
    max-width: none;
    height: 100%;
  }
  .subpage-visual__hd {
    overflow: hidden;
    bottom: 15%;
    padding: 15px 0;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    min-width: auto;
    min-height: 60px;
  }
  .subpage-visual--sub {
    padding-right: 65px;
    font-size: 1.4em;
  }

  /* Topic Path
  ------------------------------------------------------------------- */
  .topicpath ol {
    display: flex;
    flex-flow: wrap;
    margin: 0;
    padding: 5px 15px;
    max-width: none;
  }
  .topicpath li {
    font-size: 1.1em;
  }

  /* Index
  ------------------------------------------------------------------- */
  .content__inner-index li {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    border-radius: 2.38vw;
  }
  .content__inner-index li a {
    height: 8.0em;
    padding: 5em 5px 3px;
    /*font-size: 1.5em;*/
    font-size: 3.33vw;
    line-height: 1.2;
    background-position: center .7em;
  }
  .content__inner-index ul + h2 {
    margin-top: 50px;
  }
  .content__inner-index li:first-child,
  .content__inner-index li + li {
    margin: 20px 20px 0 0;
  }
  .content__inner-index li + li:nth-child(2n) {
    margin: 20px 0 0 0;
  }
  .content__inner-index li + li:nth-child(5n) {
    margin: 20px 20px 0 0;
  }

  /* Heading
  ------------------------------------------------------------------- */
  .subpage-visual__hd h1 {
    font-size: 2.6em;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 12px #fff;
  }
  .content__inner-index nav > h2 {
    padding-left: 33px;
    font-size: 2.2em;
  }
  .content__layout__section > h2 {
    margin-bottom: 15px;
    padding-left: 33px;
    background-position: left .15em;
    background-size: 1.2em;
    font-size: 2.2em;
  }
  .content__layout__section h2 span {
    font-size: 55%;
  }
  .content__layout__section > h3 {
    margin-bottom: 5px;
    font-size: 2.0em;
	line-height: 1.4;
  }
  .content__layout__section > h4 {
    margin-bottom: 5px;
    font-size: 1.8em;
	line-height: 1.4;
  }
  .content__layout__section .link-btn-page + h3,
  .content__layout__section .link-btn-ext + h3,
  .content__layout__section .link-btn-page + h4,
  .content__layout__section .link-btn-ext + h4 {
    margin-top: 50px;
  }
  .content__layout__section .list-circle + h3,
  .content__layout__section .note + h3,
  .content__layout__section p + h3 {
    margin-top: 20px;
  }

  /* Common
  ------------------------------------------------------------------- */
  /* Break */
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }

  /* Tab */
  /* 手続きと解説がある場合、解説を非表示 */
  .tab-btn {
    margin-bottom: 40px;
  }
  .tab-btn li {
    padding: 12px 0 8px 0;
    border-radius: 5.33vw 5.33vw 0 0;
    font-size: 1.4em;
  }
  .tab-btn li + li {
      margin-left: 8px;
}
  .tab-btn li span {
    padding-bottom: 12px;
  }

  /* Paragraph */
  .content__layout__section > p > img {
    width: 100%;
    height: auto;
  }

  /* 共通List */
  /* List（説明リスト） */
  .content__layout__section > .desc-list dt {
    font-size: 1.8em;
  }

  /* Btn */
  /* Btn（ページリンク） */
  [class^="link-btn"] {
    margin-top: 40px;
  }
  [class^="link-btn"] li + li {
    margin-top: 25px;
  }
  [class^="link-btn"] a {
    padding: 12px 2.5em 12px 20px;
    width: 100%;
    min-width: auto;
    font-size: 1.6em;
  }
  [class^="link-btn"] a::after {
    width: 1.2em;
    right: 1em;
  }
  [class^="link-btn"] span::before {
    width: 30px;
  }
  /* Btn（PDFリンク） */
  .link-btn-pdf { }
  /* Btn（PDFリンク）：Icon */
  .link-btn-pdf a span { }

  /* Btn（外部リンク） */
  .link-btn-ext { }
  /* Btn（外部リンク）：Icon */
  .link-btn-ext a span { }

  .link-btn-page + .link-btn-ext {
    margin-top: 25px;
  }

  /* Btn（解説はこちら） */
  .link-btn-up a {
    width: 53.33vw;
  }

  /* Btn（よくある質問） */
  .link-btn-faq {
    display: block;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 40px;
    padding: 10px 20px 15px 20px;
    border-radius: 5.33vw;
  }
  .link-btn-faq a {
    margin: 10px auto 0 auto;
    padding-left: 2.5em;
    width: 60%;
  }
  .link-btn-faq p {
    font-size: 1.3em;
    text-align: left;
  }
  /* Btn（申請書・記入例） */
  .common-table.doc tbody th {
    width: 4.5em;
  }
  .common-table.doc dt {
    float: left;
  }
  .common-table.doc dd {
    float: left;
  }
  .app-btn,
  .examp-btn {
    margin: 5px 0;
    padding: 2px 5px;
    width: 5.0em;
  }

  /* Learn More（もっと詳しく） */
  .content__layout__learn-more { }
  .content__layout__learn-more h3:before { }
  .content__layout__learn-more dt {
    position: relative;
    padding: 10px 0 15px 10px;
    width: 75%;
    font-size: 1.7em;
    line-height: 1.4;
  }
  .content__layout__learn-more dt span {
    position: absolute; top: 10px; right: -40%;
    padding: 5px 12px 6px 12px;
  }
  .content__layout__learn-more dd {
    margin: 0 0 30px 0;
    padding: 15px 15px;
  }
  /* もっと詳しく内 */
  /* 画像 */
  .content__layout__learn-more dd > p > img {
    width: 100%;
    height: auto;
  }

  /* Side
  ------------------------------------------------------------------- */
  .content__side {
    width: auto;
    margin: 80px 0 0 0;
  }
  .content__side__inner {
    width: auto;
  }
  .content__side h3 {
    align-items: center;
    height: auto;
    min-height: 3em;
    padding-bottom: .5em;
    border-radius: 5.33vw;
    background-size: 10vw;
    background-position: 5vw center;
    font-size: 2.0em;
  }
  .content__side h3 span {
    border: none;
    padding-bottom: 0;
  }
  .content__side h4 {
    margin: 0 4%;
    border-radius: 100vh;
    font-size: 1.6em;
  }
  .content__side nav {
    padding-bottom: 4em;
  }
  .content__side nav:first-of-type {
    padding-top: 1em;
    border-radius: 5.33vw 5.33vw 0 0;
  }
  .content__side li::after {
    right: 50%;
    transform: translateX(50%)
  }
  .content__side a {
    padding-left: calc(4% + 1.5em);
    background-position: 4% 1.05em;
    font-size: 1.4em;
  }
}
