@charset "UTF-8";


.label-block:not(:first-child) {
	margin-top: 90px;
}
.label-block .flex {
	display: flex;
	flex-direction: row;
}
.label-block .flex .flex___text {
	padding-right: 45px;
    width: 60%;
}
.hyouka:not(:first-child),
.hyouka100:not(:first-child) {
	margin-top: 30px;
}
p.hyouka-title {
	font-size: clamp(1.8rem, 1.508rem + 1.46vw, 2.6rem);
	color: #03891d;
}
p.hyouka-title span {
	display: inline-block;
	margin-right: 12px;
	color: #222;
	border-bottom: 3px solid;
}
.label-block .flex .flex___img {
	max-width: 428px;
    width: 40%;
}
.label-block .flex .flex___img .label-mini {
	width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px dotted #00873c;
  border-radius: 20px;
  padding: 25px 35px 40px;
	margin-top: 35px;
  text-align: center;
}
.hyouka100 div:not(:first-child) {
	margin-top: 30px;
}

.label-block table {
	width: 100% !important;
  border-collapse: collapse;
  table-layout: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  word-break: break-all;
}
.label-block table th {
	text-align: center;
	word-break: break-all;
  background: #ffffe0;
  border: solid 1px #ccc;
  padding: 10px 5px;
}
.label-block table td {
	text-align: center;
	border: solid 1px #ccc;
  padding: 10px 5px;
}
.inyou {
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
	font-size: .9em;
}
.inyou a {
	padding-right: 24px;
	color: #666;
	border-bottom: 1px solid;
	position: relative;
}
.inyou a::after {
	content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(../img/icon/tab-666666.webp) no-repeat;
    background-size: 100%;
    width: 1em;
    height: 1em;
}


@media screen and (max-width: 768px) {
	.label-block .flex .flex___text {
		padding-right: 30px;
	}
	.scrl {
		overflow-x: scroll;
	}
	.scrl table {
		min-width: 920px;
	}
}
@media screen and (max-width: 559px) {
	.label-block .flex {
		flex-direction: column;
	}
	.label-block .flex .flex___text {
		order: 2;
		width: 100%;
		padding-right: 0;
		margin-top: 30px;
	}
	.label-block .flex .flex___img {
		order: 1;
		max-width: 100%;
		width: 100%;
	}
	.label-block .flex .flex___img .label-mini {
		padding: 25px;
	}
}