@charset "URF-8";

:root {
  --green: #00743F;
  --light-green: #8EC31E;
  --green-bg: #e8f3d2;
  --yellow: #F9DD4A;
  --orange: #F39700;
  --blue: #034098;
}

.txt-mente {
  position: absolute;
  top: 4.75rem;
  right: -10rem;
  border: solid 1px #f2855e;
  font-size: 14px;
  text-align: center;
  padding: 5px 10px;
}

@media only screen and (max-width: 640px) {
  .txt-mente {
    position: static;
    margin-bottom: 20px;
  }
}

/* ボタン ------------------------------------------------*/
.btn.shadow.btn-green-link {
  background: var(--green) !important;
  color: #fff;
  border: 2px solid var(--green) !important;
}

.btn.shadow.btn-green-link:hover {
  color: var(--green) !important;
  background-color: #fff !important;
}

.btn.shadow.btn-orange-link {
  background: var(--orange) !important;
  color: #fff;
  border: 2px solid var(--orange) !important;
}

.btn.shadow.btn-orange-link:hover {
  color: var(--orange) !important;
  background-color: #fff !important;
}

.btn.shadow.btn-lightgreen-link {
  background: var(--light-green) !important;
  color: #fff;
  border: 2px solid var(--light-green) !important;
}

.btn.shadow.btn-lightgreen-link:hover {
  color: var(--light-green) !important;
  background-color: #fff !important;
}

/* タブメニュー ------------------------------------------------*/
div#anc-tab {
  padding-top: 50px;
  max-width: 1100px;
}

div#anc-tab.current-before {
  border-bottom: 3px solid #034098;
}

div#anc-tab.current-after {
  border-bottom: 3px solid #00743F;
}

.tab-group.row {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.tab-group.row li {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 5px 12px;
  width: 47%;
  text-align: center;
  border: 2px solid #444;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  transition: all 0.3s;
}

.tab-group.row li a {
  display: block;
  width: 100%;
  color: #444;
  cursor: pointer;
}

.tab-group.row li.current-before {
  /* 現在のページが旧ページだった場合のボタンデザイン */
  background-color: #034098;
  border: 2px solid #034098;
  box-shadow: 0px 0 6px rgba(0, 0, 0, .3);
}

.tab-group.row li.current-before a {
  color: #fff;
}

.tab-group.row li.current-after {
  /* 現在のページ新ページだった場合のボタンデザイン */
  background-color: #00743F;
  border: 2px solid #00743F;
  box-shadow: 0px 0 6px rgba(0, 0, 0, .3);
}

.tab-group.row li.current-after a {
  color: #fff;
}

.tab-group.row li.current-before a:hover,
.tab-group.row li.current-after a:hover {
  opacity: 1;
  cursor: initial;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  div#anc-tab {
    padding-top: 20px;
  }  
  div#anc-tab .container-inner {
    padding: 0 10px;
  }
  .tab-group.row li {
    font-size: 14px;
    padding: 7px;
    width: 49%;
    display: flex;
    align-items: center;
  }
  
}

/* before ------------------------------------------------*/
section#recommend {
  height: 700px;
}

@media only screen and (max-width: 640px) {
  section#recommend {
    height: initial;
  }
}

/* after ------------------------------------------------ */
/* タイトル */
h2.sec_ttl {
  font-size: 32px;
    color: var(--green);
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
}

#about {
  background-color: var(--green-bg);
}

.about_underline {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: var(--orange);
}

@media only screen and (max-width: 640px) {
  h2.sec_ttl {
    font-size: 18px;
  }
}

/* plan ------------------------------------------------ */
#plan {
  background-color: var(--green-bg);
}

.plan_ttl {
  width: 450px;
}

@media only screen and (max-width: 640px) {
  .plan_ttl {
    width: 300px;
  }
}

/* table */
.bg_f {
  background-color: #00743F;
}

.bg_p {
  background-color: #F39700;
}

.bg_s {
  background-color: #a5609e;
}

.comparison_tbl {
  width: 100%;
}

.comparison_tbl tr>*,
.comparison_tbl td>span {
  font-weight: bold;
}

