/* Scss Document */
/* Scss Document */
.sale_top .high, .sale_top .quickly {
  width: 55.0rem;
}
@media only screen and (max-width: 1300px) {
  .sale_top .high, .sale_top .quickly {
    width: calc((550/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .sale_top .high, .sale_top .quickly {
    width: 100%;
  }
}
.sale_assessment .content {
  padding-top: 0;
}
.sale input[type="radio"], .sale textarea[type="radio"], .sale select[type="radio"] {
  width: auto;
  margin-right: .5em;
}
.sale input.w20, .sale textarea.w20, .sale select.w20 {
  width: 20%;
  margin: 0 .5em;
}
.sale input.w30, .sale textarea.w30, .sale select.w30 {
  width: 30%;
  margin-bottom: .5em;
  margin-right: .5em;
}
.sale input.w50, .sale textarea.w50, .sale select.w50 {
  width: 50%;
}
.sale label {
  display: block;
}
.sale label.inline {
  display: inline-block;
  margin-right: 1em;
}
.sale .sale_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .sale .sale_wrap {
    display: block;
  }
}
.sale .sale_lttl {
  margin-bottom: 1.5em;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 1300px) {
  .sale .sale_lttl {
    font-size: calc((30/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .sale .sale_lttl {
    font-size: calc((20/376)*100vw);
  }
}
.sale .sale_lttl span {
  display: inline-block;
  width: 6.0rem;
  height: 6.0rem;
  margin-right: .3em;
  background: #0180C0;
  color: #FFF;
  font-size: 4.0rem;
  text-align: center;
  line-height: 6.0rem;
}
@media only screen and (max-width: 1300px) {
  .sale .sale_lttl span {
    width: calc((60/1300)*100vw);
    height: calc((60/1300)*100vw);
    font-size: calc((40/1300)*100vw);
    line-height: calc((60/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .sale .sale_lttl span {
    width: calc((40/376)*100vw);
    height: calc((40/376)*100vw);
    margin-right: .2em;
    font-size: calc((30/376)*100vw);
    line-height: calc((40/376)*100vw);
  }
}
.sale .sale_text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 1300px) {
  .sale .sale_text {
    font-size: calc((16/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .sale .sale_text {
    font-size: calc((15/376)*100vw);
  }
}
.sale .sale_text img {
  float: left;
  margin: .5em 1em .5em 0;
  width: 10.0rem;
}
@media only screen and (max-width: 1300px) {
  .sale .sale_text img {
    width: calc((100/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .sale .sale_text img {
    width: calc((60/376)*100vw);
  }
}
.sale .sale_flow {
  margin-top: 7.0rem;
}
@media only screen and (max-width: 1300px) {
  .sale .sale_flow {
    margin-top: calc((70/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .sale .sale_flow {
    margin-top: calc((50/376)*100vw);
  }
}
.sale .sale_flow li {
  position: relative;
  margin-top: 3.0rem;
  padding-left: 13.5rem;
  font-size: 2.0rem;
  font-weight: bold;
}
@media only screen and (max-width: 1300px) {
  .sale .sale_flow li {
    margin-top: calc((30/1300)*100vw);
    padding-left: calc((135/1300)*100vw);
    font-size: calc((20/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .sale .sale_flow li {
    margin-top: calc((30/376)*100vw);
    padding-left: calc((120/376)*100vw);
    font-size: calc((16/376)*100vw);
  }
}
.sale .sale_flow li .num {
  position: absolute;
  top: .2em;
  left: 0;
  width: 12.0rem;
  height: 3.0rem;
  background: #000;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 3.0rem;
}
@media only screen and (max-width: 1300px) {
  .sale .sale_flow li .num {
    width: calc((120/1300)*100vw);
    height: calc((30/1300)*100vw);
    font-size: calc((18/1300)*100vw);
    line-height: calc((30/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .sale .sale_flow li .num {
    width: calc((100/376)*100vw);
    height: calc((30/376)*100vw);
    font-size: calc((16/376)*100vw);
    line-height: calc((30/376)*100vw);
  }
}
.sale .sale_flow li:before {
  position: absolute;
  top: -3.0rem;
  left: 4.3rem;
  content: '';
  width: 3.3rem;
  height: 3.3rem;
  background: #EEE;
}
@media only screen and (max-width: 1300px) {
  .sale .sale_flow li:before {
    top: calc((30/1300)*100vw);
    left: calc((43/1300)*100vw);
    width: calc((33/1300)*100vw);
    height: calc((33/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .sale .sale_flow li:before {
    top: calc((-59/376)*100vw);
    left: calc((35/376)*100vw);
    width: calc((30/376)*100vw);
    height: calc((60/376)*100vw);
    z-index: -11;
  }
}
.sale .sale_flow li:first-child:before {
  content: none;
}
