/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}
*:before,
*:after {
  box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}
* {
  touch-action: pan-y;
}
/*移动端1像素边框*/
@charset "utf-8";
.border,
.border-top,
.border-right,
.border-bottom,
.border-left,
.border-topbottom,
.border-rightleft,
.border-topleft,
.border-rightbottom,
.border-topright,
.border-bottomleft {
  position: relative;
}

.border::before,
.border-top::before,
.border-right::before,
.border-bottom::before,
.border-left::before,
.border-topbottom::before,
.border-topbottom::after,
.border-rightleft::before,
.border-rightleft::after,
.border-topleft::before,
.border-topleft::after,
.border-rightbottom::before,
.border-rightbottom::after,
.border-topright::before,
.border-topright::after,
.border-bottomleft::before,
.border-bottomleft::after {
  content: "\0020";
  overflow: hidden;
  position: absolute;
}

/* border
 * 因，边框是由伪元素区域遮盖在父级
 * 故，子级若有交互，需要对子级设置
 * 定位 及 z轴
 */
.border::before {
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0.01667rem solid #eaeaea;
  transform-origin: 0 0;
}

.border-top::before,
.border-bottom::before,
.border-topbottom::before,
.border-topbottom::after,
.border-topleft::before,
.border-rightbottom::after,
.border-topright::before,
.border-bottomleft::before {
  left: 0;
  width: 100%;
  height: 0.01667rem;
}

.border-right::before,
.border-left::before,
.border-rightleft::before,
.border-rightleft::after,
.border-topleft::after,
.border-rightbottom::before,
.border-topright::after,
.border-bottomleft::after {
  top: 0;
  width: 0.01667rem;
  height: 100%;
}

.border-top::before,
.border-topbottom::before,
.border-topleft::before,
.border-topright::before {
  border-top: 0.01667rem solid #eaeaea;
  transform-origin: 0 0;
}

.border-right::before,
.border-rightbottom::before,
.border-rightleft::before,
.border-topright::after {
  border-right: 0.01667rem solid #eaeaea;
  transform-origin: 100% 0;
}

.border-bottom::before,
.border-topbottom::after,
.border-rightbottom::after,
.border-bottomleft::before {
  border-bottom: 0.01667rem solid #eaeaea;
  transform-origin: 0 100%;
}

.border-left::before,
.border-topleft::after,
.border-rightleft::after,
.border-bottomleft::after {
  border-left: 0.01667rem solid #eaeaea;
  transform-origin: 0 0;
}

.border-top::before,
.border-topbottom::before,
.border-topleft::before,
.border-topright::before {
  top: 0;
}

.border-right::before,
.border-rightleft::after,
.border-rightbottom::before,
.border-topright::after {
  right: 0;
}

.border-bottom::before,
.border-topbottom::after,
.border-rightbottom::after,
.border-bottomleft::after {
  bottom: 0;
}

.border-left::before,
.border-rightleft::before,
.border-topleft::after,
.border-bottomleft::before {
  left: 0;
}

@media (max-device-pixel-ratio: 1.49),
  (max-resolution: 143dpi),
  (max-resolution: 1.49dppx) {
  /* 默认值，无需重置 */
}

@media (min-device-pixel-ratio: 1.5) and (max-device-pixel-ratio: 2.49),
  (min-resolution: 144dpi) and (max-resolution: 239dpi),
  (min-resolution: 1.5dppx) and (max-resolution: 2.49dppx) {
  .border::before {
    width: 200%;
    height: 200%;
    transform: scale(0.5);
  }

  .border-top::before,
  .border-bottom::before,
  .border-topbottom::before,
  .border-topbottom::after,
  .border-topleft::before,
  .border-rightbottom::after,
  .border-topright::before,
  .border-bottomleft::before {
    transform: scaleY(0.5);
  }

  .border-right::before,
  .border-left::before,
  .border-rightleft::before,
  .border-rightleft::after,
  .border-topleft::after,
  .border-rightbottom::before,
  .border-topright::after,
  .border-bottomleft::after {
    transform: scaleX(0.5);
  }
}

@media (min-device-pixel-ratio: 2.5),
  (min-resolution: 240dpi),
  (min-resolution: 2.5dppx) {
  .border::before {
    width: 300%;
    height: 300%;
    transform: scale(0.33333);
  }

  .border-top::before,
  .border-bottom::before,
  .border-topbottom::before,
  .border-topbottom::after,
  .border-topleft::before,
  .border-rightbottom::after,
  .border-topright::before,
  .border-bottomleft::before {
    transform: scaleY(0.33333);
  }

  .border-right::before,
  .border-left::before,
  .border-rightleft::before,
  .border-rightleft::after,
  .border-topleft::after,
  .border-rightbottom::before,
  .border-topright::after,
  .border-bottomleft::after {
    transform: scaleX(0.33333);
  }
}
* {
  touch-action: pan-y;
}
/* 2023年6月13日、kikiによる作成 */

/* スクロールバーを削除 */
.body {
  overflow-x: hidden;
}
/*マスターページグレー*/
.b0102Body {
  background-color: #f6f6f6;
  width: 100%;
  left: 0;
  top: 1.1rem;
}
/* 2つのボディ部分の枠線シャドウ、白い背景 */
.b0102Title,
.b0102Main {
  margin: 1vw auto;
  box-shadow: 0 0.03333rem 0.06667rem #dce5f4, 0 0 0.1rem #dce5f4;
  background-color: #ffffff;
}

