@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
#body_wrap.postid-19 {
  background-color: #fafafa;
}

.post_content .monitor-fv {
  background-image: url("/wp-content/uploads/2026/04/fv.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.post_content .monitor-fv__inner {
  max-width: 760px;
  margin: 0 auto;
}
.post_content .monitor-fv__label {
  font-size: 14px;
  color: #8b6f5a;
  margin-bottom: 16px;
}
.post_content .monitor-fv h1 {
  font-size: clamp(24px, 4vw, 40px);
  line-height: 1.6;
  color: #625751;
  margin-bottom: 24px;
  font-weight: 600;
}
.post_content .monitor-fv__text {
  font-size: 16px;
  line-height: 2;
  color: #5f5149;
  margin-bottom: 32px;
}
.post_content .monitor-fv__btn {
  display: inline-block;
  background: #9f7f68;
  color: #fff;
  padding: 14px 32px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}
@media (min-width: 769px) {
  .post_content .monitor-fv__inner {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .post_content .monitor-fv {
    min-height: 560px;
    padding: 56px 20px 48px;
    background-position: 62% center;
  }
  .post_content .monitor-fv__inner {
    max-width: 100%;
    text-align: left;
  }
  .post_content .monitor-fv__label {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .post_content .monitor-fv h1 {
    font-size: 30px;
    line-height: 1.55;
    letter-spacing: 0.02em;
    margin-bottom: 22px;
  }
  .post_content .monitor-fv__text {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 28px;
  }
  .post_content .monitor-fv__btn {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 13px 20px;
  }
}
.post_content .monitor-profile {
  padding: 72px 20px;
  background: #faf7f3;
}
.post_content .monitor-profile__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 46% 1fr;
  gap: 48px;
  align-items: center;
  padding: 48px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 12px 32px rgba(80, 60, 45, 0.08);
}
.post_content .monitor-profile__image {
  overflow: hidden;
  border-radius: 22px;
}
.post_content .monitor-profile__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.post_content .monitor-profile__content {
  color: #5f514a;
}
.post_content .monitor-profile__label {
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: 0.16em;
  color: #a98268;
  text-transform: uppercase;
}
.post_content .monitor-profile__title {
  margin: 0 0 28px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.5;
  color: #5f514a;
  font-weight: 600;
}
.post_content .monitor-profile__body {
  font-size: clamp(15px, 2vw, 17px);
  line-height: 2.1;
  letter-spacing: 0.04em;
}
.post_content .monitor-profile__body p {
  margin: 0 0 18px;
}
.post_content .monitor-profile__body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .post_content .monitor-profile {
    padding: 48px 16px;
  }
  .post_content .monitor-profile__inner {
    display: block;
    padding: 24px;
    border-radius: 20px;
  }
  .post_content .monitor-profile__image {
    max-width: 280px;
    margin: 0 auto 24px;
    border-radius: 18px;
    overflow: hidden;
  }
  .post_content .monitor-profile__image img {
    width: 100%;
    aspect-ratio: 4/5;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .post_content .monitor-profile__title {
    margin-bottom: 22px;
  }
  .post_content .monitor-profile__body {
    line-height: 2;
  }
}
.post_content .monitor-h2 {
  font-size: 1.6em;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.6em;
  font-weight: normal;
  margin-top: 2em;
}
.post_content .monitor-h2:after {
  content: "";
  display: block;
  width: 3em;
  height: 2px;
  background: rgb(199, 199, 199);
  bottom: 0;
  position: absolute;
}
.post_content .monitor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* PCは2列 */
  gap: 16px 40px;
  list-style: none;
  padding: 0;
  margin-bottom: 3em;
}
.post_content .monitor-list li {
  position: relative;
  padding-left: 2em;
}
.post_content .monitor-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10rem;
  background: #c0b6a2;
  width: 1.8em;
  height: 1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  .post_content .monitor-list {
    grid-template-columns: 1fr;
    /* 1列 */
    gap: 12px;
  }
}
.post_content .monitor-totonoi {
  background: #f8f6f5;
  color: #5b4f45 !important;
}
.post_content .monitor-totonoiTtl {
  position: relative;
  padding-bottom: 0.8em;
}
.post_content .monitor-totonoiTtl:after {
  content: "";
  display: block;
  width: 3em;
  height: 2px;
  background: rgb(199, 199, 199);
  bottom: 0;
  left: 0;
  position: absolute;
}
.post_content .monitor-reason {
  padding: 56px 20px;
  background: #fff;
}
.post_content .monitor-reason__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
}
.post_content .monitor-reason__item {
  position: relative;
  text-align: center;
  padding: 0 34px;
}
.post_content .monitor-reason__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 86px;
  border-right: 1px dashed #d8d1c3;
}
.post_content .monitor-reason__icon {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 14px;
}
.post_content .monitor-reason__title {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  color: #3f3a33;
  margin: 0 0 12px;
  padding: 0;
  border: none;
  background: none;
}
.post_content .monitor-reason__title::before, .post_content .monitor-reason__title::after {
  display: none;
}
.post_content .monitor-reason__text {
  font-size: 13px;
  line-height: 1.8;
  color: #5f574e;
  margin: 0;
}
@media (max-width: 767px) {
  .post_content .monitor-reason {
    padding: 44px 20px;
  }
  .post_content .monitor-reason__inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
  }
  .post_content .monitor-reason__item {
    padding: 0 10px;
  }
  .post_content .monitor-reason__item:not(:last-child)::after {
    display: none;
  }
  .post_content .monitor-reason__icon {
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
  }
  .post_content .monitor-reason__title {
    font-size: 14px;
  }
  .post_content .monitor-reason__text {
    font-size: 12px;
  }
}
.post_content .monitor-flow-price {
  padding: 72px 20px;
  background: #faf8f3;
}
.post_content .monitor-flow-price__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.45fr 0.9fr;
  gap: 64px;
  align-items: center;
}
.post_content .monitor-flow-price__title {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 42px;
  color: #3f3a33;
  border: none;
  padding: 0;
  background: none;
}
.post_content .monitor-flow-price__title::before, .post_content .monitor-flow-price__title::after {
  display: none;
}
.post_content .monitor-flow-price__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.post_content .monitor-flow-price__step {
  text-align: center;
  position: relative;
  padding: 0 6px;
}
.post_content .monitor-flow-price__step img {
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.post_content .monitor-flow-price__step h3 {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  color: #3f3a33;
  margin: 0 0 10px;
  padding: 0;
  border: none;
  background: none;
}
.post_content .monitor-flow-price__step h3::before, .post_content .monitor-flow-price__step h3::after {
  display: none;
}
.post_content .monitor-flow-price__step p {
  font-size: 11.5px;
  line-height: 1.8;
  color: #5f574e;
  margin: 0;
}
.post_content .monitor-flow-price__num {
  display: inline-grid;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #aaa28f;
  color: #fff;
  font-size: 11px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .post_content .monitor-flow-price {
    padding: 56px 20px;
  }
  .post_content .monitor-flow-price__inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .post_content .monitor-flow-price__title {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .post_content .monitor-flow-price__steps {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
  }
  .post_content .monitor-flow-price__step img {
    width: 32px;
    height: 32px;
  }
  .post_content .monitor-flow-price__step h3 {
    font-size: 13px;
  }
  .post_content .monitor-flow-price__step p {
    font-size: 11.5px;
  }
}
.post_content .monitor-price {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.post_content .monitor-price__card, .post_content .monitor-price__mini {
  background: #fff;
  border: 1px solid #e1dbcf;
  text-align: center;
}
.post_content .monitor-price__card--main {
  box-shadow: 0 8px 24px rgba(90, 80, 65, 0.06);
}
.post_content .monitor-price__head {
  background: #e7e1d6;
  padding: 16px 12px;
}
.post_content .monitor-price__head span {
  display: block;
  font-size: 11px;
  color: #7a7164;
  margin-bottom: 4px;
}
.post_content .monitor-price__head h3 {
  font-size: 18px;
  font-weight: 500;
  color: #3f3a33;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.post_content .monitor-price__head h3::before, .post_content .monitor-price__head h3::after {
  display: none;
}
.post_content .monitor-price__list {
  padding: 26px 40px 16px;
  margin: 0;
}
.post_content .monitor-price__list div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid #e1dbcf;
}
.post_content .monitor-price__list dt {
  font-size: 17px;
  color: #3f3a33;
  font-weight: 500;
}
.post_content .monitor-price__list dd {
  margin: 0;
  font-size: 28px;
  color: #3f3a33;
  letter-spacing: 0.04em;
}
.post_content .monitor-price__list span {
  font-size: 11px;
  margin-left: 6px;
}
.post_content .monitor-price__note {
  font-size: 12px;
  color: #6a6258;
  line-height: 1.7;
  margin: 0 20px 24px;
}
.post_content .monitor-price__sub {
  display: grid;
  gap: 16px;
}
.post_content .monitor-price__mini {
  padding-bottom: 18px;
}
.post_content .monitor-price__mini h3 {
  background: #f0ece5;
  font-size: 15px;
  font-weight: 500;
  color: #3f3a33;
  padding: 12px;
  margin: 0 0 8px;
  border: none;
}
.post_content .monitor-price__mini h3::before, .post_content .monitor-price__mini h3::after {
  display: none;
}
.post_content .monitor-price__mini dl {
  margin: 0;
  padding: 0 28px;
}
.post_content .monitor-price__mini div {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee8dd;
}
.post_content .monitor-price__mini dt {
  font-size: 14px;
  color: #3f3a33;
}
.post_content .monitor-price__mini dd {
  margin: 0;
  font-size: 18px;
  color: #3f3a33;
}
@media (max-width: 767px) {
  .post_content .monitor-price {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .post_content .monitor-price__list {
    padding: 22px 28px 14px;
  }
  .post_content .monitor-price__list dd {
    font-size: 24px;
  }
  .post_content .monitor-price__sub {
    grid-template-columns: 1fr;
  }
}
.post_content .monitor-info {
  padding: 40px 20px;
  background: #fff;
}
.post_content .monitor-info__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: center;
}
.post_content .monitor-info__item {
  display: flex;
  align-items: center;
  gap: 18px;
}
.post_content .monitor-info__icon {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  opacity: 0.8;
}
.post_content .monitor-info h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #3f3a33;
  margin: 0 0 6px;
  padding: 0;
  border: none;
  background: none;
}
.post_content .monitor-info h3::before, .post_content .monitor-info h3::after {
  display: none;
}
.post_content .monitor-info p {
  font-size: 13px;
  line-height: 1.7;
  color: #5f574e;
  margin: 0;
}
@media (max-width: 767px) {
  .post_content .monitor-info {
    padding: 36px 20px;
  }
  .post_content .monitor-info__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .post_content .monitor-info__item {
    gap: 16px;
  }
  .post_content .monitor-info__icon {
    width: 42px;
    height: 42px;
  }
  .post_content .monitor-info h3 {
    font-size: 16px;
  }
  .post_content .monitor-info p {
    font-size: 12.5px;
  }
}
.post_content .monitor-line {
  text-align: center;
  margin-top: 32px;
  padding-bottom: 5rem;
}
.post_content .monitor-line__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 420px;
  max-width: 100%;
  padding: 18px 40px;
  border-radius: 999px;
  background: #aaa28f;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: opacity 0.3s ease;
}
.post_content .monitor-line__btn:hover {
  opacity: 0.85;
}
.post_content .monitor-line__icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 24px;
  border-radius: 999px;
  background: #fff;
  color: #aaa28f;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.post_content .monitor-line__text {
  line-height: 1.4;
}
.post_content .monitor-line__arrow {
  font-size: 24px;
  line-height: 1;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .post_content .monitor-line {
    margin-top: 28px;
  }
  .post_content .monitor-line__btn {
    width: 100%;
    min-width: 0;
    padding: 16px 22px;
    font-size: 14px;
    gap: 10px;
  }
  .post_content .monitor-line__icon {
    width: 32px;
    height: 22px;
    font-size: 9px;
  }
  .post_content .monitor-line__arrow {
    font-size: 20px;
  }
}
/*# sourceMappingURL=style.css.map */