@charset "UTF-8";

@charset "UTF-8";
.btnArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
}

@media screen and (max-width: 896px) {
  .btnArea {
    flex-wrap: wrap;
    margin: 0 auto;
  }
}

.btnArea .btn a {
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 330px;
  line-height: 71px;
  font-weight: 700;
  letter-spacing: .05em;
  text-indent: .05em;
  text-align: center;
  box-sizing: border-box;
  border-radius: 3px;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .btnArea .btn a {
    width: 100%;
    font-size: 15px;
    line-height: 58px;
  }
}

@media screen and (max-width: 896px) {
  .btnArea .btn__top {
    width: 100%;
  }
}

.btnArea .btn__top a {
  color: #b6b6b6;
  background: #fff;
  border: 1px solid #b6b6b6;
}

.btnArea .btn__top a:hover {
  background: #333;
  color: #fff;
}

/*
** ご利用規約
*/
.kiyaku {
  padding-bottom: 66px;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 896px) {
  .kiyaku {
    padding: 0 15px 40px;
    border-bottom: 1px solid #eee;
  }
}

.kiyaku .section__inner {
  width: 1000px;
  margin: 70px auto 0;
  box-sizing: border-box;
  padding: 60px 82px;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .kiyaku .section__inner {
    width: 100%;
    margin: 50px auto 40px;
    padding: 0;
    border: 0;
  }
}

.kiyakuList {
  font-family: "Noto Serif JP", serif;
}

.kiyakuList__item {
  margin-bottom: 45px;
}

.kiyakuList__item > p {
  font-size: 15px;
  line-height: 30px;
}

@media screen and (max-width: 896px) {
  .kiyakuList__item > p {
    line-height: 28px;
  }
}

.kiyakuList__item > ol > li {
  font-size: 15px;
  line-height: 30px;
}

@media screen and (max-width: 896px) {
  .kiyakuList__item > ol > li {
    line-height: 28px;
  }
}

.kiyakuList__item:nth-of-type(2) > ol > li {
  margin-bottom: 30px;
}

.kiyakuList__item:nth-of-type(2) > ol > li:last-child {
  margin-bottom: 0;
}

.kiyakuList__item:nth-of-type(7) > p {
  margin-bottom: 30px;
}

.kiyakuList__item:last-child {
  margin-bottom: 0;
}

.kiyakuList__headline {
  font-size: 17px;
  letter-spacing: .04em;
  text-indent: .04em;
  font-weight: bold;
  margin-bottom: 12px;
}

@media screen and (max-width: 896px) {
  .kiyakuList__headline {
    letter-spacing: .01em;
    text-indent: .01em;
  }
}

/*
** よくあるご質問
*/
.faq {
  margin: 70px 0 0;
  padding-bottom: 60px;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 896px) {
  .faq {
    margin: 35px 0 0;
    padding-bottom: 40px;
  }
}

.faqAnchor {
  width: 1000px;
  margin: 0 auto 24px;
}

@media screen and (max-width: 896px) {
  .faqAnchor {
    width: 100%;
    margin: 0 auto 35px;
  }
}

.faqAnchor__list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 896px) {
  .faqAnchor__list {
    display: block;
    margin: 0 15px;
  }
}

.faqAnchor__item {
  margin: 0 16px 16px 0;
}

@media screen and (max-width: 896px) {
  .faqAnchor__item {
    margin: 0 0 7px;
  }
}

.faqAnchor__item a {
  display: block;
  width: 238px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 58px;
  letter-spacing: .05em;
  text-indent: .05em;
  color: #333;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .faqAnchor__item a {
    width: 100%;
    line-height: 46px;
    border-radius: 3px;
  }
}

.faqAnchor__item a:hover {
  background: #eaeaea;
}

.faqAnchor__item:nth-child(4n) {
  margin-right: 0;
}

.faq__inner {
  background: #f5f5f5;
  padding: 60px 0;
}

@media screen and (max-width: 896px) {
  .faq__inner {
    padding: 40px 0;
  }
}

.faq .section {
  width: 1000px;
  margin: 0 auto 90px;
}

