@charset "utf-8";

/*-----------------------------------------------
	tadaranger
-----------------------------------------------*/
/* secHero */
.secHero{
	height: 270px;
	position: relative;
	overflow: hidden;
	background-color: #56C52C;
}
.secHero img{
	width: 2000px;
	position: absolute;
	top: 0;
	left: calc(50% - 1000px);
}
.secHero .img02{
	display: none;
}
@media only screen and (max-width:1360px){
	.secHero .img01{
		display: none;
	}
	.secHero .img02{
		display: inline;
	}
}
@media only screen and (max-width:767px){
	.secHero{
		height: auto;
	}
	.secHero img{
		width: 100%;
		height: auto;
		position: static;
	}
	.secHero .img01,
	.secHero .img02{
		display: none;
	}
}

/* secMenu */
.secMenu{
	background: #ffff00;
	padding-top: 32px;
	height:2800px;
}
.secMenu .txtTop{
	margin-bottom: 52px;
	text-align: center;
}
.secMenu .boxList{
	font-size: 0;
}
.secMenu .boxList .item{
	display: inline-block;
	margin-right: 19px;
}
.secMenu .boxList .item:nth-child(3){
	margin-right: 18px;
}
.secMenu .boxList .item:last-child{
	margin-right: 0;
}
.secMenu .txt{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding: 51px 0 99px;
	letter-spacing: 2.75px;
}
@media only screen and (max-width:767px){
	.secMenu{
		padding-top: 0;
		height: auto;
	}
	.secMenu .txtTop{
		width: 94.67%;
		margin: 0 auto;
		padding: 10px 0;
	}
	.secMenu .boxList{
		width: 94.67%;
		margin: 0 auto;
		padding-top: 2%;
		text-align: center;
	}
	.secMenu .boxList .item{
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.secMenu .boxList .item:nth-child(3){
		margin-right: 0;
	}
	.secMenu .boxList .item:nth-last-child(-n+2){
		margin-bottom: 0;
	}
	.secMenu .txt{
		font-size: 10px;
		line-height: 1.5;
		padding: 15px 2.67%;
		letter-spacing: 1px;
	}
}

/* secEstate */
.secEstate{
    background: repeating-linear-gradient(-45deg, #9E9E9E 13px, #9E9E9E 30.7px, #9E9E9E 30.7px, #9E9E9E 48.4px);
    background-color: #9E9E9E;
}
.secEstate .wrapper01{
	width: 1070px;
	margin: 0 auto;
}
.secEstate .tit{
	position: relative;
	height: 201px;
}
.secEstate .tit img{
	position: absolute;
	top: -11px;
	left: 0;
}
.secEstate .boxBtn .item{
	width: 520px;
}
.secEstate .boxBtn .item:first-child{
	float: left;
}
.secEstate .boxBtn .item:last-child{
	float: right;
}
.secEstate .boxTel{
	font-size: 0;
	margin-top: 40px;
}
.secEstate .boxTel .item{
	display: inline-block;
	width: calc(30% - 5px);
	margin-right: 30px;
}
.secEstate .boxTel .item:last-child{
	margin-right: 0;
}
.secEstate .txtTel{
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	padding: 43px 0 70px;
	letter-spacing: 0.25px;
}
@media only screen and (max-width:767px){
	.secEstate .wrapper01{
		width: 100%;
	}
	.secEstate .tit{
		width: 94.67%;
		height: auto;
		margin: 0 auto;
		padding-top: 10px;
	}
	.secEstate .tit img{
		position: static;
	}
	.secEstate .boxBtn{
		width: 94.67%;
		margin: 0 auto;
	}
	.secEstate .boxBtn .item{
		width: calc(50% - 5px);
	}
	.secEstate .wrapper02{
		width: 94.67%;
		margin: 0 auto;
	}
	.secEstate .boxTel{
		margin-top: 20px;
		text-align: center;
	}
	.secEstate .boxTel .item{
		width: calc(50% - 5px);
		margin: 0 10px 15px 0;
	}
	.secEstate .boxTel .item:nth-child(2){
		margin-right: 0;
	}
	.secEstate .boxTel .item:last-child{
		margin: 0;
	}
	.secEstate .txtTel{
		font-size: 12px;
		line-height: 1.5;
		padding: 20px 0 35px;
	}
}

/* secTel */
.secEstate.secTel .tit{
	width: 992px;
	height: 160px;
	margin: 0 35px 0 auto;
}
.secEstate.secTel .tit img{
	top: -52px;
}
.secEstate.secTel .boxTel{
	margin-top: 0;
}
.secEstate.secTel .txtTel{
	padding-bottom: 60px;
}
@media only screen and (max-width:767px){
	.secEstate.secTel .wrapper{
		width: 94.67%;
		margin: 0 auto;
	}
	.secEstate.secTel .tit{
		width: 95.77%;
		height: auto;
	}
	.secEstate.secTel .txtTel{
		padding-bottom: 35px;
	}
}

/* secProblem */
.secProblem{
	padding-top: 41px;
	background: url(../img/tadaranger/bgProblem01.gif) center top;
}
.secProblem .txt02{
	width: 399px;
	margin: 60px auto -60px;
}
.secProblem .txt03{
	height: 4042px;
	background: url(../img/tadaranger/bgProblem02.jpg) center top no-repeat;
	
}
.secProblem .txt03 img{
	display: block;
	width: 3660px;
	height: auto;
	margin: 0 auto;
	padding-top: 216px;
}
@media only screen and (max-width:767px){
	.secProblem{
		padding-top: 20px;
	}
	.secProblem .wrapper{
		width: 94.67%;
		margin: 0 auto;
	}
	.secProblem .txt02{
		width: 42.2%;
		margin: 20px auto 0;
	}
	.secProblem .txt03{
		height: auto;
		background-color: #FFF;
		background-size: 100% auto, 150% auto;
	}
	.secProblem .txt03 img{
		width: 60%;
		height: auto;
		padding: 16% 0 37.5%;
	}
}

/* secZeroSupport */
.secZeroSupport{
	background: url(../img/tadaranger/bgZeroSupport.gif) center bottom no-repeat #56C52C;
	padding-bottom: 331px;
}
.secZeroSupport .boxTit{
	height: 64px;
	position: relative;
}
.secZeroSupport .boxTit .tit01{
	position: absolute;
	top: -203px;
	left: 75px;
}
.secZeroSupport .boxTit .tit02{
	position: absolute;
	bottom: 0;
	left: 0;
}
.secZeroSupport .boxTxt01{
	margin-top: 49px;
	position: relative;
}
.secZeroSupport .boxTxt01 .txt{
	width: 744px;
	font-size: 20px;
	line-height: 1.8;
	color: #FFF;
	letter-spacing: 0.5px;
	padding: 31px 0 42px;
	position: relative;
	z-index: 10;
}
.secZeroSupport .boxTxt01 .img{
	position: absolute;
	right: 0;
	bottom: 0;
}
.secZeroSupport .boxTxt02 .img02{
	display: none;
}
.secZeroSupport .boxTxt03 .tit{
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
	padding-top: 29px;
	letter-spacing: 1px;
}
.secZeroSupport .boxTxt03 .txt{
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	padding-top: 18px;
	letter-spacing: -0.5px;
}
@media only screen and (max-width:1440px){
	.secZeroSupport .boxTxt02 .img01{
		display: none;
	}
	.secZeroSupport .boxTxt02 .img02{
		display: inline;
	}
}
@media only screen and (max-width:767px){
	.secZeroSupport{
		background-size: 100% auto;
		padding-bottom: 12.5%;
	}
	.secZeroSupport .boxTit{
		height: auto;
	}
	.secZeroSupport .boxTit .tit01{
		width: 100px;
		position: absolute;
		top: -40px;
		left: 10%;
	}
	.secZeroSupport .boxTit .tit02{
		position: relative;
		padding-top: 20px;
	}
	.secZeroSupport .boxTxt01{
		width: 94.67%;
		margin: 20px auto 0;
	}
	.secZeroSupport .boxTxt01 .tit{
		width: 80%;
	}
	.secZeroSupport .boxTxt01 .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 0.25px;
		padding: 15px 0 20px;
	}
	.secZeroSupport .boxTxt02,
	.secZeroSupport .boxTxt03{
		width: 94.67%;
		margin: 0 auto;
	}
	.secZeroSupport .boxTxt03 .tit{
		font-size: 15px;
		padding-top: 15px;
		letter-spacing: 0.5px;
	}
	.secZeroSupport .boxTxt03 .txt{
		font-size: 12px;
		line-height: 18px;
		padding-top: 10px;
		letter-spacing: 0;
		font-weight: normal;
	}
}

/* secHoshouSupport */
.secHoshouSupport{
	background: url(../img/tadaranger/bgHoshouSupport.gif) center bottom no-repeat #DE6271;
	padding-bottom: 319px;
		height: 1600px;

}
.secHoshouSupport .boxTit{
	height: 11px;
	position: relative;
}
.secHoshouSupport .boxTit .tit01{
	position: absolute;
	top: -230px;
	left: 76px;
	z-tadaranger: 10;
}
.secHoshouSupport .boxTit .tit02{
	position: absolute;
	bottom: 0;
	left: 0;
}
.secHoshouSupport .boxTxt01{
	padding: 49px 0 336px;
	position: relative;
}
.secHoshouSupport .boxTxt01 .txt{
	width: 744px;
	font-size: 20px;
	line-height: 1.8;
	color: #FFF;
	letter-spacing: 0.5px;
	padding: 31px 0 42px;
}
.secHoshouSupport .boxTxt01 .img{
	position: absolute;
	right: 0;
	bottom: 43px;
	pointer-events: none;
}
.secHoshouSupport .boxTxt02{
	position: relative;
}
.secHoshouSupport .boxTxt02 .tit{
	height: 236px;
}
.secHoshouSupport .boxTxt02 .tit img{
	position: absolute;
	top: 0;
	left: -63px;
}
.secHoshouSupport .boxTxt02 .txt{
	position: absolute;
	right: 6px;
	top: 118px;
	z-tadaranger: 10;
}
@media only screen and (max-width:1350px){	.secHoshouSupport .boxTxt02 .tit img{
		left: 0;
	}
	.secHoshouSupport .boxTxt02 .txt{
		right: -10px;
	}
}
@media only screen and (max-width:767px){
	.secHoshouSupport{
		background-size: 100% auto;
		padding-bottom: 12.5%;
		height: 650px;
	}
	.secHoshouSupport .boxTit{
		height: auto;
	}
	.secHoshouSupport .boxTit .tit01{
		width: 100px;
		position: absolute;
		top: -40px;
		left: 10%;
	}
	.secHoshouSupport .boxTit .tit02{
		position: relative;
		padding-top: 20px;
	}
	.secHoshouSupport .boxTxt01{
		width: 94.67%;
		margin: 0 auto;
		padding: 25px 0 0;
	}
	.secHoshouSupport .boxTxt01 .tit{
		width: 80%;
	}
	.secHoshouSupport .boxTxt01 .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 0.25px;
		padding: 15px 0 20px;
	}
	.secHoshouSupport .boxTxt01 .img{
		width: 84.5%;
		margin: 0 auto;
		position: static;
		pointer-events: auto;
	}
	.secHoshouSupport .boxTxt02{
		width: 94.67%;
		margin: 0 auto;
		padding-top: 10px;
		position: relative;
	}
	.secHoshouSupport .boxTxt02 .tit{
		height: auto;
	}
	.secHoshouSupport .boxTxt02 .tit img{
		position: static;
	}
}

