@charset "UTF-8";
/*init*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*lib*/
/**
 * define valiables
 * 各scssファイルでよく使う値を変数定義
 */
/**
 * easing
 */
/**
 * function
 * 値を返す
 */
/**
 * mixins
 * ブロックを返す
 */
/*
デバイス定義
 */
/*
スマホの文字指定専用（横幅640px想定）
font-sizeにvwを設定
 */
/*
clearfix
 */
/*
iOS smooth scroll
 */
/*
opacity
 */
/*
fade
 */
/**
 * initiallize
 * タグ自体のstyleを記述
 */
img {
  vertical-align: bottom; }

.pci {
  display: inline !important; }
  @media only screen and (max-width: 768px) {
    .pci {
      display: none !important; } }

.spi {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    .spi {
      display: inline !important; } }

.pc {
  display: block !important; }
  @media only screen and (max-width: 768px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    .sp {
      display: block !important; } }

.cr {
  cursor: default; }

.fade {
  -webkit-transition: opacity 0.1s ease-in-out 0s;
  -o-transition: opacity 0.1s ease-in-out 0s;
  transition: opacity 0.1s ease-in-out 0s; }
  .fade:hover {
    opacity: 0.7; }

.bgcolor_none {
  background-color: transparent !important; }

.no_breadcrumbsIcon:after {
  content: "" !important;
  display: inline-block;
  margin: 0 5px; }

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* IE6 */
* html .cf {
  zoom: 1; }

/* IE7 */
*:first-child + html .cf {
  zoom: 1; }

.noBorder {
  border: none !important; }

/*parts*/
#contents_area .andmoreBtn {
  display: block;
  position: relative;
  border-radius: 4px;
  text-align: center;
  letter-spacing: .1em;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 48px;
  cursor: pointer;
  text-indent: -99999px;
  background: url(/dog/img/top_btn_1_03.png) center center no-repeat;
  background-size: 100px auto;
  border: 1px solid #b1b2b3; }
  #contents_area .andmoreBtn:before {
    content: '';
    position: absolute;
    right: 14px;
    top: 0;
    width: 8px;
    height: 100%;
    background: url(/dog/common/image/arrow_r_bk.png) 0 50% no-repeat;
    background-size: 100%; }

#contents_area .searchBtn, #contents_area .mailBtn {
  display: block;
  position: relative;
  border-radius: 4px;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 48px;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    #contents_area .searchBtn, #contents_area .mailBtn {
      font-size: 13px; } }
  #contents_area .searchBtn--A {
    background: #1bbecc; }
  #contents_area .searchBtn--B {
    background: #504f4e; }
  #contents_area .searchBtn:before, #contents_area .mailBtn:before {
    content: '';
    position: absolute;
    right: 14px;
    top: 0;
    width: 8px;
    height: 100%;
    background: url(/dog/common/image/arrow_r_wht.png) 0 50% no-repeat;
    background-size: 100%; }

#contents_area .mailBtn {
  background: #1bbecc; }
  @media only screen and (max-width: 768px) {
    #contents_area .mailBtn {
      padding: 10px 0;
      line-height: 1.5; } }
  #contents_area .mailBtn:before {
    display: none; }

.mb65 {
  margin-bottom: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mb65 {
      margin-bottom: 30px !important; } }

.mb78 {
  margin-bottom: 78px !important; }
  @media only screen and (max-width: 768px) {
    .mb78 {
      margin-bottom: 42px !important; } }

.greenBg {
  background: url("../image/health/greenBg.png") top left repeat; }

.section__dog {
  text-align: center;
  padding-bottom: 78px; }
  @media only screen and (max-width: 768px) {
    .section__dog {
      padding-bottom: 42px; } }
  .section__dog img {
    width: auto; }
    @media only screen and (max-width: 768px) {
      .section__dog img {
        width: 81.03448%; } }
  @media only screen and (max-width: 768px) {
    .section__dog--long {
      padding-bottom: 0; } }
  .section__dog--long img {
    width: 820px; }
    @media only screen and (max-width: 768px) {
      .section__dog--long img {
        width: 81.03448%; } }
  .section__dog--graph {
    padding-bottom: 0; }
    .section__dog--graph img {
      width: 581px; }
      @media only screen and (max-width: 768px) {
        .section__dog--graph img {
          width: 90%; } }
  @media only screen and (max-width: 768px) {
    .section__dog--pb0 {
      padding-bottom: 0; } }

