.all-container {
    margin: 0 20px;
}
.about-order {
    padding-top: 90px;
}
.title {
    font-size: 2rem;
    font-weight: 300;
    padding-bottom: 10px;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #8A8070;
}
.sub-title {
    font-size: 1.6rem;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}
.about-order p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 3.1rem;
    margin-bottom: 35px;
}
.about-order ul {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 3.1rem;
    padding-left: 13px;
}
.about-order ul li::marker {
    font-size: 1px;
    font-family: 'yumincho';
}
.about-order img {
    width: 100%;
    margin-bottom: 40px;
}
.flow {
    margin-top: 80px;
}
.blown-title-container {
    width: 340px;
    height: 95px;
    display: flex;
    background-image: url(../assets/title-back.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    justify-content:center;
    align-items: center;
    margin: 0 auto 30px;
    color: #fff;
}
.blown-title-container h3 {
    font-size: 1.7rem;
    font-weight: 200;
}
.flow-title-container {
    text-align: center;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.flow-title-container h4 {
    font-size: 1.7rem;
    font-weight: 300;
}
.flow p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 3.1rem;
    margin-top: 10px;
    margin-bottom: 35px;
}
.step-img {
    width: 100%;
}
.step {
    position: absolute;
    z-index: -1;
    font-size: 5rem;
    top: 5px;
    left: 40px;
    transform: rotate(-10deg);
    color: #F6EBEB;
    font-family: 'Kalam', cursive;
}
.arrow-down {
    display: block;
    width: 50px;
    margin: 40px auto 20px;
}
.link-button {
    display: block;
    padding: 13px 28px;
    font-size: 1.6rem;
    text-decoration: none;
    color: #fff;
    background-color: #B07979;
    width: fit-content;
    margin: 25px auto;
    border: none;
    border-radius: 30px;
    box-shadow: 2px 3px 1px #cbcaca;
}
.link-button a {
    text-decoration: none;
}
.price {
    margin-top: 80px;
}
.price__title-container {
    max-width: 250px;
    height: 136px;
    background-image: url(../assets/title-back-L.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.price__title-container h3 {
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 3rem;
}
.price__list {
    margin: 20px auto;
    font-size: 1.5rem;
    line-height: 4rem;
}
.td-price {
    padding-left: 30px;
}
.price__caption li {
    width: 80%;
    margin: 0 auto;
    line-height: 2.5rem;
    font-size: 1.3rem;
    font-weight: 300;
}
.price__caption li::marker {
    font-size: 1px;
    font-family: yumincho;
}
.parts {
    background-image: url(../assets/about-parts.png);
    background-size: cover;
    height: 100px;
    border-radius: 15px;
    box-shadow: 3px 5px 10px rgba(103, 103, 103, 0.3);
    margin: 32px auto 90px;
}
a {
    text-decoration: none;
}
.parts__filter {
    width: 100%;
    height: 100%;
    background-color: rgba(000, 000, 000, 0.5);
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    color: #fff;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.4rem;
  }
  .faq__title-container {
    max-width: 250px;
    height: 110px;
    background-image: url(../assets/title-back.png);
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .faq__title-container h3 {
    font-size: 1.7rem;
    color: #fff;
    font-weight: 300;
  }
  .faq table {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 3rem;
    margin-top: 30px;
  }
  .q-icon {
    width: 30px;
    height: 30px;
    background-color: #8A8070;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 1rem;
    margin-right: 10px;
}
.a-icon {
    width: 30px;
    height: 30px;
    background-color: #B07979;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 0.5rem;
}
.faq__answer {
    padding-top: 10px;
}

@media (min-width: 960px) {
    .about-order {
        margin: 0 20vw;
    }
    .flow {
        margin: 100px 15vw 0;
    }
    .blown-title-container {
        width: 430px;
        height: 150px;
        margin-bottom: 80px;
    }
    .blown-title-container h3 {
        font-size: 2.2rem;
    }
    .flow-title-container {
        text-align: center;
        width: fit-content;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 0 auto 30px;
    }
    .flow-title-container h4 {
        font-size: 2.2rem;
        font-weight: 300;
    }
    .flow p {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 3.1rem;
        margin-top: 0;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        padding-left: 30px;
    }
    .step-img {
        width: 100%;
        max-width: 400px;
        object-fit: cover;
        object-position: right;
        border-radius: 15px;
        max-height: 160px;
    }
    .step {
        position: absolute;
        z-index: -1;
        font-size: 9rem;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        color: #F6EBEB;
        font-family: 'Kalam', cursive;
    }
    .flow__flex-container {
        display: flex;
        align-items: center;
    }
    .arrow-down {
        display: block;
        width: 50px;
        margin: 80px auto 20px;
    }
    .link-button {
        display: block;
        padding: 13px 28px;
        font-size: 1.6rem;
        text-decoration: none;
        color: #fff;
        background-color: #B07979;
        width: fit-content;
        margin: 20px 0;
        border: 1px solid #B07979;
        border-radius: 30px;
        box-shadow: 2px 3px 1px #cbcaca;
        margin-left: 30px;
    }
    .link-button a {
        text-decoration: none;
    }
    .link-button:hover {
        transition: .3s;
        background-color: #fff;
        color: #B07979;
        border: 1px solid #B07979;
      }
    .price {
        margin: 150px auto 0;
        background-image: url(../assets/price-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 90vw;
        padding: 80px 0 150px;
    }
    .price__title-container {
        max-width: 250px;
        height: 80px;
        background-image: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px auto 0;
    }
    .price__title-container h3 {
        text-align: center;
        color: #fff;
        font-size: 2.2rem;
        font-weight: 300;
        line-height: 3rem;
    }
    .pc-none {
        display: none;
    }
    .price__list {
        margin: 0px auto;
        font-size: 1.8rem;
        line-height: 4rem;
        color: #fff;
    }
    .price__list tr {
        border-bottom: 1px solid #999087;
    }
    .td-price {
        padding-left: 150px;
        padding-top: 20px;
    }
    .price__caption {
        margin-top: 30px;
    }
    .price__caption li {
        width: 400px;
        margin: 0 auto;
        line-height: 2.5rem;
        font-size: 1.3rem;
        font-weight: 300;
        color: #fff;
    }
    .price__caption li::marker {
        font-size: 1px;
        font-family: yumincho;
    }
    .parts {
        max-width: 700px;
        height: 150px;
        margin: 60px auto 0;
    }
    .parts a {
        text-decoration: none;
    }
    .parts__filter {
        width: 100%;
        height: 100%;
        background-color: rgba(000, 000, 000, 0.5);
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
        color: #fff;
      }
      .parts__filter:hover {
        background-color: transparent;
        transition: .3s;
      }
      .parts__filter span {
        font-weight: 300;
        font-size: 1.6rem;
        line-height: 3.2rem;
        letter-spacing: 0.4rem;
      }
      .faq {
        margin: 160px 15vw 0;
      }
      .faq table {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 3rem;
        margin-top: 50px;
    }
    hr {
        margin: 50px auto 0;
    }
}