@font-face {
  font-family: "NotoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "NotoSans500";
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "NotoSans7002";
  src: url("../font/NotoSansJP-Bold.ttf") format("ttf");
}
@media screen and (min-width: 961px) {
  .business-section {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 960px) {
  .business-section {
    padding: 30px 0 15px;
  }
}

.business-section__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.business-section__box {
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .business-section__box {
    margin-top: 30px;
    padding: 45px 90px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__box {
    margin-top: 15px;
    padding: 20px;
  }
}

.business-section__title {
  text-align: center;
  position: relative;
  color: #FC738B;
}
.business-section__title:after {
  content: "";
  width: 30px;
  height: 4px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100px;
  background-color: #FC738B;
}
@media screen and (min-width: 961px) {
  .business-section__title {
    font-size: 30px;
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 960px) {
  .business-section__title {
    font-size: 18px;
    font-family: NotoSans500, sans-serif;
    font-weight: 500;
  }
}

@media screen and (min-width: 961px) {
  .business-section__thumbWrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__thumbWrap {
    margin-top: 40px;
  }
}

@media screen and (min-width: 961px) {
  .business-section__edit {
    margin-top: 46px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__edit {
    margin-top: 30px;
  }
}
.business-section__edit p {
  margin-bottom: 10px;
  line-height: 1.87;
}
.business-section__edit ul {
  margin-bottom: 10px;
}
.business-section__edit ul li {
  margin-bottom: 5px;
  line-height: 1.5;
}

.business-section__listWrap {
  width: 100%;
  position: relative;
  border: 1px solid #FC738B;
}
@media screen and (min-width: 961px) {
  .business-section__listWrap {
    margin-top: 65px;
    padding: 50px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__listWrap {
    margin-top: 45px;
    padding: 30px 20px;
  }
}

.business-section__guideWrap {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .business-section__guideWrap {
    margin-top: -75px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__guideWrap {
    margin-top: -60px;
  }
}

.business-section__guide {
  display: inline-block;
  line-height: 1.5;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .business-section__guide {
    padding: 5px 30px;
    font-size: 25px;
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 960px) {
  .business-section__guide {
    padding: 5px 15px;
    font-size: 16px;
    text-align: center;
    font-family: NotoSans500, sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 375px) {
  .business-section__guide {
    font-size: 15px;
    padding: 5px;
  }
}

@media screen and (min-width: 961px) {
  .business-section__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__list {
    margin-top: 20px;
  }
}

.business-section__item {
  line-height: 1.87;
}
.business-section__item:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  border-radius: 100px;
  background-color: #FC738B;
}
@media screen and (min-width: 961px) {
  .business-section__item {
    padding-left: 2em;
    text-indent: -2em;
  }
  .business-section__item:nth-child(n+2) {
    margin-top: 20px;
  }
  .business-section__item:before {
    margin-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__item {
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  .business-section__item:nth-child(n+2) {
    margin-top: 10px;
  }
  .business-section__item:before {
    margin-right: 10px;
  }
}

.business-section__head {
  margin: 90px auto 0;
  padding-bottom: 10px;
  font-size: 30px;
  text-align: center;
  display: block;
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
  background-image: repeating-linear-gradient(90deg, #FC738B, #FC738B 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (max-width: 960px) {
  .business-section__head {
    font-family: NotoSans7002, sans-serif;
    font-weight: 700;
    font-size: 21px;
  }
}

.trouble-section__wrap {
  background-color: #FFF7F8;
  border-radius: 10px;
  padding: 50px 100px;
  margin: 20px auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .trouble-section__wrap {
    padding: 20px;
    display: block;
  }
}

.trouble-section__list {
  width: calc(100% - 210px);
}
@media screen and (max-width: 960px) {
  .trouble-section__list {
    width: 100%;
  }
}

.trouble-section__item {
  position: relative;
  font-size: 18px;
  line-height: 1.66;
  padding-left: 45px;
  text-indent: -45px;
}
@media screen and (max-width: 960px) {
  .trouble-section__item > b {
    font-family: NotoSans7002, sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 960px) {
  .trouble-section__item {
    font-size: 16px;
    padding-left: 36px;
    text-indent: -36px;
  }
}
.trouble-section__item:nth-child(n+2) {
  margin-top: 20px;
}
.trouble-section__item:before {
  content: "";
  background: url("../img/business/icon-check.svg") no-repeat center/contain;
  width: 31px;
  height: 25px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: sub;
}
@media screen and (max-width: 960px) {
  .trouble-section__item:before {
    width: 27px;
    height: 21px;
    margin-right: 10px;
  }
}

.trouble-section__thumbWrap {
  max-width: 178px;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .trouble-section__thumbWrap {
    margin: 30px auto 0;
  }
}

.trouble-section__head {
  position: relative;
  font-size: 20px;
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .trouble-section__head {
    font-family: NotoSans7002, sans-serif;
    font-weight: 700;
    font-size: 18px;
  }
}
.trouble-section__head:nth-of-type(n + 2) {
  margin-top: 50px;
}
.trouble-section__head:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 60px;
  bottom: 0;
  margin: auto 0;
  height: 1px;
  width: 150px;
  background-color: #FC738B;
}
.trouble-section__head.--line:after {
  left: 80px;
}

.trouble-section__text {
  font-size: 16px;
  line-height: 1.875;
}