@charset "UTF-8";
* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
  --ink: #1a1a1a;
  --black: #333;
  --white: #fff;
  --blue: #00f;
  --error: #ec0000;
  --primary: #ff9100;
  --secondary: #fffaeb;
  --tertiary: #ffc146;
  --quaternary: #fff0c7;
  --area-primary: #ffd045;
  --bg: #fffaec;
  --bg-gray: #eee;
  --shadow: #e2ae3e;
  --shadow-dark: #ff5e00;
  --shadow-send: #dc7d00;
  --bronze: #ebb664;
  --green: #7ec95f;
  --line-green-mid: #02a802;
  --line-green: #00b900;
  --yellow: #ff0;
  --gray: #838d8f;
  --light-gray: #f7f7f7;
  --border: #ddd;
  --border-light: #efefef;
  --area-hokkaido-tohoku: #646bb3;
  --area-chubu-koshinetsu: #16aa82;
  --area-chugoku-shikoku: #ec994d;
  --area-kanto: #5bc3dc;
  --area-kansai: #cbda3f;
  --area-kyushu-okinawa: #e75076;
  --pale-green: #9bbac8;
  --related-title-bg: #657072;
  --service-cta-border: #cbd5e0;
  --marker-yellow: linear-gradient(180deg, #fff 40%, #ff6 60%);
  --max: 1000px;
  --z-index--contents: 1;
  --z-index--bg: -1;
  --z-index--header: 200;
  --z-index--modal: 100;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 10px;
  color: var(--ink);
  margin: 0 !important;
}

body {
  position: relative;
  z-index: 1;
  min-width: var(--max);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
  overflow-y: scroll;
  background: var(--white);
}
body._blue {
  background: #f3f8fc;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  body.menu-open {
    overflow: hidden;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}

.preload *,
.preload *:before,
.preload *:after {
  -webkit-transition: none !important;
  transition: none !important;
}

a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  opacity: 0.7;
}
a:focus-visible {
  outline: none;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button {
  display: block;
}

textarea {
  resize: vertical;
}

input:-moz-focus-inner,
button:-moz-focus-inner {
  border: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--ink);
}

input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: var(--ink);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--ink);
}

input:placeholder-shown,
textarea:placeholder-shown {
  color: var(--ink);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--ink);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--ink);
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--ink);
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--ink);
}
input:focus:-moz-placeholder-shown, textarea:focus:-moz-placeholder-shown {
  color: var(--ink);
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: var(--ink);
}
input:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: var(--ink);
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: var(--ink);
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: var(--ink);
  opacity: 1;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: var(--ink);
  opacity: 1;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: var(--ink);
}

option {
  height: 1.8em;
}

.customize-support {
  isolation: isolate;
}

