@charset "utf-8";
/* CSS Document */



/*アコーディオンの全体コンテナ*/
/*.acodion-con{
	width:50%;height:auto;
	margin:0 auto;
	border:1px solid #000000;
	background-color:rgba(255, 245, 244,0.7);
	box-shadow:0px 0px 30px rgba(186, 20, 9,0.2);
	border-radius:30px;
	padding-right:30px;
}

@media(max-width:768px){
	.acodion-con{
		width:90%;
	}
}*/

.list-container{
	display:flex;
	flex-direction:column;
	gap:30px;
}




.qa-h2{
	/*border:1px solid #000000;*/
	text-align:center;
	margin-bottom:140px;
}
@media(max-width:768px){
	
	.qa-h2{
		margin-top:80px;
		margin-bottom:30px;
	}
}



.list-container{
	/*border:1px solid #000000;*/
	width:50%;height:auto;
	margin:0 auto;
}

@media(max-width:768px){
	.list-container{
		width:90%;height:auto;
	}
}

.list{
	display:inline-block;
	list-style:none;
	width:100%;height:auto;
	background-color:rgba(255, 245, 244,0.7);
	box-shadow:0px 0px 30px rgba(186, 20, 9,0.2);
	border-radius:30px;
	padding-right:30px;
}

.ue{
	position:relative;
	/*border:1px solid #000000;*/
	display:flex;
	gap:30px;
	align-items:center;
	padding:20px 50px;
	cursor:pointer;
}

.ue::after{
	position:absolute;
	top:48%;right:3%;
	content:"";
	width:25px;height:2px;
	background-color:#6A3C27;
	border-radius:1px;
}

.ue1::before{
	position:absolute;
	top:48%;right:3%;
	content:"";
	width:25px;height:2px;
	background-color:#6A3C27;
	transform:rotate(0deg);
	border-radius:1px;
	transition:transform 0.5s;
}

.ue1.open1::before{
	transform:rotate(90deg);
}


.ue2::before{
	position:absolute;
	top:48%;right:3%;
	content:"";
	width:25px;height:2px;
	background-color:#6A3C27;
	transform:rotate(0deg);
	border-radius:1px;
	transition:transform 0.5s;
}

.ue2.open2::before{
	transform:rotate(90deg);
}


.ue3::before{
	position:absolute;
	top:48%;right:3%;
	content:"";
	width:25px;height:2px;
	background-color:#6A3C27;
	transform:rotate(0deg);
	border-radius:1px;
	transition:transform 0.5s;
}

.ue3.open3::before{
	transform:rotate(90deg);
}


.ue4::before{
	position:absolute;
	top:48%;right:3%;
	content:"";
	width:25px;height:2px;
	background-color:#6A3C27;
	transform:rotate(0deg);
	border-radius:1px;
	transition:transform 0.5s;
}

.ue4.open4::before{
	transform:rotate(90deg);
}


.ue5::before{
	position:absolute;
	top:48%;right:3%;
	content:"";
	width:25px;height:2px;
	background-color:#6A3C27;
	transform:rotate(0deg);
	border-radius:1px;
	transition:transform 0.5s;
}

.ue5.open5::before{
	transform:rotate(90deg);
}


.st{
	/*border:1px solid #000000;*/
	padding:20px 100px;
	display:none;
}

.st-st{
	display:flex;
	align-items:flex-start;
	gap:30px;
}

.qa-img{
	width:25px;height:auto;
	
}

.st-p{
	display:inline-block;
	width:80%;height:auto;
	
}



















