@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 img{
	max-width:100%;
	height:auto;
}

#special_body .ct-3 {
	background-color: #ff0033;
  text-align:center;
  padding:100px 0;
  border-bottom: #ffd800 100px solid;
}
#special_body .ct-3 h2.shisetu {
	margin: 100px 0 30px;
}
#special_body .ct-3 h3 {
	margin:5% 0;
}
#special_body .ct-3 ul.day li {
	margin-bottom:3%;
}
#special_body .ct-3 ul.day li:last-child {
	margin-bottom:0;
}
#special_body .ct-3 ul.shisetu {
	display: flex;
	flex-wrap: wrap;
	margin:0 5%;
}
#special_body .ct-3 ul.shisetu li {
	width:50%;
	margin-bottom:2%;
}
#special_body .ct-3 ul.shisetu li:last-child {
	margin-bottom:0;
}


@media screen and (max-width: 640px) {
#special_body .ct-3 {
	background-color: #ff0033;
  text-align:center;
  padding:15% 10%;
  border-bottom: #ffd800 50px solid;
}
#special_body .ct-3 h2.shisetu {
	margin: 50px 0 15px;
}
#special_body .ct-3 ul.shisetu {
	margin:0;
	justify-content:space-between ;
}
#special_body .ct-3 ul.shisetu li {
	width:45%;	
}
}


