.anti-box_con {
  max-width: 1200px;
  margin: 0 auto 0;
  background-color: #f3f8fb;
  padding: 1rem;
  line-height: 1.6;
  font-size: 1rem;
}

.anti_top_1 {
  width: 100%;
  height: auto;
  padding: 0.2rem;
  background-color: #085aae;
  margin-bottom: 2rem;
}
.anti_h2 {
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
}
.anti_box_tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ff0404;
  font-weight: bold;
  font-size: 1.4rem;
}
.anti_text {
  display: block;
}
.anti_img {
  width: 210px;
  margin-top: 0.3rem;
}
.anti_top_2 {
  margin-top: 2rem;
  width: 100%;
  height: auto;
  padding: 0.2rem;
  background-color: #085aae;
}
.anti_h3 {
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.anti__head {
  order: -2;
  padding-top: 2rem;
  padding-bottom: 0.2rem;
  color: #085aae;
}
.anti__bordered-center {
  border-left: 6px solid #085aae;
  padding-left: 1rem;
}
.anti__subtitle {
  margin: 0;
  bottom: -3px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.125rem;
  text-transform: uppercase;
}
.anti_a {
  color: #085aae;
  text-decoration: none;
}
.anti_a:hover {
  color: #085aae;
  text-decoration: underline;
}
.anti_a::before {
  color: #15273a;
  text-decoration: underline;
}

@media only screen and (min-width: 640px) {
  .anti_box_tel {
    flex-direction: row;
  }

  .anti_img {
    width: 25%;
    margin-top: 0.3rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
