#business-customize {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
a,
ul {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  padding: 0;
}
.clearfix::after {
  display: none;
}
a:link,
a:visited {
  color: #333;
}
a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
li {
  list-style: none;
}
.link-btn {
  transition: all 0.3s;
}
.link-btn:hover {
  opacity: 0.6;
}
html {
  min-width: 1200px;
}
#business-customize #customize-mv {
  height: 500px;
  background-color: #53cfe9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
#business-customize #customize-mv .mv-inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#business-customize #customize-mv .mv-inner h1 {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
}
#business-customize #customize-mv .mv-inner h1 span {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.85em;
  margin-right: 30px;
  white-space: nowrap;
}
#business-customize #customize-mv .mv-inner h1 span img {
  margin-bottom: 40px;
}

#business-customize .contents-ttl {
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 30px;
  font-size: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#business-customize .contents-ttl span {
  font-family: "Roboto", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo,
    "sans-serif";
  color: #76c6d7;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 20px;
}
#business-customize .contents-lead {
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 50px;
  font-size: 18px;
  text-align: center;
}

#business-customize .customize-intro {
  margin-bottom: 80px;
}
#business-customize .customize-intro p {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: bold;
  text-align: center;
}
#business-customize .customize-intro p span {
  background: linear-gradient(transparent 40%, #ffff00 0%);
}
#business-customize .customize-intro p:nth-of-type(n + 1) {
  margin-top: 1.85em;
}
#business-customize .customize-contact {
  background-color: #c1e9f2;
  padding: 60px 0;
  text-align: center;
}
#business-customize .customize-contact .contact-inner {
  width: 1060px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#business-customize .customize-contact .contact-inner > div {
  width: 510px;
  position: relative;
  padding-bottom: 35px;
}
#business-customize .customize-contact .contact-inner > div h3 {
  width: 420px;
  height: 50px;
  border-radius: 25px;
  background-color: #1688c5;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
#business-customize .customize-contact .contact-inner > div h4 {
  font-size: 56px;
  font-weight: bold;
  font-family: "Roboto", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo,
    "sans-serif";
  color: #333;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "ringbell-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
#business-customize .customize-product {
  padding-top: 120px;
  padding-bottom: 100px;
}
#business-customize .customize-product .product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
#business-customize .customize-product .product {
  border-bottom: 2px solid #ccc;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
#business-customize .customize-product .product:nth-of-type(n + 5) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#business-customize .customize-product .product .type-head {
  width: 300px;
  padding: 40px 33px;
  box-sizing: border-box;
  background-color: #e7f3f9;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#business-customize .customize-product .product.type02 .type-head,
#business-customize .customize-product .product.type04 .type-head {
  background-color: #f0edf4;
}
#business-customize .customize-product .product .type-head img {
  margin-bottom: 15px;
}
#business-customize .customize-product .product .type-head h3 {
  width: 100%;
  line-height: 1.2em;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
#business-customize .customize-product .product .type-head h3 small {
  display: block;
  font-size: 18px;
}
#business-customize .customize-product .product .type-head p {
  font-size: 15px;
  line-height: 1.4em;
  border-top: 2px solid #333;
  padding-top: 15px;
  margin-top: 15px;
}
#business-customize .customize-product .product .type-contents {
  width: 660px;
}
#business-customize
  .customize-product
  .product
  .type-contents
  .type-detail
  > p {
  font-size: 16px;
  line-height: 1.85em;
  font-weight: bold;
}
#business-customize
  .customize-product
  .product
  .type-contents
  .type-detail
  > p
  span {
  background: linear-gradient(transparent 40%, #ffff00 0%);
}
#business-customize
  .customize-product
  .product
  .type-contents
  .type-contents-ttl {
  height: 42px;
  width: 100%;
  background-color: #1688c5;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
#business-customize
  .customize-product
  .product
  .type-contents
  .type-contents-ttl
  small {
  font-size: 16px;
}

#business-customize
  .customize-product
  .product.type02
  .type-contents
  .type-contents-ttl,
  #business-customize
  .customize-product
  .product.type04
  .type-contents
  .type-contents-ttl {
  background-color: #695093;
}
#business-customize
  .customize-product
  .product
  .type-contents
  .type-schedule
  .type-contents-ttl {
  background-color: #8c8c8c;
  margin-top: 30px;
}
#business-customize .customize-product .product .type-contents .type-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#business-customize .customize-product .product .type-contents ul li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
  display: flex;
  align-items: center;
}
#business-customize .customize-product .product .type-contents ul li::before {
  display: block;
  content: "";
  height: 1em;
  width: 1em;
  border-radius: 50%;
  background-color: #1688c5;
  margin-right: 10px;
}
#business-customize
  .customize-product
  .product.type02
  .type-contents
  ul
  li::before,
  #business-customize
  .customize-product
  .product.type04
  .type-contents
  ul
  li::before {
  background-color: #695093;
}
#business-customize
  .customize-product
  .product
  .type-contents
  .type-schedule
  ul
  li::before {
  background-color: #8c8c8c;
}

