.FaqWine .column h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    background: #e7e0cd;
    padding: 10px;
}

.FaqWine .area {
    margin-bottom: 50px;
    padding: 20px;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.FaqWine .area h5 {
    color: #99865f;
    font-weight: 600;
    margin-bottom: 20px;
    background: #f6f1e4;
    margin: -20px -20px 20px -20px;
    padding: 20px 20px 20px calc(20px + 1.5em);
    position: relative;
}

.FaqWine .area h5::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -52%) rotate(45deg);
    border-top: solid 2px #99865f;
    border-right: solid 2px #99865f;
    width: 8px;
    height: 8px;
}

.FaqWine .area h6 {
    font-weight: 600;
    font-size: 18px;
    border-bottom: dotted 2px #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width:599px) {
    .FaqWine .area h6 {
        font-size: 14px;
    }
}

.FaqWine .column {
    padding: 20px;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-top: 20px;
}

.FaqWine .column-Type2 {
    background: #eee;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

/*----------------------------
FAQ基本テンプレート
----------------------------*/
.FaqWine #FaqWineMain .intro {
    margin-bottom: 50px;
}

.FaqWine #FaqWineMain dl>dt {
    position: relative;
    padding-left: 1.8em;
    color: #343f51;
    border-bottom: dotted 2px #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

.FaqWine #FaqWineMain dl>dt::before {
    content: "Q.";
    position: absolute;
    left: 0;
    top: -5px;
    font-weight: 600;
    color: #343f51;
    font-size: 24px;
}

.FaqWine #FaqWineMain dd {
    padding-left: 1.8em;
    position: relative;
    margin-bottom: 50px;
}

.FaqWine #FaqWineMain dd::before {
    content: "A.";
    position: absolute;
    left: 0;
    top: -5px;
    font-weight: 600;
    color: #99865f;
    font-size: 24px;
}

.FaqWine #FaqWineMain dd li:not(:last-child) {
    margin-bottom: 10px;
}