@charset "UTF-8";
/*
    Template: swell
    Theme Name: custom-theme
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.hidden {
	display: none;
}

.form-block {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	padding: 20px;
}

.device-list {
	display: flex;
	flex-wrap: wrap;
/* 	gap: 2% 30px; */
}

.device-list.hidden {
	display: none;
}

.device-list label {
	flex-basis: 48%;
	cursor: pointer;
}

.device-list label.active {
	border: 2px solid #000;
}

.device-list img {
	width: 200px;
}