<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';

/*====================
 reset.css
====================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*====================
 pet.css
====================*/
body {
  color: #483228;
  font-family: "BIZ UDGothic", "Noto Sans JP", "Yu Gothic Medium",
    "貂ｸ繧ｴ繧ｷ繝�け Medium", "YuGothic", "貂ｸ繧ｴ繧ｷ繝�け菴�", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN",
    "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro", "Hiragino Kaku Gothic Pro",
    "繝｡繧､繝ｪ繧ｪ", "Meiryo", "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/** -------------------------------------------------
 * base
 ---------------------------------------------------- **/
h1 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
  position: relative;
  padding: 0.25em 1em;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0);
}
h1:before,
h1:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

h1:before {
  border-left: solid 3px #28b28b;
  border-top: solid 3px #28b28b;
  top: 0;
  left: 0;
}

h1:after {
  border-right: solid 3px #28b28b;
  border-bottom: solid 3px #28b28b;
  bottom: 0;
  right: 0;
}
h2 {
  text-align: center;
  font-size: 1.5rem;
  color: #f33a59;
  letter-spacing: 0.03em;
  align-items: baseline;
  margin-bottom: 20px;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0px;
}
img {
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #333333;
}
/** -------------------------------------------------
 * utils
 ---------------------------------------------------- **/

.hide {
  display: none;
}

.w-auto {
  width: 100%;
  height: auto;
}

.text-bold {
  font-weight: bold;
}

.text-nomal {
  font-weight: normal;
}

.text-green {
  color: #28b28b;
}
.text-red {
  color: #f66079;
}
.text-blk {
  color: #000;
}
.text-white {
  color: #fff;
}
.align--center {
  text-align: center !important;
}

.align--right {
  text-align: right !important;
}

.align--left {
  text-align: left !important;
}

.text-link {
  color: #28b28b;
}

.text-link:hover {
  text-decoration: none;
}
.text-ss {
  font-size: 0.5rem;
}
.text-s {
  font-size: 0.9rem;
}
.text-n {
  font-size: 1rem;
}
.text-m {
  font-size: 1.2rem;
}

.text-l {
  font-size: 1.5rem;
}

.text-xl {
  font-size: 2rem;
}

.tx-12 {
  font-size: 12px;
}

.tx-20 {
  font-size: 20px;
}

.text_120 {
  font-size: 1.2em;
}

sup {
  vertical-align: super;
  font-size: 0.8em;
}

.layout {
  display: -ms-flexbox;
  display: flex;
}

.layout--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout--left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.layout--right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.layout--center {
  -ms-flex-pack: center;
  justify-content: center;
}

.layout--middle {
  -ms-flex-align: center;
  align-items: center;
}

.layout--top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.layout--bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.layout__item--flex {
  display: -ms-flexbox;
  display: flex;
}

.mt--0 {
  margin-top: 0 !important;
}

.mt--10 {
  margin-top: 10px !important;
}

.mt--20 {
  margin-top: 20px !important;
}

.mt--35 {
  margin-top: 35px !important;
}

