@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  color: #333;
  background-color: rgb(202, 194, 194);
  margin: 0;
  padding: 0;
}

p {
  text-align: center;
  word-break: auto-phrase;
  font-size: 1.05rem;
  margin-bottom: 1.4em;
}
p span.marker {
  background: #ff6;
  font-weight: bold;
  padding: 0.25em;
  margin-top: 0.5em;
  line-height: 1.8;
  font-size: 1.05rem;
}
p span.bold {
  font-weight: bold;
  line-height: 130%;
  font-size: 1.05rem;
}
p span.arrow {
  font-weight: bold;
  text-align: center;
  margin: 0.75rem auto;
}
p span.large {
  font-size: 1.05rem;
  font-weight: 500;
  text-align: center;
}
p span.small {
  font-size: 1.05rem;
  line-height: 1.8;
}
p span.catchcopy {
  font-weight: bold;
  text-align: center;
  color: #006f49;
  font-size: 0.75rem;
}
p span.marker_bad {
  color: rgb(19, 106, 236);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.8;
}
p span.marker_good {
  color: rgb(233, 15, 15);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.8;
}
p span.red {
  color: rgb(233, 15, 15) !important;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 130%;
}
p span.bold-red {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  line-height: 130% !important;
  color: red;
}
p span.notbold {
  font-weight: 500 !important;
}

p.underimg {
  color: gray;
  font-size: 0.5rem;
  text-align: center;
  display: block;
  font-weight: bold;
  max-width: 91vw;
  margin: 0 auto;
}

a.noline {
  text-decoration: none;
  color: gray;
  font-size: 0.5rem;
  text-align: end;
  display: grid;
}

footer p.law {
  font-weight: bold;
  text-align: center;
  margin: 1rem auto 1rem auto;
  font-size: 0.75rem;
}
footer p.law a {
  text-decoration: none;
  color: #333;
}
footer p.law a:hover,
footer p.law a:active {
  color: #00a26a;
  text-decoration: underline;
}
footer p.copylight {
  color: #00a26a;
  text-align: center;
  margin: 1rem auto 3rem auto;
  font-size: 0.75rem;
}

