@charset "UTF-8";
/*トップタイトル
---------------------*/
.child-mv__heading {
  font-size: 60px;
}
@media only screen and (max-width: 1024px) {
  .child-mv__heading {
    font-size: 30px;
  }
}

.child-mv__img figcaption {
  background: none;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .child-main-copy {
    font-size: 20px;
  }
}

.mainContentArea.detail:before {
  content: none;
}

.topTitle {
  position: relative;
}

.topTitleArrow {
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-animation: fadeInAndTranslate 1s;
          animation: fadeInAndTranslate 1s;
}
@media only screen and (max-width: 1024px) {
  .topTitleArrow {
    width: 60%;
  }
}

.content-wrap {
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .content-wrap {
    width: 93%;
  }
}

/*メインコンテンツ
----------------------*/
.mainContentArea {
  padding-top: 58px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 800px) {
  .mainContentArea {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.tatoH5 {
  color: #1c96ab;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 800px) {
  .tatoH5 {
    font-size: 23px;
  }
}

h3 {
  color: #1c96ab;
  font-size: 33px;
  line-height: 2.1;
  font-weight: bold;
}

h3 strong {
  font-size: 160%;
}

.h3-01 {
  position: absolute;
  top: -90px;
  left: 50%;
  margin-left: -318px;
}

h4 {
  line-height: 1.5;
}

h4 span {
  background: #fffec8;
  color: #000;
  padding: 2px;
  font-size: 30px;
  font-weight: bold;
}

.dog {
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -76px;
  z-index: 100;
}

figure {
  position: relative;
}

figcaption {
  background: #000;
  color: #FFF;
  padding: 1px 5px 2px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.ldlP {
  font-size: 17px;
  line-height: 2;
}

.bgy {
  background: #fffde7;
  padding: 60px 0 80px;
}

.cap {
  font-size: 10px;
}

@media only screen and (max-width: 767px) {
  .mainVis {
    margin-bottom: 40px;
  }
  h3 {
    color: #1c96ab;
    font-size: 21px;
    line-height: 1.5;
    font-weight: bold;
  }
  h3 strong {
    font-size: 160%;
  }
  h4 span {
    background: #fffec8;
    color: #000;
    padding: 2px;
    font-size: 20px;
    font-weight: bold;
  }
  h6 {
    width: 70px;
  }
  .ldlP {
    font-size: 13px;
  }
  .bgy {
    background: #fffde7;
    padding: 40px 0;
  }
  .cap {
    font-size: 10px;
  }
}
.tab-list, .tab-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 255, 255, 0.9333333333);
  color: #1c96ab;
  width: 420px;
  margin: 0 auto 40px;
}

.tab-list li, .tab-list2 li {
  font-size: 1.6rem;
  width: 48%;
  text-align: center;
  padding: 10px;
  border: 1px solid #1c96ab;
  line-height: 1.3;
  position: relative;
}

.tab-list li:hover, .tab-list2 li:hover {
  cursor: pointer;
  opacity: 0, 6;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  background: #1c96ab;
  color: #fff;
}

.tab-list li.active, .tab-list2 li.active {
  background: #1c96ab;
  color: #fff;
}

.tab-list li span, .tab-list2 li span {
  font-weight: bold;
  font-size: 2rem;
}

.tab-content, .tab-content2 {
  display: none;
  background: #fff;
  padding: 0px 0px 0px;
}

.tab-content.open, .tab-content2.open {
  display: block;
}

.tab-list li:after, .tab-list2 li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #1c96ab;
  display: none;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tab-list li.active:after, .tab-list2 li.active:after {
  border-top: 16px solid #1c96ab;
}

/* ================ Media ================ */
@media only screen and (max-width: 767px) {
  .tab-list, .tab-list2 {
    width: 300px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 20px;
  }
  .tab-list li, .tab-list2 li {
    padding: 10px 0;
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .mainVis {
    margin-bottom: 40px;
  }
  .tab-list li:hover, .tab-list2 li:hover {
    cursor: pointer;
    opacity: 0, 6;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    background: #1c96ab;
    color: #fff;
  }
  .tab-list li.active, .tab-list2 li.active {
    background: #1c96ab;
    color: #fff;
  }
  .tab-list li span, .tab-list2 li span {
    font-weight: bold;
    font-size: 22px;
  }
}
.rel {
  position: relative;
}