/*************************************************

lowerbtns

*************************************************/
.lowerbtns {
  margin-top: 0;
}

/*************************************************

denchobato-cols1

*************************************************/
.denchobato-cols1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .denchobato-cols1 {
    display: block;
  }
}
.denchobato-cols1 .in-img {
  width: 49.8046875%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .denchobato-cols1 .in-img {
    width: auto;
    margin-bottom: 3rem;
  }
}
.denchobato-cols1 .in-texts {
  width: 44.140625%;
}
@media screen and (min-width: 768px) {
  .denchobato-cols1 .in-texts {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (max-width: 767px) {
  .denchobato-cols1 .in-texts {
    width: auto;
  }
}

/*************************************************

denchobato-introduce01

*************************************************/
.denchobato-introduce01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 4rem 5rem 5rem;
  border-radius: 0.8rem;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(1, 33, 56, 0.2);
          box-shadow: 4px 4px 4px 0px rgba(1, 33, 56, 0.2);
}
@media screen and (max-width: 767px) {
  .denchobato-introduce01 {
    padding: 3rem 2rem 4rem;
  }
}

.denchobato-introduce01-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .denchobato-introduce01-col {
    display: block;
  }
}

.denchobato-introduce01-col__img {
  width: 33.137254902%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .denchobato-introduce01-col__img {
    width: auto;
    margin-bottom: 3rem;
    text-align: center;
  }
}

.denchobato-introduce01-col__letters {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 64.2156862745%;
  padding-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .denchobato-introduce01-col__letters {
    width: auto;
    padding-left: 3rem;
  }
}
.denchobato-introduce01-col__letters .in-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.denchobato-introduce01-col__letters .in-list__title {
  position: relative;
  color: #004292;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .denchobato-introduce01-col__letters .in-list__title {
    font-size: 1.8rem;
  }
}
.denchobato-introduce01-col__letters .in-list__title::before {
  position: absolute;
  top: 0.3rem;
  left: -3.5rem;
  display: block;
  content: "";
  width: 2.4rem;
  height: auto;
  line-height: 0;
  aspect-ratio: 1/1;
  background: url(../images/common/icon_check.svg) no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
  .denchobato-introduce01-col__letters .in-list__title::before {
    left: -3rem;
    top: 0.5rem;
    width: 2rem;
  }
}