/* -----------------
main
-------------------- */
.back_btn a {
  display: inline-block;
  position: relative;
  padding: 20px 20px 20px 35px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  color: #606060;
  border-bottom: 2px solid #f2f2f2;
  transition: .3s;
}

.back_btn a::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  content: '';
  width: 16px;
  height: 16px;
  border-top: 1px solid #606060;
  border-left: 1px solid #606060;
  transform: translateY(-50%) rotate(-45deg);
}

.back_btn a:hover,
.back_btn a:active,
.back_btn a:focus {
  background: rgba(0, 102, 255,.12);
  border-bottom: 2px solid #0066ff;
}



/* -----------------
cont_wrap
-------------------- */
#cont_wrap {
  padding-bottom: 130px;
}

#cont_wrap .lead {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.555;
  letter-spacing: .05em;
  text-indent: .05em;
  margin-bottom: 1em;
}

#cont_wrap .ttl {
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: .05em;
  text-indent: .05em;
  color: #A24C8C;
  text-align: center;
  margin-top: 95px;
}

#cont_wrap .list li {
  margin-top: 50px;
}

#cont_wrap .list .sttl {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: .02em;
  text-indent: .02em;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  padding: 5px 0 7px;
  background: #A24C8C;
}

#cont_wrap .list .box {
  display: flex;
}

#cont_wrap .list figure {
  position: relative;
  margin-right: 40px;
  width: 340px;
}

#cont_wrap .list figure::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0,0,0,0.5);
}

#cont_wrap .list figure::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  content: '公開終了';
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

#cont_wrap .list .txt_box {
  width: calc(100% - 340px - 40px);
}

#cont_wrap .list .ssttl {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3636;
  letter-spacing: .02em;
  margin-top: 5px;
}

#cont_wrap .list .name {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 5px;
}

#cont_wrap .list .txt {
  font-size: 1.6rem;
  line-height: 1.375;
  margin-top: 6px;
}

@media screen and (max-width: 850px) {
  #cont_wrap {
    padding-bottom: 100px;
  }

  #cont_wrap .lead {
    font-size: 1.4rem;
  }

  #cont_wrap .ttl {
    font-size: 2rem;
    margin-top: 50px;
  }

  #cont_wrap .list li {
    margin-top: 30px;
  }

  #cont_wrap .list .sttl {
    font-size: 1.6rem;
  }

  #cont_wrap .list .box {
    display: block;
  }

  #cont_wrap .list figure {
    margin: 0 auto 15px;
    width: 100%;
    max-width: 500px;
  }

  #cont_wrap .list .txt_box {
    width: 100%;
  }

  #cont_wrap .list .ssttl {
    font-size: 1.8rem;
  }

  #cont_wrap .list .name {
    font-size: 1.4rem;
  }

  #cont_wrap .list .txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}