@charset "utf-8";



/*////////////////////////////////////
faq
////////////////////////////////////*/

@media screen and (min-width: 768px){

#faq_main_scction{
	position: relative;
}

#faq_main_img{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
	filter: brightness(75%);
	aspect-ratio:3850/1280;
}
#faq_main_img img {
	transform: scale(1);
  	animation: zoomIn 3s ease-in-out forwards;
}

#spimg{
	display: none;
}

#faq_main_title{
	position:absolute;
	width:100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: clamp(3rem,2.5vw,5rem);
	overflow: wrap;
	font-family: serif;
	line-height: 1.8;
	letter-spacing: 0.06em;
	color: #1c2993;
}


#faq_main_title2{
	position: relative;
	text-align: center;
}


#faq_main_title2 .title2{
	font-size:4rem;
	color:rgba(38,101,167,1.00);
	font-weight: 400;
}


#faq_main_title2 p.sub2{
	font-size:clamp(1.4rem,4vw,1.8rem);
	margin-bottom: 50px;
}




#faq_section{
	position: relative;
}


#faq{
	position: relative;
	width:70%;
	margin: 0 auto;
}

.faq_area{
	position: relative;
	width:100%;
	background:#fff;
	border-radius: 30px;
	margin-bottom: 50px;
	padding: 20px 50px;
}

.faq_q{
	position: relative;
	margin-bottom:30px;
	padding-top: 10px;
}


.faq_q p{
	font-size:1.6rem;
	font-weight: 400;
	color: rgba(7,53,177,1.00);
}

.faq_q p i{
	font-size:1.6rem;
	font-weight: 400;
	margin-right: 10px;
}

.faq_a{
	position: relative;
}

.faq_a p{
	font-size:1.6rem;
	font-weight: 400;
	line-height: 1.8;
}


.faq_a p i{
	font-size:1.6rem;
	font-weight: 400;
	margin-right: 10px;
	color: rgba(251,10,14,1.00);
}

#pbr2{
	display: none;
}

}




@keyframes zoomIn {
  to {
    transform: scale(1.2);
  }
}
/*////////////////////////////////////
@media screen and (min-width: 0px) and (max-width: 767px)
faq
////////////////////////////////////*/

@media screen and (min-width: 0px) and (max-width: 767px){

#faq_main_scction{
	position: relative;
	height: 450px;
}

#faq_main_img{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 70px;
	filter: brightness(70%);
	aspect-ratio:1920/1600;
}


#pcimg{
	display: none;
}




#faq_section{
	position: relative;
}


#faq_main_title2{
	position: relative;
	text-align: center;
}


#faq_main_title2 .title2{
	font-size:3.5rem;
	color: #1c2993;
	font-weight: 500;
}


#faq_main_title2 .sub2{
	font-size:clamp(1.4rem,4vw,1.8rem);
	margin-bottom: 50px;
}



#faq{
	position: relative;
	width:90%;
	margin: 0 auto;
}

.faq_area{
	position: relative;
	width:100%;
	background:#fff;
	border-radius: 30px;
	margin-bottom: 50px;
	padding: 20px 50px;
}

.faq_q{
	position: relative;
	margin-bottom:30px;
	padding-top: 10px;
}


.faq_q p{
	font-size:1.6rem;
	font-weight: 400;
	color: rgba(7,53,177,1.00);
}

.faq_q p i{
	font-size:1.6rem;
	font-weight: 400;
	margin-right: 10px;
}

.faq_a{
	position: relative;
}

.faq_a p{
	font-size:1.6rem;
	font-weight: 400;
	line-height: 1.8;
}


.faq_a p i{
	font-size:1.6rem;
	font-weight: 400;
	margin-right: 10px;
	color: rgba(251,10,14,1.00);
}


}


