@charset "utf-8";

/* 基本：レイアウトスタイル
 * **************************************************
 *
 * body
 * container
 * header
 * globalNavi
 * content
 * footer
 *
 * **************************************************
 */

/* ======================================
	body [ ボディ ]
====================================== */
/* Font：基本サイズ（16 * 0.875 = 14px） */
html {
	width: 100%!important;
}
body {
	color: #4d4d4d;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.875em;
	line-height: 1.8;
	width: 100%!important;
	min-width: 100%;
	overflow: hidden;
	background: #fff;
}
 /* リンク */
a {
	color: #f16939;
	word-break: break-all;
	}
a:hover {
	text-decoration: none;
	}
p,
dd {
	text-align: justify;
	text-justify: inter-ideograph;
}
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
/* font */
.mincho {	font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

/* ======================================
	header [ ヘッダ ]
====================================== */
header {
	padding: 2.6667vw 0;
	background: #231815;
}
header .h_logo {
	margin: 0 auto;
	width: 26.6667vw;
}

/* ======================================
	global [ グローバル ]
====================================== */

/* ======================================
	content [ コンテンツ ]
====================================== */
#content {
	margin: 0 auto;
}
.content_inner {
	padding: 0 6.6667vw;
}
#content section {
	width: 100%;
	margin-bottom: 16vw;
	position: relative;
	box-sizing: border-box;
}

/* ======================================
	footer [ フッタ ]
====================================== */
#footer {
	margin: 0 auto;
	background: #fff;
	padding-bottom: 9.3333vw;
}
#footer .credit01 p {
	margin-bottom: 1em;
	font-size: 80%;
	text-align: center;
}
#footer .credit02 {
	margin-bottom: 10vw;
}
#footer .credit02 p {
	margin-bottom: 1em;
	font-size: 80%;
	text-align: center;
	line-height: 1.5;
}
#footer .copy a {
	display: block;
	font-size: 80%;
	text-align: center;
	letter-spacing: 0;
	text-decoration: none;
	color: #231815;
}
/* share button */
.shareBtn ul {
	width: 80%;
	margin: 0 auto 10vw;
	display: flex;
	justify-content: space-between;
}
.shareBtn li {
	width: 32%;
}