.linen h3 {
  color: #1b3186!important;
}

.linen #ce19_mv {
  border-bottom: 15px solid #1b3186 !important;
}

.content__title {
  margin-bottom: 30px;
}

.flex__box {
  display: flex;
  justify-content: space-between;
}

.flex__box__item {
  width: 46.6666666667%;
}

.list__mark {
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  font-weight: 500;
}

.list__mark > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  width: 50%;
  color: #333;
  box-sizing: border-box;
}

.list__mark > li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  border: 1px solid #aaa;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  transform: translate(0,-50%);
}

.list__mark > li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -5px 5px 0 5px;
  width: 8px;
  height: 15px;
  border-right: 3px solid #1b3186;
  border-bottom: 3px solid #1b3186;
  transform: rotate(50deg) translate(0,-50%);
}

.list__mark > li > span {
  padding: 0 5px;
  background: linear-gradient(transparent 60%, #c2e8ff 60%);
}

.box-kinofu {
  padding: 20px;
  background: url(/img/usr/header_bg01.png) left top repeat;
}

.box-kinofu__inner {
  display: flex;
  justify-content: space-between;
}

.box-kinofu img {
  width: 420px;
}

.box-kinofu p {
  flex: 1;
  margin: 0 auto 0 30px;
}

@media screen and (max-width: 768px) {
  .content__title {
    margin-bottom: 15px;
  }

  .list__mark {
    flex-direction: column;
    font-size: 18px;
  }

  .list__mark > li {
    width: 100%;
  }

  .flex__box {
    flex-direction: column;
  }

  .flex__box__item {
    width: 100%;
  }

  .flex__box__item.text {
    order: 2;
  }

  .flex__box__item.image {
    order: 1;
    margin-bottom: 10px;
  }

  .flex__box__item.image img {
    width: 100%;
  }

  .box-kinofu__inner {
    flex-direction: column;
  }

  .box-kinofu img {
    width: 100%;
  }

  .box-kinofu p {
    margin: 30px auto 0;
    width: 100%;
  }
}