#business-customize .customize-case {
  padding-top: 120px;
  padding-bottom: 100px;
}

#business-customize .customize-case .customize-case-wrapper {
  width: 1060px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#business-customize .customize-case .customize-case-wrapper .case {
  width: 510px;
  border: 6px solid #f2f2f2;
  border-radius: 14px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#business-customize .customize-case .customize-case-wrapper .case .case-head {
  height: 60px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 4px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: calc(18.72 / 14 * 1rem);
}
#business-customize
  .customize-case
  .customize-case-wrapper
  .case
  .case-head
  img {
  margin-right: 15px;
}
#business-customize .customize-case .customize-case-wrapper .case .case-inner {
  width: 50%;
}
#business-customize
  .customize-case
  .customize-case-wrapper
  .case
  .case-inner:nth-child(2) {
  border-right: 2px solid #f2f2f2;
  box-sizing: border-box;
}
#business-customize
  .customize-case
  .customize-case-wrapper
  .case
  .case-inner:nth-child(2)
  .case-contents:nth-of-type(n + 2) {
  border-top: 2px solid #f2f2f2;
}
#business-customize
  .customize-case
  .customize-case-wrapper
  .case
  .case-inner.wide {
  width: 100%;
  border-top: 2px solid #f2f2f2;
}
#business-customize
  .customize-case
  .customize-case-wrapper
  .case
  .case-inner
  .case-contents {
  padding: 15px;
  min-height: 130px;
  box-sizing: border-box;
}
#business-customize
  .customize-case
  .customize-case-wrapper
  .case
  .case-inner
  .case-contents
  h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1em;
}
#business-customize
  .customize-case
  .customize-case-wrapper
  .case
  .case-inner
  .case-contents
  p {
  font-size: 15px;
  line-height: 1.65em;
}
#business-customize
  .customize-case
  .customize-case-wrapper
  .case
  .case-inner
  .case-contents
  p
  a {
  color: #1688c5;
}
#business-customize
  .customize-case
  .customize-case-wrapper
  .case:nth-of-type(n + 3) {
  margin-top: 44px;
}
#business-customize .customize-contact .contact-inner > div p {
  font-size: 16px;
  font-weight: bold;
}
#business-customize .customize-contact .contact-inner > div a {
  width: 400px;
  height: 70px;
  background-color: #333;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px auto 0;
  border-radius: 6px;
  background-image: url(/ringbell/contents/company/customize/images/btn-icon.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 15px auto;
}
#business-customize .customize-contact .contact-inner > div::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  border-radius: 14px;
  background-color: #fff;
  /* z-index: -1; */
  height: calc(100% - 25px);
  width: 100%;
}
#business-customize .customize-contact .contact-inner > div * {
  position: relative;
  z-index: 1;
}
#business-customize .customize-faq {
  margin-bottom: 100px;
}
#business-customize .customize-faq .contents-ttl {
  margin-bottom: 65px;
}
#business-customize .customize-faq .faq-inner {
  width: 900px;
  margin: 0 auto;
}
#business-customize .customize-faq .faq-inner .faq:nth-of-type(n + 2) {
  margin-top: 35px;
}
#business-customize .customize-faq .faq-inner h3 {
  background-color: #1688c5;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  border-radius: 6px;
  height: 60px;
  margin-bottom: 30px;
}
#business-customize .customize-faq .faq-inner h3 strong {
  font-size: 30px;
  margin-right: 15px;
}
#business-customize .customize-faq .faq-inner p {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 20px;
  font-weight: bold;
  line-height: 1.8em;
  font-size: calc(16 / 14 * 1rem);
}
#business-customize .customize-faq .faq-inner p strong {
  font-size: 30px;
}
#business-customize .customize-faq .faq-inner p span {
  width: 810px;
}

