@charset "utf-8";
/* ======================================
	body [ ボディ ]
====================================== */
/* Font：基本サイズ（16 * 0.875 = 14px） */
body {
	color: #000;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.03em;
  background: #fff;
	width: 100%;
}
.wrapper {
	overflow: hidden;
}
a {
	color: #9e005d;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: 0.8;
	}
a,
a:focus,
.slick-slide,
area,
area:focus {
	outline: none;
}
img {
	max-width: 100%;
  vertical-align: bottom;
}
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: 20px auto 30px;
	padding: 100px 0 40px;
	width: 1024px;
	max-width: 100%;
	background: #f3a002;
	border-radius: 16px;
}
/* ======================================
	footer [ フッタ ]
====================================== */
#footer .copy {
	padding: 60px 0 40px;
	font-size: 75%;
	text-align: center;
	letter-spacing: 0;
}
#footer .copy a {
	color: #000;
	text-decoration: none;
}
/* share button */
.shareBtn ul {
	width: 405px;
	margin: 0 auto ;
	display: flex;
	justify-content: space-between;
}
.shareBtn li {
	width: 120px;
}
.pagetop {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 80px;
  z-index: 101;
  cursor:pointer;
}
/* ======================================
	font
====================================== */
/*Safariでヒラギノ角ゴシックをきれいに表示させるCSS*/
@font-face {
font-family: sans-serif;
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: sans-serif;
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'Hiragino Kaku Gothic Pro W3';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'Hiragino Kaku Gothic Pro W3';
src: local(HiraginoSans-W6);
font-weight: bold;
}
/*↑2017.02.14追加*/
@font-face {
font-family: 'ヒラギノ角ゴ Pro W3';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'ヒラギノ角ゴ Pro W3';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'ヒラギノ角ゴ ProN W3';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'ヒラギノ角ゴ ProN W3';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'ＭＳ Ｐゴシック';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'ＭＳ Ｐゴシック';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'MS P Gothic';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'MS P Gothic';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'MS PGothic';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'MS PGothic';
src: local(HiraginoSans-W6);
font-weight: bold;
}