@charset "UTF-8";
/*------------------------------------------- 一覧*/
.content--products_summary .products__block {
  margin-bottom: 90px;
}
.content--products_summary .products__block:last-child {
  margin-bottom: 0;
}
.content--products_summary .products__block .title3 {
  margin-bottom: 15px;
}

.products__list {
  margin-bottom: 40px;
}
.products__list:last-child {
  margin-bottom: 0;
}
.products__list > ul > li {
  margin-bottom: 20px;
}
.products__list > ul > li:last-child {
  margin-bottom: 0;
}

.products__logo {
  position: relative;
  padding-top: 125px;
}
.products__logo > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.products__title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin: -4px 0 10px;
}
.products__title + p {
  font-weight: 500;
  line-height: 1.8;
  margin: -7px 0 15px;
}

@media screen and (min-width: 768px) {
  .products__list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px -15px 0;
  }
  .products__list > ul > li {
    width: 33.3333%;
    padding: 15px 15px 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .content--products_summary .products__block {
    margin-bottom: 150px;
  }
  .content--products_summary .products__block .title3 {
    margin-bottom: 50px;
  }

  .products__list {
    margin-bottom: 60px;
  }
  .products__list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -60px -30px 0;
  }
  .products__list > ul > li {
    width: 25%;
    padding: 60px 30px 0;
  }

  .products__title {
    font-size: 2.8rem;
    margin: -6px 0 20px;
  }
  .products__title + p {
    margin-bottom: 20px;
  }
}
/*------------------------------------------- 詳細*/
.body--products_app .breadcrumb {
  margin: 20px 0 60px;
}

.products_logo__mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products_logo__mv .title7 {
  text-align: center;
}

.products_logo__mv-icons {
  position: relative;
  padding-top: 135px;
}
.products_logo__mv-icons > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.products_logo__mv-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  display: block;
  margin-top: -7px;
  line-height: 1.4666;
}

.content--app_details {
  padding-top: 80px;
}

.unit-price__head__heading {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  background-color: #151515;
}

.anchor__area-products > ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .anchor__area-products > ul > li {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1200px) {
  .products_logo__mv {
    padding-top: 65px;
  }
  .products_logo__mv .title7 {
    margin-bottom: 40px;
  }

  .products_logo__mv-title {
    font-size: 3rem;
    margin-top: -10px;
  }

  .products_logo__mv-icons {
    margin-bottom: 50px;
  }
  .products_logo__mv-icons > img {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }

  .content--app_details {
    padding-top: 130px;
  }

  .unit-price__head__heading {
    font-size: 1.3rem;
  }
  .unit-price__head__heading.type2 {
    font-size: 1.6rem;
    padding: 2px 0;
  }

  .anchor__area-products > ul > li {
    width: 25%;
  }
}
/*------------------------------------------- 利用料金 crm */
.unit-price__table--crm {
  margin-top: 20px;
  margin-bottom: 20px !important;
}
.unit-price__table--crm .unit-price__table-inner {
  margin-right: -20px;
  padding: 31px 20px 0 0;
}

