.tanto-info-regist {
  display: flex;
}
.tanto-photo-regist {
  z-index: 1;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.tanto-photo-regist img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  max-height: 150%;
  min-width: 100%;
  max-width: 300%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
}
@media (min-width: 992px) {
  .tanto-photo-regist {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
    margin-right: 15px;
  }
}
/*  ・992px~ PC
 ・768~991px tablet(最小iPad)
 ・~767px mobile *//* 携帯でのログインボタン */@media (max-width: 767px) {
  .login-mob-panel {
    background-color: #000;
    text-align: right;
  }
  .login-panel {
    display: none;
  }
}
/* ログインボタン */.login-panel {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 0;
}
.login-panel div {
  font-size: 16px;
  text-align: right;
}
/* ログインモーダル */.login-logo {
  width: 100px;
  margin-bottom: 20px;
}
.login-modal-center {
  width: 100%;
  text-align: center;
}
.login-close {
  position: absolute;
  top: -15px;
  right: -15px;
  overflow: visible;
  width: 40px;
}
.login-close-col {
  overflow: visible;
  position: relative;
}
@media (min-width: 768px) {
  .login-modal-center .login-btn {
    width: 180px;
  }
  .login-btn {
    padding: 10px 16px;
    font-size: 20px;
  }
  a:link.login-btn,
  a:hover.login-btn,
  a:visited.login-btn{
    color: #fff;
  }
}
@media (max-width: 768px) {
  .login-modal-center .login-btn {
    width: 100px;
  }
  .login-btn {
    padding: 8px 10px;
    font-size: 16px;
  }
}
.login-btn {
  border-radius: 5px;
  border: none;
  color: white;
  background: #2b2d41;
  opacity: 1 !important;
}
a:link.login-btn,
a:hover.login-btn,
a:visited.login-btn{
  color: #fff;
}
.login-btn:hover {
  opacity: 0.7;
  color: white;
}
.reset-link {
  font-size: 16px;
  color: black;
  text-decoration: underline;
  line-height: 40px;
}


.panel-body {
    padding: 15px;
}
.form-control {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 1em 0;
}
.form-group {
    margin-bottom: 15px;
}
.has-error .help-block, .has-error .checkbox {
    color: #c73737 !important;
}
.has-error .form-control {
    border-color: #c73737 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

/* ログインモーダル */.first-modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.first-modal-window {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform : translate(-50%, 0%);
  transform : translate(-50%, 0%);
  background: #f6f6f6;
  border-radius: 4px;
  overflow: visible;
}
@media (min-width: 768px) {
  .first-modal-window {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .first-modal-window {
    top: 20%;
  }
}
@media (max-width: 767px) {
  .first-modal-window {
    width: 90%;
  }
}
.first-modal-content {
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .first-modal-content {
    width: 500px;
    padding: 35px 50px 40px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .first-modal-content {
    width: 500px;
    padding: 35px 40px 50px;
  }
}
@media (max-width: 767px) {
  .first-modal-content {
    width: 100%;
    padding: 20px 10px;
  }
}
.first-modal-content_ask, .first-modal-content_notice, .first-modal-content_btn-set, .first-modal-content_sorry {
  text-align: center;
}
.first-modal-content_ask {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .first-modal-content_ask {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .first-modal-content_ask {
    font-size: 16px;
  }
}
.first-modal-content_notice {
  background: #f6f6f6;
  border: 1px solid ;
  border-radius: 5px;
  padding: 10px;
}
@media (min-width: 768px) {
  .first-modal-content_notice {
    width: 660px;
    font-size: 16px;
    line-height: 2.8rem;
    margin: 0 auto 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .first-modal-content_notice {
    width: 580px;
  }
}
@media (max-width: 767px) {
  .first-modal-content_notice {
    width: 100%;
    font-size: 13px;
    line-height: 2rem;
    margin: 0 auto 5px;
  }
}
.first-modal-content_btn-set {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .first-modal-content_btn-set {
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
