@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------ページ全体を包括*/
#wrapper {
width: 100%;
margin: 0 auto;
overflow: hidden;
}

.fixed{
	position:fixed;
	top: 0;
	left: 0;
}

a:hover img{opacity:0.95;filter:alpha(opacity=95);-ms-filter: "alpha( opacity=95 )";}

/*--------------------------------------------------------------------------ヘッダー*/

header {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.head {
	width: 100%;
	height: 110px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}
h1 {
	width: 280px;
	height: 60px;
	text-align: left;
	padding: 0;
	border: 0;
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
}
h1,h2,h3,h4,h5,h6 { font-weight: normal;}

@media screen and (max-width:767px){
header {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.head {
	width: 100%;
	min-width: 310px;
	height: 70px;
	text-align: left;
	margin: 0 auto;
}
h1 {
	width: 187px;
	height: 40px;
	text-align: left;
	border: 0;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 0;
}
h1 img {
	width: 187px;
	height: 40px;
}
}


/* グローバルナビ　PC*/
#NaviBox {
	width: 740px;
	height: 80px;
	float: right;
}
#sNavi {
	width: 340px;
	height: 35px;
	float: right;
}
.snvac1{
	width: 170px;
	height: 35px;
	float: right;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background-color: #2c5481;
	background-image: url(../web/object/snvac2.png);
	background-position: left;
	background-repeat: no-repeat;
}
.snvac2{
	width: 170px;
	height: 35px;
	float: right;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background-color: #31a9e1;
	background-image: url(../web/object/snvac1.png);
	background-position: left;
	background-repeat: no-repeat;
}
.snvac1 a{color: #fff;}
.snvac2 a{color: #fff;}
.snvac1 a:hover{color: #fff; text-decoration:none;}
.snvac2 a:hover{color: #fff; text-decoration:none;}
#gNavi {
	width: 740px;
	height: 25px;
	margin-top: 20px;
	float: right;
}
ul.gnv {
	width: 880px;
	height: 25px;
}
ul.gnv li {
	width: auto;
	height: 25px;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 25px;
	float: left;
	text-align: center;
	list-style: none;
	transition: .4s;
	margin-right: 25px;
	color: #000;
}
ul.gnv li a{ color: #000; text-decoration:none;}
ul.gnv li a:hover{ color: #000; border-bottom: 1px solid #2c5481;}

@media screen and (max-width:767px){
	#NaviBox { display:none;}
	#gNavi { display:none;}
	#sNavi { display:none;}
}

/* グローバルナビ　モバイル*/
@media screen and (min-width:768px){
	.hamburger-menu{display:none;}
	.menu-content {display:none;}
}

@media screen and (max-width:767px){
.menu-btn {
    top: 15px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #2c5481;
	position: absolute;
	border-radius: 3px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 70;
    background-color: rgba(204,255,255,0.8);
    transition: all 0.5s;
	display:;　/* 作業用 */
}
.menu-content ul {
    padding: 60px 10px 0;
}
.menu-content ul li {
    border-bottom: dotted 1px #999;
    list-style: none;
	text-indent: 15px;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
	line-height: 15px;
    box-sizing: border-box;
    color:#000;
    text-decoration: none;
    padding: 8px 1px 8px 0;
    position: relative;
	letter-spacing: 1px;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 14px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
.spteltxt {
	width:100%;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.sptel {
	width: 60%;
	height: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0px; 
	background-color: #2c5481;
	border-radius: 5px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
.sptel a{ color: #fff; text-decoration:none;}
}


/*--------------------------------------------------------------------------フッター*/
footer {
	width: 100%;
	height: auto;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	clear: both;
	float: left;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff;
}
.emg_ttl {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 40px;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 3px;
    position: relative;
    display: inline-block;
	font-weight: normal;
}
.emg_ttl:before {
  content: '';
  position: absolute;
  top: -30px;
  display: inline-block;
  width: 50%;
  height: 3px;
  left: 25%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1f6eb1;
}
.emg_ttl:after {
  content: '';
  position: absolute;
  top: -30px;
  display: inline-block;
  width: 50%;
  height: 3px;
  left: 75%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1fb19b;
}
#contact {
	width: 100%;
	height: 480px;
	margin: 0 auto;
}
#contact .Box{
	width: 1100px;
	height: 370px;
	margin: 0 auto;
}

#contact .box1{
	width: 684px;
	height: 235px;
	padding-top: 5px;
	float: left;
	border-right: 1px solid #999;
	text-align: left;
}
#contact .box2{
	width: 375px;
	height: 235px;
	float: left;
	padding-top: 5px;
	padding-left: 40px;
	text-align: left;
}
#contact .tel{
	width: 625px;
	height: 55px;
	float: left;
	border-bottom: 2px dotted #ccc;
	text-align: left;
	margin-top: 10px;
}
#contact .st1{
	width: 200px;
	float: left;
	font-size: 20px;
	line-height: 55px;
	letter-spacing:1px;
	color: #1f6eb1;
	font-weight: bold;
}
#contact .st2{
	width: 240px;
	float: left;
	font-size: 33px;
	line-height: 55px;
	letter-spacing:1px;
	color: #000;
	font-weight: bold;
	margin-left: 20px;
}
#contact .st2 a{
	color: #000;
}
#contact .st3{
	width: 150px;
	margin-left: 10px;
	float: left;
	font-size: 15px;
	line-height: 55px;
	color: #000;
	font-weight: bold;
}
#contact .st4{
	width: 200px;
	padding-top: 10px;
	float: left;
	font-size: 20px;
	line-height: 20px;
	letter-spacing:1px;
	color: #1f6eb1;
	font-weight: bold;
}
#contact .st5{
	font-size: 12px;
	line-height: 12px;
	letter-spacing:0px;
	color: #000;
	font-weight: bold;
}
#contact .st6{
	width: 200px;
	float: left;
	font-size: 17px;
	line-height: 55px;
	letter-spacing:1px;
	color: #1f6eb1;
	font-weight: bold;
}
#contact .st7{
	width: 340px;
	float: left;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
}
#contact .ac {
	width: 340px;
	margin-top: 20px;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
    text-decoration: none;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
    color: #fff;
    transition: .4s;
	letter-spacing: 3px;
	background-color: #1fb19b;
	float: left;
	font-weight: bold;
}
#contact .ac a {
    color: #fff;
	text-decoration: none;
}
#contact .ac a:hover {
    color: #fff;
}
#contact .ac:hover {
    color: #fff;
	background-color: #999;
}
#contact .st8{
	width: 1100px;
	float: left;
	font-size: 25px;
	line-height: 25px;
	margin-top: 40px;
	text-align: center;
}
#contact .st9{
	width: 350px;
	float: left;
	font-size: 25px;
	line-height: 30px;
	margin-top: 30px;
	font-weight: bold;
	text-align: left;
	margin-left: 200px;
	letter-spacing: 1px;
}
#contact .st10{
	width: 350px;
	float: left;
	font-size: 25px;
	line-height: 30px;
	margin-top: 30px;
	font-weight: bold;
	text-align: left;
	margin-left: 50px;
	letter-spacing: 1px;
}
#contact .st9 a{
	color: #000;
}
#contact .st10 a{
	color: #000;
}
#contact .st11{
	width: 100px;
	float: left;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	border-radius: 10px;
	background-color: #2892be;
	margin-right: 20px;
}

