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

common-tablet.css

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

/*============================================================
 format
*============================================================*/
a[href^="tel:"] {
    pointer-events: auto;
}

/*============================================================
 コンテンツ共通
*============================================================*/
/* 要素幅超スクロール
---------------------------------------- */
.block-wscroll-tablet {
    width: calc(var(--common-vw) - ((var(--common-vw) - 100%) / 2));
    overflow-x: auto;
}
.block-wscroll-tablet .block-wscroll-inner {
    width: max-content;
    padding: 0 var(--inner-padding) 16px 0;
}
.block-wscroll-tablet .block-wscroll-inner > * {
    width: auto;
    white-space: nowrap;
}

/* カード
---------------------------------------- */
.block-card {
}


/*============================================================
 CTA
*============================================================*/
/* 
---------------------------------------- */


/*============================================================
 記事本文ブロック
*============================================================*/
/* 見出し
---------------------------------------- */


/*============================================================
 footer
*============================================================*/
/* 画面下吸着CTA
---------------------------------------- */
#footer-fixed-cta .inner {
	padding: 0 16px;
}
#footer-fixed-cta .block {
	gap: 16px;
}
#footer-fixed-cta .block .text {
	width: calc(100% - 460px);
}
#footer-fixed-cta .block .text img.forPC {
	display: none;
}
#footer-fixed-cta .block .text img.forSP {
	display: block;
	margin: 0 auto;
}

/* ブログ詳細用CTA
---------------------------------------- */

/* 共通
---------------------------------------- */
#site-footer {
}

/* CTA（ブログ詳細ページ以外） */
#site-footer #footer-cta .layout {
	gap: 48px 80px;
}
#site-footer #footer-cta .layout .info {
	flex: 1;
}
#site-footer #footer-cta .layout .info .catch {
	font-size: 32px;
}

/* 全ページ共通 */
#site-footer #footer {
}