.price__table--crm {
  border: 1px solid #cccccc;
}
.price__table--crm p {
  margin: 0;
}
.price__table--crm th,
.price__table--crm td {
  display: table-cell;
}
.price__table--crm th {
  color: #fff;
  position: relative;
  padding: 25px 0 30px;
  width: 233px;
}
.price__table--crm th:first-child {
  width: 270px;
  background-color: #f0f0f0;
}
.price__table--crm th:nth-child(2) {
  background-color: #df4949;
}
.price__table--crm th:nth-child(3) {
  background-color: #41a652;
}
.price__table--crm th:nth-child(4) {
  background-color: #3788c6;
}
.price__table--crm th:nth-child(5) {
  background-color: #fcb230;
}
.price__table--crm th + th {
  border-left: 1px solid #cccccc;
}
.price__table--crm td {
  border-top: 1px solid #cccccc;
  padding: 13px 20px;
  vertical-align: middle;
}
.price__table--crm td:first-child {
  background-color: #f0f0f0;
}
.price__table--crm td + td {
  border-left: 1px solid #cccccc;
}
.price__table--crm td p {
  font-weight: 500;
}
.price__table--crm .unit-price__table-head {
  text-align: center;
}
.price__table--crm .unit-price__table-head__txt-sub {
  font-size: 1.2rem;
  margin: -6px 0 0;
}
.price__table--crm .unit-price__table-head__txt {
  font-size: 1.8rem;
  margin: -3px 0 -8px;
}
.price__table--crm .unit-price__table-head__heading {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  background-color: #151515;
}
.price__table--crm .unit-price__table-body__txt {
  font-size: 1.6rem;
}
.price__table--crm .unit-price__table-body__txt-sub {
  font-size: 1rem;
}
.price__table--crm .unit-price__box--crm {
  text-align: center;
  margin: 3px 0;
}
.price__table--crm .unit-price__txt--crm {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 5px;
}
.price__table--crm .unit-price__txt--crm.red-- {
  color: #df4949;
}
.price__table--crm .unit-price__txt--crm.green-- {
  color: #41a652;
}
.price__table--crm .unit-price__txt--crm.blue-- {
  color: #3788c6;
}
.price__table--crm .unit-price__txt--crm.yellow-- {
  color: #fcb230;
}
.price__table--crm .unit-price__txt--crm + p {
  font-size: 1.2rem;
}
.price__table--crm .unit-price__txt--unit {
  font-size: 1.4rem;
}
.price__table--crm .unit-price__table-box1 > p {
  text-align: center;
  font-size: 1.4rem;
}
.price__table--crm .unit-price__check-area {
  text-align: center;
}
.price__table--crm .unit-price__check-area.red-- {
  color: #df4949;
}
.price__table--crm .unit-price__check-area.green-- {
  color: #41a652;
}
.price__table--crm .unit-price__check-area.blue-- {
  color: #3788c6;
}
.price__table--crm .unit-price__check-area.yellow-- {
  color: #fcb230;
}
.price__table--crm .unit-price__check-area .icon--check {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .unit-price__table--crm .unit-price__table-inner {
    margin-right: -30px;
    padding: 31px 30px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .unit-price__table--crm .unit-price__table-inner {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .unit-price__table--crm {
    margin-top: 40px;
  }
  .unit-price__table--crm .unit-price__table-inner {
    margin-right: 0;
    padding: 0;
    overflow: visible !important;
  }
}
@media screen and (min-width: 1200px) {
  .unit-price__table--crm {
    margin-top: 55px;
  }
  .unit-price__table--crm td {
    padding: 13px 30px;
  }
  .unit-price__table--crm .unit-price__table-head__txt-sub {
    font-size: 1.4rem;
  }
  .unit-price__table--crm .unit-price__table-head__txt {
    font-size: 2.2rem;
  }
  .unit-price__table--crm .unit-price__table-head__heading {
    font-size: 1.3rem;
  }
  .unit-price__table--crm .unit-price__table-body__txt {
    font-size: 2rem;
  }
  .unit-price__table--crm .unit-price__table-body__txt-sub {
    font-size: 1.3rem;
  }
  .unit-price__table--crm .unit-price__txt--crm {
    font-size: 3.4rem;
  }
  .unit-price__table--crm .unit-price__txt--crm + p {
    font-size: 1.5rem;
  }
  .unit-price__table--crm .unit-price__txt--unit {
    font-size: 2rem;
  }
  .unit-price__table--crm .unit-price__table-box1 > p {
    font-size: 1.6rem;
  }
}
/*------------------------------------------- 利用料金 */
.unit-price__container p {
  margin: 0;
}
.unit-price__container .note__area {
  margin-top: 20px;
}
.unit-price__container .note__area .link::after {
  font-size: 1.2rem;
  top: 4px;
}

.unit-price__box {
  margin-bottom: 30px;
}
.unit-price__box:last-child {
  margin-bottom: 0;
}
.unit-price__box.color1 .unit-price__head {
  color: #fff;
  background-color: #df4949;
}
.unit-price__box.color1 .unit-price__default-txt {
  color: #df4949;
}
.unit-price__box.color1 .unit-price__default-function .icon--check {
  color: #df4949;
}
.unit-price__box.color1 .unit-price__default-function.type2 .unit-price__check-list > li::before {
  color: #df4949;
}
.unit-price__box.color2 .unit-price__head {
  color: #fff;
  background-color: #41a652;
}
.unit-price__box.color2 .unit-price__default-txt {
  color: #41a652;
}
.unit-price__box.color2 .unit-price__default-function .icon--check {
  color: #41a652;
}
.unit-price__box.color2 .unit-price__default-function.type2 .unit-price__check-list > li::before {
  color: #41a652;
}
.unit-price__box.color2 .unit-price__check-list__box.type2 {
  background-color: #e6f6e8;
}
.unit-price__box.color2 .unit-price__check-list__box.type2 .unit-price__check-title {
  color: #41a652;
}
.unit-price__box.color2 .unit-price__check-list__box.type2 .unit-price__check-list > li::before {
  color: #41a652;
}
.unit-price__box.color3 .unit-price__head {
  color: #fff;
  background-color: #3788c6;
}
.unit-price__box.color3 .unit-price__default-txt {
  color: #3788c6;
}
.unit-price__box.color3 .unit-price__default-function .icon--check {
  color: #3788c6;
}
.unit-price__box.color3 .unit-price__default-function.type2 .unit-price__check-list > li::before {
  color: #3788c6;
}
.unit-price__box.color3 .unit-price__check-list__box.type2 {
  background-color: #e3edf4;
}
.unit-price__box.color3 .unit-price__check-list__box.type2 .unit-price__check-title {
  color: #3788c6;
}
.unit-price__box.color3 .unit-price__check-list__box.type2 .unit-price__check-list > li::before {
  color: #3788c6;
}
.unit-price__box.color4 .unit-price__head {
  color: #fff;
  background-color: #fcb230;
}
.unit-price__box.color4 .unit-price__default-txt {
  color: #fcb230;
}
.unit-price__box.color4 .unit-price__default-function .icon--check {
  color: #fcb230;
}

.unit-price__box-inner {
  position: relative;
  border: 1px solid #cccccc;
}

.unit-price__head {
  background-color: #f0f0f0;
  text-align: center;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.unit-price__head .unit-price__head-txt {
  font-size: 2rem;
  line-height: 1;
  margin: -1px 0 15px;
}
.unit-price__head .unit-price__head-pricetxt {
  font-size: 3.4rem;
  line-height: 1;
  margin-top: -6px;
}
.unit-price__head .unit-price__head-unittxt {
  font-size: 2rem;
  line-height: 1;
}
.unit-price__head .unit-price__head-subtxt {
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 10px;
}

.unit-price__body {
  padding: 20px;
}
.unit-price__body .unit-price__default-txt {
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  margin: -8px -10px 45px;
}
.unit-price__body .unit-price__default-txt::before {
  content: "＋";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.unit-price__wrapper > *:last-child {
  margin-bottom: 0;
}

.unit-price__check-list__box {
  margin-bottom: 20px;
}
.unit-price__check-list__box.type2 {
  margin: 0 -20px -20px;
  padding: 20px;
}
.unit-price__check-list__box .unit-price__check-title {
  margin: -8px 0 20px;
}
.unit-price__check-list__box .unit-price__check-list {
  padding-left: 1em;
}

.unit-price__check-title {
  font-size: 1.8rem;
  font-weight: bold;
}

.unit-price__check-list {
  margin-top: -5px;
}
.unit-price__check-list > li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4666;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.unit-price__check-list > li::before {
  font-family: "icomoon" !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;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
  content: "\e910";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 1rem;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.unit-price__check-list > li:last-child {
  margin-bottom: 0;
}
.unit-price__check-list > li .min- {
  font-size: 1.2rem;
  position: relative;
  bottom: 6px;
}
.unit-price__check-list + .unit-price__check-list__box {
  margin-top: 20px;
}

.tip__trigger {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tip__trigger::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  background-color: transparent;
  position: absolute;
  top: -10px;
  left: 0;
}
.tip__trigger::after {
  content: "i";
  font-weight: 500;
  border: 1px solid #cccccc;
  border-radius: 100%;
  margin-left: 10px;
  width: 19px;
  height: 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
}
.tip__trigger:hover + .tip__box, .tip__trigger:active + .tip__box {
  opacity: 1;
  pointer-events: all;
}

.tip__box {
  background-color: #fbe762;
  padding: 7px;
  font-size: 1.4rem;
  line-height: 1.357;
  font-weight: 500;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0;
  pointer-events: none;
}
.tip__box::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fbe762;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tip__box:hover {
  opacity: 1;
  pointer-events: all;
}
.tip__box .link::after {
  font-size: 1.2rem;
  top: 4px;
}

.unit-price__default-function {
  background-color: #f0f0f0;
  padding: 20px;
  margin: -20px -20px 20px;
}
.unit-price__default-function > p {
  font-size: 1.5rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -5px 0 15px;
}
.unit-price__default-function > p:last-child {
  margin-bottom: 0;
}
.unit-price__default-function > p > .icon--check {
  font-size: 1rem;
  margin: 4px 10px 0 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media screen and (max-width: 767px) {
  .unit-price__container.type2 .unit-price__box {
    margin-bottom: 60px;
  }

  .unit-price__wrapper {
    margin-top: 25px;
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .unit-price__container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -60px -10px 0;
  }

  .unit-price__container-inner--25 .unit-price__box {
    width: 50%;
  }

  .unit-price__container-inner--50 .unit-price__box {
    width: 50%;
  }

  .unit-price__box {
    width: 33.3333%;
    padding: 60px 10px 0;
    margin-bottom: 0;
  }

  .unit-price__body .button--more {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .products__item:hover .button .icon--arrow {
    margin-left: 15px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (min-width: 1200px) {
  .unit-price__container.type2 {
    margin-top: 75px;
  }

  .unit-price__container-inner {
    margin: -30px -15px 0;
  }

  .unit-price__container-inner--25 .unit-price__box {
    width: 25%;
  }

  .unit-price__box {
    padding: 30px 15px 0;
  }

  .unit-price__head {
    padding: 20px 0;
  }
  .unit-price__head .unit-price__head-txt {
    margin-bottom: 20px;
  }
  .unit-price__head .unit-price__head-subtxt {
    margin-top: 18px;
  }
}
/*------------------------------------------- 成功事例*/
.content--products__success {
  padding-top: 100px;
}
.content--products__success > .title3 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content--products__success .title3 span {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .content--products__success {
    padding-top: 150px;
  }
}
/*------------------------------------------- パッケージ*/
.content--package_details .products__details-inner {
  margin-top: -20px;
}
.content--package_details .products_logo__mv-title {
  font-size: 3rem;
  margin-bottom: 20px;
}
.content--package_details .unit-custom__area {
  margin-top: -7px;
}

@media screen and (min-width: 1200px) {
  .content--package_details .products__details-inner {
    margin-top: 0;
  }
  .content--package_details .products_logo__mv-icons {
    padding-top: 220px;
    margin-bottom: 0;
  }
  .content--package_details .products_logo__mv-icons > img {
    -webkit-transform: none;
            transform: none;
  }
  .content--package_details .products_logo__mv-title {
    font-size: 5rem;
    margin-bottom: 35px;
  }
  .content--package_details .unit-custom__area {
    margin-top: -10px;
  }
}