@media screen and (max-width: 896px) {
  .faq .section {
    width: 100%;
    margin: 0 auto 70px;
  }
}

.faq .section:last-child {
  margin-bottom: 0;
}

.faq .section__headline {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  letter-spacing: .05em;
  text-indent: .05em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 896px) {
  .faq .section__headline {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.faq .section__headline::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #333;
  margin-right: 13px;
}

@media screen and (max-width: 896px) {
  .faq .section__headline::before {
    width: 15px;
    margin-right: 10px;
  }
}

.faq .section__headline::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #333;
  margin-left: 13px;
}

@media screen and (max-width: 896px) {
  .faq .section__headline::after {
    width: 15px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 896px) {
  .faqList {
    margin: 0 15px;
  }
}

.faqList__item {
  background: #fff;
  margin-bottom: 25px;
}

@media screen and (max-width: 896px) {
  .faqList__item {
    margin-bottom: 10px;
  }
}

.faqList__item:last-child {
  margin-bottom: 0;
}

.faqList__item .question {
  display: flex;
  align-items: center;
  padding: 25px 0;
  transition: .3s;
  position: relative;
}

@media screen and (max-width: 896px) {
  .faqList__item .question {
    align-items: flex-start;
    padding: 17px 0;
  }
}

.faqList__item .question__icon {
  width: 65px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
  color: #daae67;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .faqList__item .question__icon {
    width: 42px;
    font-size: 17px;
    line-height: 21px;
  }
}

.faqList__item .question__txt {
  width: calc(100% - 65px);
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: .08em;
  text-indent: .08em;
}

@media screen and (max-width: 896px) {
  .faqList__item .question__txt {
    width: calc(100% - 42px);
    font-size: 15px;
    line-height: 21px;
    box-sizing: border-box;
    padding-right: 32px;
  }
}

.faqList__item .question .icon {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 896px) {
  .faqList__item .question .icon {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}

.faqList__item .question .icon::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.faqList__item .question .icon::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(90deg);
  transition: .3s;
}

.faqList__item .question.open {
  background: #eaeaea;
}

.faqList__item .question.open .icon::after {
  opacity: 0;
  transform: rotate(0);
}

.faqList__item .answer {
  display: none;
  padding: 25px 0;
}

@media screen and (max-width: 896px) {
  .faqList__item .answer {
    padding: 13px 0 15px;
  }
}

.faqList__item .answer__inner {
  display: flex;
}

.faqList__item .answer__icon {
  width: 65px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .faqList__item .answer__icon {
    width: 42px;
    font-size: 17px;
    line-height: 25px;
  }
}

.faqList__item .answer__txt {
  width: calc(100% - 65px);
  font-size: 15px;
  line-height: 29px;
  letter-spacing: .02em;
  text-indent: .02em;
  box-sizing: border-box;
  padding-right: 75px;
}

@media screen and (max-width: 896px) {
  .faqList__item .answer__txt {
    width: calc(100% - 42px);
    font-size: 15px;
    line-height: 25px;
    box-sizing: border-box;
    padding-right: 32px;
  }
}

.faqList__item .answer__txt b {
  font-weight: bold;
}

.faqList__item .answer__txt a {
  color: #333;
  text-decoration: underline;
}

.faqList__item .answer__txt ul li {
  display: table;
}

.faqList__item .answer__txt ul li::before {
  content: "・";
  display: table-cell;
}

.faq .btnArea {
  margin: 60px 0 0;
}

@media screen and (max-width: 896px) {
  .faq .btnArea {
    margin: 40px 15px 0;
  }
}

/*
** お買い物ガイド
*/
.guide {
  padding-bottom: 65px;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 896px) {
  .guide {
    padding-bottom: 41px;
  }
}

.guide__inner {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 70px auto 0;
  padding: 38px 0 0;
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .guide__inner {
    display: block;
    width: 100%;
    margin: 50px 0 0;
    padding: 0;
    border-top: 0;
  }
}

.guideAnchor {
  width: 268px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .guideAnchor {
    width: 100%;
  }
}

