@charset "UTF-8";
html, body {
  height: 100%;
}

html {
  -webkit-text-size-adjust: 1;
}
@media only screen and (max-width: 787px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "M PLUS 1p";
  font-size: "13px";
  color: #000;
  line-height: 1.3;
  font-size: 14px;
}
@media only screen and (max-width: 787px) {
  body {
    font-size: 12px;
  }
}

table {
  font-size: 100%;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

img {
  border: none;
}

a {
  text-decoration: none;
}

button {
  outline: none;
}

/*.fa::before {
  padding-right: 8px;
}*/

/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------------
    COMMON PARTS
----------------------------------------------------*/
/* text-align */
.alignCenter {
  text-align: center !important;
}

.alignLeft {
  text-align: left !important;
}

.alignRight {
  text-align: right !important;
}

/* float */
.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

/* display */
/* hr */
/* clearfix */
.clearfix {
  min-height: 1%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.linkBox {
  cursor: pointer;
}

/* link text */
a.whiteText {
  color: #FFF !important;
}
a.whiteText :hover {
  color: #FFF !important;
  text-decoration: underline;
}

/*----------------------------------------------------
    Title
----------------------------------------------------*/
.ttlBasic {
  margin: 0;
  padding: 10px 16px;
  background-color: #272B31;
  color: #fff;
  font-size: 120%;
}
.ttlBasic.js-toggle-btn {
  cursor: pointer;
}
.ttlBasic.js-toggle-btn > span {
  font-size: 100%;
  position: relative;
  padding-right: 20px;
}
.ttlBasic.js-toggle-btn > span:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: -8px;
  -webkit-transform: rotate(135deg);
  -ms-transform: translateY(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 0;
}
.ttlBasic.js-toggle-btn.is-open > span:after {
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: translateY(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 787px) {
  .ttlBasic {
    padding: 10px 10px;
  }
}

.ttlBasic02 {
  padding: 10px 16px;
  background-color: #35AFC2;
  color: #fff;
  font-size: 120%;
}
@media only screen and (max-width: 787px) {
  .ttlBasic02 {
    padding: 10px 10px;
  }
}

/*----------------------------------------------------
    Button
----------------------------------------------------*/
.btnBasic {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  background-color: #35AFC2;
  border: none;
  color: #fff;
  border-radius: 6px;
  padding: 8px 10px;
}
.btnBasic:hover {
  opacity: 0.8;
}

/* submit系 */
.btnBasic02 {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  width: 320px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background-color: #FEB606;
  border: none;
  font-size: 130%;
}
@media only screen and (max-width: 787px) {
  .btnBasic02 {
    width: 90%;
  }
}
.btnBasic02:hover {
  opacity: 0.8;
}
.btnBasic02 .fas {
  display: inline-block;
  margin: 0 .5em;
  font-size: 110%;
}
.btnBasic02.is_back {
  width: auto;
  padding: 0 30px;
  margin: 0;
  background-color: #585858;
  color: #fff;
}
.btnBasic02.is_back:hover {
  opacity: 0.8;
}
.btnBasic02.is_preview {
  background-color: #fff3d6;
  border: 1px solid #FEB606;
  color: #FEB606;
}
.btnBasic02.is_delete {
  background-color: #eee;
  border: 1px solid #585858;
  color: #585858;
}
.btnBasic02.is_cancel {
  background-color: #fff;
  border: 1px solid #585858;
  color: #585858;
}
/* 非活性時のスタイル(支払い失敗時など) */
.btnBasic02:disabled {
  background-color: #ccc;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.6;
}
.btnBasic02:disabled:hover {
  opacity: 0.6;
}


.btnBasic03 {
  border-radius: 6px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  background-color: #585858;
  border: none;
  color: #fff;
  border-radius: 6px;
  padding: 6px 16px;
  font-size: 90%;
  line-height: 1.2;
  white-space: nowrap;
}
.btnBasic03:hover {
  opacity: 0.8;
}
.btnBasic03.is_orange {
  background-color: #FEB606;
  border: none;
}
.btnBasic03.is_orange:hover {
  opacity: 0.8;
}
.btnBasic03.is_white {
  background-color: #fff;
  border: 1px solid #FEB606;
  color: #FEB606;
}
.btnBasic03.is_white:hover {
  /*opacity: 0.8;*/
}

/* reset系 */
.btnBasic04 {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  width: 320px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background-color: #808080;
  border: none;
  font-size: 130%;
}
@media only screen and (max-width: 787px) {
  .btnBasic04 {
    width: 90%;
  }
}
.btnBasic04:hover {
  opacity: 0.8;
}
.btnBasic04 .fas {
  display: inline-block;
  margin: 0 .5em;
  font-size: 110%;
}
.btnBasic04.is_back {
  width: auto;
  padding: 0 30px;
  margin: 0;
  background-color: #585858;
  color: #fff;
}
.btnBasic04.is_back:hover {
  opacity: 0.8;
}
.btnBasic04.is_preview {
  background-color: #fff3d6;
  border: 1px solid #FEB606;
  color: #FEB606;
}
.btnBasic04.is_delete {
  background-color: #eee;
  border: 1px solid #585858;
  color: #585858;
}
.btnBasic04.is_cancel {
  background-color: #fff;
  border: 1px solid #585858;
  color: #585858;
}

.formBtn {
  margin: 50px 0 30px;
  display: flex;
  justify-content: center;
  position: relative;
}
/* 戻るボタン(.btnBasic02.is_back)は position: absolute のため、戻るボタン単独のフォーム
   （admin/scout_history/detail 等の詳細画面）では .formBtn の高さが 0 となり、白枠(.secForm)
   からボタンが飛び出す。戻るボタンを含む .formBtn に限定してボタン高さ分の min-height を付与する。
   戻るボタンを持たない .formBtn（scout/chat_room の採用・不採用エリア等、条件次第で空になり得る
   箇所）には適用しないことで不要な空白を防ぐ。 */
.formBtn:has(.btnBasic02.is_back) {
  min-height: 60px;
}
.formBtn .btnBasic02:not(.is_back) {
  margin: 0 10px;
}
.formBtn .btnBasic02.is_back {
  position: absolute;
  top: 0;
  left: 0;
}
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #00BCD4;
  background: #ECECEC;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
}

@media only screen and (max-width: 787px) {
  .formBtn {
    display: flex;
    flex-direction: column-reverse;
  }
  .formBtn .btnBasic02:not(.is_back) {
    margin: 10px 0;
  }
  .formBtn .btnBasic02.is_back {
    position: static;
  }
  .formBtn .btnBasic02 {
    width: 100%;
    margin: 5px 0;
  }
}

/*----------------------------------------------------
    Form
----------------------------------------------------*/
@media only screen and (max-width: 787px) {
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="date"],
  input[type="tel"],
  select,
  textarea {
    font-size: 14px;
  }
}
.modForm {
  border: 1px solid #E3E3E3;
}
.modForm > .modForm__group:not(:last-of-type) {
  border-bottom: 1px solid #E3E3E3;
}

table.commonTable td.modForm {
  padding: 0;
}
table.commonTable td.modForm > .modForm__group:not(:last-of-type) {
  border-bottom: 1px solid #d6d6d6;
}
table.commonTable td.modForm .modForm__label {
  width: 150px;
  background-color: transparent;
  display: flex;
  align-items: center;
  font-weight: bold;
}
table.commonTable td.modForm .modForm__flex {
  width: calc(100% - 150px);
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px;
}
table.commonTable td.modForm .modForm__flex .modForm__input {
  flex: inherit;
  padding: 0;
}
table.commonTable td.modForm .modForm__input {
  padding: 16px;
}

.modForm__group {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
@media only screen and (max-width: 787px) {
  .modForm__group {
    display: block;
  }
  table.commonTable td.modForm .modForm__flex {
    padding: 8px;
  }
}

.modForm__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modForm__inner .modForm__group {
  width: 50%;
  border-bottom: 1px solid #E3E3E3;
}
@media only screen and (max-width: 787px) {
  .modForm__inner:not(.is_branch) {
    display: block;
  }
  .modForm__inner .modForm__group {
    width: 100%;
  }
}

.modForm__flex {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 787px) {
  table.commonTable td.modForm .modForm__flex.is_zip {
    width: auto;
    padding-right: 8px;
  }
}


.modForm__label {
  width: 18vw;
  padding: 16px;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 787px) {
  .modForm__label {
    width: 100%;
    padding: 8px;
  }
}

.modForm__input {
  flex: 1 1 0;
  padding: 16px;
}
.modForm__input.is_alignCenter {
  display: flex;
  align-items: center;
  min-height: 65px;
}
.modForm__input input[type="text"],
.modForm__input input[type="password"],
.modForm__input input[type="email"],
.modForm__input input[type="date"],
.modForm__input input[type="tel"],
.modForm__input textarea {
  border: 1px solid #B0B0B0;
  padding: 8px;
}
.modForm__input input[type="text"],
.modForm__input textarea {
  width: 100%;
}
.modForm__input input[type="text"].id_search
 {
  width: 80%;
}
.modForm__input.is_name input[type="text"],
.modForm__input.is_name input[type="email"], .modForm__input.is_nickname input[type="text"],
.modForm__input.is_nickname input[type="email"], .modForm__input.is_mail input[type="text"],
.modForm__input.is_mail input[type="email"], .modForm__input.is_rank input[type="text"],
.modForm__input.is_rank input[type="email"], .modForm__input.is_tel input[type="text"],
.modForm__input.is_tel input[type="email"], .modForm__input.is_tag input[type="text"],
.modForm__input.is_tag input[type="email"] {
  width: 50%;
}
.modForm__input.is_snsId input[type="text"] {
  width: 80%;
}
.modForm__input.is_age input[type="text"] {
  width: 100px;
}
.modForm__input.is_date input[type="text"] {
  width: 100px;
}
@media only screen and (max-width: 787px) {
  .modForm__input.is_date input[type="text"] {
    width: 70%;
  }
}
.modForm__input.is_date .ui-datepicker-trigger {
  background: url("../../img/admin/common/ico_datepicker.png") no-repeat center center;
  height: 32px;
  width: 32px;
  border: none;
  text-indent: -9999px;
  margin-left: 5px;
  cursor: pointer;
}
.modForm__input.is_password {
  position: relative;
  width: 260px;
}
.modForm__input.is_password input[type="password"],
.modForm__input.is_password input[type="text"] {
  width: 260px;
}
/* パスワードの表示/非表示ボタン */
#showPassword,
#showPasswordConf {
  position: absolute;
  right: 4px;
  top: 8px;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
}
@media only screen and (max-width: 787px) {
  .modForm__input {
    padding: 8px 8px 16px;
  }
  .modForm__input.is_name input[type="text"],
  .modForm__input.is_name input[type="email"], .modForm__input.is_nickname input[type="text"],
  .modForm__input.is_nickname input[type="email"], .modForm__input.is_mail input[type="text"],
  .modForm__input.is_mail input[type="email"], .modForm__input.is_rank input[type="text"],
  .modForm__input.is_rank input[type="email"] {
    width: 100%;
  }
  .modForm__input.is_age input[type="text"] {
    width: 100px;
  }
  body .ui-datepicker {
    width: auto;
  }
}

.modForm__inputText {
  padding: 0 0.5em;
}

.modForm__inputSelect {
  overflow: hidden;
  position: relative;
  border: 1px solid #B0B0B0;
  background: #ffffff;
  display: inline-block;
  min-width: 5em;
}
.modForm__inputSelect:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #585858;
  border-bottom: 1px solid #585858;
  -webkit-transform: rotate(45deg);
  -ms-transform: translateY(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  pointer-events: none;
}
.modForm__inputSelect select {
  width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 9px 30px 9px 8px;
  color: #666666;
}
.modForm__inputSelect select::-ms-expand {
  display: none;
}

.modForm__inputDate {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.modForm__inputDateText {
  padding: 0 0.5em;
}

.modForm__inputRadio [type="radio"] {
  display: none;
}
.modForm__inputRadio [type="radio"] + label {
  display: inline-block;
  position: relative;
  line-height: 20px;
  padding-left: 25px;
  cursor: pointer;
  white-space: nowrap;
}
.modForm__inputRadio [type="radio"] + label:not(:last-of-type) {
  margin-right: 20px;
}
.modForm__inputRadio [type="radio"] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #B0B0B0;
  border-radius: 100%;
  background: #fff;
  content: "";
}
.modForm__inputRadio [type="radio"] + label:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #35AFC2;
  content: "";
  transition: all .2s ease;
}
.modForm__inputRadio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: rotate(-45deg) scale(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.modForm__inputRadio [type="radio"]:checked + label:after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media only screen and (max-width: 787px) {
  .modForm__inputRadio [type="radio"] + label:not(:last-of-type) {
    margin-bottom: 5px;
  }
}

.modForm__inputCheckbox [type="checkbox"] {
  display: none;
}
.modForm__inputCheckbox [type="checkbox"] + label {
  display: inline-block;
  position: relative;
  min-height: 18px;
  line-height: 20px;
  padding-left: 25px;
  cursor: pointer;
  white-space: nowrap;
}
.modForm__inputCheckbox [type="checkbox"] + label:not(:last-of-type) {
  margin-right: 20px;
}
.modForm__inputCheckbox [type="checkbox"] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #B0B0B0;
  background: #fff;
  content: "";
}
.modForm__inputCheckbox [type="checkbox"] + label:after {
  position: absolute;
  top: 6px;
  left: 4px;
  width: 12px;
  height: 4px;
  content: "";
  transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #35AFC2;
  border-top-style: none;
  border-right-style: none;
  transition: all .2s ease;
}
.modForm__inputCheckbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: rotate(-45deg) scale(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.modForm__inputCheckbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media only screen and (max-width: 787px) {
  .modForm__inputCheckbox [type="checkbox"] + label:not(:last-of-type) {
    margin-bottom: 5px;
  }
}

.modForm__note {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: -5px;
  font-size: 90%;
}

/* 有効・無効の状態表示（共通） */
.status-valid {
  color: #00f;
}
.status-invalid {
  color: #f00;
}

/* fileアップロード */
.file_upload .file_window {
  display: none;
  padding: 8px 16px;
  border-radius: 6px;
  margin-right: 10px;
  color: #000;
  background-color: #eeeeee;
  border: 1px solid #d6d6d6;
  color: #767676;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.3);
}
.file_upload .file_window a {
  display: inline-block;
}
.file_upload .file_window a:first-child {
  min-width: 160px;
}
.file_upload .file_window a:last-child {
  margin-left: 20px;
  color: #000;
}
.file_upload .file_window a.fa:before {
  padding: 0;
}
.file_upload .btnsList {
  text-align: left;
  padding: 10px 0;
}
.file_upload .btnsList button.btn {
  display: inline-block;
  padding: 3px 8px;
  margin: 0 3px;
  font-size: 14px;
  width: auto;
}

.upload {
  width: 312px;
  height: 254px;
  margin-bottom: 5px;
  background-color: #eeeeee;
  border: 1px solid #bebebe;
  box-shadow: 1px 1px 1px #DADADA inset;
}
@media only screen and (max-width: 787px) {
  .upload {
    width: 100%;
    height: auto;
  }
}
.upload .imageBox {
  margin: 5px 0 0 5px;
  width: 300px;
  height: 202px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
@media only screen and (max-width: 787px) {
  .upload .imageBox {
    width: auto;
    margin: 5px;
    height: 30vw;
  }
}
.upload .updateCtrl {
  margin: 5px 0 0 5px;
  padding: 2px 0;
  width: 300px;
  text-align: left;
  background-color: #e0e0e0;
  border: 1px solid #cccccc;
  text-align: center;
}
@media only screen and (max-width: 787px) {
  .upload .updateCtrl {
    width: auto;
    margin: 5px;
  }
}
.upload .updateCtrl button {
  margin: 0;
  padding: 0.7em 1em;
  width: 108px;
  font-size: 0.9em;
  line-height: 1em;
  color: #6e6e6e;
  border: 1px solid #CCCCCC;
  box-sizing: content-box;
  cursor: pointer;
  background: #f2f2f2;
}
.upload .updateCtrl button:hover {
  opacity: 0.7;
}
.upload .updateCtrl button.opened {
  display: inline;
}
.upload .updateCtrl button.closed {
  display: none;
}

/* 各種幅の調整 */
.date .ui-datepicker-trigger {
  background: url("../img/common/ico_datepicker.png") no-repeat center center;
  height: 32px;
  width: 32px;
  border: none;
  text-indent: -9999px;
  margin-left: 5px;
  cursor: pointer;
}

.date input[type=text] {
  width: 30%;
}
@media only screen and (max-width: 787px) {
  .date input[type=text] {
    width: 70%;
  }
}

/* tel */
.tel.separate input[type=text] {
  width: 10%;
}

.tel.combine input[type=text] {
  width: 20%;
}

/* address */
.address .postal.separate input[type=text],
.address .postal.separate input[type=password] {
  width: 10%;
}

.address .postal.combine input[type=text],
.address .postal.combine input[type=password] {
  width: 20%;
}

.address .district input[type=text],
.address .district input[type=password] {
  width: 50%;
}

.address .district input[type=text],
.address .district input[type=password],
.address .district select {
  float: left;
  margin-bottom: 5px;
}

.address .district p.example {
  float: none;
  clear: both;
  margin-left: 92px;
}

.address .detail input[type=text],
.address .detail input[type=password] {
  width: 98%;
}

/* geocode */
.geocode input[type=text],
.geocode input[type=password] {
  width: 50%;
}

.form .example {
  margin: 5px 0 0 0;
  font-size: 12px;
  color: #979797;
}

/*----------------------------------------------------
    #tooltip
----------------------------------------------------*/
#tooltip {
  position: absolute;
  display: block;
  z-index: 9999;
  padding: 4px;
  font-size: 12px;
  line-height: 1.6;
  background: #474747;
  border: 1px solid #474747;
  border-radius: 4px;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  top: 100px;
  left: 100px;
}
#tooltip:after, #tooltip:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#tooltip:after {
  border-color: rgba(42, 42, 58, 0);
  border-bottom-color: #474747;
  border-width: 6px;
  margin-left: -6px;
}
#tooltip:before {
  border-color: rgba(38, 38, 38, 0);
  border-bottom-color: #474747;
  border-width: 7px;
  margin-left: -7px;
}

