@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none;
}

#ct_bg {
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #000;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

#ct_bg small {
	font-size: 100%;
}

#ct_bg a {
	color: #c00;
}

#ct_bg .imgOver01 img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg .imgOver01 a:hover img {
	opacity: .6;
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg .wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#ct_bg .contentsWrap {
	background-color: #fff;
}

/* header & footer 
*****************************************/

#ct_bg .inner01 {
	position: relative;
	width: 960px;
	padding: 40px 0 50px;
	margin: 0 auto;
}

#ct_bg .inner02 {
	position: relative;
	z-index: 2;
	width: 960px;
	margin: 0 auto;
}

#ct_bg .inner02 > .title01 {
	margin-top: 30px;
	text-align: center;
}

#ct_bg .bnrArea01 {
	margin-top: 40px;
}

#ct_bg .bnrArea01 > li{
	width: 252px;
	margin: 0 10px;
}

#ct_bg .bnrArea01 > li > a {
	display: block;
}

#ct_bg .snsBtn01 {
	margin-top: 30px;
}

#ct_bg .snsBtn01 > li,
#ct_bg .snsBtn02 > li {
	margin: 0 5px;
}

#ct_bg .copyArea01 {
	margin-top: 10px;
	font-size: 1rem;
}

#ct_bg .copyArea01.inner01 {
	padding: 0 0 20px;
}




#ct_bg .header01 {
	position: relative;
	padding: 7px 0;
	background-color: #00712f;
	color: #fff;
}

#ct_bg .header01 > .header01In {
	margin: 0 auto;
	padding: 0 12px;
	max-width: 1200px;
}

#ct_bg .header01 > .header01In .text01 > a {
	position: relative;
	padding-left: 30px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
}

#ct_bg .header01 > .header01In .text01 > a:hover {
	text-decoration: underline;
}

#ct_bg .header01 > .header01In .text01 > a:before {
	position: absolute;
	top: .2em;
	left: 0;
	content: "";
	width: 18px;
	height: 14px;
	background: url(../img/icon_index01.png) no-repeat 0 0 / cover;
}

#ct_bg .headTitleArea01 {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#ct_bg .headTitleArea01 > .headTitleArea01In {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#ct_bg .headTitleArea01 > .headTitleArea01In > .text01 ,
#ct_bg .headTitleArea01 > .headTitleArea01In > .title01 {
	font-weight: bold;
}

#ct_bg .headTitleArea01 > .headTitleArea01In > .title01 {
	margin-right: 15px;
}

/* contents
*****************************************/
#ct_bg .mainArea01 {
	text-align: center;
	background: url(../img/bg_index01_pc.jpg) bottom center / cover no-repeat;
}
#ct_bg .mainArea01.typeResult {
	background: url(../result/img/bg_index01_pc.jpg) bottom center / cover no-repeat;
	padding-bottom: 20px;
	min-height: 583px;
}
#ct_bg .mainArea01.typeResult > .box01 {
	background: #fff;
	border-radius: 45px;
	width: 880px;
	margin: 0 auto;
	padding: 20px 20px 24px;
}
#ct_bg .mainArea01.typeResult > .box01 > .title01 {
	margin-bottom: 28px;
}
#ct_bg .mainArea01.typeResult > .box01 > .title01 img {
	width: 375px;
	height: auto;
}
#ct_bg .mainArea01.typeResult > .box01 > .text01 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.075em;
	margin-bottom: 16px;
}
#ct_bg .mainArea01.typeResult > .box01 > .text02 {
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	margin-top: 18px;
}


#ct_bg .frameArea01 {
  background-image: -moz-linear-gradient( -90deg, rgb(218,240,252) 0%, rgb(255,255,255) 350px);
  background-image: -webkit-linear-gradient( -90deg, rgb(218,240,252) 0%, rgb(255,255,255) 350px);
  background-image: -ms-linear-gradient( -90deg, rgb(218,240,252) 0%, rgb(255,255,255) 350px);
	padding-bottom: 80px;
}

#ct_bg .frameArea01.type02 {
	padding-bottom: 0;
}

#ct_bg .frameArea01.type03 {
	padding-bottom: 54px;
}

#ct_bg .frameArea01.type02 > .frameArea01Inner01 {
	background: url("../img/bg_index02_pc.jpg") repeat-x 50% 100%;
	padding-bottom: 114px;
}

#ct_bg .frameArea02 {
	background: #daf0fc;
	margin-bottom: 40px;
}

