@charset "utf-8";
.sec1 {
  padding-top: 85px;
}
.sec1_lead {
  text-align: center;
}

.sec2 {
  padding: 85px 0;
}

.sec2_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

.sec2_list+.sec2_list {
  border-top: 1px solid #d4d2d2;
}

.sec2_item_img {
  width: 12%;
}

.sec2_item_img img {
  width: 100%;
  height:100%;
}

.sec2_item_txt {
  width: 80%;
  text-align: justify;
}

.sec2_item_txt span {
  font-weight: bold;
  font-size: 24px;
  display: block;
  line-height: 1.3;
  margin-bottom: 10px;
}

.sec3 {
  padding-bottom: 85px;
}

.sec3_inner {
  border: 1px solid #d4d2d2;
  padding: 50px 60px;
}

.sec3_ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

.sec3_item {
  padding-left: 30px;
  position: relative;
  text-align: justify;
}

.sec3_item::before {
  content: "・";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}


/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {
  .sec1 {
    padding-top: 60px;
  }

  .sec2 {
    padding: 60px 0;
  }

  .sec2_list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec2_item_img {
    width: 22%;
  }

  .sec2_item_txt {
    width: 70%;
    font-size: 16px;
  }

  .sec2_item_txt span {
    font-size: 20px;
  }

  .sec3 {
    padding-bottom: 60px;
  }

  .sec3_inner {
    padding: 30px 20px;
  }

  .sec3_item {
    padding-left: 20px;
  }
}
