@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: 400 16px/1.75em "Noto Sans JP", sans-serif;
	font-feature-settings: "palt" 1, "pkna" 1;
	background-color: #05a9c4;
	background-image: url(img/bg_01.png), url(img/bg_02.png);
	background-position: center top, center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	letter-spacing: 0.07em;
	width: 100%;
}
.free-custom a {
	color: #ffffff!important;
}
.free-custom a:hover {
	opacity: 0.95!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 .btn02 {
	color: #FFFFFF !important;
	font-size: 18px;
	line-height: 44px;
	font-weight: 700;
	text-align: center;
	display: block;
	width: 240px;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	left: 47px;
	bottom: 70px;
	-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;
  animation: btnanm 2s infinite;
}
.free-custom .btn01 a {
	color: #FFFFFF !important;
	font-weight: 700;
	background-color: #264ae8;
	background-image: -webkit-linear-gradient(0deg,rgba(38,74,232,1.00) 0.33%,rgba(49,96,239,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(38,74,232,1.00) 0.33%,rgba(49,96,239,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(38,74,232,1.00) 0.33%,rgba(49,96,239,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(38,74,232,1.00) 0.33%,rgba(49,96,239,1.00) 100%);
	display: block;
}
.free-custom .btn01 a:hover {
	color: #FFFFFF !important;
	font-weight: 700;
	background-color: #4665eb;
	background-image: -webkit-linear-gradient(270deg,rgba(70,101,235,1.00) 0.08%,rgba(91,131,241,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(70,101,235,1.00) 0.08%,rgba(91,131,241,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(70,101,235,1.00) 0.08%,rgba(91,131,241,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(70,101,235,1.00) 0.08%,rgba(91,131,241,1.00) 100%);
	display: block;
}
.free-custom .btn02 a {
	color: #FFFFFF !important;
	font-weight: 700;
	background-color: #d513ff;
	background-image: -webkit-linear-gradient(0deg,rgba(213,19,255,1.00) 0.33%,rgba(226,25,255,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(213,19,255,1.00) 0.33%,rgba(226,25,255,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(213,19,255,1.00) 0.33%,rgba(226,25,255,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(213,19,255,1.00) 0.33%,rgba(226,25,255,1.00) 100%);
	display: block;
}
.free-custom .btn02 a:hover {
	color: #FFFFFF !important;
	font-weight: 700;
	background-color: #dd42ff;
	background-image: -webkit-linear-gradient(270deg,rgba(221,66,255,1.00) 0.08%,rgba(231,86,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(221,66,255,1.00) 0.08%,rgba(231,86,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(221,66,255,1.00) 0.08%,rgba(231,86,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(221,66,255,1.00) 0.08%,rgba(231,86,255,1.00) 100%);
	display: block;
}
@keyframes btnanm {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.9, 1.1);
  }
  20% {
    transform: scale(1.1, 0.9);
  }
  30% {
    transform: scale(0.95, 1.05);
  }
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.9, 1.1);
  }
  20% {
    transform: scale(1.1, 0.9);
  }
  30% {
    transform: scale(0.94, 1.06);
  }
  40% {
    transform: scale(1, 1);
  }
  45% {
    transform: scale(0.98, 1.02);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}


.free-custom .header {
	width: 100%;
  padding: 20px 0 50px;
	position: relative;
}
.free-custom .header .icnpr {
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	color: #05a9c4;
	background-color: #ffffff;
	text-align: center;
	width: 3em;
	padding-top: 2px;
	border-radius: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.free-custom .header .inq {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	padding-top: 2px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.free-custom .header .inq a {
	color: #FFFFFF!important;
	background-color: #264ae8;
	padding: 2px 5px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 5px;
}
.free-custom .header .inq a:hover {
	color: #FFFFFF;
	opacity: 1!important;
	background-color: #4665eb;
}
.free-custom .header h1 {
	text-align: center;
	padding-left: 5px;
}
.free-custom .header .rd {
	color: #fff37b;
  font-weight: 600;
	font-size: 16px;
  line-height: 28px;
	width: 850px;
  margin: 15px auto 0;
}

.free-custom .contents {
	width: 100%;
}
.free-custom .contents .article-sec {
	width: 100%;
	padding: 0 19px 40px;
}
.free-custom .article-sec ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.free-custom .article-sec li {
	background-color: #fffacb;
	background-image: url(img/bg_frm_01.png), url(img/bg_frm_02.png), url(img/bg_frm_03.png), url(img/bg_frm_04.png);
	background-position: center bottom, left top, right top, center bottom;
	background-repeat: no-repeat, repeat-y, repeat-y, repeat-x;
	width: 334px!important;
	margin: 0 20px;
	padding: 25px 25px 130px;
	border-bottom-left-radius: 167px;
	border-bottom-right-radius: 167px;
	position: relative;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
}
.free-custom .article-sec li:first-child {
	background-color: #fffacb;
	background-image: url(img/bg_frm_02.png), url(img/bg_frm_03.png), url(img/bg_frm_04.png);
	background-position: left top, right top, center bottom;
	background-repeat: repeat-y, repeat-y, repeat-x;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.free-custom .article-sec li .bgh2 {
	background-image: url(img/bg_h2_01.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 234px;
  height: 74px;
  position: absolute;
	top: -30px;
	left: 20pX;
}
.free-custom .article-sec li h2 {
	color: #47a343;
	font-weight: 600;
	font-size: 26px;
	line-height: 50px;
	text-align: center;
	width: 140px;
	padding-top: 10px;
}
.free-custom .article-sec li h3 {
	color: #ffffff;
	font-weight: 600;
	font-size: 13px;
	line-height: 24px;
	background-color: #47a343;
	text-align: center;
  width: 100%;
  padding: 0 5px;
  margin: 30px 0 5px;
}
.free-custom .article-sec li h4 {
	color: #47a343;
  font-weight: 700;
	font-size: 18px;
  line-height: 26px;
}
.free-custom .article-sec li .infbx {
  width: 124px;
  float: left;
}
.free-custom .article-sec li .schdl {
	color: #47a343;
	font-weight: 700;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
  width: 100%;
	padding-bottom: 5px;
	border-bottom: 2px solid #47a343;
}
.free-custom .article-sec li .ph01 {
  width: 150px;
  float: right;
  margin-bottom: 10px;
  border-radius: 50%;
}
.free-custom .article-sec li .lg01 {
  width: 100%;
  margin: 10px 0;
}
.free-custom .article-sec li .lg02 {
  width: 100%;
  margin: 15px 0;
}
.free-custom .article-sec li .nm {
	color: #000000;
	font-size: 13px;
  line-height: 17px;
  margin-bottom: 14px;
}
.free-custom .article-sec li .nm span {
 font-weight: 600;
}
.free-custom .article-sec li.cs {
	background-color: #ffcbcb;
}
.free-custom .article-sec li.cs .bgh2 {
	background-image: url(img/bg_h2_02.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 234px;
  height: 74px;
  position: absolute;
	top: -30px;
	left: 20pX;
}
.free-custom .article-sec li.cs p {
	color: #ffffff;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	padding-top: 120px;
}

.free-custom .article-sec .bx01 {
	width: 100%;
	margin-top: -40px;
}
.free-custom .article-sec .bx02 {
	background-color: #ffffff;
	background-image: url(img/bg_frm_01.png), url(img/bg_frm_02.png), url(img/bg_frm_03.png);
	background-position: center bottom, left top, right top;
	background-repeat: no-repeat, repeat-y, repeat-y;
	width: 334px!important;
	float: left;
	margin: 0 20px;
	padding: 25px 25px 130px;
	border-bottom-left-radius: 167px;
	border-bottom-right-radius: 167px;
	position: relative;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
}
.free-custom .article-sec .bx02 h4 {
	color: #2e48bc;
  font-weight: 700;
	font-size: 18px;
  line-height: 26px;
}
.free-custom .article-sec .bx02 h4.h4sb {
	color: #2e48bc;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	background-color: #caf5fc;
	margin-bottom: 5px;
	padding: 5px;
}
.free-custom .bnr01 {
	text-align: center;
	width: 708px;
	float: right;
	padding-top: 90px;
}
.free-custom .bnr01 p {
	background-color: #FFFFFF;
	width: 540px;
	margin: 0 auto 20px;
	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);
}
.free-custom .bnr01 img {
	width: 100%;
}
