@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: 1220px;
}
/* 下層ページ */
.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: 0 50px;
  max-width: 1450px;
}
/* 下層ページ（2カラム:Left） */
.content__layout {
  width: -webkit-calc(100% - 370px);
  width: calc(100% - 370px);
  flex-grow: 1;
}
.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: 210px;
  background: linear-gradient(to right, #f5f8fd 0%, #f5f8fd 100%);
}
.subpage-visual__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1450px;
  height: 100%;
}
.subpage-visual__hd {
  position: absolute;
  bottom: 35px;
  display: inline-block;
  min-width: 90%;
  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: #3598d4;
}

/* Topic Path
------------------------------------------------------------------- */
.topicpath {
  background-color: #3598d4;
}
.topicpath ol {
  display: flex;
  margin: 0 auto;
  padding: 8px 50px;
  max-width: 1350px;
}
.topicpath li {
  font-size: 1.2em;
  color: #fff;
}
.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: 30px;
}
.content__inner-index li {
  position: relative;
  width: min(265px, (25% - 10px));
  margin-bottom: 20px;
}
.content__inner-index li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/btn.svg") no-repeat center/100% 100%;
  transform: translateZ(0);
  filter: drop-shadow(3px 3px 0 rgba(106, 179, 223, 1));
  transition: 0.2s;
  z-index: -1;
  pointer-events: none;
}
.content__inner-index li:hover::after {
  background: url("../images/common/btn_on.svg") no-repeat center/100% 100%;
  filter: drop-shadow(0 0 0 rgba(106, 179, 223, 0));
}
.content__inner-index li a {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 29.4%;
  min-height: 80px;
  background: no-repeat -5% center/100px;
  font-size: 1.4em;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  line-height: 1.4;
}
.content__inner-index ul + h2 {
  margin-top: 50px;
}

/* 保険料と保険給付 */
.insurance-benefits .content__inner-index li:nth-of-type(1) a {background-image: url("../images/icon/A-01.png")}
.insurance-benefits .content__inner-index li:nth-of-type(2) a {background-image: url("../images/icon/A-02.png")}
.insurance-benefits .content__inner-index li:nth-of-type(3) a {background-image: url("../images/icon/A-03.png")}
.insurance-benefits .content__inner-index li:nth-of-type(4) a {background-image: url("../images/icon/A-04.png")}

/* こんなとき */
.consultation .content__inner-index #A li:nth-of-type(1) a {background-image: url("../images/icon/B-01.png")}
.consultation .content__inner-index #A li:nth-of-type(2) a {background-image: url("../images/icon/B-02.png")}
.consultation .content__inner-index #A li:nth-of-type(3) a {background-image: url("../images/icon/B-03.png")}

.consultation .content__inner-index #B li:nth-of-type(1) a {background-image: url("../images/icon/B-04.png")}
.consultation .content__inner-index #B li:nth-of-type(2) a {background-image: url("../images/icon/B-05.png")}
.consultation .content__inner-index #B li:nth-of-type(3) a {background-image: url("../images/icon/B-06.png")}
.consultation .content__inner-index #B li:nth-of-type(4) a {background-image: url("../images/icon/B-07.png")}
.consultation .content__inner-index #B li:nth-of-type(5) a {background-image: url("../images/icon/B-08.png")}
.consultation .content__inner-index #B li:nth-of-type(6) a {background-image: url("../images/icon/B-09.png")}
.consultation .content__inner-index #B li:nth-of-type(7) a {background-image: url("../images/icon/B-10.png")}
.consultation .content__inner-index #B li:nth-of-type(8) a {background-image: url("../images/icon/B-11.png")}
.consultation .content__inner-index #B li:nth-of-type(9) a {background-image: url("../images/icon/B-12.png")}

.consultation .content__inner-index #C li:nth-of-type(1) a {background-image: url("../images/icon/B-13.png")}
.consultation .content__inner-index #C li:nth-of-type(2) a {background-image: url("../images/icon/B-14.png")}
.consultation .content__inner-index #C li:nth-of-type(3) a {background-image: url("../images/icon/B-15.png")}
.consultation .content__inner-index #C li:nth-of-type(4) a {background-image: url("../images/icon/B-16.png")}
.consultation .content__inner-index #C li:nth-of-type(5) a {background-image: url("../images/icon/B-17.png")}
.consultation .content__inner-index #C li:nth-of-type(6) a {background-image: url("../images/icon/B-18.png")}
.consultation .content__inner-index #C li:nth-of-type(7) a {background-image: url("../images/icon/B-19.png")}
.consultation .content__inner-index #C li:nth-of-type(8) a {background-image: url("../images/icon/B-20.png")}
.consultation .content__inner-index #C li:nth-of-type(9) a {background-image: url("../images/icon/B-21.png")}

