@charset "UTF-8";
.inner_flex--ex{
  gap:30px 20px;
}
.detail_intro{
  text-align: left;
}
.detail_color--gray{
  a{
    text-align: center;
  }
}
a.btn_more{
  max-width: 464px;
}
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 {

}