@charset "utf-8";

/*------------------------------------------------------------------------------
font
------------------------------------------------------------------------------*/

html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}


/* IE10以降 游ゴシック文字ずれ対応 */

html.ie,
html.ie input,
html.ie textarea,
html.ie select,
html.ie button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

/*------------------------------------------------------------------------------
reset
------------------------------------------------------------------------------*/

html {
  background: #fff;
  color: #444;
  font-size: 14px;
  line-height: 1.8;
  word-break: break-word;
}

html.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

body {
  background: #fff;
  margin: 0;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #444;
  text-decoration: none;
}

::selection {
  background: #fff3f4;
}

::-moz-selection {
  background: #fff3f4;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#wrapper,
.outer-block {
  min-width: 320px;
}

#wrapper {
  overflow: hidden;
}

.inner-block {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: auto;
}

main .inner-block {
  padding: 40px 20px;
}

.ib {
  display: inline-block;
}

.pc {
  display: none !important;
}

.pc-ib {
  display: none !important;
}

.sp {
  display: block !important;
}

.sp-ib {
  display: inline-block !important;
}


/*------------------------------------------------------------------------------
common-parts
------------------------------------------------------------------------------*/

/* title
----------------------------------------*/

.c-ttl-center {
  margin-bottom: 30px;
  text-align: center;
}

.c-ttl01 {
  color: #3e7224;
  font-size: 0;
  margin-bottom: 30px;
  text-align: center;
}

.c-ttl01 .inn {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 16px;
  position: relative;
}

.c-ttl01 .inn::before {
  background: #3e7224;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.c-ttl02 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}

/* text
----------------------------------------*/

.color-red {
  color: #dd513d;
}

.color-orange {
  color: #e88502;
}

.color-green {
  color: #3e7224;
}

.c-txt {
  font-size: 14px;
  margin: 20px 0;
}

.c-txt:first-child {
  margin-top: 0;
}

.c-txt:last-child {
  margin-bottom: 0;
}

.c-txt + .c-txt {
  margin-top: -10px;
}

[class*=c-note] {
  font-size: 10px;
  line-height: 1.5;
  margin-top: 40px;
}

[class*=c-note] + [class*=c-note] {
  margin-top: 5px;
}

.c-note {
  padding-left: 1em;
  text-indent: -1em;
}

.c-note-num {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.c-note-right {
  text-align: right;
}

sup {
  color: #444;
  font-size: 10px;
  font-weight: normal;
  vertical-align: text-top;
}

/* button
----------------------------------------*/

.btn-area {
  background: #efebdd;
  font-size: 0;
  text-align: center;
}

.btn-area .inner-block {
  padding: 15px 10px;
}

.btn-area .c-btn01 {
  display: inline-block;
  vertical-align: top;
}

.btn-area .c-btn01 + .c-btn01 {
  margin-left: 10px;
}

.c-btn01 {
  background: no-repeat 70% center / contain;
  border-radius: 4px;
  display: inline-block;
  font-size: 0;
  padding: 0 20px 0 50px;
  position: relative;
  height: 65px;
}

.c-btn01::before {
  background: no-repeat center center / contain;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8.1%;
  width: 26px;
  height: 26px;
}

.c-btn01.document {
  background-color: #66a417;
  background-image: url(../img/btn_document.svg);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3),inset 0px -4px 8px 0px rgba(98, 157, 23, 0.004),inset 0px 4px 8px 0px rgba(107, 172, 25, 0.004);
}
.c-btn01.document::before {
  background-image: url(../img/ico_document.svg);
}

.c-btn01.simulation {
  background-color: #e88502;
  background-image: url(../img/btn_simulation.svg);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3),inset 0px -4px 8px 0px rgba(225, 129, 2, 0.004),inset 0px 4px 8px 0px rgba(240, 137, 1, 0.004);
}
.c-btn01.simulation::before {
  background-image: url(../img/ico_simulation.svg);
}

@media print, screen and (max-width: 767px) {
  .c-btn01.document {
    width: 45%;
    max-width: 182px;
  }

  .c-btn01.simulation {
    width: calc(55% - 10px);
    max-width: 212px;
  }
}

/*------------------------------------------------------------------------------
header
------------------------------------------------------------------------------*/

.header .logo {
  display: flex;
  align-items: center;
  height: 55px;
}

.header .logo .img01 {
  height: 30px;
  margin-right: 18px;
}

.header .logo .img02 {
  height: 23px;
}

/* btn menu
----------------------------------------*/

.btn-menu {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15),inset 0px -2px 4px 0px rgba(201, 201, 201, 0.3);
  overflow: hidden;
  position: fixed;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  z-index: 200;
}

.btn-menu .inn {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 15px;
  height: 14px;
}

