@charset "UTF-8";

.contents_faq01 dl {
    background: #F0F0F0;
    margin-top: 15px;
    padding: 15px;
    border-bottom: none;
}
.contents_faq01 dl:nth-of-type(1) {
    border-top: none;
}
.contents_faq01 dt {
    padding-left: 7rem;
    padding-right: 0px;
    font-weight: 700;
}
.contents_faq01 dt:before {
    width: 4rem;
    height: 4rem;
    font-size: 3rem;
    line-height: 40px;
    color: #858585;
    background: none;
    border: 1px solid #858585;
    border-radius: 50%;
    content: "?";
    top: 50%;
    transform: translateY(-50%);
}
.contents_faq01 dd {
    padding-left: 7rem;
    margin-bottom: 0px;
    margin-top: 30px;
    padding-right: 0px;
}
.contents_faq01 dd:before {
    display:none;
}
.contents_faq01 dl:last-child {
    padding: 15px!important;
}