@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: 70px auto 0 auto;
  padding: 0 50px 50px 50px;
  max-width: 1400px;
}
/* 下層ページ */
.content__inner {
  margin: 70px auto 0 auto;
  padding: 0 50px;
  max-width: 1450px;
}
/* 下層ページ（2カラム） */
.content__inner-column {
  display: flex;
  justify-content: space-between;
  margin: 70px auto 0 auto;
  padding-left: min(5%, 80px);
  max-width: 1600px;
}
/* 下層ページ（2カラム:Left） */
.content__layout {
  width: 71.05%;
}
.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;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1600px;
  height: 100%;
  background: no-repeat right center/cover;
}
.subpage-visual__hd {
  min-width: 90%;
}
.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: #0fa0b7;
} */

/* Topic Path
------------------------------------------------------------------- */
.topicpath {
  background-color: #3dcbe1;
  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
------------------------------------------------------------------- */
.like-this__btn {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 40px 0;
  align-items: center;
  margin: 0 auto;
}
.like-this__btn li {
  position: relative;
  width: 20%;
  min-height: 200px;
  transition: 0.3s;
  z-index: 1;
  top: 0;
  transition: .2s;
}
.like-this__btn li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
  width: 57.7%;
  aspect-ratio: 15/13;
  background-color: #3dcbe1;
  border-radius: 30px;
  box-shadow: 10px -10px 0 #c1ecff;
  pointer-events: none;
  z-index: -1;
  transition: .2s;
}
.like-this__btn li:hover {
  top: -10px;
}
.like-this__btn li:hover::before {
  background-color: #005bac;
  box-shadow: none;
}
.like-this__btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 54%;
  padding-bottom: 10px;
  background: no-repeat center 13px/50% auto;
  font-size: clamp(1.7em, 1.36vw, 1.9em);
  font-family: var(--font-heading);
  font-weight: 500;
  color: #333333;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  line-height: 1.2;
}
/* 保険料と保険給付 */
.like-this__btn .ib-01 a { background-image: url("../images/icon/A-01@2x.png"); }
.like-this__btn .ib-02 a { background-image: url("../images/icon/A-02@2x.png"); }
.like-this__btn .ib-03 a { background-image: url("../images/icon/A-03@2x.png"); }
/* 受診編 */
.like-this__btn .medical-01 a { background-image: url("../images/icon/B-04@2x.png"); }
.like-this__btn .medical-02 a { background-image: url("../images/icon/B-05@2x.png"); }
.like-this__btn .medical-03 a { background-image: url("../images/icon/B-06@2x.png"); }
.like-this__btn .medical-04 a { background-image: url("../images/icon/B-07@2x.png"); }
.like-this__btn .medical-05 a { background-image: url("../images/icon/B-08@2x.png"); }
.like-this__btn .medical-06 a { background-image: url("../images/icon/B-09@2x.png"); }
.like-this__btn .medical-07 a { background-image: url("../images/icon/B-10@2x.png"); }
.like-this__btn .medical-08 a { background-image: url("../images/icon/B-11@2x.png"); }
.like-this__btn .medical-09 a { background-image: url("../images/icon/B-12@2x.png"); }
/* ライフシーン編 */
.like-this__btn .lifescene-01 a { background-image: url("../images/icon/B-13@2x.png"); }
.like-this__btn .lifescene-02 a { background-image: url("../images/icon/B-14@2x.png"); }
.like-this__btn .lifescene-03 a { background-image: url("../images/icon/B-15@2x.png"); }
.like-this__btn .lifescene-04 a { background-image: url("../images/icon/B-16@2x.png"); }
.like-this__btn .lifescene-05 a { background-image: url("../images/icon/B-17@2x.png"); }
.like-this__btn .lifescene-06 a { background-image: url("../images/icon/B-18@2x.png"); }
.like-this__btn .lifescene-07 a { background-image: url("../images/icon/B-19@2x.png"); }
.like-this__btn .lifescene-08 a { background-image: url("../images/icon/B-20@2x.png"); }
.like-this__btn .lifescene-09 a { background-image: url("../images/icon/B-21@2x.png"); }
/* 健康保険の資格編 */
.like-this__btn .card-01 a { background-image: url("../images/icon/B-01@2x.png"); }
.like-this__btn .card-02 a { background-image: url("../images/icon/B-02@2x.png"); }
.like-this__btn .card-03 a { background-image: url("../images/icon/B-03@2x.png"); }
/* 健康づくり */
.like-this__btn .hp-01 a { background-image: url("../images/icon/C-01@2x.png"); }
.like-this__btn .hp-02 a { background-image: url("../images/icon/C-02@2x.png"); }
.like-this__btn .hp-03 a { background-image: url("../images/icon/C-03@2x.png"); }
.like-this__btn .hp-04 a { background-image: url("../images/icon/C-04@2x.png"); }
.like-this__btn .hp-05 a { background-image: url("../images/icon/C-05@2x.png"); }
.like-this__btn .hp-06 a { background-image: url("../images/icon/C-06@2x.png"); }
/* 健康保険のしくみ */
.like-this__btn .si-01 a { background-image: url("../images/icon/D-01@2x.png"); }
.like-this__btn .si-02 a { background-image: url("../images/icon/D-02@2x.png"); }
.like-this__btn .si-03 a { background-image: url("../images/icon/D-03@2x.png"); }
.like-this__btn .si-04 a { background-image: url("../images/icon/D-04@2x.png"); }
.like-this__btn .si-05 a { background-image: url("../images/icon/D-05@2x.png"); }
.like-this__btn .si-06 a { background-image: url("../images/icon/D-06@2x.png"); }
.like-this__btn .si-07 a { background-image: url("../images/icon/D-07@2x.png"); }
/* 介護保険制度 */
.like-this__btn .care-01 a { background-image: url("../images/icon/E-01@2x.png"); }
.like-this__btn .care-02 a { background-image: url("../images/icon/E-02@2x.png"); }
.like-this__btn .care-03 a { background-image: url("../images/icon/E-03@2x.png"); }
.like-this__btn .care-04 a { background-image: url("../images/icon/E-04@2x.png"); }
.like-this__btn .care-05 a { background-image: url("../images/icon/E-05@2x.png"); }
.like-this__btn .care-06 a { background-image: url("../images/icon/E-06@2x.png"); }

