@charset "UTF-8";
/*------------------------------------
既存のスタイル無効化
------------------------------------*/
#melfa_contents_1col {
  width: auto;
}

#melfa_main_area h1,
#melfa_main_area h2,
#melfa_main_area h2 span,
#melfa_main_area h3 {
  font-size: auto;
  font-weight: normal;
  margin: 0;
  padding: 0;
  background: none;
}

#content_footer {
  max-width: 980px;
  margin: 0 auto;
}

/*------------------------------------
ハンバーガーメニュー（共通）
------------------------------------*/
.hamb-icon {
  position: fixed;
  z-index: 20;
  top: 185px;
  left: 105px;
  display: block;
  width: 48px;
  height: 42px;
  cursor: pointer;
}

.hamb-icon span {
  position: absolute;
  display: block;
  width: 48px;
  transition: .5s;
  border-bottom: solid 2px #ddd;
}

.hamb-icon .hamb-line1 {
  position: relative;
  top: 8px;
  transition: all .5s;
}

.hamb-icon .hamb-line2 {
  top: 20px;
}

.hamb-icon .hamb-line3 {
  position: relative;
  top: 32px;
  transition: all .5s;
}

.hamb-icon:hover .hamb-line1 {
  top: 4px;
}

.hamb-icon:hover .hamb-line3 {
  top: 36px;
}

.hamb-icon.active .hamb-line1 {
  top: 21px;
  transform: rotate(35deg);
  border-bottom: solid 2px #fff;
}

.hamb-icon.active .hamb-line2 {
  border-bottom: none;
}

.hamb-icon.active .hamb-line3 {
  top: 19px;
  transform: rotate(-35deg);
  border-bottom: solid 2px #fff;
}

.modal__hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.modal__hamburger ul {
  margin: 0;
  padding: 0;
}

.modal__hamburger li {
  font-family: 'Noto Sans JP';
  margin: 0;
  list-style-type: none;
}

.modal__hamburger a {
  font-size: 48px;
  line-height: 10vh;
  display: inline-block;
  transition: all .3s ease 0s;
  text-decoration: none;
  letter-spacing: .04em;
  color: #fff;
}

.modal__hamburger a:hover {
  transform: scale(1.1);
  opacity: .8;
}

.modal__hamburger .nav-download {
  font-size: 40px;
}

.modal__hamburger .nav-consultation {
  font-size: 32px;
}

.modal__hamburger .nav-consultation:before {
  display: inline-block;
  width: 41px;
  height: 42px;
  margin-bottom: 7px;
  content: '';
  vertical-align: middle;
  background: url(../img/hamburger_arrow.png) no-repeat left center;
  background-size: 31px 36px;
}

/* ハンバーガーメニュー SP用*/
@media screen and (max-width: 768px) {
  .hamb-icon {
    top: 40px;
    left: 40px;
  }
  .modal__hamburger {
    width: 100%;
    padding: 5%;
  }
  .modal__hamburger a {
    font-size: 5vw;
    line-height: 8vh;
  }
  .modal__hamburger .nav-download {
    font-size: 4.6vw;
  }
  .modal__hamburger .nav-consultation {
    font-size: 4.2vw;
  }
  .modal__hamburger .nav-consultation:before {
    width: 28px;
    height: 29px;
    margin-bottom: 5px;
    background-size: 20px 24px;
  }
}

/*------------------------------------
ページトップ共通
------------------------------------*/
.page-top {
  margin: 20px 0;
  text-align: right;
}

.page-top a {
  cursor: pointer;
  text-decoration: none;
  color: #00507a;
}

.page-top a:hover {
  opacity: .8;
}

.page-top a:before {
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-bottom: 3px;
  content: '';
  vertical-align: middle;
  background: url(../img/bg_pagetop.gif) no-repeat left center;
  background-size: 11px 9px;
}

/*------------------------------------
ポップアップ（共通）
------------------------------------*/
.modal {
  position: fixed;
  z-index: 30;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
}

.modal__bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.js-modal-hamburger {
  z-index: 10;
}

/* ポップアップ 事例 */
.modal__solutions {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 504px;
  max-height: 700px;
  padding: 3%;
  transform: translate(-50%, -50%);
  text-align: center;
  border: solid 1px #b7b7b7;
  border-radius: 5px;
  background-color: #f1f8f9;
}

.modal__solutions h3 {
  font-size: 26px !important;
  font-weight: bold !important;
  margin: .5em 0 !important;
  color: #015079;
}

.modal__solutions p {
  line-height: 1.5em;
  margin: .25em 0 .5em;
  text-align: left;
  color: #015079;
}

.modal__solutions img {
  width: 100%;
}

.modal__solutions .modal-close {
  width: 35px;
  margin-top: 15px;
  cursor: pointer;
}

/* ポップアップ 事例 SP・TL用 */
@media screen and (max-width: 900px) {
  .modal__solutions {
    width: 75%;
    padding: 5%;
  }
  /* ポップアップ 事例 SP用 */
}

