@charset "utf-8";

body {
font-family:'Andale Mono', 'AndaleMono', 'Encode Sans Condensed','Avenir','Helvetica Neue','Helvetica','Arial','YuGothic','Yu Gothic','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic' ;
}


.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

p{
	color: #222;
	line-height: 1.8em;
	margin-top: 18px;
}

.boldP{
    font-weight: bold;
}

.size2em{
    font-size: 2em;
}

.centerP{
	text-align: center;
}


 .textArea{
 	margin: 10px auto 0;
 	width: 80%;
    max-width: 800px;
    text-align: left;
 }


a{
	text-decoration: none;
	color: #0085b2;
}

h2{
	font-weight: bold;
	font-size: 1.2em;
	height:95px;
	line-height: 95px;
	width: 325px;
	margin: 40px auto 0;
	text-align: center;
}

h3{
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	margin-top: 50px;
}


.imgS{
	text-align: center;
	margin:30px 0 20px 0;
}


.headBar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.topLogo{
	float: right;
	margin: 10px 20px 0 0;
}


/*グロナビここから*/

#nav-drawer {
  position: relative;
  float: left;
  margin: 30px 0 0 30px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 5px;/*線の太さ*/
    width: 40px;/*長さ*/
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
    box-shadow: 1px 1px 5px #000;
}
#nav-open span:before {
    bottom: -15px;
}
#nav-open span:after {
    bottom: -30px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 80%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.navBox{
    padding:60px 0 0 65px;
    background: url(../img/diver.gif) no-repeat 10px 20px;

}

.nl1{
    margin-top: 30px;
}

.nl1 a{
    font-weight: bold;
    color: #575757;
}

.menuList{
    margin: 5px 0 0 40px; 
}

.ml1{
    margin-top: 15px;
}

.ml1 a{
    font-weight: normal;
}

.nl1 a:hover,
.ml1 a:hover{
    color: #399AA7;
}

.snsArea{
    margin: 30px auto 0;
    width: 110px;
}

.snsB{
    float:left;
}

.snsB:nth-of-type(2){
    margin-left: 20px;
}

/*スクロールボタン*/
a.scroll {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
}

a.scroll {
 	padding-top: 60px;
}

a.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

 /*ボタン*/

/*グレイ*/
 .square_btn{
    display: inline-block;
    padding: 1em 2em;
    text-decoration: none;
    background: #989898;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #ccc;
    border-radius: 3px;
    margin-top: 40px;
}


/*ブルー*/
 .square_btnB{
    display: inline-block;
    padding: 1em 2em;
    text-decoration: none;
    background: #2B599B;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #ccc;
    border-radius: 3px;
    margin-top: 40px;
}


/*サイズ統一グリーン*/
 .square_btn_size{
    display: inline-block;
    width: 290px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    background: #399AA7;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #ccc;
    border-radius: 3px;
}


/*サイズ統一ブルー*/
 .square_btn_sizeB{
    display: inline-block;
    width: 290px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    background: #2B599B;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #ccc;
    border-radius: 3px;
}


/*サイズ統一ライトブルー*/
 .square_btn_sizeLB{
    display: inline-block;
    width: 290px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    background: #3FB8F9;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #ccc;
    border-radius: 3px;
}

/*サイズ統一グレイ*/
 .square_btn_sizeGR{
    display: inline-block;
    width: 290px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    background: #989898;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #ccc;
    border-radius: 3px;
}

.square_btn:hover,
.square_btnB:hover,
.square_btn_size:hover,
.square_btn_sizeB:hover,
.square_btn_sizeLB:hover,
.square_btn_sizeGR:hover{/*オンマウス*/
    opacity: 0.8;
}

.square_btn:active,
.square_btnB:active,
.square_btn_size:active,
.square_btn_sizeB:active,
.square_btn_sizeLB:active,
.square_btn_sizeGR:active{/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}


.centerBtn{
	text-align: center;
}

/*フッター*/

footer{
	width: 100%;
	min-height: 314px;
	background:url(../img/footer.gif) no-repeat left bottom;
	position: relative;

}


/*contact*/
#cntArea{
	margin-top: 100px;
	width: 100%;
	background:linear-gradient(0deg, #dfdedb, #fff);
}

#contact{
	width: 297px;
	margin:0 auto;
}

.cntBtn{
	margin-top: 15px;
}

.h2_cnt{
	width: 297px;
	height: 92px;
	line-height: 92px;
	background: url(../img/diver.gif) no-repeat center;
	font-size: 1.6em;
	color: #999;
}

.h3_cnt{
	width: 100%;
	margin: 40px auto 10px;
	text-align: left;
	padding-left: 7px;
}

.address{
	width: 100%;
	padding-left: 7px;
}

/*pagetopアイコン*/
#pageTop{
	position: fixed;
	bottom: 15px;
	right: 20px;
}

.copy{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 10px;
}

.tri{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #2b5aab transparent transparent transparent;
	line-height: 0px;
	_border-color: #2b5aab #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/*マージン*/
.mT0{
	margin-top: 0;
}

.mT10{
	margin-top: 10px;
}

.mT15{
    margin-top: 15px;
}

.mT20{
    margin-top: 20px;
}

.mT30{
	margin-top:30px; 
}

.mT50{
	margin-top:50px; 
}

.mL0{
    margin-left: 0;
}

.mL20{
    margin-left: 20px;
}

.mL40{
    margin-left: 40px;
}

.mR0{
    margin-right: 0;
}

/*可変幅*/

.mwBox70{
    margin: 0 auto;
    width: 70vw;
    max-width: 600px;
}

.mwBox100{
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}


/*文字装飾*/
.red{
    color: #ba1414;
}

