@charset "UTF-8";

body {
  margin: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

a:hover {
  opacity: 0.7;
}

input[type="text"],
input[type="password"],
input[type="mail"],
input[type="tel"],
textarea {
  font-size: 16px;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0.5em 1.5em 0.5em 0.5em;
  width: calc(100% - 32px);
  display: block;
  border: 1px solid #BAB7B7;
  border-radius: 4px;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper-inner {
    background: url(/image/irex/next/bg-kv.jpg?202112101000) 0 0 no-repeat #ECF0F1;
    background-size: contain;
}

.header {
  margin: 0;
  padding: 32px 0;
}

.ttl-h1 {
  display: none;
}

.logo-outline {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0;
}

.logo-item {
  width: 12%;
}

.logo-item img {
  width: 100%;
}

.main {
  position: relative;
  min-height: calc(100vh - 320px);
}

.inner {
  background: #fff;
  margin: 0 auto 100px;
  max-width: 900px;
  width: calc(90% - 120px);
  padding: 60px;
  -webkit-box-shadow: 0 0 5px 5px rgb(0 0 0 / 5%);
  box-shadow: 0 0 5px 5px rgb(0 0 0 / 5%);
}

.ttl-h2 {
  text-align: center;
  color: #2980B9;
  font-weight: normal;
  font-size: 24px;
  margin: 0 0 32px 0;
}

.txt {
  text-align: center;
  font-size: 16px;
  color: #293955;
  margin: 0 0 32px 0;
}

.ipt-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #D9D9D9;
}

.ipt-label {
  width: 212px;
  background: #E1EFF8;
}

.ipt-label p {
  color: #293955;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  display: flex;
  align-items: center;
  width: calc(100% - 16px);
  height: 100%;
  padding: 0 0 0 16px;
}

.ipt-edit {
  margin: 0;
  width: calc(100% - 212px);
}

.ipt-edit p {
  margin: 16px;
}

.login-btn-outline {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-btn-outline li {
  width: calc(30% - 16px);
  margin: 0 16px;
}

.btn {
  padding: 10px;
  display: block;
  width: 100%;
  max-width: 440px;
  background: #2980B9;
  font-size: inherit;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s 0.0s ease;
  -o-transition: all 0.2s 0.0s ease;
  transition: all 0.2s 0.0s ease;
  line-height: 1.5;
  text-align: center;
  border-radius: 24px;
  margin: 50px auto 0;
  text-decoration: none;
}

.btn:hover {
  background: #4fa1d7;
}

.ft {
  background: #293955;
  color: #fff;
  text-align: center;
  padding: 16px;
  position: relative;
  bottom: 0;
}

.ft-item {
  padding: 16px 16px 0;
}

.ft-content-outline {
  list-style: none;
  padding: 0;
  margin: 0;
}

.l-footer__copyright p {
  margin: 8px 16px 16px;
  padding: 0;
  font-size: 14px;
  color: #d2d7e0;
}

@media screen and (max-width: 767px) {

}