@charset "utf-8";

/* -----------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
.press h4 + p {
	font-size: 30px;
	color: #d71418;
	font-weight: bold;
	text-align: center;
	margin: 0 0 25px 0;
}
.press table th {
	padding: 15px 0 !important;
}
.press table tr:first-child th:nth-child(-n+2) {
	width: 150px;
}
.press table td:nth-child(-n+2) {
	text-align: center;
	vertical-align: middle;
}
.press table td:nth-child(2) span {
	display: inline-block;
	padding: 4px 5px 1px 5px;
	background: #d71418;
	color: #fff;
	line-height: 1;
}
.press table td p {
	color: #d71418;
}
a.txtLink.down {
	display: block;
	margin-top: -8px;
}
a.txtLink.down span {
	color: #003cb7;
}
a.txtLink.down:after {
    content: url(/2022/common/img/icon_down_black.png);
    transform: scale(0.5);
    display: inline-block;
	top: 5px;
	position: relative;
}
}

/* -----------------------------------------------------------------------------
	SP
----------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
.press h4 + p {
	color: #d71418;
	font-weight: bold;
	text-align: center;
	margin: 0 0 25px 0;
}
.press table {
    width: 100%;
	border: none;
}
.press table tr {
	display: flex;
	flex-wrap: wrap;
	border: none !important;
}
.press table tr:first-child {
	display: none;
}
.press td {
	display: block;
    width: 100%;
	border: none !important;
	text-align: left;
}
.press td:first-child {
	width: 30%;
	padding: 12px 0 12px 10px;
	background: #f5f5f5;
}
.press td:nth-child(2) {
	width: 70%;
	padding: 12px 0 12px 10px;
	background: #f5f5f5;
}
.press td:nth-child(3) {
	padding: 15px 10px 30px 10px;
}
.press table td:nth-child(2) span {
	display: inline-block;
	padding: 4px 5px 1px 5px;
	background: #d71418;
	color: #fff;
	line-height: 1;
}
.press table td p {
	color: #d71418;
	margin-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
}
a.txtLink.down span {
	color: #003cb7;
	position: relative;
}
a.txtLink.down span:after {
	content: "";
	background: url(/2022/common/img/icon_down_black.png) no-repeat center center/cover;
    width: 13px;
	height: 13px;
	position: absolute;
	right: -20px;
	bottom: 5px;
}
}