p {
  text-align: center;
}

.sub14_flexbox_wrap {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.sub14_tag {
  text-align: center;
  padding-top: 5%;
  width: 33%;
}

.sub14_circle {
  border: 6px solid #204283;
  background-color: #f4f9ff;
  color: #204283;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 30px;
  white-space: nowrap;
}

.sawon_tag {
  color: white;
  background-color: #204283;
  padding: 10px 0;
}

.polygon1 {
  clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
}

.polygon2 {
  clip-path: polygon(100% 0, 100% 100%, 20% 100%, 0 50%, 20% 0);
}

.sawon_tag_text {
  color: #767676;
  font-size: 0.9rem;
}

.sub14_section2 {
  margin-top: 50px;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #204283;
  border-bottom: 1px solid #767676;
}

.sub14_section2_title {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  white-space: nowrap;
}

.sub14_section2_list {
  color: #767676;
  line-height: 25px;
}

.sub14_section3_title {
  width: 80px;
  height: 90px;
  text-align: center;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  background-color: #204283;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 50px auto;
  position: relative;
  font-size: 1.3rem;
}

.sub14_section3_flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sub14_section3_list {
  width: calc((100% / 4));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.section3_circle {
  border: 3px solid #204283;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 15px #f4f9ff;
  color: #204283;
  text-align: center;
  width: 150px;
  height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
}

.section3_text {
  width: 100%;
  margin-top: 30px;
  color: #666;
  font-size: 0.9rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sub14_section3_list {
    margin-top: 30px;
    width: calc((100% / 2));
  }
}
@media screen and (max-width: 600px) {
  .sawon_tag_text {
    display: none;
  }

  .sub14_section2_title {
    width: 100%;
    padding-bottom: 30px;
  }

  .sub14_circle {
    padding: 50px 5px;
  }

  .sub14_tag {
    padding-top: 15%;
  }
}
