/* =========================================================================================== */
/* sec3 */
/* =========================================================================================== */
section.sec3 .item_box.item_box03 .item .contents .txt_box .contents_img {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}

section.sec3 .item_box.pr_02 .item_ttl img.ttl_icon {
  width: 3.36749634vw;
  max-width: 46px;
  min-width: 25px;
}

section.sec3 .item_box.pr_02 .contents .txt_list li.txt {
  flex: 0 0 33.3%;
  position: relative;
  padding-left: 25px;
  /* margin-right: 50px; */
  margin-top: 10px;
}

section.sec3 .item_box.pr_02 .contents .txt_list {
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
  padding-bottom: 40px;
  text-align: left;
}

section.sec3 .item_box.pr_02 .contents .txt_list li.txt::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--main_color);
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

section.sec3 .item_box.pr_02 .contents .bottom_txt {
  padding-top: 30px;
  /* border-top: 2px solid #dddddd; */
  letter-spacing: 0.06em;
}

section.sec3 .item_box.pr_02 .contents .bottom_txt a {
  display: inline-block;
  border-bottom: 1px solid var(--main_color);
}

section.sec3 .item_box.pr_03 .item_ttl img.ttl_icon {
  width: 2.342606149;
  max-width: 32px;
  min-width: 25px;
  height: auto;
}

section.sec3 .item_box.pr_04 .item_ttl img.ttl_icon {
  width: 2.928257687vw;
  max-width: 40px;
  min-width: 25px;
  height: auto;
}

section.sec3 .item_box.pr_05 .item_ttl img.ttl_icon {
  width: 2.70863836vw;
  max-width: 37px;
  min-width: 25px;
  height: auto;
}

section.sec3 .item_box.pr_05 .item:last-of-type .contents {
  padding: unset;
  padding-top: 30px;
}

section.sec3 .item_box.pr_05 .contents .intro_txt {
  padding: 0px 10px;
}

section.sec3 .item_box.pr_05 .contents_list {
  margin-top: 30px;
  border: 1px solid #dddddd;
}

section.sec3 .item_box.pr_05 .contents_list .list_item .item {
  padding: 15px;
}

section.sec3 .item_box.pr_05 .contents_list .list_item:not(:last-of-type) {
  border-bottom: 1px solid #dddddd;
}

section.sec3 .item_box.pr_05 .contents_list .list_item.key {
  background: #c1f0c1;
}

section.sec3 .item_box.pr_05 .contents_list .list_item .item {
  width: 50%;
  border: unset;
}

section.sec3 .item_box.pr_05 .contents_list .list_item .item:first-of-type {
  border-right: 1px solid #dddddd;
}

section.sec3 .item_box.pr_05 .contents_list .list_item.value:nth-child(odd) {
  background: var(--green2);
}

/* --------- */
/* レスポンシブ */
/* --------- */
@media screen and (max-width: 1024px) {
  section.sec3 .item_box.pr_02 .contents .txt_list {
    width: 100%;
  }
  section.sec3 .item_box.pr_02 .contents .txt_list li.txt {
    flex: auto;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  section.sec3 .item_box.item_box01 .item:last-of-type {
    margin-top: unset;
  }
}

@media screen and (max-width: 480px) {
  section.sec3 .item_box.pr_02 .contents .txt_list {
    width: 100%;
    justify-content: center;
  }

  section.sec3 .item_box.pr_02 .contents .txt_list li.txt {
    margin-right: unset;
  }

  section.sec3 .item_box.pr_05 .contents .intro_txt {
    text-align: unset;
  }
}

/* =========================================================================================== */
/* other */
/* =========================================================================================== */

section.other .box .item .head {
  padding: unset;
}

section.other .box .item .head .head_img {
  width: 100%;
  max-width: unset;
}
