@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;800&display=swap');
body {
	background-color: #FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,header,nav,section,article,aside,footer {
	margin:0;
	padding:0;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 16px;
	line-height: 2;
}
@media screen and (min-width: 560px) {
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,header,nav,section,article,aside,footer {
		font-weight: 400;
	}
}
fieldset,img{
	border:0;
}
abbr,acronym{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
}
#wrap {
	background-color: #FFFFFF;
}
.inner{
	width: 84%;
    margin: 0 auto;
}
@media screen and (min-width: 560px) {
	#wrap {
		width: 560px;
		margin: 0 auto;
	}
}
header {
	background-color: #DFF2FC;
}
header p {
	font-size: 12px;
}
footer {
	text-align: center;
	padding: 8px;
	margin: 60px auto 0 auto;
	font-size: 14px;
}
footer a {
	display: inline-block;
	color: #000;
	margin: 4px 8px;
}
footer #footerLink {
	padding: 5px 0;
}
footer #footerLink:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
footer #footerLink a {
}
@media screen and (min-width: 650px) {
	footer #footerLink a {
	}
}
footer small {
	display: block;
}
footer a {
	border-radius: 40px;
	background-color: #FFF;
	margin: 4px 8px;
	display: inline-block;
	padding: 0 8px;
	font-size: 14px;
}
#footerLink {
	margin-top: 90px;
}
.copyright {
	background-color: #FFF;
}
/*---------- other ----------*/
.fwb{font-weight:bold;}
.tal{text-align:left;}
.tac{text-align:center;}
.cb{clear:both;}
.fl{float:left;}
.fr{float:right;}
.dib{display:inline-block;}
