/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/* top__content
--------------------------------------------------*/
#top__content {
  padding: 50px 0; }
  #top__content h1 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.03em; }

.week_blk {
  display: block; }

.video_box,
.proverb_box {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video_box iframe,
.video_box .proverb_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.week_box {
  text-align: center; }
  .week_box .week_title {
    display: inline-block;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(rgba(38, 245, 183, 0) 60%, #26f5b7 90%);
    background: -moz-linear-gradient(rgba(38, 245, 183, 0) 60%, #26f5b7 90%);
    background: linear-gradient(rgba(38, 245, 183, 0) 60%, #26f5b7 90%);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.3; }
  .week_box.proverb_post {
    margin-bottom: 40px; }
    .week_box.proverb_post .week_cont {
      background-color: #000;
      color: #fff; }

.proverb_box {
  position: relative; }
  .proverb_box p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #fff; }

@media screen and (min-width: 601px) {
  .week_blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .week_blk .week_box {
      width: 47.9167%; }
      .week_blk .week_box.sound_post .video_box {
        margin-bottom: 0; }
      .week_blk .week_box.proverb_post {
        margin-bottom: 0; } }
@media screen and (min-width: 769px) {
  #top__content {
    padding: 50px 0 80px; }
    #top__content h1 {
      margin-bottom: 40px; }

  .proverb_box p {
    padding: 20px 30px; } }
@media screen and (min-width: 1025px) {
  #top__content h1 {
    margin-bottom: 50px; }

  .proverb_box p {
    padding: 30px 40px; } }
@media screen and (min-width: 1281px) {
  #top__content {
    padding: 50px 0 100px; } }
@media screen and (min-width: 1601px) {
  #top__content {
    padding: 50px 0 120px; } }
/* #inner__content
--------------------------------------------------*/
#inner__content {
  padding-bottom: 60px; }

@media screen and (min-width: 769px) {
  #inner__content {
    padding-bottom: 80px; } }
@media screen and (min-width: 1025px) {
  #inner__content {
    padding-bottom: 100px; } }
@media screen and (min-width: 1281px) {
  #inner__content {
    padding-bottom: 120px; } }