/*----------------------------------------------------
    Table
----------------------------------------------------*/
table.commonTable {
  width: 100%;
  border: 1px solid #d6d6d6;
  margin-bottom: 20px;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #fff;
}
table.commonTable th,
table.commonTable td {
  border: 1px solid #d6d6d6;
  padding: 16px;
  word-break: break-all;
  word-wrap: break-word;
  width: auto;
}
@media only screen and (max-width: 787px) {
  table.commonTable th,
  table.commonTable td {
    padding: 8px;
  }
}
table.commonTable th .example,
table.commonTable th .caption,
table.commonTable td .example,
table.commonTable td .caption {
  font-size: 12px;
  color: #979797;
}
table.commonTable th span.required,
table.commonTable th span.notRequired,
table.commonTable td span.required,
table.commonTable td span.notRequired {
  display: inline-block;
  color: #FFFFFF;
  padding: 0 3px;
  float: right;
  font-size: 84%;
  line-height: 1.8;
  border-radius: 0;
  font-weight: normal;
}
@media only screen and (max-width: 787px) {
  table.commonTable th span.required,
  table.commonTable th span.notRequired,
  table.commonTable td span.required,
  table.commonTable td span.notRequired {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    margin: 0;
    float: none;
    display: block;
    text-align: center;
    width: 50px;
    font-size: 1rem;
    padding: 2px;
    line-height: 1.5;
  }
}
table.commonTable th span.required,
table.commonTable td span.required {
  background-color: #AF0000;
}
table.commonTable th span.notRequired,
table.commonTable td span.notRequired {
  background-color: #35AFC2;
}
table.commonTable th {
  background-color: #eeeeee;
  width: 250px;
  font-weight: bold;
}
@media only screen and (max-width: 787px) {
  table.commonTable th {
    position: relative;
    width: 30%;
    padding: 10px 5px;
  }
}
table.commonTable .modForm__input {
  padding: 0;
}
@media only screen and (max-width: 787px) {
  table.commonTable {
    table-layout: auto;
    border: none;
  }
  table.commonTable tr {
    display: flex;
    flex-direction: column;
  }
  table.commonTable th,
  table.commonTable td {
    width: 100%;
  }
  table.commonTable td {
    border-top: none;
  }
  /* commonTable の mobile 用 flex ルール(tr を display:flex column)は子孫セレクタ
     のため、ネストされた内側テーブル（契約詳細の「契約プラン」「お休みオプション」や
     「掲載する求人」一覧など）にも波及する。内側テーブル自体には width 指定が無いため
     min-content に縮み、左側に寄って表示されてしまう。親 td の幅に合わせて広げる。 */
  table.commonTable table {
    width: 100%;
  }
}

