
#article h1 {
    display: block;
    width: 100%; /*772px;*/
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    background: url(/itsumo/fukumaro/tutorial/images/1stguide_title.png) no-repeat center bottom;
    background-size: contain;
}

#article h2.fukumaro {
    padding-top: 30px;
    padding-left: 120px;
    margin-top: 30px;
    margin-bottom: 0px;
    min-height: 60px;
}

#article h2.no-fukumaro {
    padding-top: 30px;
    padding-left: 120px;
    margin-top: 90px;
    margin-bottom: 0px;
    min-height: 60px;
    background: none;
}

div.img-box {
    margin-bottom: 60px;
}

/* add 2022.11.02 */
#article .text_overflow {
    height: auto;
}

#article .text_overflow:before {
    content: "";
}

#article .text_overflow:after {
    content: "";
}

@media screen and (max-width: 1023px) and (orientation: portrait) {
    #article h2.fukumaro {
        padding-left: 60px;
    }
    
    #article h2.no-fukumaro {
        padding-left: 0px;
    }    
}
