@charset "utf-8";
/* CSS Document */






.tx_box {
  background-color: #F6F6F8;
  padding: 45px;
  text-align: center;
}
.tx_box_h2 {
  color: #00607A;
  font-weight: bold;
}
.tx_box_h2_ic {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #00607A;
  border-radius: 50px;
  padding: 10px 15px 10px 25px;
}




@media screen and (max-width:1199px) {
  .xl_fs18 {
    font-size: 18px!important;
  }
  .xl_fs28 {
    font-size: 28px!important;
  }
}

@media screen and (max-width:991px) {
  .md_fs26 {
    font-size: 26px!important;
  }
}

@media screen and (max-width:575px) {
  .tx_box {
    padding: 20px;
  }
}


