@charset "utf-8";
/* CSS Document */

/*
 * テンプレートのPC用 CSS
 */

:root {
	--headerHeight: 110px;
	--logoHeight: 58px;
	--headersetGapT: 36px;
}


/* 柔軟なレイアウト */
:root {
	--sectionContentChildGapV: 30px;
}


/* ヘッダー */
#HEADRCONTENTS {
	--PC_common_width: 1400px;
}


/* ヘッダー言語切り替えボタン */
#HDBTNBOX {
  top: 3px;
}
#HDBTNBOX .langChangeBox {
  height: 45px;
}


/* 柔軟なレイアウト */
section.commonBg_seigaiha::before {
  height: var(--sectionContentPaddingV);
}


/* 大きい文字 */
.bigTxtForPc {
	--commonFontSize: 1.25em;
	font-size: 1.25em;
}


/* 大きい文字 */
.borderBox {
  --commonGap: 30px;
}


/* トップページ */
#SUMOLEGEND .multiArticleLayoutSet {
  --imgWidth: 40cqw;
  --txtWidth: 55cqw;
}
#SUMOLEGEND .multiArticleLayoutSet.ver_0_1a.imgTxtInline-grid .articleItem > .layoutBox {
  align-items: center;
}
#TEIKEI .btnSet .btnStd {
  width: 100%;
  max-width: 30%;
}


/* フッター */
.footCopyright img {
  height: 48px;
}