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

#wrapper {
	background: url(../img/bg_press2026.png) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	z-index: -10;
}

.press_h3 img {
	width: 30% !important;
}

.download_btn {
	width: 95% !important;
	;
	text-align: center;
	margin: 0 auto 30px !important;
}

.textcenter {
	text-align: center;
}

.press_btn {
	width: 60% !important;
	;
	padding: 1.5rem;
	text-align: center;
	margin: 0 auto 10px !important;
}

.content_t h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

.d_list_01 {
	width: 1000px;
	text-align: center;
	margin-bottom: 50px;
	overflow: hidden;
}

.d_list_01 li {
	float: left;
	width: 40%;
	margin: 0 5% 0 5%;
}

.d_list_01 div {
	font-size: 15px;
	margin-bottom: 5px;
}

.d_list_02 {
	width: 900px;
	margin: 0 auto 0;
	text-align: center;
}

.d_list_02 ul {
	display: flex;
	flex-wrap: wrap;
}

.d_list_02 li {
	width: 31%;
	padding: 0 1% 0 1%;
	margin-bottom: 30px;
}

.d_list_02 p {
	text-align: center;
	line-height: 1.5;
	padding: 10px 0;
}

.d_list_01 img,
.d_list_02 img {
	width: 95%;
	margin-bottom: 10px;
}

.d_list_02 img {
	width: 100%;
	margin-bottom: 10px;
	aspect-ratio: 279 / 381;
}

.d_list_02 li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/*プレスパスご注意*/
.pp_caution {
	width: 460px;
	margin: 0 auto 30px;
	padding: 20px;
	border: #e7242e 2px solid;
}

.pp_caution h6 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.pp_caution p {
	font-size: 16px;
	line-height: 1.6;
}

.pp_caution p.pp_caution_p {
	font-size: 12px;
	padding: 10px 10px 0 10px;
}

.container {
	width: 80%;
	text-align: left;
	margin: 0 auto 10px;
}

.container p {
	margin-bottom: 10px;
}

#container_list table {
	width: 100%;
	margin-bottom: 20px;
}

#container_list tr {
	size: 16px;
	line-height: 140%;
}

#container_list th {
	width: 120px;
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	vertical-align: top;
	padding: 20px 20px 20px 0;
}

#container_list td {
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	padding: 20px;
}

.press_pr {
	width: 90%;
	margin: 0 auto 0;
}

.press_ex {
	width: 90%;
	padding: 20px 5%;
	background: #FFF;
}


@media screen and (max-width: 834px) {
	#wrapper {
		background: url(../img/bg_press2026_sp.png) no-repeat top center;
		background-size: contain;
	}

	/*プレスパスご注意*/
	.pp_caution {
		width: 40%;
		margin: 0 auto 20px;
		padding: 20px 10%;
	}

	.pp_caution h6 {
		margin-bottom: 15px;
	}

	.pp_caution p {
		line-height: 1.6;
	}

	.container {
		width: 80% !important;
		margin: 0 auto 0;
	}

	#container_list table {
		width: 100%;
		margin: 10px auto 0;
		font-size: 14px;
	}

	#container_list tr {
		size: 14px;
		display: block;
	}

	#container_list th {
		display: list-item;
		width: 100%;
		font-weight: bold;
		list-style-type: none;
		border-top: none;
		border-bottom: none;
		padding: 10px 5px 0 5px;
	}

	#container_list td {
		display: list-item;
		list-style-type: none;
		border-top: none;
		border-bottom: #CCCCCC 1px solid;
		padding: 5px 5px 10px 5px;
	}

	.d_list_01 {
		width: 100%;
	}

	.d_list_02 {
		width: 90%;
		margin: 0 auto 0;
	}

	.d_list_01 p {
		margin-bottom: 10px;
	}

	.btn {
		font-size: 15px;
	}
}


@media screen and (max-width: 640px) {
	.press_h3 img {
		width: 50% !important;
	}

	/*プレスパスご注意*/
	.pp_caution {
		width: 60%;
		margin: 0 auto 20px;
		padding: 15px 5%;
	}

	.pp_caution h6 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.pp_caution p {
		font-size: 12px;
		line-height: 1.4;
	}

	.pp_caution p.pp_caution_p {
		font-size: 10px;
		padding: 10px 5px 0 5px;
	}

	#container_list td {
		font-size: 12px;
	}

	.download_btn {
		width: 90% !important;
		text-align: center;
	}

	.press_btn {
		width: 80% !important;
		text-align: center;
	}

	.d_list_01 li {
		float: none;
		width: 90%;
		margin: 0 5% 30px 5%;
	}

	.d_list_02 li {
		float: none;
		width: 90%;
		margin: 0 5% 30px 5%;
	}

	.press_pr p {
		width: 90%;
		text-align: left;
		margin: 0 auto 20px;
	}

	.press_ex {
		width: 90%;
		padding: 10px 5%;
		background: #FFF;
	}

}