@charset "utf-8";

.small-lot-text {
width: 572px;
margin: 0 auto;
}

.small-lot-text a {
font-size: 24px;
font-weight: bold;
color: #fff;
background-color: #c01a20;
box-shadow: 0 4px 0 #7a0004;
text-align: center;
display: block;
padding: 9px 18px 9px 0;
border-radius: 10px;
position: relative;
}

.small-lot-text a::after {
	content: "";
	display: inline-block;
position: absolute;
top: 50%;
right: 24px;
    transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
  border-right: 0;
} 

.small-lot-text a span {
	color: #fffc00;
}

.small-lot-text a:hover {
	text-decoration: none;
    color: #fff;
	box-shadow: none;
	background-color: #ff0008;
}

.small-lot-text a:visited {
color: #fff;
}

.small-lot-text a:hover span {
	color: #fffc00;
}

.small-lot-text a:visited span {
	color: #fffc00;
}

.sensu-type {
	gap: 24px 16px;
}

.sensu-type > li{
	width: calc((100% - 16px) / 2) !important;
}

.sensu-type__copy {
	margin-bottom: 0;
	text-align: center;
	padding-bottom: 2px;
}

.print__title {
	font-size: 18px;
	font-weight: bold;
	background-color: #eee;
padding-left: 4px;
margin-bottom: 12px;
}

.color-number__area {
		font-size: 16px;
	font-weight: bold;
	border-left:solid 6px #333 ;
	padding-left: 6px;
	margin-bottom: 12px;
}

.print__title--reversible {
	margin-top: 24px;
}

.ryobari-reversible-ura {
	margin-top: 24px;
}

.print__title input[type="radio"] {
	    margin: 0 -30px 0 0px;
}