@charset "UTF-8";
/* CSS Document */

.table {
	font-size: 1.4rem;
	line-height: 1.5;
	display: table;
	width: 100%;
	border-bottom: solid 1px #fff;
	box-sizing: border-box;
}

.table-th {
	display: table-cell;
	width: 25%;
	padding: 1.5%;
	background: #decdb3;
	color: #1a0b08;
	vertical-align: middle;
	text-align: center;
}

.table-td {
	display: table-cell;
	width: 75%;
	padding: 1.5%;
	background: #fff;
	text-align: left;
	vertical-align: middle;
	border-bottom: solid 1px #decdb3;
}

.contentNotice {
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
}

.table-td span.indent {
	text-indent: 4em;
}

ul.contentNotice {
	margin-bottom: 8rem;
}



/* ipad */
@media all and (max-width: 768px) {	

.table {
	display: block;
	border-bottom: none;
}

.table-th {
	display: block;
	width: 96%;
}

.table-td{
	display: block;
	width: 96%;
	border-bottom: none;
}

}


/* sp */
@media all and (max-width: 414px) {

}
