@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;
}
#breadcrumb {
	z-index: 100;
	margin:0 auto;
	background:#445565;
	padding-top: 50px;
}
#breadcrumb .section {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
#breadcrumb .section ul {
	margin: 0;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	height: 18px;
}
#breadcrumb .section li {
	padding: 0px 15px 0px 0px;
	margin: 0px 5px 0px 0px;
	text-align: left;
	float: left;
	display: inline;
	font-size: 15px;
	color:#FFF;
}
.pan_icon {
	background-image: url(../img/icon_pan.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#breadcrumb .section a {
	text-decoration:none;
	font-size: 15px;
	color:#FFF;
}
#breadcrumb .section a:hover {
	color:#CCC;
}
/* タイトル */
#categoryVisual {
    background-position: right 0%;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    margin: 0 auto;
    text-align: left;
    background: url(../img/bg_01.png) repeat;
    clear: both;
    display: block;
	text-align:center;
}
#categoryVisual h1 {
	line-height: 70px; /* 20151204 90px */
	font-weight:bold;
	font-size: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 65px; /* 20151204 90px */
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	color:#445565;
}
#Content h1 {
	font-size:30px;
	color: #3333333;
	text-align:center;
	margin-bottom:20px;
	font-weight: normal;
}
#Content h2 {
	font-size:24px;
	font-weight:normal;
	color: #000;
	text-align: left;
}
#Content h3 {
	font-size:20px;
	color: #445565;
	text-align: left;
}
#Content h4 {
	color: #445565;
	text-align:left;
}
#Content h5 {
	color: #000;
	text-align:left;
}


/*-----------------------------------------------------------------
		ヘッダー設定
-----------------------------------------------------------------*/
#header {
	margin: 0 auto;
	padding: 0;
	text-align:left;
	background-color: #ffffff;
}

#LogoArea {
	height: 120px;
	width: 960px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#LogoArea #h1_logo a {
	display: block;
}

/* ロゴ画像(imgタグ)に直接サイズを指定 */
#LogoArea #h1_logo img {
	width: 310px;
	display: block;
}

#LogoArea .contact {
	text-align: left;
	width: 169px;
}


#LogoArea .contact p {
	color:#000;
	line-height: 150%;
}

#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:238px;

}
ul#Menubar li a {
	display: block;
	padding: 0;
	width: 238px;
	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: 238px;
	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 {
    border-top: #0000ff 20px solid;
    background: url("../img/footer.png") no-repeat center;
    background-size: cover;
    clear: both;
}
.footer-title p{
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
}
.footer-center{
    margin: 0 auto;
}
.footer-text{
    text-align: center;
    padding: 0 0.3rem;
}
.footer-text p {
    text-align: center;
}
.btn-inquiry {
    display: inline-block;
    position: relative;
    background-color: #0000ff;
    border: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding: 0.5em  0.6em 0.2em 0.6em;
    margin-bottom: 0.5em;
    border-radius: 4px;
}
.envelope-white {
    color:#FFFFFF;
    font-size: 1.1em;
    margin-right: 0.4em;
}
.footer-widget-section {
    padding: 60px 0 0 0;
    padding: 30px 0 0 0;
}
.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;
}

/* container,row */
.container {
    width:960px;
    padding-right:15px;
    padding-left:15px;
    margin: 0px auto 30px auto;
}
.row {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
}

/* Copyright */
.copyright-section {
    width: 100%;
    background-color: #4b4b4b;
    text-align: center;
    display: block;
    padding: 20px 0;
}
.copyright-menu {
    color: #ffffff;
    font-size: 12px;
    padding: 0 0.3rem;
}
.copyright-menu a{
    color: #ffffff;
    font-size: 12px;
}
.copyright-section .copytext {
    color: #ffffff;
    font-size: 12px;
}

/*ボックス */
.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;
}


/*-----------------------------------------------------------------
		フッター設定
-----------------------------------------------------------------*/
.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: 20px 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;
}
footer .foot-menu a:hover{
	opacity: 0.5;
	color:#FFF !important;
	text-decoration: underline;
  }

.copyright-menu {
  color: #ffffff;
  font-size: 12px;
  padding: 0 0.3rem;
  text-align:left;
}
.copyright-menu a{
  color: #ffffff;
  font-size: 12px;
  text-decoration: underline;
}
.copyright-menu a:hover{
  opacity: 0.5;
  color:#FFF;
}

.copyright-section .copytext {
  color: #ffffff;
  font-size: 14px;
}

.copyright{
  text-align:right;
}

.copy-box{
 max-width:860px;
 margin:0 auto;
 background-image: url(../img/img-logo-01.svg);
 background-repeat: no-repeat;
 background-position: right 10px bottom 30px;
 background-size: 100px;
}

@media (max-width:959px) {
  .copy-box{
	padding: 0 10px;
	min-height:120px;
  }
  .copyright{
    text-align:center;
  }
  footer .copyright {
    margin-top: 20px;
    margin-bottom: 0;
}

footer .footer-widget-section p.text-center {
    text-align: center;
}