/* secSumaiSupport */
.secSumaiSupport{
	background: url(../img/tadaranger/bgSumaiSupport02.png) center bottom no-repeat, url(../img/tadaranger/bgSumaiSupport01.gif) 3px center;
	padding-bottom: 271px;
	height:800px;
}
.secSumaiSupport .boxTit{
	height: 61px;
	position: relative;
}
.secSumaiSupport .boxTit .tit01{
	position: absolute;
	top: -218px;
	left: 77px;
}
.secSumaiSupport .boxTit .tit02{
	position: absolute;
	bottom: 0;
	left: 0;
}
.secSumaiSupport .boxTxt01{
	margin-top: 108px;
	position: relative;
}
.secSumaiSupport .boxTxt01 .txt{
	width: 744px;
	font-size: 20px;
	line-height: 1.8;
	color: #000;
	letter-spacing: 0.5px;
	padding: 31px 0 74px;
}
.secSumaiSupport .boxTxt01 .img{
	position: absolute;
	right: -25px;
	bottom: 0;
}
.secSumaiSupport .boxTxt02 .txt01{
	margin-bottom: 80px;
}
.secSumaiSupport .boxTxt02 .txt02{
	margin-bottom: 48px;
}
.secSumaiSupport .boxTxt02 .txt03{
	margin-bottom: 40px;
}
.secSumaiSupport .boxTxt03{
	font-size: 15px;
	line-height: 1.8;
	font-weight: 500;
	padding: 5px 0;
	letter-spacing: -0.75px;
}
.secSumaiSupport .boxTxt03 .txt{
	padding-bottom: 25px;
}
.secSumaiSupport .boxTxt03 .txt a{
	color: #39C;
}
@media only screen and (max-width:767px){
	.secSumaiSupport{
		background-size: 100% auto, 4px auto;
		padding-bottom: 12.5%;
	}
	.secSumaiSupport .boxTit{
		height: auto;
	}
	.secSumaiSupport .boxTit .tit01{
		width: 100px;
		position: absolute;
		top: -40px;
		left: 10%;
	}
	.secSumaiSupport .boxTit .tit02{
		position: relative;
		padding-top: 20px;
	}
	.secSumaiSupport .boxTxt01{
		width: 94.67%;
		margin: 20px auto 0;
	}
	.secSumaiSupport .boxTxt01 .tit{
		width: 100%:
	}
	.secSumaiSupport .boxTxt01 .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 0.25px;
		padding: 15px 0 20px;
	}
	.secSumaiSupport .boxTxt02{
		padding: 0 2.67%;
	}
	.secSumaiSupport .boxTxt02 .txt01{
		margin-bottom: 15px;
	}
	.secSumaiSupport .boxTxt02 .txt02{
		margin-bottom: 10px;
	}
	.secSumaiSupport .boxTxt02 .txt03{
		margin-bottom: 20px;
	}
	.secSumaiSupport .boxTxt03{
		font-size: 10px;
		line-height: 1.5;
		padding: 0 2.67%;
	}
	.secSumaiSupport .boxTxt03 .txt{
		padding-bottom: 10px;
	}
}

