/* -------------------------------------------------------
新着情報一覧
---------------------------------------------------------*/

	table {
		width: 100%;
		margin-bottom: 30px;
	}

	table tr {
		border-bottom: 1px solid #D9D9D9;
	}

	table tr:last-child {
		border-bottom: 0;
	}

	table th {
		align-content: center;
		margin-left: 10px;
		padding: 20px;
		color: var(--sub_grad_end);
	}

	table td {
		word-break: break-word;
		padding: 20px 10px;
	}

	ul {
		display: flex;
		justify-content: center;
		align-items: end;
	}

	ul li {
		margin: 0 10px;
		padding: 5px;
	}

	.this {
		font-size: large;
		font-weight: bold;
	}

/* -------------------------------------------------------
新着情報詳細
---------------------------------------------------------*/

	.subTtl {
		text-align: left;
		margin-bottom: 30px;
	}

	.subTtl h2 {
		display: block;
		padding-bottom: 3px;
		border-bottom: 3px solid var(--main_grad_end);
		border-image: linear-gradient(var(--main_grad_direction), var(--main_grad_start) 0%, var(--main_grad_end) 100%) 1;
	}

	h3 {
		padding: 20px;
	}

	.centerbox p {
		padding: 20px;
		line-height: 150%;
	}


/* -------------------------------------------------------
PC設定
---------------------------------------------------------*/

	@media not screen and (max-width:1200px) {

	}


/* -------------------------------------------------------
SP設定
---------------------------------------------------------*/

	@media screen and (max-width:1200px) {

	}