@charset "utf-8";
/* CSS Document */

p.explanation {
	font-size: 1.5rem;
	text-align: left;
	line-height: 1.5;
}
.wrap-contents table {
	margin: 4rem 0;
} 
.wrap-contents table th {
	padding: 1rem;
	width: 25%;
} 
.wrap-contents table td {
	font-weight: 500;
	padding: 1rem;
	width: 75%;
} 
.wrap-contents table a {
	border-bottom: 1px solid #0149D6; 
	color: #0149D6;
} 
span.back__color_pink {
	background-color: rgba(253,208,208,1.00);
}







/* ==============================
レスポンシブ
================================= */

@media screen and (max-width: 1230px) {
}


@media screen and (max-width: 1080px) {
}


@media screen and (max-width: 960px) {
}


@media screen and (max-width: 600px) {
p.explanation {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
.wrap-contents table th, .wrap-contents table td {
    display: block;
    width: 100%;
    border-bottom: none;
}
.wrap-contents table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
}
.wrap-contents table th {
	background: #FFFBCC;
	margin-top: 1em;
}
}



/* ==============================
print
================================= */
/* A4サイズ縦 */
@page {
    size: A4 portrait;
}

@media print {

}




