/* header */
@media only screen and (min-width: 600px) {
  #business-header #header-menu.header-nav .nav-list li:nth-child(4n + 1) { width: 22%; }
  #business-header #header-menu.header-nav .nav-list li:nth-child(4n + 2) { width: 22%; }
  #business-header #header-menu.header-nav .nav-list li:nth-child(4n + 3) { width: 31%; }
}

.quotation-maker__first {
  text-align: center;
  margin-top: 100px;
}
.quotation-maker__first .section-title {
  font-size: 38px;
  font-weight: bold;
}
.quotation-maker__first .quotation-maker__text {
  font-size: 16px;
  margin-top: 65px;
  margin-bottom: 60px;
}
.quotation-maker__second {
  width: 100%;
  height: auto;
  background: url(/ringbell/contents/company/quotation-maker/img/point-bg.jpg)
    no-repeat center center/cover;
}
.quotation-maker__second > h2 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding-top: 35px;
}
.quotation-maker__second .quotation-maker_point {
  width: 975px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 45px;
}
.quotation-maker__second .quotation-maker_point .point-data {
  width: 296px;
  height: 144px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;

  padding-top: 25px;
}
.quotation-maker__second .quotation-maker_point .point-data > h3 {
  margin: 0;
  margin-bottom: 10px;
}
.quotation-maker__second .quotation-maker_point .point-data > p {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
  white-space: nowrap;
}
.quotation-maker__second .quotation-maker_point .point-data > .point-text {
  margin-top: 15px;
}
.quotation-maker__third {
  margin-top: 85px;
}
.quotation-maker__third .quotation-maker__process {
  border: 2px solid #dddddd;
  border-radius: 16px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.quotation-maker__third .quotation-maker__process > h3 {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.quotation-maker__third .quotation-maker__process > h3 img {
  margin-left: 10px;
}
.quotation-maker__process-guide p {
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto 40px;
}

.quotation-maker__third > .guide-force {
  position: relative;
  justify-content: flex-start;
  padding-left: 48px;
}
.guide-force > h4 {
  position: absolute;
  bottom: 0;
  right: 55px;
}
.quotation-maker__third > .guide-force a {
  background-color: #f2f2f2;
  border-radius: 25px;
  text-decoration: unset;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 50px;
}
.quotation-maker__third > .guide-force a img {
  margin-left: 15px;
}
#business-wrapper .quotation-maker__third > ul {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 140px;
  padding-left: 20px;
}
.quotation-maker__third > ul li {
  font-size: 14px;
  line-height: 2;
  list-style: none;
  position: relative;
}
.quotation-maker__third > ul li::before {
  display: inline-block;
  content: "";
  border-radius: 100%;
  background: #333;
  width: 3px;
  height: 3px;
  position: absolute;
  left: -10px;
  top: 14px;
}

@media only screen and (max-width: 599px) {
  .quotation-maker__first {
    margin: 4rem 2rem 0;
  }
  .quotation-maker__first .section-title {
    font-size: calc((38 / 16) * 1rem);
    font-weight: bold;
  }
  .quotation-maker__first .quotation-maker__text {
    font-size: 1rem;
    margin-bottom: calc((65 / 16) * 1rem);
    margin-top: 2rem;
    line-height: 1.8;
  }
  .quotation-maker__second {
    width: 100%;
    height: auto;
    /* background: url(/contents/company/quotation-maker/img/point-bg.jpg)
      no-repeat center center/cover; */
    background: linear-gradient(
      135deg,
      rgba(97, 174, 245, 1) 0%,
      rgba(175, 128, 252, 1) 100%
    );
  }
  .quotation-maker__second > h2 {
    color: #fff;
    font-size: calc((28 / 16) * 1rem);
    font-weight: bold;
    text-align: center;
    padding-top: calc((35 / 16) * 1rem);
  }
  .quotation-maker__second .quotation-maker_point {
    width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;

    padding: 10vw 4vw;
  }
  .quotation-maker__second .quotation-maker_point .point-data {
    width: 100%;
    height: calc((144 / 16) * 1rem);
    background-color: #fff;
    border-radius: calc((10 / 16) * 1rem);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    padding-top: calc((25 / 16) * 1rem);
    margin-bottom: 1rem;
  }
  .quotation-maker__second .quotation-maker_point .point-data > h3 {
    margin: 0;
  }
  .quotation-maker__second .quotation-maker_point .point-data > h3 img {
    width: calc((68 / 16) * 1rem);
  }
  .quotation-maker__second .quotation-maker_point .point-data > p {
    font-size: calc((24 / 16) * 1rem);
    font-weight: bold;
    margin: 0;
    line-height: 1.3;
    white-space: nowrap;
  }
  .quotation-maker__second .quotation-maker_point .point-data > .point-text {
    margin-top: calc((15 / 16) * 1rem);
  }
  .quotation-maker__third {
    margin: 10vw 4vw;
  }
  .quotation-maker__third .quotation-maker__process {
    border: 2px solid #dddddd;
    border-radius: 1rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc((65 / 16) * 1rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: calc((25 / 16) * 1rem);
    padding-bottom: calc((65 / 16) * 1rem);
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
  }
  .quotation-maker__third .quotation-maker__process > h3 {
    font-size: calc((22 / 16) * 1rem);
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-right: calc((20 / 16) * 1rem);
  }
  .quotation-maker__third .quotation-maker__process > h3 img {
    margin-left: calc((10 / 16) * 1rem);
  }
  .quotation-maker__process-guide p {
    font-size: calc((18 / 16) * 1rem);
    font-weight: bold;
    margin: 1rem auto 2rem;
    text-align: left;
  }
  .quotation-maker__process-guide {
    font-size: calc((18 / 16) * 1rem);
    font-weight: bold;
  }
  .quotation-maker__third > .guide-force {
    position: relative;
    justify-content: flex-start;
    text-align: center;
    padding-bottom: 0;
  }
  .guide-force > h4 {
    position: static;
  }
  .quotation-maker__third > .guide-force a {
    background-color: #f2f2f2;
    border-radius: calc((25 / 16) * 1rem);
    text-decoration: unset;
    color: #333;
    font-weight: 500;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 3rem;
    margin-bottom: 10vw;
  }

  .quotation-maker__third > ul li {
    font-size: calc((14 / 16) * 1rem);
    line-height: 2;
    list-style: none;
    position: relative;
  }
  .quotation-maker__third > ul li::before {
    display: inline-block;
    content: "";
    border-radius: 100%;
    background: #333;
    width: 3px;
    height: 3px;
    position: absolute;
    left: -10px;
    top: 14px;
  }
  #business-wrapper .quotation-maker__third > ul {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: calc((140 / 16) * 1rem);
    padding-left: calc((20 / 16) * 1rem);
  }
  .is-pc-only {
    display: none;
  }
}


/* ------popup------ */
.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s;
}
.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  transition: opacity 0.3s;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
