@charset "UTF-8";
/*
  *= require_self
  *= require toastr_rails
*/
/* ----- font ----- */
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
/* ----- reset css ----- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form,
input,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-family: "Noto Sans JP" !important;
  font-weight: 400;
}

ul,
ol,
li {
  list-style: none;
}

select,
option {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

body {
  line-height: 1;
  font-size: 12px;
  position: relative;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  html,
  body {
    overflow-y: auto;
  }
}

@media screen and (min-width: 767px) {
  body {
    font-size: 16px;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #3b86ff;
  text-decoration: underline;
  font-weight: 500;
}

input.form-item {
  font-size: 16px;
  width: 100%;
}

.form-item {
  display: block;
  width: calc(100% - 32px);
  padding: 16px;
  border-radius: 8px;
  background: none;
  margin-bottom: 16px;
  color: black;
}
.form-item:last-child {
  margin-bottom: 32px;
}

/* ----- /reset css ----- */
/* ----- common ----- */
@media screen and (min-width: 768px) {
  .overflow-prevention {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.font-size11 {
  font-size: 11px;
}

.font-size16 {
  font-size: 16px;
}

body {
  background-color: #ddd;
}

button.btn,
input.btn,
a.btn {
  width: 280px;
  min-height: 2.9em;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  background-color: #0b58a3;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-out;
}

button.btn:hover,
input.btn:hover,
a.btn:hover {
  opacity: 0.8;
  transition: 0.6s;
}

button.btn.primary-btn,
input.btn.primary-btn,
a.btn.primary-btn {
  background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
}

button.btn.secondary-btn,
input.btn.secondary-btn,
a.btn.secondary-btn {
  background-color: #1278ce;
}

button.btn.quaternary-btn,
input.btn.quaternary-btn,
a.btn.quaternary-btn {
  background-color: #1278ce;
}

button.btn.tertiary-btn,
input.btn.tertiary-btn,
a.btn.tertiary-btn,
label.btn.tertiary-btn {
  background-color: #fff;
  border: 1px solid #1278ce;
  color: #1278ce;
  cursor: pointer;
}

a.btn.delete-btn {
  padding: 8px 14px 8px;
  margin-bottom: 12px;
}

button.btn.grayout,
input.btn.grayout,
a.btn.grayout {
  background-image: none;
  background-color: #ddd;
  pointer-events: none;
}

button.btn.plus-btn,
input.btn.plus-btn,
a.btn.plus-btn {
  position: relative;
}

button.btn .plus-icon,
input.btn .plus-icon,
a.btn .plus-icon {
  position: relative;
  margin-right: 6px;
}

button.btn .plus-icon:before,
input.btn .plus-icon:before,
a.btn .plus-icon:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  display: block;
  border-top: 1px solid #fff;
  right: 4px;
  top: 4px;
}

button.btn .plus-icon:after,
input.btn .plus-icon:after,
a.btn .plus-icon:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  display: block;
  border-right: 1px solid #fff;
  right: 11px;
  top: -3px;
}

.pager-bootstrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
.pager-bootstrap .active {
  pointer-events: none;
}

@media screen and (min-width: 1280px) {
  .display-flex {
    display: flex;
    width: 70%;
  }
  .header-new-main-contents header .display-flex {
    min-width: 564px;
    width: auto;
  }
  .cleaning-header-new-main-contents {
    background-color: #f6f6f6;
  }
}
@media screen and (max-width: 1279px) {
  .display-flex {
    display: flex;
    width: 100%;
  }
}
.black {
  color: black;
  font-size: 12px;
}

.medium {
  font-weight: 500;
}

.privacypolicy {
  color: #3b86ff;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .primary-box-btn {
    width: 300px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #0b58a3;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 29px;
    border-radius: 4px;
  }
  .primary-box-btn-back {
    width: 227px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #adadad;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .primary-box-btn {
    width: 80%;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #0b58a3;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 29px;
    border-radius: 4px;
  }
  .primary-box-btn-back {
    width: 60%;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #adadad;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
}
.not-margin {
  margin-bottom: 0px;
}

.footer-defense {
  display: flex;
  flex-direction: column;
}

.authentication-logo {
  width: 69px;
  height: 69px;
}

.font-weight-400 {
  font-weight: 400;
}

.news_tab_flg_img {
  height: 15px;
  position: relative;
  top: -8px;
  left: 5px;
}

.notice_flg_img {
  height: 15px;
  position: relative;
  top: -40px;
  left: 120px;
}

.newsletter_flg_img {
  height: 15px;
  position: relative;
  top: -5px;
  left: 10px;
}

.hide {
  display: none;
}

.show {
  display: inline;
}

.focus-blue:hover {
  background-color: #acd1ff;
}

@media screen and (min-width: 1920px) {
  body {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
  }
}
/* ----- /common ----- */
/* ----- header ----- */
@media screen and (min-width: 1280px) {
  .header-new-main-contents {
    display: flex;
    flex-direction: column;
    width: calc(100% - 260px);
  }
  .share-header-new-main-contents {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .header-new-main-contents {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .cleaning-header-new-main-contents {
    width: auto;
    background-color: #f6f6f6;
  }
  .share-header-new-main-contents {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .share-center-display {
    justify-content: center;
    display: flex !important;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1279px) {
  .share-center-display {
    flex-direction: column;
  }
}
@media screen and (min-width: 1280px) {
  .header-logo {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .header-logo {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f3f3f3;
    background: #fff;
    padding: 20px 2.5%;
    height: 70px;
  }
}
@media screen and (max-width: 1279px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f3f3f3;
    background: #fff;
    padding: 0px 110px 0px 0px;
    height: 70px;
  }
}
header .concierge-logo {
  padding: 24px 0;
  width: 73px;
}

.header-img {
  padding: 12px;
  width: 69px;
  height: 69px;
}

header .header-nav-list {
  display: flex;
}

header .other-nav-list {
  display: none;
  position: absolute;
  right: 28px;
  top: 71px;
  background-color: #fff;
  border: 1px solid #f3f3f3;
}

header .other-nav-list.other-nav-list-toggle {
  display: block;
}

header .other-nav-list .other-nav-item {
  border-bottom: 1px solid #f3f3f3;
}

header .other-nav-list .other-nav-item a {
  padding: 16px;
  display: block;
  text-decoration: none;
  font-size: 13px;
}

/* ----- /header ----- */
/* ----- footer ----- */
.footer {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  .footer {
    background-color: #FFFFFF;
  }
}

.all-wrapper {
  min-height: calc(100vh - 70px);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .all-wrapper .footer {
    padding-right: 260px;
  }
}

.all-wrapper-no-menu {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .all-wrapper-sp {
    min-height: calc(100vh - 70px);
    display: flex;
    flex-direction: column;
  }
  .all-wrapper-sp-no-menu {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .contents-wrapper-sp {
    flex: 1;
  }
}
.contents-wrapper {
  flex: 1;
}

/* ----- /footer ----- */
/* ----- newheader ----- */
@media screen and (min-width: 1280px) {
  header .header-nav-list {
    display: block;
    /* または display: inline-block; など、必要なスタイルを追加 */
    max-width: 100%;
  }
  header .header-nav-list-inner {
    width: calc(100% - 564px);
    display: flex;
    justify-content: flex-end;
  }
  header .header-nav-list-inner .mail-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  header .header-nav-list-inner .news-header-dropbtn,
  header .header-nav-list-inner .news-header-dropdown {
    width: 100%;
  }
  header .display-flex .main-contents-header {
    padding: 0;
  }
}
@media screen and (max-width: 1279px) {
  header .header-nav-list {
    display: none;
  }
}
.news-header {
  display: flex;
  /* 要素を横並びに配置 */
  align-items: center;
  /* 縦方向の中央揃え */
}

.news-title {
  margin-right: auto;
  /* ニュースタイトルを左寄せ */
  font-size: 20px;
}

.news-header-dropbtn {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  color: #262626;
  padding: 11px 0px 13px 0px;
  font-size: 14px;
  border: none;
  margin-left: auto;
  /* ドロップダウンメニューを右寄せ */
  justify-content: center;
  text-align: center;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 4px 4px 0px 0px;
  opacity: 1;
}

.news-header-dropbtn .arrow_img {
  width: 24px;
}

.Other .arrow_img {
  width: 20px;
  margin-left: 10px;
  /* テキストと画像の間にスペースを追加 */
}

#otherContent {
  display: none;
}

#benefitsContent {
  display: none;
}

#contactContent {
  display: none;
}

#companyContent {
  display: none;
}

#mypageContent {
  display: none;
}

.news-header-dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.news-header-dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  z-index: 1;
  width: 100%;
}

.news-header-dropdown-content a {
  font-weight: 400;
  color: #262626;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
}

.news-header-dropdown-content input {
  cursor: pointer;
  color: #262626;
  padding: 12px 16px 12px 15px;
  text-decoration: none;
  display: block;
  letter-spacing: 0px;
  opacity: 1;
}

.news-header-box {
  cursor: pointer;
  color: black;
  font-size: 14px;
}

.news-header-box:hover {
  background-color: #d2eefd;
}

.news-header-dropbtn:hover {
  cursor: pointer;
  background-color: #d2eefd;
}

/* ----- /newheader ----- */
/* ----- container ----- */
.container {
  margin: 0 auto;
  height: 100%;
  background-color: #fff;
  min-height: 100vh;
  width: 100%;
}

.share-container {
  min-height: calc(100vh - 70px);
}

.container .container-body {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .container .container-body {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .container .container-body-block {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .container .container-body-block {
    display: block;
  }
}
.container .container-body .sidemenu {
  max-width: 260px;
  flex: 1;
  background-color: #0b58a3;
  min-width: 260px;
  z-index: 100;
  min-height: 100vh;
}

.container .container-body .sidemenu .sidemenu-item .sidemenu-item-inner {
  padding: 15px 0px 17px 52px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  white-space: unset;
  font-size: 14px;
  color: #e3f1f1;
  text-decoration: none;
  background-color: #0a457e;
}

.container .container-body .sidemenu .sidemenu-item input[type=submit] {
  padding: 16px 0px 17px 52px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  white-space: unset;
  font-size: 14px;
}

.container .container-body .sidemenu .sidemenu-item .logout-button {
  padding: 15px 0px 17px 52px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  white-space: unset;
  font-size: 14px;
}

.container .container-body .sidemenu .sidemenu-item span {
  color: #1278ce;
  font-weight: 600;
}

.container .container-body .sidemenu .sidemenu-item a {
  color: #e3f1f1;
  text-decoration: none;
}

.container .container-body .sidemenu .sidemenu-item input {
  color: #e3f1f1;
  text-decoration: none;
  background-color: #0a457e;
}

.container .container-body .sidemenu .sidemenu-padding {
  padding-top: 5px;
}

.container .container-body .sidemenu .sidemenu-concierge-logo {
  padding-left: 17px;
}

.container .container-body .sidemenu .sidemenu-logo {
  cursor: pointer;
  width: 69px;
  height: 69px;
}

.container .container-body .sidemenu .sidemenu-link-item-inner#news_letter {
  cursor: pointer;
}

.container .container-body .common-sidemenu {
  max-width: 320px;
  flex: 1;
  background-color: #0b58a3;
  min-width: 320px;
  z-index: 100;
  min-height: 100vh;
  top: 0px;
}

.container .container-body .common-sidemenu .sidemenu-item .sidemenu-item-inner {
  padding: 24px 40px;
  display: block;
}

.container .container-body .common-sidemenu .sidemenu-item .logout-button {
  padding: 15px 0px 17px 52px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  white-space: unset;
  font-size: 14px;
}

.container .container-body .common-sidemenu .sidemenu-item input[type=submit] {
  padding: 15px 0px 17px 52px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  white-space: unset;
  font-size: 14px;
}

.container .container-body .common-sidemenu .sidemenu-item span {
  color: #1278ce;
  font-weight: 600;
}

.container .container-body .common-sidemenu .sidemenu-item a {
  color: #e3f1f1;
  text-decoration: none;
}

.container .container-body .common-sidemenu .sidemenu-item input {
  color: #e3f1f1;
  text-decoration: none;
  background-color: #0a457e;
}

.container .container-body .common-sidemenu .sidemenu-padding {
  padding-top: 5px;
}

.container .container-body .common-sidemenu .sidemenu-concierge-logo {
  padding-bottom: 5px;
  padding-left: 17px;
}

.container .container-body .common-sidemenu .sidemenu-logo {
  width: 69px;
  height: 69px;
}

.container .container-body .common-sidemenu .sidemenu-link-item-inner#news_letter {
  cursor: pointer;
}

.sidemenu-ul {
  overflow-y: auto;
  height: 100%;
  position: relative;
}
.sidemenu-ul ul {
  position: relative;
}

/* ----- .hamburger-menu ----- */
.hamburger-menu {
  width: 67px;
  height: 67px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
}

.hamburger-menu img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1280px) {
  .hamburger-contents-header {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .hamburger-contents-header {
    display: block;
  }
}
/* ----- .overlay ----- */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(141, 175, 238, 0.5411764706);
  /* 半透明の青色 */
  z-index: 11;
  /* 背景を最前面に表示 */
}

/* ----- sidemenu ----- */
@media screen and (min-width: 1280px) {
  .sidemenu {
    /* 既存の mail-address-contents 見せたい部分の定義はそのまま残す */
  }
  .sidemenu .mail-address-contents {
    display: block !important;
    background: transparent !important;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
    /* メールアドレスだけ非表示 */
  }
  .sidemenu .mail-address-contents > .Other {
    display: none !important;
  }
  .sidemenu .mail-address-contents > .sidemenu-item {
    background: none !important;
  }
  .sidemenu .mail-address-contents > .sidemenu-item .sidemenu-item-inner {
    padding-left: 0 !important;
    background: none !important;
    background-image: none !important;
  }
  .sidemenu .mail-address-contents .sidemenu-padding {
    background: none !important;
  }
  .sidemenu .mail-address-contents a.sidemenu-link-item-inner {
    background: transparent !important;
    background-image: none !important;
    padding-left: 0 !important;
    font-weight: normal !important;
  }
}
@media screen and (max-width: 1279px) {
  .sidemenu {
    display: none;
  }
}
.sidemenu-item {
  height: 53px;
}

.common-sidemenu {
  display: none;
}

.close-menu {
  display: none;
  position: relative;
  padding-left: 270px;
  margin-top: 13px;
  margin-bottom: 13px;
}

.close-menu img {
  width: 48px;
  /* 画像の幅を適切に設定 */
  height: 48px;
  /* 画像の高さを適切に設定 */
}

.mail-address-contents {
  display: none;
  /* 初期状態では非表示 */
}

.sidemenu {
  position: relative;
}
.sidemenu .mail-address-contents {
  display: block !important;
}
.sidemenu .mail-address-contents a.sidemenu-link-item-inner {
  font-weight: normal !important;
}
.sidemenu .sidemenu-select-label.selected::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  /* 白い部分の幅 */
  height: 53px;
  background-color: white;
  z-index: 1;
}
.sidemenu .sidemenu-select-label.properties-icon-inner::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 16px 0px 0px 23px;
  background-image: url(../images/ic_side_building.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  pointer-events: none;
}
.sidemenu .sidemenu-select-label.monthly-balance-icon-inner::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 16px 0px 0px 24px;
  background-image: url(../images/ic_side_monthly.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  pointer-events: none;
}
.sidemenu .sidemenu-select-label.annual-balance-icon-inner::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 15px 0px 0px 24px;
  background-image: url(../images/ic_side_annual.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  pointer-events: none;
}
.sidemenu .sidemenu-select-label.news-icon-inner::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 15px 0px 0px 25px;
  background-image: url(../images/ic_side_info.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  pointer-events: none;
}
.sidemenu .other-icon-inner::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 14px 0px 0px 26px;
  background-image: url(../images/ic_side_others.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  pointer-events: none;
}
.sidemenu .company-icon-inner::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 14px 0px 0px 26px;
  background-image: url(../images/ic_side_shinoken.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  pointer-events: none;
}
.sidemenu .mypage-icon-inner::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 14px 0px 0px 26px;
  background-image: url(../images/ic_side_shinoken.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  pointer-events: none;
}
.sidemenu .benefits-icon-inner::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 14px 0px 0px 26px;
  background-image: url(../images/ic_side_benefits.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  pointer-events: none;
}
.sidemenu .contact-icon-inner::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 14px 0px 0px 26px;
  background-image: url(../images/ic_side_help.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  pointer-events: none;
}
.sidemenu .sidemenu-logout-item-inner {
  width: 100%;
  text-align: left;
  padding: 24px 50px;
  display: block;
  font-size: 14px;
}
.sidemenu .sidemenu-link-item-inner {
  padding: 18px 0px 17px 52px;
  display: block;
  font-size: 14px;
  color: #e3f1f1;
  text-decoration: none;
  background-color: #0a457e;
}
.sidemenu .sidemenu-link-item-inner:hover {
  background-color: #3078bf;
}
.sidemenu .sidemenu-other-item-inner {
  padding: 15px 0px 17px 52px;
  display: block;
  font-size: 14px;
  color: #e3f1f1;
  text-decoration: none;
  background-color: #0a457e;
  width: 100%;
  -moz-text-align-last: left;
       text-align-last: left;
}
.sidemenu .sidemenu-other-item-inner:hover {
  cursor: pointer;
  background-color: #3078bf;
}
.sidemenu .Other {
  cursor: pointer;
  padding: 15px 10px 17px 52px;
  font-size: 14px;
  color: #e3f1f1;
  text-decoration: none;
  background-color: #0a457e;
  word-break: break-all;
  display: flex;
  align-items: center;
}

.common-sidemenu .sidemenu-select-label.selected::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  /* 白い部分の幅 */
  height: 53px;
  background-color: white;
  z-index: 1;
}
.common-sidemenu .sidemenu-logout-item-inner {
  width: 100%;
  text-align: left;
  padding: 24px 50px;
  display: block;
  font-size: 14px;
}
.common-sidemenu .sidemenu-link-item-inner {
  padding: 15px 0px 17px 52px;
  display: block;
  font-size: 14px;
  color: #e3f1f1;
  text-decoration: none;
  background-color: #0a457e;
}
.common-sidemenu .sidemenu-link-item-inner:hover {
  background-color: #3078bf;
}
.common-sidemenu .sidemenu-other-item-inner {
  padding: 15px 0px 17px 52px;
  display: block;
  font-size: 14px;
  color: #e3f1f1;
  text-decoration: none;
  background-color: #0a457e;
  width: 100%;
  -moz-text-align-last: left;
       text-align-last: left;
}
.common-sidemenu .sidemenu-other-item-inner:hover {
  background-color: #3078bf;
}
.common-sidemenu .Other {
  padding: 15px 30px 17px 52px;
  display: block;
  font-size: 14px;
  color: #e3f1f1;
  text-decoration: none;
  background-color: #0a457e;
  word-break: break-all;
}

.container .container-body .common-sidemenu .sidemenu-item .selected input {
  background-color: #3078bf;
}

.container .container-body .common-sidemenu .sidemenu-item .selected {
  background-color: #3078bf;
}

.container .container-body .common-sidemenu .selected {
  background-color: #3078bf;
}

.container .container-body .common-sidemenu .sidemenu-item .selected input {
  background-color: #3078bf;
}

.container .container-body .common-sidemenu .sidemenu-item input:hover {
  background-color: #3078bf;
}

.container .container-body .sidemenu .sidemenu-item .selected input {
  background-color: #3078bf;
}

.container .container-body .sidemenu .sidemenu-item .selected {
  background-color: #3078bf;
}

.container .container-body .sidemenu .selected {
  background-color: #3078bf;
}

.container .container-body .sidemenu .sidemenu-item .selected input {
  background-color: #3078bf;
}

.container .container-body .sidemenu .sidemenu-item input:hover {
  cursor: pointer;
  background-color: #3078bf;
}

/* ----- /sidemenu ----- */
.container .container-body .main-contents {
  padding: 24px 72px;
  position: relative;
  background-color: #fff;
}

.container .container-body .main-contents .upload-list .upload-list-item {
  padding: 30px 30px 10px 30px;
  border: 1px solid #d8d8d8;
  margin-bottom: 24px;
  min-width: 600px;
}

.container .container-body .main-contents .upload-list .upload-list-item:last-child {
  margin-bottom: 0;
}

.container .container-body .main-contents .upload-list .upload-list-item .upload-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 8px;
  border-bottom: 1px solid #d8d8d8;
}

.container .container-body .main-contents .upload-list .upload-list-item .upload-list-header .upload-list-title {
  font-size: 20px;
}

.container .container-body .main-contents .upload-list .upload-list-item .upload-list-header .upload-list-subcontent {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.container .container-body .main-contents .upload-list .upload-list-item .upload-list-header .upload-list-subcontent .primary-btn {
  width: 158px;
  margin-left: 16px;
  font-size: 14px;
}

.container .container-body .main-contents .upload-list .upload-list-item .upload-list-body .upload-list-body-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}

.container .container-body .main-contents .upload-list .upload-list-item .upload-list-body .upload-list-body-item:hover {
  background-color: #f3f3f3;
}

.container .container-body .main-contents .upload-list .upload-list-item .upload-list-body .upload-list-body-item .error-text {
  color: #e41f1f;
}

.container .container-body .main-contents .upload-list .upload-list-item .upload-list-body .upload-list-body-item .tertiary-btn {
  width: 60px;
  font-size: 12px;
  padding: 8px 10px;
}

.container .container-body .main-contents .upload-list .upload-list-item .upload-list-bottom {
  font-size: 12px;
  margin-top: 8px;
}

.container .container-body .main-contents .upload-list .upload-list-item .upload-list-bottom .upload-list-bottom-item {
  margin-bottom: 8px;
}

.container .container-body .main-contents .upload-list .upload-list-item .upload-list-bottom .upload-list-bottom-item:last-child {
  margin: 0;
}

.container .container-body .main-contents .upload-list.annual-account .upload-list-item .upload-list-header .upload-list-title {
  padding-left: 40px;
  background-position: 0 8px;
  background-size: 24px;
  background-repeat: no-repeat;
  height: 48px;
  line-height: 2.4;
}

.container .container-body .main-contents .upload-list .upload-list-item .upload-list-header .upload-list-title {
  padding-left: 40px;
  background-position: 0 8px;
  background-size: 24px;
  background-repeat: no-repeat;
  height: 48px;
  line-height: 2.4;
}

.container .container-body .main-contents .upload-list.annual-account .upload-list-item .upload-list-header .upload-list-subcontent .primary-btn {
  width: 220px;
  margin-left: 16px;
  font-size: 14px;
}

_::-webkit-full-page-media,
_:future,
:root .main-contents-header h1 {
  font-weight: 300;
}

.main-contents-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px 4%;
}
.main-contents-header h1 {
  font-size: 24px;
  font-weight: 100;
}
.main-contents-header .bread-crumb {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.3;
}
.main-contents-header .bread-crumb .bread-crumb-list {
  margin-right: 35px;
  position: relative;
  font-size: clamp(14px, 2.5vw, 18px);
}
.main-contents-header .bread-crumb .bread-crumb-list .user-id-button {
  cursor: pointer;
  line-height: inherit;
  color: #3b86ff;
  text-decoration: underline;
  font-size: clamp(12px, 2.5vw, 18px);
}
.main-contents-header .bread-crumb .bread-crumb-list:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 6px;
  width: clamp(6px, 1.5vw, 12px);
  height: clamp(6px, 1.5vw, 12px);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}
.main-contents-header .bread-crumb .bread-crumb-list:last-child:after {
  display: none;
}
.main-contents-header .primary-btn {
  width: 200px;
}
.main-contents-header .secondary-btn {
  width: 104px;
}
.main-contents-header .quaternary-btn {
  width: 104px;
}
.main-contents-header .font-size24 {
  font-size: 24px;
}

.terms-css {
  color: #3b86ff;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}

.search-area {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}
.search-area .search-area-item {
  border: 1px solid #1278ce;
  border-radius: 4px;
  padding: 12px 10px;
  margin-right: 8px;
  width: 212px;
}
.search-area .search-area-item.btn {
  width: 72px;
  padding: 9px 10px;
}
.search-area .search-area-item.calender-form {
  background: url("/images/icon-calendar.svg") no-repeat right 65%;
}
.search-area .search-area-item:last-child {
  margin-right: 0;
}
.search-area .search-area-item::-moz-placeholder {
  color: #999;
}
.search-area .search-area-item::placeholder {
  color: #999;
}
.search-area .search-area-item:disabled {
  color: #999;
  opacity: 1;
  border-color: #1278ce;
}
.search-area .authority-select {
  font-size: 14px;
  position: relative;
  margin-right: 8px;
}
.search-area .authority-select select {
  width: 210px;
  border: 1px solid #1278ce;
  border-radius: 4px;
  height: 40px;
  padding: 0 30px 0 10px;
  cursor: pointer;
}
.search-area .authority-select select.active {
  color: black;
  /* option選択時の文字色 */
}
.search-area .authority-select select.none {
  color: #999;
  /* option選択時の文字色 */
}
.search-area .authority-select:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #999999 transparent transparent transparent;
  width: 0;
  height: 0;
  top: 50%;
  left: 90%;
}

.news-search-area {
  display: flex;
  align-items: center;
}
.news-search-area .search-area-item {
  border: 1px solid #1278ce;
  border-radius: 4px;
  padding: 12px 10px;
  margin-right: 8px;
  width: 212px;
}
.news-search-area .search-area-item.btn {
  width: 72px;
  padding: 9px 10px;
}
.news-search-area .search-area-item.calender-form {
  background: url("/images/icon-calendar.svg") no-repeat right 65%;
}
.news-search-area .search-area-item:last-child {
  margin-right: 0;
}
.news-search-area .search-area-item::-moz-placeholder {
  color: #999;
}
.news-search-area .search-area-item::placeholder {
  color: #999;
}
.news-search-area .search-area-item:disabled {
  color: #999;
  opacity: 1;
  border-color: #1278ce;
}
.news-search-area .authority-select {
  font-size: 16px;
  position: relative;
}
.news-search-area .authority-select select {
  width: 222px;
  border: 1px solid #5f5f5f;
  border-radius: 4px;
  height: 22px;
  padding: 7px 13px 8px 13px;
  cursor: pointer;
  color: #505050;
}
.news-search-area .authority-select select.active {
  color: black;
  /* option選択時の文字色 */
}
.news-search-area .authority-select select.none {
  color: #999;
  /* option選択時の文字色 */
}
.news-search-area .authority-select:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #505050 transparent transparent transparent;
  top: 40%;
  left: 90%;
}

.l-contents-list.has-two-btns .list-header {
  width: calc(100% - 160px);
  min-width: 700px;
}
.l-contents-list.has-two-btns .list-body .list-body-item .list-body-detail {
  width: calc(100% - 160px);
  min-width: 700px;
}
.l-contents-list.no-btns .list-header {
  width: 100%;
}
.l-contents-list.no-btns .list-body .list-body-item .list-body-detail {
  width: 100%;
}
.l-contents-list .list-header {
  display: flex;
  width: calc(100% - 102px);
  background-color: skyblue;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 15px;
}
.l-contents-list .list-header .list-header-item {
  padding: 14px 4px;
  width: 128px;
  font-size: 12px;
  color: #666;
  flex-grow: 1;
  flex-basis: auto;
}
.l-contents-list .list-header .list-header-item:first-child {
  width: 80px;
}
.l-contents-list .list-header .list-header-address-item {
  padding: 14px 0;
  width: 300px;
  font-size: 12px;
  color: #666;
}
.l-contents-list .list-header .list-header-item:last-child {
  margin-left: 50px;
  width: 192px;
}
.l-contents-list .list-body .list-body-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
}
.l-contents-list .list-body .list-body-item .list-body-detail {
  display: flex;
  width: calc(100% - 102px);
}
.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item {
  padding: 30px 0px;
  margin: auto 0;
  width: 128px;
  white-space: normal;
  font-size: 14px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* IE11用 */
  flex-basis: auto;
  flex-grow: 1;
}
.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item .user-id-button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #1278ce;
  text-decoration: none;
}
.l-contents-list .list-body .list-body-item .list-body-detail .memo {
  padding: 30px 4px;
  margin: auto 0;
  width: 128px;
  white-space: normal;
  font-size: 14px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* IE11用 */
  flex-basis: auto;
  flex-grow: 1;
  text-align: left;
  white-space: pre-wrap;
}
.l-contents-list .list-body .list-body-item .list-body-address-item {
  padding: 30px 4px;
  margin: auto 0;
  width: 300px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  font-size: 14px;
}
.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:first-child {
  width: 80px;
}
.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:first-child a {
  padding: 8px 22px 8px 0;
}
.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:last-child {
  margin-left: 50px;
  width: 192px;
}
.l-contents-list .list-body .list-body-item .list-btns {
  display: flex;
  align-items: center;
}
.l-contents-list .list-body .list-body-item .list-btns .btn {
  padding: 8px 18px;
  font-size: 12px;
  width: auto;
  min-width: 24px;
}
.l-contents-list .list-body .list-body-item .list-btns .btn:last-child {
  margin-left: 16px;
}
.l-contents-list .pager {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
.l-contents-list .pager .pager-item {
  width: 40px;
  height: 40px;
  margin-left: -1px;
  display: block;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 2.6;
  text-decoration: none;
  box-sizing: border-box;
}
.l-contents-list .pager .pager-item.current {
  background-color: #1278ce;
  border: 1px solid #1278ce;
  color: #fff;
}
.l-contents-list .pager .prev {
  position: relative;
}
.l-contents-list .pager .prev .icon-prev:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(225deg);
}
.l-contents-list .pager .next {
  position: relative;
}
.l-contents-list .pager .next .icon-next:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 12px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}
.l-contents-list .pager a.prev,
.l-contents-list .pager a.next {
  cursor: pointer;
}
.l-contents-list .pager span.prev,
.l-contents-list .pager span.next {
  background-color: #fbfbfb;
}
.l-contents-list .pager span.prev .icon-prev,
.l-contents-list .pager span.prev .icon-next,
.l-contents-list .pager span.next .icon-prev,
.l-contents-list .pager span.next .icon-next {
  opacity: 0.3;
}

/** TODO: 階層整理 */
.item-detail {
  border-top: 1px solid #ddd;
}
.item-detail .item-detail-inner {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #ddd;
}
.item-detail .item-detail-inner dt {
  width: 155px;
  margin: auto 24px auto 0;
  color: #999;
}
.item-detail .item-detail-inner dd {
  width: 100%;
  word-break: break-word;
}
.item-detail .item-detail-inner dd .target-users {
  margin-top: 8px;
}
.item-detail .item-detail-inner dd .target-users:first-child {
  margin-top: 0px;
}
.item-detail .item-detail-inner dd.with-btn {
  display: flex;
}
.item-detail .item-detail-inner dd.with-btn span {
  margin-top: auto;
  margin-bottom: auto;
  min-width: 130px;
}
.item-detail .item-detail-inner dd.with-btn button {
  margin-left: 16px;
  padding: 8px 18px;
  font-size: 12px;
  width: auto;
}
.item-detail .contents-details {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #ddd;
}
.item-detail .contents-details dt {
  width: 155px;
  margin: auto 24px auto 0;
  color: #999;
}
.item-detail .contents-details dd {
  width: 100%;
  word-break: break-word;
  white-space: pre-wrap;
}

.item-detail-edit .item-detail-edit-inner {
  display: flex;
  align-items: center;
  padding: 24px 0;
  font-size: 14px;
}
.item-detail-edit .item-detail-edit-inner .validate-error {
  margin-top: 10px;
}
.item-detail-edit .item-detail-edit-inner.password {
  padding: 24px 0px 18px 0px;
}
.item-detail-edit .item-detail-edit-inner.change-password {
  padding: 0px 0px 0px 0px;
}
.item-detail-edit .item-detail-edit-inner.change-password dt {
  margin-left: -10px;
  cursor: pointer;
}
.item-detail-edit .item-detail-edit-inner dt {
  width: 144px;
  margin-right: 24px;
}
.item-detail-edit .item-detail-edit-inner dd textarea {
  font-size: 100%;
  resize: none;
  width: 500px;
  height: 300px;
}
.item-detail-edit .item-detail-edit-inner dd .password-edit {
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #1278ce;
  text-decoration: none;
}
.item-detail-edit .item-detail-edit-inner dd .validate-error {
  color: red;
  font-size: 12px;
}
.item-detail-edit .item-detail-edit-inner dd .item-detail-edit-inner-item {
  border: 1px solid #e6e6e6;
  padding: 12px;
  height: 40px;
  width: 258px;
}
.item-detail-edit .item-detail-edit-inner dd .item-detail-edit-inner-item.mail-address {
  width: 487px;
}
.item-detail-edit .item-detail-edit-inner dd .item-detail-edit-inner-item.password-item {
  font-size: 7px;
  letter-spacing: 5px;
}
.item-detail-edit .item-detail-edit-inner dd .item-detail-edit-inner-item.unable-input {
  pointer-events: none;
  background-color: #e9e9e9;
  color: #999;
}
.item-detail-edit .item-detail-edit-inner dd .item-detail-edit-inner-item.calender-form {
  background: url("/images/icon-calendar.svg") no-repeat right 65%;
}
.item-detail-edit .item-detail-edit-inner dd .item-detail-edit-inner-item.modal-form {
  width: 258px;
}
.item-detail-edit .item-detail-edit-inner dd .item-detail-edit-inner-item.coupon-text-area {
  width: 600px;
  height: 100px;
}
.item-detail-edit .item-detail-edit-inner dd .item-detail-edit-inner-item.qrcode-memo {
  width: 600px;
  height: 100px;
}
.item-detail-edit .item-detail-edit-inner .authority-select {
  font-size: 14px;
  position: relative;
}
.item-detail-edit .item-detail-edit-inner .authority-select select {
  height: 18px;
  border: 1px solid #e6e6e6;
  width: 216px;
  padding: 8px 30px 12px 10px;
}
.item-detail-edit .item-detail-edit-inner .authority-select:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #999999 transparent transparent transparent;
  width: 0;
  height: 0;
  top: 50%;
  left: 236px;
}
.item-detail-edit .item-detail-edit-inner .password {
  position: relative;
}
.item-detail-edit .item-detail-edit-inner .password .password-notice {
  position: absolute;
  color: #999;
  left: 146px;
  top: 72px;
  font-size: 13px;
}
.item-detail-edit .item-detail-edit-inner a.password-notice {
  color: #1278ce;
}
.item-detail-edit .item-detail-edit-inner .add-user-area {
  display: none;
  margin-top: 12px;
}
.item-detail-edit .item-detail-edit-inner .add-user-area.active {
  display: block;
}
.item-detail-edit .item-detail-edit-inner .add-user-area button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #1278ce;
  text-decoration: none;
  border: 0;
}
.item-detail-edit .item-detail-edit-inner .add-user-area .added-user {
  margin-top: 8px;
}
.item-detail-edit .item-detail-edit-inner .add-user-area .added-user button {
  margin-right: 8px;
}
.item-detail-edit .item-detail-edit-inner .add-user-area .added-user button .delete-icon {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 7px;
  padding: 0;
  width: 1px;
  height: 14px;
  top: 2px;
  background: #999;
  transform: rotate(45deg);
}
.item-detail-edit .item-detail-edit-inner .add-user-area .added-user button .delete-icon:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 14px;
  height: 1px;
  margin-top: -1px;
  background: #999;
}
.item-detail-edit .item-detail-edit-inner .select-prefecture-area {
  display: none;
  margin-top: 12px;
}
.item-detail-edit .item-detail-edit-inner .select-prefecture-area.active {
  display: block;
}
.item-detail-edit .item-detail-edit-inner .select-prefecture-area .prefecture-list-box {
  margin-top: 8px;
}
.item-detail-edit .item-detail-edit-inner .select-prefecture-area .prefecture-list {
  padding-top: 8px;
  padding-bottom: 8px;
}
.item-detail-edit .item-detail-edit-inner .select-prefecture-area .prefecture-item {
  margin: 8px;
}
.item-detail-edit .item-detail-edit-inner .select-prefecture-area .prefecture-item input {
  margin-right: 8px;
}

.bottom-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
}

.bottom-btn-area .secondary-btn {
  width: 104px;
  margin-left: 24px;
}

.bottom-btn-area .quaternary-btn {
  width: 104px;
  margin-left: 24px;
}

.bottom-btn-area .user-id-button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #1278ce;
  text-decoration: none;
}

.link-btn {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #1278ce;
}

