html { 
	scroll-behavior: smooth;
	font-size: 62.5%;
}
body {
	margin:0 0 0 0;
	font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴ ProN", "Hiragino Sans", "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "YuGothic", "游ゴシック体", "Noto Sans JP", sans-serif;
	display: flex;
    min-height: 100vh;
    flex-wrap: wrap;
}
a {
	text-decoration:none;
	color: #000000;
}
a:visited {
	text-decoration:none;

}
.pc {
	display:flex;
}
.sp {
	display:none;
}
p {
	font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴ ProN", "Hiragino Sans", "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "YuGothic", "游ゴシック体", "Noto Sans JP", sans-serif;
}
#wrapper {
	width: 100%;
	flex: 1;
    text-align: center;
	margin:80px 0 0 0;
}
.section_wrap {
	width: 100%;
}
.headerimg_none {
	display: none;
}
.txt_red {
	color: #FF0000;
}
.bold {
	font-weight: bold;
}
*, *:before, *:after {
	box-sizing: border-box;
	}

.grecaptcha-badge { visibility: hidden; }

@media screen and (max-width: 767px) {
	.pc {
		display:none !important;
	}
	.sp {
		display:flex !important;
	} 
	.section_wrap {
		width: 100%;
		padding: 0 0;
	}	
	#wrapper {
		width: 100%;
		flex: 1;
		text-align: center;
		margin:60px 0 0 0;
	}
}