/* テーブル一番上プラン */
.comparison_heading th {
  width: 23%;
  background-color: transparent !important;
  text-align: center;
}

.comparison_heading th:nth-child(1) {
  border-right: none;
  width: 30px;
}

.comparison_heading th:nth-child(2) {
  border-right: none;
  width: auto;
}

.comparison_heading th:nth-child(3),
.comparison_heading th:nth-child(4) {
  border-right: solid 2px transparent;
}

.comparison_heading th div {
  display: table-cell;
  width: 329px;
  height: 60px;
  vertical-align: middle;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
}

@media (min-width: 541px) {
  .comparison_heading th div br {
    display: none;
  }
}

/* テーブル下部内容 */
.comparison_tbl th,
.comparison_tbl td {
  height: 55px;
  border-right: solid 2px #DEE7E9;
  border-bottom: solid 2px #DEE7E9;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
}


.comparison_tbl .atten_item {
  position: relative;
  display: inline-block;
}

.comparison_tbl .atten_item em {
  position: absolute;
  bottom: -8px;
  right: -25px;
}

.comparison_tbl th.none,
.comparison_tbl th.ttl {
  border-right: none;
  border-left: solid 2px #DEE7E9;
}

.comparison_tbl th.none,
.comparison_tbl th.none+th,
.comparison_tbl th:first-child,
.comparison_tbl th.ttl+th {
  background-color: #F1F5F6;
  padding-left: 20px;
  text-align: left;
}

.comparison_tbl th.ttl {
  background-color: #E6EFF1;
  border-right: none;
  padding-left: 0;
  text-align: center;
}

.comparison_tbl th.ttl p {
  writing-mode: tb-rl;
  /* IE用 */
  writing-mode: vertical-rl;
  /* Chrome、Firefox用 */
  margin: 0 auto;
  white-space: nowrap;
  width: 1em;
  /* firefox対策 */
  line-height: 1em;
  /* firefox対策 */
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  /* 標準ブラウザ用 */
  font-weight: bold;
}

.comparison_tbl td img {
  width: 30px;
  display: block;
  margin: auto;
}


.atten_list {
  margin: 15px 0 0;
  text-align: left;
  font-size: .85rem;
}

.atten_list li {
  margin: 5px 0 0;
}



@media screen and (max-width: 799px) {

  .comparison_tbl tr>*,
  .comparison_tbl th div {
    font-size: 12px;
  }

  .comparison_tbl td.ttl {
    font-size: 10px;
  }

  .comparison_tbl th:first-child {
    width: 10px;
  }

  .comparison_tbl td.none+td {
    padding-left: 0;
  }

  .comparison_tbl td.ttl+td,
  .comparison_tbl td:not(.ttl):first-child {
    padding-left: 10px;
  }

  .comparison_tbl td>span {
    width: 115%;
    position: relative;
    left: -16px;
    display: block;
    font-weight: bold;
  }

  .comparison_tbl td img {
    width: 25px;
  }

  .comparison_tbl th.none,
  .comparison_tbl th.none+th,
  .comparison_tbl th:first-child,
  .comparison_tbl th.ttl+th {
    padding-left: 5px;
  }
}

/* point ------------------------------------------------ */
#point {
  background-color: #e9e4d6;
}

.point_item {
  position: relative;

}

.point_card {
  background-color: #fff;
  border: 1px solid var(--light-green);
  border-right: 70px solid var(--light-green);
  padding: 20px;
  display: flex;
  margin-bottom: 30px;
  min-height: 200px;
  position: relative;
  z-index: 999;
}
.point_item:last-child .point_card {
  margin-bottom: 0;
}
.point_shadow {
  display: block;
  width: 100%;
  height: 62%;
  position: absolute;
  bottom: 0px;
  right: -9px;
  transform: rotate(7deg);
  background-color: rgba(0, 0, 0, .1);
  filter: blur(10px);
}