@media screen and (min-width: 768px) {
  .pc-tablet-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .pc-tablet-container {
    display: flex;
    flex-direction: column;
    background-color: #d2eefd;
  }
}
@media screen and (min-width: 768px) {
  .pc-tablet-container1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .pc-tablet-container1 {
    display: flex;
    flex-direction: column;
    background-color: #e5fafa;
  }
}
/* ----- /container ----- */
#common_modal.modal .modal-bg {
  z-index: 100;
}
#common_modal.modal .modal-window {
  z-index: 101;
  width: 500px;
}

.loader-window {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 30px 16px 12px;
  display: none;
}
.loader-window img {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 350px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 300;
}

.loader-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
}

#send_mail_modal.modal .modal-bg {
  z-index: 100;
  color: #999999;
}
@media screen and (min-width: 768px) {
  #send_mail_modal.modal .modal-window {
    z-index: 101;
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  #send_mail_modal.modal .modal-window {
    z-index: 101;
    width: 95%;
  }
}
#send_mail_modal.modal .modal-title {
  text-align: center;
  padding: 0 0 26px 0;
  font-size: 21px;
  font-weight: 700;
}
#send_mail_modal.modal .primary-box-btn {
  margin-bottom: 14px;
}
#send_mail_modal.modal .modal-warning-text {
  text-align: center;
  margin: 10 0 0 0;
}
#send_mail_modal.modal .modal-window .mail-modal-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  font-size: 12px;
}
#send_mail_modal.modal .modal-window .mail-modal-btn-area .secondary-btn {
  width: 150px;
  margin-left: 16px;
  padding: 10px 0;
  font-size: 10px;
  background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
}
@media screen and (min-width: 768px) {
  #send_mail_modal.modal .modal-window .mail-modal-btn-area .secondary-btn {
    width: 150px;
    margin-left: 16px;
    padding: 10px 0;
    font-size: 10px;
    background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
  }
  #send_mail_modal.modal .modal-window .mail-modal-btn-area .cancel-btn {
    width: 150px;
    margin-left: 16px;
    padding: 10px 0;
    font-size: 10px;
    background-color: #bababa;
    color: #000000;
  }
  #send_mail_modal.modal .modal-window .mail-modal-btn-area .secondary-box-btn {
    width: 150px;
    margin-left: 16px;
    padding: 8px 0;
    font-size: 13px;
    min-height: 2.9em;
    display: flex;
    justify-content: center;
    border: 1px solid #514f4d;
    background-color: #fff;
    color: #000000;
    cursor: pointer;
  }
  #send_mail_modal.modal .modal-window .mail-modal-btn-area .cancel-box-btn {
    width: 150px;
    padding: 8px 0;
    font-size: 13px;
    background-color: #bababa;
    color: #000000;
    display: flex;
    justify-content: center;
    border: 1px solid #514f4d;
    color: #000000;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  #send_mail_modal.modal .modal-window .mail-modal-btn-area .secondary-btn {
    width: 40%;
    margin-left: 16px;
    padding: 10px 0;
    font-size: 10px;
    background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
  }
  #send_mail_modal.modal .modal-window .mail-modal-btn-area .cancel-btn {
    width: 40%;
    margin-left: 16px;
    padding: 10px 0;
    font-size: 10px;
    background-color: #bababa;
    color: #000000;
  }
  #send_mail_modal.modal .modal-window .mail-modal-btn-area .secondary-box-btn {
    width: 40%;
    margin-left: 16px;
    padding: 8px 0;
    font-size: 13px;
    min-height: 2.9em;
    display: flex;
    justify-content: center;
    border: 1px solid #514f4d;
    background-color: #fff;
    color: #000000;
    cursor: pointer;
  }
  #send_mail_modal.modal .modal-window .mail-modal-btn-area .cancel-box-btn {
    width: 40%;
    padding: 8px 0;
    font-size: 13px;
    background-color: #bababa;
    color: #000000;
    display: flex;
    justify-content: center;
    border: 1px solid #514f4d;
    color: #000000;
    cursor: pointer;
  }
}
#send_mail_modal.modal .modal-window .mail-modal-warning-text {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  padding: 0 0 26px 0;
}

.modal {
  display: none;
}
.modal.active {
  display: block;
}

.modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5019607843);
  z-index: 101;
}

.modal-bg-cleaning {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5019607843);
  z-index: 101;
}

.modal-window {
  display: table;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  width: 320px;
  z-index: 3;
  padding: 66px 0px;
}
@media all and (-ms-high-contrast: none) {
  .modal-window {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
}

.modal-window .modal-title {
  font-size: 22x;
}

.modal-window .modal-warning-text {
  margin: 16px 0 20px;
  font-size: 12px;
  line-height: 1.6;
}

.modal-window .modal-warning-text span {
  font-weight: 600;
}

.modal-window .modal-btn-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #e6e6e6;
  padding-top: 12px;
  font-size: 12px;
}

.modal-window .modal-btn-area .secondary-btn {
  width: 72px;
  margin-left: 16px;
  padding: 10px 0;
  font-size: 12px;
}

.modal-window .modal-btn-area .quaternary-btn {
  width: auto;
  margin-left: 16px;
  padding: 10px 15px;
  font-size: 12px;
}

.modal.select-user-modal .modal-window,
#select_admin_users .modal-window {
  width: 700px;
}
.modal.select-user-modal .modal-window .search-area,
#select_admin_users .modal-window .search-area {
  margin-top: 16px;
  margin-bottom: 16px;
}
.modal.select-user-modal .modal-window .modal-title,
#select_admin_users .modal-window .modal-title {
  font-size: 22px;
}
.modal.select-user-modal .modal-list-box,
#select_admin_users .modal-list-box {
  height: 300px;
  overflow: scroll;
  padding: 0 16px;
}
.modal.select-user-modal .modal-list-box.l-contents-list .list-header .list-header-item,
#select_admin_users .modal-list-box.l-contents-list .list-header .list-header-item {
  text-align: left;
  margin-right: 5px;
}
.modal.select-user-modal .modal-list-box.l-contents-list .list-header .list-header-item:first-child,
#select_admin_users .modal-list-box.l-contents-list .list-header .list-header-item:first-child {
  margin-right: 30px;
}
.modal.select-user-modal .modal-list-box.l-contents-list .list-header .list-header-item:last-child,
#select_admin_users .modal-list-box.l-contents-list .list-header .list-header-item:last-child {
  margin-left: 0;
}
.modal.select-user-modal .modal-list-box.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item,
#select_admin_users .modal-list-box.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item {
  text-align: left;
  margin-right: 5px;
}
.modal.select-user-modal .modal-list-box.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:first-child,
#select_admin_users .modal-list-box.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:first-child {
  margin-right: 30px;
  color: #333;
}
.modal.select-user-modal .modal-list-box.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:last-child,
#select_admin_users .modal-list-box.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:last-child {
  margin-left: 0;
  overflow: visible;
}

.modal-window .modal-title .icon-close {
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
  float: right;
  cursor: pointer;
}

.modal-window .modal-title .icon-close:before {
  content: "";
  display: block;
  background-color: #cbcbcb;
  height: 20px;
  width: 1px;
  transform: translate(9px, 0) rotate(44deg);
}

.modal-window .modal-title .icon-close:after {
  content: "";
  display: block;
  background-color: #cbcbcb;
  height: 20px;
  width: 1px;
  transform: translate(9px, -20px) rotate(-44deg);
}

.batch-history-content {
  height: 400px;
  overflow: scroll;
  padding: 16px 16px;
  border-top: 1px solid #d8d8d8;
}
.batch-history-content.l-contents-list .list-header .list-header-item {
  text-align: left;
  margin-right: 5px;
}
.batch-history-content.l-contents-list .list-header .list-header-item:first-child {
  width: 150px;
}
.batch-history-content.l-contents-list .list-header .list-header-item:nth-child(2) {
  width: 150px;
}
.batch-history-content.l-contents-list .list-header .list-header-item:nth-child(3) {
  width: 80px;
}
.batch-history-content.l-contents-list .list-header .list-header-item:last-child {
  width: 320px;
  margin-left: 30px;
}
.batch-history-content.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item {
  text-align: left;
  margin-right: 5px;
  padding: 20px 0;
  color: #333;
}
.batch-history-content.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item.success-font {
  color: #1278ce;
}
.batch-history-content.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item.error-font {
  color: #d01c1c;
}
.batch-history-content.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:first-child {
  width: 150px;
}
.batch-history-content.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:nth-child(2) {
  width: 150px;
}
.batch-history-content.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:nth-child(3) {
  width: 80px;
}
.batch-history-content.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:last-child {
  width: 320px;
  margin-left: 30px;
}

/* ----- modal ----- */
.l-modal.admin-send-mail-modal {
  display: none;
}
.l-modal.admin-send-mail-modal .l-modal-gb {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.l-modal.admin-send-mail-modal .modal {
  position: absolute;
  width: 50%;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 24px;
  z-index: 3;
}
.l-modal.admin-send-mail-modal .modal .close-btn {
  position: absolute;
  cursor: pointer;
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 24px;
  text-align: center;
  padding-top: 5px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #333;
}
.l-modal.admin-send-mail-modal .modal .close-btn img {
  width: 32px;
  height: 32px;
}
.l-modal.admin-send-mail-modal .modal .modal-text {
  margin-bottom: 20px;
  line-height: 1.6;
  max-height: 240px;
  overflow: auto;
  padding: 16px 32px 16px 16px;
  height: 240px;
  border-bottom: 2px solid #d8d8d8;
  font-size: 24px;
}
.l-modal.admin-send-mail-modal .modal .cancel-link {
  text-align: center;
  margin-top: 24px;
}
.l-modal.admin-send-mail-modal .modal .bottom-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.l-modal.admin-send-mail-modal .modal .bottom-btn-area .secondary-btn {
  width: 104px;
  margin-left: 24px;
}
.l-modal.admin-send-mail-modal .modal .bottom-btn-area .quaternary-btn {
  width: 104px;
  margin-left: 24px;
}

/* ----- /modal ----- */
.admin-passcode-block {
  display: none;
}

/* ----- toast ----- */
#toast-container {
  line-height: initial;
  opacity: 0.9;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0% 5%;
}
#toast-container .toast-close-button {
  top: 0;
}

.toast-message {
  color: #fff !important;
}

/* ----- /toast ----- */
/* ----- login ログイン画面 ----- */
@media screen and (min-width: 1280px) {
  .login-padding {
    padding-top: 83px;
  }
  .admin-login {
    background-color: #d2eefd;
    width: 420px;
    height: 583px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
  }
  .admin-login .concierge-logo {
    margin-bottom: 24px;
  }
  .admin-login .login-logo {
    margin-top: 56px;
    width: 69px;
    height: 69px;
  }
  .admin-login .login-info {
    margin: 0 auto;
    width: 300px;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .admin-login .login-text {
    text-align: center;
    margin: 24px 0 24px 24px;
    font-size: 16px;
    color: #858585;
  }
  .admin-login .login-info .form-item {
    display: inline-block;
  }
  .admin-login .form-item {
    margin: 0 auto;
    width: 300px;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 22px;
  }
  .admin-login .form-item:last-child {
    margin-bottom: 32px;
  }
  .admin-login .text-button {
    margin: 0px 0 29px 0;
    padding: 0;
    font-size: 100%;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #000000;
    text-decoration: underline;
  }
  .admin-login .login-save {
    margin: 24px 0;
  }
  .admin-login .login-save .login-checkbox {
    margin: 0 8px 0 0;
  }
  .admin-login .login-save .login-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .admin-login #sign_in_btn {
    background-color: #437ec4;
    border-radius: 4px;
    color: white;
  }
  .admin-login #new_account_btn {
    margin-top: 20px;
    background-color: #0b58a3;
    border-radius: 4px;
    color: #f3f3f3;
  }
  .admin-login .terms-label {
    text-decoration: underline;
    color: #3b86ff;
  }
  .admin-login .new_account_rules {
    color: #3b86ff;
    margin-top: 10px;
    margin: 20px 0 18px 0px;
    text-align: center;
    font-size: 16px;
  }
  .admin-login .underline {
    text-decoration: underline;
  }
  .admin-login .password-button {
    font-size: 16px;
    font-weight: 500;
  }
  .admin-login .primary-box-btn {
    width: 300px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #fff;
    color: #000000;
    cursor: pointer;
    transition: background 0.2s ease-out;
  }
  .admin-login .RecommendedBrowser {
    margin: 5px auto 0 auto;
    width: 200px;
    text-align: left;
  }
  .admin-login .RecommendedBrowser td {
    padding-top: 3px;
  }
  .admin-login .line-break {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .login-padding {
    padding-top: 83px;
  }
  .admin-login {
    background-color: #d2eefd;
    width: 420px;
    height: 583px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
  }
  .admin-login .concierge-logo {
    margin-bottom: 24px;
  }
  .admin-login .login-logo {
    margin-top: 56px;
    width: 69px;
    height: 69px;
  }
  .admin-login .login-info {
    margin: 0 auto;
    width: 300px;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .admin-login .login-text {
    text-align: center;
    margin: 24px 0 24px 24px;
    font-size: 16px;
    color: #858585;
  }
  .admin-login .login-info .form-item {
    display: inline-block;
  }
  .admin-login .form-item {
    margin: 0 auto;
    width: 300px;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 22px;
  }
  .admin-login .form-item:last-child {
    margin-bottom: 32px;
  }
  .admin-login .text-button {
    margin: 0px 0 29px 0;
    padding: 0;
    font-size: 100%;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #000000;
    text-decoration: underline;
  }
  .admin-login .login-save {
    margin: 24px 0;
  }
  .admin-login .login-save .login-checkbox {
    margin: 0 8px 0 0;
  }
  .admin-login .login-save .login-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .admin-login #sign_in_btn {
    background-color: #437ec4;
    border-radius: 4px;
    color: white;
  }
  .admin-login #new_account_btn {
    margin-top: 20px;
    background-color: #0b58a3;
    border-radius: 4px;
    color: #f3f3f3;
  }
  .admin-login .terms-label {
    text-decoration: underline;
    color: #3b86ff;
  }
  .admin-login .new_account_rules {
    color: #3b86ff;
    margin-top: 10px;
    margin: 20px 0 18px 0px;
    text-align: center;
    font-size: 16px;
  }
  .admin-login .underline {
    text-decoration: underline;
  }
  .admin-login .password-button {
    font-size: 16px;
    font-weight: 500;
  }
  .admin-login .primary-box-btn {
    width: 300px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #fff;
    color: #000000;
    cursor: pointer;
    transition: background 0.2s ease-out;
  }
  .admin-login .RecommendedBrowser {
    margin: 5px auto 0 auto;
    width: 200px;
    text-align: left;
  }
  .admin-login .RecommendedBrowser td {
    padding-top: 3px;
  }
  .admin-login .line-break {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .admin-login {
    background-color: #d2eefd;
    width: 100vw;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
  }
  .admin-login .concierge-logo {
    margin-bottom: 24px;
  }
  .admin-login .login-logo {
    margin-top: 56px;
    width: 69px;
    height: 69px;
  }
  .admin-login .login-info {
    margin: 0 auto;
    width: 80%;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .admin-login .login-text {
    text-align: center;
    margin: 24px 0 24px 24px;
    font-size: 16px;
    color: #858585;
  }
  .admin-login .login-info .form-item {
    display: inline-block;
  }
  .admin-login .form-item {
    margin: 0 auto;
    width: 80%;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 22px;
  }
  .admin-login .form-item:last-child {
    margin-bottom: 32px;
  }
  .admin-login .text-button {
    margin: 0px 0 29px 0;
    padding: 0;
    font-size: 100%;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #000000;
    text-decoration: underline;
  }
  .admin-login #nc {
    margin-top: 1%;
    background: #333333;
    color: #f3f3f3;
  }
  .admin-login #sign_in_btn {
    background-color: #437ec4;
    border-radius: 4px;
    color: white;
  }
  .admin-login #new_account_btn {
    margin-top: 20px;
    background-color: #0b58a3;
    border-radius: 4px;
    color: #f3f3f3;
  }
  .admin-login .terms-label {
    text-decoration: underline;
  }
  .admin-login .new_account_rules {
    margin-top: 10px;
    margin: 20px 0 18px 0px;
    text-align: center;
    font-size: 16px;
  }
  .admin-login .underline {
    text-decoration: underline;
    white-space: nowrap;
  }
  .admin-login .password-button {
    font-size: 16px;
    font-weight: 500;
  }
  .admin-login .primary-box-btn {
    width: 80%;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #fff;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease-out;
  }
  .admin-login .RecommendedBrowser {
    margin: 5px auto 0 auto;
    width: 200px;
    text-align: left;
  }
  .admin-login .RecommendedBrowser td {
    padding-top: 3px;
  }
  .admin-login .line-break {
    padding-bottom: 10px;
  }
}
/* ----- /login ----- */
/* ----- new_account アカウント登録画面 ----- */
@media screen and (min-width: 768px) {
  .padding-top7px {
    padding-top: 7px;
  }
  .new_account-padding {
    padding-top: 83px;
  }
  .center-display {
    display: flex;
    justify-content: center;
  }
  .new-account-padding {
    padding-left: 59px;
    display: flex;
    justify-content: left;
  }
  .admin-new_account {
    background-color: #e5fafa;
    width: 420px;
    height: 583px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
  }
  .admin-new_account .concierge-logo {
    margin-bottom: 16px;
  }
  .admin-new_account .new_account-logo {
    margin-top: 33px;
    width: 69px;
    height: 69px;
  }
  .admin-new_account .new_account-title {
    margin: 0 auto;
    width: 300px;
    text-align: center;
    padding: 0px 0px 30px 0px;
    font-size: 16px;
    font-weight: 700;
  }
  .admin-new_account .new_account-text {
    text-align: center;
    margin: 24px 0 24px 24px;
    font-size: 16px;
    color: #858585;
  }
  .admin-new_account .new_account_comment {
    padding-bottom: 10px;
  }
  .admin-new_account .new_account-info {
    margin: 0 auto;
    width: 300px;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .admin-new_account .form-item {
    display: inline-block;
  }
  .admin-new_account #authentication_code {
    background-color: #0b58a3;
    border-radius: 4px;
    color: white;
  }
  .admin-new_account #new_account_cancel {
    margin-top: 30px;
    background-color: #adadad;
    border-radius: 4px;
    color: white;
  }
  .admin-new_account .form-item {
    margin: 0 auto;
    width: 300px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 16px;
  }
  .admin-new_account .form-item:last-child {
    margin-bottom: 32px;
  }
  .admin-new_account .text-button {
    margin: 0px 0 29px 0;
    padding: 0;
    font-size: 100%;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #000000;
    text-decoration: underline;
  }
  .admin-new_account .new_account-save {
    margin: 24px 0;
  }
  .admin-new_account .new_account-save .new_account-checkbox {
    margin: 0 8px 0 0;
  }
  .admin-new_account .new_account-save .new_account-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .admin-new_account .terms-label {
    text-decoration: underline;
    color: #3b86ff;
  }
  .admin-new_account .new_account_rules {
    color: #3b86ff;
    font-size: 16px;
  }
  .admin-new_account .underline {
    text-decoration: underline;
  }
  .admin-new_account .password-button {
    font-size: 16px;
  }
  .admin-new_account .primary-box-btn {
    width: 300px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #fff;
    color: #000000;
    cursor: pointer;
    transition: background 0.2s ease-out;
  }
  .admin-new_account .primary-box-btn-back {
    width: 227px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #fff;
    color: #000000;
    cursor: pointer;
    transition: background 0.2s ease-out;
  }
  .admin-new_account .RecommendedBrowser {
    margin: 5px auto 0 auto;
    width: 200px;
    text-align: left;
  }
  .admin-new_account .RecommendedBrowser td {
    padding-top: 3px;
  }
  .admin-new_account .line-break {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .padding-top7px {
    padding-top: 7px;
  }
  .center-display {
    display: flex;
    justify-content: center;
  }
  .admin-new_account {
    background-color: #e5fafa;
    width: 100%;
    min-height: 583px;
    margin: 0 auto;
    text-align: center;
  }
  .admin-new_account .concierge-logo {
    margin-bottom: 16px;
  }
  .admin-new_account .new_account-logo {
    margin-top: 33px;
    width: 69px;
    height: 69px;
  }
  .admin-new_account .new_account-title {
    margin: 0 auto;
    width: 112px;
    text-align: center;
    padding: 0px 0px 30px 0px;
    font-size: 16px;
    font-weight: 700;
  }
  .admin-new_account .new_account-text {
    text-align: center;
    margin: 24px 0 24px 24px;
    font-size: 16px;
    color: #858585;
  }
  .admin-new_account .new_account_comment {
    padding-bottom: 10px;
  }
  .admin-new_account .new_account_comment .new-account-padding {
    position: relative;
    left: -101px;
  }
  .admin-new_account .new_account-info {
    margin: 0 auto;
    width: 300px;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .admin-new_account .form-item {
    display: inline-block;
  }
  .admin-new_account #authentication_code {
    background-color: #0b58a3;
    border-radius: 4px;
    color: white;
  }
  .admin-new_account #new_account_cancel {
    margin-top: 30px;
    background-color: #adadad;
    border-radius: 4px;
    color: white;
  }
  .admin-new_account .form-item {
    margin: 0 auto;
    width: 80%;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 16px;
  }
  .admin-new_account .form-item:last-child {
    margin-bottom: 32px;
  }
  .admin-new_account .text-button {
    margin: 0px 0 29px 0;
    padding: 0;
    font-size: 100%;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #000000;
    text-decoration: underline;
  }
  .admin-new_account .new_account-save {
    margin: 24px 0;
  }
  .admin-new_account .new_account-save .new_account-checkbox {
    margin: 0 8px 0 0;
  }
  .admin-new_account .new_account-save .new_account-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .admin-new_account .terms-label {
    text-decoration: underline;
    color: #3b86ff;
  }
  .admin-new_account .underline {
    text-decoration: underline;
  }
  .admin-new_account .password-button {
    font-size: 16px;
  }
  .admin-new_account .primary-box-btn {
    width: 80%;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #fff;
    color: #000000;
    cursor: pointer;
    transition: background 0.2s ease-out;
  }
  .admin-new_account .primary-box-btn-back {
    width: 60%;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #fff;
    color: #000000;
    cursor: pointer;
    transition: background 0.2s ease-out;
  }
  .admin-new_account .RecommendedBrowser {
    margin: 5px auto 0 auto;
    width: 200px;
    text-align: left;
  }
  .admin-new_account .RecommendedBrowser td {
    padding-top: 3px;
  }
  .admin-new_account .line-break {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .new-account-form {
    overflow-y: auto;
  }
}
/* ----- /new_account ----- */
/* ----- password パスワード再設定メール送信画面 ----- */
@media screen and (min-width: 768px) {
  .padding-top7px {
    padding-top: 7px;
  }
  .password-padding {
    padding-top: 83px;
  }
  .center-display {
    display: flex;
    justify-content: center;
  }
  .admin-password {
    background-color: #e5fafa;
    width: 420px;
    height: 583px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
  }
  .admin-password .concierge-logo {
    margin-bottom: 32px;
  }
  .admin-password .password-logo {
    margin-top: 56px;
    width: 69px;
    height: 69px;
  }
  .admin-password .password-title {
    margin: 0 auto;
    width: 300px;
    text-align: center;
    padding: 0px 0px 45px 0px;
    font-size: 16px;
    font-weight: 700;
  }
  .admin-password .password-text {
    text-align: center;
    margin: 24px 0 24px 24px;
    font-size: 16px;
    color: #858585;
  }
  .admin-password .password_comment {
    padding-bottom: 10px;
  }
  .admin-password .password-info {
    margin: 0 auto;
    width: 300px;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .admin-password .form-item {
    display: inline-block;
  }
  .admin-password #authentication_code {
    background-color: #0b58a3;
    border-radius: 4px;
    color: white;
  }
  .admin-password #password_cancel {
    margin-top: 30px;
    background-color: #adadad;
    border-radius: 4px;
    color: white;
  }
  .admin-password .form-item {
    margin: 0 auto;
    width: 320px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 54px;
  }
  .admin-password .form-item:last-child {
    margin-bottom: 32px;
  }
  .admin-password .text-button {
    margin: 0px 0 29px 0;
    padding: 0;
    font-size: 100%;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #000000;
    text-decoration: underline;
  }
  .admin-password .password-save {
    margin: 24px 0;
  }
  .admin-password .password-save .password-checkbox {
    margin: 0 8px 0 0;
  }
  .admin-password .password-save .password-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .admin-password .terms-label {
    text-decoration: underline;
    color: #3b86ff;
  }
  .admin-password .password_rules {
    color: #3b86ff;
    font-size: 16px;
  }
  .admin-password .underline {
    text-decoration: underline;
  }
  .admin-password .password-button {
    font-size: 16px;
  }
  .admin-password .primary-box-btn {
    width: 300px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #0b58a3;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 30px;
    border-radius: 4px;
  }
  .admin-password .primary-box-btn-back {
    width: 227px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #adadad;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .admin-password .line-break {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .padding-top7px {
    padding-top: 7px;
  }
  .center-display {
    display: flex;
    justify-content: center;
  }
  .admin-password {
    background-color: #e5fafa;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
  }
  .admin-password .concierge-logo {
    margin-bottom: 32px;
  }
  .admin-password .password-logo {
    margin-top: 56px;
    width: 69px;
    height: 69px;
  }
  .admin-password .password-title {
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px 45px 0px;
    font-size: 16px;
    font-weight: 700;
  }
  .admin-password .password-text {
    text-align: center;
    margin: 24px 0 24px 24px;
    font-size: 16px;
    color: #858585;
  }
  .admin-password .password_comment {
    padding-bottom: 10px;
  }
  .admin-password .password_comment .new-account-padding {
    position: relative;
    left: -101px;
  }
  .admin-password .password-info {
    margin: 0 auto;
    width: 300px;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .admin-password .form-item {
    display: inline-block;
  }
  .admin-password #authentication_code {
    background-color: #0b58a3;
    border-radius: 4px;
    color: white;
  }
  .admin-password #password_cancel {
    margin-top: 30px;
    background-color: #adadad;
    border-radius: 4px;
    color: white;
  }
  .admin-password .form-item {
    margin: 0 auto;
    width: 80%;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 54px;
  }
  .admin-password .form-item:last-child {
    margin-bottom: 32px;
  }
  .admin-password .text-button {
    margin: 0px 0 29px 0;
    padding: 0;
    font-size: 100%;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #000000;
    text-decoration: underline;
  }
  .admin-password .password-save {
    margin: 24px 0;
  }
  .admin-password .password-save .password-checkbox {
    margin: 0 8px 0 0;
  }
  .admin-password .password-save .password-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .admin-password .terms-label {
    text-decoration: underline;
    color: #3b86ff;
  }
  .admin-password .underline {
    text-decoration: underline;
  }
  .admin-password .password-button {
    font-size: 16px;
  }
  .admin-password .primary-box-btn {
    width: 80%;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #0b58a3;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 30px;
    border-radius: 4px;
  }
  .admin-password .primary-box-btn-back {
    width: 60%;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #adadad;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .admin-password .RecommendedBrowser {
    margin: 5px auto 0 auto;
    width: 200px;
    text-align: left;
  }
  .admin-password .RecommendedBrowser td {
    padding-top: 3px;
  }
  .admin-password .line-break {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .password-wrapper {
    overflow-y: auto;
  }
}
@media screen and (min-width: 1280px) {
  .password-wrapper {
    position: relative;
  }
  .password-wrapper .footer {
    left: 50%;
  }
  .password-wrapper form {
    padding-bottom: 50px;
  }
}
/* ----- /password ----- */
/* ----- /password_reset ----- */
.password_reset .mailaddress_massage {
  font-size: 16px;
  margin: 0px 0 17px 0;
}

.next-time-info {
  color: #999;
  padding-left: 8px;
  line-height: 1.5;
  font-size: 14px;
}
.next-time-info:last-child {
  color: #1278ce;
  color: #1278ce;
}

