@charset "UTF-8";
/**
 * 地域・言語の選択表示ページ
 * CSS作成用ファイル
 *
 * 地域・言語の選択のレイアウト情報を指定する
 *
 * @access public
 * @author 渋谷一成 <issei_shibutani@medical-design.co.jp>
 * @version 6.0.0.230627
 */
.locale_select {
  display: flex;
  justify-content: center;
  position: relative; }
  .locale_select select {
    font-size: 1.3em;
    padding: 0.1ex 0.2ex; }

@media only screen and (max-width: 767px) {
  header {
    z-index: 1; } }

.main_content {
  overflow-x: visible; }
  @media only screen and (max-width: 767px) {
    .main_content {
      position: relative;
      z-index: 2; } }

.region_wrapper {
  position: relative;
  display: inline-block;
  z-index: 10; }
  @media only screen and (max-width: 999px) {
    .region_wrapper {
      position: static; } }
  @media only screen and (max-width: 767px) {
    .region_wrapper {
      position: static; } }

span.region_notice {
  width: 520px;
  max-width: 90vw;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  transform: translate(-50%, -20px);
  white-space: normal;
  left: 50%;
  bottom: 100%;
  font-size: 110%;
  line-height: 1.6;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s all; }
  span.region_notice.active {
    opacity: 1; }
  span.region_notice::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: #ffeded;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-10px, 10px) rotate(45deg);
    z-index: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }
  span.region_notice > span.notice_balloon {
    display: flex;
    white-space: normal;
    padding: 15px;
    position: relative;
    z-index: 1;
    background: #ffeded; }
    span.region_notice > span.notice_balloon > span {
      display: block;
      padding-right: 15px; }
    span.region_notice > span.notice_balloon .icon_notice {
      width: 40px;
      min-width: 40px;
      height: 40px;
      display: block;
      color: #333333; }
      span.region_notice > span.notice_balloon .icon_notice > img {
        width: 40px;
        min-width: 40px;
        height: 40px; }
  span.region_notice .notice_close {
    display: block;
    padding: 8px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    pointer-events: auto;
    transition: 0.3s all; }
    span.region_notice .notice_close:hover, span.region_notice .notice_close:active {
      opacity: 0.7;
      transform: translateY(2px); }
    span.region_notice .notice_close img {
      width: 12px;
      height: 12px;
      display: block; }

/*# sourceMappingURL=locale.css.map */
