@charset "UTF-8";

@media print, screen and (min-width: 670px) {

.work_cont {
  width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.work_cont h3 {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}
.work_cont h3:nth-of-type(1) {
  background-image: url("../images/icn_ht.png");
}
.work_cont h3:nth-of-type(2) {
  background-image: url("../images/icn_b.png");
  margin-top: 80px;
}
.work_cont h3:nth-of-type(3) {
  background-image: url("../images/icn_b.png");
  margin-top: 80px;
}
p.work_zu {
  text-align: center;
  background-color: #e4eff5;
  padding-top: 30px;
  padding-bottom: 20px;
  border-radius: 18px;
  margin-top: 40px;
}



}
@media screen and (min-width:0px) and (max-width: 670px) {

.work_cont {
	margin-left: 25px;
	margin-right: 25px;
  margin-top: -40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
.work_cont h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}
.work_cont h3:nth-of-type(1) {
  background-image: url("../images/icn_ht.png");
  background-size: 75px auto;
}
.work_cont h3:nth-of-type(2) {
  background-image: url("../images/icn_b.png");
  background-size: 30px auto;
  margin-top: 80px;
}
.work_cont h3:nth-of-type(3) {
  background-image: url("../images/icn_b.png");
  background-size: 30px auto;
  margin-top: 80px;
}
p.work_zu {
  text-align: center;
  background-color: #e4eff5;
  padding-top: 30px;
  padding-bottom: 20px;
  border-radius: 18px;
  margin-top: 40px;
}

}