@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400&family=Noto+Serif+JP:wght@200;400&display=swap");
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 全体 */
:root {
  /* 配色 */
  --c-text: #333;
  --c-primary: #00b482;
  --c-link: #711e82;
  --c-wht: #fff;
  --c-bk-paleblu: #f4fcff; /* 背景 */
}

#LP_camp_box {
  color: var(--c-text);
  line-height: 1.7;
  background-color: #fefefe;
  font-size: 1em;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP",
    sans-serif;
  font-weight: 100;
  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 h3,
#LP_camp_box h4 {
  border-bottom: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro",
    "Noto Serif JP", serif;
}
#LP_camp_box p {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.03em;
}
#LP_camp_box > div > p {
  /* div直下のpにだけ */
  max-width: 880px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.txt-p-left {
  text-align: left !important;
}
.txt-p-large {
  /* 文字サイズ少し大きく */
  font-size: 1.125em;
}
.txt-p-mlarge {
  /* 文字サイズ少し大きく */
  font-size: 1.0625em;
}
.txt-p-msmall {
  /* 文字サイズ少し大きく */
  font-size: 0.875em !important;
}
.txt-p-small {
  /* 文字サイズ少し大きく */
  font-size: 0.575em !important;
}

/* 各ボックス(div)の幅 */
div.box-w336 {
  max-width: 336px;
  margin-right: auto;
  margin-left: auto;
}
div.box-w760 {
  max-width: 760px;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}
div.box-w824 {
  max-width: 824px;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}
div.box-w832 {
  max-width: 832px;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}
div.box-w800 {
  max-width: 800px;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}
