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

.cf:after {
    content: "";
    clear: both;
    display: block;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    color: #333;
    list-style: none;
}

.tokusyu p {
    color: #333;
    margin: 0 0 20px 0;
}

img {
    width: 100%;
    height: auto;
}




/*メインコンテンツ************/
/*特集共通CSS*/
.btn img {
    width: 50%;
}

.tokusyu {
    width: 100%;
}

.primary {
    margin: 0 auto 20px;
    padding: 20px 0 0 0;
    clear: both;
    width: 100%;
}

h3 {
    margin: 0 auto 40px;
    width: 100%;
}


.summary {
    width: 94%;
    margin: 0 auto;
}

.meyasu {
    text-align: center;
    margin: 0 0 60px 0;
    border: solid 1px #ccc;
    padding: 10px 0;
}

.red {
    color: red;
}

.line {
    border-bottom: solid 1px #ccc;
}

.point {
    color: red;
    font-weight: bold;
    font-size: 120%;
}

li {
    margin: 0 0 20px 0;
}

.block {
    margin: 0 0 40px 0;
}

/*ページ別CSS*/
.tokutyo dl dt {
    font-size: 125%;
    margin: 0 0 6px 0;
}


.tokutyo dl dt::before {
    content: "";
    background: url(img/ico_check.jpg) no-repeat center;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    padding: 0;
    margin: 0 5px 0 10px;
}

.tokutyo dl dd {
    margin: 0 auto 30px;
    padding: 0 0 0 0;
    width: 85%;
}

.item ul {
    width: 80%;
    margin: 0 auto 20px;
}


.item ul li {
        list-style: disc;
        margin: 0 auto;
        float: none;
        width: 90%;
    }

.link_ban ul li {
    margin: 0 0 20px 0;
}

/*見出し***************/

h4 {
    margin: 0 0 40px 0;
    width: 100%;
    background: url(img/bg_h4_line.jpg) bottom left;
    background-repeat: repeat-x;
}

h4 img {
    width: 80%;
}

h5 {
    text-align: left;
    font-size: 130%;
    padding: 0 0 0 13px;
    background: url(img/bg_h5_line.jpg) no-repeat top left;
    margin: 0 0 30px 0;
    color: #111;
}

.tokusyu p {
    margin: 0 0 40px 0;
}

.block {
    margin: 0 auto 40px;
    width: 90%;
}

.item ul {
    width: 90%;
    margin: 0 auto 30px;
}

/**ＰＣ*******************/

@media only screen and (min-width: 700px) {
    .tokusyu {
        width: 100%;
        margin: 0 auto;
    }

    .summary {
        width: 100%;
        margin: 0 auto 10px;
        text-align: center;
    }

    .primary {
        width: 100%;
    }


    .block p {
        padding: 0 0 0 20px;
        margin: 0 0 30px 0;
    }


    h4 img {
        width: auto;
        max-height: 80px;
    }

    .tokusyu p {
        margin: 0 0 20px 0;
        line-height: 1.6;
    }

    .tokutyo dl dd {
        width: 91%;
    }

    .item ul {
        width: 90%;
        margin: 0 auto 30px;
    }

    .item ul li {
        list-style: disc;
        margin: 0;
        float: left;
        width: 48%;
    }

    .btn img {
        width: inherit;
    }


    /*見出し*********/

    h4 {
        margin: 0 0 40px 0;
        width: 100%;
        background: url(img/bg_h4_line.jpg) bottom left;
        background-repeat: repeat-x;
        height: 85px;
    }



    h5 {
        text-align: left;
        font-size: 130%;
        padding: 0 0 0 13px;
        background: url(img/bg_h5_line.jpg) no-repeat top left;
        margin: 0 0 30px 0;
        color: #111;

    }
}