.single_wrap {
  position: relative;
  max-width: 116.2rem;
  margin: 11.9rem auto 0;
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
  padding: 7.5rem 8rem 7.5rem;
}
.single_wrap::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  background: var(--color-gr);
  transform: translateX(-50%);
}
.single_wrap .ttl_wrap {
  margin-bottom: 9rem;
  padding: 3rem 0 4rem;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  text-align: center;
}
.single_wrap .ttl_wrap time {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.single_wrap .ttl_wrap h1,
.single_wrap .ttl_wrap .h1 {
  max-width: 74rem;
  margin: 0 auto;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
}
.single_contents {
  max-width: 93.6rem;
  margin: 0 auto;
}
.single_contents h2:not(.icon_h2) {
  position: relative;
  font-size: 2.4rem;
  padding-bottom: 1.5rem;
  margin: 8.5rem 0 4.3rem;
}
.single_contents h2:not(.icon_h2)::before, 
.single_contents h2:not(.icon_h2)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.single_contents h2:not(.icon_h2)::before {
  width: 13.4rem;
  height: 2px;
  background: var(--color-green);
}
.single_contents h3 {
  position: relative;
  margin: 8rem 0 2.5rem;
  font-size: 2rem;
  padding: 0 0 0 1.1rem;
  border-left: 0.4rem solid var(--color-green);

  padding: 0.7rem 2.2rem;
  color: var(--color-green);
  background: var(--color-lght-green);
}
.single_contents p {
  margin: 1.5em 0;
  font-weight: var(--regular);
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.single_contents a:not(.button, .button2) {
  color: #00A9E9;
  font-size: 1.6rem;
  font-weight: var(--regular);
  text-decoration: underline;
  line-height: 1.75;
}
.single_wrap .button_area_bg {
  max-width: 93.6rem;
  margin: 8rem auto 0;
}
.single_wrap .thumb {
  margin: 0 auto 6rem;
  width: 100%;
  border-radius: 1rem;
  opacity: 0.26;
}
.single_wrap img {
  max-width: 100%;
  margin: 3rem 0;
}
.single_contents .orange {
  color: #F58600 !important;
}
.single_contents .beige {
  background: #FFF5E0;
  border-radius: 1.3rem;
  padding: 2.5rem;
  margin: 3.5rem auto;
}
/* この記事の監修者 */
.single_contents .supervision {
  margin-top: 9.5rem;
}
.single_contents .supervision h2 {
  position: relative;
  margin: 0 0 2.1rem;
  font-size: 2rem;
  padding: 0 0 0 1.1rem;
  border-left: 0.4rem solid var(--color-green);
  padding: 0.7rem 2.2rem;
}
.single_contents .supervision h2::before,
.single_contents .supervision h2::after {
  content: none;
}
.single_contents .supervision .flex {
  display: flex;
  gap: 6.5rem;
  align-items: center;
  padding: 3rem 5rem;
  border-radius: 1rem;
  border: 1px solid #E5E5E5;
}
.single_contents .supervision figure {
  position: relative;
  width: 18.8rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  background: gray;
}
.single_contents .supervision figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.single_contents .supervision .txtBox {
  position: relative;
  width: calc(100% - 18.8rem - 6.5rem);
}
.single_contents .supervision .txtBox::before {
  position: absolute;
  top: 50%;
  left: -3.25rem;
  content: "";
  width: 1px;
  height: 100%;
  background: #E5E5E5;
  transform: translateY(-50%);
}
.single_contents .supervision .txtBox .name {
  margin: 0;
  font-size: 2.8rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
}
.single_contents .supervision .txtBox .name small {
  font-size: 1.5rem;
}
.single_contents .supervision .txtBox .labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0.7rem 0 0;
}
.single_contents .supervision .txtBox .labels span {
  padding: 0.7rem 2rem;
  background: var(--color-lght-green);
  border-radius: 0.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: var(--regular);
}
.single_contents .supervision .txtBox .bottom {
  margin-top: 2.5rem;
  border-top: 1px solid var(--color-green);
}
.single_contents .supervision .txtBox .bottom p {
  font-size: 1.4rem;
}
/* ↓2カラムカード1 */
.single_contents .card1 {
  display: flex;
  border: 1px solid #E5E5E5;
  margin: 10rem auto;
}
.single_contents .card1 figure {
  position: relative;
  width: 43.8rem;
  background: gray;
  overflow: hidden;
}
.single_contents .card1 figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.single_contents .card1 .txtBox {
  padding: 7rem 4rem 5.4rem 3rem;
  width: calc(100% - 43.8rem);
}
.single_contents .card1 .txtBox .lead {
  margin: 0;
  font-size: 2.6rem;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  color: var(--color-green);
  line-height: 1.34;
}
.single_contents .card1 .txtBox p:not(.lead) {
  margin: 3rem auto;
}
.single_contents .card1 .txtBox .button {
  width: 100%;
  margin-top: 4.6rem;
}
.single_contents .ttl {
  margin: 1.9rem auto;
  font-size: 2rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
  padding: 0.6rem 2rem;
  text-align: center;
  background: var(--color-green);
  color: var(--color-white);
  border-radius: 5rem;
}
/* ↓2カラムカード2 */
.single_contents .card2 {
  display: flex;
  border: 1px solid #E5E5E5;
  border-radius: 1rem;
  margin: 3.7rem auto;
  overflow: hidden;
}
.single_contents .card2 figure {
  position: relative;
  width: 40rem;
  background: gray;
  overflow: hidden;
}
.single_contents .card2 figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.single_contents .card2 .txtBox {
  padding: 3rem 5rem 2rem 3.6rem;
  width: calc(100% - 40rem);
}
/* 表ブロック */
.single_contents table {
  width: 100%;
}
.single_contents table th,
.single_contents table td {
  border: 1px solid #E5E5E5;
}
.single_contents table thead th {
  background: #FFD650;
  padding: 1.8rem;
  font-size: 1.8rem;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  text-align: center;
}
.single_contents table tbody th,
.single_contents table tbody td {
  font-size: 1.6rem;
  text-align: center;
  padding: 2.6rem;
}
.single_contents table tbody th {
  font-weight: var(--bold);
  background: #FFF3CA;
}
.single_contents .checkList li {
  position: relative;
  padding-left: 3.7rem;
  font-size: 1.6rem;
  font-weight: var(--regular);
  letter-spacing: 0.04em;
}
.single_contents .checkList li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icon_check.svg) center/contain no-repeat;
}
.single_contents .checkList li + li {
  margin-top: 2rem;
}
.single_contents .checkList li small {
  display: block;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 0.9rem;
}
.single_contents .checkList.border li {
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
  margin: 0 !important;
  border-bottom: 1px solid #E5E5E5;
}
.single_contents .checkList.border li::before {
  top: 1.9rem;
}
/* ボックス */
.single_contents .grBox {
  padding: 4rem 4.8rem;
  background: var(--color-white);
  border: 2.3rem solid var(--color-lght-green);
}
.single_contents .grBox .ttl {
  margin: 0 auto 3.7rem;
}
.single_contents .cvwrap {
  margin: 10.6rem auto !important;
}
.single_contents .cvwrap.box_only .in {
  justify-content: center;
}
.single_contents .cvwrap.box_only .in .icon_h2 img {
  margin: 0 !important;
}
.single_contents > *:first-child {
  margin-top: 0 !important;
}
.single_contents > *:last-child {
  margin-bottom: 0 !important;
}
/* 間r年コラム */
.relation {
  max-width: 93.6rem;
  margin: 9rem auto 11rem;
}
.relation .column_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.2rem 2.7rem;
}
.relation .column_card {
  margin: 0;
  min-width: auto;
  width: calc(33.33% - (2.7rem * 2 / 3));
}
.relation .column_card a {
  text-decoration: none;
}
.relation .column_card img {
  margin: 0;
}
.relation .df_ttl {
  text-align: center;
  margin-bottom: 3rem;
}
.relation .df_ttl .ttl_h2 {
  font-size: 3rem;
  padding: 0;
  margin: 0;
}
.relation .df_ttl .ttl_h2::before,
.relation .df_ttl .ttl_h2::after {
  content: none;
}
.relation .df_ttl .ttl_h2 small {
  margin-bottom: 0;
}
.relation .column_card a .ttl {
  margin: 0;
  font-weight: 400;
  color: var(--color-txt);
  background: none;
  text-align: left;
  padding: 0;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .single_wrap {
    padding: 5rem 2rem 7rem;
    margin-top: 8rem;
  }
  .single_wrap .ttl_wrap {
    padding-top: 4rem;
    padding-bottom: 3.4rem;
    margin-bottom: 5rem;
  }
  .single_wrap .ttl_wrap time {
    margin-bottom: 2rem;
  }
  .single_wrap .ttl_wrap h1,
  .single_wrap .ttl_wrap .h1 {
    font-size: 1.8rem;
    text-align: left;
  }
  .single_wrap .thumb {
    margin-bottom: 4rem;
  }
  .single_contents h2:not(.icon_h2) {
    font-size: 1.6rem;
    margin: 5rem 0 2.5rem;
  }
  .single_contents p {
    font-size: 1.3rem;
  }
  .single_contents h3 {
    font-size: 1.6rem;
    margin: 4.5rem 0 1.5rem;
    padding: 0.7rem 1.2rem;
  }
  .single_wrap .button_area_bg {
    margin: 4rem -2rem 0;
    padding: 2.6rem 2rem;
  }
  .button_area_bg .button {
    width: 100%;
    height: 4.7rem;
    font-size: 1.2rem;
  }
  
  .single_contents .ttl {
    font-size: 1.4rem;
  }

  .single_contents a:not(.button, .button2) {
    font-size: 1.3rem;
  }
  .single_contents .beige {
    padding: 2rem;
  }

  .single_contents .supervision .flex {
    flex-direction: column;
    padding: 2rem;
    gap: 3.5rem;
  }
  .single_contents .supervision .txtBox {
    width: 100%;
  }
  .single_contents .supervision .txtBox::before {
    content: none;
  }
  .single_contents .supervision .txtBox .bottom p {
    font-size: 1.3rem;
  }
  .single_contents .supervision .txtBox .name {
    font-size: 2.4rem;
  }
  .single_contents .supervision .txtBox .name small {
    font-size: 1.4rem;
  }
  .single_contents .supervision .txtBox .labels span {
    font-size: 1.3rem;
  }
  .single_contents .supervision .txtBox .bottom {
    margin-top: 2rem;
  }

  .single_contents .card1 {
    flex-direction: column;
    gap: 3rem;
    margin: 7rem auto;
  }
  .single_contents .card1 figure {
    width: 100%;
    aspect-ratio: 1/0.7;
  }
  .single_contents .card1 .txtBox {
    width: 100%;
    padding: 0 2rem 3rem;
  }
  .single_contents .card1 .txtBox .lead {
    font-size: 1.8rem;
  }
  .single_contents .card1 .txtBox p:not(.lead) {
    margin: 2rem auto;
  }
  .single_contents .card1 .txtBox .button {
    margin-top: 2.6rem;
  }

  .single_contents .card2 {
    flex-direction: column;
    gap: 1.5rem;
  }
  .single_contents .card2 figure {
    width: 100%;
    aspect-ratio: 1/0.7;
  }
  .single_contents .card2 .txtBox {
    width: 100%;
    padding: 0 2rem 3rem;
  }

  .single_contents .sp_yokoscroll {
    margin-left: 0;
    padding: 0 2rem 0 0;
  }
  .single_contents table {
    width: max-content;
  }
  .single_contents table thead th {
    font-size: 1.3rem;
    padding: 2rem;
  }
  .single_contents table tbody th, 
  .single_contents table tbody td {
    font-size: 1.3rem;
    padding: 2rem;
  }
  .single_contents table th:first-of-type {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    border-right: none;
    border-left: none;
  }
  /* .single_contents table thead th:first-of-type::before {
    background: #FFD650;
  }
  .single_contents table th:first-of-type::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    background: #FFF3CA;
    z-index: -1;
  } */

  .single_contents .checkList li {
    font-size: 1.3rem;
    padding-left: 3rem;
  }
  .single_contents .checkList li::before {
    width: 2.1rem;
    height: 2.1rem;
  }
  .single_contents .checkList li small {
    font-size: 1.2rem;
    margin: 0;
  }

  .single_contents .grBox {
    border-width: 1.5rem;
    padding: 2rem 1.5rem;
  }
  .single_contents .grBox .ttl {
    margin-bottom: 2.5rem;
  }

  .single_contents .cvwrap {
    margin: 5rem auto !important;
  }
  .single_contents .cvwrap.box_only .in {
    padding: 0;
  }

  .single_contents > *:last-child {
    margin-bottom: 0 !important;
  }

  .relation {
    margin: 8rem auto;
  }
  .relation .df_ttl .ttl_h2 {
    font-size: 2.2rem;
  }
  .relation .column_list {
    flex-wrap: nowrap;
    gap: 0;
  }
  .relation .column_card {
    width: 27rem;
    min-width: 27rem;
    margin-right: 1.7rem;
  }
  .relation .column_card a .ttl {
    font-weight: 500;
  }
}


