@charset "utf-8";
.content_box {
	padding: 10px;
	margin: 0 auto;
	max-width: 800px;
}
.box_top {
	margin: 20px 0;
}
dl {
	text-align: left;
	border: 1px solid #FF6699;
	border-radius: 8px;
	margin: 10px 0;
}
dt {
	display: flex;
	align-items: center;
	font-size: 1.2em;
	font-weight: bold;
	padding: 20px 10px;	
	border-radius: 8px 8px 0 0;
	background: #FFE6EE;
}
dt::before {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	text-align: center;
	content: 'Q';
	font-size: 1.5em;
	border-radius: 35px;
	background: #FF6699;
	color: #FFE6EE;
	margin-right: 10px;
}
dd {
	padding: 10px;
	line-height: 2.0em;
	letter-spacing: 0.15em;
	
}
dd::before {
	padding-right: 10px;
	font-size: 1.2em;
}

.bold {
	font-weight: bold;
	text-decoration-line: underline;
}
.newline {
	text-align: justify;
}
.test_box {
	width: 200px;
	height: 50px;
	display: block;
	background: #FFE6EE;
	position: relative;
}
/* ------------------------------------------------------------------------------------------------------------------------
	Responsive-Breakpoint-1 ( 768px以上)
------------------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 768px) {
} 
/* ------------------------------------------------------------------------------------------------------------------------
	Responsive-Breakpoint-1 ( 1024px以上)
------------------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 1024px) {

}