@charset "UTF-8";
.wrapper {
  max-width: 956px;
  margin: 0 auto;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .wrapper {
    max-width: 375px;
    padding: 0 20px;
  }
}
.title-beforecheck-primary {
  font-weight: 700;
  position: relative;
  text-align: center;
}
.title-beforecheck-primary::before, .title-beforecheck-primary::after {
  position: absolute;
  display: block;
  content: "";
}
.title-beforecheck-primary::before {
  background: url("/img/showroom_search/beforecheck/decoration_title_01.svg") center/cover no-repeat;
}
.title-beforecheck-primary::after {
  background: url("/img/showroom_search/beforecheck/decoration_title_02.svg") center/cover no-repeat;
}
.title-beforecheck-primary .title-wrapper {
  color: #2a3a65;
  position: relative;
}
.title-beforecheck-primary .title-wrapper::before {
  position: absolute;
  content: "";
  display: block;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.5;
}

@media only screen and (min-width: 769px) {
  .title-beforecheck-primary {
    width: 730px;
    margin: 0 auto 34px;
  }
  .title-beforecheck-primary::before, .title-beforecheck-primary::after {
    width: 36px;
    height: 36px;
    top: 4px;
  }
  .title-beforecheck-primary::before {
    left: -2px;
  }
  .title-beforecheck-primary::after {
    right: -2px;
  }
  .title-beforecheck-primary .title-wrapper {
    font-size: 4rem;
  }
  .title-beforecheck-primary .title-wrapper::before {
    top: -53px;
    left: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .title-beforecheck-primary {
    width: 100%;
    margin-bottom: 17px;
  }
  .title-beforecheck-primary::before, .title-beforecheck-primary::after {
    width: 18px;
    height: 18px;
    top: -12px;
  }
  .title-beforecheck-primary::before {
    left: 9px;
  }
  .title-beforecheck-primary::after {
    right: 9px;
  }
  .title-beforecheck-primary .title-wrapper {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .title-beforecheck-primary .title-wrapper::before {
    top: -25px;
    left: 38%;
  }
}
.title-beforecheck-secondary {
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.title-beforecheck-secondary .sub-title {
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.title-beforecheck-secondary .sub-title .title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.title-beforecheck-secondary .main-title {
  color: #222222;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .title-beforecheck-secondary {
    border-radius: 10px;
    margin: -6px 0 36px;
    padding: 10px 24px;
  }
  .title-beforecheck-secondary .sub-title {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
  .title-beforecheck-secondary .main-title {
    width: calc(100% - 60px);
    font-size: 2.8rem;
    margin-left: 24px;
  }
  .title-beforecheck-secondary .main-title .is-small {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .title-beforecheck-secondary {
    border-radius: 5px;
    margin: -36px 0 16px;
    padding: 7px 18px;
  }
  .title-beforecheck-secondary .sub-title {
    width: 46px;
    height: 46px;
    font-size: 0.9rem;
  }
  .title-beforecheck-secondary .main-title {
    width: calc(100% - 46px);
    font-size: 2rem;
    margin-left: 16px;
  }
  .title-beforecheck-secondary .main-title .is-small {
    font-size: 1.6rem;
  }
}
.title-beforecheck-tertiary {
  background-color: #c6c6c6;
  background-color: rgba(198, 198, 198, 0.3);
  font-weight: 700;
}
.title-beforecheck-tertiary .title-number {
  margin-right: 3px;
}
@media only screen and (min-width: 769px) {
  .title-beforecheck-tertiary {
    color: #575757;
    font-size: 1.8rem;
    margin-bottom: 24px;
    padding: 4px 18px 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .title-beforecheck-tertiary {
    font-size: 1.6rem;
    line-height: 1.53125;
    padding: 1px 0 4px 8px;
    margin-bottom: 16px;
  }
  .title-beforecheck-tertiary .title-number {
    font-size: 1.4rem;
    padding-right: 3px;
  }
}
.detail-beforecheck-primary {
  font-weight: 400;
  color: #575757;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .detail-beforecheck-primary {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 20px 67px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .detail-beforecheck-primary {
    font-size: 1.4rem;
    line-height: 1.75;
    margin: 0 0 37px 0;
  }
}
.button-beforecheck-primary {
  background-color: #f77861;
  border: 1px solid #f77861;
  text-decoration: none;
  border-radius: 40px;
  transition: all .3s ease;
}
.button-beforecheck-primary:hover {
  background-color: #fff;
}
.button-beforecheck-primary .m-icon {
  display: none;
}
.button-beforecheck-primary .button-wrapper {
  font-weight: 700;
  color: #fff;
  transition: all .3s ease;
}
.button-beforecheck-primary:hover .button-wrapper {
  color: #f77861;
}
.button-beforecheck-primary .button-wrapper .is-small {
  background-color: #5a8ff2;
  border-radius: 10px;
  font-size: 1rem;
  padding: 0px 6px;
  margin-left: 16px;
  position: relative;
  top: -2px;
}
@media only screen and (min-width: 769px) {
  .button-beforecheck-primary {
    padding: 25px 143px 23px;
  }
  .button-beforecheck-primary .button-wrapper {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .button-beforecheck-primary {
    width: 100%;
    padding: 14px 32px;
  }
  .button-beforecheck-primary .button-wrapper {
    font-size: 1.6rem;
    line-height: 1.65;
    position: relative;
    padding-right: 40px;
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 374px) {
  .button-beforecheck-primary {
    padding-left: 20px;
    padding-right: 20px;
  }
  .button-beforecheck-primary .button-wrapper {
    padding-right: 30px;
    font-size: 1.5rem;
  }
}
.section-beforecheck-keyvisual {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 4px;
}
.section-beforecheck-keyvisual .keyvisual-banner {
  position: relative;
}
.section-beforecheck-keyvisual .banner-thumbnail {
  position: absolute;
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  left: 50%;
}
.section-beforecheck-keyvisual .banner-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-beforecheck-keyvisual .keyvisual-category {
  background-color: #f8f4ea;
}
@media only screen and (min-width: 769px) {
  .section-beforecheck-keyvisual .keyvisual-banner {
    background: url("/img/showroom_search/beforecheck/background_keyvisual_01.jpg") center/cover no-repeat;
    height: 500px;
  }
  .section-beforecheck-keyvisual .banner-thumbnail {
    top: -150px;
    width: 644px;
  }
  .section-beforecheck-keyvisual .keyvisual-category .wrapper {
    padding: 206px 0 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-beforecheck-keyvisual {
    margin-top: -25px;
  }
  .section-beforecheck-keyvisual .keyvisual-banner {
    height: 300px;
    background: url("/img/showroom_search/beforecheck/background_keyvisual_01_sp.jpg") center/cover no-repeat;
  }
  .section-beforecheck-keyvisual .banner-thumbnail {
    width: 268px;
    height: 226px;
    top: -3px;
  }
  .section-beforecheck-keyvisual .keyvisual-category .wrapper {
    padding: 56px 25px 31px;
  }
}
.section-check-reason {
  font-family: "Noto Sans JP", sans-serif;
}
.section-check-reason .title-beforecheck-primary .title-wrapper::before {
  background: url("/img/showroom_search/beforecheck/title_reason_01.png") center/cover no-repeat;
}
.section-check-reason .reason-content {
  background-color: #fdf9f0;
  border-radius: 15px;
}
.section-check-reason .content-detail,
.section-check-reason .content-note {
  text-align: center;
}
.section-check-reason .content-detail {
  font-weight: 400;
  color: #575757;
  margin-bottom: 2px;
}
.section-check-reason .content-note {
  font-weight: 700;
  color: #6f675b;
  position: relative;
}
.section-check-reason .content-note::before, .section-check-reason .content-note::after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 16px;
}
.section-check-reason .content-note::before {
  background: url("/img/showroom_search/beforecheck/decoration_title_03.svg") center/cover no-repeat;
}
.section-check-reason .content-note::after {
  background: url("/img/showroom_search/beforecheck/decoration_title_04.svg") center/cover no-repeat;
}

@media only screen and (min-width: 769px) {
  .section-check-reason .wrapper {
    padding: 107px 0 82px;
  }
  .section-check-reason .title-beforecheck-primary .title-wrapper::before {
    width: 102px;
    height: 30px;
  }
  .section-check-reason .reason-content {
    padding: 26px 20px;
  }
  .section-check-reason .content-detail,
  .section-check-reason .content-note {
    font-size: 1.6rem;
  }
  .section-check-reason .content-detail {
    line-height: 1.75;
    padding-left: 12px;
  }
  .section-check-reason .content-note {
    width: 414px;
    padding: 10px 0;
    margin: 0 auto 4px;
  }
  .section-check-reason .content-note::before {
    top: 18px;
    left: -1px;
  }
  .section-check-reason .content-note::after {
    top: 18px;
    right: -1px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-check-reason .wrapper {
    padding: 48px 20px 50px;
  }
  .section-check-reason .title-beforecheck-primary .title-wrapper::before {
    width: 51px;
    height: 15px;
  }
  .section-check-reason .content-detail {
    font-size: 1.3rem;
    line-height: 1.6153846154;
    text-align: left;
    padding-left: 67px;
  }
  .section-check-reason .content-note {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.2666666667;
    padding: 18px 18px 12px;
    margin-bottom: 9px;
  }
  .section-check-reason .content-note::before {
    top: 31px;
    left: 42px;
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  .section-check-reason .content-note::after {
    top: 31px;
    right: 40px;
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  .section-check-reason .reason-content {
    padding: 23px 22.1px 14px 20px;
    margin: 0 -4px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
  .section-check-reason .content-note::before {
    left: 20px;
  }
  .section-check-reason .content-note::after {
    right: 20px;
  }
}
.section-beforecheck-advance {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #faf6ef;
}
.section-beforecheck-advance .content-confirm {
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.section-beforecheck-advance .advance-content {
  display: none;
}
.section-beforecheck-advance .advance-content.current {
  display: block;
}
.section-beforecheck-advance .advance-content.is-green .title-beforecheck-secondary {
  background-color: rgba(177, 209, 149, 0.4);
}
.section-beforecheck-advance .advance-content.is-green .title-beforecheck-secondary .sub-title .title-wrapper {
  color: #b1d195;
}
.section-beforecheck-advance .advance-content.is-green .title-beforecheck-tertiary {
  border-top: 3px solid #b1d195;
}
.section-beforecheck-advance .advance-content.is-green .title-beforecheck-tertiary .title-number {
  color: #b1d195;
}
.section-beforecheck-advance .advance-content.is-green .content-confirm {
  background-color: #b1d195;
}
.section-beforecheck-advance .advance-content.is-green .list-advance-blog .decoration-wrapper::after {
  background: url("/img/showroom_search/beforecheck/decoration_title_green_02.svg") center/cover no-repeat;
}
.section-beforecheck-advance .advance-content.is-green .list-advance-blog .is-camera::before {
  background: url("/img/showroom_search/beforecheck/decoration_title_green_01.svg") center/cover no-repeat;
}
.section-beforecheck-advance .advance-content.is-green .list-advance-blog .is-ruler::before {
  background: url("/img/showroom_search/beforecheck/decoration_title_green_03.svg") center/cover no-repeat;
}
.section-beforecheck-advance .advance-content.is-yellow .title-beforecheck-secondary {
  background-color: rgba(235, 206, 127, 0.4);
}
.section-beforecheck-advance .advance-content.is-yellow .title-beforecheck-secondary .sub-title .title-wrapper {
  color: #ebce7f;
}
.section-beforecheck-advance .advance-content.is-yellow .title-beforecheck-tertiary {
  border-top: 3px solid #ebce7f;
}
.section-beforecheck-advance .advance-content.is-yellow .title-beforecheck-tertiary .title-number {
  color: #ebce7f;
}
.section-beforecheck-advance .advance-content.is-yellow .content-confirm {
  background-color: #ebce7f;
}
.section-beforecheck-advance .advance-content.is-yellow .list-advance-blog .decoration-wrapper::after {
  background: url("/img/showroom_search/beforecheck/decoration_title_yellow_02.svg") center/cover no-repeat;
}
.section-beforecheck-advance .advance-content.is-yellow .list-advance-blog .is-camera::before {
  background: url("/img/showroom_search/beforecheck/decoration_title_yellow_01.svg") center/cover no-repeat;
}
.section-beforecheck-advance .advance-content.is-yellow .list-advance-blog .is-ruler::before {
  background: url("/img/showroom_search/beforecheck/decoration_title_yellow_03.svg") center/cover no-repeat;
}
.section-beforecheck-advance .advance-content.is-yellow .list-advance-blog .is-hand::before {
  background: url("/img/showroom_search/beforecheck/decoration_title_yellow_04.svg") center/cover no-repeat;
}
.section-beforecheck-advance .advance-content.is-red .title-beforecheck-secondary {
  background-color: rgba(242, 165, 150, 0.4);
}
.section-beforecheck-advance .advance-content.is-red .title-beforecheck-secondary .sub-title .title-wrapper {
  color: #f2a596;
}
.section-beforecheck-advance .advance-content.is-red .title-beforecheck-tertiary {
  border-top: 3px solid #f2a596;
}
.section-beforecheck-advance .advance-content.is-red .title-beforecheck-tertiary .title-number {
  color: #f2a596;
}
.section-beforecheck-advance .advance-content.is-red .content-confirm {
  background-color: #f2a596;
}
.section-beforecheck-advance .advance-content.is-red .list-advance-blog .decoration-wrapper::after {
  background: url("/img/showroom_search/beforecheck/decoration_title_red_02.svg") center/cover no-repeat;
}
.section-beforecheck-advance .advance-content.is-red .list-advance-blog .is-camera::before {
  background: url("/img/showroom_search/beforecheck/decoration_title_red_01.svg") center/cover no-repeat;
}
.section-beforecheck-advance .advance-content.is-red .list-advance-blog .is-ruler::before {
  background: url("/img/showroom_search/beforecheck/decoration_title_red_03.svg") center/cover no-repeat;
}
.section-beforecheck-advance .advance-content.is-violet .title-beforecheck-secondary {
  background-color: rgba(169, 170, 211, 0.4);
}
.section-beforecheck-advance .advance-content.is-violet .title-beforecheck-secondary .sub-title .title-wrapper {
  color: #a9aad3;
}
.section-beforecheck-advance .advance-content.is-violet .title-beforecheck-tertiary {
  border-top: 3px solid #a9aad3;
}
.section-beforecheck-advance .advance-content.is-violet .title-beforecheck-tertiary .title-number {
  color: #a9aad3;
}
.section-beforecheck-advance .advance-content.is-violet .content-confirm {
  background-color: #a9aad3;
}
.section-beforecheck-advance .advance-content.is-violet .list-advance-blog .decoration-wrapper::after {
  background: url("/img/showroom_search/beforecheck/decoration_title_violet_02.svg") center/cover no-repeat;
}
.section-beforecheck-advance .advance-content.is-violet .list-advance-blog .is-camera::before {
  background: url("/img/showroom_search/beforecheck/decoration_title_violet_01.svg") center/cover no-repeat;
}
.section-beforecheck-advance .advance-content.is-violet .list-advance-blog .is-ruler::before {
  background: url("/img/showroom_search/beforecheck/decoration_title_violet_03.svg") center/cover no-repeat;
}
.section-beforecheck-advance .advance-content.is-violet .list-advance-blog .is-hand::before {
  background: url("/img/showroom_search/beforecheck/decoration_title_violet_04.svg") center/cover no-repeat;
}

@media only screen and (min-width: 769px) {
  .section-beforecheck-advance .wrapper {
    padding: 110px 0 60px;
  }
  .section-beforecheck-advance .title-beforecheck-primary .title-wrapper::before {
    background: url("/img/showroom_search/beforecheck/title_advance_01.png") center/cover no-repeat;
    width: 317px;
    height: 40px;
  }
  .section-beforecheck-advance .block-advance {
    background-color: #fff;
    padding: 0 60px 60px;
    border-radius: 0 30px 30px 30px;
  }
  .section-beforecheck-advance .detail-beforecheck-primary {
    margin-bottom: 65px;
  }
  .section-beforecheck-advance .content-confirm {
    font-size: 1.8rem;
    padding: 7px 30px 6px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-beforecheck-advance .wrapper {
    padding: 55px 20px 40px;
  }
  .section-beforecheck-advance .title-beforecheck-primary {
    margin-bottom: 16px;
  }
  .section-beforecheck-advance .title-beforecheck-primary .title-wrapper::before {
    background: url("/img/showroom_search/beforecheck/title_advance_01.png") center/cover no-repeat;
    width: 158px;
    height: 20px;
    left: 65%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-beforecheck-advance .detail-beforecheck-primary {
    font-size: 1.2rem;
    line-height: 1.75;
    padding: 0 14px;
    margin-bottom: 38px;
  }
  .section-beforecheck-advance .advance-title {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: #575757;
    margin-bottom: 15px;
  }
  .section-beforecheck-advance .advance-title > span {
    position: relative;
    display: inline-block;
    padding: 0 22px;
  }
  .section-beforecheck-advance .advance-title > span::before, .section-beforecheck-advance .advance-title > span::after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 16px;
  }
  .section-beforecheck-advance .advance-title > span::before {
    background: url("/img/showroom_search/beforecheck/decoration_title_03.svg") center/cover no-repeat;
    top: 9px;
    left: 0;
  }
  .section-beforecheck-advance .advance-title > span::after {
    background: url("/img/showroom_search/beforecheck/decoration_title_04.svg") center/cover no-repeat;
    top: 8px;
    right: 0;
  }
  .section-beforecheck-advance .tab-content-wrapper {
    padding: 18px 18px;
    border-radius: 0;
    background: #fff;
  }
  .section-beforecheck-advance .tab-content-wrapper .title-beforecheck-secondary {
    margin-top: 0;
  }
  .section-beforecheck-advance .block-advance {
    margin: 0 -4px;
  }
  .section-beforecheck-advance .advance-content.is-green .title-beforecheck-tertiary {
    border-top: 2px solid #b1d195;
  }
  .section-beforecheck-advance .advance-content.is-yellow .title-beforecheck-tertiary {
    border-top: 2px solid #ebce7f;
  }
  .section-beforecheck-advance .advance-content.is-red .title-beforecheck-tertiary {
    border-top: 2px solid #f2a596;
  }
  .section-beforecheck-advance .advance-content.is-violet .title-beforecheck-tertiary {
    border-top: 2px solid #a9aad3;
  }
  .section-beforecheck-advance .content-confirm {
    font-size: 1.6rem;
    padding: 7px 30px 5px;
    margin-top: -23px;
  }
}
.section-beforecheck-reserve {
  font-family: "Noto Sans JP", sans-serif;
}
.section-beforecheck-reserve .title-beforecheck-primary .title-wrapper::before {
  background: url("/img/showroom_search/beforecheck/title_reserve_01.png") center/cover no-repeat;
}
.section-beforecheck-reserve .reserve-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdf9f0;
  border-radius: 0 30px 0 30px;
  position: relative;
}
.section-beforecheck-reserve .reserve-block::before {
  position: absolute;
  content: "";
  display: block;
}
.section-beforecheck-reserve .block-detail {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #575757;
  margin-bottom: 23px;
}
.section-beforecheck-reserve .block-thumbnail {
  width: 414px;
  height: 135px;
  margin-left: -27px;
  margin: 0 0 27px -27px;
}
.section-beforecheck-reserve .block-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-beforecheck-reserve .button-beforecheck-primary {
  border-radius: 50px;
  position: relative;
}
.section-beforecheck-reserve .button-beforecheck-primary::after {
  position: absolute;
  content: "";
  display: block;
  background: url("/img/showroom_search/beforecheck/icon_find_01.svg") center/cover no-repeat;
  width: 24px;
  height: 24px;
  top: 34px;
  right: 34px;
  transition: all .3s ease;
}

.section-beforecheck-reserve .button-beforecheck-primary:hover::after {
  background: url("/img/showroom_search/beforecheck/icon_find_02.svg") center/cover no-repeat;
}

.section-beforecheck-reserve .button-beforecheck-primary .button-wrapper {
  font-size: 2.6rem;
}
.section-beforecheck-reserve .reserve-instagram {
  text-align: center;
}
.section-beforecheck-reserve .instagram-wrapper {
  position: relative;
  padding-left: 47px;
  color: #1a1a1a;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.section-beforecheck-reserve .instagram-wrapper::before {
  position: absolute;
  content: "";
  display: block;
  background: url("/img/showroom_search/beforecheck/logo_instagram_01.png") center/cover no-repeat;
  width: 35px;
  height: 35px;
  top: -3px;
  left: 1px;
}
.section-beforecheck-reserve .instagram-button {
  text-align: center;
}
.section-beforecheck-reserve .instagram-button .button-beforecheck-primary::after {
  display: none;
}
.section-beforecheck-reserve .instagram-button .is-instagram {
  background-color: #ebce7f;
  border: 1px solid #ebce7f;
}
.section-beforecheck-reserve .instagram-button .is-instagram:hover {
  background-color: #fff;
}
.section-beforecheck-reserve .instagram-button .is-instagram:hover .button-wrapper {
  color: #ebce7f;
}

@media only screen and (min-width: 769px) {
  .section-beforecheck-reserve {
    padding: 115px 0 106px;
  }
  .section-beforecheck-reserve .title-beforecheck-primary .title-wrapper::before {
    width: 107px;
    height: 29px;
  }
  .section-beforecheck-reserve .button-beforecheck-primary {
    padding: 33px 104px 31px 107px;
  }
  .section-beforecheck-reserve .reserve-block {
    padding: 60px 40px;
    margin-bottom: 63px;
  }
  .section-beforecheck-reserve .reserve-block::before {
    background: url("/img/showroom_search/beforecheck/decoration_reserve_01.png") center/cover no-repeat;
    width: 103px;
    height: 96px;
    top: -37px;
    right: 45px;
  }
  .section-beforecheck-reserve .reserve-instagram {
    margin-bottom: 27px;
  }
  .section-beforecheck-reserve .detail-beforecheck-primary {
    margin: 0 0 58px 0;
  }
  .section-beforecheck-reserve .instagram-button .is-instagram {
    padding: 17px 20px 20px;
    width: 400px;
    display: inline-block
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-beforecheck-reserve {
    padding: 65px 0 30px;
  }
  .section-beforecheck-reserve .wrapper {
    padding: 0 16px;
  }
  .section-beforecheck-reserve .title-beforecheck-primary {
    margin-bottom: 23px;
  }
  .section-beforecheck-reserve .title-beforecheck-primary .title-wrapper::before {
    width: 54px;
    height: 15px;
    left: 49%;
  }
  .section-beforecheck-reserve .detail-beforecheck-primary {
    padding: 0 32px;
    margin-bottom: 26px;
  }
  .section-beforecheck-reserve .reserve-block {
    padding: 60px 18px 30px;
    margin-bottom: 28px;
  }
  .section-beforecheck-reserve .reserve-block::before {
    width: 78px;
    height: 72px;
    top: -31px;
    right: 10px;
    background: url("/img/showroom_search/beforecheck/decoration_reserve_01_sp.png") center/cover no-repeat;
  }
  .section-beforecheck-reserve .reserve-instagram {
    margin-bottom: 23px;
    line-height: 1.5;
  }
  .section-beforecheck-reserve .block-detail {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 29px;
  }
  .section-beforecheck-reserve .block-thumbnail {
    width: 311px;
    height: 101px;
    margin: 0 0 30px 0;
  }
  .section-beforecheck-reserve .button-beforecheck-primary {
    padding: 15px 41px 14px 24px;
    margin-left: 12px;
  }
  .section-beforecheck-reserve .button-beforecheck-primary::after {
    width: 14px;
    height: 14px;
    top: 22px;
    right: 21px;
  }
  .section-beforecheck-reserve .button-beforecheck-primary .button-wrapper {
    font-size: 1.6rem;
    line-height: 1.6875;
    padding-right: 0;
  }
  .section-beforecheck-reserve .instagram-button {
    display: flex;
  }
  .section-beforecheck-reserve .instagram-button .is-instagram {
    width: 60%;
    padding: 10px 40px;
    margin: 0 auto;
  }
}
.section-beforecheck-about {
  background-color: #f9f5ed;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
.section-beforecheck-about .wrapper::before {
  position: absolute;
  display: block;
  content: "";
  background: url("/img/showroom_search/beforecheck/decoration_about_04.png") center/cover no-repeat;
  width: 73px;
  height: 103px;
  top: -43px;
  left: calc(50% - 528px);
}
.section-beforecheck-about .title-beforecheck-primary .title-wrapper::before {
  background: url("/img/showroom_search/beforecheck/title_about_01.png") center/cover no-repeat;
}
@media only screen and (min-width: 769px) {
  .section-beforecheck-about {
    padding: 104px 0 19px;
  }
  .section-beforecheck-about .wrapper {
    width: 1056px;
    max-width: 1056px;
  }
  .section-beforecheck-about .wrapper::before {
    position: absolute;
    display: block;
    content: "";
    background: url("/img/showroom_search/beforecheck/decoration_about_04.png") center/cover no-repeat;
    width: 73px;
    height: 103px;
    top: -43px;
    left: calc(50% - 528px);
  }
  .section-beforecheck-about .title-beforecheck-primary .title-wrapper::before {
    width: 252px;
    height: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-beforecheck-about {
    padding: 55px 0 1px;
  }
  .section-beforecheck-about .title-beforecheck-primary .title-wrapper::before {
    width: 126px;
    height: 20px;
    left: 55%;
  }
}
.section-beforecheck-service {
  font-family: "Noto Sans JP", sans-serif;
}
.section-beforecheck-service .title-beforecheck-primary .title-wrapper::before {
  background: url("/img/showroom_search/beforecheck/title_service_01.png") center/cover no-repeat;
}
.section-beforecheck-service .detail-beforecheck-primary {
  margin: 0 0 40px 0;
}
.section-beforecheck-service .service-thumbnail {
  position: relative;
}
.section-beforecheck-service .service-thumbnail img {
  width: 100%;
}
.section-beforecheck-service .service-detail {
  font-weight: 400;
  color: #575757;
}
@media only screen and (min-width: 769px) {
  .section-beforecheck-service {
    font-family: "Noto Sans JP", sans-serif;
    padding: 83px 0 0;
  }
  .section-beforecheck-service .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-beforecheck-service .title-beforecheck-primary .title-wrapper::before {
    width: 101px;
    height: 33px;
  }
  .section-beforecheck-service .service-thumbnail {
    width: 632px;
    height: 422px;
    border-radius: 25px;
    margin-bottom: 38px;
  }
  .section-beforecheck-service .service-thumbnail::before {
    position: absolute;
    display: block;
    content: "";
    background: url("/img/showroom_search/beforecheck/decoration_service_01.png") center/cover no-repeat;
    width: 89px;
    height: 109px;
    bottom: -64px;
    left: -162px;
  }
  .section-beforecheck-service .service-thumbnail img {
    border-radius: 25px;
  }
  .section-beforecheck-service .service-detail {
    font-size: 1.6rem;
    margin-bottom: 34px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-beforecheck-service {
    padding: 54px 0 0;
  }
  .section-beforecheck-service .wrapper {
    padding: 0 16px;
  }
  .section-beforecheck-service .title-beforecheck-primary {
    margin-bottom: 19px;
  }
  .section-beforecheck-service .title-beforecheck-primary .title-wrapper::before {
    width: 51px;
    height: 17px;
    left: 50%;
  }
  .section-beforecheck-service .detail-beforecheck-primary {
    line-height: 1.5;
    margin-bottom: 28px;
  }
  .section-beforecheck-service .detail-beforecheck-primary .is-size {
    font-size: 1.2rem;
    line-height: 1.75;
    padding-left: 3px;
  }
  .section-beforecheck-service .service-thumbnail {
    width: 100%;
    height: 229px;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .section-beforecheck-service .service-thumbnail img {
    height: 100%;
    border-radius: 15px;
  }
  .section-beforecheck-service .service-detail {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 30px;
    margin-bottom: 19px;
  }
}
.list-check-category {
  list-style: none;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
}
.list-check-category .list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
}
.list-check-category .list-item:not(:last-child)::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #5282dd;
  opacity: 0.2;
  top: 0;
  right: 0;
}
.list-check-category .list-item.is-border::after {
  display: none;
}
.list-check-category .list-item::before {
  position: absolute;
  content: "";
  display: block;
  background: url("/img/showroom_search/beforecheck/icon_arrow_01.svg") center/cover no-repeat;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.list-check-category .item-label {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #6f675b;
}
@media only screen and (min-width: 769px) {
  .list-check-category {
    padding: 11px 0 10px;
  }
  .list-check-category .list-item::before {
    width: 13px;
    height: 9px;
    bottom: 9px;
    left: 51%;
  }
  .list-check-category .item-label {
    font-size: 1.6rem;
    padding: 9px 33px 32px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .list-check-category {
    padding: 0;
  }
  .list-check-category .list-item {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .list-check-category .list-item::before {
    width: 11px;
    height: 7px;
    bottom: 12px;
    left: 50%;
  }
  .list-check-category .list-item:not(:last-child) {
    width: 50%;
    border-bottom: 1px solid rgba(150, 145, 137, 0.2);
  }
  .list-check-category .list-item:not(:last-child)::after {
    display: none;
  }
  .list-check-category .list-item:last-child {
    width: 100%;
  }
  .list-check-category .list-item:last-child::before {
    bottom: 22px;
    left: 57%;
  }
  .list-check-category .list-item:last-child .item-label {
    padding: 16px 35px 17px 20px;
  }
  .list-check-category .list-item:nth-child(3n-1) {
    border-left: 1px solid rgba(150, 145, 137, 0.2);
  }
  .list-check-category .item-label {
    font-size: 1.2rem;
    padding: 16px 20px 25px;
    width: 100%;
    height: 100%;
  }
}
.list-check-reason .is-modify-item::after {
  background-image: url("/img/showroom_search/beforecheck/icon_check_01.svg");
}
.check-reason-wrapper {
  position: relative;
}
.check-reason-wrapper::before {
  display: block;
  content: "";
  position: absolute;
}
.list-check-reason .reason-item {
  height: 100%;
  border: 4px solid #f7ead9;
  border-radius: 25px;
  position: relative;
  padding-bottom: 9px;
}
.list-check-reason .reason-item::before, .list-check-reason .reason-item::after {
  position: absolute;
  content: "";
  display: block;
}
.list-check-reason .reason-item::before {
  background-color: #FDF9F0;
  width: 70px;
  height: 4px;
  top: -4px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.list-check-reason .reason-item::after {
  background: url("/img/showroom_search/beforecheck/icon_check_02.svg") center/cover no-repeat;
  width: 42px;
  height: 43px;
  top: -31px;
  left: 53%;
  -ms-transform: translateX(-53%);
  transform: translateX(-53%);
}
.list-check-reason .item-thumbnail {
  background-color: #fdf9f0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 27px 0;
}
.list-check-reason .item-wrapper {
  margin: 0 auto;
}
.list-check-reason .item-wrapper img {
  width: 100%;
}
.list-check-reason .item-heading {
  padding: 20px 26px;
}
.list-check-reason .heading-title {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  color: #2a3a65;
  margin-bottom: 14px;
  padding-left: 10px;
}
.list-check-reason .heading-detail {
  font-weight: 400;
  line-height: 1.5;
  color: #575757;
}
@media only screen and (min-width: 769px) {
  .check-reason-wrapper::before {
    width: 36px;
    height: 109px;
    bottom: -35px;
    right: -73px;
  }
  .list-check-reason {
    padding-left: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px 17px;
    position: relative;
  }
  .list-check-reason .reason-column {
    width: 33.33%;
    padding: 0 14px;
    margin-bottom: 20px;
  }
  .list-check-reason .item-wrapper {
    width: 218px;
    height: 142px;
  }
  .list-check-reason .item-wrapper img {
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-check-reason .detail-beforecheck-primary {
    margin-bottom: 17px;
  }
  .check-reason-wrapper {
    margin: 0 -20px 20px;
  }
  .check-reason-wrapper::before {
    z-index: 5;
    width: 28px;
    height: 82px;
    bottom: -12px;
    right: 20px;
    background: url("/img/showroom_search/beforecheck/decoration_reason_02_sp.png") no-repeat 0 0/100% auto;
  }
  .list-check-reason {
    padding: 0 0;
    margin-bottom: 1px;
  }
  .list-check-reason .reason-item {
    border: 2px solid #f7ead9;
    border-radius: 13px;
    margin: 0;
    margin-bottom: 8px;
    padding-bottom: 0;
  }
  .list-check-reason .reason-item::before {
    width: 49px;
    height: 2px;
    top: -2px;
  }
  .list-check-reason .reason-item::after {
    width: 30px;
    height: 30px;
    top: -21px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .list-check-reason .item-thumbnail {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    padding: 22px 0 24px;
  }
  .list-check-reason .item-thumbnail .item-wrapper {
    width: 163px;
  }
  .list-check-reason .item-heading {
    padding: 14px 21px 20px;
  }
  .list-check-reason .heading-title {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-left: 0;
    margin-bottom: 9px;
  }
  .list-check-reason .heading-detail {
    font-size: 1.2rem;
    line-height: 1.75;
    min-height: 64px;
  }
  .list-check-reason .reason-column {
    padding: 20px 10px 0;
  }
  .list-check-reason .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -5px;
    width: 40px;
    height: 40px;
    background: #f0755f;
    border-radius: 50%;
  }
  .list-check-reason .slick-prev {
    left: 30px;
  }
  .list-check-reason .slick-next {
    right: 30px;
  }
  .list-check-reason .slick-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  .list-check-reason .slick-prev:before {
    transform: rotate(-45deg);
    left: 50%;
    margin-left: -2px;
  }
  .list-check-reason .slick-next:before {
    right: 50%;
    transform: rotate(135deg);
    margin-right: -4px;
  }
  .list-check-reason .slick-slide,
  .list-check-reason .reason-column {
    width: 275px;
  }
  .list-check-reason:not(.slick-initialized) .reason-column:not(:first-child){
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 370px) {
  .list-check-reason .item-heading {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.list-reason-category {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.list-reason-category::before {
  content: "";
  display: block;
  position: absolute;
  background: url("/img/showroom_search/beforecheck/decoration_reason_01.svg") center/cover no-repeat;
}
.list-reason-category .category-item {
  border-radius: 20px;
  background-color: #f0755f;
  border: 1px solid #f0755f;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all .3s ease;
}

.list-reason-category .category-item:hover {
  background-color: #fff;
}

.list-reason-category .category-item:not(:last-child) {
  margin-right: 12px;
}
.list-reason-category .category-item::after {
  content: "";
  display: block;
  position: absolute;
  background: url("/img/showroom_search/beforecheck/icon_arrow_02.svg") center/cover no-repeat;
  transition: all .3s ease;
  z-index: 1;
}

.list-reason-category .category-item:hover::after {
  background: url("/img/showroom_search/beforecheck/icon_arrow_03.svg") center/cover no-repeat;
}

.list-reason-category .item-label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.3333333333;
  color: #fff;
  transition: all .3s ease;
}
.list-reason-category .category-item:hover .item-label {
  color: #f0755f;
}
.list-reason-category a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 4px 16px;
  position: relative;
  z-index: 2;
}
.list-reason-category a .m-icon {
  display: none;
}

@media only screen and (min-width: 769px) {
  .list-reason-category {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .list-reason-category::before {
    width: 76px;
    height: 74px;
    top: -29px;
    left: 2px;
  }
  .list-reason-category .category-item {
    width: 129px;
  }
  .list-reason-category .category-item::after {
    width: 11px;
    height: 11px;
    top: 13px;
    right: 30px;
  }
  .list-reason-category .item-label {
    margin-right: 23px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .list-reason-category {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 32px;
  }
  .list-reason-category::before {
    width: 76px;
    height: 73px;
    top: -147px;
    left: -24px;
  }
  .list-reason-category .category-item {
    width: 112px;
    margin-bottom: 10px;
  }
  .list-reason-category .category-item::after {
    width: 8px;
    height: 8px;
    top: 16px;
    right: 23px;
  }
  .list-reason-category .category-item a {
    padding: 4px 16px 3px;
  }
  .list-reason-category .item-label {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
  .list-reason-category {
    padding-left: 0;
  }
  .list-reason-category .category-item {
    width: 110px;
  }
  .list-reason-category .category-item a {
    padding: 4px 12px;
  }
}
.list-beforecheck-advance .advance-item {
  background-color: #fff;
  position: relative;
}
.list-beforecheck-advance .advance-item::before, .list-beforecheck-advance .advance-item::after {
  content: "";
  display: block;
  position: absolute;
}
.list-beforecheck-advance .advance-item::before {
  background-color: #f7ead9;
  top: -3px;
  left: 0;
}
.list-beforecheck-advance .advance-item.is-primary::after {
  background: url("/img/showroom_search/beforecheck/item_advance_01.png") center/cover no-repeat;
}
.list-beforecheck-advance .advance-item.is-secondary {
  border-bottom-right-radius: 30px;
}
.list-beforecheck-advance .advance-item.is-secondary::after {
  background: url("/img/showroom_search/beforecheck/item_advance_02.png") center/cover no-repeat;
}
.list-beforecheck-advance .item-block {
  display: -ms-flexbox;
  display: flex;
}
.list-beforecheck-advance .block-thumbnail {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 19px;
  position: relative;
}
.list-beforecheck-advance .block-thumbnail::before {
  position: absolute;
  content: "";
  display: block;
  background: url("/img/showroom_search/beforecheck/decoration_advance_01.svg") center/cover no-repeat;
  width: 45px;
  height: 97px;
  bottom: -138px;
  left: 198px;
}
.list-beforecheck-advance .block-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-beforecheck-advance .block-content {
  padding-left: 59px;
}
.list-beforecheck-advance .block-content .content-title,
.list-beforecheck-advance .block-content .content-detail {
  color: #575757;
}
.list-beforecheck-advance .block-content .content-title {
  font-weight: 700;
}
.list-beforecheck-advance .block-content .content-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 400;
  font-size: 1.4rem;
}
.list-beforecheck-advance .block-content .content-detail span {
  margin-bottom: 25px;
}
.list-beforecheck-advance .item-title {
  color: #575757;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  margin: 8px 0 46px;
  position: relative;
}
.list-beforecheck-advance .item-subtitle {
  position: relative;
  margin: 0 37px 0 30px;
  z-index: 1;
}
.list-beforecheck-advance .item-subtitle::before, .list-beforecheck-advance .item-subtitle::after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #ead097;
  position: absolute;
  z-index: -1;
  top: 15px;
}
.list-beforecheck-advance .item-subtitle::before {
  left: 0;
}
.list-beforecheck-advance .item-subtitle::after {
  right: 0;
}
.list-beforecheck-advance .item-label {
  display: block;
  background-color: #fff;
  color: #2a3a65;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  padding: 0 38px 0 34px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .list-beforecheck-advance .advance-item {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 54px 54px 33px 53px;
    margin-bottom: 77px;
  }
  .list-beforecheck-advance .advance-item::before {
    width: 96%;
    height: 6px;
  }
  .list-beforecheck-advance .advance-item::after {
    width: 166px;
    height: 63px;
    top: -29px;
    left: 60px;
  }
  .list-beforecheck-advance .advance-item.is-secondary {
    padding-bottom: 75px;
    margin-bottom: 103px;
  }
  .list-beforecheck-advance .block-thumbnail {
    width: 220px;
    height: 250px;
  }
  .list-beforecheck-advance .block-content .content-title {
    font-size: 3.6rem;
    line-height: 1.3333333333;
    margin-bottom: 36px;
  }
  .list-beforecheck-advance .block-content .content-detail {
    line-height: 1.75;
  }
  .list-beforecheck-advance .item-title {
    font-size: 3.6rem;
    line-height: 1.3333333333;
  }
  .list-beforecheck-advance .item-title::before {
    position: absolute;
    content: "";
    display: block;
    background: url("/img/showroom_search/beforecheck/decoration_advance_02.svg") center/cover no-repeat;
    width: 25px;
    height: 99px;
    top: -121px;
    right: 22px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .list-beforecheck-advance {
    margin: 0 -4px;
  }
  .list-beforecheck-advance .advance-item {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0 30px;
    margin-bottom: 27px;
  }
  .list-beforecheck-advance .advance-item::before {
    width: 91%;
    height: 4px;
  }
  .list-beforecheck-advance .advance-item::after {
    width: 83px;
    height: 31px;
    top: -15px;
    left: 20px;
  }
  .list-beforecheck-advance .advance-item.is-secondary {
    padding: 21px 25px 26px 30px;
    margin-bottom: 20px;
  }
  .list-beforecheck-advance .item-block {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0 10px;
  }
  .list-beforecheck-advance .block-thumbnail {
    width: 110px;
    height: 125px;
  }
  .list-beforecheck-advance .block-thumbnail::before {
    display: none;
  }
  .list-beforecheck-advance .block-content {
    padding: 24px 0 0 0;
  }
  .list-beforecheck-advance .block-content .content-title {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 17px;
  }
  .list-beforecheck-advance .block-content .content-detail {
    line-height: 1.5;
  }
  .list-beforecheck-advance .block-content .content-detail span {
    margin-bottom: 21px;
  }
  .list-beforecheck-advance .item-title {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .list-beforecheck-advance .item-subtitle {
    margin: 0;
  }
  .list-beforecheck-advance .item-subtitle::before, .list-beforecheck-advance .item-subtitle::after {
    top: 14px;
  }
  .list-beforecheck-advance .item-subtitle .item-label {
    padding: 0 8px 0 9px;
    font-size: 1.6rem;
  }
}
.list-advance-step {
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0px 0;
  margin: 0 -35px 0 -58px;
  position: relative;
}
.list-advance-step::after {
  position: absolute;
  content: "";
  display: block;
  background: url("/img/showroom_search/beforecheck/decoration_step_01.png") center/cover no-repeat;
  bottom: -16px;
  left: 51%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 83%;
  height: 16px;
}
.list-advance-step .step-item {
  width: 20%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0 12px;
  position: relative;
}
.list-advance-step .step-item:not(:last-child)::after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #ead097;
  border-radius: 50%;
  bottom: -15px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.list-advance-step .item-heading img {
  width: 100%;
}
.list-advance-step .item-thumbnail img {
  width: 100%;
}
.list-advance-step .item-detail {
  font-weight: 700;
  color: #575757;
  font-size: 1.8rem;
  line-height: 1.5;
}
.list-advance-step .item-detail.is-margin {
  margin-bottom: -5px;
}
.list-advance-step .item-note {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 3px;
}
.list-advance-step .is-small {
  font-size: 1.6rem;
  color: #575757;
}
@media only screen and (min-width: 769px) {
  .list-advance-step .item-heading {
    width: 43px;
    height: 25px;
    margin-bottom: 4px;
  }
  .list-advance-step .item-heading img {
    height: 100%;
    object-fit: cover;
  }
  .list-advance-step .item-thumbnail {
    width: 95px;
    height: 77px;
    margin-bottom: 10px;
  }
  .list-advance-step .item-thumbnail img {
    height: 100%;
    object-fit: cover;
  }
  .list-advance-step .item-thumbnail.is-modify {
    width: 52px;
    height: 113px;
    margin-bottom: 1px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .list-advance-step {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding-top: 14px;
  }
  .list-advance-step::after {
    background: url("/img/showroom_search/beforecheck/decoration_step_01_sp.png") center/cover no-repeat;
    width: 16px;
    height: 303px;
    top: 38px;
    left: 7px;
  }
  .list-advance-step .step-item {
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 0 0 19px;
    margin-bottom: 9px;
  }
  .list-advance-step .step-item:not(:last-child)::after {
    top: 19px;
    left: 6px;
    width: 10px;
    height: 10px;
  }
  .list-advance-step .is-position .item-thumbnail {
    position: relative;
    top: 5px;
    margin-right: -10px;
  }
  .list-advance-step .is-position .item-note {
    margin-top: 6px;
  }
  .list-advance-step .item-thumbnail {
    width: 68px;
    margin: 0 6px 0 0;
  }
  .list-advance-step .item-second {
    margin-bottom: 14px;
  }
  .list-advance-step .item-second .item-thumbnail {
    position: relative;
    left: -5px;
    top: -7px;
  }
  .list-advance-step .item-third {
    margin-bottom: 25px;
  }
  .list-advance-step .item-third .item-thumbnail {
    position: relative;
    top: 0;
    left: 7px;
  }
  .list-advance-step .item-third .item-heading {
    position: relative;
    top: 0px;
  }
  .list-advance-step .item-thumbnail.is-size {
    position: relative;
    top: -6px;
  }
  .list-advance-step .item-heading {
    width: 38px;
    margin-bottom: 0;
    margin: 0 12px 0 0;
  }
  .list-advance-step .item-detail {
    text-align: left;
    flex: 1;
    font-size: 1.6rem;
  }
  .list-advance-step .item-detail.is-small {
    font-size: 1.4rem;
  }
  .list-advance-step .item-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    padding: 9px 0 0 15px;
  }
  .list-advance-step .item-note {
    font-size: 1.2rem;
  }
}
.list-advance-category {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.list-advance-category .category-item {
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 10px 34px;
  position: relative;
  cursor: pointer;
}
.list-advance-category .category-item::after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 21px;
  right: 22px;
}
.list-advance-category .category-item.is-green {
  background-color: #b1d195;
}
.list-advance-category .category-item.is-green.is-active::after {
  border-right: 2px solid #b1d195;
  border-bottom: 2px solid #b1d195;
}
.list-advance-category .category-item.is-yellow {
  background-color: #ebce7f;
}
.list-advance-category .category-item.is-yellow.is-active::after {
  border-right: 2px solid #ebce7f;
  border-bottom: 2px solid #ebce7f;
}
.list-advance-category .category-item.is-red {
  background-color: #f2a596;
}
.list-advance-category .category-item.is-red.is-active::after {
  border-right: 2px solid #f2a596;
  border-bottom: 2px solid #f2a596;
}
.list-advance-category .category-item.is-violet {
  background-color: #a9aad3;
}
.list-advance-category .category-item.is-violet.is-active::after {
  border-right: 2px solid #a9aad3;
  border-bottom: 2px solid #a9aad3;
}
.list-advance-category .category-item.is-active {
  background-color: #fff;
}
.list-advance-category .category-item.is-active .item-wrapper {
  color: #575757;
}
.list-advance-category .category-item .item-wrapper {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .list-advance-category {
    margin: 0 -5px;
    top: -33px;
  }
  .list-advance-category .category-item {
    width: 25%;
    margin: 0 5px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .list-advance-category {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2px 13px;
    top: 0;
  }
  .list-advance-category .category-item {
    width: calc(50% - 4px);
    margin: 0 2px 4px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
  .list-advance-category .category-item {
    width: 140px;
  }
}
.list-advance-blog {
  color: #575757;
  margin-bottom: 40px;
}
.list-advance-blog .blog-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.list-advance-blog .content-thumbnail {
  width: 400px;
  max-width: 400px;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.list-advance-blog .content-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-advance-blog .content-text {
  padding: 21px 0 0 25px;
}
.list-advance-blog .text-decoration {
  margin-bottom: 9px;
}
.list-advance-blog .decoration-wrapper {
  position: relative;
  font-weight: 700;
  font-size: 1.3rem;
  padding-left: 44px;
}
.list-advance-blog .decoration-wrapper::before, .list-advance-blog .decoration-wrapper::after {
  display: block;
  content: "";
  position: absolute;
}
.list-advance-blog .decoration-wrapper::after {
  width: 17px;
  height: 21px;
  top: -1px;
  right: -22px;
}
.list-advance-blog .is-camera::before,
.list-advance-blog .is-ruler::before,
.list-advance-blog .is-hand::before {
  width: 42px;
  height: 21px;
  top: -1px;
  left: -3px;
}
.list-advance-blog .text-title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 2px;
}
.list-advance-blog .text-detail {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}
.list-advance-blog .item-pdf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 46px;
}
.list-advance-blog .item-model {
  text-align: center;
  border-radius: 15px;
  border: 3px solid #eee;
  margin: 108px 0 0 37px;
  padding-bottom: 26px;
  position: relative;
}
.list-advance-blog .item-model::before {
  content: "";
  display: block;
  position: absolute;
  background: url("/img/showroom_search/beforecheck/decoration_model_03.png") center/cover no-repeat;
  width: 89px;
  height: 80px;
  top: -45px;
  left: -34px;
}
.list-advance-blog .model-text {
  max-width: 500px;
  width: fit-content;
  font-weight: 700;
  background-color: #fdf9f0;
  position: relative;
  z-index: 1;
}
.list-advance-blog .model-text::before {
  position: absolute;
  display: block;
  content: "";
  background: url("/img/showroom_search/beforecheck/decoration_model_01.png") center/cover no-repeat;
  width: 24px;
  height: 17px;
  z-index: -1;
}
.list-advance-blog .model-thumbnail {
  margin-top: -21px;
  position: relative;
}
.list-advance-blog .model-thumbnail::before {
  position: absolute;
  content: "";
  display: block;
  background: url("/img/showroom_search/beforecheck/decoration_model_02.png") center/cover no-repeat;
}
@media only screen and (min-width: 769px) {
  .list-advance-blog .blog-item {
    margin-bottom: 36px;
  }
  .list-advance-blog .blog-content.is-margin {
    margin-bottom: -32px;
  }
  .list-advance-blog .model-text {
    font-size: 1.6rem;
    border-radius: 24px;
    padding: 10px 25px 10px 42px;
    top: -71px;
    left: 58px;
  }
  .list-advance-blog .model-text::before {
    bottom: 6px;
    left: -16px;
  }
  .list-advance-blog .model-thumbnail::before {
    width: 45px;
    height: 45px;
    top: 0;
    left: 37px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .list-advance-blog .blog-item {
    margin-bottom: 30px;
  }
  .list-advance-blog .blog-content {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .list-advance-blog .blog-content.is-margin {
    margin-bottom: 0;
  }
  .list-advance-blog .content-thumbnail {
    width: 100%;
  }
  .list-advance-blog .content-text {
    padding: 14px 0 0 1px;
  }
  .list-advance-blog .content-text.is-position {
    padding-top: 0;
    margin-top: -20px;
  }
  .list-advance-blog .text-decoration {
    margin-bottom: 4px;
  }
  .list-advance-blog .text-title {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
  .list-advance-blog .text-detail {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .list-advance-blog .item-pdf {
    margin-top: 31px;
  }
  .list-advance-blog .button-beforecheck-primary .button-wrapper .is-small {
    margin-left: 0;
    top: 50%;
    right: 0;
    position: absolute;
    margin-top: -8px;
  }
  .list-advance-blog .item-model {
    margin: 127px 0 0 0;
    padding-bottom: 7px;
  }
  .list-advance-blog .item-model::before {
    background: url("/img/showroom_search/beforecheck/decoration_model_03_sp.png") center/cover no-repeat;
    width: 90px;
    height: 80px;
    top: -99px;
    left: 2px;
  }
  .list-advance-blog .model-text {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 10px;
    padding: 12px 12px 11px 13px;
    top: -84px;
    left: 95px;
    position: absolute;
  }
  .list-advance-blog .model-text::before {
    bottom: 21px;
    left: -13px;
  }
  .list-advance-blog .model-thumbnail {
    width: 180px;
    height: 158px;
    margin: 9px auto 0;
  }
  .list-advance-blog .model-thumbnail::before {
    top: 3px;
    left: -49px;
    width: 23px;
    height: 23px;
  }
  .list-advance-blog .model-thumbnail.is-size {
    height: 126px;
  }
  .list-advance-blog .model-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.list-beforecheck-instagram:not(.slick-initialized) .instagram-item:not(:first-child) {
  display: none;
}
.list-beforecheck-instagram .instagram-item .m-icon {
  display: none;
}
.list-beforecheck-instagram .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  background: #f0755f;
  border-radius: 50%;
}
.list-beforecheck-instagram .slick-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  opacity: 1;
}
.list-beforecheck-instagram .slick-prev:before {
  transform: rotate(-45deg);
  left: 50%;
  margin-left: -2px;
}
.list-beforecheck-instagram .slick-next:before {
  right: 50%;
  transform: rotate(135deg);
  margin-right: -4px;
}

@media only screen and (min-width: 769px) {
  .instagram-box {
    width: 932px;
    margin: 0 auto 50px;
  }
  .list-beforecheck-instagram .instagram-item {
    padding: 0 4px 0 5px;
  }
  .list-beforecheck-instagram .slick-arrow {
    margin-top: -5px;
    width: 40px;
    height: 40px;
  }
  .list-beforecheck-instagram .slick-arrow:before {
    margin-top: -5px;
    width: 10px;
    height: 10px;
  }
  .list-beforecheck-instagram .slick-prev {
    left: -15px;
  }
  .list-beforecheck-instagram .slick-next {
    right: -15px;
  }
  .list-beforecheck-instagram .slick-arrow:before {
    transition: 0.26s ease;
  }
  .list-beforecheck-instagram .slick-arrow:hover:before {
    opacity: 0.8;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .instagram-box {
    margin-bottom: 20px;
  }
  .list-beforecheck-instagram {
    margin: 0 -4px;
  }
  .list-beforecheck-instagram .slick-arrow {
    margin-top: -3px;
    width: 30px;
    height: 30px;
  }
  .list-beforecheck-instagram .slick-arrow:before {
    margin-top: -4px;
    width: 8px;
    height: 8px;
  }
  .list-beforecheck-instagram .slick-slide {
    width: 117px;
  }
  .list-beforecheck-instagram .instagram-item {
    width: 117px;
    height: 109px;
    padding: 0 4px;
  }
  .list-beforecheck-instagram .instagram-item:last-child {
    margin-right: 0;
  }
  .list-beforecheck-instagram .item-wrapper {
    display: block;
    width: 100%;
    height: 100%;
  }
  .list-beforecheck-instagram .item-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .list-beforecheck-instagram .slick-prev {
    left: 15px;
  }
  .list-beforecheck-instagram .slick-next {
    right: 15px;
  }
  .list-beforecheck-instagram .slick-next:before {
    margin-right: -3px;
  }
}
.list-beforecheck-about .about-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 113px;
}
.list-beforecheck-about .about-item:nth-child(n) .item-content {
  margin-left: -44px;
}
.list-beforecheck-about .about-item:nth-child(2n) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.list-beforecheck-about .about-item:nth-child(2n) .item-content {
  margin-right: -55px;
  margin-left: 0px;
  padding-left: 60px;
  padding-right: 173px;
}
.list-beforecheck-about .about-item:nth-child(2n) .item-thumbnail {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 551px;
  left: -50px;
}
.list-beforecheck-about .about-item.is-yellow .content-title {
  color: #ebce7f;
}
.list-beforecheck-about .about-item.is-yellow .content-title::after {
  background: url("/img/showroom_search/beforecheck/decoration_about_01.png") center/cover no-repeat;
  width: 26px;
  height: 99px;
  top: -117px;
  right: 21px;
}
.list-beforecheck-about .about-item.is-yellow .item-thumbnail::before {
  background: url("/img/showroom_search/beforecheck/item_about_01.svg") center/cover no-repeat;
  top: 8px;
  right: -179px;
}
.list-beforecheck-about .about-item.is-green .content-title {
  color: #b1d195;
}
.list-beforecheck-about .about-item.is-green .content-title::before {
  background: url("/img/showroom_search/beforecheck/decoration_about_02.png") center/cover no-repeat;
  width: 66px;
  height: 120px;
  top: -135px;
  left: -14px;
}
.list-beforecheck-about .about-item.is-green .item-thumbnail::after {
  background: url("/img/showroom_search/beforecheck/item_about_02.svg") center/cover no-repeat;
  top: 0;
  left: -178px;
}
.list-beforecheck-about .about-item.is-red .content-title {
  color: #f2a596;
}
.list-beforecheck-about .about-item.is-red .content-title::after {
  background: url("/img/showroom_search/beforecheck/decoration_about_03.png") center/cover no-repeat;
  width: 64px;
  height: 113px;
  bottom: -253px;
  right: -70px;
}
.list-beforecheck-about .about-item.is-red .item-thumbnail::before {
  background: url("/img/showroom_search/beforecheck/item_about_03.svg") center/cover no-repeat;
  top: 8px;
  right: -179px;
}
.list-beforecheck-about .about-item.is-yellow .content-title,
.list-beforecheck-about .about-item.is-yellow .item-thumbnail, .list-beforecheck-about .about-item.is-green .content-title,
.list-beforecheck-about .about-item.is-green .item-thumbnail, .list-beforecheck-about .about-item.is-red .content-title,
.list-beforecheck-about .about-item.is-red .item-thumbnail {
  position: relative;
}
.list-beforecheck-about .about-item.is-yellow .content-title::before, .list-beforecheck-about .about-item.is-yellow .content-title::after,
.list-beforecheck-about .about-item.is-yellow .item-thumbnail::before,
.list-beforecheck-about .about-item.is-yellow .item-thumbnail::after, .list-beforecheck-about .about-item.is-green .content-title::before, .list-beforecheck-about .about-item.is-green .content-title::after,
.list-beforecheck-about .about-item.is-green .item-thumbnail::before,
.list-beforecheck-about .about-item.is-green .item-thumbnail::after, .list-beforecheck-about .about-item.is-red .content-title::before, .list-beforecheck-about .about-item.is-red .content-title::after,
.list-beforecheck-about .about-item.is-red .item-thumbnail::before,
.list-beforecheck-about .about-item.is-red .item-thumbnail::after {
  content: "";
  display: block;
  position: absolute;
}
.list-beforecheck-about .item-thumbnail {
  position: relative;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  z-index: 1;
}
.list-beforecheck-about .item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.list-beforecheck-about .item-content {
  width: 551px;
  min-height: 320px;
  background-color: #fff;
  border-radius: 25px;
  padding: 55px 88px 20px 104px;
  position: relative;
  top: 90px;
  z-index: 0;
}
.list-beforecheck-about .content-title {
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 20px;
}
.list-beforecheck-about .content-detail {
  color: #575757;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media only screen and (min-width: 769px) {
  .list-beforecheck-about {
    padding: 19px 0 0;
  }
  .list-beforecheck-about .item-thumbnail {
    width: 550px;
    height: 367px;
    border-radius: 25px;
  }
  .list-beforecheck-about .item-thumbnail::before, .list-beforecheck-about .item-thumbnail::after {
    width: 128px;
    height: 113px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .list-beforecheck-about {
    padding: 2px 14px 0;
  }
  .list-beforecheck-about .about-item {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -18px 140px;
  }
  .list-beforecheck-about .about-item:nth-child(n) .item-content {
    margin-left: 0;
    padding: 53px 25px 29px 24px;
    border-radius: 15px;
    margin-top: -122px;
  }
  .list-beforecheck-about .about-item:nth-child(2n) {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list-beforecheck-about .about-item:nth-child(2n) .item-thumbnail {
    width: 100%;
    left: 0;
  }
  .list-beforecheck-about .about-item.is-yellow .content-title::after {
    width: 20px;
    height: 72px;
    top: 128px;
    right: -7px;
    background-image: url("/img/showroom_search/beforecheck/decoration_about_01_sp.png")
  }
  .list-beforecheck-about .about-item.is-yellow .item-thumbnail::before {
    background: url("/img/showroom_search/beforecheck/item_about_01_sp.svg") center/cover no-repeat;
    width: 96px;
    height: 85px;
    top: 166px;
    right: 16px;
  }
  .list-beforecheck-about .about-item.is-green .content-title::before {
    width: 45px;
    height: 82px;
    top: 125px;
    left: 70px;
    background-image: url("/img/showroom_search/beforecheck/decoration_about_02_sp.png")
  }
  .list-beforecheck-about .about-item.is-green .item-thumbnail::after {
    background: url("/img/showroom_search/beforecheck/item_about_02_sp.svg") center/cover no-repeat;
    top: 173px;
    right: 16px;
    left: initial;
  }
  .list-beforecheck-about .about-item.is-red .content-title::after {
    width: 46px;
    height: 82px;
    bottom: -189px;
    right: -9px;
    background-image: url("/img/showroom_search/beforecheck/decoration_about_03_sp.png")
  }
  .list-beforecheck-about .about-item.is-red .item-thumbnail::before {
    background: url("/img/showroom_search/beforecheck/item_about_03_sp.svg") center/cover no-repeat;
    width: 96px;
    height: 85px;
    top: 166px;
    right: 16px;
  }
  .list-beforecheck-about .item-thumbnail,
  .list-beforecheck-about .item-content {
    width: 100%;
  }
  .list-beforecheck-about .item-thumbnail {
    height: 205px;
    border-radius: 15px;
    padding: 0 18px;
  }
  .list-beforecheck-about .item-thumbnail::before, .list-beforecheck-about .item-thumbnail::after {
    width: 96px;
    height: 85px;
  }
  .list-beforecheck-about .item-thumbnail img {
    border-radius: 15px;
  }
  .list-beforecheck-about .item-content {
    padding: 53px 25px 29px 24px;
    border-radius: 15px;
    margin-top: -122px;
    min-height: 214px;
  }
  .list-beforecheck-about .content-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .list-beforecheck-about .content-detail {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.list-beforecheck-service {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-beforecheck-service .service-item {
  width: 128px;
  margin: 0 10px 10px 0;
  text-align: center;
}
.list-beforecheck-service .item-title {
  font-weight: 400;
}
.list-beforecheck-service .item-thumbnail img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .list-beforecheck-service .item-thumbnail {
    width: 100px;
    height: 100px;
    margin: 0 auto 8px;
  }
  .list-beforecheck-service .item-thumbnail img {
    height: 100%;
    object-fit: cover;
  }
  .list-beforecheck-service .item-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .list-beforecheck-service {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 32px 0 23px;
  }
  .list-beforecheck-service .service-item {
    width: 33.3333333333%;
    margin-right: 0;
    margin-bottom: 15px;
    margin: 0 0 15px 0;
  }
  .list-beforecheck-service .item-thumbnail {
    width: 76px;
    margin: 0 auto 6px;
  }
  .list-beforecheck-service .item-title {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.glb-content.is-bottom {
  padding-top: 60px;
}
.glb-content.is-bottom .mt60 {
  margin-top: 48px !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-content.is-bottom {
    padding-top: 12px;
  }
  .glb-content.is-bottom .m-box-showroom-03 {
    margin-top: -18px;
  }
}
/*# sourceMappingURL=beforecheck.css.map */