/* secKurashiSupport */
.secKurashiSupport{
	background: #18B7D8;
	padding-bottom: 141px;
}
.secKurashiSupport .boxTit{
	height: 75px;
	position: relative;
}
.secKurashiSupport .boxTit .tit01{
	position: absolute;
	top: -210px;
	left: 75px;
}
.secKurashiSupport .boxTit .tit02{
	position: absolute;
	bottom: 0;
	left: 0;
}
.secKurashiSupport .boxTxt01{
	margin-top: 102px;
	position: relative;
}
.secKurashiSupport .boxTxt01 .txt{
	width: 744px;
	font-size: 20px;
	line-height: 1.8;
	color: #FFF;
	letter-spacing: 0.5px;
	padding: 31px 0 54px;
}
.secKurashiSupport .boxTxt01 .img{
	position: absolute;
	right: -25px;
	bottom: 0;
}
.secKurashiSupport .boxTxt02 .txt01{
	font-size: 26px;
	line-height: 1.8;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	padding: 30px 0 43px;
}
.secKurashiSupport .boxTxt02 .boxList{
	width: 960px;
	margin: 0 auto;
	font-size: 0;
}
.secKurashiSupport .boxTxt02 .boxList .item{
	display: inline-block;
	margin: 0 40px 40px 0;
}
.secKurashiSupport .boxTxt02 .boxList .item:nth-child(2n){
	margin-right: 0;
}
.secKurashiSupport .boxTxt02 .boxList .item:nth-last-child(-n+2){
	margin-bottom: 0;
}
.secKurashiSupport .boxTxt02 .txt02{
	width: 960px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.6;
	color: #FFF;
	letter-spacing: -0.75px;
	padding: 35px 0 78px;
}
.secKurashiSupport .boxTxt03{
	position: relative;
}
.secKurashiSupport .boxTxt03 .titBalloon{
	content: "";
	display: block;
	width: 280px;
	height: 250px;
	position: absolute;
	top: -116px;
	right: -111px;
}
.secKurashiSupport .boxTxt03 .boxList{
	width: 100%;
}
.secKurashiSupport .boxTxt03 .boxList .item{
	margin: 0 30px 30px 0;
}
@media only screen and (max-width:1440px){
	.secKurashiSupport .boxTxt03 .titBalloon{
		right: -55px;
	}
}
@media only screen and (max-width:1320px){
	.secKurashiSupport .boxTxt03 .titBalloon{
		right: -10px;
	}
}
@media only screen and (max-width:767px){
	.secKurashiSupport{
		background-size: 100% auto;
		padding-bottom: 10%;
	}
	.secKurashiSupport .boxTit{
		height: auto;
	}
	.secKurashiSupport .boxTit .tit01{
		width: 100px;
		position: absolute;
		top: -40px;
		left: 10%;
	}
	.secKurashiSupport .boxTit .tit02{
		position: relative;
		padding-top: 20px;
	}
	.secKurashiSupport .boxTxt01{
		width: 94.67%;
		margin: 20px auto 0;
	}
	.secKurashiSupport .boxTxt01 .tit{
		width: 100%:
	}
	.secKurashiSupport .boxTxt01 .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 0.25px;
		padding: 15px 0 20px;
	}
	.secKurashiSupport .boxTxt02{
		width: 94.67%;
		margin: 0 auto;
	}
	.secKurashiSupport .boxTxt02 .txt01{
		font-size: 12px;
		line-height: 1.8;
		letter-spacing: 0.5px;
		padding: 15px 0 20px;
	}
	.secKurashiSupport .boxTxt02 .boxList{
		width: 100%;
	}
	.secKurashiSupport .boxTxt02 .boxList .item{
		width: calc(50% - 5px);
		margin: 0 10px 10px 0;
	}
	.secKurashiSupport .boxTxt02 .boxList .item:nth-child(2n){
		margin-right: 0;
	}
	.secKurashiSupport .boxTxt02 .txt02{
		width: 100%;
		font-size: 10px;
		line-height: 1.5;
		font-weight: 500;
		color: #FFF;
		letter-spacing: -0.25px;
		padding: 15px 0 30px;
	}
	.secKurashiSupport .boxTxt03 .titBalloon{
		width: 70px;
		height: 62.5px;
		position: absolute;
		top: -31.25px;
		right: 0;
	}
	.secKurashiSupport .boxTxt03 .boxList .item,
	.secKurashiSupport .boxTxt03 .boxList .item:nth-last-child(-n+2){
		display: block;
		width: 100%;
		margin: 0 0 15px;
	}
	.secKurashiSupport .boxTxt03 .boxList .item:last-child{
		margin-bottom: 0;
	}
}