.guideAnchor__list {
  width: 240px;
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 20px;
}

@media screen and (max-width: 896px) {
  .guideAnchor__list {
    width: auto;
    margin: 0 15px;
    padding: 0;
    border: 1px solid #dadada;
    border-bottom: 0;
    border-radius: 2px;
  }
}

.guideAnchor__list.scroll {
  position: fixed;
  top: 113px;
}

.guideAnchor__list.fixed {
  position: absolute;
  top: auto;
  bottom: 0;
}

.guideAnchor__item {
  margin-bottom: 25px;
}

@media screen and (max-width: 896px) {
  .guideAnchor__item {
    margin-bottom: 0;
    border-bottom: 1px solid #dadada;
  }
}

.guideAnchor__item:last-child {
  margin-bottom: 0;
}

.guideAnchor__item a {
  color: #333;
}

.guideAnchor__item a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 896px) {
  .guideAnchor__item a:hover {
    text-decoration: unset;
  }
}

.guideAnchor__item > a {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  .guideAnchor__item > a {
    display: block;
    font-size: 13px;
    line-height: 46px;
    text-align: center;
  }
}

.guideAnchor__item > ul {
  margin: 10px 0 0 8px;
}

@media screen and (max-width: 896px) {
  .guideAnchor__item > ul {
    display: none;
  }
}

.guideAnchor__item > ul > li {
  margin-bottom: 9px;
}

.guideAnchor__item > ul > li:last-child {
  margin-bottom: 0;
}

.guideAnchor__item > ul > li a {
  font-size: 14px;
}

.guideAnchor__item > ul > li > ul {
  margin-top: 10px;
}

.guideAnchor__item > ul > li > ul li {
  margin-bottom: 7px;
}

.guideAnchor__item > ul > li > ul li:last-child {
  margin-bottom: 0;
}

.guideAnchor__item > ul > li > ul li a {
  display: flex;
  font-size: 13px;
  line-height: 19px;
}

.guideAnchor__item > ul > li > ul li a::before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background: #333;
  margin: 10px 4px 0 0;
}

.guideContent {
  width: calc(100% - 268px);
  box-sizing: border-box;
  padding-left: 31px;
}

@media screen and (max-width: 896px) {
  .guideContent {
    width: auto;
    padding: 40px 0 0;
    margin: 40px 15px 0;
    border-top: 1px solid #dadada;
  }
}

.guide .section {
  margin-bottom: 70px;
}

@media screen and (max-width: 896px) {
  .guide .section {
    margin-bottom: 55px;
  }
}

.guide .section:last-child {
  margin-bottom: 0;
}

.guide .section__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  letter-spacing: .06em;
  text-indent: .06em;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 896px) {
  .guide .section__headline {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 36px;
  }
}

.guide .box {
  padding-left: 26px;
  margin-bottom: 50px;
}

@media screen and (max-width: 896px) {
  .guide .box {
    padding-left: 14px;
    margin-bottom: 47px;
  }
}

.guide .box:last-child {
  margin-bottom: 0;
}

.guide .box__headline {
  font-size: 18px;
  letter-spacing: .04em;
  text-indent: .04em;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 12px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .guide .box__headline {
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.guide .box__headline::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  box-sizing: border-box;
  border: 2px solid #333;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: -26px;
}

@media screen and (max-width: 896px) {
  .guide .box__headline::before {
    width: 9px;
    height: 9px;
    top: 6px;
    left: -14px;
  }
}

.guide .box__description p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: .02em;
  text-indent: .02em;
}

@media screen and (max-width: 896px) {
  .guide .box__description p {
    font-size: 14px;
    line-height: 24px;
  }
}

.guide .box__description b {
  font-weight: bold;
}

.guide .box__description strong {
  color: #ee3030;
}

.guide .box__description ol {
  counter-reset: number;
}

.guide .box__description ol li {
  display: table;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: .02em;
  text-indent: .02em;
  margin-bottom: 5px;
}

@media screen and (max-width: 896px) {
  .guide .box__description ol li {
    font-size: 14px;
    line-height: 24px;
  }
}

