@charset "utf-8";


/* 新規追加 start */

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e8e8e8;
}
.box2{
	display: flex;
	align-items: center;
}

.box3{
	display: flex;
	align-items: center;
	justify-content: center;
}

.div-padding{
padding: 8px;
}
.div-padding-2{
padding-top: 3px;
padding-bottom: 3px;
}



/* 新規追加 end */

/* base.css start */

.table001 {
	width: 100%;
	border: 1px solid #cccccc;
	    text-align:center;
}
.table001 th,
.table001 td {
	padding: 2px 2px;
	border: 1px solid #cccccc;
	text-align: center;
}

.table002{
	border-collapse:collapse;
	border: 1px solid #cccccc;
	width:768px;
}

.table002 th,
.table002 td{
	border:solid 1px #ccc;
	padding:5px;
}
.table002 inputTable{
	box-sizing:border-box;
	width:100%
}

@media (max-width: 767px) {
	table002 {
		width: 100%;
	}
	.table002 th,
	.table002 td {
		display: block;
		text-align: left;
		width: 100%;
	}
}
.error {
  background-color: red;
  color: white;
}