.topTxt {
  width: 820px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 37px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.7; }
  @media only screen and (max-width: 768px) {
    .topTxt {
      width: 90.625%;
      font-size: 14px;
      font-size: 14px;
      line-height: 1.7;
      letter-spacing: 0.015em; } }

.section1 {
  width: 980px;
  margin: 0 auto 60px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .section1 {
      width: 100%;
      margin: 0 auto 41px; } }
  .section1__kv {
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .section1__kv {
        margin-bottom: 34px; } }
  .section1__ttl {
    text-align: center;
    margin: 0 auto 42px;
    width: 824px; }
    @media only screen and (max-width: 768px) {
      .section1__ttl {
        width: 91.5625%;
        margin: 0 auto 35px; } }
    .section1__ttl--2 {
      width: 668px; }
      @media only screen and (max-width: 768px) {
        .section1__ttl--2 {
          width: 87.8125%; } }

.section2--greenBg {
  background: url("../image/health/greenBg.png") top left repeat; }

@media only screen and (max-width: 768px) {
  .section2__cont2BoxWrap {
    padding-bottom: 10px; } }

.section2__cont3BoxWrap {
  padding-bottom: 65px; }
  @media only screen and (max-width: 768px) {
    .section2__cont3BoxWrap {
      padding-bottom: 30px; } }

.section3--greenBg {
  background: url("../image/health/greenBg.png") top left repeat;
  border-bottom: 1px solid #fff;
  margin-bottom: 70px; }
  @media only screen and (max-width: 768px) {
    .section3--greenBg {
      margin-bottom: 35px; } }

.section3__cont4BoxWrap {
  padding-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .section3__cont4BoxWrap {
      padding-bottom: 32px; } }

.section3__dog {
  text-align: center;
  padding-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .section3__dog {
      padding-bottom: 45px; } }
  .section3__dog img {
    width: 311px; }
    @media only screen and (max-width: 768px) {
      .section3__dog img {
        width: 59.375%; } }

.section3__topTxt {
  width: 820px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 55px; }
  @media only screen and (max-width: 768px) {
    .section3__topTxt {
      width: 90.625%; } }

.section4--greenBg {
  background: url("../image/health/greenBg.png") top left repeat; }

.section4__cont2BoxWrap {
  padding-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .section4__cont2BoxWrap {
      padding-bottom: 20px; } }

.section4__cont3BoxWrap {
  padding-bottom: 17px; }
  @media only screen and (max-width: 768px) {
    .section4__cont3BoxWrap {
      padding-bottom: 8px; } }

.section5 {
  width: 980px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .section5 {
      width: 100%;
      margin-bottom: 0; } }
  .section5__txt {
    width: 822px;
    margin: 0 auto;
    margin-bottom: 37px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.7; }
    @media only screen and (max-width: 768px) {
      .section5__txt {
        width: 90.625%;
        margin: 0 auto 35px;
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 0.015em; } }
  .section5__dog {
    text-align: center;
    margin-bottom: 78px; }
    @media only screen and (max-width: 768px) {
      .section5__dog {
        margin-bottom: 42px; } }
    .section5__dog img {
      width: 400px; }
      @media only screen and (max-width: 768px) {
        .section5__dog img {
          width: 81.03448%; } }

.cont1Box {
  width: 820px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .cont1Box {
      width: 90.625%; } }
  .cont1Box__list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .cont1Box__list {
        display: block; } }
  .cont1Box__item--txt {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    width: 456px; }
    @media only screen and (max-width: 768px) {
      .cont1Box__item--txt {
        width: 100%;
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 31px; } }
  .cont1Box__item--photo {
    width: 313px; }
    @media only screen and (max-width: 768px) {
      .cont1Box__item--photo {
        width: 62.07%;
        margin: 0 auto; } }

.ttlBox {
  padding-top: 73px;
  margin-bottom: 55px; }
  @media only screen and (max-width: 768px) {
    .ttlBox {
      padding-top: 41px;
      margin-bottom: 34px; } }
  .ttlBox__h2 {
    text-align: center;
    margin-bottom: 41px; }
    @media only screen and (max-width: 768px) {
      .ttlBox__h2 {
        margin-bottom: 22px; } }
    .ttlBox__h2 img {
      display: inline;
      width: 193px; }
      @media only screen and (max-width: 768px) {
        .ttlBox__h2 img {
          width: 45.625%; } }
  .ttlBox__h3 {
    text-align: center;
    font-size: 27px; }
    @media only screen and (max-width: 768px) {
      .ttlBox__h3 {
        font-size: 20px; } }