/* ----- password_edit パスワード再設定画面 ----- */
@media screen and (min-width: 768px) {
  .padding-top7px {
    padding-top: 7px;
  }
  .password-edit-padding {
    padding-top: 83px;
  }
  .center-display {
    display: flex;
    justify-content: center;
  }
  .admin-password-edit {
    background-color: #e5fafa;
    width: 420px;
    height: 621px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
  }
  .admin-password-edit .concierge-logo {
    margin-bottom: 32px;
  }
  .admin-password-edit .password-edit-logo {
    margin-top: 56px;
    width: 69px;
    height: 69px;
  }
  .admin-password-edit .password-edit-title {
    margin: 0 auto;
    text-align: center;
    padding: 39px 0px 14px 0px;
    font-size: 16px;
    font-weight: 700;
  }
  .admin-password-edit .password-edit-new-password-title {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 14px;
  }
  .admin-password-edit .password-edit-text {
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 12px;
    color: #262626;
    padding-bottom: 14px;
    line-height: 1.7;
  }
  .admin-password-edit .password-edit_comment {
    padding-bottom: 10px;
  }
  .admin-password-edit .password-edit-info {
    margin: 0 auto;
    width: 300px;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .admin-password-edit #authentication_code {
    background-color: #0b58a3;
    border-radius: 4px;
    color: white;
  }
  .admin-password-edit #password-edit_cancel {
    margin-top: 30px;
    background-color: #adadad;
    border-radius: 4px;
    color: white;
  }
  .admin-password-edit .form-item {
    margin: 0 auto;
    width: 320px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 31px;
  }
  .admin-password-edit .form-item-new-password {
    margin: 0 auto;
    width: 320px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 14px;
    font-size: 16px;
  }
  .admin-password-edit .text-button {
    margin: 17px 0 24px 0;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #3b86ff;
    text-decoration: underline;
    font-weight: 500;
  }
  .admin-password-edit .password-edit-save {
    margin: 24px 0;
  }
  .admin-password-edit .password-edit-save .password-edit-checkbox {
    margin: 0 8px 0 0;
  }
  .admin-password-edit .password-edit-save .password-edit-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .admin-password-edit .terms-label {
    text-decoration: underline;
    color: #3b86ff;
  }
  .admin-password-edit .password-edit_rules {
    color: #3b86ff;
    font-size: 16px;
  }
  .admin-password-edit .underline {
    text-decoration: underline;
  }
  .admin-password-edit .password-edit-button {
    font-size: 16px;
  }
  .admin-password-edit .primary-box-btn {
    width: 300px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #0b58a3;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 14px;
    border-radius: 4px;
  }
  .admin-password-edit .primary-box-btn-back {
    width: 227px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #adadad;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .admin-password-edit .line-break {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .padding-top7px {
    padding-top: 7px;
  }
  .center-display {
    display: flex;
    justify-content: center;
  }
  .admin-password-edit {
    background-color: #e5fafa;
    width: 100%;
    min-height: 610px;
    margin: 0 auto;
    text-align: center;
  }
  .admin-password-edit .concierge-logo {
    margin-bottom: 32px;
  }
  .admin-password-edit .password-edit-logo {
    margin-top: 56px;
    width: 69px;
    height: 69px;
  }
  .admin-password-edit .password-edit-title {
    margin: 0 auto;
    text-align: center;
    padding: 24px 0px 14px 0px;
    font-size: 16px;
    font-weight: 700;
  }
  .admin-password-edit .password-edit-new-password-title {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 14px;
  }
  .admin-password-edit .password-edit-text {
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 12px;
    color: #262626;
    padding-bottom: 14px;
    line-height: 1.7;
  }
  .admin-password-edit .password-edit_comment {
    padding-bottom: 10px;
  }
  .admin-password-edit .password-edit_comment .new-account-padding {
    position: relative;
    left: -101px;
  }
  .admin-password-edit .password-edit-info {
    margin: 0 auto;
    width: 300px;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .admin-password-edit #authentication_code {
    background-color: #0b58a3;
    border-radius: 4px;
    color: white;
  }
  .admin-password-edit #password-edit_cancel {
    margin-top: 30px;
    background-color: #adadad;
    border-radius: 4px;
    color: white;
  }
  .admin-password-edit .form-item {
    margin: 0 auto;
    width: 85%;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 31px;
  }
  .admin-password-edit .form-item-new-password {
    margin: 0 auto;
    width: 85%;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 14px;
    font-size: 16px;
  }
  .admin-password-edit .text-button {
    margin: 17px 0 34px 0;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #3b86ff;
    text-decoration: underline;
    font-weight: 500;
  }
  .admin-password-edit .password-edit-save {
    margin: 24px 0;
  }
  .admin-password-edit .password-edit-save .password-edit-checkbox {
    margin: 0 8px 0 0;
  }
  .admin-password-edit .password-edit-save .password-edit-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .admin-password-edit .terms-label {
    text-decoration: underline;
    color: #3b86ff;
  }
  .admin-password-edit .underline {
    text-decoration: underline;
  }
  .admin-password-edit .password-edit-button {
    font-size: 16px;
  }
  .admin-password-edit .primary-box-btn {
    width: 80%;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #0b58a3;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 14px;
    border-radius: 4px;
  }
  .admin-password-edit .primary-box-btn-back {
    width: 60%;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #adadad;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .admin-password-edit .line-break {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .password-edit-form {
    overflow-y: auto;
  }
}
@media screen and (min-width: 1280px) {
  .password-edit-form {
    position: relative;
  }
  .password-edit-form .footer {
    left: 50%;
  }
  .password-edit-form .admin-password-edit {
    margin-bottom: 30px;
  }
}
/* ----- /password_edit ----- */
/* ----- authentication_code 認証コード入力画面(遷移元がアカウント) ----- */
@media screen and (min-width: 768px) {
  .padding-top7px {
    padding-top: 7px;
  }
  .authentication-code-padding {
    padding-top: 83px;
  }
  .center-display {
    display: flex;
    justify-content: center;
  }
  .admin-authentication-code {
    background-color: #e5fafa;
    width: 420px;
    height: 583px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
  }
  .admin-authentication-code .authentication-logo {
    margin-top: 56px;
    margin-bottom: 33px;
  }
  .admin-authentication-code .authentication-code-logo {
    margin-top: 56px;
    width: 69px;
    height: 69px;
  }
  .admin-authentication-code .authentication-code-title {
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px 34px 0px;
    font-size: 16px;
    font-weight: 700;
  }
  .admin-authentication-code .authentication-code-new-password-title {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
  }
  .admin-authentication-code .authentication-code-text {
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 12px;
    color: #262626;
    padding-bottom: 14px;
    line-height: 1.7;
  }
  .admin-authentication-code .authentication-code_comment {
    padding-bottom: 10px;
  }
  .admin-authentication-code .authentication-code-info {
    margin: 0 auto;
    width: 300px;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .admin-authentication-code #authentication_code {
    background-color: #0b58a3;
    border-radius: 4px;
    color: white;
  }
  .admin-authentication-code #authentication-code_cancel {
    margin-top: 30px;
    background-color: #adadad;
    border-radius: 4px;
    color: white;
  }
  .admin-authentication-code .form-item {
    margin: 0 auto;
    width: 320px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 26px;
  }
  .admin-authentication-code .form-item-new-password {
    margin: 0 auto;
    width: 320px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 14px;
    font-size: 16px;
  }
  .admin-authentication-code .text-button {
    margin: 0px 0 26px 0;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #3b86ff;
    text-decoration: underline;
    font-weight: 500;
  }
  .admin-authentication-code .authentication-code-save {
    margin: 24px 0;
  }
  .admin-authentication-code .authentication-code-save .authentication-code-checkbox {
    margin: 0 8px 0 0;
  }
  .admin-authentication-code .authentication-code-save .authentication-code-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .admin-authentication-code .terms-label {
    text-decoration: underline;
    color: #3b86ff;
  }
  .admin-authentication-code .authentication-code_rules {
    color: #3b86ff;
    font-size: 16px;
  }
  .admin-authentication-code .underline {
    text-decoration: underline;
  }
  .admin-authentication-code .authentication-code-button {
    font-size: 16px;
  }
  .admin-authentication-code .primary-box-btn {
    width: 300px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #0b58a3;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 14px;
    border-radius: 4px;
  }
  .admin-authentication-code .primary-box-btn-back {
    width: 227px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #adadad;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .admin-authentication-code .line-break {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .padding-top7px {
    padding-top: 7px;
  }
  .authentication-code-padding {
    padding-top: 83px;
  }
  .center-display {
    display: flex;
    justify-content: center;
  }
  .admin-authentication-code {
    background-color: #e5fafa;
    width: 100%;
    min-height: 555px;
    margin: 0 auto;
    text-align: center;
  }
  .admin-authentication-code .authentication-logo {
    margin-top: 71px;
    margin-bottom: 33px;
  }
  .admin-authentication-code .authentication-code-logo {
    margin-top: 56px;
    width: 69px;
    height: 69px;
  }
  .admin-authentication-code .authentication-code-title {
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px 34px 0px;
    font-size: 16px;
    font-weight: 700;
  }
  .admin-authentication-code .authentication-code-new-password-title {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
  }
  .admin-authentication-code .authentication-code-text {
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 12px;
    color: #262626;
    padding-bottom: 14px;
    line-height: 1.7;
  }
  .admin-authentication-code .authentication-code_comment {
    padding-bottom: 10px;
  }
  .admin-authentication-code .authentication-code-info {
    margin: 0 auto;
    width: 300px;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .admin-authentication-code #authentication_code {
    background-color: #0b58a3;
    border-radius: 4px;
    color: white;
  }
  .admin-authentication-code #authentication-code_cancel {
    margin-top: 30px;
    background-color: #adadad;
    border-radius: 4px;
    color: white;
  }
  .admin-authentication-code .form-item {
    margin: 0 auto;
    width: 85%;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 26px;
  }
  .admin-authentication-code .form-item-new-password {
    margin: 0 auto;
    width: 320px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 14px;
    font-size: 16px;
  }
  .admin-authentication-code .text-button {
    margin: 0px 0 26px 0;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #3b86ff;
    text-decoration: underline;
    font-weight: 500;
  }
  .admin-authentication-code .authentication-code-save {
    margin: 24px 0;
  }
  .admin-authentication-code .authentication-code-save .authentication-code-checkbox {
    margin: 0 8px 0 0;
  }
  .admin-authentication-code .authentication-code-save .authentication-code-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .admin-authentication-code .terms-label {
    text-decoration: underline;
    color: #3b86ff;
  }
  .admin-authentication-code .authentication-code_rules {
    color: #3b86ff;
    font-size: 16px;
  }
  .admin-authentication-code .underline {
    text-decoration: underline;
  }
  .admin-authentication-code .authentication-code-button {
    font-size: 16px;
  }
  .admin-authentication-code .primary-box-btn {
    width: 80%;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #0b58a3;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 14px;
    border-radius: 4px;
  }
  .admin-authentication-code .primary-box-btn-back {
    width: 60%;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #adadad;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .admin-authentication-code .line-break {
    padding-bottom: 10px;
  }
}
/* ----- /authentication_code ----- */
/* ----- authentication_mail 認証コード入力画面(遷移元がメールアドレス変更) ----- */
@media screen and (min-width: 768px) {
  .padding-top7px {
    padding-top: 7px;
  }
  .authentication-mail-padding {
    padding-top: 83px;
  }
  .center-display {
    display: flex;
    justify-content: center;
  }
  .admin-authentication-mail {
    background-color: #e5fafa;
    width: 420px;
    height: 583px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
  }
  .admin-authentication-mail .authentication-logo {
    margin-top: 56px;
    margin-bottom: 33px;
  }
  .admin-authentication-mail .authentication-mail-logo {
    margin-top: 56px;
    width: 69px;
    height: 69px;
  }
  .admin-authentication-mail .authentication-mail-title {
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px 34px 0px;
    font-size: 16px;
    font-weight: 700;
  }
  .admin-authentication-mail .authentication-mail-new-password-title {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
  }
  .admin-authentication-mail .authentication-mail-text {
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 12px;
    color: #262626;
    padding-bottom: 14px;
    line-height: 1.7;
  }
  .admin-authentication-mail .authentication-mail_comment {
    padding-bottom: 10px;
  }
  .admin-authentication-mail .authentication-mail-info {
    margin: 0 auto;
    width: 300px;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .admin-authentication-mail #authentication_mail {
    background-color: #0b58a3;
    border-radius: 4px;
    color: white;
  }
  .admin-authentication-mail #authentication-mail_cancel {
    margin-top: 30px;
    background-color: #adadad;
    border-radius: 4px;
    color: white;
  }
  .admin-authentication-mail .form-item {
    margin: 0 auto;
    width: 320px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 26px;
  }
  .admin-authentication-mail .form-item-new-password {
    margin: 0 auto;
    width: 320px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 14px;
    font-size: 16px;
  }
  .admin-authentication-mail .text-button {
    margin: 0px 0 26px 0;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #3b86ff;
    text-decoration: underline;
    font-weight: 500;
  }
  .admin-authentication-mail .authentication-mail-save {
    margin: 24px 0;
  }
  .admin-authentication-mail .authentication-mail-save .authentication-mail-checkbox {
    margin: 0 8px 0 0;
  }
  .admin-authentication-mail .authentication-mail-save .authentication-mail-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .admin-authentication-mail .terms-label {
    text-decoration: underline;
    color: #3b86ff;
  }
  .admin-authentication-mail .authentication-mail_rules {
    color: #3b86ff;
    font-size: 16px;
  }
  .admin-authentication-mail .underline {
    text-decoration: underline;
  }
  .admin-authentication-mail .authentication-mail-button {
    font-size: 16px;
  }
  .admin-authentication-mail .primary-box-btn {
    width: 300px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #0b58a3;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 14px;
    border-radius: 4px;
  }
  .admin-authentication-mail .primary-box-btn-back {
    width: 227px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #adadad;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .admin-authentication-mail .line-break {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .padding-top7px {
    padding-top: 7px;
  }
  .authentication-mail-padding {
    padding-top: 83px;
  }
  .center-display {
    display: flex;
    justify-content: center;
  }
  .admin-authentication-mail {
    background-color: #e5fafa;
    width: 100%;
    min-height: 555px;
    margin: 0 auto;
    text-align: center;
  }
  .admin-authentication-mail .authentication-logo {
    margin-top: 71px;
    margin-bottom: 33px;
  }
  .admin-authentication-mail .authentication-mail-logo {
    margin-top: 56px;
    width: 69px;
    height: 69px;
  }
  .admin-authentication-mail .authentication-mail-title {
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px 34px 0px;
    font-size: 16px;
    font-weight: 700;
  }
  .admin-authentication-mail .authentication-mail-new-password-title {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
  }
  .admin-authentication-mail .authentication-mail-text {
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 12px;
    color: #262626;
    padding-bottom: 14px;
    line-height: 1.7;
  }
  .admin-authentication-mail .authentication-mail_comment {
    padding-bottom: 10px;
  }
  .admin-authentication-mail .authentication-mail-info {
    margin: 0 auto;
    width: 300px;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .admin-authentication-mail #authentication_mail {
    background-color: #0b58a3;
    border-radius: 4px;
    color: white;
  }
  .admin-authentication-mail #authentication-mail_cancel {
    margin-top: 30px;
    background-color: #adadad;
    border-radius: 4px;
    color: white;
  }
  .admin-authentication-mail .form-item {
    margin: 0 auto;
    width: 85%;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 26px;
  }
  .admin-authentication-mail .form-item-new-password {
    margin: 0 auto;
    width: 320px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 14px;
    font-size: 16px;
  }
  .admin-authentication-mail .text-button {
    margin: 0px 0 26px 0;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #3b86ff;
    text-decoration: underline;
    font-weight: 500;
  }
  .admin-authentication-mail .authentication-mail-save {
    margin: 24px 0;
  }
  .admin-authentication-mail .authentication-mail-save .authentication-mail-checkbox {
    margin: 0 8px 0 0;
  }
  .admin-authentication-mail .authentication-mail-save .authentication-mail-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .admin-authentication-mail .terms-label {
    text-decoration: underline;
    color: #3b86ff;
  }
  .admin-authentication-mail .authentication-mail_rules {
    color: #3b86ff;
    font-size: 16px;
  }
  .admin-authentication-mail .underline {
    text-decoration: underline;
  }
  .admin-authentication-mail .authentication-mail-button {
    font-size: 16px;
  }
  .admin-authentication-mail .primary-box-btn {
    width: 80%;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #0b58a3;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 14px;
    border-radius: 4px;
  }
  .admin-authentication-mail .primary-box-btn-back {
    width: 60%;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #adadad;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .admin-authentication-mail .line-break {
    padding-bottom: 10px;
  }
}
/* ----- /authentication_mail ----- */
/* ----- new_user_detail 基本情報入力画面 ----- */
@media screen and (min-width: 768px) {
  body.new-user-edit-page #registration_account_modal .modal-window {
    width: 572px !important;
    padding: 64px 40px !important;
    border-radius: 4px !important;
    background-color: #ffffff !important;
    gap: 10px !important;
  }
  body.new-user-edit-page #registration_account_modal .modal-window .registration-account-modal-warning-text {
    font-weight: 700;
  }
  body.new-user-edit-page #registration_account_modal .modal-buttons {
    flex-direction: row-reverse;
    gap: 10px;
  }
  .new-user-edit-detail {
    text-align: center;
    padding: 15px 50px 10px 50px;
  }
  .new-user-edit-detail .new-user-edit-frame {
    width: 70%;
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 10px;
    margin: 0 auto;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-edit-inner {
    display: block;
    margin-top: 12px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .new-user-edit-detail .new-user-edit-frame .mobile-two-inputs {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  .new-user-edit-detail .new-user-edit-frame .mobile-input-block:nth-child(2) .user-info {
    margin-left: 0px;
  }
  .new-user-edit-detail .new-user-edit-frame .button-wrapper {
    display: flex;
    align-items: flex-end;
    margin-top: 0;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-edit-inner.button-group {
    display: flex;
    align-items: flex-end;
  }
  .new-user-edit-detail .new-user-edit-frame .two-inputs {
    display: flex;
    align-items: flex-end;
    gap: 20px;
  }
  .new-user-edit-detail .new-user-edit-frame .two-inputs .input-block {
    flex: 1;
    min-width: 0;
  }
  .new-user-edit-detail .new-user-edit-frame .input-block .form-item-street,
  .new-user-edit-detail .new-user-edit-frame .input-block .form-item-building_room {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 7px 10px;
    border-radius: 4px;
    background-color: #f0f0f0;
  }
  .new-user-edit-detail .new-user-edit-frame .padding-top17px {
    padding-top: 17px;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-padding {
    padding-top: 83px;
  }
  .new-user-edit-detail .new-user-edit-frame .center-display {
    display: flex;
    justify-content: center;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-logo {
    margin-top: 56px;
    margin-bottom: 22px;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-logo {
    margin-top: 29px;
    width: 69px;
    height: 69px;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-edit-title {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    display: flex;
    background-position: 7px 50%;
    background-repeat: no-repeat;
    background-size: 27px 27px;
    padding-bottom: 10px;
    padding-left: 50px;
    margin-bottom: 15px;
    margin-top: 0;
    padding-top: 0;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-new-password-title {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
  }
  .new-user-edit-detail .new-user-edit-frame .user-info {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #9e9e9e;
    line-height: 1.2;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-text {
    margin: 0 auto;
    text-align: left;
    font-size: 11px;
    font-weight: 500;
    color: #9e9e9e;
    margin-top: 4px;
  }
  .new-user-edit-detail .new-user-edit-frame .required-badge {
    display: inline-block;
    background-color: #ff306e;
    color: #ffffff;
    margin-bottom: 3px;
    font-size: 9px;
    font-weight: 500;
    padding: 3px 6px;
    border-radius: 4px;
    line-height: 1.2;
    vertical-align: middle;
    margin-left: 6px;
    white-space: nowrap;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail_comment {
    padding-bottom: 10px;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-info {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .new-user-edit-detail .new-user-edit-frame #authentication_mail {
    background-color: #0b58a3;
    border-radius: 4px;
    color: white;
  }
  .new-user-edit-detail .new-user-edit-frame #new-user-detail_cancel {
    margin-top: 30px;
    background-color: #adadad;
    border-radius: 4px;
    color: white;
  }
  .new-user-edit-detail .new-user-edit-frame .form-item-long {
    width: 100%;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .new-user-edit-detail .new-user-edit-frame .form-item-phone-number {
    display: block;
    width: 240px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .new-user-edit-detail .new-user-edit-frame .form-item-birth {
    display: block;
    width: 180px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .new-user-edit-detail .new-user-edit-frame .form-item-post-number {
    display: block;
    width: 180px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .new-user-edit-detail .new-user-edit-frame .form-item-prefecture {
    display: block;
    width: 150px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .new-user-edit-detail .new-user-edit-frame .form-item-city {
    display: block;
    width: 230px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
    margin-left: 0px;
  }
  .new-user-edit-detail .new-user-edit-frame .form-item-street,
  .new-user-edit-detail .new-user-edit-frame .form-item-building_room {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 7px 13px;
    border-radius: 4px;
    background-color: #f0f0f0;
  }
  .new-user-edit-detail .new-user-edit-frame .input-block .user-info {
    margin-left: 0;
    margin-bottom: 4px;
  }
  .new-user-edit-detail .new-user-edit-frame .validation-error {
    color: #c00;
    font-size: 12px;
    margin-top: 4px;
    display: block;
    min-height: 1em;
    text-align: left !important;
  }
  .new-user-edit-detail .new-user-edit-frame .validation-error:not(:empty) {
    visibility: visible;
  }
  .new-user-edit-detail .new-user-edit-frame .is-invalid {
    border: 1px solid #cc1b24 !important;
    background-color: #fce9ea !important;
  }
  .new-user-edit-detail .new-user-edit-frame .form-item {
    margin: 0 auto;
    width: 320px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 8px;
  }
  .new-user-edit-detail .new-user-edit-frame .open-modal {
    cursor: pointer;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-birth-month {
    background-image: url(../images/calendar.png);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    fill: #000000;
    cursor: pointer;
  }
  .new-user-edit-detail .new-user-edit-frame .dropdown-btn2-gender {
    display: flex;
    padding: 7px 0px 10px 13px;
    text-align: left;
    font-size: 16px;
    width: 140px;
    cursor: pointer;
    background-image: url(../images/icons-desc.png);
    background-position: 97% 40%;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .new-user-edit-detail .new-user-edit-frame .dropdown-btn2 {
    margin: 0 auto;
    width: 320px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 8px;
  }
  .new-user-edit-detail .new-user-edit-frame .text-button {
    margin: 0px 0 26px 0;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #3b86ff;
    text-decoration: underline;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-save {
    margin: 24px 0;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-save .new-user-detail-checkbox {
    margin: 0 8px 0 0;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-save .new-user-detail-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail_rules {
    color: #3b86ff;
    font-size: 16px;
  }
  .new-user-edit-detail .new-user-edit-frame .underline {
    text-decoration: underline;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-button {
    font-size: 16px;
  }
  .new-user-edit-detail .new-user-edit-frame .primary-box-btn {
    width: 240px;
    height: 44px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px 10px 20px 0px !important;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #0b58a3;
    background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-top: 16px;
    border-radius: 22px;
  }
  .new-user-edit-detail .new-user-edit-frame .primary-box-btn:disabled {
    background-image: none;
    background-color: #cccccc;
    color: #999999;
    cursor: not-allowed;
    border: 1px solid #dddddd;
    transition: background 0.2s ease-out;
  }
  .new-user-edit-detail .new-user-edit-frame .primary-box-btn-back {
    width: 240px;
    height: 44px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px 0px 20px 10px !important;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 22px;
    border: 1px solid #dddddd;
  }
  .new-user-edit-detail .new-user-edit-frame .line-break {
    padding-bottom: 10px;
  }
}
/* 特定のcssのみタブレット用を作成*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .new-user-edit-detail {
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .two-inputs {
    display: block !important;
  }
  /* 縦に並ぶので、input-block は幅100%に */
  .two-inputs .input-block {
    width: 100%;
    margin-bottom: 12px;
    /* ブロック間の縦余白を少し入れておく */
  }
  .new-user-edit-detail .new-user-edit-frame .button-wrapper {
    display: block;
  }
  .new-user-edit-inner.button-group {
    display: block;
    padding-left: 50px;
    padding-right: 50px;
  }
  .new-user-edit-inner.button-group input.primary-box-btn,
  .new-user-edit-inner.button-group input.primary-box-btn-back {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 10px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  body.new-user-edit-page #registration_account_modal .modal-window .registration-account-modal-warning-text {
    font-weight: 700;
  }
  .new-user-edit-detail {
    text-align: center;
    padding: 26px 2%;
  }
  .new-user-edit-detail .new-user-edit-frame {
    width: 100%;
    padding-bottom: 20px;
    background: #ffffff;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-edit-title {
    display: block;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding: 20px 0 10px 10px;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-edit-inner {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-edit-detail .user-edit-frame .button-wrapper {
    display: block;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-edit-inner.button-group input.primary-box-btn,
  .new-user-edit-detail .new-user-edit-frame .new-user-edit-inner.button-group input.primary-box-btn-back {
    display: block;
    margin: 0 10px 20px 0;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-edit-inner.delete-group {
    display: block;
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .new-user-edit-detail .new-user-edit-frame .input-block .form-item-street,
  .new-user-edit-detail .new-user-edit-frame .input-block .form-item-building_room {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 7px 10px;
    border-radius: 4px;
    background-color: #f0f0f0;
  }
  .new-user-edit-detail .new-user-edit-frame .mobile-two-inputs {
    display: block !important;
    margin-top: 12px;
  }
  .new-user-edit-detail .new-user-edit-frame .mobile-input-block {
    margin-bottom: 12px;
  }
  .new-user-edit-detail .new-user-edit-frame .mobile-input-block .user-info {
    margin-left: 0;
  }
  .new-user-edit-detail .new-user-edit-frame .two-inputs {
    display: block !important;
  }
  .new-user-edit-detail .new-user-edit-frame .two-inputs .input-block {
    width: 100%;
    margin-bottom: 12px;
  }
  .new-user-edit-detail .new-user-edit-frame .padding-top17px {
    padding-top: 17px;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-padding {
    padding-top: 83px;
  }
  .new-user-edit-detail .new-user-edit-frame .center-display {
    display: flex;
    justify-content: center;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-logo {
    margin-top: 56px;
    margin-bottom: 22px;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-logo {
    margin-top: 21px;
    width: 69px;
    height: 69px;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-title {
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px 9px 0px;
    font-size: 16px;
    font-weight: 700;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-new-password-title {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
  }
  .new-user-edit-detail .new-user-edit-frame .user-info {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #9e9e9e;
    line-height: 1.2;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-text {
    margin: 0 auto;
    text-align: left;
    font-size: 11px;
    font-weight: 500;
    color: #9e9e9e;
    margin-top: 4px;
  }
  .new-user-edit-detail .new-user-edit-frame .required-badge {
    display: inline-block;
    background-color: #ff306e;
    color: #ffffff;
    margin-bottom: 3px;
    font-size: 9px;
    font-weight: 500;
    padding: 3px 6px;
    border-radius: 4px;
    line-height: 1.2;
    vertical-align: middle;
    margin-left: 6px;
    white-space: nowrap;
  }
  .new-user-edit-detail .new-user-edit-frame .form-item-long {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .new-user-edit-detail .new-user-edit-frame .form-item-phone-number {
    display: block;
    width: 240px;
    height: 40px;
    font-size: 16px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .new-user-edit-detail .new-user-edit-frame .form-item-birth {
    display: block;
    width: 180px;
    height: 40px;
    font-size: 16px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .new-user-edit-detail .new-user-edit-frame .form-item-post-number {
    display: block;
    width: 180px;
    height: 40px;
    font-size: 16px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .new-user-edit-detail .new-user-edit-frame .form-item-prefecture {
    display: block;
    width: 180px;
    height: 40px;
    font-size: 16px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .new-user-edit-detail .new-user-edit-frame .form-item-city {
    display: block;
    width: 200px;
    height: 40px;
    font-size: 16px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .new-user-edit-detail .new-user-edit-frame .form-item-street,
  .new-user-edit-detail .new-user-edit-frame .form-item-building_room {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 7px 13px;
    border-radius: 4px;
    background-color: #f0f0f0;
  }
  .new-user-edit-detail .new-user-edit-frame .validation-error {
    color: #c00;
    font-size: 12px;
    margin-top: 4px;
    display: block;
    min-height: 1em;
    text-align: left !important;
  }
  .new-user-edit-detail .new-user-edit-frame .validation-error:not(:empty) {
    visibility: visible;
  }
  .new-user-edit-detail .new-user-edit-frame .is-invalid {
    border: 1px solid #cc1b24 !important;
    background-color: #fce9ea !important;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail_comment {
    padding-bottom: 10px;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-info {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .new-user-edit-detail .new-user-edit-frame #new-user-detail_cancel {
    margin-top: 30px;
    background-color: #adadad;
    border-radius: 4px;
    color: white;
  }
  .new-user-edit-detail .new-user-edit-frame .form-item {
    margin: 0 auto;
    width: 85%;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 8px;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-birth-month {
    background-image: url(../images/calendar.png);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    fill: #000000;
    cursor: pointer;
  }
  .new-user-edit-detail .new-user-edit-frame .dropdown-btn2-gender {
    display: flex;
    padding: 7px 0px 10px 13px;
    text-align: left;
    font-size: 16px;
    width: 140px;
    cursor: pointer;
    background-image: url(../images/icons-desc.png);
    background-position: 97% 40%;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .new-user-edit-detail .new-user-edit-frame .dropdown-btn2 {
    margin: 0 auto;
    width: 85%;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 8px;
  }
  .new-user-edit-detail .new-user-edit-frame .text-button {
    margin: 0px 0 26px 0;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #3b86ff;
    text-decoration: underline;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-save {
    margin: 24px 0;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-save .new-user-detail-checkbox {
    margin: 0 8px 0 0;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-save .new-user-detail-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail_rules {
    color: #3b86ff;
    font-size: 16px;
  }
  .new-user-edit-detail .new-user-edit-frame .underline {
    text-decoration: underline;
  }
  .new-user-edit-detail .new-user-edit-frame .new-user-detail-button {
    font-size: 16px;
  }
  .new-user-edit-detail .new-user-edit-frame .primary-box-btn {
    width: 100%;
    height: 44px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px 10px 20px 0px !important;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #0b58a3;
    background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-top: 16px;
    border-radius: 22px;
  }
  .new-user-edit-detail .new-user-edit-frame .primary-box-btn:disabled {
    background-image: none;
    background-color: #cccccc;
    color: #999999;
    cursor: not-allowed;
    border: 1px solid #dddddd;
    transition: background 0.2s ease-out;
  }
  .new-user-edit-detail .new-user-edit-frame .primary-box-btn-back {
    width: 100%;
    height: 44px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px 0px 20px 0px !important;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 22px;
    border: 1px solid #dddddd;
  }
  .new-user-edit-detail .new-user-edit-frame .line-break {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .new-user-edit-form {
    overflow-y: auto;
  }
  .new-user-edit-detail {
    padding-bottom: 0;
  }
  .new-user-edit-detail .new-user-edit-frame {
    margin: 0 auto 20px auto;
  }
}
@media screen and (min-width: 1280px) {
  .new-user-edit-detail .footer {
    left: 50%;
  }
}
/* ----- /new_user_detail ----- */
/* ----- show_user_detail 基本情報確認画面 ----- */
body.user-detail-page #toast-container {
  top: auto !important;
  bottom: 10% !important;
  left: auto !important;
  right: auto !important;
}
body.user-detail-page .toast-success {
  background-color: #000 !important;
}
body.user-detail-page .toast-success .toast-success-img {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .user-detail {
    text-align: center;
    padding: 40px 50px 10px 50px;
  }
  .user-detail .user-detail-frame {
    width: 90%;
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 10px;
    margin: 0 auto;
  }
  .user-detail .user-detail-frame .user-detail-inner {
    display: block;
    border-left: 2px solid #006fff;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 50px;
  }
  .user-detail .user-detail-frame .user-info {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 16px;
    color: #9e9e9e;
  }
  .user-detail .user-detail-frame .show-user-detail-text {
    flex: 1;
    text-align: left;
    justify-content: left;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
  }
  .user-detail .user-detail-frame .show-user-detail-title {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    display: flex;
    background-position: 7px 50%;
    background-repeat: no-repeat;
    background-size: 27px 27px;
    padding-bottom: 10px;
    padding-left: 50px;
  }
  .user-detail .user-detail-frame .show-user-detail-new-password-title {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
  }
  .user-detail .user-detail-frame .show-user-detail_comment {
    padding-bottom: 10px;
  }
  .user-detail .user-detail-frame .show-user-detail-info {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .user-detail .user-detail-frame #authentication_mail {
    background-color: #0b58a3;
    border-radius: 4px;
    color: white;
  }
  .user-detail .user-detail-frame #show-user-detail_cancel {
    margin-top: 30px;
    background-color: #adadad;
    border-radius: 4px;
    color: white;
  }
  .user-detail .user-detail-frame .form-item {
    margin: 0 auto;
    width: 320px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 8px;
  }
  .user-detail .user-detail-frame .text-button {
    margin: 0px 0 26px 0;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #3b86ff;
    text-decoration: underline;
  }
  .user-detail .user-detail-frame .show-user-detail-save {
    margin: 24px 0;
  }
  .user-detail .user-detail-frame .show-user-detail-save .show-user-detail-checkbox {
    margin: 0 8px 0 0;
  }
  .user-detail .user-detail-frame .show-user-detail-save .show-user-detail-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .user-detail .user-detail-frame .show-user-detail_rules {
    color: #3b86ff;
    font-size: 16px;
  }
  .user-detail .user-detail-frame .underline {
    text-decoration: underline;
  }
  .user-detail .user-detail-frame .show-user-detail-button {
    font-size: 16px;
  }
  .user-detail .user-detail-frame .primary-box-btn {
    width: 300px;
    height: 50px;
    align-items: center;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 100px;
    margin: 40px 50px 20px 50px !important;
  }
  .user-detail .user-detail-frame .primary-box-btn-back {
    width: 227px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #adadad;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
    margin-bottom: 22px;
  }
  .user-detail .user-detail-frame .line-break {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .user-detail {
    text-align: center;
    padding: 26px 2%;
  }
  .user-detail .user-detail-frame {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    background: #ffffff;
  }
  .user-detail .user-detail-frame .user-detail-inner {
    display: block;
    border-left: 2px solid #006fff;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 20px;
  }
  .user-detail .user-detail-frame .show-user-detail-title {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    display: flex;
    background-position: 7px 50%;
    background-repeat: no-repeat;
    background-size: 27px 27px;
    padding-top: 10px;
    margin-left: 20px;
  }
  .user-detail .user-detail-frame .user-info {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 16px;
    color: #9e9e9e;
  }
  .user-detail .user-detail-frame .show-user-detail-text {
    flex: 1;
    text-align: left;
    justify-content: left;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
  }
  .user-detail .user-detail-frame .primary-box-btn {
    width: 300px;
    height: 50px;
    align-items: center;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 100px;
    margin: 40px 50px 20px 50px;
  }
  .user-detail .user-detail-frame .padding-top17px {
    padding-top: 17px;
  }
  .user-detail .user-detail-frame .show-user-detail-padding {
    padding-top: 83px;
  }
  .user-detail .user-detail-frame .center-display {
    display: flex;
    justify-content: center;
  }
  .user-detail .user-detail-frame .admin-show-user-detail {
    background-color: #e5fafa;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .user-detail .user-detail-frame .admin-show-user-detail .show-user-detail-logo {
    margin-top: 56px;
    margin-bottom: 22px;
  }
  .user-detail .user-detail-frame .admin-show-user-detail .show-user-detail-logo {
    margin-top: 29px;
    width: 69px;
    height: 69px;
  }
  .user-detail .user-detail-frame .admin-show-user-detail .show-user-detail-new-password-title {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
  }
  .user-detail .user-detail-frame .admin-show-user-detail .show-user-detail_comment {
    padding-bottom: 10px;
  }
  .user-detail .user-detail-frame .admin-show-user-detail .show-user-detail-info {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .user-detail .user-detail-frame .admin-show-user-detail #authentication_mail {
    background-color: #0b58a3;
    border-radius: 4px;
    color: white;
  }
  .user-detail .user-detail-frame .admin-show-user-detail #show-user-detail_cancel {
    margin-top: 30px;
    background-color: #adadad;
    border-radius: 4px;
    color: white;
  }
  .user-detail .user-detail-frame .admin-show-user-detail .form-item {
    margin: 0 auto;
    width: 320px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 8px;
  }
  .user-detail .user-detail-frame .admin-show-user-detail .text-button {
    margin: 0px 0 26px 0;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #3b86ff;
    text-decoration: underline;
  }
  .user-detail .user-detail-frame .admin-show-user-detail .show-user-detail-save {
    margin: 24px 0;
  }
  .user-detail .user-detail-frame .admin-show-user-detail .show-user-detail-save .show-user-detail-checkbox {
    margin: 0 8px 0 0;
  }
  .user-detail .user-detail-frame .admin-show-user-detail .show-user-detail-save .show-user-detail-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .user-detail .user-detail-frame .admin-show-user-detail .show-user-detail_rules {
    color: #3b86ff;
    font-size: 16px;
  }
  .user-detail .user-detail-frame .admin-show-user-detail .underline {
    text-decoration: underline;
  }
  .user-detail .user-detail-frame .admin-show-user-detail .show-user-detail-button {
    font-size: 16px;
  }
  .user-detail .user-detail-frame .admin-show-user-detail .primary-box-btn-back {
    width: 65%;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #adadad;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .user-detail .user-detail-frame .admin-show-user-detail .line-break {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .user-detail-wrapper {
    position: relative;
  }
  .user-detail-wrapper form {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .user-detail-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 425.98px) {
  .user-detail .user-detail-frame .primary-box-btn {
    margin: 40px auto 20px auto;
  }
}
@media screen and (max-width: 320px) {
  .user-detail .user-detail-frame .primary-box-btn {
    width: 80%;
  }
}
/* ----- /show_user_detail ----- */
/* ----- edit_user_detail 基本情報編集画面 ----- */
#registration_account_modal .modal-buttons,
#unsaved_changes_modal .modal-buttons {
  display: flex;
  flex-direction: column;
  /* モバイル／スマホは縦並び */
  gap: 10px;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  body.user-edit-page {
    /* 背景オーバーレイ */
    /* モーダル本体 */
    /* テキスト太字 */
  }
  body.user-edit-page #registration_account_modal .modal-bg,
  body.user-edit-page #unsaved_changes_modal .modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  body.user-edit-page #registration_account_modal .modal-window,
  body.user-edit-page #unsaved_changes_modal .modal-window {
    width: 572px !important;
    padding: 64px 40px !important;
    border-radius: 4px !important;
    background-color: #ffffff !important;
    gap: 10px !important;
    z-index: 1001;
  }
  body.user-edit-page #registration_account_modal .modal-buttons,
  body.user-edit-page #unsaved_changes_modal .modal-buttons {
    flex-direction: row-reverse;
    gap: 10px;
  }
  body.user-edit-page #registration_account_modal .modal-window .registration-account-modal-warning-text,
  body.user-edit-page #unsaved_changes_modal .modal-window .registration-account-modal-warning-text {
    font-weight: 700;
    text-align: left;
  }
  .cleaning {
    height: 85%;
  }
  .user-edit-detail {
    text-align: center;
    padding: 15px 50px 10px 50px;
  }
  .user-edit-detail .user-edit-frame {
    width: 90%;
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 10px;
    margin: 0 auto 30px auto;
    border-radius: 5px;
    /* メールアドレス入力欄だけ文字色をグレーに */
  }
  .user-edit-detail .user-edit-frame .user-edit-inner {
    display: block;
    margin-top: 12px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .user-edit-detail .user-edit-frame .mobile-two-inputs {
    display: flex;
    align-items: flex-end;
    gap: 20px;
  }
  .user-edit-detail .user-edit-frame .mobile-input-block:nth-child(2) .user-info {
    margin-left: 0px;
  }
  .user-edit-detail .user-edit-frame .button-wrapper {
    display: flex;
    align-items: flex-end;
    margin-top: 0;
  }
  .user-edit-detail .user-edit-frame .user-edit-inner.button-group {
    display: flex;
    align-items: flex-end;
  }
  .user-edit-detail .user-edit-frame .user-edit-inner.delete-group {
    margin-left: auto;
    display: block;
    margin-top: 12px;
    padding-left: 0px;
    margin-bottom: 20px;
  }
  .user-edit-detail .user-edit-frame .delete-account-text {
    font-size: 14px;
    color: #9e9e9e;
    white-space: nowrap;
  }
  .user-edit-detail .user-edit-frame .delete-account-text .link-btn {
    font-weight: 600;
    text-decoration: none;
    background: none;
    padding: 0;
    color: #ff306e;
    cursor: pointer;
    margin-left: 4px;
  }
  .user-edit-detail .user-edit-frame .two-inputs {
    display: flex;
    align-items: flex-end;
    gap: 20px;
  }
  .user-edit-detail .user-edit-frame .two-inputs .input-block {
    flex: 1;
    min-width: 0;
  }
  .user-edit-detail .user-edit-frame .input-block .form-item-street,
  .user-edit-detail .user-edit-frame .input-block .form-item-building_room {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 7px 10px;
    border-radius: 4px;
    background-color: #f0f0f0;
  }
  .user-edit-detail .user-edit-frame .padding-top5px {
    padding-top: 5px;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-padding {
    padding-top: 83px;
  }
  .user-edit-detail .user-edit-frame .center-display {
    display: flex;
    justify-content: center;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-logo {
    margin-top: 56px;
    margin-bottom: 22px;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-logo {
    margin-top: 29px;
    width: 69px;
    height: 69px;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-title {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    display: flex;
    background-position: 7px 50%;
    background-repeat: no-repeat;
    background-size: 27px 27px;
    padding-bottom: 10px;
    padding-left: 50px;
    margin-bottom: 15px;
    margin-top: 0;
    padding-top: 0;
  }
  .user-edit-detail .user-edit-frame .change-text {
    display: inline-block;
    font-weight: 400;
    margin-left: 40px;
    font-size: 11px;
    color: #9e9e9e;
    vertical-align: middle;
  }
  .user-edit-detail .user-edit-frame .change-text .link-btn {
    font-weight: 700;
    text-decoration: none;
  }
  .user-edit-detail .user-edit-frame .user-info {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #9e9e9e;
    line-height: 1.2;
  }
  .user-edit-detail .user-edit-frame .user-info-detail {
    margin: 0 auto;
    text-align: left;
    font-size: 11px;
    font-weight: 500;
    color: #9e9e9e;
    margin-top: 4px;
  }
  .user-edit-detail .user-edit-frame .required-badge {
    display: inline-block;
    background-color: #ff306e;
    color: #ffffff;
    margin-bottom: 3px;
    font-size: 9px;
    font-weight: 500;
    padding: 3px 6px;
    border-radius: 4px;
    line-height: 1.2;
    vertical-align: middle;
    margin-left: 6px;
    white-space: nowrap;
  }
  .user-edit-detail .user-edit-frame #user_mailaddress {
    color: #c8c8c8;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-text {
    display: flex;
    justify-content: left;
    font-size: 16px;
    color: #262626;
    padding: 8px 0px 10px 14px;
    line-height: 1.7;
    background-color: #fff;
    width: 320px;
    height: 40px;
    margin-bottom: 7px;
    border-radius: 4px;
  }
  .user-edit-detail .user-edit-frame .dropdown-btn-gender {
    display: flex;
    padding: 7px 0px 10px 13px;
    text-align: left;
    font-size: 16px;
    width: 140px;
    cursor: pointer;
    background-image: url(../images/icons-desc.png);
    background-position: 97% 40%;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail_comment {
    padding-bottom: 10px;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-info {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
  }
  .user-edit-detail .user-edit-frame #authentication_mail {
    background-color: #0b58a3;
    border-radius: 4px;
    color: white;
  }
  .user-edit-detail .user-edit-frame #edit-user-detail_cancel {
    margin-top: 30px;
    background-color: #adadad;
    border-radius: 4px;
    color: white;
  }
  .user-edit-detail .user-edit-frame .form-item-long {
    width: 100%;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .user-edit-detail .user-edit-frame .form-item-phone-number {
    display: block;
    width: 240px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .user-edit-detail .user-edit-frame .form-item-birth {
    display: block;
    width: 180px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .user-edit-detail .user-edit-frame .form-item-post-number {
    display: block;
    width: 180px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .user-edit-detail .user-edit-frame .form-item-prefecture {
    display: block;
    width: 150px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .user-edit-detail .user-edit-frame .form-item-city {
    display: block;
    width: 230px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
    margin-left: 0px;
  }
  .user-edit-detail .user-edit-frame .form-item-street,
  .user-edit-detail .user-edit-frame .form-item-building_room {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 7px 13px;
    border-radius: 4px;
    background-color: #f0f0f0;
  }
  .user-edit-detail .user-edit-frame .input-block .user-info {
    margin-left: 0;
    margin-bottom: 4px;
  }
  .user-edit-detail .user-edit-frame .validation-error {
    color: #c00;
    font-size: 12px;
    margin-top: 4px;
    display: block;
    min-height: 1em;
    text-align: left !important;
  }
  .user-edit-detail .user-edit-frame .validation-error:not(:empty) {
    visibility: visible;
  }
  .user-edit-detail .user-edit-frame .is-invalid {
    border: 1px solid #cc1b24 !important;
    background-color: #fce9ea !important;
  }
  .user-edit-detail .user-edit-frame .form-item {
    margin: 0 auto;
    width: 320px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
  }
  .user-edit-detail .user-edit-frame .birth_month {
    background-image: url(../images/calendar.png);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    fill: #000000;
    cursor: pointer;
  }
  .user-edit-detail .user-edit-frame .open-modal {
    cursor: pointer;
  }
  .user-edit-detail .user-edit-frame .text-button {
    margin: 0px 0 26px 0;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #3b86ff;
    text-decoration: underline;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-save {
    margin: 24px 0;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-save .edit-user-detail-checkbox {
    margin: 0 8px 0 0;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-save .edit-user-detail-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail_rules {
    color: #3b86ff;
    font-size: 16px;
  }
  .user-edit-detail .user-edit-frame .underline {
    cursor: pointer;
    text-decoration: underline;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-button {
    font-size: 16px;
  }
  .user-edit-detail .user-edit-frame .primary-box-btn {
    width: 240px;
    height: 44px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px 10px 20px 0px !important;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #0b58a3;
    background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-top: 16px;
    border-radius: 22px;
  }
  .user-edit-detail .user-edit-frame .primary-box-btn:disabled {
    background-image: none;
    background-color: #cccccc;
    color: #999999;
    cursor: not-allowed;
    border: 1px solid #dddddd;
    transition: background 0.2s ease-out;
  }
  .user-edit-detail .user-edit-frame .primary-box-btn-back {
    width: 240px;
    height: 44px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px 0px 20px 10px !important;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 22px;
    border: 1px solid #dddddd;
  }
  .user-edit-detail .user-edit-frame .line-break {
    padding-bottom: 10px;
  }
}
/* 特定のcssのみタブレット用を作成*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .user-edit-detail {
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .two-inputs {
    display: block !important;
  }
  /* 縦に並ぶので、input-block は幅100%に */
  .two-inputs .input-block {
    width: 100%;
    margin-bottom: 12px;
    /* ブロック間の縦余白を少し入れておく */
  }
  .user-edit-detail .user-edit-frame .button-wrapper {
    display: block;
  }
  .user-edit-inner.button-group {
    display: block;
    padding-left: 50px;
    padding-right: 50px;
  }
  .user-edit-inner.button-group input.primary-box-btn,
  .user-edit-inner.button-group input.primary-box-btn-back {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 10px 20px 0;
  }
  .delete-account-text {
    display: block;
    text-align: left;
    padding-left: 50px;
    margin-top: 0px;
    font-size: 14px;
    color: #9e9e9e;
    white-space: nowrap;
  }
  .delete-account-text .link-btn {
    margin-left: 4px;
    font-weight: 600;
    text-decoration: none;
    background: none;
    padding: 0;
    color: #ff306e;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  body.user-edit-page {
    /* モーダルウィンドウ */
    /* OK/キャンセル ボタン群 */
  }
  body.user-edit-page #unsaved_changes_modal .modal-window,
  body.user-edit-page #registration_account_modal .modal-window {
    width: 312px !important;
    padding: 40px 24px !important;
    border-radius: 4px !important;
    gap: 10px !important;
    /* 子要素の縦間隔（本文 ⇆ ボタン群） */
  }
  body.user-edit-page #unsaved_changes_modal .modal-buttons,
  body.user-edit-page #registration_account_modal .modal-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  body.user-edit-page #unsaved_changes_modal .modal-buttons input.primary-box-btn,
  body.user-edit-page #unsaved_changes_modal .modal-buttons input.primary-box-btn-back,
  body.user-edit-page #registration_account_modal .modal-buttons input.primary-box-btn,
  body.user-edit-page #registration_account_modal .modal-buttons input.primary-box-btn-back {
    width: 264px !important;
    height: 44px !important;
    border-radius: 30px !important;
    margin: 0px 0px 0px 0px !important;
  }
  body.user-edit-page #unsaved_changes_modal .modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  body.user-edit-page #unsaved_changes_modal .modal-window {
    z-index: 1001;
  }
  #registration_account_modal .modal-window .registration-account-modal-warning-text,
  #unsaved_changes_modal .modal-window .registration-account-modal-warning-text {
    font-weight: 700;
    text-align: left !important;
  }
  .user-edit-detail {
    text-align: center;
    padding: 26px 2%;
  }
  .user-edit-detail .user-edit-frame {
    width: 100%;
    padding-bottom: 0px;
    background: #ffffff;
    /* メールアドレス入力欄だけ文字色をグレーに */
  }
  .user-edit-detail .user-edit-frame .user-edit-inner {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .user-edit-detail .user-edit-frame .user-edit-detail .user-edit-frame .button-wrapper {
    display: block;
  }
  .user-edit-detail .user-edit-frame .user-edit-inner.button-group input.primary-box-btn,
  .user-edit-detail .user-edit-frame .user-edit-inner.button-group input.primary-box-btn-back {
    display: block;
    margin: 0 10px 20px 0;
  }
  .user-edit-detail .user-edit-frame .user-edit-inner.delete-group {
    display: block;
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .user-edit-detail .user-edit-frame .delete-account-text {
    font-size: 14px;
    color: #9e9e9e;
    white-space: nowrap;
  }
  .user-edit-detail .user-edit-frame .delete-account-text .link-btn {
    font-weight: 600;
    text-decoration: none;
    background: none;
    padding: 0;
    color: #ff306e;
    cursor: pointer;
    margin-left: 4px;
  }
  .user-edit-detail .user-edit-frame .input-block .form-item-street,
  .user-edit-detail .user-edit-frame .input-block .form-item-building_room {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 7px 10px;
    border-radius: 4px;
    background-color: #f0f0f0;
  }
  .user-edit-detail .user-edit-frame .mobile-two-inputs {
    display: block !important;
    margin-top: 12px;
  }
  .user-edit-detail .user-edit-frame .mobile-input-block {
    margin-bottom: 12px;
  }
  .user-edit-detail .user-edit-frame .mobile-input-block .user-info {
    margin-left: 0;
  }
  .user-edit-detail .user-edit-frame .two-inputs {
    display: block !important;
  }
  .user-edit-detail .user-edit-frame .two-inputs .input-block {
    width: 100%;
    margin-bottom: 12px;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-title {
    display: block;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding: 20px 0 10px 10px;
  }
  .user-edit-detail .user-edit-frame .padding-top5px {
    padding-top: 5px;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-padding {
    padding-top: 83px;
  }
  .user-edit-detail .user-edit-frame .center-display {
    display: flex;
    justify-content: center;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-logo {
    margin-top: 56px;
    margin-bottom: 22px;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-logo {
    margin-top: 29px;
    width: 69px;
    height: 69px;
  }
  .user-edit-detail .user-edit-frame .change {
    text-align: left;
    margin-bottom: 5px;
    font-size: 16px;
    width: 85%;
  }
  .user-edit-detail .user-edit-frame .user-info {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #9e9e9e;
    line-height: 1.2;
  }
  .user-edit-detail .user-edit-frame .user-info-detail {
    margin: 0 auto;
    text-align: left;
    font-size: 11px;
    font-weight: 500;
    color: #9e9e9e;
    margin-top: 4px;
  }
  .user-edit-detail .user-edit-frame .required-badge {
    display: inline-block;
    background-color: #ff306e;
    color: #ffffff;
    margin-bottom: 3px;
    font-size: 9px;
    font-weight: 500;
    padding: 3px 6px;
    border-radius: 4px;
    line-height: 1.2;
    vertical-align: middle;
    margin-left: 6px;
    white-space: nowrap;
  }
  .user-edit-detail .user-edit-frame #user_mailaddress {
    color: #c8c8c8;
  }
  .user-edit-detail .user-edit-frame .form-item-long {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .user-edit-detail .user-edit-frame .form-item-phone-number {
    display: block;
    width: 240px;
    height: 40px;
    font-size: 16px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .user-edit-detail .user-edit-frame .form-item-birth {
    display: block;
    width: 180px;
    height: 40px;
    font-size: 16px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .user-edit-detail .user-edit-frame .form-item-post-number {
    display: block;
    width: 180px;
    height: 40px;
    font-size: 16px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .user-edit-detail .user-edit-frame .form-item-prefecture {
    display: block;
    width: 180px;
    height: 40px;
    font-size: 16px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .user-edit-detail .user-edit-frame .form-item-city {
    display: block;
    width: 200px;
    height: 40px;
    font-size: 16px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .user-edit-detail .user-edit-frame .form-item-street,
  .user-edit-detail .user-edit-frame .form-item-building_room {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 7px 13px;
    border-radius: 4px;
    background-color: #f0f0f0;
  }
  .user-edit-detail .user-edit-frame .validation-error {
    color: #c00;
    font-size: 12px;
    margin-top: 4px;
    display: block;
    min-height: 1em;
    text-align: left !important;
  }
  .user-edit-detail .user-edit-frame .validation-error:not(:empty) {
    visibility: visible;
  }
  .user-edit-detail .user-edit-frame .is-invalid {
    border: 1px solid #cc1b24 !important;
    background-color: #fce9ea !important;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-text {
    display: flex;
    justify-content: left;
    font-size: 16px;
    color: #262626;
    padding: 8px 0px 10px 14px;
    line-height: 1.7;
    background-color: #fff;
    width: 320px;
    height: 40px;
    margin-bottom: 7px;
    border-radius: 4px;
  }
  .user-edit-detail .user-edit-frame .dropdown-btn-gender {
    display: flex;
    padding: 7px 0px 10px 13px;
    text-align: left;
    font-size: 16px;
    width: 140px;
    cursor: pointer;
    background-image: url(../images/icons-desc.png);
    background-position: 97% 40%;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border-radius: 4px;
    border: 0px solid #cccccc;
    background-color: #f0f0f0;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail_comment {
    padding-bottom: 10px;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-info {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .user-edit-detail .user-edit-frame #authentication_mail {
    background-color: #0b58a3;
    border-radius: 4px;
    color: white;
  }
  .user-edit-detail .user-edit-frame #edit-user-detail_cancel {
    margin-top: 30px;
    background-color: #adadad;
    border-radius: 4px;
    color: white;
  }
  .user-edit-detail .user-edit-frame .form-item {
    margin: 0 auto;
    width: 85%;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 8px;
  }
  .user-edit-detail .user-edit-frame .birth_month {
    background-image: url(../images/calendar.png);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    fill: #000000;
    cursor: pointer;
  }
  .user-edit-detail .user-edit-frame .text-button {
    margin: 0px 0 26px 0;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #3b86ff;
    text-decoration: underline;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-save {
    margin: 24px 0;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-save .edit-user-detail-checkbox {
    margin: 0 8px 0 0;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-save .edit-user-detail-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail_rules {
    color: #3b86ff;
    font-size: 16px;
  }
  .user-edit-detail .user-edit-frame .underline {
    text-decoration: underline;
  }
  .user-edit-detail .user-edit-frame .edit-user-detail-button {
    font-size: 16px;
  }
  .user-edit-detail .user-edit-frame .primary-box-btn {
    width: 100%;
    height: 44px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px 10px 20px 0px !important;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #0b58a3;
    background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-top: 16px;
    border-radius: 22px;
  }
  .user-edit-detail .user-edit-frame .primary-box-btn:disabled {
    background-image: none;
    background-color: #cccccc;
    color: #999999;
    cursor: not-allowed;
    border: 1px solid #dddddd;
    transition: background 0.2s ease-out;
  }
  .user-edit-detail .user-edit-frame .primary-box-btn-back {
    width: 100%;
    height: 44px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px 0px 20px 0px !important;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 22px;
    border: 1px solid #dddddd;
  }
  .user-edit-detail .user-edit-frame .line-break {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .user-edit-detail {
    overflow-y: auto;
    padding-bottom: 0;
  }
}
/* ----- /edit_user_detail ----- */
/* ----- mail メールアドレス変更画面 ----- */
@media screen and (min-width: 768px) {
  .padding-top7px {
    padding-top: 7px;
  }
  .mail-padding {
    padding-top: 83px;
  }
  .center-display {
    display: flex;
    justify-content: center;
  }
  .admin-mail {
    background-color: #e5fafa;
    width: 420px;
    height: 583px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
  }
  .admin-mail .authentication-logo {
    margin-top: 56px;
    margin-bottom: 33px;
  }
  .admin-mail .mail-logo {
    margin-top: 56px;
    margin-bottom: 53px;
    width: 69px;
    height: 69px;
  }
  .admin-mail .mail-title {
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px 19px 0px;
    font-size: 16px;
    font-weight: 700;
  }
  .admin-mail .mail-new-password-title {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
  }
  .admin-mail .mail-text {
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #262626;
    padding-bottom: 26px;
    line-height: 1.7;
  }
  .admin-mail .mail_comment {
    padding-bottom: 10px;
  }
  .admin-mail .mail-info {
    margin: 0 auto;
    width: 300px;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .admin-mail #authentication_code {
    background-color: #0b58a3;
    border-radius: 4px;
    color: white;
  }
  .admin-mail #mail_cancel {
    margin-top: 30px;
    background-color: #adadad;
    border-radius: 4px;
    color: white;
  }
  .admin-mail .form-item {
    margin: 0 auto;
    width: 320px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 29px;
  }
  .admin-mail .form-item-new-password {
    margin: 0 auto;
    width: 320px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 14px;
    font-size: 16px;
  }
  .admin-mail .text-button {
    margin: 0px 0 26px 0;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #3b86ff;
    text-decoration: underline;
  }
  .admin-mail .mail-save {
    margin: 24px 0;
  }
  .admin-mail .mail-save .mail-checkbox {
    margin: 0 8px 0 0;
  }
  .admin-mail .mail-save .mail-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .admin-mail .terms-label {
    text-decoration: underline;
    color: #3b86ff;
  }
  .admin-mail .mail_rules {
    color: #3b86ff;
    font-size: 16px;
  }
  .admin-mail .underline {
    text-decoration: underline;
  }
  .admin-mail .mail-button {
    font-size: 16px;
  }
  .admin-mail .primary-box-btn {
    width: 300px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #0b58a3;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 29px;
    border-radius: 4px;
  }
  .admin-mail .primary-box-btn-back {
    width: 227px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #adadad;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .admin-mail .line-break {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .padding-top7px {
    padding-top: 7px;
  }
  .mail-padding {
    padding-top: 83px;
  }
  .center-display {
    display: flex;
    justify-content: center;
  }
  .admin-mail {
    background-color: #e5fafa;
    width: 100%;
    height: 543px;
    margin: 0 auto;
    text-align: center;
  }
  .admin-mail .authentication-logo {
    margin-top: 56px;
    margin-bottom: 33px;
  }
  .admin-mail .mail-logo {
    margin-top: 71px;
    margin-bottom: 53px;
    width: 69px;
    height: 69px;
  }
  .admin-mail .mail-title {
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px 19px 0px;
    font-size: 16px;
    font-weight: 700;
  }
  .admin-mail .mail-new-password-title {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
  }
  .admin-mail .mail-text {
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #262626;
    padding-bottom: 26px;
    line-height: 1.7;
  }
  .admin-mail .mail_comment {
    padding-bottom: 10px;
  }
  .admin-mail .mail-info {
    margin: 0 auto;
    width: 300px;
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .admin-mail #authentication_code {
    background-color: #0b58a3;
    border-radius: 4px;
    color: white;
  }
  .admin-mail #mail_cancel {
    margin-top: 30px;
    background-color: #adadad;
    border-radius: 4px;
    color: white;
  }
  .admin-mail .form-item {
    margin: 0 auto;
    width: 85%;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 29px;
  }
  .admin-mail .form-item-new-password {
    margin: 0 auto;
    width: 320px;
    height: 40px;
    padding: 7px 0px 7px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 14px;
    font-size: 16px;
  }
  .admin-mail .text-button {
    margin: 0px 0 26px 0;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #3b86ff;
    text-decoration: underline;
  }
  .admin-mail .mail-save {
    margin: 24px 0;
  }
  .admin-mail .mail-save .mail-checkbox {
    margin: 0 8px 0 0;
  }
  .admin-mail .mail-save .mail-label {
    vertical-align: -1px;
    font-weight: 100;
  }
  .admin-mail .terms-label {
    text-decoration: underline;
    color: #3b86ff;
  }
  .admin-mail .mail_rules {
    color: #3b86ff;
    font-size: 16px;
  }
  .admin-mail .underline {
    text-decoration: underline;
  }
  .admin-mail .mail-button {
    font-size: 16px;
  }
  .admin-mail .primary-box-btn {
    width: 80%;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #0b58a3;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 29px;
    border-radius: 4px;
  }
  .admin-mail .primary-box-btn-back {
    width: 65%;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #adadad;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .admin-mail .line-break {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .mail-form {
    overflow-y: auto;
  }
}
@media screen and (min-width: 1280px) {
  .user-edit-detail {
    position: relative;
    background-color: rgb(246, 246, 246);
  }
  .user-edit-detail .user-edit-frame {
    margin-bottom: 50px;
  }
}
/* ----- /mail ----- */
/* ----- property ----- */
.property-upload {
  width: 100%;
  margin: -35px auto 25px auto;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 15px 24px 15px 24px;
}
.property-upload p {
  color: #999;
  line-height: 1.5;
  font-size: 14px;
}
.property-upload p:last-child {
  color: #1278ce;
}

.file-btn-block {
  margin: 0 0 0 auto;
}

.property-upload .property-item-body .file-btn-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}

.property-upload .property-item-body .file-btn-block .tertiary-btn {
  width: 90px;
}

.batch-history-content .property-item-body .file-btn-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}

.batch-history-content .property-item-body .file-btn-block .property-file-btn {
  width: 90px;
}

.property-file-btn {
  line-height: 1 !important;
}

.file-btn:hover {
  opacity: 0.8;
  transition: 0.6s;
}

/* ----- /property ----- */
/* ----- rooms ----- */
.rooms-search-area .search-area .search-area-item-roomnum {
  width: 212px;
}
.rooms-search-area .search-area .search-area-item-floor {
  width: 212px;
}
.rooms-search-area .search-area .search-area-item-angle {
  width: 212px;
}

.rooms .l-contents-list .list-header .facilities_property_code {
  width: 0px;
}

.rooms .l-contents-list .list-header .owner_code {
  width: 0px;
}

.rooms .l-contents-list .list-header .room_number {
  width: 0px;
}

.rooms .l-contents-list .list-header .status {
  width: 0px;
}

.rooms .l-contents-list .list-header .management_pattern {
  width: 0px;
}

.rooms .l-contents-list .list-header .coordination {
  width: 0px;
  margin-left: 0px;
}

.rooms .l-contents-list .list-header {
  width: calc(100% - 0px);
  min-width: 700px;
}
.rooms .l-contents-list .list-header .name {
  width: 0px;
}
.rooms .l-contents-list .list-header .facilities_property_code {
  width: 0px;
}
.rooms .l-contents-list .list-header .owner_code {
  width: 0px;
}
.rooms .l-contents-list .list-header .room_number {
  width: 0px;
}
.rooms .l-contents-list .list-header .status {
  width: 0px;
}
.rooms .l-contents-list .list-header .management_pattern {
  width: 0px;
}
.rooms .l-contents-list .list-header .coordination {
  width: 0px;
  margin-left: 0px;
}
.rooms .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:first-child {
  width: 0%;
}
.rooms .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:nth-child(2) {
  width: 0%;
}
.rooms .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:nth-child(3) {
  width: 0%;
}
.rooms .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:nth-child(4) {
  width: 0%;
}
.rooms .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:nth-child(5) {
  width: 0%;
}
.rooms .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:last-child {
  width: 0%;
  margin-left: 0px;
}

.rooms .l-contents-list.has-two-btns .list-header {
  width: calc(100% - 160px);
  min-width: 700px;
}
.rooms .l-contents-list.has-two-btns .list-body .list-body-item .list-body-detail {
  width: calc(100% - 160px);
  min-width: 700px;
}
.rooms .l-contents-list.no-btns .list-header {
  width: 100%;
}
.rooms .l-contents-list.no-btns .list-body .list-body-item .list-body-detail {
  width: 100%;
}
.rooms .l-contents-list .list-header {
  display: flex;
  width: calc(100% - 102px);
}
.rooms .l-contents-list .list-header .list-header-item {
  padding: 14px 4px;
  width: 0px;
  font-size: 12px;
  color: #666;
  flex-grow: 1;
  flex-basis: auto;
}
.rooms .l-contents-list .list-header .list-header-item:first-child {
  width: 0px;
}
.rooms .l-contents-list .list-header .list-header-address-item {
  padding: 14px 0;
  width: 0px;
  font-size: 12px;
  color: #666;
}
.rooms .l-contents-list .list-header .list-header-item:last-child {
  margin-left: 0px;
  margin-right: 50px;
  width: 0px;
}

.property-upload {
  width: 100%;
  margin: -35px auto 25px auto;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 15px 24px 15px 24px;
}
.property-upload p {
  color: #999;
  line-height: 1.5;
  font-size: 14px;
}
.property-upload p:last-child {
  color: #1278ce;
}

.file-btn-block {
  margin: 0 0 0 auto;
}

.property-upload .property-item-body .file-btn-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}

.property-upload .property-item-body .file-btn-block .tertiary-btn {
  width: 90px;
}

.property-file-btn {
  line-height: 1 !important;
}

.file-btn:hover {
  opacity: 0.8;
  transition: 0.6s;
}

/* ----- /rooms ----- */
/* ----- notice ----- */
.l-notice .switch-tab {
  display: flex;
  list-style-type: none;
  border-bottom: 1px solid #999999;
  margin-bottom: 56px;
}
.l-notice .switch-tab .switch-tab-item {
  padding: 20px 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #999999;
}
.l-notice .switch-tab .switch-tab-item input {
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}
.l-notice .switch-tab .switch-tab-item.selected {
  border-bottom: 2px solid #1278ce;
}
.l-notice .switch-tab .switch-tab-item.selected input {
  color: #1278ce;
  text-decoration: none;
}
.l-notice .switch-tab .switch-tab-center-line {
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #999999;
}
.l-notice .item-detail-edit .item-detail-edit-inner div.publish_at {
  display: flex;
}
.l-notice .item-detail-edit .item-detail-edit-inner div.publish_at #publish_date {
  margin-right: 20px;
}
.l-notice .item-detail-edit .item-detail-edit-inner dd .item-detail-edit-inner-item.notice-detail {
  width: 600px;
  height: 100px;
}

/* ----- /notice ----- */
/* ----- app-user ----- */
.shigma_kyaku_no_delete_button {
  display: inline-block;
  margin: auto 24px auto auto;
  align-items: center;
}

.shigma_kyaku_no_delete_button_design {
  padding: 8px 18px;
}

.shigma_kyaku_no_txt {
  display: inline-block;
}

.app-user-kyaku-no-delete {
  display: inline-block;
  color: #1278ce;
  margin-bottom: 12px;
}

.app-user .l-contents-list .list-header .list-header-item:last-child {
  margin-left: 0;
}
.app-user .l-contents-list .list-header .list-header-item.fcl-owner {
  width: 80px;
}
.app-user .l-contents-list .list-header .list-header-item.coins {
  width: 80px;
}
.app-user .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:last-child {
  margin-left: 0;
}
.app-user .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item.fcl-owner {
  width: 80px;
}
.app-user .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item.coins {
  width: 80px;
}
.app-user .shigma_kyaku_no {
  padding-top: 5px;
  padding-bottom: 5px;
}
.app-user .edit-button {
  margin: auto 24px auto 0;
}
.app-user.modal .modal-window {
  min-width: 500px;
  padding: 0;
}
.app-user.modal .modal-window .modal-title {
  padding: 22px;
  font-size: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.app-user.modal .modal-window .modal-warning-text {
  margin: 24px 16px 24px;
}
.app-user.modal .modal-window .modal-warning-text .input-form {
  border: 1px solid #e6e6e6;
  padding: 12px;
  height: 40px;
  width: 200px;
  margin-left: 16px;
  margin-right: 16px;
}
.app-user.modal .modal-window .edit-list-box {
  margin: 24px 24px 24px;
}
.app-user.modal .modal-window .edit-list-box .edit-list-item {
  display: flex;
  padding: 10px 0;
}
.app-user.modal .modal-window .edit-list-box .edit-list-item .form-title {
  margin: auto 0;
  width: 180px;
}
.app-user.modal .modal-window .edit-list-box .edit-list-item .form-area .input-form {
  width: 250px;
  border: 1px solid #e6e6e6;
  padding: 12px;
  height: 40px;
}
.app-user.modal .modal-window .edit-list-box .edit-list-item .form-area .input-form.text-area {
  height: 120px;
  width: 250px;
  font-size: 14px;
}
.app-user.modal .modal-window .edit-list-box .edit-list-item .form-area .input-form.calender-form {
  background: url("/images/icon-calendar.svg") no-repeat right 65%;
}
.app-user.modal .modal-window .edit-list-box .edit-list-item .form-area .input-form.diff-coins-form {
  width: 197px;
}
.app-user.modal .modal-window .edit-list-box .edit-list-item .form-area .authority-select.select-sign {
  display: block;
  padding: 0 5px 0 0;
}
.app-user.modal .modal-window .edit-list-box .edit-list-item .form-area .authority-select.select-sign select {
  height: 18px;
  border: 1px solid #e6e6e6;
  width: 30px;
  padding: 8px 10px 12px 10px;
  margin: auto 0;
  border-radius: 0px;
}
.app-user.modal .modal-window .edit-list-box .edit-list-item .form-area .authority-select.select-sign:after {
  left: 30px;
}
.app-user.modal .modal-window .edit-list-box .edit-list-item .form-area .authority-select {
  font-size: 14px;
  position: relative;
}
.app-user.modal .modal-window .edit-list-box .edit-list-item .form-area .authority-select select {
  height: 18px;
  border: 1px solid #e6e6e6;
  width: 210px;
  padding: 8px 30px 12px 10px;
  margin: auto 0;
  border-radius: 0px;
  cursor: pointer;
}
.app-user.modal .modal-window .edit-list-box .edit-list-item .form-area .authority-select select.active {
  color: black;
  /* option選択時の文字色 */
}
.app-user.modal .modal-window .edit-list-box .edit-list-item .form-area .authority-select select.none {
  color: #999;
  /* option選択時の文字色 */
}
.app-user.modal .modal-window .edit-list-box .edit-list-item .form-area .authority-select:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #999999 transparent transparent transparent;
  width: 0;
  height: 0;
  top: 50%;
  left: 90%;
}
.app-user.modal .modal-window .edit-list-box .edit-list-item .input-text {
  display: flex;
}
.app-user.modal .modal-window .modal-btn-area {
  padding: 12px 16px;
}
@media all and (-ms-high-contrast: none) {
  .app-user.modal .modal-window .modal-btn-area.with-left-btn {
    justify-content: flex-start;
  }
}
.app-user.modal .modal-window .modal-btn-area .btn.grayout {
  pointer-events: auto;
  color: black;
  left: 0;
  margin-right: auto;
  width: 80px;
  padding: 10px 0;
  font-size: 12px;
}
.app-user.modal.list-modal .modal-window {
  width: -moz-fit-content;
  width: fit-content;
}
.app-user.modal.list-modal .modal-list-box {
  height: 300px;
  overflow: scroll;
  padding: 0 32px;
}
.app-user.modal.list-modal .modal-list-box.l-contents-list .list-header .list-header-item {
  text-align: left;
  margin-right: 5px;
}
.app-user.modal.list-modal .modal-list-box.l-contents-list .list-header .list-header-item:last-child {
  margin-left: 0;
}
.app-user.modal.list-modal .modal-list-box.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item {
  text-align: left;
  margin-right: 5px;
}
.app-user.modal.list-modal .modal-list-box.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item .form-area .input-form {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 12px;
  height: 40px;
}
.app-user.modal.list-modal .modal-list-box.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item .form-area .input-form.text-area {
  height: 120px;
  width: 226px;
  font-size: 14px;
}
.app-user.modal.list-modal .modal-list-box.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item .form-area .input-form.calender-form {
  background: url("/images/icon-calendar.svg") no-repeat right 65%;
}
.app-user.modal.list-modal .modal-list-box.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item .form-area .input-form.diff-coins-form {
  width: 197px;
}
.app-user.modal.list-modal .modal-list-box.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item .authority-select {
  font-size: 14px;
  position: relative;
}
.app-user.modal.list-modal .modal-list-box.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item .authority-select select {
  height: 18px;
  border: 1px solid #e6e6e6;
  width: 40%;
  padding: 8px 30px 12px 10px;
  cursor: pointer;
}
.app-user.modal.list-modal .modal-list-box.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item .authority-select:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #999999 transparent transparent transparent;
  width: 0;
  height: 0;
  top: 50%;
  left: 90%;
}
.app-user.modal.list-modal .modal-list-box.l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:last-child {
  margin-left: 0;
  overflow: visible;
}
.app-user.modal .l-contents-list .list-body .list-body-item.on-edit {
  display: none;
}
.app-user.modal .l-contents-list .list-body .list-body-item.edit-form {
  display: none;
}
.app-user.modal .l-contents-list .list-body .list-body-item.edit-form.on-edit {
  display: flex;
}
.app-user.modal .l-contents-list .list-body .list-body-item.edit-form .list-body-detail-item input {
  border: 1px solid #e6e6e6;
  padding: 8px;
  height: 40px;
}
.app-user.modal .l-contents-list .list-body .list-body-item.edit-form .list-body-detail-item .calender-form {
  min-width: 128px;
  background: url("/images/icon-calendar.svg") no-repeat right 65%;
}
.app-user.modal .l-contents-list .list-body .list-body-item.edit-form .list-body-detail-item .authority-select {
  font-size: 14px;
  position: relative;
}
.app-user.modal .l-contents-list .list-body .list-body-item.edit-form .list-body-detail-item .authority-select select {
  border: 1px solid #e6e6e6;
  height: 40px;
  width: 128px;
  padding: 0 8px;
}
.app-user.modal .l-contents-list .list-body .list-body-item.edit-form .list-body-detail-item .authority-select:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #999999 transparent transparent transparent;
  width: 0;
  height: 0;
  top: 50%;
  left: 85%;
}

/* ----- /app-user ----- */
/* ----- coin-expiration-date ----- */
.coin-expiration-date .item-detail-edit {
  display: flex;
  align-items: center;
}
.coin-expiration-date .item-detail-edit .input-form {
  border: 1px solid #e6e6e6;
  padding: 12px;
  height: 40px;
  width: 80px;
  margin-left: 16px;
  margin-right: 16px;
}
.coin-expiration-date .item-detail-edit .mr-50px {
  margin-right: 50px;
}
.coin-expiration-date .validate-error {
  color: red;
  font-size: 12px;
}
.coin-expiration-date .description {
  margin-top: 12px;
  font-size: 12px;
}

/* ----- /coin-expiration-date ----- */
.notification {
  display: none;
}

.notification-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 908px;
  z-index: 1;
  padding: 0 16px;
  font-weight: 600;
  margin: auto auto 20px auto;
  min-height: 50px;
}
.notification-inner.success {
  color: #1278ce;
  background: rgba(225, 238, 248, 0.9);
}
.notification-inner.error {
  color: #d01c1c;
  background: rgba(249, 226, 226, 0.9);
}
.notification-inner span {
  padding: 16px 0;
}
.notification-inner img {
  width: 16px;
  height: 16px;
  margin-left: 16px;
  padding: 16px 0;
  cursor: pointer;
}

.file-btn > input {
  display: none;
}

.modal-file-btn > input {
  display: none;
}

.file-btn {
  padding: 14px 28px 11px 28px;
  display: block;
  width: 100%;
  color: #fff;
  border-radius: 100px;
  font-size: 13px;
  line-height: 1.8;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
}

.modal-file-btn {
  padding: 11px 28px 11px 28px;
  margin-left: 12px;
  display: block;
  width: auto;
  color: #fff;
  border-radius: 100px;
  font-size: 13px;
  line-height: 1.8;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-color: #1278ce;
}

.excel-file-btn {
  padding: 14px 24px 14px 24px;
  margin-left: 30px;
  display: block;
  color: #fff;
  border-radius: 100px;
  font-size: 13px;
  line-height: 1.8;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  width: 232px;
  background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
}

.pdf-file-btn {
  padding: 14px 24px 14px 24px;
  margin-left: 30px;
  display: block;
  color: #fff;
  border-radius: 100px;
  font-size: 13px;
  line-height: 1.8;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
}

.excel-file-btn > input,
.pdf-file-btn > input {
  display: none;
}

.excel-file-btn:hover,
.pdf-file-btn:hover {
  opacity: 0.8;
  transition: 0.6s;
}

.property-image-btn {
  position: absolute;
  bottom: 0;
  width: 118px;
  height: 21px;
  background: rgba(0, 0, 0, 0.6);
  padding: 4px 6px 0;
  text-align: right;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

.property-image-btn > input {
  display: none;
}

.admin-new-password {
  width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 24px;
}
.admin-new-password .new-password-title {
  text-align: center;
  width: 100%;
  margin: 0 auto 20px auto;
}
.admin-new-password .login-text {
  text-align: left;
  margin: 24px 0 24px 24px;
  font-size: 16px;
  color: #858585;
  width: 400px;
}
.admin-new-password .form-item {
  display: block;
  width: 400px;
  padding: 16px;
  border: none;
  border-radius: 8px;
  background: #f3f3f3;
  margin-bottom: 16px;
  margin: 0 auto 16px auto;
}
.admin-new-password .form-item:last-child {
  margin-bottom: 32px;
}
.admin-new-password #admin_update_password {
  width: 400px;
  margin: 0 auto;
}

.modal-window .modal-inner .modal-inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
}

.modal-window .modal-inner .modal-inner-header .primary-btn {
  width: 138px;
}

.modal-window.image-management,
.modal-window.file-upload {
  width: 682px;
}

.modal-window.image-management .modal-title,
.modal-window.file-upload .modal-title {
  padding: 20px 16px 0;
  margin-bottom: 16px;
  font-size: 20px;
}

.modal-window.image-management {
  width: 700px;
  display: none;
  margin-top: 12px;
}
.modal-window.image-management.active {
  display: block;
  bottom: auto;
}

.modal-window.batch-history {
  width: 800px;
}

#batch_history_modal .modal-bg {
  z-index: 100;
}

#batch_history_modal .modal-window {
  z-index: 101;
}

.modal-window.image-management .modal-title,
.modal-window.batch-history .modal-title {
  padding: 20px 16px 0;
  margin-bottom: 16px;
  font-size: 20px;
}

.modal-window.image-management .modal-title,
.modal-window.batch-history .modal-title .icon-xls {
  padding: 3px 13px 0;
  margin-bottom: 16px;
  font-size: 20px;
  margin-right: 10px;
}

.modal-window.batch-history .icon-xls {
  background-image: url(../images/icon-xls.svg);
}

.modal-window.file-upload .modal-inner {
  border-top: 1px solid #e6e6e6;
  padding: 40px 60px;
}

.modal-window.file-upload .modal-inner .upload-form-list {
  display: flex;
  padding-bottom: 36px;
}
.modal-window.file-upload .modal-inner .upload-form-list:last-child {
  padding-bottom: 10px;
}
.modal-window.file-upload .modal-inner .upload-form-list dt {
  width: 25%;
  line-height: 40px;
}
.modal-window.file-upload .modal-inner .upload-form-list dd {
  line-height: 40px;
}
.modal-window.file-upload .modal-inner .upload-form-list .item-detail-edit-inner-item {
  border: 1px solid #e6e6e6;
  padding: 12px;
  height: 40px;
  width: 258px;
}
.modal-window.file-upload .modal-inner .upload-form-list .item-detail-edit-inner-item.calender-form {
  background: url("/images/icon-calendar.svg") no-repeat right 65%;
}

.date-field-error,
.file-field-error {
  color: #e41f1f;
  font-size: 14px;
}

.remittance-modal {
  display: none;
}

.modal-window .modal-inner .modal-image-management-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 24px 0;
}

.modal-window .modal-inner .modal-image-management-list .modal-image-management-items {
  margin: 0 auto 16px;
  line-height: 0;
  position: relative;
}

.modal-window .modal-inner .modal-image-management-list .modal-image-management-items img {
  width: 118px;
  height: 118px;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-window .modal-inner .modal-image-management-list .modal-image-management-items .no-image {
  width: 118px;
  height: 118px;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #858585;
}

.modal-window .modal-inner .modal-image-management-list .modal-image-management-items .image-on-link {
  position: absolute;
  bottom: 0;
  width: 118px;
  height: 21px;
  background: rgba(0, 0, 0, 0.6);
  text-align: right;
}
.modal-window .modal-inner .modal-image-management-list .modal-image-management-items .image-on-link.active {
  background: rgb(0, 0, 0);
}

.modal-window .modal-inner .modal-image-management-list .modal-image-management-items .image-on-link .property-image-btn {
  position: absolute;
  bottom: 0;
  width: 118px;
  height: 21px;
  background: rgb(0, 0, 0);
  text-align: right;
}

.modal-window .modal-inner .modal-image-management-list .modal-image-management-items .image-on-link a {
  line-height: 1;
  color: #fff;
  text-decoration: none;
}

.modal-window .modal-inner .modal-image-management-list .modal-image-management-items:after {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  height: 24px;
  width: 24px;
  left: 8px;
  top: 8px;
  border-radius: 50%;
  line-height: 2;
  text-align: center;
}

.modal-window .modal-inner .modal-image-management-list .modal-image-management-items:nth-child(1n):after {
  content: "1";
  padding: 0px 2px 4px 2px;
}

.modal-window .modal-inner .modal-image-management-list .modal-image-management-items:nth-child(2n):after {
  content: "2";
}

.modal-window .modal-inner .modal-image-management-list .modal-image-management-items:nth-child(3n):after {
  content: "3";
}

.modal-window .modal-inner .modal-image-management-list .modal-image-management-items:nth-child(4n):after {
  content: "4";
}

.modal-window .modal-inner .modal-image-management-list .modal-image-management-items:nth-child(5n):after {
  content: "5";
}

.modal-window .modal-inner .modal-image-management-list .modal-image-management-items:nth-child(6n):after {
  content: "6";
}

.modal-window .modal-inner .modal-image-management-list .modal-image-management-items:nth-child(7n):after {
  content: "7";
}

.modal-window .modal-inner .modal-image-management-list .modal-image-management-items:nth-child(8n):after {
  content: "8";
}

.modal-window .modal-inner .modal-image-management-list .modal-image-management-items:nth-child(9n):after {
  content: "9";
}

.modal-window .modal-inner .modal-image-management-list .modal-image-management-items:nth-child(10n):after {
  content: "10";
}

.modal-cancel {
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #1278ce;
  text-decoration: none;
}

.item {
  cursor: pointer;
}

.main-contants {
  max-width: 940px;
  margin: 40px auto 0;
}
.main-contants .main-contants-inner {
  padding: 32px 32px 160px;
}

.l-404 {
  margin-top: 64px;
}
.l-404 .common-title {
  font-size: 24px;
  border: none;
  color: #1278ce;
  text-align: center;
  margin-bottom: 16px;
}
.l-404 .sub-title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}

.back-link {
  margin-top: 24px;
  text-align: center;
}

.none_value {
  display: none;
  color: transparent;
}

#is_images option:first-child {
  display: none;
}

#link_facilities_owner_status option:first-child {
  display: none;
}

#coupon_status option:first-child {
  display: none;
}

.eye-content {
  position: relative;
}
.eye-content .eye-icon {
  position: absolute;
  left: 370px;
  top: 35px;
}

.admin-user-close,
.user-close {
  position: relative;
  display: none;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  cursor: pointer;
}

.admin-user-close:before,
.user-close:before {
  content: "";
  display: block;
  background-color: #858585;
  height: 20px;
  width: 1px;
  transform: translate(9px, 0) rotate(44deg);
}

.admin-user-close:after,
.user-close:after {
  content: "";
  display: block;
  background-color: #858585;
  height: 20px;
  width: 1px;
  transform: translate(9px, -20px) rotate(-44deg);
}

/* ----- new_account ----- */
.new_account {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 24px;
}
.new_account .new_account-title {
  text-align: center;
  margin: 0 0 24px 0px;
  font-size: 16px;
}
.new_account .form-item {
  display: block;
  width: 100%;
  padding: 16px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background: #fff;
  margin-bottom: 16px;
}
.new_account .form-item:last-child {
  margin-bottom: 32px;
}
.new_account .new_account_btn {
  margin-top: 10px;
  border-radius: 0px;
  background: #333333;
  color: #f3f3f3;
}
.new_account .new_account_rules {
  margin-top: 10px;
  margin: 20px 0 18px 0px;
  text-align: center;
}
.new_account #edit_user_detail {
  margin-top: 10px;
  background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
}
.new_account #new_account_cancel {
  margin-top: 10px;
  border-radius: 0px;
  background: #bababa;
  color: #000000;
  border: 1px solid #cccccc;
}
.new_account #authentication_code {
  border-radius: 0px;
  background: #000000;
}
.new_account .center-display {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.fontsize12 {
  font-size: 12px;
}

.align-left {
  text-align: left;
}

.padding-bottom43px {
  padding-bottom: 43px;
}

/* ----- /new_user_detail ----- */
.new-user-detail {
  width: 550px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 24px;
}
.new-user-detail .new-user-detail-title {
  text-align: center;
  margin: 0 0 24px 0px;
  font-size: 28px;
}
.new-user-detail .massage {
  font-size: 21px;
  text-align: center;
  margin: 0 0 20px 0;
}
.new-user-detail .basic {
  font-size: 21px;
  text-align: left;
  color: #838383;
  margin-bottom: 5px;
}
.new-user-detail .form-item {
  display: block;
  padding: 16px;
  font-size: 21px;
  border: none;
  border-radius: 0px;
  border: 1px solid #cccccc;
  background: #fff;
  margin-bottom: 16px;
}
.new-user-detail .form-item:last-child {
  margin-bottom: 32px;
}
.new-user-detail .btn {
  font-size: 21px;
  width: 430px;
}
.new-user-detail #new_user_detail_do {
  margin-top: 10px;
  background: #000000;
  border-radius: 0px;
}
.new-user-detail #new_user_detail_cancel {
  margin-top: 10px;
  background: #bababa;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0px;
}
.new-user-detail .new-user-detail-birth-month {
  background-image: url(../images/ic_calendar.png);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  cursor: pointer;
  fill: #000000;
}

.user_detail_modal .modal-bg {
  z-index: 100;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .user_detail_modal .modal-window {
    z-index: 101;
    width: 450px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .user_detail_modal .modal-window {
    z-index: 101;
    width: 95%;
    text-align: center;
  }
}
.user_detail_modal .icon-close {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  float: right;
  cursor: pointer;
  margin-bottom: 20px;
}
.user_detail_modal .icon-close:before {
  content: "";
  display: block;
  background-color: #000000;
  height: 30px;
  width: 5px;
  transform: translate(9px, 0) rotate(44deg);
}
.user_detail_modal .icon-close:after {
  content: "";
  display: block;
  background-color: #000000;
  height: 30px;
  width: 5px;
  transform: translate(9px, -30px) rotate(-44deg);
}
.user_detail_modal .modal-window .user-detail-modal-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
  font-size: 12px;
}
.user_detail_modal .modal-window .user-detail-modal-btn-area .secondary-btn {
  width: 30%;
  padding-bottom: 5px;
  font-size: 14px;
  background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
  border-radius: 5px;
}
.user_detail_modal select {
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  padding: 8px;
  text-align: left;
  width: 80%;
  position: relative;
  cursor: pointer;
  background: #ffffff;
  background-image: url(../images/icon-arrow-down.svg);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 5%;
}
.user_detail_modal .month-table {
  width: 100%;
  margin: auto;
}
.user_detail_modal .month-table .month-td {
  text-align: center;
}
.user_detail_modal .month-table .month-td .month-button {
  width: 70px;
  padding: 10px 0 10px 0;
}
.user_detail_modal .month-table .month-td .month-button:hover {
  background-color: rgba(102, 102, 102, 0.1);
}
.user_detail_modal .month-table .month-button-active {
  background-color: rgba(189, 216, 252, 0.3);
}

/* ----- /app_user/edit ----- */
.edit_user_detail {
  width: 550px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 24px;
}
.edit_user_detail .edit_user_detail-title {
  text-align: center;
  margin: 0 0 24px 0px;
  font-size: 28px;
}
.edit_user_detail .massage {
  text-align: center;
  margin: 0 0 20px 0;
}
.edit_user_detail .basic {
  text-align: left;
  color: #838383;
  margin-bottom: 5px;
  font-size: 21px;
}
.edit_user_detail .form-item {
  display: block;
  padding: 16px;
  border: none;
  border-radius: 8px;
  background: #f3f3f3;
  margin-bottom: 16px;
  font-size: 21px;
}
.edit_user_detail .form-item:last-child {
  margin-bottom: 32px;
}
.edit_user_detail .btn {
  font-size: 21px;
  width: 340px;
}
.edit_user_detail #edit_user_detail_do {
  margin-top: 10px;
  background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
}
.edit_user_detail #edit_user_detail_cancel {
  margin-top: 10px;
  background: #bababa;
}
.edit_user_detail #user_mail {
  color: #838383;
}
.edit_user_detail .birth_month {
  background-image: url(../images/calendar.png);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  fill: #000000;
  cursor: pointer;
}

#unsaved_changes_modal.modal .modal-bg,
#registration_account_modal.modal .modal-bg {
  z-index: 100;
  color: #999999;
}
@media screen and (min-width: 768px) {
  #unsaved_changes_modal.modal .modal-window,
  #registration_account_modal.modal .modal-window {
    z-index: 101;
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  #unsaved_changes_modal.modal .modal-window,
  #registration_account_modal.modal .modal-window {
    z-index: 101;
    width: 95%;
  }
}
#unsaved_changes_modal.modal .modal-title,
#registration_account_modal.modal .modal-title {
  text-align: center;
  padding: 0 0 26px 0;
  font-size: 21px;
  font-weight: 700;
}
#unsaved_changes_modal.modal .modal-warning-text,
#registration_account_modal.modal .modal-warning-text {
  text-align: center;
  margin: 10 0 0 0;
  font-size: 12px;
}
#unsaved_changes_modal.modal .modal-window .registration-account-modal-btn-area,
#registration_account_modal.modal .modal-window .registration-account-modal-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #unsaved_changes_modal.modal .modal-window .registration-account-modal-btn-area .secondary-btn,
  #registration_account_modal.modal .modal-window .registration-account-modal-btn-area .secondary-btn {
    width: 150px;
    padding: 10px 0;
    font-size: 16px;
  }
  #unsaved_changes_modal.modal .modal-window .registration-account-modal-btn-area .cancel-btn,
  #registration_account_modal.modal .modal-window .registration-account-modal-btn-area .cancel-btn {
    width: 150px;
    padding: 10px 0;
    font-size: 16px;
    background-color: #bababa;
    color: #000000;
  }
}
@media screen and (max-width: 767px) {
  #unsaved_changes_modal.modal .modal-window .registration-account-modal-btn-area .secondary-btn,
  #registration_account_modal.modal .modal-window .registration-account-modal-btn-area .secondary-btn {
    width: 40%;
    padding: 10px 0;
    font-size: 16px;
  }
  #unsaved_changes_modal.modal .modal-window .registration-account-modal-btn-area .cancel-btn,
  #registration_account_modal.modal .modal-window .registration-account-modal-btn-area .cancel-btn {
    width: 40%;
    padding: 10px 0;
    font-size: 16px;
    background-color: #bababa;
    color: #000000;
  }
}
#unsaved_changes_modal.modal .modal-window .registration-account-modal-warning-text,
#registration_account_modal.modal .modal-window .registration-account-modal-warning-text {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  padding: 0 0 26px 0;
}
#unsaved_changes_modal.modal .primary-box-btn,
#registration_account_modal.modal .primary-box-btn {
  margin-bottom: 14px;
}

/* ----- /calendar_modal ----- */
#calendar_modal.modal {
  margin: auto;
  text-align: center;
}
#calendar_modal.modal .modal-bg {
  z-index: 100;
  color: #999999;
}
#calendar_modal.modal .modal-window {
  z-index: 101;
}
@media screen and (min-width: 768px) {
  #calendar_modal.modal .modal-window {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  #calendar_modal.modal .modal-window {
    width: 95%;
  }
}
#calendar_modal.modal #user_year {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  #calendar_modal.modal #calendar_modal_table {
    width: 70%;
    margin: auto;
    padding: 26px 0px;
  }
  #calendar_modal.modal #calendar_modal_table td {
    text-align: center;
    padding: 5px 0 5px 0;
  }
  #calendar_modal.modal #calendar_modal_table td input {
    border-radius: 6px;
    font-size: 21px;
    border: 1px solid #3b86ff;
    color: #3b86ff;
    height: 60px;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  #calendar_modal.modal #calendar_modal_table {
    width: 70%;
    margin: auto;
    padding: 26px 0px;
  }
  #calendar_modal.modal #calendar_modal_table td {
    text-align: center;
    padding: 5px 0 5px 0;
  }
  #calendar_modal.modal #calendar_modal_table td input {
    border-radius: 6px;
    font-size: 21px;
    border: 1px solid #3b86ff;
    color: #3b86ff;
    height: 60px;
    width: 60px;
  }
}
#calendar_modal.modal select {
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  padding: 8px;
  font-size: 21px;
  text-align: left;
  width: 65%;
  position: relative;
  cursor: pointer;
  background: #ffffff;
  background-image: url(../images/icon-arrow-down.svg);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}
#calendar_modal.modal #calendar_modal_table .select_month {
  background: #3b86ff;
  color: #fff;
}
#calendar_modal.modal .modal-window .registration-account-modal-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
#calendar_modal.modal .modal-window .registration-account-modal-btn-area .secondary-btn {
  width: 30%;
  padding-bottom: 5px;
  font-size: 21px;
  background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
}

#calendar_modal2.modal {
  margin: auto;
  text-align: center;
}
#calendar_modal2.modal .modal-bg {
  z-index: 100;
  color: #999999;
}
@media screen and (min-width: 768px) {
  #calendar_modal2.modal .modal-window {
    z-index: 101;
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  #calendar_modal2.modal .modal-window {
    z-index: 101;
    width: 95%;
  }
}
#calendar_modal2.modal #user_year {
  font-size: 21px;
}
#calendar_modal2.modal #calendar_modal_table .select_month {
  background: #3b86ff;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #calendar_modal2.modal #calendar_modal_table {
    width: 70%;
    margin: auto;
    padding: 26px 0px;
  }
  #calendar_modal2.modal #calendar_modal_table td {
    text-align: center;
    padding: 5px 0 5px 0;
  }
  #calendar_modal2.modal #calendar_modal_table td input {
    border-radius: 6px;
    font-size: 21px;
    border: 1px solid #3b86ff;
    color: #3b86ff;
    height: 60px;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  #calendar_modal2.modal #calendar_modal_table {
    width: 70%;
    margin: auto;
    padding: 26px 0px;
  }
  #calendar_modal2.modal #calendar_modal_table td {
    text-align: center;
    padding: 5px 0 5px 0;
  }
  #calendar_modal2.modal #calendar_modal_table td input {
    border-radius: 6px;
    font-size: 21px;
    border: 1px solid #3b86ff;
    color: #3b86ff;
    height: 60px;
    width: 60px;
  }
}
#calendar_modal2.modal select {
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  padding: 16px;
  font-size: 21px;
  text-align: left;
  width: 70%;
  position: relative;
  cursor: pointer;
  background: #f3f3f3;
  background-image: url(../images/icon-arrow-down.svg);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
#calendar_modal2.modal .modal-window .registration-account-modal-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  font-size: 12px;
}
#calendar_modal2.modal .modal-window .registration-account-modal-btn-area .secondary-btn {
  width: 30%;
  padding-bottom: 5px;
  font-size: 21px;
  background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
}

/* ----- /prefectures_modal ----- */
#prefectures_modal .modal-window {
  margin: auto;
}
#prefectures_modal select {
  font-size: 21px;
}
#prefectures_modal .secondary-btn {
  font-size: 21px;
}

