@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500&display=swap");
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 全体 */
:root {
  --width-div-922: 922px; /* div幅サイズ */
  --width-div-916: 916px;
  --width-div-856: 864px;
  --width-div-736px: 736px;

  /* 配色 */
  --c-text: #252525;
  --c-primary: #02aee8;
  --c-link: #fe9340;
  --c-wht: #fff;
  --c-bk-paleblu: #f4fcff; /* 背景 */
  --c-bk-midblu: #e9f9ff;
  --c-bk-palered: #ffefeb;

  /* 見出しサイズ */
  --size-h2: 2rem; /* 32px */
  --size-h3: 2rem; /* 32px */

  /* パッディング用（共通） */
  --padding-PC-top-lg: 72px; /* 上パッディング設定(大) */
  --padding-SP-top-lg: 40px;
  --padding-PC-bottom-lg: 72px; /* 下パッディング設定(大) */
  --padding-SP-bottom-lg: 40px;

  --padding-PC-top-md: 56px; /* 上パッディング設定(中) */
  --padding-SP-top-md: 24px;
  --padding-PC-bottom-md: 56px; /* 下パッディング設定(中) */
  --padding-SP-bottom-md: 24px;

  --padding-PC-sml: 24px; /* パッディング設定(小) */
  --padding-SP-sml: 12px; /* パッディング設定(小) */

  --margin-PC-top-lg: 48px; /* 上マージン設定(大) */
  --margin-SP-top-lg: 24px;
  --margin-PC-bottom-lg: 48px; /* 下マージン設定(大) */
  --margin-SP-bottom-lg: 24px;

  --margin-PC-top-md: 24px; /* 上マージン設定(中) */
  --margin-SP-top-md: 12px;
  --margin-PC-bottom-md: 24px; /* 下マージン設定(中) */
  --margin-SP-bottom-md: 12px;
}

.padding-t-sec-lg {
  padding-top: var(--padding-PC-top-lg);
}
.padding-b-sec-lg {
  padding-bottom: var(--padding-PC-bottom-lg);
}
.padding-t-sec-md {
  padding-top: var(--padding-PC-top-md);
}
.padding-b-sec-md {
  padding-bottom: var(--padding-PC-bottom-md);
}

.padding-all-sml {
  padding: var(--padding-PC-sml);
}

.margin-t-lg {
  margin-top: var(--margin-PC-top-lg);
}
.margin-b-lg {
  margin-bottom: var(--margin-PC-bottom-lg);
}
.margin-t-md {
  margin-top: var(--margin-PC-top-md);
}
.margin-b-md {
  margin-bottom: var(--margin-PC-bottom-md);
}

@media only screen and (max-width: 768px) {
  /* タブレット・スマホ用 */
  .padding-t-sec-lg {
    padding-top: var(--padding-SP-top-lg);
  }
  .padding-b-sec-lg {
    padding-bottom: var(--padding-SP-bottom-lg);
  }
  .padding-t-sec-md {
    padding-top: var(--padding-SP-top-md);
  }
  .padding-b-sec-md {
    padding-bottom: var(--padding-SP-bottom-md);
  }

  .padding-all-sml {
    padding: var(--padding-SP-sml);
  }

  .margin-t-lg {
    margin-top: var(--margin-SP-top-lg);
  }
  .margin-b-lg {
    margin-bottom: var(--margin-SP-bottom-lg);
  }
  .margin-t-md {
    margin-top: var(--margin-SP-top-md);
  }
  .margin-b-md {
    margin-bottom: var(--margin-SP-bottom-md);
  }
}

#LP_camp_box {
  overflow: hidden;
  color: var(--c-text);
  line-height: 1.7;
  background-color: #fefefe;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic",
    sans-serif;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
}
.material-symbols-outlined {
  /* Googleアイコンフォント関連 */
  display: inline-flex;
  vertical-align: middle;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* テキスト(全体) */

#LP_camp_box h2 {
  font-size: var(--size-h2);
  font-weight: 400;
  line-height: 1.6;
}
#LP_camp_box h3 {
  font-size: var(--size-h3);
  font-weight: 500;
  line-height: 1.6;
}
#LP_camp_box h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}
#LP_camp_box h5 {
  font-size: 1.25rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #LP_camp_box h2 {
    font-size: 2rem !important;
  }
}