/* Heading
------------------------------------------------------------------- */
.subpage-visual__hd h1 {
  font-size: 3.6em;
  color: #1fc3dc;
  font-weight: 700;
  line-height: 1.2;
  width: 755px;
}
.index .subpage-visual__hd h1 {

}
/* アニメーション */
.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__inner-index nav > h2,
.content__layout__section > h2 {
  position: relative;
  min-height: 57px;
  margin-bottom: 20px;
  padding-left: 85px;
  padding-bottom: 18px;
  background: url(../images/common/icon-h2.svg) no-repeat left bottom/ 66px auto;
  color: #333;
  font-size: 3.2em;
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .02em;
}
.content__layout__section h2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #1fc3dc, #fefc4f);
}
.content__layout__section h2 span {
  font-size: 75%;
  font-weight: 400;
}
.content__inner-index nav > h2 {
  margin-bottom: 50px;
}
.content__inner-index nav > h2:nth-of-type(n + 2) {
  margin-top: 65px;
}
.content__layout__section > h3 {
  font-size: 2.2em;
  font-weight: 500;
  color: #005bac;
}
.content__layout__section > h4 {
  font-size: 1.8em;
  font-weight: 500;
  color: #005bac;
}
.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;
  border-bottom: 3px solid #75daea;
}
.tab-btn li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 3.33em;
  border-bottom: none;
  border-radius: 37px 37px 0 0;
  background-color: #e6fafc;
  font-size: 2.1em;
  color: #005bac;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.tab-btn .active {
  width: 52%;
  background-color: #75daea;
  color: #fff;
  font-weight: 700;
}
.tab-btn li + li {
  margin-left: 10px;
}
.tab-btn li span {

}
/* .tab-btn li span::before {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #00bddc;
  -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 .none {
  cursor: default;
}
*/

