@charset "utf-8";
/*pc*/
.thm-page-special .gigaindex .head {
	border: none;
	font-size: 0;
	margin: 0;
}
.thm-page-special .gigaindex .detail {
	width: 100%;
}
.free-custom {
	font: 14px/1.7em "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4D4D4D;
	background-color: #faf7ef;
	width: 100%;
	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 {
	color: #ffffff !important;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	background-color: #bdbdbd;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 100%;
	height: 62px;
	margin-top: 15px;
	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 .btn02 {
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 280px;
	margin-top: 15px;
	border-radius: 10px;
	overflow: hidden;
  position: absolute;
  bottom: 30px;
	-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 .btn03 {
	color: #ffffff !important;
	font-size: 28px;
	line-height: 64px;
	font-weight: bold;
	background-color: #bdbdbd;
	text-align: center;
	display: block;
	width: 680px;
	margin: 0 auto;
	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 {
	color: #ffffff !important;
	font-weight: bold;
	background-color: #015bc0;
	width: 100%;
  height: 62px;
	position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.free-custom .btn02 a {
	color: #015bc0 !important;
	font-weight: bold;
	background-color: #ffffff;
	display: block;
	border: 2px solid #015bc0;
	border-radius: 10px;
	position: relative;
}
.free-custom .btn03 a {
	color: #ffffff !important;
	font-weight: bold;
	background-color: #015bc0;
	display: block;
	position: relative;
}
.free-custom .btn01 a:hover {
	color: #ffffff !important;
	background-color: #4d8cd3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.free-custom .btn02 a:hover {
	color: #4d8cd3 !important;
	border: 2px solid #4d8cd3;
}
.free-custom .btn03 a:hover {
	color: #ffffff !important;
	background-color: #4d8cd3;
}
.free-custom .btn01 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 {
	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;
}
.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: btnanm03 2s ease-in-out infinite;
}
.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: btnanm04 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(30) 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(30) rotate(45deg); opacity: 0; }
}
@keyframes btnanm03 {
  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(50) rotate(45deg); opacity: 0; }
}
@keyframes btnanm04 {
  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(50) rotate(45deg); opacity: 0; }
}

.free-custom .header {
	background-image: url(img/bg_01.png), url(img/bg_02.png), url(img/bg_03.png);
	background-position: left top, right top, center 155px;
	background-repeat: no-repeat, no-repeat, repeat-x;
	width: 100%;
	height: 322px;
}
.free-custom .header .icnpr {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #e25000;
	text-align: center;
	width: 3em;
	padding-top: 2px;
	border-radius: 5px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.free-custom .header h1 {
	text-align: center;
}
.free-custom .header h1 img:first-child {
  margin-top: -10px;
}
.free-custom .header h1 img:last-child {
  margin-top: 12px;
}
.free-custom .header #tmr {
	color: #000000;
	font-weight: bold;
	font-size: 34px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
  height: 110px;
	margin-top: 25px;
}
.free-custom .header #ed {
	color: #000000;
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 110px;
	margin-top: 25px;
}
.free-custom .header #cd {
	color: #ffffff;
	font-weight: bold;
	font-size: 60px;
	line-height: 110px;
	background-color: #e25000;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	width: 110px!important;
	height: 110px!important;
	margin: -10px 5px 0;
	border-radius: 55px;
}
.free-custom .header h2 {
	text-align: center;
  margin-top: 7px;
}

.free-custom .contents {
	width: 100%;
}
.free-custom .contents .article-sec {
	width: 100%;
}
.free-custom .article-sec ul {
  width: 1128px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.free-custom .article-sec li {
	background-image: url(img/bg_04.png), url(img/bg_04.png), url(img/bg_05.png), url(img/bg_08.png), url(img/bg_09.png);
	background-position: 8px 28px, 8px bottom, center top, center bottom, center center;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
	width: 340px;
  margin: 0 18px 20px;
	padding: 20px 20px 86px 40px;
	position: relative;
}
.free-custom .article-sec li.cs {
	background-image: url(img/bg_10.png), url(img/bg_04.png), url(img/bg_04.png), url(img/bg_05.png), url(img/bg_08.png), url(img/bg_09.png);
	background-position: center center, 8px 28px, 8px bottom, center top, center bottom, center center;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
  min-height: 280px;
}
.free-custom .article-sec li:first-child {
	background-image: url(img/bg_04.png), url(img/bg_04.png), url(img/bg_06.png), url(img/bg_08.png), url(img/bg_09.png);
	background-position: 8px 28px, 8px bottom, center top, center bottom, center center;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
}
.free-custom .article-sec li:first-child.cs {
	background-image: url(img/bg_10.png), url(img/bg_04.png), url(img/bg_04.png), url(img/bg_06.png), url(img/bg_08.png), url(img/bg_09.png);
	background-position: center center, 8px 28px, 8px bottom, center top, center bottom, center center;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
}
.free-custom .article-sec li:nth-child(3) {
	background-image: url(img/bg_04.png), url(img/bg_04.png), url(img/bg_07.png), url(img/bg_08.png), url(img/bg_09.png);
	background-position: 8px 28px, 8px bottom, center top, center bottom, center center;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
}
.free-custom .article-sec li:nth-child(3).cs {
	background-image: url(img/bg_10.png), url(img/bg_04.png), url(img/bg_04.png), url(img/bg_07.png), url(img/bg_08.png), url(img/bg_09.png);
	background-position: center center, 8px 28px, 8px bottom, center top, center bottom, center center;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
}
.free-custom .article-sec li h2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
	background-color: #005bac;
	background-image: url(img/bg_02.png);
	background-position: right bottom;
	background-repeat: repeat-y;
	padding-left: 90px;
  padding-bottom: 4px;
	position: relative;
}
.free-custom .article-sec li h3 img {
  width: 100%;
}

.free-custom .contents .schedule-sec {
	width: 100%;
  padding: 10px 0 30px;
}
.free-custom .contents .schedule-sec dl {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	background-image: url(img/bg_11.png), url(img/bg_12.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	width: 880px;
	margin: 0 auto;
	padding: 20px 90px;
  margin-bottom: 30px;
}
.free-custom .contents .schedule-sec dl dt {
	color: #e25000;
	text-align: right;
	width: 250px;
	float: left;
	padding: 10px 20px 10px 0px;
	border-top: 2px dotted #7d7b77;
}
.free-custom .contents .schedule-sec dl dd {
	color: #000000;
	width: 450px;
	float: left;
	padding: 10px 0px;
	border-top: 2px dotted #7d7b77;
}
.free-custom .contents .schedule-sec dl dt:first-child,
.free-custom .contents .schedule-sec dl dd:nth-child(2) {
	border-top-width: 0px;
}
