/*
======================================================
  Common Parts
======================================================
*/
.sub-content {
  margin: 65px 0;
}

/* Table cell */
.table-row {
  display: table;
  /*margin: 0 auto;*/
}
.table-cell {
  display: table-cell;
  padding: 0 10px;
}
/*.table-cell p {*/
  /*margin-top: 15px;*/
/*}*/
.table-cell img {
  /*width: 100%;*/
}

.page-title {
  /*height: 480px;*/
  text-align: center;
  padding: 80px 0 0;
}
.page-title h2 {
  color: #fff;
  font-weight: 400;
  /*font-size: 4.2em;*/
}
.page-title h3 {
  color: #c70025;
  font-size: 1.5em;
  padding: 20px 0px;
  margin: 0 42%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.page-title p {
  color: #fff;
  line-height: 1.8;
}

/* Page subtitle */
.page-subtitle {
  text-align: center;
  padding: 60px 0;
  color: #fff;
}
.page-subtitle h3 {
  font-size: 1.7em;
  margin-bottom: 8px;
}
.page-subtitle h4 {
  margin-top: 20px;
  margin-bottom: 35px;
}

/* Border line */
.subtitle-underline {
  margin:0 49%;
  border-width: 2px;
  border-color: #c70025;
}

/* navigation page on footer */
/* Navigation */
nav.page-nav {
  text-align: center;
  margin-top: 35px;
  padding: 65px 6.25% 30px;
  background-color: #f7f7f7;
}
nav.page-nav ul {
  display: table;
  width: 100%;
}
nav.page-nav ul li {
  border: 2px solid #c70025;
  padding: 10px 60px;
  margin: 0 0 35px 0;
  color: #c70025;
  display: table-cell;
}
nav.page-nav ul a {
  margin: 0 50px;
}
nav.page-nav ul li:hover {
  background-color: #c70025;
  color: #fff
}
nav.page-nav span {
  display: block;
}
nav.page-nav span.nav-page-title {
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8em;
}
nav.page-nav span.nav-page-subtitle {
  margin-top: -10px;
}

/*
  Header
*/
header#header {
  /*padding: 20px 0;*/
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
  /*behavior: url(/PIE.htc);*/
  z-index: 9999!important;
  /*position: relative;*/
}
.fixed-header-top {
  position: fixed!important;
  right: 0;
  left: 0;
  background-color: #fff;
}

/* Section Company */
section#title-company {
  background-image: url("../img/title-company.png");
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
section#title-company h2 {
  color: #fff;
}

/* Section Honda ISM */
section#hondaism {
  background-image: url("../img/bg-hondaism.png");
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  color: #fff;
}
section#hondaism h2 {
  color: #d2a84e;
}
section#vision {
  background-color: #f7f7f7;
  background-image: url("../img/bg-vision.png");
  text-align: center;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 50% auto;
  padding: 80px 0;
  color: #333;
}
section#vision .col-4 .test {
  background-color: rgba(255,255,255,0.5);
  margin: 15px;
  border: 1px solid #e5e5e5;
}
/*
======================================================
  System Page
======================================================
*/
.nav-page-header {
  text-align: center;
  margin: 50px 0;
}
.nav-page-header li {
  display: inline-block;
  margin: 0 10px;
  width: 30%;
}
.nav-page-header li a {
  border: 2px solid #c70025;
  padding: 20px 0px 10px;
  display: block;
  width: 100%;
  color: #c70025;
  font-weight: 900;
}
.nav-page-header li a:hover {
  background-color: #c70025;
  color: #fff;
}
.nav-page-header li a span {
  display: block;
  text-align: center;
}
.bg-medical-care h4,
.bg-recreation h4,
.bg-childcare h4,
.bg-soltilo-division h4,
.bg-overseas h4,
.bg-management h4
{
  padding: 100px 0;
  color: #fff;
  text-align: center;
}
.contents-welfare {
  background-color: #e1fefc;
  padding: 15px 5px;
}

/* Table */
#nurturing-table table {
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  width: 80%;
  border-spacing: 0;
  margin: 0 auto;
}
#nurturing-table th,
#nurturing-table td {
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
  text-align: center;
  padding: 5px;
}

/*
======================================================
  Business Page
======================================================
*/
.msg-business-soltilo {
  color: #dbb971;
  margin: 80px 0;
  font-size: 2.5em;
  text-align: center;
  font-weight: 400;
}







