@charset "UTF-8";
*,
*:after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 580px) {
  html {
    font-size: 14px;
  }
}

body {
  width: 100%;
  color: #090909;
  font-weight: normal;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  letter-spacing: 1px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: #090909;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

img, svg {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0rem;
  margin: 0rem;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
}

p {
  padding: 0rem;
  margin: 0rem;
  line-height: 1.6;
}

div {
  line-height: 1.6;
}

article, aside, details, footer, header, main, menu, nav, section, summary {
  display: block;
}

ul, ol {
  list-style: none;
}

ul {
  font-size: 0;
}

ul li {
  font-size: 1rem;
  margin: 0rem;
  display: inline-block;
}

iframe {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
  border: solid 0px;
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

::-webkit-input-placeholder {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.8rem;
  color: #AB877C;
}

:-ms-input-placeholder {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.8rem;
  color: #AB877C;
}

::-moz-placeholder {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.8rem;
  color: #AB877C;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=submit],
button, textarea, select {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  letter-spacing: 1px;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  width: auto;
  display: inline-block;
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

select::-ms-expand {
  display: none;
}

.pc_only {
  display: block !important;
}
@media only screen and (max-width: 800px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media only screen and (max-width: 800px) {
  .sp_only {
    display: block !important;
  }
}

.recaptcha-wrap {
  width: 100%;
  max-width: 304px;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.recaptcha-wrap._v3 {
  max-width: 256px;
  margin-top: 2rem;
  margin-bottom: 0rem;
}

.l-footer {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #F2F4F8;
  border-top: 2px solid #E50012;
}
.l-footer .text {
  color: #090909;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 21px */
}
.l-footer .text .link {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.l-footer .text .copy {
  color: #8A98B2;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

.l-main-root-wrap {
  margin: 0 auto;
  max-width: 640px;
  font-size: 1rem;
}

section {
  padding: 0 24px;
  margin-top: 16px;
}
@media only screen and (max-width: 580px) {
  section {
    padding: 0 1.5rem;
  }
}
section.intro {
  padding-bottom: 24px;
}

header {
  margin-bottom: 24px;
}

h1 {
  color: #090909;
  text-align: justify;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 35px */
  border-bottom: 2px solid #E50012;
  margin-bottom: 12px;
}

h2 {
  color: #090909;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 31.5px */
  padding-left: 0.7rem;
  position: relative;
}
h2::before {
  content: "";
  border-left: 4px solid #E50012;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 4px;
  height: 80%;
}

p {
  color: #090909;
  text-align: justify;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.c-btn-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btn {
  border-radius: 5px;
  background: #E50012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  margin-bottom: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 24.5px */
  max-width: 342px;
  min-width: 342px;
}

.c-btn-toggle {
  position: relative;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn-toggle .icon {
  display: inline-block;
  vertical-align: middle;
  color: #E50012;
  background: #E50012;
  line-height: 1;
  width: 18px;
  height: 4px;
  border-radius: 4px;
  position: relative;
}
.c-btn-toggle .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E50012;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}

.l-main-root-wrap {
  opacity: 1;
}
.l-main-root-wrap.is-loading {
  opacity: 0;
}

.c-loading-wrap {
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

body .c-loading-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999999;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.is-trans .c-loading-wrap {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.c-md-text {
  padding: 8px 0;
}

.c-md-bold {
  font-weight: bold;
}

.c-md-text-center {
  text-align: center;
}

.c-md-text--spaced-mt-t {
  margin-top: 2rem;
}

.c-md-text--xs {
  font-size: 10px;
}

.c-md-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.28rem;
  line-height: 1.5;
  color: #E50012;
  font-weight: bold;
  gap: 8px;
  border-bottom: 2px solid #E50012;
  padding-bottom: 8px;
}
.c-md-title::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #E50012;
}
.c-md-title span {
  font-size: 1rem;
  padding-top: 3px;
}

.c-md-accordion {
  margin-bottom: 8px;
  /* .col {
      display: flex;
      flex-direction: column;
  } */
}
.c-md-accordion .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 8px 8px 16px;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: #E50012;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.c-md-accordion .btn.stay .c-btn-toggle .icon::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.c-md-accordion .btn.open .c-btn-toggle .icon::before {
  content: "";
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.c-md-accordion .btn.stay.open .c-btn-toggle .icon::before {
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.c-md-accordion .inner {
  display: none;
}
.c-md-accordion .inner.stay {
  display: block;
}
.c-md-accordion .inner.open {
  display: block;
}
.c-md-accordion .sub-title {
  padding-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #090909;
}
.c-md-accordion table {
  width: 100%;
}
.c-md-accordion th {
  font-weight: bold;
  background: #CBCBCB;
}
.c-md-accordion td {
  border-bottom: 1px solid #B0B0B0;
}
.c-md-accordion td .small {
  font-size: 12px;
}
.c-md-accordion th,
.c-md-accordion td {
  padding: 8px;
  width: 50%;
}
.c-md-accordion th:nth-of-type(2n),
.c-md-accordion td:nth-of-type(2n) {
  border-left: 1px solid #B0B0B0;
}

.c-md-link span {
  font-weight: bold;
  color: #C93030;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.c-list-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-bottom: 8px;
  font-weight: bold;
}
.c-list-circle .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 22.4px */
}
.c-list-circle .text::before {
  content: "";
  display: block;
  max-width: 4.3px;
  max-height: 4.3px;
  min-width: 4.3px;
  min-height: 4.3px;
  border: 1px solid #090909;
  border-radius: 50%;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.c-list-circle--child {
  margin-top: 4px;
  padding-left: 20px;
}

.c-annotation-area {
  font-size: 12px;
}
.c-annotation-area .item {
  font-size: 12px;
  font-weight: 300;
}

.c-list-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-bottom: 8px;
  font-weight: bold;
  counter-reset: item;
  /* カウンターをリセット */
}
.c-list-num .item {
  margin-bottom: 1rem;
}
.c-list-num .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 22.4px */
}
.c-list-num .text::before {
  counter-increment: item;
  /* カウンターを進める */
  content: counter(item) ". ";
  /* カウンター値を表示 */
  display: block;
}
.c-list-num .child-text {
  padding-left: 1.7rem;
}
.c-list-num img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.c-list-num--child {
  margin-top: 4px;
  padding-left: 20px;
}

.c-list-disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-bottom: 8px;
  font-weight: bold;
}
.c-list-disc .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  margin-bottom: 1rem;
}
.c-list-disc .item::before {
  content: "";
  display: block;
  max-width: 8px;
  max-height: 8px;
  min-width: 8px;
  min-height: 8px;
  background: #C93030;
  border-radius: 50%;
}
.c-list-disc .item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-list-disc .text {
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.c-list-disc .child-list {
  padding-left: 1rem;
}
.c-list-disc .child-list .child-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  font-weight: normal;
}
.c-list-disc .child-list .child-text::before {
  content: "";
  display: block;
  max-width: 5px;
  max-height: 5px;
  min-width: 5px;
  min-height: 5px;
  background: #C93030;
  border-radius: 50%;
}

.c-caption-img {
  position: relative;
}
.c-caption-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-top-toc {
  margin-top: 24px;
}
.p-top-toc .container {
  padding: 16px;
  border: 1px solid #E50012;
}
.p-top-toc .container .title {
  margin-bottom: 16px;
  font-size: 1.28rem;
  line-height: 1.5;
  color: #E50012;
  font-weight: bold;
  text-align: center;
}
.p-top-toc .container .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
.p-top-toc .container .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E50012;
  gap: 8px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.p-top-toc .container .list .item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #E50012;
}

.p-top-firstview h1 {
  border: none;
}

.p-top-intro {
  margin-top: 16px;
}

.p-top-point {
  margin: 16px 0;
}
.p-top-point .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
.p-top-point .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #090909;
  gap: 8px;
  font-weight: normal;
}
.p-top-point .list .item::before {
  content: "";
  display: block;
  min-width: 4px;
  min-height: 4px;
  max-width: 4px;
  max-height: 4px;
  border-radius: 100%;
  background-color: #090909;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.p-top-point .img {
  margin-bottom: 2rem;
}

.p-top-data .img {
  margin: 24px 0;
}
.p-top-data .list-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
.p-top-data .list-wrap .list {
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
.p-top-data .list-wrap .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #090909;
  gap: 8px;
  font-weight: normal;
}
.p-top-data .list-wrap .list .item::before {
  content: "";
  display: block;
  min-width: 4px;
  min-height: 4px;
  max-width: 4px;
  max-height: 4px;
  border-radius: 100%;
  background-color: #090909;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.p-top-data .list-wrap .list .item span {
  background-color: #C93030;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
  padding: 0px 5px;
  text-decoration: none;
  font-size: 10px;
}

.p-top-route {
  margin-top: 16px;
}
.p-top-route .c-md-title {
  margin-bottom: 18px;
}

.p-top-outro {
  margin-top: 30px;
}

section img {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.p-color-type-information {
  position: relative;
  margin-top: 1rem;
}
.p-color-type-information__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.5px solid #000;
  padding-right: 1.5rem;
  padding-left: 0.5rem;
}
.p-color-type-information__item:first-child {
  padding-top: 1rem;
  border-top: 0.5px solid #000;
}
.p-color-type-information__item-color {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  border-radius: 8px;
}
.p-color-type-information__item-color--1 {
  background: #737477;
}
.p-color-type-information__item-color--2 {
  background: #EB002F;
}
.p-color-type-information__item-color--3 {
  background: #FF9000;
}
.p-color-type-information__item-color--4 {
  background: #F5D000;
}
.p-color-type-information__item-img {
  width: 45px;
  min-width: 45px;
  height: auto;
}
.p-color-type-information__severity {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  width: 40px;
}
.p-color-type-information__severity-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-color-type-information__severity-item .title {
  font-size: 0.7rem;
}
.p-color-type-information__severity-item .num {
  font-weight: bold;
  font-size: 1.3rem;
}
.p-color-type-information__severity-item-arrow {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 1px;
  background: #000;
  position: relative;
  margin: 4px auto;
}
.p-color-type-information__severity-item-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #000 transparent;
}
.p-color-type-information__severity-item-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
}