body {
  padding: 0;
}

.l-wrapper {
  padding: 0;
}

/* headerTop
---------------------------------------------*/
header a {
  text-decoration: none;
}

#inner-header {
  display: block;
}

#headerTop {
  height: 35px;
  background: #1d2088;
  color: #fff;
  font-size: 12px;
}

#headerTop .inner {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
  padding: 0 16px;
}

@media print, screen and (min-width: 1028px) {
  #headerTop .inner {
    padding: 0 0;
  }
}
#headerTop p {
  padding-top: 6px;
  float: left;
}

#headerTop ul {
  float: right;
  padding-top: 6px;
}

#headerTop ul li {
  display: inline-block;
  margin-left: 16px;
}

#headerTop ul li a {
  color: #fff;
  padding-left: 10px;
  background: url(../img/common/icon_arrow01.png) left center no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  #headerTop ul li a {
    top: 0.66667vw;
  }
}

#headerTop ul li a:hover {
  text-decoration: underline;
}

#headerTop ul li:nth-child(1) a {
  padding-right: 10px;
}

#headerTop ul li:nth-child(2) a {
  padding-right: 15px;
}

#headerTop ul li:nth-child(1) a:after, #headerTop ul li:nth-child(2) a:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url(../img/common/icon_blank01.gif) left center no-repeat;
  position: absolute;
  right: 0;
  top: 3px;
}
@media screen and (max-width: 767px) {
  #headerTop ul li:nth-child(1) a:after, #headerTop ul li:nth-child(2) a:after {
    top: 6px;
  }
}

