@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: #000000;
	width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.free-custom a {
	color: #ffffff!important;
}
.free-custom a:hover {
	opacity: 0.9!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 {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  display: block;
  width: calc(100% - 70px);
  margin: 0 35px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -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);
}
.free-custom .btn02 {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  display: block;
  width: calc(100% - 70px);
  margin: 0 35px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -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);
}
.free-custom .btn02 span {
  font-size: 13px;
  font-weight: bold;
}
.free-custom .btn01 a {
  color: #FFFFFF;
  background-color: #175df8;
  display: block;
}
.free-custom .btn02 a {
  color: #FFFFFF;
  background-color: #e0333f;
  display: block;
  padding: 3px 0 5px;
}
.free-custom .btn01 a:hover,
.free-custom .btn02 a:hover {
  color: #FFFFFF;
  display: block;
}
.free-custom .contents .btn01::before,
.free-custom .contents .btn02::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 .contents .btn01::after,
.free-custom .contents .btn02::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 .contents {
	width: 100%;
}
.free-custom .contents .artical-sec {
	background-color: #ffa803;
	background-image: url(img/bg_01.png), url(img/bg_02.png);
	background-position: left top, left bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 20px 10px;
}
.free-custom .contents .artical-sec ul:first-of-type {
  width: 100%;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.free-custom .contents .artical-sec ul li {
	background-color: #ffffff;
	width: 100%;
	margin-bottom: 10px;
  padding-bottom: 15px;
	border-radius: 10px;
	overflow: hidden;
}
.free-custom .contents .artical-sec ul li.ws {
  vertical-align: middle;
	width: calc(100% - 74.6% - 10px);
  padding: 10px;
}
.free-custom .contents .artical-sec ul li.wll {
  text-align: center;
  vertical-align: middle;
	width: 74.6%;
  padding: 10px;
}
.free-custom .contents .artical-sec ul li.bxh1 {
  vertical-align: middle;
  padding: 0 10px 20px;
}
.free-custom .contents .artical-sec ul li.prfrm {
  position: relative;
}
.free-custom .contents .artical-sec ul li h1 {
	color: #ff7200;
	font-weight: bold;
	font-size: 90px;
  line-height: 78px;
	text-align: center;
}
.free-custom .contents .artical-sec ul li h1 span {
	font-size: 58px;
}
.free-custom .contents .artical-sec ul li h2 {
	color: #ff7200;
	font-weight: bold;
	font-size: 14px;
  line-height: 20px;
	text-align: center;
}
.free-custom .contents .artical-sec .icnpr {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff7200;
  text-align: center;
  width: 3em;
  float: right;
  padding-top: 2px;
  border-radius: 10px;
  margin: 0;
}
.free-custom .contents .artical-sec ul li .bxlg {
  width: 100%;
	padding: 10px 10px 0;
}
.free-custom .contents .artical-sec ul li .bxlg img:first-of-type {
  vertical-align: middle;
	width: 60.6%;
  margin-right: 10px;
}
.free-custom .contents .artical-sec ul li .bxlg img:last-of-type {
  vertical-align: middle;
  width: calc(100% - 60.6% - 10px);
  border-radius: 50%;
}
.free-custom .contents .artical-sec ul li .bxadvc {
	background-image: url(img/bg_03.png);
	background-position: right 26px;
	background-size: 53px auto;
	background-repeat: no-repeat;
	margin-top: -10px;
	position: relative;
	z-index: 1;
}
.free-custom .contents .artical-sec ul li .advc01 {
	font-weight: bold;
	line-height: 26px;
	background-color: #ffe8a3;
	text-align: center;
	width: 43.1%;
	float: right;
	margin-bottom: 5px;
	padding-left: 13px;
	border-radius: 13px 0px 0px 13px;
}
.free-custom .contents .artical-sec ul li .advc02 {
  line-height: 18px;
	background-color: #ffe8a3;
	width: calc(100% - 10px);
	float: right;
	padding: 5px 10px 4px 20px;
	border-radius: 23px 0px 0px 23px;
}
.free-custom .contents .artical-sec ul li h3 {
	font-weight: bold;
	font-size: 18px;
  padding: 10px 10px 15px;
}
.free-custom .contents .artical-sec ul li.cs {
	color: #A9A9A9;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
  vertical-align: middle;
}
.free-custom .contents .artical-sec ul li.cs img {
	width: 60.6%;
  margin: 20px 0 10px;
}
.free-custom .contents .artical-sec .bximg img:first-of-type {
	width: calc(50% - 5px);
  float: left;
  border-radius: 13px;
}
.free-custom .contents .artical-sec .bximg img:last-of-type {
	width: calc(50% - 5px);
  float: right;
  border-radius: 13px;
}
.free-custom .contents .artical-sec ul li.wl {
  padding: 10px 10px 15px;
}
.free-custom .contents .artical-sec ul li.wl img {
  margin-bottom: 10px;
}
.free-custom .contents .artical-sec ul li.wl h3 {
  padding: 0 0 5px;
}
.free-custom .contents .artical-sec ul li.wl .btn01 {
  margin-top: 10px;
}
