@charset "UTF-8";
/********************************************************************************

common-sp.css

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

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

/*============================================================
 format
*============================================================*/
h2.sec-title {
	margin-bottom: 24px;
}
h3.title {
	margin-bottom: 8px;
}
/*============================================================
 ページヘッダー（下層）
*============================================================*/
#page-header {
	height: auto;
	padding: 40px 0;
}
/*============================================================
 コンテンツ共通
*============================================================*/
/* 共通ブロック(名称)
---------------------------------------- */
.block-〇〇〇 {
}

/*============================================================
 footer
*============================================================*/
#site-footer #copyright {
	font-size: 12px;
}