@media screen and (max-width: 900px) and (max-width: 768px) {
  .modal__solutions h3 {
    font-size: 4.5vw !important;
  }
}

/* ポップアップ 機能紹介 */
.modal__function {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 620px;
  max-height: 650px;
  padding: 37px;
  transform: translate(-50%, -50%);
  text-align: center;
  border: solid 1px #b7b7b7;
  border-radius: 7px;
  background-color: #fff;
}

.modal__function .icon_function_05:before {
  display: inline-block;
  width: 75px;
  height: 68px;
  margin-bottom: 8px;
  content: '';
  vertical-align: middle;
  background: url(../img/icon_function_01.png) no-repeat left center;
  background-size: 60px 60px;
}

.modal__function .icon_function_06:before {
  display: inline-block;
  width: 75px;
  height: 68px;
  margin-bottom: 8px;
  content: '';
  vertical-align: middle;
  background: url(../img/icon_function_02.png) no-repeat left center;
  background-size: 60px 60px;
}

.modal__function .icon_function_07:before {
  display: inline-block;
  width: 75px;
  height: 68px;
  margin-bottom: 8px;
  content: '';
  vertical-align: middle;
  background: url(../img/icon_function_03.png) no-repeat left center;
  background-size: 60px 60px;
}

.modal__function .icon_function_08:before {
  display: inline-block;
  width: 75px;
  height: 68px;
  margin-bottom: 8px;
  content: '';
  vertical-align: middle;
  background: url(../img/icon_function_04.png) no-repeat left center;
  background-size: 60px 60px;
}

.modal__function .icon_function_09:before {
  display: inline-block;
  width: 75px;
  height: 68px;
  margin-bottom: 8px;
  content: '';
  vertical-align: middle;
  background: url(../img/icon_function_05.png) no-repeat left center;
  background-size: 60px 60px;
}

.modal__function .icon_function_10:before {
  display: inline-block;
  width: 75px;
  height: 68px;
  margin-bottom: 8px;
  content: '';
  vertical-align: middle;
  background: url(../img/icon_function_06.png) no-repeat left center;
  background-size: 60px 60px;
}

.modal__function .icon_function_11:before {
  display: inline-block;
  width: 75px;
  height: 68px;
  margin-bottom: 8px;
  content: '';
  vertical-align: middle;
  background: url(../img/icon_function_07.png) no-repeat left center;
  background-size: 60px 60px;
}

.modal__function h3 {
  font-size: 42px !important;
  font-weight: bold !important;
  margin: .75em 0 .5em !important;
}

.modal__function p {
  font-size: 20px;
  line-height: 1.5em;
  margin: .5em 0;
  text-align: left;
}

.modal__function .modal-close {
  width: 50px;
  height: 35px;
  margin-top: 15px;
  cursor: pointer;
  opacity: .5;
}

.modal__function .modal-close:hover {
  opacity: 1;
}

/* ポップアップ 機能紹介 SP・TL用 */
@media screen and (max-width: 1080px) {
  .modal__function h3 {
    font-size: 32px !important;
  }
}

@media screen and (max-width: 900px) {
  .modal__function {
    width: 62.5%;
    padding: 5%;
  }
  .modal__function h3 {
    font-size: 4vw !important;
  }
  .modal__function p {
    font-size: 18px;
    line-height: 1.75em;
  }
}

/* ポップアップ 機能紹介 SP用 */
@media screen and (max-width: 768px) {
  .modal__function {
    width: 75%;
  }
  .modal__function h3 {
    font-size: 4.5vw !important;
  }
  .modal__function p {
    font-size: 16px;
    font-weight: normal;
  }
}

/*------------------------------------
トップページ
------------------------------------*/
/* トップページ共通 */
.fa-container {
  box-sizing: border-box;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 30px;
}

.section-header {
  font-family: 'Noto Sans JP';
  font-size: 48px !important;
  font-weight: normal;
  text-align: center;
  color: #00507a;
}

.next-scroll {
  margin: 70px auto 35px;
  text-align: center;
}

.next-scroll img {
  width: 64px;
  height: 37px;
  cursor: pointer;
  animation: n-scrl 1.5s infinite;
}

@keyframes n-scrl {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}

/* トップページ共通 SP用 */
@media screen and (max-width: 768px) {
  .fa-container {
    padding: 0 16px;
  }
  .section-header {
    font-size: 5.5vw !important;
  }
  .next-scroll {
    margin: 7vw auto;
  }
  .next-scroll img {
    width: 43px;
    height: 25px;
  }
}

/* プロダクト */
.product {
  margin-top: 10px;
  padding-top: 30px;
}

.product-header {
  margin: 0;
  text-align: center;
}

.product-header img {
  width: 300px;
}

.product__wrap {
  display: flex;
  flex-direction: row;
  margin: 57px auto 120px;
  padding: 0;
  justify-content: space-between;
}

.product__wrap li {
  list-style-type: none;
  justify-content: center;
}

