@charset "utf-8";

#size_dl {display:none;}

/* -----------------------------------------------------------
  sim_common
----------------------------------------------------------- */

.pen {pointer-events: none;opacity: 0.5;}
.preload {display: none;}

.sim_ac dl {width: 260px;}
.sim_ac dt {
  position: relative;
  z-index: 0;
  height: 60px;
  line-height: 60px;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  padding: 0 2em 0 1em;
  border: solid 1px #000000;
  cursor: pointer;
}
.sim_ac dt.open ,
.sim_ac dt:hover {
  color: #FFFFFF;
  background: var(--color01);
}
.sim_ac dt::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/common/ico_ab.svg") no-repeat center / contain;
  inset: 0 0.75em 0 auto;
  margin: auto;
}
.sim_ac dt:hover::after {
  background: url("../img/common/ico_ar_w.svg") no-repeat center / contain;
  transform: rotate(90deg);
}
.sim_ac dt.open::after {
  background: url("../img/common/ico_ar_w.svg") no-repeat center / contain;
  transform: rotate(-90deg);
}
.sim_ac dd {
  display: none;
  font-size: 18px;
  background: #FFFFFF;
  border: solid 1px #000000;
  border-top: none;
  padding: 1em;
}
.sim_ac dd label {
  position: relative;
  z-index: 0;
  display: block;
  padding: 0 0 0 1.625em;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  margin: 0 0 1.5em;
}
.sim_ac dd label span {
  display: inline-block;
  font-weight: 500;
}
.sim_ac dd label:nth-last-of-type(1) {margin: 0;}
.sim_ac dd label input + span::before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 1.125em;
  height: 1.125em;
  background: #FFFFFF;
  border-radius: 50%;
  border: solid 1px #000000;
  inset: 0.15em auto auto 0;
}
.sim_ac dd label input:checked + span::before {
  background: var(--color01);
  box-shadow: inset 0 0 0 4px #ffffff;
}
.sim_ac dd .gran_select {padding: 0 0 1.5em 1.5em;}

.sim_ac dd p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
.sim_ac dd p > span {
  font-weight: 500;
  width: 2.5em;
}
.sim_ac dd p > span:nth-last-child(1) {
  width: 1.5em;
  text-align: right;
}

.sim_ac dd p > input {
  font-size: 18px;
  font-weight: 700;
  width: calc(100% - 4em);
  text-align: center;
  padding: 0.5em;
  border: solid 1px #000000;
}
.sim_ac dd .title {
  font-feature-settings: 'palt';
  color: var(--color01);
  font-weight: 500;
  margin: 1.5em 0 0.5em;
}
.sim_ac dd .title:nth-of-type(1) {margin: 0 0 0.5em;}

@media screen and (max-width: 800px) {
  
  .sim_ac dl {width: 100%;}
  .sim_ac dt {font-size: 16px;}
  .sim_ac dd {font-size: 16px;}
  .sim_ac dd label {font-size: 14px;}

}

.sim_ac .btn_modal {
  display: block;
  width: 160px!important;
  max-width: 100%;
  height: 40px;
  line-height: 40px!important;
  margin: 40px auto 20px!important;
  background: #ffe475;
  color: var(--color01);
  font-size: 0.75em;
  font-weight: 700;
  text-align: center!important;
  cursor: pointer;
  transition: 0.5s;
}
.sim_ac .btn_modal:hover {opacity: 0.5;}
.sim_ac .btn_modal.btn_link {
  margin-bottom: 10px;
}
.sim_ac .btn_modal.btn_link a {
  display: block;
  text-decoration: none;
}
.sim_ac .btn_modal.btn_link a::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1.6em;
  height: 1.2em;
  margin: 0 0 0.1em 0.5em;;
  background: url(../img/common/ico_target_b.svg) no-repeat center / contain;
}
.sim_ac .btn_modal.btn_link + p {
  display: block;
  text-align: center;
  font-size: 0.8em;
}
.modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  background: rgba(0,85,154,0.9);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal .inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  max-height: 80dvh;
  overflow-y: auto;
  padding: 50px;
  background: #FFFFFF;
}
.modal .inner h2 {
  position: relative;
  z-index: 0;
  color: var(--color01);
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 50px;
  padding: 0 0 0 1.5em;
}
.modal .inner h2::before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 1em;
  height: 2px;
  background: var(--color01);
  inset: 0.85em auto 0 0;
}
.modal .inner h2 > span {
  display: inline-block;
  font-size: 0.6em;
  margin: 0 0 0 1em;
}
.modal .inner > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.modal .inner > .meiban_info {margin: 30px 0 0;}
.modal .inner > .meiban_info > figure {width: 18%;}
.modal .inner > .meiban_info > figure:nth-of-type(1) {width: 27%;}
.modal .inner > .meiban_info > figure:nth-of-type(2) {width: 23%;}
.modal .inner > .meiban_info > figure img {width: 100%;}


.modal .inner h3 {
  color: var(--color01);
  font-size: 18px;
  font-weight: 700;
  padding: 0.75em;
  line-height: 1.2;
  text-align: center;
  border-top: solid 1px var(--color01);
  border-bottom: solid 1px var(--color01);
  margin: 0 0 30px;
}
.modal .inner h3 span {
  display: inline-block;
  font-weight: 500;
  width: 1.875em;
  height: 1.875em;
  font-size: 0.8em;
  margin: 0 0.5em 0 0;
  background: var(--color01);
  line-height: 1.875em;
  text-align: center;
  color: #FFFFFF;
}
.modal .inner > div > div figure {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}
.modal .inner > div > div figure img {margin: auto;}
.modal .inner > div  > figure img {width: 80%;margin: 0 auto;}
.modal .inner > div > div figure + p {margin: 1em 0 0;}
.modal .inner > div > div dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
.modal .inner > div > div dl dt {
  width: 50px;
  line-height: 1.1;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  background: var(--color01);
  padding: 0.35em;
  margin: 0 0 20px;
}
.modal .inner > div > div dl dd {width: calc(100% - 70px);}
.modal .inner .close {
  position: absolute;
  z-index: 0;
  inset: 50px 50px auto auto;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.modal .inner .close::before ,
.modal .inner .close::after {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 1px;
  background: var(--color01);
  margin: auto;
  inset: 0;
}
.modal .inner .close::before {transform: rotate(45deg);}
.modal .inner .close::after {transform: rotate(-45deg);}
.modal .modal_bg {
  position: absolute;
  z-index: 0;
  cursor: pointer;
  inset: 0;
}
.modal_size .inner > div > div {width: 30%;}
.modal_senkai .inner > div > div {width: 30%;}
.modal_senkai .inner > p {margin: 0 0 20px;}
.modal_table .inner > div > figure ,
.modal_table .inner > div > div {width: 30%;}
@media screen and (max-width: 800px) {
  .modal {padding: 5%;}
  .modal .inner {
    width: 100%;
    padding: 5%;
  }
  .modal .inner h2 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .modal .inner > div {display: block;}
  .modal .inner > div > div ,
  .modal .inner > div > figure {
    width: 100%;
    margin: 0 auto 30px;
  }
  .modal .inner > div > figure {width: 70%;}
  .modal .inner > .meiban_info {margin: 20px 0 0;}
  .modal .inner > .meiban_info > figure ,
  .modal .inner > .meiban_info > figure:nth-of-type(1) ,
  .modal .inner > .meiban_info > figure:nth-of-type(2) {width: 70%;margin: 0 auto 20px;}
  .modal .inner > div > div:nth-last-of-type(1) {margin: 0 auto;}
  .modal .inner h3 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .modal .inner > div > div figure {display: block;}
  .modal .inner > div > div dl {margin: 20px 0 0;}
  .modal .inner > div > div dl dt {
    width: 40px;
    font-size: 12px;
  }
  .modal .inner > div > div dl dd {width: calc(100% - 55px);}
  .modal .inner .close {
    position: fixed;
    inset: 14% 10% auto auto;
  }
  .modal_size .inner > div > div {width: 100%;}
}

/* -----------------------------------------------------------
  sim_drawing
----------------------------------------------------------- */

.page_sim_drawing .box iframe {height: 360px;}
.page_sim_drawing .box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
  padding-top: 90px;
}
.page_sim_drawing .data_box {display: none;}
.page_sim_drawing .data_box.active {display: block;}
.page_sim_drawing .sim_input {width: 260px;}
.page_sim_drawing .sim_input input {position: absolute;}
.page_sim_drawing .sim_ac {
  position: sticky;
  top: 90px;
}
.page_sim_drawing .sim_ac .data_box dl dt {border-top: none;}
.page_sim_drawing .sim_ac .data_box .example label span {margin: 0 0 0.5em;}
.page_sim_drawing .sim_ac dd label .palette {padding: 0 0 0 1em;}

