@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 全体 */
:root {
  --maxWD-820px: 820px;
  --maxWD-inner: 820px; /* innerの最大幅 */
  --maxWD-inner-sm: 792px; /* inner(小)の最大幅 */

  --c-text: #333d47; /* テキスト */
  --c-primary: #cc2233;
  --c-second: #f8e973;
  --c-link: #cc2233;
  --c-bk-main: #333d47; /* 背景 */
  --c-bk-gray: #f3f3f5;

  --padding-PC-top-big: 104px; /* 共通の上パッディング設定(大) */
  --padding-SP-top-big: 72px;
  --padding-PC-bottom-big: 104px; /* 共通の下パッディング設定(大) */
  --padding-SP-bottom-big: 72px;

  --padding-PC-top: 72px; /* 共通の上パッディング設定 */
  --padding-SP-top: 40px;
  --padding-PC-bottom: 72px; /* 共通の下パッディング設定 */
  --padding-SP-bottom: 40px;

  --padding-PC-top-sml: 54px; /* 共通の上パッディング設定(小) */
  --padding-SP-top-sml: 24px;
  --padding-PC-bottom-sml: 54px; /* 共通の下パッディング設定(小) */
  --padding-SP-bottom-sml: 24px;

  --padding-inn-PC-top: 48px; /* 共通のinner上パッディング設定 */
  --padding-inn-SP-top: 24px;
  --padding-inn-PC-bottom: 48px; /* 共通のinner下パッディング設定 */
  --padding-inn-SP-bottom: 24px;

  --padding-inn-PC-top-sml: 24px; /* 共通のinner内の上パッディング設定(小) */
  --padding-inn-SP-top-sml: 16px;
  --padding-inn-PC-bottom-sml: 24px; /* 共通のinner内の下パッディング設定(小) */
  --padding-inn-SP-bottom-sml: 16px;

  --margin-PC-div-top: 24px; /* inner内divの上マージン設定 */
  --margin-SP-div-top: 32px;
  --margin-PC-div-bottom: 24px; /* inner内divの下マージン設定 */
  --margin-SP-div-bottom: 32px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パッディング用（共通） */
.padding-t-sec {
  /* 共通の上パッディング設定 */
  padding-top: var(--padding-PC-top);
}
.padding-b-sec {
  padding-bottom: var(--padding-PC-bottom);
}

.padding-t-big {
  /* 共通の上パッディング設定(大) */
  padding-top: var(--padding-PC-top-big);
}
.padding-b-big {
  padding-bottom: var(--padding-PC-bottom-big);
}

.padding-t-sml {
  /* 共通の上パッディング設定(小) */
  padding-top: var(--padding-PC-top-sml);
}
.padding-b-sml {
  padding-bottom: var(--padding-PC-bottom-sml);
}

.padding-inn-t-sec {
  /* 共通のinner上パッディング設定 */
  padding-top: var(--padding-inn-PC-top);
}
.padding-inn-b-sec {
  padding-bottom: var(--padding-inn-PC-bottom);
}

.padding-inn-t-sec-sml {
  /* 共通のinner内の上パッディング設定(小) */
  padding-top: var(--padding-inn-PC-top-sml);
}
.padding-inn-b-sec-sml {
  padding-bottom: var(--padding-inn-PC-bottom-sml);
}

.margin-div-t {
  padding-top: var(--margin-PC-div-top);
}
.margin-div-b {
  padding-bottom: var(--margin-PC-div-bottom);
}

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

  .padding-t-big {
    padding-top: var(--padding-SP-top-big);
  }
  .padding-b-big {
    padding-bottom: var(--padding-SP-bottom-big);
  }

  .padding-t-sml {
    padding-top: var(--padding-SP-top-sml);
  }
  .padding-b-sml {
    padding-bottom: var(--padding-SP-bottom-sml);
  }

  .padding-inn-t-sec {
    padding-top: var(--padding-inn-SP-top);
  }
  .padding-inn-b-sec {
    padding-bottom: var(--padding-inn-SP-bottom);
  }

  .padding-inn-t-sec-sml {
    padding-top: var(--padding-inn-SP-top-sml);
  }
  .padding-inn-b-sec-sml {
    padding-bottom: var(--padding-inn-SP-bottom-sml);
  }

  .margin-div-t {
    padding-top: var(--margin-SP-div-top);
  }
  .margin-div-b {
    padding-bottom: var(--margin-SP-div-bottom);
  }
}

