/*リセット*/
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-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*リセットここまで*/


/*アンカー移動用のスムーススクロール*/
/*html {
	scroll-behavior: smooth;
}
*/

body{
	/*background-color: #f2f2e7;*/
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
	color: #333;
	/*font-family: 'メイリオ', Meiryo, 'Lucida Grande', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;*/
    /*font-size: 18px;*/
    /*font-weight: bold;*?
	/*font-size: 87.5%;*//*14px*/
	/*font-size: 81.2%;*//*13px*/
	/*line-height: 1.8;*/
	/*スマホで勝手に文字が大きくなる対策*/
	/*-webkit-text-size-adjust: 100%;*/
}

header{
	/*background-color: #2ec1d5;*/
	max-width: 1140px;
    margin: 0 auto;
	padding: 100px 0 0 0;
	/*position: absolute;*/
	/*top: 0;*/
	/*width: 100%;*/
	/*z-index: 10;*/
}

h1{
	/*background-color: #ff6600;*/
    display: flex;
	justify-content: center;
	margin-top: 25%;
	/*align-items: center;*/
}

