.sub-sectionEntry {
  background-repeat: repeat;
  background-size: cover;
  background-position: top;
}
.sub-sectionEntry .sub-entryArea {
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  background-color: #fff;
}
.sub-sectionEntry .sub-entryArea.sub-entryArea--end {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  color: #fff;
}
.sub-sectionEntry .sub-entryArea.sub-entryArea--end .sub-entryAreaInnr {
  padding: 0;
  background: rgba(0,0,0,0.6);
  font-weight: bold;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
.sub-sectionEntry .sub-entryArea .md-entryArea_title {
  position: relative;
  text-align: center;
}
.sub-sectionEntry .sub-entryArea .md-entryArea_btn {
  position: relative;
  z-index: 100;
  text-align: center;
}
.sub-sectionEntry .sub-entryArea .md-entryArea_btn a {
  background-size: contain;
  background-repeat: no-repeat;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.sub-sectionEntry .sub-entryArea .md-entryArea_txt {
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  z-index: 100;
  color: #000;
}
.sub-entryArea_img {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .sub-section_wrap1 {
    padding: 90px 0;
  }
  .sub-sectionNext {
    padding: 90px 0 0;
  }
  .sub-sectionEntry .sub-entryArea {
    border: 10px solid #ffac00;
    box-shadow: 0 10px #000;
    font-size: 20px;
    margin-top: 150px;
    padding: 35px 30px 15px;
  }
  .sub-sectionEntry .sub-entryArea--color {
    border-color: #0084d0;
  }
  .sub-sectionEntry .sub-entryArea.sub-entryArea--end {
    margin-top: 176px;
  }
  .sub-sectionEntry .sub-entryArea.sub-entryArea--end .sub-entryAreaInnr {
    padding: 12px;
    width: 490px;
    font-size: 18px;
    border: 2px solid #f6f6f6;
  }
  .sub-sectionEntry .sub-entryArea .md-entryArea_btn {
    margin: 35px 0;
  }
  .sub-sectionEntry .sub-entryArea .md-entryArea_txt {
    font-size: 12px;
    line-height: 1.666666666666667;
  }
  .sub-entryArea_img {
    top: -140px;
    left: -170px;
  }
}
@media screen and (max-width: 767px) {
  .sub-section_wrap1 {
    padding: 55px 0;
  }
  .sub-sectionNext {
    padding: 45px 0 0;
  }
  .sub-sectionEntry .sub-entryArea {
    font-size: 15px;
    margin-top: 75px;
    border: 4.5px solid #ffac00;
    box-shadow: 0 4px #000;
    padding: 18px 8px;
  }
  .sub-sectionEntry .sub-entryArea--color {
    border-color: #0084d0;
  }
  .sub-sectionEntry .sub-entryArea.sub-entryArea--end {
    margin-top: 69px;
  }
  .sub-sectionEntry .sub-entryArea.sub-entryArea--end .sub-entryAreaInnr {
    padding: 13px 0;
    width: 100%;
    font-size: 14px;
    border: 1px solid #f6f6f6;
  }
  .sub-sectionEntry .sub-entryArea .md-entryArea_title {
    width: 179px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .sub-sectionEntry .sub-entryArea .md-entryArea_btn {
    position: relative;
    margin: 12.5px 0 17.5px;
    padding: 0 32px;
  }
  .sub-sectionEntry .sub-entryArea .md-entryArea_txt {
    font-size: 10px;
    line-height: 1.6;
    text-align: left;
  }
  .sub-next_title {
    width: 122px;
    margin: 0 auto;
  }
  .sub-entryArea_img {
    width: 296px;
    top: -70px;
    right: 20px;
    z-index: 0;
  }
}
