@charset "utf-8";

/*INDEXと全ページ*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	display: block;
	position: relative;
	background-color: #fff;
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.7em;
	letter-spacing: 0;
	color: #212121;
	overflow-x: hidden;
}

p {
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 17px;
	line-height: 1.7em;
	font-weight: 400;
}

h1 {
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	padding-left: 0em;
	text-indent: -0.5em;
	text-align: left;
	font-size: 20px;
	line-height: 1.7em;
	margin: 0.5em auto;
	font-weight: 600;
	margin-bottom: 3em;
}

.standby {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #FFF;
	color: #000;
	text-align: center;
}
.standby span{
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000;
}

.nobr {
	white-space: nowrap;
}
.mail_a{
	text-decoration: underline;
	color: inherit;
}
.newimg_div {
	text-align: center;
}

.newimg_img {
	width: 90%;
	max-width: 191px;
	height: auto;
	margin-bottom: 12px;
}
.kome_p{
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 98%;
	margin: 1.5em auto;
	margin-bottom: 0;
}
.wrap_side {
	width: 100%;
	margin: 8px auto;
	display: block;
	position: relative;
}

.wrap {
	margin: 0 auto;
	max-width: 740px;
	width: 94%;
	display: block;
	position: relative;
}

/*p*/
.title_p {
	margin-top: 1em;
	margin-bottom: 4px;
}

.header_day_p {
	text-align: right;
	font-size: 14px;
}

.mini_p {
	font-size: 14px;
}

.copy_p {
	font-size: 10px;
	text-align: center;
	color: #999;
}

ul {
	margin: 4px auto;
}

ul li {
	list-style: none;
	font-size: 16px;
	padding-left: 1em;
	text-indent: -1em;
}

footer p {
	text-align: center;
	padding: 0.5em 0;
	padding-top: 3em;
	font-size: 12px;
}

main {
	padding-top: 30px;
}

@media screen and (max-width: 767px) {
	p {
		font-size: 15px;
	}

	.header_day_p {
		font-size: 12px
	}

	.mini_p {
		font-size: 12px;
	}

	ul li {
		font-size: 14px;
	}

	footer p {
		font-size: 10px;
	}
}

@media screen and (max-width: 440px) {
	h1 {
		font-size: 4.9vw;
		margin: 1em auto;
		margin-bottom: 3em;
		font-weight: 700;
	}
	.kome_p{
		font-size: 3.5vw;
	}
}