.item_price {
    text-align: center;
    font-size: 2.6rem;
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
}

.item_price .s_01 {
    font-size: 1.8rem;
}

.order a {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 18rem;
    background: #262626;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.6em;
    transition: 0.3s;
    margin: auto;
    font-family: 'Yu Gothic', 'Meiryo', sans-serif;
    font-weight: bold;
}

.order a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 7%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.2s;
}

.order a:hover:after {
    right: 6%;
}

section {
    font-family: "Zen Old Mincho", serif;
    color: #262626;
}

.desc_common {
    font-size: 1.6rem;
}

.bg_box {
    background: #bcbed2;
    text-align: center;
}

h3 {
    font-weight: normal;
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: 500;
    border-bottom: 1px solid #262626;
    padding-bottom: 0.3em;
    display: table;
    margin: 0 auto;
}

h3 span {
    background: #262626;
    color: #fff;
    padding: 0.1em 0.8em;
    margin-right: 0.5em;
    font-size: 1.4rem;
}

.text_area {
    padding: 0.5rem 1rem 3rem;
}

.item_area figure {
    max-width: 60%;
    margin: auto;
}

.icon_img {
    position: relative;
}

.icon_img figcaption {
    font-size: 1.4rem;
    margin: 0;
    width: 5rem;
    height: 5rem;
    background: #fff;
    color: #c4121a;
    border: 2px solid #c4121a;
    font-family: 'Yu Gothic', 'Meiryo', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
    position: absolute;
    top: -1rem;
    left: -1rem;
}

.desc_common {
    text-align: center;
    margin: 1em 0 0;
}

.desc_item {
    font-size: 1.6rem;
}

.bg {
    /* background: #fff; */
    padding: 2rem 1rem;
    margin-top: 1rem;
}