body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	-webkit-text-size-adjust: 100%;
}

.osirase_title_string {
	color: var(--pay, #0d3157);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;

	margin-top: 7.88rem;
}

.osirase_title_img {
	position: absolute;
	margin-top: 5.2rem;
	margin-left: 4px;
}

.osirase_contents {
	margin-top: 0.56rem;
	/* margin-bottom: 3.13rem; */
	margin-bottom: 50px;
	/* height: 350px; */
}

.osirase_contents_box_first {
	margin-left: 1.56rem;
	margin-top: 3.5rem;
	margin-right: 1.81rem;
}

.osirase_contents_box_content_title a {
	color: var(--pay, #0d3157);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

	color: inherit;
	text-decoration: none;
}

.osirase_contents_box_content_Date {
	color: var(--pay, #0d3157);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.osirase_contents_box_content_column {
	border-radius: 0.9375rem;
	background: var(--pay, #c5337a);

	color: #fff;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;

	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-right: 0.5rem;
	padding-left: 0.5rem;

	margin-left: 0.56rem;
}

.osirase_contents_box_content_arrow {
	margin-left: 1.35rem;
	margin-top: 1rem;
}

.osirase_line {
	height: 0.35px;
	background-color: var(--pay, #0d3157);

	margin-left: 1.56rem;
	margin-right: 1.81rem;
	margin-top: 1.78rem;
}

.osirase_contents_boxs {
	margin-top: 1.41rem;
	margin-right: 1.81rem;
	margin-left: 1.56rem;
}

.osirase_contents_box_end {
	margin-top: 1.41rem;
	margin-right: 1.81rem;
	margin-left: 1.56rem;
	/* margin-bottom: 3.5rem; */
}

.osirase_button a {
	border-radius: 1.6875rem;
	background: #2d4568;

	color: #fff;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;

	text-decoration: none;

	padding-top: 0.88rem;
	padding-bottom: 0.88rem;
	padding-left: 3.75rem;
	padding-right: 3.75rem;

	margin-bottom: 6.87rem;
}

.topAttention {
	text-align: center;
	margin: 2em auto 0;
	font-size: 24px;
	color: red;
	font-weight: 700;
	border: solid 12px #ff0000;
	padding: 0.5em 1em;
	max-width: 800px;
	width: 100%;
}
.topAttention p {
	margin: 0;
	padding: 0;
}
.topAttention p a {
	color: #ff0000;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.topAttention {
		font-size: 14px;
		border: solid 4px;
		font-size: 18px;
		max-width: 600px;
		width: 80%;
		padding: 24px 0;
	}
	.topAttention p a {
		font-size: 14px;
	}
}

div.topAttention br.sp {
	display: none;
}
@media screen and (max-width: 690px) {
	div.topAttention br.sp {
		display: block;
	}
}
