@charset "UTF-8";
/* /st/keiyaku/yakkan/policy/sample/ css */

.p-sample-table table thead th {
	color: #0A71BE;
	padding: 10px;
	text-align: center;
}
.p-sample-table table tbody td {
	padding: 10px 15px;
}
.p-sample-table table tbody td a:after {
	display: none !important;
}
/*
.p-sample__detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.p-sample__detail > a {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding-left: 40px;
	position: relative;
	width: 100%;
}
.p-sample__detail > a:before {
	background-image: url(/common/images/icon_popup02.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 22px;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	z-index: 1;
}
.p-sample__type {
	font-size: 1.5rem;
	margin-right: 15px;
}
.p-sample__title {
	font-size: 1.1rem;
	line-height: 1.45;
	max-width: calc(100% - 30px);
}
*/
.p-sample__mark {
	font-size: 1.8rem;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.p-sample-table table th {
		font-size: 1.1rem !important;
		padding: 5px 0 !important;
	}
	.p-sample-table table td {
		font-size: 1.3rem !important;
	}
	.p-sample__mark {
		font-size: 1.3rem;
	}
}


/* popup */

.c-popup-block {
	padding: 16px;
}
.c-popup-block__item + .c-popup-block__item {
	margin-top: 16px;
}
.c-popup-block__item > .c-popup-block__title {
	font-size: 1.3rem;
	padding-left: 1.5em;
	position: relative;
}
.c-popup-block__item > .c-popup-block__title:before {
	background-color: #444;
	content: "";
	height: 10px;
	position: absolute;
	top: 7px;
	left: 0;
	transform: rotate(45deg);
	width: 10px;
}
.c-popup-block__item > figure {
	margin-top: 8px;
}
.c-popup-block__item > figure figcaption {
	font-size: 1.1rem;
	margin-top: 5px;
}