@media only screen and (max-width: 544px) {
  #LP_camp_box h2 {
    font-size: 1.625rem !important;
  }
}

.txt-alg-left {
  text-align: left !important;
}
.txt-alg-right {
  text-align: right !important;
}

.txt-s-small {
  font-size: 0.8125rem;
}

.em_blu {
  /* ブルー強調 */
  color: var(--c-primary);
  font-weight: bold;
}
.em_org {
  /* オレンジ強調 */
  color: var(--c-link);
  font-weight: bold;
}

.underline_blu {
  /* ブルー下線 */
  border-bottom: 4px solid var(--c-primary);
}

/* 改行の設定 */
br.is-pc {
  display: block;
}
br.is-pc-sml {
  display: block;
}
br.is-sp {
  display: none;
}
br.is-sp-sml {
  display: none;
}

@media screen and (max-width: 768px) {
  #LP_camp_box h2 {
    font-size: 1.4375rem;
    line-height: 1.6;
  }
  br.is-pc {
    display: none;
  }
  br.is-sp {
    display: block;
  }
}

@media only screen and (max-width: 544px) {
  /* For SP */
  #LP_camp_box h3 {
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 415px) {
  br.is-pc-sml {
    display: none;
  }
  br.is-sp-sml {
    display: block;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダー */
div.header_wrapper div.row {
  position: relative;
  background: rgb(232, 246, 252);
  background: linear-gradient(
    106deg,
    rgba(232, 246, 252, 1) 0%,
    rgba(232, 246, 252, 1) 70%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  padding-bottom: 90px; /* <<<問い合わせウィンドウとの重なり調整 */
}

div.header_wrapper div.d-md-flex {
  max-width: 920px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}
div.header_wrapper div.col-sm-12,
div.header_wrapper div.col-xs-12 {
  margin-bottom: auto;
  margin-right: auto;
}
div.header_wrapper div.d-md-flex div.d-sm-flex {
  font-size: 1.125rem;
  font-weight: 500;
}
div.header_wrapper div.d-md-flex div.d-sm-flex p {
  border-bottom: 2px solid var(--c-primary);
  padding-bottom: 6px;
}

div.header_wrapper div.h1Bubble {
  /* ヘッダー吹き出し */
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 24px;
  border: 2px solid #02aee8;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: left;
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1.4;
  color: #00afe7;
}
div.header_wrapper div.h1Bubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #02aee8 transparent transparent;
  translate: -50% 100%;
}
div.header_wrapper div.h1Bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17.2px 17.2px 0 17.2px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

div.header_wrapper h1 {
  font-size: 2.625rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
}

div.inner_wonderimg_sp {
  display: none;
}
div.sp_visible_on {
  display: none;
}
div.inner_threemedal_sp {
  display: none;
}

div.header_wrapper div.btn_wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

img.img_wonder_ttl {
  max-width: 120px;
  height: auto !important;
}

@media only screen and (max-width: 768px) {
  /* For TB */
  div.header_wrapper div.row {
    background: rgb(232, 246, 252);
    background: linear-gradient(
      106deg,
      rgba(232, 246, 252, 1) 0%,
      rgba(232, 246, 252, 1) 70%,
      rgba(255, 255, 255, 1) 70%,
      rgba(255, 255, 255, 1) 100%
    );
  }

  div.inner_wonderimg_sp {
    position: relative;
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 1rem !important;
  }
  div.inner_medalimg {
    display: none;
  }
  div.inner_threemedal_pc {
    display: none;
  }
  div.inner_threemedal_sp {
    position: absolute;
    display: block;
    z-index: 3;
    bottom: -50px;
  }
  div.pc_visible_on {
    display: none;
  }
  div.sp_visible_on {
    display: block;
    margin-top: 5rem;
    margin-bottom: 1rem;
  }

  div.header_wrapper div.col-md-6 {
    max-width: 1045px;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  div.header_wrapper div.col-sm-12,
  div.header_wrapper div.col-xs-12 {
    margin-top: 3rem;
  }

  div.header_wrapper div.btn_wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  div.header_wrapper a.btn {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 544px) {
  /* For SP */
  div.header_wrapper div.row h1 {
    margin-left: auto;
    margin-right: auto;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-top: 1rem;
  }
  div.header_wrapper div.col-sm-12,
  div.header_wrapper div.col-xs-12 {
    margin-top: 1rem;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 問い合わせ */

div.inquiry_wrapper {
  width: 100%;
}

@media only screen and (max-width: 575px) {
  /* タブレット・スマホ用 */
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 問い合わせウィンドウ */

div.inquiry_window {
  position: relative;
  background-color: #fff;
  max-width: 720px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px 8px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
div.inquiry_window-shiftup {
  top: -40px;
  z-index: 998;
}

div.inquiry_window div.d-sm-flex {
  width: 100%;
  padding-top: 0;
  margin-top: 0;
}

div.inquiry_window div.d-sm-flex p {
  text-align: left;
}
span.inquiry_p_desk {
  font-size: 1.25rem;
  font-weight: 700;
}
span.inquiry_p_time {
  font-weight: 300;
}

div.inquiry_window div.copyBubble {
  position: relative;
  top: -24px;
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 32px;
  border: 2px solid #02aee8;
  border-radius: 9999px;
  background-color: #02aee8;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  z-index: 999;
}

div.inquiry_window div.copyBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #02aee8 transparent transparent;
  translate: -50% 100%;
}

div.inquiry_window div.copyBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17.2px 17.2px 0 17.2px;
  border-color: #02aee8 transparent transparent;
  translate: -50% 100%;
}

img.img_freecallnumber {
  max-width: 290px;
  height: auto !important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* イントロ */

div.intro_wrapper {
  margin-top: 1rem;
}
div.intro_wrapper div.d-sm-flex {
  max-width: 736px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  gap: 24px;
}

div.intro_wrapper h3 {
  font-size: 2rem !important;
  margin-bottom: 1rem;
}

div.intro_wrapper div.quesresult_inner {
  max-width: var(--width-div-736px);
  margin: 0 auto;
}
div.intro_wrapper div.aboutwonder_inner {
  width: 100%;
  margin: 0 auto;
  background-color: #f4fcff;
}

div.intro_wrapper div.d-flex {
  margin-top: 1.125em;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 1.125em;
}
div.intro_wrapper div.d-flex div img {
  max-height: 50px;
  width: auto !important;
}
div.intro_wrapper div.biglogo_inner div img {
  max-height: 90px;
  width: auto !important;
}

div.intro_wrapper p.txt-s-small {
  margin-top: 1em;
}

img.img_AHlogo {
  max-width: 800px;
  width: 96%;
  height: auto !important;
}

@media only screen and (max-width: 768px) {
  /* For TB */
  div.intro_wrapper h3 {
    font-size: 1.25rem !important;
  }
  div.intro_wrapper div.d-flex div img {
    max-height: 25px;
    width: auto !important;
  }
  div.intro_wrapper div.biglogo_inner div img {
    max-height: 45px;
    width: auto !important;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* アバウト */
div.about_wrapper {
  background-color: var(--c-bk-paleblu);
}

div.about_wrapper div.d-sm-flex {
  max-width: var(--width-div-736px);
  margin-left: auto;
  margin-right: auto;
  column-gap: 2rem;
}

img.img_thum_pcsp {
  height: auto !important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* お悩み */

div.onayami_wrapper {
  width: 100%;
  background-color: var(--c-primary);
}
div.onayami_wrapper h3 {
  color: var(--c-wht);
}
div.onayami_wrapper h4 {
  margin-top: 1rem;
}

div.onayami_wrapper div.d-sm-flex {
  max-width: var(--width-div-856);
  column-gap: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
div.onayami_wrapper div.d-sm-flex > div {
  width: calc((100% - 2em) / 3);
  background-color: #fff;
  border-radius: 12px;
}
div.onayami_wrapper div.d-sm-flex img {
  border-radius: 12px 12px 0 0;
  max-width: 240px;
  height: auto !important;
}

div.onayami_wrapper {
  /* 矢印つき背景 */
  position: relative;
}
div.onayami_wrapper::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translatex(50%);
  box-sizing: border-box;
  border-right: calc(15vw - 10px) solid transparent;
  border-left: calc(15vw - 10px) solid transparent;
  border-top: 50px solid;
  border-top-color: var(--c-primary);
}

@media only screen and (max-width: 575px) {
  /* タブレット・スマホ用 */
  div.onayami_wrapper div.d-sm-flex > div {
    width: 96%;
    margin-bottom: 1rem;
  }
  div.onayami_wrapper::after {
    border-right: calc(25vw - 10px) solid transparent;
    border-left: calc(25vw - 10px) solid transparent;
    border-top: 50px solid;
    border-top-color: var(--c-primary);
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「（1）特徴」 */

div.feature01_wrapper {
  background-color: var(--c-bk-paleblu);
}

div.feature01_wrapper h2 {
  display: inline-block !important;
}

div.feature01_wrapper p.feature01_inner_p {
  max-width: var(--width-div-736px);
  margin-left: auto;
  margin-right: auto;
}

div.feature01_wrapper div.d-sm-flex {
  max-width: var(--width-div-922);
  width: 94%;
  background-color: #fff;
  text-align: left;
  column-gap: 2.5rem;
  margin-right: auto;
  margin-left: 0;
  padding-left: 58px;
  padding-right: 58px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  border-radius: 0 12px 12px 0;
}
div.feature01_wrapper div.feature01_inner_rv {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: auto;
  border-radius: 12px 0 0 12px;
}

div.feature01_wrapper h4 {
  font-size: 1.75rem !important;
  font-weight: bold;
}
div.feature01_wrapper h4 span {
  display: inline-block;
  font-size: 3.5rem;
  font-weight: bold;
  margin-right: 10px;
}

img.img_ft01_wonder1,
img.img_ft01_wonder2,
img.img_ft01_wonder3 {
  max-width: 350px;
  height: auto !important;
}

@media screen and (max-width: 768px) {
  div.feature01_wrapper h2 {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 575px) {
  div.feature01_wrapper h2 {
    margin-top: 2rem;
  }
  div.feature01_wrapper div.d-sm-flex {
    padding-left: 32px;
    padding-right: 32px;
  }
  div.feature01_wrapper div.feature01_inner_nl {
    margin-right: 0;
    margin-left: auto;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「メリット」 */

div.feature02_wrapper {
  width: 100%;
  position: relative;
  background-color: #efefef;
}

div.feature02_wrapper div.col-sm-12 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
div.feature02_wrapper div.col-sm-12 > p {
  max-width: var(--width-div-736px);
  margin-left: auto;
  margin-right: auto;
}

div.feature02_wrapper div.d-sm-flex {
  max-width: var(--width-div-856);
  column-gap: 2rem;
  margin-left: auto;
  margin-right: auto;
}
div.feature02_wrapper div.d-sm-flex > div {
  background-color: #fff;
  border-radius: 12px;
  width: calc((100% - 2rem) / 3);
}
div.feature02_wrapper div.d-sm-flex h5 {
  margin-top: 1rem;
}

@media screen and (max-width: 575px) {
  div.feature02_wrapper div.d-sm-flex > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  div.feature02_wrapper div.d-sm-flex > div:last-of-type {
    margin-top: 2rem;
  }
}

div.benefits_wrapper01 {
  /* div「飼い主様のメリット」 */
  background-color: #f4fcff;
}
div.benefits_wrapper01 h3 span.bene_subttl,
div.benefits_wrapper02 h3 span.bene_subttl {
  font-size: 1.5rem;
  background: linear-gradient(transparent 70%, #fff812 70%);
}

div.benefits_wrapper02 {
  /* div「動物病院様のメリット」 */
  background-color: #e6f9ff;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「導入効果」 */
div.installation_wrapper {
  width: 100%;
  position: relative;
  background-color: #efefef;
}

div.installation_wrapper div.col-sm-12 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
div.installation_wrapper div.col-sm-12 > p {
  max-width: var(--width-div-736px);
  margin-left: auto;
  margin-right: auto;
}

div.installation_wrapper div.d-md-flex {
  max-width: var(--width-div-856);
  column-gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0;
  background-color: #fff;
  border-radius: 12px;
}
div.installation_wrapper div.d-md-flex > div {
  width: calc((100% - 5rem) / 3);
}

div.installation_wrapper span.bg_blu {
  background-color: var(--c-primary);
  color: #fff;
  padding: 2px 6px;
  margin-right: 4px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「利用者様の声」 */

div.voice_wrapper {
  background-color: var(--c-bk-midblu);
}

div.voice_wrapper div.d-sm-flex {
  max-width: var(--width-div-916);
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  column-gap: 1.5rem;
}
div.voice_wrapper div.d-sm-flex > div {
  width: calc(100% / 3);
  background-color: #fff;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
div.voice_wrapper div.d-sm-flex > div img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

div.voice_wrapper p.em_blu {
  font-size: 0.875rem;
}

@media screen and (max-width: 575px) {
  div.voice_wrapper div.d-sm-flex > div {
    width: 96%;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「開発予定」 */

div.feature03_wrapper {
  width: 100%;
  position: relative;
  background-color: #f2f4f8;
}

div.feature03_wrapper div.col-sm-12 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
div.feature03_wrapper div.col-sm-12 > p {
  max-width: var(--width-div-736px);
  margin-left: auto;
  margin-right: auto;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「キャンペーン」 */

div.camp_wrapper {
  background-color: var(--c-bk-palered);
}

div.camp_wrapper div.camp_inner_pretxt {
  max-width: var(--width-div-736px);
  margin-left: auto;
  margin-right: auto;
}
div.camp_wrapper div.camp_inner_attention {
  max-width: var(--width-div-856);
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

div.camp_wrapper div.camp_inner_pretxt p span {
  font-weight: bold;
  color: #e40110;
}
div.camp_wrapper div.camp_inner_pretxt p span.em_big {
  font-size: var(--size-h3);
}

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

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* セミナー */

div.seminar_wrapper {
  background-color: var(--c-bk-paleblu);
}

div.seminar_wrapper div.d-sm-flex {
  max-width: var(--width-div-736px);
  margin-left: auto;
  margin-right: auto;
  column-gap: 2rem;
}

img.img_thum_seminar {
  max-width: 400px;
  height: auto !important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ボタン */

#LP_camp_box div.btn_wrapper {
  max-width: 440px;
  width: 100%;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

div.txt_tooltip {
  /* hoverでツールチップ表示 */
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--c-primary);
  border-radius: 5px;
  background: var(--c-bk-paleblu);
  max-width: 300px;
  width: 80%;
}
div.txt_tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 8px solid transparent;
  border-top: 8px solid;
  border-top-color: var(--c-bk-paleblu);
  margin-left: -8px;
}
#LP_camp_box div.btn_wrapper:hover div.txt_tooltip {
  display: inline-block;
  top: -45%;
  left: 12%;
}

#LP_camp_box a.btn {
  width: 100%;
  max-width: 440px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.9em 2em;
  text-decoration: none;
  outline: none;
  letter-spacing: 0.025em;
  border-radius: 0.3em;
  color: #fff;
  background-color: var(--c-link);
  box-shadow: 0 2px 0 #c95d0b;
}
.btn-icon-r {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 1em;
  line-height: 1em;
  font-size: 1.4em !important;
  transform: translateY(-50%); /* 上下中央に */
}
#LP_camp_box a.btn:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #c95d0b;
}

#LP_camp_box a.btn-col-seminar {
  background-color: #7d1c95 !important;
  box-shadow: 0 2px 0 #5f1172 !important;
}
#LP_camp_box a.btn-col-seminar:hover {
  transform: translateY(5px);
  background-color: #5f1172 !important;
  box-shadow: 0 0 0 #5f1172 !important;
}

@media only screen and (max-width: 599px) {
  /* スマホ用 */
  #LP_camp_box a.btn {
    font-size: 1em;
    max-width: 100%;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 387px) {
  /* スマホ(小)用 */
  #LP_camp_box a.btn {
    font-size: 0.8125em;
  }
}
