.line-area {
  background-color: #f1f3f6;
  padding: 74px 0;
}
@media screen and (max-width: 767px) {
  .line-area {
    padding: 46px 0;
    position: relative;
    z-index: 8;
  }
}
.line-area .bordeaux {
  color: #781519;
}
.line-area .line-color {
  color: #06c755;
}
.line-area__first {
  max-width: 600px;
  width: 100%;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .line-area__first {
    margin-right: 0;
  }
}
.line-area__first h2 {
  font-weight: bold;
  font-size: 27px;
  color: #0e3141;
  line-height: 1.5;
  margin-bottom: 1em;
  max-width: 590px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .line-area__first h2 {
    font-size: 18px;
  }
}
.line-area__first h2 * {
  font-weight: bold;
}
.line-area__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1130px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .line-area__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .line-area__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 92vw;
  }
}
.line-area__wrap--account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.line-area__wrap--account.issp {
  display: none;
}
@media screen and (max-width: 767px) {
  .line-area__wrap--account.issp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #781519;
    height: 90px;
    margin-top: 20px;
  }
  .line-area__wrap--account.issp figure {
    width: 45px;
    margin-right: 20px;
  }
  .line-area__wrap--account.issp a {
    color: white;
    font-weight: bold;
    line-height: 1.5;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
  }
  .line-area__wrap--account.issp a small {
    font-size: 14px;
    display: block;
    font-weight: bold;
  }
}
.line-area__wrap--account.ispc {
  background-color: white;
  padding: 52px 0;
  width: 100%;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
  text-decoration: none;
}
.line-area__wrap--account.ispc:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .line-area__wrap--account.ispc {
    padding: 26px 8px;
  }
}
.line-area__wrap--account.ispc figure:nth-child(1) {
  width: 110px;
}
.line-area__wrap--account.ispc figure:nth-child(1) img {
  width: 100%;
}
.line-area__wrap--account.ispc figure:nth-of-type(2) {
  width: 135px;
}
.line-area__wrap--account.ispc figure:nth-of-type(2) img {
  width: 100%;
}
.line-area__wrap--account.ispc p {
  color: #781519;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.364;
  margin-right: 20px;
  margin-left: 50px;
  text-align: left;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .line-area__wrap--account.ispc p {
    margin: 0 3% 0 6%;
  }
  .line-area__wrap--account.ispc p br {
    display: none;
  }
}
.line-area__wrap--account.ispc p small {
  font-size: 16px;
  display: block;
  line-height: 1.75;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .line-area__wrap--account.ispc {
    display: none;
  }
}
.line-area .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffeb57));
  background: linear-gradient(transparent 70%, #ffeb57 70%);
}
@media screen and (max-width: 767px) {
  .line-area .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffeb57));
    background: linear-gradient(transparent 60%, #ffeb57 60%);
  }
}
.line-area img {
  max-width: 100%;
  height: auto;
}