@charset "UTF-8";

/* 見出し */
.top_wrap {
  background-image: url("../images/bg_main.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}

@media (min-width: 992px) {
  .top_wrap {
    background-size: auto 100%;
  }
}

h1 {
  padding: 26px 0;
  font-size: 2rem;
}

@media (min-width: 768px) {
  h1 {
    padding: 65px 0;
    font-size: 3rem;
    background-repeat: no-repeat;
  }
}

h2 {
  margin-top: 60px;
  font-size: 2.25rem;
}

/* 背景 */
#feature,
#overview {
  background-color: #fff;
}

#feature::before {
  position: absolute;
  inset: 0;
  z-index: -9;
  content: "";
  background-color: #2a3f4e;
  opacity: 0.8;
}

/* 新機能 */
#feature {
  position: relative;
  z-index: -10;
  height: 100%;
  padding: 45px 0;
  background: url("../images/pic_system_background01.jpg") no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  #feature {
    padding: 64px 0 50px;
    background-position-y: 25%;
  }
}

#feature h2 {
  margin-bottom: 20px;
  color: #f7de00;
}

#feature p {
  color: #fff;
}

.feature_label {
  display: block;
  width: 156px;
  padding: 10px 0;
  font-size: 1.5rem;
  color: #2a3f4e;
  background-color: #f7de00;
}

.feature_list {
  padding: 0;
  margin: 0;
  color: #fff;
  list-style-type: none;
}

ul.feature_list li::before {
  margin-right: 10px;
  color: #3ba5cb;
  content: "●";
}
@media (min-width: 768px) {
  .feature_label {
    display: inline-block;
  }
}

/* 機能紹介 */
#introduction {
  padding: 45px 0 60px;
}

#introduction h2 {
  margin-bottom: 17px;
}

h3.introduction_screen_head {
  padding: 6px 0 6px 16px;
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #fff;
  text-align: left;
  background-color: #2a3f4e;
}

.introduction_screens_description {
  background-color: #fff;
}

.c_system {
  margin-bottom: 50px;
}

.btn_system {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  padding: 25px 15px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #3055a0;
  border: 0 none;
  border-radius: 55px;
}

.btn_system:hover {
  color: #fff;
  background-image: #3055a0;
  transform: translate3d(0, 3px, 0);
}

/* システム概要 */
#overview {
  padding: 20px 0 60px;
}

#overview h2 {
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  #overview {
    padding: 50px 0 75px;
  }

  #overview h2 {
    margin-top: 70px;
    margin-bottom: 24px;
    font-size: 24px;
  }
}

.overview_image {
  padding: 15px;
  margin: 16px auto;
  text-align: center;
  background-color: #f9fafd;
}
@media (min-width: 768px) {
  .overview_image {
    padding: 25px 0;
    margin-top: 60px;
  }
}

/* 参考価格 */
.title03 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

#price {
  position: relative;
  height: 100%;
  padding: 60px 0;
  background: url("../images/system/bg_title.jpg") no-repeat center;
  background-color: #3055a0;
  background-size: cover;
  background-blend-mode: soft-light;
}

.p_price {
  color: #fff;
}

.table_01 {
  width: 50%;
  margin-bottom: 1rem;
}

.p_option {
  margin-bottom: 60px;
}

.list-inline li {
  display: inline-block;
  margin-right: 1rem;
}

.panel > .table-bordered,
.table {
  border: 1px solid #ddd;
}

.title01-1 {
  font-size: 14px;
  color: #3055a0;
  text-align: left;
}

.comment {
  padding-bottom: 30px;
}
