/* ---------------------------------------------------- */
/* font-size:	70% 75% 83% 90% 95%                       */

/* Cross-browser settings */
.kiyaku {
    width: 100%;
    display: flex;
    justify-content: center;
    background: rgba(100, 100, 100, 0.5);
    padding: 15px 0;
}

.kiyaku_list {
    background: linear-gradient(#fff 70%, #F3F9F2);
    height: 70px;
    width: 940px;
    display: flex;
}

.kiyaku_list li:nth-child(1) {
    width: 31%;
    display: flex;
}

.kiyaku_list li:nth-child(2) {
    width: 33%;
    display: flex;
    border-left: solid 1px #efefef;
    border-right: solid 1px #efefef;
}

.kiyaku_list li:nth-child(3) {
    width: 36%;
    display: flex;
}

.kiyaku_l {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    font-size: 3em;
    font-family: "hiragino-mincho-pron", sans-serif;
    color: #477441;
    padding: 0 5px 0 12px;
    font-weight: 700;
}

.kiyaku_r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70px;
}

.kiyaku_t {
    font-size: 1.0em;
    font-family: "hiragino-mincho-pron", sans-serif;
    color: #477441;
    font-weight: 700
}

.kiyaku_b {
    font-size: 0.6rem;
    margin: 2px 0 8px 0;
}

.contents_top {
    margin-top: 10px;
    background: url(../../images/contents_top.png) no-repeat right;
    background-size: 300px;
    padding: 20px;

}

.contents_top_title {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: #4FB3F9;
    font-family: "hiragino-mincho-pron", sans-serif;
}

.contents_top_text {
    font-size: 0.9rem;
    text-shadow: 1px 1px 2px #fff;
    margin-top: 10px;
}

.contents_top_text span {
    display: block;
}

.news {
    width: 650px;
}

.news_title h3 {
    color: #000;
    font-family: tbudrgothic-std, sans-serif;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    border-bottom: solid 3px #FF7606;
}

.news ul {
margin-top: 20px;
}

.news ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
    display: flex;
}

.news ul li div + div {
margin-left: 20px;
}

.day {
    color: #9C0;
    width: 80px;
}

.ncontent {
    width: 530px;
}

.flthum {
    width: 250px;
}

.flcome {
    width: 370px;
}










/*レスポンシブ　960px以下*/
@media screen and (max-width:960px) {
    .kiyaku {
        width: 100%;
        display: flex;
        justify-content: center;
        background: rgba(100, 100, 100, 0.5);
        padding: 15px 0;
    }

    .kiyaku_list {
        background: none;
        height: auto;
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .kiyaku_list li:nth-child(1) {
        width: 100%;
        display: flex;
        background: linear-gradient(#fff 70%, #F3F9F2);
    }

    .kiyaku_list li:nth-child(2) {
        width: 100%;
        display: flex;
        border-top: solid 1px #efefef;
        border-bottom: solid 1px #efefef;
        border-left: none;
        border-right: none;
        background: linear-gradient(#fff 70%, #F3F9F2);
    }

    .kiyaku_list li:nth-child(3) {
        width: 100%;
        display: flex;
        background: linear-gradient(#fff 70%, #F3F9F2);
    }

    .kiyaku_l {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
        font-size: 3em;
        font-family: "hiragino-mincho-pron", sans-serif;
        color: #477441;
        padding: 0 5px 0 12px;
        font-weight: 700;
    }

    .kiyaku_r {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 70px;
    }

    .kiyaku_t {
        font-size: 0.9em;
        font-family: "hiragino-mincho-pron", sans-serif;
        color: #477441;
        font-weight: 700;
    }

    .kiyaku_b {
        font-size: 0.6rem;
        margin: 2px 0 8px 0;
    }

    .contents_top {
        margin-top: 10px;
        background: url(../../images/contents_top03.png) no-repeat right;
        background-size: 300px;
        padding: 20px;

    }

    .contents_top_title {
        font-size: 1.5rem;
        font-weight: 700;
        letter-spacing: 0.1rem;
        color: #8C5917;
        text-shadow: 1px 1px 2px #fff;
        font-family: "hiragino-mincho-pron", sans-serif;
    }

    .contents_top_text {
        font-size: 0.9rem;
        text-shadow: 1px 1px 2px #fff;
        margin-top: 10px;
        font-weight: 700;
    }

    .contents_top_text span {
        display: block;
        font-weight: 700;
    }

    .news {
        width: 100%;
    }

    .news_title h3 {
        color: #000;
        font-family: tbudrgothic-std, sans-serif;
        font-size: 1.0rem;
        letter-spacing: 0.1em;
        border-bottom: solid 3px #FF7606;
    }

    .news ul {}

    .news ul li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #CCC;
    }

    .day {
        color: #9C0;
        width: 80px;
    }

    .ncontent {
        width: 530px;
    }

    .flthum {
        width: 250px;
    }

    .flcome {
        width: 370px;
    }

}


/*レスポンシブ　960px以下*/
