

.mHead_title_a {
    text-align: center;
    max-width: 530px;
}

.mHead_a img {
    margin-top: 4%;
}

.titleT {
    width: 100%;
    margin: 0 auto 2em;
    padding-bottom: 1em;
    font-family: source-han-serif-jp-variable, sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 24px;
    text-align: center;
    color: white;
    border-bottom: 0.5px solid #ffffffb2;
}

.content {
    background-image: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 1) 100%), url(../images/goods/back_pc_b.webp);
    background-repeat: repeat-y;
    background-size: contain;
}

.gWrap {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
}

.txtArea {
    width: 100%;
    margin: 0 auto;
}

.txtArea p.lead {
    font-family: source-han-serif-jp-variable, sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8;
    margin: 0 auto 0em;
}

.txtArea ul {
    margin-top: 1em;
}

.txtArea li {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.47;
    margin-bottom: 5px;
}

p.caution {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.47;
    margin-bottom: 5px;
}

.itemArea {
    width: 100%;
    margin: 8em auto 0;
    display: flex;
    flex-direction: column;
    gap: 8em;
}

.itemArea h2 {
    font-size: 20px;
    text-align: left;
    line-height: 1.47;
    margin: 1em 0;
}

.itemArea p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8;
}

.itemArea span {
    font-size: 14px;
}

.bar_b {
    width: 70%;
    line-height: 0;
    margin: 0 auto;
}

p.lead span {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #0086a6;
}

p.lead a {
    color: white;
}

.itemWrap:last-child {
        margin-bottom: 50px;
    }

@media only screen and (max-width:850px) {

    .titleT {
        width: 100%;
        margin: 0 auto;
    }

    .content {
    background-image: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%),  url(../images/goods/back.webp);
    background-repeat: repeat-y;
    background-size: contain;
}


    .txtArea {
        width: 100%;
    }

    .txtArea p {
        font-size: 15px;
    }

    .txtArea li {
        font-size: 13px;
    }

    .gWrap {
        width: 90%;
        gap: 2em;
    }

    .itemArea {
        width: 100%;
        margin-top: 2em;
        gap: 3em;
    }

    .itemArea h2 {
        font-size: 18px;
    }

    .itemArea p {
        font-size: 15px;
    }

    .itemArea p span {
        font-size: 13px;
    }

    .itemWrap {
        width: 100%;
        margin: 0 auto;
    }

    .itemWrap:last-child {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width:500px) {

    .titleT {
        width: 90%;
        font-size: 22px;
    }
}

@media only screen and (max-width:390px) {

    .titleT {
        width: 90%;
        font-size: 20px;
    }
}