/*
運営会社について
*/

.contents {
	width: 90%;
	align-self: center;
}

.contents .aboutus {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contents .other {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contents .section-title {
	width: 100%;
}

.contents table,
.contents td,
.contents th {
    border-spacing: 0px;
    border: none;
    padding: 0;
    border-collapse: collapse;
}

.contents table.info {
	width: 100%;
	margin: 0 auto 60px;
	border-top: #C6A775 1px solid;
	border-left: #C6A775 1px solid;
}

.contents table.info th,
.contents table.info td {
    border-bottom: #C6A775 1px solid;
    border-right: #C6A775 1px solid;
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
    vertical-align: top;
}

.contents table.info th {
    text-align: left;
    background-color: #F2E2C7;
    font-weight: normal;
    width: 26%;
}

.contents table.info td {
    text-align: left;
    background-color: #fffffff0;
    font-weight: normal;
}
