@charset "utf-8";
/* CSS Document */
@media print, screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }
}
@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}
.lead {
  display: flex;
  justify-content: center;
  margin: 5em auto 0;
}
.lead li {
  width: 50%;
}
h3.title {
  font-size: 1.44rem;
  font-weight: bold;
  line-height: 1.2;
  border-left: 5px solid rgb(0, 70, 140);
  padding-left: 10px;
  margin-top: 1em;
}
.p-box {
  margin: 84px 0 0;
}
.box {
  background-color: #e9ecf2;
  padding: 2em;
  border-radius: 12px;
  margin-bottom: 2em;
}
.box p {
  font-size: 1rem;
  margin: 1em 0;
}
.problem {
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  /*color: #003366;*/
}
.problem::before,
.flow02_area::before {
  display: block;
  content: "";
  width: 80px;
  aspect-ratio: 1;
  margin-inline: auto;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/corp/assets/images/common/icon_keyboard_double_arrow_down.svg");
  background: #c6cede;
}
.p-info-item__head-r {
  height: 200px;
}
.Flow-Item-Content-Title {
  flex-basis: auto;
}
.p-info-dvd-4-2 {
  margin-top: 0 !important;
}
.strength .p-info-item__image img {
  object-fit: contain;
}
.adress-txt {
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .p-info-dvd-4 .p-info__item + .p-info__item {
    margin-left: 10px;
  }
}
@media not all and (min-width: 768px) {
  .problem {
    font-size: 1.3rem;
  }
  .lead {
    display: block;
  }
  .lead li {
    width: 100%;
  }
  .lead li img {
    margin-top: 3em;
  }
}