/* 健康づくり */
.health-promotion .content__inner-index li:nth-of-type(1) a {background-image: url("../images/icon/C-01.png")}
.health-promotion .content__inner-index li:nth-of-type(2) a {background-image: url("../images/icon/C-02.png")}
.health-promotion .content__inner-index li:nth-of-type(3) a {background-image: url("../images/icon/C-03.png")}
.health-promotion .content__inner-index li:nth-of-type(4) a {background-image: url("../images/icon/C-04.png")}
.health-promotion .content__inner-index li:nth-of-type(5) a {background-image: url("../images/icon/C-05.png")}
.health-promotion .content__inner-index li:nth-of-type(6) a {background-image: url("../images/icon/C-06.png")}
.health-promotion .content__inner-index li:nth-of-type(7) a {background-image: url("../images/icon/C-07.png")}
.health-promotion .content__inner-index li:nth-of-type(8) a {background-image: url("../images/icon/C-08.png")}
.health-promotion .content__inner-index li:nth-of-type(9) a {background-image: url("../images/icon/C-09.png")}
.health-promotion .content__inner-index li:nth-of-type(10) a {background-image: url("../images/icon/C-10.png")}
.health-promotion .content__inner-index li:nth-of-type(11) a {background-image: url("../images/icon/C-11.png")}
.health-promotion .content__inner-index li:nth-of-type(12) a {background-image: url("../images/icon/C-12.png")}

/* こんなとき */
.structure-insurance .content__inner-index li:nth-of-type(1) a {background-image: url("../images/icon/D-01.png")}
.structure-insurance .content__inner-index li:nth-of-type(2) a {background-image: url("../images/icon/D-02.png")}
.structure-insurance .content__inner-index li:nth-of-type(3) a {background-image: url("../images/icon/D-03.png")}
.structure-insurance .content__inner-index li:nth-of-type(4) a {background-image: url("../images/icon/D-04.png")}
.structure-insurance .content__inner-index li:nth-of-type(5) a {background-image: url("../images/icon/D-05.png")}
.structure-insurance .content__inner-index li:nth-of-type(6) a {background-image: url("../images/icon/D-06.png")}
.structure-insurance .content__inner-index li:nth-of-type(7) a {background-image: url("../images/icon/D-07.png")}
/* 介護保険制度 */
.care .content__inner-index li:nth-of-type(1) a {background-image: url("../images/icon/E-01.png")}
.care .content__inner-index li:nth-of-type(2) a {background-image: url("../images/icon/E-02.png")}
.care .content__inner-index li:nth-of-type(3) a {background-image: url("../images/icon/E-03.png")}
.care .content__inner-index li:nth-of-type(4) a {background-image: url("../images/icon/E-04.png")}
.care .content__inner-index li:nth-of-type(5) a {background-image: url("../images/icon/E-05.png")}
.care .content__inner-index li:nth-of-type(6) a {background-image: url("../images/icon/E-06.png")}
.care .content__inner-index li:nth-of-type(7) a {background-image: url("../images/icon/E-07.png")}

/* Heading
------------------------------------------------------------------- */
.subpage-visual__hd h1 {
  font-size: 3.6em;
  color: #3598d4;
  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__inner-index nav h2,
.content__layout__section h2 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 77px;
  padding-bottom: 10px;
  font-size: 2.6em;
  font-weight: 600;
  line-height: 1.4;
}
.content__layout__section h2::before,
.content__layout__section h2::after {
  position: absolute;
  content: '';
}
.content__layout__section h2::before {
  left: 0;
  top: -7px;
  width: 68px;
  aspect-ratio: 17/18;
  background: url("../images/common/h2-icon.png") left center/contain;
}
.content__layout__section h2::after {
  right: 0;
  bottom: 0;
  width: calc(100% - 77px);
  height: 1px;
  background-color: #3598d4;
}
.content__layout__section h2 span {
  font-size: 75%;
  font-weight: 400;
}
.content__layout__section h3 {
  font-size: 2.0em;
  font-weight: 600;
  color: #3598d4;
}
.content__layout__section h4 {
  font-size: 1.8em;
  font-weight: 600;
  color: #3598d4;
}
.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: 1px solid #3598d4;
}
.tab-btn li {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  padding: 20px 0 10px 0;
  width: 48%;
  height: 80px;
  border-bottom: none;
  font-size: 1.6em;
  color: #3598d4;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.tab-btn li::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 87.5%;
  background-color: #f4f4f4;
  pointer-events: none;
}
.tab-btn .active {
  width: 52%;
  font-weight: 700;
}

