@charset "utf-8";


*, *::before, *::after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

.hidden {
	display: none;
}

@media print, screen and (min-width: 769px) {

.pc {
	display: block;
}

.sp {
	display: none;
}

}

/*==========================================
 body
===========================================*/

html {
	font-size: 62.5%;
}

body {
	width: 100%;
	background-color: #F6F6EE;
	color:#212121;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	line-height: 1.3;
}

#wrap {
	position: relative;
}

#head_wrap,
#contents_wrap,
#foot_wrap_sp {
	width: 100%;
}

#head,
#contents,
#foot {
	position: relative;
	width: 100%;
}

#head, #foot {
	padding: 10px;
}

@media print, screen and (min-width: 769px) {
	
#foot_wrap_pc {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #F6F6EE;
}

}


@media print, screen and (min-width: 1001px) {

#head,
#contents,
#foot {
	max-width: 1000px;
	margin: 0 auto;
}

#head,
#foot {
	padding: 10px 40px;
}

}


/*==========================================
 ヘッダーのスタイル
===========================================*/


#head .head_l,
#head .head_r {
	width: 100%;
	text-align: center;
}

#head .head_l h1 {
	font-size: 1.1rem;
	line-height: 1.3;
	font-weight: normal;
	color: #333;
	margin-bottom: 8px;
}

#head .head_l .logo{
}

#head .head_l .logo img{
	width: 160px;
}

@media print, screen and (min-width: 769px) {

#head .head_l {
	float: left;
	width: auto;
	text-align: left;
}

#head .head_r {
	float: right;
	width: auto;
}


#head .head_r .gNav {
	margin-top: 26px;
}

#head .head_r .gNav ul {
}

#head .head_r .gNav ul li {
	float: left;
	width: auto;
}

#head .head_r .gNav ul li a {
	color: #211813;
	font-size: 1.5rem;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

	display: block;
	padding: 4px 10px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	overflow: hidden;
}

#head .head_r .gNav ul li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #6DC3D0;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

#head .head_r .gNav ul li a:hover:before,
#head .head_r .gNav ul li a:focus:before,
#head .head_r .gNav ul li a:active:before {
	left: 0;
	right: 0;
}

#head .head_r .gNav ul li a:hover {
	color: #6DC3D0;
}


#head .head_r .gNav ul li a:after{
	display: none;
}


}


@media print, screen and (min-width: 1001px) {

}

/*==========================================
 コンテンツエリア
===========================================*/

#main {
  margin: 10px 10px 40px;
}

@media print, screen and (min-width: 769px) {

#main {
  margin: 40px 80px 40px;
}

}

@media print, screen and (min-width: 1001px) {

}


/*==========================================
 ページトップへボタンのスタイル
===========================================*/

#page-top {
    position: fixed;
    bottom: 96px;
    right: 10px;
	z-index: 10;
}

#page-top a {
	width: 36px;
	height: 36px;
	padding-top: 2px;
	background: rgba(43,73,133,0.6);
	color: #FFF;
	font-size: 2.6rem;
	line-height: 1.0;
	display: inline-block;
	text-align: center;
	transition: 0.3s;
	border-radius: 4px;
}

#page-top a:hover {
	opacity: 0.8;
}

@media print, screen and (min-width: 769px) {
	
#page-top {
    bottom: 142px;
}

}

/*==========================================
 フッターのスタイル
===========================================*/

#foot .profile,
#foot .footBnr {
	text-align: center;
	margin-bottom: 8px;
}

#foot .footBnr .logo {
	width: 100%;
	height: auto;
	margin-top: 4px;
	margin-bottom: 8px;
}

#foot .footBnr .logo img {
	width: 140px;
}

#foot .footBnr .rights {
	font-size: 1.2rem;
	letter-spacing: 1px;
}

@media print, screen and (min-width: 769px) {

#foot .profile {
	float: left;
	width: auto;
	text-align: left;
	padding-left: 6px;
	margin-bottom: 0;
	
	border-left: 4px solid #6DC3D0;
}

#foot .footBnr {
	float: right;
	width: auto;
	text-align: right;
	margin-bottom: 0;
}

#foot .footBnr .rights {
	font-size: 1.1rem;
}

}

@media print, screen and (min-width: 1001px) {

}


@media print{

body {
	width: 1000px;
}

#foot_wrap {
    position: relative;
}

#page-top a {
	display: none;
}

}