@charset "UTF-8";
#btn-group {
  max-width: 1000px;
  margin-top: 30px;
}

.subpage-mv .bg-cotainer {
  background-image: url(../img/consulting/title-consulting.png);
}

.parent-pageid-124 .subpage-mv .bg-cotainer {
  background-image: url(../img/cloud/title-cloud.png);
}

.list-simple {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-simple li {
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
.list-simple li:first-of-type {
  border-top: 1px solid #e1e1e1;
}
.list-simple li > img {
  max-width: 380px;
  margin-top: 10px;
  display: block;
  cursor: pointer;
  width: 100%;
}
.list-simple li > img:hover {
  opacity: 0.8;
}
.list-simple li iframe {
  width: 100%;
  height: auto;
  max-width: 380px;
  aspect-ratio: 16/9;
}

ol.wp-block-list {
  list-style: none;
  padding-left: 0;
}

.jirei {
  position: relative;
  padding: 50px;
  overflow: auto;
  border: 1px solid #e1e1e1;
  text-align: center;
  /* iPad */
}
@media screen and (max-width: 768px) {
  .jirei {
    padding: 60px 10px 50px;
  }
}
.jirei::before {
  content: "事例紹介";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
  padding: 10px 20px;
  background-color: #e1e1e1;
}

.style-border-bottom {
  font-weight: bold;
  border-bottom: 2px solid #113669;
  padding-bottom: 5px;
}

.cloud-flex > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .cloud-flex > .wp-block-group__inner-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cloud-flex > .wp-block-group__inner-container > section {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .cloud-flex > .wp-block-group__inner-container > section {
    width: 100%;
  }
}

.fukidashi {
  border: 1px solid #e1e1e1;
  padding: 20px 10px;
  position: relative;
  width: 300px;
}
.fukidashi::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: -111px;
  width: 80px;
  height: 80px;
  background-image: url(../img/consulting/user-icon.jpg);
  background-size: contain;
}
@media screen and (max-width: 800px) {
  .fukidashi::after {
    display: none;
  }
}

h3.wp-block-heading {
  border-left: 4px solid #113669;
  padding-left: 15px;
  margin-bottom: 30px;
  color: #113669;
  font-weight: bold;
  font-size: 1.3em;
}

h4.wp-block-heading {
  color: #113669;
}

section.section-h5 {
  margin-bottom: 40px;
}
section.section-h5 h5 {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.figure-flex > .wp-block-group__inner-container {
  display: flex;
}

.w-container p.e-care-labo {
  margin-bottom: 0;
}

.h2-catch {
  margin-bottom: 50px;
  font-size: 1.4rem;
}
/*# sourceMappingURL=consulting.css.map */