@charset "UTF-8";
/****************************************************
[login]
・ login で使用するスタイルを記載する
****************************************************/
/****************************************************/
/* .contents */
/****************************************************/
.contents .ta_c {
  text-align: center;
}
.contents p {
  margin: 1.25em;
  line-height: 1.4;
}
.contents .inputBox {
  width: 22.5em;
  margin: 2.5em auto 0;
  padding: 1.125em;
  border: 1px solid #fafafa;
}
.contents .inputBox .logo {
  background: url("../images/logo.png") 0 0 no-repeat;
  width: 342px;
  height: 43px;
  background-size: contain;
  text-indent: -9999px;
  margin: 20px auto;
  position: relative;
}
.contents .inputBox .comment {
  margin: 1.125em auto;
  text-align: center;
}
.contents .inputBox .comment span {
  font-size: 0.75em;
}
.contents .inputBox .input_form {
  width: 17.5em;
  margin: 0 auto;
}
.contents .inputBox .input_form .t {
  padding: 0.75em 0;
}
.contents .inputBox .input_form .t span {
  font-size: 0.875em;
}
.contents .inputBox .input_form .input_t {
  width: 100%;
}
.contents .inputBox .btn_area {
  text-align: center;
  margin: 2.5em 0;
}
.contents .inputBox .text_link {
  text-align: center;
  margin: 1.625em 0;
}
.contents .inputBox .text_link a {
  color: #fff;
  text-decoration: underline;
}
.contents .inputBox .text_link a span {
  font-size: 12px;
}
.contents .inputBox .text_link a:hover {
  text-decoration: none;
}
.contents .inputBox .infoBox {
  background-color: #f5f5f5;
  padding: 0.5em;
  overflow: auto;
  max-height: 12.5em;
  -webkit-border-radius: 0.1875em;
  -moz-border-radius: 0.1875em;
  -ms-border-radius: 0.1875em;
  -o-border-radius: 0.1875em;
  border-radius: 0.1875em;
}
.contents .inputBox .infoBox h1 {
  font-weight: bold;
  border-bottom: 1px solid #545157;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}
.contents .inputBox .infoBox h1 span {
  font-size: 0.875em;
}
.contents .inputBox .infoBox .text {
  line-height: 1.2;
}
.contents .inputBox .infoBox .text span {
  font-size: 0.875em;
}
