@charset "utf-8";

.dormitoryflowContactBtn a.active {
	opacity: 0.5;
	pointer-events: none;
}

.passBeforeAttentionTitle {
	font-size: 24px;
}

h3.passBeforeAttentionTitle {
	margin-bottom: 20px;
}

.passBeforeAttention p {
	margin-bottom: 30px;
}

.passBeforeAttentionText {
	text-align: center;
}

.passBeforeAttentionText p:not(:last-child) {
	margin-bottom: 15px;
}

.passBeforeAttentionText p span {
	font-weight: bold;
}

.passBeforeAttention ul {
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.8);
	padding: 30px;
	margin-bottom: 30px;
}

.passBeforeAttention ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #ccc;
	display: flex;
	align-items: first baseline;
	position: relative;
	padding-left: 35px;
}

.passBeforeAttention ul li input {
	margin-right: 10px;
	display: none;
}

.passBeforeAttention ul li input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #666;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.passBeforeAttention ul li input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border: 2px solid #333;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.passBeforeAttention li span{
	font-weight: bold;
}

.passBeforeAttention input:hover,.passBeforeAttention label:hover {
	cursor: pointer;
	text-decoration: underline;
}
#reservation ul li .checkBoxLink {
	color: #333;
	font-size: 20px;
	text-decoration: underline;
	font-weight: bold;
}
@media screen and (max-width: 479px) {
	.passBeforeAttentionText p {
		text-align: left;
	}
}