.cont2Box {
  width: 820px;
  margin: 0 auto;
  display: table;
  table-layout: fixed; }
  @media only screen and (max-width: 768px) {
    .cont2Box {
      width: 90.625%; } }
  .cont2Box__itemWrap {
    margin-bottom: 10px; }
    .cont2Box__itemWrap:last-child {
      margin-bottom: 0; }
  .cont2Box__item {
    display: table-cell; }
    .cont2Box__item--ttl {
      width: 234px;
      background: #9de392;
      vertical-align: middle;
      text-align: center;
      font-size: 22px;
      font-weight: 700;
      letter-spacing: 3px;
      color: #fff;
      border-radius: 10px 0 0 10px; }
      @media only screen and (max-width: 768px) {
        .cont2Box__item--ttl {
          width: 30.51724%;
          font-size: 15px;
          letter-spacing: 1px; } }
      .cont2Box__item--ttl_ver02 {
        background: #9de392;
        vertical-align: middle;
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 3px;
        color: #fff;
        border-radius: 10px 10px 0 0;
        padding: 15px 0;
        display: block; }
        @media only screen and (max-width: 768px) {
          .cont2Box__item--ttl_ver02 {
            width: 100%;
            font-size: 16px; } }
    .cont2Box__item--txt {
      padding: 18px 40px 18px 34px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 14px;
      background: #fff;
      letter-spacing: 1px;
      border-radius: 0 10px 10px 0;
      line-height: 1.7; }
      @media only screen and (max-width: 768px) {
        .cont2Box__item--txt {
          letter-spacing: 0;
          font-size: 14px;
          padding: 13px 10px;
          line-height: 1.7; } }
      .cont2Box__item--txt_ver02 {
        font-size: 22px;
        background: #fff;
        border-radius: 0 0 10px 10px;
        display: block;
        margin-bottom: 12px;
        padding: 15px 0;
        text-align: center;
        vertical-align: middle; }
        .cont2Box__item--txt_ver02 .txt_ver02__listBox {
          display: table;
          margin: 0 auto;
          text-align: left;
          width: 90%; }
          @media only screen and (max-width: 768px) {
            .cont2Box__item--txt_ver02 .txt_ver02__listBox .txt_ver02__list {
              line-height: 1; } }
          .cont2Box__item--txt_ver02 .txt_ver02__listBox .txt_ver02__list .txt_ver02__list-01 {
            display: inline-block;
            font-size: 14px;
            padding-right: 4%;
            padding-left: 1em;
            text-indent: -1em;
            width: 43%; }
            @media only screen and (max-width: 768px) {
              .cont2Box__item--txt_ver02 .txt_ver02__listBox .txt_ver02__list .txt_ver02__list-01 {
                width: 100%;
                font-size: 14px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                line-height: 1;
                display: block;
                margin-bottom: 5px;
                line-height: 1.5; } }
          .cont2Box__item--txt_ver02 .txt_ver02__listBox .txt_ver02__list .txt_ver02__list-02 {
            display: inline-block;
            font-size: 14px;
            padding-left: 1em;
            text-indent: -1em;
            width: 47%; }
            @media only screen and (max-width: 768px) {
              .cont2Box__item--txt_ver02 .txt_ver02__listBox .txt_ver02__list .txt_ver02__list-02 {
                width: 100%;
                font-size: 14px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                line-height: 1;
                display: block;
                margin-bottom: 5px;
                line-height: 1.5; } }
  .cont2Box .stGbTxt {
    padding-bottom: 60px; }

.cont3Box {
  width: 820px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .cont3Box {
      width: 90.625%; } }
  .cont3Box__item {
    width: 400px; }
    @media only screen and (max-width: 768px) {
      .cont3Box__item {
        width: 49.13793%; } }

.cont4Box {
  width: 820px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .cont4Box {
      width: 90.625%;
      display: block; } }
  @media only screen and (max-width: 768px) {
    .cont4Box__item {
      margin-bottom: 10px; }
      .cont4Box__item:last-child {
        margin-bottom: 0; } }
  .cont4Box__ttl {
    border-radius: 10px 10px 0 0;
    background: #9de392;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    padding: 23px 0;
    width: 400px;
    border: 1px solid #9de392;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      .cont4Box__ttl {
        width: 100%;
        font-size: 16px;
        padding: 15px 0; } }
  .cont4Box__txt {
    border-radius: 0 0 10px 10px;
    padding: 30px 32px;
    font-size: 14px;
    letter-spacing: 1px;
    width: 400px;
    border: 1px solid #9de392;
    border-top: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.7;
    background: url(../image/health/borderBg.png) top left repeat; }
    @media only screen and (max-width: 768px) {
      .cont4Box__txt {
        width: 100%;
        font-size: 14px;
        padding: 17px 16px;
        line-height: 1.7; } }

