@charset "utf-8";

#main > .contentIn {
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
  padding: 0 15px;
  box-sizing: border-box;
}

#contentsBox {
  min-width: 960px;
  float: none;
  margin: 0 30px 0 0;
}

#contentsBox img {
  vertical-align: bottom;
}

#contentsBox > section {
  margin: 2em 0 3em;
}

.gokigen_news {
  background-color: #f0f0f0;
  padding: 2em;
  margin: 2em 0 6em !important;
  font-style: italic;
  max-width: calc(100% - 1em);
  box-sizing: border-box;
  filter: drop-shadow(1em 1em 0 #999);
}

.gokigen_news h4 {
	text-align: center;
	/* margin: 0 0 1em; */
}

.gokigen_news h4 span {
	font-size: 3em;
	font-weight: 800;
	font-style: italic;
  color: #BE4B5A;
  filter: drop-shadow(0.1em 0.1em 0 #bbb);
}

.gokigen_news .news_list {
  padding: 0 0 1em;
}

.gokigen_news .news_item {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #bbb;
  padding: 2em 0 1em;
}

.gokigen_news .news_date {
  margin: 0 1em 0 0;
}

.gokigen_news .news_date span {
  font-size: 1.6em;
  font-weight: 500;
}

.gokigen_news .news_title {
  margin: 0 0 0 1em;
  font-weight: 600;
}

.gokigen_news .news_title a {
  font-size: 2em;
}

.gokigen_news .news_more {
  text-align: right;
}

.gokigen_news .news_more a {
  color: #007bff;
  text-decoration: none;
}

.section_title {
  font-size: 15px;
  color: #ffffff;
  border-bottom: 0.2em solid #0052a5;
}

.section_title span {
  display: inline-flex;
  align-items: center;
  background: #0052a5;
  font-size: 1.2em;
  padding: 0.5em 1em 0.3em;
}

.section_title img {
  margin: 0 0.5em 0 0;
}

.page_body {
  padding: 2em 1em;
  line-height: 2em;
  font-weight: 500;
}

.page_body > p {
  font-size: 1.4em;
}

.bnr_area {
  width: 480px;
  margin: 30px 0 0;
  padding: 0 0 0 1em;
  text-align: center;
  font-size: 16px;
}

.page_body img[alt="出演者"] {
  margin: 1em 1em 0;
}

.corner_items {
  display: flex;
  flex-wrap: wrap;
}

.corner_item {
  width: 48%;
  display: flex;
}

.corner_item:nth-of-type(n+3) {
  margin: 1.5em 0 0;
}

.corner_img {
  margin: 0 1em 0 0;
}

.corner_img img {
  min-width: 200px;
}

.corner_desc a {
  font-size: 1.4em;
  font-weight: 600;
}

#sideBox {
  float: none;
}

@media screen and (max-width: 899px) {
  #main > .contentIn {
    display: block;
  }

  #contentsBox {
    min-width: auto;
    margin: 0;
  }

  #contentsBox > section {
    margin: 2em 0;
  }

  .gokigen_news {
    padding: 1em 1.5em;
    margin: 2em 0 4em !important;
  }

  .gokigen_news h4 {
    margin: 0;
  }

  .gokigen_news h4 span {
    font-size: 2em;
  }

  .gokigen_news .news_list {
    padding: 0 0 0.5em;
  }

  .gokigen_news .news_item {
    display: block;
    padding: 0.75em 0;
  }

  .gokigen_news .news_date span {
    font-size: 1.4em;
  }

  .gokigen_news .news_title a {
    font-size: 1.8em;
  }

  .page_body {
    padding: 1.5em 0.75em;
  }

  .section_title {
    font-size: 14px;
  }

  .page_body > p {
    font-size: 1.2em;
  }

  .bnr_area {
    width: 75%;
    margin: 0.5em 0 0;
    padding: 0 0 0 1em;
    text-align: center;
    font-size: 3.75vw;
  }

  .corner_items {
    display: block;
  }

  .corner_item {
    width: auto;
    margin: 0 0 1em;
  }

  .corner_item:nth-of-type(n+3) {
    margin: 0 0 1em;
  }

  .page_body img[alt="出演者"] {
    margin: 1em 0 0;
  }

  .corner_img {
    margin: 0 4% 0 0;
    width: 40%
  }

  .corner_img img {
    min-width: auto;
  }

  .corner_desc {
    width: 56%;
  }

  .corner_desc a {
    font-size: 1.2em;
    font-weight: 600;
  }

  .corner_desc > p {
    line-height: 1.25em;
  }

 .pc {
    display: none !important;
  }

}