.p4-item {
  margin-bottom: 30px;
}

.link_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.link_box .item{
	width: 32.5%;
	margin: 0 0 15px;
	height: auto;
	transition: .4s;
	box-shadow: 0 5px 4px -6px #333;
}
.link_box .item img{
	width: 100%;
	height: auto;
}
.link_box .item:hover{
	opacity: .5;
}

@media only screen and (max-width: 1024px) {
  .p4-item {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .p4-item {
    margin-bottom: 15px;
  }
}

.p4-item__title {
  padding: 10px 8px;
  font-size: 13px;
  color: #FFF;
  background: #009899;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .p4-item__title {
    padding: 8px 6px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p4-item__title {
    padding: 5px;
    font-size: 11px;
    margin-bottom: 5px;
  }
}

.p4-item__text {
  font-size: 13px;
  color: #333333;
  line-height: 1.6;
}

@media only screen and (max-width: 1024px) {
  .p4-item__text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p4-item__text {
    font-size: 11px;
    line-height: 1.4;
  }
}

.p4-content__txt {
  font-size: 13px;
  color: #333333;
}

@media only screen and (max-width: 1024px) {
  .p4-content__txt {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .p4-content__txt {
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 10px;
    width: 100%;
  }
}

.p4-box1 {
  padding-bottom: 30px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 1024px) {
  .p4-box1 {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 768px) {
  .p4-box1 {
    padding: 20px 0;
  }
}

.p4-box2 {
  padding: 80px 0 90px;
}

@media only screen and (max-width: 1024px) {
  .p4-box2 {
    padding: 50px 0 60px;
  }
}

@media only screen and (max-width: 768px) {
  .p4-box2 {
    padding: 30px 0 40px;
  }
}

.p4-box2__content {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .p4-box2__content {
    flex-direction: column;
    align-items: center;
  }
}

.p4-box2__content-img {
  margin-left: 40px;
  min-width: 360px;
}

@media only screen and (max-width: 1024px) {
  .p4-box2__content-img {
    margin-left: 20px;
    min-width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .p4-box2__content-img {
    margin: 15px auto 0;
    min-width: auto;
    max-width: 240px;
    flex: 0 0 auto;
  }
}

.p4-box3 {
  padding-bottom: 95px;
}

@media only screen and (max-width: 1024px) {
  .p4-box3 {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .p4-box3 {
    padding-bottom: 40px;
  }
}

.p4-box3__content-txt {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .p4-box3__content-txt {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .p4-box3__content-txt {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .p4-box3__content-img {
    max-width: 540px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .p4-box3__content-img {
    width: 90%;
    max-width: 400px;
  }
}

.p4-box4 {
  padding-bottom: 95px;
}

@media only screen and (max-width: 1024px) {
  .p4-box4 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .p4-box4 {
    padding-bottom: 30px;
  }
}

.p4-box4__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .p4-box4__content {
    flex-direction: column;
  }
}

.p4-box4__content-txt {
  width: 100%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .p4-box4__content-txt {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .p4-box4__content-txt {
    margin-bottom: 10px;
  }
}

.p4-box4__col {
  width: 49%;
  max-width: 485px;
}

@media only screen and (max-width: 768px) {
  .p4-box4__col {
    width: 100%;
    max-width: 600px;
    margin: 10px auto 0;
  }
}

/*# sourceMappingURL=c3.css.map */
