/* CSS Document */
@import url("../../products/style.css");
h3.serif{
    text-align: center;
    margin-bottom: 1em;
}
.point {
    background: #FFFDE8;
}
.point .point_item{
    width: 100%;
    margin-bottom: 2em;
}
.point .point_img{
    width: 85px;
    padding-right: 1em;
}
.point .point_caption{
    width: calc(100% - 85px);
}
.point h4 {
    font-weight: bold;
    margin-bottom: 1em;
}
.point h4 .marker{
    background: linear-gradient(transparent 60%, #DFE8A2 0%);
}
.products_detail .products_img{
    text-align: center
}
.products_detail .products_img span{
    color: #1EB1D2;
    display: block;
}
.howto h3{
    text-align: center;
}
.howto .howto_list_wrap{
    margin: 3em 0 6em;
}
.howto .howto_list.grid{
    grid-template-columns: 1fr 1fr;
}
.howto .howto_list li{
    background: #E9EFBC;
    padding: .5em;
    border-radius: 10px;
    text-align: center;
    display: flex
}
.howto .howto_list li p{
    margin: auto;
}
.howto h4 span{
    background: #E9EFBC;
}
.howto .howto_box:nth-of-type(3) h4 span{
    background: #FAE8B4
}
.swiper-button-next, .swiper-button-prev{
    bottom: 0;
    top: auto;
}
.step_slider .swiper-wrapper{
    padding-bottom: 4em;
}
.products_detail .products_price{
    margin-bottom: 0;
}
@media screen and (min-width:1280px){
.point .point_item{
    width: 40%;
    margin-bottom: 2em;
}
.howto .howto_list.grid{
    grid-template-columns: 1fr 1fr 1fr;
}
    .howto .howto_list_wrap{
        grid-template-columns: 2fr 1fr;
        column-gap: 2em;
    }
    .step_list{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap:1em;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
}
