/* ポータル用CSS */
html,
body {
  font-family: "Noto Sans JP", "Lucida Grande", sans-serif;
  height: 100%;
  background: #F2F1F1;
}

/* --- Materialize のカスタマイズ 開始 --- */

input[type=text],
input[type=password],
input[type=email] {
  text-indent: 0.5em;
  background-color: #FFF !important;
}

textarea {
  padding: 5px !important;
  background-color: #FFF !important;
}

.btn {
  text-transform: none;
}
/* --- Materialize のカスタマイズ 終了 --- */

.header-base {
  height: auto;
  width: auto;
}

.header {
  padding: 8px 10px;
  display: flex;
  flex-direction: row;
}

.header .header-left {
  width: 75px;
  text-align: left;
}
.header .header-center {
  flex-grow: 1;
  text-align: center;
  font-size: 18px;
}
.header .header-right {
  width: 75px;
  text-align: right;
}

.container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer {
  padding: 15px 0;
  color: #777;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
/*
.slogon {
  margin-top: 8px;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
}
*/
img.top-slogon {
  display: block;
  height: 14px;
  width: auto;
  margin: 8px auto 0 auto;
}
img.top-logo {
  display: block;
  height: 36px;
  width: auto;
  margin: 10px auto 20px auto;
}

.center-box {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

.center-form {
  width: 80%;
  margin: 0 auto;
}

.text-box {
  border-radius: 6px;
  margin: 5px 10px;
  padding: 10px 5px;
  background-color: #fff;
}

.form-box {
  border-radius: 6px;
  margin: 0;
  padding: 40px 15px;
  background-color: #fff;
}

.form-box .form-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.form-box .field-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}

.form-box input[type=text],
.form-box input[type=email],
.form-box input[type=password],
.form-box textarea {
  border-radius: 4px !important;
  margin: 0 auto !important;
  background-color: #F1F1F1 !important;
  color: #6B6B6B !important;
  border-bottom: none !important;
}

.form-box input:focus,
.form-box textarea:focus {
  border-bottom: none !important;
  box-shadow: none !important;
}

.form-box input[type=text],
.form-box input[type=email],
.form-box input[type=password] {
  height: 32px !important;
  line-height: 32px !important;
}

.form-box textarea {
  height: 100px !important;
  padding: 5px 10px;
}

.form-box .buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.form-box .btn-flat {
 width: 130px;
  height: 40px;
  border-radius: 5px;
  padding: 0 12px !important;
  font-size: 14px;
  text-align: center;
}

.form-box .btn-flat.wide {
  width: 300px;
}

.form-box .btn-yes {
  background-color: #EB6117 !important;
  color: #FFF;
}

.form-box .btn-no {
  background-color: #4C4C4C !important;
  color: #FFF;
}

.form-box .btn-flat i.left {
  margin-right: 0 !important;
}

.form-box .btn-flat i.right {
  margin-left: 0 !important;
}
