@charset "utf-8";

/* fonts */
html{
	font-size: 14px;
	color: #191919;
	line-height: 1;
	background-color: #f5f5f5;
}
body{
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:
}
header{
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 1px 3px 0px rgba(10, 2, 4, 0.35);
}
footer{
	width: 100%;
	padding: 40px 0px 35px;
	background-image:url("../images/common/footer_bg.png");
	background-repeat: repeat-x;
}
a{
	display: block;
	text-decoration: none;
}
address{
	font-style: unset;
}
.yumin{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.tenmin{
	font-family: TenMincho, 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.gothic{
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

/* layouts */
img{
	max-width: 100%;
}
h1,h2,h3,h4,h5,p{
	margin: 0;
}
.header_inner{
	max-width: 1000px;
	margin: 0 auto;
}
.wrapper{
	width: 100%;
}
.main_inner{
	max-width: 1200px;
	margin: 0 auto;
}
.top_inner{
	position: relative;
	width: 1040px;
	margin: -65px auto 0px;
	z-index: 1000;
}
.center{
	text-align: center;
}
.ft_inner{
	max-width: 1040px;
	margin: 0 auto;
}
.ft_ttl{
	font-size: 1.5rem;
	margin: 0 auto 10px;
}
.ft_inner address{
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1.5;
}

/* edit by t_iwamoto since 2020/first quoater */