@charset "UTF-8";
/* CSS Document */

/* ---------- COMMON ---------- */
/* content title */
.content_title {
    background-image: url("../img/concept/recommend_ttl.jpg");
    background-repeat: no-repeat;
}

.title_body{
    margin-left: auto;
    margin-right: auto;
}


article section:not(.content_title){
    margin-left: auto;
    margin-right: auto;
}

section h2{
    text-align: center;
}

article em{
    color: #7E0721;
    font-weight: 600;
    font-style: normal;
}

    article section ul {
        list-style: none;
        text-align: center;
    }

    article section ul li{
        display: inline-block;
    }


/* ---------- Mobile ---------- */
@media(max-width:737px) {
/* content title */
    .content_title {
        background-position: center top;
        background-size: 850px;
        margin-bottom: 30px;
    }

    .title_body{
        height: 162px;
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .content_title h1{
        padding-top: 50px;
    }

    .content_title h1 img{
        width: 280px;
    }

    section h2{
        font-size: 160%;
        line-height: 1.2em;
        margin-bottom: 30px;
    }

    article section:not(.content_title){
        margin-left: 1.5em;
        margin-right: 1.5em;
        margin-bottom: 2em;
    }

    article section p{
        margin-bottom: 1.5em;
        line-height: 1.7em;
    }

    article section ul {
        margin-bottom: 2em;
    }

    article section ul li{
        width: 48%;
    }

    article section ul li img{
        max-width: 100%;
    }
}

/* ---------- Portlate ---------- */
@media(max-width:567px) {}

/* ---------- landscape ---------- */
@media(max-width:767px) and (min-width: 568px){}

/* ---------- Tablet / PC ---------- */
@media (min-width: 737px) {

/* content title */
    .content_title {
        background-position: center top;
        width: 100%;
    }

    .title_body{
        height: 245px;
        margin-bottom: 50px;
        width: 720px;
    }

    .content_title h1{
        padding-top: 70px;
    }

    .content_title p{
        font-size: 85%;
    }

    section h2{
        font-size: 200%;
        line-height: 1.2em;
        margin-bottom: 45px;
    }

    article section p{
        margin-bottom: 35px;
        line-height: 1.7em;
    }

    article section ul {
        margin-bottom: 35px;
    }

}

/* ---------- Tablet ---------- */
@media(max-width:1023px) and (min-width: 737px){

    .content_title h1 img{
        width: 350px;
    }

    article section:not(.content_title){
        margin-left: 1.5em;
        margin-right: 1.5em;
        margin-bottom: 3em;
    }
}

/* ---------- PC ---------- */
@media(min-width:1024px){

    .content_title h1 img{
        width: 400px;
    }

    article section:not(.content_title){
        width: 792px;
    }
}