.hero {
  font-size: 30px;
  background: url('../../image/sw/cu/sp/lp/univ/bkg_toyo.jpg') no-repeat scroll center top;
  background-size: cover;
  color: #fff;
  margin: -10px 0 0;
}
.hero .title {
  font-size: 70px;
  padding: 60px 0 40px;
  line-height: 1.1;
}
.hero .title strong {
  font-size: 82px;
}
.hero .lead {
  font-size: 13px;
  width: 800px;
  margin: 0 auto;
  padding: 0 0 60px;
  line-height: 1.5;
}
.hero .notes {
  color: #808d8d;
  background-color: #f3f3f3;
  font-size: 12px;
  padding: 25px 0;
  text-align: left;
}
.hero .notes span {
  display: block;
  width: 950px;
  margin: 0 auto;
}

.search_work h2 {
  border-bottom: 5px solid #c1cf64;
  padding: 20px 0 20px 80px;
  font-size: 24px;
  margin: 0 0 20px;
  background: transparent url('../../image/sw/cu/sp/lp/univ/ico_gakubou.png') no-repeat scroll left center;
}
.search_work .campas {
  border: 5px solid #e4e4e4;
  margin: -5px 0 0;
}
.search_work .campas h3 {
  color: #26aca9;
  font-size: 24px;
  background-color: #f8f8f8;
  padding: 20px;
  border-left: 5px solid #c1cf64;
  margin: 1px 0 0 -5px;
}
.search_work .campas .inner {
  margin: 20px;
  overflow: hidden;
  position: relative;
  min-height: 300px;
}
.search_work .campas .inner .map {
  width: 300px;
  float: left;
}
.search_work .campas .inner .txt_intro {
  float: right;
  font-size: 14px;
  width: 580px;
  padding: 0 0 0 20px;
  line-height: 1.4;
}
.search_work .campas .inner .btn {
  width: 400px;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.search_work .campas .inner .btn a {
  display: block;
  border: 1px solid #2cb8b5;
  color: #26aca9;
  padding: 14px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  border-radius: 5px;
  background: #f3fefe url('../../image/sw/cu/sp/lp/univ/ico_searchbtn.png') no-repeat scroll right 15px center;
}
.search_work .campas .inner .btn a:hover {
  background-color: #bbf0ef;
}
.search_work .campas .txt_related {
  border-top: 2px dashed #ddd;
  padding: 20px;
  background-color: #fcfcfc;
  overflow: hidden;
}
.search_work .campas .txt_related dt {
  width: 140px;
  float: left;
}
.search_work .campas .txt_related dd {
  width: 700px;
  float: left;
  padding: 0 0 0 20px;
}

.info_more {
  border: 1px solid #eee;
  padding: 20px;
  margin: 20px 0;
  font-size: 13px;
  color: #555;
}
.info_more h2 {
  font-size: 15px;
  margin: 0 0 10px;
}