@charset "utf-8";

/* Q and A */

.qaContainer{
	margin:0 25px;
}

.qaContainer dt {
	padding: 10px 10px 10px 35px;
	border-radius: 5px;
	background:rgba(187,200,230,0.9);
	/*background: #bbc8e6;*/
	text-indent: -25px;
	
}

.qaContainer dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 7px;
}

.qaContainer dd {
	margin: 20px 10px 40px 35px;
	text-indent: -25px;
}

.qaContainer dd:before {
	content: "A.";
	color: #1771c6;
	font-weight: bold;
	margin-right: 7px;
}


/*よくあるご質問画像*/
.menu1{
	text-align:center;
}

img.menu{
	max-width:100%;
	height:auto;
	margin:5px 0 30px 0;
}

/*リンク画像*/
.menu4{
	text-align:center;
	margin-top:65px;
	margin-bottom:30px;
}

img.menu4_1{
	max-width:100%;
	height:auto;
	margin-bottom:20px;
}

@media screen and (min-width: 768px) {
	.menu4{
		display:flex;
		justify-content:space-between;
	}
	.menu4 a{
		width:49.47%;
	}
}