@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: top;
}

header,section,article,aside,footer,nav {
 display: block;
}

/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #312B24;
  font-size: 14px;
  font-family: Tahoma, Verdana, Segoe,"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  line-height: 1.2;
}

ul,li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address {
  font-style: normal;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  display: inline-table;
  overflow: hidden;
}

/* mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}


/*-------------------------------------------------common*/


/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/
header {
  width: 100%;
  border-bottom: 1px solid #ddd;
  height: 110px;
}

header .logo,
header .lang {
  display: table;
}

header li {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}

header .logo li {
  width: 180px;
  text-align: center;
  border-right: 1px solid #ddd;
}

header .box-logo li:last-child {
  width: auto;
  border-right: none;
  padding-left: 25px;
}

header .box-logo li p {
  padding-left: 10px;
  font-size: 14px;
  text-align: left;
}

header .lang li a {
  color: #312B24;
  padding: 0 17px;
  border-left: 1px solid #ddd;
}


/*------------------------------------------------------------------------------------------------
  menu
--------------------------------------------------------------------------------------------------*/
nav {
  width: 100%;
  height: 47px;
  line-height: 47px;
}

nav a { 
  float: left;
  width: 166px;
  text-align: center;
  color: #0059C5;
}

nav a.active,
nav a:hover {
  background: #005AC5;
  color: #fff;
}
 
nav li a.lang {
  background: rgba(0, 90, 197, 0.2);
}

nav li a.lang img {
  padding: 14px 10px 0 0;
}
/*------------------------------------------------------------------------------------------------
  banner
--------------------------------------------------------------------------------------------------*/

.banner img {
  width: 100%;
}

.banner .container {
  position: relative;
}

.banner .text-banner {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 340px;
  left: 0;
  background: rgba(249,248,247,0.5);
  z-index: 2;
}

.banner .text-banner p {
  width: 360px;
  height: 100%;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  padding: 0 20px;
  background: #8B291E;
}

.list-contact-banner li {
  float: left;
  margin-left: 10px;
  margin-bottom: 5px;
  width: auto !important;
  height: auto !important;
  border-right: none !important;
}

.list-contact-banner li a {
  font-size: 14px;
  color: #312B24;
}
/*------------------------------------------------------------------------------------------------
  content
--------------------------------------------------------------------------------------------------*/
.container {
  width: 1000px;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
}

.img-reponsive {
  width: 100%;
}

.fl-left {
  float:left;
}

.fl-right {
  float:right;
}

.fl-none {
  float: none;
}

.al-center {
  text-align: center;
  
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
footer {
  color: #fff;
}

footer .info {
  background: #39322B;
  padding: 15px 0;
  font-size: 16px;
}

footer .text-logo {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

footer .text-contact address {
  padding: 15px 0 20px 0;
}

footer .text-contact address p {
  line-height: 1.4;
}

footer .text-phone {
  width: 297px;
  background: #8B291E;
  text-align: center;
  padding: 10px 17px;
  line-height: 1.6;
}

footer .text-phone .line-white {
  border-top: 1px solid #fff;
}

footer .text-phone .line-white-opacity {

  border-top: 1px solid rgba(255,255,255,0.2);
}

footer .text-phone .phone-num {
  font-size: 20px;
  line-height: 35px;
  color: #fff;
}

footer .menu li {
  float: left;
  margin-left: 55px;
  margin-top: 55px;
}

footer .menu li a {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  padding-left: 17px;
  display: block;
  background: url(../image/icon-next-footer.png) no-repeat left center;
}

footer .coppy {
  padding: 12px 0 10px 0;
  text-align: center;
  background: #000;
}

#ptop {
  position: fixed;
  bottom: 282px;
  right: calc(50% - 630px);
  cursor: pointer;
}

#ptop span {
  padding: 0 25px;
  line-height: 30px;
  background: #39322B;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}