@charset "utf-8";
.home_01 article {
    padding-top: 10px;
}
.flex_wrap ul li {
    /* width: calc(100% / 5 - 1%) !important; */
}
.flex_wrap li img {
    /* width: 100% !important;
    max-width: 100% !important; */
}
.inner02 {
    max-width: 710px;
    margin: auto;
}
.inner02 a {
    color: #e4007f !important;
}
.line_friend a {
    background: #54b027;
    border-radius: 7px;
    width: 100%;
    padding: 20px 10px;
}
.line_friend img {
    max-width: 200px !important;
}
.frame {
    border: 5px solid #eee;
    border-radius: 5px;
}
.heart {
    color: #e4007f;
    font-weight: bold;
    font-size: 1.4em;
}
.title_bg {
    background: url(../images/contents/ptn.jpg) left top;
    border: 3px solid #e4007f;
    height: 57px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title_bg h2 {
    font-size: 1.71429rem;
    color: #e4007b;
    font-weight: bold;
    display: inline-block;
    background: #fff;
    padding: 0 150px;
    border-radius: 10px;
}
.link a {
    color: #e4007f !important;
}


aside nav div {
    font-size: 15px;
    line-height: 50px;
    color: #6b6b6b;
}
h1 span.translate {
    padding-right: 5px;
    font-size: 1.5em!important;
    font-weight: bold!important;
}

section.blog {
    margin-top: 120px;
}
section div.purchase h2 {
    margin: 30px 0 30px 0;
}

#col_side1 {
    display: none;
    margin-top: 40px;
}
#main {
    display: flex;
    flex-direction: column-reverse;
}
#col_side1 .cont_wp {
    display: flex;
}
#col_side1 .banner h2 {
    font-size: 20px;
    color: #e4007b;
}
#col_side1 .cont01 {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 50%;
    padding-right: 20px;
}
#col_side1 .cont02 {
    width: 50%;
    margin-top: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 834px) {
    .title_bg h2 {
        font-size: 1.14286rem;
        padding: 8px 100px;
    }
}

@media screen and (max-width: 640px) {
    .spimg100 a,
    .line_friend a {
        width: 100% !important;
    }
    section.blog {
    margin-top: 70px;
    }
    #col_side1 .cont_wp {
    flex-direction: column;
    }
    #col_side1 .cont01 {
    width: 100%;
    padding-right: 0px;
    }
    #col_side1 .cont02 {
    width: 100%;
    margin-top: 0px;
    padding-left: 0
    }
}
@media screen and (max-width: 414px) {
    .title_bg h2 {
        font-size: 1.14286rem;
        padding: 8px 50px;
    }
}
