@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  color: #232323;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 17px;
  line-height: 1.618;
  scroll-padding-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover {
  text-decoration: underline;
}

p {
  font-size: 17px;
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

section img {
  display: block;
  height: auto;
  width: 100%;
}

.step .img {
  margin-right: 10px;
}

@media screen and (max-width: 709px) {
  .hero .container {
    margin: 0;
    padding: 0;
  }
}

.step {
  background: #e5e5e5;
}

.step .step-section {
  margin: 10px;
}

.step .step-section h2 {
  margin-bottom: 20px;
}

.step .step-section .step-content-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.step .step-section .step-content-col2 .left {
  margin-right: 10px;
  padding-left: 44px;
}

.step .step-section .step-content-col2 .right {
  margin-left: 10px;
}

.step .step-arrow img {
  margin: 0 auto;
  width: 28px;
}

@media screen and (max-width: 640px) {
  .step .step-section {
    padding: 10px 0;
  }
  .step .step-section h2 {
    margin-bottom: 10px;
  }
  .step .step-section .step-content-col2 .left {
    margin-right: 5px;
    padding-left: 0px;
  }
  .step .step-section .step-content-col2 .right {
    margin-left: 5px;
  }
}

.inquiry img {
  margin: 20px auto;
  max-width: 624px;
}

@media screen and (max-width: 640px) {
  .inquiry img {
    margin: 10px auto;
  }
}

.price {
  margin-top: 30px;
}

.price h2 {
  border-left: 8px solid #f29901;
  font-size: 28px;
  padding-left: 10px;
}

.price .description {
  border: 1px solid #a7a7a7;
  padding: 20px 30px;
}

.price .description .first {
  font-weight: 600;
}

.price .description .second span {
  font-size: 20px;
  font-weight: 600;
}

.price .description .third {
  font-weight: 600;
  text-align: right;
}

.price .content-a {
  margin-top: 20px;
}

.price .content-a h3 {
  font-size: 20px;
}

.price .content-a p {
  padding-left: 10px;
}

.price .content-b {
  margin-top: 20px;
}

.price .content-b h3 {
  font-size: 20px;
}

.price .content-b p {
  padding-left: 10px;
}

.price .content-b img {
  margin-top: 10px;
}

.price .content-c {
  margin-top: 20px;
}

.price .content-c h3 {
  font-size: 20px;
}

.price .content-c p {
  padding-left: 10px;
}

.price .case {
  margin-top: 20px;
}

.price .case h3 {
  font-size: 20px;
}

.price .case .example {
  border: 1px solid #a7a7a7;
  font-weight: 600;
  margin-top: 10px;
  padding: 10px;
}

.price .case .example h4 {
  font-size: 17px;
}

.price .case .example .detail {
  border-bottom: 1px solid #a7a7a7;
  margin: 0 auto;
  max-width: 425px;
  padding-bottom: 10px;
}

.price .case .example .total {
  color: #ef520d;
  margin: 0 auto;
  max-width: 425px;
  padding-top: 10px;
}

.price .case .example .total span {
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .price {
    margin-top: 20px;
  }
  .price .description {
    padding: 10px;
  }
  .price .content-a {
    margin-top: 10px;
  }
  .price .content-b {
    margin-top: 10px;
  }
  .price .content-c {
    margin-top: 10px;
  }
  .price .case {
    margin-top: 10px;
  }
}

.order {
  margin: 50px 0;
}

.order h2 {
  border-left: 8px solid #f29901;
  font-size: 28px;
  padding-left: 10px;
}

.order ul li {
  margin-bottom: 10px;
}

.order .cta {
  margin-top: 30px;
}

.order .cta a {
  display: block;
  margin: 0 auto;
  max-width: 435px;
}

.order .cta p {
  text-align: center;
  text-decoration: underline;
  margin: 10px 0;
}

.order .cta h3 {
  color: #c30000;
  font-size: 28px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .order {
    margin: 30px 0;
  }
}
