@charset "UTF-8";

#faq + section .wrapper_item{
    align-items: stretch;
}

#faq + section .inner_item_img{
    flex-basis: 50%;
    max-width: 50%;
    text-align: left;
    background-color: #fdeef2;
    border-radius: 4rem;
    padding: 2rem;
}
#faq + section .inner_item_img span{
    font-size: 3.6rem;
}
#faq + section .inner_item_txt{
    flex-basis: 50%;
    max-width: 50%;
    background-color: #d3eec6;
    border-radius: 4rem;
    padding-left: 0;
    padding: 2rem;
    margin-left: 2rem;
}

.board{
    color: white;
    background-color: #1a5625;
    padding: 2rem;
    border: 1rem solid #b77223;
    box-shadow: 0px 0px 20px 3px #222 inset;
}
.board_title{
    font-size: 3rem;
}
.board_title-large{
    font-size: 4.2rem;
}
.board_lead{
    font-size: 1.4rem;
}
.color_orange{
    color: #ff8100;
}
.color_yellow{
    color: yellow;
}

#point + div .content_wrapper{
    background-color: #f2bc76;
    padding-bottom: 2rem;
    border-radius: 2rem;
}
#point + div h2{
    font-size: 3.6rem;
    color: red;
}
#point + div .wrapper_item{
    margin-top: 2rem;
}
#point + div .inner_item{
    height: auto;
    opacity: 1.0;
    text-align: left;
    background-color: #fff;
    padding: 1rem;
    border-radius: 2rem;
}

#point + div .point_title-wrap{
    display: flex;
    align-items: flex-end;
}
#point + div .point_circle{
}
#point + div .point_point{
    display: block;
}
#point + div .point_number{
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #f2bc76;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
}
#point + div .point_title{
    font-weight: bold;
    font-size: 2.2rem;
    color: #0016b1;
    padding-left: 1rem;
}


#point + div .heading.block_header_7.align-center {
    padding-top: 3rem;
}

@media (max-width: 900px) {
    #faq + section .inner_item_txt {
        margin-left: 0;
        padding: 2rem !important;
    }
}

@media (max-width: 600px) {
    .board_title-large {
        font-size: 8vw;
        display: block;
    }
}