/* WordPress integration adjustments */
.mod-head-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 40px;
  border: 1px solid #1b64d0;
  border-radius: 20px;
  background: #fff;
  color: #1b64d0;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.area-header ._btns {
  align-items: center;
}

.is-lang-en .area-header ._sitename {
  display: none;
}

.is-lang-en .block-vision ._texts ._doc {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .area-header ._sns-sp {
    align-items: center;
  }

  .mod-head-lang {
    width: 34px;
    height: 30px;
    border-radius: 15px;
    font-size: 11px;
  }

  .is-lang-en .block-vision ._texts ._doc {
    font-size: 14px;
  }
}