/* secLeisureSupport */
.secLeisureSupport{
	background: url(../img/tadaranger/bgLeisureSupport.jpg) center top no-repeat;
}
.secLeisureSupport .boxTit{
	height: 198px;
	position: relative;
}
.secLeisureSupport .boxTit .tit01{
	position: absolute;
	top: -40px;
	left: 80px;
}
.secLeisureSupport .boxTit .tit02{
	position: absolute;
	bottom: 0;
	left: 0;
}
.secLeisureSupport .boxTxt01{
	margin-top: 66px;
	position: relative;
}
.secLeisureSupport .boxTxt01 .txt{
	font-size: 20px;
	line-height: 1.8;
	color: #000;
	letter-spacing: 1.5px;
	padding: 26px 0 78px;
}
.secLeisureSupport .boxTxt01 .img{
	position: absolute;
	right: -25px;
	bottom: 0;
}
.secLeisureSupport .boxTxt02 .tit02{
	width: 693px;
	margin: 0 auto;
	padding: 40px 0 35px;
}
.secLeisureSupport .boxList{
	width: 1080px;
	margin: 0 auto;
	font-size: 0;
}
.secLeisureSupport .boxList .item{
	display: inline-block;
	margin: 0 30px 30px 0;
}
.secLeisureSupport .boxList .item:nth-child(3n){
	margin-right: 0;
}
.secLeisureSupport .btn{
	width: 650px;
	margin: 0 auto;
	padding: 30px 32px 98px 0;
}
@media only screen and (max-width:767px){
	.secLeisureSupport{
		background-size: cover;
	}
	.secLeisureSupport .boxTit{
		height: auto;
	}
	.secLeisureSupport .boxTit .tit01{
		width: 100px;
		position: absolute;
		top: -20px;
		left: 10%;
	}
	.secLeisureSupport .boxTit .tit02{
		position: relative;
		padding-top: 40px;
	}
	.secLeisureSupport .boxTxt01{
		width: 94.67%;
		margin: 20px auto 0;
	}
	.secLeisureSupport .boxTxt01 .tit{
		width: 80%;
	}
	.secLeisureSupport .boxTxt01 .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 0.25px;
		padding: 15px 0 20px;
	}
	.secLeisureSupport .boxTxt02{
		width: 94.67%;
		margin: 0 auto;
		padding: 9 0 15px;
	}
	.secLeisureSupport .boxTxt02 .tit02{
		width: 100%;
		padding: 20px 0 15px;
	}
	.secLeisureSupport .boxList{
		width: 94.67%;
	}
	.secLeisureSupport .boxList .item,
	.secLeisureSupport .boxList .item:nth-child(3n){
		width: calc(50% - 5px);
		margin: 0 10px 10px 0;
	}
	.secLeisureSupport .boxList .item:nth-child(2n){
		margin-right: 0;
	}
	.secLeisureSupport .btn{
		width: 80%;
		padding: 25px 0 50px;
	}
}