#LP_camp_box {
  overflow: hidden;
  color: var(--c-text);
  line-height: 1.7;
  font-size: 1rem;
  font-weight: 300;
  font-family:
    "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体",
    YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial,
    Verdana, sans-serif;
  font-optical-sizing: auto;
  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 p {
  margin-bottom: 0;
}

.txt-center {
  text-align: center !important;
}
.txt-p-left {
  text-align: left !important;
}
.txt-p-right {
  text-align: right !important;
}
.txt-s-small {
  font-size: 0.9375rem;
}
.txt-xs-small {
  font-size: 0.8125rem;
}
.txt-c-wh {
  color: #fff !important;
}

/* 改行の設定 */
br.is-pc {
  display: block;
}
br.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.is-pc {
    display: none;
  }
  br.is-sp {
    display: block;
  }
}

/* 見出し */
#LP_camp_box h3 {
  font-size: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
#LP_camp_box h3::before,
#LP_camp_box h3::after {
  background-color: var(--c-text);
  content: "";
  height: 2px;
  flex-grow: 1;
}
#LP_camp_box h3::before {
  margin-right: 24px;
}
#LP_camp_box h3::after {
  margin-left: 24px;
}

#LP_camp_box h3 span {
  color: var(--c-primary);
}

@media only screen and (max-width: 768px) {
  #LP_camp_box h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 570px) {
  #LP_camp_box h3 {
    display: block;
  }
  #LP_camp_box h3::before,
  #LP_camp_box h3::after {
    content: none;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* Flex */

