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

/* ---------------------------------------------------------------- reset */


/* base */

body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, tr, embed, object, a, img, article, time, figure{
	padding: 0;
	margin: 0;
	vertical-align: baseline;
	}

/* font */

h1, h2, h3, h4, h5, h6, p{
	font-style: normal;
	font-weight: normal;
	}

/* others */

table{
	border-spacing: 0;
	}

* html table{
	border-collapse: collapse;
	}

*:first-child+html table{
	border-collapse: collapse;
	}

th, td{
	border-collapse: collapse;
	vertical-align: middle;
	}

table, th, td, tr, img{
	border: 0;
	}

input[type="checkbox"],
input[type="radio"]{
	vertical-align: -2px;
	}

figure{
	line-height: 1;
	background-color: transparent;
	padding: 0;
	margin: 0;
	}

figcaption{
	clear: both;
	line-height: 1.17;
	padding: 5px 0;
	}

img{
	font-size: 1.0rem;
	line-height: 1;
	vertical-align: bottom;
	}

q:before, q:after{
	content: '';
	}

ul, ol{
	list-style: none;
	}


/* ------------------------------------------------------------------ base */


/* font */

@font-face{
	font-family: 'Noto Serif';
	src: url('../fonts/NotoSerifCJKjp-Regular.woff2') format('woff2'), url('../fonts/NotoSerifCJKjp-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}

.noto_serif{
	font-family: 'Noto Serif', serif;
	}

html{
	font-family: 'Noto Serif', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 62.5%;
	line-height: 1;
	}

/* body */

body{
	font-size: 1.8rem;
	font-size: 18px;
	line-height: 1.6;
	color: #261b17;
	background-color: transparent;
	word-break: break-all;
	background-color: #fff;
	text-align: center;
	min-width: 1140px;
	height: 100%;
	webkit-text-size-adjust: 100%;
	}

/* link */ 

a{
	color: #261b17;
	text-decoration: underline;
	}

a img{
	border-style: none;
	}

a:visited{
	color: #261b17;
	}

a:hover{
	color: #4f660a;
	}

/* font-size */

h1, h2, h3, h4, h5, h6, p{
	font-size: 18px;
	font-size: 1.8rem; /* 18px */
	}

li, dt, dd{
	font-size: 18px;
	font-size: 1.8rem; /* 18px */
	}

table{
	font-size: 18px;
	font-size: 1.8rem; /* 18px */
	}

input, select, textarea{
	font-size: 18px;
	font-size: 1.8rem; /* 18px */
	}




