@charset "UTF-8";

#top-header-wrap {
display:none;
}


.contents_box01.block_fukidashi_1 .inner_item_txt {
    margin-left: 50px;
    background: var(--i_sub2_color) !important;
}

.contents_box01.block_fukidashi_1 .inner_item_txt:before {
    background: var(--i_sub2_color) !important;
}






.question {
    border-bottom: 1px solid #222;
   margin-bottom:1rem;
}

.question p {
    padding: 0 0 0 4rem;
    line-height: 1.3;
    font-weight: bold;
    position:relative;
}

.question p:before {
    font-size: 3rem;
    line-height: 1;
    font-weight: bold;
    color: #ff0000;
    content: "Q.";
    position: absolute;
    bottom: 0.1rem;
    left: 0.25rem;
}




.answer p {
    padding: 0 0 0 6rem;
    position:relative;
}

.answer p:before {
    font-size: 3rem;
    line-height: 1;
    font-weight: bold;
    color: #0ead00;
    content: "A.";
    position: absolute;
    top: 0;
    left: 2.3rem;
}