/* Paragraph */
.content__layout__section > p {
  font-size: 1.6em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.content__layout__section > p a {
  color: #005bac;
}
.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;
  margin-left: 1.0em;
  text-indent: -.8em;
}
.list-disc li {
  position: relative;
}
.list-disc li::before {
  position: relative;
  top: -0.1em;
  left: -.3em;
  content: '●';
  font-size: 70%;
  color: #005bac;
}
/* List（括弧数字） */
.list-paren {
  margin-left: 2.0em;
  text-indent: -2.0em;
  font-size: 1.6em;
}
/* List（丸数字） */
.list-circle {
  margin-left: 1.1em;
  text-indent: -1.1em;
  font-size: 1.6em;
}
/* List（数字） */
.list-decimal {
  margin-left: 2.0em;
  font-size: 1.6em;
  list-style-type: decimal;
}

/* List（説明リスト） */
.content__layout__section > .desc-list dt {
  font-size: 2.0em;
  font-weight: 500;
  color: #005bac;
}
.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: 1.1em;
  font-size: 1.4em;
  text-indent: -1.1em;
}
.note li {
}
.note strong {
  font-weight: 500;
}
.note + p {
  margin-top: 20px;
}
/* 注釈（＊） */
.note.star {
  margin-top: 0;
  margin-left: 2.6em;
  text-indent: -2.65em;
}
.note.star li {
}

/* 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: 500;
}
.common-table thead th {
  padding: 6px 10px;
  border-right: 1px solid #d7d7d7;
  background-color: #005bac;
  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: 500;
  text-align: center;
  vertical-align: middle;
}
.common-table td {
  padding: 6px 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;
}
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;
}

/* テキストリンク（アイコン付き） */
.link-text {
  display: block;
  padding-left: 1.5em;
  background: url(../images/common/icon-hnav-aroow.svg) no-repeat left .4em/ 1.25em;
  color: #005bac;
}

/* Btn */
/* 共通 */
:where([class^="link-btn-"]:not(.link-btn-faq)) > li {
  text-align: center;
}
:where([class^="link-btn-"]:not(.link-btn-faq)) a {
  z-index: 1;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: .95em 40px .95em 30px;
  min-width: 30.31em;
  background-color: #3dcbe1;
  border-radius: 5px;
  box-shadow: 10px -10px 0 #c1ecff;
  font-size: 1.9em;
  font-family: var(--font-heading);
  font-weight: 500;
  color: #fff;
  text-align: left;
  text-decoration: none;
  line-height: 1.4;
  transform: translateY(0);
  transition: 0.3s
}
:where([class^="link-btn-"]:not(.link-btn-faq)) a:hover {
  background-color: #005bac;
  box-shadow: none;
  transform: translateY(-10px);
}
:where([class^="link-btn-"]:not(.link-btn-faq)) a::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 100%;
  background: url("../images/common/arrow-white.svg") no-repeat center/contain;
  transition: 0.3s
}
:where([class^="link-btn-"]:not(.link-btn-faq)) a:hover::before {
  right: 20px;
}
:where([class^="link-btn-"]:not(.link-btn-faq)) + :where([class^="link-btn-"]:not(.link-btn-faq)) {
  margin-top: 25px;
}
:where([class^="link-btn-"]:not(.link-btn-faq)) a span {
  display: block;
}

/* Btn（ページリンク） */
.link-btn-page {
  margin-top: 40px;
}
.link-btn-page li + li {
  margin-top: 25px;
}

/* Btn（PDFリンク） */
.link-btn-pdf {
  margin-top: 40px;
}
.link-btn-pdf li + li {
  margin-top: 25px;
}
/* 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（外部リンク） */
.link-btn-ext {
  margin-top: 40px;
}
.link-btn-ext li + li {
  margin-top: 25px;
}
/* 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;
}

/* Btn（解説はこちら） */
.link-btn-up {
  margin-top: 40px;
}
.link-btn-up a {
  width: 13em;
  min-width: auto;
  margin: 0;
}

/* Btn（よくある質問） */
.link-btn-faq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding: 15px 20px;
  background-color: #f4f4f4;
  border-radius: 100vh;
}
.link-btn-faq a {
  z-index: 1;
  position: relative;
  display: block;
  margin-left: 20px;
  padding: 9px 25px;
  width: 200px;
  background-color: #005bac;
  border: 1px solid #005bac;
  border-radius: 100vh;
  font-size: 1.6em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  transition: 0.3s
}
.link-btn-faq a:hover {
  background-color: #fff;
  color: #005bac;
}
.link-btn-faq p {
  padding-left: 50px;
  font-size: 1.7em;
  text-align: right;
}