/* mokuji ------------------------------------------- */
.mokuji {
  max-width: 73rem;
  width: 100%;
  margin: 0 auto 7.8rem;
  padding: 3.6rem 5.3rem 3.6rem 7.8rem;
  background-color: #F6F6F6;
}
.mokuji h2 {
  margin-bottom: 2.8rem;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.mokuji ol li {
  font-size: 1.4rem;
  list-style: decimal;
  letter-spacing: 0.04em;
}
.mokuji ol li + li {
  margin-top: 1em;
}
.mokuji ol li ol {
  margin: 1em 0 0 1.5em;
}
.mokuji ol li,
.mokuji ol li a {
  color: rgb(0 0 0 / 0.5);
}
.single_contents .mokuji {
  margin: 7rem auto;
}
.single_contents .mokuji ol li a {
  text-decoration: none;
  color: var(--color-txt);
  /* font-weight: var(--bold); */
  font-size: 1.4rem;
  vertical-align: top;
  line-height: 1.4;
}
.single_contents .mokuji h2 {
  padding: 0;
  margin: 0 auto 2.8rem;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.single_contents .mokuji h2::before,
.single_contents .mokuji h2::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .mokuji {
    margin-bottom: 10rem;
    padding: 3.6rem 0.8rem 3.7rem 3.7rem;
  }
  .mokuji h2,
  .single_contents .mokuji h2 {
    margin-bottom: 2.5rem;
    padding-right: 1.9rem;
    font-size: 1.6rem;
  }
  .mokuji ol li,
  .single_contents .mokuji ol li,
  .single_contents .mokuji ol li a {
    font-size: 1.3rem;
  }
}