@charset "utf-8";
/* CSS Document */

.btn {
	text-align: center;
	margin-bottom: 30px;
}

.btnAnnounce {
	text-align: right;
}

.btnAnnounce2 {
	position: relative;
}

.btnAnnounce2 img {
	position: absolute;
	right: 0px;
	bottom: 65px;
}

#bunya {
	margin-bottom: 30px;
}

#bunya td {
	margin: 30px;
}

#bunya td p {
	margin: 5px;
}

#limit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

#limit span {
	color: #d73c3c;
}

#rule li {
	line-height: 1.4 !important;
	margin-bottom: 5px;
	list-style-type: decimal;
	margin-left: 20px;
}

.photo {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 5px;
	/* background: #fff; */
}

.photo img {
	width: 100px;
}

.title_top {
	font-size: 15px;
	margin-bottom: 10px;
}

.name {
	margin-bottom: 10px;
}


.name span {
	font-size: 18px;
}

.voice {
	margin-bottom: 30px;
	border-bottom: 1px dotted #253f99;
	padding-bottom: 20px;
}

.title {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #253f99;
}

.text {
	margin-bottom: 10px;
}

#entry>p:nth-last-of-type(2) {
	text-align: center;
	color: red;
	font-weight: bold;
}

.preparing {
	color: red;
	text-align: right;
	margin-right: 100px;
}

.mt10 {
	margin-top: 10px;
}

/* 2025 */
.hosp_box {
	width: 330px;
	box-sizing: border-box;
	padding: 15px;
	margin: 0 0 20px auto;
	border: 1px solid #999;
}

.hosp_right {
	text-align: right;
	display: block;
}

.hosp_flex {
	display: flex;
	justify-content: space-between;
}

.hosp_flex .hosp_right {
	display: inline-block;
}

.link_none {
	pointer-events: none;
}

#entry .btnAnnounce.tx_center {
	margin-bottom: 30px;
}

.endai_flex {
	display: flex;
}


#bunya .endai_flex td {
	margin: 0;
}

@media screen and (max-width: 768px) {
	.hosp_box {
		margin-left: auto;
		margin-right: auto;
	}

	.endai_flex {
		flex-direction: column;
	}
}