@charset "UTF-8";

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=family=Oswald:wght@400;600&display=swap');


/* ==================================================
BASE (RESET)
================================================== */
html { box-sizing: border-box; width: 100%; margin: 0; padding: 0; }
*, *::after, *::before { box-sizing: inherit; }
body { position: relative; width: 100%; margin: 0; padding: 0; text-align: center; }
#allWrap { width: 100%; margin: 0 auto; }

h1, h2, h3, h4, h5, h6, p { font-size: 100%; font-weight: inherit; margin: 0; padding: 0; }
ul, ol, dl { margin: 0; padding: 0; vertical-align: baseline; background: transparent; }
ol, li { list-style: none; }
dt, dd { font-weight: inherit; font-style: normal; margin: 0; padding: 0; }
table{ border-collapse: collapse; border-spacing: 0; }
th, td { font-size: inherit; font-weight: inherit; font-style: normal; empty-cells: show; }
input, select { vertical-align: middle; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }
pre { white-space: pre-wrap; }
em, strong, i, b { font-style: normal; font-weight: inherit; }
figure { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align: baseline; background: transparent; }
img { font-size: 0; line-height: 0; border: 0; vertical-align: bottom; }
img, object, embed, video { max-width: 100%; }
/*レスポンシブ対応*/
img, svg { max-width: 100%; height: auto; }
/* ---------- */
iframe { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
a { font-size: inherit; margin: 0; padding: 0; background: transparent; vertical-align: baseline; }


@font-face {
  font-family: number;
	font-display: swap;
  src: local("Oswald");
  unicode-range: U+0030-0039;
}

#mainWrap {
  font-family: number;
}

#mainArticle,
#relatedArea,
.article-txt,
.date {
  font-family: number;
}


#snsLink {
	display: block !important;
	padding:30px 0 20px !important;
}

#snsLink p {
	text-align:center;
	font-size:14px;
	padding: 0 10px;
}

a.entry_btn {
	display:block;
	margin-right:auto;
	margin:10px auto;
	padding-top:13px;
	padding-bottom:10px;
	background-color:#ea6f72;
	border-radius:5px;
	width:90%;
	max-width:500px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#ffffff !important;
	letter-spacing:1px;
	text-decoration:none
}