@charset "UTF-8";



/* ------------------------- TOC 

institution









---------------------------- */



/* ============================== javascript style */

.quest_btn { cursor: pointer; zoom: 1; }

.answer_cont { display: none; }



/* ============================== category style */

/* side_menu */

#contents #side_menu nav ul li {

	padding-bottom: 0;	

}



#contents #side_menu ul {

	width: 146px;

	background:url(../../common/img/map/bg_side_menu_tp01.gif) repeat-y left top;

	padding: 17px 17px;

}



#contents #side_menu .link_menu {

	width: 146px;

	background: url(../../common/img/bg_side_menu_tp03.gif) repeat-y left top;

	padding: 17px;	

}

#contents #side_menu .link_menu {

	margin-bottom: 20px;

}

#contents #side_menu .link_menu p.btn {

	padding-bottom: 11px;	

}

#contents #side_menu .link_menu p {

	line-height: 0;

	font-size: 0;

}

#contents #side_menu p.info_btn01 {

	text-align: center;	

}

/* entry_block */

.entry_block {

	padding-bottom: 30px;

}

.entry_block p {

	color: #224455;

	padding-bottom: 10px;

}

.leed_ttl_unit {

	border-bottom: 3px solid #4c9594;

	margin-bottom: 30px;

	position: relative;

}

.leed_ttl_unit h2 {

	color: #224455;

	font-size: 1.6em;

	font-weight: bold;

	padding: 3px 0 12px;

}

.leed_ttl03 {

	background: url(../../common/img/top_h2_ttl_tp02.gif) no-repeat left top;

	padding: 13px 0 13px 25px;

	margin-bottom: 25px;

	font-weight: bold;

	font-size: 1.3em;

	color: #224455;

	position: relative;

}

.leed_ttl03 span {

	position: absolute;

	top: 10px;

	right: 10px;

}

.leed_ttl04 {

	background: url(../../common/img/top_h3_ttl_tp01.gif) no-repeat left top;

	padding: 9px 0 13px 8px;

	margin-bottom: 25px;

	font-weight: bold;

	font-size: 1.15em;

	color: #224455;

}

.column_block {

	overflow: hidden;

	zoom: 1;

	padding: 10px 25px 0;	

}

.column_block .left_col {

	width: 320px;

	float: left;	

}

.column_block .left_col b {

	font-size: 1.16em;	

}

.column_block .right_col {

	width: 300px;

	float: right;	

}

.map_view {

	padding-left: 20px;

}

.btn_link {

	padding-top: 20px;

}

.access_block {

	padding: 20px 0 20px 20px;	

}

.access_block p.accesstxt {
	padding-left: 15px;
	font-size: 1.16em;	
}

.access_block p.access {

	padding-left: 15px;
	margin-bottom: 15px;
	font-size: 1.16em;

}

.access_block p.access span {

	font-size: 0.875em;	

}



.access_block dl {

	margin-left: 20px;

}

.access_block dt {

	float: left;

	width: 120px;

	color: #224455;

	font-size: 1.16em;

}

.access_block dd {

	overflow: hidden;

	zoom: 1;

	font-size: 1.16em;

	color: #224455;

	margin-bottom: 5px

}



.frame_unit {

	border: 1px solid #b1c2c9;

	line-height: 0;

	font-size: 0;

	margin-bottom: 20px;

}







/* ============================== form */







/* ============================== media queries */



/* modal 20240719 */
html {
	-webkit-text-size-adjust: 100%;
}  
.simplebar-content-wrapper {
	overflow: auto !important;
}
.simplebar-track.simplebar-vertical {
    width: 14px;
    right: 3px;
}

#openModal {
	padding: 0;
	border: none;
	background: none;
    text-decoration: underline;
    color: #0077cc;
	font-size: 12px;
    line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: pointer;
}

.modalArea {
	visibility: hidden;
	opacity : 0;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .4s;
}

.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 90%;
	max-width: 600px;
	height: 80%;
}
.modalContents {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 100%;
	max-height: 100%;
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
}
.modalContents .modalImg {
	padding: 0 20px;
}
.modalContents .modalImg img {
	width: 100%;
}
.modalContents .modalImg:nth-of-type(n + 2) {
	margin-top: 30px;
}
.modalContents .modalText {
	margin-top: 10px;
	text-align: center;
}

.closeModal {
	width: 30px;
	height: 30px;
	background: none;
    border: none;
	position: absolute;
	top: -40px;
	right: 5px;
	cursor: pointer;
}
.closeModal::before,.closeModal::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 9999px;
	position: absolute;
	top: 50%;
}
.closeModal::before {
	transform: rotate(45deg);
}
.closeModal::after {
	transform: rotate(-45deg);
}

.is-show {
	visibility: visible;
	opacity : 1;
}
