@charset "utf-8";
/* CSS Document */
.bx-wrapper {
    margin: 0 auto !important;
}
h2.title {
    text-align: center;
    marigm: 40px auto;
}
@media screen and (min-width:641px) {
    h2.title {
        font-size: 2em;
    }
}
@media screen and (max-width:640px) {
    h2.title {
        font-size: 1.25em;
    }
}
h2.qa_title {
    border-left: 5px solid #1E1E1E;
    border-bottom: 1px dotted #1E1E1E;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 60px;
    color: #1E1E1E;
    font-size: 1.75em;
    text-align: left;
    background: none;
}
h2.qa_title::before {
    background: none;
}
.qa_Contents {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
.qa_box_top {
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 10px;
}
ul.qa_box_list {
    width: 98%;
    margin: 20px 1%;
    list-style: none;
    padding-left: 0;
}
.qa_box p.btn {
    width: 92%;
    text-align: center;
    margin: 10px atuo;
    background: #ffa30f;
    border-radius: 10px;
    box-shadow: 2px 2px 4px;
    padding: 10px;
    display: block;
}
.qa_box p.btn a, .qa_box p.btn a:link, .qa_box p.btn a:visited, .qa_box p.btn a:after {
    color: #fff;
}
.sideMenu .dropdown {
    display: none;
}
.sideMenu label, .sideMenu li {
    display: block;
    padding: 1em;
    background: #ccc;
    border-bottom: #fff 1px solid;
    font-family: sans-serif;
    letter-spacing: .05em;
    font-weight: bold;
    padding-left: 13%;
}
.sideMenu li:hover, .sideMenu label:hover {
    background: #999;
}
.sideMenu li::before, .sideMenu label::before {
    content: "";
    display: block;
    position: absolute;
    left: 6%;
    width: .5em;
    height: .5em;
    border-top: #fff 2px solid;
    border-left: #fff 2px solid;
    transform: rotate(135deg);
    margin-top: 4px;
}
.sideMenu input[type="checkbox"] {
    display: none;
}
.sideMenu label[for="menu"], .sideMenu label[for="menu01"], .sideMenu label[for="menu02"], .sideMenu label[for="menu03"], .sideMenu label[for="menu04"], .sideMenu label[for="menu05"], .sideMenu label[for="menu06"], .sideMenu label[for="menu07"] {
    display: block;
    background: #3e3e3e;
    color: #fff;
    padding-left: 13%;
}
.sideMenu label[for="menu"]::before, .sideMenu label[for="menu01"]::before, .sideMenu label[for="menu02"]::before, .sideMenu label[for="menu03"]::before, .sideMenu label[for="menu04"]::before, .sideMenu label[for="menu05"]::before, .sideMenu label[for="menu06"]::before, .sideMenu label[for="menu07"]::before {
    transform: rotate(225deg);
}
.sideMenu #menu:checked + .dropdown, .sideMenu #menu01:checked + .dropdown, .sideMenu #menu02:checked + .dropdown, .sideMenu #menu03:checked + .dropdown, .sideMenu #menu04:checked + .dropdown, .sideMenu #menu05:checked + .dropdown, .sideMenu #menu06:checked + .dropdown, .sideMenu #menu07:checked + .dropdown {
    display: block;
}
dt.question {
    font-size: 1.5em;
    background: url(../img/icon_q.png) no-repeat 0 center;
    background-size: 20px;
    padding-left: 30px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}
dt.ttl {
    font-size: 1.5em;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}
dd.answer {
    font-size: 1em;
    background: url(../img/icon_a.png) no-repeat 0 0;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 20px;
}
dd.txt {
    font-size: 1em;
        margin-bottom: 20px;
}
@media screen and (min-width:641px) {
    .sp {
        display: none !important;
    }
    .mainContents {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: 20px;
    }
    .sideMenu {
        width: 28%;
        margin-right: 2%;
    }
    .mainCon {
        width: 68%;
        padding: 0 2% 20px 0;
    }
    .qa_box {
        width: 29%;
        margin: 10px 1%;
        border: solid 1px #ccc;
        border-radius: 10px;
        padding: 10px 1% 10px;
    }
    .qa_box .icon img {
        width: 50px;
    }
    .qa_box .icon {
        width: 100%;
        text-align: center;
        padding: 30px 0;
    }
    .qa_box:nth-child(3n) {
        margin-right: 0;
    }
    ul.qa_box_list li {
        position: relative;
        background: #e3e3e3;
        padding: 10px 10px 10px 30px;
        margin-bottom: 3px;
    }
    ul.qa_box_list li::after {
        display: block;
        content: '';
        position: absolute;
        top: 1.25em;
        left: 1em;
        width: 6px;
        height: 6px;
        border-right: 1px solid #666;
        border-bottom: 1px solid #666;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    dd.answer {
        margin-left: 10px;
    }
}
@media screen and (max-width:640px) {
    .qa_box {
        width: 100%;
        margin: 10px 1%;
        border: solid 1px #ccc;
        border-radius: 10px;
        padding: 10px 1% 10px;
    }
    .qa_box .icon img {
        width: 50px;
    }
    .qa_box .icon {
        width: 100%;
        text-align: center;
        padding: 30px 0;
    }
    ul.qa_box_list {
        padding: 0;
    }
    ul.qa_box_list li {
        list-style: none;
    }
    ul.qa_box_list li {
        position: relative;
        background: #e3e3e3;
        padding: 10px 0 10px 10%;
        margin-bottom: 3px;
    }
    ul.qa_box_list li a {
        color: #3d3d3d;
        font-size: 1em;
    }
    ul.qa_box_list li::after {
        display: block;
        content: '';
        position: absolute;
        top: 1.25em;
        left: 1em;
        width: 6px;
        height: 6px;
        border-right: 1px solid #666;
        border-bottom: 1px solid #666;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    dd.answer {
        margin-left: 0;
    }
}
.sideMenu ul {
    padding-left: 0;
}
.mainCon dl {
    margin: 10px 1%;
}