@charset "UTF-8";

html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-size: .705vw;
  height: 100%;
}

body {
  color: #fff;
  background-color: #151521;
  font-family: 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',
    'Helvetica Neue',
    Arial,
    'Hiragino Sans',
    'Meiryo',
    sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

.el_paragraph {
  display: none;
}

.el_btn_mark {
  margin-right: 10px;
  /* color: #b1beca; */
}

.el_shadow {
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}

.el_center {
  text-align: center;
}

.contents {
  display: flex;
}

.el_gy {
  color: #525252;
}

.el_pgy {
  color: #8f98a0;
}

.el_bg_gr {
  background-color: #0acf97;
}

.el_bg_yl {
  background-color: #ffc700;
}

.el_bg_gy {
  background-color: #808892;
}

.el_mgt {
  margin-top: 50px;
}

.el_cursor {
  cursor: pointer;
}

.el_bold {
  font-weight: bold;
}

.el_two_linesWrap {
  display: inline-block;
}

.el_one_line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.el_two_lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.el_three_lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.el_btn_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.el_addBtn {
  background: #dd2e51;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  padding: 10px 17px;
  font-size: 13px;
  /* box-shadow: 0px 2px 6px 0px rgba(250, 92, 124.3); */
  cursor: pointer;
  transition: all .25s ease;
}

.el_addBtn:hover {
  background: #cb2345;
}

.el_gr_btn {
  background-color: #eef2f7;
  display: inline-block;
  /* color: #fff; */
  padding: 10px 17px;
  font-size: 13px;
  cursor: pointer;
  transition: all .25s ease;
}

.el_gr_btn:hover {
  background-color: #f6f7fb;
}

.el_bl_btn {
  background-color: #1051ac;
  display: inline-block;
  color: #fff;
  padding: 10px 17px;
  font-size: 13px;
  cursor: pointer;
  transition: all .25s ease;
}

.el_bl_btn_s {
  background-color: #1051ac;
  display: inline-block;
  color: #fff;
  padding: 5px 14px;
  font-size: 11.5px;
  border-radius: 3px;
  cursor: pointer;
  transition: all .25s ease;
}

.el_bl_btn:hover,
.el_bl_btn_s:hover {
  background-color: #1660c6;
}

.el_action_btn {
  background-color: #0e1d67;
  border: 1px solid #b6bac7;
  display: inline-block;
  color: #fff;
  padding: 5px 9px;
  font-size: 12.5px;
  cursor: pointer;
  border-radius: 3px;
  transition: all .2s ease;
}

.el_action_btn:hover {
  background-color: #03114c;
}

.bl_header_inner {
  padding: 20px;
  min-height: 70px;
  background-color: #252538;
  display: flex;
  justify-content: end;
  align-items: center;
  /* box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15); */
  position: sticky;
  top: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  z-index: 1000;
}

.bl_header_txt {
  font-size: 13px;
  margin-right: 20px;
}

.bl_header_logoutBtn {
  background: #525c6b;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  padding: 7px 17px;
  font-size: 12px;
  /* box-shadow: 0px 1px 5px 0px #6f7a8a; */
  cursor: pointer;
  border-radius: 2px;
  transition: all .25s ease;
}

.bl_header_logoutBtn:hover {
  background: #3f4753;
}

.bl_main {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #151521;
  min-height: 100%;
  width: calc(100% - 260px);
}

.bl_main_inner {
  padding: 25px;
  /* max-width: 1300px; */
  /* margin: 0 auto; */
}

.bl_main_headWrap {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}

.bl_main_head {
  font-size: 16px;
  color: #eaeaea;
}

.bl_main_head_btn {
  background: #f2f2f2;
    display: inline-block;
    color: #000;
    padding: 10px 17px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    min-width: 110px;
    border-radius: 2px;
    transition: all .25s ease;
}

.bl_main_head_link {
  color: #8f98a0;
}

.bl_main_contents {
  background: #252538;
  /* box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15); */
  padding: 35px 25px;
}

.bl_main_contents_inner {
  max-width: 1300px;
  margin: 0 auto;
}

.el_container {
  background: #323346;
  padding: 25px 25px 40px;
  margin-bottom: 25px;
}

.el_loginWrap_outer {
  max-width: 350px;
  width: 100%;
  margin: 150px auto 0;
}

.el_loginWrap {
  background-color: #f8fafd;
  /* box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15); */
}

.el_login_head {
  max-width: 280px;
  margin: 0 auto 40px;
}

.el_login_item {
  margin-bottom: 20px;
}

.bl_header_loginBtn {
  background: #3b5ae5;
  display: inline-block;
  color: #fff;
  padding: 7px 17px;
  font-size: 12px;
  box-shadow: 0px 1px 5px 0px #6f7a8a;
  border-radius: 2px;
  cursor: pointer;
  transition: all .25s ease;
}

.el_blueBtn {
  background: #274db4;
  display: inline-block;
  color: #fff;
  padding: 10px 17px;
  font-size: 12px;
  /* box-shadow: 0px 1px 5px 0px #2156a3; */
  cursor: pointer;
  transition: all .25s ease;
  border-radius: 2px;
}

.el_blueBtn:hover {
  opacity: .8;
}

/* ログイン */
.bl_login_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
}

.bl_login_head {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 25px;
}

.bl_login_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  text-align: center;
}

.bl_login_input_ttl {
  font-size: 14px;
  font-weight: bold;
  color: #dfe4f7;
  margin-bottom: 10px;
  display: block;
  text-align: left;
}

.bl_login_error {
  font-size: 12px;
  color: #fff;
  margin-top: 20px;
}

.bl_login_btn {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  /* width: 200px; */
  padding: 8px 30px;
  border-radius: 3px;
  background: #af0662;
  margin: 0 auto;
  text-align: center;
}