@charset "UTF-8";



	
/* application
--------------------- */
#application .cta {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 80px;
	border: solid 1px #ddd;
	padding: 40px 0;
}
	#application .cta h3 {
		width: 250px;
		font-size: 3.0rem;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}

	#application .cta .txt {
		width: -webkit-calc(100% - 250px);
		width: calc(100% - 250px);
	}

.faq-page dl{
	background: #F2F4F5;
}
	.faq-page dl:nth-child(n+3){
		margin-top: 20px;
	}
	.faq-page dl dt{
		position: relative;
		padding: 20px 30px 20px 80px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.faq-page dl dt.active .btn::before{
			transform: translate(-50%, -50%) rotate(-45deg);
		}
		.faq-page dl dt.active .btn::after{
			transform: translate(-50%, -50%) rotate(-45deg);
		}
		.faq-page dl dt:hover{
			cursor: pointer;
		}
		.faq-page dl dt .txt-22{
			position: relative;
			font-weight: 600;
			font-size: 2.2rem;
			width: calc(100% - 30px);
		}
			.faq-page dl dt .txt-22 ::before{
				content: "";
				position: absolute;
				top: 8px;
				left: -45px;
				width: 17px;
				height: 20px;
				background: url(../img/faq/Q.svg) no-repeat center / contain;
			}
		.faq-page dl dt .btn{
			background: #FFCD00;
			width: 24px;
			height: 24px;
			border-radius: 50%;
			position: relative;
		}
			.faq-page dl dt .btn::before{
				content: "";
				display: inline-block;
				width: 16px;
				height: 2px;
				background-color: #fff;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				transition: all .4s;
			}
			.faq-page dl dt .btn::after{
				content: "";
				display: inline-block;
				width: 2px;
				height: 16px;
				background-color: #fff;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				transition: all .4s;
			}
	.faq-page dl dd{
		padding: 20px 80px;
	}
		.faq-page dl dd .cntnr .txt{
			position: relative;
		}
			.faq-page dl dd .cntnr .txt::before{
				content: "";
				position: absolute;
				top: 6px;
				left: -45px;
				width: 17px;
				height: 20px;
				background: url(../img/faq/A.svg) no-repeat center / contain;
			}
			.faq-page dl dd .cntnr .txt a{
				color: #F99900;
				position: relative;
			}
				.faq-page dl dd .cntnr .txt a::before{
					content: "";
					width: 100%;
					height: 1px;
					background: #F99900;
					position: absolute;
					bottom: 0;
					right: 0;
					transition: 0.3s;
				}
					.faq-page dl dd .cntnr .txt a:hover:before{
						width: 0;
					}
			.faq-page dl dd .cntnr .pht{
				width: 50%;
				background: #fff;
				padding: 20px 35px;
				margin-top: 25px;
			}
	.aco-item + dd {
		display: none;
	}






/* 1024px */
@media screen and (max-width: 1024px) {



	
/* application
--------------------- */
#application .cta {
	margin-top: 60px;
	padding: 30px 0;
}
	#application .cta h3 {
		width: 180px;
		font-size: 2.4rem;
	}

	#application .cta .txt {
		width: -webkit-calc(100% - 180px);
		width: calc(100% - 180px);
	}





}

.faq-page dl dt .txt-22{
	font-size: 2.0rem;
	width: calc(100% - 30px);
}
.faq-page dl dd .cntnr .pht{
	width: 50%;
	background: #fff;
	padding: 15px 25px;
	margin-top: 20px;
}
.faq-page dl dd .cntnr .pht{
	margin-top: 15px;
}

	







/* max 768px */
@media screen and (max-width: 768px) {



	
/* application
--------------------- */
#application .cta {
	display: block;
	margin-top: 40px;
	padding: 25px;
}
	#application .cta h3 {
		width: 100%;
		font-size: 2.0rem;
		text-align: left;
		margin-bottom: 10px;
	}

	#application .cta .txt {
		width: 100%;
	}

	
.faq-page .title {
	margin-bottom: 20px;
}	

.faq-page dl:nth-child(n+3){
	margin-top: 15px;
}
.faq-page dl dt{
	padding: 12px 12px 12px 40px;
}
	.faq-page dl dt .txt-22{
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.faq-page dl dt .txt-22 ::before{
		top: 1px;
		left: -27px;
		width: 17px;
		height: 20px;
	}
.faq-page dl dd{
	padding: 0px 15px 15px 40px;
}
	.faq-page dl dd .cntnr .txt::before{
		top: 4px;
		left: -27px;
		width: 17px;
		height: 20px;
	}
	.faq-page dl dd .cntnr .pht{
		width: calc(100% - 30px);
		background: #fff;
		padding: 15px;
		margin-top: 15px;
	}
.faq-page dl dt .btn {
    width: 20px;
    height: 20px;
}
.faq-page dl dt .btn::before {
    width: 12px;
    height: 1px;
}	
.faq-page dl dt .btn::after {
    width: 1px;
    height: 12px;
}	
}