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


/******************************************************

PC設定 1200px以上の場合に適用

*******************************************************/

.legal {
	background: #FFF;
	}

.legal__table {
	width: 100%;
	border-collapse: collapse;
	background: #FFF;
	font-size: 14px;
	border: 1px solid #e5e7eb;
	}

.legal__table th,
.legal__table td {
	padding: 16px 22px;
	text-align: left;
	border-bottom: 1px solid #e5e7eb;
	vertical-align: top;
	line-height: 1.85;
	}

.legal__table tr:last-child th,
.legal__table tr:last-child td {
	border-bottom: none;
	}

.legal__table th {
	background: #f7f8fa;
	font-weight: 700;
	color: #1a2a5e;
	width: 30%;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	}

.legal__table td {
	color: #3a3f4b;
	}



/******************************************************

スマホ 〜767px

*******************************************************/

@media screen and (max-width: 767px) {

.legal__table th,
.legal__table td {
	display: block;
	width: 100%;
	padding: 12px 18px;
	}

.legal__table th {
	padding-bottom: 4px;
	border-bottom: none;
	}

.legal__table td {
	padding-top: 4px;
	}

}