.page_sim_drawing .box .result_area {width: calc(100% - 350px);}
.page_sim_drawing .box .result_area > div {
  position: sticky;
  top: 90px;
}
.page_sim_drawing .box .result_area h2 {
  color: var(--color01);
  font-size: 2.4em;
  font-weight: 900;
  margin: 0;
}
.page_sim_drawing .box .result_area h2 span {
  display: inline-block;
  margin: 0 0 0 0.5em;
  font-size: 0.8em;
  font-weight: 700;
}
.page_sim_drawing .box .result_area h2 + p {color: #ff0000;}
.page_sim_drawing .box .result_area h3 {
  position: relative;
  z-index: 0;
  color: var(--color01);
  font-size: 26px;
  font-weight: 500;
  margin: 90px 0 50px;
  padding: 0 0 0 1.5em;
}
.page_sim_drawing .box .result_area h3::before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 1em;
  height: 2px;
  background: var(--color01);
  inset: 0.85em auto 0 0;
}
.page_sim_drawing .box .result_area table {
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}
.page_sim_drawing .box .result_area table caption {caption-side: bottom;text-align: left;}
.page_sim_drawing .box .result_area table td {
  font-family: var(--inter);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  padding: 0 1em;
  width: 24%;
  height: 60px;
  background: #ddeaf6;
  border: solid 4px #FFFFFF;
  color: var(--color01);
}
.page_sim_drawing .box .result_area table td:nth-of-type(1) {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #f5f5f5;
  border-left: none;
  color: #000000;
}
.page_sim_drawing .box .result_area table tr:nth-of-type(1) td {
  color: #FFFFFF;
  font-size: 16px;
  background: var(--color01);
}
.page_sim_drawing .box .result_area table tr:nth-of-type(1) td:nth-of-type(1) {
  background: none;
  color: transparent;
}
.page_sim_drawing .box .result_area h3 > span span {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.page_sim_drawing .box .result_area h3 + div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page_sim_drawing .box .result_area h3 + div figure {
  width: 250px;
  text-align: center;
  font-size: 18px;
}
.page_sim_drawing .box .result_area h3 + div figure img {margin: 0 auto 10px;}
.page_sim_drawing .box .result_area h3 + div p {width: calc(100% - 250px);line-height: 2;}

.page_sim_drawing .form_area {
  position: relative;
  z-index: 1;
  padding: 60px 0 50px;
  margin: 90px auto 0;
}
.page_sim_drawing .form_area::before ,
.page_sim_drawing .form_area::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 150vw;
  height: 1px;
  margin: auto;
  background: #000000;
}
.page_sim_drawing .form_area::before {inset: 0 -150vw auto;}
.page_sim_drawing .form_area::after {inset: auto -150vw 0;}
.page_sim_drawing .form_area .box {
  display: block;
  padding-top: 0;
}
.page_sim_drawing .form_area .box::before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 80px;
  height: 30px;
  background: var(--color01);
  inset: 0 0 auto;
  margin: auto;
  clip-path: polygon(0 0,100% 0 ,50% 100%);
}
@media screen and (max-width: 800px) {
  
  .page_sim_drawing .box iframe {height: 480px;}
  .page_sim_drawing .box {
    display: block;
    padding-top: 50px;
  }
  .page_sim_drawing .sim_input {
    width: 100%;
    margin: 0 0 50px;
  }
  .page_sim_drawing .sim_ac {position: static;}
  .page_sim_drawing .sim_ac dd label .palette {padding: 0 1.5em 0 0;}
  .page_sim_drawing .sim_ac dd label figure img {margin: auto;}
  .page_sim_drawing .box .result_area {width: 100%;}
　.page_sim_drawing .box .result_area > div {position: static;}
  .page_sim_drawing .box .result_area h2 {font-size: 26px;}
  .page_sim_drawing .box .result_area h2 span {
    display: block;
    margin: 0;
    font-size: 22px;
  }
  .page_sim_drawing .box .result_area h3 {
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    margin: 50px 0 30px;
  }
  .page_sim_drawing .box .result_area h3 > span {width: calc(100% - 6em);}
  
  .page_sim_drawing .box .result_area table td {
    font-size: 14px;
    border: solid 1px #FFFFFF;
    padding: 0.4em 0.25em;
  }
  .page_sim_drawing .box .result_area table td:nth-of-type(1) {font-size: 14px;}
  .page_sim_drawing .box .result_area table tr:nth-of-type(1) td {font-size: 14px;}
  .page_sim_drawing .box .result_area h3 > span span {font-size: 14px;}
  .page_sim_drawing .box .result_area h3 + div {display: block;}
  .page_sim_drawing .box .result_area h3 + div figure {
    width: 100%;
    margin: 0 auto 30px;
  }
  .page_sim_drawing .box .result_area h3 + div p {width: 100%;}
  .page_sim_drawing .form_area {
    padding: 30px 0 20px;
    margin: 50px auto 0;
  }
}

/* -----------------------------------------------------------
  sim_height
----------------------------------------------------------- */

.page_sim_height .box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
  padding-top: 90px;
  opacity: 0;
  transition: 1s;
}
.loaded .page_sim_height .box {opacity: 1;}
.page_sim_height .sim_input {width: 260px;}
.page_sim_height .sim_ac {
  position: sticky;
  top: 90px;
}
.page_sim_height .sim_ac .data_box dl dt {border-top: none;}
.page_sim_height .box .result_area {
  width: calc(100% - 350px);
}
.page_sim_height .box .result_area > div {
  position: sticky;
  top: 90px;
}
.page_sim_height .box .result_area > div figure {border: solid 1px #000000;}
.page_sim_height .box .result_area > div figure img {width: 100%;}
.page_sim_height .box .result_area > div > div {
  position: absolute;
  z-index: 0;
  inset: 0;
  aspect-ratio: 750 / 1150;
  opacity: 0;
  transition: 1s;
}
.page_sim_height .box .result_area.active > div > div {opacity: 1;}
.page_sim_height .box .result_area > div > div > img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  max-width: 100%;
}
.page_sim_height .box .result_area > div > div > p {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: min(1.05vw , 18px);
  font-weight: 500;
  width: 40%;
  padding: 0.25em 0.75em;
  background: #FFFFFF;
}
.page_sim_height .box .result_area > div > div > p:nth-of-type(1) {inset: auto auto 5.25% 6.6%;}
.page_sim_height .box .result_area > div > div > p:nth-of-type(3) {inset: auto 6.6% 5.25% auto;}
.page_sim_height .box .result_area > div > div > p:nth-of-type(4) {inset: 4% 6.6% auto auto;}
.page_sim_height .box .result_area > div > div > p:nth-of-type(2) {inset: 50% 6.6% auto auto;transform: translateY(-30%);}
.page_sim_height .box .result_area > div > div > p > span {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page_sim_height .box .result_area > div > div > p > span > span {
  color: var(--color01);
  font-size: 1.6em;
  font-weight: 900;
  margin: 0 0.25em 0 0;
}
.page_sim_height .box .result_area > div > p:nth-last-of-type(1) {
  font-weight: 300;
  margin: 0.5em 0 0;
}

@media screen and (max-width: 1200px) {
  .page_sim_height .box .result_area > div > div > p {font-size: min(1.35vw , 18px);}
}

@media screen and (max-width: 800px) {

  .page_sim_height .box {
    display: block;
    padding-top: 50px;
  }
  .page_sim_height .sim_input {
    width: 100%;
    margin: 0 0 50px;
  }
  .page_sim_height .sim_ac {position: static;}
  .page_sim_height .box .result_area {width: 100%;}
  .page_sim_height .box .result_area > div {position: static;}
  .page_sim_height .box .result_area > div > div {
    position: static;
    aspect-ratio: auto;
    height: 0;
  }
  .page_sim_height .box .result_area.active > div > div {height: auto;}
  .page_sim_height .box .result_area > div > div > img {display: none;}
  .page_sim_height .box .result_area > div > div > p {
    position: static;
    font-size: 14px;
    width: 100%;
    padding: 0.25em 0.75em;
    margin: 0 0 15px;
    border: solid 1px #000000;
  }
  .page_sim_height .box .result_area > div > div > p:nth-of-type(2) {transform: translateY(0);}
  .page_sim_height .box .result_area > div > div > p > span > span {font-size: 2.1em;}


}



/* -----------------------------------------------------------
  sim_portal
----------------------------------------------------------- */

.page_portal.page_sim .title_area {
  height: auto;
  padding-top: 60px;
  padding-bottom: 70px;
}
.page_portal.page_sim .title_area:after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 150vw;
  height: 1px;
  background: #000000;
  margin: auto;
  inset: auto -150vw 0;
}
.page_portal.page_sim .title_area h1 {
  width: 100%;
  max-width: 714px;
  margin: 0 auto;
}

hr#virtual {
  background: none;
  border: none;
  height: 0;
  margin: 0;
  padding: 0;
}
.sim_example {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sim_example li {width: 22.3%;}
.sim_example li figure {
  position: relative;
  z-inex: 0;
  aspect-ratio: 245 / 300;
  border: solid 1px #000000;
  margin: 0 0 20px;
}
.sim_example li figure::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  inset: 0;
  border: solid 4px var(--color01);
  opacity: 0;
}
.sim_example li.show figure::after {opacity: 1;}
.sim_example li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sim_example li p {
  color: var(--color01);
  font-size: min(1vw, 1em);
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.sim_example li p span {
  display: block;
  font-size: 2.1875em;
  font-weight: 700;
  font-family: var(--inter);
}
.sim_radio {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 70px 0 50px;
}
.sim_radio::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 150vw;
  height: 1px;
  background: #000000;
  inset: auto -150vw 0;
  margin: auto;
}
.sim_radio label {
  display: block;
  width: 31.2%;
  height: 60px;
  margin: 0 0 40px;
}
.sim_radio label input {line-height: 0;}
.sim_radio label span {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 58px;
  text-align: center;
  font-size: min(1.125vw, 1.125em);
  font-weight: 500;
  border: solid 1px #000000;
  cursor: pointer;
}
.sim_radio label:hover span {
  color: var(--color01);
  border: solid 1px var(--color01);
}
.sim_radio label input[type="radio"]:checked + span {
  color: #FFFFFF;
  background: var(--color01);
  border: solid 1px var(--color01);
}
.sim_select {display: none;}
.selected_area {
  position: relative;
  z-index: 0;
  padding: 90px 0;
  display: none;
}
.selected_area::before ,
.selected_area::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  margin: auto;
}
.selected_area::before {
  width: 80px;
  height: 30px;
  background: var(--color01);
  clip-path: polygon(0 0 ,100% 0,50% 100%);
  inset: 0 0 auto;
}
  
