@charset "utf-8";
/* CSS Document */

.main_sp {
	width:100%;
	min-width:960px;
	height:180px;
	margin-bottom:50px;
	background:#004EA2;
}

.main_sp h2 {
	width:960px;
	height:180px;
	margin:0 auto;
}

.bc_list {
	margin-bottom:10px;
}


.content h3 {
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #ccc;
	margin:80px 0 30px;
	font-size:20px;
}

.content h3::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}

.qr {
	display:block;
	float:left;
	width:246px;
	height:246px;
}

.qr_txt {
	width:684px;
	float:left;
	margin-left:30px;
}

.hp_a {
	display:block;
	border:2px solid #004EA2;
	padding:10px;
	margin-bottom:20px;
	width:300px;
}

.qr_txt p {
	margin-bottom:20px;
}