.c-content .btmBnr {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .c-content .btmBnr {
    padding: 13.33333vw 0 12vw;
  }
}
.c-content .btmBnr__list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2 auto);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.c-content .btmBnr__colspan {
  width: fit-content;
  grid-column: 1/3;
  margin-right: auto;
  margin-left: auto;
}
.c-content .btmBnr__list li a {
  display: block;
  margin-bottom: 10px;
}
.c-content .btmBnr__list li a img {
  display: block;
}
.c-content .btmBnr__list li p {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
.c-content .btmBnr__list li p span {
  font-weight: 700;
  color: #e95513;
}
@media screen and (max-width: 767px) {
  .c-content .btmBnr__list {
    display: block;
  }
  .c-content .btmBnr__list li {
    width: 100%;
    margin-bottom: 6.13333vw;
  }
  .c-content .btmBnr__list li:last-child {
    margin-bottom: 0;
  }
  .c-content .btmBnr__list li a {
    margin-bottom: 2.66667vw;
  }
  .c-content .btmBnr__list li p {
    text-align: left;
    font-size: 3.33333vw;
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 768px) {
  .c-content .u-sm-min {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .c-content .u-sm-max {
    display: none !important;
  }
}
.c-content .c-ttl-01 {
  position: absolute;
  top: -55px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-content .c-ttl-01 {
    top: -9.33333vw;
  }
}
.c-content .c-ttl-01 span {
  display: inline-block;
  color: #1d2088;
  font-size: 3.9rem;
  border-top: 2px solid #1d2088;
  border-bottom: 2px solid #1d2088;
  background: #fff;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-content .c-ttl-01 span {
    font-size: 7.2vw;
    padding: 0.8vw 4vw;
  }
}
.c-content .c-ttl-02 {
  background: #1d2088;
  color: #fff;
  text-align: center;
  font-size: 3.5rem;
  padding: 27px 0;
}
@media screen and (max-width: 767px) {
  .c-content .c-ttl-02 {
    font-size: 5.6vw;
    padding: 5.33333vw 0;
  }
}
.c-content .c-ttl-02 span {
  color: #fff100;
  border-bottom: 3px solid #e95098;
  font-size: 3.8rem;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .c-content .c-ttl-02 span {
    font-size: 6.13333vw;
    margin-right: 0.66667vw;
  }
}
.c-content .c-ttl-01 + .c-ttl-02 {
  padding: 36px 0 22px;
}
@media screen and (max-width: 767px) {
  .c-content .c-ttl-01 + .c-ttl-02 {
    padding: 8vw 0 5.33333vw;
  }
}
.c-content .l-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-content .l-inner {
    padding: 0 4vw;
  }
}
.c-content .content-box {
  position: relative;
  -webkit-box-shadow: 0 3px 30px rgba(29, 32, 136, 0.2);
  box-shadow: 0 3px 30px rgba(29, 32, 136, 0.2);
  background: #fff;
}
.c-content .content-box > div {
  padding: 60px 55px 65px;
}
@media screen and (max-width: 767px) {
  .c-content .content-box > div {
    padding: 14.66667vw 4vw 5.33333vw;
  }
}
.c-content .content-box + .content-box {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-content .content-box + .content-box {
    margin-top: 5.33333vw;
  }
}
.c-content .movie {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-content .movie {
    margin-top: 9.33333vw;
  }
}
.c-content .movie__ttl {
  color: #1d2088;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-content .movie__ttl {
    font-size: 4.26667vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .c-content .movie div {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
}
@media screen and (max-width: 767px) {
  .c-content .movie iframe {
    width: 100%;
    height: 100%;
  }
}
.c-content .movie .c-movie {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-content .movie .c-movie {
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-content .movie .c-movie ul li {
    max-width: 630px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-content .mv {
    position: relative;
    height: 623px;
    background: url(/brand/espline/img/top/mv_bg.jpg) no-repeat center top #e8e8e8;
    margin-bottom: 544px;
  }
  .c-content .mv__img {
    position: absolute;
    top: 436px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-content .mv .l-inner {
    padding: 0;
  }
}
.c-content .anchor {
  background: #1d2088;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .c-content .anchor {
    padding: 5.33333vw 4vw;
  }
}
.c-content .anchor-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-content .anchor-list {
    padding: 0;
    flex-wrap: wrap;
  }
}
.c-content .anchor-list__item {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-content .anchor-list__item {
    width: 44vw;
  }
  .c-content .anchor-list__item:nth-child(n+3) {
    margin-top: 4vw;
  }
}
.c-content .anchor-list a {
  display: block;
}
.c-content .leader {
  padding: 50px 0 30px;
  background: #fafafa;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-content .leader {
    padding: 10.66667vw 0 0vw;
  }
}
.c-content .leader__txt {
  text-align: left;
  color: #1d2088;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 110px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-content .leader__txt {
    padding: 0 0 4vw;
    font-size: 4vw;
  }
}
.c-content .how {
  padding: 90px 0 80px;
  background: #fafafa;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-content .how {
    padding: 16vw 0 10.66667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-content .how .content-box > div {
    padding-top: 6.66667vw;
  }
}
.c-content .flow {
  background: #e4e4ef;
  padding: 120px 0 80px;
}
@media screen and (max-width: 767px) {
  .c-content .flow {
    padding: 18.66667vw 0 13.33333vw;
  }
}
.c-content .flow__txt {
  text-align: center;
  color: #1d2088;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .c-content .flow__txt {
    font-size: 4vw;
    margin-bottom: 1.33333vw;
  }
}
.c-content .flow__txt--scroll {
  text-align: center;
  margin-bottom: 4vw;
}
.c-content .flow__txt--scroll span {
  font-weight: 700;
  position: relative;
  padding-right: 15px;
}
.c-content .flow__txt--scroll span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #000;
}
.c-content .flow__note {
  text-align: center;
  color: #f07419;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-content .flow__note {
    font-size: 3.46667vw;
    margin-bottom: 4.26667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-content .flow figure {
    overflow: auto;
    white-space: nowrap;
    margin: 0 -4vw;
    padding: 0 4vw 4vw;
  }
  .c-content .flow figure img {
    max-width: none;
    height: 300px;
    width: auto;
  }
}
.c-content .judgment {
  background: #fafafa;
  padding: 120px 0 80px;
}
@media screen and (max-width: 767px) {
  .c-content .judgment {
    padding: 18.66667vw 0 13.33333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-content .judgment figure {
    margin-top: 30px;
  }
}
.c-content .judgment .attention {
  border: 1px solid #e4e4ef;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-content .judgment .attention {
    margin-top: 9.33333vw;
  }
}
.c-content .judgment .attention__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .c-content .judgment .attention__ttl {
    padding: 4vw 0 0 4vw;
  }
}
.c-content .judgment .attention dl {
  padding: 15px 30px 30px 30px;
}
@media screen and (max-width: 767px) {
  .c-content .judgment .attention dl {
    padding: 4vw 4vw;
  }
}
.c-content .judgment .attention dl dt {
  border: 1px solid #030000;
  font-size: 1.6rem;
  display: inline-block;
  padding: 0 14px;
  font-weight: 700;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .c-content .judgment .attention dl dt {
    font-size: 3.46667vw;
    padding: 0.66667vw 2.66667vw;
  }
}
.c-content .judgment .attention dl dd {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-content .judgment .attention dl dd {
    font-size: 3.46667vw;
  }
}
.c-content .judgment .attention dl dd span {
  border-bottom: 1px solid #333;
}
.c-content .judgment .attention dl dd + dt {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .c-content .judgment .attention dl dd + dt {
    margin-top: 4.66667vw;
  }
}
.c-content .download {
  background: #e4e4ef;
  padding: 120px 0 60px;
}
@media screen and (max-width: 767px) {
  .c-content .download {
    padding: 18.66667vw 0 13.33333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-content .download .c-ttl-01 {
    top: -8vw;
  }
}
@media screen and (max-width: 767px) {
  .c-content .download .c-ttl-01 span {
    font-size: 6.4vw;
  }
}
.c-content .download__txt {
  text-align: center;
  color: #1d2088;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .c-content .download__txt {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-content .download__btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 744px;
    margin: 40px auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-content .download__btn {
    padding: 0 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-content .download__btn li {
    width: 342px;
    margin: 0 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-content .download__btn li {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-content .download-info {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .c-content .download-info {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-content .download figure {
    width: 444px;
  }
}
.c-content .download table {
  border-top: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .c-content .download table {
    width: 444px;
  }
}
@media screen and (max-width: 767px) {
  .c-content .download table {
    width: 100%;
    margin-top: 6.66667vw;
  }
}
.c-content .download table th {
  background: #f5f5f5;
}
.c-content .download table th,
.c-content .download table td {
  font-weight: normal;
  text-align: left;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-content .download table th,
  .c-content .download table td {
    font-size: 3.46667vw;
  }
}
.c-content .download table th sup,
.c-content .download table td sup {
  font-size: 2rem;
  line-height: 1;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .c-content .download table th sup,
  .c-content .download table td sup {
    font-size: 2.66667vw;
  }
}
