.page-content-width{
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1110px) {
  .page-content-width{
    width: 100%;
    padding: 0 15px;
  }
}

body:not(.top) .main-container {
    margin-top: 120px!important;
}
@media screen and (max-width: 896px) {
  body:not(.top) .main-container {
      margin-top: 60px!important;
  }
}

/* タイトル
============================================================ */
.ttl-page {
  position: relative;
  color: #3E3A3A;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  width: 100%;
  padding-left: 18px;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.ttl-page:after {
  background: repeating-linear-gradient(
45deg
, #B7B7B7, #B7B7B7 2px, #fff 2px, #fff 7px);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
}
@media screen and (max-width: 896px) {
  .ttl-page {
  font-size: 24px;
  letter-spacing: 0;
  padding-left: 0;
  padding-bottom: 16px;
  margin-bottom: 24px;
  }
}

/* ぱんくずリスト
============================================================ */
.breadcrumb {
  margin: 0 0 40px;
  padding: 18px 0;
}
.breadcrumb-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.breadcrumb li + li {
  position: relative;
  margin-left: 40px;
}
.breadcrumb li + li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -26px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

@media screen and (max-width: 896px) {
  .breadcrumb {
    margin: 0 0 8px;
    padding: 8px 16px;
    font-size: 10px;
  }
  .breadcrumb li + li {
    margin-left: 24px;
  }
  .breadcrumb li + li:before {
    top: 6px;
    left: -16px;
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
}
.ttl-cmn-large{
  background-color: #F6F5F0;
  color: #3E3A3A;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  padding: 16px 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 896px) {
  .ttl-cmn-large{
    font-size: 18px;
    padding: 14px;
  }
}
/* background
------------------------------------------------------------ */
.login-box {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {opacity: 0; top: 15px;}
  100% {opacity: 1; top: 0;}
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0; top: 15px;}
  100% {opacity: 1; top: 0;}
}
.background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

@media only screen {
  .background {
    background-image: url('/manage/assets/img/login/sp_bg.jpg');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .background {
    background-image: url('/manage/assets/img/login/sp_bg@2x.jpg');
  }
}

@media only screen and (min-width: 768px) {
  .background {
    background-image: url('/manage/assets/img/login/tablet_bg.jpg');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) {
  .background {
    background-image: url('/manage/assets/img/login/tablet_bg@2x.jpg');
  }
}

@media only screen and (min-width: 1280px) {
  .background {
    background-image: url('/manage/assets/img/login/bg.jpg');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1280px) {
  .background {
    background-image: url('/manage/assets/img/login/bg@2x.jpg');
  }
}

@media only screen and (min-width: 2048px) {
  .background {
    background-image: url('/manage/assets/img/login/bg@2x.jpg');
  }
}

/* ecat logo
------------------------------------------------------------ */
.ecat-logo img {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 92px;
  height: 24px;
  background-size: contain;
  z-index: 100;
}

/* Login
------------------------------------------------------------ */
.login-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 370px;
  height: 400px;
  margin: auto;
  padding: 40px;
  color: #fff;
  line-height: 16px;
  background-color: #000;
  background-color: rgba(0,0,0,.85);
  box-sizing: border-box;
}

header .login-title{
  margin-top: 10px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

header .login-title span{
  display: none;
}

header .company-logo {
  margin: 0 0 30px;
  text-align: center;
}

header .company-logo img {
  max-height: 45px;
}

header .welcome-msg {
  font-size: 22px;
  color: #fff;
  text-align: center;
}

.login-email,
.login-password {
  margin: 0 0 15px;
  border-bottom: solid 1px #707070;
}

.login-email input,
.login-password input {
  width: 100%;
  padding: 10px 15px;
  vertical-align: top;
  border: none;
  border-radius: 0;
  background-color: transparent !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 6px;
  transition: 0.4s;
  box-sizing: border-box;
  caret-color: #fff;
}

.login-email input:focus,
.login-password input:focus {
  padding: 20px;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 6px;
  transition: 0.4s;
}
.login-submit {
  position: relative;
  width: 100%;
  height: 48px;
  margin: 40px auto 0;
  text-align: center;
  background: #fff;
  color: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 6px;
  transition: 0.4s;
  z-index: 1;
}

.login-submit:hover {
  background-color: #524747;
}

.login-submit input {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px 0 16px;
  border: none;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: none;
  letter-spacing: 2px;
  text-indent: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.login-submit:hover input {
  color: #fff;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#fff;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#fff;
}
::placeholder{ /* Others */
 color:#fff;
}

/* chrome autofill reset style */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: black !important;
}
.inputTransparent:-webkit-autofill,
.inputTransparent:-webkit-autofill:hover,
.inputTransparent:-webkit-autofill:focus,
.inputTransparent:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
}

@media screen and (max-width: 768px) {
  .login-box {
    width: 90%;
  }
}

/* message
------------------------------------------------------------ */
.message {
  /* width: calc(100% + 80px); */
  position: relative;
  top: 60px;
  /* left: -40px; */
  padding: 15px;
  font-size: 14px;
  background: #45484c54;
  border-radius: 6px;
  box-sizing: border-box;
}

/* forget-link
------------------------------------------------------------ */
.forget-link {
  text-align: center;
  width: calc(100% + 80px);
  position: relative;
  top: 120px;
  left: -40px;
  padding: 15px;
  font-size: 14px;
  background: #45484c54;
  border-radius: 6px;
  box-sizing: border-box;
}

/* Powered by
------------------------------------------------------------ */
.powered-by {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 14px;
  color: #fff;
  z-index: 100;
}
.powered-by img {
  width: 90px;
}

/* type-sys-1
------------------------------------------------------------ */
body.type-sys-1 {
  font-family: Quicksand, ŕSVbNĚ, "Yu Gothic", YuGothic, "qMmpSVbN Pro", "Hiragino Kaku Gothic Pro", CI, Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
}
body.type-sys-1 .background {
  background: #f3f3f3;
}
body.type-sys-1 header .login-title span{
  display: block;
  color: #fff;
}
.type-sys-1 .login-box {
/*  background-color: rgba(244,86,87,.85); */
  background-color: #2e964bc0;
}
.type-sys-1 .company-logo {
  display: none;
}
.type-sys-1 .welcome-msg {
  margin-bottom: 40px;
  font-size: 18px;
}
.type-sys-1 .ecat-logo img {
  filter: brightness(0.8);
}
.type-sys-1 .powered-by {
  filter: brightness(0.3);
}
.type-sys-1 .login-submit {
  background: #083053;
}
.type-sys-1 .login-submit:hover {
  background-color: #524747;
}
.type-sys-1 .login-submit input {
  color: #fff;
}
.type-sys-1 .login-submit:hover input {
  color: #fff;
}
.type-sys-1 .login-email input,
.type-sys-1 .login-password input {
  color: #333;
  caret-color: #333;
  background-color: #fff !important;
}
.type-sys-1 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#999;
}
.type-sys-1 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#999;
}
.type-sys-1 ::placeholder{ /* Others */
 color:#999;
}
/* chrome autofill reset style */
.type-sys-1 input:-webkit-autofill,
.type-sys-1 input:-webkit-autofill:hover,
.type-sys-1 input:-webkit-autofill:focus,
.type-sys-1 input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #333 !important;
}

.ie_alert {
  position: fixed;
  top: 8%;
  width: 100%;
  height: 82%;
  padding: 10% 0;
  color: #333;
  text-align: center;
  background: rgb(255, 255, 255); /* rgba˘ÎĚĂ˘IEp */
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  z-index: 1000;
}
.ie_alert h1 {
  display: block;
  font-size: 28px;
  color: #333;
}
.ie_alert p {
  font-size: 20px;
}
.ie_alert h2 {
  margin-top: 50px;
  font-size: 22px;
}
.ie_alert ul {
  width: 80%;
  margin: 20px auto 0;
  list-style-type: none;
}
.ie_alert li {
  display: inline-block;
  width: 160px;
  height: 64px;
  margin-right: 10px;
  padding: 20px 0;
  font-weight: bold;
  color: navy;
  background: #f6f6f6;
  border-radius: 4px;
  border: solid 1px #6e6e6e;
  box-sizing: border-box;
}

/* 会員ログイン
============================================================ */
.content-cmn-01{
  background-color: #F6F5F0;
  border-radius: 20px;
  padding: 58px;
  margin-bottom: 40px;
}
.flex-box-01{
  display: flex;
  justify-content: space-between;
}
.flex-box-02{
  display: flex;
}
.flex-box-01 .left,
.flex-box-01 .right{
  width: 100%;
  max-width: 520px;
}
.flex-box-01 .flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .flex-box-01 .left,
  .flex-box-01 .right{
    max-width: 48%;
  }
}
@media screen and (max-width: 896px) {
  .content-cmn-01{
    padding: 16px 16px;
    margin-bottom: 24px;
    width: 100%!important;
  }
  .content-cmn-01 .message{
    margin-bottom: 20px;
  }
  .flex-box-01{
    display: flex;
  }
  .flex-box-01{
    display: block;
  }
  .flex-box-01 .left,
  .flex-box-01 .right{
    width: 100%;
    max-width: 100%;
    padding: 40px 16px 16px;
  }
}

