@charset "UTF-8";
/* 
==================================================================
変数・関数
==================================================================
*/
/* 
==================================================================
ユーザー側ログイン
==================================================================
*/
#login .invalid-feedback {
  color: #FF2A28;
  margin-top: 10px;
  display: block;
}
#login .text {
  text-align: center;
  margin-top: 50px;
}
#login .form {
  background-color: #F4F3ED;
  width: 423px;
  margin: 25px auto 0;
  padding: 35px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#login .form .form-group {
  margin-bottom: 15px;
}
#login .form .form-group label {
  font-weight: bold;
  margin-right: 27px;
}
#login .form .form-group input {
  width: 242px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 10px;
}
#login .form .form-group .form-check {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#login .form .form-group .form-check input {
  width: auto;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #CCCCCC;
}
#login .form .form-group .form-check label {
  font-weight: normal;
}
#login .form .submit .btn {
  width: 100%;
  background-color: #FF2A28;
  color: white;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 3px;
  cursor: pointer;
}
#login .contact {
  background-color: #FF2A28;
  padding: 5px;
  border-radius: 3px 3px 0 0;
  width: 700px;
  margin: 72px auto 0;
}
#login .contact h3 {
  color: white;
  text-align: center;
  padding: 5px 0 10px;
  position: relative;
}
#login .contact h3 img {
  position: absolute;
  left: 105px;
  bottom: 7px;
}
#login .contact .box {
  background-color: white;
  padding: 24px;
}
#login .contact .box .contact_text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
#login .contact .box .contact_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#login .contact .box .tel-box .number {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#login .contact .box .tel-box .number .tel {
  width: 40px;
  height: 27px;
  padding-top: 6px;
  text-align: center;
  color: white;
  background-color: #FF2A28;
  margin-right: 5px;
}
#login .contact .box .tel-box .number .n {
  font-size: 25px;
  font-family: "Oswald";
  display: block;
  color: black;
  text-decoration: none;
}
#login .contact .box .tel-box .date {
  font-size: 13px;
}

_::-webkit-full-page-media,
_:future,
:root #login .form .form-group .form-control {
  width: 235px;
}