@charset "UTF-8";
.dees-simulation-main {
  display: flex;
}
.dees-simulation-lead {
  text-align: center;
  padding: 65px 0 115px;
}
.dees-simulation-lead h2 {
  font-size: 4rem;
  margin-bottom: 40px;
}
.dees-simulation-lead p {
  font-size: 2rem;
  margin-bottom: 50px;
}
.dees-simulation-lead .dees-btn {
  max-width: 550px;
}
.dees-simulation-lead-img {
  max-width: 300px !important;
  margin-bottom: 30px;
}
.dees-simulation-area {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  align-content: center;
  padding: 40px 40px 70px;
  line-height: 2;
  background: #F1F2F3;
}
.dees-simulation-box {
  background: #FFF;
  border: 1px solid #707070;
  padding: 70px;
  min-height: 75vh;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 10px;
}
.dees-simulation-box-tit, .dees-simulation-box dl {
  flex-basis: 100%;
  max-width: 100%;
}
.dees-simulation-box-tit {
  font-size: 4rem;
  display: block;
  text-align: center;
}
.dees-simulation-box dl {
  padding: 0 8%;
  margin: 70px 0;
}
.dees-simulation-box dl.confirm {
  padding: 0;
  margin-top: 0;
}
.dees-simulation-box dl.confirm dd {
  padding: 0 25px;
}
.dees-simulation-box dt {
  font-size: 2.4rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.dees-simulation-box .ico {
  font-family: Arial, Helvetica, Robot, "sans-serif";
  color: #870F0F;
  font-size: 6rem;
  font-weight: normal;
  line-height: 1.1;
  display: inline-block;
  margin-right: 29px;
  letter-spacing: normal;
}
.dees-simulation-box .ico span {
  font-size: 60%;
}
.dees-simulation-box dd {
  font-size: 2.2rem;
  letter-spacing: normal;
  margin-bottom: 70px;
}
.dees-simulation-box dd:last-child {
  margin-bottom: 0;
}
.dees-simulation-box dd label {
  margin-right: 2.0em;
}
.dees-simulation-box dd label:last-child {
  margin-right: 0;
}
.dees-simulation-box.loading {
  align-content: center;
  text-align: center;
}
.dees-simulation-box.loading p {
  font-size: 2.4rem;
  margin-bottom: 50px;
}
.dees-simulation-box .type-stripe {
  width: 304px;
  height: 14px;
  background: linear-gradient(-45deg, #870F0F 25%, #fff 25%, #fff 50%, #870F0F 50%, #870F0F 75%, #fff 75%, #fff);
  -webkit-animation: stripeBg 10s linear infinite;
  background-size: 20px 20px;
  border: 1px solid #707070;
  margin: 0 auto;
  border-radius: 7px;
}
@-webkit-keyframes stripeBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.dees-simulation-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dees-simulation-more {
  margin-left: auto;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.dees-simulation-more strong {
  font-family: Arial, Helvetica, Robot, "sans-serif";
  font-size: 150%;
  line-height: 1.1;
  font-weight: normal;
}
.dees-simulation-progress {
  width: 222px;
  height: 14px;
  border: 1px solid #707070;
  background: #FFF;
  border-radius: 7px;
  margin-left: 10px;
  overflow: hidden;
}
.dees-simulation-progress::before {
  content: "";
  display: block;
  height: 100%;
  background: #870F0F;
  border-radius: 0 7px 7px 0;
}
.dees-simulation-progress.q00::before {
  display: none;
}
.dees-simulation-progress.q01::before {
  width: 12.5%;
}
.dees-simulation-progress.q02::before {
  width: 25%;
}
.dees-simulation-progress.q03::before {
  width: 37.5%;
}
.dees-simulation-progress.q04::before {
  width: 50%;
}
.dees-simulation-progress.q05::before {
  width: 62.5%;
}
.dees-simulation-progress.q06::before {
  width: 75%;
}
.dees-simulation-progress.q07::before {
  width: 87.5%;
}
.dees-simulation-back {
  font-size: 1.5rem;
  border: 3px solid #232020;
  flex-basis: 105px;
  max-width: 105px;
  padding: 15px;
  transition: .5s;
  display: block;
  text-align: center;
  line-height: 1.1;
}
.dees-simulation-back:hover {
  background: #232020;
  color: #FFF;
}
.dees-simulation-hide .gototop-area, .dees-simulation-hide .bottom-fixed-menu, .dees-simulation-hide footer {
  display: none !important;
}
.dees-simulation-hide .inner {
  display: none;
}
@media screen and (max-width: 767px) {
  .dees-simulation-lead {
    padding: 35px 0 55px;
  }
  .dees-simulation-lead h2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .dees-simulation-lead p {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .dees-simulation-lead .dees-btn {
    max-width: 100%;
  }
  .dees-simulation-area {
    padding: 30px 0;
  }
  .dees-simulation-box {
    padding: 30px 20px;
  }
  .dees-simulation-box-tit {
    font-size: 3rem;
    line-height: 1.5;
  }
  .dees-simulation-box dl {
    padding: 0;
    margin: 35px 0;
  }
  .dees-simulation-box dl.confirm dd {
    padding: 0 5px;
  }
  .dees-simulation-box dt {
    font-size: 1.8rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    line-height: 1.75;
  }
  .dees-simulation-box .ico {
    font-size: 4.5rem;
    margin-right: 15px;
  }
  .dees-simulation-box dd {
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
  .dees-simulation-box dd label {
    margin: 0 0 15px;
    display: flex;
  }
  .dees-simulation-box dd label:last-child {
    margin-bottom: 0;
  }
  .dees-simulation-box.loading p {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .dees-simulation-box .type-stripe {
    width: 100%;
  }
  .dees-simulation-more {
    font-size: 1.6rem;
    display: block;
    flex-basis: 50%;
    max-width: 50%;
    text-align: right;
  }
  .dees-simulation-progress {
    display: block;
    width: 100%;
    margin: 0;
  }
}

.dees {
  font-size: 1.6rem;
  line-height: 2.5;
  color: #232020;
  position: relative;
}
.dees .inner {
  max-width: 1100px;
  margin: 0 auto;
}
.dees h1, .dees h2, .dees h3, .dees h4, .dees h5, .dees h6 {
  font-weight: 900;
}
.dees section {
  position: relative;
  z-index: 1;
}
.dees-btn {
  display: block;
  max-width: 700px;
  padding: 40px 0;
  font-size: 2.4rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  border: 3px solid #232020;
  background: #FFF;
  line-height: 1.75;
}
.dees-btn, .dees-btn::before, .dees-btn::after {
  transition: .5s;
}
.dees-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #D52E0C;
  z-index: 1;
}
.dees-btn span {
  z-index: 2;
  position: relative;
}
.dees-btn:hover {
  border-color: #D52E0C;
  color: #FFF;
}
.dees-btn:hover::before {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .dees {
    line-height: 2;
  }
  .dees .inner {
    padding: 0 20px;
  }
  .dees-btn {
    max-width: 100%;
    padding: 20px 0;
    font-size: 1.8rem;
    margin: 0 25px;
  }
  .dees-btn::after {
    width: 50px;
    height: 9px;
    right: -25px;
  }
}

.u-en {
  font-family: 'Century Gothic', century-gothic, sans-serif;
}

.u-black {
  font-weight: 900;
}

.u-hover-op {
  transition: .5s;
}

.u-hover-op:hover {
  opacity: 0.6;
}

.u-ib {
  display: inline-block;
}

.u-input {
  border: 1px solid #999;
  padding: 20px;
  width: 100%;
}

.u-input::-webkit-input-placeholder {
  color: #777;
}

.u-input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.u-input:-ms-input-placeholder {
  color: #777;
}

.u-input, .u-input-submit, .u-input-search {
  display: block;
}

.u-input-submit, .u-input-search {
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo",sans-serif;
  color: #FFF;
  background: #870F0F;
  line-height: 1.1;
  cursor: pointer;
  text-align: center;
  padding: 1.0em;
  border-radius: 2.0em;
}

.u-input-submit {
  font-size: 2rem;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.u-input-radio, .u-input-checkbox {
  display: inline-flex;
  align-items: center;
}

.u-input-radio input, .u-input-checkbox input {
  display: none;
}

.u-input-radio {
  position: relative;
}

.u-input-radio::before, .u-input-radio::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
}

.u-input-radio::before {
  width: 1.3636363636em;
  height: 1.3636363636em;
  border: 2px solid #707070;
  margin-right: 5px;
}

.u-input-radio::after {
  width: 0.8181818182em;
  height: 0.8181818182em;
  background: #870F0F;
  left: 0.26em;
  top: 50%;
  margin-top: -0.4090909091em;
  position: absolute;
  opacity: 0;
}

.u-input-radio.checked::after {
  opacity: 1;
}

.u-input-checkbox::before {
  content: "";
  display: inline-block;
  width: 1.1428571429em;
  height: 1.1428571429em;
  border: 1px solid #707070;
  border-radius: 3px;
  margin-right: 0.25em;
  background: #FFF;
  transition: .5s;
}

.u-input-checkbox.checked::before {
  background: url("../img/common/ico_check_01.svg") no-repeat center/contain;
}

.u-input-search {
  font-size: 1.5rem;
  max-width: 100px;
  margin: 15px auto 0;
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}