.guide .box__description ol li:last-child {
  margin-bottom: 0;
}

.guide .box__description ol li::before {
  display: table-cell;
  counter-increment: number;
  content: counter(number) ".";
  padding-right: 7px;
}

.guide .box__description .list li {
  display: table;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: .02em;
  text-indent: .02em;
  margin-bottom: 5px;
}

@media screen and (max-width: 896px) {
  .guide .box__description .list li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }
}

.guide .box__description .list li::before {
  content: "・";
  display: table-cell;
  padding-right: 7px;
}

@media screen and (max-width: 896px) {
  .guide .box__description .list li::before {
    padding-right: 2px;
  }
}

.guide .box__description .delivery {
  margin-bottom: 40px;
}

.guide .box__description .delivery:first-child {
  margin-top: 20px;
}

@media screen and (max-width: 896px) {
  .guide .box__description .delivery:first-child {
    margin-top: 12px;
  }
}

.guide .box__description .delivery:last-child {
  margin-bottom: 0;
}

.guide .box__description .delivery__headline {
  font-size: 15px;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: bold;
  margin-bottom: 7px;
}

@media screen and (max-width: 896px) {
  .guide .box__description .delivery__headline {
    line-height: 25px;
  }
}

.guide .box__description .delivery__headline span {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid #dadada;
}

.guide .box__description .time {
  display: flex;
  border: 1px solid #dadada;
  background: #f9f9f9;
  margin-top: 10px;
}

@media screen and (max-width: 896px) {
  .guide .box__description .time {
    flex-wrap: wrap;
    border-bottom: 0;
  }
}

.guide .box__description .time div {
  width: 20%;
  font-size: 14px;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #dadada;
  padding: 16px 0;
}

@media screen and (max-width: 896px) {
  .guide .box__description .time div {
    width: 50%;
    border-bottom: 1px solid #dadada;
    padding: 13px 0;
  }
}

@media screen and (max-width: 896px) {
  .guide .box__description .time div:first-child {
    width: 100%;
    border-right: 0;
  }
}

@media screen and (max-width: 896px) {
  .guide .box__description .time div:nth-child(3) {
    border-right: 0;
  }
}

.guide .box__description .time div:last-child {
  border-right: 0;
}

.guide .box__description .cardList {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px 0;
  margin: 15px 0;
  border: 1px solid #dadada;
}

@media screen and (max-width: 896px) {
  .guide .box__description .cardList {
    flex-wrap: wrap;
    justify-content: left;
    padding: 17px 0;
  }
}

.guide .box__description .cardList__item {
  margin-right: 53px;
}

@media screen and (max-width: 896px) {
  .guide .box__description .cardList__item {
    width: 50%;
    height: 55px;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.guide .box__description .cardList__item--visa img {
  width: 75px;
}

@media screen and (max-width: 896px) {
  .guide .box__description .cardList__item--visa img {
    width: 71px;
  }
}

.guide .box__description .cardList__item--master img {
  width: 70px;
}

.guide .box__description .cardList__item--jcb img {
  width: 75px;
}

@media screen and (max-width: 896px) {
  .guide .box__description .cardList__item--jcb img {
    width: 70px;
  }
}

.guide .box__description .cardList__item--amex img {
  width: 50px;
}

.guide .box__description .cardList__item--deners {
  margin-right: 0;
}

@media screen and (max-width: 896px) {
  .guide .box__description .cardList__item--deners {
    margin-bottom: 0;
  }
}

.guide .box__description .cardList__item--deners img {
  width: 70px;
}

@media screen and (max-width: 896px) {
  .guide .box__description .cardList__item--deners img {
    width: 65px;
  }
}

.guide .section--member p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: .02em;
  text-indent: .02em;
}

@media screen and (max-width: 896px) {
  .guide .section--member p {
    font-size: 14px;
    line-height: 24px;
  }
}

.guide .section--member .benefits {
  border: 1px solid #dadada;
  padding: 26px;
  margin-top: 20px;
}

@media screen and (max-width: 896px) {
  .guide .section--member .benefits {
    padding: 25px 15px;
  }
}

.guide .section--member .benefits__box {
  margin-bottom: 40px;
}

@media screen and (max-width: 896px) {
  .guide .section--member .benefits__box {
    margin-bottom: 25px;
  }
}

.guide .section--member .benefits__box:last-child {
  margin-bottom: 0;
}

.guide .section--member .benefits__box h3 {
  font-size: 15px;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: bold;
  margin: 0 0 10px;
}

.guide .btnArea {
  width: 100%;
  margin: 65px auto 0;
}

@media screen and (max-width: 896px) {
  .guide .btnArea {
    width: auto;
    margin: 45px 15px 0;
  }
}

/*
** 修理について
*/
.repair {
  padding-bottom: 65px;
  margin-top: 70px;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 896px) {
  .repair {
    padding-bottom: 41px;
    margin-top: 30px;
  }
}

.repairAnchor {
  background: #f4f4f4;
  padding: 35px 0;
  margin: 30px 0 90px;
}

@media screen and (max-width: 896px) {
  .repairAnchor {
    padding: 16px 15px;
    margin: 0 0 60px;
  }
}

.repairAnchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .repairAnchor__list {
    width: 100%;
  }
}

