﻿@charset "utf-8";

/*----------------------------
layout
----------------------------*/
.boxLayout01 {
	padding: 20px;
}

.boxLayout01 .colBtnItem:not(:first-child) {
	margin-left: 15px;
}

.boxLayout01 .btnType09 .pict>img {
	height: 50px;
}

.boxLayout02 {
	display: flex;
}

.boxLayout02 > .img {
	width: 200px;
	padding-right: 30px;
}

.boxLayout02 > .txt {
	width: calc(100% - 200px);
}