#ct_bg .subSection01 {
	width: 960px;
	margin: 0 auto;
	padding-top: 67px;
}

#ct_bg .frameArea01.type03 .subSection01 {
	padding-top: 60px;
}

#ct_bg .subSection01 > .title01 {
	text-align: center;
	width: 47%;
	margin: 0 auto 38px;
}

#ct_bg .subSection01 > .title01.type02 {
	margin-bottom: 73px;
}


#ct_bg .subSection01 .box01 {
	border: 4px solid #0066b6;
	border-radius: 30px;
	background: #fff;
	padding: 35px 57px;
	position: relative;
}

#ct_bg .subSection01 .box01.type01 {
	margin-left: 30px;
	padding-right: 48px;
}

#ct_bg .subSection01 .box01.type02 {
	margin-left: 30px;
	padding-top: 25px;
	padding-bottom: 26px;
}

#ct_bg .subSection01 .box01.type03 {
	margin-left: 30px;
	padding-top: 22px;
	padding-bottom: 22px;
}

#ct_bg .subSection01 .box01.type04 {
	text-align: center;
	padding-top: 19px;
	padding-bottom: 19px;
}

#ct_bg .subSection01 .box01.type05 {
	text-align: center;
	padding: 60px 0 30px;
}

#ct_bg .subSection01 .box01.type06 {
	width: 469px;
	text-align: center;
	padding: 44px 0 30px;
	margin-top: 55px !important;
}

#ct_bg .subSection01 .box01 .num {
	position: absolute;
	top: -13px;
	left: -33px;
	width: 70px;
}

#ct_bg .subSection01 .box01 .prize {
	position: absolute;
	top: -39px;
	left: 50%;
	width: 530px;
	margin-left: -265px;
}

#ct_bg .subSection01 .box01.type06 .prize {
	position: absolute;
	top: -35px;
	left: 50%;
	width: 460px;
	margin-left: -230px;
}

#ct_bg .subSection01 .box01 + .box01 {
	margin-top: 19px
}

#ct_bg .subSection01 .txt04 + .wrap01 {
	margin-top: 10px;
}

#ct_bg .subSection01 > .image01 {
	margin: 56px auto 62px;
	text-align: center;
}

#ct_bg .subSection01 > .text01 {
	margin-top: 25px;
	font-size: 2rem;
	text-align: center;
}

#ct_bg .subSection01 > .text02 {
	margin-top: 25px;
	color: #e6002d;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

#ct_bg .subSection01 > .worksList01 {
}

#ct_bg .subSection01 > .worksList01.type02,
#ct_bg .subSection01 > .worksList01.type03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}
#ct_bg .subSection01 > .worksList01.type03 {
	margin: 0 -5px;
}

#ct_bg .subSection01 > .worksList01 li {
	width: 690px;
	margin: 20px auto;
}

#ct_bg .subSection01 > .worksList01.type02 li {
	width: 470px;
	margin: 20px 10px;
}

#ct_bg .subSection01 > .worksList01.type03 li {
	width: 313px;
	margin: 20px 5px;
}

#ct_bg .subSection01 > .worksList01 li a {
	background: #99caf1;
	border-radius: 10px;
	padding: 5px;
	position: relative;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#ct_bg .subSection01 > .worksList01 li a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	width: 50px;
	height: 50px;
	background: #99caf1 url("../result/img/icon_index01.png") no-repeat 50% 50% / 31px auto;
	border-radius: 10px 0 10px 0;
}

#ct_bg .subSection01 > .worksList01 li a:hover {
	opacity: 0.6;
}

#ct_bg .subSection01 > .worksList01.type02 li a {
	width: 470px;
	height: 350px;
}

#ct_bg .subSection01 > .worksList01.type02 li a img {
	max-width: 460px;
	max-height: 340px;
}

#ct_bg .subSection01 > .worksList01.type03 li a {
	width: 313px;
	height: 233px;
}

#ct_bg .subSection01 > .worksList01.type03 li a img {
	max-width: 303px;
	max-height: 223px;
}


#ct_bg .subSection01 > .worksList01 li dl {
	margin-top: 16px;
}

#ct_bg .subSection01 > .worksList01 li dl dt {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.075em;
}

#ct_bg .subSection01 > .worksList01 li dl dd {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.075em;
}

#ct_bg .subSection01 > .worksList01.type02 li dl dt {
	font-size: 2.0rem;
}

#ct_bg .subSection01 > .worksList01.type03 li dl dt {
	font-size: 1.8rem;
}

