@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
div.panel {
    max-height: 0;
    overflow: hidden;
    background: #FFFFFF;
    transition: max-height 0.2s ease-out;
    border:1px solid #E1E1E1;
    border-top: none;
}
div.panel .text {
    padding: 0px 50px 14px 70px;
    background: #FFFFFF url(../image/icon_a.jpg) 30px 3px no-repeat;
}
button.accordion {
    border: 1px solid #CCCCCC;
    border-bottom: none;
    background: #FFFFFF url(../image/icon_q.jpg) 30px 19px no-repeat;
    color: #000;
    cursor: pointer;
    padding: 18px 60px 13px 70px;
    width: 100%;
    text-align: left;
    outline: none;
    font-weight: bold;
    font-size: 1.14em;
    transition: 0.4s;
    position: relative;
    text-decoration: none;
}
button.accordion:hover{
    text-decoration: underline;
}
button.accordion:after {
    position: absolute;
    content: '';
    top: 19px;
    right: 28px;
    width: 16px;
    height: 16px;
    background:  url(../image/icon02.jpg) bottom no-repeat;
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "";
    background:  url(../image/icon01.jpg) bottom no-repeat;
    border-bottom:1px solid #FFFFFF !important;
}
#faq{
    margin-bottom: 70px;
}
#faq dl{
    margin-bottom:30px;
}
#faq dl.last {
    margin-bottom: 70px;
}
#faq dl.none {
    margin-bottom: 0px;
}
