@charset "UTF-8";

.text_center { text-align: center; }

/* TOP */
#brands .column4 {
	justify-content: center;
}
.ftr_bottom {
	max-width: 600px;
	margin: auto;
	padding-bottom: 5em;
}
.ftr_bottom p {
	text-align: left;
	font-size: 12px;
}
.bg_sq {
	background: rgba(201,191,135,0.1) url(../images/checkered_line.svg) repeat left bottom;
	background-size: contain;
	padding: 10px 0;
	margin-top: 60px;
}
.bg_br {
	border-bottom: 1px dotted #bebcb3;
	margin-top: 60px;
}

@media only screen and (min-width:1px) and (max-width:768px){
	.ftr_bottom {
		width: 80%;
		margin: auto;
		padding-bottom: 5em;
	}
}
/* CONTACT */
.form_layout .date_font { font-size: 12px; }
.form_layout .date_mb { margin-bottom: 1em; }
.form_layout dd .date { width: calc(50% - 2px); }

/* FURISODE */
.brands_name { font-size: 14px; }

/* SNS */
.line_icon i.fab {
	font-size: 2rem;
	color: #00B900;
}

.del {
	text-decoration: line-through!important;
}