@charset "UTF-8";
/*=============================================================
02_base
=============================================================*/
/*!  02_base
================================================ */
html {
	overflow: auto;
}

body {
	overflow: hidden;
	position: relative;
	min-width: 320px;
	line-height: 1.5;
	letter-spacing: .11rem;
	color: #181410;
	font-family: "Noto Sans Japanese", "メイリオ", "Meiryo", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
}

* { box-sizing: border-box; }
.ozwald { font-family: "Oswald", sans-serif; }
.cf:after { display: block; clear: both; content: ""; }

@media screen and (min-width: 600px) {
	body {
		font-size: 1.8rem;
		min-width: 1100px;
	}
	.alpha {
			-webkit-transition: all .2s linear;
		transition: all .2s linear;
	}
	.alpha:hover {
		opacity: .7;
	}
	img {
		width: auto;
		max-width: 100%;
	}
}


/* Switch
=========================================== */
.viewPc { display: none !important; }
@media screen and (min-width: 600px) {
	.viewPc { display: block !important; }
	.viewSp { display: none !important; }
}


/* layout
-------------------------------------------------
#wrapperでfloat解除
sideは右に、contentsは左にfloat
-------------------------------------------------
*/

.inner {
	padding-left: 10px;
	padding-right: 10px;
}


@media screen and (min-width: 600px) {

	.inner {
		padding-left: 0;
		padding-right: 0;
		max-width: 1100px;
		margin: 0 auto;
	}

}


/*=============================================================
03_layout
=============================================================*/

/*!  #gHeader
================================================ */
#gHeader {
	position: relative;
}

.hdTitWrap {
	padding: 5px 0;
	background: #40a3de;
}

#gHeader .pageTit {
	color: #fff;
	font-size: 1rem;
}

.hdInfo {
	width: 100%;
	padding: 7px 0;
	background: #fff;
	box-shadow: 0 1px 2px rgba(49,49,49,.15);
	position: relative;
	z-index: 9999;
}

	.hdInfo.fixed {
		position: fixed;
		top: 0;
	}

#gHeader .logo {
	width: 220px;
	float: left;
	margin-top: 4px;
}

@media screen and ( max-width: 321px) {
	#gHeader .logo { width: 180px; }
}

@media screen and (min-width: 600px) {

	.hdTitWrap {
		padding-bottom: 7px;
	}

	#gHeader .pageTit {
		font-size: 1.3rem;
		font-weight: 500;
	}

	.hdInfo {
		min-width: 1100px;
		padding: 10px 0;
	}

	#gHeader .logo {
		width: 350px;
		margin-top: 5px;
	}

	.hdContact {
		display: table;
		float: right;
		text-align: center;
	}

	.hdContact .txt01 {
		font-size: 1.3rem;
		font-weight: 500;
	}

	.hdTel,
	.hdMail {
		float: left;
	}

	.hdTel {
		width: 330px;
		padding: 2px 0 2px 82px;
		background: url(../img/ico/ico_consultation01.png) no-repeat left center;
		background-size: 77px;
	}

		.imgHdTel {
			margin: 0 auto -3px -26px;
		}

	.hdMail {
		width: 230px;
		margin-left: 5px;
	}

		.hdMail .txt01 {
			margin-bottom: 3px;
		}

		.hdMail .mod_btn01 {
			height: 48px;
		}

		.hdMail .mod_btn01 > * {
			font-size: 1.7rem;
		}

		.hdMail .mod_btn01 span {
			padding-left: 33px;
			background-size: 23px;
		}

}


/*!  #gFooter
================================================ */
#gFooter {
	padding: 20px 0;
	background: #40a3de;
	position: relative;
}

#gFooter .copyright {
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
}

#gFooter .pagetop {
	width: 30px;
	position: absolute;
	right: 10px;
}

#gFooter .pagetop a {
	display: block;
}


@media screen and (min-width: 600px) {

	#gFooter .pagetop {
		width: 46px;
		height: 36px;
		right: 30px;
	}

}
