/* page-feature
------------------------------*/
.wrp-main.page-feature .o--titlebox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  width: 300px;
  margin: 0 auto;
  font-size: 36px;
}
@media screen and (max-width: 1039px) {
  .wrp-main.page-feature .o--titlebox {
    font-size: 20px;
    width: 240px;
    height: 80px;
  }
}
.wrp-main.page-feature .o--titlebox:before,
.wrp-main.page-feature .o--titlebox:after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.wrp-main.page-feature .o--titlebox:before {
  background-image: url("/img/feature/quote1.png?61wrsj13");
  left: -25px;
  top: 5px;
}
.wrp-main.page-feature .o--titlebox:after {
  background-image: url("/img/feature/quote2.png?b22zva59");
  right: -30px;
  bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .wrp-main.page-feature .o--titlebox:before {
    left: -5px;
  }
  .wrp-main.page-feature .o--titlebox:after {
    right: -5px;
  }
}
.wrp-main.page-feature .o--grp1 p {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature .o--grp1 p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.wrp-main.page-feature .o--visual1 {
  position: relative;
  height: 564px;
  background-image: url("/img/feature/visual1.jpg?y69ccu9t");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .wrp-main.page-feature .o--visual1 {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature .o--visual1 {
    height: 200px;
    margin-bottom: 60px;
  }
}
.wrp-main.page-feature .o--visual1 .o--btn {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
  height: 100px;
  width: 100%;
  max-width: 600px;
  background-color: #0ba29b;
  font-size: 28px;
  padding: 0 40px;
  line-height: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .wrp-main.page-feature .o--visual1 .o--btn {
    font-size: 20px;
    max-width: 500px;
    height: 70px;
    line-height: 70px;
    bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature .o--visual1 .o--btn {
    font-size: 14px;
    max-width: calc(100% - 20px);
    height: 50px;
    line-height: 50px;
    bottom: -60px;
    margin: 0 10px;
  }
}
.wrp-main.page-feature .o--grp2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature .o--grp2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.wrp-main.page-feature .o--grp2 .o--row {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature .o--grp2 .o--row {
    display: block;
  }
}
.wrp-main.page-feature .o--grp2 .o--row .o--col1 {
  width: 30.55556%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature .o--grp2 .o--row .o--col1 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .wrp-main.page-feature .o--grp2 .o--row .o--col1 img {
    width: 60%;
  }
}
.wrp-main.page-feature .o--grp2 .o--row .o--col2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .wrp-main.page-feature .o--grp2 .o--row .o--col2 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature .o--grp2 .o--row .o--col2 {
    width: 100%;
    padding-left: 0;
  }
}
.wrp-main.page-feature .o--grp2 .o--box {
  width: 100%;
  height: 100%;
  background-color: #f7f5f0;
  padding: 40px;
}
@media screen and (max-width: 1039px) {
  .wrp-main.page-feature .o--grp2 .o--box {
    padding: 30px;
  }
}
.wrp-main.page-feature .o--grp2 .o--box .o--box-title {
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1039px) {
  .wrp-main.page-feature .o--grp2 .o--box .o--box-title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.wrp-main.page-feature .o--grp2 .o--box .o--btn1 {
  width: 100%;
  max-width: 500px;
  background-color: #a47b51;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature .o--grp2 .o--box .o--btn1 {
    padding: 10px 0;
  }
}
.wrp-main.page-feature .o--grp2 .o--box .o--btn2 {
  width: 100%;
  max-width: 500px;
  background-color: #000;
  margin-top: 30px;
}
.wrp-main.page-feature .o--grp2 .o--box .o--btn2::after {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature .o--grp2 .o--box .o--btn2 {
    padding: 10px 0;
  }
}
.wrp-main.page-feature .o--visual2 {
  position: relative;
  height: 550px;
  background-image: url("/img/feature/visual2.jpg?hbwl2ien");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .wrp-main.page-feature .o--visual2 {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature .o--visual2 {
    height: 200px;
  }
}
.wrp-main.page-feature .o--visual2 .o--titlebox {
  width: 700px;
  height: 170px;
  background-color: rgba(255, 255, 255, 0.9);
}
.wrp-main.page-feature .o--visual2 .o--titlebox:before,
.wrp-main.page-feature .o--visual2 .o--titlebox:after {
  width: 53px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.wrp-main.page-feature .o--visual2 .o--titlebox:before {
  left: 15px;
  top: 15px;
}
.wrp-main.page-feature .o--visual2 .o--titlebox:after {
  right: 15px;
  bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .wrp-main.page-feature .o--visual2 .o--titlebox {
    width: 500px;
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature .o--visual2 .o--titlebox {
    width: 300px;
    height: 100px;
  }
  .wrp-main.page-feature .o--visual2 .o--titlebox:before,
  .wrp-main.page-feature .o--visual2 .o--titlebox:after {
    width: 26px;
    height: 27px;
  }
  .wrp-main.page-feature .o--visual2 .o--titlebox:before {
    left: 10px;
    top: 10px;
  }
  .wrp-main.page-feature .o--visual2 .o--titlebox:after {
    right: 10px;
    bottom: 10px;
  }
}
.wrp-main.page-feature .o--grp3 {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature .o--grp3 {
    padding-top: 40px;
  }
}
.wrp-main.page-feature .o--grp3 .o--row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature .o--grp3 .o--row {
    display: block;
  }
}
.wrp-main.page-feature .o--grp3 .o--row .o--col {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature .o--grp3 .o--row .o--col {
    width: 100%;
  }
}
.wrp-main.page-feature .o--grp3 .o--card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*-webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;*/
  margin-bottom: 50px;
  border: 1px solid #ececec;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature .o--grp3 .o--card {
    display: block;
    height: auto;
    margin-bottom: 20px;
  }
}
.wrp-main.page-feature .o--grp3 .o--card figure {
  width: calc(100% + 2px);
  margin: -1px -1px 10px;
}
.wrp-main.page-feature .o--grp3 .o--card figure img {
  width: 100%;
  height: auto;
}
.wrp-main.page-feature .o--grp3 .o--card .o--card-title {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature .o--grp3 .o--card .o--card-title {
    font-size: 15px;
  }
}
.wrp-main.page-feature .o--grp3 .o--card .o--card-title.o--card-title-pink {
  border-left: 5px solid #e87c94;
}
.wrp-main.page-feature .o--grp3 .o--card .o--card-title.o--card-title-blue {
  border-left: 5px solid #d54939;
}
.wrp-main.page-feature .o--grp3 .o--card .o--card-title.o--card-title-orange {
  border-left: 5px solid #f8a604;
}
.wrp-main.page-feature .o--grp3 .o--card .o--card-title.o--card-title-turquoise {
  border-left: 5px solid #2abfbd;
}
.wrp-main.page-feature .o--grp3 .o--card .o--card-title.o--card-title-blue-heavy {
  border-left: 5px solid #3d56b2;
}
.wrp-main.page-feature .o--grp3 .o--card .o--card-title.o--card-title-green {
  border-left: 5px solid #8cc63e;
}
.wrp-main.page-feature .o--grp3 .o--card .o--card-title.o--card-title-brown {
  border-left: 5px solid #a47b51;
}
.wrp-main.page-feature .o--grp3 .o--card p {
  padding: 15px;
  font-size: 14px;
  line-height: 1.55;
  /*overflow-wrap: break-word;
 word-wrap: break-word;
 width: 100%;*/
}
/* page-feature-aitaihyogo
------------------------------*/
.wrp-main.page-feature-aitaihyogo .o--p1 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-aitaihyogo .o--p1 {
    text-align: justify;
    margin-bottom: 30px;
  }
}
.wrp-main.page-feature-aitaihyogo .o--p2 {
  text-align: left;
  margin-bottom: 30px;
}
.wrp-main.page-feature-aitaihyogo .o--row {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.wrp-main.page-feature-aitaihyogo .o--row:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-aitaihyogo .o--row {
    display: block;
  }
}
.wrp-main.page-feature-aitaihyogo .o--row .o--col {
  width: 30.95%;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-aitaihyogo .o--row .o--col {
    width: 100%;
    margin: 30px auto;
  }
  .wrp-main.page-feature-aitaihyogo .o--row .o--col:first-child {
    margin-top: 0;
  }
  .wrp-main.page-feature-aitaihyogo .o--row .o--col:last-child {
    margin-bottom: 0;
  }
}
.wrp-main.page-feature-aitaihyogo .o--card {
  position: relative;
  height: 100%;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-aitaihyogo .o--card {
    height: auto;
    padding-bottom: 60px;
  }
}
.wrp-main.page-feature-aitaihyogo .o--card figure {
  margin-bottom: 30px;
}
.wrp-main.page-feature-aitaihyogo .o--card figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-aitaihyogo .o--card figure {
    margin-bottom: 10px;
  }
}
.wrp-main.page-feature-aitaihyogo .o--card .o--card-tags {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-aitaihyogo .o--card .o--card-tags {
    margin-bottom: 10px;
  }
}
.wrp-main.page-feature-aitaihyogo .o--card .o--card-tags span {
  display: inline-block;
  padding: 5px 10px;
  background-color: #d54939;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}
.wrp-main.page-feature-aitaihyogo .o--card .o--card-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  text-align: justify;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-aitaihyogo .o--card .o--card-title {
    margin-bottom: 10px;
  }
}
.wrp-main.page-feature-aitaihyogo .o--card .o--card-text {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.6;
}
.wrp-main.page-feature-aitaihyogo .o--card .o--card-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
}
/* page-feature-aitaihyogo-guidebook
------------------------------*/
.wrp-main.page-feature-guidebook .o--p1 {
  margin-bottom: 60px;
}
.wrp-main.page-feature-guidebook .o--item-link {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-guidebook .o--p1 {
    text-align: justify;
    margin-bottom: 30px;
  }
}
.wrp-main.page-feature-guidebook .o--p2 {
  text-align: left;
  margin-bottom: 30px;
}
.wrp-main.page-feature-guidebook .o--items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-guidebook .o--items {
    width: 100%;
    margin: 0 auto;
  }
}
.wrp-main.page-feature-guidebook .o--items .o--item {
  width: 19.20635%;
  text-align: center;
  margin: 0 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .wrp-main.page-feature-guidebook .o--items .o--item {
    width: 28%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-guidebook .o--items .o--item {
    width: calc(50% - 20px);
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.wrp-main.page-feature-guidebook .o--items .o--item figure {
  margin-bottom: 20px;
}
.wrp-main.page-feature-guidebook .o--items .o--item figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-guidebook .o--items .o--item figure {
    margin-bottom: 10px;
  }
}
.wrp-main.page-feature-guidebook .o--items .o--item .o--item-s {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.2;
  color: #949494;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-guidebook .o--items .o--item .o--item-s {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.wrp-main.page-feature-guidebook .o--items .o--item .o--item-title {
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-guidebook .o--items .o--item .o--item-title {
    font-size: 16px;
  }
}
.wrp-main.page-feature-guidebook .o--items .o--item.o--item-empty {
  margin-bottom: 0;
}
/* page-feature-sakura
------------------------------*/
.wrp-main.page-feature-sakura .wrp-sakura {
  max-width: 930px;
  margin: 0 auto;
}
.wrp-main.page-feature-sakura .wrp-sakura .sakura-txt {
  margin: 25px 0 70px;
}
.wrp-main.page-feature-sakura .wrp-sakura .sakura-txt p {
  margin-top: 25px;
}
.wrp-main.page-feature-sakura .wrp-sakura h3 {
  margin: 25px 0 40px;
  padding: 5px 10px;
  background-color: #f5bccd;
  background-image: url(file:///C|/Users/user/AppData/Local/Temp/ffftp00002554/img/feature/sakura/ttl-bg.png);
  background-repeat: no-repeat;
  background-position: right 50%;
  font-size: 1.8rem;
  font-weight: 700;
  color: #d24366;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-sakura .wrp-sakura .sakura-txt {
    margin: 10px 0 30px;
  }
  .wrp-main.page-feature-sakura .wrp-sakura h3 {
    margin: 25px 0 25px;
    background-image: url(file:///C|/Users/user/AppData/Local/Temp/ffftp00002554/img/feature/sakura/ttl-bg-sp.png);
    font-size: 1.6rem;
  }
}
.wrp-main.page-feature-sakura .wrp-sakura .sakura-list div {
  padding-top: 8px;
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.wrp-main.page-feature-sakura .wrp-sakura .sakura-list div p {
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 700;
}
.wrp-main.page-feature-sakura .wrp-sakura .sakura-list dl {
  margin: 10px;
  padding-left: 5em;
  font-size: 1.2rem;
}
.wrp-main.page-feature-sakura .wrp-sakura .sakura-list dt,
.wrp-main.page-feature-sakura .wrp-sakura .sakura-list dd {
  float: left;
  margin: 0;
  line-height: 1;
  text-align: left;
}
.wrp-main.page-feature-sakura .wrp-sakura .sakura-list dt {
  clear: left;
  float: left;
}
.wrp-main.page-feature-sakura .wrp-sakura .sakura-list dd {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.wrp-main.page-feature-sakura .wrp-sakura .sakura-list dd::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-right: 1px dotted #868686;
  width: 1px;
  height: 10px;
}
.wrp-main.page-feature-sakura .wrp-sakura .sakura-list dd span {
  padding-left: 10px;
}
.wrp-main.page-feature-sakura .wrp-sakura .sakura-list .area1 p {
  border-left: 5px solid #1b3f5f;
}
.wrp-main.page-feature-sakura .wrp-sakura .sakura-list .area2 p {
  border-left: 5px solid #eeae79;
}
.wrp-main.page-feature-sakura .wrp-sakura .sakura-list .area3 p {
  border-left: 5px solid #43a1bf;
}
.wrp-main.page-feature-sakura .wrp-sakura .sakura-list .area4 p {
  border-left: 5px solid #1b3f5f;
}
.wrp-main.page-feature-sakura .wrp-sakura .sakura-list .area5 p {
  border-left: 5px solid #95a524;
}
.wrp-main.page-feature-sakura .wrp-sakura .sakura-list .area6 p {
  border-left: 5px solid #d54939;
}
.wrp-main.page-feature-sakura .wrp-sakura .sakura-list div em {
  display: block;
  margin: 10px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .wrp-main.page-feature-sakura .wrp-sakura .sakura-list div p {
    font-size: 1.4rem;
  }
  .wrp-main.page-feature-sakura .wrp-sakura .sakura-list dt,
  .wrp-main.page-feature-sakura .wrp-sakura .sakura-list dd {
    padding: 7px 0;
  }
  .wrp-main.page-feature-sakura .wrp-sakura .sakura-list dt {
    margin-left: -5em;
  }
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-sakura .wrp-sakura .sakura-list dt,
  .wrp-main.page-feature-sakura .wrp-sakura .sakura-list dd {
    padding: 4px 0 0;
    font-size: 1.1rem;
  }
  .wrp-main.page-feature-sakura .wrp-sakura .sakura-list dl {
    margin: 6px 5px 10px;
    padding-left: 5em;
  }
  .wrp-main.page-feature-sakura .wrp-sakura .sakura-list dt {
    margin-left: -5em;
  }
  .wrp-main.page-feature-sakura .wrp-sakura .sakura-list dt::before {
    margin-right: 0;
  }
  .wrp-main.page-feature-sakura .wrp-sakura .sakura-list dd {
    font-size: 1.2rem;
  }
  .wrp-main.page-feature-sakura .wrp-sakura .sakura-list dd::after {
    top: 3px;
    height: 8px;
  }
}
/* contents-header */
.wrp-main.page-feature-gw #main-contents section.contents-col {
  margin-top: 30px;
}
/* dayarea */
.wrp-main.page-feature-gw #main-contents .dayarea {
  width: 100%;
  max-width: 1260px;
}
.wrp-main.page-feature-gw #main-contents .dayarea ul {
  overflow: hidden;
  margin-top: 10px;
  margin: 0 auto;
}
.wrp-main.page-feature-gw #main-contents .dayarea ul li {
  float: left;
}
.wrp-main.page-feature-gw #main-contents .dayarea ul li a {
  border: #01a9e8 solid 1px;
  background-color: #fff;
  color: #01a9e8;
  display: block;
  padding: 9px 9px;
  border-radius: 10px;
  margin-left: 6px;
  margin-top: 7px;
  font-size: 1.3rem;
}
.wrp-main.page-feature-gw #main-contents .dayarea ul li a:hover {
  color: #fff;
  background-color: #01a9e8;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* eventarea */