/* div内上下距離 */
.b0102Main {
  padding: 5vh;
}
/* 表のdiv左マージン */
.b0102TableDiv {
margin-left: 5vw;
}
/* タイトルバーの上下内外余白 */
.b0102Title {
  margin-bottom: 0.25rem;
}

/* タイトルバーアイコンの幅、マージン */
.b0102Icon {
  width: 0.88333rem;
  margin-left: 0.43333rem;
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}
.title_name {
  color: #006699;
  margin-left: 0.83333rem;
  font-weight: 600;
  font-size: 2em;
  padding: 4vh 1vh;
}

/* 郵便番号の上位3桁の入力ボックス */
.postal1 {
  width: 1.33333rem !important;
  /* margin: 11px; */
}

/* 郵便番号後4桁入力ボックス */
.postal2 {
  width: 2rem !important;
  /* margin: 11px; */
}

/* アップロード画像のサイズは枠内に制限 */
.avatar {
  width: 2.5rem;
  height: 2.5rem;
}

/* 入力ボックスドロップダウンボックスラベルの幅の変更 */
.el-col {
  margin-bottom: 0.33333rem; /* 列と列の間隔の設定 */
}
.align-right {
  display: flex;
  justify-content: flex-end;
}
.align-left {
  display: flex;
  justify-content: flex-start;
}
.custom {
  margin: 0.16667rem;
}
.custom-margin {
  margin-top: 0.21667rem;
}
.custom-searchPostal {
  margin-left: 0.21667rem;
}
/* アドレスバーの幅 */
.address {
  width: 82% !important;
}

/* 下の3つのボタンの幅 */
.b0102Button {
  width: 1.66667rem;
}

/* メディアクエリー -  ＞＝1000px */
@media screen and (min-width: 1000px) {
.b0102Title,
  .b0102Main {
      margin-left: 10vw;
      margin: 1vw auto;
      box-shadow: 0 0.03333rem 0.06667rem #dce5f4, 0 0 0.1rem #dce5f4;
      background-color: #ffffff;
}
}

/* メディアクエリー - 375px ＞ 999px 之间 */
@media screen and (min-width: 375px) and (max-width: 999px) {
.b0102Title,
  .b0102Main {
      margin: 1vw auto;
      box-shadow: 0 0.03333rem 0.06667rem #dce5f4, 0 0 0.1rem #dce5f4;
      background-color: #ffffff;
}
}
.deleteButtom{
  height: auto;
  margin-left: 0.75rem;
}
.b0102RegisteredPicFlex{
  flex-wrap: wrap;
  display:flex;
}
.b0102RegisteredPic{
  padding-right: 0.83333rem;
}
@charset "UTF-8";
.el-icon-back[data-v-dc759b06],
.el-icon-document-remove[data-v-dc759b06],
.el-icon-search[data-v-dc759b06] {
  font-size: 0.5rem;
}
.el-icon-edit[data-v-dc759b06],
.el-icon-upload2[data-v-dc759b06],
.el-icon-download[data-v-dc759b06],
.el-icon-upload[data-v-dc759b06],
.el-icon-delete[data-v-dc759b06],
.el-icon-circle-plus-outline[data-v-dc759b06] {
  font-size: 0.25rem;
}

/* 主体页面灰色 */
.position_body[data-v-dc759b06] {
  background-color: #f6f6f6;
}

/* 两个主体部分边框阴影，白色背景 */
.position_select[data-v-dc759b06],
.position_data[data-v-dc759b06] {
  box-shadow: 0 0.03333rem 0.06667rem rgba(0, 0, 0, 0.12), 0 0 0.1rem rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
}

/* 内容body、两个主体外边距 */
/* 面接一覧标题右移1% */
.position_title[data-v-dc759b06] {
  margin-left: 1%;
}

/* 两部分主体宽80vw，居中 */
.position_select[data-v-dc759b06],
.position_data[data-v-dc759b06] {
  width: 80vw;
  margin: auto;
}

/* 行上下内边距填充1vh */
/* 部分文字上下边距1vh，白底蓝字粗体 */
.position_title[data-v-dc759b06],
.blue_font[data-v-dc759b06] {
  margin-top: 1vh;
  margin-bottom: 1vh;
  background-color: #ffffff;
  color: #006699;
  font-weight: 600;
  font-size: 0.25rem;
}

/* 一般表示文字用 */
/* 職位一覧字号20 */
.position_title[data-v-dc759b06] {
  font-size: 0.33333rem;
}

/* 灰色上边线，上内边距 */
.select_body[data-v-dc759b06] {
  border-top: 0.03333rem solid #f6f6f6;
  padding-top: 2vh;
}

/* 检索按钮所在div内边距，底部外边距 */
.b0101_button[data-v-dc759b06] {
  padding-top: 2vh;
  padding-bottom: 5vh;
  margin-bottom: 2vh;
  margin-left: 15vh;
}

/* 页眉页脚宽 */
.header[data-v-dc759b06],
.footer[data-v-dc759b06] {
  width: 100vw auto;
}

/*按钮本体*/
.demo-table-expand[data-v-dc759b06] {
  font-size: 0;
}
.demo-table-expand label[data-v-dc759b06] {
  width: 1.66667rem;
  color: #99a9bf;
}
.paginationStyle[data-v-dc759b06] {
  padding: 4vh;
}
.custom-input[data-v-dc759b06] {
  width: 5.83333rem;
}

