/* ----------------------------------------------------
common
---------------------------------------------------- */
.text-right {
  text-align: right;
}

.ttl3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.22em;
  color: #004ba0;
}
@media only screen and (max-width:769px) {
  .ttl3 {
    font-size: 30px;
    letter-spacing: 0.18em;
  }
}
@media only screen and (max-width:650px) {
  .ttl3 {
    font-size: 24px;
    text-align: right;
  }
}

@media only screen and (max-width:650px) {
  .pcver {
    display: none;
  }
}

.tbwidever {
  display: none;
}
@media only screen and (max-width:959px) {
  .tbwidever {
    display: block;
  }
}

.tbver {
  display: none;
}
@media only screen and (max-width:769px) {
  .tbver {
    display: block;
  }
}

.spver {
  display: none;
}
@media only screen and (max-width:650px) {
  .spver {
    display: block;
  }
}

/* ----------------------------------------------------
concept
---------------------------------------------------- */
#concept .pagename_area h1 .en:nth-child(3) {
  display: block;
}
#concept .sec_main_item {
  margin-bottom: 50px;
}
#concept .sec_main_item .main_item_inner {
  padding: 170px 42px 0 30px;
}
@media only screen and (max-width:650px) {
  #concept .sec_main_item .main_item_inner {
    padding: 50px 0 0 0;
    display: block;
    position: relative;
  }
}
#concept .sec_main_item .main_item_inner .itemimg {
  width: 27%;
  padding-top: 0;
}
@media only screen and (max-width:650px) {
  #concept .sec_main_item .main_item_inner .itemimg {
    position: absolute;
    top: 50px;
    left: 0;
  }
}
#concept .sec_main_item .main_item_inner .itemimg img {
  width: 100%;
  display: block;
}
#concept .sec_main_item .main_item_inner .txt {
  width: 64%;
}
@media only screen and (max-width:650px) {
  #concept .sec_main_item .main_item_inner .txt {
    width: 100%;
  }
}
#concept .sec_main_item .main_item_inner .txt h2.ttl3 {
  margin-bottom: 70px;
}
@media only screen and (max-width:650px) {
  #concept .sec_main_item .main_item_inner .txt h2.ttl3 {
    margin-bottom: 50px;
  }
}
#concept .sec_main_item .main_item_inner .txt p {
  margin-top: 48px;
  line-height: 1.75;
}
#concept .sec_main_item .main_item_inner .txt .explain {
  padding: 0 22px 0 0;
}
@media only screen and (max-width:650px) {
  #concept .sec_main_item .main_item_inner .txt .explain {
    padding: 0;
  }
}

/* animal series concept
--------------------------- */
.animal_series_concept .pagename_area {
  background: url("../images/concept/bg_pagename_animal_series.png") no-repeat left top;
  background-size: 70% auto;
  padding: 12% 0 5%;
  position: relative;
}

/* health series concept
--------------------------- */
.health_series_concept .pagename_area {
  background: url("../images/concept/bg_pagename_health_series.png") no-repeat left top;
  background-size: 70% auto;
  padding: 12% 0 5%;
  position: relative;
}/*# sourceMappingURL=concept.css.map */