@charset "UTF-8";
video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

.note {
  font-size: 0.6rem;
}

body, html {
  height: 100%;
}

html {
  font-family: "YuGothic", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 414px) {
  html {
    font-size: 20px;
  }
}

* {
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 700px;
  margin: 0 auto;
  background: url("https://file.mysquadbeyond.com/uploads/article_photo/photo/4190508/97073969-813c-4f40-9ec6-fd92652015d6.jpg");
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
}
.container img, .container video {
  display: block; /* 縦配置画像の隙間対策 */
  width: 100%;
}
.container .margin_needed {
  margin-top: 8%;
}
.container small {
  font-size: 11px;
}
.container small.sup {
  vertical-align: super;
}
.container .options_wrap {
  padding: 0 8%;
}
.container .options_wrap ul.options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1em;
  background-color: #fff;
  padding: 6.4%;
}
.container .options_wrap ul.options li {
  background-color: #F3F3F3;
  border: 1px solid #C8C8C8;
  color: #000;
  font-weight: bold;
  padding: 0.8em 0;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}
.container .options_wrap ul.options li.is-active {
  background-color: #C6A04A;
  border: 1px solid #8E6509;
  border-bottom-width: 4px;
  color: #fff;
}
.container .checkboxes_wrap {
  padding: 8%;
}
.container .checkboxes_wrap ul.checkboxes {
  display: flex;
  flex-direction: column;
  gap: 1.5em 0;
  padding: 8%;
  background-color: #fff;
}
.container .checkboxes_wrap ul.checkboxes li {
  font-size: 0.8em;
  cursor: pointer;
}
.container .checkboxes_wrap ul.checkboxes li input[type=checkbox] {
  margin-right: 5px;
}
.container .btn_cv:hover {
  opacity: 0.7;
}
.container .footnote {
  width: 100%;
  font-size: 11px;
  padding: 4%;
}
.container ol.footnote {
  list-style-type: none;
  display: table;
  margin-top: 10px;
}
.container ol.footnote li {
  display: table-row;
  counter-increment: table-ol;
  line-height: 1.2;
}
.container ol.footnote li::before {
  content: "※" counter(table-ol);
  display: table-cell;
  padding-right: 1em;
  width: 1.5em; /*Firefox用*/
}
.container ol.footnote li::after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
.container ul.footnote {
  list-style-type: none;
  display: table;
  margin-top: 10px;
}
.container ul.footnote li {
  display: table-row;
  line-height: 1.2;
}
.container ul.footnote li::before {
  content: "＊";
  display: table-cell;
  padding-right: 1em;
}
.container ul.footnote li::after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
.container footer {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 12px;
  color: #000;
  text-align: center;
  margin: 50px 0 30px;
  padding-bottom: 30px;
}
.container footer .footer__info {
  line-height: 2;
}
.container footer ul.footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.8em 0;
  margin: 2em 0;
}/*# sourceMappingURL=style.css.map */