.p-shopBlog {
  padding-top: 0;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog {
    padding-inline: 1.5rem;
  }
}
.p-shopBlog__section {
  margin-top: 3rem;
}
.p-shopBlog__section--review {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__section--review {
    margin-top: 4rem;
  }
}
.p-shopBlog__section--cta {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__section--cta {
    margin-top: 2rem;
  }
}
.p-shopBlog__section--priceTable {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__section--priceTable {
    margin-top: 2.5rem;
  }
}
.p-shopBlog__section--faq {
  margin-top: 6rem;
}
.p-shopBlog__section--buttons {
  margin-top: 5rem;
}
.p-shopBlog__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin: 3rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1.5rem;
  }
}
.p-shopBlog__image > img {
  width: 420px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__image > img {
    width: 100%;
  }
}
.p-shopBlog__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__data {
    gap: 0.5rem;
  }
}
.p-shopBlog__review {
  width: 100%;
  text-align: center;
  background: var(--bg);
  padding: 3rem 3rem 3.5rem 3rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__review {
    background: var(--light-gray);
    padding: 1.5rem;
    width: 49%;
  }
}
.p-shopBlog__reviewScore {
  color: var(--tertiary);
  font-weight: 700;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__reviewScore {
    font-size: 1.6rem;
  }
}
.p-shopBlog__reviewInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-shopBlog__infoReviewLink {
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__infoReviewLink {
    font-size: 1.2rem;
  }
}
.p-shopBlog__infoReviewLink > svg {
  position: absolute;
  top: -0.2rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__infoReviewLink > svg {
    width: 21px;
    height: 21px;
  }
}
.p-shopBlog__infoReviewLinkText {
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__infoReviewLinkText {
    margin-left: 2.4rem;
  }
}
.p-shopBlog__avgCostPrice {
  text-align: center;
  background: var(--bg);
  padding: 3rem 3rem 3.5rem 3rem;
  min-width: 49%;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__avgCostPrice {
    background: var(--light-gray);
    padding: 1.5rem;
  }
}
.p-shopBlog__avgCostPriceInner {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__avgCostPriceInner {
    font-size: 1.6rem;
  }
}
.p-shopBlog__avgCostPriceLink {
  font-size: 1.6rem;
  position: relative;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__avgCostPriceLink {
    font-size: 1.2rem;
  }
}
.p-shopBlog__avgCostPriceLink > svg {
  position: absolute;
  top: -0.2rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__avgCostPriceLink > svg {
    font-size: 1.2rem;
    width: 21px;
    height: 21px;
  }
}
.p-shopBlog__avgCostPriceLinkText {
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__avgCostPriceLinkText {
    margin-left: 2.4rem;
  }
}
.p-shopBlog__avgCostPriceInner {
  font-weight: 700;
  color: var(--tertiary);
}
.p-shopBlog__avgCostInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-shopBlog__modal {
  display: none;
  position: fixed;
  z-index: var(--z-index--modal);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-shopBlog__modal.is-visible {
  opacity: 1;
}
.p-shopBlog__modal.is-hidden {
  opacity: 0;
}
.p-shopBlog__modalContent {
  background-color: #fff;
  margin: 15% auto;
  padding: 3rem;
  max-width: 618px;
  text-align: center;
  border-radius: 8px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.p-shopBlog__modalContent.is-visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.p-shopBlog__modalContent.is-hidden {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
}
.p-shopBlog__modalHeader {
  color: var(--white);
  background: var(--pale-green);
  font-weight: 700;
  padding: 0.5rem;
}
.p-shopBlog__modalText {
  margin-top: 2rem;
}
.p-shopBlog__modalClose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-weight: 700;
  margin-top: 3rem;
}
.p-shopBlog__feature {
  margin-top: 1rem;
}
.p-shopBlog__featureList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-shopBlog__featureListItem {
  background: var(--tertiary);
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  color: var(--white);
}
.p-shopBlog__appealPointTitle {
  border-top: 1px solid var(--tertiary);
  padding-block: 1.5rem;
  color: var(--tertiary);
  font-weight: 700;
  text-align: center;
  margin-top: 4rem;
}
.p-shopBlog__appealPointTitle::before, .p-shopBlog__appealPointTitle::after {
  content: "";
  display: inline-block;
  background-image: url(../../img/base/ico/ico_appeal_orl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.p-shopBlog__appealPointTitle::before {
  margin-right: 0.5rem;
  vertical-align: middle;
}
.p-shopBlog__appealPointTitle::after {
  margin-left: 0.5rem;
  vertical-align: middle;
}
.p-shopBlog__reviewCards {
  margin: 1.5rem 3rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__reviewCards {
    margin: 1.5rem;
  }
}
.p-shopBlog__detail {
  margin: 1.5rem 3rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__detail {
    margin: 1.5rem;
  }
}
.p-shopBlog__stepList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  margin: 3rem 0.5rem 0;
}
.p-shopBlog__stepListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.p-shopBlog__stepListItem::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 25px;
  width: 1px;
  height: 3rem;
  background: var(--tertiary);
  z-index: var(--z-index--bg);
}
.p-shopBlog__stepListItem:first-child::before {
  display: none;
}
.p-shopBlog__stepLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  background: var(--tertiary);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 1.25;
  color: var(--white);
}
.p-shopBlog__stepTitle {
  font-weight: 700;
  color: var(--tertiary);
}
.p-shopBlog__stepContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-shopBlog__staffListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 1.5rem 3rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__staffListItem {
    border-bottom: 1px dotted var(--border);
  }
}
.p-shopBlog__staffInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  width: 190px;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__staffInfo {
    width: 97px;
  }
}
.p-shopBlog__staffImage {
  width: 190px;
  height: 190px;
}
.p-shopBlog__staffImage > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__staffImage {
    width: 97px;
    height: 97px;
  }
}
.p-shopBlog__staffName {
  font-weight: 700;
  text-align: center;
  color: var(--primary);
}
@media screen and (max-width: 768px) {
  .p-shopBlog__staffName {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.p-shopBlog__catchcopy {
  margin-inline: 3rem;
}
.p-shopBlog__catchcopyTitle {
  font-weight: 700;
  margin-top: 2rem;
}
.p-shopBlog__catchcopyText {
  margin-top: 2rem;
}
.p-shopBlog__priceTable {
  margin-inline: 3rem;
}
.p-shopBlog__priceTableData {
  width: 100%;
  margin-top: 1rem;
}
.p-shopBlog__priceTableRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px dotted var(--border);
  border-bottom: 1px dotted var(--border);
  padding: 2rem 3rem;
}
.p-shopBlog__priceTablePrice {
  text-align: right;
}
.p-shopBlog__priceTablePriceTax {
  font-size: 1.125rem;
}
.p-shopBlog__priceTableAnnotation {
  margin-top: 2rem;
}
.p-shopBlog__estimateTable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid var(--border);
  margin: 3rem 0 0 0;
}
.p-shopBlog__estimateTable > tbody tr td,
.p-shopBlog__estimateTable > tbody tr th {
  border-bottom: 1px dotted var(--border);
  padding: 2rem 3rem;
  vertical-align: middle;
}
.p-shopBlog__estimateTable th {
  background: var(--light-gray);
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__estimateTable th {
    text-align: left;
    padding: 1rem 2rem;
    width: 100%;
  }
}
.p-shopBlog__estimateTableWrapper {
  margin-inline: 1.5rem;
}
.p-shopBlog__estimateTableDataTitle {
  text-align: left;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__estimateTableDataTitle {
    width: 50%;
    padding: 1rem 2rem;
  }
}
.p-shopBlog__estimateTableDataText {
  text-align: right;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__estimateTableDataText {
    width: 50%;
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-shopBlog__estimateTable__estimateTableHeader {
    display: table-header-group;
  }
}
.p-shopBlog__serviceDetails {
  margin: 3rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__serviceDetails {
    margin: 3rem 1.5rem;
  }
}
.p-shopBlog__serviceDetailsGroup h3 {
  margin-bottom: 10px;
  font-weight: bold;
  color: var(--gray);
  border-bottom: 2px dotted var(--gray);
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__serviceDetailsGroup h3 {
    font-size: 1.4rem;
  }
}
.p-shopBlog__serviceDetailsChoices {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__serviceDetailsChoices {
    gap: 0.5rem;
  }
}
.p-shopBlog__serviceDetailsChoices li {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #f9f9f9;
  color: #999;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__serviceDetailsChoices li {
    padding: 0.5rem;
    font-size: 1.2rem;
  }
}
.p-shopBlog__serviceDetailsChoices li.active {
  background-color: var(--bg);
  color: var(--primary);
}
.p-shopBlog__serviceDetailsChoices li.inactive {
  opacity: 0.5;
}
.p-shopBlog__faq {
  margin-top: 3rem;
}
.p-shopBlog__serviceArea {
  margin: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__serviceArea {
    margin: 3rem 1.5rem;
  }
}
.p-shopBlog__serviceList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3rem;
  margin-inline: 3rem;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__serviceList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-inline: 1.5rem;
    padding-bottom: 6rem;
  }
}
.p-shopBlog__serviceListLink {
  width: 100%;
}
.p-shopBlog__morebtn {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  display: none;
}
.p-shopBlog__morebtn p {
  font-size: 16px;
  color: rgb(131, 141, 143);
  margin: 0 0 20px;
}
.p-shopBlog__morebtn svg {
  width: 38px;
}
.p-shopBlog__serviceListHeader {
  background: var(--pale-green);
  color: var(--white);
  padding: 0.5rem 1rem;
  font-weight: 700;
  width: 100%;
}
.p-shopBlog__serviceListItem {
  width: 100%;
  border: 1px solid #bcc5c7;
  border-radius: 0.5rem;
  padding: 1rem;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__serviceListItem {
    width: 100%;
  }
}
.p-shopBlog__serviceImage {
  width: 160px;
  height: 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__serviceImage {
    width: 120px;
    height: 90px;
  }
}
.p-shopBlog__serviceImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-shopBlog__serviceInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__serviceInner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem;
  }
}
.p-shopBlog__serviceInformation {
  width: calc(100% - 160px);
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__serviceInformation {
    width: calc(100% - 120px);
    padding-right: 1rem;
  }
}
.p-shopBlog__servicePrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-shopBlog__servicePriceLabel {
  color: var(--gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
}
.p-shopBlog__servicePriceValue {
  color: var(--primary);
  font-weight: 700;
  font-size: 1.6rem;
}
.p-shopBlog__serviceScore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-shopBlog__serviceReview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.p-shopBlog__serviceScoreValue {
  color: var(--tertiary);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__serviceScoreValue {
    font-size: 1.6rem;
  }
}
.p-shopBlog__requestCustomer {
  margin: 1.5rem 3rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__requestCustomer {
    margin-inline: 1.5rem;
  }
}
.p-shopBlog__aboutCancel {
  margin: 1.5rem 3rem;
}
.p-shopBlog__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-shopBlog__caseList {
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__caseList {
    padding: 1.5rem 1.5rem 0;
  }
}
.p-shopBlog__caseItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1rem;
  border: 1px solid var(--border);
}
@media screen and (max-width: 768px) {
  .p-shopBlog__caseItem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-shopBlog__caseItem + li {
  margin-top: 1rem;
}
.p-shopBlog__caseItem__thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5rem;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__caseItem__thumb {
    width: 100%;
  }
}
.p-shopBlog__caseItem__thumbWrap {
  width: 50%;
}
.p-shopBlog__caseItem__img {
  position: relative;
  border: 1px solid var(--border);
  padding-top: 81.3084%;
}
.p-shopBlog__caseItem__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-shopBlog__caseItem__imgText {
  font-size: 1.6rem;
  color: var(--white);
}
.p-shopBlog__caseItem__imgText span {
  display: inline-block;
  min-width: 80px;
  margin-top: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background: var(--related-title-bg);
}
.p-shopBlog__caseItem__imgText.is-after span {
  background: var(--primary);
}
@media screen and (max-width: 768px) {
  .p-shopBlog__caseItem__imgText {
    font-size: 1.4rem;
  }
  .p-shopBlog__caseItem__imgText span {
    padding: 0;
  }
}
.p-shopBlog__caseItem__text {
  width: 50%;
  padding-top: 2rem;
  padding-left: 2rem;
}
.p-shopBlog__caseItem__text p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__caseItem__text {
    width: 100%;
    padding-top: 1rem;
    padding-left: 0;
  }
}
.p-shopBlog__caseItem__arrow {
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 2rem;
  color: rgb(155, 186, 200);
  letter-spacing: -0.2em;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__caseItem__arrow {
    font-size: 1.6rem;
    letter-spacing: -0.4em;
  }
}
.p-shopBlog__caseItem__title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__caseItem__title {
    margin-bottom: 1rem;
  }
}
.p-shopBlog__scraping {
  margin-top: 2rem;
}

