@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.5em "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	width: 100%;
}
.free-custom a {
	color: #ffffff!important;
}
.free-custom a:hover {
	opacity: 0.8!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,
.free-custom .btn03 {
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  display: block;
  border-radius: 17px;
  -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);
  overflow: hidden;
}
.free-custom .btn01 {
  font-size: 16px;
  line-height: 35px;
  width: 260px;
  position: absolute;
  left: 10px;
  bottom: 55px;
}
.free-custom .btn02 {
  font-size: 14px;
  line-height: 28px;
  width: 80px;
  position: absolute;
  left: 10px;
  bottom: 15px;
}
.free-custom .btn03 {
  font-size: 14px;
  line-height: 28px;
  width: 170px;
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.free-custom .btn01 a,
.free-custom .btn02 a,
.free-custom .btn03 a {
  color: #ffffff;
  background-color: #5b16f2;
  display: block;
}
.free-custom .btn01 a:hover,
.free-custom .btn02 a:hover,
.free-custom .btn03 a:hover {
	color: #ffffff;
	display: block;
}
.free-custom .contents .btn01::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 {
	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: #33cdff;
	background-image: url(img/bg_01.png), url(img/bg_02.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
  padding: 20px 0;
}
.free-custom .contents .artical-sec ul {
  width: 100%;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.free-custom .contents .artical-sec ul li {
	background-color: #ffffff;
	width: 280px;
	margin: 3px;
	border-radius: 10px;
  position: relative;
}
.free-custom .contents .artical-sec ul li:first-child {
	margin: 3px 3px 3px 0;
	border-radius: 0 10px 10px 0;
}
.free-custom .contents .artical-sec ul li:last-child {
	margin: 3px 0 3px 3px;
	border-radius: 10px 0 0 10px;
}
.free-custom .contents .artical-sec ul li.bg00 {
	background-image: url(img/bg_03.png);
}
.free-custom .contents .artical-sec ul li.ws {
  vertical-align: middle;
	width: 88px;
  padding: 10px;
}
.free-custom .contents .artical-sec ul li.wm {
  vertical-align: middle;
	width: 208px;
  padding: 10px;
}
.free-custom .contents .artical-sec ul li.wl {
  text-align: center;
  vertical-align: middle;
	width: 852px;
  padding: 10px;
}
.free-custom .contents .artical-sec ul li.bxh1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 10px 50px;
}
.free-custom .contents .artical-sec ul li h1 {
	color: #0045e0;
	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: #0045e0;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.free-custom .contents .artical-sec .icnpr {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #0045e0;
  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%;
  height: 100px;
	padding: 10px 10px 0;
}
.free-custom .contents .artical-sec ul li .bxlg img:first-of-type {
  vertical-align: middle;
	width: 160px;
  margin-right: 10px;
}
.free-custom .contents .artical-sec ul li .bxlg img:last-of-type {
  vertical-align: middle;
  width: 90px;
  border-radius: 50%;
}
.free-custom .contents .artical-sec ul li .bxadvc {
	background-image: url(img/bg_03.png);
	background-position: right 28px;
	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: 28px;
	background-color: #83e4fb;
	text-align: center;
	width: 135px;
	float: right;
	margin: 0 0 4px;
	border-radius: 14px 0px 0px 14px;
}
.free-custom .contents .artical-sec ul li .advc02 {
  line-height: 18px;
	background-color: #83e4fb;
	width: 270px;
	float: right;
	margin: 0 0 0 -2px;
	padding: 5px 10px 5px 15px;
	border-radius: 21px 0px 0px 21px;
}
.free-custom .contents .artical-sec ul li .advc02 span {
	font-weight: bold;
}
.free-custom .contents .artical-sec ul li .advc03 {
	font-weight: bold;
	line-height: 24px;
	background-color: #5ec8ff;
	width: 120px;
	margin-top: 10px;
	padding-left: 10px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
.free-custom .contents .artical-sec ul li h3 {
	font-weight: bold;
	font-size: 16px;
  padding: 10px 10px 100px;
}
.free-custom .contents .artical-sec ul li.rd {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0045e0;
	font-weight: bold;
  padding: 40px 20px;
}
.free-custom .contents .artical-sec ul li.bg01 {
	background-image: url(img/img_01.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.free-custom .contents .artical-sec ul li.bg02 {
	background-image: url(img/img_02.jpg);
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
}
.free-custom .contents .artical-sec ul li.bg03 {
	background-image: url(img/img_03.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.free-custom .contents .artical-sec ul li.bg04 {
	background-image: url(img/img_04.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.free-custom .contents .artical-sec ul li.bg05 {
	background-image: url(img/img_05.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.free-custom .contents .links-sec {
	padding: 20px 0;
}
.free-custom .contents .links-sec .bxnws {
	width: 800px;
  float: left;
}
.free-custom .contents .links-sec h2 {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: bold;
	color: #057ad3;
	text-align: center;
	margin-bottom: 20px;
}
.free-custom .contents .links-sec table {
	color: #000;
  background-color: #057ad3;
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	border-radius: 10px;
  overflow: hidden;
}
.free-custom .contents .links-sec table th, 
.free-custom .contents .links-sec table td {
	vertical-align: middle;
	padding: 6px 10px;
}
.free-custom .contents .links-sec table th {
	font-weight: bold;
	background-color: #abe7fe;
	width: 130px;
}
.free-custom .contents .links-sec table td {
	background-color: #ffffff;
}
.free-custom .contents .links-sec table tr:first-child th:first-child {
	border-top-left-radius: 10px;
}
.free-custom .contents table tr:first-child td:last-child {
	border-top-right-radius: 10px;
}
.free-custom .contents table tr:last-child th:first-child {
	border-bottom-left-radius: 10px;
}
.free-custom .contents table tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

.free-custom .contents .links-sec table td a {
	font-weight: bold;
  color: #000000!important;
	display: inline;
	padding: 0px 5px;
}
.free-custom .contents .links-sec table td a:hover {
	font-weight: bold;
  color: #5b16f2!important;
	opacity: 1.0!important;
}
.free-custom .contents .links-sec .bxbnr {
	width: 340px;
  float: right;
}
.free-custom .contents .links-sec .bxbnr li {
	font-size: 22px;
	line-height: 26px;
	color: #FFF !important;
	font-weight: bold;
	text-align: center;
	display: block;
	border-radius: 10px;
	margin-bottom: 20px;
	width: 340px;
	height: 84px;
}
.free-custom .contents .links-sec .bxbnr li .sb01 {
	font-size: 14px;
}
.free-custom .contents .links-sec .bxbnr li .sb02 {
	font-size: 14px;
	color: #5b16f2;
	background-color: #FFF;
	vertical-align: top;
	padding: 5px 5px 3px;
	margin-left: 5px;
	border-radius: 5px;
}
.free-custom .contents .links-sec .bxbnr li a {
	color: #ffffff;
	font-weight: bold;
  background-color: #5b16f2;
	display: block;
	width: 100%;
	height: 84px;
	padding: 17px 90px 0px 5px;
	border-radius: 10px;
}
.free-custom .contents .links-sec .bxbnr li:first-child a {
	background-image: url(img/bnr_01.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.free-custom .contents .links-sec .bxbnr li:nth-child(2) a {
	background-image: url(img/bnr_02.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.free-custom .contents .links-sec .bxbnr li:last-child a {
	background-image: url(img/bnr_03.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0px 100px 0px 0px;
}
.free-custom .contents .links-sec .bxbnr li a:hover {
	color: #ffffff;
}