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

#mainTitle {
    background-image: url("../img/bg_title_faq.jpg");
}

#contents {
    padding: 40px 0 80px;
}

ul.link_top {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}

#contents ul.link_top li {
    font-weight: bold;
    font-family: "Lora",serif;
    font-size: 1.1em;
    width: 25%;
    margin: 10px 2%;
    border-bottom: 2px solid #000;
    display: inline-block;

}

section.faq {
    background: #f4f4f4;
    margin-top: 140px;
}

section.faq .faq_inner {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 70px;
}

section.faq .faq_inner h3 {
    font-family: "Lora",serif;
    font-size: 1.5em;
    text-align: center;
    padding: 80px 0 30px 0;
}

section.faq .faq_inner dl {
    border-bottom: 1px solid #000;
    margin-top: 100px;
}

section.faq .faq_inner dl dt {
    font-family: "Lora",serif;
    border-top: 1px solid #000;
    border-bottom: 0px solid #000;
    padding: 10px 0px;
    display: table;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 98% center;
}

section.faq .faq_inner dl dt .q {
    display: table-cell;
    vertical-align: middle;
    width: 5%;
}

section.faq .faq_inner dl dt p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.5em;
    font-weight: bold;
    padding-right: 6%;
}

section.faq .faq_inner dl dt.collaspe {
    background-image: url(../img/collaspe.gif);
    cursor: pointer;
}
@media screen and (max-width:780px){
    section.faq .faq_inner dl dt.collaspe {
        padding-right: 30px;
    }
}
@media screen and (max-width:780px){
    #contents p{
        padding-bottom: 5px;
    }
}

section.faq .faq_inner dl dt.expand {
    background-image: url(../img/expand.gif);
    border-bottom: 1px solid #000;
}

section.faq .faq_inner dd {
    padding: 20px 0;
}

.contact_box {
    text-align: center;
}

.contact_box .title {
    font-size: 1.5em;
    font-weight: bold;
    font-family: "Lora",serif;
    margin-bottom: 20px;
}

.contact_box .tel {
    font-family: "Lora",serif;
    font-weight: bold;
    margin-top: 20px;
}


.contact_box .tel span {
    font-size: 1.6em;
    font-family: sans-serif;
    margin-left: 5px;
}

#no1,#no2,#no3,#no4,#no5 {
    padding-top: 100px; margin-top: -100px;
}




@media screen and (max-width:780px){
    ul.link_top {
        width: 100%;
    }

    ul.link_top li {
        float: none;
        margin: 15px auto !important;
        width: 80% !important;
        display: block !important;
    }

    section.faq .faq_inner {
        width: 100%;
        padding-bottom: 20px;
    }

    section.faq .faq_inner dl dt p {
        font-size: 1.1em;
        padding-right: 10%;
        padding-left: 2%;
    }

    section.faq .faq_inner h3 {
        padding: 50px 0 20px 0;
    }

    section.faq .faq_inner dl {
        width: 96%;
        margin: 0 auto;
        margin-bottom: 70px;
    }

    .contact_box .tel span {
        font-size: 1.3em;
        margin-left: 0px;
    }
}