#select_prefectures_modal select {
  font-size: 21px;
}
#select_prefectures_modal .modal-window {
  margin: auto;
}
#select_prefectures_modal .dropdown-btn2 {
  background-color: #efefef;
}
#select_prefectures_modal .modal-window .user-detail-modal-btn-area .secondary-btn {
  width: 30%;
  padding-bottom: 5px;
  font-size: 21px;
  background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
}

/* ----- /dropdown ----- */
.dropdown-btn {
  border-radius: 8px;
  padding: 16px;
  text-align: left;
  width: 100%;
  position: relative;
  cursor: pointer;
  background-image: url(../images/icon-arrow-down.svg);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin-bottom: 5%;
}

.dropdown-btn::after {
  background-image: url(../images/icon-arrow-down.svg);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.dropdown-menu-layer {
  z-index: 103;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.dropdown-menu-layer-show {
  display: block;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #efefef;
  border: 2px solid #bababa;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 40px;
}

.dropdown-item {
  font-size: 21px;
  text-align: left;
  cursor: pointer;
  padding: 20px 0 20px 16px;
}

.dropdown-item:hover {
  background-color: rgba(102, 102, 102, 0.1);
}

.dropdown-item-active {
  background-color: rgba(189, 216, 252, 0.3);
}

.dropdown-btn2::after {
  background-image: url(../images/icon-arrow-down.svg);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.dropdown-menu-layer2 {
  z-index: 103;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.dropdown-menu-layer-show2 {
  display: block;
}

.dropdown-menu2 {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 40px;
}

.dropdown-item2 {
  font-size: 21px;
  text-align: left;
  cursor: pointer;
  padding: 20px 0 20px 16px;
}

.dropdown-item2:hover {
  background-color: rgba(102, 102, 102, 0.1);
}

.dropdown-item-active2 {
  background-color: rgba(189, 216, 252, 0.3);
}

/* ----- /app_user/show ----- */
.show_user_detail {
  width: 550px;
  margin: auto;
  text-align: center;
  padding: 40px 24px;
}
.show_user_detail .show_user_detail-title {
  text-align: center;
  margin: 0 0 24px 0px;
  font-size: 28px;
}
.show_user_detail .basic {
  text-align: left;
  color: #838383;
  margin: 10px 0 10px 0;
  font-size: 21px;
}
.show_user_detail .item-deteil {
  font-size: 21px;
  font-weight: bold;
  display: flex;
  padding: 10px 0 15px 0;
  border-bottom: 1px solid #ddd;
}
.show_user_detail .btn {
  border-radius: 100px;
  width: 340px;
  font-size: 21px;
}
.show_user_detail #show_user_detail_do {
  margin-top: 10px;
  background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
}
.show_user_detail #show_user_detail_cancel {
  margin-top: 10px;
  background: #bababa;
}
.show_user_detail .btn.delete-btn {
  margin-top: 60px;
  background: #e41f1f;
}

/* ----- /authentication_code ----- */
.authentication_code {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 24px;
}
.authentication_code .authentication_code-title {
  text-align: center;
  margin: 0 0 24px 0px;
  font-size: 20px;
}
.authentication_code .authentication_code_massage {
  text-align: center;
  font-size: 80%;
  margin: 0 0 10px 0;
}
.authentication_code .basic {
  text-align: left;
  color: #838383;
}
.authentication_code .form-item {
  display: block;
  width: 100%;
  padding: 16px;
  border-radius: 0px;
  border: 1px solid #cccccc;
  background: #fff;
  margin-bottom: 16px;
}
.authentication_code .form-item:last-child {
  margin-bottom: 32px;
}
.authentication_code .text-button {
  margin: 0px 0 22px 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000000;
  text-decoration: underline;
}
.authentication_code #edit_user_detail_do {
  margin-top: 10px;
  background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
}
.authentication_code #edit_user_detail {
  background: #000000;
  border-radius: 0%;
}
.authentication_code #edit_user_detail_cancel {
  margin-top: 10px;
  background: #bababa;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0%;
}