.lpbox {
  width: auto;
  padding: 1rem;
  max-width: calc(500px - 1rem); /* スマホ用の最大幅 */
  margin: 0 auto;
  background-color: #ffffff;
}
.lpbox .headrline {
  line-height: 1.5 !important;
}
.lpbox .headrline h1.title {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 900 !important;
  font-style: normal;
  text-align: center !important;
  color: #333;
  padding: 0.25em;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-size: 1.38rem;
  margin: 0 auto;
  display: block;
}
.lpbox .headrline h1.title span.underline {
  color: rgb(233, 15, 15);
  border-bottom: 3px solid red;
  font-size: 1.38rem !important;
  margin-bottom: 0.3rem !important;
  display: inline-block;
}
span.border {
  border-bottom: 3px solid red;
  margin-bottom: 0.3rem !important;
  display: inline-block;
}
.lpbox .headrline h1.title span.red {
  color: rgb(233, 15, 15);
}
.lpbox .headrline h1.title span.yellowline {
  background: #ff6;
}
.lpbox .container p.under_head {
  text-align: end;
  display: block;
  margin: 0 0 0.3rem 0;
  font-size: 0.8rem;
}
.lpbox .container .head h2 {
  background-color: #69b076;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin: 1.25rem 0 1.25rem 0;
  padding: 0.4rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.5em;
}
.lpbox .container .head h2 img {
  margin: 1.25rem 0 1.25rem 0;
  max-width: 100%;
  height: 1em;
  margin-right: 0.5em;
}
.lpbox .container .imgbox img {
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
}
.lpbox .container .imgbox a img {
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
}
.lpbox .container .contents .meritbox {
  border: 3px solid green;
}
.lpbox .container .contents .meritbox ul {
  padding: 15px;
}
.lpbox .container .contents .meritbox ul li {
  list-style: none;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
  position: relative;
  text-indent: 2rem !important;
}
.lpbox .container .contents .meritbox ul li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.5rem;
  border-left: 4px solid red;
  border-bottom: 4px solid red;
  transform: rotate(-45deg);
  position: absolute;
  top: 0.25rem;
  left: 0rem !important;
}
.lpbox .container .contents .pointbox {
  padding: 1.06rem;
}
.lpbox .container .contents .pointbox p {
  font-weight: bold;
  font-size: 1.05rem;
  letter-spacing: 0.2em;
  color: red;
}
.lpbox .container .contents .pointbox p span.bold {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  line-height: 130% !important;
  color: red;
}
.lpbox .container .contents .box_case {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
}
.lpbox .container .contents .box_case p {
  font-size: 1.05rem !important;
}
.lpbox .container .contents .box_case h2 {
  text-align: center;
  font-size: 1.05rem;
}
.lpbox .container .contents .box_case .textbox {
  border: 3px solid green;
}
.lpbox .container .contents .box_case .textbox .imgbox img {
  display: block;
  width: auto;
  max-width: 250px;
  margin: 0 auto;
}
.lpbox .container .contents .trouble_list {
  border: 3px solid green;
}
.lpbox .container .contents .trouble_list ul li {
  list-style: none;
  position: relative;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 130%;
  text-indent: 1rem !important;
}
.lpbox .container .contents .trouble_list ul li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.5rem;
  border-left: 4px solid red;
  border-bottom: 4px solid red;
  transform: rotate(-45deg);
  position: absolute;
  top: 0.25rem;
  left: -1rem;
}
.lpbox .container .contents a.othersitelink {
  text-decoration: none;
  color: #00a26a;
}
.lpbox .container .contents a.othersitelink a:hover,
.lpbox .container .contents a.othersitelink a:active {
  color: #006f49;
  text-decoration: underline;
}
.lpbox .container .microcopy p {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem !important;
  color: red;
  font-weight: 700 !important;
  line-height: 130% !important;
  padding: 0.25em;
  margin-top: 0.5em;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.lpbox .container .btn a {
  font-weight: bold;
  display: block;
  width: auto;
  height: 100%;
  text-decoration: none;
  text-align: center;
  padding: 3%;
  font-weight: bold;
}
.lpbox .container .btn a img {
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
}
.lpbox .container .btn a:hover {
  color: white;
  margin-left: 5px;
  margin-top: 5px;
}
.lpbox .container .customervoice {
  border: 4px solid #00a26a;
  margin: 1rem 0;
  background-color: rgba(0, 162, 106, 0.2784313725);
  font-weight: bold;
}
.lpbox .container .customervoice a {
  text-decoration: none;
  color: unset !important;
  font-weight: bold;
}
.lpbox .container .customervoice a:hover,
.lpbox .container .customervoice a:active {
  color: unset !important;
  text-decoration: underline;
}
.lpbox .container .customervoice .name h3 {
  color: white;
  font-weight: bold;
  text-align: start;
  background-color: #00a26a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0.4rem 0.75rem;
  font-size: 1.05rem;
  line-height: 1.5em;
  max-width: 75vw;
}
.lpbox .container .customervoice .name h3 img {
  margin: 1.25rem 0 1.25rem 0;
  max-width: 100%;
  height: 1em;
  margin-right: 0.5em;
}
.lpbox .container .customervoice .main .column-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0;
  gap: 1%;
}
.lpbox .container .customervoice .main .column-wrap .left {
  width: auto;
  max-width: 80vw;
  margin: 0 auto;
}
.lpbox .container .customervoice .main .column-wrap .left img {
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
}
.lpbox .container .customervoice .main .column-wrap .right {
  width: 100%;
  margin: 0 auto;
}
.lpbox .container .customervoice .main .column-wrap .right table {
  border-collapse: collapse; /* 枠線が重ならないようにする */
  width: 100%; /* 必要に応じて幅を指定 */
}
.lpbox .container .customervoice .main .column-wrap .right table tr {
  background-color: rgba(0, 162, 106, 0.4); /* デフォルト背景色 */
  /* 偶数行のスタイル */
  /* 奇数行のスタイル */
}
.lpbox .container .customervoice .main .column-wrap .right table tr th {
  background-color: rgba(0, 162, 106, 0.4);
  font-weight: bold;
  text-align: center;
  color: white;
  border: 1px dotted white;
}
.lpbox .container .customervoice .main .column-wrap .right table tr td {
  border: 1px solid gray; /* 枠線の追加 */
  background-color: white; /* 初期状態の背景色 */
  text-align: start;
  font-weight: bold;
  text-indent: 0.25em;
}
.lpbox
  .container
  .customervoice
  .main
  .column-wrap
  .right
  table
  tr
  tr:nth-child(even)
  td {
  background-color: #fafbfd; /* 偶数行の背景色 */
}
.lpbox
  .container
  .customervoice
  .main
  .column-wrap
  .right
  table
  tr
  tr:nth-child(odd)
  td {
  background-color: white; /* 奇数行の背景色 */
}
.lpbox .container .customervoice .comment p {
  text-align: start;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500 !important;
  margin-left: 0;
  margin-right: 0;
}
.lpbox .container .customervoice .comment p a {
  font-weight: 500 !important;
} /*# sourceMappingURL=style.css.map */
