@charset "UTF-8";
/* baseformat updated date 191031*/

@font-face {
	font-family: "Noto Serif JP";
	font-style: normal;
	font-weight: 400;
	src: local('Noto Serif CJK JP Regular'),  url('../fonts/NotoSerifCJKjp-Regular.woff2') format('woff2'),  url('../fonts/NotoSerifCJKjp-Regular.woff') format('woff'),  url('../fonts/NotoSerifCJKjp-Regular.otf') format('opentype');
}
@font-face {
	font-family: "Noto Serif JP";
	font-style: normal;
	font-weight: 500;
	src: local('Noto Serif CJK JP Medium'),  url('../fonts/NotoSerifCJKjp-Medium.woff2') format('woff2'),  url('../fonts/NotoSerifCJKjp-Medium.woff') format('woff'),  url('../fonts/NotoSerifCJKjp-Medium.otf') format('opentype');
}
@font-face {
	font-family: "Noto Serif JP";
	font-style: normal;
	font-weight: 700;
	src: local('Noto Serif CJK JP Bold'),  url('../fonts/NotoSerifCJKjp-Bold.woff2') format('woff2'),  url('../fonts/NotoSerifCJKjp-Bold.woff') format('woff'),  url('../fonts/NotoSerifCJKjp-Bold.otf') format('opentype');
}  

/*------------------------------------------------------------reset*/  
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*font*/
h1, h2, h3, h4, h5, h6, p {
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
ins {
	text-decoration: none;
	background-color: #ff9;
	color: #333;
}
mark {
	font-style: italic;
	font-weight: bold;
	background-color: #ff9;
	color: #333;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	margin: 1em 0;
	padding: 0;
	border-top: 1px dotted #000;
}
input, select {
	vertical-align: middle;
}
img {
	vertical-align: top;
}
li {
	list-style: none;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/*------------------------------------------------------------Base*/
html {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /*メイリオベース*/
	font-size: 62.5%;
}
/* body */
body {
  font-family: "Noto Serif JP";
	-webkit-text-size-adjust: 100%;
	background: #FFF;
	/* ratina */
	background-size: contain;
	-webkit-background-size: auto 30px;/*Android 2.1 対策として表示させたい縦サイズを記載*/
	font-size: 1.4rem; /* 14px */
	font-size: 14px;
  color: #303030;
	/*font-feature-settings: "palt";*/
}
/*font-size*/
h1, h2, h3, h4, h5, h6, p {
	font-size: 14px;
	font-size: 1.4rem; /* 14px */
}
li, dt, dd {
	font-size: 14px;
	font-size: 1.4rem; /* 14px */
}
table {
	font-size: 14px;
	font-size: 1.4rem; /* 14px */
}
input, select, textarea {
	font-size: 14px;
	font-size: 1.4rem; /* 14px */
}