.product__wrap li:nth-child(1) {
  width: 26.09%;
  margin-right: 4%;
}

.product__wrap li:nth-child(2) {
  width: 20.22%;
  margin-right: 4%;
}

.product__wrap li:nth-child(3) {
  width: 17.61%;
  margin-right: 4%;
}
.product__wrap li:nth-child(4) {
  width: 17.61%;
}



/* プロダクト SP用 */
@media screen and (max-width: 920px) {
  .product {
    margin-top: 1vw;
    padding-top: 30px;
  }
  .product-header img {
    width: 40%;
  }
  .product__wrap {
    margin: 5.7vw auto 12vw;
    padding: 0;
    flex-wrap: wrap
  }
  .product__wrap li {
    flex-wrap: wrap;
    width: 50% !important;
    margin: 0px 0px 30px 0 !important;
  }
  .product__wrap img {
    height: 32vw;
  }

  .product__wrap a{
    display: flex;
    justify-content: center;
    align-items: center;
  }

}

/* プロダクトスペック */
.spec {
  max-width: 842px;
  /*782+60 */
}

.spec__title {
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
  border-bottom: solid 1px #e0e0e0;
  justify-content: space-between;
  align-items: flex-end;
}

.spec__title img {
  padding-bottom: 5px;
}

.spec__title h2 {
  font-size: 16px;
  font-weight: bold !important;
}

.spec__explanation {
  margin: 1.25em 0;
}

.spec__detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}

.spec__detail .spec__detail--image {
  width: 240px;
  padding: 0;
  text-align: left;
  border-right: none;
}

.spec__detail div {
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 2.5em;
  padding: 0 3%;
  text-align: center;
  border-right: solid 1px #424242;
}

.spec__detail div span {
  font-size: 28px !important;
  font-weight: normal !important;
}

.spec__detail div span.sp-br {
  font-size: 14px !important;
}

.spec__detail div sup {
  font-size: 16px;
}

.spec__detail div:last-child {
  padding-right: 0;
  border-right: none;
}

.spec__detail .paddeng-adjustment {
  padding: 0 50px 0 30px;
}

.spec__supplement {
  font-size: 12px;
  margin-top: 30px;
  text-align: right;
}


.spec_bottom {
  margin-top: -65px !important;
}

.spec__point {
  display: flex;
  margin: 20px 0 76px;
  padding: 0;
  justify-content: center;
}

.spec__point li {
  line-height: 30px;
  width: 25%;
  height: 30px;
  margin: 0 1.2% 0 0;
  list-style-type: none;
  text-align: center;
  border: solid 1px #424242;
}

.spec__point li:last-child {
  margin: 0;
}

.spec__point--three li.longer {
  width: 30%;
}
.spec__point--three li.longer sup{
  line-height: normal;
}

/* プロダクトスペック PC用 */
@media screen and (min-width: 860px) {
  .spec__explanation {
    white-space: nowrap;
  }
}

/* プロダクトスペック TL用 */
@media screen and (min-width: 769px) and (max-width: 860px) {
  .spec__detail div {
    padding: 0 1.5%;
  }
  .spec__detail .paddeng-adjustment2 {
    padding: 0 1.25%;
  }
  .spec__detail .paddeng-adjustment {
    padding: 0 3%;
  }
  .spec__point li {
    font-size: 1.7vw;
  }
}