.btn-menu .line,
.btn-menu .line:nth-of-type(2)::after {
  background-color: #66a417;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: .5s cubic-bezier(0, .5, .3, 1);
  transition: .5s cubic-bezier(0, .5, .3, 1);
}

.btn-menu .line:nth-of-type(1) {
  top: 0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.btn-menu .line:nth-of-type(3) {
  top: 12px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.btn-menu .line:nth-of-type(2) {
  top: 6px;
}

.btn-menu .line:nth-of-type(2)::after {
  top: 0;
  content: '';
}

.btn-menu .line:nth-of-type(1),
.btn-menu .line:nth-of-type(3) {
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.btn-menu.is-open .line:nth-of-type(1),
.btn-menu.is-open .line:nth-of-type(3) {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.btn-menu.is-open .line:nth-of-type(2),
.btn-menu.is-open .line:nth-of-type(2)::after {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.btn-menu.is-open .line:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-menu.is-open .line:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


/*------------------------------------------------------------------------------
nav
------------------------------------------------------------------------------*/

@media print, screen and (max-width: 767px) {
  #menu-bg {
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110vh;
    z-index: 101;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }

  #menu-bg.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  #nav {
    background: #fff;
    opacity: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 220px;
    height: 100%;
    z-index: 102;

    -webkit-transition: 1s cubic-bezier(0.2, 1, 0.2, 1);
    transition: 1s cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  #nav.is-open {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  #nav::-webkit-scrollbar {
    width: 2px;
  }

  #nav::-webkit-scrollbar-track {
    background: transparent;
    border: none;
    box-shadow: none;
  }

  #nav::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: none;
  }

  #nav .inner {
    height: 100%;
  }

  .nav-list {
    padding: 55px 0;
  }

  .nav-list a {
    color: #66a417;
    display: block;
    line-height: 46px;
    padding: 0 20px;
  }

  .nav-list li {
    opacity: 0;
  }

  .is-open .nav-list li {
    -webkit-animation: fadeInLeft 1s cubic-bezier(0.2, 1, 0.2, 1) forwards;
    animation: fadeInLeft 1s cubic-bezier(0.2, 1, 0.2, 1) forwards;
  }
}

/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/
/*
.footer .company .inner-block {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer .company .logo {
  font-size: 0;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .footer .company .logo img {
    height: 30px;
  }
}

.footer .company .group {
  margin: 22px 0;
  text-align: center;
}

.footer .company .tel {
  line-height: 1;
  text-align: center;
}

.footer .company .tel a {
  background: url(../img/ico_tel.svg) no-repeat left center / contain;
  color: #e88502;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 54px;
}

.footer .company .tel .small {
  display: block;
  font-size: 10px;
  margin-top: 6px;
}

.footer .sitemap {
  background: #f9eede;
}

.footer .sitemap .inner-block {
  padding-top: 12px;
  padding-bottom: 20px;
}

.footer .sitemap ul {
  font-size: 0;
}

.footer .sitemap li {
  display: inline-block;
  font-size: 12px;
  line-height: 1.1;
  margin-top: 8px;
}

.footer .sitemap li + li {
  border-left: 1px solid #444;
  margin-left: 0.8em;
  padding-left: 0.8em;
}

.footer .sitemap .copyright {
  font-size: 10px;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
}*/

footer {
  background: #f2f2f2;
  border-top: 1px solid #cccccc;
  padding-top: 70px;
  padding-bottom: 70px;
}
footer .inr {
  background: none;
  width: 746px;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
    overflow: hidden;
}
.text_ftr {
  background: url(../img/bg_footer.png) no-repeat;
  height: 154px;
  width: 454px;
  float: left;
}
.text_ftr p {
  font-size: 12px;
  line-height: 26px;
  font-weight: bold;
  text-align: left;
  margin: 26px 0px 0px 26px;
  letter-spacing: 0.01em;
}
.logo_ftr {
  width: 254px;
  float: right;
}
.copyright {
  font-size: 9px;
  text-align: center;
  letter-spacing: 0.07em;
}

footer #pageup {
  position: fixed;
  bottom: 160px;
  right: 50px;
  z-index: 100;
  cursor: pointer;
}

/* pagetop
----------------------------------------*/

#pagetop {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 97;
}

#pagetop a {
  background: url(../img/arrow_top.svg) no-repeat center center / 12px auto #83b741;
  border-radius: 50%;
  display: block;
  font-size: 0;
  opacity: 0.7;
  position: relative;
  width: 40px;
  height: 40px;
}

#pagetop a:hover {
  opacity: 1;
}

/*------------------------------------------------------------------------------
main-visual
------------------------------------------------------------------------------*/

.main-visual {
  background: url(../img/mv/bg.jpg) no-repeat center top / cover;
}

.main-visual .inner-block {
  padding: 0 0 10px;
}

/*.main-visual .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 51.5vw;
}*/