#foot {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #f5f5f5;
	border-top: 1px solid #CCC;
	padding-bottom: 20px;
}
#foot:after{
	content: "";
	clear: both;
	display: block;
}
#foot .Box {
	width: 1100px;
	margin: 0 auto;
	padding-top: 14px;
}
#foot .smp{
	width: 1100px;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	text-align: center;
}
#foot .smp a{
	color: #000;
}
.ft_logo {
	width: 550px;
	height: 60px;
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	text-align: center;
}
.ft_t {
	width: 519px;
	height: 80px;
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	float: left;
	text-align: left;
	border-left: 1px solid #999;
	font-size: 12px;
	line-height: 20px;
}
#foot .nv {
	width: 260px;
	height: 43px;
	float: left;
	margin-top: 40px;
	margin-left: 0px;
}
#foot .nv img{
	display: block;
	transition:0.5s;
}
#foot .nv img:hover{
	transform:scale(1.02);
	box-shadow: 0px 3px 2px rgba(0,0,0,0.2);
}
#foot .nvf {
	width: 260px;
	height: 43px;
	float: left;
	margin-top: 40px;
	margin-left: 20px;
}
#foot .nvf img{
	display: block;
	transition:0.5s;
}
#foot .nvf img:hover{
	transform:scale(1.02);
	box-shadow: 0px 3px 2px rgba(0,0,0,0.2);
}
.cr {
	width: 100%;
	height: 30px;
	font-size: 9px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	float: left;
	background-color: #174062;
}

