@charset "utf-8";

.txt_red {
	color: red !important;
}

.tel_link {
	color: #0070cc !important;
}

.acd_list_wrap .button span.num {
    margin-right: -7px;
    margin-left: -7px;
    font-size: 20px;
}

.acd_list_wrap .button span.num span {
	font-weight: bold;
}

.txt_content + .txt_content,
.cmn_table_wrap + .txt_content,
.cmn_square_box + .txt_content {
	margin-top: 20px;
}

.txt_content_inner + .txt_content_inner {
	margin-top: 20px;
}

.w400px {
	max-width: 400px !important; 
}

@media print, screen and (min-width: 641px) {
}

@media screen and (max-width:640px) {
	.--sp_w30p {
		width: 30% !important;
		min-width: auto !important;
	}
	.--sp_w35p {
		width: 35% !important;
		min-width: auto !important;
	}
	.--sp_w65p {
		width: 65% !important;
		min-width: auto !important;
	}
}