/* secVoice */
.secVoice{
	background: #FEFAE7;
	padding: 86px 0 101px;
}
@media only screen and (max-width:767px){
	.secVoice{
		padding: 40px 2.67% 50px;
	}
}

/* secLineup */
.secLineup{
	background: url(../img/tadaranger/bgLineup.gif) center top;
}
.secLineup .tit{
	width: 760px;
	margin: 0 auto;
	padding: 68px 0 63px;
}
.secLineup .txt{
	padding-bottom: 79px;
}
@media only screen and (max-width:767px){
	.secLineup{
		padding: 0 2.67%;
	}
	.secLineup .tit{
		width: 100%;
		padding: 30px 0;
	}
	.secLineup .txt{
		padding-bottom: 35px;
	}
}

/* secQa */
.secQa{
	background: #FEFAE7;
	padding: 108px 0 170px;
}
.secQa .titTop{
	width: 832px;
	margin: 0 auto;
	padding-bottom: 49px;
}
.secQa .boxList{
	border: 5px solid #000;
	background: #FFF;
}
.secQa .boxList .item{
	border-bottom: 1px solid #CCC;
}
.secQa .boxList .item:last-child{
	border-bottom: none;
}
.secQa .boxList .item .tit{
	background: #FFF;
	padding: 25px 68px;
	line-height: 30px;
	position: relative;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.secQa .boxList .item .tit:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}