.customize-notes {
  width: 790px;
  margin: 80px auto 0;
  border-top: 3px solid #c61616;
  border-bottom: 3px solid #c61616;
  padding: 35px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customize-notes h3 {
  width: 180px;
  height: 94px;
  display: flex;
  align-items: center;
  background-color: #c61616;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.customize-notes p {
  width: 500px;
  margin-left: 30px;
}
.customize-notes p span {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #c61616;
  white-space: nowrap;
  line-height: 1.65em;
}
.customize-notes p span::before {
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  background-color: #c61616;
  border-radius: 50%;
  margin-right: 6px;
}
.customize-flow {
  padding: 50px 0;
  background: linear-gradient(to right bottom, #66abf1 0%, #ac82f8 100%);
}
#business-customize .customize-flow .contents-ttl,
#business-customize .customize-flow .contents-ttl span {
  color: #fff;
}
#business-customize .customize-flow .customize-flow-inner {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 0 42px;
  box-sizing: border-box;
  background-image: url(/ringbell/contents/company/customize/images/flow-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px auto;
}
#business-customize .customize-flow .customize-flow-inner .flow {
  margin: 0 32px;
  padding: 15px 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
#business-customize .customize-flow .customize-flow-inner .flow .stepicon {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  background-color: #1688c5;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "Roboto", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo,
    "sans-serif";
  padding-top: 5px;
  box-sizing: border-box;
  line-height: 1.1em;
}
#business-customize
  .customize-flow
  .customize-flow-inner
  .flow
  .stepicon
  strong {
  line-height: 1em;
  font-size: 30px;
}
#business-customize .customize-flow .customize-flow-inner .flow figure {
  height: 160px;
  width: 160px;
  background-color: #e7f3f9;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#business-customize .customize-flow .customize-flow-inner .flow section {
  width: 225px;
}
#business-customize .customize-flow .customize-flow-inner .flow section h3 {
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 20px;
  font-weight: 700;
}
#business-customize .customize-flow .customize-flow-inner .flow section p {
  font-size: 16px;
  line-height: 1.6em;
}
.slick-arrow {
  width: 31px;
  height: 77px;
  font-size: 1px;
  color: transparent;
  background-image: url(/ringbell/contents/company/customize/images/flow-prev.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -50px;
}
.slick-arrow.slick-next {
  right: -50px;
  left: auto;
  background-image: url(/ringbell/contents/company/customize/images/flow-next.png);
}
.slick-arrow.slick-disabled {
  opacity: 0.2;
}

#business-customize .pc-only {
  display: block !important;
}
#business-customize .sp-only {
  display: none !important;
}

.update {
  margin: 1rem;
  text-align: right;
}