#send_authentication_code_modal.modal .modal-bg {
  z-index: 100;
  color: #999999;
}
#send_authentication_code_modal.modal .modal-window {
  z-index: 101;
  width: 450px;
}
#send_authentication_code_modal.modal .modal-title {
  text-align: center;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
#send_authentication_code_modal.modal .modal-window .send-authentication-code-modal-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  font-size: 12px;
}
#send_authentication_code_modal.modal .modal-window .send-authentication-code-modal-btn-area .secondary-btn {
  width: 400px;
  font-size: 10px;
  background-image: linear-gradient(90deg, #11dfc9 0%, #105dce 100%);
  margin: 36px 0 12px 0;
}

/* ----- terms ----- */
.return_icon {
  cursor: pointer;
  background-image: url(../images/ic_back.png);
  width: 70px;
  height: 70px;
  background-size: 70px;
  z-index: 100;
  position: fixed;
  bottom: 30px;
  left: 30px;
}

.terms {
  white-space: normal;
  word-break: break-word;
}
.terms .l-contents-list h2 {
  padding: 25px 0 0 0;
  text-align: left;
  font: normal normal bold 16px/20px Noto Sans JP;
  letter-spacing: 0px;
  color: #606060;
}
.terms .l-contents-list span {
  font-size: small;
  color: #1278ce;
}
.terms .terms-intro {
  text-align: left;
  font: normal normal 500 14px/20px Noto Sans JP;
  letter-spacing: 0px;
  color: #0b58a3;
}
.terms ol li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  padding-right: 15px;
  vertical-align: middle;
  left: 0;
  position: absolute;
  text-align: left;
  font: normal normal 500 14px/20px Noto Sans JP;
  letter-spacing: 0px;
  color: #606060;
}
.terms .bracket-txt li::before {
  content: "（" counter(listnum) "）";
}
.terms .bracket-txt li {
  padding-left: 51px;
}
.terms .inner-terms {
  text-align: left;
  font: normal normal 500 14px/20px Noto Sans JP;
  letter-spacing: 0px;
  color: #606060;
}
.terms .inner-bracket {
  left: -24px;
  position: relative;
}
.terms li {
  position: relative;
  padding-left: 26px;
  text-align: left;
  font: normal normal 500 14px/20px Noto Sans JP;
  letter-spacing: 0px;
  color: #606060;
}
.terms ol {
  counter-reset: listnum;
  list-style: none;
}
.terms .date {
  margin-top: 17px;
  text-align: right;
  font: normal normal 500 14px/20px Noto Sans JP;
  letter-spacing: 0px;
  color: #606060;
  opacity: 1;
}

