@charset "utf-8";
#main-area {
    width: 960px;
    float: none;
}

h1 {
    margin: 0 0 23px;
}

.foot-pr-block {
    margin: 0 auto;
    width: 740px;
}

.list-navi {
    margin-bottom: 42px;
}

.list-navi ul {
    text-align: center;
}

.list-navi ul li {
    float: none;
}

.section-block {
    padding-bottom: 0;
}

.pagetop {
    margin: 0 0 37px;
    padding: 13px 0 0;
    border-top: 1px solid #dddddd;
    border-bottom: none;
}

#section-head p.lead {
    margin: 0 0 18px;
    text-align: center;
    line-height: 1.7;
}

#section-body .txt-block {
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

#section-body .txt-block h2 {
    margin: 0 0 25px;
}

#section-body .txt-block p {
    line-height: 1.7;
}

#section-body .txt-block.txt-left {
    padding: 0 370px 0 110px;
}

#section-body .txt-block.txt-right {
    padding: 0 110px 0 370px;
}

#section-foot {
    margin: -10px 0 0;
    text-align: center;
}

#section-foot a {
    margin: 0 2px;
}

#section-foot a.btn_left {
    margin: 0 25px 0 5px;
}

#section-pr {
    padding: 20px 0 0;
    text-align: center;
}

p.catch {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #000;
}


/* dakara style */

#dakara01 .txt-block {
    background: url("../images/img_index_01.gif") right bottom no-repeat;
}

#dakara02 .txt-block {
    background: url("../images/img_index_02.gif") left bottom no-repeat;
}

#dakara03 .txt-block {
    background: url("../images/img_index_03.gif") right bottom no-repeat;
}

#dakara04 .txt-block {
    background: url("../images/img_index_04.gif") left bottom no-repeat;
}

#dakara05 .txt-block {
    background: url("../images/img_index_05.gif") right bottom no-repeat;
}

@media (max-width: 959px) {
    #section-body .txt-block {
        min-height: 250px;
        height: 250px;
    }
    #section-body .txt-block.txt-left {
        padding: 0;
    }
    #section-body .txt-block.txt-right {
        padding: 0;
    }
    .txt-left p {
        width: 60%;
    }
    .txt-right p {
        width: 60%;
        padding-left: 40%;
    }
    #dakara01 p.catch, #dakara02 p.catch, #dakara03 p.catch, #dakara04 p.catch, #dakara05 p.catch {
        line-height: 1.3;
    }
    #dakara01 .txt-block, #dakara03 .txt-block, #dakara05 .txt-block {
        background-size: 38%;
        background-position: right 40px;
    }
    #dakara02 .txt-block, #dakara04 .txt-block {
        background-size: 38%;
        background-position: left 40px;
    }
    #section-foot img {
        margin-bottom: 15px;
    }
    #section-foot .rsp-image {
        max-width: 290px;
    }
    #section-foot a.btn_left {
        margin: 0;
    }
}

@media (max-width: 599px) {
    .responsive {
        font-size: 85%;
    }
    .txt-left p {
        width: 100%;
    }
    .txt-right p {
        width: 100%;
        padding: 0;
    }
    #section-head p.lead {
        text-align: left;
    }
    #section-body #dakara01 .txt-block, #section-body #dakara02 .txt-block {
        min-height: 480px;
        height: 480px;
    }
    #section-body #dakara03 .txt-block, #section-body #dakara04 .txt-block {
        min-height: 500px;
        height: 500px;
    }
    #section-body #dakara05 .txt-block {
        min-height: 460px;
        height: 460px;
    }
    #dakara01 .txt-block, #dakara02 .txt-block, #dakara03 .txt-block, #dakara04 .txt-block, #dakara05 .txt-block {
        background-size: 60%;
        background-position: center bottom;
    }
    #section-foot a {
        margin: 0;
    }
}