@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
.flow-block {
  padding: 5rem;
  border: 1px solid #ddd;
  border-radius: 1.5rem;
  margin-bottom: 3.5rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .flow-block {
    padding: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .flow-block {
    padding: 2rem;
  }
}
.flow-block::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 16px;
  background-color: #E60039;
  clip-path: polygon(50% 16px, 0% 0%, 30px 0%);
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  margin-left: -8px;
}
.flow-block:last-child::after {
  display: none;
}
.flow-block .title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .flow-block .title-wrap {
    margin-bottom: 1rem;
  }
}
.flow-block .title-wrap .step-num {
  width: 110px;
  color: #E60039;
}
@media screen and (max-width: 767.98px) {
  .flow-block .title-wrap .step-num {
    width: 90px;
  }
}
.flow-block .title-wrap .step-num span {
  display: inline-block;
}
.flow-block .title-wrap .step-num .step {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .flow-block .title-wrap .step-num .step {
    font-size: 1.2rem;
  }
}
.flow-block .title-wrap .step-num .num {
  font-size: 4.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  width: 1.5em;
  height: 1.5em;
  background-color: #FFF1F4;
  border-radius: 50%;
  line-height: 1.5;
  text-align: center;
  margin-left: -0.5em;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .flow-block .title-wrap .step-num .num {
    font-size: 3.6rem;
    margin-left: -0.4em;
  }
}
.flow-block .title-wrap h2 {
  flex: 1;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #5E2C10;
}
@media screen and (max-width: 767.98px) {
  .flow-block .title-wrap h2 {
    font-size: 1.8rem;
  }
}
.flow-block .inner {
  padding-left: 110px;
}
@media screen and (max-width: 767.98px) {
  .flow-block .inner {
    padding-left: 0;
  }
}
.flow-block .inner > p {
  line-height: 2;
}

.inquiry-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem -2rem 0;
}
@media screen and (max-width: 991.98px) {
  .inquiry-area {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .inquiry-area {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.inquiry-area > div {
  width: 50%;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 991.98px) {
  .inquiry-area > div {
    width: auto;
    padding: 0;
  }
}
.inquiry-area .tel a {
  display: inline-block;
  color: #E60039;
  text-align: center;
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 700;
  padding-left: 6.8rem;
  background: url(../../images/common/ico_free-tel.svg) no-repeat bottom 0.25em left;
  background-size: 6.4rem;
  text-decoration: none;
}
@media screen and (max-width: 1199.98px) {
  .inquiry-area .tel a {
    font-size: 4.2rem;
    padding-left: 6rem;
    background-size: 5.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .inquiry-area .tel a {
    font-size: 3.6rem;
    padding-left: 5rem;
    background-size: 4.8rem;
  }
}
@media screen and (max-width: 575.98px) {
  .inquiry-area .tel a {
    font-size: 3.2rem;
    padding-left: 4.5rem;
    background-size: 4.2rem;
  }
}
.inquiry-area .tel p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .inquiry-area .tel p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .inquiry-area .mail {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .inquiry-area .mail {
    margin-top: 2rem;
  }
}
.inquiry-area .mail a {
  display: block;
  background-color: #E60039;
  color: #fff;
  padding: 1.5rem 5rem 1.5rem 4rem;
  border-radius: 5rem;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .inquiry-area .mail a {
    display: inline-block;
  }
}
@media screen and (max-width: 767.98px) {
  .inquiry-area .mail a {
    font-size: 1.8rem;
    padding: 1.5rem 4rem 1.5rem 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .inquiry-area .mail a {
    font-size: 1.6rem;
    padding: 1.5rem 3.6rem 1.5rem 3rem;
  }
}
.inquiry-area .mail a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: rotate(45deg) translateX(-50%);
}
.inquiry-area .mail a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  background: url(../../images/common/ico_mail.svg) no-repeat center center;
  background-size: cover;
  margin-top: -0.1em;
  margin-right: 0.5rem;
}

.delivery-method {
  padding: 3rem;
  border-radius: 1.5rem;
  background-color: #F5F4EC;
  margin-top: 1.5rem;
}
@media screen and (max-width: 575.98px) {
  .delivery-method {
    padding: 2rem 2rem 1rem;
  }
}
.delivery-method dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
@media screen and (max-width: 575.98px) {
  .delivery-method dl {
    display: block;
  }
}
.delivery-method dl dt {
  width: 11em;
  position: relative;
  padding-right: 1em;
}
@media screen and (max-width: 575.98px) {
  .delivery-method dl dt {
    width: auto;
  }
}
.delivery-method dl dt::after {
  position: absolute;
  content: "：";
  right: 0;
  top: 0;
}
@media screen and (max-width: 575.98px) {
  .delivery-method dl dt::after {
    position: static;
  }
}
.delivery-method dl dd {
  width: calc(100% - 11em);
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 575.98px) {
  .delivery-method dl dd {
    width: auto;
    margin-bottom: 1.5rem;
  }
}/*# sourceMappingURL=guide.css.map */