@charset "utf-8";

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

/* ======================================
	body [ ボディ ]
====================================== */
/* Font：基本サイズ（16 * 0.875 = 14px） */
html {
	width: 100%!important;
}
body {
	color: #231815;
	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%;
  background: #fffded;
}

 /* リンク */
a {
	color: #ec7c3a;
	text-decoration: underline;
	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: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

/* ======================================
	header [ ヘッダ ]
====================================== */
header {
	position: relative;
}

/* ======================================
	global [ グローバル ]
====================================== */
header #globalNavi {
	}

/* ======================================
	content [ コンテンツ ]
====================================== */
#content {
	overflow: hidden;
	margin: 0 auto;
	padding: 0 3.5%;
	}
section {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.inner {
	margin: 0 auto;
	box-sizing: border-box;
}
/* share button */
.shareBtn ul {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.shareBtn li {
	width: 32%;
}

/* ======================================
	footer [ フッタ ]
====================================== */
#footer {
  width: 100%;
	box-sizing: border-box;
	padding: 20px 0;
}
#footer .copy {
	border-top: 1px solid #000;
	font-size: 0.75rem;
	padding-top: 20px;
}
#footer .copy p {
  text-align: center;
}