/* タイトル */
.content-cmn-01 .ttl{
  color: #3E3A3A;
  text-align: center;
  font-size: 24px;
  margin-bottom: 48px;
}
.content-cmn-01 .align-center{
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 896px) {
  .content-cmn-01 .ttl{
    font-size: 18px;
    margin-bottom: 24px;
  }
  .content-cmn-01 .align-center{
    margin-top: 24px;
  }
}

/* ボタン */
.btn-default a,
.btn-default span{
  display: inline-block;
  position: relative;
  background-color: #F4A253;
  border-bottom: solid 5px #EA8422;
  transition: .3s;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 60px;
  min-width: 320px;
  /* padding: 18px 32px; */
  margin-bottom: 20px;
  cursor: pointer;
}

.btn-default a:before,
.btn-default span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #fff;
  transform: translateY(-50%);
  transition: .4s;
}
.btn-default a:after,
.btn-default span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #F4A253;
  border-right: 2px solid #F4A253;
  transform: translateY(-50%) rotate(45deg);
  transition: .4s;
}
.btn-default a:hover,
.btn-default span:hover{
  text-decoration: none;
  background-color: #EA8422;
}
/* button */
.btn-default button{
  display: inline-block;
  position: relative;
  background-color: #F4A253;
  border-bottom: solid 5px #EA8422;
  transition: .3s;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 60px;
  min-width: 320px;
  padding: 13px 32px;
  margin-bottom: 20px;
}
.btn-default button:hover{
  cursor: pointer;
}
.btn-default button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #fff;
  transform: translateY(-50%);
  transition: .4s;
}
.btn-default button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #F4A253;
  border-right: 2px solid #F4A253;
  transform: translateY(-56%) rotate(134deg);
  transition: .4s;
}
.btn-default.active button:after {
  transform: translateY(-26%) rotate(-45deg);
}
.btn-default button:hover{
  text-decoration: none;
  background-color: #EA8422;
}
@media screen and (max-width: 896px) {
  .btn-default a,
  .btn-default span{
    display: block;
    font-size: 14px;
  }
  /* button */
  .btn-default button {
    font-size: 14px;
    min-width: 0;
    width: 100%;
    max-width: 280px;
    padding: 18px 32px;
  }
}

