.survey-main__inner, .breadcrumb-list {
  width: 980px;
  margin: auto;
}

.noticelink {
  width: 28em;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .survey-main__inner, .breadcrumb-list {
    width: 92%;
  }
}
a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .breadcrumb-list {
    margin-top: 4.1%;
  }
}
.breadcrumb-list__item {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4;
}

.breadcrumb-list__item a {
  text-decoration: underline;
}

.breadcrumb-list__item + .breadcrumb-list__item {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .breadcrumb-list__item + .breadcrumb-list__item {
    padding-left: 7.5%;
  }
}
.breadcrumb-list__item + .breadcrumb-list__item::before {
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  content: "";
}

@media screen and (max-width: 767px) {
  .breadcrumb-list__item + .breadcrumb-list__item::before {
    left: 10px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
  }
}
.mainvisual__title {
  position: relative;
  padding-left: 95px;
}

@media screen and (max-width: 767px) {
  .mainvisual__title {
    padding-left: 17.3333333333%;
  }
}
.mainvisual__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  background: url("/img/shop/mv-logo.png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
}

@media screen and (max-width: 767px) {
  .mainvisual__title::before {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}
.mainvisual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  background: #48aef0;
}

@media screen and (max-width: 767px) {
  .mainvisual {
    height: 100px;
  }
}
.mainvisual__title {
  display: flex;
  justify-content: center;
  max-width: 800px;
  color: #fff;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mainvisual__title {
    max-width: 92%;
    font-size: 2.2rem;
    text-align: left;
  }
}
.survey-detail__title {
  padding: 15px 25px;
  color: #0068b7;
  font-weight: bold;
  background: url("/img/common/deco-title_bg.gif") repeat left top #f7f473;
  font-size: 2.2rem;
  line-height: 1.5454545455;
}

@media screen and (max-width: 767px) {
  .survey-detail__title {
    padding: 10px 4.347826087%;
    font-size: 1.6rem;
  }
}
.mainvisual__title::before {
  background: url("../../../img/service/mv-logo.png") no-repeat center top;
  background-size: 100% 100%;
}

.global-menu__service::before {
/*  position: absolute;
  top: 38px;
  left: 34px;
  width: 96px;
  border-bottom: 2.5px solid #7abdf0;
  content: "";*/
}

@media screen and (max-width: 767px) {
  .global-menu__service::before {
    position: static;
  }
}
.survey-main {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .survey-main {
    margin-bottom: 40px;
  }
}
.survey-detail {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .survey-detail {
    margin-top: 35px;
  }
}
.survey-detail:first-of-type {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .survey-detail:first-of-type {
    margin-top: 20px;
  }
}
.survey-detail__title {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .survey-detail__title {
    margin-bottom: 15px;
  }
}
.survey-detail__lead {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .survey-detail__lead {
    font-size: 1.3rem;
    line-height: 1.7307692308;
    margin-bottom: 20px;
  }
}
.survey-detail__image-summary {
  width: 776px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .survey-detail__image-summary {
    width: 100%;
  }
}
.survey-detail__image-schedule {
  width: 540px;
  margin-left: 310px;
}

@media screen and (max-width: 767px) {
  .survey-detail__image-schedule {
    width: 100%;
    margin-left: 0;
  }
}
.survey-detail__image-schedule-change {
  width: 362px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .survey-detail__image-schedule-change {
    width: 79.1304347826%;
  }
}
.survey-detail__two-image {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .survey-detail__two-image {
    display: block;
  }
}
.survey-detail__image-announcement {
  width: 337px;
}

@media screen and (max-width: 767px) {
  .survey-detail__image-announcement {
    width: 79.1304347826%;
    margin: auto;
  }
}
.survey-detail__image-knowledge {
  width: 319px;
  margin-left: 90px;
}

@media screen and (max-width: 767px) {
  .survey-detail__image-knowledge {
    width: 79.1304347826%;
    margin: 35px auto 0;
  }
}
.survey-detail__shop-btn {
  display: block;
  width: 315px;
  margin: 30px auto 0;
  padding: 10px 0;
  color: #0068b7;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  border: 2px solid #0068b7;
  border-radius: 35px;
  font-feature-settings: "palt";
}

.survey-detail__shop-btn:hover {
  background-color: #e8f4fc;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .survey-detail__shop-btn {
    width: 240px;
    margin: 20px auto 0;
    padding: 8px 0;
    font-size: 1.2rem;
    border: 1.5px solid #0068b7;
  }
}
.survey-detail__shop-btn span {
  position: relative;
  padding-right: 35px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .survey-detail__shop-btn span {
    padding-right: 30px;
    padding-left: 20px;
  }
}
.survey-detail__shop-btn span::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-image: url("../../../img/shop/detail/btn_arrow.png");
  background-size: contain;
  transform: scale(-1, 1);
  content: "";
}

@media screen and (max-width: 767px) {
  .survey-detail__shop-btn span::after {
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
}
.survey-btn {
  display: block;
  width: 540px;
  margin: 60px auto 0;
  padding: 12px 0;
  color: #0068b7;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  border: 2px solid #0068b7;
  border-radius: 40px;
  font-feature-settings: "palt";
}

.survey-btn:hover {
  background-color: #e8f4fc;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .survey-btn {
    width: 100%;
    margin: 24px auto 0;
    padding: 10px 0;
    font-size: 1.4rem;
    border: 1.5px solid #0068b7;
  }
}
.survey-btn span {
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .survey-btn span {
    padding-left: 25px;
  }
}
.survey-btn span::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-image: url("../../../img/shop/detail/btn_arrow.png");
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .survey-btn span::after {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}
/*# sourceMappingURL=../../_map/service/survey/styles.css.map */
