@CHARSET "UTF-8";

/*********************************
ログインページ
*********************************/
.page-main-title_login {
  margin: 10px 0;
  padding: 12px 10px;
  border-bottom: 2px solid #404040;
  font-size: 2rem;
  box-sizing: border-box;
}
.login-ui {
  margin-bottom: 4px;
  padding: 20px 68px;
  background: #ffffff;
  border: 1px solid #dadada;
  border-bottom: none;
  box-shadow: 0px 1px 1px #b8b8b8;
  box-sizing: border-box;
}
.login-atent {
  margin: 0 0 12px 0;
  padding: 14px 12px 14px 14px;
  background: #404040;
  color: #ffffff;
  line-height: 1em;
  font-size: 1.4rem;
  border-radius: 3px;
}

.login-inner {
  background: #f0f2f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  overflow: hidden;
}
.login-inner .panel {
  margin: 0;
  padding: 34px 56px;
  width: 50%;
  float: left;
  border-radius: unset;
  background: none;
  box-sizing: border-box;
}
.login-inner .panel:first-of-type {
  border-right: 1px solid #cccccc;
}

.additional {
  margin: 0;
  padding: 0;
  list-style: none;
}
.additional li {
  margin: 0 0 0.8em;
  font-weight: bold;
  line-height: 1.5em;
}
.additional li:before {
  margin: 0 1em 0 0;
  height: 19px;
  line-height: 24px;
  vertical-align: middle;
  content: url("/img/pc/arrows/login_arrow_r.png");
  display: inline-block;
}


.logininput input {
  margin: 0 0 10px 0;
  padding: 4px;
  width: 100%;
  font-family: Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 1.4rem;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.buttons {
  margin: 15px 0;
  text-align: center;
}
.buttons input {
  margin: 0;
  padding: 0;
  width: 365px;
  height: 50px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border: none;
  background: url('/img/pc/button/btn_f_login.png');
}
#btn_regist {
  margin: 20px auto;
  width: 365px;
  height: 50px;
  display: block;
}
.buttons input:hover,
#btn_regist:hover {
  opacity: 0.7;
}

.panel h4 {
  margin: 0 0px 10px 0px;
}
#frm_do_login {
  margin: 0 0 2em 0;
}

.external ul {
  margin-bottom: 2em;
  padding: 0;
  list-style: none;
}
.external li {
  margin-bottom: 5px;
  padding: 0;
  background: #ffffff;
}
.external a {
  padding: 5px;
  height: 46px;
  line-height: 46px;
  text-align: left;
  position: relative;
  display: block;
}
.external a:link,
.external a:visited,
.external a:link,
.external a:visited {
  color: #555555;
}
.external a:link:hover,
.external a:visited:hover,
.external a:link:hover,
.external a:visited:hover {
  color: #ffffff;
}
#login_facebook:before,
#regist_facebook:before {
  margin-right: 15px;
  height: 46px;
  width: 46px;
  font-family: FontAwesome;
  content: "\f09a";
  font-size: 2.2rem !important;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  background: #3d5a98;
}
#login_google:before,
#regist_google:before {
  margin-right: 15px;
  height: 46px;
  width: 46px;
  font-family: FontAwesome;
  content: "\f0d5";
  font-size: 2.2rem !important;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  background: #dd4b39;
}
#login_facebook:after,
#login_google:after,
#regist_facebook:after,
#regist_google:after {
  padding: 21px 0;
  line-height: initial;
  content: url("/img/pc/arrows/login_arrow_r.png");
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 0;
}
#login_facebook:hover,
#regist_facebook:hover {
  text-decoration: none;
  background: #3d5a98;
}
#login_google:hover,
#regist_google:hover {
  text-decoration: none;
  background: #dd4b39;
}
#login_facebook:hover:after,
#login_google:hover:after,
#regist_facebook:hover:after,
#regist_google:hover:after {
  padding: 21px 0;
  content: url("/img/pc/arrows/login_whitearrow_r.png");
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 0;
}
.login-inner .additional a:link,
.login-inner .additional a:visited {
  color: #2088ff;
}

.information {
  margin: 0;
  padding: 15px;
  clear: both;
  border-radius: 3px;
  border: 2px solid #dddddd;
  background: #ffffff;
  display: block;
  box-sizing: border-box;
}
.information h5 {
  margin: 0;
  height: 30px;
  line-height: 31px;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  background: #404040;
}
.information p {
  margin: 0;
  padding: 10px;
  line-height: 3rem;
}