.grid-inn-gap {
  column-gap: 4rem;
}
@media screen and (max-width: 368px) {
  .grid-inn-gap {
    column-gap: 2rem;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* リスト */

#LP_camp_box ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
#LP_camp_box ul li {
  position: relative;
  list-style: none;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダー */
#LP_camp_box .sec_firstview {
  width: 100%;
  text-align: center;
}

.hd__wrapper {
  width: 100%;
  background-image: url("https://vetswan.s3.amazonaws.com/upload/feature_data/20306/lp_img/bk_ft20306_01.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

.hd__inner {
  margin-top: 80px;
  margin-bottom: 48px;
  margin-inline: auto;
}
.hd__inner h2 {
  width: 90%;
  font-size: 1.75rem;
  margin-inline: auto;
}
.hd__inner h2 div {
  margin-top: 1.5rem;
  line-height: 1.5;
}
.hd__inner .hd__img {
  width: min(90%, 745px);
  margin-top: 2.5rem;
  margin-inline: auto;
}
.hd__img figure picture img {
  width: min(100%, 745px);
  height: auto;
}

.hd__inner .txt-s-small {
  margin-top: 1rem;
}
.hd__inner .btn_wrapper {
  margin-top: 2rem;
}

img.img_logo_suntech {
  width: min(70%, 445px) !important;
  height: auto;
}

@media screen and (max-width: 768px) {
  span.display-pc {
    display: none;
  }
  .hd__inner h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 570px) {
  .hd__inner {
    margin-top: 80px;
    margin-bottom: 48px;
  }
  .hd__inner h2 {
    font-size: 1.25rem;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 問い合わせ */
.sec_inquiry {
  width: 100%;
  background-color: var(--c-bk-main);
}
.inquiry_wrapper {
  width: min(90%, var(--maxWD-inner));
  margin-inline: auto;
  padding: 2rem 0;
}

.inquiry_wrapper .d-sm-flex {
  width: min(92%, var(--maxWD-inner-sm));
  margin-inline: auto;
  color: #fff;
  align-items: center;
  column-gap: 3rem;
}
.inquiry_wrapper .d-sm-flex > div:first-of-type {
  width: 45%;
}
.inquiry_wrapper .d-sm-flex > div:last-of-type {
  width: 55%;
}

img.img_TELno {
  /* 問い合わせ番号 */
  width: min(96%, 324px);
  height: auto !important;
}
.inquiry_wrapper .d-sm-flex p {
  margin-bottom: 0.25rem;
}
p.ttl-vetsdesk {
  font-weight: 500;
  text-align: center !important;
}
p.ttl-workingtime {
  text-align: center !important;
  padding-top: 4px;
}

@media only screen and (max-width: 768px) {
  .inquiry_wrapper .d-sm-flex {
    column-gap: 1.5rem;
  }
}

@media only screen and (max-width: 729px) {
  .inquiry_wrapper .d-sm-flex {
    display: block !important;
    width: 86%;
    text-align: center;
  }
  .inquiry_wrapper .d-sm-flex > div:first-of-type {
    width: 100%;
  }
  .inquiry_wrapper .d-sm-flex p {
    text-align: center !important;
  }
  .inquiry_wrapper .d-sm-flex > div:last-of-type {
    width: 100%;
    margin-top: 1rem;
  }
  img.img_TELno {
    max-width: 400px;
  }
  .header_wrapper .inquiry_wrapper {
    padding: 1rem 0;
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* イントロ */
#LP_camp_box .sec_intro {
  width: 100%;
  background-color: #fff;
}
.sec_intro .d-sm-flex {
  width: min(96%, var(--maxWD-820px)) !important;
  margin-inline: auto;
  background-color: #f3f3f5;
}
.drhiguchi-pic__inner {
  width: 40%;
}
.drhiguchi-txt__inner {
  width: 60%;
  text-align: left;
  padding: 1rem 2rem;
}

img.img_intro_thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec_intro p.txt-p-left {
  width: min(96%, var(--maxWD-820px));
  margin-inline: auto;
  margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
  .sec_intro .d-sm-flex {
    display: block !important;
  }
  .drhiguchi-pic__inner {
    width: 100% !important;
  }
  .drhiguchi-txt__inner {
    width: 100% !important;
  }
  img.img_intro_thumb {
    height: 200px !important;
    object-fit: contain;
  }
  .sec_intro p.txt-p-left {
    width: 90%;
    margin-inline: auto;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「特徴」 */
.sec_feature {
  width: 100%;
  background-color: var(--c-bk-gray);
}
.sec_feature_inner {
  width: min(96%, var(--maxWD-820px));
  margin-inline: auto;
}

.sec_feature_inner > .d-sm-flex {
  column-gap: 3rem;
}
.sec_feature_inner > .d-sm-flex > div {
  width: 50%;
  align-items: stretch;
}
.div__txtftdogs {
  flex-basis: 60%;
  flex-grow: 1;
}
.div__imgftdogs {
  flex-basis: 40%;
  flex-grow: 1;
}
img.img_ftdogs {
  object-fit: cover !important;
}

.sec_feature01 h3 {
  margin-bottom: 2rem;
}
.sec_feature01 h4 {
  display: inline-block;
  padding: 8px 3rem;
  color: #fff;
  background-color: var(--c-bk-main);
}

.ft01__inner {
  background-color: #fff;
  padding: 3rem;
  margin-top: 3rem;
}
.ft01__inner h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.ft01_imgmain_inner {
  margin-top: 2rem;
  width: 100%;
}
.ft01_imgmain_inner img {
  width: 100%;
  height: auto !important;
  object-fit: contain;
}

@media only screen and (max-width: 980px) {
  .div__txtftdogs {
    flex-basis: 50%;
  }
  .div__imgftdogs {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 845px) {
  .sec_feature_inner > .d-sm-flex {
    display: block !important;
    column-gap: 0;
  }
  .sec_feature_inner > .d-sm-flex > div {
    width: 100%;
  }
}
@media only screen and (max-width: 570px) {
  .ft01__inner {
    padding: 1rem;
    margin-top: 2rem;
  }
  .ft01__inner h4 {
    font-size: 1rem;
  }
  .sec_feature01 h4 {
    padding: 8px 1rem;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 「シリーズ比較表」 */
.sec_campPerf {
  width: 100%;
}
.campPerf_wrapper {
  width: min(96%, var(--maxWD-820px));
  margin-inline: auto;
}
.campPerf_wrapper h3 {
  margin-bottom: 2rem;
}

.scroll_wrapper {
  overflow-x: auto;
  display: block;
}
.sticky-col {
  position: sticky;
  left: 0;
  background: #f5f5f5;
  z-index: 1;
}

/* Table */
div.campPerf_wrapper table {
  width: 96%;
  max-width: 868px;
  border-collapse: separate;
  border-spacing: 7px;
  font-size: 0.9375rem;
  color: #7f7f7f;
  text-align: left;
  margin: 0 auto;
}
div.campPerf_wrapper table th,
div.campPerf_wrapper table td {
  padding: 10px;
  vertical-align: middle;
}

div.campPerf_wrapper table th {
  background-color: #f0f0f0 !important;
  white-space: nowrap;
}

div.campPerf_wrapper table tr:nth-child(2n) td:nth-child(2n) {
  background-color: #d2e9fc;
  color: blue !important;
}
div.campPerf_wrapper table tr:nth-child(2n) td:nth-child(2n-1) {
  background-color: #f9deeb;
  color: #ea54a0 !important;
}
div.campPerf_wrapper table tr:nth-child(2n) td:nth-child(4n) {
  background-color: #d8f0db;
  color: green !important;
}

div.campPerf_wrapper table tr:nth-child(2n-1) td:nth-child(2n) {
  background-color: #f2f7ff;
  color: blue !important;
}
div.campPerf_wrapper table tr:nth-child(2n-1) td:nth-child(2n-1) {
  background-color: #fcf0f6;
  color: #ea54a0 !important;
}
div.campPerf_wrapper table tr:nth-child(2n-1) td:nth-child(4n) {
  background-color: #ecf7ed;
  color: green !important;
}

div.campPerf_wrapper table td {
  text-align: center;
  padding: 5px;
}
div.campPerf_wrapper table strong {
  font-size: 1.125rem;
}

div.campPerf_wrapper table tr.tr_bkcol_none th {
  text-align: center;
  background-color: #fff !important;
}
div.campPerf_wrapper table tr.tr_bkcol_none td {
  background-color: #fff !important;
}
div.campPerf_wrapper table tr.tr_bkcol_none td p {
  color: #595959 !important;
}

img.img_logo_Perf {
  width: 100%;
  max-width: 130px;
  height: auto !important;
}

.campPerf_wrapper .flx-2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
}
.campPerf_wrapper .flx-2 p {
  font-weight: bold;
  font-size: 1.125rem;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 「各詳細」 */
.sec_campftVet {
  width: 100%;
}
.campftVet_wrapper {
  width: 100%;
}
.campftVet_inner {
  width: 100%;
  padding: 3rem 0;
}

.campftVet_inner .flx-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.campftVet_inner > .flx-2 {
  width: 96%;
  max-width: 856px;
  margin: 0 auto;
}
.campftVet_inner > .flx-2 > div {
  width: 48%;
}
.campftVet_inner h4 {
  width: 100%;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 0.25rem 0.75rem;
  margin-bottom: 1rem;
}
p.em_ttl {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem !important;
  border-bottom: none !important;
}

div.flx-mainttl {
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: center;
  column-gap: 2rem;
}

div.flx-mainttl img {
  height: auto !important;
}

@media only screen and (max-width: 768px) {
  div.campftVet_inner > div.flx-2 {
    display: block;
    width: 90%;
  }
  div.campftVet_inner > div.flx-2 > div {
    width: 96%;
  }
  div.campftVet_inner h4 {
    text-align: left;
  }
  .campftVet_inner ul {
    margin-top: 1rem !important;
  }
}
@media only screen and (max-width: 570px) {
}

/* Vet20 */
div.ftVet20_inner {
  background: rgb(220, 244, 251);
  background: linear-gradient(
    90deg,
    rgba(220, 244, 251, 1) 0%,
    rgba(244, 248, 250, 1) 56%,
    rgba(255, 240, 243, 1) 100%
  );
}
div.ftVet20_inner h4 {
  background: rgb(2, 90, 180);
  background: linear-gradient(
    90deg,
    rgba(2, 90, 180, 1) 0%,
    rgba(67, 135, 200, 1) 72%,
    rgba(103, 160, 212, 1) 100%
  );
}

/* Vet25 */
div.ftVet25_inner {
  background: rgb(255, 240, 242);
  background: linear-gradient(
    90deg,
    rgba(255, 240, 242, 1) 0%,
    rgba(247, 251, 246, 1) 63%,
    rgba(234, 255, 239, 1) 100%
  );
}
div.ftVet25_inner h4 {
  background: rgb(234, 87, 161);
  background: linear-gradient(
    90deg,
    rgba(234, 87, 161, 1) 0%,
    rgba(234, 129, 179, 1) 72%,
    rgba(240, 166, 197, 1) 100%
  );
}

/* Vet30 */
div.ftVet30_inner {
  background: #99e26e;
  background: linear-gradient(
    90deg,
    rgba(153, 226, 110, 1) 0%,
    rgba(252, 252, 225, 1) 100%
  );
}
div.ftVet30_inner h4 {
  background: rgb(63, 179, 78);
  background: linear-gradient(
    90deg,
    rgba(63, 179, 78, 1) 0%,
    rgba(98, 205, 131, 1) 72%,
    rgba(122, 230, 165, 1) 100%
  );
}

/* List */
div.campftVet_inner ul {
  text-align: left;
  margin: 0;
  padding: 1rem 0;
  font-size: 1rem;
  list-style: none;
}

div.campftVet_inner ul li {
  position: relative;
  display: block;
  padding-left: 0;
  padding-bottom: 0.5rem;
  line-height: 1.4;
}
div.campftVet_inner ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #649ed3;
  border-radius: 50%;
  margin-right: 4px;
}

img.img_logo_ft {
  width: 100%;
  max-width: 202px;
  height: auto !important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* CTA部分 */
.sec_cta {
  width: 100%;
  background-image: url("https://vetswan.s3.amazonaws.com/upload/feature_data/20306/lp_img/bk_ft20306_02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.sec_cta div {
  width: 80%;
  height: 100%;
  background-color: rgb(255, 255, 255, 0.9);
  margin-inline: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sec_cta div .btn_wrapper {
  background-color: transparent;
}

p.atten_p_txt {
  font-size: 1.5rem;
  padding-bottom: 1rem;
}

@media only screen and (max-width: 769px) {
}
@media only screen and (max-width: 570px) {
  .sec_cta div {
    width: 100%;
  }
  .sec_cta .btn_wrapper a.btn {
    max-width: 100% !important;
  }
  p.atten_p_txt {
    font-size: 1.25rem;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ボタン */
#LP_camp_box .btn_wrapper {
  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: #fff;
  border-radius: 5px;
  background: #000;
  max-width: 300px;
  width: 80%;
}
div.txt_tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 8px solid transparent;
  border-top: 8px solid #000;
  margin-left: -8px;
}
#LP_camp_box div.btn_wrapper:hover div.txt_tooltip {
  display: inline-block;
  top: -60%;
  left: 12%;
}

#LP_camp_box a.btn {
  width: 100%;
  max-width: 448px;
  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;
  border-radius: 64px;
}
#LP_camp_box a.btn-sml {
  width: 100%;
  max-width: 300px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5em 1em;
  text-decoration: none;
  outline: none;
  border-radius: 64px;
}
.btn-icon-r {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 1em;
  line-height: 1em;
  font-size: 1.4em !important;
  transform: translateY(-50%); /* 上下中央に */
}

.btn-col_nor {
  background-color: var(--c-bk-main) !important;
  color: #fff !important;
}
.btn-col_red {
  background-color: var(--c-link) !important;
  color: #fff !important;
}
.btn-col_wh {
  background-color: #fff !important;
  color: var(--c-bk-main) !important;
}

#LP_camp_box div.btn_wrapper:hover a span.txt_link_rote {
  /* hoverで回転 */
  transition: transform 1s;
  transform: rotateX(360deg);
}

@media only screen and (max-width: 570px) {
  #LP_camp_box a.btn {
    font-size: 1em;
    max-width: 90%;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 368px) {
  #LP_camp_box a.btn {
    font-size: 0.8125em;
  }
}