@media screen and (max-width: 896px) {
  .repairAnchor__item {
    width: 100%;
    margin-bottom: 5px;
  }
}

.repairAnchor__item > a {
  display: block;
  font-family: "Noto Serif JP", serif;
  width: 324px;
  font-size: 15px;
  line-height: 75px;
  letter-spacing: .05em;
  text-indent: .05em;
  font-weight: bold;
  color: #333;
  text-align: center;
  border-radius: 2px;
  background: #fff;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .repairAnchor__item > a {
    width: 100%;
    line-height: 55px;
    border-radius: 3px;
  }
}

.repairAnchor__item > a:hover {
  background: #eaeaea;
}

.repairAnchor__item--price {
  width: 100%;
  margin: 14px 0;
  padding: 35px 50px;
  box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 896px) {
  .repairAnchor__item--price {
    margin: 0 0 5px;
    padding: 0 0 20px;
  }
}

.repairAnchor__item--price > a {
  width: 100%;
  line-height: 48px;
  border: 1px solid #dadada;
}

@media screen and (max-width: 896px) {
  .repairAnchor__item--price > a {
    line-height: 55px;
    border: 0;
    border-bottom: 1px solid #dadada;
  }
}

.repairAnchor__item .subAnchor__list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 896px) {
  .repairAnchor__item .subAnchor__list {
    display: block;
  }
}

.repairAnchor__item .subAnchor__item {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 896px) {
  .repairAnchor__item .subAnchor__item {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
}

.repairAnchor__item .subAnchor__item::after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background: #333;
  transform: rotate(30deg);
  margin: 0 30px;
}

@media screen and (max-width: 896px) {
  .repairAnchor__item .subAnchor__item::after {
    width: 15px;
    height: 1px;
    transform: rotate(0deg);
    margin: 15px auto 0;
  }
}

.repairAnchor__item .subAnchor__item a {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: .02em;
  text-indent: .02em;
  color: #333;
}

.repairAnchor__item .subAnchor__item a:hover {
  text-decoration: underline;
}

.repairAnchor__item .subAnchor__item:last-child::after {
  display: none;
}

.repair .section {
  width: 900px;
  margin: 0 auto 90px;
}

@media screen and (max-width: 896px) {
  .repair .section {
    width: auto;
    margin: 0 15px 55px;
  }
}

.repair .section__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  letter-spacing: .06em;
  text-indent: .06em;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 896px) {
  .repair .section__headline {
    font-size: 19px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: normal;
    text-indent: 0;
  }
}

.repair .section__description {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: .02em;
  text-indent: .02em;
  margin-top: -5px;
}

@media screen and (max-width: 896px) {
  .repair .section__description {
    line-height: 25px;
    letter-spacing: normal;
    text-indent: 0;
  }
}

.repair .section__description strong {
  font-weight: bold;
}