/* Btn（申請書・記入例） */
.common-table.doc tbody th {
  width: 6.0em;
}
.common-table.doc dt {
  float: left;
}
.common-table.doc dd {
  float: right;
}
.common-table.doc .btn-cell {
  width: 220px;
}
.app-btn, .pdf-btn, .excel-btn, .word-btn, .ppt-btn, .examp-btn {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 100vh;
  width: 6em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s 0s ease;
}
.app-btn, .excel-btn {
  border: 1px solid #217346;
  background-color: #217346;
  color: #fff;
}
.word-btn {
  border: 1px solid #2b579a;
  background-color: #2b579a;
  color: #fff;
}
.ppt-btn {
  border: 1px solid #d24726;
  background-color: #d24726;
  color: #fff;
}
.pdf-btn {
  border: 1px solid #bb3e62;
  background-color: #bb3e62;
  color: #fff;
}
.examp-btn {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  color : #000;
}
.app-btn:hover, .excel-btn:hover {
  border: 1px solid #217346;
  background-color: #fff;
  color: #217346;
}
.word-btn:hover {
  border: 1px solid #2b579a;
  background-color: #fff;
  color: #2b579a;
}
.ppt-btn:hover {
  border: 1px solid #d24726;
  background-color: #fff;
  color: #d24726;
}
.pdf-btn:hover {
  border: 1px solid #cc6f8a;
  background-color: #fff;
  color: #bb3e62;
}
.examp-btn:hover {
  border: 1px solid #000;
  background-color: #fff;
}
.app-btn + .examp-btn {
  margin-left: 10px;
}

