/* 多言語版入口ボタン追加 */

#op .entrance02 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  width: 100%;
}

#op .entrance02 .more_btn {
  width: calc(90% / 3);
  margin: 0;
 height: auto;
}

#op .entrance02 .more_btn:first-of-type {
    margin-right: 40px;
}

@media screen and (max-width: 768px) {
  #op .entrance02 .more_btn a {
    font-size: 1.4rem;
  }

  #op .entrance02 {
    margin-top: 10px;
  }
}