.mb--10 {
  margin-bottom: 10px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.ml--0 {
  margin-left: 0 !important;
}
.ml--40 {
  margin-left: 40px !important;
}
.mr--10 {
  margin-right: 10px !important;
}
.plr--30 {
  padding: 0px 30px 0px 30px;
}
.under-line {
  text-decoration: underline;
}

/** -------------------------------------------------
 * button
 ---------------------------------------------------- **/
.button1 {
  position: relative;
  display: block;
  max-width: 400px;
  padding: 15px 0;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  transition: 0.5s;
}
.btn-area .button1 {
  margin: 0px auto 30px;
}

.btn-area p:last-child a.button1 {
  margin: 0px auto;
}

.button1:hover {
  background-image: linear-gradient(#fff, #f5f5f5);
}

.button--large {
  padding: 1rem 5rem;
  font-size: 1.25rem;
}
.btn-area {
  text-align: center;
  margin: 30px auto 0px;
}

.btn-area p {
  text-align: center;
  margin: 0 auto;
}

.button--back {
  background: #ffffff;
  color: #333333;
  border: 2px solid #333333;
  font-size: 1.1rem;
}
.button--back::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: translateY(-2px) rotate(225deg);
  box-sizing: border-box;
}
.button--back:hover {
  border: 2px solid #333333;
  background: #eeeeee;
  color: #333333;
  text-decoration: none;
}

/** -------------------------------------------------
 * Layout
 ---------------------------------------------------- **/
.main {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 50px;
}

.section {
  padding: 30px 0 0;
}
.section-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
.section .layout {
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.section .layout__item {
  box-sizing: border-box;
  min-width: 32%;
  max-width: 33%;
  margin-right: 10px;
}

.section .layout__item:last-child {
  margin: 0;
}

.section .case-box {
  font-size: 16px;
  display: block;
  padding: 21px 20px 25px;
  text-align: center;
}
.section .case-box-inner {
  height: 100%;
}
.section .case-box-inner img {
  width: 70%;
  padding-bottom: 10px;
}

/** ---------------------------------------------------- **/

.notes {
  font-size: 13px;
}

.notes-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.main-visual{
  background-image: url(../img/main-img_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 0px 40px 0px;
  height:120px;
}
#section-price .layout h3 {
  background-color: #28b28b;
  text-align: center;
  color: #fff;
  padding: 11px 25px 12px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
#section-price .case-box {
  background: #eff8f5;
}
#section-price .case-box-inner .user {
  text-align: center;
  font-weight: bold;
  margin: 0px;
}
#section-price .case-box .price-group {
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  justify-content: center;
}
#section-price .case-box .tax {
  text-align: center;
  font-size: 0.8rem;
  line-height: 138%;
  position: relative;
  top: -2px;
  margin: 0px;
}
#section-price .case-box .price {
  font-size: 2rem;
  font-weight: 700;
  line-height: 48px;
  margin-left: 10px;
  color: #f66079;
}

#section-price .case-box .price span {
  font-size: 1.5rem;
}

#section-price .case-box-inner .treatment {
  text-align: left;
}

.desc {
  text-align: left;
  padding-left: 30px;
}
ul.example {
  list-style: none;
  margin-left: 30px;
}
ul.example li {
  padding-left: 1em;
  position: relative;
}
ul.example li:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  position: absolute;
  top: 0.8em;
  left: 0;
  background-color: #039a75;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 640px) {
  .hide-large-screen {
    display: none;
  }

  .price-off {
    max-width: 230px;
  }
}

@media screen and (max-width: 639px) {
  body {
    font-size: 15px;
    margin-bottom: 0px;
  }

  .hide-small-screen {
    display: none;
  }

  .main {
    width: 100%;
  }

  .button--large {
    padding: 1rem 1rem;
  }

  .section-inner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-s {
    font-size: 0.7rem;
  }

  .text-l {
    font-size: 1.2rem;
  }

  .text-xl {
    font-size: 1.6rem;
  }
  .notes {
    margin-left: 0;
  }

  .notes-indent {
    padding-left: 13px;
    text-indent: -13px;
  }
  .desc {
    padding-left: 0;
  }
  .btn-area {
    display: block;
    padding: 15px 15px 0px;
    margin: 0px;
  }

  .btn-area p {
    margin: 0 auto;
    border: 2px solid #fff;
  }

  .btn-area p:not(:last-child),
  .btn-area .button-last {
    margin-top: 15px;
    margin-right: auto;
  }
  .btn-area .button1 {
    margin: 0px auto 15px;
  }
  h1 {
    font-size: 1.6rem;
  }

  h2 {
    text-align: center;
    position: relative;
    padding-bottom: 0.1em;
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  #section-price .layout h3{
    font-size: 1.3rem;
  }
  .section .layout {
    display: block;
  }

  .section .layout__item {
    max-width: none;
    margin: 0 0 30px;
  }
  #section-case .layout__item {
    margin-bottom: 0px;
  }
  .button--back {
    font-size: 0.95rem;
  }

  ul.example {
    margin-left: 0px;
  }
  .section .case-box-inner img {
    width: 60%;
  }
}
@media screen and (max-width: 300px) {
  h1 {
    font-size: 1.3rem;
  }
  #section-price .layout h3{
    font-size: 1.3rem;
  }
  .section .case-box{
    padding:10px;
  }
}</pre></body></html>