div.box-w880 {
  max-width: 880px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

/* パッディングの設定 */
.box-pd-t-8px {
  /* パッディング用（上だけ） */
  padding-top: 8px !important;
}
.box-pd-t-16px {
  /* パッディング用（上だけ） */
  padding-top: 16px !important;
}
.box-pd-t-32px {
  /* パッディング用（上だけ） */
  padding-top: 32px !important;
}
.box-pd-t-40px {
  /* パッディング用（上だけ） */
  padding-top: 40px !important;
}
.box-pd-t-64px {
  /* パッディング用（上だけ） */
  padding-top: 64px !important;
}

.box-pd-b-16px {
  /* パッディング用（下だけ） */
  padding-bottom: 16px !important;
}
.box-pd-b-32px {
  /* パッディング用（下だけ） */
  padding-bottom: 32px !important;
}
.box-pd-b-40px {
  /* パッディング用（下だけ） */
  padding-bottom: 40px !important;
}
.box-pd-b-48px {
  /* パッディング用（下だけ） */
  padding-bottom: 48px !important;
}
.box-pd-b-64px {
  /* パッディング用（下だけ） */
  padding-bottom: 64px !important;
}

.box-pd-16px {
  /* パッディング用（少しだけ空ける用） */
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.box-pd-32px {
  /* パッディング用（段落ごと） */
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.box-pd-40px {
  /* パッディング用（コンテンツごと） */
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.box-pd-80px {
  /* パッディング用（コンテンツごと） */
  padding-top: 80px !important;
  padding-bottom: 80px !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;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「イントロ」 */
div.header_wrapper {
  position: relative;
  background-image: url("https://vetswan.s3.amazonaws.com/upload/feature_data/20156/hd_ft20156_bk.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

div.header_inner_Right {
  min-height: 377px;
  margin-right: 0;
  margin-left: auto;
  background-color: var(--c-primary);
  color: var(--c-wht);
}
div.header_inner_Right h1 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 2.625rem;
}
div.header_inner_Bottom {
  display: none;
}

@media only screen and (max-width: 880px) {
  /* タブレット用 */
  div.header_inner_Right {
    max-width: 360px;
    min-height: 200px;
    margin-bottom: 100px;
  }
  div.header_inner_Right h1 img {
    width: 100%;
    height: auto !important;
  }
}
@media only screen and (max-width: 660px) {
  /* スマホ用 */
  div.header_wrapper {
    background-image: url("https://vetswan.s3.amazonaws.com/upload/feature_data/20156/hd_ft20156_bk_sp.jpg");
    background-position: center;
    height: 400px;
  }
  div.header_inner_Right {
    display: none;
  }
  div.header_inner_Bottom {
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: -20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: var(--c-primary);
    color: var(--c-wht);
  }
  div.header_inner_Bottom h1 {
    text-align: center !important;
    padding: 10px 0;
    width: 90%;
    margin-inline: auto;
  }
  div.header_inner_Bottom h1 img {
    width: 100%;
    max-width: 664px;
    height: auto !important;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「キャンペーン」 */
.camp2025_wrapper {
  background-image: url("https://vetswan.s3.amazonaws.com/upload/feature_data/20156/camp/bk_ft20156_250808camp_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 2rem;
}

.camp2025_wrapper h3 {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP",
    sans-serif !important;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-style: italic;
}
.camp2025_wrapper h3 span {
  color: #f4ed1d;
}

p.camp_introtxt {
  font-size: 1.25rem;
  line-height: 1.7 !important;
}
p.camp_period {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 2rem;
}
p.camp_attentxt {
  font-size: 0.9375rem;
  text-align: left !important;
  margin: 0 auto 3rem;
  max-width: 520px;
  width: 90%;
  line-height: 1.7 !important;
}

img.img_2024camp {
  max-width: 720px;
  width: 90%;
  height: auto !important;
}

/* div「セミナー」 */
.camp2025_seminar {
  width: 100%;
  background-image: url("https://vetswan.s3.amazonaws.com/upload/feature_data/20156/camp/bk_ft20156_250808camp_02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 2rem;
}

.camp2025_seminar h3 {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP",
    sans-serif !important;
  line-height: 1.4;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}
.camp2025_seminar h3 span {
  font-size: 1.25rem;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「問い合わせ」 */
div.inquiry_wrapper {
  padding: 4em 0;
  min-height: 240px;
  background-image: url("https://vetswan.s3.amazonaws.com/upload/feature_data/20156/bk_ift20156_04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom -0.1em;
}

/* div「冒頭のお問い合わせ」 */
div.firstinquiry_wrapper {
  margin: 0 auto !important;
  padding: 3em 0;
  width: 100%;
}

div.inquiry_box {
  padding: 0;
}
div.inquiry_box div.inquiry_box_innLeft img {
  max-width: 294px;
  height: auto !important;
  text-align: center;
}
div.inquiry_box div.inquiry_box_innRight {
  max-width: 400px;
  width: 60%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
div.inquiry_box_innRight a.btn {
  width: 96% !important;
}

div.inquiry_box div.inquiry_box_camp {
  max-width: 360px;
  width: 50%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.inquiry_box_camp a.btn {
  width: 96% !important;
}

@media only screen and (max-width: 768px) {
  /* タブレット・スマホ用 */
  div.firstinquiry_wrapper {
    padding: 3rem 0;
  }
  div.inquiry_box_innLeft {
    display: none;
  }
  div.inquiry_box_innRight {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    max-width: 96% !important;
    width: 96% !important;
  }
  div.inquiry_box_innRight a.btn {
    width: 96% !important;
  }
  .inquiry_box_camp {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    max-width: 96% !important;
    width: 96% !important;
  }
  .inquiry_box_camp p {
    margin-bottom: 6px;
  }
  .inquiry_box_camp a.btn {
    width: 96% !important;
  }
}

@media only screen and (max-width: 768px) {
  /* スマホ用 */
  .inquiry_box_camp:last-of-type {
    margin-top: 30px;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「デモ動画」 */
/* ムービー用Div指定(全体) */
div.demomov_wrapper {
  margin: 0 auto !important;
  padding: 2em 0 1em;
  width: 100%;
  background-color: #f7f7f7;
}

div.demomov_wrapper_bk {
  background-image: url("https://vetswan.s3.amazonaws.com/upload/feature_data/20156/bk_ift20156_10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
div.demomov_wrapper_bk h3 {
  color: #fff;
}
div.demomov_wrapper_bk p {
  color: #fff;
}
div.demomov_wrapper_bk a:link {
  color: #fff;
  text-decoration: underline;
}
div.demomov_wrapper_bk a:visited {
  color: #fff;
  text-decoration: underline;
}

/* ムービー用Div指定(単体) */
div.demomov_wrapper .LP_movie_box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}

/* ムービー用Div指定(共通) */
.LP_movie_box .movie-wrap {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.LP_movie_box .inner {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.LP_movie_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ムービーの幅指定(単体) */
@media (min-width: 960px) {
  /* PC用 */
  div.demomov_wrapper .movie-wrap {
    width: 560px;
  }
  div.demomov_wrapper iframe {
    width: 560px !important;
    height: 315px !important;
  }
}

@media only screen and (max-width: 959px) {
  /* スマホ用 */
  div.demomov_wrapper .movie-wrap {
    width: 90%;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「イントロ」 */
div.atfirst_wrapper {
  margin: 0 auto !important;
  padding: 3em 0 4em;
  width: 100%;
  background-image: url("https://vetswan.s3.amazonaws.com/upload/feature_data/20156/bk_ift20156_02-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
div.atfirst_wrapper h3 {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  /* タブレット用 */
  div.atfirst_wrapper {
    background-image: url("https://vetswan.s3.amazonaws.com/upload/feature_data/20156/bg_ft20156_intro.jpg");
  }
}
@media only screen and (max-width: 599px) {
  /* スマホ用 */
  div.atfirst_wrapper h3 {
    font-size: 1.375em;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 599px) {
  /* スマホ用 */
  div.atfirst_wrapper div.col-md-12 p {
    text-align: left !important;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「特徴」〜共通〜 */
div.feature_wrapper {
  width: 100%;
}
div.feature_wrapper h3 {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
div.feature_wrapper h3.h3-msmall {
  font-size: 1.45em;
}

div.feature_wrapper h4 {
  font-size: 1.375rem;
}

div.feature_wrapper dl {
  width: 96%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  list-style: none;
  text-align: left;
  padding-left: 0;
  line-height: 1.5;
  font-size: 1.0625rem;
  font-weight: 500;
  padding-inline-start: 0 !important;
}
div.feature_wrapper dt {
  background-image: url(https://vetswan.s3.amazonaws.com/upload/feature_data/20156/check_ft20156.png);
  background-position: left 0.3em;
  background-repeat: no-repeat;
  font-size: 1.25rem;
  font-weight: 300;
  padding: 5px 0 10px 30px;
}
div.feature_wrapper dd {
  padding-left: 1.75em;
  padding-bottom: 1em;
}

div.feature_wrapper ul {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  list-style: none;
  text-align: left;
  padding-left: 0;
  line-height: 1.5;
  font-size: 1.0625rem;
  font-weight: 500;
  padding-inline-start: 0 !important;
}
div.feature_wrapper li {
  background-image: url(https://vetswan.s3.amazonaws.com/upload/feature_data/20156/check_ft20156.png);
  background-position: left 0.3em;
  background-repeat: no-repeat;
  padding: 5px 0 5px 30px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「特徴その1（Sealing）」 */
.feature_wrapper01 {
  width: 100%;
  padding: 5em 0 3em;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 599px) {
  /* スマホ用 */
  .feature_wrapper01 {
    padding: 5em 0 3em;
  }
}
.feature_wrapper01 .row {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.feature_wrapper01 .col-sm-12 {
  padding-right: 0 !important;
}
.feature_wrapper01 .d-md-flex {
  width: 100%;
}
.feature_wrapper01 .box-w800 {
  margin: 0 auto;
}

div.feature_wrapper01 div.d-md-flex p {
  margin-top: 1.5rem;
  background-color: #e6e7e9;
}

@media only screen and (max-width: 862px) {
  /* スマホ用 */
  div.feature_wrapper01 div.d-md-flex {
    display: block !important;
  }
  div.feature_wrapper01 div.d-md-flex p {
    max-width: 500px;
    width: 90%;
    margin: 1rem auto 2rem;
  }
}
div.feature_wrapper01_innLeft {
  padding-left: 96px;
}
div.feature_wrapper01_innLeft h6 {
  color: #359763 !important;
}

div.feature_wrapper01_innRight {
  padding-right: 0;
}
div.feature_wrapper01_innRight img {
  width: 100%;
  text-align: right !important;
}

div.feature_wrapper01 img.img_sealing {
  max-width: 522px;
  height: auto !important;
}

img.img_thumb_12_5device {
  width: 100%;
  max-width: 212px;
  height: auto !important;
}
img.img_thumb_17device {
  max-width: 573px;
  width: 100%;
  height: auto !important;
}

div.feature_wrapper01 div.col-md-12 {
  width: 100%;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「特徴その2（圧力）」 */
div.feature_wrapper02 {
  width: 100%;
  padding: 5em 0 3em 96px;
  background-color: #d4dce8;
  background-image: url("https://vetswan.s3.amazonaws.com/upload/feature_data/20156/bk_ift20156_04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 599px) {
  /* スマホ用 */
  div.feature_wrapper02 {
    padding: 5em 2em;
  }
}

div.feature_wrapper02 img.img_compfootprint {
  max-width: 367px;
  height: auto !important;
}

div.feature_wrapper02 img.img_caimantip {
  max-width: 122px;
  height: auto !important;
}
@media only screen and (max-width: 599px) {
  /* スマホ用 */
  div.feature_wrapper02 img.img_caimantip {
    padding-top: 2em;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「特徴その3（タイムコントロール）」 */
div.feature_wrapper03 {
  width: 100%;
  padding: 4em 0 3em 90px;
  background-image: url("https://vetswan.s3.amazonaws.com/upload/feature_data/20156/bk_ft20156_perform.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  background-color: rgb(0, 30, 26);
  color: #fff;
}
@media only screen and (max-width: 599px) {
  /* スマホ用 */
  div.feature_wrapper03 {
    padding: 5em 1em;
  }
  div.feature_wrapper03 h3 span {
    background-color: rgba(0, 19, 16, 0.5);
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice;
  }
}

div.feature_wrapper03 h6 {
  color: #fff !important;
}
div.feature_wrapper03 h6::after {
  background-color: #fff !important;
}

div.feature_wrapper03 img.plusmode {
  max-width: 461px;
  width: 96%;
}

div.feature_wrapper03 ul li {
  background-image: url(https://vetswan.s3.amazonaws.com/upload/feature_data/20156/check_ft20156.png);
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「特徴その4（周辺組織の保護）」 */
div.feature_wrapper04 {
  width: 100%;
  padding: 3em 0 3em 90px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 599px) {
  /* スマホ用 */
  div.feature_wrapper04 {
    padding: 5em 1em;
  }
}

div.feature_wrapper04 img.img_temperature01 {
  max-width: 118px;
  height: auto !important;
}
div.feature_wrapper04 img.img_temperature02 {
  max-width: 309px;
  height: auto !important;
}
div.feature_wrapper04 img.img_caimanall {
  max-width: 400px;
  height: auto !important;
}
div.feature_wrapper04 h5 {
  font-size: 1.5em;
}
div.feature_wrapper04 p {
  line-height: 1.7 !important;
}
@media only screen and (max-width: 599px) {
  /* スマホ用 */
  div.feature_wrapper04 h5 {
    text-align: center !important;
    padding-top: 16px;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「特徴その5（スイッチ）」 */
div.feature_wrapper05 {
  width: 100%;
  padding: 3em 0;
  background-image: url("https://vetswan.s3.amazonaws.com/upload/feature_data/20156/bk_ift20156_07.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(0, 21, 17);
  color: #fff;
}
div.feature_wrapper05 h6 {
  text-align: left;
  color: #fff !important;
}
div.feature_wrapper05 h6::after {
  background-color: #fff !important;
}
@media only screen and (max-width: 599px) {
  /* スマホ用 */
  div.feature_wrapper05 {
    padding: 5em 3em;
  }
  div.feature_wrapper05 h6 {
    padding-top: 16px !important;
  }
}

div.feature_wrapper05 img.img_switch {
  max-width: 368px;
  height: auto !important;
}
div.feature_wrapper05 ul li {
  background-image: url(https://vetswan.s3.amazonaws.com/upload/feature_data/20156/check_ft20156.png);
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「特徴その6（超音波凝固切開装置）」 */
div.feature_wrapper06 {
  width: 100%;
  padding: 3em 0;
  background: rgb(0, 58, 49);
  background: linear-gradient(
    180deg,
    rgba(0, 58, 49, 1) 0%,
    rgba(0, 73, 61, 1) 36%,
    rgba(0, 99, 81, 1) 70%,
    rgba(0, 138, 111, 1) 100%
  );
}

div.feature_wrapper06 div.d-md-flex {
  padding-left: 2rem;
  padding-right: 2rem;
  column-gap: 2rem;
}

div.feature_wrapper06 h4 {
  padding-bottom: 8px;
  border-bottom: 1px solid !important;
  margin-bottom: 1.5rem;
}

div.feature_wrapper06 ul li strong {
  color: #003a31;
  background-color: #c9f1eb;
  padding: 3px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「特徴その7（導入地図）」 */
div.feature_wrapper07 {
  position: relative;
  width: 100%;
  padding: 3em 0;
  background-image: url("https://vetswan.s3.amazonaws.com/upload/feature_data/20156/bk_ft20156_map.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background: rgb(248, 250, 253);
  background: linear-gradient(
    0deg,
    rgba(248, 250, 253, 1) 0%,
    rgba(236, 243, 253, 1) 77%
  );
  min-height: 760px;
}

div.feature_wrapper07 div.col-md-5 {
  z-index: 11;
}
div.feature_wrapper07 div.caiman_map {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
}
.caiman_map img {
  width: 100%;
  max-width: 712px;
  height: auto !important;
}

@media only screen and (max-width: 599px) {
  /* スマホ用 */
  .feature_wrapper07 .col-md-6 {
    margin-bottom: 2rem;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「特徴その8（ジョーの特徴）」 */
div.feature_wrapper08 {
  position: relative;
  width: 100%;
  padding: 3em 0;
  background-image: url("https://vetswan.s3.amazonaws.com/upload/feature_data/20156/lp_img/bk_ft20156_jaw.jpg");
  background-repeat: no-repeat;
  background: #d1dbe4;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「デバイス」 */
div.device_wrapper {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
div.device_wrapper div.box-w824 {
  margin: 40px auto !important;
  padding: 64px 64px 32px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 599px) {
  /* スマホ用 */
  div.device_wrapper div.box-w824 {
    width: 100% !important;
    padding-left: 1em;
    padding-right: 1em;
  }
}

div.device_wrapper img.img_Straight {
  max-width: 392px;
  height: auto !important;
}
div.device_wrapper img.img_Articulating {
  max-width: 392px;
  height: auto !important;
}
div.device_wrapper img.img_Blunt {
  max-width: 392px;
  height: auto !important;
}
div.device_wrapper img.img_Maryland {
  max-width: 392px;
  height: auto !important;
}

div.device-img_box {
  column-gap: 3em;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* スペック(table)関連 */

div.spec_wrapper {
  margin: 3em auto;
}
div.spec_wrapper h5 {
  font-size: 1.125em;
  text-align: left;
  font-weight: 600;
  margin-bottom: 1em;
}

#LP_camp_box table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.9375rem;
  color: #333;
  text-align: center;
  margin-bottom: 1em;
  width: 100%;
  max-width: 832px;
  overflow: scroll !important;
}
#LP_camp_box table th {
  font-weight: 500;
  background-color: #00aa7b;
  color: #fff;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  padding-left: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  width: 267px;
}

#LP_camp_box table td {
  padding: 5px;
  border-bottom: solid 1px #65bb94;
  padding-left: 1em;
}

#LP_camp_box table tr:last-child {
  border-bottom: solid 1px #fff;
}

#LP_camp_box table td:first-child {
  background-color: #65bb94;
  color: #fff;
  border-bottom: solid 1px #fff;
}

#LP_camp_box table td:nth-child(2) {
  text-align: left !important;
}

#LP_camp_box table tr:last-child td:first-child {
  border-bottom: solid 1px #65bb94;
}

@media only screen and (max-width: 599px) {
  /* スマホ用 */
  #LP_camp_box table th {
    width: 45%;
  }
  #LP_camp_box table td {
    width: 55%;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「カタログ」 */
div.catalog_wrapper {
  padding: 4em 0;
  width: 100%;
  background-image: url("https://vetswan.s3.amazonaws.com/upload/feature_data/20156/bk_ift20156_08.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: left;
}
div.imgcatalog_inner {
  max-width: 300px;
}
div.catalog_wrapper div.box-w336 {
  margin-left: 3rem;
}
@media only screen and (max-width: 599px) {
  /* スマホ用 */
  div.catalog_wrapper div.box-w336 {
    margin: 0 auto;
  }
}
div.catalog_wrapper h6 {
  color: #fff !important;
  font-size: 1.5em !important;
}
div.catalog_wrapper h6::after {
  background-color: #fff !important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 見出し */
#LP_camp_box h3.hed-h3 {
  position: relative;
  color: #359763;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding: 0 0 0.8em;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  /* スマホ用 */
  #LP_camp_box h3.hed-h3 {
    font-size: 1.2em;
    letter-spacing: 0em;
    line-height: 1.4;
  }
}

.hed-h3::after {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -4px; /*下線の上下の位置*/
  left: 50%;
  width: 48px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置の調整*/
  background-color: #359763; /*下線の色*/
}

#LP_camp_box h6 {
  position: relative;
  font-size: 1.125em;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding: 0;
  margin-bottom: 2.5em;
  line-height: 1.5;
}
@media only screen and (max-width: 599px) {
  /* スマホ用 */
  #LP_camp_box h6 {
    font-size: 1.2em;
    letter-spacing: 0em;
    line-height: 1.4;
  }
}

#LP_camp_box h6::after {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -16px; /*下線の上下の位置*/
  left: 0;
  width: 48px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translate(0); /*位置の調整*/
  background-color: #359763; /*下線の色*/
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ボタン */
#LP_camp_box a.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0.9em 2em;
  border-radius: 0.3em;
  text-decoration: none;
  outline: none;
}
#LP_camp_box a.btn:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 599px) {
  /* スマホ用 */
  #LP_camp_box a.btn {
    font-size: 1em;
    max-width: 90%;
    letter-spacing: 0;
  }
}
.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-toiawase {
  color: #fff;
  background-color: #711e82;
  max-width: 480px;
  width: 70%;
}
#LP_camp_box a.btn-device {
  color: #fff;
  background-color: #02b483;
  max-width: 480px;
  width: 70%;
}
#LP_camp_box a.btn-seminar {
  color: #5f1172;
  background-color: #fcbc06;
  max-width: 480px;
  width: 70%;
}

@media only screen and (max-width: 599px) {
  /* スマホ用 */
  #LP_camp_box a.btn-toiawase {
    width: 80%;
  }
}

#LP_camp_box a.btn-download {
  color: #333;
  background-color: #fff;
}
