@charset "UTF-8";
.question{
	background-color: #ebebf5;
}
#qestion-1{
	left:0;
	right:0;
	margin: 0 auto;
	width: 1024px;
}
#qestion-illust{
	float: right;
	width: 470px;
}
.question-container{
	border-radius: 20px;
	margin: 20px 0;
	background: #fff;
}
.question-container h3{
	font-size: 1.75em;
}
.question-container :hover{
	cursor : pointer;
}
.question-block{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding: 20px;
}
.answer-block{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding: 20px;
	border-radius: 0 0 20px 20px;
	border-top: solid 5px #ebebf5;
}
.qestion-q{
	padding: 0 0 5px 10px;
	font-weight: 500;
	text-align: center;
	color: #0050c8;
}
.qestion-text{
	text-align: justify;
	color: #0050c8;
}
.answer-a{
	padding: 0 0 5px 15px;
	font-weight: 500;
	text-align: center;
	color: #ff3214;
}
.answer-text{
	text-align: justify;
	color: #ff3214;
}
.mini{
	font-size: 16px;
}
.acd-check{
    display: none;
}
.acd-label{
	border-radius: 20px;
	display: block;
}
.acd-content{
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    visibility: visible;
}
.line-blue{
	margin: 0 20px 0 30px;
	width: 2px;
	height: auto;
	background-color: #0050c8;
}
.line-red{
	margin: 0 20px 0 30px;
	width: 2px;
	height: auto;
	background-color: #ff3214;
}
.qestion-text:after{
	font-family:"Font Awesome 5 Free";
	font-weight: 900;
	content:'\f13a';
}
.acd-check:checked + .acd-label .qestion-text:after{
	content:'\f139';
}
@media screen and (max-width: 1024px) {
	#qestion-1{
		width: 90vw;
	}
}
@media screen and (max-width: 768px) {
	#qestion-illust{
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 414px) {
	#qestion-illust{
		float: none;
		width: 100%;
	}
	.question-container h3{
		font-size: 1.2em;
	}
}