<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/*===============================================
●共通
===============================================*/


    

/*===============================================
●画面の横幅が813px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 813px) {

    /* !タイトル */
    #sub-page-title {
        background: url(../images/contact/main_img.jpg) top center no-repeat;
        background-size: cover;
    }
    
    /* box01 */
    #box01 {
        width: 100%;
        margin: 40px auto 0 auto;
    }
    
    #box01 &gt; img {
        margin: 0 auto;
    }
    
    #box01 &gt; p {
        margin: 40px 0 0 0;
    }
    
    #box01 &gt; div {
        width: 100%;
        margin: 40px 0 0 0;
    }
    
    #box01 &gt; div &gt; p:nth-of-type(1) {
        display: inline-block;
        width: 234px;
        margin: 0 20px 0 0;
    }
    
    #box01 &gt; div &gt; p:nth-of-type(1) &gt; img {
        width: 234px;
    }
    
    #box01 &gt; div &gt; p:nth-of-type(2) {
        display: inline-block;
        width: 240px;
        font-size: 14px;
    }
    
   
}


/*===============================================
●画面の横幅が812px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 812px) {
    
    /* box01 */
    #box01 {
        width: 100%;
        margin: 50px auto 0 auto;
    }
    
    #box01 &gt; img {
        width: 184px;
        margin: 0 auto;
    }
    
    #box01 &gt; p {
        width: 94%;
        margin: 40px auto 0 auto;
    }
    
    #box01 &gt; div {
        width: 100%;
        margin: 35px 0 0 0;
    }
    
    #box01 &gt; div &gt; p:nth-of-type(1) {
        margin: 0 0 10px 0;
    }
    
    #box01 &gt; div &gt; p:nth-of-type(1) img {
        width: 250px;
    }
    
    #box01 &gt; div &gt; p:nth-of-type(2) {
        font-size: 16px;
    }
    
    
    
}
</pre></body></html>