#ct_bg .subSection01 > .worksList01.type03 li dl dd {
	font-size: 1.4rem;
}



#ct_bg .txt04 + .list01 {
	margin-top: 5px;
}

#ct_bg .list01 + .txt04 {
	margin-top: 10px;
}

#ct_bg .list01 {
	margin-top: 15px;
}

#ct_bg .list01 > li {
	position: relative;
	padding-left: 22px;
	line-height: 1.75;
	letter-spacing: 0.075em;
}

#ct_bg .list01 > li + li {
	margin-top: 5px;
}

#ct_bg .list01.type02 > li {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}

#ct_bg .list01.type02 > li strong {
	color: #e4007f;
}

#ct_bg .list01 > li:before {
	position: absolute;
	left: 5px;
	top: .6em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #0066b6;
	content: "";
}

#ct_bg .txt02 a,
#ct_bg .list01 a {
	color: #000;
}

#ct_bg .list01 .list02 {
	margin-top: 5px;
}

#ct_bg .list02 > li {
	font-size: 1.4rem;
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.75;
}

#ct_bg .list02.type02 > li {
	font-size: 1.6rem;
	letter-spacing: 0.075em;
}

#ct_bg .list02.type02 > li + li {
	margin-top: 5px;
}

#ct_bg .list02 > li:before {
	content: '※';
}


#ct_bg .heading01 {
	margin-top: 38px;
	padding-bottom: 5px;
	color: #0066b6;
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 2px solid #0066b6;
}

#ct_bg .txt01 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}

#ct_bg .txt02 {
	margin-top: 15px;
	line-height: 1.75;
	letter-spacing: 0.075em;
}

#ct_bg .txt02.type02 {
	margin-top: 5px;
}

#ct_bg .link01 {
	color: #000;
}

#ct_bg .txt03 {
	margin-top: 24px;
	font-weight: bold;
}

#ct_bg .txt03 > span {
	margin-right: 10px;
	padding: 5px 9px 3px;
	letter-spacing: 0.075em;
	background-color: #99caf1;
	border-radius: 2px;
}

#ct_bg .heading01 + .list02 {
	margin-top: 15px;
}

#ct_bg .txt03 + .list02 {
	margin-top: 10px;
}

#ct_bg .txt04 + .list02 {
	margin-top: 3px;
}

#ct_bg .list02 + .txt04 {
	margin-top: 5px;
}

#ct_bg .txt04 {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.075em;
}

#ct_bg .txt04 strong {
	font-size: 3rem;
}

#ct_bg .txt05 {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.075em;
}

#ct_bg .txt05 strong {
	color: #fff;
	font-size: 2.4rem;
	background: #009944;
	border-radius: 30px;
	padding: 0.3em 0.74em 0.2em;
	margin-right: 10px;
}

#ct_bg .txt06 {
	color: #c00;
	font-size: 2.2rem;
	background: #fff;
	border-radius: 30px;
	padding: 0.7em 0.74em 0.6em;
	border: solid 2px #c00;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 50px;
}

#ct_bg .note01 {
	margin-top: 10px;
	font-size: 1.4rem;
}

#ct_bg .note02 {
	margin-top: 20px;
	font-size: 1.4rem;
}

#ct_bg .color01 {
	color: #cc0000;
}

#ct_bg .col01 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	color: #e4007f;
}

#ct_bg .col01 img {
	width: 290px;
}

#ct_bg .col01 + .col01 {
	margin-left: 30px;
}

#ct_bg .banner01 {
	text-align: center;
}

#ct_bg .banner02 {
	text-align: center;
}


