@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: #ceeaed;
	background-image: -webkit-linear-gradient(270deg,rgba(180,221,234,0.40) 0.43%,rgba(255,255,255,1.00) 99.82%);
	background-image: -moz-linear-gradient(270deg,rgba(180,221,234,0.40) 0.43%,rgba(255,255,255,1.00) 99.82%);
	background-image: -o-linear-gradient(270deg,rgba(180,221,234,0.40) 0.43%,rgba(255,255,255,1.00) 99.82%);
	background-image: linear-gradient(180deg,rgba(180,221,234,0.40) 0.43%,rgba(255,255,255,1.00) 99.82%);
	width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.free-custom .bg01 {
	background-image: url(img/bg_01.png);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: repeat-y;
}
.free-custom a:hover {
  opacity: 0.8;
  -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 p.btn01 {
  font-size: 32px;
  line-height: 64px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #c6c6c6;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
	-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);
	overflow: hidden;
}
.remodal p.btn02 {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #C6C6C6;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 20px;
  border-radius: 15px;
	-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);
	overflow: hidden;
}
.free-custom p.btn01 a,
.remodal p.btn02 a {
  color: #FFFFFF;
  background-color: #42bdda;
  display: block;
	position: relative;
}
.free-custom .article-sec li a{
  display: block;
	position: relative;
	overflow: hidden;
}
.free-custom .header p.btn01 a:hover,
.remodal p.btn02 a:hover {
  color: #FFFFFF;
  background-color: #33aed0;
  display: block;
  opacity: 1.0;
}
.free-custom .btn01 a::before,
.remodal .btn02 a::before {
	content: "";
	height: 100%;
	width: 45px;
	position: absolute;
	top: -180px;
	left: -50px;
	background-color: rgba(255,255,255,0.5);
	opacity: 0;
	transform: rotate(45deg);
	animation: btnanm01 2s ease-in-out infinite;
}
.free-custom .btn01 a::after,
.free-custom .article-sec li a::after,
.remodal .btn02 a::after {
	content: "";
	height: 100%;
	width: 45px;
	position: absolute;
	top: -180px;
	left: -50px;
	background-color: rgba(255,255,255,0.7);
	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 img {
  width: 100%;
}
.free-custom .algnC {
	text-align: center;
}
.free-custom .icnpr {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #0a7aac;
  background-color: #FFFFFF;
  text-align: center;
  width: 28px;
  border-top: 1px solid #FFFFFF;
	position: absolute;
	top: 10px;
	right: 10px;
}

.free-custom .header {
  padding: 10px 15px 0;
	position: relative;
}
.free-custom .header img {
  margin-bottom: 10px;
}
.free-custom .header h2 {
  margin-top: 10px;
}
.free-custom .header p {
  margin-bottom: 20px;
}
.free-custom .header p.rd {
	font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #0a7aac;
}
.free-custom .header p.inf {
	font-size: 16px;
  font-weight: bold;
}

.free-custom .contents {
  width: 100%;
  padding: 15px;
}
.free-custom .contents .article-sec {
  width: 100%;
}
.free-custom .contents h2 {
	margin: 10px 0 5px;
}
.free-custom .contents p.inf {
	font-size: 13px;
	font-feature-settings: "palt";
}

.free-custom .contents ul.lstl01 li {
	width: 100%;
	margin: 10px 0;
	padding: 15px;
	background-image: url(img/frm_bg_01.png), url(img/frm_bg_02.png);
	background-position: center top, center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.free-custom .contents ul.lstl01 li .innr01 {
	background-color: #FFFFFF;
	padding: 10px 15px 15px;
	border-radius: 30px;
	position: relative;
	border: 3px solid #A3C869;
	overflow: hidden;
}
.free-custom .contents ul.lstl01 li h3 {
	color: #0A7AAC;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 10px;
}
.free-custom .contents ul.lstl01 li img,
.free-custom .contents ul.lstl01 li img {
  margin-bottom: 15px;
}
.free-custom .contents ul.lstl01 li .tm01 {
	font-size: 14px;
	line-height: 22px;
	background-color: #e3eed2;
	background-image: url(img/icn_01.png);
	background-position: left center;
	background-size: 22px auto;
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
	margin-top: 6px;
	border-radius: 11px;
}
.free-custom .contents ul.lstl01 li .txt01 {
	margin-top: 10px;
}

.free-custom .contents ul.lstl02 li {
	width: 100%;
	margin: 10px 0;
	padding: 15px;
	background-image: url(img/frm_bg_03.png), url(img/frm_bg_04.png);
	background-position: center top, center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.free-custom .contents ul.lstl02 li .innr01 {
	background-color: #FFFFFF;
	padding: 10px 15px 15px;
	border-radius: 30px;
	position: relative;
	border: 3px solid #f29600;
	overflow: hidden;
}
.free-custom .contents ul.lstl02 li p {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin: 10px 0 0;
}
.free-custom .contents ul.lstl02 li p span {
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	background-color: #F29600;
	text-align: center;
	margin-right: 10px;
	padding: 2px 5px;
	border-radius: 5px;
}
.free-custom .contents ul.lstl02 li h3 {
	color: #0A7AAC;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	margin-top: 5px;
}
.free-custom .contents ul.lstl02 li p.txt01 {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.6em;
	text-align: left;
	margin: 10px 0 0;
}

.free-custom .contents ul.lstl03 li {
	width: 100%;
	margin: 10px 0;
	padding: 15px;
	background-image: url(img/frm_bg_05.png), url(img/frm_bg_06.png);
	background-position: center top, center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.free-custom .contents ul.lstl03 li .innr01 {
	background-color: #FFFFFF;
	padding: 10px 15px;
	border-radius: 30px;
	position: relative;
	border: 3px solid #42bdda;
	overflow: hidden;
}

.remodal-wrapper {
	background-image: url(img/bg_02.png);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: repeat-y;
}
.remodal-close {
	position: absolute;
	/*top: 0;*/
	bottom: 0;
	/*left: 0;*/
	right: 0;
	display: block;
	overflow: visible;
	width: 100px;
	height: 40px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	/*color: #95979c;*/
	color: #fbe3cb;
	border: 0;
	outline: 0;
	background-color: #ec7700;
  /*background: transparent;*/
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.remodal-close:before {
  font-size: 16px;
  line-height: 40px;
  position: absolute;
	bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  content: "\00d7  閉じる";
  text-align: center;
}

.remodal {
	background-color: #f29600;
	padding: 40px 40px 70px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}
.remodal p {
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5em;
	text-align: left;
}
