/* .chemistry_fr {
  font-size: 14px;
  padding-bottom: 66px;
} */
.chemistry_fr {
  font-size: 14px;
  /* padding-bottom: 66px; */
  padding-bottom: 6px;
}

.chemistry_fr .chemist {
  /* font-size: 28px;
  color: #19bdc9;
  margin-bottom: 27px; */
  font-size: 28px;
  color: #19bdc9;
  margin-bottom: 18px;

}

.chemistry_fr .title {
  /* color: #58595b; */
  line-height: 27px;
}

.chemistry {
  display: flex;
  padding-top: 28px;
}

.place {
  /* font-weight: 700;
  height: 66px;
  display: flex;
  align-items: center;
  color: #58595b; */
  font-weight: 700;
  height: 61px;
  font-size: 22px;
  display: flex;
  align-items: center;
  color: #58595b;
}

.place_02 p {
  margin-bottom: 20px;
  color: #58595b;
}

.place_02 p a {
  color: #007070;
}

.title_ll {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.chemistry_fr .chemist {
	  font-size: .4rem;
	}
  .chemistry_fr {
    width: 100%;line-height: 27px;
  }
  .place{
	  font-size: .23rem;
  }

  .chemistry {
    width: 100%;
    padding: 0 0.1rem;
  }
  .chemistry_fr{
	  margin-bottom: .3rem !important;
  }
 
}