.guide_container img{
    width: auto;
    max-width: 100%;
}

.guide_container a{
    text-decoration: underline;
}

.guide_heading{
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 72px;
}

.guide_section + .guide_section{
    padding-top: 100px;
}

.guide_section_tr{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dotted;
}

.guide_section_th{
    width: 35%;
    padding-right: 8%;
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 600;
}

.guide_section_td{
    width: 65%;
    font-size: 1.5rem;
    line-height: 2;
}

.guide_list_list{
    margin-left: 20px;
    list-style-type: disc;
}

.guide_subsection_heading{
    font-weight: 600;
    padding: 20px 0 12px;
}

.guide_important{
    background: #F2EEE1;
    padding: 24px;
}


/*----------------------------------------------------

スマートフォンのみ

----------------------------------------------------*/


@media screen and (max-width: 767px) {
    .guide_heading{
        font-size: 1.9rem;
        margin-bottom: 32px;
        border-left: 8px solid #F2EEE1;
        padding-left: 12px;
    }

    .guide_section + .guide_section{
        padding-top: 56px;
    }

    .guide_section_tr{
        padding-bottom: 28px;
        margin-bottom: 28px;
    }

    .guide_section_th{
        width: 100%;
        padding-right: 0;
        margin-bottom: 12px;
        font-size: 1.8rem;
    }

    .guide_section_td{
        width: 100%;
        font-size: 1.4rem;
    }

}