@charset "utf-8";
/* CSS Document */

/***************リセット***************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6{
	font-size:100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea{
	margin: 0;
	padding: 0;
}
ol, ul{
	list-style:none;
}
table{
	border-collapse: collapse; 
	border-spacing:0;
}
caption, th{
    text-align: left;
}
a:focus {
	outline:none;
}
/***************／リセット***************/
/***************基本***************/
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NotoSerifCJKjp-Bold.otf) format('opentype');
}
html{
	font-size:3.125vw;
	font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#5c5e5e;
}
img{
	display:block;
	width:100%;
	height:auto;
}
.serif{
	font-family:'Noto Serif Japanese', serif;
}
/***************／基本***************/
/***************ヘッダー***************/
header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:4rem;
	background-color:#e6e6e6;
}
/***************／ヘッダー***************/
#container{
	padding:4rem 0;
	text-align:center;
}
h1{
	width:100%;
	margin:4rem auto 0;
}
h2{
	margin-bottom:0.5rem;
	font-size:1.2rem;
	line-height:2.5rem;
}
p{
	font-size:1.1rem;
	line-height:2;
}
.comment{
	margin-top:0.6rem;
	font-size:1.2rem;
	color:#c86249;
}
.name{
	margin:4.5rem 0 4rem;
	font-size:1.4rem;
}

/***************フッター***************/
footer{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:4rem;
	text-align:center;
	background-color:#e6e6e6;
}
small{
	font-size:0.9rem;
	line-height:4rem;
}
/***************／フッター***************/


@media print, screen and (min-width: 641px){
/***************基本***************/
html{
	font-size:20px;
}
/***************／基本***************/
/***************ヘッダー***************/
header{
	height:3rem;
}
/***************／ヘッダー***************/
#container{
	padding:3rem 0;
}
h1{
	width:32rem;
	margin:3rem auto 0;
}
h2{
	margin-bottom:0.5rem;
	font-size:1rem;
	line-height:2.3rem;
}
p{
	font-size:0.9rem;
	line-height:2;
}
.comment{
	margin-top:0.6rem;
	font-size:1rem;
	color:#c86249;
}
.name{
	margin:3rem 0 2rem;
	font-size:1.2rem;
}

/***************フッター***************/
footer{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:3rem;
	text-align:center;
	background-color:#e6e6e6;
}
small{
	font-size:0.7rem;
	line-height:3rem;
}
/***************／フッター***************/
}
@media print, screen and (max-width: 1000px) and (min-width: 641px){
html{
	font-size:2vw;
}
}
