@charset "UTF-8";

.container {
	width: 100%;
	padding: 16px 10px 50px 10px;
	box-sizing: border-box;
}

.container .tit {
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	font-size: 18px;
}

.container .tit01 {
	background: url(/qa02/img/txt_icon.png) no-repeat left center;
	background-size: 24px 24px;
	padding-left: 29px;
	font-size: 17px;
}

/*--block--*/
.block {
	margin: 20px 0 25px 0;
}

.block .box01 {
	font-weight: bold;
}

.block .box01,
.block .box02 {
	overflow: hidden;
	letter-spacing: 0.5px;
}

.block .box01 .txt01 {
	font-size: 15px;
	line-height: 1.4;
}

.block .box02 .txt02 {
	font-size: 14px;
	line-height: 1.5;
}

.block .txt_qa {
	width: 45px;
	height: 45px;
	background: #ffb6c1;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
	margin: 0 12px 6px 0;
	padding: 8px 6px;
	float: left;	/*border-radius:50%;*/
}

.block .txt_qa01 {
	background: #f4a460;
}

.block .txt_qa02 {
	background: #66cdaa;
}

.block .txt_qa03 {
	background: #87cefa;
}

/*--bottom--*/
.bottom {
	margin-top: 30px;
}

.bottom .bottom_tit {
	font-size: 18px;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
}

.bottom .bottom_txt {
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.5px;
}

.before {
	background: #98D7C7;
	border-radius: 20px;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	margin-top: 20px;
}

.before a {
	display: block;
	padding: 10px 20px;
}

@media screen and (min-width:767px) {
	.container {
		width: 860px;
		margin: 0 auto 100px;
		padding: 0;
	}

	.container .tit {
		margin: 50px 0 12px 0;
		font-size: 22px;
	}

	.container .tit01 {
		font-size: 19px;
	}

	/*--block--*/
	.block {
		margin-top: 20px;
	}

	.block .box01 .txt01 {
		margin-top: 10px;
		font-size: 16px;
	}

	.block .box02 .txt02 {
		margin-top: 10px;
		font-size: 15px;
	}

	/*--bottom--*/
	.bottom {
		margin-top: 40px;
	}

	.bottom .bottom_tit {
		font-size: 20px;
	}

	.bottom .bottom_txt {
		font-size: 15px;
	}

	.before:hover {
		opacity: 0.7;
	}

}
