.section_article article .over100w {
  width: 100svw;
  max-width: 1206px;
  position: relative;
  left: calc( -1 * var(--cont_margin) ); }
  @media (min-width: 981px) {
    .section_article article .over100w {
      left: calc( -1 * ( 100svw - var(--maxWidth3) ) / 2 ); } }
  @media (min-width: 1207px) {
    .section_article article .over100w {
      left: calc( -1 * ( 1206px - var(--maxWidth3) ) / 2 ); } }
.section_article article .head .title_wrap .title {
  color: var(--textColor); }
.section_article article .body .text .underline {
  width: fit-content !important;
  border-bottom: 3px solid var(--tertiaryColor);
  margin-bottom: var(--space1);
  text-decoration: none; }
.section_article article .body .text h1 {
  font-size: var(--fontSize_h3); }
.section_article article .body .text h2 {
  font-size: var(--fontSize_h4); }
.section_article article .body .text h3 {
  font-size: var(--fontSize_h5); }
.section_article article .body .text h4 {
  font-size: var(--fontSize_h5); }
.section_article article .body .text ul li {
  list-style: disc inside; }
.section_article article .body .text hr {
  width: 100%;
  border-color: var(--colorLightGray);
  color: var(--colorLightGray); }
.section_article article .body .text figure figcaption {
  font-size: var(--fontSize_ss);
  letter-spacing: normal; }

.share_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  grid-gap: var(--space1);
  margin-top: var(--space4); }
  .share_wrap .btns.share .btn .a {
    width: 40px;
    height: 40px;
    box-sizing: border-box; }
    .share_wrap .btns.share .btn .a .icon {
      width: 100%;
      height: 100%; }
  @media (min-width: 521px) {
    .share_wrap .btns.share .btn .a {
      width: 48px;
      height: 48px; } }
  @media (max-width: 1023px) {
    .share_wrap {
      margin-bottom: var(--space4); }
      .share_wrap .btns {
        flex-direction: row; } }
  @media (min-width: 1024px) {
    .share_wrap {
      position: fixed;
      right: var(--space4);
      top: calc(var(--headHeight) + var(--space4));
      transition: var(--animationDuration) top;
      flex-direction: column;
      z-index: 5;
      margin-top: 0px; }
      .share_wrap > .text {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
        .share_wrap > .text .combine {
          -webkit-text-combine: horizontal;
          -ms-text-combine-horizontal: all;
          text-combine-upright: all; }
      .share_wrap .btns {
        flex-direction: column; } }

article > .head {
  display: flex;
  flex-direction: column;
  grid-gap: var(--space2);
  margin-bottom: var(--space4) !important; }
  article > .head .title {
    font-size: var(--fontSize_h1);
    line-height: 1.5; }
  article > .head .date_wrap {
    margin-bottom: var(--space1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: var(--space2); }
  article > .head .date {
    color: var(--tertiaryColor); }
  article > .head .categories {
    --h: 24px;
    --fontSize: var(--fontSize_ss); }
    article > .head .categories .category .a {
      min-width: 0;
      text-decoration: none; }
article > .body > .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-gap: var(--space4);
  letter-spacing: 0.2rem;
  line-height: 2; }
article > .foot {
  margin-top: var(--space5) !important; }
article table tbody tr {
  border-bottom: 0; }
  article table tbody tr:nth-child(even) {
    background: #F8F8F8; }

.interview_wrap {
  display: flex;
  flex-direction: column;
  grid-gap: var(--interviewBoxWidth);
  --interviewerWidth:320px;
  --interviewBoxWidth:var(--space4);
  --intervieweeWidth:calc( 100% - ( var(--interviewerWidth) + var(--interviewBoxWidth) ) ); }
  .interview_wrap .interviewer,
  .interview_wrap .interviewee {
    display: flex;
    flex-direction: column;
    grid-gap: var(--space2); }
  @media (min-width: 768px) {
    .interview_wrap {
      flex-direction: row; }
      .interview_wrap .interviewer {
        width: var(--interviewerWidth); }
      .interview_wrap .interviewee {
        width: var(--intervieweeWidth); } }
  @media (min-width: 1024px) {
    .interview_wrap {
      --interviewerWidth:400px;
      --interviewBoxWidth:var(--space5); } }

.sub_block_voice {
  background: #E9EFF6;
  box-sizing: border-box;
  padding: var(--space2);
  border-radius: var(--radius); }
  @media (min-width: 768px) {
    .sub_block_voice {
      padding: var(--space3); } }
  @media (min-width: 1024px) {
    .sub_block_voice {
      padding: var(--space4) var(--space4) var(--space5) var(--space4); } }

.sub_block_client_information table {
  border-collapse: separate;
  border-spacing: 1px 2px; }
  .sub_block_client_information table tbody th {
    background: #E9EFF6;
    text-align: center; }
  .sub_block_client_information table tbody td {
    background: var(--colorLightGray); }
  .sub_block_client_information table tbody tr:first-child th {
    border-top-left-radius: var(--radius); }
  .sub_block_client_information table tbody tr:first-child td {
    border-top-right-radius: var(--radius); }
  .sub_block_client_information table tbody tr:last-child th {
    border-bottom-left-radius: var(--radius); }
  .sub_block_client_information table tbody tr:last-child td {
    border-bottom-right-radius: var(--radius); }
