.episodepost a {
	color: #512D5D;
}

.episodeCont {
  width: 100rem;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 6rem 8rem;
  background: url("../../images/bg_episodecont.png") repeat-y;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .episodeCont {
    width: 62rem;
    padding: 3rem 3rem 7rem;
    flex-direction: column;
  }
}
.episodeCont .btnArea {
  width: 100%;
  padding-top: 4.4rem;
}
@media screen and (max-width: 768px) {
  .episodeCont .btnArea {
    order: 4;
  }
}
.episodeCont .btnArea p.btn_back {
  display: flex;
  justify-content: center;
}
.episodeCont .btnArea p.btn_back a {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #512d5d;
  padding-left: 2.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.67 16.8'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23512d5d;stroke-miterlimit:10;stroke-width:1.24px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='9.23 .46 .9 8.03 9.23 16.37'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.8332rem;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .episodeCont .btnArea p.btn_back a {
    font-size: 2.7em;
    padding-left: 3.4rem;
    background-size: 1.2499rem;
    background-position: left top 0.4rem;
  }
}
.episodeCont figure {
  width: 40rem;
	display:flex;
	flex-direction: column;
	row-gap:1.8rem;
}
@media screen and (max-width: 768px) {
  .episodeCont figure {
    width: 100%;
    margin-bottom: 3rem;
	  row-gap:2.8rem;
    order: 2;
  }
}
.episodeCont .txts {
  width: 40rem;
  color: #512d5d;
}
@media screen and (max-width: 768px) {
  .episodeCont .txts {
    width: 100%;
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .episodeCont .txts h2,
  .episodeCont .txts p.lead,
  .episodeCont .txts h3,
  .episodeCont .txts ul.syutten {
    width: 56rem;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
  }
}
.episodeCont .txts h2 {
  font-size: 2.4rem;
  line-height: calc(40/24*1em);
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .episodeCont .txts h2 {
    font-size: 3.4rem;
    line-height: calc(58/34*1em);
    letter-spacing: calc(160/1000*1em);
    order: 1;
  }
}
.episodeCont .txts p.lead {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .episodeCont .txts p.lead {
    margin-bottom: 4rem;
    font-size: 2.6rem;
    line-height: 4.6rem;
    letter-spacing: calc(160/1000*1em);
    text-align: justify;
    order: 1;
  }
}
.episodeCont .txts h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .episodeCont .txts h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .episodeCont .txts ul.syutten {
    order: 3;
  }
}
.episodeCont .txts ul.syutten li {
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 768px) {
  .episodeCont .txts ul.syutten li {
    margin-bottom: 2rem;
  }
}
.episodeCont .txts ul.syutten li a {
  font-size: 1.2rem;
  color: #512d5d;
}
@media screen and (max-width: 768px) {
  .episodeCont .txts ul.syutten li a {
    font-size: 2.4rem;
    overflow-wrap: anywhere;
    word-break: break-all;
  }
}
