@charset "UTF-8";
/*______________section1______________*/
#section1 {
  height: auto;
}
.pc_top_img {
  width: 100%;
  margin-bottom: 50px;
}
.sm_top_img {
  display: none;
}
/*______________section2______________*/
#section2 {
  height: 300px;
  margin-bottom: 100px;
}
.img1 {
  width: 75%;
}
.section2-div {
  float: left;
  background-color: #FFF;
  box-shadow: 1px 1px 5px grey;
  padding-top: 7px;
  width: 280px;
  height: 80px;
  text-align: center;
  transition: all 0.3s ease-in;
  border-bottom: 5px solid transparent;
  border-radius: 5px;
  margin-left: 22px;
  margin-right: 22px;
}
.section2-div:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  border: none;
  border-bottom: 5px solid #009688;
  cursor: pointer;
}
.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 980px;
}
.p {
  margin-bottom: 150px;
}
/*______________section3______________*/
.section3-div1 {
  background-color: #f5f5f5;
  padding: 30px 0;
}
.section3-div2 {
  width: 90%;
  margin: 0 auto;
  max-width: 980px;
  background-color: #FFF;
  box-shadow: 1px 1px 5px grey;
  padding: 30px 0;
  height: auto;
}
.border-radius {
  width: 170px;
  height: 170px;
  line-height: 170px;
  background-color: #f5f5f5;
  border-radius: 50%;
  color: #009688;
  text-align: center;
  margin: 0 auto;
  max-width: 980px;
  font-size: 24px;
}
.img_div {
  width: 12% !important;
  height: auto;
  float: left;
  text-align: center;
	margin-top: -12px;
  margin-right: 20px;
}
.img3-1 {
  width: 100%;
  margin-right: 20px;
}
#newslist {
  margin-top: 20px !important;
}
.newslist {
  width: 70%;
  margin: 0 auto;
  max-width: 980px;
}
.newslist li {
  margin-bottom: 20px;
  padding: 25px 50px;
  height: auto;
  background-color: #F0FFF0;
}

.newslist li p {
  font-size: 16px;
  margin-bottom: 5px;
text-decoration-color: grey;
}
h4{
	font-size: 22px;
	 float: left;
	margin-right: 20px;
}
.btn {
  	float: none;
  text-align: center;
  width: 100px;
  border: 1px solid #009688;
  font-size: 12px;
  color: #009688;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 4px;
  border-radius: 10px;
  transition: .4s;
  cursor: pointer;
  box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  position: relative;
}
.btn::before {
  content: "▼"
}
.text {
  display: none;
  margin-top: 35px;
  position: relative;
  font-size: 16px;
  line-height: 30px;
text-align: left;
}
.text::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.trigger {
  display: none; 
}
.trigger:checked ~ .btn::before {
  content: "▲" 
}
.trigger:checked ~ .text {
	  display: block;
  height: auto; 
}
.trigger:checked ~ .text::before {
  display: none; 
}
@media screen and (max-width: 480px) {
/*______________section2______________*/
#section2 {
  height: auto;
  margin-bottom: 0px!important;
}
.img1 {
  width: 75%;
}
.section2-div {
  float: none;
  background-color: #FFF;
  box-shadow: 1px 1px 5px grey;
  padding-top: 7px;
  width: 280px;
  height: 80px;
  text-align: center;
  transition: all 0.3s ease-in;
  border-bottom: 5px solid transparent;
  border-radius: 5px;
  margin: 40px auto;
}
.section2-div:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  border: none;
  border-bottom: 5px solid #009688;
  cursor: pointer;
}
.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 980px;
}
.p {
  margin-bottom: 0px;
}
/*______________section3______________*/
	.border-radius {
  width: 120px;
  height: 120px;
  line-height: 120px;
}
.newslist li {
  margin-bottom: 20px;
  padding: 20px 10px ;
  height: auto;
  background-color: #F0FFF0;
	text-align: center;
}
	.newslist {
  width: 90%;
  margin: 0 auto;
  max-width: 480px;
}
	.img_div {
display: none;
}
	h4{
	font-size: 16px;
		font-weight: normal;
	 float: none;
	margin-right: 0 !important;
		margin-bottom: 15px;
}
	.grad-item {
  margin-top: 20px;
  font-size: 12px;
  line-height: 25px;
		text-align: left;
}
}