@charset "utf-8";
/*全体の設定
---------------------------------------------------------------------------*/
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, figure {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-size: 15px;
	margin: 0 auto;
	padding: 0;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic ProN', Arial, Helvetica, Meiryo, 'MS PGothic', Sans-serif;
	line-height: 1.4;
	letter-spacing: 0.012em;
}
ul li {
	list-style: outside none none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
iframe {
	width: 100%;
}
address {
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	text-decoration: none;
	outline: none;
	overflow: hidden;
	color: #222;
}
a:hover {
	opacity: 0.85;
	text-decoration: none;
}
/*フォント設定
---------------------------------------------------------------------------*/
.mincho {
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.sabTtl {
	font-family: "Sawarabi Mincho";
}
/*カラー設定
---------------------------------------------------------------------------*/
:root {
 --main-color: #008080;
 --link-text-color: #FFFFFF;
}
/*画像サイズ
---------------------------------------------------------------------------*/
.fit {
	width: 100%;
	height: auto;
}
.fit img {
	width: 100%;
	height: auto;
}
/*共通項目
---------------------------------------------------------------------------*/
.innerWrap {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.ttl {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.sabTtl {
	color: #FF7272;
	font-size: 23px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
}
.marker {
	background-color: #CAEFEB;
	font-weight: bold;
}

@media screen and (min-width:769px) {
.spOnly {
	display: none;
}
}
@media screen and (max-width:769px) {
.pcOnly {
	display: none;
}
}