.tab-btn .active::after {
  height: 100%;
  background-color: #fff;
  border: 1px solid #3598d4;
  border-bottom: none;
}
.tab-btn li + li {
  margin-left: 10px;
}
.tab-btn li span {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
  width: 90%;
}
.tab-btn li span::before {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #3598d4;
  -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: #3598d4;
}
.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（色丸） */
.content__layout__section .list-disc {
  font-size: 1.6em;
  margin-left: 1em;
  text-indent: -1em;
}
.content__layout__section .list-disc li {
}
.content__layout__section .list-disc li::before {
  position: relative; top: -0.1em; left: 0;
  content: '●';
  margin-right: .3em;
  font-size: 70%;
  color: #3598d4;
}
.content__layout__section .list-disc li a {
  color: #3598d4;
}
.content__layout__section .list-disc li a:hover {
  text-decoration: none;
}
/* List（括弧数字） */
.content__layout__section .list-paren {
  font-size: 1.6em;
  margin-left: 2.0em;
  text-indent: -2.0em;
}
.content__layout__section .list-paren li {
}
/* List（丸数字） */
.content__layout__section .list-circle {
  font-size: 1.6em;
  margin-left: 1.1em;
  text-indent: -1.1em;
}
.content__layout__section .list-circle li {

}
.content__layout__section .list-circle > li::first-letter {
  font-feature-settings: "tunm";
}

/* List（indent-1） */
.content__layout__section .list-indent1 {
  font-size: 1.6em;
  margin-left: 1.0em;
  text-indent: -1.0em;
}
.content__layout__section .list-indent1 li {
}
/* List（数字） */
.content__layout__section .list-decimal {
  font-size: 1.6em;
  margin-left: 2.5em;
  list-style-type: decimal;
}
.content__layout__section .list-decimal> li+ li {
  margin-top: 1em
}

/* List（説明リスト） */
.content__layout__section > .desc-list dt {
  font-size: 2.0em;
  font-weight: 600;
  color: #3598d4;
}
.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;
}
/* 注釈 */
.content__layout__section .note {
  margin-top: 10px;
}
.content__layout__section .note li {
  margin-left: 1em;
  font-size: 1.4em;
  text-indent: -1em;
}
.content__layout__section .note strong {
  font-weight: 500;
}
.content__layout__section .note + p {
  margin-top: 20px;
}
/* 注釈（＊） */
.content__layout__section .note.star,
.content__layout__section .note.star02 {
  margin-top: 0;
}
.content__layout__section .note.star li {
  margin-left: 2.5em;
  text-indent: -2.5em;
}
.content__layout__section .note.star02 li {
  margin-left: 3.2em;
  text-indent: -3.2em;
}

.note > li::first-letter {
  font-feature-settings: "tunm";
}

/* 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: 6px 10px;
  border-right: 1px solid #d7d7d7;
  background-color: #7fb2db;
  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: #f4f4f4;
  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;
}
.common-table th a, 
.common-table td a {
  color: #3598d4;
}
.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;
}

/* テキストリンク（アイコン付き） */
.link-text {
  position: relative;
  padding-left: 22px;
  line-height: 1.8;
  word-break: break-all;
}
.link-text::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  aspect-ratio: 1 / 1;
  background: url("../images/common/link-arrow.svg") no-repeat left center / contain;
}