/*.main-visual .vets {
  background: #fff;
  border-radius: 100px 0 0 100px;
  box-shadow: 0px 2px 11px 4px rgba(0, 0, 0, 0.1);
  margin: 6.7vw 0 0 auto;
  opacity: 0.85;
  padding: 4.3vw 5.4vw;
  width: 58.7vw;
}*/

/*------------------------------------------------------------------------------
thought
------------------------------------------------------------------------------*/

.thought .inner-block {
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .thought .inner-block {
    padding-top: 40px;
    padding-bottom: 55px;
  }
}

/*------------------------------------------------------------------------------
recommend
------------------------------------------------------------------------------*/

.recommend {
  background: #e2f0d9;
  position: relative;
  margin-bottom: 40px;
}

.recommend::before {
  content: "";
  margin: auto;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 25px 40px;
  border-color: transparent transparent #e2f0d9 transparent;
}

.recommend .inner-block {
  padding-top: 30px;
  padding-bottom: 20px;
}

.recommend .vets .img {
  margin: 0 auto 20px;
  width: 133px;
}

.recommend .vets .img .txt-feature {
  font-size: 20px;
  font-weight: bold;
  color: #dd513d;
  margin-top: 10px;
}

.recommend .vets .txt {
  font-size: 13px;
}

.recommend .vets .txt strong {
  color: #3e7224;
}

.recommend .vets .txt-op {
  font-size: 10px;
  margin-top: 5px;
}

.recommend .vets .txt-op .logo {
  display: inline-block;
  margin: 0 3px;
  width: 60px;
}

.recommend .doctor {
  background: #fff;
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 0 25px;
  padding: 20px 0 20px 15px;
  position: relative;
}

.recommend .doctor::before {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 20px;
  height: 100%;
}

.recommend .doctor .img {
  background: #ebf8ff;
  border-radius: 50%;
  overflow: hidden;
  width: 80px;
  height: 80px;
  flex: none;
}

.recommend .doctor .txt-wrap {
  padding-left: 15px;
}

