@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700&display=swap&subset=japanese");

body {
	min-width: 1100px;
	color: #333;
	font-size: 18px;
	line-height: 1.75;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	outline: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;

	background-color: #68C2EC;
}

.inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 10px;
}
.page_ttl{
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 28px;
}

@media (hover: hover) {
	a:hover {
		text-decoration: underline;
	}
}

img {
	height: auto;
}

.vis-sp,
.vis-tb {
	display: none;
}

@media screen and (max-width:1240px) {
	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}
}

@media screen and (max-width:768px) {
	body {
		min-width: 0;
		font-size: 14px;
	}

	.inner {
		padding: 0 10px;
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}
}

@media print {
}
