@charset "utf-8";

* {
  font-family: 'ヒラギノ角ゴ Pro W6','メイリオ','Meiryo','Osaka', 'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro',sans-serif;
}

  .br-pc { display:block; }
  .br-sp { display:none; }



html, body {
	margin: 0;
	padding: 0;
}
body {
	cursor: auto;
	margin: auto;
	color: #888;
	font-family: meiryo;
	font-size: 14px;
	background: #fff;
	text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	line-height: 180%;
}
img, input {
	vertical-align: middle;
}
img {
	border: 0;
	outline: none;
	width: auto;
	max-width: 100%;
	height: auto;
}
/* input {
} */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	outline: none;
}
div, blockquote, p, pre, ul, ol, li{
	margin: 0;
	padding: 0;
	border: 0;
}
li,ol{
	list-style:none;
}
hr {
	margin: 0;
	padding: 0;
}
.no-border{
	border: none;
}
.text-align-center{
	text-align: center;
}
.text-align-left{
	text-align: left;
}
.text-align-right{
	text-align: right;
}
.font-bold{
	font-weight: bold;
}
.clear {
	clear: both !important;
}
br.clear {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.green{
	color: #1c2183;
}
.move-link{
	height: 1px;
	font-size: 0px;
}
/* CLEAR FIX
--------------------------------------------------------- */
.clearfix {
	zoom:1 !important;
}/* for IE 5.5-7 */
.clearfix:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.fixed {
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
.overlay {
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.7;
		z-index: 999;
}
/*  */
main{
	z-index: 1;
    position: relative;
}
.container {
	margin: 0 auto;
	/* width: 1020px; */
}
.container-inner{
	display: inline-table;
	width: 100%;
}
.container-full {
	width: 100%;
	padding: 0px 0px;
}
.font-avenir{
	font-family: avenir;
}
.red{
	color: #FF0000;
}

/* header
--------------------------------------------------------- */
body > header .container{
	position: relative;
	height: 60px;
}
body > header .container a.logo{
	display: inline-table;
	position: absolute;
	left: 5px;
	top:8px;
}
/* banner
--------------------------------------------------------- */
#banner{
	position: relative;
	text-align: center;
	margin-top: 60px;
}
#banner img.banner{
	width: 100%;
}
#banner .txt{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	line-height:normal;
}
/* footer
--------------------------------------------------------- */
body > footer{
	background: #c1c4d0;
}
body > footer .container{
	padding-top: 25px;
	padding-bottom: 7px;
	color: #fff;
}
body > footer .container-inner{
	text-align: center;
} 
body > footer .container ul{
	float: left;
	padding-top: 15px;
}
/* footer .container ul li{
	
} */
body > footer .container ul li a{
	color: #fff;
}
body > footer .container ul.left{
	width: 337px;
	text-align: right;
	padding-right: 45px;
}
body > footer .container ul.middle{
	width: 257px;
	height: 105px;
	border-left: 1px solid #797c8b;
	border-right: 1px solid #797c8b;
}
body > footer .container ul.right{
	width: 275px;
	text-align: left;
	padding-left: 45px;
}
body > footer .container ul.right span{
	margin-bottom: 5px;
	display: block;
}
body > footer .container ul.right a{
	color: #cccdd3;
	padding: 5px 0px;
	display: block;
}
body > footer .txt{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #030866;
	margin: 16px 20px;
}
#topcontrol{
	background: url(../img/up.png) no-repeat;
	width: 50px;
	height: 50px;
	right: 10px !important;
	z-index: 1000;
}
.hidden-pc{
	display: none !important;
}
.hidden-sp{
	display: block !important;
}
#menu_btn{
	display: none;
}
/*mobile ---------------------------------------------*/
@media ( max-width: 768px) {



  .br-pc { display:none; }
  .br-sp { display:block; }

	body{
	 -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
		-webkit-touch-callout: none;
		font-size: 12px;
	}
	.hidden-pc{
		display: block !important;
	}
	.hidden-sp{
		display: none !important;
	}
	#menu_btn{
		display: block;
	}
	.container {
		width: 100%;
	}
	body > header .container ul.nav{
		display: none;
	}
	body > footer ul{
		width: 100% !important;
		float: none;
		padding: 0px !important;
		border: none !important;
		height: auto !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	body > footer ul.middle{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	body > footer ul li{
		text-align: center;
	}
	body > footer .txt{
		margin-bottom: 20px;
	}
}

/*ip6*/
#banner .txt {
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 94%;
	padding: 0 3%;
}
#banner .txt .top {
	font-size: 30px;
}
#banner .txt .bottom {
	font-size: 40px;
}

/*  */
@media (max-width: 768px) {
	#banner .txt .top {
		font-size: 22px;
	}
	#banner .txt .bottom {
		font-size: 32px;
	}
}

@media (max-width: 360px) {
	#banner .txt .top {
		font-size: 12px;
	}
	#banner .txt .bottom {
		font-size: 24px;
	}
}

@media (max-width: 320px) {
	/* #banner .txt {
	} */
	#banner .txt .top {
		font-size: 10px;
	}
	#banner .txt p.bottom {
		font-size: 20px;
	}

}