@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html,
body {
	background: #fff none;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	line-height: 2.3;
	color: #000;
	letter-spacing: 0.15em;
	font-family: 'Noto Sans JP', Hiragino Sans, 'ヒラギノ角ゴシック',
		Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}

*::selection {
	background: rgba(0, 0, 0, 0.2);
}

*::-moz-selection {
	background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
	.tel_link {
		pointer-events: none;
	}
}

/* ---------------------------------------------------------------- wrapper ---- */

@media screen and (min-width: 767px) {
	#wrapper {
		min-width: 1100px;
	}

	.w1000 {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}

#wrapper {
	overflow: hidden;
}

/* ---------------------------------------------------------------- header ---- */

@media screen and (min-width: 768px) {
	#header {
		min-width: 1100px;
	}
}

/* ---------------------------------------------------------------- main ---- */

#main {
	display: block;
	/*IE対策*/
}

/*============================ #header ============================*/
.blockarea {
	padding: 70px 0 55px;
}

/*============================ #header ============================*/
.block_ttl-wrp {
	text-align: center;
	font-weight: bold;
	margin-bottom: 70px;
}

.block_ttl {
	color: #3d81dc;
	font-size: 32px;
	letter-spacing: 0.2em;
	line-height: 1.5;
	margin-bottom: 5px;
}

.block_ttl__sub {
	letter-spacing: 0.3em;
	font-size: 12px;
	line-height: 1.5;
}

/* ---------------------------------------------------------------- ページトップ ---- */
.page-top-wrp {
	height: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.pageTop {
	display: none;
	position: relative;
}

.pageTop a {
	width: 60px;
	height: 60px;
	background-color: #313131;
	display: inline-block;
	position: fixed;
	right: 0;
	bottom: 0;
	transition: 0.3s ease;
	z-index: 100;
	text-align: center;
	padding-top: 30px;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #fff;
	line-height: 1em;
}

@media screen and (min-width: 768px) {
	.pageTop a:hover {
		background-color: #6fba2c;
	}

	.pageTop a:hover:before {
		top: 8px;
	}
}

/*============================ #ftbar ============================*/
@media screen and (min-width: 768px) {
	.ftbar {
		display: none;
	}
}

/* ---------------------------------------------------------------- footer ---- */

.copyright {
	color: #c6c6c6;
	width: 100%;
	font-size: 11px;
	letter-spacing: 0;
	text-align: center;
	background-color: #2a2a2a;
	padding: 12px 0;
}

@media screen and (max-width: 767px) {

	/* ---------------------------------------------------------------- SP Style ---- */
	html,
	body {
		font-size: 13px;
		line-height: 1.7;
	}

	/* ---------------------------------------------------------------- header ---- */
	#header {
		height: 60px;
		padding: 0 0 10px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99;
		background-color: #fff;
		transition: 0.4s ease;
	}

	#header.hscr {
		top: 0px;
		height: 50px;
	}

	.lcl-main-sub,
	.lcl-main__ttl {
		transition: 0.3s ease;
	}

	#header.hscr .lcl-main-sub {
		margin-bottom: 15px;
	}

	#header.hscr .lcl-main__ttl {
		width: 210px;
	}

	/* ---------------------------------------------------------------- main ---- */
	.blockarea {
		padding: 45px 15px 55px;
	}

	/*============================ #見出し	 ============================*/
	.block_ttl-wrp {
		margin-bottom: 25px;
	}

	.block_ttl {
		font-size: 20px;
		letter-spacing: 0.1em;
		margin-bottom: 0px;
	}

	.block_ttl__sub {
		font-size: 11px;
	}

	/*============================ #header ============================*/
	.ftbar {
		position: fixed;
		display: none;
		bottom: -40px;
		left: 0;
		width: 100%;
		height: 40px;
		background-color: #273a75;
		transition: 0.6s ease;
		z-index: 9999;
	}

	.ftbar-in {
		display: flex;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 17px;
	}

	.ftbar-in span {
		position: relative;
		display: inline-block;
		padding-left: 10px;
	}

	.ftbar-in span::after {
		content: '';
		width: 21px;
		height: 18.5px;
		background: url(../img/footer/ico_01.png) center /100% no-repeat;
		position: relative;
		display: inline-block;
		top: 2px;
		margin-left: 10px;
	}

	/* ---------------------------------------------------------------- footer ---- */
	.copyright {
		font-size: 10px;
		padding: 7px 0;
	}
}