@media screen and (min-width: 1280px) {
  .terms-frame {
    border: 1px solid #707070;
    margin: 68px 138px 200px 138px;
    padding: 0px 127px 40px !important;
  }
}
.terms-frame .main-contents-terms-header h1 {
  font: normal normal bold 16px/21px Noto Sans JP;
  margin-bottom: 66px;
  text-align: left;
  letter-spacing: 0px;
  color: #262626;
  opacity: 1;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .terms-frame {
    margin: 0;
    padding: 0 59px !important;
  }
  .terms-logo {
    margin: 139px auto 51px auto !important;
  }
  .terms {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .terms-frame {
    margin: 0;
    padding: 0 30px !important;
  }
  .terms-logo {
    margin: 56px auto 51px auto !important;
  }
  .terms {
    padding-bottom: 75px;
  }
  .main-contents-terms-header h1 {
    margin-bottom: 78px !important;
  }
}
.terms-logo {
  width: 69px;
  height: 69px;
  display: block;
  margin: 71px auto 51px auto;
}

.main-contents-terms-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1279px) {
  .container .term-wrapper {
    overflow-y: auto;
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .term-wrapper {
    position: relative;
    background-color: #fff;
  }
  .term-wrapper .footer {
    left: 50%;
  }
}
/* ----- /annual-balances ----- */
.annual-balances {
  margin-top: 36px;
  margin-bottom: 36px;
}
.annual-balances .search-area {
  margin-bottom: 8px;
  width: 100%;
}
.annual-balances .search-area #name {
  color: #000;
  border: 1px solid #cccccc;
  width: 320px;
  font: normal normal normal 16px/21px Noto Sans JP;
  height: 40px;
}
.annual-balances .search-area #name:disabled, .annual-balances .search-area #name[disabled] {
  color: #999;
}
.annual-balances .search-area #search_year {
  border: 1px solid #cccccc;
  font: normal normal normal 16px/21px Noto Sans JP;
  width: 140px;
  height: 38px;
}
.annual-balances .search-area #search_year:disabled, .annual-balances .search-area #search_year[disabled] {
  color: #999;
}
.annual-balances .search-area .authority-select:after {
  top: 40%;
  left: 86%;
}
.annual-balances .search-area #annual_balance_search {
  color: #fff;
  border: 1px solid #437ec4;
  padding: 0px 10px;
  font: normal normal normal 16px/24px Noto Sans JP;
  width: 76px;
  height: 40px;
}
.annual-balances .search-area #annual_balance_search:disabled, .annual-balances .search-area #annual_balance_search[disabled] {
  color: #fff;
}
.annual-balances .year-search-inner {
  display: flex;
}
.annual-balances .phone-layout-detail {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 1280px) {
  .annual-contents {
    padding: 24px 47px 24px 47px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .annual-contents {
    padding: 24px 35px 24px 35px !important;
  }
  .annual-contents .annual-balances {
    margin-top: 14px;
  }
}
@media screen and (min-width: 768px) {
  .annual-contents .phone-layout-item {
    display: none !important;
  }
  .annual-contents #search_year {
    width: 98px !important;
  }
  .annual-contents .padding-left {
    padding-left: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 1279px) {
  .annual-contents {
    overflow-y: auto;
  }
}

@media screen and (max-width: 767px) {
  .annual-balances {
    margin-top: 5px;
  }
  .annual-balances .search-area {
    display: unset;
  }
  .annual-balances .search-area #name {
    width: calc(100% - 56px);
    margin: 0 28px 12px 28px;
    height: 40px;
  }
  .annual-balances .search-area .year-search-inner {
    margin: 0 28px;
  }
  .annual-balances .search-area .year-search-inner #search_year {
    height: 38px;
    padding: 0px 29px 0 10px;
  }
  .annual-balances .l-contents-list ul.list-header {
    min-width: unset;
    margin-left: 28px;
    background: unset;
    width: unset;
    margin-top: 25px;
  }
  .annual-balances .l-contents-list ul.list-header li.list-header-item-width3 {
    display: none;
  }
  .annual-balances .l-contents-list ul.list-header .list-header-item:first-child {
    margin-right: 14px;
    width: 80px;
  }
  .annual-balances .l-contents-list ul.list-header .list-header-item {
    background: #d2eefd 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    flex-grow: unset;
  }
  .annual-balances .l-contents-list ul.list-header .heya_no-header {
    margin-right: 16px;
    width: 95px;
  }
  .annual-balances .l-contents-list ul.list-header .year-header {
    width: 95px;
  }
  .annual-balances .l-contents-list .list-body {
    margin-top: 20px;
  }
  .annual-balances .l-contents-list .list-body li.list-body-item {
    min-width: unset;
    border-bottom: unset;
    border-top: 1px solid #000000;
  }
  .annual-balances .l-contents-list .list-body li.list-body-item ul.list-body-detail {
    display: unset;
  }
  .annual-balances .l-contents-list .list-body li.list-body-item ul.list-body-detail li.list-body-detail-item {
    width: 100% !important;
    display: flex;
    font: normal normal normal 16px/20px Noto Sans JP;
    letter-spacing: 0px;
    color: #4d4f5c;
    opacity: 1;
    height: 50px;
    border-bottom: 1px solid #f1f1f3;
  }
  .annual-balances .l-contents-list .list-body li.list-body-item ul.list-body-detail li.list-body-detail-item .phone-layout-item {
    width: 40%;
    text-align: left;
    margin: auto 0;
    padding-left: 13px;
  }
  .annual-balances .l-contents-list .list-body li.list-body-item ul.list-body-detail li.list-body-detail-item .phone-layout-detail {
    width: 60%;
    text-align: left;
    margin: auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .annual-balances .l-contents-list .list-body li.list-body-item ul.list-body-detail .list-body-detail-item-width3 {
    width: 100% !important;
    display: flex;
    font: normal normal normal 16px/20px Noto Sans JP;
    letter-spacing: 0px;
    color: #4d4f5c;
    opacity: 1;
    border-bottom: 1px solid #f1f1f3;
    min-height: 50px;
  }
  .annual-balances .l-contents-list .list-body li.list-body-item ul.list-body-detail .list-body-detail-item-width3 .phone-layout-item {
    width: 40%;
    text-align: left;
    margin: auto 0;
    padding-left: 13px;
  }
  .annual-balances .l-contents-list .list-body li.list-body-item ul.list-body-detail .list-body-detail-item-width3 .phone-layout-detail {
    width: 60%;
    text-align: left;
  }
  .annual-balances .l-contents-list .list-body li.list-body-item ul.list-body-detail .list-body-detail-item-width3 .phone-layout-detail .dl-view-btn-inner {
    display: flex;
    margin: 6px 0;
  }
  .annual-balances .l-contents-list .list-body li.list-body-item ul.list-body-detail .list-body-detail-item-width3 div {
    margin: auto;
  }
  .annual-balances .l-contents-list .list-body li.list-body-item ul.list-body-detail .list-body-detail-item-width3 div form:first-child {
    margin-left: unset;
  }
  .annual-contents {
    padding: 24px 0 !important;
  }
}
/* ----- /monthly_balance ----- */
.monthly-balance {
  margin-top: 36px;
  margin-bottom: 36px;
}
.monthly-balance .monthly-balance-btn {
  cursor: pointer;
  display: inline-block;
  padding: 4px 0px 4px 0px;
  background-color: #437ec4;
  color: white;
  border-radius: 4px;
  width: 76px;
  height: 35px;
  font-size: 16px;
}
.monthly-balance .main-contents-header h1 {
  font-size: 28px;
}
.monthly-balance .search-area {
  margin-bottom: 8px;
  width: 100%;
}
.monthly-balance .search-area .search-area-item {
  font-size: 21px;
  width: 250px;
}
.monthly-balance .search-area .secondary-btn {
  width: 100px;
  min-height: 30px;
}
.monthly-balance .search-area #tatemono_name {
  color: #000;
  border: 1px solid #cccccc;
  width: 320px;
  font: normal normal normal 16px/21px Noto Sans JP;
  height: 40px;
}
.monthly-balance .search-area #tatemono_name:disabled, .monthly-balance .search-area #tatemono_name[disabled] {
  color: #999;
}
.monthly-balance .search-area #remittances_year_months {
  color: #000;
  border: 1px solid #cccccc;
  font: normal normal normal 16px/21px Noto Sans JP;
  width: 140px;
  height: 38px;
}
.monthly-balance .search-area #remittances_year_months:disabled, .monthly-balance .search-area #remittances_year_months[disabled] {
  color: #999;
}
.monthly-balance .search-area .authority-select:after {
  top: 40%;
  left: 86%;
}
.monthly-balance .search-area #remittance_search {
  color: #fff;
  border: 1px solid #437ec4;
  padding: 0px 10px;
  font: normal normal normal 16px/24px Noto Sans JP;
  width: 76px;
  height: 40px;
}
.monthly-balance .search-area #remittance_search:disabled, .monthly-balance .search-area #remittance_search[disabled] {
  color: #fff;
}
.monthly-balance .l-contents-list.has-two-btns .list-header {
  width: calc(100% - 160px);
  min-width: 700px;
}
.monthly-balance .l-contents-list.has-two-btns .list-body .list-body-item .list-body-detail {
  width: calc(100% - 160px);
  min-width: 700px;
}
.monthly-balance .l-contents-list.no-btns .list-header {
  width: 100%;
}
.monthly-balance .l-contents-list.no-btns .list-body .list-body-item .list-body-detail {
  width: 100%;
}
.monthly-balance .l-contents-list .list-header {
  display: flex;
  width: 100%;
  background: #d2eefd;
  height: 45px;
  padding: 0;
  margin-bottom: 0;
  min-width: 504px;
}
.monthly-balance .l-contents-list .list-header .list-header-item {
  padding: 14px 0px;
  font-size: 21px;
  color: #666;
  flex-grow: 1;
  flex-basis: auto;
}
.monthly-balance .l-contents-list .list-header .list-header-item:first-child {
  width: 25%;
}
.monthly-balance .l-contents-list .list-header .list-header-item .item-box {
  align-items: center;
  margin: 0 auto;
  font: normal normal 500 14px/20px Noto Sans JP;
  letter-spacing: 0px;
  color: #606060;
  opacity: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.monthly-balance .l-contents-list .list-header .list-header-item .item-box img {
  cursor: pointer;
  height: 15px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.monthly-balance .l-contents-list .list-header .list-header-item .item-box p {
  margin: -2px 0px 0px 0px;
  grid-column: 2;
  justify-self: center;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.monthly-balance .l-contents-list .list-header .heya_no-header {
  width: 20%;
}
.monthly-balance .l-contents-list .list-header .year-header {
  width: 10%;
}
.monthly-balance .l-contents-list .list-header .list-header-item-width3 {
  padding: 12px 0px;
  width: 25%;
  font-size: 21px;
  color: #666;
  flex-grow: 1;
  flex-basis: auto;
  min-width: 170px;
}
.monthly-balance .l-contents-list .list-header .list-header-item-width3:first-child {
  width: 16%;
}
.monthly-balance .l-contents-list .list-header .list-header-item-width3 .item-box {
  display: flex;
  align-items: center;
  margin: 0 auto;
  font: normal normal 400 14px/20px Noto Sans JP;
  letter-spacing: 0px;
  opacity: 1;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.monthly-balance .l-contents-list .list-header .list-header-item-width3 .item-box img {
  height: 21px;
}
.monthly-balance .l-contents-list .list-header .d-flex {
  display: flex;
}
.monthly-balance .l-contents-list .list-header .left-display {
  display: flex;
  flex-direction: column;
  align-items: left;
}
.monthly-balance .l-contents-list .list-header .left-display {
  display: flex;
  flex-direction: column;
  align-items: left;
}
.monthly-balance .l-contents-list .list-header .list-header-address-item {
  padding: 14px 0;
  width: 300px;
  font-size: 12px;
  color: #666;
}
.monthly-balance .l-contents-list .list-header .list-header-item:last-child {
  margin-left: 0px;
  width: 5%;
}
.monthly-balance .l-contents-list .list-header .sokin-header {
  width: 20%;
}
.monthly-balance .l-contents-list .list-body .center-display {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.monthly-balance .l-contents-list .list-body .list-body-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
  min-width: 504px;
}
.monthly-balance .l-contents-list .list-body .list-body-item .list-body-detail {
  display: flex;
  width: 100%;
  min-height: 50px;
}
.monthly-balance .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item {
  padding: 0px 0px;
  margin: auto 0;
  white-space: normal;
  font-size: 21px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
  font: normal normal normal 16px/20px Noto Sans JP;
  letter-spacing: 0px;
  color: #4d4f5c;
  opacity: 1;
  /* IE11用 */
  flex-basis: auto;
  flex-grow: 1;
}
.monthly-balance .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item .user-id-button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #1278ce;
  text-decoration: none;
}
.monthly-balance .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item-width3 {
  padding: 0px 0px;
  margin: auto 0;
  width: 25%;
  white-space: normal;
  font-size: 21px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 170px;
  /* IE11用 */
  flex-basis: auto;
  flex-grow: 1;
}
.monthly-balance .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item-width3 .form-container {
  display: flex;
  flex-wrap: wrap;
  /* 子要素を折り返す */
}
.monthly-balance .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item-width3 form {
  display: flex;
  flex-direction: row;
  /* 子要素を横並びに */
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: left;
}
.monthly-balance .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item-width3 .user-id-button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #1278ce;
  text-decoration: none;
}
.monthly-balance .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item-width3 .annual-balance-btn {
  display: inline-block;
  padding: 4px 0px 4px 0px;
  background-color: #437ec4;
  color: white;
  border-radius: 4px;
  width: 76px;
  height: 35px;
  font: normal normal normal 16px/24px Noto Sans JP;
}
.monthly-balance .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item-width3 div form:first-child {
  margin-right: 6px;
  margin-left: auto;
}
.monthly-balance .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item-width3 div form:nth-child(2) {
  margin-left: 6px;
  margin-right: auto;
}
.monthly-balance .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item-width3 div.dl-view-btn-inner {
  margin: 7px 0;
}
@media screen and (min-width: 768px) {
  .monthly-balance .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item-width3 div.dl-view-btn-inner {
    display: flex;
  }
}
.monthly-balance .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:first-child {
  width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.monthly-balance .l-contents-list .list-body .list-body-item .heya_no-detail {
  width: 20%;
}
.monthly-balance .l-contents-list .list-body .list-body-item .year-detail {
  width: 10%;
}
.monthly-balance .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:last-child {
  width: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.monthly-balance .l-contents-list .list-body .list-body-item .list-btns {
  display: flex;
  align-items: center;
}
.monthly-balance .l-contents-list .list-body .list-body-item .list-btns .btn {
  padding: 8px 18px;
  font-size: 12px;
  width: auto;
  min-width: 24px;
}
.monthly-balance .l-contents-list .list-body .list-body-item .list-btns .btn:last-child {
  margin-left: 16px;
}
.monthly-balance .l-contents-list .list-body .list-body-item .sokin-detail {
  width: 20%;
}
.monthly-balance .l-contents-list #emptyMessage {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .monthly-balance .l-contents-list #emptyMessage {
    margin: 20px 28px;
    font-size: 16px;
    line-height: 25px;
  }
}
.monthly-balance .l-contents-list .pager {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
.monthly-balance .l-contents-list .pager .pager-item {
  width: 40px;
  height: 40px;
  margin-left: -1px;
  display: block;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 2.6;
  text-decoration: none;
  box-sizing: border-box;
}
.monthly-balance .l-contents-list .pager .pager-item.current {
  background-color: #1278ce;
  border: 1px solid #1278ce;
  color: #fff;
}
.monthly-balance .l-contents-list .pager .prev {
  position: relative;
}
.monthly-balance .l-contents-list .pager .prev .icon-prev:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(225deg);
}
.monthly-balance .l-contents-list .pager .next {
  position: relative;
}
.monthly-balance .l-contents-list .pager .next .icon-next:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 12px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}
.monthly-balance .l-contents-list .pager a.prev,
.monthly-balance .l-contents-list .pager a.next {
  cursor: pointer;
}
.monthly-balance .l-contents-list .pager span.prev,
.monthly-balance .l-contents-list .pager span.next {
  background-color: #fbfbfb;
}
.monthly-balance .l-contents-list .pager span.prev .icon-prev,
.monthly-balance .l-contents-list .pager span.prev .icon-next,
.monthly-balance .l-contents-list .pager span.next .icon-prev,
.monthly-balance .l-contents-list .pager span.next .icon-next {
  opacity: 0.3;
}
.monthly-balance .year-search-inner {
  display: flex;
}
.monthly-balance .phone-layout-detail {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 1280px) {
  .monthly-balance-contents {
    padding: 24px 47px 24px 47px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .monthly-balance-contents {
    padding: 60px 9px 24px 9px;
  }
  .monthly-balance-contents .monthly-balance {
    margin-top: 14px;
  }
}
@media screen and (min-width: 768px) {
  .monthly-balance-contents .phone-layout-item {
    display: none !important;
  }
  .monthly-balance-contents .monthly-balance .list-header-item {
    min-width: 82px;
  }
  .monthly-balance-contents .monthly-balance .list-body-detail-item {
    min-width: 82px;
  }
  .monthly-balance-contents .monthly-balance #remittances_year_months {
    width: 98px;
  }
  .monthly-balance-contents .monthly-balance .padding-left {
    padding-left: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 1279px) {
  .monthly-balance-contents {
    padding-bottom: 0;
    overflow-y: auto;
  }
}

@media screen and (max-width: 1279px) {
  .container .container-body .main-contents {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .monthly-balance {
    margin-top: 5px;
  }
  .monthly-balance .search-area {
    display: unset;
  }
  .monthly-balance .search-area #tatemono_name {
    width: calc(100% - 56px);
    margin: 0 28px 12px 28px;
    height: 40px;
  }
  .monthly-balance .search-area .year-search-inner {
    margin: 0 28px;
  }
  .monthly-balance .search-area .year-search-inner #remittances_year_months {
    height: 38px;
    padding: 0 29px 0 10px;
  }
  .monthly-balance .l-contents-list ul.list-header {
    min-width: unset;
    margin-left: 28px;
    background: unset;
    width: unset;
    margin-top: 25px;
    flex-wrap: wrap;
    height: unset;
  }
  .monthly-balance .l-contents-list ul.list-header li.list-header-item-width3 {
    display: none;
  }
  .monthly-balance .l-contents-list ul.list-header .list-header-item:first-child {
    margin-right: 14px;
    width: 80px;
  }
  .monthly-balance .l-contents-list ul.list-header .list-header-item:first-child img {
    margin-left: 7px;
  }
  .monthly-balance .l-contents-list ul.list-header .list-header-item {
    background: #d2eefd 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    flex-grow: unset;
    margin-bottom: 12px;
  }
  .monthly-balance .l-contents-list ul.list-header .list-header-item .item-box {
    display: flex;
    margin-left: 11px;
  }
  .monthly-balance .l-contents-list ul.list-header .heya_no-header {
    margin-right: 16px;
    width: 95px;
  }
  .monthly-balance .l-contents-list ul.list-header .year-header {
    width: 95px;
    margin-right: 16px;
  }
  .monthly-balance .l-contents-list ul.list-header .year-header img {
    margin-left: 8px !important;
  }
  .monthly-balance .l-contents-list ul.list-header .sokin-header {
    width: 80px;
  }
  .monthly-balance .l-contents-list ul.list-header .sokin-header img {
    margin-left: 8px !important;
  }
  .monthly-balance .l-contents-list .list-body {
    margin-top: 8px;
  }
  .monthly-balance .l-contents-list .list-body li.list-body-item {
    min-width: unset;
    border-bottom: unset;
    border-top: 1px solid #000000;
  }
  .monthly-balance .l-contents-list .list-body li.list-body-item ul.list-body-detail {
    display: unset;
  }
  .monthly-balance .l-contents-list .list-body li.list-body-item ul.list-body-detail li.list-body-detail-item {
    width: 100% !important;
    display: flex;
    font: normal normal normal 16px/20px Noto Sans JP;
    letter-spacing: 0px;
    color: #4d4f5c;
    opacity: 1;
    height: 50px;
    border-bottom: 1px solid #f1f1f3;
  }
  .monthly-balance .l-contents-list .list-body li.list-body-item ul.list-body-detail li.list-body-detail-item .phone-layout-item {
    width: 40%;
    text-align: left;
    margin: auto 0;
    padding-left: 13px;
  }
  .monthly-balance .l-contents-list .list-body li.list-body-item ul.list-body-detail li.list-body-detail-item .phone-layout-detail {
    width: 60%;
    text-align: left;
    margin: auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .monthly-balance .l-contents-list .list-body li.list-body-item ul.list-body-detail .list-body-detail-item-width3 {
    width: 100% !important;
    display: flex;
    font: normal normal normal 16px/20px Noto Sans JP;
    letter-spacing: 0px;
    color: #4d4f5c;
    opacity: 1;
    border-bottom: 1px solid #f1f1f3;
    min-height: 50px;
  }
  .monthly-balance .l-contents-list .list-body li.list-body-item ul.list-body-detail .list-body-detail-item-width3 .phone-layout-item {
    width: 40%;
    text-align: left;
    margin: auto 0;
    padding-left: 13px;
  }
  .monthly-balance .l-contents-list .list-body li.list-body-item ul.list-body-detail .list-body-detail-item-width3 .phone-layout-detail {
    width: 60%;
    text-align: left;
  }
  .monthly-balance .l-contents-list .list-body li.list-body-item ul.list-body-detail .list-body-detail-item-width3 .phone-layout-detail .dl-view-btn-inner {
    display: flex;
  }
  .monthly-balance .l-contents-list .list-body li.list-body-item ul.list-body-detail .list-body-detail-item-width3 div form:first-child {
    margin-left: unset;
  }
  .monthly-balance-contents {
    padding: 24px 0 !important;
  }
}
/* ----- annual-balances ----- */
.annual-balances .emptyMessage {
  font-size: 21px;
}
.annual-balances .main-contents-header h1 {
  font-size: 28px;
}
.annual-balances .search-area .search-area .search-area-item {
  font-size: 21px;
  width: 250px;
}
.annual-balances .search-area .search-area .secondary-btn {
  width: 100px;
  min-height: 30px;
}
.annual-balances .l-contents-list.has-two-btns .list-header {
  width: calc(100% - 160px);
  min-width: 700px;
}
.annual-balances .l-contents-list.has-two-btns .list-body .list-body-item .list-body-detail {
  width: calc(100% - 160px);
  min-width: 700px;
}
.annual-balances .l-contents-list.no-btns .list-header {
  width: 100%;
}
.annual-balances .l-contents-list.no-btns .list-body .list-body-item .list-body-detail {
  width: 100%;
}
.annual-balances .l-contents-list .list-header {
  display: flex;
  width: 100%;
  background: #d2eefd;
  height: 45px;
  padding: 0;
  margin-bottom: 0;
  min-width: 504px;
}
.annual-balances .l-contents-list .list-header .list-header-item {
  padding: 14px 4px;
  font-size: 21px;
  color: #666;
  flex-grow: 1;
  flex-basis: auto;
}
.annual-balances .l-contents-list .list-header .list-header-item:first-child {
  width: 35%;
}
.annual-balances .l-contents-list .list-header .list-header-item .item-box {
  align-items: center;
  margin: 0 auto;
  font: normal normal 500 14px/20px Noto Sans JP;
  letter-spacing: 0px;
  color: #606060;
  opacity: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.annual-balances .l-contents-list .list-header .list-header-item .item-box img {
  cursor: pointer;
  height: 15px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.annual-balances .l-contents-list .list-header .list-header-item .item-box p {
  margin: -2px 0px 0px 0px;
  grid-column: 2;
  justify-self: center;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.annual-balances .l-contents-list .list-header .heya_no-header {
  width: 20%;
}
.annual-balances .l-contents-list .list-header .year-header {
  width: 20%;
}
.annual-balances .l-contents-list .list-header .list-header-item-width3 {
  padding: 14px 4px;
  width: 25%;
  font-size: 21px;
  color: #666;
  flex-grow: 1;
  flex-basis: auto;
  min-width: 170px;
}
.annual-balances .l-contents-list .list-header .list-header-item-width3:first-child {
  width: 16%;
}
.annual-balances .l-contents-list .list-header .list-header-item-width3 .item-box {
  display: flex;
  align-items: center;
  margin: 0 auto;
  font: normal normal 400 14px/20px Noto Sans JP;
  letter-spacing: 0px;
  color: #606060;
  opacity: 1;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.annual-balances .l-contents-list .list-header .list-header-item-width3 .item-box img {
  height: 21px;
}
.annual-balances .l-contents-list .list-header .d-flex {
  display: flex;
}
.annual-balances .l-contents-list .list-header .list-header-address-item {
  padding: 14px 0;
  width: 300px;
  font-size: 12px;
  color: #666;
}
.annual-balances .l-contents-list .list-header .list-header-item:last-child {
  margin-left: 0px;
  width: 1%;
}
.annual-balances .l-contents-list .list-body .list-body-item {
  display: flex;
  justify-content: space-between;
  min-width: 504px;
}
.annual-balances .l-contents-list .list-body .list-body-item .list-body-detail {
  display: flex;
  width: 100%;
  min-height: 50px;
}
.annual-balances .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item {
  padding: 0px 0px;
  margin: auto 0;
  white-space: normal;
  font-size: 21px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
  font: normal normal normal 16px/20px Noto Sans JP;
  letter-spacing: 0px;
  color: #4d4f5c;
  opacity: 1;
  /* IE11用 */
  flex-basis: auto;
  flex-grow: 1;
}
.annual-balances .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item .user-id-button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #1278ce;
  text-decoration: none;
}
.annual-balances .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item-width3 {
  padding: 0px 0px;
  margin: auto 0;
  width: 25%;
  white-space: normal;
  font-size: 21px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 170px;
  /* IE11用 */
  flex-basis: auto;
  flex-grow: 1;
}
.annual-balances .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item-width3 .user-id-button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #1278ce;
  text-decoration: none;
}
.annual-balances .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item-width3 .annual-balance-btn {
  cursor: pointer;
  display: inline-block;
  padding: 4px 0px 4px 0px;
  background-color: #437ec4;
  color: white;
  border-radius: 4px;
  width: 76px;
  height: 35px;
  font: normal normal normal 16px/24px Noto Sans JP;
}
.annual-balances .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item-width3 div form:first-child {
  margin-right: 6px;
  margin-left: auto;
}
.annual-balances .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item-width3 div form:nth-child(2) {
  margin-left: 6px;
  margin-right: auto;
}
.annual-balances .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item-width3 div.dl-view-btn-inner {
  margin: 3.8px 0;
}
@media screen and (min-width: 768px) {
  .annual-balances .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item-width3 div.dl-view-btn-inner {
    display: flex;
  }
}
.annual-balances .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:first-child {
  width: 35%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.annual-balances .l-contents-list .list-body .list-body-item .heya_no-detail {
  width: 20%;
}
.annual-balances .l-contents-list .list-body .list-body-item .year-detail {
  width: 20%;
}
.annual-balances .l-contents-list .list-body .list-body-item .list-body-detail .list-body-detail-item:last-child {
  width: 1%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.annual-balances .l-contents-list .list-body .list-body-item .list-btns {
  display: flex;
  align-items: center;
}
.annual-balances .l-contents-list .list-body .list-body-item .list-btns .btn {
  padding: 8px 18px;
  font-size: 12px;
  width: auto;
  min-width: 24px;
}
.annual-balances .l-contents-list .list-body .list-body-item .list-btns .btn:last-child {
  margin-left: 16px;
}
.annual-balances .l-contents-list .pager {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
.annual-balances .l-contents-list .pager .pager-item {
  width: 40px;
  height: 40px;
  margin-left: -1px;
  display: block;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 2.6;
  text-decoration: none;
  box-sizing: border-box;
}
.annual-balances .l-contents-list .pager .pager-item.current {
  background-color: #1278ce;
  border: 1px solid #1278ce;
  color: #fff;
}
.annual-balances .l-contents-list .pager .prev {
  position: relative;
}
.annual-balances .l-contents-list .pager .prev .icon-prev:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(225deg);
}
.annual-balances .l-contents-list .pager .next {
  position: relative;
}
.annual-balances .l-contents-list .pager .next .icon-next:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 12px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}
.annual-balances .l-contents-list .pager a.prev,
.annual-balances .l-contents-list .pager a.next {
  cursor: pointer;
}
.annual-balances .l-contents-list .pager span.prev,
.annual-balances .l-contents-list .pager span.next {
  background-color: #fbfbfb;
}
.annual-balances .l-contents-list .pager span.prev .icon-prev,
.annual-balances .l-contents-list .pager span.prev .icon-next,
.annual-balances .l-contents-list .pager span.next .icon-prev,
.annual-balances .l-contents-list .pager span.next .icon-next {
  opacity: 0.3;
}

.margin-bottom-10px {
  margin-bottom: 10px;
}

.padding-left-15px {
  padding-left: 15px;
  padding-right: 15px;
}

/* ----- news ----- */
body.page-news {
  background-color: #fff;
}

@media screen and (min-width: 1280px) {
  .news .main-contents-header h1 {
    font-size: 28px;
  }
  .news .news-search-area {
    padding: 0px 0px 15px 14px;
  }
  .news .news-search-area .search-area {
    font-weight: 100;
  }
  .news .news_block {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #a1a1a1;
  }
  .news .news_block .news_publish_at {
    font-size: 25px;
    font-weight: bold;
    color: #a1a1a1;
    display: inline-block;
  }
  .news .news_block .news_category {
    font-size: 25px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
    padding: 7px 25px 3px 25px;
    width: 150px;
    text-align: center;
  }
  .news .news_block .news_title {
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    margin: 20px 0px 0px 0px;
  }
  .news .d-flex {
    display: flex;
  }
  .news .d-flex-button {
    display: flex;
  }
  .news .page_info {
    display: flex;
    align-items: center;
    margin: auto 20px;
    white-space: nowrap;
  }
  .news .previous_btn {
    margin: 0 0 0 auto !important;
  }
  .news .next_btn {
    margin: 0 auto 0 0 !important;
  }
  .news .btn:disabled {
    background-color: #bababa !important;
    pointer-events: none !important;
  }
  .news .l-contents-list {
    width: 100%;
    background-color: #d2eefd;
  }
  .news .list-item {
    font-size: 14px;
    font-weight: 500;
  }
  .news .date-item {
    width: 15%;
    min-width: 120px;
    align-content: center;
    text-align: center;
  }
  .news .category-item {
    width: 12%;
    min-width: 96px;
    margin: 18px 2%;
    align-content: center;
    text-align: center;
  }
  .news .title-item {
    width: 50%;
    align-content: center;
    text-align: center;
  }
  .news .list-body-detail {
    cursor: pointer;
    display: flex;
  }
  .news .list-detail-item {
    font-size: 16px;
  }
  .news .detail-date-item {
    width: 15%;
    align-content: center;
    text-align: center;
    color: #3b86ff;
    text-decoration: underline;
  }
  .news .detail-category-item {
    width: 12%;
    min-width: 96px;
    align-content: center;
    text-align: center;
    margin: 18px 2%;
    display: inline-block;
    padding: 4px 0;
    position: relative;
  }
  .news .category-label {
    display: inline-block;
    padding: 4px 0px;
    width: 90px;
    border-radius: 4px;
  }
  .news .detail-title-item {
    width: 50%;
    align-content: center;
    text-align: left;
    padding-left: 50px;
    color: #3b86ff;
    text-decoration: underline;
    line-height: 1.3;
  }
  .news .list-body {
    border-bottom: 1px solid rgba(161, 161, 161, 0.4);
  }
  .news .page-inner {
    margin-top: 20px;
    height: 36px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .news .primary-box-btn {
    width: 227px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #437ec4;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 29px;
    border-radius: 4px;
  }
  .news .primary-box-btn-back {
    width: 227px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #adadad;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .news .primary-box-btn1 {
    width: 160px;
    height: 36px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 0 0;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #437ec4;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 29px;
    border-radius: 4px;
  }
  .news .primary-box-btn-back1 {
    width: 160px;
    height: 36px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 0 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #437ec4;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .news .primary-box-btn-back1:disabled,
  .news .primary-box-btn1:disabled {
    background-color: #b7bccc !important;
    pointer-events: none !important;
  }
  .news-frame {
    border-radius: 3px;
    padding: 6px 16px 75px 20px;
    width: 96%;
  }
  .main-news-content {
    padding: 60px 27px 110px 27px;
    background-color: #fff;
    position: relative;
  }
  .news-modal-window {
    display: table;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 450px;
    padding: 10px;
    margin: auto;
    background: #fff;
    z-index: 102;
  }
}
@media screen and (min-width: 1280px) and (-ms-high-contrast: none) {
  .news-modal-window {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1280px) {
  .news-modal-window .modal-top {
    text-align: center;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
  }
  .news-modal-window .primary-box-btn {
    margin-bottom: 10px;
  }
  .news-modal-window .news_modal_title {
    margin: 10px 0;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
  }
  .news-modal-window .news_modal_details {
    text-align: center;
    margin-bottom: 10px;
    white-space: pre-wrap;
  }
  .news-modal-window .link_inner {
    text-align: center;
    margin: 20px 0 20px 0px;
  }
  .news-modal-window .news-modal-cancel {
    width: 280px;
    min-height: 2.9em;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    border-radius: 100px;
    text-decoration: none;
    font-size: 14px;
    background-color: #333333;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease-out;
  }
  .news-modal-window .news_modal_category {
    display: inline-block;
    background-color: #ffffff;
    font-size: 14px;
    margin: -3px 0px 0px 11px;
    padding: 2px 0px;
    width: 90px;
    border-radius: 4px;
    text-align: center;
  }
  .news-modal-window .news_modal_publish_at {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .news .main-contents-header h1 {
    font-size: 28px;
  }
  .news .news-search-area {
    padding: 0px 0px 15px 14px;
  }
  .news .news-search-area .search-area {
    font-weight: 100;
  }
  .news .news_block {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #a1a1a1;
  }
  .news .news_block .news_publish_at {
    font-size: 25px;
    font-weight: bold;
    color: #a1a1a1;
    display: inline-block;
  }
  .news .news_block .news_category {
    font-size: 25px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
    padding: 7px 25px 3px 25px;
    width: 150px;
    text-align: center;
  }
  .news .news_block .news_title {
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    margin: 20px 0px 0px 0px;
  }
  .news .d-flex {
    display: flex;
  }
  .news .d-flex-button {
    display: flex;
  }
  .news .page_info {
    display: flex;
    align-items: center;
    margin: auto 20px;
    white-space: nowrap;
  }
  .news .previous_btn {
    margin: 0 0 0 auto !important;
  }
  .news .next_btn {
    margin: 0 auto 0 0 !important;
  }
  .news .btn:disabled {
    background-color: #bababa !important;
    pointer-events: none !important;
  }
  .news .primary-box-btn-back1:disabled,
  .news .primary-box-btn1:disabled {
    background-color: #b7bccc !important;
    pointer-events: none !important;
  }
  .news .l-contents-list {
    width: 100%;
    background-color: #d2eefd;
  }
  .news .list-item {
    font-size: 14px;
    font-weight: 500;
  }
  .news .date-item {
    width: 15%;
    min-width: 120px;
    align-content: center;
    text-align: center;
  }
  .news .category-item {
    width: 12%;
    min-width: 96px;
    margin: 18px 2%;
    align-content: center;
    text-align: center;
  }
  .news .title-item {
    width: 50%;
    align-content: center;
    text-align: center;
  }
  .news .list-body-detail {
    display: flex;
  }
  .news .list-detail-item {
    font-size: 16px;
  }
  .news .detail-date-item {
    width: 15%;
    align-content: center;
    text-align: center;
    color: #3b86ff;
    text-decoration: underline;
  }
  .news .detail-category-item {
    width: 12%;
    min-width: 96px;
    align-content: center;
    text-align: center;
    margin: 18px 2%;
    display: inline-block;
    padding: 4px 0;
    position: relative;
  }
  .news .category-label {
    display: inline-block;
    padding: 4px 0px;
    width: 90px;
    border-radius: 4px;
  }
  .news .detail-title-item {
    width: 50%;
    align-content: center;
    text-align: left;
    padding-left: 50px;
    color: #3b86ff;
    text-decoration: underline;
    line-height: 1.3;
  }
  .news .list-body {
    border-bottom: 1px solid rgba(161, 161, 161, 0.4);
  }
  .news .page-inner {
    margin-top: 20px;
    height: 36px;
  }
  .news .primary-box-btn {
    width: 227px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #437ec4;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 29px;
    border-radius: 4px;
  }
  .news .primary-box-btn-back {
    width: 227px;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #adadad;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .news .primary-box-btn1 {
    width: 160px;
    height: 36px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 0 0;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #437ec4;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 29px;
    border-radius: 4px;
  }
  .news .primary-box-btn-back1 {
    width: 160px;
    height: 36px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 0 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #437ec4;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .news-frame {
    border-radius: 3px;
    padding: 6px 0px 6px 0px;
    margin: 0 auto;
    width: 96%;
  }
  .main-news-content {
    padding: 60px 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (max-width: 1279px) {
  .main-news-content {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .news-modal-window {
    display: table;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 450px;
    padding: 10px;
    margin: auto;
    background: #fff;
    z-index: 102;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (-ms-high-contrast: none) {
  .news-modal-window {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .news-modal-window .modal-top {
    text-align: center;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
  }
  .news-modal-window .primary-box-btn {
    margin-bottom: 10px;
  }
  .news-modal-window .news_modal_title {
    margin: 10px 0;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
  }
  .news-modal-window .news_modal_details {
    text-align: center;
    margin-bottom: 10px;
    white-space: pre-wrap;
  }
  .news-modal-window .link_inner {
    text-align: center;
    margin: 20px 0 20px 0px;
  }
  .news-modal-window .news-modal-cancel {
    width: 280px;
    min-height: 2.9em;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    border-radius: 100px;
    text-decoration: none;
    font-size: 14px;
    background-color: #333333;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease-out;
  }
  .news-modal-window .news_modal_category {
    display: inline-block;
    background-color: #ffffff;
    font-size: 14px;
    margin: -3px 0px 0px 11px;
    padding: 2px 0px;
    width: 90px;
    border-radius: 4px;
    text-align: center;
  }
  .news-modal-window .news_modal_publish_at {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .news .list-body-detail {
    display: flex;
    flex-direction: column;
  }
  .news .detail-category-item,
  .news .detail-date-item,
  .news .detail-title-item {
    margin-bottom: 8px;
  }
  .news .main-contents-header h1 {
    font-size: 28px;
  }
  .news .news-search-area {
    margin-bottom: 40px !important;
    margin-left: 6px !important;
  }
  .news .news-search-area .search-area {
    margin-bottom: 10px;
    font-weight: 100;
  }
  .news .news_block {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #a1a1a1;
  }
  .news .news_block .news_publish_at {
    font-size: 25px;
    font-weight: bold;
    color: #a1a1a1;
    display: inline-block;
  }
  .news .news_block .news_category {
    font-size: 25px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
    padding: 7px 25px 3px 25px;
    width: 150px;
    text-align: center;
  }
  .news .news_block .news_title {
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    margin: 20px 0px 0px 0px;
  }
  .news .d-flex {
    display: none;
  }
  .news .d-flex-button {
    display: flex;
  }
  .news .page_info {
    display: flex;
    align-items: center;
    margin: auto 20px;
    white-space: nowrap;
  }
  .news .previous_btn {
    margin: 0 0 0 auto !important;
  }
  .news .next_btn {
    margin: 0 auto 0 0 !important;
  }
  .news .btn:disabled {
    background-color: #bababa !important;
    pointer-events: none !important;
  }
  .news .l-contents-list {
    width: 100%;
    background-color: #cce8ff;
  }
  .news .list-item {
    font-size: 18px;
  }
  .news .date-item {
    width: 20%;
    min-width: 100px;
    margin: 18px;
  }
  .news .category-item {
    width: 20%;
    margin: auto;
  }
  .news .title-item {
    width: 60%;
    margin: auto;
  }
  .news .list-detail-item {
    font-size: 16px;
  }
  .news .list-body-detail {
    display: block;
  }
  .news .detail-category-item {
    width: 40%;
    text-align: center;
    padding-top: 13px;
  }
  .news .detail-date-item {
    display: inline-block;
    width: 50%;
    padding-left: 5%;
    color: #3b86ff;
    text-decoration: underline;
  }
  .news .detail-title-item {
    display: block;
    width: 100%;
    margin-top: 8px;
    /* カテゴリーと日付の下にスペースを追加 */
    color: #3b86ff;
    text-decoration: underline;
    line-height: 1.3;
  }
  .news .list-body {
    border-bottom: 1px solid rgba(161, 161, 161, 0.4);
  }
  .news .page-inner {
    margin-top: 20px;
    height: 36px;
  }
  .news .detail-category-item {
    width: 40%;
    align-content: center;
    text-align: center;
    display: inline-block;
    position: relative;
    padding-top: 13px;
  }
  .news .category-label {
    display: inline-block;
    padding: 4px 0px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 4px;
  }
  .news .primary-box-btn {
    width: 60%;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #437ec4;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 29px;
    border-radius: 4px;
  }
  .news .primary-box-btn-back {
    width: 60%;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #adadad;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .news .primary-box-btn1 {
    width: 160px;
    height: 36px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 0 0;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #437ec4;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 29px;
    border-radius: 4px;
  }
  .news .primary-box-btn-back1 {
    width: 160px;
    height: 36px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 0 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #437ec4;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .news .primary-box-btn-back1:disabled,
  .news .primary-box-btn1:disabled {
    background-color: #b7bccc !important;
    pointer-events: none !important;
  }
  .main-news-content {
    padding: 40px 30px;
    padding-bottom: 0;
    overflow-y: auto;
  }
  .news-modal-window {
    display: table;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 95%;
    padding: 10px;
    margin: auto;
    background: #fff;
    z-index: 102;
  }
}
@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .news-modal-window {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .news-modal-window .modal-top {
    text-align: center;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
  }
  .news-modal-window .primary-box-btn {
    margin-bottom: 10px;
  }
  .news-modal-window .news_modal_title {
    margin: 10px 0;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
  }
  .news-modal-window .news_modal_details {
    text-align: center;
    margin-bottom: 10px;
    white-space: pre-wrap;
  }
  .news-modal-window .link_inner {
    text-align: center;
    margin: 20px 0 20px 0px;
  }
  .news-modal-window .news-modal-cancel {
    width: 280px;
    min-height: 2.9em;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    border-radius: 100px;
    text-decoration: none;
    font-size: 14px;
    background-color: #333333;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease-out;
  }
  .news-modal-window .news_modal_category {
    display: inline-block;
    background-color: #ffffff;
    font-size: 14px;
    margin: -3px 0px 0px 11px;
    padding: 2px 0px;
    width: 90px;
    border-radius: 4px;
    text-align: center;
  }
  .news-modal-window .news_modal_publish_at {
    font-weight: bold;
  }
  .news-modal-window .news_download {
    padding-bottom: 6px;
  }
}
/* ----- /news ----- */
.edit_mail {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 24px;
}
.edit_mail .title {
  text-align: center;
  margin: 0 0 24px 0px;
  font-size: 16px;
}
.edit_mail .form-item {
  display: block;
  width: 100%;
  padding: 16px;
  margin-bottom: 16px;
}
.edit_mail .form-item:last-child {
  margin-bottom: 32px;
}
.edit_mail .text-button {
  font-size: 100%;
  cursor: pointer;
  vertical-align: baseline;
  background: transparent;
  color: #000000;
}
.edit_mail .now_mailaddress {
  margin: 0 0 10px 0;
}
.edit_mail .authentication_explain2 {
  margin: 0 0 10px 0;
}
.edit_mail .authentication_again {
  margin: 0 0 10px 0;
  text-decoration: underline;
}

.password_edit .authentication_again {
  margin: 0 0 10px 0;
  text-decoration: underline;
}

.download-button-monthly {
  vertical-align: middle;
  display: inline-block;
  padding: 4px 0px 4px 0px;
  background-color: #437ec4;
  color: white;
  border-radius: 4px;
  width: 76px;
  height: 35px;
  font: normal normal normal 16px/24px Noto Sans JP;
}

.download-button-annual {
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  padding: 4px 0px 4px 0px;
  background-color: #437ec4;
  color: white;
  border-radius: 4px;
  width: 76px;
  height: 35px;
  font: normal normal normal 16px/24px Noto Sans JP;
}

/* ----- logout_modal ----- */
#logout_modal .modal-window {
  z-index: 101;
}
@media screen and (min-width: 768px) {
  #logout_modal .modal-window {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  #logout_modal .modal-window {
    width: 95%;
  }
}
#logout_modal .modal-window .modal-title {
  text-align: center;
  padding: 0 0 26px 0;
}
#logout_modal .modal-window .modal-title #logout_modal_title {
  font-weight: bold;
  font-size: 21px;
}
#logout_modal .modal-window .primary-box-btn {
  margin-bottom: 14px;
}
#logout_modal .modal-window .logout-warning-text {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  padding: 0 0 26px 0;
}
#logout_modal .modal-window .logout-modal-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #logout_modal .modal-window .logout-modal-btn-area .modal-cancel {
    width: 150px;
    padding: 10px 0;
    font-size: 10px;
    background-color: #bababa;
    color: #000000;
  }
  #logout_modal .modal-window .logout-modal-btn-area .secondary-btn {
    width: 150px;
    padding: 10px 0;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  #logout_modal .modal-window .logout-modal-btn-area .modal-cancel {
    width: 40%;
    padding: 10px 0;
    font-size: 10px;
    background-color: #bababa;
    color: #000000;
  }
  #logout_modal .modal-window .logout-modal-btn-area .secondary-btn {
    width: 40%;
    padding: 10px 0;
    font-size: 10px;
  }
}
#logout_modal .modal-window .logout-modal-btn-area #logout_modal_action_btn {
  background-color: black;
}

/* ----- recommend_browser_modal ----- */
@media screen and (min-width: 768px) {
  #recommend_browser_modal .modal-window {
    z-index: 101;
    width: 420px;
    height: 450px;
    color: #262626;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #recommend_browser_modal .modal-window .modal-title {
    text-align: center;
    padding: 0 0 10px 0;
  }
  #recommend_browser_modal .modal-window .modal-title #recommend_browser_modal_title {
    font-size: 18px;
    font-weight: 700;
  }
  #recommend_browser_modal .modal-window .recommend_browser-text {
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
  }
  #recommend_browser_modal .modal-window .RecommendedBrowser {
    text-align: left;
    padding-bottom: 40px;
  }
  #recommend_browser_modal .modal-window .RecommendedBrowser .font-size20px {
    padding-top: 5px;
    font-size: 12px;
  }
  #recommend_browser_modal .modal-window .RecommendedBrowser .browser {
    padding-top: 5px;
    font-size: 14px;
    padding-left: 10px;
  }
  #recommend_browser_modal .modal-window .RecommendedBrowser td.font-size20px {
    font-size: 14px;
    font-weight: 700;
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  #recommend_browser_modal .modal-window {
    z-index: 101;
    width: 95%;
    height: 450px;
    color: #262626;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #recommend_browser_modal .modal-window .modal-title {
    text-align: center;
    padding: 0 0 10px 0;
  }
  #recommend_browser_modal .modal-window .modal-title #recommend_browser_modal_title {
    font-size: 18px;
    font-weight: 700;
  }
  #recommend_browser_modal .modal-window .recommend_browser-text {
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
  }
  #recommend_browser_modal .modal-window .RecommendedBrowser {
    text-align: left;
    padding-bottom: 40px;
  }
  #recommend_browser_modal .modal-window .RecommendedBrowser .font-size20px {
    padding-top: 5px;
    font-size: 12px;
  }
  #recommend_browser_modal .modal-window .RecommendedBrowser .browser {
    padding-top: 5px;
    font-size: 14px;
    padding-left: 10px;
  }
  #recommend_browser_modal .modal-window .RecommendedBrowser td.font-size20px {
    font-size: 14px;
    font-weight: 700;
    padding-top: 25px;
  }
  #recommend_browser_modal .modal-window .recommend_browser-modal-area {
    width: 100%;
  }
}
/* ----- image_model ----- */
@media screen and (min-width: 1280px) {
  .modal-window-image {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0vw;
    top: 0vh;
    z-index: 5670;
  }
  .modal-window-image #zoomimg {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .modal-window-image {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0vw;
    top: 0vh;
    z-index: 5670;
  }
  .modal-window-image #zoomimg {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .modal-window-image {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0vw;
    top: 0vh;
    z-index: 5670;
  }
  .modal-window-image #zoomimg {
    width: 95%;
  }
}
/* ----- news_letter_modal ----- */
@media screen and (min-width: 768px) {
  #news_letter_modal .modal-window {
    z-index: 101;
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  #news_letter_modal .modal-window {
    z-index: 101;
    width: 95%;
  }
}
#news_letter_modal .modal-window .modal-title {
  text-align: center;
  padding: 0 0 26px 0;
}
#news_letter_modal .modal-window .modal-title #news_letter_modal_title {
  margin-left: 16px;
  font-weight: bold;
}
#news_letter_modal .modal-window .news_letter-warning-text {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  padding: 0 0 26px 0;
}
#news_letter_modal .modal-window .news_letter-modal-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
#news_letter_modal .modal-window .news_letter-modal-btn-area .modal-cancel {
  width: 150px;
  padding: 10px 0;
  font-size: 10px;
  background-color: #bababa;
  color: #000000;
}
#news_letter_modal .modal-window .news_letter-modal-btn-area #news_letter_modal_action_btn {
  background-color: black;
}
#news_letter_modal .modal-window .news_letter-modal-btn-area .secondary-btn {
  width: 150px;
  padding: 10px 0;
  font-size: 10px;
}

