/* ======================================================
   pc
====================================================== */
@media (min-width: 1001px) {
  #tokushoho .catch_img {
    width: 72px !important;
  }

  #tokushoho .catch_img img {
    width: 100%;
    display: block;
  }

  .intro {
    background-color: #231815;
    position: relative;
    height: 85px;
  }

  #tokushoho .ctitle {
    margin-bottom: 0;
  }

  .tokushoho {
    padding: 60px 0 80px;
  }

  .tokushoho__inr.mainw {
    max-width: 920px;
  }

  .tokushoho__titleText {
    display: block;
  }

  .tokushoho__lead {
    max-width: 860px;
    margin: 0 auto 40px;
    font-size: 1.4rem;
    line-height: 1.85;
    letter-spacing: 0.04em;
    color: #48320D;
  }

  .tokushoho__tableWrap {
    max-width: 860px;
    margin: 0 auto;
    overflow-x: auto;
  }

  .tokushoho__table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d8cdb8;
    background: #fff;
    table-layout: fixed;
  }

  .tokushoho__table th,
  .tokushoho__table td {
    border: 1px solid #d8cdb8;
    padding: 18px 20px;
    vertical-align: top;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
    color: #48320D;
  }

  .tokushoho__table th {
    width: 30%;
    background: #f8f5ef;
    font-weight: 700;
    white-space: nowrap;
  }

  .tokushoho__table td {
    background: #fff;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .tokushoho__table a {
    color: #48320D;
    text-decoration: underline;
    word-break: break-all;
  }

  .tokushoho__inlineLink {
    color: #6A4B1F;
    text-decoration: none !important;
    font-weight: 700;
    transition: color 0.2s ease, opacity 0.2s ease;
  }

  .tokushoho__inlineLink:hover {
    color: #A67C2E;
    opacity: 1;
  }

  .tokushoho__contactLink {
    color: #C96F1A;
    text-decoration: none !important;
    font-weight: 700;
    transition: color 0.2s ease, opacity 0.2s ease;
  }

  .tokushoho__contactLink:hover {
    color: #E08A35;
    opacity: 1;
  }

  .tokushoho__phoneLink {
    white-space: nowrap;
  }

  .tokushoho__mailLink {
    white-space: nowrap;
    word-break: normal !important;
    overflow-wrap: normal !important;
    display: inline-block;
  }

  .tokushoho__enStart {
    margin-top: 90px;
    padding-top: 20px;
    border-top: 1px solid #d8cdb8;
  }

  .tokushoho__subTitle {
    margin: 0;
  }

  .tokushoho__titleRow {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    margin-bottom: 20px;
  }

  .tokushoho__titleRow .ctitle {
    flex: 1 1 auto;
    min-width: 0;
  }

  .tokushoho__titleRow--en .ctitle {
    line-height: 1.25;
  }

  .tokushoho__langJump {
    margin-left: auto;
    flex: 0 0 auto;
    display: flex;
    align-items: baseline;
  }

  .tokushoho__langJump a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border: 1px solid #d8cdb8;
    background: #f8f5ef;
    color: #48320D;
    text-decoration: none;
    line-height: 1.4;
    white-space: nowrap;
  }

  .tokushoho__langJump a:hover {
    opacity: 0.85;
  }
}

/* ======================================================
   sp
====================================================== */
@media (max-width: 1000px) {
  #tokushoho #mainvisual .catch .catch_img {
    width: 6vmax !important;
  }

  #tokushoho .catch_img img {
    width: 100%;
    display: block;
  }

  #tokushoho #mainvisual picture img {
    object-position: bottom;
  }

  #tokushoho .ctitle {
    margin-bottom: 0;
  }

  .intro {
    background-color: #231815;
    position: relative;
    height: 85px;
  }

  .tokushoho {
    padding: 50px 0 70px;
  }

  .tokushoho__titleText {
    display: block;
  }

  .tokushoho__lead {
    margin: 0 auto 28px;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
    color: #48320D;
  }

  .tokushoho__tableWrap {
    overflow-x: auto;
  }

  .tokushoho__table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d8cdb8;
    background: #fff;
  }

  .tokushoho__table th,
  .tokushoho__table td {
    display: block;
    width: 100%;
    border: 1px solid #d8cdb8;
    box-sizing: border-box;
    padding: 14px 16px;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 0.03em;
    color: #48320D;
  }

  .tokushoho__table th {
    background: #f8f5ef;
    font-weight: 700;
    border-bottom: none;
  }

  .tokushoho__table td {
    background: #fff;
    margin-bottom: 12px;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .tokushoho__table a {
    color: #48320D;
    text-decoration: underline;
    word-break: break-all;
  }

  .tokushoho__inlineLink {
    color: #6A4B1F;
    text-decoration: none !important;
    font-weight: 700;
    transition: color 0.2s ease, opacity 0.2s ease;
  }

  .tokushoho__inlineLink:hover {
    color: #A67C2E;
    opacity: 1;
  }

  .tokushoho__contactLink {
    color: #C96F1A;
    text-decoration: none !important;
    font-weight: 700;
    transition: color 0.2s ease, opacity 0.2s ease;
  }

  .tokushoho__contactLink:hover {
    color: #E08A35;
    opacity: 1;
  }

  .tokushoho__phoneLink {
    white-space: nowrap;
  }

  .tokushoho__mailLink {
    white-space: nowrap;
    word-break: normal !important;
    overflow-wrap: normal !important;
    display: inline-block;
    font-size: 1.2rem;
  }

  .tokushoho__enStart {
    margin-top: 70px;
    padding-top: 18px;
    border-top: 1px solid #d8cdb8;
  }

  .tokushoho__titleRow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    margin-bottom: 16px;
  }

  .tokushoho__titleRow .ctitle {
    flex: 1 1 auto;
    min-width: 0;
  }

  .tokushoho__langJump {
    margin-left: auto;
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
  }

  .tokushoho__langJump a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border: 1px solid #d8cdb8;
    background: #f8f5ef;
    color: #48320D;
    text-decoration: none;
    line-height: 1.4;
    white-space: nowrap;
    font-size: 1.3rem;
  }

  .tokushoho__langJump a:hover {
    opacity: 0.85;
  }
}

@media (max-width: 640px) {
  .tokushoho__langJump a {
    padding: 6px 10px;
    font-size: 1.2rem;
  }

  .tokushoho__mailLink {
    font-size: 1.1rem;
  }
}