.container {
  width: 100%;
  background: #f4f4f4;
  padding: 20px 0;
  font-size: 18px;
  letter-spacing: .05em;
}

.section-content {
  width: 1300px;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media screen and (max-width: 1100px) {
.section-content {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
}
}

.section-content:after {
  content: "";
  display: block;
  clear: both;
}

#section-prof h2 {
  border-left-color: #448aca;
}

#section-circle h2 {
  border-left-color: #eb6877;
}

#section-life h2 {
  border-left-color: #038500;
}

.section-ttl {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-right: 30px;
  color: #009380;
}

#section-prof .section-ttl {
  color: #448aca;
}

#section-circle .section-ttl {
  color: #eb6877;
}

#section-life .section-ttl {
  color: #038500;
}

.map-ttl{
  padding-left: 10px;
}

.univ-content {
  padding: 0 10px;
  margin: 0 auto;
  width: 1000px;
  margin-bottom: 20px;
  display: flex;
}

.map-content {
  margin: 0 auto;
  width: 720px;
  margin-right: 20px;
  background: #fff;
  padding: 20px 0;
}

.map-heading {
  font-size: 20px;
  line-height: 2.4em;
  font-weight: bold;
  text-align: left;
  margin-left: 20px;
}

.map-heading i {
  color: #04B28C;
  font-size: .8em;
  margin-right: 10px;
}

.map-area {
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.map-area a {
  z-index: 10;
}

.map-area-icon {
  display: block;
  position: absolute;
  width: 66px;
  transition: .4s;
}

.map-area-icon:hover {
  transform: scale(2);
}

.map-area-icon img {
  width: 100%;
}

.map-btn-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px 10px;
}

.map-btn-area a {
  display: block;
  line-height: 2em;
  flex: 1;
  color: #222;
  border-bottom: 1px solid #DDD;
}

.map-btn-area a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  color: #DDD;
  margin-right: 10px;
}

#SchoolMapSearch {
  position: relative;
}

#SchoolMapSearch .Area {
  position: absolute;
}

#SchoolMapSearch .Area h3 {
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-image: none;
}

#SchoolMapSearch .Area img {
  border: none;
  cursor: pointer;
}

#SchoolMapSearch .Area ul {
  width: 215px;
  background-color: rgba(255,255,255,0.8);
  background-color: #FFFFFF;
  padding: 46px 0px 9px 9px;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 0;
  z-index: -5;
  display: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#SchoolMapSearch .Area li {
  height: 22px;
  padding: 0 0 0 0px;
  margin: 0 10px 7px 20px;
  float: left;
  line-height: 19px;
  cursor: pointer;
}

#SchoolMapSearch .Area li:hover {
  color: #09C;
}

#SchoolMapSearch .Area li {
  list-style: disc;
}

#SchoolMapSearch .Area a {
  text-decoration: underline;
  font-size: 15px;
  margin: 10px;
}



#PrefMapSearch {
  position: relative;
}

#PrefMapSearch .Pref {
  position: absolute;
}

#PrefMapSearch .Pref h3 {
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-image: none;
}

#PrefMapSearch .Pref img {
  border: none;
  cursor: pointer;
}

#PrefMapSearch .Pref ul {
  width: 300px;
  background-color: rgba(255,255,255,0.8);
  background-color: #FFFFFF;
  padding: 46px 0px 9px 9px;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 0;
  z-index: -5;
  display: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#PrefMapSearch .Pref li {
  height: 22px;
  padding: 0 0 0 0px;
  margin: 0 10px 7px 20px;
  float: left;
  line-height: 19px;
  cursor: pointer;
}

#PrefMapSearch .Pref li:hover {
  color: #09C;
}

#PrefMapSearch .Pref li {
  list-style: disc;
}

#PrefMapSearch .Pref a {
  text-decoration: underline;
  font-size: 15px;
  margin: 15px;
}
@media (max-width: 1020px) and (min-width: 100px) {
    #PrefMapSearch .Pref .mapListClass {
        width:36%;
        list-style: none
    }
}

