@charset "UTF-8";

main {
  padding: 0 5.33vw min(11.79487vw, 69px);
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #333;
  font-feature-settings: "halt";
}


.coco__head {
  width: 1080px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .coco__head {
    width: 100%;
    height: auto;
    margin: auto;
  }
}
.coco__head picture img {
  width: 300px;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .coco__head picture img {
    width: 200px;
  }
}
.coco__head h1 {
  margin-top: 1em;
  font-size: .3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .coco__head h1 {
    font-size: clamp(.18rem, 2.6075619296vw, .22rem);
  }
}
.coco__head h1 strong {
  color: #E97132;
}
.coco__head h1 + p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .coco__head h1 span {
    display: block;
  }
}
.coco__head p {
  font-size: .16rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .coco__head p {
    font-size: clamp(.14rem, 2.0860495437vw, .18rem);
  }
}
.coco__head nav {
  margin-top: 2em;
}
.coco__head nav ul {
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .coco__head nav ul {
    display: flex;
    justify-content: center;
  }
}
.coco__head nav ul li {
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .coco__head nav ul li:not(:first-of-type) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .coco__head nav ul li:not(:first-of-type) {
    margin-top: 20px;
  }
}
.coco__head nav ul li a {
  width: 300px;
  height: auto;
  padding: 0.5em;
  background-color: #FFC247;
  border-radius: 10px;
  display: inline-block;
  font-size: .2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s linear;
}
@media screen and (max-width: 767px) {
  .coco__head nav ul li a {
    width: 100%;
    font-size: clamp(.16rem, 2.3468057366vw, .2rem);
  }
}
.coco__head nav ul li a:hover {
  background-color: #e6ad3c;
}
.coco__body {
  width: 1080px;
  height: auto;
  margin: auto;
  padding-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .coco__body {
    width: 100%;
    height: auto;
    margin: auto;
    padding-bottom: 2.5em;
  }
}
.coco__body > h2 {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 10px dotted #FFC247;
  font-size: .26rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .coco__body > h2 {
    font-size: clamp(.18rem, 2.6075619296vw, .22rem);
  }
}
.coco__body > p {
  margin-top: 2em;
  font-size: .16rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .coco__body > p {
    font-size: clamp(.14rem, 2.0860495437vw, .18rem);
  }
}
.coco__body > section {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .coco__body > section {
    margin-top: 3em;
  }
}
.coco__body > section:nth-of-type(odd) h3::before {
  background-image: url(../img/nittoku_coco/icon_dog.svg);
}
.coco__body > section:nth-of-type(even) h3::before {
  background-image: url(../img/nittoku_coco/icon_cat.svg);
}
.coco__body > section h3 {
  padding: 0.25em 1em 0.25em calc(50px + 0.25em);
  background-color: #FFC247;
  border-radius: 5px;
  position: relative;
  font-size: .2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .coco__body > section h3 {
    padding: 0.25em 1em 0.25em calc(40px + 0.25em);
    font-size: clamp(.16rem, 2.3468057366vw, .2rem);
  }
}
.coco__body > section h3::before {
  content: "";
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .coco__body > section h3::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
.coco__body > section h3 + h4 {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .coco__body > section h3 + h4 {
    margin-top: 1em;
  }
}
.coco__body > section h3 + p {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .coco__body > section h3 + p {
    margin-top: 1em;
  }
}
.coco__body > section h4 {
  font-size: .16rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .coco__body > section h4 {
    font-size: clamp(.14rem, 2.0860495437vw, .18rem);
  }
}
.coco__body > section h4 + p {
  margin-top: 0.5em;
}
.coco__body > section p {
  font-size: .16rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .coco__body > section p {
    font-size: clamp(.14rem, 2.0860495437vw, .18rem);
  }
}
.coco__body > section p.date {
  text-align: right;
}
.coco__body > section p + h4 {
  margin-top: 1.5em;
}
.coco__body > section p + ul {
  margin-top: 0.5em;
  padding-left: 2em;
  font-size: .15rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .coco__body > section p + ul {
    font-size: clamp(.14rem, 2.0860495437vw, .18rem);
  }
}
.coco__body > section p + ul li {
  list-style: disc;
}

.coco__body > section table, .coco__body > section td, .coco__body > section th {
  border: 2px solid #FFC247;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .coco__body > section > ul {
    padding-left: 1em;
  }
}
.coco__body > section table {
  width: 100%;
  height: auto;
  margin-top: 1em;
}
.coco__body > section table thead tr th {
  padding: 0.5em 1em;
  font-size: .16rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .coco__body > section table thead tr th {
    padding: 0.5em;
    font-size: clamp(.12rem, 1.8252933507vw, .16rem);
  }
}
.coco__body > section table thead tr td {
  padding: 0.5em 1em;
  font-size: .16rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .coco__body > section table thead tr td {
    padding: 0.5em;
    font-size: clamp(.12rem, 1.8252933507vw, .16rem);
  }
}
.coco__body > section table tbody tr th {
  padding: 0.5em 1em;
  font-size: .16rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .coco__body > section table tbody tr th {
    padding: 0.5em;
    font-size: clamp(.12rem, 1.8252933507vw, .16rem);
  }
}
@media screen and (max-width: 767px) {
  .coco__body > section table tbody tr th span {
    display: block;
  }
}
.coco__body > section table tbody tr td {
  padding: 0.5em 1em;
  font-size: .16rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .coco__body > section table tbody tr td {
    padding: 0.5em;
    font-size: clamp(.12rem, 1.8252933507vw, .16rem);
  }
}
.coco__body > section table tbody tr td ul {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .coco__body > section table tbody tr td ul {
    padding-left: 1.5em;
  }
}
.coco__body > section .flex {
  margin-top: 2em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.coco__body > section .flex picture img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .coco__body > section .flex picture img {
    width: 140px;
  }
}
.coco__body > section .flex p {
  margin-left: 2em;
}