.cont5Box {
  width: 723px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .cont5Box {
      width: 90.625%;
      margin: 0 auto 40px;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .cont5Box__item {
    position: relative; }
    .cont5Box__item a {
      display: block;
      color: #fff !important;
      letter-spacing: 3px;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      padding: 20px 0;
      border-radius: 4px; }
      @media only screen and (max-width: 768px) {
        .cont5Box__item a {
          padding: 12px 0;
          letter-spacing: 1px; } }
    .cont5Box__item--back {
      width: 140px; }
      @media only screen and (max-width: 768px) {
        .cont5Box__item--back {
          width: 47.24138%;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1; } }
      .cont5Box__item--back a {
        background: #ffbd30; }
        .cont5Box__item--back a span {
          display: block;
          position: absolute;
          left: 16px;
          bottom: 0;
          top: 0;
          margin: auto;
          height: 26px; }
          @media only screen and (max-width: 768px) {
            .cont5Box__item--back a span {
              height: 30px; } }
    .cont5Box__item--back2 {
      visibility: hidden; }
    .cont5Box__item--link {
      width: 344px; }
      @media only screen and (max-width: 768px) {
        .cont5Box__item--link {
          width: 100%;
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
          -ms-flex-order: 3;
          order: 3;
          margin-top: 16px; } }
      .cont5Box__item--link a {
        background: #89d87d; }
    .cont5Box__item--next {
      width: 140px; }
      @media only screen and (max-width: 768px) {
        .cont5Box__item--next {
          width: 47.24138%;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2; } }
      .cont5Box__item--next a {
        background: #ffbd30; }
        .cont5Box__item--next a span {
          display: block;
          position: absolute;
          right: 16px;
          bottom: 0;
          top: 0;
          margin: auto;
          height: 26px; }
          @media only screen and (max-width: 768px) {
            .cont5Box__item--next a span {
              height: 30px; } }

.txtOnlyBox {
  width: 820px;
  padding: 25px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../image/health/borderBg.png) top left repeat;
  border: 1px solid #9de392;
  border-radius: 10px;
  line-height: 1.7;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 50px auto; }
  @media only screen and (max-width: 768px) {
    .txtOnlyBox {
      width: 90.625%;
      margin: 25px auto;
      font-size: 14px;
      padding: 17px 16px;
      line-height: 1.6; } }
  .txtOnlyBox.noTop {
    margin-top: 0px;
    margin-bottom: 100px; }
  .txtOnlyBox .txtOnlyBox__ttl-img {
    display: block;
    margin-bottom: 1em; }

.cntTxtBox {
  margin: 0 auto;
  padding: 15px 0 60px;
  width: 518px; }
  @media only screen and (max-width: 768px) {
    .cntTxtBox {
      padding: 15px 0 40px;
      width: 90%; } }
  .cntTxtBox--pb0 {
    padding-bottom: 0; }

.sensei {
  width: 510px;
  margin: 0 auto;
  border: 1px solid #9de392;
  padding: 20px 0;
  border-radius: 10px;
  margin-bottom: 70px; }
  @media only screen and (max-width: 768px) {
    .sensei {
      width: 91.40625%;
      margin-bottom: 35px; } }
  .sensei__wrap__btm {
    font-size: 0;
    text-align: center; }
    .sensei__wrap__btm__name {
      font-size: 28px;
      font-weight: bold;
      color: #5b5959;
      font-size: 16px;
      padding-bottom: 8px;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        .sensei__wrap__btm__name {
          font-size: 14px; } }
    .sensei__wrap__btm__txt {
      width: 350px;
      margin-right: 20px;
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        .sensei__wrap__btm__txt {
          width: 58.82353%;
          margin-right: 0;
          font-size: 12px; } }
    .sensei__wrap__btm__img {
      display: inline-block;
      width: 100px; }
      @media only screen and (max-width: 768px) {
        .sensei__wrap__btm__img {
          width: 30.76923%;
          vertical-align: bottom;
          padding-left: 3%; } }
