@charset "utf-8";

.pop_c_btn {
	width: 80px;
	height: 80px;
	float: right;
}

.c01 {
	width: 100%;
	clear: both;
	text-align: center;
}

.c01 .titl {
	line-height: 1;
	margin-bottom: 20px;
	font-size: 2.5rem;
	color:#70879c;
}

.c01 .txt {
	margin-bottom: 20px;
}

.ol_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 10px auto 40px auto;
	border-top: 1px #e2e2e2 solid;
	border-bottom: 1px #e2e2e2 solid;
	font-size: 1.2rem;
	letter-spacing: 0;
}

.ol_titl {
	width: 30%;
	line-height: 30px;
	padding: 10px;
	background: #e2e2e2;
	border-bottom: 1px #fff solid;
}

.ol_txt {
	width: 70%;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px #e2e2e2 solid;
}

.ol_last {
	border-bottom: none;
}

.f_con_btns {
	margin: 60px auto;
}

.caution{
	font-size: 1.2rem;
	letter-spacing: 0;
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:767px) {
	.pop_c_btn {
		width: 50px;
		height: 50px;
	}

	.c01 .titl {
		font-size: 1.8rem;
	}

	.c01 .txt {
		margin-bottom: 20px;
	}

	.ol_wrap {
		border-top: none;
		border-bottom: none;
	}

	.ol_titl {
		width: 100%;
		line-height: 20px;
		border-bottom: none;
	}

	.ol_txt {
		width: 100%;
		line-height: 20px;
		border-bottom: none;
	}
}
