@media screen and (min-width: 1000px) {
  .userGuide__nav_layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .userGuide__nav_layout .userGuide__nav_inner {
    flex: 0 0 auto;
    width: calc(33.33333% - 20px);
  }

  .userGuide__nav_layout .userGuide__nav_link {
    width: 100%;
    display: flex;
    height: 70px;
    padding: 20px 10px;
    background-color: #fff;
    border: solid 2px #f4dec4;
  }

  .userGuide__nav_layout .userGuide__nav_image {
    flex: 0 0 auto;
    width: 30%;
    text-align: center;
  }

  .userGuide__nav_layout .userGuide__nav_image img {
    display: inline;
  }

  .userGuide__nav_layout .userGuide__nav_text {
    flex: 1 1 auto;
    text-align: center;
    font-size: 18px;
  }

  .userGuide__nav_aside {
    text-align: center;
    margin-top: 20px;
  }

  .userGuide__nav_aside .userGuide__nav_link-major {
    display: block;
    width: 100%;
    max-width: 600px;
    height: 70px;
    background-color: #f8eada;
    border: solid 2px #f4dec4;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fs-c-explainList {
    padding: 2%;
    grid-column-gap: 0px;
  }

  .fs-c-explainList dt {
    font-size: 18px;
  }
  .fs-c-explainList dd {
    padding-left: 20px;
  }

  .userGuide__section {
    margin-bottom: 100px;
  }

  .userGuide__section .userGuide__section_title {
    font-size: 24px;
    text-align: center;
    padding: 10px 10px;
    border-top: solid 2px #a28e56;
    border-bottom: solid 2px #a28e56;
  }

  .userGuide__section .userGuide__subtitle {
    margin-top: 30px;
    padding: 5px 15px;
    background-color: #e7e0cb;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .userGuide__section .userGuide__subtitle .sub-info-free {
    font-size: 14px;
    border: solid 1px #c25748;
    color: #c25748;
    background-color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
  }

  .userGuide__section .userGuide__subtitle .sub-info-cost {
    font-size: 14px;
    border: solid 1px #c25748;
    color: #c25748;
    background-color: #fff;
    padding: 0 5px;
    border-radius: 3px;
  }

  .userGuide__section .userGuide__desc {
    font-size: 16px;
    margin-top: 30px;
    padding: 0px 15px;
  }

  .userGuide__section .userGuide__descriptionList {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: solid 1px #dad4d4;
  }

  .userGuide__section .userGuide__descriptionList > dt {
    margin-top: 20px;
    padding: 0px 10px 0px;
    border-left: solid 4px #ee9b92;
    font-size: 18px;
  }

  .userGuide__section .userGuide__descriptionList > dd {
    margin-top: 5px;
    padding: 5px 15px 20px;
    border-bottom: solid 1px #dad4d4;
    font-size: 16px;
  }

  .userGuide__section .userGuide__descriptionList.bg-beige {
    background-color: #fbf4e2;
    border: none;
    padding: 20px 30px;
  }

  .userGuide__section .userGuide__descriptionList.bg-beige > dd {
    border: none;
  }

  .userGuide__section .userGuide__descriptionList.bg-beige .bg-pink {
    background-color: #f6dad6;
    padding: 2px 5px;
  }

  .userGuide__section .userGuide__descriptionList.bg-beige .userGuide__attention {
    font-size: 13px;
    margin-top: 15px;
  }

  .userGuide__section .userGuide__list li {
    margin-top: 20px;
    padding-left: 1.5em;
    text-indent: -1em;
    font-size: 16px;
  }

  .userGuide__section .userGuide__list li .userGuide__attention {
    margin-top: 5px;
    padding-left: 1em;
    font-size: 14px;
  }

  .userGuide__section .userGuide__1column {
    display: flex;
    width: 100%;
  }

  .userGuide__section .userGuide__1column .userGuide__column_detail {
    flex: 0 0 auto;
    width: 70%;
  }

  .userGuide__section .userGuide__1column .userGuide__column_image {
    flex: 0 0 auto;
    width: 30%;
    text-align: center;
  }

  .userGuide__section .userGuide__3column {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
  }

  .userGuide__section .userGuide__3column > div {
    flex: 0 0 auto;
    width: 33.33333%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .userGuide__section .userGuide__3column > div > p {
    margin-top: 10px;
    font-size: 14px;
  }

  .userGuide__section .userGuide__accordion_wrapper .userGuide__accordion_label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border: solid 2px #d8cdaa;
    padding: 5px 10px;
    font-size: 18px;
  }

  .userGuide__section .userGuide__accordion_wrapper .userGuide__accordion_label::after {
    content: "⎯";
    color: #a28e56;
    background-color: #fff;
    border: solid 1px #d8cdaa;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: bottom;
    font-size: 18px;
    line-height: 0.5;
  }

  .txt-r {
    color: red;
  }

  .userGuide__section .userGuide__banner {
    text-align: center;
    margin: 30px auto;
  }

  .userGuide__section .userGuide__banner img {
    max-width: 465px;
  }

  .userGuide__credit_list {
    display: flex;
    margin: 10px 0 20px;
  }

  .userGuide__credit_list li + li {
    margin-left: 10px;
  }

  .userGuide__credit_list img {
    max-height: 35px;
  }
}

