/* 多言語版入口ボタン表示調整用 */

#op .entrance02 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 800px;
   padding-bottom: 3%;
  width: 100%;
}

#op .entrance02 .more_btn {
  width: calc(90% / 3);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #op .entrance02 .more_btn a {
    font-size: 1.4rem;
  }

  #op .entrance02 {
    margin-top: 10px;
  }
}