/* ----- /property ----- */
.property .main-contents-header h1 {
  font-size: 28px;
}
.property .search-area .search-area .search-area-item {
  font-size: 21px;
  width: 250px;
}
.property .search-area .search-area .authority-select .search-area-item {
  padding: 4px 30px 4px 10px;
}
.property .search-area .search-area .secondary-btn {
  width: 100px;
  min-height: 30px;
}
.property .list-header {
  display: flex;
  width: 100%;
}
.property .list-header .list-header-item {
  padding: 14px 4px;
  width: 45px;
  font-size: 21px;
  color: #666;
  flex-grow: 1;
  flex-basis: auto;
}
.property .list-header .list-header-item:first-child {
  width: 80px;
}
.property .list-header .list-header-item:last-child {
  margin-left: 0px;
  width: 180px;
}
.property .list-header .list-item {
  padding: 14px 4px;
  width: 45px;
  font-size: 21px;
  color: #666;
  flex-grow: 1;
  flex-basis: auto;
  text-align: center;
  writing-mode: horizontal-tb;
}
.property .list-header .name-item {
  width: 30%;
}
.property .list-header .contract-rooms-count-item {
  width: 9%;
}
.property .list-header .address-item {
  width: 45%;
}
.property .list-header .room-item {
  text-align: center;
  width: 12%;
}
.property .list-header .clean-item {
  text-align: center;
  width: 12%;
}
.property .list-body .list-body-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
  padding: 0px 15px;
}
.property .list-body .list-body-item .list-body-detail {
  display: flex;
  width: 100%;
}
.property .list-body .list-body-item .list-body-detail .list-body-detail-item {
  padding: 30px 4px;
  margin: auto 0;
  width: 128px;
  white-space: normal;
  font-size: 21px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* IE11用 */
  flex-basis: auto;
  flex-grow: 1;
}
.property .list-body .list-body-item .list-body-detail .list-body-detail-item .user-id-button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #1278ce;
  text-decoration: none;
}
.property .list-body .list-body-item .list-detail-item {
  padding: 30px 4px;
  margin: auto 0;
  min-width: 128px;
  white-space: normal;
  font-size: 21px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* IE11用 */
  flex-basis: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.property .list-body .list-body-item .list-detail-item:first-child {
  padding: 0;
  width: 30%;
}
.property .list-body .list-body-item .list-detail-item .user-id-button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #1278ce;
  text-decoration: none;
}
.property .list-body .list-body-item .contract-rooms-count-item {
  text-align: center;
}
.property .list-body .list-body-item .list-detail-btn {
  display: flex;
  width: 12%;
  justify-content: center;
}
.property .list-body .list-body-item .list-detail-btn .list-btns-item {
  display: inline-block;
  padding: 10px 20px;
  background-color: royalblue;
  color: white;
  border-radius: 5px;
  width: 90px;
  height: 50px;
}
.property .list-body .list-body-item .name-item {
  width: 30%;
}
.property .list-body .list-body-item .contract-rooms-count-item {
  width: 9%;
}
.property .list-body .list-body-item .address-detail-item {
  width: 45%;
}
.property .list-body .list-body-item .list-body-detail .list-body-detail-item:first-child {
  width: 160px;
  padding: 0 35px 0 0;
}
.property .list-body .list-body-item .list-body-detail .list-body-detail-item:last-child {
  margin-left: 0px;
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.property .list-body .list-body-item .list-btns {
  display: flex;
  align-items: center;
}
.property .list-body .list-body-item .list-btns .btn {
  padding: 8px 18px;
  font-size: 12px;
  width: 100%;
  min-width: 24px;
}
.property .list-body .list-body-item .list-btns .btn:last-child {
  margin-left: 16px;
}
.property .d-flex {
  padding-top: 20px;
  display: flex;
}
.property .page_info {
  margin: auto 20px;
}
.property .previous_btn {
  margin: 0 0 0 auto !important;
}
.property .next_btn {
  margin: 0 auto 0 0 !important;
}
.property .btn:disabled {
  background-color: #bababa !important;
  pointer-events: none !important;
}

/* ----- contact ----- */
@media screen and (min-width: 768px) {
  .contact {
    text-align: center;
    padding: 60px 50px 10px 50px;
  }
  .contact .contact-frame {
    width: 100%;
    border: 1px solid #14457e;
    margin-bottom: 45px;
  }
  .contact .basic {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    display: flex;
    color: #ffffff;
    background: #14457e;
    background-image: url(../images/question.png);
    background-position: 7px 50%;
    background-repeat: no-repeat;
    background-size: 27px 27px;
    padding-left: 40px;
    height: 30px;
  }
  .contact .item-deteil {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    padding: 20px 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    line-height: 1.7;
  }
  .contact .info {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 1.7;
    padding-bottom: 18px;
  }
  .contact .info:last-of-type {
    margin-bottom: 50px;
  }
  .contact .attention {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 33px;
  }
  .contact .primary-box-btn {
    width: 350px;
    display: inline-flex;
  }
  .contact .primary-box-btn-back {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    text-align: center;
    padding: 26px 2%;
  }
  .contact .contact-frame {
    width: 100%;
    border: 1px solid #14457e;
    margin-bottom: 45px;
  }
  .contact .basic {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    display: flex;
    color: #ffffff;
    background: #14457e;
    background-image: url(../images/question.png);
    background-position: 7px 50%;
    background-repeat: no-repeat;
    background-size: 27px 27px;
    padding-left: 40px;
    height: 30px;
  }
  .contact .item-deteil {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    padding: 20px 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    line-height: 1.7;
  }
  .contact .info {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 1.7;
    padding-bottom: 18px;
  }
  .contact .attention {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 33px;
  }
  .contact .primary-box-btn {
    max-width: 350px;
    width: 100%;
    display: inline-flex;
  }
}
@media screen and (max-width: 1279px) {
  .contact {
    padding-bottom: 0;
  }
  .contact-form {
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form {
    position: relative;
  }
}
/* ----- rooms ----- */
.rooms .room {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
}
.rooms .room[data-kanri-taisho-status=空室] {
  background-color: #dedede;
}
.rooms .room[data-kanri-kbn=一般管理]:not([data-kanri-taisho-status=居住中]) {
  background-color: #dedede;
}
.rooms .room[data-kanri-kbn=一般管理]:not([data-kanri-taisho-status=居住中]) .room-info-DL {
  background-color: #dededd;
}
.rooms .room .kanri_taisho {
  color: #1c5acf;
  border: 1px solid #1c5acf;
  padding: 12px;
  border-radius: 4px;
}
.rooms .room .kanri_taisho[data-kanri-taisho-yoto=オーナー使用], .rooms .room .kanri_taisho[data-kanri-taisho-status=空室] {
  color: #ec0d7c;
  border: 1px solid #ec0d7c;
  padding: 12px;
  border-radius: 4px;
}
.rooms .room[data-kanri-kbn=サブリース][data-kanri-taisho-status=空室], .rooms .room[data-kanri-kbn=サブリース][data-kanri-kbn=一般管理]:not([data-kanri-taisho-status=居住中]),
.rooms .room[data-kanri-kbn=サブリース] .room, .rooms .room[data-administrative_task=サブサブ][data-kanri-taisho-status=空室], .rooms .room[data-administrative_task=サブサブ][data-kanri-kbn=一般管理]:not([data-kanri-taisho-status=居住中]),
.rooms .room[data-administrative_task=サブサブ] .room {
  background-color: #ffffff;
}
.rooms .room[data-kanri-kbn=サブリース][data-kanri-taisho-status=空室] .room-info-DL, .rooms .room[data-kanri-kbn=サブリース][data-kanri-kbn=一般管理]:not([data-kanri-taisho-status=居住中]) .room-info-DL,
.rooms .room[data-kanri-kbn=サブリース] .room .room-info-DL, .rooms .room[data-administrative_task=サブサブ][data-kanri-taisho-status=空室] .room-info-DL, .rooms .room[data-administrative_task=サブサブ][data-kanri-kbn=一般管理]:not([data-kanri-taisho-status=居住中]) .room-info-DL,
.rooms .room[data-administrative_task=サブサブ] .room .room-info-DL {
  background-color: #fffffe;
}
.rooms .room[data-kanri-kbn=サブリース] .kanri_taisho, .rooms .room[data-administrative_task=サブサブ] .kanri_taisho {
  color: #1c5acf;
  border: 1px solid #1c5acf;
  padding: 12px;
  border-radius: 4px;
}

/* ----- rooms ----- */
.rooms .font-size28 {
  font-size: 28px;
}
.rooms .font-weight100 {
  font-weight: 100;
}
.rooms .fontsize18 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 3px;
}
.rooms .fontsize20x {
  font-size: 2em;
  /* 2.0倍の大きさにする */
}
.rooms .border {
  margin-bottom: 18px;
}
.rooms .border::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: black;
}
.rooms .room {
  padding: 0px 10px 0px 10px;
  margin-bottom: 20px;
  margin-right: 2%;
  font-size: 16px;
}
.rooms .room[data-kanri-kbn=一般管理][data-kanri-taisho-status=居住中] {
  background-color: #ffffff;
}
.rooms .room[data-kanri-kbn=一般管理][data-kanri-taisho-status=居住中] .room-info-DL {
  background-color: #fffffe;
}
.rooms .room[data-kanri-kbn=一般管理][data-kanri-taisho-status=空室] {
  background-color: #dedede;
}
.rooms .room[data-kanri-kbn=一般管理][data-kanri-taisho-status=空室] .room-info-DL {
  background-color: #dededd;
}
.rooms .room[data-kanri-kbn=一般管理] .kanri_taisho {
  margin-left: auto;
  width: 100px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 中央寄せに変更 */
}
.rooms .room[data-kanri-kbn=一般管理] .kanri_taisho[data-kanri-taisho-yoto=オーナー使用][data-kanri-taisho-status=空室][data-administrative_task=サブサブ] {
  color: #1c5acf;
  border: 1px solid #1c5acf;
  padding: 1px;
  border-radius: 4px;
}
.rooms .room[data-kanri-kbn=一般管理] .kanri_taisho[data-kanri-taisho-yoto=賃貸][data-kanri-taisho-status=空室][data-administrative_task=サブサブ] {
  color: #1c5acf;
  border: 1px solid #1c5acf;
  padding: 1px;
  border-radius: 4px;
}
.rooms .room[data-kanri-kbn=一般管理] .kanri_taisho[data-kanri-taisho-yoto=オーナー使用][data-kanri-taisho-status=居住中][data-administrative_task=サブサブ] {
  color: #1c5acf;
  border: 1px solid #1c5acf;
  padding: 1px;
  border-radius: 4px;
}
.rooms .room[data-kanri-kbn=一般管理] .kanri_taisho[data-kanri-taisho-status=居住中] {
  color: #1c5acf;
  border: 1px solid #1c5acf;
  padding: 1px;
  border-radius: 4px;
}
.rooms .room[data-kanri-kbn=一般管理] .kanri_taisho[data-kanri-taisho-yoto=オーナー使用] {
  color: #ec0d7c;
  border: 1px solid #ec0d7c;
  padding: 1px;
  border-radius: 4px;
}
.rooms .room[data-kanri-kbn=一般管理] .kanri_taisho[data-kanri-taisho-yoto=賃貸][data-kanri-taisho-status=空室] {
  color: #ec0d7c;
  border: 1px solid #ec0d7c;
  padding: 1px;
  border-radius: 4px;
}
.rooms .room[data-kanri-kbn=一般管理] .kanri_taisho[data-kanri-taisho-yoto=オーナー使用][data-kanri-taisho-status=空室] {
  color: #ec0d7c;
  border: 1px solid #ec0d7c;
  padding: 1px;
  border-radius: 4px;
}
.rooms .room[data-kanri-kbn=サブリース] {
  background-color: #ffffff;
}
.rooms .room[data-kanri-kbn=サブリース] .room-info-DL {
  background-color: #fffffe;
}
.rooms .room[data-kanri-kbn=サブリース] .kanri_taisho {
  margin-left: auto;
  width: 100px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 中央寄せに変更 */
  color: #1c5acf;
  border: 1px solid #1c5acf;
  padding: 1px;
  border-radius: 4px;
}
.rooms .room .left {
  text-align: left;
  float: left;
}
.rooms .room .right {
  text-align: right;
}
.rooms .room .font22 {
  font-size: 22px;
}
.rooms .room .font14 {
  font-size: 14px;
}
.rooms .room .room-info {
  display: flex;
  align-items: center;
}
.rooms .room .room-info p {
  margin: 0;
}
.rooms .room .room_download_pdf {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rooms .room .room_download_pdf .download_class {
  display: flex;
  align-items: center;
  margin: auto;
  /* 水平・垂直方向に中央寄せ */
  margin-right: 108px;
  /* 右側に24pxのマージンを追加 */
  width: 180px;
  height: 40px;
}
.rooms .room .room_download_pdf .download_class_pdf {
  display: flex;
  align-items: center;
  margin: auto;
  /* 水平・垂直方向に中央寄せ */
  width: 180px;
  height: 40px;
}

/* ----- properties-manegement-show 物件詳細 ----- */
.properties-main-contents .center-display {
  display: flex;
}
.properties-main-contents .text-center {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .properties-main-contents .properties-main-contents {
    padding: 60px 26px;
  }
  .properties-main-contents .img_display {
    width: 352px;
    height: 264px;
    height: auto;
  }
  .properties-main-contents .contents-frame {
    border-radius: 3px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.0392156863);
  }
  .properties-main-contents .top-padding {
    padding-top: 18px;
  }
  .properties-main-contents .top-padding30px {
    padding-top: 30px;
  }
  .properties-main-contents .top-padding05x {
    padding-top: 5px;
  }
  .properties-main-contents .left-padding {
    padding-left: 20px;
  }
  .properties-main-contents .bottom-padding {
    padding-bottom: 21px;
  }
  .properties-main-contents .bottom-padding2x {
    padding-bottom: 10px;
  }
  .properties-main-contents .bottom-padding05x {
    padding-bottom: 2.5px;
  }
  .properties-main-contents .font-size28 {
    font-size: 28px;
  }
  .properties-main-contents .font-size16 {
    font-size: 16px;
  }
  .properties-main-contents .font-size18 {
    font-size: 18px;
  }
  .properties-main-contents .font-color-gray {
    color: #606060;
  }
  .properties-main-contents .border-line {
    border-bottom: 3px solid #000;
    position: relative;
  }
  .properties-main-contents .border-thin-line {
    border-bottom: 1px solid #808080;
  }
  .properties-main-contents .list-btns {
    display: flex;
    position: relative;
    /* position を relative に変更 */
    justify-content: left;
    /* 中央に配置 */
    align-items: center;
    /* 中央に配置 */
    padding: 8px 0px 87px 3px;
    gap: 10px;
  }
  .properties-main-contents .btn-left {
    height: 40px;
    width: 400px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    margin-right: 0px;
  }
  .properties-main-contents .btn-right {
    height: 40px;
    width: 400px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    margin-left: 60px;
  }
  .properties-main-contents .contents-frame {
    padding: 0px 0px 0px 17px;
    margin-top: 50px;
    margin-left: 26px;
    width: 95%;
  }
  .properties-main-contents .detail-info {
    display: flex;
    margin: 2px 0px;
  }
  .properties-main-contents .detail-item {
    padding: 8px 0px 8px 16px;
    background-color: #cce8ff;
    width: 160px;
    font-weight: 700;
    min-width: 160px;
    height: auto;
  }
  .properties-main-contents .detail-item-info {
    padding: 8px 0px 8px 23px;
    min-width: 200px;
    font-weight: 500;
    color: #4f4f4f;
    height: auto;
    align-items: flex-start;
    text-align: left;
    line-height: 1.3;
  }
  .properties-main-contents .left-display {
    width: 100%;
    margin-left: 19px;
  }
  .properties-main-contents .properties-manegement-btn {
    cursor: pointer;
    display: inline-block;
    padding: 6px 0px 6px 0px;
    background-color: #437ec4;
    color: white;
    border-radius: 4px;
    width: 168px;
    height: 36px;
  }
  .properties-main-contents .text-bold {
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .properties-main-contents .top-padding {
    padding-top: 18px;
  }
  .properties-main-contents .top-padding30px {
    padding-top: 30px;
  }
  .properties-main-contents .top-padding05x {
    padding-top: 5px;
  }
  .properties-main-contents .left-padding {
    padding-left: 10px;
  }
  .properties-main-contents .bottom-padding {
    padding-bottom: 18px;
  }
  .properties-main-contents .bottom-padding2x {
    padding-bottom: 10px;
  }
  .properties-main-contents .bottom-padding05x {
    padding-bottom: 2.5px;
  }
  .properties-main-contents .font-size28 {
    font-size: 28px;
  }
  .properties-main-contents .font-size16 {
    font-size: 16px;
  }
  .properties-main-contents .font-size18 {
    font-size: 18px;
  }
  .properties-main-contents .font-color-gray {
    color: #606060;
  }
  .properties-main-contents .border-line {
    border-bottom: 3px solid #000;
    position: relative;
  }
  .properties-main-contents .border-thin-line {
    border-bottom: 1px solid #808080;
  }
  .properties-main-contents .list-btns {
    display: flex;
    position: relative;
    /* position を relative に変更 */
    justify-content: center;
    padding: 12px 0px 87px 3px;
    gap: 2%;
  }
  .properties-main-contents .btn-left {
    height: 40px;
    width: 400px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    margin-right: 0px;
  }
  .properties-main-contents .btn-right {
    height: 40px;
    width: 400px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    margin-left: 60px;
  }
  .properties-main-contents .properties-manegement {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (max-width: 1279px) and (min-width: 961px) {
  .properties-main-contents .contents-frame {
    width: 537px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (max-width: 1279px) and (max-width: 960px) {
  .properties-main-contents .contents-frame {
    padding: 0px 22%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .properties-main-contents .detail-info {
    display: flex;
  }
  .properties-main-contents .detail-item {
    padding: 7px 0px 9px 16px;
    background-color: #cce8ff;
    width: 160px;
    font-weight: 700;
    min-width: 160px;
    height: 40px;
  }
  .properties-main-contents .detail-item-info {
    padding: 10px 0px 10px 23px;
    min-width: 200px;
    font-weight: 500;
    color: #4f4f4f;
    height: auto;
    align-items: flex-start;
    text-align: left;
    line-height: 1.3;
  }
  .properties-main-contents .properties-manegement-btn {
    display: inline-block;
    padding: 6px 0px 6px 0px;
    background-color: #437ec4;
    color: white;
    border-radius: 4px;
    margin: 5px;
    width: 168px;
    height: 36px;
  }
  .properties-main-contents .text-bold {
    font-weight: 600;
  }
  .properties-main-contents .center-display {
    display: block !important;
  }
  .properties-main-contents .img_display {
    width: 100%;
    padding-bottom: 9px;
  }
  .properties-main-contents .detail-item {
    width: 100%;
    padding: 10px 0px 10px 20px;
  }
  .properties-main-contents .detail-info {
    display: block !important;
    width: 100%;
  }
  .properties-main-contents .two-display {
    width: 100%;
    display: flex;
  }
  .properties-main-contents .two-display .detail-item {
    width: auto;
  }
  .properties-main-contents .two-display .detail-info:nth-child(1) {
    margin: 2px 4px 2px 0;
  }
  .properties-main-contents .two-display .detail-info:nth-child(2) {
    margin: 2px 0px 2px 4px;
  }
  .properties-main-contents .contents-frame {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .properties-main-contents .properties-name {
    font-size: 18px;
    padding: 26px 0px 13px 6px;
  }
  .properties-main-contents .properties-main-contents {
    width: 100%;
    padding: 0 !important;
  }
  .properties-main-contents .top-padding30px {
    padding-top: 30px;
  }
  .properties-main-contents .top-padding05x {
    padding-top: 5px;
  }
  .properties-main-contents .bottom-padding05x {
    padding-bottom: 2.5px;
  }
  .properties-main-contents .font-size28 {
    font-size: 28px;
  }
  .properties-main-contents .font-size16 {
    font-size: 16px;
  }
  .properties-main-contents .font-color-gray {
    color: #606060;
  }
  .properties-main-contents .border-line {
    border-bottom: 3px solid #000;
    position: relative;
  }
  .properties-main-contents .border-thin-line {
    border-bottom: 1px solid #808080;
  }
  .properties-main-contents .list-btns {
    display: flex;
    position: relative;
    /* position を relative に変更 */
    justify-content: center;
    padding: 0px 0px 20px 3px;
  }
  .properties-main-contents .btn-left {
    height: 40px;
    width: 400px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    margin-right: 0px;
  }
  .properties-main-contents .btn-right {
    height: 40px;
    width: 400px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    margin-left: 60px;
  }
  .properties-main-contents .properties-manegement {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 401px) {
  .properties-main-contents .contents-frame {
    width: 361px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 400px) {
  .properties-main-contents .contents-frame {
    height: auto;
    min-width: 288px;
    width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  .properties-main-contents .detail-info {
    display: flex;
  }
  .properties-main-contents .detail-item {
    padding: 7px 0px 9px 16px;
    background-color: #cce8ff;
    width: 160px;
    font-weight: 700;
    min-width: 160px;
    height: 40px;
  }
  .properties-main-contents .detail-item-info {
    padding: 10px 0px 10px 23px;
    min-width: 200px;
    font-weight: 500;
    color: #4f4f4f;
    align-items: flex-start;
    text-align: left;
    line-height: 1.3;
  }
  .properties-main-contents .properties-manegement-btn {
    display: inline-block;
    padding: 6px 0px 6px 0px;
    background-color: #437ec4;
    color: white;
    border-radius: 4px;
    margin: 5px;
    width: 168px;
    height: 36px;
  }
  .properties-main-contents .text-bold {
    font-weight: 600;
  }
  .properties-main-contents .center-display {
    display: block !important;
  }
  .properties-main-contents .img_display {
    width: 100%;
    padding-bottom: 9px;
  }
  .properties-main-contents .detail-item {
    width: 100%;
    padding: 10px 0px 10px 20px;
  }
  .properties-main-contents .detail-info {
    display: block !important;
    width: 100%;
  }
  .properties-main-contents .img_display {
    width: 100%;
  }
  .properties-main-contents .center-display {
    display: block !important;
    margin-bottom: 30px;
  }
  .properties-main-contents .list-btns {
    width: auto;
    margin: 0;
  }
  .properties-main-contents .detail-item {
    min-width: auto;
    width: 100%;
    padding: 10px 0px 10px 20px;
  }
  .properties-main-contents .detail-info {
    display: block !important;
    width: 100%;
  }
  .properties-main-contents .properties-manegement-btn:nth-child(1) {
    margin: 0px 0px 0 0;
  }
  .properties-main-contents .properties-manegement-btn:nth-child(2) {
    margin: 0px 0 0 16px;
  }
  .properties-main-contents .properties-manegement-btn {
    font-size: 16px;
    padding: 6px 0px 6px 0px;
  }
  .properties-main-contents .contents-frame {
    margin-top: 0;
  }
}

.no-line-break {
  white-space: nowrap;
}

.top2px {
  top: 2px;
}

@media screen and (max-width: 1279px) {
  .properties-main-contents {
    overflow-y: auto;
  }
}
/* ----- /properties-manegement-show ----- */
/* ----- new-properties-manegement 物件管理 ----- */
.properties-manegement {
  flex: 1;
}

@media screen and (min-width: 1280px) {
  .container .container-body .new-main-contents {
    padding: 68px 47px 40px 47px;
    width: 100%;
    background-color: #fff;
    position: relative;
  }
  .new-properties-manegement {
    width: 100%;
  }
  .new-properties-manegement .primary-box-btn {
    width: 160px;
    height: 36px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 0 0;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #437ec4;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 29px;
    border-radius: 4px;
  }
  .new-properties-manegement .primary-box-btn-back {
    width: 160px;
    height: 36px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 0 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #437ec4;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .new-properties-manegement .center-display {
    display: flex;
    flex-direction: column;
    /* 縦方向に並べる */
    align-items: center;
    /* 中央揃え */
  }
  .new-properties-manegement .img-center {
    display: flex;
    align-items: center;
  }
  .new-properties-manegement .img_display {
    width: 240px;
    height: 180px;
  }
  .new-properties-manegement .new-left-display {
    width: 100%;
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .new-properties-manegement .top-padding {
    padding-top: 10px;
  }
  .new-properties-manegement .top-padding30px {
    padding-top: 30px;
  }
  .new-properties-manegement .top-padding05x {
    padding-top: 5px;
  }
  .new-properties-manegement .left-padding {
    padding-left: 10px;
  }
  .new-properties-manegement .text-center {
    position: relative;
    display: flex;
    align-items: center;
  }
  .new-properties-manegement .bottom-padding2x {
    padding-bottom: 10px;
  }
  .new-properties-manegement .bottom-padding05x {
    padding-bottom: 2.5px;
  }
  .new-properties-manegement .font-size28 {
    font-size: 28px;
  }
  .new-properties-manegement .font-size26 {
    font-size: 26px;
  }
  .new-properties-manegement .font-size18 {
    font-size: 18px;
  }
  .new-properties-manegement .font-color-gray {
    color: #606060;
  }
  .new-properties-manegement .border-line {
    border-bottom: 3px solid #000;
    position: relative;
  }
  .new-properties-manegement .border-thin-line {
    border-bottom: 1px solid #808080;
  }
  .new-properties-manegement .list-btns {
    display: flex;
    position: relative;
    /* position を relative に変更 */
    justify-content: center;
    /* 中央に配置 */
    align-items: center;
    /* 中央に配置 */
    padding-top: 18px;
  }
  .new-properties-manegement .btn-left {
    height: 40px;
    width: 400px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    margin-right: 0px;
  }
  .new-properties-manegement .btn-right {
    height: 40px;
    width: 400px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    margin-left: 60px;
  }
  .new-properties-manegement .main-contents-body {
    display: flex;
    padding-bottom: 20px;
    width: 100%;
  }
  .new-properties-manegement .contents-frame {
    border-radius: 3px;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.06);
    padding: 25px 25px 50px 25px;
    margin-top: 50px;
  }
  .new-properties-manegement .detail-info {
    display: flex;
    margin: 2px 0px;
    width: 100%;
    height: 40px;
  }
  .new-properties-manegement .detail-item {
    padding: 7px 0px 9px 16px;
    background-color: #d2eefd;
    width: 100px;
    font-weight: 700;
    min-width: 140px;
  }
  .new-properties-manegement .detail-item-info {
    font-weight: 500;
    color: #4f4f4f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin: auto 0;
    padding: 7px 0px 9px 23px;
    display: flex;
    align-items: center;
  }
  .new-properties-manegement .detail-item-info label {
    width: 100%;
  }
  .new-properties-manegement .detail-item-info label a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  .new-properties-manegement .left-display {
    width: calc(100% - 550px);
    margin-left: 25px;
  }
  .new-properties-manegement .properties-manegement-btn {
    cursor: pointer;
    display: inline-block;
    padding: 6px 0px 6px 0px;
    background-color: #437ec4;
    color: white;
    border-radius: 4px;
    width: 168px;
    height: 36px;
    margin-right: 10px;
    font-size: 16px;
  }
  .new-properties-manegement .text-bold {
    font-weight: 600;
  }
  .new-properties-manegement .d-flex {
    display: flex;
    height: 36px;
    padding-right: 260px;
  }
  .new-properties-manegement .page_info {
    margin: auto 20px;
    white-space: nowrap;
  }
  .new-properties-manegement .previous_btn {
    margin: 0 0 0 auto !important;
  }
  .new-properties-manegement .next_btn {
    margin: 0 auto 0 0 !important;
  }
  .new-properties-manegement .btn:disabled {
    background-color: #bababa !important;
    pointer-events: none !important;
  }
  .new-properties-manegement .primary-box-btn-back:disabled,
  .new-properties-manegement .primary-box-btn:disabled {
    background-color: #b7bccc !important;
    pointer-events: none !important;
  }
  .new-properties-manegement .trim-address {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .container .container-body .new-main-contents {
    padding: 54px 80px 0 80px;
    width: 100%;
    background-color: #fff;
    position: relative;
  }
  .new-properties-manegement {
    width: 100%;
  }
  .new-properties-manegement .primary-box-btn {
    width: 160px;
    height: 36px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 0 0;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #437ec4;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 29px;
    border-radius: 4px;
  }
  .new-properties-manegement .primary-box-btn-back {
    width: 160px;
    height: 36px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 0 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #437ec4;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .new-properties-manegement .center-display {
    display: flex;
    flex-direction: column;
    /* 縦方向に並べる */
    align-items: center;
    /* 中央揃え */
  }
  .new-properties-manegement .img-center {
    display: flex;
    align-items: center;
  }
  .new-properties-manegement .img_display {
    width: 230px;
    height: 173px;
  }
  .new-properties-manegement .text-center {
    position: relative;
    display: flex;
    align-items: center;
  }
  .new-properties-manegement .new-left-display {
    width: 100%;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .new-properties-manegement .top-padding {
    padding-top: 10px;
  }
  .new-properties-manegement .top-padding30px {
    padding-top: 30px;
  }
  .new-properties-manegement .top-padding05x {
    padding-top: 5px;
  }
  .new-properties-manegement .left-padding {
    padding-left: 10px;
  }
  .new-properties-manegement .bottom-padding {
    padding-bottom: 25px;
  }
  .new-properties-manegement .bottom-padding2x {
    padding-bottom: 10px;
  }
  .new-properties-manegement .bottom-padding05x {
    padding-bottom: 2.5px;
  }
  .new-properties-manegement .font-size28 {
    font-size: 28px;
  }
  .new-properties-manegement .font-size26 {
    font-size: 26px;
  }
  .new-properties-manegement .font-size16 {
    font-size: 16px;
  }
  .new-properties-manegement .font-size18 {
    font-size: 18px;
  }
  .new-properties-manegement .font-color-gray {
    color: #606060;
  }
  .new-properties-manegement .border-line {
    border-bottom: 3px solid #000;
    position: relative;
  }
  .new-properties-manegement .border-thin-line {
    border-bottom: 1px solid #808080;
  }
  .new-properties-manegement .list-btns {
    display: flex;
    position: relative;
    /* position を relative に変更 */
    justify-content: center;
    /* 中央に配置 */
    align-items: center;
    /* 中央に配置 */
  }
  .new-properties-manegement .padding-left9px {
    padding-left: 9px;
  }
  .new-properties-manegement .btn-left {
    height: 40px;
    width: 400px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    margin-right: 0px;
  }
  .new-properties-manegement .btn-right {
    height: 40px;
    width: 400px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    margin-left: 60px;
  }
  .new-properties-manegement .main-contents-body {
    display: flex;
    padding-bottom: 12px;
    width: 100%;
  }
  .new-properties-manegement .contents-frame {
    border-radius: 3px;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.06);
    padding: 25px 25px 50px 25px;
    margin-top: 50px;
  }
  .new-properties-manegement .detail-info {
    display: flex;
    margin: 2px 0px;
    width: 100%;
  }
  .new-properties-manegement .detail-item {
    padding: 7px 0px 9px 16px;
    background-color: #cce8ff;
    width: 140px;
    font-weight: 700;
    min-width: 140px;
    height: 40px;
    text-align: left;
  }
  .new-properties-manegement .detail-item-info {
    font-weight: 500;
    color: #4f4f4f;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding: 7px 0px 9px 23px;
    display: flex;
    align-items: center;
  }
  .new-properties-manegement .detail-item-info label {
    width: 100%;
  }
  .new-properties-manegement .detail-item-info label a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  .new-properties-manegement .left-display {
    width: calc(100% - 550px);
    margin-left: 25px;
  }
  .new-properties-manegement .properties-manegement-btn {
    display: inline-block;
    padding: 6px 0px 6px 0px;
    background-color: #437ec4;
    color: white;
    border-radius: 4px;
    margin: 4px;
    width: 168px;
    height: 36px;
    font-size: 16px;
  }
  .new-properties-manegement .text-bold {
    font-weight: 600;
  }
  .new-properties-manegement .d-flex {
    display: flex;
    height: 36px;
    margin-bottom: 20px;
  }
  .new-properties-manegement .page_info {
    margin: auto 20px;
    white-space: nowrap;
  }
  .new-properties-manegement .previous_btn {
    margin: 0 0 0 auto !important;
  }
  .new-properties-manegement .next_btn {
    margin: 0 auto 0 0 !important;
  }
  .new-properties-manegement .btn:disabled {
    background-color: #bababa !important;
    pointer-events: none !important;
  }
  .new-properties-manegement .primary-box-btn-back:disabled,
  .new-properties-manegement .primary-box-btn:disabled {
    background-color: #b7bccc !important;
    pointer-events: none !important;
  }
  .new-properties-manegement .trim-address {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .container .container-body .new-main-contents {
    padding: auto;
    padding-top: 24px;
    padding-bottom: 50px;
    width: 100%;
  }
  .new-properties-manegement {
    width: 100%;
  }
  .new-properties-manegement .primary-box-btn {
    width: 160px;
    height: 36px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 0 0;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #437ec4;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-bottom: 29px;
    border-radius: 4px;
  }
  .new-properties-manegement .primary-box-btn-back {
    width: 160px;
    height: 36px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 0 0 auto;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #437ec4;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
  }
  .new-properties-manegement .center-display {
    display: flex;
    flex-direction: column;
    /* 縦方向に並べる */
    align-items: center;
    /* 中央揃え */
  }
  .new-properties-manegement .img-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 401px) {
  .new-properties-manegement .img_display {
    height: auto;
    width: 361px;
  }
  .new-properties-manegement .new-left-display {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 288px;
    max-width: 361px;
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  .new-properties-manegement .img_display {
    height: auto;
    min-width: 288px;
    width: 90vw;
  }
  .new-properties-manegement .new-left-display {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 288px;
    width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  .new-properties-manegement .top-padding {
    padding-top: 10px;
  }
  .new-properties-manegement .top-padding30px {
    padding-top: 30px;
  }
  .new-properties-manegement .top-padding05x {
    padding-top: 5px;
  }
  .new-properties-manegement .left-padding {
    padding-left: 10px;
  }
  .new-properties-manegement .bottom-padding {
    padding-bottom: 25px;
  }
  .new-properties-manegement .bottom-padding2x {
    padding-bottom: 10px;
  }
  .new-properties-manegement .bottom-padding05x {
    padding-bottom: 2.5px;
  }
  .new-properties-manegement .font-size28 {
    font-size: 28px;
  }
  .new-properties-manegement .font-size26 {
    font-size: 26px;
  }
  .new-properties-manegement .font-size18 {
    font-size: 18px;
  }
  .new-properties-manegement .font-color-gray {
    color: #606060;
  }
  .new-properties-manegement .border-line {
    border-bottom: 3px solid #000;
    position: relative;
  }
  .new-properties-manegement .border-thin-line {
    border-bottom: 1px solid #606060;
  }
  .new-properties-manegement .list-btns {
    display: flex;
    position: relative;
    /* position を relative に変更 */
    justify-content: center;
    /* 中央に配置 */
    align-items: center;
    /* 中央に配置 */
  }
  .new-properties-manegement .btn-left {
    height: 40px;
    width: 400px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    margin-right: 0px;
  }
  .new-properties-manegement .btn-right {
    height: 40px;
    width: 400px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    margin-left: 60px;
  }
  .new-properties-manegement .main-contents-body {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    width: 100%;
    align-items: center;
  }
  .new-properties-manegement .contents-frame {
    border-radius: 3px;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.06);
    padding: 25px 25px 50px 25px;
    margin-top: 50px;
  }
  .new-properties-manegement .detail-info {
    display: flex;
    flex-direction: column;
    margin: 2px 0px;
    width: 100%;
  }
  .new-properties-manegement .detail-item {
    padding: 7px 0px 4px 14px;
    background-color: #cce8ff;
    width: 361px;
    font-weight: 700;
    min-width: 100px;
    height: 30px;
    text-align: left;
  }
  .new-properties-manegement .detail-item-info {
    padding: 10px 0px 10px 11px;
    min-width: 200px;
    font-weight: 500;
    color: #4f4f4f;
    text-align: left;
    white-space: normal;
    line-height: 1.3;
  }
  .new-properties-manegement .properties-manegement-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #437ec4;
    color: white;
    border-radius: 5px;
    width: 100%;
    height: auto;
    margin: 5px;
    font-size: 16px;
  }
  .new-properties-manegement .text-bold {
    font-weight: 600;
  }
  .new-properties-manegement .d-flex {
    display: flex;
    height: 36px;
  }
  .new-properties-manegement .page_info {
    margin: auto 20px;
    white-space: nowrap;
  }
  .new-properties-manegement .previous_btn {
    margin: 0 0 0 auto !important;
  }
  .new-properties-manegement .next_btn {
    margin: 0 auto 0 0 !important;
  }
  .new-properties-manegement .btn:disabled {
    background-color: #bababa !important;
    pointer-events: none !important;
  }
  .new-properties-manegement .primary-box-btn-back:disabled,
  .new-properties-manegement .primary-box-btn:disabled {
    background-color: #b7bccc !important;
    pointer-events: none !important;
  }
  .new-properties-manegement .trim-address {
    white-space: initial;
    /* 幅を指定しないとテキストの長さによって要素の幅が変わるため指定 */
    width: 100%;
  }
}
/* ----- cleaning 清掃結果 ----- */
.cleaning {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 70px);
}
.cleaning .cleaning-frame {
  width: 90%;
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 10px;
  margin: 20px auto 17px auto;
  height: 90%;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.cleaning .cleaning-frame .cleaning-blue-title {
  background-color: #2a6fe8;
  border-radius: 4px;
  margin: 10px 20px 20px 20px;
  padding: 15px 25px;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
  flex: 0 1 auto;
}
.cleaning .cleaning-frame .cleaning-contents {
  display: flex;
  flex-direction: row;
  padding: 0px 20px;
  flex: 1;
  overflow: hidden;
}
.cleaning .cleaning-frame .cleaning-contents .cleaning-left {
  width: calc(50% - 20px);
  margin-right: 20px;
}
.cleaning .cleaning-frame .cleaning-contents .cleaning-left .property-card {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.18);
  border: 1px solid rgb(237, 237, 237);
  background: rgb(248, 251, 254);
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 50px;
}
.cleaning .cleaning-frame .cleaning-contents .cleaning-left .property-card .img_display {
  width: 40%;
  margin: 20px 15px;
}
.cleaning .cleaning-frame .cleaning-contents .cleaning-left .property-card .vertical-divider {
  width: 2px;
  height: 80px;
  background-color: rgba(209, 209, 209, 0.3);
}
.cleaning .cleaning-frame .cleaning-contents .cleaning-left .property-card .property-address {
  text-align: left;
  margin: 20px 15px;
}
.cleaning .cleaning-frame .cleaning-contents .cleaning-left .property-card .property-address p:first-of-type {
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
}
.cleaning .cleaning-frame .cleaning-contents .cleaning-left .property-card .property-address p:last-of-type {
  color: #707070;
  font-size: 12px;
  line-height: 20px;
}
.cleaning .cleaning-frame .cleaning-contents .cleaning-left .cleaning-date-form {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.cleaning .cleaning-frame .cleaning-contents .cleaning-left .cleaning-date {
  text-align: left;
}
.cleaning .cleaning-frame .cleaning-contents .cleaning-left .cleaning-date p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.cleaning .cleaning-frame .cleaning-contents .cleaning-left .cleaning-date .cleaning-date-select {
  display: flex;
  flex-direction: column;
}
.cleaning .cleaning-frame .cleaning-contents .cleaning-left .cleaning-date .cleaning-date-select select {
  font-size: 14px;
  width: 40%;
  background-color: rgb(246, 246, 246);
  padding: 10px;
  background-image: url("../images/icon-blue-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 0.8em auto;
  background-position: right 0.8em center;
}
.cleaning .cleaning-frame .cleaning-contents .cleaning-left .cleaning-date .cleaning-date-select select option {
  line-height: 50px;
}
.cleaning .cleaning-frame .cleaning-contents .cleaning-left .cleaning-date .cleaning-date-select select:first-of-type {
  margin-bottom: 10px;
}
.cleaning .cleaning-frame .cleaning-right {
  width: calc(50% - 20px);
  margin-left: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.cleaning .cleaning-frame .cleaning-right .cleaning-date {
  font-size: 12px;
  font-weight: bold;
  background-color: rgb(236, 246, 254);
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
}
.cleaning .cleaning-frame .cleaning-right .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 10px;
}
.cleaning .cleaning-frame .cleaning-right .cleaning-details {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 10px;
  /* scrollbar↓ */
  /* scrollbar↑ */
}
.cleaning .cleaning-frame .cleaning-right .cleaning-details .cleaning-scroll {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cleaning .cleaning-frame .cleaning-right .cleaning-details .cleaning-scroll .shooting-date,
.cleaning .cleaning-frame .cleaning-right .cleaning-details .cleaning-scroll .comment {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  word-break: break-word;
}
.cleaning .cleaning-frame .cleaning-right .cleaning-details .cleaning-scroll .comment-toggle {
  display: block;
  border: none;
  background: transparent;
  color: #3b86ff;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
  margin-bottom: 30px;
}
.cleaning .cleaning-frame .cleaning-right .cleaning-details .cleaning-scroll::-webkit-scrollbar {
  width: 5px;
}
.cleaning .cleaning-frame .cleaning-right .cleaning-details .cleaning-scroll::-webkit-scrollbar-track {
  background: rgb(212, 212, 212);
  border-radius: 5px;
}
.cleaning .cleaning-frame .cleaning-right .cleaning-details .cleaning-scroll::-webkit-scrollbar-thumb {
  background: rgb(117, 117, 117);
  border-radius: 5px;
}
.cleaning .l-contents-list .list-body .list-body-item {
  border-bottom: none;
}
.cleaning .center-display {
  display: flex;
}
.cleaning .text-center {
  position: relative;
  display: flex;
  align-items: center;
}
.cleaning .cleaning-accordion-summary {
  display: block;
  border-bottom: 1px solid black;
  padding: 20px 0px 10px 0px;
}
.cleaning .cleaning-accordion-form {
  border-bottom: 1px solid black;
  padding: 5px 0px 0px 20px;
  margin: 0px 5px 0 5px;
  border-bottom: 1px solid #f1f1f3;
}
.cleaning .cleaning-accordion-summary::-webkit-details-marker {
  display: none;
}
.cleaning details[open] .icon {
  transform: rotate(180deg);
}
@media screen and (min-width: 1280px) {
  .cleaning .cleaning-main-contents {
    display: flex;
    flex-wrap: nowrap;
    padding: 59px 0px 59px 43px;
    width: 100%;
    gap: 6%;
  }
  .cleaning .property-info-frame {
    width: 35%;
  }
  .cleaning .property_name {
    padding: 0px 0px 5px 3px;
    font-size: 18px;
    color: #4d4f5c;
    font-weight: 700;
  }
  .cleaning .property_address {
    padding: 0px 0px 13px 3px;
    font-size: 16px;
    color: #4d4f5c;
    font-weight: 500;
  }
  .cleaning .img_display {
    width: 100%;
    height: auto;
  }
  .cleaning .cleaning-history-frame {
    width: calc(60% - 100px);
  }
  .cleaning .cleaning-list {
    padding: 19px 0px 0px 24px;
    display: block;
  }
  .cleaning .cleaning-history {
    font-size: 16px;
    color: #606060;
    font-weight: 700;
    padding: 12px 0px 12px 16px;
    background-color: #d2eefd;
  }
  .cleaning .clean-history-detail {
    height: 40px;
  }
  .cleaning .clean-history-button {
    cursor: pointer;
    font-size: 16px;
    color: #3b86ff;
    text-decoration: underline;
    font-weight: 500;
  }
  .cleaning .icon {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    flex-shrink: 0;
    transform-origin: center 43%;
    transition: transform 0.3s;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #a4a4a4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .cleaning .cleaning-main-contents {
    display: flex;
    flex-direction: column;
    padding: 46px 40px 46px 40px;
    width: 100%;
    gap: 40px;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (max-width: 1279px) and (min-width: 961px) {
  .cleaning .property-info-frame {
    width: 537px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (max-width: 1279px) and (max-width: 960px) {
  .cleaning .property-info-frame {
    padding: 0px 22%;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .cleaning .property_name {
    padding: 0px 0px 5px 3px;
    font-size: 18px;
    color: #4d4f5c;
    font-weight: 700;
  }
  .cleaning .property_address {
    padding: 0px 0px 7px 3px;
    font-size: 16px;
    color: #4d4f5c;
    font-weight: 500;
  }
  .cleaning .img_display {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (max-width: 1279px) and (min-width: 961px) {
  .cleaning .cleaning-history-frame {
    width: 537px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (max-width: 1279px) and (max-width: 960px) {
  .cleaning .cleaning-history-frame {
    padding: 0px 22%;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .cleaning .cleaning-list {
    padding: 19px 0px 0px 24px;
    display: block;
  }
  .cleaning .cleaning-history {
    font-size: 16px;
    color: #606060;
    font-weight: 700;
    padding: 12px 0px 12px 16px;
    background-color: #d2eefd;
  }
  .cleaning .clean-history-detail {
    height: 40px;
  }
  .cleaning .clean-history-button {
    font-size: 16px;
    color: #3b86ff;
    text-decoration: underline;
    font-weight: 500;
  }
  .cleaning .icon {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    flex-shrink: 0;
    transform-origin: center 43%;
    transition: transform 0.3s;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #a4a4a4;
  }
}
@media screen and (max-width: 767px) {
  .cleaning .cleaning-main-contents {
    display: flex;
    flex-direction: column;
    padding: 26px 0px;
    width: 100%;
    gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 401px) {
  .cleaning .property-info-frame {
    width: 361px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 400px) {
  .cleaning .property-info-frame {
    min-width: 288px;
    width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  .cleaning .property_name {
    padding: 0px 0px 5px 3px;
    font-size: 18px;
    color: #4d4f5c;
    font-weight: 700;
  }
  .cleaning .property_address {
    padding: 0px 0px 7px 3px;
    font-size: 16px;
    color: #4d4f5c;
    font-weight: 500;
  }
  .cleaning .img_display {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 401px) {
  .cleaning .cleaning-history-frame {
    width: 361px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 400px) {
  .cleaning .cleaning-history-frame {
    min-width: 288px;
    width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  .cleaning .cleaning-list {
    padding: 19px 0px 0px 24px;
    display: block;
  }
  .cleaning .cleaning-history {
    font-size: 16px;
    color: #606060;
    font-weight: 700;
    padding: 7px 0px 7px 16px;
    background-color: #d2eefd;
  }
  .cleaning .clean-history-detail {
    height: 40px;
  }
  .cleaning .clean-history-button {
    font-size: 16px;
    color: #3b86ff;
    text-decoration: underline;
    font-weight: 500;
  }
  .cleaning .icon {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    flex-shrink: 0;
    transform-origin: center 43%;
    transition: transform 0.3s;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10.5px solid #a4a4a4;
  }
}

@media screen and (min-width: 1280px) {
  .cleaning .footer {
    padding-right: 260px;
  }
}
/* ----- /cleaning ----- */
/* ----- cleaning-show 清掃結果詳細 ----- */
.cleaning-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.cleaning-item {
  position: relative;
  box-sizing: border-box;
  width: calc(50% - 20px);
  cursor: pointer;
}
.cleaning-item .photo {
  position: relative;
  cursor: pointer;
}

.cleaning-item:nth-child(odd) {
  margin-right: 15px;
}

.cleaning-item:nth-child(even) {
  margin-right: 15px;
  margin-left: 10px;
}

.cleaning-item:last-child .clean-area {
  margin-bottom: 0;
}

.cleaning-item img {
  cursor: pointer;
  width: 100%;
}

.magnifying-glass {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.magnifying-glass img {
  width: 15px;
}

#zoom-overlay {
  position: absolute;
  bottom: 1%;
  right: 1%;
}

.clean-area {
  flex-grow: 1;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}

.clean-shooting-date {
  flex-grow: 1;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cleaning-show .l-contents-list .list-body .list-body-item {
  border-bottom: none;
}
.cleaning-show .center-display {
  display: flex;
}
.cleaning-show .text-center {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .cleaning-show .cleaning-item {
    width: 31.3%;
    background-color: #d2eefd;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cleaning-show .clean-area {
    padding: 14px 10px 14px 0px;
    text-align: left;
    flex-grow: 1;
  }
  .cleaning-show .cleaning-show-main-contents {
    display: block;
    padding: 59px 5% 0px 5%;
    width: 100%;
    padding-bottom: 64px;
  }
  .cleaning-show .column {
    display: flex;
  }
  .cleaning-show .property-info-frame {
    width: 35%;
  }
  .cleaning-show .property_name {
    padding: 0px 0px 5px 3px;
    font-size: 18px;
    color: #4d4f5c;
    font-weight: 700;
  }
  .cleaning-show .property_address {
    padding: 0px 0px 14px 3px;
    font-size: 16px;
    color: #4d4f5c;
    font-weight: 500;
  }
  .cleaning-show .img_display {
    width: 100%;
    height: auto;
  }
  .cleaning-show .cleaning-show-history-frame {
    width: calc(60% - 100px);
  }
  .cleaning-show .cleaning-show-list {
    padding: 19px 0px 0px 24px;
    display: block;
  }
  .cleaning-show .cleaning-show-history {
    font-size: 16px;
    color: #606060;
    font-weight: 700;
    padding: 12px 0px 12px 16px;
    background-color: #d2eefd;
    margin-bottom: 13px;
  }
  .cleaning-show .clean-show-history-detail {
    height: 40px;
  }
  .cleaning-show .clean-show-history-button {
    font-size: 16px;
    color: #3b86ff;
    text-decoration: underline;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .cleaning-show .cleaning-item {
    width: 48%;
    background-color: #d2eefd;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cleaning-show .clean-area {
    padding: 14px 10px 14px 17px;
    text-align: left;
    width: 100%;
  }
  .cleaning-show .cleaning-show-main-contents {
    display: block;
    padding: 59px 5% 0px 5%;
    width: 100%;
    padding-bottom: 64px;
  }
  .cleaning-show .column {
    display: flex;
  }
  .cleaning-show .property-info-frame {
    width: 35%;
  }
  .cleaning-show .property_name {
    padding: 0px 0px 5px 3px;
    font-size: 18px;
    color: #4d4f5c;
    font-weight: 700;
  }
  .cleaning-show .property_address {
    padding: 0px 0px 14px 3px;
    font-size: 16px;
    color: #4d4f5c;
    font-weight: 500;
  }
  .cleaning-show .img_display {
    width: 100%;
    height: auto;
  }
  .cleaning-show .cleaning-show-history-frame {
    width: calc(60% - 100px);
  }
  .cleaning-show .cleaning-show-list {
    padding: 19px 0px 0px 24px;
    display: block;
  }
  .cleaning-show .cleaning-show-history {
    font-size: 16px;
    color: #606060;
    font-weight: 700;
    padding: 12px 0px 12px 16px;
    background-color: #d2eefd;
    margin-bottom: 13px;
  }
  .cleaning-show .clean-show-history-detail {
    height: 40px;
  }
  .cleaning-show .clean-show-history-button {
    font-size: 16px;
    color: #3b86ff;
    text-decoration: underline;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .cleaning-show .cleaning-item {
    width: 98%;
    background-color: #d2eefd;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 22px;
  }
  .cleaning-show .clean-area {
    padding: 14px 10px 14px 17px;
    text-align: left;
    width: 100%;
  }
  .cleaning-show .cleaning-show-main-contents {
    display: block;
    padding: 59px 5% 0px 5%;
    width: 100%;
    padding-bottom: 64px;
  }
  .cleaning-show .column {
    display: flex;
  }
  .cleaning-show .property-info-frame {
    width: 35%;
  }
  .cleaning-show .property_name {
    padding: 0px 0px 5px 3px;
    font-size: 18px;
    color: #4d4f5c;
    font-weight: 700;
  }
  .cleaning-show .property_address {
    padding: 0px 0px 14px 3px;
    font-size: 16px;
    color: #4d4f5c;
    font-weight: 500;
  }
  .cleaning-show .img_display {
    width: 100%;
    height: auto;
  }
  .cleaning-show .cleaning-show-history-frame {
    width: calc(60% - 100px);
  }
  .cleaning-show .cleaning-show-list {
    padding: 19px 0px 0px 24px;
    display: block;
  }
  .cleaning-show .cleaning-show-history {
    font-size: 16px;
    color: #606060;
    font-weight: 700;
    padding: 12px 0px 12px 16px;
    background-color: #d2eefd;
    margin-bottom: 13px;
  }
  .cleaning-show .clean-show-history-detail {
    height: 40px;
  }
  .cleaning-show .clean-show-history-button {
    font-size: 16px;
    color: #3b86ff;
    text-decoration: underline;
    font-weight: 600;
  }
}

@media screen and (max-width: 1024px) {
  .cleaning {
    height: 100%;
    overflow-y: auto;
  }
  .cleaning .cleaning-frame {
    height: -moz-fit-content;
    height: fit-content;
    margin: 40px 0;
  }
  .cleaning .cleaning-frame .cleaning-blue-title {
    font-size: 18px;
  }
  .cleaning .cleaning-frame .cleaning-contents {
    flex-direction: column;
  }
  .cleaning .cleaning-frame .cleaning-contents .cleaning-left {
    width: 100%;
  }
  .cleaning .cleaning-frame .cleaning-contents .cleaning-left .property-card .property-address p:first-of-type,
  .cleaning .cleaning-frame .cleaning-contents .cleaning-left .property-card .property-address p:last-of-type {
    font-size: 18px;
  }
  .cleaning .cleaning-frame .cleaning-contents .cleaning-left .cleaning-date p {
    font-size: 18px;
  }
  .cleaning .cleaning-frame .cleaning-contents .cleaning-left .cleaning-date .cleaning-date-select select {
    font-size: 18px;
  }
  .cleaning .cleaning-frame .cleaning-contents .cleaning-right {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .cleaning .cleaning-frame .cleaning-contents .cleaning-right .cleaning-details .cleaning-scroll {
    overflow-y: hidden;
  }
  .cleaning .cleaning-frame .cleaning-contents .cleaning-right .cleaning-date {
    font-size: 14px;
  }
  .cleaning .cleaning-frame .cleaning-contents .cleaning-right .title {
    font-size: 18px;
  }
  .cleaning-item {
    width: calc(50% - 12.5px);
  }
  .cleaning-item:nth-child(even) {
    margin-right: 0;
  }
  .clean-area {
    font-size: 18px;
  }
  .clean-shooting-date {
    font-size: 18px;
  }
  .magnifying-glass {
    width: 50px;
    height: 50px;
  }
  .magnifying-glass img {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cleaning-item:nth-child(even) {
    margin-left: 0;
  }
  .cleaning-item:nth-child(odd) {
    margin-right: 0;
  }
  .cleaning-item {
    width: 100%;
  }
}
@media screen and (max-width: 425.98px) {
  .cleaning .cleaning-frame .cleaning-contents .cleaning-left .property-card .property-address p:last-of-type {
    font-size: 14px;
  }
}
/* ----- /cleaning-show ----- */
/* ----- rooms 部屋一覧画面 ----- */
/* ----- 11150に色の情報 ----- */
.rooms-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.rooms-item {
  position: relative;
  margin: 1%;
  box-sizing: border-box;
}

.room_download_pdf {
  text-decoration: none;
  color: #ffffff;
}

.room_view_pdf {
  text-decoration: none;
  color: #ffffff;
}

.padding-bottom21px {
  padding-bottom: 21px;
  font-weight: 500;
  font-size: 16px;
}

.rooms {
  padding: 50px 40px;
}
.rooms .l-contents-list .list-body .list-body-item {
  border-bottom: none;
}
.rooms .center-display {
  display: flex;
}
.rooms .text-center {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .rooms .room {
    width: 30%;
    background-color: #ffffff;
    display: inline-flex;
    flex-direction: column;
    border-top: 1px solid black;
  }
  .rooms .room .room-info {
    display: flex;
    align-items: center;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #f1f1f3;
  }
  .rooms .room .room-info-DL {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
  }
  .rooms .room .room-info-left {
    width: 33%;
  }
  .rooms .room .room-info-right {
    display: flex;
    flex-grow: 1;
    align-items: center;
  }
  .rooms .room .room-info-right-DL {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 67%;
    padding-top: 10px;
  }
  .rooms .room .room-info-standby {
    display: flex;
    align-items: center;
    width: 100%;
    height: 225px;
    border-bottom: 1px solid #f1f1f3;
  }
  .rooms .room .room-info-standby-center {
    margin: auto;
  }
  .rooms .download-container {
    text-align: center;
    align-items: center;
    font-size: 16px;
    background-color: #437ec4;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
    display: inline-block;
    margin: 4px 10px 4px 10px;
    padding: 4px 0px 4px 0px;
    width: 76px;
    height: 35px;
  }
  .rooms .download-container button {
    color: #ffffff;
    cursor: pointer;
  }
  .rooms .rooms-main-contents {
    display: block;
    padding: 59px 5% 0px 5%;
    width: 100%;
    padding-bottom: 64px;
  }
  .rooms .column {
    display: flex;
  }
  .rooms .property-info-frame {
    width: 35%;
  }
  .rooms .property_name {
    padding: 0px 0px 5px 3px;
    font-size: 18px;
    color: #4d4f5c;
    font-weight: 600;
  }
  .rooms .property_address {
    padding: 0px 0px 14px 3px;
    font-size: 16px;
    color: #4d4f5c;
  }
  .rooms .img_display {
    width: 100%;
    height: auto;
  }
  .rooms .rooms-history-frame {
    width: calc(60% - 100px);
  }
  .rooms .rooms-list {
    padding: 19px 0px 0px 24px;
    display: block;
  }
  .rooms .rooms-history {
    font-size: 16px;
    color: #606060;
    font-weight: 600;
    padding: 12px 0px 12px 16px;
    background-color: #d2eefd;
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .rooms .room {
    width: 47.5%;
    background-color: #ffffff;
    display: inline-flex;
    flex-direction: column;
    border-top: 1px solid black;
  }
  .rooms .room .room-info {
    display: flex;
    align-items: center;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #f1f1f3;
  }
  .rooms .room .room-info-DL {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
  }
  .rooms .room .room-info-left {
    width: 33%;
  }
  .rooms .room .room-info-right {
    display: flex;
    flex-grow: 1;
    align-items: center;
  }
  .rooms .room .room-info-right-DL {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 67%;
    padding-top: 10px;
  }
  .rooms .room .room-info-standby {
    display: flex;
    align-items: center;
    width: 100%;
    height: 225px;
    border-bottom: 1px solid #f1f1f3;
  }
  .rooms .room .room-info-standby-center {
    margin: auto;
  }
  .rooms .download-container {
    text-align: center;
    align-items: center;
    font-size: 16px;
    background-color: #437ec4;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
    margin: 4px 14px 4px 14px;
    padding: 4px 0px 4px 0px;
    width: 90px;
    height: 35px;
  }
  .rooms .download-container button {
    color: #ffffff;
    cursor: pointer;
  }
  .rooms .rooms-main-contents {
    display: block;
    padding: 59px 5% 0px 5%;
    width: 100%;
    padding-bottom: 64px;
  }
  .rooms .column {
    display: flex;
  }
  .rooms .property-info-frame {
    width: 35%;
  }
  .rooms .property_name {
    padding: 0px 0px 5px 3px;
    font-size: 18px;
    color: #4d4f5c;
    font-weight: 600;
  }
  .rooms .property_address {
    padding: 0px 0px 14px 3px;
    font-size: 16px;
    color: #4d4f5c;
  }
  .rooms .img_display {
    width: 100%;
    height: auto;
  }
  .rooms .rooms-history-frame {
    width: calc(60% - 100px);
  }
  .rooms .rooms-list {
    padding: 19px 0px 0px 24px;
    display: block;
  }
  .rooms .rooms-history {
    font-size: 16px;
    color: #606060;
    font-weight: 600;
    padding: 12px 0px 12px 16px;
    background-color: #d2eefd;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .rooms .room {
    width: 100%;
    background-color: #d2eefd;
    display: inline-flex;
    flex-direction: column;
    border-top: 1px solid black;
  }
  .rooms .room .room-info {
    display: flex;
    align-items: center;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #f1f1f3;
  }
  .rooms .room .room-info-DL {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
  }
  .rooms .room .room-info-left {
    width: 33%;
  }
  .rooms .room .room-info-right {
    display: flex;
    flex-grow: 1;
    align-items: center;
  }
  .rooms .room .room-info-right-DL {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 67%;
    padding-top: 10px;
  }
  .rooms .room .room-info-standby {
    display: flex;
    align-items: center;
    width: 100%;
    height: 225px;
    border-bottom: 1px solid #f1f1f3;
  }
  .rooms .room .room-info-standby-center {
    margin: auto;
  }
  .rooms .download-container {
    text-align: center;
    font-size: 16px;
    background-color: #437ec4;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 4px;
    margin: 4px 20px 4px 20px;
    padding: 4px 0px 4px 0px;
    width: 100px;
    height: 35px;
  }
  .rooms .download-container button {
    color: #ffffff;
    cursor: pointer;
  }
  .rooms .rooms-main-contents {
    display: block;
    padding: 59px 5% 0px 5%;
    width: 100%;
    padding-bottom: 64px;
  }
  .rooms .column {
    display: flex;
  }
  .rooms .property-info-frame {
    width: 35%;
  }
  .rooms .property_name {
    padding: 0px 0px 5px 3px;
    font-size: 18px;
    color: #4d4f5c;
    font-weight: 600;
  }
  .rooms .property_address {
    padding: 0px 0px 14px 3px;
    font-size: 16px;
    color: #4d4f5c;
  }
  .rooms .img_display {
    width: 100%;
    height: auto;
  }
  .rooms .rooms-history-frame {
    width: calc(60% - 100px);
  }
  .rooms .rooms-list {
    padding: 19px 0px 0px 24px;
    display: block;
  }
  .rooms .rooms-history {
    font-size: 16px;
    color: #606060;
    font-weight: 600;
    padding: 12px 0px 12px 16px;
    background-color: #d2eefd;
    margin-bottom: 13px;
  }
}

/* ----- /rooms ----- */
/* ----- owner-add-wait 物件登録待機 ----- */
.owner-add_wait-title {
  font-weight: bold;
}

@media screen and (min-width: 1280px) {
  .owner-add_wait {
    font-size: 16px;
    color: #262626;
    line-height: 1.8;
    padding: 60px 0px 50px 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .owner-add_wait {
    font-size: 16px;
    color: #262626;
    line-height: 1.8;
    padding: 60px 0px 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .owner-add_wait {
    font-size: 16px;
    color: #262626;
    line-height: 1.8;
    padding: 40px 15px 50px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1279px) {
  .owner-add-wait-wrapper {
    overflow-y: auto;
  }
}
/* ----- /owner-add-wait ----- */
/* ----- mail_setting Eメール通知設定 ----- */
body.mail-setting-page #toast-container {
  top: auto !important;
  bottom: 10% !important;
  left: auto !important;
  right: auto !important;
}
body.mail-setting-page .toast-success {
  background-color: #000 !important;
}
body.mail-setting-page .toast-success .toast-success-img {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .mail-setting {
    text-align: center;
    padding: 40px 50px 10px 50px;
  }
  .mail-setting .mail-setting-frame {
    width: 90%;
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 10px;
    margin: 0 auto;
  }
  .mail-setting .basic {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    display: flex;
    background-position: 7px 50%;
    background-repeat: no-repeat;
    background-size: 27px 27px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 80px;
  }
  .mail-setting .item-deteil {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    padding: 20px 10px;
    text-align: left;
    line-height: 1.7;
    padding-left: 80px;
  }
  .mail-setting .info {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 1.7;
    padding-left: 80px;
  }
  .mail-setting .primary-box-btn {
    width: 240px;
    height: 44px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0px;
    align-items: center;
    display: block;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
  }
  .mail-setting .primary-box-btn-back {
    margin-bottom: 45px;
  }
  .mail-setting .toggle-container {
    margin-bottom: 10px;
  }
  .mail-setting .toggle-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: -moz-fit-content;
    width: fit-content;
    gap: 15px;
    padding: 10px 10px;
    padding-left: 80px;
    margin-top: 6px;
    margin-bottom: 6px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
  }
  .mail-setting .toggle-label input.color-ring {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #0b58a3;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
  }
  .mail-setting .toggle-label input.color-ring:checked {
    background-color: #0b58a3;
  }
  .mail-setting .toggle-label input.color-ring:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%) rotate(45deg) scale(0.9);
    /* チェックマークのサイズ */
    width: 6px;
    height: 12px;
    /* 線の太さ */
    border: solid white;
    border-width: 0 2.5px 2.5px 0;
  }
  .mail-setting .toggle-slider {
    width: 40px;
    height: 20px;
    background-color: #ccc;
    border-radius: 20px;
    position: relative;
    transition: background 0.3s;
  }
  .mail-setting .toggle-slider::before {
    content: "";
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    transition: transform 0.3s;
  }
  .mail-setting input:checked + .toggle-slider {
    background: #14457e;
  }
  .mail-setting input:checked + .toggle-slider::before {
    transform: translateX(20px);
  }
}
@media screen and (max-width: 767px) {
  .mail-setting {
    text-align: center;
    padding: 26px 2%;
  }
  .mail-setting .mail-setting-frame {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    background: #ffffff;
  }
  .mail-setting .basic {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    display: flex;
    background-position: 7px 50%;
    background-repeat: no-repeat;
    background-size: 27px 27px;
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .mail-setting .item-deteil {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    padding: 20px 10px;
    text-align: left;
    line-height: 1.7;
    padding-left: 40px;
  }
  .mail-setting .info {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 1.7;
  }
  .mail-setting .primary-box-btn {
    width: 240px;
    height: 44px;
    margin: 40px auto;
    display: block;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
  }
  .mail-setting .primary-box-btn-back {
    margin-bottom: 45px;
  }
  .mail-setting .toggle-container {
    margin-bottom: 30px;
  }
  .mail-setting .toggle-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: -moz-fit-content;
    width: fit-content;
    gap: 15px;
    padding: 10px 10px;
    padding-left: 40px;
    margin-top: 6px;
    margin-bottom: 6px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
  }
  .mail-setting .toggle-label input.color-ring {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #0b58a3;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
  }
  .mail-setting .toggle-label input.color-ring:checked {
    background-color: #0b58a3;
  }
  .mail-setting .toggle-label input.color-ring:checked::after {
    content: "";
    position: absolute;
    /* 完全中央寄せ＋微調整 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%) rotate(45deg) scale(0.9);
    /* チェックマークのサイズ */
    width: 6px;
    height: 12px;
    /* 線の太さ */
    border: solid white;
    border-width: 0 2.5px 2.5px 0;
  }
  .mail-setting .toggle-slider {
    width: 40px;
    height: 20px;
    background-color: #ccc;
    border-radius: 20px;
    position: relative;
    transition: background 0.3s;
  }
  .mail-setting .toggle-slider::before {
    content: "";
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    transition: transform 0.3s;
  }
  .mail-setting input:checked + .toggle-slider {
    background: #14457e;
  }
  .mail-setting input:checked + .toggle-slider::before {
    transform: translateX(20px);
  }
  .mail-setting .primary-box-btn-back {
    width: 42%;
  }
}
@media screen and (max-width: 1279px) {
  .mail-setting {
    padding-bottom: 0;
  }
  .mail-setting-form {
    overflow-y: auto;
  }
  .fix-display {
    height: calc(100vh - 70px);
  }
}
@media screen and (min-width: 1280px) {
  .mail-setting-form {
    position: relative;
  }
  .mail-setting {
    margin-bottom: 50px;
  }
}
/* ----- /mail_setting ----- */
/* ----- account_delete_confirm アカウント削除 ----- */
#registration_account_modal .modal-buttons {
  display: flex;
  flex-direction: column;
  /* モバイル／スマホは縦並び */
  gap: 10px;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  body.account-delete-page {
    /* 背景オーバーレイ */
    /* モーダル本体 */
    /* テキスト太字 */
  }
  body.account-delete-page #registration_account_modal .modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  body.account-delete-page #registration_account_modal .modal-window {
    width: 572px !important;
    padding: 64px 40px !important;
    border-radius: 4px !important;
    background-color: #ffffff !important;
    gap: 10px !important;
    z-index: 1001;
  }
  body.account-delete-page #registration_account_modal .modal-buttons {
    flex-direction: row-reverse;
    gap: 10px;
  }
  body.account-delete-page #registration_account_modal .modal-window .registration-account-modal-warning-text {
    font-weight: 700;
  }
  .account-delete {
    text-align: center;
    padding: 40px 50px 10px 50px;
  }
  .account-delete .account-delete-frame {
    width: 90%;
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 10px;
    margin: 0 auto;
  }
  .account-delete .basic {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    display: flex;
    background-position: 7px 50%;
    background-repeat: no-repeat;
    background-size: 27px 27px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 80px;
    color: #cc1b24;
  }
  .account-delete .item-deteil {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    padding: 20px 10px;
    text-align: left;
    line-height: 1.7;
    padding-left: 80px;
  }
  .account-delete .info {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 1.7;
    padding-left: 80px;
  }
  .account-delete .primary-box-btn {
    width: 240px;
    height: 44px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px 10px 20px 0px !important;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #ce2011;
    background-image: none !important;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-top: 16px;
    border-radius: 22px;
  }
  .account-delete .primary-box-btn-back {
    width: 240px;
    height: 44px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px 0px 20px 10px !important;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 22px;
    border: 1px solid #dddddd;
  }
  .account-delete .toggle-container {
    margin-bottom: 10px;
  }
  .account-delete .toggle-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: -moz-fit-content;
    width: fit-content;
    gap: 15px;
    padding: 10px 10px;
    padding-left: 80px;
    margin-top: 6px;
    margin-bottom: 6px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
  }
  .account-delete .toggle-label input.color-ring {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #0b58a3;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
  }
  .account-delete .toggle-label input.color-ring:checked {
    background-color: #0b58a3;
  }
  .account-delete .toggle-label input.color-ring:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%) rotate(45deg) scale(0.9);
    /* チェックマークのサイズ */
    width: 6px;
    height: 12px;
    /* 線の太さ */
    border: solid white;
    border-width: 0 2.5px 2.5px 0;
  }
  .account-delete .toggle-slider {
    width: 40px;
    height: 20px;
    background-color: #ccc;
    border-radius: 20px;
    position: relative;
    transition: background 0.3s;
  }
  .account-delete .toggle-slider::before {
    content: "";
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    transition: transform 0.3s;
  }
  .account-delete input:checked + .toggle-slider {
    background: #14457e;
  }
  .account-delete input:checked + .toggle-slider::before {
    transform: translateX(20px);
  }
}
@media screen and (max-width: 767px) {
  body.account-delete-page {
    /* モーダルウィンドウ */
    /* OK/キャンセル ボタン群 */
  }
  body.account-delete-page #registration_account_modal .modal-window {
    width: 312px !important;
    padding: 40px 24px !important;
    border-radius: 4px !important;
    gap: 10px !important;
    /* 子要素の縦間隔（本文 ⇆ ボタン群） */
  }
  body.account-delete-page #registration_account_modal .modal-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  body.account-delete-page #registration_account_modal .modal-buttons input.primary-box-btn,
  body.account-delete-page #registration_account_modal .modal-buttons input.primary-box-btn-back {
    width: 264px !important;
    height: 44px !important;
    border-radius: 30px !important;
    margin: 0px 0px 0px 0px !important;
  }
  .account-delete {
    text-align: center;
    padding: 26px 2%;
  }
  .account-delete .account-delete-frame {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    background: #ffffff;
  }
  .account-delete .basic {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    display: flex;
    background-position: 7px 50%;
    background-repeat: no-repeat;
    background-size: 27px 27px;
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 10px;
    color: #cc1b24;
  }
  .account-delete .item-deteil {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    padding: 20px 10px;
    text-align: left;
    line-height: 1.7;
    padding-left: 40px;
  }
  .account-delete .info {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 1.7;
  }
  .account-delete .info .primary-box-btn {
    margin: 16px auto !important;
  }
  .account-delete .primary-box-btn {
    width: 80%;
    height: 44px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px 10px 20px 10px;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #ce2011;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin-top: 16px;
    border-radius: 22px;
  }
  .account-delete .primary-box-btn-back {
    width: 80%;
    height: 44px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px 0px 20px 0px !important;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    transition: background 0.2s ease-out;
    border-radius: 22px;
    border: 1px solid #dddddd;
  }
  .account-delete .toggle-container {
    margin-bottom: 30px;
  }
  .account-delete .toggle-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: -moz-fit-content;
    width: fit-content;
    gap: 15px;
    padding: 10px 10px;
    padding-left: 40px;
    margin-top: 6px;
    margin-bottom: 6px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
  }
  .account-delete .toggle-label input.color-ring {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #0b58a3;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
  }
  .account-delete .toggle-label input.color-ring:checked {
    background-color: #0b58a3;
  }
  .account-delete .toggle-label input.color-ring:checked::after {
    content: "";
    position: absolute;
    /* 完全中央寄せ＋微調整 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%) rotate(45deg) scale(0.9);
    /* チェックマークのサイズ */
    width: 6px;
    height: 12px;
    /* 線の太さ */
    border: solid white;
    border-width: 0 2.5px 2.5px 0;
  }
  .account-delete .toggle-slider {
    width: 40px;
    height: 20px;
    background-color: #ccc;
    border-radius: 20px;
    position: relative;
    transition: background 0.3s;
  }
  .account-delete .toggle-slider::before {
    content: "";
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    transition: transform 0.3s;
  }
  .account-delete input:checked + .toggle-slider {
    background: #14457e;
  }
  .account-delete input:checked + .toggle-slider::before {
    transform: translateX(20px);
  }
  .account-delete .primary-box-btn-back {
    width: 42%;
  }
}
/* ----- /account_delete_confirm ----- */
/* common */
@media screen and (max-width: 1279px) {
  .footer-adjust-wrapper {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 70px);
  }
}
@media screen and (min-width: 1280px) {
  .footer-adjust-wrapper {
    overflow-y: auto;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 70px);
  }
  .footer-adjust-wrapper .footer {
    padding-right: 260px;
  }
}/*# sourceMappingURL=application.css.map */