@charset "utf-8";
/*-----------------------------------------------------------------
		共通スタイル設定
-----------------------------------------------------------------*/

body {
	color: #333;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow-x:hidden;
}
#layout {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: absolute;
	width: 100%;
}
#wrapper {
	width: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	text-align: center;
}
#Content {
	margin: 0px auto;
	height: auto;
	min-height: 560px;
	width: auto;
}

p {
	line-height: 170%;
	margin: 0;
	text-align: left;
}
/* underline */
span.underline {
  background: linear-gradient(transparent 70%, #ff0 0%);
}
/* リンク */
a {
	color: #2a4159;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #2a4159;
}
a:hover {
	text-decoration: none;
	color: #425563;
}
a:active {
	text-decoration: none;
}
.rollover:hover {
	opacity: 0.7;
}
a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/* ぱんくず */
.section {
	display: block;
	min-height: 1%;
	min-width: 960px;
}
/*-----------------------------------------------------------------
		ヘッダー設定
-----------------------------------------------------------------*/
#header {
	margin: 0 auto;
	padding: 0;
	text-align:left;
	background-color: #ffffff;
}
/* ================================
   ヘッダー：ロゴとお問い合わせボタン左右配置（上下中央揃え付き）
================================ */
#LogoArea {
  width: 960px;
  height: 120px;
  margin: 0 auto;
  display: table;             /* ← テーブル扱いで中央揃えを実現 */
}

/* 共通セル化して中央揃え */
#LogoArea > div {
  display: table-cell;
  vertical-align: middle;     /* ← 中央揃えのポイント */
}

/* 左側ロゴ */
#LogoArea #h1_logo {
  text-align: left;
}

#LogoArea #h1_logo img.logo-combined {
  display: inline-block;
  height: 29px;               /* ロゴ高さ（調整可） */
  width: auto;
  vertical-align: middle;
}

/* 右側ボタン */
#LogoArea #info {
  text-align: right;
}

#LogoArea #info img {
  display: inline-block;
  height: 60px;               /* ボタン高さ（調整可） */
  width: auto;
  vertical-align: middle;
}

/* スマホ表示：縦並びに */
@media (max-width: 767px) {
  #LogoArea {
    display: block;
    text-align: center;
    height: auto;
  }

  #LogoArea #h1_logo,
  #LogoArea #info {
    display: block;
    text-align: center;
    margin: 10px auto;
  }

  #LogoArea #h1_logo img.logo-combined {
    height: 35px;
  }

  #LogoArea #info img {
    height: 50px;
  }
}
#LogoArea #h1_logo a {
	width: 113px;
	height: 43px;
	display:block;
}

#LogoArea #h1_logo a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


#info {
    width: 430px;
    float:right;
	margin: 30px 0 0 0;
	}


#LogoArea a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}



/*-----------------------------------------------------------------
		ナビゲーションバー
-----------------------------------------------------------------*/

#gnav {
	width: auto;
	padding: 0;
	margin: 0;
	height: 48px;
}
* html #gnav {
	width: 100%;
	background-color: #000;
	padding: 0px 21px 5px 0;
	margin: 0px;
}
html>/**/body div #gnav {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	border-bottom:1px solid #425563;
	position: absolute;
	top: 120px;
	height: auto;
}
#header.fixed #gnav {
  position: fixed;
  top: 0px;
}
ul#Menubar {
	margin: 5px auto 0 auto;
	padding: 0;
	width: 960px;
	left: auto;
}
ul#Menubar li {
	text-align:center;
	float: left;
	margin:0;
	z-index: 3;
	padding: 0;
	height:48px;
	width:190px;

}
ul#Menubar li a {
	display: block;
	padding: 0;
	width: 190px;
	height: 48px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-decoration: none;
	background-repeat: no-repeat;
	line-height:40px;
}
ul#Menubar li a:hover {
	color: #037DB2;
	height: 48px;
	width: 190px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul#Menubar li.nav_02 {
	position: relative;
}
/* ボタン背景 */
ul#Menubar li.nav_01 a {
	background-image: url(../img/navi-btn01.png);
	text-decoration: none;
}
ul#Menubar li.nav_02 a {
	background-image: url(../img/navi-btn02.png);
	text-decoration: none;
}
/* ロールオーバー */
ul#Menubar li.nav_01 a:hover {
	background-image: url(../img/navi-btn01_on.png);
}
ul#Menubar li.nav_02 a:hover {
	background-image: url(../img/navi-btn02_on.png);
	text-decoration: none;
}
/* ON時 */
ul#Menubar li.nav_01 a.ON {
	background-image: url(../img/navi-btn01_on.png);
}
ul#Menubar li.nav_02 a.ON {
	background-image: url(../img/navi-btn02_on.png);
}


/*-----------------------------------------------------------------
		カラム設定
-----------------------------------------------------------------*/