/* form */
.dl-input dt{
  display: block;
  font-size: 18px;
  width: 100%;
  padding: 8px;
  margin-bottom: 18px;
}
.dl-input dd{
  margin-bottom: 16px;
}
.dl-input p{
  font-size: 16px;
}
.dl-input input{
  display: block;
  font-size: 18px;
  width: 100%;
  padding: 8px;
}
.txt-accent{
  font-size: 24px;
  color: #3E3A3A;
  line-height: 1.4;
  font-weight: 700;
}
.txt-accent-2{
  font-size: 20px;
  color: #3E3A3A;
  line-height: 1.8;
  margin-bottom: 18px;
}
@media screen and (max-width: 896px) {
  .txt-accent{
    font-size: 18px;
  }
  .txt-accent-2{
    font-size: 16px;
    margin-bottom: 0;
  }
}
.align-center.btn-default input {
  border: none;
  background: transparent;
  outline: none;
  padding: 18px 150px;
}
.content-cmn-01 .message {
  top: 20px;
  }

/* ログイン
============================================================ */
.page-login ::placeholder {
  color: #D2D2D2;
}
.page-login ::-ms-input-placeholder {
  color: #D2D2D2;
}
.page-login :-ms-input-placeholder {
  color: #D2D2D2;
}
.page-login .txt-forget a{
    color: #5A5A5A;
}
.page-login .txt-strong{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 40px;
}
.page-login .dl-input dt {
    line-height: 1;
    padding: 0;
    margin-bottom: 18px;
}
.page-login .dl-input input {
    border: solid #D2D2D2 1px;
    height: 45px;
}
.page-login .input-password {
    position: relative;
    color: #AAA8A8;
    margin: auto;
}
.page-login .btn-default a{
    min-width: 340px;
    padding: 13px 32px;
    margin-bottom: 0;
}
.page-login .content-cmn-01 .ttl{
  line-height: 1.4;
  margin-bottom: 30px;
}
.page-login .content-cmn-01 .txt-new-member{
  margin-bottom: 20px;
}
.page-login .input-password{
  position: relative;
  color: #AAA8A8;
}
.page-login .input-password .field-icon{
  position: absolute;
  line-height: 0;
  font-size: 22px;
  color: #AAA8A8;
  top: 12px;
  right: 16px;
}
.page-login .list-border{
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
}
.page-login .list-border .icon{
  line-height: 1;
  margin-right: 10px;
}
.page-login .list-border li{
  display: flex;
  align-items: center;
  margin: 20px 48px 14px 40px;
}
.page-login .list-border li + li{
  margin: 14px 48px 14px 40px;
}
.page-login .list-border li:last-child{
  margin: 14px 48px 20px 40px;
}
.page-login .list-border:before,
.page-login .list-border:after{
  display: block;
  position: relative;
  content: "";
  background-image: url("/front/assets/img/login/border-dot.svg");
  height: 1px;
  width: 100%;
}
.page-login .content-privacy{
  border: solid 1px #CBCBCB;
  overflow: scroll;
  height: 155px;
  padding: 24px 28px;
  margin-bottom: 40px;
}
.page-login .mb00{
  margin-bottom: 0;
}
.page-login .mb20{
  margin-bottom: 20px;
}
.page-login .mb30{
  margin-bottom: 30px;
}
.page-login .mb40{
  margin-bottom: 40px;
}
.page-login .mb80{
  margin-bottom: 80px;
}
.page-login .mt50{
  margin-top: 50px;
}
@media screen and (max-width: 896px) {
  .page-login .dl-input dt {
      font-size: 14px;
      margin-bottom: 18px;
  }
  .page-login .dl-input input {
      height: 45px;
  }
  .page-login .btn-default a{
      min-width: 0;
      max-width: 280px;
      padding: 18px 32px;
      margin: 0 auto;
  }
  .page-login .content-cmn-01,
  .page-login .flex-box-01 .left,
  .page-login .flex-box-01 .right {
    padding: 40px 16px;
  }
  .page-login .flex-box-01 .left .btn-default a,
  .page-login .flex-box-01 .right .btn-default a{
    margin-bottom: 0;
  }
  .page-login .content-cmn-01 .ttl{
    padding-top: 0;
    margin-bottom: 20px;
  }
  .page-login .content-cmn-01 .txt{
    text-align: left;
  }
  .page-login .txt-strong{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .page-login .content-cmn-01 p{
    font-size: 14px;
  }
  .page-login .content-cmn-01 .txt-new-member,
  .page-login .content-cmn-01 .txt{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .page-login .txt-forget{
    font-size: 11px;
  }
  .page-login .list-border{
    margin-bottom: 20px;
  }
  .page-login .list-border .icon{
    line-height: 1;
    margin-right: 10px;
  }
  .page-login .list-border li{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 20px 18px 20px 18px;
  }
  .page-login .list-border li + li{
    margin: 14px 18px 20px 18px;
  }
  .page-login .list-border li:last-child{
    margin: 20px 18px 20px 18px;
  }
  .page-login .txt-accent-4{
    font-size: 14px;
  }
  .page-login .content-privacy{
    font-size: 14px;
    height: 280px;
    padding: 12px 16px;
    margin-bottom: 20px;
  }
  .page-login .content-cmn-01 p.mb10 {
    margin-bottom: 0;
  }
  .page-login .mb20{
    margin-bottom: 20px;
  }
  .page-login .mb30{
    margin-bottom: 30px;
  }
  .page-login .mb40{
    margin-bottom: 24px;
  }
  .page-login .mb80{
    margin-bottom: 40px;
  }
  .page-login .mt50{
    margin-top: 34px;
  }
  .page-login .mt80{
    margin-top: 40px;
  }
}