.loginappearance .select_table td {
	border-bottom: 2px solid #ff0025;
	padding: 20px 0;
}

.loginappearance .select_table {
	margin: 0 30px;
}

.loginappearance .select_table .bousai_box01 {
	width: 300px;
}

.loginappearance .select_table .bousai_box02 {
	width: 200px;
}

.loginappearance .select_table .bousai_box02 a:hover {
	opacity: 0.8;
}

.loginappearance .select_table .select_btn {
	background-color: #ee8f25;;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 12px;
	display: block;
	text-decoration: none;
}

.bousai-features {
	margin: 0 auto 40px;
	max-width: 560px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.bousai-feature {
	padding: 1em;
	width: 48%;
	background: #106cb8;
	color: #fff;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bousai-feature p {
	line-height: 1.5;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.bousai-features {
		max-width: none;
		flex-direction: column;
		width: 100%;
		margin-bottom: 0;
	}
	.bousai-feature {
		width: 100%;
		margin-bottom: 20px;
	}
	.bousai-feature p br {
		display: none;		
	}
}