/* Learn More（もっと詳しく） */
.content__layout__learn-more {
  padding-bottom: 42px;
  background-color: #e6fafc;
  border-radius: 10px;
}
.content__layout__learn-more h3 {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  margin-bottom: 15px;
  padding-left: 123px;
  border-bottom: 1px solid #0f3caa;
  font-size: 2.5em;
  color: #0f3caa;
  font-family: var(--font-heading);
  font-weight: 700;
  text-align: left;
}
.content__layout__learn-more h3:before {
  position: absolute;
  top: -13px; left: 30px;
  content: "";
  width: 100px;
  aspect-ratio: 1/1;
  background : url(../images/common/check.svg) no-repeat left top/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 {
  margin: 0 3.7%;
  border-bottom: 1px dotted #1fc3dc;
}
.content__layout__learn-more dt {
  padding: 15px 0 15px 15px;
  font-size: 1.8em;
  font-weight: 500;
  cursor: pointer;
}
.content__layout__learn-more dt span {
  float: right;
  display: block;
  margin-top: .3em;
  margin-left: 1em;
  padding: 5px 12px 6px 12px;
  min-width: 5em;
  background-color: #3dcbe1;
  border: 1px solid #3dcbe1;
  border-radius: 20px;
  font-size: 80%;
  font-weight: 500;
  color: #fff;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
  line-height: 1;
}
.content__layout__learn-more dt:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.content__layout__learn-more dt:hover span  {
  background-color: #fff;
  color: #3dcbe1;
}
.content__layout__learn-more dd {
  margin: 0 15px 30px 12px;
  padding: 25px 30px;
  background-color: #fafafa;
  border-radius: 4px;
}
.content__layout__learn-more dd p {
  font-size: 1.6em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.content__layout__learn-more dd img {
  display: block;
  margin: 10px auto 0 auto;
}


/* Side
------------------------------------------------------------------- */
.content__side {
  width: 23.02%;
}
.content__side__inner {
}
.content__side h3 {
  position: relative;
  min-height: 218px;
  padding: 166px 20px 20px;
  background-color: #75daea;
  border-radius: 40px 0 0 40px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.content__side h3::before,.content__side h3::after {
  content: "";
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  aspect-ratio: 1/1;
}
.content__side h3::before {
  border-radius: 27px;
  background-color: #fff;
}
.content__side h3::after {
  background: url("../images/global-nav/gnav-icon02.svg") no-repeat center/70% auto;
}
.content__side nav {
  padding-top: 12%;
  background-color: #f4f4f4;

}
.content__side nav:first-of-type {
  margin-top: 40px;
  border-top-left-radius: 40px;
}
.content__side nav:last-of-type {
  border-bottom-left-radius: 40px;
  padding-bottom: 12%;
}
.content__side h4 {
  margin: 0 12%;
  background-color: #75daea;
  border-radius: 100vh;
  color: #fff;
  font-size: 2.0em;
  font-weight: 500;
  text-align: center;
}
.content__side h3 + nav > ul {

}
.content__side nav > h4 + ul {
  margin-top: 20px;
}
.content__side li {
  position: relative;
}
.content__side a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 12%;
  display: block;
  width: calc(100% - 24%);
  height: 0;
  border-bottom: 1px dotted #005bac;
  z-index: 1;
}
.content__side a {
  position: relative;
  display: block;
  padding:  12px 12% 12px calc(12% + 1em);
  font-size: 1.6em;
  color: #005bac;
  line-height: 1.4;
  letter-spacing: normal;
  text-decoration: none;
}
.content__side a::before {
  content: '';
  position: absolute;
  top: 1.2em;
  left: 12%;
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  background: url("../images/common/arrow-lnav.svg") no-repeat center/contain;
}
.content__side li.active a {
  background-color: #fff;
}
.content__side a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.content__side .sec a {
  padding-left: calc(12% + 2em);
}
.content__side .sec a::before {
  left: calc(12% + 1em);
}

@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;
    max-width: none;
  }
  /* 下層ページ（2カラム:Left） */
  .content__layout {
    width: auto;
  }
  .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%;
    background-position: right 30% center;
  }
  .subpage-visual__hd {
    overflow: hidden;
    bottom: 15%;
    padding: 15px 20px 15px 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    min-width: auto;
    min-height: 60px;
    text-shadow:
    1px 1px 5px #fff,
    -1px 1px 5px #fff,
    1px -1px 5px #fff,
    -1px -1px 5px #fff;
  }
  .subpage-visual--sub {
    padding-right: 65px;
    font-size: 1.4em;
  }

  /* Topic Path
  ------------------------------------------------------------------- */
  .topicpath ol {
    display: flex;
    margin: 0;
    padding: 5px 15px;
    max-width: none;
  }
  .topicpath li {
    font-size: 1.1em;
  }

  /* Index
  ------------------------------------------------------------------- */
  .like-this__btn {
    gap: 20px 6%;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }
  .like-this__btn li {
    width: 29%;
    min-height: 115px;
  }
  .like-this__btn li::before,
  .like-this__btn li::after {
    width: 100%;
    aspect-ratio: 98/71;
    border-radius: 10px;
  }
  .like-this__btn li::before {
    box-shadow: 6px -6px 0 #c1ecff;
  }
  .like-this__btn li a {
    padding-top: 81.63%;
    background: no-repeat center 5%/ 85% auto;
    font-size: 1.2em;
    letter-spacing: 0;
  }

  /* Heading
  ------------------------------------------------------------------- */
  .subpage-visual__hd h1 {
    font-size: 2.6em;
    width: auto;
  }
  .index .subpage-visual__hd h1 {

  }
  .content__inner-index nav > h2,
  .content__layout__section > h2 {
    min-height: 1.5em;
    margin-bottom: 15px;
    padding-left: 50px;
    padding-bottom: 10px;
    background-size: 40px auto;
    font-size: 2.2em;
  }
  .content__inner-index nav > h2:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .content__layout__section h2::before  {
    height: 3px;
  }
  .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 {
    border-radius: 20px 20px 0 0;
    font-size: 1.4em;
  }
  .tab-btn li + li {
      margin-left: 8px;
}

  /* Paragraph */
  .content__layout__section > p > img {
    width: 100%;
    height: auto;
  }

  /* 共通List */
  /* List（説明リスト） */
  .content__layout__section > .desc-list dt {
    font-size: 1.8em;
  }

  /* Btn */
  :where([class^="link-btn-"]:not(.link-btn-faq)) a {
    width: 100%;
    min-width: auto;
    padding: 12px 36px 12px 15px;
    box-shadow: 6px -6px 0 #c1ecff;
    font-size: 1.7em;
  }
  :where([class^="link-btn-"]:not(.link-btn-faq)) a::before,
  :where([class^="link-btn-"]:not(.link-btn-faq)) a:hover::before {
    right: 7px;
  }
  /* Btn（ページリンク） */
  .link-btn-page {
    margin-top: 40px;
  }
  .link-btn-page li + li {
    margin-top: 25px;
  }
  .link-btn-page span::before {
    width: 30px;
  }

  /* Btn（PDFリンク）：Icon */
  .link-btn-pdf a span {
    padding-left: 25px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
  }
  .link-btn-pdf a:hover span {
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
  }

  /* Btn（外部リンク） */
  .link-btn-ext {
    margin-top: 40px;
  }
  .link-btn-ext li + li {
    margin-top: 20px;
  }
  .link-btn-ext a,
  .content__layout__learn-more .link-btn-ext a {
  }
  /* Btn（外部リンク）：Icon */
  .link-btn-ext a span,
  .content__layout__learn-more .link-btn-ext a span {
    padding-left: 25px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
  }
  .link-btn-ext a:hover span,
  .content__layout__learn-more .link-btn-ext a:hover span {
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
  }
  .link-btn-page + .link-btn-ext {
    margin-top: 25px;
  }
  /* Btn（解説はこちら） */
  .link-btn-up a {
    width: 11em;
  }

  /* Btn（よくある質問） */
  .link-btn-faq {
    display: block;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 40px;
    padding: 10px 20px 15px 20px;
    border-radius: 20px;
  }
  .link-btn-faq a {
    margin: 10px auto 0 auto;
    width: 60%;
  }
  .link-btn-faq p {
    padding-left: 0;
    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;
  }
  .common-table.doc .btn-cell {
    width: auto;
  }
  .app-btn, .examp-btn {
    margin: 5px 0;
    padding: 2px 5px;
    width: 5.0em;
  }
  .app-btn + .examp-btn {
    margin-left: 10px;
  }

  /* Btn（解説はこちら） */
  .content__layout__section > .link-btn-up {
    margin-top: 30px;
  }

  /* Learn More（もっと詳しく） */
  .content__layout__learn-more {
  }
  .content__layout__learn-more h3 {
    height: 3em;
    padding-left: 80px;
    font-size: 2.0em;
  }
  .content__layout__learn-more h3:before {
    width: 70px;
    top: -9px;
    left: 15px;
  }
  .content__layout__learn-more dt {
    line-height: 1.4;
  }
  .content__layout__learn-more dt span {
  }
  .content__layout__learn-more dd {
    margin: 0 0 30px 0;
    padding: 15px 15px;
  }
  /* もっと詳しく内 */
  /* Btn（ページリンク） */
  .content__layout__learn-more .link-btn-page a {
  }

  /* もっと詳しく内 */
  /* 画像 */
  .content__layout__learn-more dd > p > img {
    width: 100%;
    height: auto;
  }

  /* Side
  ------------------------------------------------------------------- */
  .content__side {
    width: 100%;
    margin: 40px 0 ;
  }
  .content__side__inner {
  }
  .content__side h3 {
    display: flex;
    align-items: center;
    min-height: 3em;
    padding: 1em 1em 1em 80px;
    border-radius: 20px;
    font-size: 2.0em;
    text-align: left;
  }
  .content__side h3::before, .content__side h3::after {
    width: 50px;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
  }
  .content__side h3::before {
    border-radius: 100%;
  }
  .content__side nav {
    padding-top: 40px;
  }
  .content__side nav:first-of-type {
    margin-top: 20px;
    border-radius: 20px 20px 0 0 ;
  }
  .content__side nav:last-of-type {
    border-radius: 0 0 20px 20px;
    padding-bottom: 40px;
  }
  .content__side h4 {
    margin: 0 20px;
    padding: .3em 1em;
    font-size: 1.6em;
  }
  .content__side h3 + nav > ul {
    margin-top: 25px;
  }
  .content__side h3 + nav > h4 + ul {
    margin-top: 10px;
  }
  .content__side li {
  }
  .content__side a {
    padding: 12px 20px 12px calc(20px + 1em);
    font-size: 1.4em;
  }
  .content__side a::before {
    left: 20px;
  }
  .content__side a::after {
    width: calc(100% - 40px);
    left: 20px;
  }
}