.repair .methodList__item {
  display: flex;
  align-items: center;
  border: 1px solid #dadada;
  background: #f9f9f9;
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .repair .methodList__item {
    display: block;
  }
}

.repair .methodList__item:last-child {
  margin-bottom: 0;
}

.repair .methodList__item--shop {
  display: flex;
  align-items: center;
  width: 275px;
  height: 83px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: .02em;
  text-indent: .02em;
  box-sizing: border-box;
  padding-left: 20px;
  background: #fff;
}

@media screen and (max-width: 896px) {
  .repair .methodList__item--shop {
    width: 100%;
    height: 70px;
    line-height: 25px;
    padding-left: 15px;
  }
}

.repair .methodList__item--description {
  width: calc(100% - 275px);
  box-sizing: border-box;
  padding-left: 30px;
}

@media screen and (max-width: 896px) {
  .repair .methodList__item--description {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    font-size: 15px;
    line-height: 25px;
    padding: 0 15px;
  }
}

.repair .stepBox {
  width: 410px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  line-height: 28px;
  letter-spacing: .08em;
  text-indent: .08em;
  font-weight: bold;
  text-align: center;
  padding: 17px 0;
  position: relative;
}

@media screen and (max-width: 896px) {
  .repair .stepBox {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .02em;
    text-indent: .02em;
    padding: 14px 0;
  }
}

.repair .stepBox::before {
  content: "";
  display: block;
  border-top: 13px solid #333;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 896px) {
  .repair .stepBox::before {
    border-top: 11px solid #333;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    top: -21px;
  }
}

.repair .stepItem {
  margin-bottom: 41px;
}

@media screen and (max-width: 896px) {
  .repair .stepItem {
    margin-bottom: 30px;
  }
}

.repair .stepItem__01 .stepBox {
  border: 1px solid #dadada;
}

.repair .stepItem__01 .stepBox::before {
  display: none;
}

.repair .stepItem__02 .stepBox {
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
}

.repair .stepItem__03 {
  display: flex;
  justify-content: space-between;
}

.repair .stepItem__03 .stepBox {
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #e5e5e5;
}

@media screen and (max-width: 896px) {
  .repair .stepItem__03 .stepBox__01 {
    width: 48%;
  }
}

.repair .stepItem__03 .stepBox__01::before {
  left: auto;
  right: 73px;
  transform: translate(0, 0);
}

@media screen and (max-width: 896px) {
  .repair .stepItem__03 .stepBox__01::before {
    right: 50%;
    transform: translate(50%, 0);
  }
}

@media screen and (max-width: 896px) {
  .repair .stepItem__03 .stepBox__02 {
    width: 48%;
  }
}

.repair .stepItem__03 .stepBox__02::before {
  left: 73px;
  transform: translate(0, 0);
}

@media screen and (max-width: 896px) {
  .repair .stepItem__03 .stepBox__02::before {
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.repair .stepItem__04 .stepBox {
  margin: 0;
  border: 1px solid #3b3b3b;
  background: #3b3b3b;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .repair .stepItem__04 .stepBox {
    width: 48%;
  }
}

.repair .price {
  margin-bottom: 70px;
}

@media screen and (max-width: 896px) {
  .repair .price {
    margin-bottom: 40px;
  }
}

.repair .price:last-child {
  margin-bottom: 0;
}

.repair .price__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  line-height: 45px;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: bold;
  padding: 0 16px;
  margin-bottom: 25px;
  background: #f7f7f7;
}

@media screen and (max-width: 896px) {
  .repair .price__headline {
    font-size: 17px;
    line-height: 27px;
    padding: 9px 11px;
    margin-bottom: 20px;
  }
}

.repair .price__description {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: .02em;
  text-indent: .02em;
  margin-top: -5px;
}

@media screen and (max-width: 896px) {
  .repair .price__description {
    line-height: 25px;
    letter-spacing: normal;
    text-indent: 0;
  }
}

.repair .price__description strong {
  font-weight: bold;
}

.repair .priceTable__headline {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .repair .priceTable__headline {
    font-size: 16px;
  }
}

