@charset "utf-8";
/*sp*/
.thm-page-special .gigaindex .head {
  border: none;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.free-custom {
	font: 16px/1.6em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4D4D4D;
	background-color: #faf7ef;
	width: 100%;
  max-width: 750px;
  margin: 15px auto 0;
	border: 2px solid #f0e8d2;
}
.free-custom a {
	color: #ffffff!important;
}
.free-custom a:hover {
	opacity: 1.0!important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.free-custom .btn01,
.free-custom .btn03 {
	color: #ffffff !important;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
  margin: 20px auto 0;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.2);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	background-color: #bdbdbd;
}
.free-custom .btn02 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
	display: block;
	width: 100%;
  margin: 20px auto 0;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.2);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
}

.free-custom .btn01 a,
.free-custom .btn03 a {
	color: #ffffff !important;
	font-weight: bold;
	background-color: #015bc0;
	display: block;
  padding: 10px 5px;
  overflow: hidden;
  position: relative;
}
.free-custom .btn02 a {
	color: #015bc0 !important;
	font-weight: bold;
	background-color: #ffffff;
	display: block;
  padding: 8px 3px;
	border: 2px solid #015bc0;
	border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.free-custom .btn01 a:hover,
.free-custom .btn03 a:hover {
  color: #ffffff !important;
  font-weight: bold;
  background-color: #4d8cd3;
  display: block;
}
.free-custom .btn02 a:hover {
	color: #ffffff !important;
	font-weight: bold;
	display: block;
	background-color: #4d8cd3;
}
.free-custom .btn01 a::before,
.free-custom .btn03 a::before {
	content: "";
	height: 100%;
	width: 45px;
	position: absolute;
	top: -180px;
	left: -50px;
	background-color: rgba(255,255,255,0.3);
	opacity: 0;
	transform: rotate(45deg);
	animation: btnanm01 2s ease-in-out infinite;
}
.free-custom .btn01 a::after,
.free-custom .btn03 a::after {
	content: "";
	height: 100%;
	width: 45px;
	position: absolute;
	top: -180px;
	left: -50px;
	background-color: rgba(255,255,255,0.6);
	opacity: 0;
	transform: rotate(45deg);
	animation: btnanm02 2s ease-in-out infinite;
}
@keyframes btnanm01 {
  0% {transform: scale(0) rotate(45deg); opacity: 0; }
  70% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  71% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(27) rotate(45deg); opacity: 0; }
}
@keyframes btnanm02 {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  50% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  51% { transform: scale(6) rotate(45deg); opacity: 1; }
  100% { transform: scale(27) rotate(45deg); opacity: 0; }
}
.free-custom .header {
	width: 100%;
	background-image: url(img/bg_01.png), url(img/bg_02.png), url(img/bg_03.png), url(img/bg_04.png), url(img/bg_05.png);
	background-position: 3px bottom, right bottom, left top, right top, center 140px;
	background-size: 124px auto, 130px auto, 109px auto, 114px auto, 12px auto;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x;
  padding: 0 20px 15px;
  position: relative;
}
.free-custom .header .icnpr {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #e25000;
	text-align: center;
	width: 3em;
	float: right;
	padding-top: 2px;
	border-radius: 5px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.free-custom .header h1,
.free-custom .header h2 {
	text-align: center;
}
.free-custom .header h1 img:first-child {
  width: 160px;
  margin-top: -10px;
}
.free-custom .header h1 img:last-child {
  margin-top: 10px;
  width: 332px;
}
.free-custom .header h2 img {
  width: 210px;
  margin-top: 20px;
}
.free-custom .header #tmr {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	margin-top: 7px;
	height: 96px;
}
.free-custom .header #ed {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
	width: 100%;
	margin-top: 7px;
	height: 96px;
}
.free-custom .header #cd {
	color: #ffffff;
	font-weight: bold;
	font-size: 30px;
	line-height: 60px;
	background-color: #e25000;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	width: 60px!important;
	height: 60px!important;
	margin: -10px 5px 0;
	border-radius: 30px;
}

.free-custom .contents {
	width: 100%;
	padding: 0 15px 20px;
}
.free-custom .contents img {
	width: 100%;
}
.free-custom .contents .article-sec {
	width: 100%;
}
.free-custom .article-sec ul {
  width: 100%;
}
.free-custom .article-sec li {
	background-color: #ffffff;
	background-image: url(img/bg_06.png), url(img/bg_06.png), url(img/bg_07.png), url(img/bg_08.png), url(img/bg_11.png), url(img/bg_12.png), url(img/bg_13.png), url(img/bg_13.png), url(img/bg_13.png), url(img/bg_13.png);
	background-position: 12px 27px, 12px bottom, left top, right top, left bottom, right bottom, left top, left top, right top, left bottom;
	background-size: 14px auto, 14px auto, 167px auto, 167px auto, 167px auto, 167px auto, 2px auto, 2px auto, 2px auto, 2px auto;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-y, repeat-x;
	width: 100%;
	margin-bottom: 20px;
	padding: 15px 25px 30px 45px;
}
.free-custom .article-sec li:first-child {
	background-color: #ffffff;
	background-image: url(img/bg_06.png), url(img/bg_06.png), url(img/bg_09.png), url(img/bg_10.png), url(img/bg_11.png), url(img/bg_12.png), url(img/bg_13.png), url(img/bg_13.png), url(img/bg_13.png), url(img/bg_13.png);
	background-position: 12px 27px, 12px bottom, left top, right top, left bottom, right bottom, left top, left top, right top, left bottom;
	background-size: 14px auto, 14px auto, 167px auto, 167px auto, 167px auto, 167px auto, 2px auto, 2px auto, 2px auto, 2px auto;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-y, repeat-x;
}
.free-custom .article-sec li.cs {
	background-color: #ffffff;
	background-image: url(img/bg_14.png), url(img/bg_06.png), url(img/bg_06.png), url(img/bg_07.png), url(img/bg_08.png), url(img/bg_11.png), url(img/bg_12.png), url(img/bg_13.png), url(img/bg_13.png), url(img/bg_13.png), url(img/bg_13.png);
	background-position: center center,12px 27px, 12px bottom, left top, right top, left bottom, right bottom, left top, left top, right top, left bottom;
	background-size: 142px auto, 14px auto, 14px auto, 167px auto, 167px auto, 167px auto, 167px auto, 2px auto, 2px auto, 2px auto, 2px auto;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-y, repeat-x;
  min-height: 220px;
}

.free-custom .contents .schedule-sec {
	width: 100%;
}
.free-custom .contents .schedule-sec dl {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	background-image: url(img/bg_15.png), url(img/bg_16.png);
	background-position: left top, right bottom;
	background-size: 97px auto;
	background-repeat: no-repeat;
  text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 10px 30px;
	margin-bottom: 20px;
}
.free-custom .contents .schedule-sec dl dt {
	color: #e25000;
	width: 100%;
	padding: 10px 10px 5px;
	border-top: 2px dotted #7d7b77;
}
.free-custom .contents .schedule-sec dl dd {
	color: #000000;
	width: 100%;
	padding: 5px 10px 10px;
}
.free-custom .contents .schedule-sec dl dt:first-child,
.free-custom .contents .schedule-sec dl dd:nth-child(2) {
	border-top-width: 0px;
}
