@charset "UTF-8";
#pet * {
  box-sizing: border-box;
}
#pet article img {
  max-width: 100%;
  height: auto;
}

.pet--header {
  width: 960px;
  margin: 45px auto;
  display: flex;
  align-items: center;
  background: url(../img/pet/bg_green.png) center center/cover no-repeat;
}
.pet--header__img {
  width: 36.4583333333%;
}
.pet--header__txt {
  flex: 1;
  margin: 0 5.2083333333%;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
.pet--header__txt h1 {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: normal;
  margin-bottom: 40px;
  padding-bottom: 40px;
  line-height: 1;
}
.pet--header__txt h1 em {
  font-size: 45px;
}
.pet--header__txt h1 span {
  margin: 1em 0 0 2em;
  font-family: sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.pet--header__txt h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 0;
  border-top: solid 4px #fff;
}
.pet--header__txt p {
  line-height: 1.6;
  font-size: 18px;
}
@media (max-width: 567px) {
  .pet--header {
    width: 100%;
    margin: 0 0 10vw;
  }
  .pet--header__img {
    width: 42.270531401%;
  }
  .pet--header__txt h1 {
    display: block;
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }
  .pet--header__txt h1 em {
    display: block;
    font-size: 8vw;
  }
  .pet--header__txt h1 span {
    display: block;
    margin: 1em 0 0 0.25em;
    font-size: 3.2vw;
  }
  .pet--header__txt h1::after {
    width: 8vw;
    border-top-width: 2px;
  }
  .pet--header__txt p {
    font-size: 3.6vw;
  }
}
.pet--copy {
  width: min(90%, 785px);
  margin: 0 auto 50px;
  display: flex;
}
.pet--copy__txt {
  flex: 1;
  line-height: 1.8;
  font-size: 1.4em;
}
.pet--copy__img {
  width: 28.025477707%;
  margin-left: 5.7324840764%;
}
@media (max-width: 567px) {
  .pet--copy {
    display: block;
    margin-bottom: 10vw;
  }
  .pet--copy__txt {
    font-size: 1em;
  }
  .pet--copy__img {
    width: 100%;
    margin: 5vw 0 0;
  }
}
.pet--sec {
  width: min(90%, 785px);
  margin: 25px auto 0;
  display: flex;
  align-items: center;
  border: solid 1px #CBCBCB;
  background: url(../img/pet/bg_green.png) center center/cover no-repeat;
}
.pet--sec__heading {
  width: 25%;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.pet--sec__heading em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: normal;
}
.pet--sec__heading span {
  display: block;
  margin-top: 0.5em;
  font-weight: normal;
  font-size: 0.93em;
}
.pet--sec__inner {
  flex: 1;
  padding: 35px 0;
  background-color: #fff;
  line-height: 1.6;
  font-size: 1.4em;
  color: #666;
}
.pet--sec__list01 {
  display: flex;
}
.pet--sec__list01 li {
  width: 50%;
  text-align: center;
}
.pet--sec__list01 li:first-child {
  border-right: solid 1px #CBCBCB;
}
.pet--sec__list01 li > * {
  display: block;
}
.pet--sec__list01 li span {
  font-size: 1.28em;
  font-weight: bold;
}
.pet--sec__list01 li em {
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: 2em;
  font-weight: bold;
  color: #349134;
}
.pet--sec__list02 {
  padding: 0 55px;
}
.pet--sec__list02 dt {
  font-family: "Noto Serif JP", serif;
  font-size: 2em;
  font-weight: bold;
  color: #349134;
}
.pet--sec__list02 dd span {
  display: inline-block;
}
.pet--sec__list03 {
  padding: 0 35px;
  display: flex;
  flex-wrap: wrap;
}
.pet--sec__list03 dt {
  position: relative;
  width: 36px;
  height: 80px;
  background-color: #349134;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.pet--sec__list03 dt:not(:last-of-type) {
  margin-bottom: 38px;
}
.pet--sec__list03 dt:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: calc(50% - 6px);
  width: 12px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #000;
}
.pet--sec__list03 dd {
  position: relative;
  width: calc(100% - 36px - 10px);
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.pet--sec__list03 dd:not(:last-of-type) {
  margin-bottom: 38px;
}
.pet--sec__list03 dd:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: solid 1px #CBCBCB;
}
.pet--sec__list03 dd span {
  width: 52px;
  margin: 0 10px;
}
.pet--sec__list03 dd p {
  flex: 1;
}
@media (max-width: 567px) {
  .pet--sec {
    display: block;
    margin-top: 5vw;
  }
  .pet--sec__heading {
    width: 100%;
    padding: 5%;
  }
  .pet--sec__heading em {
    font-size: 6vw;
  }
  .pet--sec__heading em br.forpc {
    display: none;
  }
  .pet--sec__heading span {
    font-size: 0.6em;
  }
  .pet--sec__inner {
    width: 100%;
    padding: 5% 0;
    font-size: 1em;
  }
  .pet--sec__list01 li span {
    font-size: 1em;
  }
  .pet--sec__list01 li em {
    font-size: 1.8em;
  }
  .pet--sec__list02 {
    padding: 0 10%;
  }
  .pet--sec__list03 {
    padding: 0 5%;
  }
  .pet--sec__list03 dt {
    position: relative;
    width: 2em;
    height: auto;
  }
  .pet--sec__list03 dd {
    padding: 10px 0;
  }
  .pet--sec__list03 dd span {
    margin: 0 10px 0 5px;
  }
}
.pet--notice {
  margin-top: 60px;
  background-image: none;
  background-color: #F9C228;
}
.pet--notice__heading span {
  margin: 0;
  font-size: 1.28em;
  color: #666;
}
.pet--notice__inner {
  padding: 10px 30px;
}
.pet--notice__list li {
  position: relative;
  padding-left: 1em;
}
.pet--notice__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media (max-width: 567px) {
  .pet--notice {
    margin-top: 10vw;
  }
  .pet--notice__heading {
    padding: 0.875rem;
  }
  .pet--notice__heading span {
    font-size: 0.875rem;
  }
  .pet--notice__inner {
    padding: 5% 3%;
  }
}
.pet--button a {
  display: block;
  width: min(80%, 385px);
  margin: 65px auto 0;
}
.pet--button a img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
@media (max-width: 567px) {
  .pet--button a {
    margin-top: 15vw;
  }
}/*# sourceMappingURL=pet.css.map */