@charset "UTF-8";
.inner_flex--ex{
  gap:15px 20px;
}
.contact_flex{
  display: flex;
  gap:20px;
  flex-wrap: wrap;
  .inner_content{
    background: #fff;
    width: calc(50% - 10px);
    padding: 50px 20px;
    a{
      text-align: center;
    }
    &:last-child{
      width: 100%;
    }
  }
}
a.btn_more.btn_more--blank {
  &::after {
    background: url("../../img/icon_blank.svg") no-repeat center;
    background-size: contain;
    width: 17px;
    height: 17px;
  }
}

@media screen and (max-width: 767px) {
.contact_flex{
  .inner_content{
    width: 100%;
    padding: 30px 2.5%;
  }
}
}
@media print {

}