@charset "shift_jis";

/* --------------------------------------------------------------------------------
	body
-------------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	min-width: 1000px;
	line-height: 1.5;
	font-size: 18px;
	text-size-adjust: 100%;
	color: #000000;
	position:relative;
}

body.active #overlay{
	position: absolute;
	left: 0; 
	top: 0;
	width: 100%; 
	height: 100%;
	z-index: 30;
	background-color:rgba(0,0,0,0.3);
}

/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
.common * {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.common h1,
.common h2,
.common h3,
.common h4,
.common h5,
.common h6 {
	font-weight: normal;
	font-size: 1em;
}
.common ol,
.common ul {
	list-style: none;
}
.common table {
	border-collapse: collapse;
	border-spacing: 0;
	tont-size: 1em;
}
.common a,
.common a:link,
.common a:visited {
	text-decoration: none;
	color: #000;
    -webkit-tap-highlight-color:rgba(0,0,0,0.1);
	tap-highlight-color:rgba(0,0,0,0.8);
}
.common a:hover,
.common a:active {
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.clear{
	clear:both;
}
br.clear{
	display:block;
	margin:0;
	padding:0;
	clear:both;
	height:0;
	border:none;
	visibility:hidden;
	font-size:0;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	min-height:1%;
}
* html .clearfix{
	height:1%;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}


/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp{
	display: none;
}
.device-sp-inline{
	display: none;
}
.device-pc{
	display: block;
}
.device-pc-inline{
	display: inline;
}



/* --------------------------------------------------------------------------------
	アンカーポイントの調整
-------------------------------------------------------------------------------- */
.ancpoint{
	margin-top: -102px;
    padding-top: 102px;
}



/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container{
	position: relative;
	overflow: hidden;
}


/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
#header{
	position: relative;
	
}
#header .h-inner{
	width: 1000px;
	margin: 0 auto;
}

/********** 固定 **********/
#header .h-fix{
	position: fixed;
	top: 0;
	
	width: 100%;
	min-width: 1000px;
	z-index: 50;
	border-bottom:2px solid #006ec8;
	background:#ffffff;
}

/********** ヘッダーコンテンツ **********/
#header .h-contents{
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin:14px auto 11px;
}

/********** ロゴ・テキスト **********/
#header .h-contents a{
	display: flex;
	justify-content: space-between;
	width: 350px;
	text-decoration: none;
	color: #000000;
	font-size:14px;
}
#header .h-contents .logo{
	width: 74px;
}
#header .h-contents .logo img{
	width: 100%;
}
#header .h-contents .logo-txt{
	width:260px;
	padding: 6px 0 0;
	font-weight: normal;
}
#header .h-contents .logo-txt .h-txt{
	margin:0 0 3px;
}
#header .h-contents .logo-txt img{
	width: 100%;
}


/********** ヘッダー情報 **********/
#header .h-info{
	display: flex;
	margin:12px 0 0;
}

/********** ヘッダー情報テキスト **********/
#header .h-info-txt{
	text-align:center;
	align-self: flex-end;
	padding: 0 35px 6px 0;
	font-size: 14px;
}
#header .h-info-txt .tel{
	font-size: 18px;
}

/********** メニューボタン **********/
#header .h-menu-btn{
	cursor: pointer;
    text-align: center;
}
#header .humberger {
  position: relative;
  height: 34px;
  width: 50px;
  display: inline-block;
  box-sizing: border-box;
}
#header .humberger div {
  position: absolute;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #006ec8;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
}
#header .humberger div:nth-of-type(1) {
  top: 0;
}
#header .humberger div:nth-of-type(2) {
  top: 15px;
}
#header .humberger div:nth-of-type(3) {
  bottom: 0;
}

#header .h-menu-btn .menu{
	color:#006ec8;
	font-size:16px;
	padding:5px 0 0;
}



/* --------------------------------------------------------------------------------
	メニュー
-------------------------------------------------------------------------------- */
/********** メニュー **********/
#header .h-menu{
	display:none;
	text-align:center;
	
	width: 100%;
	color: #ffffff;
	background: #004ea2;
}

/********** ドロワーメニュー：アクティブ **********/
body.active #header .h-menu{
	display:block;
	position:absolute;
	top:100px;
}

#header .h-menu-wrapper{
	padding: 50px 0 85px;
}
#header .h-menu-box{
}

/********** 閉じるボタン **********/
#header .h-menu .h-close-btn{
	border:1px solid #fff;
	border-radius:5px;
	display:table;
	padding:4px 58px;
	cursor: pointer;
    line-height: 1;
    margin: 0 auto;
}
#header .h-menu .h-close-btn:hover{
	opacity: 0.7;
}
#header .h-menu .h-close-btn .icon{
	display: table-cell;
	padding:0 10px 0 0;
	font-size:30px;
	vertical-align:middle;
}
#header .h-menu .h-close-btn .close{
	display: table-cell;
	font-size:16px;
	vertical-align:middle;	
    padding: 4px 0 0;

}



/********** メニュー内側 **********/
#header .h-menu .h-menu-box{
	padding: 0 0 24px;
}
#header .h-menu ul li{
	padding: 0 0 14px;
}

#header .h-menu ul li a{
	display: block;
	color:#ffffff;
	font-size: 16px;
}



/* --------------------------------------------------------------------------------
	wrapper
-------------------------------------------------------------------------------- */
#wrapper {
}


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#main {
	padding: 100px 0 80px;
}

#main .main-inner{
	width: 1000px;
	margin: 0 auto;
}

/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
#footer {
}

/********** フッターコンテンツ **********/
#footer .footer-contents{
	padding: 15px 0 20px;
	border-top:1px solid #d2d2d2;
}

#footer .f-btn-pagetop{
	position:fixed;
	right:10px;
	bottom:50px;
}
#footer .f-btn-pagetop img{
	width:50px;
}

/********** コピーライト **********/
#footer .copyright{
}
#footer .copyright .copyright-box{
	text-align:center;
	font-size: 11px;
	color: #333333;
}







