@charset "utf-8";
/* 全ページ共通 */


* {
	margin: 0;
	padding: 0;
}
/*body {
	min-width: 1080px;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #221815;
	text-align: center;
}*/
li {
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
em {
	font-style: normal;
}
a {
	color: #17499d;
	text-decoration: none;
}
a:hover {
	color: #634441;
	transition: all .4s;
}
header,
footer,
main,
section,
article,
aside,
nav,
address {display: block;}

.pc {
	display: inline-block;
}
.sp {
	display: none;
}
.fit {
	width: 100%;
	height: auto;
}



/* contents area */
.contents {
	width: 1000px;
	margin: 0 auto;
}


/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {

body {
	min-width: unset;
}
img  {
	width: 100%;
	height: auto;
}

.pc {
	display: none;
}
.sp {
	display: inline-block;
}


/* contents area */
.contents {
	width: auto;
}
main.contents {
	padding: 3vw 3%;
}



}