@charset "UTF-8";
/* CSS Document */
.content-header h1 {
  display: inline-block;
}
.content-header h1 img {
  width: 460px;
}
.circle {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  background-color: #344D7B;
}
.circle-inner {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  color: #ffffff;
}
.circle-inner span {
  font-size: 2.6rem;
  line-height: 0.8;
  font-weight: 800;
}

.lead {
  margin-bottom: 40px;
}
.sub-title h2 {
  background-color: #344D7B;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.lecturer {
  display: flex;
  padding: 0;
  margin-bottom: 40px;
}
.lecturer .photo {
  width: 160px;
  flex-shrink: 0;
  margin-right: 20px;
}
.data .name {
  font-size: 1.8rem;
  font-weight: 700;
}
.data .belongs {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
}
.description {
  line-height: 1.5;
  margin-top: 10px;
}
.name h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.name h3 span {
  font-size: 1.4rem;
  display: block;
}
.text {
  padding: 0px 10px;
}
.text p {
  margin-bottom: 40px;
}
.text h3 {
  border-bottom: solid 2px #cec6ce;
  font-size: 18px;
  border-radius: 0;
  border-bottom: 3px solid #333;
  padding: 0 0 10px 0;
  margin: 30px 0 20px 0;
}
.img-t-c {
  margin-bottom: 30px;
  text-align: center;
}
.img-t-c .cap {
  display: block;
  font-size: 1.2rem;
  margin-top: 5px;
  color:#999;
}
 @media screen and (max-width: 750px) {
.content-header {
  text-align: center;
}
.circle {
  width: 50px;
  height: 50px;
}
.circle-inner {
  font-size: 1.2rem;
}
.circle-inner span {
  font-size: 1.8rem;
}
.lecturer .photo {
  width: 100px;
  margin-right: 10px;
}
.description {
  margin-top: 40px;
  margin-left: -110px;
}
}