@media only screen and (max-width: 787px) {
  .spScrollTable {
    width: 100%;
    overflow: auto;
  }
  .spScrollTable table {
    overflow-x: scroll;
    white-space: nowrap;
    overflow: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    table-layout: auto !important;
    width: auto !important;
  }
}

table.tableList {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #d6d6d6;
}
@media only screen and (max-width: 787px) {
  table.tableList {
    white-space: nowrap;
    width: auto;
    height: auto;
  }
}
table.tableList thead tr th {
  text-align: center;
  font-weight: bold;
}
table.tableList thead tr th img {
  margin-left: 8px;
  vertical-align: top;
}
table.tableList tbody th,
table.tableList tbody tr td {
  background-position: 0 100%;
  padding: 5px 6px;
  text-align: center;
  vertical-align: middle;
}
table.tableList tbody th ul,
table.tableList tbody tr td ul {
  margin-bottom: 0;
}
table.tableList tbody th a,
table.tableList tbody tr td a {
  text-decoration: underline;
}
table.tableList tbody th a img,
table.tableList tbody tr td a img {
  margin: 0 7px 5px;
}
table.tableList tbody tr td:last-child {
  border-right: none;
}
table.tableList tbody tr:last-child td {
  border-bottom: none;
}
table.tableList tbody tr:hover td, table.tableList tbody tr:hover th {
  background-color: #fbf8e9;
  transition: all 0.1s ease-in-out 0s;
}

