@charset "UTF-8";
.article-business-site-success {
  /*-----------まとめ箇条書き------------*/
}
.article-business-site-success .article-section-content {
  /*---------表題画像設定----------*/
  /*---------目次サブセクション設定----------*/
  /*---------リスト設定----------*/
  /*---------イメージ設定----------*/
  /*---------サブセクション設定----------*/
  /*---------メインセクション設定----------*/
}
.article-business-site-success .article-section-content .netex-detail {
  margin-top: 2rem;
  text-align: center;
}
.article-business-site-success .article-section-content .netex-detail .btn-netex-detail {
  font-size: 0;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem 3rem;
  background-color: tomato;
  border-radius: 9999px;
  color: white;
  border-bottom: 5px solid lightsalmon;
}
@media screen and (max-width: 767px) {
  .article-business-site-success .article-section-content .netex-detail .btn-netex-detail {
    padding: 1rem 1rem;
  }
}
.article-business-site-success .article-section-content .netex-detail .btn-netex-detail:hover {
  margin-top: 3px;
  border-bottom: 2px solid lightsalmon;
}
.article-business-site-success .article-section-content .netex-detail .btn-netex-detail span {
  display: inline-block;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .article-business-site-success .article-section-content .netex-detail .btn-netex-detail span {
    font-size: 1.25rem;
  }
}
.article-business-site-success .article-section-content .article-entry__top-img {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .article-business-site-success .article-section-content .article-entry__top-img {
    width: 100%;
  }
}
.article-business-site-success .article-section-content .article-entry__top-img img {
  width: 100%;
}
.article-business-site-success .article-section-content .section-list__list-item .section-list-sub {
  padding: 0;
  list-style: none;
  margin: 0;
}
.article-business-site-success .article-section-content .section-list__list-item .section-list-sub li {
  margin: 0;
}
.article-business-site-success .article-section-content ul {
  margin-top: 2rem;
  padding: 0;
  list-style: none;
}
.article-business-site-success .article-section-content ul li {
  margin-top: 1rem;
  line-height: 2;
}
.article-business-site-success .article-section-content p {
  font-size: 1rem;
  margin-top: 2rem;
}
.article-business-site-success .article-section-content p span {
  font-weight: bold;
}
.article-business-site-success .article-section-content .article-inner-image {
  max-width: 880px;
  margin: 3rem auto 0;
}
.article-business-site-success .article-section-content .article-inner-image img {
  width: 100%;
}
.article-business-site-success .article-section-content .article-inner-image-scroll {
  max-width: 880px;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .article-business-site-success .article-section-content .article-inner-image-scroll {
    overflow-x: scroll;
  }
}
.article-business-site-success .article-section-content .article-inner-image-scroll img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .article-business-site-success .article-section-content .article-inner-image-scroll img {
    width: 700px;
    height: 500px;
  }
}
.article-business-site-success .article-section-content .article-subsection {
  margin: 4rem 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .article-business-site-success .article-section-content .article-subsection {
    margin-left: 0;
  }
}
.article-business-site-success .article-section-content .article-section {
  /*---------ビジネスマッチングサイトの価格（例）-----------*/
}
.article-business-site-success .article-section-content .article-section .matching-wrap {
  width: 80%;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .article-business-site-success .article-section-content .article-section .matching-wrap {
    width: 100%;
  }
}
.article-business-site-success .article-section-content .article-section .matching-wrap {
  position: relative;
  margin: 5rem auto 2rem;
}
.article-business-site-success .article-section-content .article-section .matching-wrap .matching-title {
  background: #fff;
  padding: 14px 22px;
  border: 2px solid #ddd;
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .article-business-site-success .article-section-content .article-section .matching-wrap .matching-title {
    font-size: 1rem;
    width: 86%;
    top: -2rem;
  }
}
.article-business-site-success .article-section-content .article-section .matching-wrap .business-matching-cost {
  background: #fff;
  padding: 30px 36px;
  border: 2px solid #ddd;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .article-business-site-success .article-section-content .article-section .matching-wrap .business-matching-cost {
    padding: 1.5rem;
  }
}
.article-business-site-success .article-section-content .article-section .matching-wrap .business-matching-cost ul {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
}
.article-business-site-success .article-section-content .article-section .matching-wrap .business-matching-cost li {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  line-height: 2;
}
.article-business-site-success .article-section-content .article-section .matching-wrap .business-matching-cost li::before {
  content: "・";
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .article-business-site-success .article-section-content .article-section .matching-wrap .business-matching-cost li {
    padding-left: 0;
  }
}
.article-business-site-success .article-section-content .article-section .matching-wrap .business-matching-cost li span {
  display: block;
  margin-left: 1rem;
}
.article-business-site-success .summary-wrap ul {
  list-style: disc;
  padding-left: 1.5rem;
}
.article-business-site-success .content-inner {
  margin-top: 3rem;
  /*---------業種別活用方法設定----------*/
  /*---------各セクション内dl設定----------*/
}
.article-business-site-success .content-inner__box {
  margin-top: 2rem;
}
.article-business-site-success .content-inner__box h3 {
  font-size: 1.3rem;
  font-weight: bold;
}
.article-business-site-success .content-inner__box h3::before {
  content: "";
  background-color: tomato;
  margin-right: 0.4rem;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .article-business-site-success .content-inner__box h3 {
    font-size: 1rem;
  }
}
.article-business-site-success .content-inner__box li {
  line-height: 2;
}
.article-business-site-success .content-inner__box li::before {
  content: "・";
  font-weight: bold;
}
.article-business-site-success .content-inner__box span {
  display: block;
  margin-left: 1rem;
}
.article-business-site-success .content-inner dt {
  font-size: 1.3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .article-business-site-success .content-inner dt {
    font-size: 1rem;
  }
}
.article-business-site-success .content-inner dd {
  font-size: 1rem;
  margin-top: 2rem;
  line-height: 2;
}