/* プロダクトスペック SP用 */
@media screen and (max-width: 768px) {
  .spec__title img {
    width: 22%;
  }
  .spec__title .spec__title--01 {
    min-width: 70px;
    max-width: 139px;
  }
  .spec__title .spec__title--01 {
    min-width: 82px;
    max-width: 164px;
  }
  .spec__title .spec__title--01 {
    min-width: 81px;
    max-width: 162px;
  }
  .spec__detail .spec__detail--image {
    width: 30%;
  }
  .spec__detail .spec__detail--image .spec__detail--01 {
    width: 100%;
    max-width: 192px;
  }
  .spec__detail .spec__detail--image .spec__detail--02 {
    width: 100%;
    max-width: 150px;
  }
  .spec__detail .spec__detail--image .spec__detail--03 {
    width: 100%;
    max-width: 121px;
  }
  .spec__detail div {
    font-size: 2.2vw !important;
    padding: 0 2% 0 1%;
    text-align: center;
  }
  .spec__detail div span {
    font-size: 3.2vw !important;
    line-height: 1em;
  }
  .spec__detail div span.sp-br {
    font-size: 2.2vw !important;
  }
  .spec__detail div sup {
    font-size: 2.4vw;
    vertical-align: top;
  }
  .spec__detail .paddeng-adjustment2 {
    padding: 0 2.5%;
  }
  .spec__detail .paddeng-adjustment {
    padding: 0 3%;
  }
  .spec__point {
    margin: 2vh 0 7.6vh;
    padding: 0;
  }
  .spec__point li {
    font-size: 1.8vw;
    line-height: 3vh;
    height: 3vh;
  }
  .spec__point--three li.longer sup{
    line-height: normal;
    vertical-align: super;
  }

  .spec__supplement {
    font-size: 2vw;
    margin-top: -10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 570px) {
  .spec__detail {
    justify-content: space-around;
  }
  .spec__detail div {
    font-size: 2.2vw !important;
    padding: 0 2.8%;
    text-align: center;
  }
  .spec__detail div span {
    font-size: 3.2vw !important;
    line-height: 1em;
  }
  .spec__detail div span.sp-br {
    font-size: 2.2vw !important;
    display: block;
  }
  .spec__detail .paddeng-adjustment2 {
    padding: 0 3%;
  }
  .spec__supplement {
    margin-top: 0;
  }
  .spec__point--four {
    flex-wrap: wrap;
  }
  .spec__point--four li {
    width: 48.6%;
    margin: 1.2% 1.2% 0 0;
  }
  .spec__point--four li:nth-child(2),
  .spec__point--four li:nth-child(4) {
    margin: 1.2% 0  0 0;
  }
  .spec__point--three li {
    width: 30.8%;
  }
  .spec__point--three li.long {
    width: 36%;
  }
  .spec__point--three li.longer {
    width: 38%;
  }
}

@media screen and (max-width: 768px) and (max-width: 430px) {
  .spec__detail div {
    padding: 0 1.5%;
    text-align: center;
  }
  .spec__detail div:last-child {
    padding: 0 0 0 1.5%;
  }
  .spec__point li {
    font-size: 2.4vw;
  }
}

/* プロダクト理由 */
.reason {
  max-width: 1040px;
  margin-top: 136px;
}

.reason__title {
  text-align: center;
}

.reason__title img {
  width: 380px;
  margin-right: 12px;
  vertical-align: middle;
}

.reason__title h2 {
  font-family: 'Noto Sans JP';
  font-size: 48px !important;
  font-weight: normal !important;
}

.reason__list {
  margin: 60px 0 24px 8.5%;
  padding: 0;
}

.reason__list li {
  font-size: 24px;
  padding: 0 0 10px 40px;
  list-style-type: none;
  background: url(../img/reason_check.png) no-repeat left top;
}

.reason__image {
  display: block;
  width: 100%;
  margin-bottom: 114px;
}

/* プロダクト理由 TL用 */
@media screen and (min-width: 769px) and (max-width: 940px) {
  .reason__title img {
    width: 315px;
  }
  .reason__title h2 {
    font-size: 38px !important;
  }
  .reason__list {
    margin: 60px 0 24px 6%;
    padding: 0;
  }
  .reason__list li {
    font-size: 19px;
    padding: 0 0 10px 40px;
    list-style-type: none;
    background: url(../img/reason_check.png) no-repeat left top;
  }
}

/* プロダクト理由 SP用 */
@media screen and (max-width: 768px) {
  .reason {
    margin-top: 13.6vh;
  }
  .reason__title img {
    width: 45%;
    margin-right: .5%;
  }
  .reason__title h2 {
    font-size: 4.5vw !important;
  }
  .reason__list {
    margin: 6vh 2% 2.4vh 4%;
    padding: 0;
  }
  .reason__list li {
    font-size: 3.1vw;
    padding-left: 6%;
    background-size: 5%;
  }
  .reason__image {
    display: none;
    margin-bottom: 11.4vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 450px) {
  .reason__list {
    margin-left: 2%;
  }
}

/* プロダクト詳細 */
.detail {
  max-width: 1920px;
  margin: 0 auto;
}

.detail__connect {
  transition: all 0s;
  transition-delay: .025s;
  transition-duration: .5s;
  transition-property: background-position;
  background: url(../img/bn_connect.png) no-repeat center center;
  background-size: cover;
}

.detail__monitor {
  transition: all 2s;
  transition-delay: .025s;
  transition-duration: .5s;
  transition-property: background-position;
  background: url(../img/bn_monitor.png) no-repeat center center;
  background-size: cover;
}

.detail__utilize {
  transition: all 1s;
  transition-delay: .025s;
  transition-duration: .5s;
  transition-property: background-position;
  background: url(../img/bn_utilize.png) no-repeat center center;
  background-size: cover;
}

.detail__connect:hover,
.detail__monitor:hover,
.detail__utilize:hover {
  opacity: .8;
}

.js-text-scroll01,
.js-text-scroll02,
.js-text-scroll03 {
  transition: all 1.5s;
  transform: translateY(0%) translateX(-50%);
  opacity: 0;
}

.js-text-move01,
.js-text-move02,
.js-text-move03 {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.detail-title {
  position: relative;
  height: 25.15vw;
  cursor: pointer;
}

.detail-title h2 {
  font-family: 'Noto Sans JP';
  font-size: 70px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: .04em;
  color: #fff;
}

.detail-title span {
  display: inline-block;
  transition: all .5s ease 0s;
}

.detail-title span:hover {
  transform: scale(1.1);
}

.detail_notes {
  font-size: 12px;
  text-align: right;
}

/* プロダクト詳細 PC最大用 */
@media screen and (min-width: 1920px) {
  .detail {
    max-width: 100%;
  }
  .detail-title {
    max-height: 540px;
  }
}

/* プロダクト詳細 TL・PC用 */
@media screen and (max-width: 1024px) {
  .detail-title h2 {
    font-size: 50px !important;
  }
}

/* プロダクト詳細 SP用 */
@media screen and (max-width: 768px) {
  .detail-title {
    height: 24.8vw;
  }
  .detail-title h2 {
    font-size: 6vw !important;
  }
  .js-text-scroll01,
  .js-text-scroll02,
  .js-text-scroll03 {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
  }
}

/* プロダクト詳細 ビフォア */
.connect-container,
.monitor-container,
.utilize-container {
  display: none;
  box-sizing: border-box;
  max-width: 1040px;
  margin: 0 auto;
  padding: 53px 30px 30px;
}

.detail__area {
  max-width: 980px;
  margin: 15px auto;
}

.detail__area h3 {
  font-size: 32px !important;
  margin: 0;
}

.detail__area h3 span {
  font-size: 36px;
  font-weight: bold;
  color: #00507a;
}

.detail__area .detail__area--contents {
  display: none;
  padding-bottom: 10px;
}

.detail__area p {
  line-height: 1.5em;
  color: #00507a;
}

.detail__area .detail__area--img {
  width: 100%;
  margin: 38px 0 10px;
  border: solid 1px #707070;
}

.detail__area .detail__area--img2 {
  width: 100%;
  margin: 5px 0 10px;
  border: solid 1px #707070;
}

.detail__area .pc-only {
  display: block;
  margin-bottom: 20px;
}

.detail__area .sp-only {
  display: none;
}

.detail__area--indent {
  padding-left: 1em;
  text-indent: -1em;
}

.detail__before {
  display: flex;
  flex-direction: row;
  margin: 15px 15px 25px;
  justify-content: space-between;
}

.detail__before .before-image {
  width: 56.8421%;
  /* 540px ÷ 950px */
}

.detail__before .before-image img {
  width: 100%;
}

.speech-balloon {
  width: 35.5789%;
  /* 338px ÷ 950px */
}

.speech-balloon div {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 194px;
  height: 10vw;
  max-height: 100px;
  margin: 2% 0;
  border-radius: 10px;
  background-color: #d9f2ff;
}

.speech-balloon div:before {
  position: absolute;
  top: 50%;
  left: -65px;
  margin-top: -15px;
  content: '';
  border: 15px solid transparent;
  border-right: 65px solid #d9f2ff;
}

.speech-balloon p {
  position: absolute;
  top: 48%;
  margin: 0;
  padding: 0 10px 0 15px;
  transform: translateY(-50%);
}

.detail__toggle {
  position: relative;
  margin: 24px 70px 60px;
}

.detail__toggle img.btn-click {
  position: absolute;
  z-index: 0;
  width: 20.3%;
}

.detail__toggle img.btn-open {
  width: 100%;
  cursor: pointer;
}

.detail__toggle img:hover {
  opacity: .8;
}

/* プロダクト詳細 ビフォア PC用 */
@media screen and (max-width: 1040px) {
  .speech-balloon .br-pc-only2 {
    display: none;
  }
}

@media screen and (max-width: 1040px) and (max-width: 945px) {
  .speech-balloon .br-pc-only {
    display: none;
  }
}

/* プロダクト詳細 ビフォア TL用 */
@media screen and (min-width: 769px) and (max-width: 940px) {
  .speech-balloon p {
    font-size: 14px;
    top: 50%;
  }
}

/* プロダクト詳細 ビフォア SP用 */
@media screen and (max-width: 768px) {
  .connect-container,
  .monitor-container,
  .utilize-container {
    padding: 8px 15px 30px;
  }
  .detail__area {
    margin: 4vw 0 0 0;
  }
  .detail__area h3 {
    font-size: 4vw !important;
  }
  .detail__area h3 span {
    font-size: 4.25vw !important;
  }
  .detail__before {
    display: flex;
    flex-direction: column;
    margin: 2.4vw 15px;
  }
  .detail__before .before-image {
    width: 100%;
  }
  .speech-balloon {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .speech-balloon div {
    position: relative;
    display: inline-block;
    width: 49%;
    height: 11vw;
    margin: 7.5vw 2% 0 0;
    border-radius: 10px;
    background-color: #d9f2ff;
  }
  .speech-balloon div:last-child {
    margin: 7.5vw 0 0 0;
  }
  .speech-balloon div:before {
    position: absolute;
    top: -6vw;
    left: 50%;
    margin-left: -15px;
    content: '';
    border: 15px solid transparent;
    border-bottom: 6.5vw solid #d9f2ff;
  }
  .speech-balloon p {
    font-size: 2.2vw;
    top: 50%;
    margin: 0;
    padding: 0 5px 0 10px;
  }
  .detail__toggle {
    margin: 3vw 10px 6vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .detail__area h3 {
    font-size: 4.25vw !important;
  }
  .detail__area h3 span {
    font-size: 4.5vw !important;
  }
  .detail__area h3.small-text2 {
    font-size: 4vw !important;
  }
  .detail__area h3.small-text2 span {
    font-size: 4.25vw !important;
  }
  .speech-balloon div {
    min-width: 140px;
    height: 16vw;
  }
  .speech-balloon p {
    font-size: 2.8vw;
    top: 50%;
  }
}

/* プロダクト詳細 開閉の設定 */
.dis01,
.dis02,
.dis03,
.dis04,
.dis05,
.dis06,
.dis07,
.dis08,
.dis09,
.dis10,
.dis11,
.dis12 {
  display: none;
}

.dis01.detail__after--active,
.dis02.detail__after--active,
.dis03.detail__after--active,
.dis04.detail__after--active,
.dis05.detail__after--active,
.dis06.detail__after--active,
.dis07.detail__after--active,
.dis08.detail__after--active,
.dis09.detail__after--active,
.dis10.detail__after--active,
.dis11.detail__after--active,
.dis12.detail__after--active {
  display: block;
}

/* プロダクト詳細 アフター */
.detail__after {
  max-width: 980px;
  margin: 0 auto;
}

.detail__after--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail__after--title h4 {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  color: #00507a;
}

.detail__after--title .detail__after--product {
  display: flex;
  /*width: 380px;*/
  margin: 12px 0;
}

.detail__after--title .detail__after--product li {
  margin: 0;
  list-style-type: none;
}

.detail__after--title .detail__after--product li.notes {
position: relative;
}
.detail__after--title .detail__after--product .notes_sup {
  position: absolute;
  top: 2px;
  right: 9px;
}

.detail__after--title .detail__after--product img {
  width: 120px;
  margin-left: 10px;
}

.detail__after--title .product-two {
  width: 250px;
}

.next-step {
  flex-direction: column;
  align-items: stretch;
}

.next-step .detail__after--product {
  margin-left: auto;
}

.detail__after--inner {
  max-width: 800px;
  margin: 0 auto;
}

.detail__after--can {
  margin: 25px 0 20px;
}

.detail__after--can li {
  font-size: 24px;
  margin: 0;
  padding-left: 30px;
  list-style-type: none;
  background: url(../img/list-circle.png) no-repeat left 5px;
}

.detail__after--can--text {
  margin-bottom: 1em;
  color: #333 !important;
}

.detail__after--can--supplement {
  margin: 1em 0;
  padding: 0;
}

.detail__after--can--supplement li {
  margin: 0;
  padding-left: 2.5em;
  list-style-type: none;
  text-indent: -2.5em;
  color: #00507a;
}

.detail__after--img {
  width: 100%;
  border: solid 1px #707070;
}

.detail__after--inner .pc-only {
  display: block;
}

.detail__after--inner .sp-only {
  display: none;
}

.detail__after--inner .mb20 {
  margin-bottom: 20px;
}

.detail__after--inner .mb40 {
  margin-bottom: 40px;
}

.detail__after--inner .pb05 {
  padding-bottom: 5px;
}

.detail__after--inner p a {
  cursor: pointer;
  text-decoration: underline;
}

.detail__after--indent {
  padding-left: 1em;
  text-indent: -1em;
}

.detail__after--close {
  margin: 40px auto 90px;
  text-align: center;
}

.detail__after--close img {
  cursor: pointer;
}

.detail__after--close img:hover {
  opacity: .8;
}

.btn-click {
  transform-origin: center;
  animation: anime-zoom .5s ease 0s infinite alternate;
}

@keyframes anime-zoom {
  from {
    transform: scale(0.93, 0.93);
  }
  to {
    transform: scale(1);
  }
}

.detail__after--table {
  border-collapse: collapse;
  border-top: solid 1px #7b7b7b;
  border-left: solid 1px #7b7b7b;
}

.detail__after--table th {
  font-size: 24px;
  font-weight: normal;
  width: 310px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  color: #000;
  border-right: solid 1px #7b7b7b;
  border-bottom: solid 1px #7b7b7b;
}

.detail__after--table td {
  padding: 26px 16px 26px 26px;
  color: #00507a;
  border-right: solid 1px #7b7b7b;
  border-bottom: solid 1px #7b7b7b;
}

.detail__after--table .br-table {
  display: none;
}

/* プロダクト詳細 アフター table用 */
@media screen and (min-width: 1041px) {
  .detail__after--table {
    width: 960px;
    margin: 1em 0 1em -80px;
  }
}

@media screen and (max-width: 1040px) {
  .detail__after--table {
    max-width: 800px;
    margin: 1em 0;
  }
  .detail__after--table th {
    width: 33.3%;
  }
  .detail__after--table img.logo01 {
    width: 42.2%;
  }
  .detail__after--table img.logo02 {
    width: 100%;
  }
}

@media screen and (max-width: 1040px) and (max-width: 768px) {
  .detail__after--table .br-table {
    display: block;
  }
  .detail__after--table th {
    font-size: 3.6vw;
  }
  .detail__after--table td {
    padding: 3% 1.6% 3% 2.6%;
  }
}

@media screen and (max-width: 1040px) and (max-width: 500px) {
  .detail__after--table th {
    font-size: 4vw;
  }
  .detail__after--table th span {
display: inline-flex;

  }
  .detail__after--table th sup{
    font-size: 11px;
    vertical-align: top;
  }
}


/* プロダクト詳細 アフター PC用 */
@media screen and (min-width: 1030px) {
  .detail__after--can li.no-wrap-text {
    white-space: nowrap;
  }
}

/* プロダクト詳細 アフター TL用 */
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .next-step2 h4 {
    font-size: 34px;
  }
}

/* プロダクト詳細 アフター TL用2 */
@media screen and (min-width: 769px) and (max-width: 900px) {
  .next-step2 {
    flex-direction: column;
    align-items: stretch;
  }
  .next-step2 .detail__after--product {
    margin-left: auto;
  }
  .detail__after--title h4 {
    font-size: 34px;
  }
  /*
  .detail__after--title .detail__after--product {
    width: 310px;
  }
  */
  .detail__after--title .detail__after--product img {
    width: 96px;
    margin-left: 8px;
  }
  .detail__after--title .product-two {
    width: 206px;
  }
  .detail__after--can li {
    font-size: 20px;
    padding-left: 30px;
    background: url(../img/list-circle.png) no-repeat left 2px;
  }
}

/* プロダクト詳細　アフター SP用 */
@media screen and (max-width: 768px) {
  .next-step2 {
    flex-direction: column;
    align-items: stretch;
  }
  .next-step2 .detail__after--product {
    margin-left: auto;
  }
  .detail__after--title h4 {
    font-size: 4.25vw;
  }

  /*
  .detail__after--title .detail__after--product {
    width: 270px;
  }
*/
  .detail__after--title .detail__after--product img {
    width: 86px;
    margin-left: 6px;
  }
  .detail__after--title .product-two {
    width: 178px;
  }
  .detail__after--inner .pc-only {
    display: none;
  }
  .detail__after--inner .sp-only {
    display: block;
  }
  .detail__after--inner .mb20 {
    margin-bottom: 3vw;
  }
  .detail__after--inner .mb40 {
    margin-bottom: 6vw;
  }
  .detail__after--can {
    margin-top: 2vw;
  }
  .detail__after--can li {
    font-size: 18px;
    padding: 0 0 10px 25px;
    background: url(../img/list-circle.png) no-repeat left middle;
    background-size: 15px;
  }
}

@media screen and (max-width: 768px) and (max-width: 560px) {
  .detail__after--title {
    flex-direction: column;
    align-items: stretch;
  }
  .detail__after--title h4 {
    font-size: 5vw;
  }
  .detail__after--title .detail__after--product {
    margin-left: auto;
  }
  .detail__after--title .detail__after--product .notes_sup sup {
    font-size: 8px;
    vertical-align: super;
  }

}

@media screen and (max-width: 768px) {
  .detail__after--can li {
    font-size: 3.4vw;
    padding: 3px 0 7px 25px;
    background: url(../img/list-circle.png) no-repeat left middle;
    background-size: 15px;
  }
  .detail__after--close {
    margin: 6vw auto 12vw;
  }
  .detail__after--close img {
    width: 100px;
  }
}

/* 事例 */
.solutions {
  margin-top: 100px;
  padding-top: 30px;
}

.solutions__wrap {
  display: flex;
  flex-direction: row;
  margin: 90px auto 0;
  padding: 0;
  justify-content: space-between;
}

.solutions__wrap li {
  position: relative;
  width: 23%;
  margin: 0;
  list-style-type: none;
  cursor: pointer;
  text-align: center;
}

.solutions__wrap span {
  font-family: 'Noto Sans JP';
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
}

.solutions__item01 {
  height: 40vw;
  max-height: 400px;
  background: url(../img/solutions_bg_01.png) no-repeat center center;
  background-size: 100%;
}

.solutions__item02 {
  height: 40vw;
  max-height: 400px;
  background: url(../img/solutions_bg_02.png) no-repeat center center;
  background-size: 100%;
}

.solutions__item03 {
  height: 40vw;
  max-height: 400px;
  background: url(../img/solutions_bg_03.png) no-repeat center center;
  background-size: 100%;
}

.solutions__item04 {
  height: 40vw;
  max-height: 400px;
  background: url(../img/solutions_bg_04.png) no-repeat center center;
  background-size: 100%;
}

/* 事例 SP・TL用 */
@media screen and (max-width: 900px) {
  .solutions__wrap span {
    font-size: 30px;
  }
}

/* 事例 SP用 */
@media screen and (max-width: 768px) {
  .solutions {
    margin-top: 10vw;
  }
  .solutions__wrap {
    margin: 9vw 0 0;
    padding: 0;
    flex-wrap: wrap;
  }
  .solutions__wrap li {
    width: 48.5%;
    margin: 0 0 3% 0;
  }
  .solutions__wrap span {
    font-size: 5.5vw;
  }
  .solutions__item01,
  .solutions__item02,
  .solutions__item03,
  .solutions__item04 {
    height: 80vw;
    max-height: 600px;
  }
}

/* 機能紹介 */
.function {
  margin-top: 100px;
  padding-top: 30px;
}

.function__wrap {
  display: flex;
  flex-direction: row;
  margin: 117px auto;
  padding: 0;
  justify-content: space-between;
}

.function__wrap li {
  list-style-type: none;
  justify-content: center;
}

.function__wrap li:nth-child(1) {
  width: 26.09%;
  margin-right: 4%;
}

.function__wrap li:nth-child(2) {
  width: 20.22%;
  margin-right: 4%;
}

.function__wrap li:nth-child(3) {
  width: 17.61%;
  margin-right: 4%;
}

.function__wrap li:nth-child(4) {
  width: 17.61%;

}


.function__icon {
  display: flex;
  flex-direction: row;
  max-width: 1128px;
  margin: 87px auto;
  justify-content: space-between;
}

.function__icon figure {
  width: 14.28%;
  margin: 0;
  list-style-type: none;
  cursor: pointer;
  text-align: center;
}

.function__icon img {
  width: 73px;
  margin-bottom: 10px;
  transition: .5s all;
}

.function__icon img:hover {
  transition: .5s all;
  transform: scale(1.15, 1.15);
}

.function__icon figcaption {
  font-family: 'Noto Sans JP';
  line-height: 1.25em;
  color: #5d5d5d;
}

/* 機能紹介 TL用 */
@media screen and (max-width: 900px) {
  .function__icon figcaption {
    font-size: 1.6vw;
  }
  .function__wrap img {
    height: 15.176vw !important;
  }
}

/* 機能紹介 SP用 */
@media screen and (max-width: 768px) {
  .function {
    margin-top: 10vw;
  }
  .function__wrap {
    margin: 11.7vw 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; 
  }

  .function__wrap li {
    width: 50% !important;
    margin: 0 0 20px 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .function__wrap img {
    height: 18.176vw;
  }
  .function__icon {
    margin: 8.7vw 0 0;
    flex-wrap: wrap;
  }
  .function__icon img {
    width: 60%;
    margin-bottom: 3px;
    transition: none;
  }
  .function__icon img:hover {
    transition: none;
    transform: scale(1, 1);
  }
  .function__icon figure {
    width: 30%;
    margin: 2% auto;
  }
  .function__icon figure:nth-child(4) {
    width: 30%;
  }
  .function__icon figure:nth-child(5) {
    width: 30%;
  }
  .function__icon figure:nth-child(7) {
    margin-left: 2%;
  }
  .function__icon figcaption {
    font-size: 2.9vw;
  }
}

/* ダウンロード */
.fa-download {
  margin-top: 100px;
  padding-top: 30px;
}

.fa-download__wrap {
  display: flex;
  flex-direction: row;
  max-width: 388px;
  margin: 160px auto 0;
  justify-content: space-between;
}

.fa-download__wrap figure {
  margin: 0;
  text-align: center;
}

.fa-download__wrap a {
  font-family: 'Noto Sans JP';
  line-height: 1.5em;
  text-decoration: none;
  color: #00507a;
}

.fa-download__wrap img {
  width: 141px;
  vertical-align: bottom;
  border: solid 1px #b6b6b6;
}

.fa-download__wrap figcaption {
  margin-top: 5px;
}

/* ダウンロード SP用 */
@media screen and (max-width: 768px) {
  .fa-download {
    margin-top: 10vw;
  }
  .fa-download__wrap {
    margin: 16vw auto 0;
    flex-wrap: wrap;
  }
  .fa-download__wrap figure {
    width: 48.5%;
    margin: 0 0 6% 0;
  }
  .fa-download__wrap img {
    width: 80%;
  }
}

/* ご相談 */
.consultation {
  margin-top: 90px;
  padding-top: 30px;
}

.consultation__bottan {
  width: 100%;
  height: 96px;
  margin: 0 auto 45px;
  border-radius: 13px;
  background-color: #d00000;
}

.consultation__bottan a {
  font-family: 'Noto Sans JP';
  font-size: 38px;
  line-height: 96px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

/* ご相談 SP用 */
@media screen and (max-width: 768px) {
  .consultation {
    margin-top: 9vw;
  }
  .consultation__bottan {
    width: 100%;
    height: 13.6vw;
  }
  .consultation__bottan a {
    font-size: 5vw;
    line-height: 13.6vw;
  }
}