/*----------------------------------------------------
    Modal
----------------------------------------------------*/
.modal {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal .box {
  display: none;
  position: fixed;
  width: 600px;
  height: 242px;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -121px;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 787px) {
  .modal .box {
    width: 98%;
    width: 88%;
    margin-left: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.modal .box .btnClose a {
  float: right;
  position: relative;
  top: 6px;
  color: #fff;
  font-size: 30px;
  padding: 8px;
  border-radius: 6px 6px 0 0;
  background: #35AFC2;
}
.modal .box .btnClose a i {
  font-size: 100%;
}
.modal .box .btnClose a .fa:before {
  padding: 0;
}
.modal .box .boxInside {
  padding: 40px;
  background: #ffffff;
  border: 8px solid #35AFC2;
  border-radius: 5px;
  text-align: center;
}
@media only screen and (max-width: 787px) {
  .modal .box .boxInside {
    padding: 10px;
  }
}
.modal .box .boxInside .alert {
  background: url(../img/common/alert_ico_note.gif) no-repeat scroll 10px 50% #fefdcc;
  border: 1px solid #e2dc58;
}
.modal .box .boxInside p {
  float: none;
  margin-left: 33px;
  line-height: 30px;
  text-align: left;
}
@media only screen and (max-width: 787px) {
  .modal .box .boxInside p {
    line-height: 1.5;
    padding: 10px;
  }
}
.modal .box .boxInside .btnsList {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
.modal .box .boxInside .btnsList .btn {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0 12px;
  display: inline-block;
  min-width: 10em;
  height: 50px;
  line-height: 50px;
  margin: 0 5px;
  text-align: center;
  border: none;
  font-size: 110%;
  background-color: #eee;
  border: 1px solid #585858;
  color: #585858;
}
.modal .box .boxInside .btnsList .btn:hover {
  opacity: 0.8;
}
.modal .box .boxInside .btnsList .formBtn {
  margin: 0;
  display: block;
}
.modal .box .boxInside .btnsList .formBtn .btn {
  background-color: #FEB606;
  color: #fff;
  border: 1px solid #FEB606;
}
@media only screen and (max-width: 787px) {
  .modal .box .boxInside .btnsList {
    padding-top: 20px;
  }
}

/*----------------------------------------------------
    modalProgress
----------------------------------------------------*/
#modalProgress{
  height:100%; 
  width:100%;
}
#modalProgress .progressBox{
  width:380px;
  height:50px;
  position:absolute;
  top:calc(50% - 25px);
  left:calc(50% - 190px);
}
#modalProgress .progressBox .textArea{
  color:#fff;
  margin-bottom:10px;
}
#modalProgress .progressBox .barArea{
  background:#fff;
}
#modalProgress .progressBox .barArea #bar{
  background:#35AFC2;
  height:20px;
}
@media only screen and (max-width: 787px) {
  #modalProgress .progressBox{
    width:80%;
    left:10%;
  }
}