@media screen and (max-width:767px){
footer {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}
.emg_ttl {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 20px;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1px;
    position: relative;
    display: inline-block;
	font-weight: bold;
}
.emg_ttl:before {
  content: '';
  position: absolute;
  top: -15px;
  display: inline-block;
  width: 50%;
  height: 3px;
  left: 25%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1f6eb1;
}
.emg_ttl:after {
  content: '';
  position: absolute;
  top: -15px;
  display: inline-block;
  width: 50%;
  height: 3px;
  left: 75%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1fb19b;
}
#contact {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
}
#contact .Box{
	width: 310px;
	height: 410px;
	margin: 0 auto;
}

#contact .box1{
	width: 310px;
	height: 150px;
	padding-top: 0px;
	float: left;
	border-right: none;
	text-align: left;
}
#contact .box1 img{
	width: 160px;
	height: 20px;
}
#contact .box2{
	width: 310px;
	height: 105px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	margin-top: 20px;
}
#contact .box2 img{
	width: 160px;
	height: 20px;
}
#contact .tel{
	width: 310px;
	height: 25px;
	float: left;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	margin-top: 15px;
}
#contact .st1{
	width: 140px;
	float: left;
	font-size: 14px;
	line-height: 25px;
	letter-spacing:0px;
	color: #1f6eb1;
	font-weight: bold;
}
#contact .st2{
	width: 150px;
	float: left;
	font-size: 19px;
	line-height: 25px;
	letter-spacing:1px;
	color: #000;
	font-weight: bold;
	margin-left: 10px;
}
#contact .st3{display:none;}
#contact .st4{
	width: 140px;
	padding-top: 0px;
	float: left;
	font-size: 13px;
	line-height: 25px;
	letter-spacing:0px;
	color: #1f6eb1;
	font-weight: bold;
}
#contact .st5{ display:none;}
#contact .st6{
	width: 140px;
	float: left;
	font-size: 12px;
	line-height: 25px;
	letter-spacing:0px;
	color: #1f6eb1;
	font-weight: bold;
}
#contact .st7{
	width: 310px;
	float: left;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}
#contact .ac {
	width: 260px;
	margin-top: 10px;
	margin-left: 25px;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
    text-decoration: none;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
    color: #fff;
    transition: .4s;
	letter-spacing: 3px;
	float: left;
}
#contact .ac a {
    color: #fff;
	text-decoration: none;
}
#contact .ac a:hover {
    color: #fff;
}
#contact .ac:hover {
    color: #fff;
	background-color: #999;
}
#contact .st8{
	width: 310px;
	float: left;
	font-size: 15px;
	line-height: 30px;
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #CCC;
}
#contact .st9{
	width: 270px;
	float: left;
	font-size: 18px;
	line-height: 25px;
	margin-top: 10px;
	font-weight: bold;
	text-align: left;
	margin-left: 40px;
	letter-spacing: 1px;
}
#contact .st10{
	width: 270px;
	float: left;
	font-size: 18px;
	line-height: 25px;
	margin-top: 10px;
	font-weight: bold;
	text-align: left;
	margin-left: 40px;
	letter-spacing: 1px;
}
#contact .st11{
	width: 80px;
	float: left;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	border-radius: 10px;
	background-color: #2892be;
	margin-right: 20px;
}

#foot {
	width: 100%;
	height:auto;
	margin: 0 auto;
	padding-top: 10px;
}
#foot .Box {
	width: 310px;
	margin: 0 auto;
	padding-top: 9px;
}
#foot .smp{ display:none;}
.ft_logo {
	width: 310px;
	height: 37px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	text-align: center;
}
.ft_logo img{
	width: 240px;
	height: 37px;
}
.ft_t {
	width: 310px;
	height: 60px;
	margin-top: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	text-align: center;
	border-left: none;
	font-size: 10px;
	line-height: 15px;
}
#foot .nv {
	width: 145px;
	height: 24px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
#foot .nv img{
	width: 155px;
	height: 24px;
}

#foot .nvf {
	width: 145px;
	height: 24px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
#foot .nvf img{
	width: 155px;
	height: 24px;
}
.cr {
	width: 100%;
	height: 15px;
	font-size: 9px;
	text-align: center;
	line-height: 15px;
	color: #fff;
	float: left;
}
}