/* Btn */
/* 共通 */
[class^="link-btn-"] {
  margin-top: 40px;
}
[class^="link-btn-"] li {
  position: relative;
  z-index: 1;
  text-align: center;
}
[class^="link-btn-"] li + li {
  margin-top: 25px;
}
[class^="link-btn-"] a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 60px;
  margin: 0 auto;
  padding: 0 13px;
  min-width: 580px;
  background-color: #3598d4;
  border: solid 1px #3598d4;
  border-radius: 100vh;
  font-size: 1.6em;
  color: #fff;
  text-align: left;
  text-decoration: none;
  line-height: 1.4;
  transition: 0.3s;
  overflow: hidden
}
.common-table [class^="link-btn-"] a {
  min-width: auto;
}
[class^="link-btn-"] a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scale(0,1);
  transform-origin: right top;
  transition: transform 0.3s;
}
[class^="link-btn-"] a:hover {
  color: #3598d4;
}
[class^="link-btn-"] a:hover::after {
  transform: scale(1,1);
  transform-origin: left top;
}
[class^="link-btn-"] a span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 10px 30px 10px 40px;
  background-image: url("../images/common/link-arrow-w.png");
  background-repeat: no-repeat;
  background-position: 0 center, right center;
  background-size: 26px, 22px auto;/*
  background: no-repeat right center/ 22px auto;*/
}
[class^="link-btn-"] a:hover span {
  background-image: url("../images/common/link-arrow-b.png");
}

/* Btn ：Icon */
/* （PDFリンク）*/
.link-btn-pdf a span {
  background-image: url("../images/common/link-arrow-w.png"), url(../images/common/pdf-icon.svg);
}
.link-btn-pdf a:hover span {
  background-image: url("../images/common/link-arrow-b.png"), url(../images/common/pdf-icon-b.svg);
}
/*（外部リンク） */
.link-btn-ext a span,
.content__layout__learn-more .link-btn-ext a span {
  background-image: url("../images/common/link-arrow-w.png"), url(../images/common/ext-icon.svg);
}
.link-btn-ext a:hover span,
.content__layout__learn-more .link-btn-ext a:hover span {
  background-image: url("../images/common/link-arrow-b.png"), url(../images/common/ext-icon-b.svg);
}

/* Btn（よくある質問） */
.link-btn-faq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding: 15px 20px 15px 60px;
  background-color: #f4f4f4;
  position: relative;
  z-index: 1;
}
.link-btn-faq a {
  min-height: 40px;
  min-width: auto;
  margin-right: 0;
  margin-left: 20px;
  padding: 0 20px;
  width: 200px;
  font-size: 1.6em;
  justify-content: center;
}
.link-btn-faq a span {
  padding: 0;
  background-image: none!important;
  text-align: center;
}

