@charset "utf-8";

header{
	width:1000px;
	margin:0 auto 40px auto;
	padding:36px 0 0 0;
}
header:after {
  content: "";
  display: block;
  clear: both;
}
header ul.nav{
	display:none;
}
header p.logo{
	float:left;
}
header p.logo a{
	display:block;
	text-indent:-9999px;
	background:url(../img/logo.png);
	width:240px;
	height:70px;
	background-size:240px 70px;
}
header p.back{
	float:right;
	margin-top:16px;
}
header p.back a{
	display:block;
	background:#007fcc;
	color:#fff;
	font-size:112.5%;
	line-height:1.2;
	text-align:center;
	padding:13px;
}
header p.back a:hover{
	background:#fff;
	border:1px solid #007fcc;
	color:#007fcc;
	box-sizing:border-box;
}
footer{
	padding:1em;
	background:none;
	color:#000;
}
footer small{
	display:block;
	text-align:center;
	font-style:normal;
	font-size:90%;
	line-height:1.4;
	margin-bottom:10px;
	color:#000;
}
footer address{
	text-align:center;
	font-style:normal;
	font-size:90%;
	line-height:1.2;
	color:#000;
}

article ul.menu li a{
	padding-right:30px;
	box-sizing:border-box;}

article ul.menu li a.h_2l{
	height:102.56px;
	padding-top:33px;}

@media screen and (max-width:767px) { 
header{
	width:calc(100% - 20px) ;
	margin:0 10px 20px 10px;
	padding:20px 0 0 0;
	position:relative;
}
header:after {
  content: "";
  display: block;
  clear: both;
}
header p.logo{
	float:left;
}
header p.logo a{
	display:block;
	text-indent:-9999px;
	background:url(../img/logo.png);
	width:124px;
	height:36px;
	background-size:124px 36px;
}
header p.back{
	display:none;
}
header ul.nav{
	display:none;
    position: absolute;
    top: 65px;
    width: 100%;
    z-index: 100;
	background:#eef9ff;
    padding-bottom:1em;
}
header ul.nav li{
	border-bottom:1px solid #0080cb;
	margin-bottom:5px;
}
header ul.nav li a{
	display:block;
	color:#0080cb;
	padding:8px 30px 8px 8px;
	font-size:110%;
	position:relative;
}
header ul.nav li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 1px #0080cb;
    border-right: solid 1px #0080cb;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#panel-btn{
  display: block;
  float:right;
  position: relative;
  width: 32px;
  height: 32px;
  border:1px solid #0080cb;
}

#panel-btn-icon{
  display: block;
  position: absolute;
  top: 15px;
  right: 6px;
  width: 20px;
  height: 1px;
  margin: 0;
  background: #0080cb;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #0080cb;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -8px;
}
#panel-btn-icon:after{
  margin-top: 8px;
}

#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#panel-btn .close:after{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer{
	padding:1em;
}
footer small {
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 90%;
    line-height: 1.4;
    margin-bottom: 10px;
}
footer address{
	text-align:center;
	font-style:normal;
	font-size:80%;
	line-height:1.2;
}

article ul.menu li a{
	padding-right:35px;
}

article section h1{
	border-bottom: 3px solid #aed5f2;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.2;
	color: #3c3c3c;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
	
}


