@charset "utf-8";

.contents-card h2{margin:40px auto 20px auto;}
.contents-card h2 span{margin-left:20px;}
.contents-card h2 span:before{content:"〜";}
.contents-card h2 span:after{content:"〜";}
.card-qa{padding:20px 0;}
.card-qa dt{font-size:1.6rem;}

.card-qa dt{
	margin-bottom: 10px;
	color: #069;
	font-weight: 500;
}
.card-qa dd{margin-bottom:20px;}

.card-qa dt:before{content:"Q.";}
.card-qa dd:before{content:"A.";}

.card-qa p{text-align:right;margin-top:20px;}

.pict-card {margin-bottom:20px;}
.pict-card img{width:400px;border:1px solid #666;border-radius:10px;}

@media screen and (max-width:959px) {
	.pict-card{text-align:center;}
	.pict-card img{width:80%;}
}