@media screen and (max-width: 999px) {
  .userGuide__nav_layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .userGuide__nav_layout .userGuide__nav_inner {
    flex: 0 0 auto;
    width: calc(33.33333% - 20px);
  }

  .userGuide__nav_layout .userGuide__nav_link {
    width: 100%;
    display: flex;
    height: 70px;
    padding: 20px 10px;
    background-color: #fff;
    border: solid 2px #f4dec4;
  }

  .userGuide__nav_layout .userGuide__nav_image {
    flex: 0 0 auto;
    width: 30%;
    text-align: center;
  }

  .userGuide__nav_layout .userGuide__nav_image img {
    display: inline;
  }

  .userGuide__nav_layout .userGuide__nav_text {
    flex: 1 1 auto;
    text-align: center;
    font-size: 18px;
  }

  .userGuide__nav_aside {
    text-align: center;
    margin-top: 20px;
  }

  .userGuide__nav_aside .userGuide__nav_link-major {
    display: block;
    width: 100%;
    max-width: 600px;
    height: 70px;
    background-color: #f8eada;
    border: solid 2px #f4dec4;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .userGuide__section {
    margin-bottom: 50px;
  }

  .fs-c-explainList {
    padding: 2%;
    grid-column-gap: 0px;
  }

  .fs-c-explainList dt {
    font-size: 18px;
  }
  .fs-c-explainList dd {
    padding-left: 20px;
  }

  .userGuide__section .userGuide__section_title {
    font-size: 24px;
    text-align: center;
    padding: 10px 10px;
    border-top: solid 2px #a28e56;
    border-bottom: solid 2px #a28e56;
  }

  .userGuide__section .userGuide__subtitle {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 5px 15px;
    background-color: #e7e0cb;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .userGuide__section .userGuide__subtitle .sub-info-free {
    font-size: 14px;
    border: solid 1px #c25748;
    color: #c25748;
    background-color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
  }

  .userGuide__section .userGuide__subtitle .sub-info-cost {
    font-size: 14px;
    border: solid 1px #c25748;
    color: #c25748;
    background-color: #fff;
    padding: 0 5px;
    border-radius: 3px;
  }

  .userGuide__section .userGuide__desc {
    font-size: 16px;
    margin-top: 10px;
    padding: 0px 15px;
  }

  .userGuide__section .userGuide__descriptionList {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: solid 1px #dad4d4;
  }

  .userGuide__section .userGuide__descriptionList > dt {
    margin-top: 20px;
    padding: 0px 10px 0px;
    border-left: solid 4px #ee9b92;
    font-size: 18px;
  }

  .userGuide__section .userGuide__descriptionList > dd {
    margin-top: 5px;
    padding: 5px 15px 20px;
    border-bottom: solid 1px #dad4d4;
    font-size: 16px;
  }

  .userGuide__section .userGuide__descriptionList.bg-beige {
    background-color: #fbf4e2;
    border: none;
    padding: 20px 30px;
  }

  .userGuide__section .userGuide__descriptionList.bg-beige > dd {
    border: none;
  }

  .userGuide__section .userGuide__descriptionList.bg-beige .bg-pink {
    background-color: #f6dad6;
    padding: 2px 5px;
  }

  .userGuide__section .userGuide__descriptionList.bg-beige .userGuide__attention {
    font-size: 13px;
    margin-top: 15px;
  }

  .userGuide__section .userGuide__list li {
    margin-top: 15px;
    padding-left: 1.5em;
    text-indent: -1em;
    font-size: 16px;
  }

  .userGuide__section .userGuide__list li .userGuide__attention {
    margin-top: 5px;
    padding-left: 1em;
    font-size: 14px;
  }

  .userGuide__section .userGuide__1column {
    display: flex;
    width: 100%;
  }

  .userGuide__section .userGuide__1column .userGuide__column_detail {
    flex: 0 0 auto;
    width: 70%;
  }

  .userGuide__section .userGuide__1column .userGuide__column_image {
    flex: 0 0 auto;
    width: 30%;
    text-align: center;
  }

  .userGuide__section .userGuide__3column {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
  }

  .userGuide__section .userGuide__3column > div {
    flex: 0 0 auto;
    width: 33.33333%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .userGuide__section .userGuide__3column > div > p {
    margin-top: 10px;
    font-size: 14px;
  }

  .userGuide__section .userGuide__accordion_wrapper .userGuide__accordion_label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border: solid 2px #d8cdaa;
    padding: 5px 10px;
    font-size: 18px;
  }

  .userGuide__section .userGuide__accordion_wrapper .userGuide__accordion_label::after {
    content: "⎯";
    color: #a28e56;
    background-color: #fff;
    border: solid 1px #d8cdaa;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: bottom;
    font-size: 18px;
    line-height: 0.5;
  }

  .txt-r {
    color: red;
  }

  .userGuide__section .userGuide__banner {
    text-align: center;
    margin: 30px auto;
  }

  .userGuide__section .userGuide__banner img {
    max-width: 465px;
  }
  .userGuide__credit_list {
    display: flex;
    margin: 10px 0 20px;
  }
  .userGuide__credit_list li + li {
    margin-left: 10px;
  }

  .userGuide__credit_list img {
    max-height: 35px;
  }
}
