/* =========================================================
   セルフEASE選択欄：ズームに左右されないページ内リスト v82

   Chrome／Edgeの標準selectポップアップはページのtransform外で
   描画されるため、PCのみページ内の選択リストへ置き換える。
   スマホ・タブレットと印刷には作用しない。
   ========================================================= */

body.ease-custom-select-ready-v82 .ease_input2 {
  position: relative !important;
  overflow: visible !important;
  z-index: 20;
}

body.ease-custom-select-ready-v82 .ease_input2 > select {
  display: none !important;
}

body.ease-custom-select-ready-v82 .ease-custom-select-v82 {
  position: relative;
  width: 100%;
  height: 32px;
  font-family: inherit;
  font-size: 16px !important;
  line-height: 1.25;
}

body.ease-custom-select-ready-v82 .ease-custom-select-button-v82 {
  position: relative;
  display: block;
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 30px 0 5px;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 0;
  background: #fff;
  color: #333;
  font-family: inherit;
  font-size: 16px !important;
  font-weight: normal;
  line-height: 30px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

body.ease-custom-select-ready-v82 .ease-custom-select-button-v82::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #444;
  pointer-events: none;
}

body.ease-custom-select-ready-v82 .ease-custom-select-button-v82:focus-visible,
body.ease-custom-select-ready-v82 .ease-custom-select-option-v82:focus-visible {
  outline: 2px solid #157cc1;
  outline-offset: -2px;
}

body.ease-custom-select-ready-v82 .ease-custom-select-options-v82 {
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 10000;
  width: 100%;
  max-height: 448px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #777;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  font-family: inherit;
  font-size: 16px !important;
  line-height: 1.25;
}

body.ease-custom-select-ready-v82 .ease-custom-select-options-v82[hidden] {
  display: none !important;
}

body.ease-custom-select-ready-v82 .ease-custom-select-option-v82 {
  display: block;
  width: 100%;
  min-height: 32px;
  margin: 0;
  padding: 5px 7px;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #333;
  font-family: inherit;
  font-size: 16px !important;
  font-weight: normal;
  line-height: 22px;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}

body.ease-custom-select-ready-v82 .ease-custom-select-option-v82:hover,
body.ease-custom-select-ready-v82 .ease-custom-select-option-v82:focus,
body.ease-custom-select-ready-v82 .ease-custom-select-option-v82[aria-selected="true"] {
  background: #dceeff;
  color: #111;
}
