#search_box .page_timer,
#search_box2 .page_timer {
    background: #fffeea;
	padding: 0 0 1em;
}
#searchTOP_dis2,
#searchTOP2_dis2 {
	padding-top:20px;
}
@media screen and (max-width: 768px) {
	#searchTOP_dis2,
	#searchTOP2_dis2 {
		padding-top:10px;
	}
}

.btn_box:has(.cat_top) {
    padding-top: 1.5em;
}
.btn_box a {
	line-height: 2;
    width: unset;
    padding: calc(15px + 0.1em) 1.5em calc(15px + 0.1em) 0;
}
.btn_box a::before,
.btn_box a::after {
    content: '';
    display: block;
    position: absolute;
}
.btn_box a::before {
    background-color: #fff;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    top: 50%;
    left: calc(50% + 3.25em);
    transform: translateY(-50%);
}
.btn_box a::after {
    background-color: #eb1920;
    width: 0.7em;
    height: 0.7em;
    clip-path: polygon(10% 40%, 65% 40%, 45% 20%, 45% 5%, 60% 5%, 100% 50%, 60% 95%, 44% 95%, 45% 80%, 65% 60%, 10% 60%, 0 50%);
    top: 50%;
    left: calc(50% + 3.4em);
    transform: translateY(-50%);
}
.btn_box:has(.cat_top) a {
    padding: calc(15px + 0.2em) 1.5em 15px 0;
}
.cat_top {
    font-size: clamp(1vw, 3.8vw, 1.75rem)!important;
    font-weight: bold;
    white-space: nowrap;
    color: #eb1920;
    background-color: #fff;
    border: 3px solid #eb1920;
    border-radius: 1em;
	box-shadow: 0 3px 3px #00000050;
    padding: 0 1.5em!important;
    width: fit-content;
    min-width: 12em;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
	pointer-events: none;
}
.cat_top::before,
.cat_top::after {
    content: '';
    display: block;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cat_top::before {
    background-color: #eb1920;
    width: calc(1em + 8px);
    height: calc(0.5em + 4px);
    bottom: calc(-0.5em - 4px);
}
.cat_top::after {
    background-color: #fff;
    width: 1em;
    height: 0.5em;
    bottom: -0.5em;
}
@media screen and (max-width: 768px) {
	.btn_box a {
		padding: calc(4px + 0.1em) 1.5em calc(4px + 0.1em) 0;
	}
	.btn_box:has(.cat_top) a {
		padding: calc(4px + 0.2em) 1.5em 4px 0;
	}
}

#cboxLoadedContent .box_ttl {
    font-size: clamp(12px, 5.8vw, 30px);
    line-height: 1.42;
	border: none;
	border-radius: 5px 5px 0 0;
	padding: 20px;
	margin: -20px -20px 20px;
}
body:has(#searchTOP_dis2) #cboxLoadedContent .box_ttl,
body:has(#searchTOP2_dis2) #cboxLoadedContent .box_ttl {
	background-color: #8daad9;
}
body:has(#searchTOP_dis) #cboxLoadedContent .box_ttl {
	background-color: #d3f7b3;
}
.checkbox01 {
    font-size: clamp(12px, 4.5vw, 24px);
    line-height: 1.45;
    text-align: center;
    display: block;
    border: 2px solid #d6d6d6;
    border-radius: 1.6em;
    padding-left: 0;
    padding-right: 0;
}
.checkbox01::before,
.checkbox01::after {
	content: none;
}
input[type=radio]:checked + .checkbox01 {
	color: #fff;
}
body:has(#searchTOP_dis2) input[type=radio]:checked + .checkbox01,
body:has(#searchTOP2_dis2) input[type=radio]:checked + .checkbox01 {
	background-color: #1737b0;
	border-color: #1737b0;
}
body:has(#searchTOP_dis) input[type=radio]:checked + .checkbox01 {
	background-color: #9bc97a;
	border-color: #9bc97a;
}

body:has(#searchTOP_dis2) #cboxLoadedContent,
body:has(#searchTOP2_dis2) #cboxLoadedContent,
body:has(#searchTOP_dis) #cboxLoadedContent {
    overflow-y: auto!important;
}
body:has(#searchTOP_dis) #colorbox .modal-submit {
	background-color: #9bc97a;
}
