.image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.image-wrapper iframe,
.image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.l-sec {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .l-sec {
    margin-bottom: 40px;
  }
}

.c-inpageBtn {
  position: relative;
  display: inline-block;
  min-width: 250px;
  padding: 12px 20px;
  border: 2px solid #000000 !important;
  color: #000000 !important;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-decoration: none;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 2px;
          box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 2px;
  background: #ffd601 !important;
}
.c-inpageBtn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.1em;
  right: 1em;
  margin: auto;
  width: 0.3em;
  height: 0.3em;
  border-top: 0.13em solid #000000 !important;
  border-right: 0.13em solid #000000 !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-secttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  font-weight: bold;
  color: #fff;
  background-color: #0A327F;
}
.c-secttl__point {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  padding: 4px 10px;
  font-size: 20px;
  color: #0A327F;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
}
.c-secttl__main {
  font-size: 25px;
}
@media (max-width: 768px) {
  .c-secttl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
  }
  .c-secttl__main {
    width: 100%;
    margin-top: 6px;
  }
}
@media (max-width: 480px) {
  .c-secttl__point {
    font-size: 16px;
  }
  .c-secttl__main {
    font-size: 18px;
  }
}

.c-media__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-media__flex + .c-media__flex {
  margin-top: 30px;
}
.c-media__img {
  width: 39%;
  max-width: 320px;
}
.c-media__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-media__imgTtl {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #0A327F;
}
.c-media__txt {
  width: 57%;
}
.c-media__txt p {
  margin-bottom: 20px;
}
.c-media__cap {
  margin-top: 20px;
  font-size: 12px;
}
.c-media--imgL .c-media__img {
  width: 60%;
  max-width: 500px;
}
.c-media--imgL .c-media__txt {
  width: 37%;
  margin-top: 54px;
}
.c-media--imgL .c-media__txt ul {
  margin-left: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .c-media--imgL .c-media__txt {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .c-media__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-media__flex > * {
    width: 100%;
  }
  .c-media__img {
    max-width: 240px;
  }
  .c-media__imgTtl {
    font-size: 16px;
  }
  .c-media__txt p {
    margin-bottom: 20px;
  }
  .c-media--imgL .c-media__flex > * {
    width: 100%;
  }
  .c-media--imgL .c-media__img {
    max-width: inherit;
  }
}

.bullet-list--small {
  font-size: 12px;
}

.flow-img img {
  max-width: 100%;
}

.caption {
  font-size: 12px;
}