/* ==========================================================================
   .c5-table
   ========================================================================== */
.c5-table {
  display: table;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .c5-table {
      display: block;
			width: auto; } }
  .c5-table.c5-table--bortop {
    border-top: 1px solid #e4e7ec; }
  .c5-table .c5-table__img--100per {
   width: 100%; }
  .c5-table .c5-table__cell {
    display: table-cell;
    vertical-align: top;
    width: 50%; }
    @media screen and (max-width: 767px) {
      .c5-table .c5-table__cell {
        display: block;
        width: 100% !important;
        padding: 0 0 10px 0; } }
    .c5-table .c5-table__cell.c5-table__cell--middle {
      vertical-align: middle; }
    .c5-table .c5-table__cell.c5-table__cell--1 {
      width: 10%; }
    .c5-table .c5-table__cell.c5-table__cell--2 {
      width: 20%; }
    .c5-table .c5-table__cell.c5-table__cell--3 {
      width: 30%; }
    .c5-table .c5-table__cell.c5-table__cell--4 {
      width: 40%; }
    .c5-table .c5-table__cell.c5-table__cell--5 {
      width: 50%; }
    .c5-table .c5-table__cell.c5-table__cell--6 {
      width: 60%; }
    .c5-table .c5-table__cell.c5-table__cell--7 {
      width: 70%; }
    .c5-table .c5-table__cell.c5-table__cell--8 {
      width: 80%; }
    .c5-table .c5-table__cell.c5-table__cell--9 {
      width: 90%; }

/* ==========================================================================
   .c5-mainVisual
   ========================================================================== */
.c5-mainVisual .c5-mainVisual__heading1, .c5-mainVisual .c5-mainVisual__heading2 {
  font-weight: bold;
  text-align: center; }

.c5-mainVisual {
  display: table;
  width: 100%;
  box-sizing: border-box;
	margin-bottom: 40px; }

.c5-mainVisual a {
  display: block; }

.c5-mainVisual a img {
  transition: opacity .2s; }

.c5-mainVisual a:hover img {
  transition: opacity 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }

.c5-mainVisual .c5-mainVisual__heading2 {
  font-size: 14px;
  line-height: 1.6; }

@media screen and (max-width: 1180px) {
  .c5-mainVisual .c5-mainVisual__heading2 {
    font-size: 12px;
    line-height: 1.0; } }
.c5-mainVisual .c5-mainVisual__eyeCatch {
  display: table;
  width: 100%; }

.c5-mainVisual .c5-mainVisual__eyeCatch .c5-mainVisual__eyeCatchIcon,
.c5-mainVisual .c5-mainVisual__eyeCatch .c5-mainVisual__eyeCatchText {
  display: table-cell;
  vertical-align: middle; }

.c5-mainVisual .c5-mainVisual__eyeCatch .c5-mainVisual__eyeCatchIcon {
  font-size: 24px;
  padding-right: 5px;
  width: 1em; }

.c5-mainVisual .c5-mainVisual__eyeCatch .c5-mainVisual__eyeCatchIcon span {
  vertical-align: baseline; }

.c5-mainVisual .c5-mainVisual__text {
  font-size: 12px; }

@media screen and (max-width: 1090px) {
  .c5-mainVisual .c5-mainVisual__text {
    font-size: 10px; } }
.c5-mainVisual .c5-mainVisual__main {
  display: table-cell;
  width: 75%;
  vertical-align: top;
  padding-right: 10px; }

.c5-mainVisual .c5-mainVisual__main .c5-mainVisual__mainDefault {
  line-height: 0;
  position: relative; }

.c5-mainVisual .c5-mainVisual__main .c5-mainVisual__mainDefault img {
  width: 100%;
  height: auto;
  margin: auto;
  line-height: 0; }

.c5-mainVisual .c5-mainVisual__sub {
	display: table-cell;
	vertical-align: top;
	max-width: 230px;
	height: 100%;
	background: #E4E7EB;
	vertical-align: middle;
	padding: 0 15px 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.c5-mainVisual .c5-mainVisual__sub .c5-mainVisual__subInner {
  display: inline-block; }

.c5-mainVisual .c5-mainVisual__sub .c5-mainVisual__subInner.c5-mainVisual__subInner--top {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  height: 100%;
  display: inline; }

.c5-mainVisual .c5-mainVisual__sub .c5-mainVisual__subList {
  padding: 0 0 0 15px;
  margin: 0 auto;
  font-size: 12px; }

.c5-mainVisual .c5-mainVisual__sub .c5-mainVisual__subList li {
  margin-bottom: 3%; }

@media screen and (max-width: 1180px) {
  .c5-mainVisual .c5-mainVisual__sub .c5-mainVisual__subList li {
    margin-bottom: 0;
    font-size: 10px; } }
@media screen and (max-width: 979px) {
  .c5-mainVisual {
    display: block; }

  .c5-mainVisual .c5-mainVisual__text {
    font-size: 12px; }

  .c5-mainVisual .c5-mainVisual__heading2 {
    line-height: 1.6; }

  .c5-mainVisual .c5-mainVisual__main {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 0px; }

  .c5-mainVisual .c5-mainVisual__sub {
		display: block;
		overflow: hidden;
		max-width: none;
		width: 100%;
		padding-top: 15px;
	}

  .c5-mainVisual .c5-mainVisual__sub .c5-mainVisual__subInner {
    display: inline-block;
    vertical-align: middle;
    width: 34%;
    float: right; }

  .c5-mainVisual .c5-mainVisual__sub .c5-mainVisual__subInner.c5-mainVisual__subInner--top {
    background-size: contain;
    background-position: center top; }

  .c5-mainVisual .c5-mainVisual__sub .c5-mainVisual__subInner:first-child {
    width: 100%;
    text-align: center;
    margin-right: 1%;
    float: left;
    margin-bottom: 0px; }

  .c5-mainVisual .c5-mainVisual__sub .c5-mainVisual__subList li {
    font-size: 12px; } }
@media screen and (max-width: 767px) {
  .c5-mainVisual {
    width: auto;
    margin: 0 -30px; } }
@media screen and (max-width: 639px) {
  .c5-mainVisual {
    margin: 0 -20px 30px; }

  .c5-mainVisual .c5-mainVisual__text {
    font-size: 10px; }

  .c5-mainVisual .c5-mainVisual__sub {
    display: block; }

  .c5-mainVisual .c5-mainVisual__sub .c5-mainVisual__subInner {
    display: block;
    width: 100%;
    float: none; }

  .c5-mainVisual .c5-mainVisual__sub .c5-mainVisual__subInner:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    border-right: none;
    float: none; }

  .c5-mainVisual .c5-mainVisual__sub .c5-mainVisual__subInner p {
    margin: 0 0 10px; }

  .c5-mainVisual .c5-mainVisual__sub .c5-mainVisual__subList li {
    font-size: 10px; } }

.c5-w_banner a:hover {
	text-decoration: none;
}
.c5-w_banner a div {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.c5-w_banner a:hover div {
	opacity: .8;
}
.c5-w_banner .c5-w_bannerInner img {
	display: block;
}

/* ==========================================================================
   .twitter-follow-button
   ========================================================================== */
.c5-tw {
	width: 100%;
	background: #fff;
	padding: 10px 0;
	display: inline-block;
}
.c5-tw p {
	margin: 0 0 5px 15px;
}
iframe.twitter-follow-button {
	margin-left: 15px;
}
@media screen and (max-width: 979px) {
.c5-tw {
	text-align: center;
}
}
	 

/* ==========================================================================
   .c5-sort
   ========================================================================== */
.c5-sort {
	margin: 30px 0 60px;
}
.c5-sort ul {
	padding: 0;
	overflow: hidden;
	font-size: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #e4e8eb;
	border-left: 1px solid #e4e8eb;
}
@media screen and (max-width: 767px) {
.c5-sort {
	margin: 0 0 40px;
}
}
.c5-sort ul li {
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	width: 20%;
	margin: 0;
	font-size: 14px;
	border-right: solid 1px #e4e8eb;
	border-bottom: solid 1px #e4e8eb;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 13px;
	cursor: pointer;
	-webkit-align-items: center;
	align-items: center;
	padding: 20px 13px;
}
@media screen and (max-width: 767px) {
.c5-sort ul li {
	padding: 7px 13px;
}
}
@media screen and (max-width: 639px) {
.c5-sort ul {
	text-align: left;
}
.c5-sort ul li {
	width: 50%;
}
}
.c5-sort ul li.active {
	background: #e4e8eb;
}
@media screen and (max-width: 639px) {
.c5-sort ul li.active {
	background: #fbfbfd;
	border-left: 4px solid #000;
}
}
.c5-tag.c5-tag-none {
	display: none;
}
.c5-tag-except {
	display: none;
}
.c5-nav-tag li span {
	padding-left: 5px;
}
.c5-ex_info {
background: #e4e8eb;
padding: 20px;
margin-bottom: 30px;
}

/* ==========================================================================
   .c5-eventList
   ========================================================================== */
.c5-eventList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.c5-eventList .c5-eventList__info {
  background: #e4e8eb;
  padding: 20px; }
.c5-eventList .c5-eventList__noBlock {
  display: none; }
.c5-eventList__info--small {
  border: 1px solid #e4e8eb;
  padding: 20px; }
  .c5-eventList .c5-eventList__info--small + .c5-eventList__info--small {
    margin-top: -30px; }
.c5-eventList .c5-table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e7ec;
  padding-bottom: 40px;
  margin-bottom: 50px; }
.c5-eventList .c5-eventList__register {
  background: #f3f4f6;
  padding: 20px; }
  .c5-eventList .c5-eventList__register .c5-table {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
.c5-eventList .c5-eventList__wrap {
  padding-top: 30px; }
.c5-eventList .c5-eventList__more {
  cursor: pointer; }
.c5-eventList .c5-table__cell.c5-table__cell--5:first-child {
}
@media screen and (max-width: 767px) {
.c5-eventList .c5-table__cell.c5-table__cell--5:first-child {
	border-right: none;
	border-bottom: 1px #d4d4d4 solid;
}
.c5-eventList .c5-table {
  padding-bottom: 10px;
  margin-bottom: 30px;
}
}

/* ==========================================================================
   .c5-snsInfo
   ========================================================================== */
.c5-snsInfo{}
.c5-snsInfo .c5-snsInfo__twitter {
	width: 85%;
  padding: 20px;
  border: 1px solid #e4e8eb; }
@media screen and (max-width: 767px) {
	.c5-snsInfo .c5-snsInfo__twitter {
	height: 470px;
	}}
.c5-snsInfo .c5-table__cell--borderLeft {
  padding-left: 20px;
  border-left: 1px solid #e4e7ec; }
  @media screen and (max-width: 767px) {
    .c5-snsInfo .c5-table__cell--borderLeft {
      border-left: none;
      padding-left: 0; } }
.c5-snsInfo h4 {
  border-bottom: 1px solid #e4e7ec;
  padding-bottom: 10px;
  margin-bottom: 20px; }
.c5-snsInfo .c5-table__cell--5 {
  padding-right: 20px;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .c5-snsInfo .c5-table__cell--5 {
      padding-right: 0; } }
.c5-snsInfo .c5-table__cell--4 {
  height: 100%;
}
.c5-snsInfo .c5-table__cell--4 a img {
  transition: opacity .2s; }

.c5-snsInfo .c5-table__cell--4 a:hover img {
  transition: opacity 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }


  .c5-snsInfo .c5-table__cell--4 .c5-snsInfo__blog {
    height: 100%;
    padding: 10px 10px 10px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .c5-snsInfo .c5-table__cell--4 .c5-snsInfo__blog p:first-child {
      margin-top: 0;
      padding-top: 0; }
@media screen and (max-width: 767px) {
  .c5-snsInfo .c5-snsInfo__banner {
    display: table; } }
.c5-snsInfo .c5-snsInfo__banner .c5-table__cell {
  width: 50% !important; }
  @media screen and (max-width: 767px) {
    .c5-snsInfo .c5-snsInfo__banner .c5-table__cell {
      display: table-cell; } }
.c5-snsInfo img.c5-snsInfo__img--100per {
  max-width: 100%; }
.c5-snsInfo a:before{
display: none;}

.c5-categoryNav--right{
	font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.2;
	font-weight: bold !important;
position: absolute;
right: 0;
top: 5px;}
@media screen and (max-width: 1050px){ 
	.s5-categoryNav__owner a{
	position: relative;
	z-index: 10;}
.c5-categoryNav--right{
	z-index: 5;
	font-weight: bold !important;
	    right: 21px;
	margin-bottom: 15px;
    top: 11px;
position: relative;
	width: 100%;
	text-align: right;
	display: block;
right: auto;
top: 10px;
bottom: auto;}
	
.c5-categoryNav--right a{
	position: relative;
	z-index: 5;
	padding: 15px;}
}

.c5-info {
	margin: 0 0 30px;
	padding: 5px 15px 10px;
	border: 3px solid #C00;
	text-align: center;
}
.c5-info h3 span {
	font-size: 130%;
}
@media screen and (max-width: 767px) {
.c5-info p {
	text-align: left;
}
}

.c5-error {
	background: #ddd;
}