.selected_area ul {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
}
.selected_area ul:has(li.show:nth-child(3)) {justify-content: space-between;}
.selected_area ul li {
  width: 31.2%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: min(1.125vw, 1.125em);
  font-weight: 500;
  color: #FFFFFF;
  background: var(--color01);
  margin: 0 1.5%;
  display: none;
}
.selected_area ul li.show {display: block;}
.selected_area ul:has(li.show:nth-child(3)) li {margin: 0;}

.sim_banner {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
  display: none;
}
.sim_banner.show {display: block;}
.sim_banner:nth-of-type(1)::before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  margin: auto;
  width: 150vw;
  height: 1px;
  background: #000000;
  inset: -1px -150vw auto;
}
.sim_banner::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  margin: auto;
  width: 150vw;
  height: 1px;
  background: #000000;
  inset: auto -150vw 0;
}
.sim_banner a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 50px min(5%, 50px) 80px;
}
.sim_banner a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 150%;
  height: 100%;
  background: #F5f5f5;
  margin: auto;
  inset: 0 -150vw auto;
  opacity: 0;
  transition: 0.5s;
}
.sim_banner a:hover::after {opacity: 1;}
.sim_banner:nth-of-type(even) a {flex-flow: row-reverse;}
.sim_banner a figure {
  width: 57%;
  margin: 0 5.5% 0 0;
  border: solid 1px #000000;
  overflow: hidden;
}
.sim_banner:nth-of-type(even) a figure {margin: 0 0 0 5.5%;}
.sim_banner a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.sim_banner a:hover figure img {transform: scale(1.1);}
.sim_banner a > div {
  max-width: 380px;
  margin: 0 0 3%;
  font-size: min(1vw, 1em);
}
.sim_banner a > div > span {
  display: block;
  font-family: var(--inter);
  font-weight: 600;
  font-size: 1.25em;
  margin: 0 0 0.25em;
}
.sim_banner a > div > h3 {
  color: var(--color01);
  font-size: 2em;
  font-weight: 700;
  font-feature-settings: "palt";
  margin: 0 0 0.75em;
}
.sim_banner a > div > p {
  font-size: min(1vw, 1em);
}
.sim_banner a > div .btn_more {
  font-size: 1.125em;
  margin: 1em 0 0;
}

@media screen and (max-width: 1600px) {
  
  .sim_banner {max-width: 1200px;}
  .sim_banner a {padding: 50px min(5%, 30px) 80px;}
  .sim_banner a figure {
    width: 55%;
    margin: 0 5% 0 0;
  }
  .sim_banner:nth-of-type(even) a figure {margin: 0 0 0 5%;}
  .sim_banner a > div {width: 35%;}  
}

@media screen and (max-width: 1200px) {
  hr#virtual {
    margin-top: -100px;
    padding-top: 100px;
  }
  .sim_example li p {font-size: min(1.2vw, 1em);}
  .sim_radio label {margin: 0 0 3%;}
  .sim_radio label span {font-size: min(1.6875vw, 1.125em);}
  .selected_area ul li {font-size: min(1.6875vw, 1.125em);}
  .sim_banner a figure {
    width: 55%;
    margin: 0 5% 0 0;
    border: solid 1px #000000;
    overflow: hidden;
  }
  .sim_banner:nth-of-type(even) a figure {margin: 0 0 0 5%;}
  .sim_banner a > div {
    width: 40%;  
    max-width: 100%;
    margin: 0;
    font-size: min(1.5vw, 1em);
  }
  .sim_banner a > div > h3 {font-size: 1.8em;}
  .sim_banner a > div > p {font-size: min(1.5vw, 1em);}
}


@media screen and (max-width: 800px) {
  
  .page_portal.page_sim .title_area {
    padding-top: 50px;
    padding-bottom: 55px;
  }
  .page_portal.page_sim .title_area h1 {max-width: 300px;}  
  .sim_example li {
    width: 46%;
    margin: 0 0 30px;
  }
  .sim_example li p {font-size: 12px;}
  .sim_example li p span {font-size: 2em;}
  .sim_radio {display: none;}
  .sim_select {
    position: relative;
    z-index: 1;
    display: block;
    padding: 20px 0 50px;
    cursor :pointer;
  }
  .sim_select::before {
    position: absolute;
    z-index: 0;
    display: block;
    content: "";
    margin: auto;
    width: 150vw;
    height: 1px;
    background: #000000;
    inset: auto -150vw 0;
  }  
  .sim_select::after {
    position: absolute;
    z-index: 0;
    display: block;
    content: "";
    width: 1.5em;
    height: 1.5em;
    margin: auto;
    inset: 40px 20px auto auto;
    background: url("../img/common/ico_ab.svg") no-repeat center / contain;
    pointer-events: none;
  }
  .sim_select select {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    padding: 0 20px;
    border: solid 1px #000000;
  }
  .selected_area {padding: 50px 0 30px;}
  .selected_area ul {display: block;}
  .selected_area ul li {
    width: 100%;
    font-size: 16px;
    background: var(--color01);
    margin: 0 0 20px;
  }
  .selected_area ul:has(li.show:nth-child(3)) li {margin: 0 0 20px;}
  .sim_banner a {
    display: block;
    padding: 40px min(5%, 30px);
  }
  .sim_banner a figure {
    width: 100%;
    margin: 0 auto 30px;
  }
  .sim_banner:nth-of-type(even) a figure {margin: 0 auto 30px;}
  .sim_banner a > div {
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 14px;
  }
  .sim_banner a > div > span {font-size: 14px;}
  .sim_banner a > div > h3 {font-size: 1.5em;}
  .sim_banner a > div > p {font-size: 14px;}
  .sim_banner a > div .btn_more {font-size: 1.35em;}
}

/* -----------------------------------------------------------
  sim_design
----------------------------------------------------------- */

.page_sim_design aside {
  z-index: 0;
  padding: 0;
}

.page_sim_design .title_area + .box {position: relative;z-index: 2;}
.page_sim_design .title_area + .box::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 150vw;
  height: 1px;
  background: #000000;
  inset: auto -150vw -90px;
  margin: auto;
}
.page_sim_design .tab_menu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 90px auto;
}
.page_sim_design .tab_menu li {
  width: 30%;
  height: 60px;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  border: solid 1px #000000;
}
.page_sim_design .tab_menu li:hover {
  color: var(--color01);
  border: solid 1px var(--color01);
}
.page_sim_design .tab_menu li.active {
  background: var(--color01);
  color: #FFFFFF;
  border: solid 1px var(--color01);
}
.page_sim_design .tab_content {
  display: none;
  border-top: solid 1px #000000;
}
.page_sim_design .tab_content.active {display: block;}