.c-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 3rem;
}
@media screen and (max-width: 768px) {
  .c-table {
    padding: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-table__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: calc(50% - 1.5rem);
  border-bottom: dotted 2px #ddd;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-table__list {
    width: 100%;
  }
}
.c-table__list:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 768px) {
  .c-table__list:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.c-table__list:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 768px) {
  .c-table__list:nth-of-type(2) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
.c-table__list:nth-of-type(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media screen and (max-width: 768px) {
  .c-table__list:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.c-table__list:nth-of-type(4) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
@media screen and (max-width: 768px) {
  .c-table__list:nth-of-type(4) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
}
.c-table__list:nth-of-type(5) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
@media screen and (max-width: 768px) {
  .c-table__list:nth-of-type(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.c-table__list:nth-of-type(6) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
@media screen and (max-width: 768px) {
  .c-table__list:nth-of-type(6) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
}
.c-table__list:nth-of-type(7) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
@media screen and (max-width: 768px) {
  .c-table__list:nth-of-type(7) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
.c-table__list:nth-of-type(8) {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
@media screen and (max-width: 768px) {
  .c-table__list:nth-of-type(8) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
}
.c-table__list:nth-of-type(9) {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
@media screen and (max-width: 768px) {
  .c-table__list:nth-of-type(9) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
.c-table__ttl {
  min-width: 12rem;
  font-weight: 700;
  color: #657072;
}
@media screen and (max-width: 768px) {
  .c-table__ttl {
    min-width: 10rem;
  }
}

.c-reviewsList {
  padding-inline: 0;
}

.p-moreBlogBtn {
  margin: 1.5rem 3.5rem 0 auto;
}
@media screen and (max-width: 768px) {
  .p-moreBlogBtn {
    margin-right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .c-shopInfo {
    margin-top: 0;
  }
}
/*# sourceMappingURL=p-shop-service.css.map */
