@charset "utf-8";
/* ======================================
	body [ ボディ ]
====================================== */
/* Font：基本サイズ（16 * 0.875 = 14px） */
html {
	width: 100%!important;
}
body {
	color: #000;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.875em;
	font-weight: 400;
	line-height: 1.6;
	width: 100%!important;
	min-width: 100%;
	background: #fff;
}
img {
	max-width: 100%;
	vertical-align: top;
}
a {
	color: #9e005d;
}
a:hover {
	text-decoration: none;
	}
a,
a:focus,
.slick-slide,
area,
area:focus {
	outline: none;
}
a:hover {
	opacity: 0.8;
}
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;
}

/* ======================================
	content [ コンテンツ ]
====================================== */
#content {
	margin: 2.6667vw auto 0;
	padding: 9.0667vw 0 6vw;
	width: 93.3333%;
	background: #f3a002;
	border-radius: 1.9vw;
}

/* ======================================
	footer [ フッタ ]
====================================== */
#footer {
	padding-top: 40px;
	background: #fff;
}
#footer .copy {
	padding: 20px 0;
	font-size: 75%;
	text-align: center;
	letter-spacing: 0;
}
#footer .copy a {
	color: #000;
	text-decoration: none;
}
/* share button */
.shareBtn ul {
	width: 80%;
	margin: 0 auto 10vw;
	display: flex;
	justify-content: space-between;
}
.shareBtn li {
	width: 32%;
}