/* メイン */
.mainimage-area {
  background: linear-gradient(90deg, #ffe3e5 0%, #ffe3e5 50%, #fff 50%);
}
.breadcrumb {
  background-color: #fff;
}
.use-scene .title-border {
  position: relative;
}
/* お悩み */
.solution .bg-use-scene {
  background: #e2e2e2;
}
img.logo-service {
  width: 685px;
}
.arrow-bottom {
  display: block;
  content: "";
  width: 100px;
  height: 40px;
  background-color: #90d4e0;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin: 0 auto 2rem;
}
.txt-intro {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
.contents-block .button-area {
  text-align: center;
  margin-top: 5rem;
}
.contents-block .button-area a {
  display: inline-block;
  padding: 1.2rem 3rem;
  background-color: #0094d8;
  border-radius: 1rem;
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.contents-block .button-area a:hover {
    opacity: 0.8;
}
/* サービス */
.service-area {
  display: flex;
}
.service-area > div {
  width: 50%;
  padding: 0 1.5rem;
}
.service-block {
  background-color: #fff;
  padding: 3rem 6rem;
  border-radius: 1rem;
  height: 100%;
  text-align: center;
}
.service-block .service-title {
  font-size: 2.4rem;
  margin-bottom: 0.6em;
  color: #1A568A;
}
.service-block p:last-child {
  line-height: 1.8;
  margin-top: 1em;
  text-align: left;
}
.feature-wrap ul.list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1em;
  font-size: 2rem;
}
.feature-wrap ul.list li {
  padding-left: 1em;
  position: relative;
}
.feature-wrap ul.list li::before {
  content: "";
  background-color: #222;
  width: 0.15em;
  height: 0.15em;
  position: absolute;
  top: 0.7em;
  left: 0.5em;
}
.feature-wrap ul.list li span {
  color: #d6000f;
}
.point-inner-block figure img {
  display: block;
  float: none;
  padding-right: 0;
}
figure figcaption {
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
.point-inner-block .text-area p {
  margin-bottom: 1em;
}
.point-inner-block .text-area p:has( + ul.list) {
  margin-bottom: 0;
}
ul.point-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5em;
  margin-bottom: 0;
}
ul.point-list li {
  width: 50%;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
ul.annotation-list {
  list-style: none;
  padding-left: 0;
}
.title-border > span {
  display: block;
  font-size: 0.5em;
  font-weight: 500;
}
.title-border > span span {
  font-weight: 700;
}
.managed-edr-area p {
  font-size: 2rem;
  margin-bottom: 1.5em;
}
/* 料金 */
.tbl-detail .sub {
  width: auto;
}
.tbl-detail .sub.text-left {
  text-align: left;
}
.tbl-detail .type th {
  width: 120px;
  padding-left: 0;
  padding-right: 0;
  vertical-align: bottom;
}
.tbl-detail .price {
  font-weight: 700;
}
.tbl-detail th.recommend {
  background-color: #cd5f20;
}
.tbl-detail th.recommend span {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  background-color: #d6000f;
  border-radius: 10rem;
  padding: 0.1em 0.2em;
  font-size: 0.9em;
  width: 6em;
  text-align: center;
  margin: 0 auto;
}
.tbl-detail td.recommend {
  background-color: #fff4ee;
  color: #cd5f20;
  border-bottom-color: #cd5f20;
}
/* お問い合わせ */
.txt-inquiry-guide {
  text-align: center;
  color: #00467f;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.txt-inquiry {
  font-size: 2rem;
  margin-bottom: 0.8em;
  text-align: center;
}
.txt-inquiry span {
  display: inline-block;
  padding: 0 1.5em;
  position: relative;
  font-weight: 500;
}
.txt-inquiry span::before,
.txt-inquiry span::after {
  content: "";
  width: 1.2em;
  height: 3px;
  display: inline-block;
  position: absolute;
  bottom: 1rem;
  background-color: #00467f;
}
.txt-inquiry span::before {
  left: 0;
  transform: rotate(52deg);
}
.txt-inquiry span::after {
  right: 0;
  transform: rotate(-52deg);
}
a.btn-inquiry {
  display: block;
  padding: 1.5rem 1.5rem;
  background-color: #0094d8;
  border-radius: 1rem;
  font-size: 2.4rem;
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
a.btn-inquiry:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767.98px) {
  img.logo-service {
    width: 400px;
  }
  .txt-intro {
    font-size: 1.6rem;
    line-height: 2;
  }
  .arrow-bottom {
    width: 64px;
    height: 24px;
  }
  .contents-block .button-area {
    margin-top: 3rem;
  }
  .contents-block .button-area a {
    font-size: 1.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .point-inner-block .text-area .note {
    color: #666;
    font-size: 1.2rem;
    margin-top: 30px;
  }
  .service-area {
    display: block;
  }
  .service-area > div {
    width: auto;
    padding: 0;
  }
  .service-area > div:first-child {
    margin-bottom: 2rem;
  }
  .service-block {
    padding: 2rem 3rem;
  }
  .service-block .service-title {
    font-size: 2rem;
  }
  figure figcaption {
    text-align: left;
  }
  .feature-wrap ul.list {
    font-size: 1.4rem;
  }
  ul.point-list li {
    width: 100%;
  }
  .managed-edr-area p {
    font-size: 1.4rem;
  }
  .tbl-fee-wrap {
    margin: 0 auto;
    overflow-x: scroll;
  }
  .tbl-fee-wrap table {
    width: 500px;
  }
  .tbl-detail .type th {
    width: 62px;
  }
  .txt-inquiry-guide {
    font-size: 1.8rem;
  }
  .txt-inquiry {
    font-size: 1.6rem;
  }
  a.btn-inquiry {
    padding: 1.2rem 1.5rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  img.logo-service {
    width: 300px;
  }
}