@charset "utf-8";

.section-inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 30px;
  font-size: 1.6rem;
}
.hdg-a.hdg-center,
.hdg-b.hdg-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 3rem;
}
.hdg-b.hdg-center::before {
  right: 0;
  margin: 0 auto;
}
.hdg-b {
  line-height: 1.4;
  margin: 20px 0 26px;
  padding-bottom: 10px;
  border-bottom: 3px solid #9d9c95;
  position: relative;
  font-weight: bold;
}
.hdg-b::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 18.75%;
  height: 3px;
  background: #1E50A2;
  min-width: 72px;
}
.lyt-item-a {
  display: table;
  width: 100%;
}
.lyt-item-a > .item {
  width: 100%;
}
.lyt-item-a > * {
  display: table-cell;
  vertical-align: top;
  direction: ltr;
}
.lyt-item-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
  margin-top: 34px;
}
.lyt-item-a.is-img-r .img {
  padding-left: 20px;
}
.lyt-item-a > .img {
  text-align: center;
}
.lyt-item-a > .img > .img-inner {
  display: table;
  width: 40%;
}
.lyt-item-a > .img img {
  max-width: 400px;
}
.serviceArea .diff-bg-loox {
  background: #E1F0FA;
}
h3.hdg-d {
  font-size: 2.2rem;
  line-height: 1.4;
  margin: 30px 0 14px;
  color: #1E50A2;
  border-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: bold;
}
.lyt-item-a > .item > :first-child {
  margin-top: 0;
}
.p-lyt-overview {
  padding: 30px;
  background: #f2f2f2;
}
h3.u-mt0 {
  margin-top: 0;
}
.section-inner ul li{
  position: relative;
  padding-left: 17px;
}
.section-inner ul li::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1E50A2;
    left: 0;
    top: .55em;
}
.section-inner ul li + li{
  margin-top:10px;
}

@media screen and (max-width: 767px) {
.section-inner {
  padding: 30px 10px;
    font-size: 1.4rem;
}
.hdg-a.hdg-center,
.hdg-b.hdg-center {
  font-size: 2.5rem;
}
.lyt-item-a {
  display: block;
}
.lyt-item-a > * {
  display: block;
}
.lyt-item-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
  margin-top: 20px;
}
.lyt-item-a.is-img-r .img {
  padding-left: 0;
}
.lyt-item-a > .img > .img-inner {
  display: block;
width: 100%;
  margin-top: 10px;
}
.lyt-item-a > .img img {
  max-width: 100%;
}
h3.hdg-d {
  font-size: 1.8rem;
  margin: 30px 0 14px;
}
h3.u-mt0 {
    margin-top: 0;
}
.p-lyt-overview {
  padding: 20px 10px;
}

}
