@charset "utf-8";
/* CSS Document */

.qa-block{
	padding: 0;
}
.qa-block:last-child{
	padding-bottom: 80px;
}
.qa-block + .qa-block{
	padding-top: 120px;
}
.qa-block .head{
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 40px;
}
.qa-block .head .bar{
	width: 20px;
	height: 1px;
	background-color: #121212;
	flex-shrink: 0;
}
.qa-block .head h2{
	font-size: 22px;
	letter-spacing: 0.04em;
	line-height: 1.4;
}
.qa-block .body{
	align-items: flex-start;
	gap: 70px;
}
.qa-block .body.reverse{
	flex-direction: row-reverse;
}
.qa-block .imgbox{
	width: 410px;
	flex-shrink: 0;
}
.qa-block .imgbox img{
	width: 100%;
	height: auto;
	display: block;
}
.qa-block .list{
	flex: 1;
	min-width: 0;
}
.qa-item{
	margin-bottom: 40px;
}
.qa-item:last-child{
	margin-bottom: 0;
}
.qa-item .q{
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 12px;
}
.qa-item .q .no{
	font-family: "Lato", sans-serif;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.2;
	flex-shrink: 0;
	width: 47px;
}
.qa-item .q .ttl{
	flex: 1;
	min-width: 0;
	font-size: 20px;
	line-height: 1.5;
	color: #1b2050;
	word-break: break-word;
}
.qa-item .a{
	font-size: 15px;
	line-height: 30px;
}

@media screen and (max-width: 1080px){
	.qa-block .body,
	.qa-block .body.reverse{
		flex-direction: column;
	}
	.qa-block .imgbox{
		width: 100%;
		max-width: 410px;
	}
}
@media screen and (max-width: 768px){
	.qa-block{
		padding-top: 0;
	}
	.qa-block + .qa-block{
		padding-top: 80px;
	}
	.qa-item .q .ttl{
		font-size: 16px;
	}
}
@media screen and (max-width: 576px){
	.qa-item .q .no{
		font-size: 22px;
		width: 36px;
	}
}
