@charset "UTF-8";
/*
	Filename: login
	Version: 1.0.1
*/
#breadcrumbs {
  padding: 20px 30px;
}
#title_area {
  margin: 207px 0 95px;
}
.title_en {
  margin-bottom: 15px;
}
.title_h1 {
  margin-bottom: 86px;
}
.title_h1::after {
  bottom: -46px;
}
@media screen and (max-width: 750px) {
  #title_area {
    margin: 22.222vw 0;
  }
  .title_en {
    margin-bottom: 2vw;
  }
  .title_h1 {
    margin-bottom: 11.467vw;
  }
  .title_h1::after {
    bottom: -6.133vw;
  }
}

/*-----------------------------------------------------
	sec#login
------------------------------------------------------*/
.login.wrap {
  width: 800px;
}
.login.wrap ul {
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 1px solid #e73817;
}
.login.wrap ul li {
  list-style-type: disc;
  margin-left: 20px;
  color: #e73817;
}
#contact p.hissu_text {
  margin-bottom: 30px;
}

.login_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
}
.login_row:first-child {
  border-bottom: 1px solid #939598;
}
.login_txt {
  flex-basis: 300px;
  font-size: 14px;
  color: #231F20;
}
.login_row .f_cell {
  flex-basis: 700px;
}
.login_row input {
  border: none;
  background-color: #E6E7E8;
  height: 40px;
  width: 100%;
  padding-left: 10px;
}
#submit_button {
  margin-top: 20px;
  text-align: center;
}
input[type="submit"] {
  width: 125px;
  height: 25px;
  background-image: url("/btn.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #FFF;
  padding: 0;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	レスポンシブ
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .login.wrap {
    width: 100%;
  }

}
