/*==================================================
  COMMON CSS
==================================================*/
/*==========  ==========*/
/*-----  -----*/

/*--------------------------------------------------
  COMMON
--------------------------------------------------*/

body {
  color: #333;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  box-sizing: border-box;
  background: #ede9e0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/*----- FOCUS OUTLINE FIX -----*/
*:focus {
  outline: none;
}

/*----- TEXT HOVER -----*/
a:hover {
  text-decoration: underline;
}

/*----- IMAGE HOVER -----*/
a:hover img {
  opacity: .7;
}

/*----- CLEARFIX -----*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*----- DOT LINE -----*/
.dotline {
  margin: 50px 0;
}


/*--------------------------------------------------
  CONTENTS
--------------------------------------------------*/

.contents-container {
  width: 100%;
  height: auto;
  min-height: 1000px;
  padding-top: 20px;
  background: url(../img/bg_contents.jpg) no-repeat top center;
  background-size: contain;
}


/*--------------------------------------------------
  HEADER
--------------------------------------------------*/

header {
  width: 960px;
  height: auto;
  margin: 0 auto 20px auto;
  box-shadow: 3px 3px 3px -3px #000;
}

header h1 {
  margin: 0;
}


/*--------------------------------------------------
  HERO
--------------------------------------------------*/

.hero-container {
  width: 960px;
  height: 400px;
  margin: 0 auto 20px auto;
  box-shadow: 3px 3px 3px -3px #000;
}


/*--------------------------------------------------
  PRINCIPLE
--------------------------------------------------*/

.principle-container {
  width: 960px;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 30px;
  background: #fff;
  box-shadow: 3px 3px 3px -3px #000;
}

.principle-inner {
  float: left;
  width: 50%;
  padding-top: 10px;
  text-align: center;
  border-right: 2px solid #999;
}

.principle-inner:last-child {
  border-right: none;
}

.principle-inner:last-child h2 {
  margin-bottom: 40px;
}

.principle-inner h2 {
  width: 270px;
  height: 40px;
  margin: 0 auto 10px auto;
  border-radius: 5px;
  background: #d9861a;
  box-shadow:3px 3px 10px 0px #c8c8c8;
}


/*--------------------------------------------------
  BUTTON
--------------------------------------------------*/

.button-container {
  width: 960px;
  height: auto;
  margin: 0 auto 20px auto;
}

.button-inner {
  float: left;
  width: auto;
  padding: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 3px 3px 3px -3px #000;
}

.button-inner:first-child {
  margin-right: 20px;
}


/*--------------------------------------------------
  BANNER
--------------------------------------------------*/

.banner-container {
  width: 960px;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 30px;
  background: #fff;
  box-shadow: 3px 3px 3px -3px #000;
}

.banner-container a {
  float: left;
  width: 280px;
  height: 80px;
  margin-right: 30px;
}

.banner-container a:nth-child(3n) {
  margin-right: 0;
}

.banner-container a:nth-child(n+4) {
  margin-top: 20px;
}


/*--------------------------------------------------
  FOOTER
--------------------------------------------------*/

footer {
  width: 100%;
  height: 60px;
  background: #537b43;
}

footer p {
  padding-top: 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.banner-container2 {
  width: 960px;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 15px;
  background: #fff;
  box-shadow: 3px 3px 3px -3px #000;
}
.banner-inner2 {
  float: left;
  width: 28%;
  padding-top: 10px;
  text-align: center;
}