@charset "UTF-8";

.introduction .module-border_box {
	margin-bottom: 30px;
}

.introduction .device_icon {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}

.introduction .device_icon .-img {
	margin-right: 5px;
}

.introduction .device_icon .-txt {
	margin-left: 5px;
}

.introduction .device_icon .-img:last-of-type {
	margin-right: 0;
}

.introduction .setting .setting_cv {
	width: 300px;
	text-align: center;
}

.setting_cv.num4 {
	margin: auto;
}

.setting_cv .module-base_btn {
	font-size: 1.6rem;
}

.use_area .col_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.use_area .col_box .-img {
	width: 120px;
	margin: 0 20px;
}

.introduction .sp_scroll {
	margin-top: 20px;
}

.introduction .scroll_box {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	width: 920px;
}

.introduction .scroll_box .-img {
	min-width: 0;
	width: 164px;
}

.introduction .scroll_box .-txt {
	display: block;
	width: 164px;
	font-size: 1.1rem;
}
/* WSYS-11126 【サイト】introduction　設定・接続方法ページ修正 20240621 J.Young  */
.layout-box {
	justify-content: space-evenly;
}
.-box {
	border: 1px solid #b7b7b7;
	padding: 20px 50px;
    text-align: center;
}
.b-txt {
	color: #008ae1;
	font-weight: 600;
    font-size: 1.8rem;
}
.pb3 {
	padding-bottom: 3px !important;
}