@charset "utf-8";

p {
    margin: 0 0.5em 1em;
}

p.inner_block{
    margin:5px 5px 20px 5px;
    padding:5px;
    border: 1px solid #4e0303;
    background:#f3efe9;
    border-radius: 10px;
    color:#505050;
}

.faq_body {
    width: 96%;
    position: relative;
    margin: 0 auto 3%;
    max-width: 640px;
}

.list { margin: 0 0 20px; }
.list li {
    border-bottom: 1px dotted #4e0303;
    background-color: aliceblue;
    font-weight: bold;
}
.list li a {
    display: block;
    padding: 8px;
    background: url(../../img/common/ico_slidedown.png) 98% 50% no-repeat;
    background-size: 11px 11px;
    text-decoration: none;
}

.faq-title {
    padding: 8px 20px 8px 0;
    background: url(../../img/common/ico_down.png) 98% 50% no-repeat;
    background-size: 11px 7px;
    border-bottom: 1px solid #4e0303;
    font-weight: bold;
    cursor: pointer;
}
.faq-title:hover {
    opacity: 0.7;
}
.faq-title span {
    display: block;
    padding: 0 0 0 25px;
    background: url(../../img/common/ico_question.png) 4px 0 no-repeat;
    background-size: 16px 16px;
}
.is-open .faq-title {
    background: url(../../img/common/ico_up.png) 98% 50% no-repeat;
    background-size: 11px 7px;
}

.faq-body {
    display: none;
    padding: 10px 0 0;
}
.no-js .faq-body { display: block; }

.faq_box {
    margin: 0 auto 10px;
    padding: 3.68% 1.25%;
    background: #e9e2d6;
    border-radius: 10px;
    border: 1px solid #4e0303;
    color: #000;
    max-width: 640px;
}
.faq_box > p:last-child { margin-bottom: 0; }
.faq_box_ttl {
    margin: 0 0 3.12%;
    padding: 0 0 3.12% 5px;
    border-bottom: 2px dotted #4e0303;
    background-size: 100%;
    font-size: 114.29%;
    font-weight: bold;
}

.faq_box a { color: #FFF; }

.faq_contact_body {
    margin: 0 auto 10px;
    padding: 3.68% 1.25%;
    background: #FFD7D7;
    border: 1px solid #4e0303;
    border-radius: 10px;
}

.faq_contact_info {
    margin-bottom: 10px;
}

.faq_contact_link {
    text-align: center;
    margin-bottom: 10px;
}

.btn_yellow {
    text-decoration: none !important;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    padding: 10px 20px;
    background: #fff6c8;
    border: 1px solid #8b4e0c;
    border-radius: 3px;
    box-shadow: 0 2px 0 #8b4e0c;
    -moz-box-shadow: 0 2px 0 #8b4e0c;
    -webkit-box-shadow: 0 2px 0 #8b4e0c;
    color: #000;
    font-weight: bold;
}

.ul_decimal {
    margin-bottom: 1em;
}
.ul_decimal li {
    list-style: decimal;
    margin-left: 2em;
}
.ul_disc {
    margin-bottom: 1em;
}
.ul_disc li {
    list-style: disc;
    margin-left: 2em;
}


.media_flyer {
    width: 80%;
    text-align: center;
    margin: 0 auto 30px;
}

.media_flyer img {
    border: 1px solid #999;
}