.repair .priceTable__headline::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #333;
  border-radius: 50%;
  margin-right: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 896px) {
  .repair .priceTable__headline::before {
    width: 10px;
    height: 10px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 896px) {
  .repair .price table {
    display: block;
  }
}

.repair .price table th {
  border: 1px solid #dadada;
}

@media screen and (max-width: 896px) {
  .repair .price table th {
    border-bottom: 0;
  }
}

.repair .price table td {
  border: 1px solid #dadada;
}

@media screen and (max-width: 896px) {
  .repair .price table thead {
    display: flex;
    float: left;
    border-bottom: 1px solid #dadada;
    padding-top: 40px;
    position: relative;
  }
}

@media screen and (max-width: 896px) {
  .repair .price table thead tr {
    display: block;
  }
}

.repair .price table thead th {
  width: 137px;
  background: #f9f9f9;
  font-size: 14px;
  letter-spacing: .02em;
  text-indent: .02em;
  padding: 15px 0;
}

@media screen and (max-width: 896px) {
  .repair .price table thead th {
    display: block;
    width: 121px;
    font-size: 13px;
    line-height: 22px;
    padding: 9px 0 8px;
  }
}

.repair .price table thead th.col4 {
  width: 103px;
}

@media screen and (max-width: 896px) {
  .repair .price table thead th.col4 {
    width: 101px;
  }
}

@media screen and (max-width: 896px) {
  .repair .price table tbody {
    display: flex;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #dadada;
  }
}

.repair .price table tbody th {
  font-size: 15px;
  color: #fff;
  letter-spacing: .08em;
  text-indent: .08em;
  background: #484848;
  padding: 17px 0;
}

@media screen and (max-width: 896px) {
  .repair .price table tbody th {
    display: block;
    width: 101px;
    border-left: 0;
    padding: 12px 0;
  }
}

.repair .price table tbody td {
  font-size: 15px;
  text-align: center;
  letter-spacing: .02em;
  text-indent: .02em;
  vertical-align: middle;
  padding: 17px 0;
}

@media screen and (max-width: 896px) {
  .repair .price table tbody td {
    display: block;
    width: 101px;
    border-bottom: 0;
    border-left: 0;
    padding: 12px 0;
  }
}

@media screen and (max-width: 896px) {
  .repair .price table tbody .row3 {
    width: 305px;
    position: absolute;
    left: 0;
  }
}

.repair .price table .none {
  width: 70px;
}

@media screen and (max-width: 896px) {
  .repair .price table .none {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }
}

.repair .price table .ring {
  width: 415px;
  font-size: 16px;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: bold;
  padding: 14px 0;
}

@media screen and (max-width: 896px) {
  .repair .price table .ring {
    width: 78px;
    font-size: 13px;
    border-right: 0;
    padding: 49px 0 48px;
  }
}

.repair .price table .ringother {
  width: 415px;
  font-size: 16px;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: bold;
  padding: 14px 0;
}

@media screen and (max-width: 896px) {
  .repair .price table .ringother {
    width: 78px;
    font-size: 13px;
    line-height: 22px;
    border-right: 0;
    padding: 58px 0 57px;
  }
}

.repair .price .list {
  margin-top: 20px;
}

@media screen and (max-width: 896px) {
  .repair .price .list {
    margin-top: 10px;
  }
}

.repair .price .list li {
  display: table;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: .02em;
  text-indent: .02em;
}

@media screen and (max-width: 896px) {
  .repair .price .list li {
    font-size: 14px;
    line-height: 24px;
  }
}

.repair .price .list li::before {
  content: "・";
  display: table-cell;
}

.repair .price .ex {
  display: flex;
  margin-top: 35px;
}

@media screen and (max-width: 896px) {
  .repair .price .ex {
    display: block;
    margin-top: 20px;
  }
}

.repair .price .exBox {
  width: 435px;
  box-sizing: border-box;
  border: 1px solid #dadada;
}

@media screen and (max-width: 896px) {
  .repair .price .exBox {
    width: 100%;
    margin-top: 15px;
  }
}

.repair .price .exBox:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 896px) {
  .repair .price .exBox:first-child {
    margin: 0;
  }
}