#full-column {
	width: 960px;
	padding: 20px 0;
	margin: 0 0 20px 0;
	text-align: left;
	min-height:500px;
	height:auto !important;
	height:500px;
	clear: left;
}
/*-----------------------------------------------------------------
		フッター設定
-----------------------------------------------------------------*/
#footer {
	width: 100%;
	position: absolute;
	background-color: #000;
}
#footer-inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 30px 0;
}
#footer-menu {
	color: #fff;
	margin-top: 28px;
	text-align: center;
	font-size: 13px;
}
#footer-menu a {
	color: #fff;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 13px;
}
#footer-menu a:hover, .copy a:hover {
	color: #037DB2;
}
.copy {
	width: 960px;
	margin: 15px 0 5px 0;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.copy a {
	color: #fff;
}
/*ボックス */
.BOX100 {
	width:100px;
	float:left;
}
.BOX120 {
	width:120px;
	float:left;
}
.BOX170 {
	width:170px;
	float:left;
}
.BOX190 {
	width:190px;
}
.BOX200 {
	width:200px;
	float: left;
}
.BOX220 {
	width:220px;
	float: left;
}
.BOX225 {
	width:225px;
	float:left;
}
.BOX240 {
	width:240px;
}
.BOX250 {
	width:250px;
}
.BOX260 {
	width:260px;
}
.BOX270 {
	width:270px;
}
.BOX300 {
	width:300px;
	float:left;
}
.BOX320 {
	width:320px;
	float:left;
}
.BOX340 {
	width:340px;
	float:left;
}
.BOX350 {
	width:350px;
	float:left;
}
.BOX360 {
	width:360px;
	float:left;
}
.BOX400 {
	width:400px;
	float:left;
}
.BOX410 {
	width:410px;
	float:left;
}
.BOX420 {
	width:420px;
	float:left;
}
.BOX450 {
	width:450px;
	float:left;
}
.BOX460 {
	width:460px;
	float:left;
}
.BOX500 {
	width:500px;
	float: left;
}
.BOX560 {
	width:560px;
	float: left;
}
.BOX580 {
	width:580px;
	float: left;
}
.BOX600 {
	width:600px;
	float: left;
	overflow: hidden;
	display: block;
}
div.BOX608 {
	width:608px;
	display: block;
	margin: 0 auto;
	text-align:center;
}
.BOX650 {
	width:650px;
	float: left;
	overflow: hidden;
	display: block;
}
.BOX680 {
	width:680px;
	float: left;
	overflow: hidden;
}
.BOX700 {
	width:700px;
	float: left;
	overflow: hidden;
}
.BOX900 {
	width:900px;
	float: left;
}
.BOX918 {
	width:918px;
	float: left;
}
.BOX930 {
	width:930px;
	float: left;
}
.BOX960 {
	width:960px;
	float: left;
}

/*-----------------------------------------------------------------
		フッター設定 new
-----------------------------------------------------------------*/
.footer {
  border-top: #1A2692 20px solid;
    background: url(../img/gl_footer.png) no-repeat center;
    background-size: cover;
}
.footer-title p{
font-size: 1.3rem;
margin-bottom: 0.6rem;
}
.footer-center{
margin: 0 auto;
}
.footer-text{
     padding: 0 0.3rem;
     margin-bottom: 20px;
  }
.footer-text p{
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 0;
}
.footer-text p.tobt{
    font-size: 20px;
    margin-bottom: 12px;
}

.footer-text .btn-inquiry {
    position: relative;
    background-color: #0000ff;
    border: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding-top: 0.5em;
    margin-bottom: 12px;
}
.footer-widget-section {
  padding: 30px 0 0 0;
}
.footer-widget-section p{
  font-size: 20px;
}
.footer .footer-logo {
  margin-bottom: 30px;
}
.footer .footer-col {
  border-left: #5074cd 1px solid;
  margin-bottom: 10px;
}
.footer .footer-col ul li {
  font-size: 12px;
  color: #ffffff;
}
.footer .footer-col h6 {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 14px;
  display: block;
  color: #ffffff;
}
.footer .footer-col a {
  color: #ffffff;
}
.footer .footer-col a:hover {
  color: #a7b9e6 !important;
}
#txt_contact_mail{
    margin-bottom: 12px;
}

@media screen and (max-width : 991px) {
  .footer .footer-logoarea {
    border-bottom: #a1c1e8 1px solid;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .footer .footer-logo {
    margin-bottom: 10px;
    margin-right: 15px;
    display: inline-block;
  }
  .footer .footer-col {
    border-left: none;
    margin-bottom: 10px;
  }
}


.hop_bt:hover{
    opacity: 0.7;
}

.page-top a img {
    width: 90px;
    height: 90px;
    position: fixed;
    bottom: 60px;
    right: 40px;
    z-index: 2;
    display: block;
    text-indent: -3333px;
}



/* Copyright */
.copyright-section {
  margin-top: 20px;
  width: 100%;
  background-color: #1A2692;
  text-align: center;
  display: block;
  padding: 30px 0 32px 0;
}


footer .foot-menu {
  color: #ffffff;
  font-size:17px;
  margin-bottom:12px;
  font-family: 'Noto Sans Japanese',   sans-serif;
  font-weight:700;
  text-align:left;
}
footer .foot-menu a{
  color: #ffffff;
}


.copyright-menu {
  color: #ffffff;
  font-size: 12px;
  padding: 0 0.3rem;
  text-align:left;
}
.copyright-menu a{
  color: #ffffff;
  font-size: 15px;
  text-decoration: underline;
}
.copyright-menu a:hover{
  opacity: 0.5;
  color:#FFF;
}

.copyright-section .copytext {
  color: #ffffff;
  font-size: 14px;
}

.copyright{
  margin-top: 50px;
  text-align:right;
}

.copy-box{
 max-width:860px;
 min-height:70px;
 margin:0 auto;
 background-image: url(../img/img-logo-01.svg);
 background-repeat: no-repeat;
 background-position: right 10px top 30px;
 background-size: 100px;
}

@media (max-width:959px) {
  .copy-box{
	padding: 0 10px;
	min-height: 70px;
  }
  .copyright{
    text-align:center;
  }
  footer .copyright {
    margin-top: 20px;
    margin-bottom: 0;
    
}


}
