@charset "UTF-8";
@import url(../../css/common.css);
/*==================================================================*/
/* contact style css　*/
/*==================================================================*/
/* Page Settings */
/*------------------------------------*/
/* titlearea
---------------------------------------- */
#title {
  background: url("../image/title.png") center 100% no-repeat;
}
#title h1 {
  background: url("/common_img/ic_policy.png") 0 center no-repeat;
}

.g-policy a {
  background-position: -190px -110px !important;
}

/* submenu
---------------------------------------- */
#policy .submenu ul li a {
  background: #e78584 !important;
}

/* introduction
---------------------------------------- */
.introduction {
  margin: 0 auto 3.5em;
  padding-bottom: 4em;
  background: url("../image/policy_fig.jpg") 100% 100% no-repeat;
  background-size: 20%;
}
.introduction p {
  margin: 0 auto;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
}

.read {
  margin: 0 auto 2em;
}
.read .span_13 {
  padding-top: 20px;
}
.read .span_13 em {
  font-weight: bold;
}

/* goal
---------------------------------------- */
.goal {
  margin: 0 auto;
  background: url("../image/policy_bg.jpg") 0 0 repeat;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: 10px solid #ffd97c;
}
.goal ul {
  width: 70%;
  margin: 3em auto;
  list-style-type: disc;
  color: #88533f;
}
.goal ul li {
  font-size: 1.5em;
  font-weight: bold;
}

/* nurture-box
---------------------------------------- */
.nurture-box {
  margin: 0 auto 2.5em;
}
.nurture-box h3 {
  margin: 0 auto 1.5em;
  padding: 10px;
  background: #ffded2;
  border-radius: 5px;
  color: #88533f;
  font-size: 1.2em;
  font-weight: bold;
}
.nurture-box h3 i {
  color: #fe5581;
  margin-right: 3px;
  font-weight: bold;
}
.nurture-box .txtarea {
  margin: 0 auto 2.5em;
}
.nurture-box .txtarea .gutters .span_11 img {
  width: 100%;
}
.nurture-box .photoarea {
  margin: 0 auto;
  text-align: center;
  letter-spacing: -0.4em;
}
.nurture-box .photoarea li {
  letter-spacing: normal;
  margin: 0 1%;
  width: 48%;
  display: inline-block;
}
.nurture-box .photoarea li img {
  vertical-align: top;
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* titlearea
  ---------------------------------------- */
  #title {
    background-size: cover;
  }

  /* introduction
  ---------------------------------------- */
  .introduction {
    padding-bottom: 0;
    background-size: 50%;
  }

  /* photobox
  ---------------------------------------- */
  .photobox {
    zoom: 1;
    margin: 0 auto;
    width: 96% !important;
  }
  .photobox:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
  }
  .photobox .headline {
    padding: 15px 15px 0 !important;
    float: none !important;
    width: 100% !important;
  }
  .photobox .slidephoto {
    float: none !important;
    width: 100% !important;
  }
  .photobox .slidephoto ul li {
    zoom: 1;
    position: relative;
    text-align: center;
  }
  .photobox .slidephoto ul li span {
    zoom: 1;
    position: absolute;
    padding: 5px 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.5);
  }

  /* goal
  ---------------------------------------- */
  .goal ul {
    width: 80%;
    margin: 10px auto;
  }
  .goal ul li {
    font-size: 1.2em;
    font-weight: bold;
  }

  /* nurture-box
  ---------------------------------------- */
  .nurture-box .txtarea {
    margin: 0 auto 2.5em;
    width: 98%;
  }
  .nurture-box .txtarea .span_9 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .nurture-box .txtarea .span_9 img {
    width: 100%;
    max-width: 300px;
  }
  .nurture-box .txtarea .gutters .span_11 img {
    width: 100%;
  }
  .nurture-box .photoarea {
    width: 98%;
  }
  .nurture-box .photoarea li {
    margin: 0;
    width: 100%;
  }
  .nurture-box .photoarea li img {
    width: 100%;
  }
}