.page_sim_design .editor_contents h1 {margin-bottom: 70px;}
.page_sim_design .editor_contents h1 span {
  font-size: 0.5em;
  vertical-align: middle;
  display: inline-block;
}
.page_sim_design .sim_ac {margin: 0 0 70px;}
.page_sim_design .sim_ac label figure {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 285 / 108;
  margin: 5px 0 0;
}
.page_sim_design .sim_ac label input:checked + span + figure::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  inset: 0;
  box-shadow: inset 0 0 0 3px var(--color01);
  pointer-events: none;
}
.page_sim_design .sim_ac label figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_sim_design .sim_ac {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.page_sim_design .sim_ac > dl {
  position: relative;
  z-index: 0;
  margin: 0 30px 0 0;
}
.page_sim_design .sim_ac > dl > dd {
  position: absolute;
  z-index: 1;
  inset: 60px 0 auto;
}
.page_sim_design .result_area {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 4600 / 1920;
}
.page_sim_design .result_area::after {
  position: absolute;
  z-index: 3;
  display: block;
  content: "";
  width: 12%;
  height: auto;
  aspect-ratio: 134 / 49;
  background: url("../img/sim/design/ihi_logo.png") no-repeat center / contain;
  inset: auto 3% 5% auto;
}
.page_sim_design .result01 {margin: 0 auto 70px}
.page_sim_design .result01 > div {
  aspect-ratio: 4600 / 1920;
  position: absolute;
  inset: 0;
  transition: opacity 1s;
  opacity: 1;
  background-size: cover!important;
  background-position: center!important;
}
.page_sim_design .result01 .fadeout {opacity: 0;}



.page_sim_design .result01 #wall {z-index: 2;}
.page_sim_design .result01 #type {z-index: 1;}
.page_sim_design .result01 #town {z-index: 0;}

/* 景観 */
.page_sim_design .result01 .town01 {background: url("../img/sim/design/town01-1.png");}
.page_sim_design .result01 .town02 {background: url("../img/sim/design/town02-1.png");}
.page_sim_design .result01 .town03 {background: url("../img/sim/design/town03-1.png");}
.page_sim_design .result01:has(.type02) .town01,
.page_sim_design .result01:has(.type03) .town01,
.page_sim_design .result01:has(.type05) .town01 {background: url("../img/sim/design/town01-2.png");}
.page_sim_design .result01:has(.type02) .town02,
.page_sim_design .result01:has(.type03) .town02,
.page_sim_design .result01:has(.type05) .town02 {background: url("../img/sim/design/town02-2.png");}
.page_sim_design .result01:has(.type02) .town03,
.page_sim_design .result01:has(.type03) .town03,
.page_sim_design .result01:has(.type05) .town03 {background: url("../img/sim/design/town03-2.png");}

/* 機械式 */
.page_sim_design .result01 .type01,
.page_sim_design .result01 .type04 {background: url("../img/sim/design/type01-1.png");}
.page_sim_design .result01:has(.town02) .type01,
.page_sim_design .result01:has(.town02) .type04 {background: url("../img/sim/design/type01-2.png");}
.page_sim_design .result01:has(.town03) .type01,
.page_sim_design .result01:has(.town03) .type04 {background: url("../img/sim/design/type01-3.png");}

.page_sim_design .result01 .type02,
.page_sim_design .result01 .type03,
.page_sim_design .result01 .type05 {background: url("../img/sim/design/type02-1.png");}
.page_sim_design .result01:has(.town02) .type02,
.page_sim_design .result01:has(.town02) .type03,
.page_sim_design .result01:has(.town02) .type05 {background: url("../img/sim/design/type02-2.png");}
.page_sim_design .result01:has(.town03) .type02,
.page_sim_design .result01:has(.town03) .type03,
.page_sim_design .result01:has(.town03) .type05 {background: url("../img/sim/design/type02-3.png");}

/* 壁面 */
.page_sim_design .result01 .wall01 {background: none;}
.page_sim_design .result01:has(.type01) .wall02,
.page_sim_design .result01:has(.type04) .wall02 {background: url("../img/sim/design/wall01-1.png");}
.page_sim_design .result01:has(.type02) .wall02,
.page_sim_design .result01:has(.type03) .wall02,
.page_sim_design .result01:has(.type05) .wall02 {background: url("../img/sim/design/wall01-2.png");}

/*内装*/
.page_sim_design .result02 {
  margin: 0 auto 20px;
  aspect-ratio: 1600 / 686;
}
.page_sim_design .result02 > div {
  aspect-ratio: 1600 / 686;
  position: absolute;
  inset: 0;
  transition: opacity 1s;
  opacity: 1;
  background-size: cover!important;
  background-position: center;
}
.page_sim_design .result02 .fadeout {opacity: 0;}

.page_sim_design .result02 > .floor01.inner01 {background: url("../img/sim/design/inner0101.jpg") no-repeat center / cover;}
.page_sim_design .result02 > .floor01.inner02 {background: url("../img/sim/design/inner0102.jpg") no-repeat center / cover;}
.page_sim_design .result02 > .floor01.inner03 {background: url("../img/sim/design/inner0103.jpg") no-repeat center / cover;}
.page_sim_design .result02 > .floor02.inner01 {background: url("../img/sim/design/inner0201.jpg") no-repeat center / cover;}
.page_sim_design .result02 > .floor02.inner02 {background: url("../img/sim/design/inner0202.jpg") no-repeat center / cover;}
.page_sim_design .result02 > .floor02.inner03 {background: url("../img/sim/design/inner0203.jpg") no-repeat center / cover;}
.page_sim_design .result02 > .floor03.inner01 {background: url("../img/sim/design/inner0301.jpg") no-repeat center / cover;}
.page_sim_design .result02 > .floor03.inner02 {background: url("../img/sim/design/inner0302.jpg") no-repeat center / cover;}
.page_sim_design .result02 > .floor03.inner03 {background: url("../img/sim/design/inner0303.jpg") no-repeat center / cover;}

@media screen and (max-width: 800px) {
  .page_sim_design .title_area + .box::after {inset: auto -150vw -50px;}
  .page_sim_design .title_area + .box > div {
    position: relative;
    z-index: 1;
    height: 60px;
    margin: 50px auto;
  }
  .page_sim_design .tab_menu {
    position: absolute;
    z-index: 2;
    display: block;
    inset: 0 0 auto;
    margin: 0;
    border: solid 1px #000000;
    border-bottom: none;
  }
  .page_sim_design .tab_menu::after {
    position: absolute;
    z-index: 1;
    inset: 1.2em 1.25em auto auto;
    margin: auto;
    display: block;
    content: "";
    width: 1.8em;
    height: 1.8em;
    background: url(../img/common/ico_ab.svg) no-repeat center / contain;
  }
  .page_sim_design .tab_menu.open::after {transform: rotate(180deg);}
  .page_sim_design .tab_menu li {
    display: none;
    width: 100%;
    font-size: 16px;
    border-left: none;
    border-right: none;
    border-top: none;
    background: #FFFFFF;
    text-align: left;
    padding: 0 1.5em;
  }
  .page_sim_design .tab_menu li.select {display: block;}
  .page_sim_design .tab_menu li.active {
    display: block;
    color: #000000;
    background: #FFFFFF;
    border: solid 1px #000000;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  .page_sim_design .tab_menu li:hover {
    color: #000000;
    background: #FFFFFF;
    border: solid 1px #000000;
    border-left: none;
    border-right: none;
    border-top: none;
  }


  .page_sim_design .editor_contents h1 {margin-bottom: 50px;}
  .page_sim_design .editor_contents h1.interior + .sim_ac::before {inset: -50px -150vw auto;}
  .page_sim_design .sim_ac {margin: 0 0 50px;}
  .page_sim_design .sim_ac label figure {aspect-ratio: 285 / 120;}
  .page_sim_design .sim_ac {display: block;}
  .page_sim_design .sim_ac > dl {
    width: 100%;
    margin: 0;
  }
  .page_sim_design .sim_ac dl dt {border-top: none;} 
  .page_sim_design .sim_ac dl:nth-of-type(1) dt {border-top: solid 1px #000000;} 
  .page_sim_design .sim_ac dl dd {position: static;}
  .page_sim_design .result_area {aspect-ratio: 375 / 210;}
  .page_sim_design .result01 {margin: 0 auto 50px}
  .page_sim_design .result01 > div {aspect-ratio: 375 / 210;}

  /*内装*/
  .page_sim_design .result02 {aspect-ratio: 375 / 210;}
  .page_sim_design .result02 > div {aspect-ratio: 375 / 210;}

}

/* -----------------------------------------------------------
  sim_gateway
----------------------------------------------------------- */

.gateway .box + .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1500px;
}
.gateway .box .sim_ac {
  display: block;
  width: 260px;
  margin: 0;
}
.sim_ac label.g_type01 {display: block;}
.sim_ac label.g_type02 {display: none;}
.page_sim_design .gateway .box .sim_ac .btn_modal {margin: 30px auto 10px!important;}
.page_sim_design .gateway .box .sim_ac > dl > dt {border-top: solid 1px #000000;border-bottom: none;}
.page_sim_design .gateway .box .sim_ac > dl > dt.open {border-bottom: solid 1px #000000;}
.page_sim_design .gateway .box .sim_ac > dl > dd {
  position: relative;
  display: block;
  top: 0;
  border-bottom: none;
}
.page_sim_design .gateway .box .sim_ac dl > dd {display: block;}
.page_sim_design .gateway .box .sim_ac dl > dd .remote {
  font-size: 75%;
  margin: 1em 0 0;
  align-items: flex-start;
  font-weight: 500;
}
.page_sim_design .sim_ac > dl > dd.parents {padding: 0;}
.page_sim_design .sim_ac > dl > dd.parents dl {
  width: 100%;
}
.page_sim_design .gateway .box .sim_ac > dl > dd.parents > dl > dt {
  width: 100%;
  height: auto;
  line-height: 1.3;
  font-size: 16px;
  padding: 0.5em 2.5em 0.5em 1em;
  border: none;
  border-bottom: solid 1px #000000;
}
.page_sim_design .gateway .box .sim_ac > dl > dd.parents > dl:nth-of-type(1) > dt {border-top: none;}
.page_sim_design .gateway .box .sim_ac > dl > dd.parents dl dt:hover ,
.page_sim_design .gateway .box .sim_ac > dl > dd.parents dl dt.open {
  background: #dcdcdc;
  color: #000000;
  border-bottom: solid 1px #000000;
}
.page_sim_design .sim_ac > dl > dd.parents dl dt::after,
.page_sim_design .sim_ac > dl > dd.parents dl dt:hover::after {background: url("../img/common/ico_ab.svg") no-repeat center / contain;}
.page_sim_design .sim_ac > dl > dd.parents dl dt:hover::after {transform: rotate(0deg);}
.page_sim_design .sim_ac > dl > dd.parents dl dt.open::after {background: url("../img/common/ico_ab.svg") no-repeat center / contain;transform: rotate(180deg);}
.page_sim_design .sim_ac > dl > dd.parents dl dt span {display: inline-block;}
.page_sim_design .sim_ac > dl > dd.parents dl dd {
  border-left: none;
  border-right: none;
}

.sim_ac dd label.color0101 input + span::before {background: #232424;border: solid 1px #646464;}
.sim_ac dd label.color0101 input:checked + span::before {background: #FFFFFF;box-shadow: inset 0 0 0 4px #232424;}
.sim_ac dd label.color0102 input + span::before {background: #182b54;border: solid 1px #646464;}
.sim_ac dd label.color0102 input:checked + span::before {background: #FFFFFF;box-shadow: inset 0 0 0 4px #182b54;}
.sim_ac dd label.color0103 input + span::before {background: #363636;border: solid 1px #646464;}
.sim_ac dd label.color0103 input:checked + span::before {background: #FFFFFF;box-shadow: inset 0 0 0 4px #363636;}
.sim_ac dd label.color0104 input + span::before {background: #797b7a;border: solid 1px #646464;}
.sim_ac dd label.color0104 input:checked + span::before {background: #FFFFFF;box-shadow: inset 0 0 0 4px #797b7a;}
.sim_ac dd label.color0105 input + span::before {background: #c2c2c2;border: solid 1px #646464;}
.sim_ac dd label.color0105 input:checked + span::before {background: #FFFFFF;box-shadow: inset 0 0 0 4px #c2c2c2;}
.sim_ac dd label.color0106 input + span::before {background: #ac9361;border: solid 1px #646464;}
.sim_ac dd label.color0106 input:checked + span::before {background: #FFFFFF;box-shadow: inset 0 0 0 4px #ac9361;}
.sim_ac dd label.color0107 input + span::before {background: #8e8e8e;border: solid 1px #646464;}
.sim_ac dd label.color0107 input:checked + span::before {background: #FFFFFF;box-shadow: inset 0 0 0 4px #8e8e8e;}
.sim_ac dd label.color0108 input + span::before {border: solid 1px #646464;}
.sim_ac dd label.color0109 input + span::before {background: #cabe97;border: solid 1px #646464;}
.sim_ac dd label.color0109 input:checked + span::before {background: #FFFFFF;box-shadow: inset 0 0 0 4px #cabe97;}
.sim_ac dd label.color0110 input + span::before {background: #5d5f5e;border: solid 1px #646464;}
.sim_ac dd label.color0110 input:checked + span::before {background: #FFFFFF;box-shadow: inset 0 0 0 4px #5d5f5e;}
.sim_ac dd label.color0111 input + span::before {background: #e4e7d4;border: solid 1px #646464;}
.sim_ac dd label.color0111 input:checked + span::before {background: #FFFFFF;box-shadow: inset 0 0 0 4px #e4e7d4;}
.sim_ac dd label.color0112 input + span::before {background: #d8ddc0;border: solid 1px #646464;}
.sim_ac dd label.color0112 input:checked + span::before {background: #FFFFFF;box-shadow: inset 0 0 0 4px #d8ddc0;}

.modal .inner .color_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.modal .inner .color_list::before ,
.modal .inner .color_list::after {
  order: 1;
  display: block;
  width: 21%;
  content: "";
}
.modal .inner .color_list li {
  width: 21%;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px;
}
.modal .inner .color_list li > div {
  height: 80px;
  border: solid 1px #646464;
  margin: 0 auto 10px;
}
.modal .inner .color_list li .color0101 {background: #232424;}
.modal .inner .color_list li .color0102 {background: #182b54;}
.modal .inner .color_list li .color0103 {background: #363636;}
.modal .inner .color_list li .color0104 {background: #797b7a;}
.modal .inner .color_list li .color0105 {background: #c2c2c2;}
.modal .inner .color_list li .color0106 {background: #ac9361;}
.modal .inner .color_list li .color0107 {background: #8e8e8e;}
.modal .inner .color_list li .color0108 {background: #FFFFFF;}
.modal .inner .color_list li .color0109 {background: #cabe97;}
.modal .inner .color_list li .color0110 {background: #5d5f5e;}
.modal .inner .color_list li .color0111 {background: #e4e7d4;}
.modal .inner .color_list li .color0112 {background: #d8ddc0;}
.modal .inner .hariwake {justify-content: space-between;}
.modal .inner .hariwake figure {width: 47%;}
.modal .inner .hariwake figure img {width: 100%;}
.modal .inner .hariwake .color_list {width: 47%;}
.modal .inner .hariwake .color_list li {width: 44%;}
.modal .inner .lidar {justify-content: space-between;}
.modal .inner .lidar figure {width: 53%;}
.modal .inner .lidar figure img {width: 100%;}
.modal .inner .lidar p {width: 42%;}
.result_area.result03 {
  position: sticky;
  top: 70px;
  width: calc((100% - 260px)*0.9);
}
.result_area.result03 #gateway_box {
  aspect-ratio: 3 / 2;
  border: solid 1px #333;
}




  .result_area.result03 #gateway_box > div {position: absolute;width: 100%;height:100%;inset: 0;}
  .result_area.result03 #gateway_box > div::after {display: block;position: absolute;}
  .result_area.result03 #gateway_box >#g_type::after {top: 0;}
  .result_area.result03 #gateway_box >#g_color::after {top: 1.5em;}
  .result_area.result03 #gateway_box >#g_open::after {top: 3em;}
  .result_area.result03 #gateway_box >#g_d_color::after {top: 4.5em;}
  .result_area.result03 #gateway_box >#g_system::after {top: 6em;}
  .result_area.result03 #gateway_box >#g_panel01::after {top: 7.5em;}
  .result_area.result03 #gateway_box >#g_panel02::after {top: 9em;}
  .result_area.result03 #gateway_box >#g_remocon::after {top: 10.5em;}
  .result_area.result03 #gateway_box >#g_exting::after {top: 12em;}
  .result_area.result03 #gateway_box >#g_lamp::after {top: 13.5em;}
  .result_area.result03 #gateway_box >#g_meiban::after {top: 15em;}
  .result_area.result03 #gateway_box >#g_other::after {top: 16.5em;}
  
  #g_type.g_type01 {background: url("../img/sim/gateway/g_type01.png") no-repeat center / cover;}/*自立*/
  #g_type.g_type02 {background: url("../img/sim/gateway/g_type02.png") no-repeat center / cover;}/*ビル内*/
  #g_color.g_color0101 {background: url("../img/sim/gateway/g_color0101.png") no-repeat center / cover,url("../img/sim/gateway/ceiling0101.png") no-repeat center / cover;}/*ブラック*/
  #g_color.g_color0102 {background: url("../img/sim/gateway/g_color0102.png") no-repeat center / cover,url("../img/sim/gateway/ceiling0102.png") no-repeat center / cover;}/*ダークブルー*/
  #g_color.g_color0103 {background: url("../img/sim/gateway/g_color0103.png") no-repeat center / cover,url("../img/sim/gateway/ceiling0103.png") no-repeat center / cover;}/*コゲチャ*/
  #g_color.g_color0104 {background: url("../img/sim/gateway/g_color0104.png") no-repeat center / cover,url("../img/sim/gateway/ceiling0104.png") no-repeat center / cover;}/*グレー*/
  #g_color.g_color0105 {background: url("../img/sim/gateway/g_color0105.png") no-repeat center / cover,url("../img/sim/gateway/ceiling0105.png") no-repeat center / cover;}/*サンドホワイト*/
  #g_color.g_color0106 {background: url("../img/sim/gateway/g_color0106.png") no-repeat center / cover,url("../img/sim/gateway/ceiling0106.png") no-repeat center / cover;}/*ライトブラウン*/
  #g_color.g_color0107 {background: url("../img/sim/gateway/g_color0107.png") no-repeat center / cover,url("../img/sim/gateway/ceiling0107.png") no-repeat center / cover;}/*グレーメタリック*/
  #g_color.g_color0108 {background: url("../img/sim/gateway/g_color0108.png") no-repeat center / cover,url("../img/sim/gateway/ceiling0108.png") no-repeat center / cover;}/*ホワイト*/
  #g_color.g_color0109 {background: url("../img/sim/gateway/g_color0109.png") no-repeat center / cover,url("../img/sim/gateway/ceiling0109.png") no-repeat center / cover;}/*ベージュ*/
  #g_color.g_color0110 {background: url("../img/sim/gateway/g_color0110.png") no-repeat center / cover,url("../img/sim/gateway/ceiling0110.png") no-repeat center / cover;}/*ギングロ*/
  #g_color.g_color0111 {background: url("../img/sim/gateway/g_color0111.png") no-repeat center / cover,url("../img/sim/gateway/ceiling0111.png") no-repeat center / cover;}/*アイボリー*/
  #g_color.g_color0112 {background: url("../img/sim/gateway/g_color0112.png") no-repeat center / cover,url("../img/sim/gateway/ceiling0112.png") no-repeat center / cover;}/*クリーム*/
  #g_color.g_color0201 {background: url("../img/sim/gateway/g_color0201.png") no-repeat center / cover;}/*パネル茶色*/
  #g_color.g_color0202 {background: url("../img/sim/gateway/g_color0202.png") no-repeat center / cover;}/*パネルアイボリー*/
  #g_color.g_color0203 {background: url("../img/sim/gateway/g_color0203.png") no-repeat center / cover;}/*パネル黒*/
  #g_color.g_color0204 {background: url("../img/sim/gateway/g_color0204.png") no-repeat center / cover;}/*タイル茶色*/
  #g_color.g_color0205 {background: url("../img/sim/gateway/g_color0205.png") no-repeat center / cover;}/*タイルアイボリー*/
  #g_color.g_color0206 {background: url("../img/sim/gateway/g_color0206.png") no-repeat center / cover;}/*タイル黒*/

  #g_open.g_open02 + #g_d_color.g_d_color0101 {background: url("../img/sim/gateway/door020101.png") no-repeat center / cover;}/*2枚上開き:ブラック*/
  #g_open.g_open02 + #g_d_color.g_d_color0102 {background: url("../img/sim/gateway/door020102.png") no-repeat center / cover;}/*2枚上開き:ダークブルー*/
  #g_open.g_open02 + #g_d_color.g_d_color0103 {background: url("../img/sim/gateway/door020103.png") no-repeat center / cover;}/*2枚上開き:コゲチャ*/
  #g_open.g_open02 + #g_d_color.g_d_color0104 {background: url("../img/sim/gateway/door020104.png") no-repeat center / cover;}/*2枚上開き:グレー*/
  #g_open.g_open02 + #g_d_color.g_d_color0105 {background: url("../img/sim/gateway/door020105.png") no-repeat center / cover;}/*2枚上開き:サンドホワイト*/
  #g_open.g_open02 + #g_d_color.g_d_color0106 {background: url("../img/sim/gateway/door020106.png") no-repeat center / cover;}/*2枚上開き:ライトブラウン*/
  #g_open.g_open02 + #g_d_color.g_d_color0107 {background: url("../img/sim/gateway/door020107.png") no-repeat center / cover;}/*2枚上開き:グレーメタリック*/
  #g_open.g_open02 + #g_d_color.g_d_color0108 {background: url("../img/sim/gateway/door020108.png") no-repeat center / cover;}/*2枚上開き:ホワイト*/
  #g_open.g_open02 + #g_d_color.g_d_color0109 {background: url("../img/sim/gateway/door020109.png") no-repeat center / cover;}/*2枚上開き:ベージュ*/
  #g_open.g_open02 + #g_d_color.g_d_color0110 {background: url("../img/sim/gateway/door020110.png") no-repeat center / cover;}/*2枚上開き:ギングロ*/
  #g_open.g_open02 + #g_d_color.g_d_color0111 {background: url("../img/sim/gateway/door020111.png") no-repeat center / cover;}/*2枚上開き:アイボリー*/
  #g_open.g_open02 + #g_d_color.g_d_color0112 {background: url("../img/sim/gateway/door020112.png") no-repeat center / cover;}/*2枚上開き: クリーム*/

  #g_open.g_open03 + #g_d_color.g_d_color0101 {background: url("../img/sim/gateway/door030101.png") no-repeat center / cover;}/*3枚上開き:ブラック*/
  #g_open.g_open03 + #g_d_color.g_d_color0102 {background: url("../img/sim/gateway/door030102.png") no-repeat center / cover;}/*3枚上開き:ダークブルー*/
  #g_open.g_open03 + #g_d_color.g_d_color0103 {background: url("../img/sim/gateway/door030103.png") no-repeat center / cover;}/*3枚上開き:コゲチャ*/
  #g_open.g_open03 + #g_d_color.g_d_color0104 {background: url("../img/sim/gateway/door030104.png") no-repeat center / cover;}/*3枚上開き:グレー*/
  #g_open.g_open03 + #g_d_color.g_d_color0105 {background: url("../img/sim/gateway/door030105.png") no-repeat center / cover;}/*3枚上開き:サンドホワイト*/
  #g_open.g_open03 + #g_d_color.g_d_color0106 {background: url("../img/sim/gateway/door030106.png") no-repeat center / cover;}/*3枚上開き:ライトブラウン*/
  #g_open.g_open03 + #g_d_color.g_d_color0107 {background: url("../img/sim/gateway/door030107.png") no-repeat center / cover;}/*3枚上開き:グレーメタリック*/
  #g_open.g_open03 + #g_d_color.g_d_color0108 {background: url("../img/sim/gateway/door030108.png") no-repeat center / cover;}/*3枚上開き:ホワイト*/
  #g_open.g_open03 + #g_d_color.g_d_color0109 {background: url("../img/sim/gateway/door030109.png") no-repeat center / cover;}/*3枚上開き:ベージュ*/
  #g_open.g_open03 + #g_d_color.g_d_color0110 {background: url("../img/sim/gateway/door030110.png") no-repeat center / cover;}/*3枚上開き:ギングロ*/
  #g_open.g_open03 + #g_d_color.g_d_color0111 {background: url("../img/sim/gateway/door030111.png") no-repeat center / cover;}/*3枚上開き:アイボリー*/
  #g_open.g_open03 + #g_d_color.g_d_color0112 {background: url("../img/sim/gateway/door030112.png") no-repeat center / cover;}/*3枚上開き: クリーム*/

  #g_open.g_open04 + #g_d_color.g_d_color0101 {background: url("../img/sim/gateway/door040101.png") no-repeat center / cover;}/*4枚上開き:ブラック*/
  #g_open.g_open04 + #g_d_color.g_d_color0102 {background: url("../img/sim/gateway/door040102.png") no-repeat center / cover;}/*4枚上開き:ダークブルー*/
  #g_open.g_open04 + #g_d_color.g_d_color0103 {background: url("../img/sim/gateway/door040103.png") no-repeat center / cover;}/*4枚上開き:コゲチャ*/
  #g_open.g_open04 + #g_d_color.g_d_color0104 {background: url("../img/sim/gateway/door040104.png") no-repeat center / cover;}/*4枚上開き:グレー*/
  #g_open.g_open04 + #g_d_color.g_d_color0105 {background: url("../img/sim/gateway/door040105.png") no-repeat center / cover;}/*4枚上開き:サンドホワイト*/
  #g_open.g_open04 + #g_d_color.g_d_color0106 {background: url("../img/sim/gateway/door040106.png") no-repeat center / cover;}/*4枚上開き:ライトブラウン*/
  #g_open.g_open04 + #g_d_color.g_d_color0107 {background: url("../img/sim/gateway/door040107.png") no-repeat center / cover;}/*4枚上開き:グレーメタリック*/
  #g_open.g_open04 + #g_d_color.g_d_color0108 {background: url("../img/sim/gateway/door040108.png") no-repeat center / cover;}/*4枚上開き:ホワイト*/
  #g_open.g_open04 + #g_d_color.g_d_color0109 {background: url("../img/sim/gateway/door040109.png") no-repeat center / cover;}/*4枚上開き:ベージュ*/
  #g_open.g_open04 + #g_d_color.g_d_color0110 {background: url("../img/sim/gateway/door040110.png") no-repeat center / cover;}/*4枚上開き:ギングロ*/
  #g_open.g_open04 + #g_d_color.g_d_color0111 {background: url("../img/sim/gateway/door040111.png") no-repeat center / cover;}/*4枚上開き:アイボリー*/
  #g_open.g_open04 + #g_d_color.g_d_color0112 {background: url("../img/sim/gateway/door040112.png") no-repeat center / cover;}/*4枚上開き: クリーム*/

  #g_system.g_system {background: url("../img/sim/gateway/g_system.png") no-repeat center / cover;}/*扉自動閉システム有*/   
  #g_panel01.g_panel01_01 + #g_panel02.g_panel02_left {background: url("../img/sim/gateway/paner01_l.png") no-repeat center / cover;}/*標準: 左配置（非常扉は右）*/  
  #g_panel01.g_panel01_02 + #g_panel02.g_panel02_left {background: url("../img/sim/gateway/paner02_l.png") no-repeat center / cover;}/*内部モニター組込式: 左配置（非常扉は右）*/  
  #g_panel01.g_panel01_03 + #g_panel02.g_panel02_left {background: url("../img/sim/gateway/paner03_l.png") no-repeat center / cover;}/*外付けモニター付き: 左配置（非常扉は右）*/  
  #g_panel01.g_panel01_04 + #g_panel02.g_panel02_left {background: url("../img/sim/gateway/paner04_l.png") no-repeat center / cover;}/*タッチレス: 左配置（非常扉は右）*/  

  #g_panel01.g_panel01_01 + #g_panel02.g_panel02_right {background: url("../img/sim/gateway/paner01_r.png") no-repeat center / cover;}/*標準: 右配置（非常扉は左）*/  
  #g_panel01.g_panel01_02 + #g_panel02.g_panel02_right {background: url("../img/sim/gateway/paner02_r.png") no-repeat center / cover;}/*内部モニター組込式: 右配置（非常扉は左）*/  
  #g_panel01.g_panel01_03 + #g_panel02.g_panel02_right {background: url("../img/sim/gateway/paner03_r.png") no-repeat center / cover;}/*外付けモニター付き: 右配置（非常扉は左）*/  
  #g_panel01.g_panel01_04 + #g_panel02.g_panel02_right {background: url("../img/sim/gateway/paner04_r.png") no-repeat center / cover;}/*タッチレス: 右配置（非常扉は左）*/  


  #gateway_box.g_d_color0101 #g_panel02.g_panel02_left + #side_door {background: url("../img/sim/gateway/door0101_r.png") no-repeat center / cover;}
  #gateway_box.g_d_color0102 #g_panel02.g_panel02_left + #side_door {background: url("../img/sim/gateway/door0102_r.png") no-repeat center / cover;}
  #gateway_box.g_d_color0103 #g_panel02.g_panel02_left + #side_door {background: url("../img/sim/gateway/door0103_r.png") no-repeat center / cover;}
  #gateway_box.g_d_color0104 #g_panel02.g_panel02_left + #side_door {background: url("../img/sim/gateway/door0104_r.png") no-repeat center / cover;}
  #gateway_box.g_d_color0105 #g_panel02.g_panel02_left + #side_door {background: url("../img/sim/gateway/door0105_r.png") no-repeat center / cover;}
  #gateway_box.g_d_color0106 #g_panel02.g_panel02_left + #side_door {background: url("../img/sim/gateway/door0106_r.png") no-repeat center / cover;}
  #gateway_box.g_d_color0107 #g_panel02.g_panel02_left + #side_door {background: url("../img/sim/gateway/door0107_r.png") no-repeat center / cover;}
  #gateway_box.g_d_color0108 #g_panel02.g_panel02_left + #side_door {background: url("../img/sim/gateway/door0108_r.png") no-repeat center / cover;}
  #gateway_box.g_d_color0109 #g_panel02.g_panel02_left + #side_door {background: url("../img/sim/gateway/door0109_r.png") no-repeat center / cover;}
  #gateway_box.g_d_color0110 #g_panel02.g_panel02_left + #side_door {background: url("../img/sim/gateway/door0110_r.png") no-repeat center / cover;}
  #gateway_box.g_d_color0111 #g_panel02.g_panel02_left + #side_door {background: url("../img/sim/gateway/door0111_r.png") no-repeat center / cover;}
  #gateway_box.g_d_color0112 #g_panel02.g_panel02_left + #side_door {background: url("../img/sim/gateway/door0112_r.png") no-repeat center / cover;}

  #gateway_box.g_d_color0101 #g_panel02.g_panel02_right + #side_door {background: url("../img/sim/gateway/door0101_l.png") no-repeat center / cover;}
  #gateway_box.g_d_color0102 #g_panel02.g_panel02_right + #side_door {background: url("../img/sim/gateway/door0102_l.png") no-repeat center / cover;}
  #gateway_box.g_d_color0103 #g_panel02.g_panel02_right + #side_door {background: url("../img/sim/gateway/door0103_l.png") no-repeat center / cover;}
  #gateway_box.g_d_color0104 #g_panel02.g_panel02_right + #side_door {background: url("../img/sim/gateway/door0104_l.png") no-repeat center / cover;}
  #gateway_box.g_d_color0105 #g_panel02.g_panel02_right + #side_door {background: url("../img/sim/gateway/door0105_l.png") no-repeat center / cover;}
  #gateway_box.g_d_color0106 #g_panel02.g_panel02_right + #side_door {background: url("../img/sim/gateway/door0106_l.png") no-repeat center / cover;}
  #gateway_box.g_d_color0107 #g_panel02.g_panel02_right + #side_door {background: url("../img/sim/gateway/door0107_l.png") no-repeat center / cover;}
  #gateway_box.g_d_color0108 #g_panel02.g_panel02_right + #side_door {background: url("../img/sim/gateway/door0108_l.png") no-repeat center / cover;}
  #gateway_box.g_d_color0109 #g_panel02.g_panel02_right + #side_door {background: url("../img/sim/gateway/door0109_l.png") no-repeat center / cover;}
  #gateway_box.g_d_color0110 #g_panel02.g_panel02_right + #side_door {background: url("../img/sim/gateway/door0110_l.png") no-repeat center / cover;}
  #gateway_box.g_d_color0111 #g_panel02.g_panel02_right + #side_door {background: url("../img/sim/gateway/door0111_l.png") no-repeat center / cover;}
  #gateway_box.g_d_color0112 #g_panel02.g_panel02_right + #side_door {background: url("../img/sim/gateway/door0112_l.png") no-repeat center / cover;}

  #g_panel02.g_panel02_left + #side_door + #g_meiban.g_meiban01 {background: url("../img/sim/gateway/meiban_right_out.png") no-repeat center / cover;}
  #g_panel02.g_panel02_left + #side_door + #g_meiban.g_meiban02 {background: url("../img/sim/gateway/meiban_right_on.png") no-repeat center / cover;}
  #g_panel02.g_panel02_right + #side_door + #g_meiban.g_meiban01 {background: url("../img/sim/gateway/meiban_left_out.png") no-repeat center / cover;}
  #g_panel02.g_panel02_right + #side_door + #g_meiban.g_meiban02 {background: url("../img/sim/gateway/meiban_left_on.png") no-repeat center / cover;}

  #g_panel02.g_panel02_left + #side_door + #g_meiban + #g_other.g_other {background: url("../img/sim/gateway/g_other_r.png") no-repeat center / cover;}/*"注意喚起有*/
  #g_panel02.g_panel02_right + #side_door + #g_meiban + #g_other.g_other {background: url("../img/sim/gateway/g_other_l.png") no-repeat center / cover;}/*"注意喚起有*/

  #g_remocon.g_remocon {background: url("../img/sim/gateway/g_remocon.png") no-repeat center / cover;}/*操作用リモコン有*/    
  #g_lamp.g_lamp {background: url("../img/sim/gateway/g_lamp.png") no-repeat center / cover;}/*入庫案内表示灯有"*/   
  



@media screen and (max-width: 800px) {

  .gateway .box + .box {
    display: block;
    padding: 0;
  }
  .gateway .box .sim_ac {
    width: 100%;
    padding: 0 5%;
  }
  
  .modal .inner .color_list li {
    width: 46%;
    margin: 0 0 10px;
  }
  .modal .inner .hariwake figure {width: 100%;}
  .modal .inner .hariwake .color_list {
    width: 100%;
    margin: 0 auto 30px;
  }
  .modal .inner .hariwake .color_list li {width: 46%;}
  .modal .inner .lidar figure ,
  .modal .inner .lidar p {width: 100%;}
  .modal .inner .color_list li > div {
    height: 70px;
    margin: 0 auto 5px;
  }
  
  
  .result_area.result03 {
    position: sticky;
    z-index: 5;
    top: 0;
    width: 100%;
    margin: 0 auto 20px;
    background: #eee;
  }
  
  
}



/* -----------------------------------------------------------
  sim_ssp
----------------------------------------------------------- */

.editor_contents .smooth_caution {
  color: #FF0000;
  margin: 90px 0 50px;
}
.editor_contents .ssp_caution {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.editor_contents .ssp_caution::before {content: "※";}


#pdf_content {
  display: none;
  width: 210mm;
}


.page_sim_deliv .result_text {display: none;}
.page_sim_deliv .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  padding-top: 90px;
}
.page_sim_deliv .box .result_area {
  position: sticky;
  z-index: 0;
  top: 90px;
  width: calc(100% - 350px);
}
.page_sim_deliv .sim_ac {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
}
.page_sim_deliv .sim_ac dd p {flex-wrap: wrap;}
.page_sim_deliv .sim_input.sim_ac dd p {
  font-size: 0.8em;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 1.33;
  margin: 1em 0 0;
}
.page_sim_deliv .sim_ac dd p .caution {
  color: #FF0000;
}
.page_sim_deliv .sim_ac dd p.lift_select {
  font-size: 1em;
  font-weight: 500;
  color: #FF0000;
  margin: 0;
}

.page_sim_deliv .sim_ac dd p > input {width: calc(100% - 3em);}
.page_sim_deliv .sim_ac > dl + dl dt {border-top: none;}
.page_sim_deliv .sim_ac > dl > dd.parents {padding: 0;}
.page_sim_deliv .sim_ac > dl > dd.parents dl {width: 100%;}
.page_sim_deliv .sim_ac > dl > dd.parents dl dt:hover, 
.page_sim_deliv .sim_ac > dl > dd.parents > dl > dt {
  width: 100%;
  height: auto;
  line-height: 1.3;
  font-size: 16px;
  padding: 0.5em 2.5em 0.5em 1em;
  border: none;
}  
.page_sim_deliv .sim_ac > dl > dd.parents dl + dl dt {border-top: solid 1px #000000;}
.page_sim_deliv .sim_ac > dl > dd.parents dl dt.open {
  background: #dcdcdc;
  color: #000000;
  border-bottom: solid 1px #000000;
}
.page_sim_deliv .sim_ac > dl > dd.parents dl dt.open::after {
  background: url("../img/common/ico_ab.svg") no-repeat center / contain;
  transform: rotate(180deg);
}
.page_sim_deliv .sim_ac > dl > dd.parents dl dd {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
  
.page_sim_deliv .editor_contents .table_box {
  position: relative;
  z-index: 0;
  padding: 20px 30px 30px 10px;
  margin: 0 auto 30px;
  border: solid 1px #000000;
}
.page_sim_deliv .editor_contents .table_box > p {
  position: absolute;
  z-index: 1;
  width: fit-content;
  background: #FFFFFF;
  padding: 0.5em;
  line-height: 1;
  margin: auto;
}
.page_sim_deliv .editor_contents .table_box > p:nth-of-type(1) {inset: auto 0 -1em;}
.page_sim_deliv .editor_contents .table_box > p:nth-of-type(2) {
  height: fit-content;
  inset: 0 -1em 0 auto;
}
.page_sim_deliv .editor_contents .table_outer + .center {margin: 0 0 40px;}
.page_sim_deliv .editor_contents .lift_table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.page_sim_deliv .editor_contents .lift_table th {
  width: 11.5%;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
}
.page_sim_deliv .editor_contents .lift_table td {
  width: 11.5%;
  height: 40px;
  line-height: 35px;
  background: #ddeaf6;
  border: solid 5px #FFFFFF;
  visibility: hidden;
}
.page_sim_deliv .editor_contents .lift_table th:nth-of-type(1) {width: 8%;}
.page_sim_deliv .editor_contents .lift_table td label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.page_sim_deliv .editor_contents .lift_table td label input {display: none;}
.page_sim_deliv .editor_contents .lift_table td label input + span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.page_sim_deliv .editor_contents .lift_table td label input + span::after {content: "";}
.page_sim_deliv .editor_contents .lift_table td label input:checked + span {background: var(--color01);}
.page_sim_deliv .editor_contents .lift_table td label input:checked + span::after {
  content: "リフト";
  font-weight: 500;
  color: #FFFFFF;
}
.page_sim_deliv .editor_contents .lift_table td.show {
  opacity: 1;
  visibility: visible;
  background: #ddeaf6;
}
.page_sim_deliv .editor_contents .roof_error {
  color: #F00;
  text-align: center;
  margin: 90px auto 10px;
}
.page_sim_deliv .editor_contents button.calc {
  position: relative;
  width: 380px;
  height: 80px;
  display: block;
  line-height: 80px;
  text-align: center;
  color: var(--color01);
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto 90px;
  background: #ffe475;
  cursor: pointer;
  pointer-events: none;
  opacity: 0.5;
  transition: 0.5s;
}
.page_sim_deliv .editor_contents button.calc.active {
  opacity: 1;
  pointer-events: auto;
}

.page_sim_deliv .editor_contents button.calc::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 150vw;
  height: 1px;
  margin: auto;
  background: #000000;
  inset: auto -100% 0;
  opacity: 0;
  transition: 0.5s;
}
.page_sim_deliv .editor_contents button.calc.open::before {
  opacity: 1;
  inset: auto -300% -90px;
}
.page_sim_deliv .editor_contents button.calc::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 80px;
  height: 30px;
  background: var(--color01);
  inset: auto auto -30px;
  margin: auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}
.page_sim_deliv .editor_contents button.calc.open::after {
  opacity: 1;
  inset: auto -100% -120px;
}
.page_sim_deliv .result_ssp {
  display: none;
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 90px 0 50px;
  margin: 90px auto 0;
}
.result_ssp h2:nth-of-type(1) {margin-top: 0!important;}
.result_ssp h2 span {
  display: inline-block;
  font-size: 16px!important;
  font-feature-settings: "palt";
  vertical-align: middle;
}
.result_time {
  font-size: 2em!important;
  font-weight: 700!important;
  margin: 0!important;
  line-height: 1.3!important;
}
.result_time > span {display: inline-block!important;}
.result_time > span span {font-size: 1.3em!important;}
.result_time > span.result_car {font-size: 0.8em;}
.result_time > span.result_car span {font-size: 1em!important;}
.result_time > .caution_over {font-size: 0.7em;}
.result_time > .caution_over > .caution_tel {
  display: block;
  margin: 0.5em 0 0;
  color: var(--color01);
  font-size: 1.6em!important
}
.result_time > .caution_over > span.result_car {font-size: 1em!important;}
.result_time > .caution_over > span.result_car span {font-size: 1em!important;}


  
#result_cg {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 750 / 511;
}
#result_cg.height01 {background: url("../img/sim/deliv/height01.png") no-repeat center / cover;}
#result_cg.height02 {background: url("../img/sim/deliv/height02.png") no-repeat center / cover;}
#result_cg.height03 {background: url("../img/sim/deliv/height03.png") no-repeat center / cover;}
#result_cg.height04 {background: url("../img/sim/deliv/height04.png") no-repeat center / cover;}
.lift_result {
  position: relative;
  z-index: 0;
  padding: 50px 0 0 70px;
}
.lift_result > p {
  position: absolute;
  z-index: 0;
  margin: 0!important;
  line-height: 1.2!important;
}
.lift_result > p::before ,
.lift_result > p::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  margin: auto;
  inset: 0;
}
.lift_result > p::before {
  background: #FFFFFF;
  z-index: 0;
}
.lift_result > p::after {
  z-index: -1;
  background: var(--color01);
}
.lift_result > p.total_wide {
  inset: 0 0 auto 75px;
  height: 40px;
  border-left: solid 2px var(--color01);
  border-right: solid 2px var(--color01);
}
.lift_result > p.total_height {
  inset: 55px auto 0 0;
  width: 40px;
  border-top: solid 2px var(--color01);
  border-bottom: solid 2px var(--color01);
}
.lift_result > p.total_wide::before {width: 8em;height: 4px;}
.lift_result > p.total_height::before {width: 4px;height: 3.5em;}
.lift_result > p.total_wide::after {width: 100%;height: 2px;}
.lift_result > p.total_height::after {width: 2px;height: 100%;}
.lift_result > p > span {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: fit-content;
  height: fit-content;
  padding: 0.25em 0.5em;
  text-align: center;
  margin: auto;
  inset: -100%;
  font-size: 1.25em;
}
.lift_result > p > span > span {vertical-align: baseline;}
.lift_result > p > span > span:nth-of-type(odd) {
  font-family: var(--inter);
  font-weight: 800;
  color: var(--color01);
  font-size: 0.8em;
}
.lift_result > p > span > span:nth-of-type(even) {font-size: 0.6em;}
.lift_result table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin: 0!important;
}
.lift_result th {
  width: 12.5%;
  height: 0;
}
.lift_result th:nth-of-type(1) {width: 0;}
.lift_result td {
  width: 12.5%;
  height: 0;
  line-height: 35px;
  background: #ddeaf6;
  border: solid 5px #FFFFFF;
  visibility: hidden;
}
.lift_result td.show {
  opacity: 1;
  visibility: visible;
  background: #ddeaf6;
  height: 40px;
}
.lift_result td.lift_cell {background: var(--color01);}
.lift_result td.lift_cell::after {
  content: "リフト";
  font-weight: 500;
  color: #FFFFFF;
}
  
#result_cg > p {
  position: absolute;
  z-index: 0;
  display: inline-block;
  width: fit-content;
  height: fit-content;
  padding: 0.15em;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.25!important;
  margin: auto!important;
}
#result_cg.height01 > p.total_wide {inset: 15% 7% 0 auto;}
#result_cg.height01 > p.total_height {inset: auto 10% -8% auto;}
#result_cg.height01 > p.result_height {inset: 10% auto 0 -2%;}
#result_cg.height02 > p.total_wide {inset: 0 7% 0 auto;}
#result_cg.height02 > p.total_height {inset: auto 10% -8% auto;}
#result_cg.height02 > p.result_height {inset: 2% auto 0 -2%;}
#result_cg.height03 > p.total_wide {inset: 0 7% 20% auto;}
#result_cg.height03 > p.total_height {inset: auto 10% -8% auto;}
#result_cg.height03 > p.result_height {inset: 0 auto 8% -2%;}
#result_cg.height04 > p.total_wide {inset: 0 7% 45% auto;}
#result_cg.height04 > p.total_height {inset: auto 10% -8% auto;}
#result_cg.height04 > p.result_height {inset: 0 auto 18% -2%;}


#result_cg > p > span > span {vertical-align: baseline;}
#result_cg > p > span > span:nth-of-type(odd) {
  font-family: var(--inter);
  font-weight: 800;
  color: var(--color01);
  font-size: 0.8em;
}
#result_cg > p > span > span:nth-of-type(even) {font-size: 0.6em;}
.page_sim_deliv .editor_contents button#savePdfBtn {
  width: 380px;
  height: 80px;
  display: block;
  line-height: 80px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  margin: 90px auto 0;
  background: var(--color01);
  cursor: pointer;
  transition: 0.5s;
}
.page_sim_deliv .editor_contents button#savePdfBtn:hover {opacity: 0.5;}


@media screen and (max-width: 1300px) {  
  .page_sim_deliv .editor_contents .lift_table td label input:checked + span::after ,
  .lift_result td.lift_cell::after {font-size: 0.75em;}
}
@media screen and (max-width: 900px) {  
  .page_sim_deliv .editor_contents .lift_table td label input:checked + span::after ,
  .lift_result td.lift_cell::after {font-size: 0.65em;}
}

@media screen and (max-width: 800px) {  
  .editor_contents .smooth_caution {margin: 50px 0 40px;}
  .page_sim_deliv .box {
    flex-wrap: nowrap;
    flex-direction: column;
    padding-top: 50px;
  }
  .page_sim_deliv .box .result_area {
    position: static;
    width: 100%;
    display: contents;
  }
  .page_sim_deliv .sim_ac {
    width: 100%;
    order: 2;
  }
  .page_sim_deliv .editor_contents .result_area .table_outer {
    order: 1;
    width: 100%;
    overflow-x: auto;
    margin: 30px auto;
  } 
  .page_sim_deliv .editor_contents .table_box {
    width: 100%;
    min-width: 500px;
    margin: 0 0 30px;
  }
  .page_sim_deliv .editor_contents .table_outer + .center {
    width: 100%;
    margin: 0 0 20px;
  }

  .page_sim_deliv .editor_contents .lift_table th {
    height: 30px;
    line-height: 30px;
  }
  .page_sim_deliv .editor_contents .lift_table td {
    height: 30px;
    line-height: 25px;
    border: solid 2px #FFFFFF;
  }
  .page_sim_deliv .editor_contents .roof_error {
    order: 3;
    margin: 50px auto 10px;
  }
  .page_sim_deliv .editor_contents button.calc {
    order: 3;
    width: 100%;
    height: 60px;
    line-height: 60px;
    opacity: 0.5;
    transition: 0s;
  }
  
.page_sim_deliv .editor_contents button.calc.open::before {inset: auto -100% -50px;}
.page_sim_deliv .editor_contents button.calc.open::after {inset: auto -100% -80px;}
  
  .page_sim_deliv .result_ssp {
    order: 3;
    width: 100%;
    padding: 50px 0;
    margin: 50px auto 0;
  }
  .result_ssp h2 span {font-size: 12px!important;}

  .lift_result {
    width: 100%;
    min-width: 500px;
    padding: 50px 0 0 80px;
  }
  .lift_result > p.total_height {inset: 55px auto 0 20px;}
  
  #result_cg.height01 > p.total_wide {inset: 0 0 0 auto;}
  #result_cg.height01 > p.total_height {inset: auto 7% -15% auto;}
  #result_cg.height01 > p.result_height {inset: 7% auto 0 -2%;}
  #result_cg.height02 > p.total_wide {inset: -7% 0 0 auto;}
  #result_cg.height02 > p.total_height {inset: auto 7% -15% auto;}
  #result_cg.height02 > p.result_height {inset: 0 auto 0 -2%;}
  #result_cg.height03 > p.total_wide {inset: 0 0% 30% auto;}
  #result_cg.height03 > p.total_height {inset: auto 7% -15% auto;}
  #result_cg.height03 > p.result_height {inset: 0 auto 10% -2%;}
  #result_cg.height04 > p.total_wide {inset: 0 0% 55% auto;}
  #result_cg.height04 > p.total_height {inset: auto 6% -15% auto;}
  #result_cg.height04 > p.result_height {inset: 0 auto 20% -2%;}

  .page_sim_deliv .editor_contents button#savePdfBtn {
    width: 100%;
    height: 60px;
    line-height: 60px;
    transition: 0s;
  }
  .page_sim_deliv .editor_contents button#savePdfBtn:hover {opacity: 1;}
  
  

}

#pdf_content {position: absolute;left: -9999px;}