.recommend .doctor .point {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.recommend .doctor .point li {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #fff;
  background: #3e7224;
  border-radius: 5px;
  padding: 5px;
  margin: 0 5px 5px 0;
}

.recommend .doctor .txt {
  line-height: 1.6;
  margin-bottom: 10px;
}

.recommend .doctor .txt span {
  font-weight: bold;
}

.recommend .doctor .info {
  font-size: 11px;
  line-height: 1.6;
}

.recommend .doctor .info .large {
  font-size: 14px;
}

/*------------------------------------------------------------------------------
banner-price
------------------------------------------------------------------------------*/

.banner-price .inner-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner-price .box {
  border: 6px solid #e2f0d9;
  padding: 20px 15px 15px;
  text-align: center;
}

.banner-price .ttl {
  color: #3e7224;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}

.banner-price .price {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.banner-price .price .small {
  font-size: 20px;
}

.banner-price .type {
  font-size: 12px;
  line-height: 1;
  margin: 6px 0 15px;
}

.banner-price .btn {
  font-size: 0;
}

@media print, screen and (max-width: 767px) {
  .banner-price .btn .c-btn01 {
    width: 185px;
  }
}

/*------------------------------------------------------------------------------
features
------------------------------------------------------------------------------*/

.features {
  text-align: center;
}

.features .txt {
  font-size: 0;
}

.features-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}

@media print, screen and (max-width: 767px) {
  .features-list li {
    width: calc(50% - 5px);
  }

  .features-list li:nth-child(n+3) {
    margin-top: 10px;
  }
}

.features-list li a {
  border: 1px solid #3e7224;
  border-radius: 50%;
  display: block;
}

/*------------------------------------------------------------------------------
feature
------------------------------------------------------------------------------*/

/* .feature02 .inner-block,
.feature03 .inner-block {
  padding-bottom: 0;
} */

/* title
----------------------------------------*/

.feature-ttl {
  margin-bottom: 30px;
}

.feature-ttl .inn {
  display: inline-flex;
  font-size: 0;
  padding-bottom: 12px;
  position: relative;
}

.feature-ttl .inn::before {
  background: #3e7224;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% + 50vw);
  height: 1px;
}

.feature-ttl .num {
  background: url(../img/ico_hexagon_green.svg) no-repeat center center / contain;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  margin-right: 16px;
  text-align: center;
  width: 40px;
  height: 40px;
}

.feature-ttl .txt {
  font-size: 17px;
  line-height: 1.3;
}

.feature-ttl .txt strong {
  color: #3e7224;
  font-size: 23px;
  font-weight: bold;
}

.feature-check,
.feature-check-slim {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
  text-align: center;
}

.feature-check .main,
.feature-check-slim .main {
  font-size: 25px;
  letter-spacing: 0.05em;
}

.feature-check .sub {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}

.feature-check-slim .sub {
  display: block;
  margin-bottom: 12px;
}

.c-marker {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.c-marker::before {
  background: #e88502;
  content: "";
  display: block;
  opacity: 0.8;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
}

/* graph-box
----------------------------------------*/

.graph-box {
  border: 1px solid #444;
  border-radius: 4px;
  margin: 36px 0 20px;
  padding: 0 14px 20px;
  position: relative;
}
.graph-box .graph-type {
  font-size: 0;
  margin: -12px 0 20px;
  text-align: center;
}
.graph-box .graph-type .inn {
  background: #444;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  padding: 0 8px;
  position: relative;
  text-align: center;
}
.graph-box .graph-type .inn::before,
.graph-box .graph-type .inn::after {
  content: "";
  position: absolute;
  top: 0;
}
.graph-box .graph-type .inn::before {
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 12px 0;
  border-color: transparent #444 transparent transparent;
}
.graph-box .graph-type .inn::after {
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 10px;
  border-color: transparent transparent transparent #444;
}
.graph-box .img {
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .graph-box .box + .box {
    border-top: 1px solid #444;
    margin-top: 30px;
    padding-top: 30px;
  }
}

.graph-box.slim {
  border-color: #3e7224;
}
.graph-box.slim .graph-type .inn {
  background: #3e7224;
}
.graph-box.slim .graph-type .inn::before {
  border-color: transparent #3e7224 transparent transparent;
}
.graph-box.slim .graph-type .inn::after {
  border-color: transparent transparent transparent #3e7224;
}
.graph-box.slim .box + .box {
  border-color: #3e7224;
}

.graph-box .graph-ttl {
  font-size: 13px;
  font-weight: bold;
  margin: -14px 0 16px;
  text-align: center;
}

.graph-box .balloon {
  background: #efebdd;
  border-radius: 4px;
  line-height: 1.6;
  margin-top: 25px;
  padding: 16px;
  position: relative;
  text-align: center;
}

.graph-box .balloon::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: -20px;
  left: 6%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 20px 12px;
  border-color: transparent transparent #efebdd transparent;
}

.graph-box .box + .box .balloon::before {
  left: 85%;
}

.graph-box .balloon strong {
  color: #dd513d;
}

.graph-box .balloon .inn {
  background: #dbd5be;
  border-radius: 100px;
  display: inline-block;
  font-size: 13px;
  margin-top: 12px;
  padding: 10px 20px;
}

.graph-box + [class*=c-note] {
  margin-top: -10px;
}

/* table
----------------------------------------*/

.table-ttl {
  font-weight: bold;
  line-height: 1.5;
  margin: 30px 0 10px;
  padding-left: 10px;
  position: relative;
}
.table-ttl::before {
  background: #444;
  border-radius: 3px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
}

.c-table {
  border: 1px solid #444;
  font-size: 13px;
  width: 100%;
}

.c-table th,
.c-table td {
  vertical-align: middle;
}

.c-table th {
  font-weight: bold;
  line-height: 1.4;
  padding: 8px 6px;
}

.c-table td {
  padding: 10px 6px;
  text-align: center;
}

.c-table th .small,
.c-table td .small {
  display: inline-block;
  font-size: 10px;
  margin-top: 0.2em;
  line-height: 1.3;
}

.c-table .color-orange {
  font-weight: bold;
}

.c-table thead th:not(:first-child),
.c-table tbody td {
  white-space: nowrap;
}

.c-table thead th:first-child,
.c-table tbody th {
  padding-left: 10px;
  text-align: left;
}

.c-table thead th:last-child,
.c-table tbody td:last-child {
  padding-right: 10px;
}

.c-table thead th {
  background: #444;
  color: #fff;
}

@media print, screen and (max-width: 767px) {
  .c-table tbody th .small {
    display: block;
  }
}

.c-table tbody tr:nth-child(even) th,
.c-table tbody tr:nth-child(even) td {
  background: #efebdd;
}

/* doctor-recommend
----------------------------------------*/

.doctor-recommend {
  background: #e2f0d9;
  display: flex;
  justify-content: space-between;
  margin: 45px -20px 0;
  padding: 20px;
  position: relative;
}

.doctor-recommend::before {
  content: "";
  margin: auto;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 25px 40px;
  border-color: transparent transparent #e2f0d9 transparent;
}

.doctor-recommend .img-wrap {
  width: 75px;
}

.doctor-recommend .img {
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 75px;
  height: 75px;
}

.doctor-recommend .info {
  display: block;
  font-size: 10px;
  margin-top: 6px;
  text-align: center;
}

.doctor-recommend .info .large {
  font-size: 12px;
}

.doctor-recommend .txt-wrap {
  margin-left: 15px;
  padding: 5px 0 30px;
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .doctor-recommend .txt {
    overflow: hidden;
    height: calc(1.8 * 4em);
  }

  .doctor-recommend .txt-wrap::before {
    background: -webkit-linear-gradient(top, rgba(226,240,217,0) 0%,rgba(226,240,217,1) 75%,rgba(226,240,217,1) 100%);
    background: linear-gradient(to bottom, rgba(226,240,217,0) 0%,rgba(226,240,217,1) 75%,rgba(226,240,217,1) 100%);
    content: "";
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 60px;
  }

  .doctor-recommend .read-more {
    background: #3e7224;
    border-radius: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 23px;
    margin: auto;
    padding: 0 32px 0 24px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 116px;
  }

  .doctor-recommend .read-more::before,
  .doctor-recommend .read-more::after {
    background: #fff;
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 10px;
    height: 1px;
  }

  .doctor-recommend .read-more .close {
    display: none;
  }

  .doctor-recommend .read-more::after {
    transform: rotate(90deg);
  }

  .doctor-recommend.is-open .txt {
    height: auto;
  }
  .doctor-recommend.is-open .txt-wrap::before {
    opacity: 0;
  }
  .doctor-recommend.is-open .read-more .open {
    display: none;
  }
  .doctor-recommend.is-open .read-more .close {
    display: inline;
  }
  .doctor-recommend.is-open .read-more::after {
    transform: rotate(0);
  }
}

/* support-list
----------------------------------------*/

@media print, screen and (max-width: 767px) {
  .support-list li {
    display: flex;
    justify-content: space-between;
  }

  .support-list li + li {
    margin-top: 20px;
  }
}

.support-list li .img {
  position: relative;
  text-align: center;
  width: 100px;
  height: 100px;
  z-index: 2;
}

.support-list li .img::before {
  border: 6px solid #e2f0d9;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media print, screen and (max-width: 767px) {
  .support-list li .txt-wrap {
    padding-top: 5px;
    width: calc(100% - 100px - 20px);
  }
}

.support-list li .ttl {
  color: #3e7224;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.support-list li .txt {
  font-size: 13px;
  line-height: 1.6;
}

/* caution-box
----------------------------------------*/

.caution-ttl {
  margin-bottom: 16px;
  text-align: center;
}

.caution-ttl .inn {
  background: url(../img/ico_caution.svg) no-repeat left center / auto 26px;
  display: inline-block;
  font-weight: bold;
  line-height: 26px;
  padding-left: 40px;
}

.c-txt + .caution-ttl {
  margin-top: 60px;
}

.caution-box {
  border: 1px solid #444;
  border-radius: 4px;
  font-size: 13px;
  margin-top: 45px;
  padding: 0 15px 15px;
}

.caution-box .caution-ttl {
  margin-top: -13px;
}

.caution-box .caution-ttl .inn {
  background-position: left 15px center;
  background-color: #fff;
  padding-left: 55px;
  padding-right: 15px;
}

.caution-box .txt + .txt {
  margin-top: 0.5em;
}

.caution-box .txt strong {
  color: #dd513d;
}

/*------------------------------------------------------------------------------
plan
------------------------------------------------------------------------------*/

.plan-table {
  margin-top: 40px;
  width: 100%;
}

.plan-table th,
.plan-table td {
  border: solid #d3cfc2;
  border-width: 1px 0 0 1px;
}

.plan-table th:last-child,
.plan-table td:last-child {
  border-right-width: 1px;
}

.plan-table tr:last-child th,
.plan-table tr:last-child td {
  border-bottom-width: 1px;
}

.plan-table th {
  background: #efebdd;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  padding: 6px 10px;
  text-align: left;
}

.plan-table td {
  font-size: 16px;
  padding: 10px 16px;
  text-align: center;
  white-space: nowrap;
}

.plan-table th .small {
  font-size: 10px;
  display: block;
}

.plan-table td .small {
  font-size: 12px;
}

.plan-table thead th {
  padding: 10px;
}

.plan-table thead th .large {
  font-size: 16px;
}

.plan-table .plan70,
.plan-table .plan50 {
  color: #fff;
  text-align: center;
}

.plan-table .plan70 {
  background: #e88502;
}

.plan-table .plan50 {
  background: #66a417;
}

.plan-table .plan-point {
  background: url(../img/ico_check.svg) no-repeat left center / contain;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding-left: 36px;
}

.sample-ttl {
  margin-top: 40px;
  text-align: center;
}

.sample-subttl {
  font-size: 0;
  margin: 15px 0;
  text-align: center;
}

.sample-subttl .inn {
  border: 1px solid #444;
  border-radius: 50px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
  padding: 0 16px;
}

.sample-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sample-list li {
  background: #efebdd;
  padding: 18px 20px 15px;
  position: relative;
  width: calc(50% - 5px);
}

.sample-list li:nth-child(n+3) {
  margin-top: 10px;
}

.sample-list li .txt01 {
  line-height: 1.4;
}

.sample-list li .txt02 {
  color: #66a417;
  font-weight: bold;
  margin-top: 12px;
  line-height: 1.2;
}

.sample-list li .type {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
}

.sample-list li .age {
  font-size: 12px;
  display: block;
  margin-top: 3px;
}

.sample-list li .price {
  font-size: 23px;
}

.sample-list li .price .small {
  font-size: 16px;
}

.sample-list li .plan {
  font-size: 11px;
  display: block;
}

.sample-list li .img {
  margin: auto;
  position: absolute;
}

@media print, screen and (max-width: 767px) {
  .sample-list li:nth-child(1) .img {
    top: 0;
    bottom: 0;
    right: -5px;
    width: 58px;
    height: 86px;
  }

  .sample-list li:nth-child(2) .img {
    top: -10px;
    right: -10px;
    width: 67px;
  }

  .sample-list li:nth-child(3) .img {
    top: 0;
    bottom: 0;
    right: -5px;
    width: 50px;
    height: 108px;
  }

  .sample-list li:nth-child(4) .img {
    top: 0;
    bottom: 0;
    right: -5px;
    width: 57px;
    height: 104px;
  }
}

/*------------------------------------------------------------------------------
case
------------------------------------------------------------------------------*/

.case {
  background: #efebdd;
}

.case-plan {
  font-size: 0;
  margin: -10px 0 40px;
  text-align: center;
}

.case-plan .inn {
  border: 1px solid #e88502;
  border-radius: 50px;
  color: #e88502;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 16px;
}

.case-plan .inn .large {
  font-size: 16px;
}

.case-list > li {
  background: #fff;
  border-top: 2px solid #e88502;
  margin-top: 30px;
  padding: 0 15px 30px;
  position: relative;
}

.case-list .num {
  background: url(../img/ico_hexagon_orange.svg) no-repeat center center / contain;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  margin: auto;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
  width: 40px;
  height: 40px;
}

.case-list .img {
  margin: 0 -15px 15px;
}

.case-list .img img {
  display: block;
  width: 100%;
}

.case-list .info {
  line-height: 1.6;
}

.case-list .info .type {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding-right: 0.8em;
}

.case-list .info .age {
  display: inline-block;
  font-size: 13px;
}

.case-list .txt {
  margin: 12px 0;
}

.case-price-list .item {
  border-bottom: 1px solid #d3cfc2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.6;
  padding: 10px 0;
}

.case-price-list .item .content {
  font-size: 13px;
}

.case-price-list .item.total {
  border-color: #dd513d;
  color: #dd513d;
  font-weight: bold;
}

.case-price-list .item.total .price,
.case-price-list .item.total02 .price {
  font-size: 16px;
}

.case-price-list .item.total02 {
  border-color: #444;
  font-weight: bold;
}

.case-price-list .btn {
  background: #d3cfc2;
  color: #666;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
  position: relative;
  text-align: center;
}

.case-price-list .btn::before,
.case-price-list .btn::after {
  background: #666;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 1px;
}

.case-price-list .btn::after {
  transform: rotate(90deg);
}

.case-price-list .btn .close {
  display: none;
}

.case-price-list .btn.is-open::after {
  transform: rotate(0);
}

.case-price-list .btn.is-open .close {
  display: inline;
}

.case-price-list .btn.is-open .open {
  display: none;
}

.case-list .price01,
.case-list .price02 {
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.case-list .price01 .ttl,
.case-list .price02 .ttl {
  display: block;
  margin-bottom: 8px;
}

@media print, screen and (max-width: 767px) {
  .case-list .price01 {
    margin-top: 30px;
  }

  .case-list .price01::after {
    background: url(../img/ico_equal.svg) no-repeat center center / contain;
    content: "";
    display: block;
    margin: 10px auto 12px;
    width: 10px;
    height: 15px;
  }
}

.case-list .price01 .price {
  font-size: 23px;
}

.case-list .price01 .price .small {
  font-size: 16px;
}

.case-list .price01 .price .times {
  background: url(../img/ico_times.svg) no-repeat center center / contain;
  content: "";
  display: inline-block;
  margin: 0 10px;
  font-size: 0;
  width: 11px;
  height: 11px;
  vertical-align: middle;
}

.case-list .price02 {
  color: #e88502;
}

.case-list .price02 .ttl {
  font-size: 16px;
}

.case-list .price02 .price {
  font-size: 35px;
}

.case-list .price02 .op {
  color: #444;
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

/*------------------------------------------------------------------------------
caution
------------------------------------------------------------------------------*/

.caution .img-box {
  text-align: center;
}

/*------------------------------------------------------------------------------
point
------------------------------------------------------------------------------*/

/* point-list
----------------------------------------*/

@media print, screen and (max-width: 767px) {
  .point-list li + li {
    margin-top: 25px;
  }
}

.point-list li .img {
  position: relative;
  margin: auto;
  text-align: center;
  width: 100px;
  height: 100px;
  z-index: 2;
}

.point-list li .img::before {
  border: 6px solid #e2f0d9;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.point-list li .txt-wrap {
  padding-top: 12px;
}

.point-list li .ttl {
  color: #3e7224;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
}

.point-list li .txt {
  font-size: 13px;
  line-height: 1.6;
}

.point-list li .c-note {
  margin-top: 5px;
  padding-left: 0;
  text-indent: 0;
}

/*------------------------------------------------------------------------------
about
------------------------------------------------------------------------------*/

.about .img-box {
  text-align: center;
}

/*------------------------------------------------------------------------------
group
------------------------------------------------------------------------------*/

.group .img-box {
  text-align: center;
}

.group .img-box.parent {
  font-size: 0;
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.group .img-box.parent::after {
  background: #444;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 15px;
}

.group .graph-box {
  margin: 10px 0 20px;
  padding: 0 9px 10px;
}

.group .graph-box .graph-type {
  margin-bottom: 10px;
}

/*------------------------------------------------------------------------------
faq
------------------------------------------------------------------------------*/
.faq-list > li:first-child,
.faq-list > li + li {
  border-top: 1px solid #e8e8e8;
}
.faq-list > li:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.faq-list .indent-li li {
  text-indent: -2.5em;
  padding-left: 2.5em;
}


.question {
  font-weight: bold;
  line-height: 1.6;
  padding: 20px 40px 20px 30px;
  position: relative;
}

.answer {
  font-size: 12px;
  padding-bottom: 20px;
  padding-left: 30px;
  position: relative;
  display: none;
}


.question::before,
.answer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  margin: auto;
}

.question::before {
  background: url(../img/ico_question.svg)no-repeat center center;
  background-size: 15px 18px;
  height: 18px;
  width: 15px;
  bottom: 0;
  top: 0;
}

.answer::before {
  background: url(../img/ico_answer.svg)no-repeat center center;
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  top: 5px;
  margin: auto;
}

.question .aco-btn {
  background: #3e7224;
  border-radius: 50%;
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.question .aco-btn::before,
.question .aco-btn::after {
  background: #fff;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 1px;
}
.question .aco-btn::after {
  transform: rotate(90deg);
  transition: .2s;
}

.is-open .question .aco-btn::after {
  transform: rotate(0deg);
}


/*------------------------------------------------------------------------------
enroll
------------------------------------------------------------------------------*/
.enroll dl {
  border: 1px solid #444;
  margin: 0;
}

.enroll dt {
  background: #444;
  color: #fff;
  font-weight: bold;
  padding: 6px 10px;
}

.enroll dd {
  margin: 0;
  padding: 10px;
  font-size: 13px;
}

.enroll dd .note {
  font-size: 11px;
}

.enroll .list-num {
  counter-reset: listNum;
}

.enroll .list-num li .txt {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.enroll .list-num li .txt:before {
  counter-increment: listNum;
  content: "（" counter(listNum)"）";
  font-size: 13px;
}

.enroll .list-num li .note {
  padding-left: 2.5em;
}


/* note-box */
.note-block {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

.note-block .note-box {
  border: 1px solid #444;
  width: 100%;
  padding: 10px 15px;
  margin-top: 60px;
  font-size: 12px;
}

.note-block .note-txt {
  margin-top: 10px;
  font-size: 11px;
  text-align: right;
}

.pdf-link {
  text-decoration: underline;
}


/*------------------------------------------------------------------------------
animation
------------------------------------------------------------------------------*/

@media not print {
  .anm,
  .anm-up,
  .anm-left,
  .anm-right {
    opacity: 0;
  }

  .anm.is-animated {
    -webkit-animation: fadeIn 3s cubic-bezier(0.2, 1, 0.2, 1) forwards;
    animation: fadeIn 3s cubic-bezier(0.2, 1, 0.2, 1) forwards;
  }

  .anm-up.is-animated {
    -webkit-animation: fadeInUp 3s cubic-bezier(0.2, 1, 0.2, 1) forwards;
    animation: fadeInUp 3s cubic-bezier(0.2, 1, 0.2, 1) forwards;
  }

  .anm-left.is-animated {
    -webkit-animation: fadeInLeft 2s cubic-bezier(0.2, 1, 0.2, 1) forwards;
    animation: fadeInLeft 2s cubic-bezier(0.2, 1, 0.2, 1) forwards;
  }

  .anm-right.is-animated {
    -webkit-animation: fadeInRight 2s forwards;
    animation: fadeInRight 2s forwards;
  }

  .c-ttl01.is-animated .inn::before,
  .feature-ttl.is-animated .inn::before,
  .is-animated .c-marker::before {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-animation: ttlLine 2s cubic-bezier(0.2, 1, 0.2, 1) forwards;
    animation: ttlLine 2s cubic-bezier(0.2, 1, 0.2, 1) forwards;
  }
}

.anm-list > * {
  opacity: 0;
  -webkit-transform: translate3d(-30px,0,0);
  transform: translate3d(-30px,0,0);
  -webkit-transition: 3s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 3s cubic-bezier(0.2, 1, 0.2, 1);
}

.anm-list:not(.anm-list-sp-each).is-animated > * {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

@media print, screen and (max-width: 767px) {
  .anm-list-sp-each > *.is-animated {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media print, screen and (min-width: 768px) {
  .anm-list-sp-each.is-animated > * {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes ttlLine {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
  }
}

@keyframes ttlLine {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

/*------------------------------------------------------------------------------
clearfix
------------------------------------------------------------------------------*/

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

@media screen and (max-width: 414px){
footer .inr {
    width: 100%;
    padding: 20px 0 0;
}
footer {
    padding-top: 0;
    padding-bottom: 5%;
}
footer #pageup {
    position: static;
}
.text_ftr {
    background: url(../img/bg_footer.png) no-repeat;
    background-size: 100% 100%;
    width: 90%;
    float: none;
    margin: 0px auto;
}
.text_ftr p {
    margin: 0;
    padding: 12px 0px 0px 26px;
    letter-spacing: 0.01em;
}
.logo_ftr {
    width: 100%;
    float: none;
    text-align: center;
}
}

/*20210426 711行　修正*/
.main-visual .vets {
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  margin-left: auto;
  opacity: 0.85;
  padding: 4vw 6vw;
}

/*658行　修正*/
.main-visual .img {
  position: absolute;
  left: 14px;
  bottom: 0;
  width: 51.5vw;
}

/* ご加入者様の声 */
@media print, screen and (max-width: 767px) {
  .voice {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.voice .inner-block {
  width: 100%;
  max-width: 1320px;
  border: 2px solid #66a418;
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .voice .inner-block {
    border-width: 1px;
    border-radius: 10px;
  }
}
.voice h2 {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #66a418;
  padding: 7px 0;
}
@media screen and (max-width: 767px) {
  .voice h2 {
    font-size: 20px;
  }
}
.voice h2 span {
  color: #fae716;
}
.voice .voice-body {
  padding: 40px 60px 30px;
}
@media screen and (max-width: 767px) {
  .voice .voice-body {
    padding: 25px 15px;
  }
}
.voice .voice-body ul li {
  background: #efebdd;
  border-radius: 10px;
  padding: 30px 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice .voice-body ul li {
    padding: 25px 15px;
  }
}
.voice .voice-body ul li:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .voice .voice-body ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.voice .voice-body ul li::after {
  content: "";
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 60px;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .voice .voice-body ul li::after {
    top: 25px;
    right: 30px;
    margin: 0;
  }
}
.voice .voice-body ul li:nth-child(1)::after {
  width: 117px;
  height: 126px;
  background-image: url(../img/voice/ico_voice01.svg);
}
@media screen and (max-width: 767px) {
  .voice .voice-body ul li:nth-child(1)::after {
    width: 58px;
    height: 63px;
  }
}
.voice .voice-body ul li:nth-child(2)::after {
  width: 113px;
  height: 123px;
  background-image: url(../img/voice/ico_voice02.svg);
}
@media screen and (max-width: 767px) {
  .voice .voice-body ul li:nth-child(2)::after {
    width: 56px;
    height: 61px;
  }
}
.voice .voice-body ul li:nth-child(3)::after {
  width: 139px;
  height: 102px;
  background-image: url(../img/voice/ico_voice03.svg);
}
@media screen and (max-width: 767px) {
  .voice .voice-body ul li:nth-child(3)::after {
    width: 69px;
    height: 51px;
  }
}
.voice .voice-body ul li dl {
  margin: 0;
}
.voice .voice-body ul li dl dt {
  font-size: 38px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .voice .voice-body ul li dl dt {
    font-size: 18px;
    line-height: 1.2;
  }
}
.voice .voice-body ul li dl dt span {
  color: #66a418;
}
.voice .voice-body ul li dl dd {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .voice .voice-body ul li dl dd {
    margin: 15px 0 0;
  }
}
.voice .voice-body ul li dl dd p {
  width: 83%;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .voice .voice-body ul li dl dd p {
    width: 100%;
    font-size: 12px;
  }
}
.voice .voice-body ul li dl dd p span {
  color: #3e7225;
}
.voice .voice-body ul li dl dd p.voice-profile {
  width: 100%;
  text-align: right;
  margin-top: 10px;
}
.voice .voice-note {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .voice .voice-note {
    font-size: 8px;
    margin-top: 15px;
  }
}

/* vets_badge */
.main-visual .vets img {
  width: 118px;
  margin-left: auto;
}

.main-visual .vets p {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.main-visual .vets p span {
  font-size: 1.2857em;
  text-decoration: underline;
}