.link-btn-faq p {
  font-size: 1.4em;
  text-align: right;
}
/* Btn（解説はこちら） */
.content__layout__section > .link-btn-up {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.content__layout__section > .link-btn-up a {
  width: 13em;
  min-width: auto;
  margin: 0;
}
.content__layout__section > .link-btn-up a:hover {
  color: #3598d4;
}
.content__layout__section > .link-btn-up a span{
  padding: 10px 0 10px 52px
}

/* Btn（申請書・記入例） */
.common-table.doc tbody th {
  width: 8.0em;
  background-color: #7fb2db;
  color: #fff;
}
.common-table.doc dt {
  float: left;
}
.common-table.doc dd {
  float: right;
}
.app-btn,
.examp-btn {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 100vh;
  width: 6.4em;
  font-weight: bold;
  text-align: center;
  text-decoration: none; 
  transition: all 0.5s 0s ease;
}
.app-btn {
  border: 1px solid #ff8d77;
  background-color: #ff8d77;
  color: #fff !important;
}
.examp-btn {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  color: #333 !important;
}
.app-btn:hover {
  border: 1px solid #ff8d77;
  background-color: #fff;
  color: #ff8d77 !important;
}
.examp-btn:hover {
  border: 1px solid #333;
  background-color: #fff;
  color : #000 !important;

}
.app-btn + .examp-btn {
  margin-left: 10px;
}


/* Learn More（もっと詳しく） */
.content__layout__learn-more {
  position: relative;
  padding: 25px 30px 15px 30px;
  border: 1px solid #3598d4;
}
.content__layout__learn-more::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 35px;
  aspect-ratio: 1/1;
  background: url("../images/common/learn-more-bg.png") center/contain;
}
.content__layout__learn-more h3 {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 5px 14px;
  border-bottom: 3px solid #3598d4;
  color: #3598d4;
  font-size: 2.3em;
  font-weight: 500;
  text-align: left;
}
.content__layout__learn-more h3:before {
  position: absolute; top: -73px; left: -54px;
  content : "";
  width: 108px;
  aspect-ratio: 27/19;
  background: url("../images/common/check.png") 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: 1px solid #d3d3d3;
}
.content__layout__learn-more dl:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.content__layout__learn-more dt {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 15px 15px;
  font-size: 1.8em;
  font-weight: 500;
  cursor: pointer;
}
.content__layout__learn-more dt span {
  align-self: flex-start;
  display: block;
  margin: 3px 15px 0 0;
  padding: 5px 12px 6px 12px;
  min-width: 5em;
  background-color: #ff8d77;
  border: 1px solid #ff8d77;
  border-radius: 20px;
  font-size: 80%;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.content__layout__learn-more dt:hover span,
.content__layout__learn-more dt.open span {
  background-color: #fff;
  color: #ff8d77;
}
.content__layout__learn-more dd {
  margin: 0 15px 30px 12px;
  padding: 25px 30px;
  background-color: #f4f4f4;
  border-radius: 4px;
}
.content__layout__learn-more dd p,
.content__layout__learn-more dd ul:not(.note):not([class^="link-btn-"]) li,
.content__layout__learn-more dd ol:not(.note) li {
  font-size: 1.6em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.content__layout__learn-more dd ul:not([class^="link-btn-"]) {
  margin-top: 10px;
}
.content__layout__learn-more dd img {
  display: block;
  margin: 10px auto 0 auto;
}
.content__layout__learn-more dd a {
  color: #3598d4;
}
.content__layout__learn-more dd a:hover {
  text-decoration: none;
}
/* もっと詳しく内 */
/* List（色丸） */
.content__layout__learn-more dd .list-disc li {
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
}
.content__layout__learn-more dd .list-disc li::before {
  position: relative; top: -0.1em; left: -0.3em;
  margin-right: .3em;
  content: '●';
  font-size: 70%;
  color: #3598d4;
}
.content__layout__learn-more dd .list-disc + p,
.content__layout__learn-more dd .list-disc + h4 {
  margin-top: 20px;
}
/* List（括弧数字） */
.content__layout__learn-more .list-paren {
  margin-left: 2.0em;
  text-indent: -2.0em;
}
/* List（丸数字） */
.content__layout__learn-more dd .list-circle li {
  margin-left: 1em;
  text-indent: -1em;
}
/* List（数字） */
.content__layout__learn-more dd .list-decimal {
  margin-left: 2.5em;
  list-style-type: decimal;
}
.content__layout__learn-more dd .list-decimal li {
  margin-left: 1em;
}
/* 注釈 */
.content__layout__learn-more dd .note {
  margin-top: 10px;
}
.content__layout__learn-more dd .note li {
  margin-left: 1em;
  font-size: 1.4em;
  text-indent: -1em;
}
/* もっと詳しく内 */
/* Btn（ページリンク） */
.content__layout__learn-more dd [class^="link-btn-"] a {
  color: #fff
}
.content__layout__learn-more dd [class^="link-btn-"] a:hover {
  color: #3598d4
}
/* Side
------------------------------------------------------------------- */
.content__side {
  margin-left: 5.2%;
  width: 300px;
  width: 22.2222%;
}
.content__side__inner {
  padding: 0;
  width: 100%;
}
.content__side h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  padding-bottom: 10px;
  background: url("../images/common/h3-bg.png") no-repeat center bottom/85.3333%, linear-gradient(to top,#ffffea,#eaf6fd) ;
  border-bottom: 6px solid #3598d4;
  color: #3598d4;
  font-size: 2.3em;
  font-weight: 700;
  text-align: center;
}
.content__side h4 {
  margin-top: 30px;
  color: #3598d4;
  font-size: 1.9em;
  font-weight: 700;
  text-align: center;
}
.content__side h3 + nav > ul {
  margin-top: 30px;
}
.content__side nav > h4 + ul {
  margin-top: 5px;
  border-top: 1px solid #3598d4;
}
.content__side li {
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
.content__side a {
  display: block;
  padding: .9em 0 .9em 1.3em;
  background: url("../images/common/link-arrow.svg") no-repeat left 1.1em/1em;
  font-size: 1.5em;
  color: inherit;
  line-height: 1.3;
  text-decoration: none;
}
.content__side a:hover, .content__side li.active> a {
  color: #3598d4;
}
.content__side li.active a {
  background-color: #ffffe9;
}
.content__side h3 + nav ul.sec a {
  padding-left: 2.8em;
  background-position: 1.5em 1.1em;
}
.content__side h3 + nav ul.sec> li:first-of-type {
  border-top: 1px solid #eaeaea;
}
.content__side h3 + nav ul.sec> li:last-of-type {
  border-bottom: 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;
    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 {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 30px 0 0;
    max-width: none;
    height: 100%;
  }
  .subpage-visual__hd {
    overflow: hidden;
    bottom: auto;
    padding: 15px 20px 15px 20px;
    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;
    margin: 0;
    padding: 5px 15px;
    max-width: none;
  }
  .topicpath li {
    font-size: 1.1em;
  }

  /* Index
  ------------------------------------------------------------------- */
  .content__inner-index ul {
    margin-top: 20px;
  }
  .content__inner-index li {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
  }
  .content__inner-index li a {
    min-height: 75px;
    padding: 10px;
    background: none !important;
  }
  .content__inner-index ul + h2 {
    margin-top: 50px;
  }

  /* Heading
  ------------------------------------------------------------------- */
  .subpage-visual__hd h1 {
    font-size: 2.6em;
  }
  .index .subpage-visual__hd h1 {
    position: absolute;
    top: 30%;
  }
  .content__inner-index nav h2,
  .content__layout__section h2 {
    margin-bottom: 15px;
    padding-left: 40px;
    font-size: 2.2em;
  }
  .content__layout__section h2::before {
    left: -2px;
    top: 0;
    width: 36px
  }
  .content__layout__section h2::after {
    width: calc(100% - 40px)
  }
  .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 {
    height: auto;
    padding: 12px 0 8px 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 */
  [class^="link-btn-"] li + li {
    margin-top: 20px;
  }
  [class^="link-btn-"] a {
    width: 100%;
    min-width: auto;
    min-height: 50px;
    padding: 0 4px 0 8px;
  }
  [class^="link-btn-"] a span {
    padding-right: 26px;
    padding-left: 25px;
    background-size: 18px, 20px auto;
    background-position: left center, right center;
  }

  /* Btn（よくある質問） */
  .link-btn-faq {
    flex-flow: column;
    justify-content: center;
    margin-bottom: 40px;
    padding: 10px 20px 15px 20px;
  }
  .link-btn-faq a {
    margin: 10px auto 0 auto;
    width: 60%;
  }
  .link-btn-faq a span
  {
    padding:0;
  }
  .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 {
    width: 5.0em;
  }

  /* Btn（解説はこちら） */
  .content__layout__section > .link-btn-up {
    margin-top: 30px;
  }

  /* Learn More（もっと詳しく） */
  .content__layout__learn-more {
    padding: 10px 15px 15px 15px;
  }
  .content__layout__learn-more h3 {
    margin-bottom: 5px;
    padding: 0 0 0 20px;
    font-size: 2.2em
  }
  .content__layout__learn-more h3:before {
    left: -25px;
    top: -46px;
    width: 3.5em;
  }
  .content__layout__learn-more dt {
    padding: 15px 0 10px 0;
    line-height: 1.4;
  }
  .content__layout__learn-more dt span {
    top: 15px;
    margin: 0 ;
  }
  .content__layout__learn-more dd {
    margin: 0 0 30px 0;
    padding: 15px;
  }
  /* もっと詳しく内 */
  /* Btn */
  .content__layout__learn-more [class^="link-btn-"] a {
    width: 100%;
  }

  /* もっと詳しく内 */
  /* 画像 */
  .content__layout__learn-more dd > p > img {
    width: 100%;
    height: auto;
  }

  /* Side
  ------------------------------------------------------------------- */
  .content__side {
    width: 100%;
    margin: 40px 0 0 0;
    box-shadow: 0 0 20px rgb(184, 231, 255, 70%);
  }
  .content__side__inner {
    width: auto;
    padding: 20px 30px 40px 30px;
  }
  .content__side h3 {
    height: auto;
    background: none;
    border-bottom-width: 4px;
    font-size: 2.0em;
  }
  .content__side h4 {
    margin-top: 20px;
    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 {
    font-size: 1.4em;
  }
}
