/*common*/
.item_price{
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1;
}
.item_price .s_01{
    font-size: 1.5rem;
}
.item_price .normal_price{
    font-size: 1.5rem;
    font-weight: normal;
    margin-right: 0.3em;
    color: #000;
}
.order a{
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 22rem;
    background:#00acdf;
    color: #fff;
    border-radius: 10px;
    padding: 0.6em;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
}
.order a:hover{
    opacity: 1;
    background:#6390cb;
}
.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%;
}
.item_name{
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
}
.desc{
    display: table;
    margin: 0.5em auto;
}
.contents{
    text-align: center;
}

figure{
    position: relative;
}
figure figcaption{
    width: 5.5rem;
    height: 5.5rem;
    margin: 0;
    color: #fff;
    background: #e60012;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -1rem;
    right: 0.5rem;
}
.title_area{
    padding: 4rem 0;
    background: linear-gradient(90deg, #ffe783 0%, #ffe783 50%, #bce2e6 50%, #bce2e6 100%);
    margin: 0;
}
/*sec*/
.sec_item{
    padding: 0 0 4rem;
    background: #bce2e6;
    margin-bottom: -8rem;
}
.sec_item .container{
    padding: 0;
}
.item_area{
    margin: 0;
}
.ptn01{
    padding: 3rem 10px;
    margin: 0 !important;
    background: #ffe783;
}
.ptn01 .order a{
    background: #f39800;
}
.ptn01_top{
    padding-top: 0;
}
.ptn02{
    padding: 3rem 10px;
    margin: 0;
    background: #bce2e6;
}

/*?????????????*/

.ptn01_icon{
    background: #fff;
    text-align: center;
    color: #f39800;
    margin: 0.5em auto;
    border-radius: 0.5rem;
    font-weight: bold;
    padding: 0.2em;
}
.ptn02_icon{
    background: #fff;
    text-align: center;
    color: #00acdf;
    margin: 0.5em auto;
    border-radius: 0.5rem;
    font-weight: bold;
    padding: 0.2em;
}

.pb0{
    padding-bottom: 1rem;
}
.pt2{
    padding-top: 2rem;
}
.img_tx_area{
    background: #bce2e6;
    padding: 1em 0;
}