@charset "UTF-8";

body {
	overflow: visible;
}

.back-section {
	padding-top: 0px !important;
}

.contents section>.inner .searchTop .dispChange .btn a.current {
	cursor: auto;
	opacity: 1;
}

.alert-error {
	margin-top: 20px;
	max-width: 1000px;
	margin: 0 auto;
}

.alert-error ul {
	list-style-type: none;
}

.mparent {
	top: 20px;
	padding-top: 20px;
	width: 48%;
	float: left;
	position: -webkit-sticky !important;
	position: sticky !important;
}

.map2410 {
	height: 70vh;
}

.resultItems2 {
	width: 48%;
	margin-left: auto;
}

.dispChange {
	display: flex;
}

.hikaku {
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
}

/* 警告アラート */
.floatInfoBox {
	display: none;
}

.contents section > .inner .resultItems .item .name a {
	text-decoration: none;
}

.map-ico {
	width: 33px;
	height: 41px;
	margin-right: .5rem;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 33px 41px;
	display: block;
	background-image: url(../img/ico_map_bg.png);
	text-decoration: none;
	position: relative;
}

.map_title > a {
	display: table !important;
}

.map_title > a > span {
    display: table-cell;
    vertical-align: middle;
}

.map_title > a > span:last-child {
    text-decoration: underline;
    padding-left: 5px;
    width: 100%;
}

.research
  {
  margin-top: 10px;
  letter-spacing: -0.4em;
  text-align: center;
}

.research .searchBtn
  {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 55%;
}

.contents section > .inner .resultItems .item dl.facility dd .facilityItems li {
	margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.readmore-label {
	display: none;
}

.readmore-wrap {
    position: relative;
}

.readmore-labels {
    text-align: right;
    margin-top: 8px;
    display: none;
}

.readmore-label-open,
.readmore-label-close {
    cursor: pointer;
    color: #007aff;
    text-decoration: underline;
}

/* 初期状態：開くラベルを表示、閉じるラベルを非表示 */
.readmore-label-open {
    display: inline-block;
}
.readmore-label-close {
    display: none;
}

/* チェックされた状態 */
input[type=checkbox]:checked ~ .readmore-content {
    max-height: none !important;
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
}

input[type=checkbox]:checked ~ .readmore-labels .readmore-label-open {
    display: none !important;
}

input[type=checkbox]:checked ~ .readmore-labels .readmore-label-close {
    display: inline-block !important;
}


.access dl:first-child {
	border-top:1px solid #05338E !important;
}

@media screen and (min-width:768px) {

	.readmore-content {
	    height: auto !important;
	    overflow: visible !important;
	}
	.readmore-labels {
	    display: none !important;
	}
}

@media screen and (max-width:767px) {
	.alert-error {
		margin: 0 10px;
	}
	body {
		overflow: auto;
	}
	.mparent {
		width: 100%;
		padding-bottom: 20px;
	}
	.map2410 {
	    height: 400px;
    }
	.resultItems2 {
		width: 100%;
	}
	.dispChange {
		flex-direction: column;
	}
	.hikaku {
		justify-content: center;
		padding-top: 10px;
		margin-left: 0;
	}

	.readmore-content {
	    overflow: hidden;
	    max-height: 172.8px;
	    transition: height 0.3s ease;
	}
	
.contents section > .inner .resultItems .item dl.facility dd .facilityItems li {
	margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}


}