@charset "utf-8";
/******************************************************************
Theme Name: swallow child
Theme URI: https://open-cage.com/swallow/
Description: swallowの子テーマ
Version: 1.2.2
Author: opencage
Author URI: https://open-cage.com/
Template: yswallow
License: GNU General Public License
License URI: licence.txt
******************************************************************/

.boxlogo-container {
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 20px;
	margin-bottom: 100px;
}

.boxlogo-container > * {
	min-width: 170px;
	border: 1px solid gray;
}

@media screen and (min-width: 400px){
	.boxlogo-container > * {
		max-width: 185px;
		border: 1px solid gray;
	}
}

.dbrd {
	background-color: #e3e3e3;
	padding: 10px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