@media screen and (max-width: 599px) {
  html {
    min-width: 320px;
  }
  #business-customize {
    /* font-family: 'Yu Gothic',YuGothic,'Hiragino Kaku Gothic ProN',Meiryo,sans-serif; */
    padding-bottom: 20vw;
  }
  /* div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
    font-family: 'Shippori Mincho',"Yu Mincho",YuMincho,serif;
} */
  #business-customize .sp-only {
    display: block !important;
  }
  #business-customize .pc-only {
    display: none !important;
  }

  #business-customize #customize-mv {
    height: auto;
    background-color: #53cfe9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12vw;
    padding: 9vw 0 6vw;
  }
  #business-customize #customize-mv .mv-inner {
    width: calc(100% - 6vw);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #business-customize #customize-mv .mv-inner h1 {
    width: calc(100% - 10vw);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #business-customize #customize-mv .mv-inner h1 span {
    display: flex;
    flex-direction: column;
    font-size: 4vw;
    line-height: 1.65em;
    margin-right: 0;
    margin-bottom: 4vw;
    text-align: center;
  }
  #business-customize #customize-mv .mv-inner h1 span img {
    margin: 0 auto 7vw;
    width: 90%;
  }
  #business-customize #customize-mv .mv-inner h1 > img {
    width: 93vw;
    height: auto;
    margin-left: -4vw;
  }

  #business-customize .contents-ttl {
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 8vw;
    font-size: 5.6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #business-customize .contents-ttl span {
    font-family: "Roboto", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo,
      "sans-serif";
    color: #76c6d7;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 3vw;
  }
  #business-customize .contents-lead {
    font-weight: bold;
    line-height: 1.8em;
    /* margin-bottom: 8vw; */
    font-size: 3.6vw;
    text-align: left;
    width: 90vw;
    margin: 0 auto 8vw;
  }

  #business-customize .customize-intro {
    margin-bottom: 15vw;
    padding: 0 5vw;
  }
  #business-customize .customize-intro p {
    font-size: 4vw;
    line-height: 1.8em;
    font-weight: bold;
    text-align: left;
  }
  #business-customize .customize-intro p br {
    display: none;
  }
  #business-customize .customize-intro p span {
    background: linear-gradient(transparent 40%, #ffff00 0%);
  }
  #business-customize .customize-intro p:nth-of-type(n + 1) {
    margin-top: 1.85em;
  }
  #business-customize .customize-contact {
    background-color: #c1e9f2;
    padding: 9vw 0;
    text-align: center;
  }
  #business-customize .customize-contact .contact-inner {
    width: 90vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #business-customize .customize-contact .contact-inner > div {
    width: 100%;
    position: relative;
    padding-bottom: 6vw;
  }
  #business-customize .customize-contact .contact-inner > div h3 {
    width: 90%;
    height: 8vw;
    border-radius: 4vw;
    background-color: #1688c5;
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5vw;
  }
  #business-customize .customize-contact .contact-inner > div h4 {
    font-size: 10vw;
    font-weight: bold;
    font-family: "Roboto", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo,
      "sans-serif";
    color: #333;
  }
  [class^="icon-"],
  [class*=" icon-"] {
    font-family: "ringbell-icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.8em;
  }
  #business-customize .customize-product {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  #business-customize .customize-product .product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 10vw);
    margin: 0 auto;
    flex-direction: column;
  }
  #business-customize .customize-product .product {
    border-bottom: 2px solid #ccc;
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }
  #business-customize .customize-product .product:nth-of-type(n + 5) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #business-customize .customize-product .product .type-head {
    width: 84%;
    padding: 6vw;
    box-sizing: border-box;
    background-color: #e7f3f9;
    border-radius: 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 auto 5vw;
  }
  #business-customize .customize-product .product.type02 .type-head,
  #business-customize .customize-product .product.type04 .type-head {
    background-color: #f0edf4;
  }
  #business-customize .customize-product .product .type-head img {
    margin-bottom: 4vw;
    height: 12vw;
    width: auto;
  }
  #business-customize .customize-product .product .type-head h3 {
    width: 100%;
    line-height: 1.2em;
    text-align: center;
    font-size: 5vw;
  }
  #business-customize .customize-product .product .type-head h3 small {
    display: block;
    font-size: 4vw;
  }
  #business-customize .customize-product .product .type-head p {
    font-size: 3.4vw;
    line-height: 1.4em;
    border-top: 1px solid #333;
    padding-top: 4vw;
    margin-top: 4vw;
  }
  #business-customize .customize-product .product .type-contents {
    width: 90vw;
  }
  #business-customize
    .customize-product
    .product
    .type-contents
    .type-detail
    > p {
    font-size: 3.6vw;
    line-height: 1.65em;
    font-weight: bold;
  }
  #business-customize
    .customize-product
    .product
    .type-contents
    .type-detail
    > p
    span {
    background: linear-gradient(transparent 40%, #ffff00 0%);
  }
  #business-customize
    .customize-product
    .product
    .type-contents
    .type-contents-ttl {
    height: auto;
    width: 100%;
    background-color: #1688c5;
    border-radius: 2vw;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 2vw;
    margin-bottom: 4vw;
    box-sizing: border-box;
    line-height: 1.3em;
  }
  #business-customize
    .customize-product
    .product
    .type-contents
    .type-contents-ttl
    small {
    font-size: 2.8vw;
    display: block;
  }

  #business-customize
    .customize-product
    .product.type02
    .type-contents
    .type-contents-ttl {
    background-color: #695093;
  }
  #business-customize
    .customize-product
    .product
    .type-contents
    .type-schedule
    .type-contents-ttl {
    background-color: #8c8c8c;
    margin-top: 6vw;
  }
  #business-customize .customize-product .product .type-contents .type-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  #business-customize .customize-product .product .type-contents ul li {
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.6em;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  #business-customize .customize-product .product .type-contents ul li::before {
    display: block;
    content: "";
    height: 1em;
    width: 1em;
    border-radius: 50%;
    background-color: #1688c5;
    margin-right: 10px;
  }
  #business-customize
    .customize-product
    .product.type02
    .type-contents
    ul
    li::before {
    background-color: #695093;
  }
  #business-customize
    .customize-product
    .product
    .type-contents
    .type-schedule
    ul
    li::before {
    background-color: #8c8c8c;
  }

  #business-customize .customize-case {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }

  #business-customize .customize-case .customize-case-wrapper {
    width: calc(100% - 10vw);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #business-customize .customize-case .customize-case-wrapper .case {
    width: 100%;
    border: 6px solid #f2f2f2;
    border-radius: 4vwx;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 6vw;
  }
  #business-customize
    .customize-case
    .customize-case-wrapper
    .case:first-child {
    margin-top: 0;
  }
  #business-customize .customize-case .customize-case-wrapper .case .case-head {
    height: 14vw;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 1vw;
    box-sizing: border-box;
    font-size: 5vw;
  }
  #business-customize
    .customize-case
    .customize-case-wrapper
    .case
    .case-head
    img {
    margin-right: 3vw;
    width: 12vw;
    height: auto;
  }
  #business-customize
    .customize-case
    .customize-case-wrapper
    .case
    .case-inner {
    width: 100%;
  }
  #business-customize
    .customize-case
    .customize-case-wrapper
    .case
    .case-inner:nth-child(2) {
    border-right: none;
    box-sizing: border-box;
    border-bottom: 2px solid #f2f2f2;
  }
  #business-customize
    .customize-case
    .customize-case-wrapper
    .case
    .case-inner:nth-child(2)
    .case-contents:nth-of-type(n + 2) {
    border-top: 2px solid #f2f2f2;
  }
  #business-customize
    .customize-case
    .customize-case-wrapper
    .case
    .case-inner.wide {
    width: 100%;
    border-top: 2px solid #f2f2f2;
  }
  #business-customize
    .customize-case
    .customize-case-wrapper
    .case
    .case-inner.wide
    p
    br {
    display: none;
  }
  #business-customize
    .customize-case
    .customize-case-wrapper
    .case
    .case-inner
    .case-contents {
    padding: 4vw;
    min-height: auto;
    box-sizing: border-box;
  }
  #business-customize
    .customize-case
    .customize-case-wrapper
    .case
    .case-inner
    .case-contents
    h4 {
    font-size: 3.6vw;
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 1em;
  }
  #business-customize
    .customize-case
    .customize-case-wrapper
    .case
    .case-inner
    .case-contents
    p {
    font-size: 3.4vw;
    line-height: 1.65em;
  }

  #business-customize
    .customize-case
    .customize-case-wrapper
    .case
    .case-inner
    .case-contents
    p
    a {
    color: #1688c5;
  }
  #business-customize
    .customize-case
    .customize-case-wrapper
    .case:nth-of-type(n + 3) {
    margin-top: 6vw;
  }
  #business-customize .customize-contact .contact-inner > div p {
    font-size: 3vw;
    font-weight: bold;
    line-height: 1em;
    margin-top: 3vw;
  }
  #business-customize .customize-contact .contact-inner > div a {
    width: 75vw;
    height: 12vw;
    background-color: #333;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5vw auto 0;
    border-radius: 6px;
    background-image: url(/ringbell/contents/company/customize/images/btn-icon.png);
    background-repeat: no-repeat;
    background-position: right 3vw center;
    background-size: 3vw auto;
  }
  #business-customize .customize-contact .contact-inner > div::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    border-radius: 4vw;
    background-color: #fff;
    /* z-index: -1; */
    height: calc(100% - 4vw);
    width: 100%;
  }
  #business-customize .customize-contact .contact-inner > div * {
    position: relative;
    z-index: 1;
  }
  #business-customize
    .customize-contact
    .contact-inner
    > div:nth-of-type(n + 2) {
    margin-top: 7vw;
  }
  #business-customize .customize-faq {
    margin-bottom: 16vw;
  }
  #business-customize .customize-faq .contents-ttl {
    margin-bottom: 10vw;
  }
  #business-customize .customize-faq .faq-inner {
    width: calc(100% - 10vw);
    margin: 0 auto;
  }
  #business-customize .customize-faq .faq-inner .faq:nth-of-type(n + 2) {
    margin-top: 7vw;
  }
  #business-customize .customize-faq .faq-inner h3 {
    background-color: #1688c5;
    font-weight: bold;
    color: #fff;
    font-size: 4vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3vw 4vw;
    border-radius: 2vw;
    height: auto;
    margin-bottom: 5vw;
    line-height: 1.2em;
  }
  #business-customize .customize-faq .faq-inner h3 strong {
    font-size: 7vw;
    margin-right: 4vw;
  }
  #business-customize .customize-faq .faq-inner p {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 3vw;
    font-weight: bold;
    line-height: 1.8em;
    font-size: 3.2vw;
  }
  #business-customize .customize-faq .faq-inner p strong {
    font-size: 7vw;
  }
  #business-customize .customize-faq .faq-inner p span {
    width: calc(100% - 10vw);
  }

  .customize-notes {
    width: calc(100% - 10vw);
    margin: 14vw auto 0;
    border-top: 2px solid #c61616;
    border-bottom: 2px solid #c61616;
    padding: 6vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .customize-notes h3 {
    width: 100%;
    height: 8vw;
    display: flex;
    align-items: center;
    background-color: #c61616;
    justify-content: center;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 4vw;
  }
  .customize-notes p {
    width: 100%;
    margin-left: 0;
  }
  .customize-notes p span {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 2.9vw;
    color: #c61616;
    white-space: nowrap;
    line-height: 1.65em;
  }
  .customize-notes p span::before {
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    background-color: #c61616;
    border-radius: 50%;
    margin-right: 6px;
  }
  .customize-flow {
    padding: 8vw 0;
    background: linear-gradient(to right bottom, #66abf1 0%, #ac82f8 100%);
  }
  #business-customize .customize-flow .contents-ttl,
  #business-customize .customize-flow .contents-ttl span {
    color: #fff;
  }
  #business-customize .customize-flow .customize-flow-inner {
    width: calc(100% - 20vw);
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5vw;
    padding: 4vw 0 5vw;
    box-sizing: border-box;
    background-image: none;
  }
  #business-customize .customize-flow .customize-flow-inner .flow {
    margin: 0 3vw;
    padding: 3vw 3vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
  }
  #business-customize .customize-flow .customize-flow-inner .flow .stepicon {
    height: 16vw;
    width: 16vw;
    border-radius: 50%;
    background-color: #1688c5;
    color: #fff;
    position: absolute;
    left: 1vw;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 3vw;
    font-family: "Roboto", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo,
      "sans-serif";
    padding-top: 1vw;
    box-sizing: border-box;
    line-height: 1.1em;
  }
  #business-customize
    .customize-flow
    .customize-flow-inner
    .flow
    .stepicon
    strong {
    line-height: 1em;
    font-size: 8vw;
  }
  #business-customize .customize-flow .customize-flow-inner .flow figure {
    height: 24vw;
    width: 100%;
    background-color: #e7f3f9;
    border-radius: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
  #business-customize .customize-flow .customize-flow-inner .flow figure img {
    width: auto;
    height: 15vw;
  }
  #business-customize .customize-flow .customize-flow-inner .flow section {
    width: 100%;
  }
  #business-customize .customize-flow .customize-flow-inner .flow section h3 {
    font-size: 5vw;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 4vw;
  }
  #business-customize .customize-flow .customize-flow-inner .flow section p {
    font-size: 3.2vw;
    line-height: 1.6em;
  }
  .slick-arrow {
    width: 6vw;
    height: 16vw;
    font-size: 1px;
    color: transparent;
    background-image: url(/ringbell/contents/company/customize/images/flow-prev.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -8vw;
  }
  .slick-arrow.slick-next {
    right: -8vw;
    left: auto;
    background-image: url(/ringbell/contents/company/customize/images/flow-next.png);
  }
}


#business-customize .customize-product .product.type04 .type-contents .giftlist-link {
  width: 228px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.2s;
  margin-top: 30px;
}

#business-customize .customize-product .product.type04 .type-contents .giftlist-link:hover {
  opacity: 0.6;
}

#business-customize .customize-product .product.type04 .type-contents .giftlist-link img {
  margin-left: 8px;
}

@media screen and (max-width: 599px) {
  #business-customize .customize-product .product.type04 .type-contents .giftlist-link {
    width: 65vw;
    height: 10vw;
    border-radius: 18px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.6vw;
    font-weight: 700;
    transition: all 0.2s;
    margin: 3vw auto 0;
  }

  #business-customize .customize-product .product.type04 .type-contents .giftlist-link:hover {
    opacity: 0.6;
  }

  #business-customize .customize-product .product.type04 .type-contents .giftlist-link img {
    margin-left: 3vw;
    width: 3.5vw;
    height: auto;
  }
}