/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 16px;
    line-height: 1.8;
    min-width: 1120px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}
picture {
  display: block;
}
picture img {
  width: 100%;
}
img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  outline: 0;
}
label {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .sp {
    display: none;
  }
}
.inner {
  margin: auto;
}
@media screen and (min-width: 768px), print {
  .inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 91.4666666667vw;
  }
}
.textColor--red {
  color: #da291c;
}
.question__title.textColor--red {
  background-color: #fff;
}
.bgColor--checked {
  color: #fff;
  -webkit-animation: gradation_toRed 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75)
    both;
  animation: gradation_toRed 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) both;
}
.bgColor--error {
  background-color: #fbe9e7;
}
.-rank-color--a {
  font-weight: 700;
  color: #377cf6;
}
.-rank-color--b {
  font-weight: 700;
  color: #68b135;
}
.-rank-color--c {
  font-weight: 700;
  color: #ffc000;
}
.-rank-color--d {
  font-weight: 700;
  color: #f86a3e;
}
.fadeUp {
  -webkit-animation: fadeUp 800ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fadeUp 800ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@media screen and (min-width: 768px), print {
  .sp-view {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-view {
    display: none;
  }
}
.--invisible {
  display: none;
}
.--lineFeed {
  display: block;
}
*::-webkit-input-placeholder {
  color: #ccc;
}
*::-moz-placeholder {
  color: #ccc;
}
*:-ms-input-placeholder {
  color: #ccc;
}
*::-ms-input-placeholder {
  color: #ccc;
}
*::placeholder {
  color: #ccc;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes gradation_toRed {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #da291c;
  }
}
@keyframes gradation_toRed {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #da291c;
  }
}
@-webkit-keyframes completeStep {
  0% {
    background-color: #f0f0f0;
  }
  100% {
    background-color: #da291c;
  }
}
@keyframes completeStep {
  0% {
    background-color: #f0f0f0;
  }
  100% {
    background-color: #da291c;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px), print {
  .header__inner {
    padding: 54px 0 22px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 7.2vw 0 4.8vw;
  }
}
@media screen and (min-width: 768px), print {
  .header__logo {
    width: 193px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 31.3333333333vw;
    height: 3.6vw;
  }
}
.header__site-name {
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .header__site-name {
    padding: 8px 0 2px 0;
    font-size: 13px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .header__site-name {
    font-size: 3.2vw;
    line-height: 1;
  }
}
.footer__inner {
  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: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__logo {
  margin: auto;
}
@media screen and (min-width: 768px), print {
  .footer__logo {
    width: 174px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 38.2666666667vw;
    height: 4.4vw;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .footer__nav {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    margin-top: 4.5333333333vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 53.3333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  .footer__nav > li {
    font-size: 14px;
    line-height: 1;
  }
  .footer__nav > li:not(:last-child) {
    position: relative;
    margin-right: 4em;
  }
  .footer__nav > li:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -2em;
    width: 1px;
    height: 1em;
    background-color: #000;
  }
  .footer__nav > li > a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav > li {
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .footer__nav > li:first-child {
    position: relative;
    margin-right: 2em;
  }
  .footer__nav > li:first-child::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -1em;
    width: 1px;
    height: 1em;
    margin-top: -0.5em;
    background-color: #000;
  }
}
.footer__copyright {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .footer__copyright {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 7.4666666667vw;
    font-size: 2.1333333333vw;
    line-height: 1;
  }
}
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  overflow-y: scroll;
}
.modal__bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
}
@-webkit-keyframes fadeIn_modal_bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes fadeIn_modal_bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
.modal--top {
  display: block;
}
@media screen and (min-width: 768px), print {
  .modal--top .modal__container {
    width: 100%;
    max-width: 1130px;
    margin: 55px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .modal--top .modal__container {
    width: 100%;
    max-width: 91.2vw;
    margin: 7.4666666667vw auto;
  }
}
@media screen and (min-width: 768px), print {
  .modal--top .modal__inner {
    width: 1130px;
    height: 621px;
    background: url("/-/media/ind/ics/ot-check/image/modal/pc_bg_modal__container.png") top left/100%
      100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .modal--top .modal__inner {
    width: 91.4666666667vw;
    height: 160vw;
    margin-top: 1.2vw;
    background: url("/-/media/ind/ics/ot-check/image/modal/sp_bg_modal__container.png") top -7em
      left/100% 100% no-repeat;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 768px), print {
  .modal--top .modal__headText {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    background-color: #da291c;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .modal--top .modal__headText {
    display: block;
    width: 100%;
    padding: 1.8933333333vw 3.0666666667vw 2.16vw;
    color: #fff;
    background-color: #da291c;
    font-size: 2.9333333333vw;
    font-weight: 400;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px), print {
  .modal--top .modal__content {
    width: 492px;
    height: 340px;
    margin: 104px 0 0 85px;
    line-height: 450%;
  }
}
@media screen and (max-width: 767px) {
  .modal--top .modal__content {
    padding-left: 5.3333333333vw;
    line-height: 350%;
  }
}
@media screen and (min-width: 768px), print {
  .modal--top .modal__catch {
    margin-top: 30.4px;
    font-size: 24px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .modal--top .modal__catch {
    margin-top: 3.7333333333vw;
    font-size: 4vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px), print {
  .modal--top .modal__title {
    margin-top: -10px;
    font-size: 42px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .modal--top .modal__title {
    margin-top: -0.9333333333vw;
    font-size: 6.6666666667vw;
    font-weight: 700;
  }
}
.modal--top .modal__startBtn {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .modal--top .modal__startBtn {
    width: 490px;
    height: 72px;
    margin-top: 23.2px;
    position: relative;
    border-radius: 100vh;
    color: #fff;
    background-color: #da291c;
    font-size: 28px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .modal--top .modal__startBtn {
    width: 65.3333333333vw;
    height: 12.8vw;
    margin: 4.8vw 0 0 7.7333333333vw;
    position: relative;
    border-radius: 100vh;
    color: #fff;
    background-color: #da291c;
    font-size: 4.2666666667vw;
    font-weight: 700;
  }
}
.modal--top .modal__startBtn span::before {
  content: "";
}
@media screen and (min-width: 768px), print {
  .modal--top .modal__startBtn span::before {
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 48px;
    margin-top: -4px;
  }
}
@media screen and (max-width: 767px) {
  .modal--top .modal__startBtn span::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border: 0px;
    border-top: solid 0.5333333333vw #fff;
    border-right: solid 0.5333333333vw #fff;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 6.4vw;
    margin-top: -0.9333333333vw;
  }
}
.modal--top .modal__startBtn:hover {
  background: #000;
}
.modal--result .modal__closeBtn {
  display: block;
}
@media screen and (min-width: 768px), print {
  .modal--result .modal__closeBtn {
    margin-left: auto;
    width: 32px;
    height: 32px;
    background: url("/-/media/ind/ics/ot-check/image/modal/pc_modal__closeBtn.png") center/100% 100%
      no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .modal--result .modal__closeBtn {
    margin-left: auto;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background: url("/-/media/ind/ics/ot-check/image/modal/sp_modal__closeBtn.png") center/100% 100%
      no-repeat;
  }
}
@media screen and (min-width: 768px), print {
  .modal--result .modal__container {
    width: 100%;
    max-width: 960px;
    margin: 231px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .modal--result .modal__container {
    width: 100%;
    max-width: 91.4666666667vw;
    height: 100%;
    margin: 2.6666666667vw auto;
  }
}
@media screen and (min-width: 768px), print {
  .modal--result .modal__inner {
    height: 80%;
    min-height: 570px;
    max-height: 645px;
    margin-top: 8px;
    padding: 40px;
    background-color: #fff;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
  .modal--result .modal__inner {
    height: 90%;
    min-height: 70%;
    max-height: 204.9333333333vw;
    margin-top: 1.0666666667vw;
    padding: 5.3333333333vw 4.2666666667vw;
    background-color: #fff;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 768px), print {
  .modal--result .modal__content {
    width: 880px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .modal--result .modal__content {
    width: 82.4vw;
  }
}
.modal--result .modal__title {
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .modal--result .modal__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .modal--result .modal__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  .modal--result .modal__description {
    margin-top: 14.4px;
  }
  .modal--result .modal__description tr {
    height: 72px;
  }
  .modal--result .modal__description th {
    border-collapse: collapse;
    border: 1px solid #ccc;
    text-align: center;
  }
  .modal--result .modal__description th:nth-child(1) {
    width: 96px;
    font-size: 16px;
    font-weight: 700;
    line-height: 72px;
    color: #fff;
    background-color: #000;
  }
  .modal--result .modal__description th:nth-child(2) {
    width: 96px;
    font-size: 16px;
    font-weight: 700;
    line-height: 72px;
  }
  .modal--result .modal__description th:nth-child(3) {
    width: 690px;
    padding: 10.4px 24px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .modal--result .modal__description {
    margin-top: 3.7333333333vw;
  }
  .modal--result .modal__description tr {
    width: 82.4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .modal--result .modal__description th {
    border-collapse: collapse;
    border: 1px solid #ccc;
    text-align: center;
    background-color: #fff;
  }
  .modal--result .modal__description th:nth-child(1) {
    width: 50%;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 8vw;
    color: #fff;
    background-color: #000;
  }
  .modal--result .modal__description th:nth-child(2) {
    width: 50%;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 8vw;
  }
  .modal--result .modal__description th:nth-child(3) {
    width: 100%;
    padding: 2.2666666667vw;
    text-align: left;
    font-size: 2.9333333333vw;
    font-weight: 400;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px), print {
  .modal--result .modal__example {
    margin-top: 24px;
  }
  .modal--result .modal__example th {
    border-collapse: collapse;
    border: 1px solid #ccc;
    text-align: center;
    background-color: #fff;
  }
  .modal--result .modal__example thead tr th {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    background-color: #000;
  }
  .modal--result .modal__example .modal__exampleItem th:nth-child(1) {
    width: 96px;
    font-size: 32px;
    font-weight: 700;
    line-height: 72px;
  }
  .modal--result .modal__example .modal__exampleItem th:nth-child(2) {
    width: 96px;
    font-size: 16px;
    font-weight: 700;
    line-height: 72px;
  }
  .modal--result .modal__example .modal__exampleItem th:nth-child(3) {
    width: 690px;
    padding: 10.4px 24px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .modal--result .modal__example {
    margin-top: 7.4666666667vw;
  }
  .modal--result .modal__example th {
    border-collapse: collapse;
    border: 1px solid #ccc;
    text-align: center;
    background-color: #fff;
  }
  .modal--result .modal__example thead tr th {
    text-align: center;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 8vw;
    color: #fff;
    background-color: #000;
  }
  .modal--result .modal__example .modal__exampleItem th {
    height: 25.2vw;
  }
  .modal--result .modal__example .modal__exampleItem th:nth-child(1) {
    width: 9.3333333333vw;
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 25.2vw;
  }
  .modal--result .modal__example .modal__exampleItem th:nth-child(2) {
    width: 27vw;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 25.2vw;
  }
  .modal--result .modal__example .modal__exampleItem th:nth-child(3) {
    width: 57.0666666667vw;
    padding: 2.5333333333vw 3.2vw;
    text-align: left;
    font-size: 2.9333333333vw;
    font-weight: 400;
    line-height: 1.8;
  }
}
.modal--result .modal__attentionTextbox {
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .modal--result .modal__attentionTextbox {
    margin-top: 18.4px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .modal--result .modal__attentionTextbox {
    margin-top: 6.6666666667vw;
    font-size: 3.2vw;
  }
}
.modal--result .modal__attention {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .modal--result .modal__attention {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .modal--result .modal__attention {
    font-size: 3.2vw;
  }
}
.modal--result .modal__attention a {
  color: #da291c;
  border-bottom: 1px solid;
  border-color: #da291c;
}
@media screen and (min-width: 768px), print {
  .diagnosis__inner {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    background: url("/-/media/ind/ics/ot-check/image/pc_bg_diagnosis__inner.png") top center/100% auto
      no-repeat;
  }
}
.stepList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px), print {
  .stepList {
    width: 524px;
    height: 51.2px;
    margin: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .stepList {
    width: 73.3333333333vw;
    height: 12.8vw;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }
}
.stepList__stepText {
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .stepList__stepText {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .stepList__stepText {
    font-size: 2.9333333333vw;
    line-height: 1.18;
  }
}
.stepList__stepText.currentStep {
  color: #da291c;
}
.stepList__circle {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .stepList__circle {
    width: 20px;
    height: 20px;
    margin: 8.1px auto 0;
    border-radius: 50%;
  }
}
@media screen and (max-width: 767px) {
  .stepList__circle {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin: 0 auto;
    border-radius: 50%;
  }
}
.stepList__circle.completeStep {
  background-color: #da291c;
}
.stepList__circle.currentStep {
  background-color: #da291c;
  -webkit-animation: completeStep 1000ms cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: completeStep 1000ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@media screen and (min-width: 768px), print {
  .stepList__circle.currentStep::before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    -webkit-animation: fadeIn 1000ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fadeIn 1000ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
}
@media screen and (max-width: 767px) {
  .stepList__circle.currentStep::before {
    display: block;
    content: "";
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 1.6vw;
    left: 0;
    right: 0;
    -webkit-animation: fadeIn 1000ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fadeIn 1000ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
}
.stepList__circle.inCompleteStep {
  background-color: #f0f0f0;
}
.stepList_bar {
  background-color: #f0f0f0;
}
@media screen and (min-width: 768px), print {
  .stepList_bar {
    width: 56px;
    height: 2px;
    margin: 39.2px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .stepList_bar {
    width: 5.8666666667vw;
    height: 0.5333333333vw;
    margin-top: 9.3333333333vw;
  }
}
.stepList_bar .stepList_progress {
  display: block;
  width: 0;
  height: 100%;
  background-color: #da291c;
}
@media screen and (min-width: 768px), print {
  .question {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 767px) {
  .question {
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 768px), print {
  .question .inner {
    padding: 50.8px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .question .inner {
    padding: 7.7333333333vw 0 0 0;
  }
}
.question__head {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .question__head {
    width: 780px;
    margin: 59px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .question__head {
    width: 91.4666666667vw;
    margin: 8.96vw auto 0;
    padding-bottom: 3.84vw;
  }
}
@media screen and (min-width: 768px), print {
  .question__categoryMark {
    width: 72px;
    height: 72px;
    position: absolute;
    top: 8px;
    left: -88px;
  }
}
@media screen and (max-width: 767px) {
  .question__categoryMark {
    width: 16vw;
    height: 16vw;
    position: absolute;
    top: 1.7066666667vw;
  }
}
.question__categoryMark img {
  width: 100%;
}
.question__stepNum {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .question__stepNum {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .question__stepNum {
    margin-left: 19.2vw;
    font-size: 4.2666666667vw;
  }
}
.question__title {
  font-weight: 700;
}
.question__title span {
  display: contents;
}
@media screen and (min-width: 768px), print {
  .question__title {
    margin-top: -10.8px;
    font-size: 32px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  h2.question__title {
    display: block;
    width: 72.2666666667vw;
    margin: 0.4266666667vw 0 0 19.2vw;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.question__text {
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .question__text {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .question__text {
    margin-top: 7.7333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
}
.question__attention {
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .question__attention {
    margin-top: 2.4px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .question__attention {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  .question__container {
    width: 960px;
    margin: 30.4px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .question__container {
    width: 100vw;
    margin-left: -4.2666666667vw;
  }
}
.question__item {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .question__item {
    width: 960px;
    padding: 40.8px 88px 48px;
  }
}
@media screen and (max-width: 767px) {
  .question__item {
    padding: 5.3333333333vw 7.4666666667vw 7.4666666667vw;
  }
}
.question__item:nth-child(even) {
  background-color: #f7f7f7;
}
.question__item:nth-child(odd) {
  background-color: #f0f0f0;
}
.question__item.bgColor--error:nth-child(even) {
  background-color: #fbe9e7;
}
.question__item.bgColor--error:nth-child(odd) {
  background-color: #fbe9e7;
}
.question__item.survey {
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .question__item.survey {
    min-height: 200px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .question__item.survey {
    min-height: 40vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  .question__item + .question__item {
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .question__item + .question__item {
    margin-top: 0.5333333333vw;
  }
}
.errorText {
  font-weight: 700;
  line-height: 1.8;
  color: #da291c;
}
@media screen and (min-width: 768px), print {
  .errorText {
    margin: 18.6px 0 25.8px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .errorText {
    margin: 4.5866666667vw 0 6.8266666667vw;
    font-size: 4.2666666667vw;
  }
}
.errorText:not(.--invisible) {
  display: block;
}
.question__questionTitle {
  font-weight: 700;
  line-height: 1.8;
  border: none;
  background-color: transparent;
}
@media screen and (min-width: 768px), print {
  h3.question__questionTitle {
    display: inline-block;
    font-size: 24px;
    position: absolute;
    top: 38.4px;
    right: 92%;
    padding: 0;
    /* border: none;
    background-color: transparent; */
  }
}
@media screen and (max-width: 767px) {
  .question__questionTitle {
    font-size: 5.3333333333vw;
  }
}
.question__detailText {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .question__detailText {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .question__detailText {
    margin-top: 0.4266666667vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  .answerList {
    margin-top: 24.8px;
  }
}
@media screen and (max-width: 767px) {
  .answerList {
    margin-top: 6.2933333333vw;
  }
}
.answerList__answer {
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .answerList__answer {
    width: 100%;
    height: 44px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
  }
}
@media screen and (max-width: 767px) {
  .answerList__answer {
    width: 100%;
    font-size: 3.7333333333vw;
    background-color: #fff;
    border: 0.5333333333vw solid #ccc;
    border-radius: 1.6vw;
  }
}
@media screen and (min-width: 768px), print {
  .answerList__answer label {
    padding: 7.6px 0;
  }
}
@media screen and (max-width: 767px) {
  .answerList__answer label {
    height: 100%;
    padding: 1.3066666667vw 2.2666666667vw 1.5733333333vw 3.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .answerList__answer label span {
    margin-left: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  .answerList__answer + .answerList__answer {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .answerList__answer + .answerList__answer {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    margin: 0 10px 5px 20px;
    border-radius: 50%;
    border: 1px solid #b5b5b5;
    outline: none;
    background-color: #fff;
  }
  input[type="radio"]::before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #da291c;
    -webkit-transform: translate(3px, 3px) scale(0);
    transform: translate(3px, 3px) scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  input[type="radio"]:checked::before {
    -webkit-transform: translate(3px, 3px) scale(1);
    transform: translate(3px, 3px) scale(1);
  }
}
@media screen and (max-width: 767px) {
  input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 50%;
    border: 0.5333333333vw solid #b5b5b5;
    outline: none;
    background-color: #fff;
  }
  input[type="radio"]::before {
    display: block;
    content: "";
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-radius: 50%;
    background-color: #da291c;
    -webkit-transform: translate(0.8vw, 0.8vw) scale(0);
    transform: translate(0.8vw, 0.8vw) scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  input[type="radio"]:checked::before {
    -webkit-transform: translate(0.8vw, 0.8vw) scale(1);
    transform: translate(0.8vw, 0.8vw) scale(1);
  }
}
.nextBtn {
  display: block;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .nextBtn {
    width: 275px;
    height: 74px;
    margin: 80px auto 0;
    padding: 14.4px 0;
    font-size: 27px;
    font-weight: 600;
    border-radius: 100vh;
    color: #fff;
    background-color: #da291c;
  }
}
@media screen and (max-width: 767px) {
  .nextBtn {
    width: 73.3333333333vw;
    height: 16vw;
    margin: 10.6666666667vw auto 0;
    padding: 3.2vw 0;
    font-size: 5.3333333333vw;
    font-weight: 700;
    border-radius: 100vh;
    color: #fff;
    background-color: #da291c;
  }
}
.nextBtn:hover {
  background: #000;
}
.alert {
  display: none;
}
.alert__bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px), print {
  .alert__container {
    width: 560px;
    margin: 0 auto;
    padding: 36px 0;
    position: fixed;
    top: calc(50% - 121px);
    right: 0;
    left: 0;
    border: 8px solid #da291c;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 #000;
    box-shadow: 0 0 10px 0 #000;
  }
}
@media screen and (max-width: 767px) {
  .alert__container {
    width: 90.6666666667vw;
    margin: 0 auto;
    padding: 4.8vw 0;
    position: fixed;
    top: calc(50% - 27.1333333333vw);
    right: 0;
    left: 0;
    border: 1.6vw solid #da291c;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.3333333333vw 0 #000;
    box-shadow: 0 0 1.3333333333vw 0 #000;
  }
}
.alert__container p {
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .alert__container p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .alert__container p {
    font-size: 4.2666666667vw;
  }
}
.alert__container .contact__text {
  border-color: #da291c;
}
@media screen and (min-width: 768px), print {
  .alert__container .contact__text {
    border-bottom: 1px solid;
  }
}
@media screen and (max-width: 767px) {
  .alert__container .contact__text {
    border-bottom: 0.2666666667vw solid;
  }
}
.alert__container .contact__text:hover {
  color: #000;
}
.modifyBtn {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .modifyBtn {
    width: 275px;
    height: 64px;
    margin: 24px auto 16.8px;
    padding: 3.4px 0;
    font-size: 24px;
    border-radius: 100vh;
    color: #fff;
    background-color: #da291c;
  }
}
@media screen and (max-width: 767px) {
  .modifyBtn {
    width: 48vw;
    height: 13.3333333333vw;
    margin: 4.2666666667vw auto 3.6266666667vw;
    font-size: 4.2666666667vw;
    border-radius: 100vh;
    color: #fff;
    background-color: #da291c;
  }
}
.modifyBtn:hover {
  background: #000;
}
.loading {
  display: none;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .loading {
    height: calc(100vh - 99px - 120px);
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .loading {
    height: calc(100vh - 65.4666666667vw);
    min-height: 66.6666666667vw;
  }
}
.loading .loading__inner {
  width: 100%;
  height: 100%;
  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;
  margin: auto;
}
@media screen and (min-width: 768px), print {
  .loading .loading__inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .loading .loading__inner {
    max-width: 91.4666666667vw;
  }
}
.loading .loading__wrap.--invisible {
  display: none;
}
.loading .loading__title {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .loading .loading__title {
    font-size: 32px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .loading .loading__title {
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
}
.loading .loading__bar {
  background-color: #f0f0f0;
}
@media screen and (min-width: 768px), print {
  .loading .loading__bar {
    width: 400px;
    height: 8px;
    margin: 19px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .loading .loading__bar {
    width: 53.3333333333vw;
    height: 1.0666666667vw;
    margin: 2.5333333333vw auto 0;
  }
}
.loading .loading__bar .loading__progress {
  width: 0;
  height: 100%;
  background-color: #da291c;
}
.result .-is-invisible {
  display: none;
}
.result .result-header {
  position: relative;
  z-index: 1;
  background-color: #da291c;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .result .result-header {
    min-height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-header {
    min-height: 63.2vw;
  }
}
.result .result-header::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .result .result-header::before {
    top: -224px;
    left: 50%;
    width: 670px;
    height: 814px;
    margin-left: 200px;
    background: url("/-/media/ind/ics/ot-check/image/result_header_bg.png") no-repeat 50% 50% /
      contain;
  }
}
@media screen and (max-width: 767px) {
  .result .result-header::before {
    top: -16.8vw;
    left: 50%;
    width: 69.2vw;
    height: 84.1333333333vw;
    margin-left: 14vw;
    background: url("/-/media/ind/ics/ot-check/image/result_header_bg_sp.png") no-repeat 50% 50% /
      contain;
  }
}
.result .result-header .result-header__text {
  color: #da291c;
  background-color: #f0f0f0;
}
@media screen and (min-width: 768px), print {
  .result .result-header .result-header__text {
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .result .result-header .result-header__text {
    padding: 2.4vw 4.9333333333vw;
    font-size: 2.9333333333vw;
  }
}
.result .result-header .result-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .result .result-header .result-header__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-header .result-header__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 6vw;
  }
}
.result .result-header .result-header__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.result .result-header .result-header__name {
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .result .result-header .result-header__name {
    margin: -10px 0 206.4px 0;
    font-size: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .result .result-header .result-header__name {
    margin-top: -1.4666666667vw;
    font-size: 4.8vw;
    line-height: 1.6;
  }
}
.result .result-header .result-header__modal-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #da291c;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .result .result-header .result-header__modal-btn {
    min-width: 280px;
    height: 48px;
    margin: 0 20px 192px auto;
    padding-left: 32px;
    font-size: 20px;
    line-height: 1;
    border-radius: 60px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-header .result-header__modal-btn {
    min-width: 46.4vw;
    height: 7.7333333333vw;
    margin: 5.4666666667vw 2vw 26.4vw auto;
    padding-left: 4.2666666667vw;
    font-size: 3.4666666667vw;
    line-height: 2.2153846154;
    border-radius: 4.8vw;
  }
}
.result .result-header .result-header__modal-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 768px), print {
  .result .result-header .result-header__modal-btn::before {
    right: 22px;
    width: 10px;
    height: 16px;
    margin-top: -8px;
    background: url("/-/media/ind/ics/ot-check/image/result_arrow_r.svg") no-repeat 50% 50% / contain;
  }
}
@media screen and (max-width: 767px) {
  .result .result-header .result-header__modal-btn::before {
    right: 4vw;
    width: 1.6vw;
    height: 2.6666666667vw;
    margin-top: -1.3333333333vw;
    background: url("/-/media/ind/ics/ot-check/image/result_arrow_r_sp.svg") no-repeat 50% 50% /
      contain;
  }
}
.result .result-header .result-header__modal-btn:hover {
  color: #fff;
  background: #000;
}
.result .result-header .result-header__modal-btn:hover::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 768px), print {
  .result .result-header .result-header__modal-btn:hover::before {
    right: 19px;
    width: 16px;
    margin-top: -8px;
    background: url("/-/media/ind/ics/ot-check/image/result_arrow_w.svg") no-repeat 50% 50% / contain;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 767px) {
  .result .result-header .result-header__modal-btn:hover::before {
    background: url("/-/media/ind/ics/ot-check/image/result_arrow_w_sp.svg") no-repeat 50% 50% /
      contain;
  }
}
.result .result-scores {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .result .result-scores {
    margin-top: -184px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores {
    padding-bottom: 16vw;
    margin-top: -21.0666666667vw;
  }
}
.result .result-scores .result-scores__title {
  font-weight: 700;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores__title {
    width: 485px;
    padding: 24px 0 0 48px;
    font-size: 32px;
    line-height: 1;
    border: 1px solid #ccc;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores__title {
    width: 34.6666666667vw;
    padding: 4.2666666667vw 4.2666666667vw 0 4.2666666667vw;
    font-size: 6.4vw;
    line-height: 1;
    white-space: nowrap;
    border: 0.2666666667vw solid #ccc;
    border-bottom: 0;
    margin: 0;
  }
}
.result .result-scores .result-scores__inner {
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores__inner {
    padding: 0 48px 48px;
    border: 1px solid #ccc;
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores__inner {
    padding: 0 4.2666666667vw 8.5333333333vw;
    border: 0.2666666667vw solid #ccc;
    border-top: 0;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-description {
    padding: 34px 0 26px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-description {
    padding: 5.2vw 0 3.8666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-item {
    border: 1px solid #ccc;
  }
  .result .result-scores .result-scores-item.result-scores-item--total {
    width: 100%;
  }
  .result .result-scores .result-scores-item:not(.result-scores-item--total) {
    width: 416px;
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-item {
    border: 0.2666666667vw solid #ccc;
  }
  .result .result-scores .result-scores-item:nth-of-type(n + 2) {
    margin-top: 9.6vw;
  }
}
.result .result-scores .result-scores-item__title {
  font-weight: 700;
  background-color: #f0f0f0;
  border-left: none;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-item__title {
    padding: 2px 24px;
    font-size: 20px;
    line-height: 1.8;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-item__title {
    padding: 1.8666666667vw 4vw;
    font-size: 4.2666666667vw;
    line-height: 1.125;
    border-bottom: 0.2666666667vw solid #ccc;
  }
}
.result .result-scores .result-scores-item__rates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-item__rates {
    height: 62px;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-item__rates {
    height: 14.9333333333vw;
    border-bottom: 0.2666666667vw solid #ccc;
  }
}
.result .result-scores .result-scores-item__rates--rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-item__rates--rank {
    width: 160px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-item__rates--rank {
    width: 50%;
    padding-left: 4.2666666667vw;
  }
}
.result .result-scores .result-scores-item__rates--score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-item__rates--score {
    width: 257px;
    padding-left: 32px;
    border-left: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-item__rates--score {
    width: 50%;
    padding-left: 4.0666666667vw;
    border-left: 0.2666666667vw solid #ccc;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-item__rank--term,
  .result .result-scores .result-scores-item__score--term {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-item__rank--term,
  .result .result-scores .result-scores-item__score--term {
    font-size: 3.2vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-item__rank--desc {
    margin-left: 34px;
    font-size: 38px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-item__rank--desc {
    margin-left: 6.9333333333vw;
    font-size: 8.5333333333vw;
    line-height: 1;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-item__score--desc {
    font-size: 24px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-item__score--desc {
    font-size: 3.2vw;
    line-height: 1;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-item__score--desc span {
    margin-left: 54px;
    margin-right: 4px;
    font-size: 32px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-item__score--desc span {
    margin-left: 4.0666666667vw;
    font-size: 6.4vw;
    line-height: 1;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-item__description {
    padding: 26px 32px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-item__description {
    padding: 3.2vw 4.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-item--total {
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-item--total .result-scores-item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px), print {
  .result
    .result-scores
    .result-scores-item--total
    .result-scores-item__graph-wrap {
    padding: 22px 28px;
    width: 447px;
    min-height: 461px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .result
    .result-scores
    .result-scores-item--total
    .result-scores-item__graph-wrap {
    height: 83.2vw;
    padding: 5.3333333333vw 6.1333333333vw;
    border-bottom: 0.2666666667vw solid #ccc;
  }
}
.result
  .result-scores
  .result-scores-item--total
  .result-scores-item__graph-inner {
  position: relative;
  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;
  height: 100%;
}
.result
  .result-scores
  .result-scores-item--total
  .result-scores-item__graph-label {
  display: none;
  position: absolute;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .result
    .result-scores
    .result-scores-item--total
    .result-scores-item__graph-label {
    font-size: 16px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .result
    .result-scores
    .result-scores-item--total
    .result-scores-item__graph-label {
    font-size: 3.7333333333vw;
    line-height: 1;
  }
}
.result
  .result-scores
  .result-scores-item--total
  .result-scores-item__graph-label.-organization {
  top: 17px;
  right: 0;
  left: 0;
}
.result
  .result-scores
  .result-scores-item--total
  .result-scores-item__graph-label.-operation {
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.result
  .result-scores
  .result-scores-item--total
  .result-scores-item__graph-label.-supply-chain {
  bottom: 17px;
  right: 0;
  left: 0;
}
.result
  .result-scores
  .result-scores-item--total
  .result-scores-item__graph-label.-technique {
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-item--total .result-scores-item__graph {
    width: 340px;
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-item--total .result-scores-item__graph {
    width: 61.3333333333vw;
    height: 61.3333333333vw;
  }
}
.result
  .result-scores
  .result-scores-item--total
  .result-scores-item__graph
  canvas {
  opacity: 0;
}
@media screen and (min-width: 768px), print {
  .result
    .result-scores
    .result-scores-item--total
    .result-answers-item__contents {
    width: 416px;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-item--total .result-scores-item__rates {
    height: 158px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-item--total .result-scores-item__rates {
    height: 25.4666666667vw;
  }
}
.result
  .result-scores
  .result-scores-item--total
  .result-scores-item__rates--rank {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px), print {
  .result
    .result-scores
    .result-scores-item--total
    .result-scores-item__rates--rank {
    width: 187px;
    padding: 18px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .result
    .result-scores
    .result-scores-item--total
    .result-scores-item__rates--rank {
    padding: 1.8666666667vw 0 0 0;
    width: 50%;
  }
}
.result
  .result-scores
  .result-scores-item--total
  .result-scores-item__rates--score {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .result
    .result-scores
    .result-scores-item--total
    .result-scores-item__rates--score {
    width: 226px;
    padding: 18px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .result
    .result-scores
    .result-scores-item--total
    .result-scores-item__rates--score {
    padding: 1.8666666667vw 0 0 0;
    width: 50%;
    border-left: 0.2666666667vw solid #ccc;
  }
}
@media screen and (min-width: 768px), print {
  .result
    .result-scores
    .result-scores-item--total
    .result-scores-item__rank--desc {
    margin: 8px 0 0 0;
    font-size: 80px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .result
    .result-scores
    .result-scores-item--total
    .result-scores-item__rank--desc {
    margin: 0.6666666667vw 0 0 0;
    font-size: 13.8666666667vw;
    line-height: 1;
  }
}
@media screen and (min-width: 768px), print {
  .result
    .result-scores
    .result-scores-item--total
    .result-scores-item__score--desc {
    font-size: 32px;
    line-height: 1;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .result
    .result-scores
    .result-scores-item--total
    .result-scores-item__score--desc {
    margin-top: 2.8vw;
    font-size: 5.3333333333vw;
    line-height: 1;
  }
}
.result
  .result-scores
  .result-scores-item--total
  .result-scores-item__score--desc
  span {
  margin: 0;
}
@media screen and (min-width: 768px), print {
  .result
    .result-scores
    .result-scores-item--total
    .result-scores-item__score--desc
    span {
    margin-right: 8px;
    font-size: 56px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .result
    .result-scores
    .result-scores-item--total
    .result-scores-item__score--desc
    span {
    font-size: 9.6vw;
    line-height: 1;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-share {
    margin-top: 40px;
    padding: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-share {
    margin-top: 10.6666666667vw;
    padding: 0 4.2666666667vw;
  }
}
.result .result-scores .result-scores-share__inner {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(218, 41, 28, 0.1);
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-share__inner {
    padding: 26px 32px 26px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-share__inner {
    padding: 6.1333333333vw 4.2666666667vw 7.4666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.7428571429;
  }
}
.result .result-scores .result-scores-share__message {
  font-weight: 700;
}
.result .result-scores .result-scores-share__url {
  color: #da291c;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-share__url {
    width: 656px;
    margin-top: 10px;
    padding: 4px 42px;
    font-size: 20px;
    line-height: 1.8;
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-share__url {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 4.2666666667vw;
    padding: 2.5333333333vw 0.5em;
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
    border: 0.2666666667vw solid #ccc;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-share__note {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-share__note {
    margin-top: 0.8vw;
    font-size: 2.9333333333vw;
    line-height: 1.7454545455;
    white-space: nowrap;
  }
}
.result .result-scores .result-scores-share__note span {
  color: #da291c;
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-share__note {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-information {
    margin-top: 51px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-information {
    margin-top: 14.1333333333vw;
  }
}
.result .result-scores .result-scores-information__title {
  text-align: center;
  font-weight: 700;
  border: none;
  background: none;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-information__title {
    font-size: 32px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-information__title {
    font-size: 6.4vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-information__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-information__list {
    margin-top: 5.7333333333vw;
  }
}
.result .result-scores .result-scores-information__item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-information__item {
    border: 1px solid #ccc;
  }
  .result .result-scores .result-scores-information__item:not(:last-child) {
    border: 6px solid #da291c;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-information__item {
    border: 0.2666666667vw solid #ccc;
  }
  .result .result-scores .result-scores-information__item:not(:last-child) {
    border: 0.8vw solid #da291c;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-information__item:not(:last-child) {
    width: 640px;
    margin:  auto; 
  }
}
@media screen and (max-width: 767px) {
  .result
    .result-scores
    .result-scores-information__item:not(:last-child):nth-of-type(n + 2) {
    margin-top: 5.3333333333vw;
  }
}
.result .result-scores .result-scores-information__item:not(:last-child) > a {
  position: relative;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-information__item:not(:last-child) > a {
    padding: 10px 35px 24px 24px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-information__item:not(:last-child) > a {
    padding: 4vw 8vw 4vw 4vw;
  }
}
.result
  .result-scores
  .result-scores-information__item:not(:last-child)
  > a::before {
  content: "";
  display: block;
  position: absolute;
  background: url("/-/media/ind/ics/ot-check/image/result_arrow_r.svg") no-repeat 50% 50% / contain;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .result
    .result-scores
    .result-scores-information__item:not(:last-child)
    > a::before {
    top: 86px;
    right: 24px;
    width: 12px;
    height: 20px;
    background: url("/-/media/ind/ics/ot-check/image/result_arrow_r.svg") no-repeat 50% 50% / contain;
  }
}
@media screen and (max-width: 767px) {
  .result
    .result-scores
    .result-scores-information__item:not(:last-child)
    > a::before {
    top: 32vw;
    right: 4.8vw;
    width: 2.4vw;
    height: 4vw;
    margin-top: -2vw;
    background: url("/-/media/ind/ics/ot-check/image/result_arrow_r_sp.svg") no-repeat 50% 50% /
      contain;
  }
}
.result
  .result-scores
  .result-scores-information__item:not(:last-child)
  > a:hover {
  color: #da291c;
}
.result .result-scores .result-scores-information__item:not(:last-child):hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-information__item:last-child {
    width: 100%;
    margin-top: 48px;
    padding: 19px 40px 18px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-information__item:last-child {
    margin-top: 10.6666666667vw;
    padding: 4.2666666667vw 4.2666666667vw 3.2vw 4.2666666667vw;
  }
}
.result
  .result-scores
  .result-scores-information__item:last-child
  > .result-scores-information__item-title {
  margin-top: 0;
}
@media screen and (min-width: 768px), print {
  .result
    .result-scores
    .result-scores-information__item:last-child
    > .result-scores-information__item-title {
    min-height: auto;
  }
}
.result
  .result-scores
  .result-scores-information__item:last-child
  > .result-scores-information__item-link {
  text-align: center;
  text-decoration: underline;
}
@media screen and (min-width: 768px), print {
  .result
    .result-scores
    .result-scores-information__item:last-child
    > .result-scores-information__item-link {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}
@media screen and (max-width: 767px) {
  .result
    .result-scores
    .result-scores-information__item:last-child
    > .result-scores-information__item-link {
    text-decoration-thickness: 0.2666666667vw;
    text-underline-offset: 0.6666666667vw;
  }
}
.result
  .result-scores
  .result-scores-information__item:last-child
  > .result-scores-information__item-attention {
  margin-top: 0;
  text-align: center;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .result
    .result-scores
    .result-scores-information__item:last-child
    > .result-scores-information__item-attention {
    min-height: auto;
    margin-top: 3.2px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .result
    .result-scores
    .result-scores-information__item:last-child
    > .result-scores-information__item-attention {
    margin-top: 2.6133333333vw;
    font-size: 2.9333333333vw;
  }
}
.result .result-scores .result-scores-information__item:last-child > a {
  display: inline-block;
  width: 100%;
  word-wrap: break-word;
  font-weight: 400;
  color: #da291c;
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-information__item:last-child > a {
    margin-top: 5px;
    margin-left: -4px;
    white-space: nowrap;
    font-size: 20px;
    line-height: 28.8px;
  }
  .result .result-scores .result-scores-information__item:last-child > a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-information__item:last-child > a {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
.result .result-scores .result-scores-information__item-title {
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-information__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    margin-top: 13px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-information__item-title {
    margin-top: 2.9333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-scores .result-scores-information__item-description {
    margin-top: 13px;
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .result .result-scores .result-scores-information__item-description {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
    line-height: 1.6;
    color: #000;
  }
}
.result .result-answers {
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px), print {
  .result .result-answers {
    padding: 51px 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-answers {
    padding: 14.1333333333vw 0 16vw;
  }
}
.result .result-answers .result-answers__title {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .result .result-answers .result-answers__title {
    font-size: 32px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .result .result-answers .result-answers__title {
    font-size: 6.4vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-answers .result-answers-list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-answers .result-answers-list {
    margin-top: 5.0666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-answers .result-answers-item:nth-of-type(n + 2) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-answers .result-answers-item:nth-of-type(n + 2) {
    margin-top: 4.2666666667vw;
  }
}
.result .result-answers .result-answers-item__btn {
  position: relative;
  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;
  width: 100%;
  font-weight: 700;
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 768px), print {
  .result .result-answers .result-answers-item__btn {
    height: 64px;
    padding: 0 64px;
    font-size: 24px;
    line-height: 1.8;
    border: 1px solid #ccc;
    border-radius: 6px;
  }
  .result .result-answers .result-answers-item__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .result .result-answers .result-answers-item__btn {
    height: 14.6666666667vw;
    padding: 0 8.5333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.6;
    border-radius: 0.8vw;
  }
}
.result .result-answers .result-answers-item__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background: url("/-/media/ind/ics/ot-check/image/result_arrow_w.svg") no-repeat 50% 50% / contain;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .result .result-answers .result-answers-item__btn::before {
    right: 48px;
    width: 20px;
    height: 12px;
    margin-top: -6px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-answers .result-answers-item__btn::before {
    right: 4.2666666667vw;
    width: 3.7333333333vw;
    height: 2.1333333333vw;
    margin-top: -0.8vw;
  }
}
.result .result-answers .result-answers-item__btn.-is-open {
  background-color: #da291c;
}
@media screen and (min-width: 768px), print {
  .result .result-answers .result-answers-item__btn.-is-open {
    border-radius: 6px 6px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .result .result-answers .result-answers-item__btn.-is-open {
    border-radius: 0.8vw 0.8vw 0 0;
  }
}
.result .result-answers .result-answers-item__btn.-is-open::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.result .result-answers .result-answers-item__contents {
  display: none;
}
.result .result-answers .result-answers-item__contents .Overflow {
  margin-bottom: 0;
}
.result .result-answers .result-answers-item__close-btn {
  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;
  width: 100%;
  background-color: #bababa;
}
@media screen and (min-width: 768px), print {
  .result .result-answers .result-answers-item__close-btn {
    height: 64px;
    border-radius: 0 0 6px 6px;
  }
  .result .result-answers .result-answers-item__close-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .result .result-answers .result-answers-item__close-btn {
    height: 14.6666666667vw;
    border-radius: 0 0 0.8vw 0.8vw;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-answers .result-answers-item__close-btn > svg {
    width: 20px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-answers .result-answers-item__close-btn > svg {
    width: 3.7333333333vw;
    height: 2.1333333333vw;
  }
}
.result .result-answers .result-answers-table {
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.result .result-answers .result-answers-table thead {
  font-weight: 700;
  background-color: #e6e6e6;
}
.result .result-answers .result-answers-table th {
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ccc;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .result .result-answers .result-answers-table th {
    padding: 14px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-answers .result-answers-table th {
    padding: 1.3333333333vw 0;
    font-size: 2.6666666667vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-answers .result-answers-table th.-number {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-answers .result-answers-table th.-number {
    width: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-answers .result-answers-table th.-question {
    width: 582px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-answers .result-answers-table th.-question {
    width: 53vw;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-answers .result-answers-table th.-answer {
    width: 226px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-answers .result-answers-table th.-answer {
    width: 30vw;
  }
}
.result .result-answers .result-answers-table td {
  border: 1px solid #ccc;
  word-break: break-all;
}
@media screen and (min-width: 768px), print {
  .result .result-answers .result-answers-table td {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .result .result-answers .result-answers-table td {
    font-size: 3.2vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-answers .result-answers-table td:not(:nth-of-type(1)) {
    padding: 18px 24px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-answers .result-answers-table td:not(:nth-of-type(1)) {
    padding: 1.8666666667vw 3.2vw;
  }
}
.result .result-answers .result-answers-table td:nth-of-type(1) {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .result .result-answers .result-answers-table td:nth-of-type(1) {
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .result .result-answers .result-answers-table td:nth-of-type(1) {
    padding: 1.8666666667vw 0;
  }
}
.result .result-contact {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .result .result-contact {
    padding: 51px 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-contact {
    padding: 14.1333333333vw 0 16vw;
  }
}
@media screen and (min-width: 768px), print {
  .result_page .result-contact {
    padding: 0 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .result_page .result-contact {
    padding: 0 0 16vw;
  }
}
.result .result-contact .result-contact__title {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .result .result-contact .result-contact__title {
    font-size: 32px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .result .result-contact .result-contact__title {
    font-size: 6.4vw;
    line-height: 1.6;
  }
}
.result .result-contact .result-contact__sub-title {
  text-align: center;
  color: #000;
}
.result .result-contact .result-contact__sub-title::before{
  content: none;
}
@media screen and (min-width: 768px), print {
  .result .result-contact .result-contact__sub-title {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .result .result-contact .result-contact__sub-title {
    font-size: 3.7333333333vw;
    line-height: 1.7428571429;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-contact .inner {
    position: relative;
  }
}
@media screen and (min-width: 768px), print {
  .result .result-contact .result-contact__link-bg {
    position: absolute;
    width: 796px;
    height: 155px;
    margin: auto;
    top: 153px;
    left: 0;
    right: 0;
    background-color: #fff;
  }
}
.result .result-contact .result-contact__link {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px), print {
  .result .result-contact .result-contact__link {
    width: 800px;
    height: 160px;
    margin: 35px auto 0;
    border: 2px solid #da291c;
  }
}
@media screen and (max-width: 767px) {
  .result .result-contact .result-contact__link {
    width: 85.0666666667vw;
    height: 32vw;
    margin: 7.7333333333vw auto 0;
    border: 0.5333333333vw solid #da291c;
  }
}
.result .result-contact .result-contact__link:hover {
  opacity: 0.8;
}
.result .result-contact .result-contact__link:hover a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #da291c;
}
.result .result-contact .result-contact__link > a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.result .result-contact .result-contact__link > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .result .result-contact .result-contact__link > a::before {
    right: 46px;
    width: 12px;
    height: 20px;
    margin-top: -10px;
    background: url("/-/media/ind/ics/ot-check/image/result_arrow_r.svg") no-repeat 50% 50% / contain;
  }
}
@media screen and (max-width: 767px) {
  .result .result-contact .result-contact__link > a::before {
    right: 3.4666666667vw;
    width: 2.6666666667vw;
    height: 4vw;
    margin-top: -2vw;
    background: url("/-/media/ind/ics/ot-check/image/result_arrow_r_sp.svg") no-repeat 50% 50% /
      contain;
  }
}
.result .result-contact .result-contact__link .result-contact__people {
  position: absolute;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .result .result-contact .result-contact__link .result-contact__people {
    left: -20px;
    width: 821px;
    height: 208px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-contact .result-contact__link .result-contact__people {
    left: -2.1333333333vw;
    width: 38.8vw;
    height: 29.8666666667vw;
  }
}
.result .result-contact .result-contact__link .result-contact__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .result .result-contact .result-contact__link .result-contact__text {
    padding-left: 325px;
    font-size: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .result .result-contact .result-contact__link .result-contact__text {
    padding-left: 39.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }
}
.result .result-contact .result-contact-bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .result .result-contact .result-contact-bg {
    height: 136px;
    background: url("/-/media/ind/ics/ot-check/image/result_contact_bg.jpg") repeat-x calc(50% + 16px)
      bottom/contain;
  }
}
@media screen and (max-width: 767px) {
  .result .result-contact .result-contact-bg {
    height: 18.2666666667vw;
    background: url("/-/media/ind/ics/ot-check/image/result_contact_bg_sp.jpg") repeat-x left
      center/contain;
  }
}
