@charset "UTF-8";
/********************************************************************************
common-sp.css
********************************************************************************/

/*============================================================
 css変数
*============================================================*/
:root {
	--common-inner-padding: 24px;               /* 通常サイト幅内余白 */
	--common-inner-max-width: 100%;             /* 通常サイト幅 */
}


/*============================================================
 system
*============================================================*/
/* pc-sp display switch
---------------------------------------- */
.forPC {
    display: none;
}
.forSP {
    display: inherit;
}

/*============================================================
 Base Setting
*============================================================*/
/* Frame 
---------------------------------------- */

/* Headline 
---------------------------------------- */
h2.sec-title-common {
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.48px;
    margin: 0 auto 24px auto;
}


/* Image 
---------------------------------------- */

/* Other
---------------------------------------- */

/*============================================================
 Header
*============================================================*/
#fixed-header {
}

.gnav {
    padding: 8px;
}
/* 
---------------------------------------- */



/*============================================================
 Footer
*============================================================*/

