@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
body,div,pre,p,blockquote,form,ul,ol,li,fieldset,input,textarea,select,option,dl,dt,dd,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {margin:0;padding:0;}
body,div,pre,p,blockquote,form,ul,ol,li,fieldset,input,textarea,select,option,dl,dt,dd,h1,h2,h3,h4,h5,h6,table,embed,object {vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,menu,nav,section,main {display:block;margin:0;padding:0;}
body,table {font-size:14px;line-height:1;}
body {
	font-family: 'dnp-shuei-mgothic-std', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	font-style: normal;
	font-weight: 400;
	background: #f8f8f8;
}
p {
	line-height: 1.5;
}
img {
	border: 0;
}
a {
	transition-property: all;
	transition: 0.3s linear;
}
input[type="submit"] {
	cursor: pointer;
}
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	height: 54px;
	box-sizing: border-box;
	padding-inline: 24px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	z-index: 10;
}
header h1 {
	font-size: 0;
}
header h1 img {
	vertical-align: middle;
}
header h1 img:first-child {
	margin-right: 16px;
}
header nav a {
	background: #FF6450;
	border-radius: 5px;
	padding: 5px 10px 6px;
	font-weight: 500;
	font-size: 12px;
	line-height: 21px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
}
header nav a:hover {
	background: #FF8373;
}
main {
	padding-top: 54px;
}
footer {
	text-align: center;
	font-size: 12px;
	line-height: 21px;
	color: #646464;
	padding-bottom: 16px;
}



@media screen and (min-width: 751px) {
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	.imgswap>:first-child {
		display: inline-block;
	}
	.imgswap>:last-child {
		display: none;
	}
}
@media screen and (max-width: 750px) {
	p,h1,h2,h3,h4,h5,h6 {
		max-height: 100%;
	}
	body {
		-webkit-text-size-adjust: 100%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.imgswap>:first-child {
		display: none;
	}
	.imgswap>:last-child {
		display: inline-block;
	}

}
