@charset "UTF-8";


/* 追記
----------------------------------------------------------*/
.c-intro-visual{
    margin: 0 0 4rem;
}




.th10{
    margin: 0 auto 9rem;
    padding: 1rem 0;
    background: #fffce0;
    max-width: 900px;
    text-align: center;
    border-radius: 2rem;
    border: 4px solid #77b906;
}
.th10 h2{
    font-size: 2rem;
    line-height: 1.4;
}
.th10 p span{
    font-size: 1.5rem;
    color: #e11;
    font-weight: bold;
}
.th10 p i.code{
    font-style: normal;
    color: #00a3e0;
    font-size: 1.5rem;
    font-weight: bold;
}
.th10 p i.no{
    display: inline-block;
    background: #ed0;
    padding: 0.5rem 2rem;
    font-style: normal;
    border-radius: 2rem;
    color: #00a3e0;
}
@media screen and (max-width: 767px){/* スマホのスタイル */
    .th10{
        margin: 0 1.25rem 9rem;
    }
    .th10 h2{
        font-size: 1.5rem;
    }
}


