#topicpath {
  padding: 0 9px;
  font-size: .75em;
  color: #333333;
  height: 24px;
  line-height: 24px;
  cursor: default;
  margin-top: 20px;
}

#topicpath .home {
  padding-left: 1.6em;
  background: url(https://www.itoman.com/-img/share/home.gif) no-repeat;
  background-size: contain;
}

#topicpath em, #topicpath a {
  color: #333333;
  text-decoration: none;
}

#topicpath a:hover {
  /* color: #444;*/
  text-decoration: underline;
}

/* 202208 new */
#container {
	width: 1000px;
	margin: 0 auto;
}

h3 {
	font-size: 24px;
	line-height: 2;
}

h3.area-title {
	color: #fff;
    font-weight: bold;
    padding: 5px;
    padding-left: 20px;
	margin: 20px auto;
}

h3[data-region="北海道"] {
	background-color: #a0c0d3;
}

h3[data-region="東北"] {
	background-color: #7478c2;
}

h3[data-region="関東"] {
	background-color: #31beca;
}

h3[data-region="中部"] {
	background-color: #4ab969;
}

h3[data-region="近畿"] {
	background-color: #b0b72f;
}

h3[data-region="中国"] {
	background-color: #ef9f27;
}

h3[data-region="四国"] {
	background-color: #d08f68;
}

h3[data-region="九州"] {
	background-color: #ff7575;
}

h4 {
	font-size: 20px;
	line-height: 1.5;
}

h4.pref-title {
	color: #fff;
	font-weight: bold;
	background-color: #bfbfbf;
	padding: 10px 60px 10px 10px;
	border-radius: 7px;
	margin-bottom: 10px;
	position: relative;
}

.pref-title::before {
	content: "－";
	position: absolute;
	top: 20%;
	right: 5%;
}

.pref-title.active::before{/* 開いている時 */
	content: "＋";
}

a.school-info-link {
	color: black;
	text-decoration: none;
	position: relative;
}

a.school-info-link::before {
	content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 20px;
    height: 20px;
    border-top: 2px solid #00469b;
    border-right: 2px solid #00469b;
    transform: rotate(45deg) translateY(-50%);
    margin-top: -7px;
    transition: all .5s;
}

.school-info:hover {
	background-color: #e7f4fa;
}

.school-info {
	font-size: 15px;
	margin: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	background: #f5f5f5;
    padding: 20px 50px 20px 20px;

}

.school-nav {
	display: block;
}

.kousha-name-box {
	max-width: 410px;
	text-decoration: underline;
    color: #00469b;
}

.kousha-name-box:hover {
	opacity: 0.6;
}

.location-info {
	width: 500px;
}

.access-title {
	padding: 3px 7px;
	font-size: 14px;
	background-color: #00469b;
	color: #fff;
}

.bikou-title {
	padding: 3px 7px;
	font-size: 14px;
	background-color: #00469b;
	color: #fff;
}

.access-content {
	margin: 15px 0 30px 0;
}

.icon-image {
	width: 50px;
	height: auto;
}

.address-txt {
	margin-bottom: 20px;
}

.cation-txt {
	text-align: center;
	margin-bottom: 25px;
}

.icon-wrapper {
	display: flex;
}

.icon-container {
	margin-right: 25px;
    text-align: center;
}

.icon-description {
	max-width: 77px;
	font-size: 11px;
}

.top-btn-container {
	display: flex;
	justify-content: flex-end;
	margin: 25px 30px 0 0;
	position: relative;
}

.top-btn-container::before {
	content: '';
    display: inline-block;
    position: absolute;
    top: 55%;
    right: 1%;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg) translateY(-50%);
    margin-top: -7px;
    transition: all .5s;
	z-index: 1;
}

.top-btn {
	color: #fff;
    font-weight: bold;
    background-color: #00469b;
    padding: 10px 50px 10px 10px;
    border-radius: 7px;
    margin-bottom: 10px;
    position: relative;
}

.top-btn:hover {
	cursor: pointer;
	opacity: 0.7;
}
