@charset "UTF-8";

.search-no-result {
    padding-top:25px;
    padding-bottom:25px;
    color:#4d4d4d;
}

.search-no-result > span {
    margin:auto;
    text-align:center;
    line-height: initial;
}

.error-msg {
	margin: 4px 0 0;
	font-size: 12px;
	line-height: 150%;
	color: #BB0000;
}

.info-msg {
    text-align: center;
	margin: 4px 0 0;
	font-size: 12px;
	line-height: 150%;
	color:#4d4d4d;
}

.info-msg-left {
    text-align: left;
	margin: 4px 0 0;
	font-size: 12px;
	line-height: 150%;
	color:#4d4d4d;
}

.info-msg-md {
    width: 80%;
	margin: 0 auto;
}

.display-none {
	display: none;
}

.tel-pc {
	text-decoration: none;
	pointer-events: none;
}

.guide_toggle.red {
	color: #e3342f;
}

.guide_toggle{
	cursor: pointer;
	margin-bottom: 0;
}
.guide {
	display: none;
}
.guide.open{
	display: block;
}

.guide p{
	background-color: seashell;
	padding: 15px;
	border-radius: 10px; 
	line-height: 25px;
}

.guide {
	max-height: 250px;
	overflow: hidden;
	overflow-y: scroll;	
}