@charset "utf-8";
/**
 * base.css
 */

/* import
--------------------------------------------------*/
@import "init.css";


/* html, body
--------------------------------------------------*/
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}


/* siteCommonStyle
--------------------------------------------------*/

/* a */
a {
	color: #1D95D4;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:hover {
	opacity: 0.6;
	text-decoration: none;
}

/* cap */
.caption,
.cap {
	color: #999999;
	font-size: 83.4%;
}
.cap {
	padding-top: 5px;
}

/* formText */
.formText {
	padding: 3px 2px;
	border: #ccc solid 1px;
}

@media only screen and (min-width:769px) {
	.sp {
		display: none !important;
	}
}
@media only screen and (max-width:768px) {
	.pc {
		display: none !important;
	}
}

.inbl { display: inline-block; }
.tac { text-align: center; }
.fl { float: left; }
.fr { float: right; }
.clearfix::after { content: “”; display: block; clear: both; }

/* layout
--------------------------------------------------*/
/* wrapper */
#wrapper {
	position: relative;
	color: #333;
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	line-height: 2;
	text-align: left;
}
#wrapper img {
	max-width: 100%;
	height: auto;
}
#wrapper:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 20px;
	background-size: auto 100%;
}
.wrap {
	position: relative;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}
.inWrap {
	position: relative;
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (max-width:768px) {
	#wrapper {
		font-size: 14px;
		border: none;
	}
	#wrapper:after {
		height: 10px;
	}
}

/* container
--------------------------------------------------*/
#container {
	margin-right: auto;
	margin-left: auto;
	background: url("../../imgs/bg.png");
}
@media only screen and (max-width:768px) {
	#container {
	
	}
}


/* header
--------------------------------------------------*/
#header {
	padding: 30px 0;
	background: #ABDFF4;
	text-align: center;
}
	#header p img {
		height: 60px;
	}

@media only screen and (max-width:768px) {
	#header {
		padding: 15px 0;
	}
	#header p img {
		height: 30px;
	}
}

/* footer
--------------------------------------------------*/
#footer {
	width: 100%;
	clear: both;
	padding: 120px 0 40px;
}

#footer ul { display: flex; justify-content: center; }
#footer li { padding: 0 30px; line-height: 40px; }
#footer li img { height: 40px; }
#footer a { color: #FFF; }
@media only screen and (max-width:768px) {
	#footer {
	padding: 60px 0 30px;
	}

#footer ul { display: block; }
#footer li { padding: 0 15px 15px; line-height: 20px; text-align: center; }
}