/*----------------------------------------------------
    Pager
----------------------------------------------------*/
.pagerText {
  margin-right: 10px;
}
@media only screen and (max-width: 787px) {
  .pagerText {
    margin: 0 0 16px;
    font-size: 12px;
  }
}

.pager {
  font-size: 0;
}
.pager li {
  display: inline-block;
  font-size: 100%;
  margin-bottom: 5px;
}
.pager li:not(:last-child) {
  margin-right: 5px;
}
.pager li a {
  display: block;
  padding: 8px 12px 6px;
  border: 1px solid #272B31;
  background-color: #fff;
  color: #000;
}
.pager li.active {
  padding: 8px 12px 6px;
  border: 1px solid #272B31;
  background-color: #fff;
  color: #000;
}
.pager li.active, .pager li a:not(.off):hover {
  background-color: #272B31;
  color: #fff;
}
.pager li a.off, .pager li a.active {
  pointer-events: none;
}
.pager li a.off {
  color: #B0B0B0;
}
.pager li.noLink {
  display: none;
}
@media only screen and (min-width: 788px) {
  .pager {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 787px) {
  .pager li {
    font-size: 12px;
  }
  .pager li a {
    font-size: 12px;
    padding: 4px 6px 3px;
  }
}

.pager__prev .fas,
.pager__next .fas {
  display: inline-block;
}

.pager__prev .fas {
  margin-right: 5px;
}

.pager__next .fas {
  margin-left: 5px;
}

/*----------------------------------------------------
    Alert
----------------------------------------------------*/
#mainCont .alert01, #mainCont .alert02, #mainCont .alert03 {
  margin-top: 10px;
  padding: 8px 0;
  border-radius: 5px;
  margin-bottom: 20px;
}
#mainCont .alert01 p, #mainCont .alert02 p, #mainCont .alert03 p {
  margin-left: 32px;
}
#mainCont .alert01 {
  background: url("../../img/admin/common/alert_ico_note.gif") no-repeat scroll 10px 50% #fefdcc;
  border: 1px solid #e2dc58;
}
#mainCont .alert02 {
  background: url("../../img/admin/common/alert_ico_error.gif") no-repeat scroll 10px 50% #f8e1e0;
  border: 1px solid #cc8e8d;
}
#mainCont .alert03 {
  background: url("../../img/admin/common/alert_ico_comp.gif") no-repeat scroll 10px 50% #e3f0d7;
  border: 1px solid #5e884a;
}
#mainCont .alert {
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
  background-color: #ffebeb;
  color: #DE4830;
}

/*----------------------------------------------------
    secInfo
----------------------------------------------------*/
.secInfo__inner {
  padding: 20px;
  background-color: #fff;
}
.secInfo__inner p {
  line-height: 1.5;
}
.secInfo__inner p:not(:last-of-type) {
  margin-bottom: 16px;
}
.secInfo__inner .btnBasic {
  margin-top: 20px;
}
@media only screen and (max-width: 787px) {
  .secInfo__inner {
    padding: 15px 10px;
  }
}

/* -------------------------------
    SEARCHBOX
------------------------------- */
/*----------------------------------------------------
    breadcrumbs
----------------------------------------------------*/
.breadcrumbs {
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px 22px;
}
.breadcrumbs ul {
  font-size: 0;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 14px;
}
.breadcrumbs a {
  color: #000;
}
.breadcrumbs a:after {
  content: "＞";
  display: inline-block;
  padding: 0 1em;
}
@media only screen and (max-width: 787px) {
  .breadcrumbs {
    margin: 0;
    padding: 10px;
  }
  .breadcrumbs li {
    font-size: 12px;
  }
}


/* mce-tinymc
=======================================================*/
@media screen and (max-width:768px){
  #mceu_32,
  #mceu_32-body {
    white-space: normal;
  }
}