.wrp-main.page-feature-gw #main-contents .eventarea {
  border: 2px solid #6ec8f2;
  margin-top: 30px;
}
.wrp-main.page-feature-gw #main-contents .eventarea .eventcol ul li {
  margin-top: 20px;
}
.wrp-main.page-feature-gw #main-contents .eventarea .eventcol ul li:last-child {
  margin-bottom: 20px;
}
.wrp-main.page-feature-gw #main-contents .eventarea .eventcol ul li.day {
  color: #f00;
}
.wrp-main.page-feature-gw #main-contents .eventarea .eventcol .brink_button {
  text-align: center;
  color: #fff;
  background-color: #6ec8f2;
  margin-top: 20px;
  width: 60%;
  border-radius: 10px;
}
.wrp-main.page-feature-gw #main-contents .eventarea .eventcol .brink_button a {
  display: block;
  border-radius: 10px;
  padding: 10px;
  border: #6ec8f2 1px solid;
}
.wrp-main.page-feature-gw #main-contents .eventarea .eventcol .brink_button a:hover {
  background: #fff;
  color: #01a9e8;
  border: #01a9e8 1px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrp-main.page-feature-gw #main-contents .eventarea .eventcol {
  overflow: hidden;
  width: 100%;
}
.wrp-main.page-feature-gw #main-contents .eventarea .eventcol a {
  color: #fff;
}
.wrp-main.page-feature-gw #main-contents .eventarea .eventcol h2 {
  color: #01a9e8;
}
.wrp-main.page-feature-gw #main-contents .eventarea .eventcol .event_img {
  float: left;
  width: 40%;
  padding: 2%;
}
.wrp-main.page-feature-gw #main-contents .eventarea .eventcol .event_txt {
  float: left;
  padding-left: 3%;
  width: 57%;
}
/* contents-footer */
.contents-footer {
  text-align: center;
  margin-top: 40px;
}
.contents-footer .contents-footer_btn {
  margin-top: 40px;
}
.contents-footer .contents-footer_btn a {
  display: block;
  background: #333333;
  color: #fff;
  padding: 20px;
}
.contents-footer .contents-footer_btn a:hover {
  background-color: rgb(164, 123, 81);
  transition: 150ms;
}
/* plan-area */
.wrp-main.page-feature-mplan .plan-area .f-plan {
  margin-top: 30px;
}
.wrp-main.page-feature-mplan .plan-area .f-plan {
  position: relative;
}
.wrp-main.page-feature-mplan .plan-area .f-plan {
  position: relative;
}
.wrp-main.page-feature-mplan .plan-area .f-img {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.wrp-main.page-feature-mplan .plan-area .f-img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 36%;
}
.wrp-main.page-feature-mplan .plan-area .f-text01 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  left: 0;
  margin: auto;
  padding: 1.5rem;
  background-color: rgba(50, 50, 50, 0.5);
  color: #fff;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1);
}
.wrp-main.page-feature-mplan .plan-area .f-text02 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  margin: auto;
  padding: 1.5rem;
  background-color: rgba(50, 50, 50, 0.5);
  color: #fff;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1);
}
.wrp-main.page-feature-mplan .plan-area .f-text01 .title,
.wrp-main.page-feature-mplan .plan-area .f-text02 .title {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.wrp-main.page-feature-mplan .plan-area a.plan-btn {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1em 0;
  width: 30%;
  background-color: #bd4646;
  color: #fff;
  text-align: center;
  text-indent: 1em;
  line-height: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wrp-main.page-feature-mplan .plan-area a.plan-btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: opacity 150ms;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-mplan .plan-area .f-text01,
  .wrp-main.page-feature-mplan .plan-area .f-text02 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0%;
    margin: auto;
    padding: 1.5rem;
    background-color: rgba(50, 50, 50, 0.5);
    color: #fff;
    text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1);
  }
}
/* contents-footer */
.wrp-main.page-feature-mplan .contents-footer {
  text-align: center;
  margin-top: 40px;
}
.wrp-main.page-feature-mplan .contents-footer .contents-footer_btn {
  margin-top: 40px;
}
.wrp-main.page-feature-mplan .contents-footer .contents-footer_btn a {
  display: block;
  background: #333333;
  color: #fff;
  padding: 20px;
}
.wrp-main.page-feature-mplan .contents-footer .contents-footer_btn a:hover {
  background-color: rgb(164, 123, 81);
  transition: 150ms;
}
/* page-feature-manyoshu
------------------------------*/
.wrp-main.page-feature-manyoshu .wrp-manyoshu {
  max-width: 980px;
  margin: 0 auto;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-txt {
  margin: 50px 0 70px;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-txt p:first-child {
  font-family: "F+UD TsukuMin R";
  font-size: 2.6rem;
  letter-spacing: 0.2em;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-txt p:last-child {
  font-size: 1.6rem;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-txt p {
  margin-top: 25px;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu h3 {
  margin: 25px 0 40px;
  padding: 5px 10px 5px 15px;
  border-left: 5px solid #111;
  font-size: 2.4rem;
  line-height: 1.2;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list li {
  position: relative;
  background-color: #efefef;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list li a {
  position: relative;
  display: block;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url(file:///C|/Users/user/AppData/Local/Temp/ffftp00002554/img/feature/manyoshu/list-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list li a:hover::after {
  opacity: 0.7;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list div p {
  padding: 0 10px 5px 15px;
  line-height: 1.2;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list dl {
  margin: 10px 0;
  padding-left: 5em;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list dt,
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list dd {
  float: left;
  margin: 0;
  line-height: 1;
  text-align: left;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list dt {
  clear: left;
  float: left;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list dd {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list dd::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-right: 1px dotted #868686;
  width: 1px;
  height: 10px;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list dd span {
  padding-left: 10px;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list .area1 p {
  border-left: 5px solid #f7a603;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list .area2 p {
  border-left: 5px solid #eeae79;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list .area3 p {
  border-left: 5px solid #43a1bf;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list .area4 p {
  border-left: 5px solid #1b3f5f;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list .area5 p {
  border-left: 5px solid #95a524;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list .area6 p {
  border-left: 5px solid #d54939;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list div em {
  display: block;
  margin: 10px 0 0;
  line-height: 1.7;
}
.wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list div {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list {
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list li {
    width: 50%;
    border-top: 1px solid #111;
    border-left: 1px solid #111;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list li a {
    padding: 40px;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list li a::after {
    width: 45px;
    height: 43px;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list div p {
    font-size: 2.6rem;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list dt,
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list dd {
    padding: 7px 0;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list dt {
    margin-left: -5em;
  }
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-txt {
    margin: 10px 0 30px;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-txt p:first-child {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-txt p:last-child {
    font-size: 1.4rem;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu h3 {
    margin: 25px 0 25px;
    font-size: 1.6rem;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list li {
    border: 1px solid #111;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list li a {
    padding: 10px;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list li a::after {
    width: 25px;
    height: 23px;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list li:nth-child(n + 2) {
    margin-top: 15px;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list div {
    padding-top: 15px;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list div p {
    padding: 0 10px 0 10px;
    font-size: 1.8rem;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list dt,
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list dd {
    padding: 4px 0;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list dl {
    margin: 11px 0 10px;
    padding-left: 5em;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list dt {
    margin-left: -5em;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list dt::before {
    margin-right: 0;
  }
  .wrp-main.page-feature-manyoshu .wrp-manyoshu .manyoshu-list dd::after {
    top: 3px;
    height: 8px;
  }
}
/* page-feature-jheritage
------------------------------*/
.wrp-main.page-feature-jheritage .wrp-btn-more .btn {
  padding: 6px 50px 6px 62px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .wrp-main.page-feature-jheritage .wrp-btn-more .btn br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-jheritage .wrp-btn-more .btn {
    padding: 5px 40px 5px 42px;
  }
}
.wrp-main.page-feature-jheritage .wrp-jheritage {
  margin: 0 auto;
}
.wrp-main.page-feature-jheritage .ttl-box {
  text-align: center;
}
.wrp-main.page-feature-jheritage .ttl-box.logo-ttl {
  padding-top: 60px;
  background-image: url("/img/feature/jheritage/logo-nottl.gif");
  background-repeat: no-repeat;
  background-position: center top;
}
.wrp-main.page-feature-jheritage .ttl-box h2 {
  font-family: "F+UD TsukuMin R";
  line-height: 1;
}
.wrp-main.page-feature-jheritage .ttl-box span {
  display: block;
  margin-top: 10px;
  font-family: Verdana, "07logotypegothic7regular";
  font-weight: 500;
  color: #d10a1b;
}
@media screen and (min-width: 768px) {
  .wrp-main.page-feature-jheritage .ttl-box h2 {
    font-size: 3.2rem;
    letter-spacing: 0.2em;
  }
  .wrp-main.page-feature-jheritage .ttl-box h2 br {
    display: none;
  }
  .wrp-main.page-feature-jheritage .ttl-box span {
    margin-top: 10px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-jheritage .ttl-box h2 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .wrp-main.page-feature-jheritage .ttl-box span {
    margin-top: 5px;
    font-size: 0.9rem;
  }
}
/*main*/
.wrp-main.page-feature-jheritage .wrp-main {
  max-width: 1264px;
  margin: 0 auto;
}
/*about*/
.wrp-main.page-feature-jheritage .wrp-about {
  width: calc(100% - 30px);
  max-width: 980px;
  margin: 70px auto 0;
}
.wrp-main.page-feature-jheritage .wrp-about .about-inner {
  margin-top: 30px;
  padding: 50px 35px;
  background-color: #f7f5ed;
  border: 1px solid #d9d3c8;
}
.wrp-main.page-feature-jheritage .wrp-about .about-inner .about-left {
  text-align: center;
}
.wrp-main.page-feature-jheritage .wrp-about .about-inner .about-left img {
  padding: 20px 25px;
  background-color: #fff;
}
.wrp-main.page-feature-jheritage .wrp-about .about-inner .wrp-btn-more {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wrp-main.page-feature-jheritage .wrp-about .about-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .wrp-main.page-feature-jheritage .wrp-about .about-inner .about-left {
    width: 120px;
  }
  .wrp-main.page-feature-jheritage .wrp-about .about-inner .about-right {
    margin-left: 35px;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-jheritage .wrp-about {
    margin-top: 35px;
  }
  .wrp-main.page-feature-jheritage .wrp-about .about-inner {
    margin-top: 20px;
    padding: 15px;
  }
  .wrp-main.page-feature-jheritage .wrp-about .about-inner .about-right,
  .wrp-main.page-feature-jheritage .wrp-about .about-inner .wrp-btn-more {
    margin-top: 15px;
  }
}
/*map*/
.wrp-main.page-feature-jheritage .wrp-map {
  margin-top: 70px;
  position: relative;
  padding: 60px 15px;
  background-image: url(/img/feature/jheritage/map-bg.gif);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-jheritage .wrp-map {
    margin-top: 35px;
    padding: 35px 15px;
  }
}
.wrp-main.page-feature-jheritage .wrp-map::before,
.wrp-main.page-feature-jheritage .wrp-map::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}
.wrp-main.page-feature-jheritage .wrp-map::before {
  top: 0;
  left: 0;
}
.wrp-main.page-feature-jheritage .wrp-map::after {
  bottom: 0;
  left: 0;
}
.wrp-main.page-feature-jheritage .wrp-map .map-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 15px);
  max-width: 980px;
  margin: 60px auto 0;
}
.wrp-main.page-feature-jheritage .wrp-map .map-left {
  /*margin-left:40px;*/
  padding-top: 50px;
}
.wrp-main.page-feature-jheritage .wrp-map .map-right {
  /*margin-left:100px;*/
}
.wrp-main.page-feature-jheritage .wrp-map .map-left h3 {
  padding: 0 0 10px 5px;
  border-bottom: 3px solid #222;
  font-size: 2rem;
  font-weight: 700;
}
.wrp-main.page-feature-jheritage .wrp-map .map-left ul {
  margin-top: 15px;
  border-top: 1px dotted #ccc;
}
.wrp-main.page-feature-jheritage .wrp-map .map-left li {
  border-bottom: 1px dotted #ccc;
}
.wrp-main.page-feature-jheritage .wrp-map .map-left li a {
  position: relative;
  display: block;
  padding: 10px 5px 10px 30px;
}
.wrp-main.page-feature-jheritage .wrp-map .map-left li a::before,
.wrp-main.page-feature-jheritage .wrp-map .map-left li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}
.wrp-main.page-feature-jheritage .wrp-map .map-left li a::before {
  content: "";
  left: 10px;
  width: 10px;
  height: 1px;
  background: #333;
}
.wrp-main.page-feature-jheritage .wrp-map .map-left li a::after {
  content: "";
  left: 13px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wrp-main.page-feature-jheritage .wrp-map .map-left li a:hover,
.wrp-main.page-feature-jheritage .wrp-map .map-left li a.over {
  background-color: #222;
  color: #fff;
}
.wrp-main.page-feature-jheritage .wrp-map .map-left li a:hover::before,
.wrp-main.page-feature-jheritage .wrp-map .map-left li a.over::before {
  background: #fff;
}
.wrp-main.page-feature-jheritage .wrp-map .map-left li a:hover::after,
.wrp-main.page-feature-jheritage .wrp-map .map-left li a.over::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.wrp-main.page-feature-jheritage .wrp-introduction {
  width: calc(100% - 30px);
  max-width: 980px;
  margin: 70px auto 0;
}
.wrp-main.page-feature-jheritage .wrp-introduction .intro-box {
  border: 5px solid #ddd;
}
.wrp-main.page-feature-jheritage .wrp-introduction .intro-box:nth-child(n + 2) {
  margin-top: 50px;
}
.wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-ttl {
  position: relative;
  padding: 20px 30px;
  border-bottom: 5px solid #ddd;
}
.wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-ttl h2 {
  font-size: 1.8rem;
  font-weight: 700;
}
.wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-ttl span {
  font-size: 1.5rem;
}
.wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-ttl dl dt span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #d10a1c;
  border-radius: 50%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}
.wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-ttl dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-ttl dl dt {
  width: 40px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-ttl dl dt span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 2rem;
  }
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-ttl dl dt {
    width: 30px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-ttl dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-ttl dl dd span {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-jheritage .wrp-introduction {
    margin-top: 35px;
  }
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box {
    border: 2px solid #ddd;
  }
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box:nth-child(n + 2) {
    margin-top: 25px;
  }
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-ttl {
    padding: 10px;
    border-bottom: 2px solid #ddd;
  }
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-ttl h2 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-ttl span {
    font-size: 1rem;
  }
}
.wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-inner {
  padding: 20px 30px;
}
@media screen and (min-width: 768px) {
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-inner .lg {
    font-size: 1.6rem;
  }
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-inner .lg dt {
    float: left;
    clear: left;
  }
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-inner .lg dd {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-inner {
    padding: 15px;
  }
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-inner .lg {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-inner .intro-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-inner .intro-left {
    width: 40%;
  }
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-inner .intro-right {
    width: 60%;
    margin-left: 30px;
  }
}
.wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-inner .intro-right .wrp-btn-more {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-inner .intro-left,
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-inner .intro-right {
    margin-top: 15px;
  }
  .wrp-main.page-feature-jheritage .wrp-introduction .intro-box .area-inner .intro-right .wrp-btn-more {
    margin-top: 15px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .wrp-main.page-feature-jheritage .wrp-map .map-inner-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .wrp-main.page-feature-jheritage .wrp-map .map-inner {
    display: none;
  }
  .wrp-main.page-feature-jheritage .wrp-map .map-inner-sp .wrp-btn-more {
    margin-top: 15px;
    text-align: center;
  }
  .wrp-main.page-feature-jheritage .wrp-map .map-inner-sp h3 {
    margin-top: 25px;
    padding: 0 0 10px 5px;
    border-bottom: 3px solid #222;
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.l-map {
  margin-top: 15px;
  border-top: 1px solid #ddd;
}
.l-map > li {
  border-bottom: 1px solid #ddd;
}
.l-map li .map-area-ttl {
  position: relative;
  display: block;
  font-weight: 500;
  cursor: pointer;
}
.l-map li .map-area-ttl::before,
.l-map li .map-area-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}
.l-map li .map-area-ttl::before {
  content: "";
  left: 10px;
  width: 10px;
  height: 1px;
  background: #333;
}
.l-map li .map-area-ttl::after {
  content: "";
  left: 13px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .l-map li .map-area-ttl::before {
    left: 0;
  }
  .l-map li .map-area-ttl::after {
    left: 3px;
  }
}
.l-map li .map-area-ttl::before {
  color: #114564;
}
.l-map li .map-area-ttl .l-map-icn {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.l-map li .l-map-inner {
  position: relative;
  display: none;
  margin: 0 15px 20px;
  padding: 0 50px 20px 60px;
}
.l-map .l-map-icn {
  background-color: #000;
}
.l-map-icn,
.l-map-icn span {
  display: inline-block;
  transition: all 0.4s;
}
.l-map-icn {
  position: relative;
}
.l-map-icn span {
  position: absolute;
  background: #fff;
}
.l-map-icn span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.l-map-icn span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.l-map-icn.open span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.l-map-icn.open span:nth-of-type(1) {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-map li .map-area-ttl .l-map-icn {
    right: 0;
  }
  .l-map li .map-area-ttl {
    padding: 15px 20px 15px 20px;
  }
  .l-map li .l-map-inner {
    padding: 15px 0 0;
  }
  .l-map-icn {
    width: 22px;
    height: 22px;
  }
  .l-map-icn span {
    top: 4px;
    left: 6px;
    width: 10px;
    height: 2px;
  }
  .l-map-icn span:nth-of-type(1) {
    top: 10px;
  }
  .l-map-icn span:nth-of-type(2) {
    top: 10px;
  }
  .l-map-icn.open span:nth-of-type(2) {
    top: 10px;
  }
}
.page-feature-jheritage-under .wrp-jcontent-list {
  margin-top: 50px;
}
.page-feature-jheritage-under .jcontent-list {
  position: relative;
  margin-top: 5px;
}
.page-feature-jheritage-under .jcontent-list::before,
.page-feature-jheritage-under .jcontent-list::after {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("/img/feature/jheritage/j-content-list.gif");
  width: 100%;
  height: 7px;
}
.page-feature-jheritage-under .jcontent-list::before {
  top: 0;
}
.page-feature-jheritage-under .jcontent-list::after {
  bottom: 0;
}
.page-feature-jheritage-under .jcontent-list ul {
  padding: 7px;
}
.page-feature-jheritage-under .jcontent-list li {
  position: relative;
}
.page-feature-jheritage-under .jcontent-list li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  width: 1px;
  height: 60%;
}
.page-feature-jheritage-under .jcontent-list li a {
  display: block;
}
.page-feature-jheritage-under .jcontent-list li span {
  font-family: Georgia, "Times New Roman", Times, "serif";
  line-height: 1;
}
.page-feature-jheritage-under .jcontent-list li p {
  font-family: "F+UD TsukuMin R";
}
@media screen and (min-width: 1025px), print {
  .page-feature-jheritage-under .jcontent-list li:nth-child(n + 2)::before {
    border-left: 1px dotted #bbb;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-feature-jheritage-under .jcontent-list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-feature-jheritage-under .jcontent-list li {
    width: 50%;
  }
  .page-feature-jheritage-under .jcontent-list li:nth-child(n + 3) {
    border-top: 1px dotted #bbb;
  }
  .page-feature-jheritage-under .jcontent-list li:nth-child(even)::before {
    border-left: 1px dotted #bbb;
  }
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .jcontent-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-feature-jheritage-under .jcontent-list li a {
    padding: 15px 30px;
    text-align: center;
  }
  .page-feature-jheritage-under .jcontent-list li span {
    font-size: 1.2rem;
  }
  .page-feature-jheritage-under .jcontent-list li p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .jcontent-list li:nth-child(n + 2) {
    border-top: 1px dotted #bbb;
  }
  .page-feature-jheritage-under .jcontent-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
  }
  .page-feature-jheritage-under .jcontent-list li p {
    margin-left: 5px;
    font-size: 1.4rem;
  }
  .page-feature-jheritage-under .jcontent-list li span {
    font-size: 1.1rem;
  }
}
.page-feature-jheritage-under {
  width: calc(100% - 30px);
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.page-feature-jheritage-under .area-head-ttl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.page-feature-jheritage-under .area-head-ttl dt {
  width: 60px;
}
.page-feature-jheritage-under .area-head-ttl dd {
  flex: 1;
  margin-left: 20px;
}
.page-feature-jheritage-under .area-head-ttl dd span {
  padding: 1px 10px;
  background-color: #b00110;
  color: #fff;
}
.page-feature-jheritage-under .area-head-ttl dd h2 {
  font-family: "F+UD TsukuMin R";
  font-size: 2.6rem;
}
.page-feature-jheritage-under .area-head-ttl dd p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .area-head-ttl dt {
    width: 30px;
  }
  .page-feature-jheritage-under .area-head-ttl dd {
    margin-left: 10px;
  }
  .page-feature-jheritage-under .area-head-ttl dd span {
    display: block;
    padding: 2px 5px;
    font-size: 1rem;
  }
  .page-feature-jheritage-under .area-head-ttl dd h2 {
    font-family: "F+UD TsukuMin R";
    font-size: 1.6rem;
  }
  .page-feature-jheritage-under .area-head-ttl dd p {
    font-size: 1rem;
  }
}
.page-feature-jheritage-under .jheritage-slider {
  margin-top: 20px;
}
.page-feature-jheritage-under .jheritage-slider li.slick-slide {
  position: relative;
}
.page-feature-jheritage-under .jheritage-slider p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.jheritage-slider .slick-dots {
  position: relative;
  bottom: -10px;
  text-align: center;
}
.jheritage-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: transparent;
}
.jheritage-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px !important;
  height: 5px !important;
  padding: 0;
  cursor: pointer;
  background-color: #ccc;
  outline: none;
  border-radius: 50%;
}
.jheritage-slider .slick-dots li button:hover,
.jheritage-slider .slick-dots li button:focus {
  outline: none;
}
.jheritage-slider .slick-dots li button:hover:before,
.jheritage-slider .slick-dots li button:focus:before {
  opacity: 1;
}
.jheritage-slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  text-align: center;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jheritage-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #114564;
  width: 100%;
  height: 100%;
}
.page-feature-jheritage-under .wrp-story,
.page-feature-jheritage-under .wrp-point,
.page-feature-jheritage-under .wrp-link,
.page-feature-jheritage-under .wrp-course,
.page-feature-jheritage-under .wrp-review {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .wrp-story,
  .page-feature-jheritage-under .wrp-point,
  .page-feature-jheritage-under .wrp-link,
  .page-feature-jheritage-under .wrp-course,
  .page-feature-jheritage-under .wrp-review {
    margin-top: 70px;
  }
}
.page-feature-jheritage-under .ttl-box {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .ttl-box {
    margin-bottom: 25px;
  }
}
.page-feature-jheritage-under .wrp-story h3 {
  margin-bottom: 25px;
  font-family: "F+UD TsukuMin R";
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .page-feature-jheritage-under .wrp-story h3 {
    letter-spacing: 0.2em;
  }
  .page-feature-jheritage-under .wrp-story .story-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-feature-jheritage-under .wrp-story .story-inner.story-1st .story-left {
    width: 55%;
    margin-right: 45px;
  }
  .page-feature-jheritage-under .wrp-story .story-inner.story-1st .story-right {
    width: 45%;
  }
  .page-feature-jheritage-under .wrp-story .story-inner.story-2nd .story-left {
    width: 45%;
  }
  .page-feature-jheritage-under .wrp-story .story-inner.story-2nd .story-right {
    width: 55%;
    margin-left: 45px;
  }
  .page-feature-jheritage-under .wrp-story .story-inner.story-1st {
    margin-bottom: 40px;
  }
  .page-feature-jheritage-under .wrp-story .story-inner.story-2nd {
    margin-top: 40px;
  }
  .page-feature-jheritage-under .wrp-story .story-inner .story-left p:nth-child(n + 2),
  .page-feature-jheritage-under .wrp-story .story-inner .story-right p:nth-child(n + 2) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .wrp-story h3 {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .page-feature-jheritage-under .wrp-story .story-inner.story-1st {
    margin-bottom: 15px;
  }
  .page-feature-jheritage-under .wrp-story .story-inner.story-2nd,
  .page-feature-jheritage-under .wrp-story .story-inner .story-right {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .wrp-story .story-inner .story-left p:nth-child(n + 2),
  .page-feature-jheritage-under .wrp-story .story-inner .story-right p:nth-child(n + 2) {
    margin-top: 10px;
  }
}
.page-feature-jheritage-under .wrp-story .story-img {
  position: relative;
}
.page-feature-jheritage-under .wrp-story .story-img span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-feature-jheritage-under .wrp-point .lead {
    margin-top: 35px;
    text-align: center;
  }
}
/*@media screen and (max-width:767px) {

.page-feature-jheritage-under .wrp-point .lead{
	margin-top:15px;
}

}
*/
.page-feature-jheritage-under .wrp-point h3 {
  margin: 70px 0 0;
  padding: 10px 15px;
  background-color: #b00110;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  color: #fff;
}
.page-feature-jheritage-under .wrp-point .lead + h3 {
  margin-top: 50px;
}
.page-feature-jheritage-under .jheritage-spot {
  margin-top: 70px;
}
.page-feature-jheritage-under .jheritage-spot.jheritage-spot-first {
  margin-top: 30px;
}
.page-feature-jheritage-under .jheritage-spot h4 {
  padding: 0 0 15px;
  background-image: url("/img/feature/jheritage/spot-line.gif");
  background-position: left bottom;
  background-repeat: repeat-x;
  font-size: 2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .jheritage-spot {
    margin-top: 50px;
  }
  .page-feature-jheritage-under .wrp-point h3 {
    margin: 35px 0 15px;
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  .page-feature-jheritage-under .wrp-point .lead + h3 {
    margin-top: 30px;
  }
  .page-feature-jheritage-under .jheritage-spot h4 {
    padding: 0 0 10px;
    font-size: 1.6rem;
  }
}
.page-feature-jheritage-under .jheritage-spot .spot-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-feature-jheritage-under .jheritage-spot .spot-photo img {
  margin: 0 auto;
}
.page-feature-jheritage-under .jheritage-spot .spot-photo .spot-photo-left,
.page-feature-jheritage-under .jheritage-spot .spot-photo .spot-photo-right {
  width: 50%;
}
.page-feature-jheritage-under .jheritage-spot .spot-photo.spot-photo-type2 .spot-photo-left {
  width: 61%;
}
.page-feature-jheritage-under .jheritage-spot .spot-photo.spot-photo-type2 .spot-photo-right {
  width: 39%;
}
.page-feature-jheritage-under .jheritage-spot .spot-photo .spot-photo-left {
  margin-right: 2px;
}
.page-feature-jheritage-under .jheritage-spot .spot-photo .spot-photo-right {
  margin-left: 2px;
}
.page-feature-jheritage-under .jheritage-spot .spot-photo.spot-photo-even .spot-photo-right {
  margin-left: 2px;
}
.page-feature-jheritage-under .jheritage-spot .spot-photo .spot-photo-right img:last-child {
  margin-top: 0.8%;
}
.page-feature-jheritage-under .jheritage-spot .spot-photo.spot-photo-even .spot-photo-right img:last-child {
  margin-top: 0;
}
.page-feature-jheritage-under .jheritage-spot .spot-dtl .wrp-btn-more {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .page-feature-jheritage-under .jheritage-spot .spot-photo,
  .page-feature-jheritage-under .jheritage-spot .spot-dtl {
    margin-top: 30px;
  }
  .page-feature-jheritage-under .jheritage-spot .spot-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-feature-jheritage-under .jheritage-spot .spot-dtl .spot-dtl-txt {
    order: 1;
    width: 52%;
  }
  .page-feature-jheritage-under .jheritage-spot .spot-dtl .spot-dtl-spec {
    order: 2;
    width: 44%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .jheritage-spot .spot-photo {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .jheritage-spot .spot-dtl {
    margin-top: 5px;
  }
}
.page-feature-jheritage-under .jheritage-spot .spot-dtl table {
  width: 100%;
  border-collapse: collapse;
}
.page-feature-jheritage-under .jheritage-spot .spot-dtl table th,
.page-feature-jheritage-under .jheritage-spot .spot-dtl table td {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.page-feature-jheritage-under .jheritage-spot-list div {
  padding-top: 8px;
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.page-feature-jheritage-under .jheritage-spot-list div p {
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 700;
}
.page-feature-jheritage-under .jheritage-spot-feature {
  border: 1px solid #ddd;
}
.page-feature-jheritage-under .jheritage-spot-feature h4 {
  border-bottom: 1px solid #ddd;
  font-family: "F+UD TsukuMin R";
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .jheritage-spot-feature {
    margin-top: 50px;
  }
  .page-feature-jheritage-under .jheritage-spot-feature h4 {
    padding: 20px 30px;
    font-size: 2.4rem;
  }
  .page-feature-jheritage-under .jheritage-spot-feature .jheritage-spot-feature-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
  }
  .page-feature-jheritage-under .jheritage-spot-feature .jheritage-spot-feature-inner .left {
    width: 40%;
  }
  .page-feature-jheritage-under .jheritage-spot-feature .jheritage-spot-feature-inner .right {
    width: 55%;
    margin-left: 5%;
  }
  .page-feature-jheritage-under .jheritage-spot-feature .jheritage-spot-feature-inner p:nth-child(n + 2) {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .jheritage-spot .spot-dtl table {
    border-top: 1px solid #ddd;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .jheritage-spot-feature {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .jheritage-spot-feature h4 {
    padding: 15px;
    font-size: 1.5rem;
  }
  .page-feature-jheritage-under .jheritage-spot-feature .jheritage-spot-feature-inner {
    padding: 15px;
  }
  .page-feature-jheritage-under .jheritage-spot-feature .jheritage-spot-feature-inner p:nth-child(n + 2) {
    margin-top: 10px;
  }
  .page-feature-jheritage-under .jheritage-spot-feature .jheritage-spot-feature-inner .right {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .jheritage-spot .spot-dtl table th {
    width: 7.5em;
  }
}
@media screen and (max-width: 767px) {
  /*	.page-feature-jheritage-under .jheritage-spot .spot-dtl table{
	border-top: 1px solid #ddd;
}*/
  .page-feature-jheritage-under .jheritage-spot .spot-dtl table th,
  .page-feature-jheritage-under .jheritage-spot .spot-dtl table td {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
  }
  .page-feature-jheritage-under .jheritage-spot .spot-dtl .spot-dtl-txt {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .jheritage-spot .spot-dtl .wrp-btn-more {
    margin-top: 15px;
    text-align: center;
  }
}
/*.page-feature-jheritage-under .jheritage-spot-list dl{
	margin:10px;
	padding-left:5em;
	font-size:1.2rem;
}

.page-feature-jheritage-under .jheritage-spot-list dt,
.page-feature-jheritage-under .jheritage-spot-list dd{
	float:left;
	margin:0;
	line-height:1;
	text-align:left;
}

.page-feature-jheritage-under .jheritage-spot-list dt{
	clear:left;
	float:left;
}

.page-feature-jheritage-under .jheritage-spot-list dd{
	position:relative;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}

.page-feature-jheritage-under .jheritage-spot-list dd::after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin-top:auto;
	margin-bottom:auto;
	border-right:1px dotted #868686;
	width:1px;
	height:10px;
}

.page-feature-jheritage-under .jheritage-spot-list dd span{
	padding-left:10px;
}*/
.page-feature-jheritage-under .jheritage-spot-list .area1 p {
  border-left: 5px solid #1b3f5f;
}
.page-feature-jheritage-under .jheritage-spot-list .area2 p {
  border-left: 5px solid #eeae79;
}
.page-feature-jheritage-under .jheritage-spot-list .area3 p {
  border-left: 5px solid #43a1bf;
}
.page-feature-jheritage-under .jheritage-spot-list .area4 p {
  border-left: 5px solid #1b3f5f;
}
.page-feature-jheritage-under .jheritage-spot-list .area5 p {
  border-left: 5px solid #95a524;
}
.page-feature-jheritage-under .jheritage-spot-list .area6 p {
  border-left: 5px solid #d54939;
}
.page-feature-jheritage-under .jheritage-spot-list div em {
  display: block;
  margin: 10px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page-feature-jheritage-under .jheritage-spot-list div p {
    font-size: 1.4rem;
  }
  .page-feature-jheritage-under .jheritage-spot-list dt,
  .page-feature-jheritage-under .jheritage-spot-list dd {
    padding: 7px 0;
  }
  .page-feature-jheritage-under .jheritage-spot-list dt {
    margin-left: -5em;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .jheritage-spot-list.l-col3 li {
    width: 100%;
    margin-right: 0;
  }
  .page-feature-jheritage-under .jheritage-spot-list.l-col3 li:nth-child(n + 2) {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .jheritage-spot-list.l-photo li img {
    height: 200px;
    max-height: 200px;
  }
  .page-feature-jheritage-under .jheritage-spot-list dt,
  .page-feature-jheritage-under .jheritage-spot-list dd {
    padding: 4px 0 0;
    font-size: 1.1rem;
  }
  .page-feature-jheritage-under .jheritage-spot-list dl {
    margin: 6px 5px 10px;
    padding-left: 5em;
  }
  .page-feature-jheritage-under .jheritage-spot-list dt {
    margin-left: -5em;
  }
  .page-feature-jheritage-under .jheritage-spot-list dt::before {
    margin-right: 0;
  }
  .page-feature-jheritage-under .jheritage-spot-list dd {
    font-size: 1.2rem;
  }
  .page-feature-jheritage-under .jheritage-spot-list dd::after {
    top: 3px;
    height: 8px;
  }
}
.page-feature-jheritage-under .jcourse-list {
  position: relative;
  margin-top: 5px;
}
.page-feature-jheritage-under .jcourse-list::before,
.page-feature-jheritage-under .jcourse-list::after {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("/img/feature/jheritage/j-content-list.gif");
  width: 100%;
  height: 7px;
}
.page-feature-jheritage-under .jcourse-list::before {
  top: 0;
}
.page-feature-jheritage-under .jcourse-list::after {
  bottom: 0;
}
.page-feature-jheritage-under .jcourse-list li {
  position: relative;
}
.page-feature-jheritage-under .jcourse-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-feature-jheritage-under .jcourse-list li span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-family: "F+UD TsukuMin R";
  font-size: 1.4rem;
  line-height: 1;
  background: #ab912f;
  border-radius: 50%;
}
.page-feature-jheritage-under .jcourse-list li span:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #ab912f;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .wrp-jcourse-list {
    margin-top: 50px;
  }
  .page-feature-jheritage-under .jcourse-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 0;
  }
  .page-feature-jheritage-under .jcourse-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0 15px 15px;
    text-align: center;
  }
  .page-feature-jheritage-under .jcourse-list li p {
    position: relative;
    padding-left: 5px;
    padding-right: 30px;
  }
  .page-feature-jheritage-under .jcourse-list li p::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    display: block;
    width: 15px;
    height: 3px;
    padding-left: 5px;
    border-top: 3px dotted #ab912f;
  }
  .page-feature-jheritage-under .jcourse-list li:last-child p::after {
    display: none;
  }
  .page-feature-jheritage-under .jcourse-list li a:hover span {
    background: #39b300;
  }
  .page-feature-jheritage-under .jcourse-list li a:hover span:before {
    border-top-color: #39b300;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .wrp-jcourse-list {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .jcourse-list ul {
    padding: 20px 0;
  }
  .page-feature-jheritage-under .jcourse-list li::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 11px;
    display: block;
    width: 3px;
    height: 15px;
    border-left: 3px dotted #ab912f;
  }
  .page-feature-jheritage-under .jcourse-list li a {
    padding: 0 0 25px 0;
  }
  .page-feature-jheritage-under .jcourse-list li:last-child::after {
    display: none;
  }
  .page-feature-jheritage-under .jcourse-list li:last-child a {
    padding-bottom: 0;
  }
  .page-feature-jheritage-under .jcourse-list li span {
    width: 25px;
    height: 25px;
    font-size: 1.3rem;
  }
  .page-feature-jheritage-under .jcourse-list li p {
    position: relative;
    padding-left: 5px;
  }
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .wrp-course .lead {
    text-align: center;
  }
  .page-feature-jheritage-under .course-day {
    margin-top: 50px;
  }
  .page-feature-jheritage-under .course-day.two-day {
    margin-top: 100px;
  }
  .page-feature-jheritage-under .wrp-course .lead2 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .wrp-course .lead2 {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-day {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-day.two-day {
    margin-top: 50px;
  }
}
.page-feature-jheritage-under .course-day,
.page-feature-jheritage-under .course-fin {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: stretch;
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
}
.page-feature-jheritage-under .course-day dt,
.page-feature-jheritage-under .course-fin dt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 125px;
  background-color: #ab912f;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
.page-feature-jheritage-under .course-day dd,
.page-feature-jheritage-under .course-fin dd {
  padding: 15px 20px;
  font-size: 2rem;
}
.page-feature-jheritage-under .course-fin-box {
  position: relative;
  padding-top: 95px;
}
.page-feature-jheritage-under .course-fin-box::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 75px;
  border-left: 5px dotted #ab912f;
  width: 5px;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-day dd,
  .page-feature-jheritage-under .course-fin dd {
    padding: 5px 10px;
    font-size: 1.6rem;
  }
  .page-feature-jheritage-under .course-day dt,
  .page-feature-jheritage-under .course-fin dt {
    width: 100px;
    font-size: 1.6rem;
  }
  .page-feature-jheritage-under .course-fin-box {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-fin-box::before {
    top: 0;
    left: 25px;
    height: 50px;
  }
}
.page-feature-jheritage-under .course-box {
  position: relative;
  max-width: 865px;
  margin: 0 auto;
}
.page-feature-jheritage-under .course-box .course-inner,
.page-feature-jheritage-under .course-box .course-dtl {
  position: relative;
}
.page-feature-jheritage-under .course-box .course-balloon {
  position: absolute;
  width: 80px;
  height: 60px;
  text-align: center;
  color: #fff;
  font-family: "F+UD TsukuMin R";
  font-size: 1.4rem;
  line-height: 1;
  background: #ab912f;
  border-radius: 50%;
  z-index: 11;
}
.page-feature-jheritage-under .course-box .course-balloon:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #ab912f;
  z-index: 0;
}
.page-feature-jheritage-under .course-box .course-balloon span {
  display: block;
  padding-top: 5px;
}
.page-feature-jheritage-under .course-box .course-balloon p {
  font-size: 3rem;
}
.page-feature-jheritage-under .course-box .course-dtl h3,
.page-feature-jheritage-under .course-box .course-dtl h4 {
  font-family: "07logotypegothic7regular";
  color: #ab912e;
  line-height: 1.4;
}
.page-feature-jheritage-under .course-box .course-dtl h3 {
  background-image: url("/img/feature/jheritage/course-ttl.png");
  background-repeat: no-repeat;
}
.page-feature-jheritage-under .course-box .course-dtl h5 {
  font-weight: 700;
}
.page-feature-jheritage-under .course-box .course-balloon p {
  margin-top: 0;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box .course-dtl h3 {
    padding-top: 42px;
    font-size: 2.4rem;
  }
  .page-feature-jheritage-under .course-box .course-dtl h4 {
    font-size: 2rem;
  }
  .page-feature-jheritage-under .course-box .course-dtl h5 {
    font-size: 1.6rem;
  }
  .page-feature-jheritage-under .course-box h4,
  .page-feature-jheritage-under .course-box h5,
  .page-feature-jheritage-under .course-box p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box .course-balloon {
    width: 60px;
    height: 50px;
    font-size: 1.3rem;
    background: #ab912f;
  }
  .page-feature-jheritage-under .course-box .course-balloon p {
    font-size: 2rem;
  }
  .page-feature-jheritage-under .course-box .course-dtl h3 {
    background-size: 89px 30px;
    padding-top: 30px;
    font-size: 1.8rem;
  }
  .page-feature-jheritage-under .course-box .course-dtl h4 {
    font-size: 1.6rem;
  }
  .page-feature-jheritage-under .course-box .course-dtl h5 {
    font-size: 1.4rem;
  }
  .page-feature-jheritage-under .course-box h4,
  .page-feature-jheritage-under .course-box h5,
  .page-feature-jheritage-under .course-box p {
    margin-top: 10px;
  }
}
.page-feature-jheritage-under .course-box .course-dtl .course-spec {
  padding: 15px;
  background-color: #f2f2f2;
  border: 1px solid #e3e3e3;
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box .course-dtl .course-spec {
    padding: 10px;
  }
}
.page-feature-jheritage-under .course-box .course-dtl .course-spec strong {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
}
.page-feature-jheritage-under .course-box .course-dtl .course-spec strong::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  background-color: #ae9531;
  border-radius: 50%;
  vertical-align: middle;
}
.page-feature-jheritage-under .course-box .course-dtl .course-spec strong:nth-of-type(2) {
  margin-top: 20px;
}
.page-feature-jheritage-under .course-box .course-dtl .course-spec.spec2 table {
  padding-left: 10px;
}
.page-feature-jheritage-under .course-box .course-dtl .course-spec table {
  width: 100%;
  border-collapse: inherit;
}
.page-feature-jheritage-under .course-box .course-dtl .course-spec table th,
.page-feature-jheritage-under .course-box .course-dtl .course-spec table td {
  font-size: 1.2rem;
}
.page-feature-jheritage-under .course-box .course-dtl .course-spec table th {
  position: relative;
  width: 5.5em;
}
.page-feature-jheritage-under .course-box .course-dtl .course-spec table th::after {
  content: ":";
  position: absolute;
  right: 0.25em;
}
.page-feature-jheritage-under .course-box::before {
  content: "";
  position: absolute;
  border-left: 5px dotted #ab912f;
  width: 5px;
  height: 65px;
}
/*01-1*/
.page-feature-jheritage-under .course-box.course-01-1 {
  z-index: 10;
}
.page-feature-jheritage-under .course-box.course-01-1::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-01-1 .course-balloon {
  top: -15px;
  left: -15px;
}
.page-feature-jheritage-under .course-box.course-01-1 .course-name p,
.page-feature-jheritage-under .course-box.course-01-1 .course-more p {
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-01-1 {
    padding-top: 80px;
    padding-bottom: 200px;
  }
  .page-feature-jheritage-under .course-box.course-01-1 .course-name {
    width: 50%;
    padding-top: 30px;
  }
  .page-feature-jheritage-under .course-box.course-01-1 .course-more {
    position: absolute;
    top: -30px;
    right: 0;
    width: 46%;
  }
  .page-feature-jheritage-under .course-box.course-01-1 .course-spec {
    position: absolute;
    top: bottom;
    left: 0;
    width: 50%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-01-1 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-01-1::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-1 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-01-1 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-1 .course-more,
  .page-feature-jheritage-under .course-box.course-01-1 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-1 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-01-1 .course-name p,
  .page-feature-jheritage-under .course-box.course-01-1 .course-more p {
    margin-top: 5px;
  }
}
/*01-2*/
.page-feature-jheritage-under .course-box.course-01-2 {
  z-index: 9;
}
.page-feature-jheritage-under .course-box.course-01-2::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-01-2 .course-dtl .course-spec {
  padding: 0;
  background-color: transparent;
  border: none;
}
.page-feature-jheritage-under .course-box.course-01-2 .course-spec .course-spec-inner {
  padding: 15px;
  background-color: #eee;
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-01-2 .course-balloon {
    top: -15px;
    left: -15px;
  }
  .page-feature-jheritage-under .course-box.course-01-2 {
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-01-2 .course-block,
  .page-feature-jheritage-under .course-box.course-01-2 .course-block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-top: 30px;
    position: relative;
  }
  .page-feature-jheritage-under .course-box.course-01-2 .course-block2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-feature-jheritage-under .course-box.course-01-2 .course-block::before {
    content: "";
    position: absolute;
    border-left: 5px dotted #ab912f;
    width: 5px;
    height: 65px;
  }
  .page-feature-jheritage-under .course-box.course-01-2 .course-block::before {
    top: 0;
    left: 40%;
  }
  .page-feature-jheritage-under .course-box.course-01-2 .course-block .course-name {
    order: 2;
    width: 44%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-01-2 .course-block .course-more1 {
    order: 1;
    width: 52%;
  }
  .page-feature-jheritage-under .course-box.course-01-2 .course-block2 .course-more2 {
    order: 2;
    width: 44%;
    margin-left: 4%;
    text-align: right;
    position: relative;
    top: -50px;
    position: relative;
  }
  .page-feature-jheritage-under .course-box.course-01-2 .course-block2 .course-more2::before {
    content: "";
    position: absolute;
    border-top: 5px dotted #ab912f;
    width: 100px;
    height: 5px;
  }
  .page-feature-jheritage-under .course-box.course-01-2 .course-block2 .course-more2::before {
    top: 30%;
    left: -50px;
  }
  .page-feature-jheritage-under .course-box.course-01-2 .course-block .course-spec {
    order: 1;
    width: 52%;
  }
  .page-feature-jheritage-under .course-box.course-01-2 .course-name p,
  .page-feature-jheritage-under .course-box.course-01-2 .course-more p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-01-2 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-01-2::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-2 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-01-2 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-2 .course-more,
  .page-feature-jheritage-under .course-box.course-01-2 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-01-2 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-01-2 .course-name p,
  .page-feature-jheritage-under .course-box.course-01-2 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-01-2 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-2 .course-more1,
  .page-feature-jheritage-under .course-box.course-01-2 .course-more2 {
    margin-top: 15px;
    text-align: center;
  }
}
/*01-3*/
.page-feature-jheritage-under .course-box.course-01-3 {
  z-index: 8;
}
.page-feature-jheritage-under .course-box.course-01-3::before {
  top: 0;
  right: 175px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-01-3 .course-balloon {
    top: -15px;
    left: 37%;
  }
  .page-feature-jheritage-under .course-box.course-01-3 {
    margin-top: -50px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-01-3 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-01-3 .course-more {
    order: 2;
    width: 56%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-01-3 .course-block {
    order: 1;
    width: 40%;
  }
  .page-feature-jheritage-under .course-box.course-01-3 .course-name h3 br {
  }
  .page-feature-jheritage-under .course-box.course-01-3 .course-name h5 {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-01-3 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-01-3 .course-name p,
  .page-feature-jheritage-under .course-box.course-01-3 .course-more p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-01-3 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-01-3::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-3 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-01-3 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-3 .course-more,
  .page-feature-jheritage-under .course-box.course-01-3 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-3 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-01-3 .course-name p,
  .page-feature-jheritage-under .course-box.course-01-3 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-01-3 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-3 .course-name h5 {
    margin-top: 15px;
  }
}
/*01-bt1*/
.page-feature-jheritage-under .course-box.course-01-bt1 {
  z-index: 7;
}
.page-feature-jheritage-under .course-box.course-01-bt1::before {
  top: 0;
  right: 175px;
}
.page-feature-jheritage-under .course-box.course-01-bt1 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-01-bt1 .course-more .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-balloon {
    top: -15px;
    left: 37%;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-more {
    order: 2;
    width: 58%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-more .more-balloon {
    top: -25px;
    left: -100px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-block {
    order: 1;
    width: 38%;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-01-bt1 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-name {
    position: relative;
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-name img {
    position: absolute;
    top: -35px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-more,
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-more .more-balloon {
    top: -15px;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-more .more-balloon img {
    width: 100px;
    height: auto;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-name p,
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt1 .course-name h5 {
    margin-top: 15px;
  }
}
/*01-4*/
.page-feature-jheritage-under .course-box.course-01-4 {
  z-index: 6;
}
.page-feature-jheritage-under .course-box.course-01-4::before {
  top: 0;
  left: 68%;
}
.page-feature-jheritage-under .course-box.course-01-4 .course-balloon {
  top: -15px;
  left: -15px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-01-4 {
    padding-top: 80px;
    padding-bottom: 200px;
  }
  .page-feature-jheritage-under .course-box.course-01-4 .course-name {
    width: 50%;
    padding-top: 30px;
  }
  .page-feature-jheritage-under .course-box.course-01-4 .course-name h5 {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-01-4 .course-name p {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-4 .course-more {
    position: absolute;
    top: -80px;
    right: 0;
    width: 46%;
  }
  .page-feature-jheritage-under .course-box.course-01-4 .course-spec {
    position: absolute;
    top: bottom;
    left: 0;
    width: 50%;
    margin-top: 30px;
  }
  .page-feature-jheritage-under .course-box.course-01-4 .course-more p {
    margin-top: 5px;
    background-color: #fff;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-01-4 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-01-4::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-4 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-01-4 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-4 .course-name h5 {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-4 .course-more,
  .page-feature-jheritage-under .course-box.course-01-4 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-4 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-01-4 .course-name p,
  .page-feature-jheritage-under .course-box.course-01-4 .course-more p {
    margin-top: 5px;
  }
}
/*01-5*/
.page-feature-jheritage-under .course-box.course-01-5 {
  z-index: 5;
}
.page-feature-jheritage-under .course-box.course-01-5::before {
  top: 0;
  right: 175px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-01-5 .course-balloon {
    top: -15px;
    left: 37%;
  }
  .page-feature-jheritage-under .course-box.course-01-5 {
    margin-top: 30px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-01-5 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-01-5 .course-more {
    order: 2;
    width: 56%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-01-5 .course-block {
    order: 1;
    width: 40%;
  }
  .page-feature-jheritage-under .course-box.course-01-5 .course-name h3 br {
  }
  .page-feature-jheritage-under .course-box.course-01-5 .course-name h5 {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-01-5 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-5 .course-name p,
  .page-feature-jheritage-under .course-box.course-01-5 .course-more p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-01-5 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-01-5::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-5 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-01-5 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-5 .course-more,
  .page-feature-jheritage-under .course-box.course-01-5 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-01-5 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-01-5 .course-name p,
  .page-feature-jheritage-under .course-box.course-01-5 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-01-5 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-5 .course-name h5 {
    margin-top: 15px;
  }
}
/*01-bt2*/
.page-feature-jheritage-under .course-box.course-01-bt2 {
  z-index: 4;
}
.page-feature-jheritage-under .course-box.course-01-bt2::before {
  top: 0;
  left: 255px;
}
.page-feature-jheritage-under .course-box.course-01-bt2 .course-more {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-01-bt2 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt2 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-01-bt2 .course-more {
    width: 58%;
  }
  .page-feature-jheritage-under .course-box.course-01-bt2 .course-block {
    width: 38%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-01-bt2 h5,
  .page-feature-jheritage-under .course-box.course-01-bt2 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt2 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-01-bt2 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt2 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-01-bt2 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt2::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt2 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt2 .course-more,
  .page-feature-jheritage-under .course-box.course-01-bt2 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt2 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-01-bt2 .course-name p,
  .page-feature-jheritage-under .course-box.course-01-bt2 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt2 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-bt2 .course-name h5 {
    margin-top: 15px;
  }
}
/*01-6*/
.page-feature-jheritage-under .course-box.course-01-6 {
  z-index: 3;
}
.page-feature-jheritage-under .course-box.course-01-6::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-01-6 .course-balloon {
  top: -15px;
  left: -15px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-01-6 {
    margin-bottom: -90px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-01-6 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  .page-feature-jheritage-under .course-box.course-01-6 .course-block1 {
    width: 47.5%;
  }
  .page-feature-jheritage-under .course-box.course-01-6 .course-block2 {
    width: 47.5%;
    margin-left: 5%;
    position: relative;
    top: -120px;
  }
  .page-feature-jheritage-under .course-box.course-01-6 .course-block2 img {
  }
  .page-feature-jheritage-under .course-box.course-01-6 h4,
  .page-feature-jheritage-under .course-box.course-01-6 h5 {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-01-6 .course-name p,
  .page-feature-jheritage-under .course-box.course-01-6 .course-more p {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-6 .course-spec {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-01-6 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-01-6::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-6 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-01-6 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-6 .course-more,
  .page-feature-jheritage-under .course-box.course-01-6 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-6 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-01-6 .course-name p,
  .page-feature-jheritage-under .course-box.course-01-6 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-01-6 h4,
  .page-feature-jheritage-under .course-box.course-01-6 h5 {
    margin-top: 15px;
  }
}
/*01-7*/
.page-feature-jheritage-under .course-box.course-01-7 {
  z-index: 2;
}
.page-feature-jheritage-under .course-box.course-01-7::before {
  top: 0;
  left: 255px;
}
.page-feature-jheritage-under .course-box.course-01-7 .course-more {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-01-7 {
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-01-7 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-01-7 .course-more {
    width: 58%;
  }
  .page-feature-jheritage-under .course-box.course-01-7 .course-block {
    width: 38%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-01-7 h5,
  .page-feature-jheritage-under .course-box.course-01-7 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-01-7 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-01-7 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-01-7 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-01-7 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-01-7::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-7 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-7 .course-more,
  .page-feature-jheritage-under .course-box.course-01-7 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-7 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-01-7 .course-name p,
  .page-feature-jheritage-under .course-box.course-01-7 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-01-7 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-7 .course-name h5 {
    margin-top: 15px;
  }
}
/*01-8*/
.page-feature-jheritage-under .course-box.course-01-8 {
  z-index: 1;
}
.page-feature-jheritage-under .course-box.course-01-8::before {
  top: 0;
  left: 255px;
}
.page-feature-jheritage-under .course-box.course-01-8 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-01-8 .course-more .more-balloon {
  position: absolute;
}
.page-feature-jheritage-under .course-box.course-01-8 .course-balloon {
  top: -15px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-01-8 .course-balloon {
    left: 25%;
  }
  .page-feature-jheritage-under .course-box.course-01-8 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-01-8 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-01-8 .course-more {
    order: 2;
    width: 62%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-01-8 .course-more .more-balloon {
    top: -25px;
    right: 20px;
  }
  .page-feature-jheritage-under .course-box.course-01-8 .course-block {
    order: 1;
    width: 34%;
  }
  .page-feature-jheritage-under .course-box.course-01-8 h5,
  .page-feature-jheritage-under .course-box.course-01-8 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-8 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-01-8 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-01-8 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-01-8 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-01-8::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-8 .course-more .more-balloon {
    top: -15px;
    right: 10px;
  }
  .page-feature-jheritage-under .course-box.course-01-8 .course-more .more-balloon img {
    width: 100px;
    height: auto;
  }
  .page-feature-jheritage-under .course-box.course-01-8 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-8 .course-more,
  .page-feature-jheritage-under .course-box.course-01-8 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-01-8 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-01-8 .course-name p,
  .page-feature-jheritage-under .course-box.course-01-8 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-01-8 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-8 .course-name h5 {
    margin-top: 15px;
  }
}
/*01-9*/
.page-feature-jheritage-under .course-box.course-01-9 {
  z-index: 0;
}
.page-feature-jheritage-under .course-box.course-01-9::before {
  top: 0;
  left: 255px;
}
.page-feature-jheritage-under .course-box.course-01-9 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-01-9 .course-balloon {
  top: -15px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-01-9 .course-balloon {
    left: -15px;
  }
  .page-feature-jheritage-under .course-box.course-01-9 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-01-9 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-01-9 .course-more {
    width: 54%;
  }
  .page-feature-jheritage-under .course-box.course-01-9 .course-block {
    width: 42%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-01-9 h5,
  .page-feature-jheritage-under .course-box.course-01-9 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-01-9 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-01-9 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-01-9 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-01-9 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-01-9::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-9 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-9 .course-more,
  .page-feature-jheritage-under .course-box.course-01-9 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-9 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-01-9 .course-name p,
  .page-feature-jheritage-under .course-box.course-01-9 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-01-9 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-01-9 .course-name h5 {
    margin-top: 15px;
  }
}
/*02-1*/
.page-feature-jheritage-under .course-box.course-02-1 {
  z-index: 10;
}
.page-feature-jheritage-under .course-box.course-02-1::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-02-1 .course-balloon {
  top: -15px;
  left: -15px;
}
.page-feature-jheritage-under .course-box.course-02-1 .course-name p,
.page-feature-jheritage-under .course-box.course-02-1 .course-more p {
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-02-1 {
    padding-top: 80px;
    padding-bottom: 200px;
  }
  .page-feature-jheritage-under .course-box.course-02-1 .course-name {
    width: 50%;
    padding-top: 30px;
  }
  .page-feature-jheritage-under .course-box.course-02-1 .course-more {
    position: absolute;
    top: -30px;
    right: 0;
    width: 46%;
  }
  .page-feature-jheritage-under .course-box.course-02-1 .course-spec {
    position: absolute;
    top: bottom;
    left: 0;
    width: 50%;
    margin-top: 30px;
  }
  .page-feature-jheritage-under .course-box.course-02-1 h5 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-02-1 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-02-1::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-1 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-02-1 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-1 .course-more,
  .page-feature-jheritage-under .course-box.course-02-1 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-1 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-02-1 .course-name p,
  .page-feature-jheritage-under .course-box.course-02-1 .course-more p {
    margin-top: 5px;
  }
}
/*02-2*/
.page-feature-jheritage-under .course-box.course-02-2 {
  z-index: 9;
}
.page-feature-jheritage-under .course-box.course-02-2::before {
  top: 0;
  left: 100px;
}
.page-feature-jheritage-under .course-box.course-02-2 .course-dtl .course-spec {
  padding: 0;
  background-color: transparent;
  border: none;
}
.page-feature-jheritage-under .course-box.course-02-2 .course-spec .course-spec-inner {
  padding: 15px;
  background-color: #eee;
  border: 1px solid #ccc;
}
.page-feature-jheritage-under .course-box.course-02-2 .course-name2 {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-02-2 .course-balloon {
    top: -15px;
    left: 60px;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-name2 {
    top: 50px;
    left: 25px;
  }
  .page-feature-jheritage-under .course-box.course-02-2 {
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-block,
  .page-feature-jheritage-under .course-box.course-02-2 .course-block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    position: relative;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-block2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-block::before {
    content: "";
    position: absolute;
    border-left: 5px dotted #ab912f;
    width: 5px;
    height: 65px;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-block::before {
    top: -30px;
    left: 25%;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-block .course-name {
    position: relative;
    width: 42%;
    margin-left: 10%;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-block .course-more {
    width: 48%;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-more h3,
  .page-feature-jheritage-under .course-box.course-02-2 .course-name h4,
  .page-feature-jheritage-under .course-box.course-02-2 .course-more h5,
  .page-feature-jheritage-under .course-box.course-02-2 .course-name p,
  .page-feature-jheritage-under .course-box.course-02-2 .course-more p {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-more h3 {
    padding-left: 35px;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-block .course-name::before {
    top: 30%;
    left: -75px;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-block .course-name::before {
    content: "";
    position: absolute;
    border-top: 5px dotted #ab912f;
    width: 60px;
    height: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-02-2 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-02-2::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-name2 {
    top: 40px;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-name2 img {
    width: 110px;
    height: auto;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-more,
  .page-feature-jheritage-under .course-box.course-02-2 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-name p,
  .page-feature-jheritage-under .course-box.course-02-2 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-more1,
  .page-feature-jheritage-under .course-box.course-02-2 .course-more2 {
    margin-top: 15px;
    text-align: center;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-more h3 {
    padding-left: 25px;
  }
  .page-feature-jheritage-under .course-box.course-02-2 .course-more h3,
  .page-feature-jheritage-under .course-box.course-02-2 .course-more h5,
  .page-feature-jheritage-under .course-box.course-02-2 .course-name h4 {
    margin-top: 15px;
  }
}
/*02-3*/
.page-feature-jheritage-under .course-box.course-02-3 {
  z-index: 6;
}
.page-feature-jheritage-under .course-box.course-02-3::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-02-3 .course-balloon {
  top: -15px;
  left: -15px;
}
.page-feature-jheritage-under .course-box.course-02-3 .course-block {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-02-3 .course-block .block-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-02-3 {
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-02-3 .course-block .block-balloon {
    bottom: -30px;
    right: 30px;
  }
  .page-feature-jheritage-under .course-box.course-02-3 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
  }
  .page-feature-jheritage-under .course-box.course-02-3 .course-name {
    width: 50%;
  }
  .page-feature-jheritage-under .course-box.course-02-3 .course-spec {
    width: 46%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-02-3 .course-name h5 {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-02-3 .course-name p {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-3 .course-more {
    position: absolute;
    top: -80px;
    right: 0;
    width: 46%;
  }
  .page-feature-jheritage-under .course-box.course-02-3 .course-more p {
    margin-top: 5px;
    background-color: #fff;
    font-size: 1.3rem;
  }
  .page-feature-jheritage-under .course-box.course-02-3 .course-dtl .course-spec {
    padding: 30px 0 0 0;
    background-color: transparent;
    border: none;
  }
  .page-feature-jheritage-under .course-box.course-02-3 .course-spec .course-spec-inner {
    padding: 15px;
    background-color: #eee;
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-02-3 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-02-3::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-3 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-02-3 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-3 .course-name h5 {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-3 .course-more,
  .page-feature-jheritage-under .course-box.course-02-3 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-3 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-02-3 .course-name p,
  .page-feature-jheritage-under .course-box.course-02-3 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-02-3 .course-block .block-balloon {
    bottom: -15px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-3 .course-block .block-balloon img {
    width: 100px;
    height: auto;
  }
}
/*02-bt1*/
.page-feature-jheritage-under .course-box.course-02-bt1 {
  z-index: 7;
}
.page-feature-jheritage-under .course-box.course-02-bt1::before {
  top: 0;
  right: 175px;
}
.page-feature-jheritage-under .course-box.course-02-bt1 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-02-bt1 .course-more .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-balloon {
    top: -15px;
    left: 37%;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-more {
    order: 2;
    width: 58%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-more .more-balloon {
    top: -25px;
    left: -100px;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-block {
    order: 1;
    width: 38%;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-02-bt1 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-name {
    position: relative;
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-name img {
    position: absolute;
    top: -35px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-name h3 br {
    display: none;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-more,
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-more .more-balloon {
    top: -15px;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-more .more-balloon img {
    width: 100px;
    height: auto;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-name p,
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-bt1 .course-name h5 {
    margin-top: 15px;
  }
}
/*02-4*/
.page-feature-jheritage-under .course-box.course-02-4 {
  z-index: 0;
}
.page-feature-jheritage-under .course-box.course-02-4::before {
  top: 0;
  left: 255px;
}
.page-feature-jheritage-under .course-box.course-02-4 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-02-4 .course-balloon {
  top: -15px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-02-4 .course-balloon {
    left: -15px;
  }
  .page-feature-jheritage-under .course-box.course-02-4 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-02-4 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-02-4 .course-more {
    width: 54%;
  }
  .page-feature-jheritage-under .course-box.course-02-4 .course-block {
    width: 42%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-02-4 h5,
  .page-feature-jheritage-under .course-box.course-02-4 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-02-4 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-02-4 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-02-4 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-02-4 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-02-4::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-4 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-4 .course-more,
  .page-feature-jheritage-under .course-box.course-02-4 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-4 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-02-4 .course-name p,
  .page-feature-jheritage-under .course-box.course-02-4 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-02-4 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-02-4 .course-name h5 {
    margin-top: 15px;
  }
}
/*03-1*/
.page-feature-jheritage-under .course-box.course-03-1 {
  z-index: 7;
}
.page-feature-jheritage-under .course-box.course-03-1::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-03-1 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-03-1 .course-more .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-03-1 .course-balloon {
    top: -15px;
    left: 37%;
  }
  .page-feature-jheritage-under .course-box.course-03-1 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-03-1 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-03-1 .course-more {
    order: 2;
    width: 48%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-03-1 .course-more .more-balloon {
    top: -25px;
    left: -100px;
  }
  .page-feature-jheritage-under .course-box.course-03-1 .course-block {
    order: 1;
    width: 48%;
  }
  .page-feature-jheritage-under .course-box.course-03-1 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-03-1 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-03-1 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-03-1 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-03-1::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-1 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-03-1 .course-name {
    position: relative;
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-1 .course-name img {
    position: absolute;
    top: -35px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-1 .course-more,
  .page-feature-jheritage-under .course-box.course-03-1 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-1 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-03-1 .course-more .more-balloon {
    top: -15px;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-1 .course-more .more-balloon img {
    width: 100px;
    height: auto;
  }
  .page-feature-jheritage-under .course-box.course-03-1 .course-name p,
  .page-feature-jheritage-under .course-box.course-03-1 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-03-1 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-1 .course-name h5 {
    margin-top: 15px;
  }
}
/*03-2*/
.page-feature-jheritage-under .course-box.course-03-2 {
  z-index: 0;
}
.page-feature-jheritage-under .course-box.course-03-2::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-03-2 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-03-2 .course-balloon {
  top: -15px;
}
.page-feature-jheritage-under .course-box.course-03-2 .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-03-2 .course-balloon {
    left: -15px;
  }
  .page-feature-jheritage-under .course-box.course-03-2 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-03-2 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-03-2 .course-more {
    position: relative;
    width: 48%;
  }
  .page-feature-jheritage-under .course-box.course-03-2 .more-balloon {
    top: -30px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-2 .course-block {
    width: 48%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-03-2 h5,
  .page-feature-jheritage-under .course-box.course-03-2 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-03-2 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-03-2 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-03-2 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-03-2 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-03-2::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-2 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-2 .course-more,
  .page-feature-jheritage-under .course-box.course-03-2 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-2 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-03-2 .course-name p,
  .page-feature-jheritage-under .course-box.course-03-2 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-03-2 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-2 .course-name h5 {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-2 .more-balloon {
    top: -30px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-2 .more-balloon img {
    width: 100px;
    height: auto;
  }
}
/*03-bt1*/
.page-feature-jheritage-under .course-box.course-03-bt1 {
  z-index: 7;
}
.page-feature-jheritage-under .course-box.course-03-bt1::before {
  top: 0;
  right: 175px;
}
.page-feature-jheritage-under .course-box.course-03-bt1 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-03-bt1 .course-more .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-balloon {
    top: -15px;
    left: 37%;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-more {
    order: 2;
    width: 48%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-more .more-balloon {
    top: -25px;
    left: -100px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-block {
    order: 1;
    width: 48%;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-03-bt1 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-name {
    position: relative;
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-name img {
    position: absolute;
    top: -35px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-more,
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-more .more-balloon {
    top: -15px;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-more .more-balloon img {
    width: 100px;
    height: auto;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-name p,
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt1 .course-name h5 {
    margin-top: 15px;
  }
}
/*03-3*/
.page-feature-jheritage-under .course-box.course-03-3 {
  z-index: 0;
}
.page-feature-jheritage-under .course-box.course-03-3::before {
  top: 0;
  left: 255px;
}
.page-feature-jheritage-under .course-box.course-03-3 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-03-3 .course-balloon {
  top: -15px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-03-3 .course-balloon {
    left: -15px;
  }
  .page-feature-jheritage-under .course-box.course-03-3 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-03-3 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-03-3 .course-more {
    width: 50%;
  }
  .page-feature-jheritage-under .course-box.course-03-3 .course-more .more-photo {
    position: absolute;
    bottom: 0;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-3 .course-block {
    width: 46%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-03-3 h5,
  .page-feature-jheritage-under .course-box.course-03-3 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-03-3 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-03-3 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-03-3 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-03-3 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-03-3::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-3 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-3 .course-more,
  .page-feature-jheritage-under .course-box.course-03-3 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-3 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-03-3 .course-name p,
  .page-feature-jheritage-under .course-box.course-03-3 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-03-3 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-3 .course-name h5 {
    margin-top: 15px;
  }
}
/*03-bt2*/
.page-feature-jheritage-under .course-box.course-03-bt2 {
  z-index: 7;
}
.page-feature-jheritage-under .course-box.course-03-bt2::before {
  top: 0;
  right: 175px;
}
.page-feature-jheritage-under .course-box.course-03-bt2 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-03-bt2 .course-more .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-balloon {
    top: -15px;
    left: 37%;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-more {
    order: 2;
    width: 58%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-more .more-balloon {
    top: -25px;
    left: -100px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-block {
    order: 1;
    width: 38%;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-03-bt2 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-name {
    position: relative;
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-name img {
    position: absolute;
    top: -35px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-more,
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-more .more-balloon {
    top: -15px;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-more .more-balloon img {
    width: 100px;
    height: auto;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-name p,
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-bt2 .course-name h5 {
    margin-top: 15px;
  }
}
/*03-4*/
.page-feature-jheritage-under .course-box.course-03-4 {
  z-index: 0;
}
.page-feature-jheritage-under .course-box.course-03-4::before {
  top: 0;
  left: 255px;
}
.page-feature-jheritage-under .course-box.course-03-4 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-03-4 .course-balloon {
  top: -15px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-03-4 .course-balloon {
    left: -15px;
  }
  .page-feature-jheritage-under .course-box.course-03-4 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-03-4 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-03-4 .course-more {
    width: 48%;
  }
  .page-feature-jheritage-under .course-box.course-03-4 .course-block {
    width: 48%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-03-4 h5,
  .page-feature-jheritage-under .course-box.course-03-4 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-03-4 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-03-4 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-03-4 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-03-4 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-03-4::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-4 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-4 .course-more,
  .page-feature-jheritage-under .course-box.course-03-4 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-4 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-03-4 .course-name p,
  .page-feature-jheritage-under .course-box.course-03-4 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-03-4 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-03-4 .course-name h5 {
    margin-top: 15px;
  }
}
/*04-1*/
.page-feature-jheritage-under .course-box.course-04-1 {
  z-index: 10;
}
.page-feature-jheritage-under .course-box.course-04-1::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-04-1 .course-balloon {
  top: -15px;
  left: -15px;
}
.page-feature-jheritage-under .course-box.course-04-1 .course-name p,
.page-feature-jheritage-under .course-box.course-04-1 .course-more p {
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-04-1 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .page-feature-jheritage-under .course-box.course-04-1 .course-name {
    width: 50%;
    padding-top: 30px;
  }
  .page-feature-jheritage-under .course-box.course-04-1 .course-more {
    position: absolute;
    top: -130px;
    right: 0;
    width: 46%;
  }
  .page-feature-jheritage-under .course-box.course-04-1 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-1 h5 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-04-1 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-04-1::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-1 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-04-1 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-1 .course-more,
  .page-feature-jheritage-under .course-box.course-04-1 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-1 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-04-1 .course-name p,
  .page-feature-jheritage-under .course-box.course-04-1 .course-more p {
    margin-top: 5px;
  }
}
/*04-2*/
.page-feature-jheritage-under .course-box.course-04-2 {
  z-index: 9;
}
.page-feature-jheritage-under .course-box.course-04-2::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-04-2 .course-dtl .course-spec {
  padding: 0;
  background-color: transparent;
  border: none;
}
.page-feature-jheritage-under .course-box.course-04-2 .course-spec .course-spec-inner {
  padding: 15px;
  background-color: #eee;
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-04-2 .course-balloon {
    top: -15px;
    left: -15px;
  }
  .page-feature-jheritage-under .course-box.course-04-2 {
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-04-2 .course-block,
  .page-feature-jheritage-under .course-box.course-04-2 .course-block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    position: relative;
  }
  .page-feature-jheritage-under .course-box.course-04-2 .course-block2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-feature-jheritage-under .course-box.course-04-2 .course-block::before {
    content: "";
    position: absolute;
    border-left: 5px dotted #ab912f;
    width: 5px;
    height: 65px;
  }
  .page-feature-jheritage-under .course-box.course-04-2 .course-block::before {
    top: -30px;
    left: 25%;
  }
  .page-feature-jheritage-under .course-box.course-04-2 .course-block .course-name {
    position: relative;
    width: 42%;
    margin-left: 10%;
  }
  .page-feature-jheritage-under .course-box.course-04-2 .course-block .course-more {
    width: 48%;
  }
  .page-feature-jheritage-under .course-box.course-04-2 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-04-2 .course-more h3,
  .page-feature-jheritage-under .course-box.course-04-2 .course-name h4,
  .page-feature-jheritage-under .course-box.course-04-2 .course-more h5,
  .page-feature-jheritage-under .course-box.course-04-2 .course-name p,
  .page-feature-jheritage-under .course-box.course-04-2 .course-more p {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-2 .course-block .course-name::before {
    top: 30%;
    left: -75px;
  }
  .page-feature-jheritage-under .course-box.course-04-2 .course-block .course-name::before {
    content: "";
    position: absolute;
    border-top: 5px dotted #ab912f;
    width: 60px;
    height: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-04-2 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-04-2::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-2 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-04-2 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-2 .course-more,
  .page-feature-jheritage-under .course-box.course-04-2 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-04-2 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-04-2 .course-name p,
  .page-feature-jheritage-under .course-box.course-04-2 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-04-2 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-2 .course-more1,
  .page-feature-jheritage-under .course-box.course-04-2 .course-more2 {
    margin-top: 15px;
    text-align: center;
  }
  .page-feature-jheritage-under .course-box.course-04-2 .course-more h3,
  .page-feature-jheritage-under .course-box.course-04-2 .course-more h5,
  .page-feature-jheritage-under .course-box.course-04-2 .course-name h4 {
    margin-top: 15px;
  }
}
/*04-bt1*/
.page-feature-jheritage-under .course-box.course-04-bt1 {
  z-index: 7;
}
.page-feature-jheritage-under .course-box.course-04-bt1::before {
  top: 0;
  right: 175px;
}
.page-feature-jheritage-under .course-box.course-04-bt1 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-04-bt1 .course-more .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-balloon {
    top: -15px;
    left: 37%;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-more {
    order: 2;
    width: 48%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-more .more-balloon {
    top: -25px;
    left: -100px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-block {
    order: 1;
    width: 48%;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-04-bt1 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-name {
    position: relative;
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-name img {
    position: absolute;
    top: -35px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-more,
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-more .more-balloon {
    top: -15px;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-more .more-balloon img {
    width: 100px;
    height: auto;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-name p,
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt1 .course-name h5 {
    margin-top: 15px;
  }
}
/*04-bt2*/
.page-feature-jheritage-under .course-box.course-04-bt2 {
  z-index: 0;
}
.page-feature-jheritage-under .course-box.course-04-bt2::before {
  top: 0;
  left: 255px;
}
.page-feature-jheritage-under .course-box.course-04-bt2 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-04-bt2 .course-balloon {
  top: -15px;
}
.page-feature-jheritage-under .course-box.course-04-bt2 .course-more .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-04-bt2 .course-balloon {
    left: -15px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt2 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt2 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-04-bt2 .course-more {
    width: 50%;
  }
  .page-feature-jheritage-under .course-box.course-04-bt2 .course-more .more-balloon {
    top: -25px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt2 .course-block {
    width: 46%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-04-bt2 h5,
  .page-feature-jheritage-under .course-box.course-04-bt2 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt2 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-04-bt2 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt2 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-04-bt2 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt2::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt2 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt2 .course-more,
  .page-feature-jheritage-under .course-box.course-04-bt2 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt2 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-04-bt2 .course-name p,
  .page-feature-jheritage-under .course-box.course-04-bt2 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt2 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt2 .course-name h5 {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt2 .course-more .more-balloon {
    top: -15px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-bt2 .course-more .more-balloon img {
    width: 100px;
    height: auto;
  }
}
/*04-3*/
.page-feature-jheritage-under .course-box.course-04-3 {
  z-index: 10;
}
.page-feature-jheritage-under .course-box.course-04-3::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-04-3 .course-balloon {
  top: -15px;
  left: -15px;
}
.page-feature-jheritage-under .course-box.course-04-3 .course-name p,
.page-feature-jheritage-under .course-box.course-04-3 .course-more p {
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-04-3 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .page-feature-jheritage-under .course-box.course-04-3 .course-name {
    width: 50%;
    padding-top: 30px;
  }
  .page-feature-jheritage-under .course-box.course-04-3 .course-more {
    position: absolute;
    top: -130px;
    right: 0;
    width: 46%;
  }
  .page-feature-jheritage-under .course-box.course-04-3 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-3 h5 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-04-3 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-04-3::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-3 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-04-3 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-3 .course-more,
  .page-feature-jheritage-under .course-box.course-04-3 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-04-3 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-04-3 .course-name p,
  .page-feature-jheritage-under .course-box.course-04-3 .course-more p {
    margin-top: 5px;
  }
}
/*06-1*/
.page-feature-jheritage-under .course-box.course-06-1 {
  z-index: 8;
}
.page-feature-jheritage-under .course-box.course-06-1::before {
  top: 15px;
  left: 25px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-06-1 .course-balloon {
    top: -25px;
    left: 150px;
  }
  .page-feature-jheritage-under .course-box.course-06-1 {
    padding-top: 95px;
  }
  .page-feature-jheritage-under .course-box.course-06-1 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-06-1 .course-more {
    order: 2;
    width: 56%;
    margin-left: 4%;
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-06-1 .course-block {
    order: 1;
    width: 40%;
  }
  .page-feature-jheritage-under .course-box.course-06-1 .course-spec {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-06-1 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-06-1::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-1 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-06-1 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-1 .course-more,
  .page-feature-jheritage-under .course-box.course-06-1 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-1 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-06-1 .course-block {
    margin-top: 15px;
  }
}
/*05-1*/
.page-feature-jheritage-under .course-box.course-05-1 {
  z-index: 7;
}
.page-feature-jheritage-under .course-box.course-05-1::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-05-1 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-05-1 h5 {
  margin-top: 15px;
}
.page-feature-jheritage-under .course-box.course-05-1 .course-more .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-05-1 .course-balloon {
    position: relative;
    top: -15px;
    left: -15px;
  }
  .page-feature-jheritage-under .course-box.course-05-1 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-05-1 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-05-1 .course-more {
    order: 2;
    width: 48%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-05-1 .course-more .more-balloon {
    top: -25px;
    left: -100px;
  }
  .page-feature-jheritage-under .course-box.course-05-1 .course-block {
    order: 1;
    width: 48%;
  }
  .page-feature-jheritage-under .course-box.course-05-1 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-05-1 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-05-1 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-05-1 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-05-1::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-1 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-05-1 .course-name {
    position: relative;
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-1 .course-name img {
    position: absolute;
    top: -35px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-1 .course-more,
  .page-feature-jheritage-under .course-box.course-05-1 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-1 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-05-1 .course-more .more-balloon {
    top: -15px;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-1 .course-more .more-balloon img {
    width: 100px;
    height: auto;
  }
  .page-feature-jheritage-under .course-box.course-05-1 .course-name p,
  .page-feature-jheritage-under .course-box.course-05-1 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-05-1 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-1 .course-name h5 {
    margin-top: 15px;
  }
}
/*05-2*/
.page-feature-jheritage-under .course-box.course-05-2 {
  z-index: 0;
}
.page-feature-jheritage-under .course-box.course-05-2::before {
  top: 0;
  left: 255px;
}
.page-feature-jheritage-under .course-box.course-05-2 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-05-2 .course-balloon {
  top: -15px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-05-2 .course-balloon {
    left: -15px;
  }
  .page-feature-jheritage-under .course-box.course-05-2 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-05-2 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-05-2 .course-more {
    width: 54%;
  }
  .page-feature-jheritage-under .course-box.course-05-2 .course-block {
    width: 42%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-05-2 h5,
  .page-feature-jheritage-under .course-box.course-05-2 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-05-2 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-05-2 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-05-2 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-05-2 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-05-2::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-2 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-2 .course-more,
  .page-feature-jheritage-under .course-box.course-05-2 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-2 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-05-2 .course-name p,
  .page-feature-jheritage-under .course-box.course-05-2 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-05-2 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-2 .course-name h5 {
    margin-top: 15px;
  }
}
/*05-3*/
.page-feature-jheritage-under .course-box.course-05-3 {
  z-index: 7;
}
.page-feature-jheritage-under .course-box.course-05-3::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-05-3 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-05-3 h5 {
  margin-top: 15px;
}
.page-feature-jheritage-under .course-box.course-05-3 .course-more .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-05-3 .course-balloon {
    top: -15px;
    left: 37%;
  }
  .page-feature-jheritage-under .course-box.course-05-3 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-05-3 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-05-3 .course-more {
    order: 2;
    width: 48%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-05-3 .course-more .more-balloon {
    top: -25px;
    left: -100px;
  }
  .page-feature-jheritage-under .course-box.course-05-3 .course-block {
    order: 1;
    width: 48%;
  }
  .page-feature-jheritage-under .course-box.course-05-3 .course-spec {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-05-3 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-05-3::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-3 .course-balloon {
    top: -15px;
  }
  .page-feature-jheritage-under .course-box.course-05-3 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-3 .course-more,
  .page-feature-jheritage-under .course-box.course-05-3 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-3 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-05-3 .course-block {
    margin-top: 15px;
  }
}
/*05-4*/
.page-feature-jheritage-under .course-box.course-05-4 {
  z-index: 0;
}
.page-feature-jheritage-under .course-box.course-05-4::before {
  top: 0;
  left: 255px;
}
.page-feature-jheritage-under .course-box.course-05-4 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-05-4 .course-balloon {
  top: -15px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-05-4 .course-balloon {
    left: -15px;
  }
  .page-feature-jheritage-under .course-box.course-05-4 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-05-4 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-05-4 .course-more {
    width: 54%;
  }
  .page-feature-jheritage-under .course-box.course-05-4 .course-block {
    width: 42%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-05-4 h5,
  .page-feature-jheritage-under .course-box.course-05-4 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-05-4 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-05-4 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-05-4 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-05-4 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-05-4::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-4 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-4 .course-more,
  .page-feature-jheritage-under .course-box.course-05-4 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-4 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-05-4 .course-block {
    margin-top: 15px;
  }
}
/*05-bt1*/
.page-feature-jheritage-under .course-box.course-05-bt1 {
  z-index: 7;
}
.page-feature-jheritage-under .course-box.course-05-bt1::before {
  top: 0;
  right: 175px;
}
.page-feature-jheritage-under .course-box.course-05-bt1 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-05-bt1 .course-more .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-balloon {
    top: -15px;
    left: 37%;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-more {
    order: 2;
    width: 48%;
    margin-left: 4%;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-more .more-balloon {
    top: -25px;
    left: -100px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-block {
    order: 1;
    width: 48%;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-05-bt1 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-name {
    position: relative;
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-name img {
    position: absolute;
    top: -35px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-more,
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-more .more-balloon {
    top: -15px;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-more .more-balloon img {
    width: 100px;
    height: auto;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-name p,
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt1 .course-name h5 {
    margin-top: 15px;
  }
}
/*05-bt2*/
.page-feature-jheritage-under .course-box.course-05-bt2 {
  z-index: 0;
}
.page-feature-jheritage-under .course-box.course-05-bt2::before {
  top: 0;
  left: 255px;
}
.page-feature-jheritage-under .course-box.course-05-bt2 .course-more,
.page-feature-jheritage-under .course-box.course-05-bt2 .course-block {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-05-bt2 .course-balloon {
  top: -15px;
}
.page-feature-jheritage-under .course-box.course-05-bt2 .course-more .more-balloon,
.page-feature-jheritage-under .course-box.course-05-bt2 .more-balloon2 {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-05-bt2 .course-balloon {
    left: -15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2 .course-more {
    width: 50%;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2 .course-more .more-balloon {
    top: -25px;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2 .more-balloon2 {
    top: 0;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2 .course-block {
    width: 46%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2 h5,
  .page-feature-jheritage-under .course-box.course-05-bt2 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-05-bt2 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2 .more-balloon2 {
    top: -15px;
    z-index: 1;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2 .course-more,
  .page-feature-jheritage-under .course-box.course-05-bt2 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2 .course-name p,
  .page-feature-jheritage-under .course-box.course-05-bt2 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2 .course-name h5 {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2 .course-more .more-balloon {
    top: -15px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt2 .course-more .more-balloon img {
    width: 100px;
    height: auto;
  }
}
/*05-5*/
.page-feature-jheritage-under .course-box.course-05-5 {
  z-index: 10;
}
.page-feature-jheritage-under .course-box.course-05-5::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-05-5 .course-balloon {
  top: -15px;
  left: -15px;
}
.page-feature-jheritage-under .course-box.course-05-5 .course-name p,
.page-feature-jheritage-under .course-box.course-05-5 .course-more p {
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-05-5 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .page-feature-jheritage-under .course-box.course-05-5 .course-name {
    width: 50%;
    padding-top: 30px;
  }
  .page-feature-jheritage-under .course-box.course-05-5 .course-more {
    position: absolute;
    top: -130px;
    right: 0;
    width: 46%;
  }
  .page-feature-jheritage-under .course-box.course-05-5 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-5 h5 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-05-5 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-05-5::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-5 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-05-5 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-5 .course-more,
  .page-feature-jheritage-under .course-box.course-05-5 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-5 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-05-5 .course-name p,
  .page-feature-jheritage-under .course-box.course-05-5 .course-more p {
    margin-top: 5px;
  }
}
/*05-bt3*/
.page-feature-jheritage-under .course-box.course-05-bt3 {
  z-index: 7;
}
.page-feature-jheritage-under .course-box.course-05-bt3::before {
  top: 0;
  right: 175px;
}
.page-feature-jheritage-under .course-box.course-05-bt3 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-05-bt3 .course-more .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-balloon {
    top: -15px;
    left: 37%;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-more {
    order: 2;
    width: 58%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-more .more-balloon {
    top: -25px;
    left: -100px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-block {
    order: 1;
    width: 38%;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-05-bt3 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-name {
    position: relative;
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-name img {
    position: absolute;
    top: -35px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-name h3 br {
    display: none;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-more,
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-more .more-balloon {
    top: -15px;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-more .more-balloon img {
    width: 100px;
    height: auto;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-name p,
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-bt3 .course-name h5 {
    margin-top: 15px;
  }
}
/*05-6*/
.page-feature-jheritage-under .course-box.course-05-6 {
  z-index: 9;
}
.page-feature-jheritage-under .course-box.course-05-6::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-05-6 .course-dtl .course-spec {
  padding: 0;
  background-color: transparent;
  border: none;
}
.page-feature-jheritage-under .course-box.course-05-6 .course-spec .course-spec-inner {
  padding: 15px;
  background-color: #eee;
  border: 1px solid #ccc;
}
.page-feature-jheritage-under .course-box.course-05-6 .course-block2 .course-more2 h3,
.page-feature-jheritage-under .course-box.course-05-6 .course-block2 .course-more2 p {
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-05-6 .course-balloon {
    top: -15px;
    left: -15px;
  }
  .page-feature-jheritage-under .course-box.course-05-6 {
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-05-6 .course-block,
  .page-feature-jheritage-under .course-box.course-05-6 .course-block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-top: 30px;
    position: relative;
  }
  .page-feature-jheritage-under .course-box.course-05-6 .course-block2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-feature-jheritage-under .course-box.course-05-6 .course-block::before {
    content: "";
    position: absolute;
    border-left: 5px dotted #ab912f;
    width: 5px;
    height: 65px;
  }
  .page-feature-jheritage-under .course-box.course-05-6 .course-block::before {
    top: 0;
    left: 40%;
  }
  .page-feature-jheritage-under .course-box.course-05-6 .course-block .course-name {
    order: 2;
    width: 44%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-05-6 .course-block .course-more1 {
    order: 1;
    width: 52%;
  }
  .page-feature-jheritage-under .course-box.course-05-6 .course-block2 .course-more2 {
    order: 2;
    width: 44%;
    margin-left: 4%;
    text-align: right;
    position: relative;
    top: -50px;
    position: relative;
  }
  .page-feature-jheritage-under .course-box.course-05-6 .course-block2 .course-more2::before {
    content: "";
    position: absolute;
    border-top: 5px dotted #ab912f;
    width: 100px;
    height: 5px;
  }
  .page-feature-jheritage-under .course-box.course-05-6 .course-block2 .course-more2::before {
    top: 30%;
    left: -50px;
  }
  .page-feature-jheritage-under .course-box.course-05-6 .course-block2 .course-spec {
    order: 1;
    width: 52%;
    padding-right: 50px;
  }
  .page-feature-jheritage-under .course-box.course-05-6 .course-name p,
  .page-feature-jheritage-under .course-box.course-05-6 .course-more p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-05-6 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-05-6::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-6 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-05-6 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-6 .course-more,
  .page-feature-jheritage-under .course-box.course-05-6 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-05-6 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-05-6 .course-name p,
  .page-feature-jheritage-under .course-box.course-05-6 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-05-6 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-05-6 .course-more1,
  .page-feature-jheritage-under .course-box.course-05-6 .course-more2 {
    margin-top: 15px;
    text-align: center;
  }
}
/*06-2*/
.page-feature-jheritage-under .course-box.course-06-2 {
  z-index: 0;
}
.page-feature-jheritage-under .course-box.course-06-2::before {
  top: 15px;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-06-2 .course-more {
  position: relative;
}
/*	.page-feature-jheritage-under .course-box.course-06-2 .course-balloon {
    top: 35px;
}*/
.page-feature-jheritage-under .course-box.course-06-2 .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-06-2 .course-balloon {
    left: -15px;
  }
  .page-feature-jheritage-under .course-box.course-06-2 {
    padding-top: 95px;
  }
  .page-feature-jheritage-under .course-box.course-06-2 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-06-2 .course-more {
    position: relative;
    width: 52%;
    margin-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-06-2 .more-balloon {
    top: -30px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-2 .course-block {
    width: 44%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-06-2 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-06-2 .course-name h3 {
    padding-left: 25px;
  }
  .page-feature-jheritage-under .course-box.course-06-2 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-06-2 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-06-2::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-2 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-2 .course-more,
  .page-feature-jheritage-under .course-box.course-06-2 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-2 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-06-2 .course-name p,
  .page-feature-jheritage-under .course-box.course-06-2 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-06-2 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-2 .course-name h5 {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-2 .more-balloon {
    top: -30px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-2 .more-balloon img {
    width: 100px;
    height: auto;
  }
}
/*06-bt1*/
.page-feature-jheritage-under .course-box.course-06-bt1 {
  z-index: 7;
}
.page-feature-jheritage-under .course-box.course-06-bt1::before {
  top: 0;
  right: 175px;
}
.page-feature-jheritage-under .course-box.course-06-bt1 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-06-bt1 .course-more .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-06-bt1 .course-balloon {
    top: -15px;
    left: 37%;
  }
  .page-feature-jheritage-under .course-box.course-06-bt1 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt1 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-06-bt1 .course-more {
    order: 2;
    width: 56%;
    margin-left: 4%;
    padding-top: 115px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt1 .course-more .more-balloon {
    top: 15px;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt1 .course-block {
    order: 1;
    width: 40%;
  }
  .page-feature-jheritage-under .course-box.course-06-bt1 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt1 .course-name h3 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-06-bt1 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt1::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt1 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt1 .course-name {
    position: relative;
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt1 .course-name img {
    position: absolute;
    top: -35px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt1 .course-more,
  .page-feature-jheritage-under .course-box.course-06-bt1 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt1 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-06-bt1 .course-more .more-balloon {
    top: -15px;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt1 .course-more .more-balloon img {
    width: 100px;
    height: auto;
  }
  .page-feature-jheritage-under .course-box.course-06-bt1 .course-name p,
  .page-feature-jheritage-under .course-box.course-06-bt1 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt1 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt1 .course-name h5 {
    margin-top: 15px;
  }
}
/*06-3*/
.page-feature-jheritage-under .course-box.course-06-3 {
  z-index: 0;
}
.page-feature-jheritage-under .course-box.course-06-3::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-06-3 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-06-3 .course-balloon {
  top: -15px;
}
.page-feature-jheritage-under .course-box.course-06-3 .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-06-3 .course-balloon {
    left: -15px;
  }
  .page-feature-jheritage-under .course-box.course-06-3 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-06-3 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-06-3 .course-more {
    position: relative;
    width: 48%;
  }
  .page-feature-jheritage-under .course-box.course-06-3 .more-balloon {
    top: -30px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-3 .course-block {
    width: 48%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-06-3 h5,
  .page-feature-jheritage-under .course-box.course-06-3 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-06-3 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-06-3 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-06-3 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-06-3 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-06-3::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-3 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-3 .course-more,
  .page-feature-jheritage-under .course-box.course-06-3 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-3 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-06-3 .course-name p,
  .page-feature-jheritage-under .course-box.course-06-3 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-06-3 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-3 .course-name h5 {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-3 .more-balloon {
    top: -30px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-3 .more-balloon img {
    width: 100px;
    height: auto;
  }
}
/*06-bt2*/
.page-feature-jheritage-under .course-box.course-06-bt2 {
  z-index: 7;
}
.page-feature-jheritage-under .course-box.course-06-bt2::before {
  top: 15px;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-06-bt2 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-06-bt2 .course-more .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-06-bt2 .course-balloon {
    top: -15px;
    left: 37%;
  }
  .page-feature-jheritage-under .course-box.course-06-bt2 {
    padding-top: 95px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt2 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-06-bt2 .course-more {
    order: 2;
    width: 56%;
    margin-left: 4%;
    margin-top: 120px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt2 .course-more .more-balloon {
    top: -25px;
    left: -100px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt2 .course-block {
    order: 1;
    width: 40%;
  }
  .page-feature-jheritage-under .course-box.course-06-bt2 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt2 .course-name h3 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-06-bt2 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt2::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt2 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt2 .course-name {
    position: relative;
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt2 .course-name img {
    position: absolute;
    top: -35px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt2 .course-more,
  .page-feature-jheritage-under .course-box.course-06-bt2 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt2 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-06-bt2 .course-more .more-balloon {
    top: -15px;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt2 .course-more .more-balloon img {
    width: 100px;
    height: auto;
  }
  .page-feature-jheritage-under .course-box.course-06-bt2 .course-name p,
  .page-feature-jheritage-under .course-box.course-06-bt2 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt2 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-bt2 .course-name h5 {
    margin-top: 15px;
  }
}
/*06-4*/
.page-feature-jheritage-under .course-box.course-06-4 {
  z-index: 0;
}
.page-feature-jheritage-under .course-box.course-06-4::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-06-4 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-06-4 .course-balloon {
  top: -15px;
}
.page-feature-jheritage-under .course-box.course-06-4 .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-06-4 .course-balloon {
    left: -15px;
  }
  .page-feature-jheritage-under .course-box.course-06-4 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-06-4 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-06-4 .course-more {
    position: relative;
    width: 48%;
  }
  .page-feature-jheritage-under .course-box.course-06-4 .more-balloon {
    top: -30px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-4 .course-block {
    width: 48%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-06-4 h5,
  .page-feature-jheritage-under .course-box.course-06-4 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-06-4 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-06-4 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-06-4 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-06-4 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-06-4::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-4 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-4 .course-more,
  .page-feature-jheritage-under .course-box.course-06-4 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-4 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-06-4 .course-name p,
  .page-feature-jheritage-under .course-box.course-06-4 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-06-4 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-4 .course-name h5 {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-4 .more-balloon {
    top: -30px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-06-4 .more-balloon img {
    width: 100px;
    height: auto;
  }
}
/*07-1*/
.page-feature-jheritage-under .course-box.course-07-1 {
  z-index: 8;
}
.page-feature-jheritage-under .course-box.course-07-1::before {
  top: 15px;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-07-1 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-07-1 .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-07-1 .course-balloon {
    top: -25px;
    left: 150px;
  }
  .page-feature-jheritage-under .course-box.course-07-1 .more-balloon {
    top: -30px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-1 {
    padding-top: 95px;
  }
  .page-feature-jheritage-under .course-box.course-07-1 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-07-1 .course-more {
    order: 2;
    width: 56%;
    margin-left: 4%;
    margin-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-07-1 .course-block {
    order: 1;
    width: 40%;
  }
  .page-feature-jheritage-under .course-box.course-07-1 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-07-1 h3 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-07-1 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-07-1::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-1 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-07-1 .more-balloon {
    top: -15px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-1 .more-balloon img {
    width: 120px;
    height: auto;
  }
  .page-feature-jheritage-under .course-box.course-07-1 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-1 .course-more,
  .page-feature-jheritage-under .course-box.course-07-1 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-1 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-07-1 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-1 h3 {
    padding-left: 15px;
  }
}
/*07-2*/
.page-feature-jheritage-under .course-box.course-07-2 {
  z-index: 0;
}
.page-feature-jheritage-under .course-box.course-07-2::before {
  top: 15px;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-07-2 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-07-2 .course-balloon {
  top: -15px;
}
.page-feature-jheritage-under .course-box.course-07-2 .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-07-2 .course-balloon {
    left: -15px;
  }
  .page-feature-jheritage-under .course-box.course-07-2 {
    padding-top: 95px;
  }
  .page-feature-jheritage-under .course-box.course-07-2 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-07-2 .course-more {
    position: relative;
    width: 56%;
  }
  .page-feature-jheritage-under .course-box.course-07-2 .more-balloon {
    top: -30px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-2 .course-block {
    width: 40%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-07-2 .course-spec {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-07-2 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-07-2::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-2 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-2 .course-more,
  .page-feature-jheritage-under .course-box.course-07-2 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-2 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-07-2 .course-name p,
  .page-feature-jheritage-under .course-box.course-07-2 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-07-2 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-2 .course-name h5 {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-2 .more-balloon {
    top: -30px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-2 .more-balloon img {
    width: 100px;
    height: auto;
  }
}
/*07-3*/
.page-feature-jheritage-under .course-box.course-07-3 {
  z-index: 10;
}
.page-feature-jheritage-under .course-box.course-07-3::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-07-3 .course-balloon {
  top: -15px;
  left: -15px;
}
.page-feature-jheritage-under .course-box.course-07-3 .course-name p,
.page-feature-jheritage-under .course-box.course-07-3 .course-more p {
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-07-3 {
    padding-top: 80px;
    padding-bottom: 200px;
  }
  .page-feature-jheritage-under .course-box.course-07-3 .course-name {
    width: 50%;
    padding-top: 30px;
  }
  .page-feature-jheritage-under .course-box.course-07-3 .course-more {
    position: absolute;
    top: -30px;
    right: 0;
    width: 46%;
  }
  .page-feature-jheritage-under .course-box.course-07-3 .course-spec {
    position: absolute;
    top: bottom;
    left: 0;
    width: 50%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-07-3 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-07-3::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-3 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-07-3 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-3 .course-more,
  .page-feature-jheritage-under .course-box.course-07-3 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-3 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-07-3 .course-name p,
  .page-feature-jheritage-under .course-box.course-07-3 .course-more p {
    margin-top: 5px;
  }
}
/*07-4*/
.page-feature-jheritage-under .course-box.course-07-4 {
  z-index: 0;
}
.page-feature-jheritage-under .course-box.course-07-4::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-07-4 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-07-4 .course-balloon {
  top: -15px;
}
.page-feature-jheritage-under .course-box.course-07-4 .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-07-4 .course-balloon {
    left: -15px;
  }
  .page-feature-jheritage-under .course-box.course-07-4 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-07-4 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-07-4 .course-dtl .course-more2 {
    position: relative;
    width: 48%;
    margin-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-07-4 .course-dtl .course-more3 {
    position: relative;
    top: -50px;
    width: 40%;
    margin-left: 12%;
  }
  .page-feature-jheritage-under .course-box.course-07-4 .course-dtl .course-more3::before {
    content: "";
    position: absolute;
    top: 4%;
    left: -80px;
    border-top: 5px dotted #ab912f;
    width: 80px;
    height: 5px;
  }
  .page-feature-jheritage-under .course-box.course-07-4 .course-dtl .course-more3::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -80px;
    border-top: 5px dotted #ab912f;
    width: 80px;
    height: 5px;
    transform: rotate(-45deg);
  }
  .page-feature-jheritage-under .course-box.course-07-4 .course-more {
    position: relative;
    width: 48%;
  }
  .page-feature-jheritage-under .course-box.course-07-4 .more-balloon {
    top: -30px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-4 .course-block {
    width: 48%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-07-4 h4,
  .page-feature-jheritage-under .course-box.course-07-4 h5,
  .page-feature-jheritage-under .course-box.course-07-4 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-07-4 .course-spec table th {
    width: 6em;
  }
  .page-feature-jheritage-under .course-box.course-07-4 .course-name h3 {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-07-4 .course-more2 p,
  .page-feature-jheritage-under .course-box.course-07-4 .course-more3 p,
  .page-feature-jheritage-under .course-box.course-07-4 .course-name p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-07-4 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-07-4::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-4 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-4 .course-more,
  .page-feature-jheritage-under .course-box.course-07-4 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-4 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-07-4 .course-name p,
  .page-feature-jheritage-under .course-box.course-07-4 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-07-4 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-4 .course-name h5 {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-4 .more-balloon {
    top: -30px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-4 .more-balloon img {
    width: 100px;
    height: auto;
  }
}
/*07-bt1*/
.page-feature-jheritage-under .course-box.course-07-bt1 {
  z-index: 4;
}
.page-feature-jheritage-under .course-box.course-07-bt1::before {
  top: 0;
  left: 255px;
}
.page-feature-jheritage-under .course-box.course-07-bt1 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-07-bt1 .course-more .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-07-bt1 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-07-bt1 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-07-bt1 .course-more {
    width: 58%;
  }
  .page-feature-jheritage-under .course-box.course-07-bt1 .course-more .more-balloon {
    top: 0;
    left: 25px;
  }
  .page-feature-jheritage-under .course-box.course-07-bt1 .course-block {
    width: 38%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-07-bt1 h5,
  .page-feature-jheritage-under .course-box.course-07-bt1 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-07-bt1 .course-name h3 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-07-bt1 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-07-bt1::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-bt1 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-bt1 .course-more,
  .page-feature-jheritage-under .course-box.course-07-bt1 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-07-bt1 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-07-bt1 .course-name p,
  .page-feature-jheritage-under .course-box.course-07-bt1 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-07-bt1 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-bt1 .course-name h5 {
    margin-top: 15px;
  }
}
/*07-5*/
.page-feature-jheritage-under .course-box.course-07-5 {
  z-index: 10;
}
.page-feature-jheritage-under .course-box.course-07-5::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-07-5 .course-balloon {
  top: -15px;
  left: -15px;
}
.page-feature-jheritage-under .course-box.course-07-5 .course-name p,
.page-feature-jheritage-under .course-box.course-07-5 .course-more p {
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-07-5 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .page-feature-jheritage-under .course-box.course-07-5 .course-name {
    width: 50%;
    padding-top: 30px;
  }
  .page-feature-jheritage-under .course-box.course-07-5 .course-more {
    position: absolute;
    top: -130px;
    right: 0;
    width: 46%;
  }
  .page-feature-jheritage-under .course-box.course-07-5 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-5 h5 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-07-5 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-07-5::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-5 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-07-5 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-5 .course-more,
  .page-feature-jheritage-under .course-box.course-07-5 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-07-5 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-07-5 .course-name p,
  .page-feature-jheritage-under .course-box.course-07-5 .course-more p {
    margin-top: 5px;
  }
}
/*08-1*/
.page-feature-jheritage-under .course-box.course-08-1 {
  z-index: 8;
}
.page-feature-jheritage-under .course-box.course-08-1::before {
  top: 0;
  left: 25px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-08-1 .course-balloon {
    top: -15px;
    left: 37%;
  }
  .page-feature-jheritage-under .course-box.course-08-1 {
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-08-1 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-08-1 .course-more {
    order: 2;
    width: 56%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-08-1 .course-block {
    order: 1;
    width: 40%;
  }
  .page-feature-jheritage-under .course-box.course-08-1 .course-name h3 br {
  }
  .page-feature-jheritage-under .course-box.course-08-1 .course-name h5 {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-08-1 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-08-1 .course-name p,
  .page-feature-jheritage-under .course-box.course-08-1 .course-more p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-08-1 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-08-1::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-1 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-08-1 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-1 .course-more,
  .page-feature-jheritage-under .course-box.course-08-1 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-1 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-08-1 .course-name p,
  .page-feature-jheritage-under .course-box.course-08-1 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-08-1 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-1 .course-name h5 {
    margin-top: 15px;
  }
}
/*08-2*/
.page-feature-jheritage-under .course-box.course-08-2 {
  z-index: 6;
}
.page-feature-jheritage-under .course-box.course-08-2::before {
  top: 0;
  left: 25px;
}
.page-feature-jheritage-under .course-box.course-08-2 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-08-2 .course-balloon {
  top: -15px;
}
.page-feature-jheritage-under .course-box.course-08-2 .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-08-2 .course-balloon {
    left: -15px;
  }
  .page-feature-jheritage-under .course-box.course-08-2 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-08-2 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-08-2 .course-more {
    position: relative;
    width: 56%;
  }
  .page-feature-jheritage-under .course-box.course-08-2 .more-balloon {
    top: -30px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-2 .course-block {
    width: 40%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-08-2 h5,
  .page-feature-jheritage-under .course-box.course-08-2 .course-spec {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-08-2 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-08-2::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-2 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-2 .course-more,
  .page-feature-jheritage-under .course-box.course-08-2 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-2 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-08-2 .course-name p,
  .page-feature-jheritage-under .course-box.course-08-2 .course-more p {
    margin-top: 5px;
  }
  .page-feature-jheritage-under .course-box.course-08-2 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-2 .course-name h5 {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-2 .more-balloon {
    top: -30px;
    right: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-2 .more-balloon img {
    width: 100px;
    height: auto;
  }
}
/*08-3*/
.page-feature-jheritage-under .course-box.course-08-3 {
  z-index: 8;
}
.page-feature-jheritage-under .course-box.course-08-3::before {
  top: 15px;
  left: 50%;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-08-3 {
    padding-top: 95px;
  }
  .page-feature-jheritage-under .course-box.course-08-3 .course-balloon {
    top: -25px;
    left: 150px;
  }
  .page-feature-jheritage-under .course-box.course-08-3 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-08-3 .course-more {
    order: 2;
    width: 56%;
    margin-left: 4%;
    margin-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-08-3 .course-block {
    order: 1;
    width: 40%;
  }
  .page-feature-jheritage-under .course-box.course-08-3 .course-name h5 {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-08-3 .course-spec {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-08-3 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-08-3::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-3 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-08-3 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-3 .course-more,
  .page-feature-jheritage-under .course-box.course-08-3 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-3 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-08-3 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-3 .course-name h5 {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-3 .course-name h3 br {
    display: none;
  }
}
/*08-bt1*/
.page-feature-jheritage-under .course-box.course-08-bt1 {
  z-index: 2;
}
.page-feature-jheritage-under .course-box.course-08-bt1::before {
  top: 0;
  left: 255px;
}
.page-feature-jheritage-under .course-box.course-08-bt1 .course-more {
  position: relative;
}
.page-feature-jheritage-under .course-box.course-08-bt1 .course-more .more-balloon {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-08-bt1 {
    margin-top: 15px;
    padding-top: 80px;
  }
  .page-feature-jheritage-under .course-box.course-08-bt1 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-08-bt1 .course-more {
    width: 58%;
  }
  .page-feature-jheritage-under .course-box.course-08-bt1 .course-more .more-balloon {
    top: 0;
    left: 25px;
  }
  .page-feature-jheritage-under .course-box.course-08-bt1 .course-block {
    width: 38%;
    margin-left: 4%;
  }
  .page-feature-jheritage-under .course-box.course-08-bt1 .course-spec {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-08-bt1 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-08-bt1::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-bt1 .course-name {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-bt1 .course-more,
  .page-feature-jheritage-under .course-box.course-08-bt1 .course-spec {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .course-box.course-08-bt1 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-08-bt1 .course-block {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-bt1 .course-more .more-balloon {
    top: -15px;
    left: -10px;
  }
}
/*08-4*/
.page-feature-jheritage-under .course-box.course-08-4 {
  z-index: 1;
}
.page-feature-jheritage-under .course-box.course-08-4::before {
  top: 15px;
  left: 25px;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .course-box.course-08-4 {
    padding-top: 95px;
  }
  .page-feature-jheritage-under .course-box.course-08-4 .course-balloon {
    top: -25px;
    left: 150px;
  }
  .page-feature-jheritage-under .course-box.course-08-4 .course-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-jheritage-under .course-box.course-08-4 .course-more {
    order: 2;
    width: 56%;
    margin-left: 4%;
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-08-4 .course-block {
    order: 1;
    width: 40%;
  }
  .page-feature-jheritage-under .course-box.course-08-4 .course-spec {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .course-box.course-08-4 {
    padding-top: 50px;
  }
  .page-feature-jheritage-under .course-box.course-08-4::before {
    top: 0;
    left: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-4 .course-balloon {
    top: -10px;
    left: -10px;
  }
  .page-feature-jheritage-under .course-box.course-08-4 .course-name,
  .page-feature-jheritage-under .course-box.course-08-4 .course-more,
  .page-feature-jheritage-under .course-box.course-08-4 .course-spec {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .course-box.course-08-4 .course-more img {
    margin: 0 auto;
  }
  .page-feature-jheritage-under .course-box.course-08-4 .course-block {
    margin-top: 15px;
  }
}
.page-feature-jheritage-under .wrp-review h4 {
  padding: 0 0 15px;
  background-image: url("file:///C|/Users/user/AppData/Local/Temp/ffftp00002554/img/feature/jheritage/spot-line.gif");
  background-position: left bottom;
  background-repeat: repeat-x;
  font-family: "07logotypegothic7regular";
  font-size: 2rem;
  font-weight: 700;
  color: #7f5f3f;
  letter-spacing: 0.2em;
}
.page-feature-jheritage-under .wrp-review dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-feature-jheritage-under .wrp-review dd {
  flex: 1;
  position: relative;
}
.page-feature-jheritage-under .wrp-review dd p {
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: 100%;
  max-height: 5.5rem;
}
@media screen and (min-width: 768px), print {
  .page-feature-jheritage-under .wrp-review ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .page-feature-jheritage-under .wrp-review li {
    width: 47.5%;
  }
  .page-feature-jheritage-under .wrp-review li:nth-child(even) {
    margin-left: 5%;
  }
  .page-feature-jheritage-under .wrp-review li:nth-child(n + 3) {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .wrp-review dt {
    width: 100px;
    margin-right: 15px;
  }
  .page-feature-jheritage-under .wrp-review dd h6 {
    font-size: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #0092ae;
  }
  .page-feature-jheritage-under .wrp-review dd h6 span {
    border-bottom: 1px solid #0092ae;
  }
  .page-feature-jheritage-under .wrp-review dd p {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .page-feature-jheritage-under .wrp-review a:hover h6 {
    opacity: 0.7;
    color: #a37e39;
  }
  .page-feature-jheritage-under .wrp-review a:hover h6 span {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .wrp-review h4 {
    font-size: 1.6rem;
  }
  .page-feature-jheritage-under .wrp-review ul {
    margin-top: 25px;
  }
  .page-feature-jheritage-under .wrp-review li:nth-child(n + 2) {
    margin-top: 15px;
  }
  .page-feature-jheritage-under .wrp-review dt {
    width: 70px;
    margin-right: 10px;
  }
  .page-feature-jheritage-under .wrp-review dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-feature-jheritage-under .wrp-review dd p {
    display: none;
  }
}
.page-feature-jheritage-under .wrp-link li {
  padding: 10px 0;
}
.page-feature-jheritage-under .wrp-link dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-feature-jheritage-under .wrp-link dt {
  padding: 5px;
  background-color: #ae8931;
  border-radius: 3px;
  font-size: 1.2rem;
  color: #fff;
}
.page-feature-jheritage-under .wrp-link dd {
  position: relative;
  margin-left: 15px;
  padding-left: 25px;
}
.page-feature-jheritage-under .wrp-link dd::before,
.page-feature-jheritage-under .wrp-link dd::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
}
.page-feature-jheritage-under .wrp-link dd::before {
  width: 16px;
  height: 16px;
  background: #ae8931;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.page-feature-jheritage-under .wrp-link dd::after {
  left: 5px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .page-feature-jheritage-under .wrp-link dt {
    display: none;
  }
  .page-feature-jheritage-under .wrp-link dd {
    margin-left: 0;
  }
  .page-feature-jheritage-under .wrp-link dd::before,
  .page-feature-jheritage-under .wrp-link dd::after {
    top: 5px;
    bottom: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
  }
  .page-feature-jheritage-under .wrp-link dd::after {
    top: 10px;
  }
}
/* page-feature-cycling
------------------------------*/
.page-feature-cycling .wrp-main {
  max-width: 1260px;
  margin: 0 auto;
}
.page-feature-cycling .ttl-box {
  position: relative;
  text-align: center;
}
.page-feature-cycling .ttl-box::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 30px;
  display: block;
  background-image: url("file:///C|/Users/user/AppData/Local/Temp/ffftp00002554/img/feature/cycling/icon-bicycle.png");
  background-repeat: no-repeat;
  background-size: 50px 30px;
}
.page-feature-cycling .ttl-box h2,
.page-feature-cycling h3 {
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1;
}
.page-feature-cycling .ttl-box span {
  margin-top: 15px;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .page-feature-cycling .ttl-box {
    margin-top: 130px;
  }
  .page-feature-cycling .ttl-box h2,
  .page-feature-cycling h3 {
    font-size: 2.4rem;
  }
  .page-feature-cycling h3 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-cycling .ttl-box {
    margin-top: 100px;
  }
  .page-feature-cycling .ttl-box h2,
  .page-feature-cycling h3 {
    font-size: 1.8rem;
  }
  .page-feature-cycling h3 {
    margin-top: 35px;
  }
}
.page-feature-cycling .map-ttl {
  background-color: #29aae3;
  color: #fff;
  text-align: center;
}
.page-feature-cycling .map-ttl dd {
  font-weight: 700;
  line-height: 1;
}
.page-feature-cycling .lead {
  margin-top: 35px;
}
@media screen and (min-width: 1025px), print {
  .page-feature-cycling .lead {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .page-feature-cycling .lead br {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .page-feature-cycling .map-ttl {
    margin: 100px 0;
    padding: 50px 15px;
  }
  .page-feature-cycling .map-ttl dl {
    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;
  }
  .page-feature-cycling .map-ttl dd {
    margin-left: 35px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-cycling .map-ttl {
    margin: 50px 0;
    padding: 25px 25px;
  }
  .page-feature-cycling .map-ttl dt img {
    width: 70%;
    height: auto;
  }
  .page-feature-cycling .map-ttl dd {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .page-feature-cycling .lead {
    margin-top: 25px;
  }
}
.page-feature-cycling .cycling-map-list {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.page-feature-cycling .cycling-map-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-feature-cycling .cycling-map-list dd {
  flex: 1;
  margin-left: 20px;
}
.page-feature-cycling .cycling-map-list dd a {
  color: #009fc5;
  text-decoration: underline;
}
.page-feature-cycling .cycling-map-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-feature-cycling .cycling-map-list li {
  margin: 5px 5px 0 0;
  padding: 5px;
  background-color: #009fc5;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
.page-feature-cycling .cycling-map-list li {
}
@media screen and (min-width: 1025px), print {
  .page-feature-cycling .cycling-map-list dd a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px), print {
  .page-feature-cycling .cycling-map-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 100px;
  }
  .page-feature-cycling .cycling-map-list div {
    width: 49%;
    margin-right: 2%;
  }
  .page-feature-cycling .cycling-map-list div:nth-child(even) {
    margin-right: 0;
  }
  .page-feature-cycling .cycling-map-list div:nth-child(n + 3) {
    margin-top: 2%;
  }
  .page-feature-cycling .cycling-map-list dt {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-cycling .wrp-cycling-map-list {
    margin-bottom: 50px;
  }
  .page-feature-cycling .cycling-map-list div:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }
  .page-feature-cycling .cycling-map-list dt {
    width: 85px;
  }
}
.page-feature-cycling .cycling-map-list2 li {
  background: -moz-linear-gradient(top, #fff, #f2f4f3);
  background: -webkit-linear-gradient(top, #fff, #f2f4f3);
  background: linear-gradient(to bottom, #fff, #f2f4f3);
  border: 1px solid #ddd;
}
.page-feature-cycling .cycling-map-list2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  color: #009fc5;
  line-height: 1.35;
}
@media screen and (min-width: 1025px), print {
  .page-feature-cycling .cycling-map-list2 li:hover {
    border: 1px solid #009fc5;
  }
}
@media screen and (min-width: 1025px), print {
  .page-feature-cycling .cycling-map-list2 li a {
    padding: 20px 10px 20px 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-feature-cycling .cycling-map-list2 li a {
    padding: 15px 5px 15px 15px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px), print {
  .page-feature-cycling .cycling-map-list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 60px 0 0;
  }
  .page-feature-cycling .cycling-map-list2 li {
    width: 49%;
    margin-right: 2%;
  }
  .page-feature-cycling .cycling-map-list2 li:nth-child(even) {
    margin-right: 0;
  }
  .page-feature-cycling .cycling-map-list2 li:nth-child(n + 3) {
    margin-top: 2%;
  }
  .page-feature-cycling .cycling-map-list2 li a.f-small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-cycling .cycling-map-list2 {
    margin-top: 25px;
  }
  .page-feature-cycling .cycling-map-list2 li a {
    padding: 15px 10px;
    font-size: 1.4rem;
  }
  .page-feature-cycling .cycling-map-list2 li:nth-child(n + 2) {
    margin-top: 15px;
  }
  .page-feature-cycling .cycling-map-list2 li a br {
    display: none;
  }
}
.page-feature-cycling .wrp-cycling {
  width: calc(100% - 30px);
  max-width: 980px;
  margin: 0 auto;
}
.page-feature-cycling .cycling-movie-list li {
  text-align: center;
}
.page-feature-cycling .cycling-movie-list p {
  margin-top: 10px;
}
@media screen and (min-width: 768px), print {
  .page-feature-cycling .cycling-movie-list {
    margin-top: 60px;
  }
  .page-feature-cycling .cycling-movie-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-feature-cycling .cycling-movie-list li {
    width: 48%;
    margin-right: 4%;
  }
  .page-feature-cycling .cycling-movie-list li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-feature-cycling .cycling-movie-list {
    margin-top: 25px;
  }
  .page-feature-cycling .cycling-movie-list li:nth-child(n + 2) {
    margin-top: 25px;
  }
}
.wrp-feature-cycling-slider {
  max-width: 1260px;
  margin: 0 auto;
}
.feature-cycling-slider li.slick-slide img {
  width: 100%;
  height: 620px;
  object-position: 50% 50%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
@media screen and (max-width: 960px) {
  .feature-cycling-slider li.slick-slide img {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .feature-cycling-slider li.slick-slide img {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .feature-cycling-slider li.slick-slide img {
    height: 250px;
  }
}
.feature-cycling-slider li {
  position: relative;
}
.feature-cycling-slider li p {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature-cycling-slider li p {
    padding: 5px;
    font-size: 1.1rem;
    text-align: left;
  }
}
.feature-cycling-slider .slick-dots {
  position: relative;
  bottom: -10px;
  text-align: center;
}
.feature-cycling-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: transparent;
}
.feature-cycling-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px !important;
  height: 5px !important;
  padding: 0;
  cursor: pointer;
  background-color: #ccc;
  outline: none;
  border-radius: 50%;
}
.feature-cycling-slider .slick-dots li button:hover,
.feature-cycling-slider .slick-dots li button:focus {
  outline: none;
}
.feature-cycling-slider .slick-dots li button:hover:before,
.feature-cycling-slider .slick-dots li button:focus:before {
  opacity: 1;
}
.feature-cycling-slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  text-align: center;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.feature-cycling-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #29aae3;
  width: 100%;
  height: 100%;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 60px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 98;
}
.feature-cycling-slider .slick-prev {
  left: 0;
}
.feature-cycling-slider .slick-next {
  right: 0;
}
.feature-cycling-slider .slick-prev:before {
  content: "" !important;
}
.feature-cycling-slider .slick-prev:after {
  content: url(file:///C|/Users/user/AppData/Local/Temp/ffftp00002554/img/feature/cycling/slider-arrow-left.png);
}
.feature-cycling-slider .slick-next:before {
  content: "" !important;
}
.feature-cycling-slider .slick-next:after {
  content: url(file:///C|/Users/user/AppData/Local/Temp/ffftp00002554/img/feature/cycling/slider-arrow-right.png);
}
/* 
 * Boxer v3.3.0 - 2015-04-04 
 * A jQuery plugin for displaying images, videos or content in a modal overlay. Part of the Formstone Library. 
 * http://classic.formstone.it/boxer/ 
 * 
 * Copyright 2015 Ben Plum; MIT Licensed 
 */
.boxer-lock {
  overflow: hidden !important;
}
#boxer-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.boxer-open #boxer-overlay {
  opacity: 0.75;
}
#boxer {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 101;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 25px #000;
  opacity: 0;
  margin: 0 auto;
  padding: 10px;
}
#boxer * {
  -webkit-transition: none;
  transition: none;
}
#boxer,
#boxer * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
#boxer,
#boxer *,
#boxer :before,
#boxer :after {
  box-sizing: border-box;
}
#boxer.fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}
#boxer.inline {
  padding: 30px;
}
#boxer.animating {
  -webkit-transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}
#boxer.animating .boxer-container {
  -webkit-transition: opacity 0.25s linear 0.25s;
  transition: opacity 0.25s linear 0.25s;
}
.boxer-open #boxer {
  opacity: 1;
}
#boxer.loading .boxer-container {
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
#boxer .boxer-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7.5px;
  right: -7.5px;
  z-index: 105;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  text-indent: 200%;
  white-space: nowrap;
}
#boxer .boxer-close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333;
  content: "\00d7";
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: auto;
  text-align: center;
  text-indent: 0;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
.no-opacity #boxer .boxer-close {
  text-indent: -999px;
}
#boxer .boxer-loading {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  display: block;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
#boxer .boxer-loading:before,
#boxer .boxer-loading:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 110%;
  content: "";
  display: block;
}
#boxer .boxer-loading:before {
  border: 5px solid rgba(51, 51, 51, 0.25);
}
#boxer .boxer-loading:after {
  -webkit-animation: boxer-loading-spin 0.75s linear infinite;
  animation: boxer-loading-spin 0.75s linear infinite;
  border: 5px solid transparent;
  border-top-color: #333;
}
#boxer.loading .boxer-loading {
  opacity: 1;
}
@-webkit-keyframes boxer-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes boxer-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#boxer .boxer-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 103;
  background: #fff;
  overflow: hidden;
}
#boxer .boxer-content {
  width: 100%;
  background: #fff;
  opacity: 1;
  overflow: hidden;
  padding: 0;
}
#boxer.inline .boxer-content,
#boxer.iframe .boxer-content {
  width: auto;
}
#boxer .boxer-image {
  float: left;
}
#boxer .boxer-video {
  width: 100%;
  height: 100%;
}
#boxer .boxer-iframe {
  width: 100%;
  height: 100%;
  border: none;
  float: left;
  overflow: auto;
}
#boxer .boxer-meta {
  clear: both;
}
#boxer .boxer-control {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  overflow: hidden;
  text-indent: 200%;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  white-space: nowrap;
}
#boxer .boxer-control:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  margin: auto;
}
#boxer .boxer-control.previous {
  left: 20px;
}
#boxer .boxer-control.previous:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10.4px solid #333;
  margin-left: 14px;
}
#boxer .boxer-control.next {
  right: 20px;
}
#boxer .boxer-control.next:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10.4px solid #333;
  margin-right: 14px;
}
#boxer .boxer-control.disabled {
  opacity: 0;
}
.no-opacity #boxer .boxer-control {
  text-indent: -999px;
}
.no-touch #boxer .boxer-control {
  opacity: 0;
}
.no-touch #boxer:hover .boxer-control {
  opacity: 1;
}
.no-touch #boxer:hover .boxer-control.disabled {
  opacity: 0;
  cursor: default !important;
}
#boxer .boxer-meta {
  padding: 10px 0 0 0;
}
#boxer .boxer-position {
  color: #999;
  font-size: 12px;
  margin: 0;
  padding: 15px 15px 0 15px;
}
#boxer .boxer-caption p {
  color: #666;
  font-size: 14px;
  margin: 0;
  padding: 15px;
}
#boxer .boxer-caption.gallery p {
  padding-top: 0;
}
#boxer .boxer-error {
  width: 250px;
}
#boxer .boxer-error p {
  color: #900;
  font-size: 14px;
  margin: 0;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
}
#boxer.mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  border-radius: 0;
  padding: 40px 0 0;
}
#boxer.mobile .boxer-close,
#boxer.mobile .boxer-close:hover {
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  background: #111;
  border-radius: 0;
}
#boxer.mobile .boxer-close:before,
#boxer.mobile .boxer-close:hover:before {
  color: #ccc;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
#boxer.mobile .boxer-loading:before {
  border-color: rgba(153, 153, 153, 0.25);
}
#boxer.mobile .boxer-loading:after {
  border-top-color: #999;
}
#boxer.mobile .boxer-container {
  background: #111;
}
#boxer.mobile .boxer-content {
  background-color: #111;
}
#boxer.mobile .boxer-control {
  width: 50px;
  height: 100%;
  background: #111;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
}
#boxer.mobile .boxer-control.previous {
  left: 0;
}
#boxer.mobile .boxer-control.previous:before {
  border-right-color: #eee;
  margin-left: 19px;
}
#boxer.mobile .boxer-control.next {
  right: 0;
}
#boxer.mobile .boxer-control.next:before {
  border-left-color: #eee;
  margin-right: 19px;
}
.no-touch #boxer.mobile .boxer-control,
.no-touch #boxer.mobile:hover .boxer-control {
  opacity: 1;
}
.no-touch #boxer.mobile .boxer-control.disabled,
.no-touch #boxer.mobile:hover .boxer-control.disabled {
  opacity: 0;
  cursor: default !important;
}
#boxer.mobile .boxer-meta {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111;
  padding: 15px 65px;
}
#boxer.mobile .boxer-position {
  color: #999;
  font-size: 12px;
  margin: 0;
  padding: 0 15px 0 0;
}
#boxer.mobile .boxer-caption p {
  color: #eee;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#boxer.mobile .boxer-image {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#boxer.mobile.animated .boxer-image {
  -webkit-transition: -webkit-transform 0.25s ease-out !important;
  transition: transform 0.25s ease-out !important;
}
#boxer.mobile.inline .boxer-content,
#boxer.mobile.iframe .boxer-content {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#boxer .boxer-loading {
  z-index: 103;
}
.wrp-prmovie {
  position: relative;
  overflow: hidden;
}
.wrp-prmovie .prmovie-inner {
  position: relative;
  text-align: center;
}
.prmovie-inner {
  position: relative;
}
.prmovie-inner video {
  width: 100%;
  height: 100%;
}
.prmovie-inner .play {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-45%);
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .prmovie-inner .play {
    top: 30%;
    left: 50%;
    transform: translateY(-30%);
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
  }
}
.prmovie-inner .play a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 7px solid transparent;
  transition: all 0.25s ease-in;
  transform-origin: center center;
}
.prmovie-inner .play::after {
  content: "PLAY MOVIE";
  position: absolute;
  bottom: -25px;
  left: 0;
  font-family: "BrandonGrotesque-Bold", sans-serif;
  font-size: 0.9rem;
  color: #fff;
  line-height: 1;
  width: 100%;
  pointer-events: none;
}
.prmovie-inner .play a:hover {
  background-color: #fff;
}
.prmovie-inner .play a:hover::before {
  transform: scale(1.5);
  border-left-color: #dc0032;
}
.prmovie-inner .play a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dc0032;
  border-radius: 100%;
  cursor: pointer;
}
#boxer-overlay {
  z-index: 10000 !important;
}
#boxer {
  z-index: 10001 !important;
}
.wrp-btn-more {
  margin-top: 70px;
  text-align: center;
}
.prmovie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.prmovie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*.page-rediscover .rediscover-content {
	width: calc(100% - 50px);
max-width: 1200px;
margin: 70px auto 0;
}*/
.page-rediscover .rediscover-main {
  max-width: 1200px;
  margin: 70px auto 0;
}
@media screen and (min-width: 1025px) {
  .page-rediscover .rediscover-main {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1024px) {
  .page-rediscover .rediscover-main {
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 1025px) {
  .page-rediscover .rediscover-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .page-rediscover .rediscover-main .re-txt {
    flex: 1;
  }
  .page-rediscover .rediscover-main .re-photo {
    width: 440px;
    margin-left: 3%;
  }
}
@media screen and (max-width: 1024px) {
  .page-rediscover .rediscover-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .page-rediscover .rediscover-main .re-txt {
    order: 2;
    margin-top: 15px;
  }
  .page-rediscover .rediscover-main .re-photo {
    order: 1;
  }
}
.page-rediscover .rediscover-main .re-txt h2 {
  font-size: 3rem;
  font-weight: 600;
  color: #1e2188;
}
.page-rediscover .rediscover-main .re-txt strong {
  display: block;
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: 700;
}
.page-rediscover .rediscover-main .re-txt p {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .page-rediscover .rediscover-main .re-txt h2 {
    font-size: 2rem;
  }
  .page-rediscover .rediscover-main .re-txt strong {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .page-rediscover .rediscover-main .re-txt p {
    margin-top: 10px;
  }
}
.page-rediscover .rediscover-campaign {
  margin-top: 120px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .page-rediscover .rediscover-campaign {
    margin-top: 70px;
    background-color: #f3f3f3;
  }
}
.page-rediscover .rediscover-campaign h3 {
  position: relative;
  top: -1.5em;
  background-color: #1e2188;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3em;
  text-align: center;
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.page-rediscover .rediscover-campaign h3:after,
.page-rediscover .rediscover-campaign h3:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  border-top: 1.5em solid #1e2188;
  border-bottom: 1.5em solid #1e2188;
  border-right: 1.5em solid transparent;
  border-left: 1.5em solid transparent;
}
.page-rediscover .rediscover-campaign h3:after {
  left: -1.5em;
}
.page-rediscover .rediscover-campaign h3:before {
  right: -1.5em;
}
.page-rediscover .rediscover-campaign h3 span {
  font-family: Arial, Helvetica, "sans-serif";
}
@media screen and (max-width: 767px) {
  .page-rediscover .rediscover-campaign h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .page-rediscover .rediscover-campaign h3 span {
    display: block;
  }
}
.page-rediscover .rediscover-campaign-inner {
  width: calc(100% - 50px);
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.page-rediscover .rediscover-campaign .re-cam-lead {
  margin: 0 0 50px;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-rediscover .rediscover-campaign-inner {
    padding-bottom: 25px;
  }
  .page-rediscover .rediscover-campaign .re-cam-lead {
    margin: 0 0 25px;
    font-size: 1.6rem;
  }
}
.page-rediscover .rediscover-list li {
  background-color: #fff;
  border: 2px solid #a47b51;
  border-radius: 4px;
}
.page-rediscover .rediscover-list.re-cam-list li {
  border: 2px solid #1e2188;
}
.page-rediscover .rediscover-list li:nth-child(n + 2) {
  margin-top: 25px;
}
.page-rediscover .rediscover-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  lign-items: stretch;
  border-bottom: 1px solid #a47b51;
}
.page-rediscover .rediscover-list.re-cam-list dl {
  border-bottom: 1px solid #1e2188;
}
.page-rediscover .rediscover-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #a47b51;
}
@media screen and (max-width: 767px) {
  .page-rediscover .rediscover-list dt {
    width: 60px;
    height: 60px;
  }
}
.page-rediscover .rediscover-list.re-cam-list dt {
  background-color: #1e2188;
}
.page-rediscover .rediscover-list dt span,
.page-rediscover .rediscover-list dt em {
  display: block;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.page-rediscover .rediscover-list.re-cam-list dt span,
.page-rediscover .rediscover-list.re-cam-list dt em {
  color: #fff000;
}
.page-rediscover .rediscover-list dt span {
  font-size: 1.2rem;
}
.page-rediscover .rediscover-list dt em {
  font-size: 3rem;
  font-family: Arial, Helvetica, "sans-serif";
}
.page-rediscover .rediscover-list dd {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .page-rediscover .rediscover-list dd {
    padding: 5px 10px;
  }
}
.page-rediscover .rediscover-list dd h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
.page-rediscover .rediscover-list .re-doc-inner {
  padding: 25px;
}
.page-rediscover .rediscover-list .re-doc-inner p {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-rediscover .rediscover-list dd h4 {
    font-size: 1.6rem;
  }
  .page-rediscover .rediscover-list .re-doc-inner {
    padding: 15px;
  }
}
.page-rediscover .rediscover-support {
  background-color: #f3f3f3;
}
.page-rediscover .rediscover-support-inner {
  width: calc(100% - 50px);
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.page-rediscover .rediscover-support .re-sup-lead {
  margin: 0 0 50px;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-rediscover .rediscover-support .re-sup-lead {
    margin: 0 0 25px;
    font-size: 1.6rem;
  }
}
.page-rediscover .rediscover-info {
  border-top: 1px solid #eee;
}
.page-rediscover .rediscover-info-inner {
  width: calc(100% - 50px);
  max-width: 980px;
  margin: 0 auto;
  padding-top: 70px;
}
.page-rediscover .rediscover-info .re-info-lead {
  margin: 0 0 50px;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-rediscover .rediscover-info-inner {
    padding-top: 35px;
  }
  .page-rediscover .rediscover-info .re-info-lead {
    margin: 0 0 25px;
    font-size: 1.6rem;
  }
}
/*.page-rediscover .re-info-list{
	border-top: 1px solid #eee;
}*/
.page-rediscover .re-info-list > li {
  padding: 20px 0;
  border-top: 1px solid #eee;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .page-rediscover .re-info-list > li {
    padding: 15px 0;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .page-rediscover .re-info-movie-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-rediscover .re-info-movie-list li {
    width: 47.5%;
  }
  .page-rediscover .re-info-movie-list li:nth-child(even) {
    margin-left: 5%;
  }
  .page-rediscover .re-info-movie-list li:nth-child(n + 3) {
    margin-top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .page-rediscover .re-info-movie-list > li:nth-child(n + 2) {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px dashed #eee;
  }
}
.page-rediscover .re-info-list a {
  color: #e5677f;
  text-decoration: underline;
}
.page-rediscover .re-info-list a:hover {
  text-decoration: none;
}
.page-rediscover .re-info-movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.page-rediscover .re-info-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-rediscover .re-info-movie-txt {
  margin-top: 15px;
}

.page-feature-top .ogb-link {
  margin-top: 20px;
}
.page-feature-top .ogb-link::after {
  display: none;
}
.page-feature-top .ogb-link li a {
  display: block;
  padding: 10px;
  background-color: #a47b51;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  transition: all 0.4s;
}
.page-feature-top .ogb-link li a:hover {
  opacity: 0.7;
}
.page-feature-top .ogb-link li a.ogb-link-line {
  background-color: #fff;
  border: 1px solid #a47b51;
  color: #a47b51;
}

@media print, screen and (min-width: 768px) {
  .page-feature-top .ogb-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-feature-top .ogb-link li {
    width: 49%;
    margin-top: 2%;
  }
}

@media only screen and (max-width: 767px) {
  .page-feature-top .ogb-link li {
    margin-top: 15px;
  }
}
.guidebook-rule-main-ttl,
.guidebook-rule-sub-ttl {
  font-weight: 700;
  line-height: 1;
}
.guidebook-rule-main-ttl {
  padding: 10px;
  background-color: #a47b51;
  font-size: 1.7rem;
  color: #fff;
}
.guidebook-rule-sub-ttl {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 1.5rem;
  color: #a47b51;
}

@media only screen and (max-width: 767px) {
  .guidebook-rule-main-ttl {
    font-size: 1.6rem;
  }
  .guidebook-rule-sub-ttl {
    font-size: 1.4rem;
  }
}
.modal-guidebook-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  display: none;
}
.modal-guidebook-rule {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
}
.modal-guidebook-rule-inner {
  position: relative;
}
.modal-guidebook-rule li {
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .modal-guidebook-rule {
    width: 94%;
    padding: 15px;
  }
  .modal-guidebook-rule li {
    font-size: 1.2rem;
  }
}
.js-modal-guidebook-close {
  position: absolute;
  top: -50px;
  right: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  background-color: #a47b51;
  border-radius: 9999rem;
  cursor: pointer;
  transition: all 0.4s;
}
.js-modal-guidebook-close:hover {
  background-color: #000;
}
.js-modal-guidebook-close button {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}
.js-modal-guidebook-close button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
  .js-modal-guidebook-close {
    top: -60px;
    right: -20px;
  }
}