.secQa .boxList .item .tit::before{
	content: "";
	display: block;
	width: 30px;
	height: 31px;
	background: url(../img/tadaranger/titQ.gif) center top / cover no-repeat;
	position: absolute;
	top: 25px;
	left: 25px;
}
.secQa .boxList .item .tit::after{
	content: "";
	display: block;
	width: 30px;
	height: 18px;
	background: url(../img/tadaranger/imgQaArrow.gif) center top / cover no-repeat;
	position: absolute;
	top: 32px;
	right: 25px;
}
.secQa .boxList .item .tit .txtPoint{
	color: #F90;
}
.secQa .boxList .item .boxTxt{
	display: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 1.5px;
	color: #000;
	background: #F9F9F9;
	padding: 21px 25px 19px 68px;
	position: relative;
}
.secQa .boxList .item .boxTxt::before{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/tadaranger/titA.gif) center top / cover no-repeat;
	position: absolute;
	top: 19px;
	left: 25px;
}
.secQa .boxList .item .boxTxt .txt .titSupport{
	display: inline-block;
	width: 141px;
}
.secQa .boxList .item .boxTxt .txtSmall{
	display: block;
	font-size: 14px;
}
.secQa .boxList .item .boxTxt .txt{
	padding-bottom: 24px;
}
.secQa .boxList .item .boxTxt .txt:last-child{
	padding-bottom: 0;
}
@media only screen and (max-width:767px){
	.secQa{
		padding: 40px 0 50px;
	}
	.secQa .titTop{
		width: 94.67%;
		padding-bottom: 25px;
	}
	.secQa .boxList{
		border-left: none;
		border-right: none;
	}
	.secQa .boxList .item .tit{
		padding: 10px calc(2.67% + 25px) 10px calc(2.67% + 34px);
		line-height: 1.6;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.secQa .boxList .item .tit:hover{
		filter:alpha(opacity=100);
		opacity:1.0;
	}
	.secQa .boxList .item .tit::before{
		width: 24px;
		height: 24px;
		top: 10px;
		left: 2.67%;
	}
	.secQa .boxList .item .tit::after{
		width: 15px;
		height: 9px;
		top: calc(50% - 4.5px);
		right: 2.67%;
	}
	.secQa .boxList .item .boxTxt{
		font-size: 13px;
		letter-spacing: 0.75px;
		padding: 10px 2.67% 10px calc(2.67% + 34px);
	}
	.secQa .boxList .item .boxTxt::before{
		width: 24px;
		height: 24px;
		top: 10px;
		left: 2.67%;
	}
	.secQa .boxList .item .boxTxt .txt .titSupport{
		display: inline;
		width: auto;
	}
	.secQa .boxList .item .boxTxt .txtSmall{
		font-size: 12px;
	}
	.secQa .boxList .item .boxTxt .txt{
		padding-bottom: 12px;
	}
}

/* secForm */
.secForm{
	background: url(../img/tadaranger/bgForm01.jpg) center top no-repeat;
}
.secForm .wrapper{
	width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width:767px){
	.secForm{
		background-size: cover;
	}
	.secForm .wrapper{
		width: 100%;
	}
}

/* secFormtadarangerTit */
.secFormtadarangerTit{
	position: relative;
	background: url(../img/tadaranger/bgForm02.png) center bottom no-repeat;
}
.secFormtadarangerTit .tit{
	position: absolute;
	top: -111px;
	left: calc(50% - 225px);
}
.secFormtadarangerTit .txt{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	letter-spacing: -0.25px;
	text-align: center;
	padding: 161px 0 35px;
}
.secFormtadarangerTit .txt .fRed{
	color: #C00;
}
@media only screen and (max-width:767px){
	.secFormtadarangerTit{
		background: url(../img/tadaranger/bgForm02_sp.png) center bottom / 100% auto no-repeat;
		padding-top: 25px;
	}
	.secFormtadarangerTit .tit{
		position: static;
		width: 73.33%;
		margin: 0 auto;
	}
	.secFormtadarangerTit .txt{
		font-size: 13px;
		line-height: 1.5;
		padding: 15px 2.67% 25px;
	}
}

/* secFormTable */
.secFormTable{
	border: 5px solid #000;
	background: #FFF;
	width: 100%;
}
.secFormTable .txtError{
	display: none;
	color: #F00;
	font-size: 12px;
	background: url(../img/icon/iconError.png) left top / 14px 14px no-repeat;
	padding: 0 0 0 17px;
	margin-top: 10px;
	line-height: 14px;
}
.secFormTable tr{
	border-bottom: 1px solid #D9D9D9;
}
.secFormTable tr:last-child{
	border-bottom: none;
}
.secFormTable tr th{
	width: 296px;
	background: #F9F9F9;
	padding: 45px 0 45px 24px;
	font-size: 18px;
	color: #000;
	font-weight: 500;
	vertical-align: middle;
}
.secFormTable tr th .inner{
	display: block;
	position: relative;
}
.secFormTable tr th .inner .must{
	display: inline-block;
	width: 40px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	font-weight: 500;
	background: #C00;
	position: absolute;
	top: 0;
	right: 11px;
}
.secFormTable tr td{
	padding: 32px 22px 30px;
	vertical-align: middle;
}
.secFormTable input[type="text"],
.secFormTable input[type="tel"],
.secFormTable input[type="email"],
.secFormTable select{
	height: 48px;
	font-size: 15px;
	padding-left: 10px;
	border: 1px solid #CCC;
}
.secFormTable input[type="text"].inputRequired,
.secFormTable input[type="tel"].inputRequired,
.secFormTable input[type="email"].inputRequired,
.secFormTable select.inputRequired{
	background: #FBE5E3;
}
.secFormTable input[type="text"].inputRequired.error,
.secFormTable input[type="tel"].inputRequired.error,
.secFormTable input[type="email"].inputRequired.error,
.secFormTable select.inputRequired.error{
	border: 1px solid #DFA69F;
}
.secFormTable textarea{
	font-size: 15px;
	height: 168px;
	border: 1px solid #CCC;
	padding: 10px;
}
.secFormTable .mw340{min-width: 340px;}
.secFormTable .w420{width: 420px;}
.secFormTable .w654{width: 654px;}
.secFormTable .txtTel{
	display: inline-block;
	margin-left: 11px;
	font-size: 12px;
	font-weight: 500;
}
.secFormTable .txtPrivacy{
	font-size: 16px;
}
.secFormTable .txtPrivacy a{
	color: #09F;
}
.secFormTable .txtPrivacy input[type="checkbox"]{
	margin-right: 10px;
}
@media only screen and (max-width:767px){
	.secFormTable{
		border: none;
	}
	.secFormTable,
	.secFormTable tbody,
	.secFormTable tr,
	.secFormTable td,
	.secFormTable th{
		display: block;
	}
	.secFormTable tr th{
		width: 100%;
		padding: 12px 10px;
		font-size: 13px;
		border-bottom: 1px solid #D9D9D9;
	}
	.secFormTable tr th .inner{
		font-size: 13px;
		padding: 3.5px 0;
	}
	.secFormTable tr th .inner .must{
		font-size: 12px;
		right: 0;
	}
	.secFormTable tr td{
		padding: 15px 2.67%;
	}
	.secFormTable input[type="text"],
	.secFormTable input[type="tel"],
	.secFormTable input[type="email"],
	.secFormTable select{
		font-size: 13px;
		height: 40px;
	}
	.secFormTable textarea{
		font-size: 13px;
		height: 100px;
	}
	.secFormTable .mws0{min-width: 0;}
	.secFormTable .ws100p{width: 100%;}
	.secFormTable .txtTel{
		display: block;
		margin: 10px 0 0;
	}
	.secFormTable .txtPrivacy{
		font-size: 13px;
	}
	.secFormTable .txtPrivacy input[type="checkbox"]{
		margin-right: 5px;
	}
}

/* secFormBtn */
.secFormBtn{
	padding: 50px 0 151px;
}
.secFormBtn a{
	display: block;
	width: 480px;
	margin: 0 auto;
}
@media only screen and (max-width:767px){
	.secFormBtn{
		padding: 25px 0 50px;
	}
	.secFormBtn a{
		width: 53.33%;
	}
}

/*-----------------------------------------------
	co
-----------------------------------------------*/
/* secForm */
.secForm.co{
	background: #FEFAE7;
}

/* secFormCoTit */
.secFormCoTit{
	text-align: center;
}
.secFormCoTit .tit{
	padding: 35px 0;
}
.secFormCoTit .txt{
	font-size: 18px;
	line-height: 2;
	padding-bottom: 35px;
	font-weight: 500;
}
.secFormCoTit .txt a{
	color: #09F;
}
@media only screen and (max-width:767px){
	.secFormCoTit .tit{
		width: 53.33%;
		margin: 0 auto;
		padding: 15px 0;
	}
	.secFormCoTit .txt{
		font-size: 12px;
		line-height: 1.5;
		text-align: left;
		padding: 0 2.67% 20px;
	}
}

/* secFormTable */
.secForm.co .secFormTable tr td{
	font-size: 15px;
	line-height: 1.5;
}
@media only screen and (max-width:767px){
	.secForm.co .secFormTable tr td{
		font-size: 12px;
	}
}

/*-----------------------------------------------
	ok
-----------------------------------------------*/
/* secForm */
.secForm.ok{
	background: #FEFAE7;
}

/* secFormCoTit */
.secForm.ok .secFormCoTit .txt{
	padding-bottom: 0;
}
