@charset "UTF-8";
/*!
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*, ::after, ::before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
  }
}

ol li, ul li {
  list-style: none;
}

button:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  color: #0f5100;
  font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴシック","Hiragino Sans",YuGothic,"Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .05em;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
}

small {
  font-weight: 400;
}

i {
  font-style: normal;
}

:active, :hover, :link, :visited {
  outline: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.hide, .remove {
  display: none !important;
}

.transparent {
  opacity: 0;
  visibility: hidden;
}

.scroll-line {
  display: block;
  position: relative;
  width: 2px;
  height: 40px;
  margin: 0 auto;
  background-color: #007440;
}

.scroll-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #007440;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}

.scroll-text {
  margin-top: 3%;
  font-size: 1.4rem;
  line-height: 1;
}

.header {
  padding: 1.6% 4% 2.3%;
  background-color: #007440;
}

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.mainVisual {
  margin-top: 6.6%;
}

.mainVisual .swiper-container {
  max-width: 1100px;
  height: auto;
}

.mainVisual-textNotes {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.2;
}

.mainVisual .swiper-button-next:after, .mainVisual .swiper-button-prev:after {
  color: #0b4314;
}

.mainVisual-image {
  max-width: 1100px;
  margin: 0 auto;
}

.numeric-inner {
  margin-top: 10.9%;
}

.numeric-heading {
  width: 70.4%;
  margin: 0 auto;
}

.numeric-lead {
  width: 86.7%;
  margin: 4.5% auto 0;
  font-size: 1.4rem;
}

.numeric-lead i {
  font-size: 1rem;
  vertical-align: top;
}

.numeric-list {
  width: 92.3%;
  margin: 8% auto 0;
}

.numeric-list__item:nth-child(n+2) {
  margin-top: 5.7%;
}

.numeric-list__item--01 a {
  background: url(../images/numeric/img-item_01--pc.png) no-repeat center top/99%;
}

.numeric-list__item--01 a:hover {
  background: url(../images/numeric/img-item_01--pc.png) no-repeat center bottom/99%;
}

.numeric-list__item--02 a {
  background: url(../images/numeric/img-item_02--pc.png) no-repeat center top/99%;
}

.numeric-list__item--02 a:hover {
  background: url(../images/numeric/img-item_02--pc.png) no-repeat center bottom/99%;
}

.numeric-list__item--03 a {
  background: url(../images/numeric/img-item_03--pc.png) no-repeat center top/99%;
}

.numeric-list__item--03 a:hover {
  background: url(../images/numeric/img-item_03--pc.png) no-repeat center bottom/99%;
}

.numeric-list__item--04 a {
  background: url(../images/numeric/img-item_04--pc.png) no-repeat center top/99%;
}

.numeric-list__item--04 a:hover {
  background: url(../images/numeric/img-item_04--pc.png) no-repeat center bottom/99.3%;
}

.numeric-list__item--05 a {
  background: url(../images/numeric/img-item_05--pc.png) no-repeat center top/99%;
}

.numeric-list__item--05 a:hover {
  background: url(../images/numeric/img-item_05--pc.png) no-repeat center bottom/99.3%;
}

.numeric-list__item a {
  display: block;
}

.numeric-list__bottom {
  margin-top: 5.7%;
}

.numeric-textNotes {
  display: block;
  width: 92.3%;
  margin: 7.7% auto 0;
  line-height: 1.6;
}

.plan {
  margin-top: 13.3%;
}

.plan-heading {
  padding: 2.8% 0;
  background-color: #edffd6;
}

.plan-heading__image {
  display: block;
  width: 92%;
  margin: 0 auto;
}

.plan-lead {
  width: 64.8%;
  margin: 7.9% auto 0;
}

.plan-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 92%;
  margin: 4.1% auto 0;
}

.plan-box {
  width: 48.6%;
  border: solid 1px #007440;
  border-radius: 8px;
}

.plan-box__title {
  padding: 4.8% 7.2% 6.3%;
  border-radius: 6px 6px 0 0;
}

.plan-box__body {
  padding: 8.7% 13.1%;
}

.plan-box--seven .plan-box__title {
  background-color: #007440;
}

.plan-box--five .plan-box__title {
  background-color: #f29600;
}

.plan-sampleCade {
  width: 84%;
  margin: 4% auto 0;
}

.plan-sampleCade__text {
  font-weight: 700;
  text-align: center;
}

.plan-point {
  width: 92%;
  margin: 0 auto;
}

.plan-point__item--01 .plan-point__figure {
  width: 94.2%;
}

.plan-point__item--01 .plan-point__overview {
  padding: 3% 0 2.6%;
}

.plan-point__item--02 .plan-point__figure {
  width: 78.8%;
}

.plan-point__item--02 .plan-point__overview {
  padding: 5.5% 0 5%;
}

.plan-point__item--03 .plan-point__figure {
  width: 73.2%;
}

.plan-point__item--03 .plan-point__overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 3% 0 2.6%;
  text-align: left;
}

.plan-point__item--03 .plan-point__overview span {
  display: block;
}

.plan-point__item:nth-child(n+2) {
  margin-top: 9.2%;
}

.plan-point__title {
  position: relative;
  margin-bottom: 5%;
  font-size: 1.6rem;
  line-height: 1;
}

.plan-point__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13.5%;
  padding-top: 13.5%;
}

.plan-point__figure {
  margin: 2% auto 0;
}

.plan-point__overview {
  margin: 2.8% auto 0;
  padding: 3% 0 2.6%;
  background-color: #edffd6;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
}

.plan-point__txet {
  margin-top: 4.3%;
}

.plan-point__txetNotes {
  font-size: 1rem;
}

.voice {
  margin-top: 13.2%;
}

.voice-heading {
  width: 42%;
  margin: 0 auto;
}

.voice-lead {
  width: 86%;
  margin: 4.9% auto 0;
}

.voice-tabContents {
  width: 92.3%;
  margin: 7.7% auto 0;
}

.voice-tabContents__buttonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.voice-tabContents__button {
  position: relative;
  width: 49.4%;
  padding-top: 12.5%;
  border-radius: 4px;
  cursor: pointer;
}

.voice-tabContents__button::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 21.4%;
  padding-top: 27.4%;
}

.voice-tabContents__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10.4%;
  padding-top: 10.4%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.voice-tabContents__button.current {
  padding-top: 14.5%;
  cursor: default;
}

.voice-tabContents__button.current::before {
  width: 24%;
  padding-top: 27%;
}

.voice-tabContents__button.current::after {
  width: 13.8%;
  padding-top: 13.8%;
}

.voice-tabContents__button--dog {
  border: solid 1.5px #007440;
}

.voice-tabContents__button--dog::before {
  left: 5%;
  background: url(../images/voice/ico-tab_button_dog.png) no-repeat center bottom 0/100%;
}

.voice-tabContents__button--dog::after {
  background: url(../images/voice/txt-tab_button_dog.png) no-repeat center center/contain;
}

.voice-tabContents__button--dog.current {
  margin-bottom: 8px;
  background-color: #007440;
  -webkit-box-shadow: 0 4px 0 0 #004526;
  box-shadow: 0 4px 0 0 #004526;
}

.voice-tabContents__button--dog.current::before {
  background: url(../images/voice/ico-tab_button_dog.png) no-repeat center bottom -19%/100%;
}

.voice-tabContents__button--dog.current::after {
  background: url(../images/voice/txt-tab_button_dog--current.png) no-repeat center center/contain;
}

.voice-tabContents__button--cat {
  border: solid 1.5px #f29600;
}

.voice-tabContents__button--cat::before {
  right: 5%;
  background: url(../images/voice/ico-tab_button_cat.png) no-repeat center bottom -5%/100%;
}

.voice-tabContents__button--cat::after {
  background: url(../images/voice/txt-tab_button_cat.png) no-repeat center center/contain;
}

.voice-tabContents__button--cat.current {
  margin-bottom: 8px;
  background-color: #f29600;
  -webkit-box-shadow: 0 4px 0 0 #875400;
  box-shadow: 0 4px 0 0 #875400;
}

.voice-tabContents__button--cat.current::before {
  background: url(../images/voice/ico-tab_button_cat.png) no-repeat center bottom -19%/100%;
}

.voice-tabContents__button--cat.current::after {
  background: url(../images/voice/txt-tab_button_cat--current.png) no-repeat center center/contain;
}

.voice-tabContents__body {
  margin-top: 4px;
}

.voice-tabContents__panel {
  display: none;
}

.voice-tabContents__panel--dog .voice-tabContents__item {
  border: solid 1px #007440;
}

.voice-tabContents__panel--dog .voice-tabContents__letterTitle {
  position: relative;
}

.voice-tabContents__panel--dog .voice-tabContents__letterTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8.8%;
  padding-top: 8.8%;
  background: url(../images/voice/tab-contents/ico-anicom_letter--dog.png) no-repeat center center/contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.voice-tabContents__panel--cat .voice-tabContents__item {
  border: solid 1px #f29600;
}

.voice-tabContents__panel--cat .voice-tabContents__letterTitle {
  position: relative;
}

.voice-tabContents__panel--cat .voice-tabContents__letterTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8.8%;
  padding-top: 8.8%;
  background: url(../images/voice/tab-contents/ico-anicom_letter--cat.png) no-repeat center center/contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.voice-tabContents__panel.show {
  display: block;
}

.voice-tabContents__item {
  width: 100%;
  padding: 6.7% 5.5% 7.1%;
  border-radius: 4px;
}

.voice-tabContents__item:nth-child(n+2) {
  margin-top: 10px;
}

.voice-tabContents__letterTitle {
  padding-left: 10%;
}

.voice-tabContents__text {
  margin-top: 3.6%;
}

.voice-tabContents__text span {
  display: block;
  margin-top: 4.9%;
  font-size: 1.2rem;
}

.voice-tabContents__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75%;
  margin-top: 4.3%;
  background-color: #edffd6;
  border-radius: 0 28px 28px 0;
  -webkit-transform: translateX(8.8%);
  transform: translateX(8.8%);
}

.voice-tabContents__icon {
  width: 17.9%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.voice-tabContents__name {
  font-size: 1.2rem;
  -webkit-transform: translateX(-8.8%);
  transform: translateX(-8.8%);
}

.voice-tabContents__name span {
  font-size: 1rem;
}

.voice-tabContents__letterImage {
  margin-top: 3.9%;
}

.voice-tabContents__accordionButton {
  position: relative;
  width: 100%;
  margin-top: 5.8%;
  padding: 6.2% 0;
  background-color: #007440;
  border-radius: 4px;
  text-align: center;
  -webkit-box-shadow: 0 2px 0 0 #004526;
  box-shadow: 0 2px 0 0 #004526;
}

.voice-tabContents__accordionButton::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 4.2%;
  padding-top: 2.3%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAQCAYAAADqDXTRAAABoUlEQVQ4ja2VIUhDYRSFv01csJhME8OGGFw0Lm2wpgiaxGDSrkGHYd4gaNC2oMkqKIKIgmAwmmdxYpgghpkWRBCcXLlPLo8996aetHfuuefj/zfeEu12uwxsAPfADHBHDxKRruFKpTIGHAOjykrqHpACxoErINMLNAYwY73jxhGFXrtMGrgEhv8JOGx9aWdfK3QOuHVmFrgAhv4IHLKerLOVM6fQJlACHtwwB5wDg78EDtp+ztnaXxKRZtKMZ6AIPLnQBHAGDPQIHLC9CWdrb1FElEPSDRpAAXhxXh44sR9AHGDK8nlna19BRBqBkQzt1Q3ccp5e/SHQ1wXYZ7mSs1sGrPtsGKqq2eKr86aBAyARAUzYfNrZr/Yd1sL5TlDVDTAJvDlvHqhG5Ks2D6R7kyJy0ymsb6SIni9NAUdAv/O2gTX3vAWsuud3YFZETqNKo04aSBcXgA/nKaBsn8shoOYWfgIS46SBFoG9kHds72qvJRHZ71YWF6paBnZ+mK+IyG6com7X66WFUX8pEheo6uWkgfSq14ER4BHYjHOl3wI+AbuleG7mISJRAAAAAElFTkSuQmCC) no-repeat center center/contain;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.voice-tabContents__accordionButton img {
  width: 67.5%;
}

.voice-text {
  width: 92.3%;
  margin: 8% auto 0;
}

.voice-text + .voice-text {
  margin: 2% auto 0;
}

.voice-text a {
  color: #0f5100;
  word-break: break-all;
}

.faq {
  margin-top: 13.1%;
}

.faq-heading {
  width: 84.4%;
  margin: 0 auto;
}

.faq-lead {
  margin-top: 4.9%;
  text-align: center;
}

.faq-buttonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 81.6%;
  margin: 6.7% auto 0;
}

.faq-buttonList__item {
  width: 49%;
}

.faq-buttonList__item a {
  display: block;
  width: 100%;
  padding: 5.2% 0;
  background-color: #007440;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 0 #004526;
  box-shadow: 0 2px 0 0 #004526;
  text-align: center;
}

.faq-buttonList__item img {
  display: block;
  width: 79.3%;
  margin: 0 auto;
}

.faq-contents {
  width: 92%;
  margin: 10.3% auto 0;
}

.faq-contents__title {
  width: 41.6%;
  margin-top: 11.6%;
}

.faq-contents__title--compensation {
  margin-top: 0;
}

.faq-contents__title--insurance {
  margin-top: 59px;
}

.faq-contents__body {
  margin-top: 3%;
}

.faq-contents__body--inner {
  margin-top: 3.4%;
  border: solid 1px #0f5100;
  border-radius: 4px;
}

.faq-contents__question {
  padding: 3.8% 2.8%;
  background-color: #edffd6;
  border-radius: 4px;
}

.faq-contents__question.open p::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.faq-contents__question p {
  position: relative;
  padding: 0 7.1% 0 2em;
  font-weight: 700;
  text-indent: -2em;
}

.faq-contents__question p::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 7.1%;
  padding-top: 7.1%;
  background: url(../images/faq/ico-accordion_button.png) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-contents__answer {
  display: none;
  position: relative;
  padding: 4.3% 4.1% 4.3% 11%;
  font-size: 1.3rem;
}

.faq-contents__answer dl + p, .faq-contents__answer p + dl, .faq-contents__answer p + p, .faq-contents__answer small + p {
  margin-top: 3.6%;
}

.faq-contents__answer ol {
  margin-top: 3.6%;
}

.faq-contents__answer ol li {
  padding-left: 1.5em;
  text-indent: -1.3em;
}

.faq-contents__answer ol li + li {
  margin-top: 3.6%;
}

.faq-contents__answer dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 1.2fr 1.5fr 1fr;
  grid-template-columns: 1.2fr 1.5fr 1fr;
  font-size: 1.2rem;
}

.faq-contents__answer dl .table-item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.faq-contents__answer dl .table-item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.faq-contents__answer dl .table-item:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  text-align: right;
}

.faq-contents__answer dl .table-item:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.faq-contents__answer dl .table-item:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  text-align: right;
}

.faq-contents__answer dl .table-item:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.faq-contents__answer dl .table-item:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.faq-contents__answer dl .table-item:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  text-align: right;
}

.faq-contents__answer dl .table-item:nth-child(9) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.faq-contents__answer dl .table-item:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  text-align: right;
}

.faq-contents__answer span {
  font-size: 1rem;
}

.faq-contents__answer strong img {
  width: 18.1%;
}

.faq-contents__answer p a {
  display: block;
  width: 100%;
  height: auto;
  padding: 3.5% 0;
  background-color: #007440;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 0 #004526;
  box-shadow: 0 2px 0 0 #004526;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
}

.faq-contents__answer p a img {
  display: block;
  width: 75.5%;
  margin: 0 auto;
}

.faq-contents__answer.on {
  display: block;
}

.faq-contents__notes {
  display: block;
  margin-top: 3.6%;
  padding-left: 1em;
  font-size: 1rem;
  text-indent: -1em;
}

.faq-contents__notes--other {
  padding-left: 3em;
  text-indent: -3em;
}

.faq-contents__lead {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.faq-contents__firstText {
  position: relative;
}

.faq-contents__firstText::before {
  content: "A";
  display: block;
  position: absolute;
  top: 2px;
  left: -35px;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-transform: translate(150%, 0);
  transform: translate(150%, 0);
}

.footer {
  margin-top: 10.9%;
  padding-bottom: 7.6%;
  border-bottom: solid 7px #007440;
}

.footer-buttonList {
  width: 92%;
  margin: 0 auto;
}

.footer-buttonList__item a {
  display: block;
  width: 100%;
  padding-top: 38.7%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.footer-buttonList__item:nth-child(n+2) {
  margin-top: 5.7%;
}

.footer-buttonList__item--01 a {
  background: url(../images/footer/img-onlin_cade_01.png) no-repeat center top/100%;
}

.footer-buttonList__item--02 a {
  background: url(../images/footer/img-onlin_cade_02.png) no-repeat center top/100%;
}

.footer-buttonList__item--03 a {
  background: url(../images/footer/img-onlin_cade_03.png) no-repeat center top/100%;
}

.footer-text {
  width: 92%;
  margin: 7% auto 0;
}

.footer-text + .footer-text {
  margin-top: 2%;
}

.footer-text strong {
  font-size: 2.4rem;
}

.footer-telBox {
  width: 92%;
  margin: 7.2% auto 0;
  border: solid 2px #007440;
  border-radius: 4px;
}

.footer-telBox__number {
  background-color: #007440;
  border-radius: 3px 3px 0 0;
}

.footer-telBox__number img {
  display: block;
  width: 81%;
  margin: 0 auto;
  padding: 3.6% 0;
}

.footer-telBox__receptionTime {
  width: 94.2%;
  margin: 0 auto;
  padding: 1% 0;
}

.footer-companyInfo {
  margin-top: 15.5%;
  padding-top: 6.7%;
  border-top: solid 1px #007440;
}

.footer-companyInfo__logo {
  width: 92%;
  margin: 0 auto;
}

.footer-companyInfo__logo img {
  display: block;
  width: 38.3%;
}

.footer-companyInfo__name {
  width: 92%;
  margin: 4.3% auto 0;
}

.footer-companyInfo__address {
  width: 92%;
  margin: 3.5% auto 0;
}

.footer.sp {
  padding-bottom: 34.6%;
}

.footer.ie {
  padding-bottom: 170px;
}

.conversion {
  margin-top: 13.3%;
  padding: 8.7% 0;
  background-color: #edffd6;
}

.conversion-inner {
  width: 92%;
  margin: 0 auto;
}

.conversion-contents {
  margin-top: 2.9%;
  padding: 4.3% 2.8% 5.8%;
  background-color: #fff;
  border: solid 1px #0f5100;
  border-radius: 4px;
}

.conversion-contents__plan {
  width: 94.2%;
  margin: 0 auto;
}

.conversion-contents__overview {
  width: 71.7%;
  margin: 7.1% auto 0;
}

.conversion-text {
  margin-top: 9.1%;
  text-align: center;
}

.conversion-button {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.conversion-button a {
  display: block;
  width: 100%;
  margin-top: 2.6%;
  padding: 3.6% 0;
  background-color: #007440;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 0 #004526;
  box-shadow: 0 2px 0 0 #004526;
  text-align: center;
}

.conversion-button a img {
  display: block;
  width: 78.7%;
  margin: 0 auto;
}

.conversion--typeButtonOnly .conversion-text {
  margin-top: 0;
}

.conversion--typeGap {
  margin-top: 0;
  background-color: transparent;
}

.minnaNoDreeder .mfp-bg {
  background-color: #004f2c;
  z-index: 9998;
}

.minnaNoDreeder .mfp-wrap {
  z-index: 9999;
}

.minnaNoDreeder .mfp-arrow::after, .minnaNoDreeder .mfp-arrow::before {
  content: none;
}

.minnaNoDreeder .mfp-arrow {
  width: 3.2%;
  height: auto;
  padding-top: 70%;
  margin: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAArCAYAAABimUj7AAACo0lEQVRYha2XW4hNURzGfzMMmTYlHlxKTccb8yBlKKPNIJompjxI7qUoGuFRWeLVXfFCLvOi1LhN6sTMxoNLaR7wRvPk8kDEbmTk0p//zmlb65w9e+3vcX1rfd/e6/L/1qpjX4gPTPBvvImjEtANzAcGgLWjvdQrYOKoGSgDU7R1DnC5viDxFuB+hXiCud5TBLQBN4BGCzfo+wedwG2H+DCw3cdgE3AVaLBwMbDSBGE5r0EXcAGwjf8ALDVB2IejQy0Y4LijzxtgsQnCx0nDSLZpHXBMv96GV8AKE4QvK7msBqOAczrvNjxX8ddpLovBGOAKsNrBPwHaTRC+t5G1DBp1j7c5+H5glQnCLy6Baos8UQVc4jd1KzrFqxlM1aM/z8F36yH7Vk3cZdAEPABmO8acBjYCP2qJ2wxmqXjJ0f8wsAv4lUWc1CLLdPQCkx199wJHswqnDaSkXgcmWPr8BLYB50cqnhg0VRH/DqzTopYLYnDAIf5VD1c5r3jyB+2W9s9y9IGHPuLoLrIt6o4ixBMDWw05AywoyqDX0i5rchdYXoTBQZ3zNMYBt4A1vgaDUhEdJg1aqrf6GAgiYJljPeo1bPb4GKDBISf6v1RSHAEO+RgIXgCtmq827AdOaT7nMkDXpFVz1oadwCXN6VwGgrfAIp02G9YDPcDYvAaCj3LHAfocfIdcG00cjc9rIBiS3AWuOXj5gDsmjlwZkulmN6yH7aKDl6DqN3E0Pa8Bmr9bgJMOXvL7nomjmXkN0Bzu0tJiQ0lNmvMaJJDL724HN02nq8XHQHAC2Kx5ncYkXfgl/DmRfk+oTi2GtkeIbI4O3ydUj27jIQsnl+az3q9ME4QSTDIdnyz0jGKesX9fNFJa3qWop4UYqMkzYCHwSJsGgA2/AenTk4cIY3WZAAAAAElFTkSuQmCC) no-repeat center center/contain;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.minnaNoDreeder .mfp-arrow:hover {
  opacity: .8;
}

.minnaNoDreeder .mfp-arrow-right {
  right: 7.5%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}

.minnaNoDreeder .mfp-arrow-left {
  left: 4.7%;
}

.minnaNoDreeder .mfp-container {
  width: 93.3%;
  max-width: 700px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.minnaNoDreeder .mfp-content {
  z-index: auto;
}

.numericModal-contents {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 8.1% 10.7% 11.4%;
  background-color: #fff;
}

.numericModal-contents_01::before, .numericModal-contents_05::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10.7%;
  height: 100px;
  background-color: #fff;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1050;
}

.numericModal-contents_01::before {
  left: 0;
}

.numericModal-contents_05::before {
  right: 0;
}

.numericModal-contents__image {
  position: relative;
  text-align: center;
  z-index: 1051;
}

.numericModal-contents .mfp-close {
  position: absolute;
  top: 2.9%;
  right: 2.9%;
  width: 13.7%;
  height: auto;
  padding-top: 13.7%;
  background: url(../images/modal/ico-close.png) no-repeat center center/contain;
  color: transparent;
  font-size: 0;
  line-height: 1;
  opacity: 1;
}

.numericModal-contents.popup {
  display: block !important;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.numericModal-background {
  display: none;
}

.numericModal-closeButton {
  display: none;
}

body.active .numericModal-background {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: .8;
  z-index: 9997;
}

body.active .numericModal-closeButton {
  display: block;
  position: absolute;
  top: 2%;
  right: 2%;
  width: 35px;
  height: auto;
  opacity: 1;
  z-index: 9998;
}

body.active .numericModal-contents {
  width: 95%;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
}

.following {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #007440;
  z-index: 9000;
}

.following-inner {
  position: relative;
  padding-top: 2.3%;
}

.following-buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto;
}

.following-buttonWrap__item {
  width: 33%;
}

.following-buttonWrap__item a {
  display: block;
  width: 100%;
  padding: 9.9% 0;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 0 #004526;
  box-shadow: 0 2px 0 0 #004526;
}

.following-buttonWrap__item a img {
  display: block;
  width: 84.7%;
  margin: 0 auto;
}

.following-text {
  width: 92%;
  margin: 1.4% auto 0;
}

.following-button {
  margin-top: 5px;
  background-color: #004626;
}

.following-button a {
  display: block;
  padding: 2.4% 0;
}

.following-button img {
  display: block;
  width: 28.7%;
  margin: 0 auto;
}

.following-closeButton {
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 2%;
  background-color: #999;
  cursor: pointer;
}

.following-closeButton img {
  display: block;
  width: 15px;
  margin: 0 auto;
}

.following.on {
  display: block;
}
.management_number{
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: right;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media screen and (min-width: 769px) {
  html {
    width: 100%;
    height: 100%;
  }
  body {
    font-size: 1.6rem;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .only-sp {
    display: none;
  }
  .scroll {
    display: none;
  }
  .header {
    padding: 3px 0 7px;
  }
  .mainVisual {
    margin: 0;
  }
  .mainVisual-textNotes {
    width: 100%;
    font-size: 1.2rem;
  }
  .numeric-inner {
    margin: 60px auto 0;
  }
  .numeric-heading {
    text-align: center;
  }
  .numeric-lead {
    margin: 20px auto 0;
    text-align: center;
  }
  .numeric-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 30px auto 0;
  }
  .numeric-list__item {
    width: 33%;
  }
  .numeric-list__item:nth-child(n+2) {
    margin-top: 0;
  }
  .numeric-list__item--01 a, .numeric-list__item--02 a, .numeric-list__item--03 a {
    display: block;
    width: 100%;
    padding-top: 165%;
  }
  .numeric-list__item--04 a, .numeric-list__item--05 a {
    display: block;
    width: 100%;
    padding-top: 49.3%;
  }
  .numeric-list__item--04 {
    position: absolute;
    top: 0;
    left: 0;
    width: 51.5%;
  }
  .numeric-list__item--05 {
    position: absolute;
    top: 0;
    right: 0;
    width: 51.5%;
  }
  .numeric-list__item:nth-child(n+4) {
    width: 49.75%;
    margin-top: .5%;
  }
  .numeric-list__item a img {
    display: none;
  }
  .numeric-list__bottom {
    width: 100%;
    margin-top: .5%;
  }
  .numeric-list__bottom--inner {
    position: relative;
    width: 100%;
    padding-top: 27%;
  }
  .numeric-textNotes {
    max-width: 1100px;
    margin: 1% auto 0;
  }
  .plan {
    margin-top: 80px;
  }
  .plan-heading {
    padding: 20px 0;
  }
  .plan-heading__image {
    text-align: center;
  }
  .plan-lead {
    width: 100%;
    margin: 40px auto 0;
    text-align: center;
  }
  .plan-contents {
    max-width: 1100px;
    margin: 23px auto 0;
  }
  .plan-box__title {
    padding: 19px 0;
    text-align: center;
  }
  .plan-box__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 34px 16px;
  }
  .plan-box__body figure {
    width: 55.4%;
  }
  .plan-box__body p {
    width: 35.8%;
    margin-bottom: 30px;
  }
  .plan-box__text {
    padding-bottom: 36px;
    font-weight: 700;
    text-align: center;
  }
  .plan-point {
    max-width: 1100px;
    margin: 40px auto 0;
  }
  .plan-point__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .plan-point__item {
    width: 31.5%;
  }
  .plan-point__item--01 .plan-point__figure {
    width: 93.9%;
  }
  .plan-point__item--02 .plan-point__figure {
    width: 100%;
  }
  .plan-point__item--02 .plan-point__overview {
    padding: 7% 0 5%;
  }
  .plan-point__item--03 .plan-point__figure {
    width: 76.4%;
  }
  .plan-point__item:nth-child(n+2) {
    margin-top: 0;
  }
  .plan-point__title {
    font-size: 2.4rem;
    font-size: calc(1rem + ((2vw - .64rem) * .6143));
    line-height: 1.3;
  }
  .plan-point__title::before {
    width: 18%;
    padding-top: 18%;
  }
  .plan-point__figure {
    margin: 16px auto 0;
  }
  .plan-point__overview {
    font-size: 1.6rem;
    font-size: calc(1rem + ((1.2vw - .64rem) * .6143));
  }
  .voice {
    margin-top: 67px;
  }
  .voice-heading {
    width: 100%;
    text-align: center;
  }
  .voice-lead {
    width: 100%;
    margin: 18px auto 0;
    text-align: center;
  }
  .voice-tabContents {
    max-width: 1100px;
    margin: 42px auto 0;
  }
  .voice-tabContents__buttonList {
    width: 99.4%;
    margin: 0 auto;
  }
  .voice-tabContents__button {
    padding-top: 4.5%;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .voice-tabContents__button:hover {
    opacity: .8;
  }
  .voice-tabContents__button::before {
    bottom: 0;
    width: 9.8%;
    padding-top: 8.2%;
  }
  .voice-tabContents__button::after {
    width: 5.4%;
    padding-top: 5.4%;
  }
  .voice-tabContents__button.current {
    padding-top: 5.4%;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .voice-tabContents__button.current:hover {
    opacity: 1;
  }
  .voice-tabContents__button.current::before {
    width: 16.4%;
    padding-top: 18.4%;
  }
  .voice-tabContents__button.current::after {
    width: 7.8%;
    padding-top: 7.8%;
  }
  .voice-tabContents__button--dog::before {
    left: 50%;
    background: url(../images/voice/ico-tab_button_dog.png) no-repeat center top 0/100%;
    -webkit-transform: translate(-180%, 0);
    transform: translate(-180%, 0);
  }
  .voice-tabContents__button--dog.current::before {
    left: 5%;
    background: url(../images/voice/ico-tab_button_dog.png) no-repeat center top 0/100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .voice-tabContents__button--cat::before {
    right: 50%;
    background: url(../images/voice/ico-tab_button_cat.png) no-repeat center top 0/100%;
    -webkit-transform: translate(180%, 0);
    transform: translate(180%, 0);
  }
  .voice-tabContents__button--cat.current::before {
    right: 5%;
    background: url(../images/voice/ico-tab_button_cat.png) no-repeat center top 0/100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .voice-tabContents__panel--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .voice-tabContents__item {
    position: relative;
    padding: 3.9% 2.5% 100px;
    margin-right: .25%;
    margin-left: .25%;
  }
  .voice-tabContents__item:nth-child(n+2) {
    margin-top: 0;
  }
  .voice-tabContents__item:nth-child(n+3) {
    margin-top: .5%;
  }
  .voice-tabContents__item--letter {
    padding: 3.9% 2.5% 4.5%;
  }
  .voice-tabContents__item--small {
    width: 32.75%;
  }
  .voice-tabContents__item--big {
    width: 66%;
  }
  .voice-tabContents__item:nth-child(n+6) {
    display: none;
  }
  .voice-tabContents__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .voice-tabContents__imageBox {
    width: 47.8%;
  }
  .voice-tabContents__textBox {
    width: 46.7%;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .voice-tabContents__animalName {
    font-size: 2.2rem;
  }
  .voice-tabContents__letterTitle {
    font-size: 2.2rem;
  }
  .voice-tabContents__profile {
    position: absolute;
    bottom: 26px;
  }
  .voice-tabContents__letterImage {
    margin-top: 6.8%;
  }
  .voice-tabContents__accordionButton {
    display: block;
    max-width: 542px;
    margin: 2.7% auto 0;
    padding: 1.6% 11%;
    -webkit-box-shadow: 0 4px 0 0 #004526;
    box-shadow: 0 4px 0 0 #004526;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .voice-tabContents__accordionButton:hover {
    -webkit-box-shadow: 0 0 0 0 #004526;
    box-shadow: 0 0 0 0 #004526;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  .voice-tabContents__accordionButton::before {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%);
  }
  .voice-tabContents__accordionButton img {
    width: 100%;
  }
  .voice-text {
    width: 100%;
    max-width: 1100px;
    margin: 2% auto 0;
  }
  .voice-text + .voice-text {
    margin: .5% auto;
  }
  .faq {
    margin-top: 119px;
  }
  .faq-inner {
    width: 92%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .faq-heading {
    width: 46.4%;
  }
  .faq-lead {
    margin: 20px auto 0;
  }
  .faq-buttonList {
    width: 50.4%;
    margin: 36px auto 0;
  }
  .faq-buttonList__item a {
    position: relative;
    padding: 6.8% 0;
    -webkit-box-shadow: 0 4px 0 0 #004526;
    box-shadow: 0 4px 0 0 #004526;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .faq-buttonList__item a:hover {
    -webkit-box-shadow: 0 0 0 0 #004526;
    box-shadow: 0 0 0 0 #004526;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  .faq-buttonList__item a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 8%;
    width: 7.5%;
    padding-top: 4%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAQCAYAAADqDXTRAAABoUlEQVQ4ja2VIUhDYRSFv01csJhME8OGGFw0Lm2wpgiaxGDSrkGHYd4gaNC2oMkqKIKIgmAwmmdxYpgghpkWRBCcXLlPLo8996aetHfuuefj/zfeEu12uwxsAPfADHBHDxKRruFKpTIGHAOjykrqHpACxoErINMLNAYwY73jxhGFXrtMGrgEhv8JOGx9aWdfK3QOuHVmFrgAhv4IHLKerLOVM6fQJlACHtwwB5wDg78EDtp+ztnaXxKRZtKMZ6AIPLnQBHAGDPQIHLC9CWdrb1FElEPSDRpAAXhxXh44sR9AHGDK8nlna19BRBqBkQzt1Q3ccp5e/SHQ1wXYZ7mSs1sGrPtsGKqq2eKr86aBAyARAUzYfNrZr/Yd1sL5TlDVDTAJvDlvHqhG5Ks2D6R7kyJy0ymsb6SIni9NAUdAv/O2gTX3vAWsuud3YFZETqNKo04aSBcXgA/nKaBsn8shoOYWfgIS46SBFoG9kHds72qvJRHZ71YWF6paBnZ+mK+IyG6com7X66WFUX8pEheo6uWkgfSq14ER4BHYjHOl3wI+AbuleG7mISJRAAAAAElFTkSuQmCC) no-repeat center center/contain;
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%);
  }
  .faq-buttonList__item img {
    width: 52.8%;
  }
  .faq-contents {
    width: 100%;
    margin: 30px auto 0;
  }
  .faq-contents__title {
    width: 17.4%;
  }
  .faq-contents__body {
    margin-top: 15px;
  }
  .faq-contents__body--inner {
    margin-top: 30px;
    cursor: pointer;
    font-size: 2.4rem;
  }
  .faq-contents__item:nth-child(1) {
    margin-top: 0;
  }
  .faq-contents__question {
    padding: 2% 3.1%;
    cursor: pointer;
    font-size: 2.4rem;
  }
  .faq-contents__question p {
    padding: 0 4.1% 0 2em;
  }
  .faq-contents__question p::before {
    width: 3.3%;
    padding-top: 3.3%;
  }
  .faq-contents__answer {
    padding: 17px 25px 41px 78px;
    font-size: 1.6rem;
  }
  .faq-contents__answer dl + p, .faq-contents__answer p + dl, .faq-contents__answer p + p, .faq-contents__answer small + p {
    margin-top: 24px;
  }
  .faq-contents__answer ol {
    margin-top: 14px;
  }
  .faq-contents__answer ol li + li {
    margin-top: 9px;
  }
  .faq-contents__answer dl {
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 1.2fr 1.6fr 1fr .2fr 1.5fr 1fr;
    grid-template-columns: 1.2fr 1.6fr 1fr .2fr 1.5fr 1fr;
    width: 100%;
    max-width: 651px;
    font-size: 1.6rem;
  }
  .faq-contents__answer dl .table-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .faq-contents__answer dl .table-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .faq-contents__answer dl .table-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
  .faq-contents__answer dl .table-item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5/6;
  }
  .faq-contents__answer dl .table-item:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-column: 6/7;
  }
  .faq-contents__answer dl .table-item:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .faq-contents__answer dl .table-item:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .faq-contents__answer dl .table-item:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
  .faq-contents__answer dl .table-item:nth-child(9) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5/6;
  }
  .faq-contents__answer dl .table-item:nth-child(10) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-column: 6/7;
  }
  .faq-contents__answer span {
    display: block;
    font-size: 1.2rem;
    margin: 5px 0 0 20px;
  }
  .faq-contents__answer strong img {
    width: 66px;
  }
  .faq-contents__answer p a {
    max-width: 508px;
    padding: 14px 21px;
    -webkit-box-shadow: 0 4px 0 0 #004526;
    box-shadow: 0 4px 0 0 #004526;
  }
  .faq-contents__answer p a:hover {
    -webkit-box-shadow: 0 0 0 0 #004526;
    box-shadow: 0 0 0 0 #004526;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  .faq-contents__answer p a img {
    width: 100%;
  }
  .faq-contents__notes {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  .faq-contents__notes--other + .faq-contents__notes--other {
    margin-top: 0;
  }
  .faq-contents__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
  }
  .faq-contents__wrap--item {
    width: 47%;
  }
  .faq-contents__attention {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
  }
  .faq-contents__firstText::before {
    top: -5px;
    left: -40px;
    font-size: 2.4rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 1.8;
  }
  .footer {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .footer-buttonList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
  }
  .footer-buttonList__item {
    width: 33%;
  }
  .footer-buttonList__item:nth-child(n+2) {
    margin-top: 0;
  }
  .footer-buttonList__item--01 a:hover {
    background: url(../images/footer/img-onlin_cade_01.png) no-repeat center bottom/100%;
  }
  .footer-buttonList__item--02 a:hover {
    background: url(../images/footer/img-onlin_cade_02.png) no-repeat center bottom/100%;
  }
  .footer-buttonList__item--03 a:hover {
    background: url(../images/footer/img-onlin_cade_03.png) no-repeat center bottom/100%;
  }
  .footer-textWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 92%;
    max-width: 1100px;
    margin: 34px auto 0;
  }
  .footer-text {
    margin: 0 auto;
  }
  .footer-text + .footer-text {
    margin-top: 8px;
  }
  .footer-telBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1100px;
    margin: 30px auto 0;
  }
  .footer-telBox__number {
    width: 50%;
  }
  .footer-telBox__number img {
    width: 67.3%;
  }
  .footer-telBox__receptionTime {
    width: 50%;
    padding: 30px 15px;
  }
  .footer-companyInfo {
    margin-top: 58px;
    padding-top: 60px;
  }
  .footer-companyInfo__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 92%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .footer-companyInfo__logo {
    width: 24.5%;
  }
  .footer-companyInfo__logo img {
    width: 81.5%;
  }
  .footer-companyInfo__text {
    width: 75.5%;
  }
  .footer-companyInfo__name {
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .footer-companyInfo__name strong {
    font-size: 2.4rem;
  }
  .footer-companyInfo__address {
    margin: 14px auto 0;
    font-size: 1.6rem;
  }
  .conversion {
    margin-top: 7.2%;
    padding: 50px 0;
  }
  .conversion-inner {
    width: 100%;
  }
  .conversion-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 92%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .conversion-heading {
    margin: 20px 10px 0 40px;
  }
  .conversion-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 732px;
    margin-top: 0;
    padding: 40px 43px;
  }
  .conversion-contents__overview {
    width: 98.7%;
    margin: 0 auto;
  }
  .conversion-text {
    margin-top: 31px;
    font-size: 1.8rem;
  }
  .conversion-button a {
    width: 100%;
    margin: 12px auto 0;
    padding: 25px 0;
    -webkit-box-shadow: 0 4px 0 0 #004526;
    box-shadow: 0 4px 0 0 #004526;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .conversion-button a:hover {
    -webkit-box-shadow: 0 0 0 0 #004526;
    box-shadow: 0 0 0 0 #004526;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  .conversion-button a img {
    width: 41.8%;
  }
  .conversion--typeGap {
    margin-top: 0;
  }
  .minnaNoDreeder .mfp-arrow-right {
    right: 4.5%;
  }
  .numericModal-contents .mfp-close {
    width: 7.7%;
    padding-top: 7.7%;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .numericModal-contents .mfp-close:hover {
    opacity: .8;
  }
  .following {
    left: 50%;
    max-width: 1060px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .following-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 92%;
    margin: 0 auto;
  }
  .following-buttonWrap {
    width: 69.6%;
  }
  .following-buttonWrap__item a {
    padding: 18px 0;
    -webkit-box-shadow: 0 4px 0 0 #004526;
    box-shadow: 0 4px 0 0 #004526;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .following-buttonWrap__item a:hover {
    -webkit-box-shadow: 0 0 0 0 #004526;
    box-shadow: 0 0 0 0 #004526;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  .following-text {
    margin: 1% auto 0;
  }
  .following-button {
    margin-top: 14px;
  }
  .following-button a {
    padding: 1.1% 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .following-button a:hover {
    opacity: .8;
  }
  .following-button img {
    width: 12.6%;
  }
  .following-closeButton {
    top: 0;
    margin: 2% 2% 0 0;
    padding: 0;
    background-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .following-closeButton:hover {
    opacity: .8;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .scroll {
    width: 100%;
    height: auto;
    margin-top: 3.5%;
    text-align: center;
  }
  .voice-tabContents__item:nth-child(n+7) {
    display: none;
  }
  .voice-tabContents__accordionButton {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  .plan-point__title {
    font-size: 2.4rem;
  }
  .plan-point__overview {
    font-size: 1.6rem;
  }
}
