
@charset "utf-8";

/* clearfix */
/*************************************************************/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* custom */
/*************************************************************/
#special_body {
	text-align: center;
}
#special_body img{
	max-width:100%;
	height:auto;
}
#special_body a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#special_body .mb3 {
	margin-bottom: 3%;
}

#special_body .innner-container {
	background-color: #0068B9;
	padding: 5% 0;
}
#special_body .sub-container {
	background-color: #ffffff;
	margin: 5% 5% 0;
	padding: 5%;
}

#special_body section.ct2 {
	margin: 5% 0;
}
#special_body section.ct3 {
	margin-top: 5%;
}

#special_body section.ct2 h3,
#special_body section.ct2 h4,
#special_body section.ct2 .day {
	margin-bottom: 3%;
}
#special_body section.ct2 .txt {
	margin-top: 3%;
}
#special_body section.ct2 .inner-ct1,
#special_body section.ct2 .inner-ct2,
#special_body section.ct2 .inner-ct3,
#special_body section.ct2 .inner-ct4,
#special_body section.ct2 .inner-ct5,
#special_body section.ct2 .inner-ct6 {
	margin-bottom: 5%;
}

#special_body section.ct2 .inner-ct3 ul,
#special_body section.ct2 .inner-ct6 ul {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	margin-left: 4%;
}
#special_body section.ct2 .inner-ct3 ul li:nth-child(odd),
#special_body section.ct2 .inner-ct6 ul li:nth-child(odd) {
	margin-right: 3%;
}
#special_body section.ct2 .inner-ct3 ul li {
	margin-bottom: 3%;
}
#special_body section.ct2 .inner-ct3 ul li:last-child {
	margin-bottom: 0;
}

#special_body section.ct3 a {
	display: block;
	margin-top: 3%;
}

@media screen and (max-width: 640px) {
#special_body section.ct1,
#special_body section.ct2,
#special_body section.ct3 {
	padding: 0 5%;
}

#special_body section.ct2 .inner-ct3 ul,
#special_body section.ct2 .inner-ct6 ul {
	display: flex;
	flex-direction: column;
	margin-left: 0;
}
#special_body section.ct2 .inner-ct3 ul li:nth-child(odd),
#special_body section.ct2 .inner-ct6 ul li:nth-child(odd) {
	margin-right: 0;
}
#special_body section.ct2 .inner-ct6 ul li {
	margin-bottom: 3%;
}
}



