@charset "UTF-8";
@font-face {
  font-family: "tcal_icon";
  src: url("../assets/fonts/tcal_icon.ttf?tc1lvz") format("truetype"), url("../assets/fonts/tcal_icon.woff?tc1lvz") format("woff"), url("../assets/fonts/tcal_icon.svg?tc1lvz#tcal_icon") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.icon_tcal {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tcal_icon" !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
}

.icon_tcal__arrow_right::before {
  content: "";
}

.icon_tcal__arrow_left::before {
  content: "";
}

.icon_tcal__triangle_down::before {
  content: "";
}

.icon_tcal__show::before {
  content: "";
}

.icon_tcal__alert_outline::before {
  content: "";
}

.icon_tcal__cancel::before {
  content: "";
}

.icon_tcal__camera::before {
  content: "";
}

:root {
  background-color: #fff;
  color: #323449;
  font: 16px/1.9 "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  letter-spacing: 0.02rem;
}
:root:focus-within {
  scroll-behavior: smooth;
}

main {
  display: block;
}

a {
  color: #f08400;
  text-decoration: none;
}
a:hover {
  color: #c06a00;
}
a:hover img:only-child {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

b,
strong {
  color: #df3f34;
}

em,
i {
  font-style: normal;
  font-weight: 700;
}

img {
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}

hr {
  border: none;
  border-bottom: 1px solid #e0e1e5;
  margin: 32px 0;
}

nav li::before, nav li::marker {
  content: none;
}

.header {
  padding: 12px 20px;
}
.header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__user {
  line-height: 1.5;
  text-align: right;
}
.header__user__belong {
  color: #9193a1;
  font-size: 0.88rem;
}

.main {
  padding-top: 64px;
  padding-bottom: 64px;
}
.main__inner {
  margin-right: auto;
  margin-left: auto;
  width: 960px;
  max-width: 92%;
}
.main__inner_mini {
  margin-right: auto;
  margin-left: auto;
  width: 960px;
  max-width: 92%;
  width: 420px;
}
.main__heading__wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  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;
}
.main__heading_pre {
  color: #9193a1;
}
.main__heading {
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin: 0 0 48px;
}
.main__heading__wrap .main__heading {
  margin-right: 24px;
  margin-bottom: 0;
}
.main__heading_sub {
  color: #9193a1;
  letter-spacing: 0.05rem;
  margin: -48px 0 48px;
}
.main__heading_sub i {
  color: #323449;
  font-weight: 400;
}
.main__info {
  color: #9193a1;
  margin: 32px 0;
}

.col_1 {
  display: inline-block;
  width: calc(8.33% - 16px);
}

.col_2 {
  display: inline-block;
  width: calc(16.66% - 16px);
}

.col_3 {
  display: inline-block;
  width: calc(25% - 16px);
}

.col_4 {
  display: inline-block;
  width: calc(33.33% - 16px);
}

.col_5 {
  display: inline-block;
  width: calc(41.66% - 16px);
}

.col_6 {
  display: inline-block;
  width: calc(50% - 16px);
}

.col_7 {
  display: inline-block;
  width: calc(58.33% - 16px);
}

.col_8 {
  display: inline-block;
  width: calc(66.66% - 16px);
}

.col_9 {
  display: inline-block;
  width: calc(75% - 16px);
}

.col_10 {
  display: inline-block;
  width: calc(83.33% - 16px);
}

.col_11 {
  display: inline-block;
  width: calc(91.66% - 16px);
}

.col_12 {
  display: inline-block;
  width: 100%;
}

.step_nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-reset: step_nav;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 8px -12px;
}
.step_nav__item::before {
  background-color: #eff0f5;
  border-radius: 50%;
  color: #9193a1;
  content: counter(step_nav);
  counter-increment: step_nav 1;
  display: inline-block;
  height: 36px;
  padding: 2px 0;
  margin-right: 8px;
  text-align: center;
  width: 36px;
}
.step_nav__item {
  margin: 8px 16px;
}
.step_nav__current::before {
  background-color: #f08400;
  color: #eff0f5;
}

.box_link {
  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;
  list-style: none;
  margin: 64px -12px;
}
.box_link__item, .box_link::after {
  margin: 16px;
  width: 27%;
  min-width: 218px;
}
.box_link::after {
  content: "";
}
.box_link__control {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.box_link__inner {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 24px rgba(62, 65, 91, 0.1);
          box-shadow: 0 0 24px rgba(62, 65, 91, 0.1);
  color: inherit;
  display: block;
  padding: 48px 32px;
  height: 100%;
}
.box_link__inner:hover {
  background-color: #3e415b;
  color: #eff0f5;
}
.box_link__image__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eff0f5;
  border-radius: 50%;
  height: 160px;
  margin: 0 auto;
  width: 160px;
}
.box_link__image {
  max-height: 50%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 50%;
}
.box_link__inner:hover .box_link__image__wrap {
  background-color: #e3e4ed;
}
.box_link__heading {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 32px;
}
.box_link__heading.lineheight-fixed {
  line-height: 28px;
}

.product_info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product_info__image {
  margin-right: 32px;
  width: 100px;
}
.product_info__image_wide {
  margin-right: 16%;
  width: 25%;
  min-width: 150px;
}
.product_info__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 0.88rem;
  line-height: 1.5;
  margin-top: 16px;
}
.product_info__content__inner {
  margin-bottom: 12px;
}
.product_info__content__inner::after {
  clear: both;
  content: "";
  display: block;
}
.product_info__heading {
  float: left;
  font-size: 2rem;
  margin-right: 24px;
  margin-bottom: 8px;
}
.product_info__list {
  font-size: 1rem;
  margin-top: 16px;
  width: 100%;
  max-width: 248px;
}
.product_info__list__heading {
  font-weight: 400;
  padding: 8px 0;
  text-align: left;
}
.product_info__list__content {
  padding: 8px 0;
  text-align: right;
}
.product_info__list__content em {
  font-size: 2rem;
}

.display_case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 32px -12px;
}
.display_case__item {
  margin: 16px;
  width: 20%;
  min-width: 212px;
}
.display_case__image__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f3f7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6px;
  width: 100%;
}
.display_case__image__wrap:hover {
  background-color: #f08400;
}
.display_case__image {
  max-height: 70%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 70%;
}
.display_case__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.display_case__name {
  display: inline-block;
  line-height: 1.6;
  margin: 2px 8px;
}
.display_case__mini_link {
  border-radius: 4px;
  border: 2px solid currentColor;
  display: inline-block;
  font-size: 0.81rem;
  font-weight: 700;
  line-height: 1;
  margin: 2px 8px;
  padding: 4px;
}

.result_text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 90px 0;
}
.result_text__content {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.result_text__content > em {
  font-size: 5rem;
}

.step_control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 32px 0;
}
.step_control__item {
  font-size: 1.25rem;
  padding: 16px 25px;
}
.step_control__back {
  background-color: #eff0f5;
  border-radius: 9999px;
  color: #9193a1;
}
.step_control__back:hover {
  background-color: #9193a1;
  color: #eff0f5;
}
.step_control__go {
  background-color: #eff0f5;
  border: none;
  border-radius: 9999px;
  color: #f08400;
}
.step_control__go[data-submit-invalid] {
  cursor: not-allowed;
}
.step_control__go[data-submit-valid] {
  background-color: #f08400;
  color: #eff0f5;
  cursor: pointer;
}
.step_control__go[data-submit-valid]:hover {
  background-color: #cc7000;
}