@charset "UTF-8";
.content-wrapper {
  line-height: 1.8;
}

.text-color {
  color: #747487;
}

.detail-wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
}

.detail-container {
  padding: 100px 0 ;
}

body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
  margin-left: 0;
}

.detail-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.detail-item {
  width: 48%;
}

.detail-item:first-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.detail-item:last-child {
  text-align: right;
}

.detail-icon {
  background-color: #FFF;
  border-radius: 10px;
  width: 120px;
  height: 120px;
}

.detail-icon img {
  width: 100%;
}

.detail-hubspot {
  padding: 10px;
}

.detail-mf-cloud,
.detail-zaico {
  line-height: 120px;
}

.detail-text {
  margin-left: 30px;
}

.detail-title {
  font-size: 30px;
  font-weight: bold;
}

.detail-btn {
  display: inline-block;
  width: 250px;
  height: 45px;
  line-height: 43px;
  border: 1px solid #2863A3;
  background-color: #2863A3;
  color: #FFF;
  padding: 0 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
}

.detail-btn:hover {
  opacity: .8;
  color: #FFF;
  transition: .2s;
}

/* overview */
.detail-container {
  border-bottom: 1px solid rgb(223, 227, 232);
}

.overview-ttl {
  font-size: 30px;
  font-weight: bold;
}

.overview-features {
  margin-top: 20px;
}

.overview-list li {
  font-weight: bold;
}

.overview-list .list-text {
  font-weight: normal;
}

/* method */
.method-list li {
  margin-bottom: 1rem;
}

/* developer */
.detail-developer {
  margin-top: 40px;
}

.developer-ttl {
  font-size: 20px;
  font-weight: bold;
}

.developer-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}



@media screen and (max-width: 767px) {
  .detail-wrapper {
    margin: 0 20px;
  }

  .detail-container {
    padding: 50px 0;
  }

  .detail-item {
    width: 100%;
  }

  .detail-item:first-child {
    margin-bottom: 30px;
  }

  .detail-item:last-child {
    text-align: center;
  }

  .detail-icon img {
    width: 70px;
    height: 70px;
  }

  .detail-text {
    margin-left: 10px;
  }

  .detail-title {
    margin-bottom: 0;
  }

  .detail-btn {
    width: 100%;
  }

  .detail-share {
    margin-top: 10px;
    margin-left: 0;
  }

  /* overview */
  .overview-ttl {
    font-size: 24px;
  }

}