@charset "utf-8";
/*-------------------------
	Q&A style
	created: 2022.05.11
	updated: 2022.08.31
---------------------------*/

/* box */
.box > .box {
	padding: 20px 20px 0;
	margin-bottom: 3rem;
}

.box p,
.box dl,
.box ul,
.box figcaption {
	line-height: 1.5;
	font-size: 0.95rem;
}

#contents .container h2 {
	background-color: midnightblue;
	color: white;
	display: flex;
	column-gap: 0.5rem;
}

#contents .container h2 span {
	display: block;
	white-space: nowrap;
}

.box p {
	margin-bottom: 1rem;
}

.box p.note {
	padding-left: 1rem;
	text-indent: -1rem;
	margin-bottom: 2rem;
}

.box p.note::before {
	content: "※";
}

.box a {
	color: dodgerblue;
	text-decoration: none;
}

.box a:hover {
	text-decoration: underline;
}

#c02 dl,
#c03 dl,
#c04 dl {
	margin-top: 2rem;
}

#c02 dt, #c02 dd,
#c03 dt, #c03 dd,
#c04 dt, #c04 dd {
	margin-bottom: 1rem;
}

/* -Tablet- 600px-1024px */
@media screen and (max-width: 1024px){
	
	#contents h2,
	#contents h3 {
		height: auto;
		padding-top: 1px;
		padding-bottom: 1px;
	}
	
}


/* -SP- -599px */
@media screen and (max-width: 599px){
	
	#title h1 img {
		display: none;
	}
	
}