.repair .price .exBox__pic img {
  width: 100%;
}

.repair .price .exBox__inner {
  padding: 25px 25px;
}

@media screen and (max-width: 896px) {
  .repair .price .exBox__inner {
    padding: 15px;
  }
}

.repair .price .exBox__theme {
  display: block;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  .repair .price .exBox__theme {
    font-size: 15px;
    line-height: 25px;
  }
}

.repair .price .exBox__description {
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
}

@media screen and (max-width: 896px) {
  .repair .price .exBox__description {
    line-height: 24px;
    margin-top: 5px;
  }
}

.repair .price--01 {
  margin-top: 65px;
}

@media screen and (max-width: 896px) {
  .repair .price--01 {
    margin-top: 40px;
  }
}

.repair .price--02 table {
  width: 100%;
}

@media screen and (max-width: 896px) {
  .repair .price--02 table {
    max-width: 488px;
  }
}

@media screen and (max-width: 896px) {
  .repair .price--02 table thead th {
    width: 101px;
  }
}

@media screen and (max-width: 896px) {
  .repair .price--02 table tbody td:nth-of-type(3) {
    margin-bottom: 40px;
  }
  .repair .price--02 table tbody td:nth-of-type(5) {
    margin-bottom: 80px;
  }
  .repair .price--02 table tbody .row3--01 {
    top: 160px;
  }
  .repair .price--02 table tbody .row3--02 {
    top: 240px;
  }
  .repair .price--02 table tbody .row3--03 {
    top: 280px;
  }
}

.repair .price--03 table {
  width: 761px;
}

@media screen and (max-width: 896px) {
  .repair .price--03 table {
    width: 100%;
    max-width: 429px;
  }
}

@media screen and (max-width: 896px) {
  .repair .price--03 tbody td:nth-of-type(2) {
    padding: 23px 0;
    margin-bottom: 120px;
  }
  .repair .price--03 tbody .row3--01 {
    top: 142px;
  }
  .repair .price--03 tbody .row3--02 {
    top: 182px;
  }
  .repair .price--03 tbody .row3--03 {
    top: 222px;
  }
}

.repair .price--04 table {
  width: 623px;
}

@media screen and (max-width: 896px) {
  .repair .price--04 table {
    width: 100%;
    max-width: 429px;
  }
}

@media screen and (max-width: 896px) {
  .repair .price--04 tbody td:nth-of-type(1) {
    margin-bottom: 120px;
  }
  .repair .price--04 tbody .row3--01 {
    top: 80px;
  }
  .repair .price--04 tbody .row3--02 {
    top: 120px;
  }
  .repair .price--04 tbody .row3--03 {
    top: 160px;
  }
}

.repair .price--05 table {
  width: 764px;
}

@media screen and (max-width: 896px) {
  .repair .price--05 table {
    width: 100%;
    max-width: 429px;
  }
}

@media screen and (max-width: 896px) {
  .repair .price--05 tbody td:nth-of-type(4) {
    margin-bottom: 40px;
  }
  .repair .price--05 tbody .row3--01 {
    top: 200px;
  }
}

.repair .price--06 table {
  width: 667px;
}

@media screen and (max-width: 896px) {
  .repair .price--06 table {
    width: 100%;
    max-width: 429px;
  }
}

.repair .price--06 table thead th {
  width: 200px;
}

@media screen and (max-width: 896px) {
  .repair .price--06 table thead th {
    width: 121px;
  }
}

@media screen and (max-width: 896px) {
  .repair .price--06 table tbody td:nth-of-type(1) {
    padding: 23px 0;
    margin-bottom: 124px;
  }
  .repair .price--06 table tbody .row3--01 {
    top: 102px;
    padding: 23px 0;
  }
  .repair .price--06 table tbody .row3--02 {
    top: 164px;
    padding: 23px 0;
  }
}

@media screen and (max-width: 896px) {
  .repair .btnArea {
    margin: 0 15px;
  }
}