@media screen and (max-width: 639px) {
	#ct_bg {
		font-family: -apple-system, "HelveticaNeue", Helvetica;
	}

	#ct_bg a {
		text-decoration: underline;
	}
	#ct_bg a:hover {
		text-decoration: none;
	}
	#header {
		border-bottom: #ccc solid 1px;
	}
	#ct_bg img {
		width: 100%;
		height: auto;
	}

	#footerIn .pageTop > a {
		background-size: 100%;
	}

	#ct_bg .imgOver01 a:hover img {
		opacity: 1.0;
	}

	.onlyPC {
		display: none;
	}
	.onlySP {
		display: block;
	}
	img.onlySP {
		display: inline-block;
	}


	/* header & footer
	*****************************************/
	#ct_bg .inner01,
	#ct_bg .inner02 {
		width: 100%;
	}

	#ct_bg .mainImg01 {
		background: none;
	}

	#ct_bg .bnrArea01 > li{
		width: 78.125%;
		margin-top: 20px;
	}

	#ct_bg .bnrArea01 > li:first-child {
		margin-top: 0;
	}

	#ct_bg .copyArea01 {
		text-align: center;
	}

	#ct_bg .copyArea01.inner01 {
		padding: 0 0 50px;
	}

	#footerIn .pageTop {
		display: block;
		top: -34px;
		right: 50%;
		margin-right: -75px;
		width: 150px;
		height: 34px;
	}

	#footerIn .pageTop > a {
		background:url(../img/btn_zukanneo01.png) no-repeat left top;
		background-size: 100%;
		height: 34px;
	}

	#ct_bg .header01 {
		padding: 8px 0;
	}
	#ct_bg .headTitleArea01 {
		position: static;
		width: 100%;
		margin-bottom: 5px;
		left: inherit;
		top: inherit;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}

	#ct_bg .headTitleArea01 > .headTitleArea01In .text01 ,
	#ct_bg .headTitleArea01 > .headTitleArea01In .title01 {
		font-size: 1.2rem;
		text-align: center;
	}

	#ct_bg .headTitleArea01 > .headTitleArea01In .title01 {
		margin-right: 0;
		width: 100%;
	}

	#ct_bg .mainArea01 > .title01 {
		margin-bottom: 1px;
	}
	
	#ct_bg .mainArea01.typeResult {
		background: url(../result/img/bg_index01_sp.jpg) bottom center / cover no-repeat;
		padding-bottom: 5.33vw;
		min-height: 133.6vw;
	}
	#ct_bg .mainArea01.typeResult > .box01 {
		border-radius: 22px;
		width: 92%;
		padding: 5.4vw 3.8vw 6.3vw;
	}
	#ct_bg .mainArea01.typeResult > .box01 > .title01 {
		width: 60vw;
		margin: 0 auto 3.3vw;
	}
	#ct_bg .mainArea01.typeResult > .box01 > .text01 {
		font-size: 1.6rem;
		line-height: 1.75;
		margin-bottom: 3vw;
		text-align: left;
	}
	#ct_bg .mainArea01.typeResult > .box01 > .text02 {
		font-size: 1.4rem;
		margin-top: 3.5vw;
		text-align: left;
	}


	#ct_bg .frameArea01.type02 > .frameArea01Inner01 {
		background: url("../img/bg_index02_pc.jpg") no-repeat 50% 100% / 100% auto;
		padding-bottom: 0;
	}

	#ct_bg .subSection01 {
		width: 92%;
		margin: 0 auto;
		padding-top: 15.8vw;
		padding-bottom: 21.33vw;
	}
	
	#ct_bg .subSection01 > .title01 {
		width: 91.3%;
		margin: 0 auto 9vw;
	}

	#ct_bg .subSection01 > .title01.type02 {
		margin-bottom: 16.26vw;
	}
	#ct_bg .subSection01 .box01 {
		border: 4px solid #0066b6;
		border-radius: 25px;
		background: #fff;
		padding: 6.66vw 6.66vw;
		position: relative;
	}

	#ct_bg .subSection01 .box01.type01 {
		width: 91.3%;
		margin-left: auto;
		margin-right: auto;
		padding: 6.66vw 6.66vw 4.75vw;
	}

	#ct_bg .subSection01 .box01.type02 {
		width: 91.3%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 5.66vw;
		padding-bottom: 5.66vw;
	}

	#ct_bg .subSection01 .box01.type03 {
		width: 91.3%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 22px;
		padding-bottom: 22px;
	}

	#ct_bg .subSection01 .box01.type04 {
		text-align: center;
		padding-top: 19px;
		padding-bottom: 19px;
	}

	#ct_bg .subSection01 .box01.type05 {
		text-align: center;
		padding: 10vw 0 5.33vw;
	}

	#ct_bg .subSection01 .box01.type06 {
		width: 469px;
		text-align: center;
		padding: 11.46vw 0 7.8vw;
		margin-top: 11.33vw !important;
	}

	#ct_bg .subSection01 .box01 .num {
		position: absolute;
		top: -3.86vw;
		left: -6.4vw;
		width: 50px;
	}

	#ct_bg .subSection01 .box01 .prize {
		position: absolute;
		top: -6.9vw;
		left: 0;
		width: 100%;
		margin-left: 0;
	}

	#ct_bg .subSection01 .box01.type06 .prize {
		top: -6.9vw;
		left: 0;
		width: 100%;
		margin-left: 0;
	}

	#ct_bg .subSection01 .box01 + .box01 {
		margin-top: 19px
	}

	#ct_bg .subSection01 .txt04 + .wrap01 {
		margin-top: 10px;
	}

	#ct_bg .subSection01 > .image01 {
		margin: 56px auto 62px;
		text-align: center;
	}

	#ct_bg .subSection01 > .text01 {
		margin-top: 25px;
		font-size: 2rem;
		text-align: center;
	}

	#ct_bg .subSection01 > .text02 {
		margin-top: 25px;
		color: #e6002d;
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
	}

	
	
	
	#ct_bg .subSection01 > .worksList01.type02 {
		margin: 0;
	}
	#ct_bg .subSection01 > .worksList01.type03 {
		margin: 0 -1.466vw;
	}

	#ct_bg .subSection01 > .worksList01 li {
		width: 100%;
		margin: 5.333vw auto 4vw;
	}

	#ct_bg .subSection01 > .worksList01 li a {
		background: #99caf1;
		border-radius: 5px;
		padding: 1.2vw 1.4vw;
	}

	#ct_bg .subSection01 > .worksList01 li a::after {
		width: 50px;
		height: 50px;
		background: #99caf1 url("../result/img/icon_index01.png") no-repeat 50% 50% / 31px auto;
		border-radius: 10px 0 10px;
	}

	#ct_bg .subSection01 > .worksList01 li a img {
		border-radius: 5px;
	}

	#ct_bg .subSection01 > .worksList01.type02 li {
		width: 100%;
		margin: 5.333vw 0 4vw;
	}

	#ct_bg .subSection01 > .worksList01.type03 li {
		width: 44.533vw;
		margin: 5.333vw 1.466vw 4vw;
	}

	#ct_bg .subSection01 > .worksList01.type02 li a {
		width: 100%;
		height: auto;
	}

	#ct_bg .subSection01 > .worksList01.type02 li a img {
		width: auto;
		height: auto;
		max-width: 89.333vw;
		max-height: 65.866vw;
		min-height: 65.866vw;
		border-radius: 5px;
	}

	#ct_bg .subSection01 > .worksList01.type03 li a {
		width: 100%;
		height: auto;
	}

	#ct_bg .subSection01 > .worksList01.type03 li a img {
		width: auto;
		height: auto;
		max-width: 42.933vw;
		max-height: 32.266vw;
		min-height: 32.266vw;
		border-radius: 3px;
	}

	#ct_bg .subSection01 > .worksList01.type03 li a::after {
		width: 25px;
		height: 25px;
		background: #99caf1 url("../result/img/icon_index01.png") no-repeat 50% 50% / 16px auto;
		border-radius: 5px 0 5px;
	}

	#ct_bg .subSection01 > .worksList01 li a:hover {
		opacity: 1;
	}

	#ct_bg .subSection01 > .worksList01 li dl {
		margin-top: 4vw;
	}

	#ct_bg .subSection01 > .worksList01 li dl dt {
		font-size: 2.0rem;
	}

	#ct_bg .subSection01 > .worksList01 li dl dd {
		margin-top: 1vw;
		font-size: 1.4rem;
	}

	#ct_bg .subSection01 > .worksList01.type02 li dl dt {
		font-size: 2.0rem;
	}

	#ct_bg .subSection01 > .worksList01.type03 li dl {
		margin-top: 1.7vw;
	}

	#ct_bg .subSection01 > .worksList01.type03 li dl dt {
		font-size: 1.5rem;
		line-height: 1.8;
	}

	#ct_bg .subSection01 > .worksList01.type03 li dl dd {
		margin-top: 1vw;
		font-size: 1.2rem;
	}

	
	
	
	#ct_bg .txt04 + .list01 {
		margin-top: 5px;
	}

	#ct_bg .list01 + .txt04 {
		margin-top: 10px;
	}

	#ct_bg .list01 {
		margin-top: 15px;
	}

	#ct_bg .list01 > li {
		position: relative;
		font-size: 1.4rem;
		padding-left: 1.2em;
		line-height: 1.75;
		letter-spacing: 0.075em;
	}

	#ct_bg .list01 > li + li {
		margin-top: 5px;
	}

	#ct_bg .list01.type02 > li {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.5;
	}

	#ct_bg .list01.type02 > li strong {
		color: #e4007f;
	}

	#ct_bg .list01 > li:before {
		position: absolute;
		left: 2px;
		top: .6em;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background-color: #0066b6;
		content: "";
	}

	#ct_bg .txt02 a,
	#ct_bg .list01 a {
		color: #000;
	}

	#ct_bg .list01 .list02 {
		margin-top: 5px;
	}

	#ct_bg .list02 > li {
		font-size: 1.2rem;
		padding-left:0;
		text-indent:0;
		line-height: 1.75;
	}

	#ct_bg .list02.type02 > li {
		font-size: 1.4rem;
		letter-spacing: 0.075em;
	}

	#ct_bg .list02.type02 > li + li {
		margin-top: 3px;
	}

	#ct_bg .list02 > li:before {
		content: '※';
		margin-left: 0.15em;
		margin-right: 0.3em;
	}


	#ct_bg .heading01 {
		margin-top: 9.06vw;
		padding-bottom: 9px;
		color: #0066b6;
		font-size: 1.8rem;
		font-weight: bold;
		border-bottom: 2px solid #0066b6;
	}

	#ct_bg .txt01 {
		color: #fff;
		font-size: 2rem;
		font-weight: bold;
	}

	#ct_bg .txt02 {
		margin-top: 14px;
		line-height: 1.75;
		font-size: 1.4rem;
	}

	#ct_bg .txt02.type02 {
		margin-top: 5px;
	}

	#ct_bg .link01 {
		color: #000;
	}

	#ct_bg .txt03 {
		margin-top: 24px;
		font-size: 1.4rem;
		font-weight: bold;
	}

	#ct_bg .txt03 > span {
		margin-right: 10px;
		padding: 2px 9px 3px;
		line-height: 1;
		background-color: #99caf1;
		border-radius: 2px;
	}

	#ct_bg .heading01 + .list02 {
		margin-top: 15px;
	}

	#ct_bg .txt03 + .list02 {
		margin-top: 10px;
	}

	#ct_bg .txt04 + .list02 {
		margin-top: 3px;
	}

	#ct_bg .list02 + .txt04 {
		margin-top: 5px;
	}

	#ct_bg .txt04 {
		font-size: 1.8rem;
		line-height: 1.75;
		font-weight: bold;
		letter-spacing: 0.075em;
	}

	#ct_bg .box01.type04 .txt04 {
		line-height: 1.5;
	}

	#ct_bg .txt04 strong {
		font-size: 3rem;
	}

	#ct_bg .txt05 {
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: 0.075em;
	}

	#ct_bg .txt05 strong {
		color: #fff;
		font-size: 1.8rem;
		line-height: 1;
		background: #009944;
		border-radius: 20px;
		padding: 0.5em 0.76em 0.55em;
		margin-right: 10px;
		margin-bottom: 5px;
		display: inline-block;
	}
	#ct_bg .txt06 {
			color: #c00;
			font-size: 1.6rem;
			background: #fff;
			border-radius: 20px;
			padding: 0.5em 0.76em 0.55em;
			border: solid 2px #c00;
			text-align: center;
			font-weight: bold;
			margin-top: 50px;
	}
	#ct_bg .txt06:first-child {
			margin-top: 0;
			margin-bottom: 50px;
	}
	#ct_bg .note01 {
		margin-top: 10px;
		font-size: 1.4rem;
	}

	#ct_bg .note02 {
		margin-top: 20px;
		font-size: 1.4rem;
	}

	#ct_bg .color01 {
		color: #cc0000;
	}

	#ct_bg .col01 {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.75;
		color: #e4007f;
	}

	#ct_bg .col01 img {
		width: 100%;
	}

	#ct_bg .col01 + .col01 {
		margin-left: 0;
		margin-top: 20px;
	}

	#ct_bg .col01 + .col01 p + p {
		margin-top: 5px;
	}

	#ct_bg .banner01 {
		margin-top: -6.8vw;
	}

	#ct_bg .banner02 {
		margin-left: 4%;
		margin-right: 4%;
	}



	/* contents
	*****************************************/
	#ct_bg .frameArea01 {
		padding: 0;
	}
	
	#ct_bg .frameArea01.type03 {
		padding-bottom: 0;
	}
	
	#ct_bg .frameArea01.type04 {
		padding-bottom: 0;
	}

	#ct_bg .frameArea01.type03 .subSection01 {
		width: 92vw;
		padding-top: 60px;
		padding-bottom: 16.33vw;
	}

}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}