@charset "utf-8";

#index-content section.faq p.faq {
    margin-bottom: 35px;
}
#index-content section.faq {
    background: none;
    padding-bottom: 80px;
}
#index-content section.faq header {
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
    padding-top: 80px;
    line-height: 1.5;
}
#index-content section.faq header h2 {
    color: #000;
    font-size: 34px;
    font-weight: bold;
}
#index-content section.faq header p {
    font-size: 100%;
}
#index-content section.faq header a {
    color: #140079;
}
#index-content section.faq .accordion {
    margin: 0 auto;
    width: 600px;
}
#index-content section.faq .accordion > p {
    font-size: 30px;
}
#index-content section.faq .accordion h3 {
    color: #152445;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 70px;
    margin-bottom: 35px;
    text-align: center;
}
#index-content section.faq .accordion h3:first-child {
    margin-top: 0;
}
#index-content section.faq .accordion dl {
    border: 1px solid #585858;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px;
    margin-bottom: 20px;
    text-align: left;
}
#index-content section.faq .accordion dt {
    background-image: url(../../img/faq/icon_open.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 11px;
    display: block;
    cursor: pointer;
    color: #585858;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    padding: 20px 60px 20px 25px;
}
#index-content section.faq .accordion dt.active {
    background-image: url(../../img/faq/icon_close.png);
}
#index-content section.faq .accordion dd {
    display: none;
    line-height: 1.8;
    margin: 0 20px 30px;
    border-top: 1px dotted #585858;
    font-size: 24px;
    padding-top: 10px;
    word-wrap: break-word;
}
#index-content section.faq .accordion ol li {
    list-style: outside disc;
    margin-left: 1.5em;
}
#index-content section.faq .accordion a {
    color: #140079;
    font-weight: bold;
    text-decoration: underline;
}
#index-content section.faq .accordion .note {
    font-size: 22px;
}
#index-content section.faq .accordion h3 .note {
    display: block;
    color: #000;
    font-weight: normal;
    margin-top: 20px;
}
#index-content section.faq .btn-backtop {
    margin-top: 100px;
    margin-bottom: 30px;
    text-align: center;
}
#index-content p.pagetop {
    width: 500px;
    margin: 0 auto 80px;
    text-align: center;
}