@charset "utf-8";

/* qa_pc.css：PC
 * ======================================
 * Main
 * ======================================
 */

/* Main
------------------------------------------------------------------ */
h1 + p {
    margin: 40px 0 0 0;
}

#subPage #content .mainvisual {
  margin-bottom: 60px;
}
#subPage #content .mainvisual img{
  max-width: 100%;
}
#subPage #content .mainvisual + .lead{
	text-align: left;
	margin-bottom: 30px;
}
.qa_list dt{
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
}
.qa_list dt::before{
	content: "";
	background: #d6809a;
	width: 6px;
	height: 1em;
	display: inline-block;
	margin-right: 15px;
	position: relative;
	top: 2px;
}
.qa_list dd{
	font-size: 16px;
	margin-bottom: 40px;
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph; 
	word-break: break-all;
}
#content .qa_list dd a{
display: inline;	
}
#content .qa_list dd a::after{
	content: none;
}
.qa_list dd small{
	font-size: 85%;
}
.qa_list dd img{
	max-width: 100%;
	height: auto;
}
.qa_list dd .ans{
	font-weight: bold;
	color: #d6809a;
	display: inline-block;
	margin-right: 10px;
}
.bottom_area{
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #ccc;
}
.bottom_area .txt{
	margin-bottom:20px; 
	text-align: center;
}
.bottom_area .btn{
	max-width: 300px;
	margin: 0 auto 40px;
}
.bottom_area .btn a{
border: 1px solid #dadada;
    padding: 14px 0;
    text-align: center;
    display: block;
    }