.point_num {
  background-color: var(--light-green);
  border-radius: 50%;
  margin-right: 20px;
  width: 85px;
  height: 85px;
  line-height: 1.1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.point_num p {
  color: #fff !important;
  font-size: 32px;
  font-weight: bold;
}

.point_num span {
  font-size: 18px;
  display: block;
}

.point_content h3 {
  color: var(--green);
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.point_line {
  font-size: 32px;
  text-decoration: underline;
  text-decoration-thickness: 15px;
  text-decoration-color: var(--yellow);
  text-underline-offset: -7px;
  text-decoration-skip-ink: none;
}

.point_content p {
  max-width: 700px;

}

.point_note {
  font-size: 15px;
  color: #666;
  margin-top: 10px;
  display: block;
}

/* ポイント2枚目 */
.point_item:nth-child(2) {
  position: relative;
}

.point_item:nth-child(2) .point_content p {
  width: 78%;
}

.point_item:nth-child(2) .point_cardimg {
  position: absolute;
  right: -82px;
  top: 28%;
  transform: rotate(8deg);
}

.point_item:nth-child(2) .point_cardimg img {
  width: 265px;
}

/* ポイントビデオ */
#petAfter .frame-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.point_video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.point_video img {
  max-width: 701px;
  position: absolute;
  z-index: +1;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .point_card {
    padding: 45px 5px 20px 10px;
    border-right: 30px solid var(--light-green);
    min-height: initial;
  }

  .point_content h3 {
    font-size: 16px;
    line-height: 1.4;
  }

  .point_line {
    font-size: 22px;
    text-decoration-thickness: 13px;
    text-underline-offset: -9px;
  }

  .point_num {
    position: absolute;
    top: -25px;
    left: -7px;
    width: 70px;
    height: 70px;
  }

  .point_item:nth-child(2) .point_content p {
    width: 100%;
  }

  .point_video img {
    max-width: 96%;
  }

  .point_note {
    font-size: 14px;
  }
}

/* pamf  ------------------------------------------------ */
.pamf_note li {
  margin-bottom: 8px;
}
.pamf_note li:last-child {
  margin-bottom: 0px;
}
.pamf_note a {
  text-decoration: underline;
  color: var(--green);
}

@media only screen and (max-width: 640px) {}

/* faq ------------------------------------------------ */
#faq {
  background-color: var(--green-bg);
}

.faq_ttl img {
  width: 300px;
}

.faq_item {
  border: 2px solid var(--green);
  border-radius: 10px;
  background: #fff;
  padding-right: 5px;
  padding-left: 10px;
  padding-top: 15px;
  margin-bottom: 15px;
  position: relative;

}

.faq_item:last-child {
  border-bottom: 2px solid var(--green);
}

#faq .acc-trigger:before,
#faq .acc-trigger:after {
  display: none;
}
.faq_item .acc-trigger {
  display: flex;
  align-items: center;
}
.faq_item .acc-trigger p,
.faq_a p {
    width: 90%;
    margin-bottom: 0;
}
.faq_icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: var(--green);
  color: #fff;
  font-weight: bold;
  margin-right: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

.faq_icon-a {
  background: var(--orange);
}

.faq_a {
  display: block;
  padding-top: 15px;
  padding-bottom: 20px;
  border-top: 1px solid #ddd;
}
.a_inner {
  display: flex;
}
.faq_a a {
  color: var(--green);
  text-decoration: underline;
}
#faq .fa-chevron-down {
  position: absolute;
  top: 26%;
  right: 7px;
}
#faq .fa-chevron-down:before {
  color: var(--green);
}
#faq .acc-trigger.open .fa-chevron-down {
  transform: rotate(180deg);
}
@media only screen and (max-width: 640px) {
  .faq_item {
    padding-left: 5px;
  }
  .faq_icon {
    margin-right: 8px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .faq_item .acc-trigger p,
.faq_a p {
  width: 80%;
}
}


/* btnlist ------------------------------------------------ */
#btnlist {
  /* background-color: var(--green-bg); */
}

.pet_gotop.btn.icon-arrow-right:before,
.pet_gotop.btn.icon-arrow-right:after {
  display: none;
}
#product-page .pet_gotop.btn.shadow:hover {
  color: var(--green);
  border-color: var(--green);
  opacity: 1;
}
@media only screen and (max-width: 640px) {}


/*  ------------------------------------------------ */

@media only screen and (max-width: 640px) {}

/*  ------------------------------------------------ */

@media only screen and (max-width: 640px) {}