@charset "utf-8";
/* CSS Document */

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  left : 13px;
  top   : 8px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  z-index:1000;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background:#CCC;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 999;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  font-size:14px;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

/*ハンバーガーメニューここまで*/

header{
	width:100%;
	padding:10px 0;
	background-color:#09519B;
	text-align:center;
	box-sizing:border-box;
}

.logo{
	padding:5px 10px;
	background-color:#FFF;
	width:30%;
	text-align:center;
	margin:0 auto;

}

.first_logo{
	position:absolute;
	display:block;
	top:150px;
	left:5%;
	width:90%;
	text-align:center;
	z-index:9999;
}

.motto{
	width:100%;
	margin-top:-40px;
	padding-bottom:25px;
	text-align:center;
}

section{
	width:100%;
	margin-bottom:40px;
	text-align:center;
}

article{
	width:95%;
	margin:10px auto;
	text-align:left;
	font-size:14px;
	font-family:メイリオ;
}

p.Content_catch{
	font-size:18px;
	font-weight:bold;
	font-family:メイリオ;
	color:#09519B;
	padding:8px 0;
}

p.Content_navi{
	font-size:12px;
	font-family:メイリオ;
	color:#666;
	text-align:left;
	line-height:1.5em;
}

div.more_btn{
	width:40%;
	padding:10px 0;
	margin:15px auto;
	text-align:center;
	background-color:#09519B;
	color:#FFF;
	font-size:14px;
}

footer{
	width:100%;
	background-color:#09519B;
	padding:10px 0;
	text-align:center;
}

.add{
	width:90%;
	margin:15px auto;
	font-size:12px;
	color:#FFF;
	line-height:1.5em;
	text-align:left;
}

.map{
	width:100%;
	padding:15px 0;
}

.license{
	text-align:center;
	font-size:10px;
	color:#FFF;
	width:100%;
	padding:5px 0;
}


/*下層ページ用*/

.hyougo{
	width:100%;
	padding:40px 0;
	text-align:center;
}

p.page_title{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#09519B;
}

table{
	width:95%;
	margin:15px auto;
	box-sizing: border-box;
	border:solid 1px #999;
}

td.Leftbox{
	width:25%;
	background-color:#FFF;
	font-size:12px;
	color:#000;
	letter-spacing:0.1em;
	text-align:left;
	padding:10px;
	border:solid 1px #999;
	box-sizing: border-box;
}
td.Rightbox{
	width:75%;
	background-color:#FFF;
	font-size:12px;
	color:#000;
	letter-spacing:0.1em;
	text-align:left;
	padding:10px;
	border:solid 1px #999;
	box-sizing: border-box;
}

td.job_name{
	width:50%;
	background-color:#FFF;
	font-size:12px;
	color:#000;
	letter-spacing:0.1em;
	text-align:left;
	padding:10px;
	border:solid 1px #999;
	box-sizing: border-box;
}

p.small_nav{
	font-size:10px;
	text-align:center;
	padding:10px 0;
}

span.small_letter{
	font-size:10px;
}

.jigyou_wrap{
	display:flex;
	justify-content:space-around;
	align-items:center;
	font-size:14px;
	padding:15px 0;
}

.jigyou_name{
	width:30%;
	padding:10px 15px;
	background:#09519B;
	color:#FFF;
	text-align:center;
}
.jigyou_nav{
	width:68%;
	text-align:left;
	padding:1%;
}

.eigyou_btn{
	display:block;
	padding:10px 0;
	width:150px;
	margin:15px auto;
	font-size:10px;
	background-color:#999;
	color:#FFF;
}

.contact_area{
	width:100%;
	text-align:center;
	padding:30px 0;
}

.Pagetitle{
	font-size:50px;
	font-family:"Arial Black", Gadget, sans-serif;
	padding:20px 0 5px 0;
}

.Subtitle{
	font-size:12px;
}

.tel_number{
	padding:30px 0;
}

.announce{
	font-size:12px;
}

*{line-height:1.5em;}

#photo{
	border:none;
}