@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-rendering: auto;
  color: #0F123F;
  width: 100%;
  min-height: 100vh;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
body#login_body {
  overflow-y: auto;
  position: relative;
  min-height: calc(100vh - 60px);
}

a, button {
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  color: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

hr {
  height: 0px;
  margin: 7px 0;
  border: none;
  border-top: 1px solid #000;
}

* html hr {
  margin: 0;
}

*:first-child + html hr {
  margin: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

.pd_l_28 {
  padding-left: 28px !important;
}

.pd_l_30 {
  padding-left: 30px !important;
}

/********** input style **********/
.input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 14px;
}

.input_wrap.bt_inside {
  margin-left: 60px;
}

.input_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 7px;
}

.input_wrap.bt_inside .input_inner {
  width: 610px;
  white-space: nowrap;
}

.input_wrap.bt_inside .input_inner label:not(:first-child) {
  margin-left: 16px;
}

.input_wrap:not(:first-child) {
  margin-top: 26px;
}

.input_wrap label {
  color: #8E91A2;
  text-align: left;
  font-size: 0.9em;
  margin-right: 14px;
}

input[type=text],
input[type=password],
input[type=number],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  padding: 0px 10px 0;
  border-radius: 4px;
  font-size: 0.9em;
  background-color: #FAFAFA;
  border: 1px solid #D3D8DD;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

select::-ms-expand {
  display: none;
}

input:focus,
select:focus {
  outline: none;
  background-color: #fff;
  border: 1px solid #EE786C;
  -webkit-box-shadow: 0 3px 20px rgba(15, 18, 63, 0.1);
          box-shadow: 0 3px 20px rgba(15, 18, 63, 0.1);
}

input[type=text].validation,
input[type=password].validation,
input[type=number].validation {
  border: 1px solid #D8331D !important;
  background-color: #FFEDED !important;
}

input[type=text].validation:focus,
input[type=password].validation:focus,
input[type=number].validation:focus {
  border: 1px solid #D8331D !important;
  background-color: #FFEDED !important;
}

.select_wrap,
.input_wrap {
  position: relative;
}

.input_wrap > img {
  position: absolute;
  top: 6px;
  right: 28px;
  padding: 8px;
  cursor: pointer;
}

.input_wrap > img:hover {
  background-color: #E9EBEF;
  border-radius: 30px;
}

.select_wrap > img {
  position: absolute;
  top: 15px;
  right: 20px;
}

input[type=radio] {
  display: none !important;
}

input[type=radio] + label {
  padding-left: 22px;
  position: relative;
}

input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #D3D8DD;
  border-radius: 50%;
}

input[type=radio]:checked + label::before {
  border: 1px solid #EE786C;
}

input[type=radio]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #EE786C;
  border-radius: 50%;
}

textarea {
  color: #fff;
  border: 1px solid #393F5D;
  border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px;
  height: 230px;
}

textarea:focus {
  border: 1px solid #EE786C;
  border-radius: 4px;
  width: 100%;
  -webkit-box-shadow: 0 3px 20px rgba(15, 18, 63, 0.1);
          box-shadow: 0 3px 20px rgba(15, 18, 63, 0.1);
}

table > thead > tr > th.text_center,
table > tbody > tr > td.text_center {
  text-align: center;
}

table > thead > tr > th.text_left,
table > tbody > tr > td.text_left {
  text-align: left;
}

table > thead > tr > th.text_right,
table > tbody > tr > td.text_right {
  text-align: right;
}

label.mandatory > img {
  margin-bottom: 8px;
}

/********** tooltip **********/
.tooltip {
  display: inline-block;
  position: relative;
}

.tooltip::before,
.tooltip::after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 11;
}

/* .tooltip::before {
    content: "";
    display: block;
    top: -40%;
    left: 50%;
    border: 6px solid transparent;
    border-top: 6px solid #0F123F;
    margin-left: -6px;
} */
.tooltip::after {
  -webkit-transform: translateY(-50%);
  background: #0F123F;
  border-radius: 3px;
  color: #fff;
  content: attr(data-tooltip);
  display: block;
  font-size: 11px;
  font-weight: 600;
  left: 50%;
  padding: 5px 10px;
  top: -35px;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  white-space: nowrap;
}

.tooltip:hover {
  cursor: pointer;
}

.tooltip:hover::before {
  opacity: 1;
  visibility: visible;
}

.tooltip:hover::after {
  opacity: 1;
  visibility: visible;
}

.tooltip.tooltip-hidden:hover::after {
  opacity: 0;
  visibility: hidden;
}

/********** login **********/
#sec_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box.login {
  width: 40vw;
  height: 100vh;
  border: none;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login_error {
  margin: 0px auto;
  width: 90%;
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 16px 24px;
  background: #EE786C;
  position: absolute;
  right: -20px;
  top: 20px;
  z-index: 40;
}

.login_error li {
  color: #fff;
  list-style: inside;
}

.login_inner {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  z-index: 10;
}

.box.login .input_login {
  display: block;
  width: 70%;
  margin: 0px auto 20px;
  height: 40px;
  font-size: 1em;
  background: #fff;
}

.box.login .logo_big {
  width: 210px;
  display: block;
  margin: 0 auto 54px;
}

.box.login .check_box_position {
  width: 70%;
  margin: 0px auto 20px;
}

.cp_ipcheck {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_ipcheck:before, .cp_ipcheck:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.cp_ipcheck .checkbox {
  width: 70%;
  margin: -10px auto;
  text-align: left;
}

.cp_ipcheck input[type=checkbox] {
  display: none;
}

.cp_ipcheck label:focus,
.cp_ipcheck label:hover,
.cp_ipcheck label:active,
.cp_ipcheck input:checked + label {
  color: #EE786C;
}

.cp_ipcheck label:focus:before,
.cp_ipcheck label:hover:before,
.cp_ipcheck label:active:before,
.cp_ipcheck input:checked + label:before {
  border-color: #EE786C;
  background: #ffffff;
}

.cp_ipcheck label {
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 1em 1em 1em 3em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #ffffff;
}

.cp_ipcheck label:before {
  position: absolute;
  top: 1.05em;
  left: 1em;
  width: 10px;
  height: 10px;
  content: "";
  border: 0.15em solid #D3D8DD;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cp_ipcheck input:checked + label:before {
  border-color: #EE786C;
  background: #EE786C;
  border-radius: 21px;
}

button.login {
  background-color: #0F123F;
  border-radius: 30px;
  color: #fff;
  width: 82%;
  margin-left: auto;
  display: block;
  height: 40px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

button.login:hover {
  background: #EE786C;
  -webkit-box-shadow: 0 3px 20px rgba(15, 18, 63, 0.2);
          box-shadow: 0 3px 20px rgba(15, 18, 63, 0.2);
}

.login_bg {
  background-color: #fff;
  width: 60vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../image/login_bg.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}

.login_type1,
.login_type2 {
  margin: 16px auto;
  background-color: #0F123F;
  border-radius: 30px;
  color: #fff;
  width: 70%;
  display: block;
  height: 40px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.login_type1:hover,
.login_type2:hover {
  background: #EE786C;
  -webkit-box-shadow: 0 3px 20px rgba(15, 18, 63, 0.2);
          box-shadow: 0 3px 20px rgba(15, 18, 63, 0.2);
}

.login_type1_input,
.login_type2_input {
  display: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  position: absolute;
  width: 100%;
}

.login_type1_input.fade_in,
.login_type2_input.fade_in {
  display: block;
  position: absolute;
  width: 100%;
}

.login_type_area {
  display: block;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  position: absolute;
  width: 100%;
  margin-top: 30px;
}

.login_type_area.fade_out {
  display: none;
  position: absolute;
  width: 100%;
}

.login_bt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
  width: 70%;
}

.login_bt_wrap > button:first-child {
  width: 40px;
  height: 40px;
  border: 1px solid #0F123F;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.login_bt_wrap > button:first-child:hover path {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.login_bt_wrap > button:first-child:hover {
  border: 1px solid #EE786C;
}

.login_bt_wrap > button:first-child:hover path {
  stroke: #EE786C;
}

@media screen and (max-width: 800px) {
  #login_body {
    overflow: hidden;
  }

  #sec_login {
    display: block;
    height: 100vh;
    background: #fff;
    position: relative;
  }

  #sec_login button {
    font-size: 1.1em;
  }

  .box.login {
    width: 100vw;
    height: auto;
    border: none;
    position: relative;
  }

  .login_bg {
    background-color: #FAE5E4;
    width: 100vw;
    height: 25vh;
    position: relative;
    background-image: url(../image/login_bg_sp.svg);
    background-position: center;
    background-size: cover;
  }

  .login_error {
    right: 0px;
    left: 0;
    top: -110px;
  }

  .login_inner {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }

  .box.login .logo_big {
    width: 180px;
    display: block;
    margin: 24px auto 20px;
  }

  .login_type_area {
    margin-top: 80px;
  }
}
/********** global header **********/
#admin_header {
  width: 100vw;
  height: 60px;
  padding: 0px 55px 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
  position: fixed;
  top: 0;
  background: #fff;
}

#admin_header .logo_link {
  width: auto;
}

#admin_header img.logo {
  width: 110px;
  height: auto;
  margin-left: 14px;
}

#admin_header > .resize_bt {
  cursor: pointer;
}

#admin_header > .resize_bt:hover path {
  fill: #0F123F;
}

#admin_header > .login_user_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 0.9em;
  position: relative;
  margin-left: auto;
}

#admin_header > .login_user_wrap .login_user {
  font-size: 1.1em;
  font-weight: 500;
}

#admin_header > .login_user_wrap img {
  width: 18px;
  height: auto;
  margin-right: 20px;
  cursor: pointer;
  border-radius: 30px;
  padding: 7px;
  width: 32px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#admin_header > .login_user_wrap img:hover {
  background: #efefef;
}

.user_menu {
  position: absolute;
  top: 47px;
  left: -160px;
  border-radius: 0 0 4px 4px;
  padding: 12px 12px;
  width: 200px;
  display: none;
  z-index: 2021;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12);
  background: #fff;
  font-size: 0.9em;
  font-weight: 400;
  border-top: 1px solid #F1F1F6;
}

.user_menu > ul li {
  padding: 0;
}

.user_menu > ul li a {
  display: block;
  padding: 10px 20px;
  border-radius: 4px;
  width: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.user_menu > ul li a:hover {
  background-color: #F6F7F9;
}

/********** global menu **********/
#g_menu {
  margin-top: 60px;
}

.g_menu_wrap {
  width: 220px;
  height: 100vh;
  position: fixed;
  padding-top: 22px;
  transition: 0.05s all;
  -webkit-transition: 0.05s all;
}

.g_menu_wrap .g_menu_list > li a {
  width: inherit;
  color: #BBC1CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  padding: 14px;
  margin: 12px 16px;
  border-radius: 8px;
  transition: 0.05s all;
  -webkit-transition: 0.05s all;
}

.g_menu_wrap .g_menu_list > li.current a {
  background-color: #EE786C;
  color: #fff;
}

.g_menu_wrap .g_menu_list > li:not(.current) a:hover {
  background-color: #F6F7F9;
  color: #241D57;
}

.g_menu_wrap .g_menu_list > li:not(.current) a:hover svg path {
  fill: #241D57;
}

.g_menu_wrap .g_menu_list > li a svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-right: 12px;
}

.g_menu_wrap .g_menu_list > li:not(.current) a svg path {
  fill: #BBC1CE;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

#content {
  margin-left: 220px;
  margin-top: 60px;
  padding: 30px;
  background-color: #F6F7F9;
  border-radius: 20px 0 0 0;
  /*overflow: auto;*/
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.03) inset;
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.03) inset;
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
}

.box {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 7px 30px rgba(0, 0, 0, 0.05);
}

/********** filter box **********/
.box.filter {
  margin-bottom: 15px;
  padding: 30px 24px;
}

.box.filter input {
  width: calc(100% - 115px);
}

.box.filter select {
  width: 130px;
}

.box.filter .filter_bt_wrap {
  position: absolute;
  bottom: 30px;
  right: 45px;
}

.box.filter .filter_bt_wrap button {
  width: 114px;
  height: 33px;
  border-radius: 30px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.box.filter .filter_bt_wrap button.reset {
  background-color: transparent;
  color: #0F123F;
}

.box.filter .filter_bt_wrap button.run {
  background-color: #0F123F;
  border-radius: 30px;
  color: #fff;
}

.box.filter .filter_bt_wrap button.reset:hover {
  background-color: #F5F6FA;
}

.box.filter .filter_bt_wrap button.run:hover {
  -webkit-box-shadow: 0 3px 20px rgba(15, 18, 63, 0.2);
          box-shadow: 0 3px 20px rgba(15, 18, 63, 0.2);
}

@media screen and (max-width: 1260px) {
  .box.filter .filter_bt_wrap {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: right;
    margin: 20px 24px 0;
  }

  .input_inner .select_wrap {
    width: 50%;
  }

  .box.filter select {
    width: 100%;
  }

  .input_wrap.bt_inside .input_inner {
    width: calc(100% - 29px);
  }
}
/********** data list head **********/
.data_list_wrap > .head,
.data_list_wrap > .head > .bt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.data_list_wrap > .head {
  padding: 0px 24px;
  margin-bottom: 10px;
}

.data_list_wrap > .head p {
  font-size: 1.1em;
  font-weight: 500;
}

.data_list_wrap > .head > .bt_area button {
  width: 40px;
  height: 40px;
  background-color: #fff;
  margin-left: 10px;
  border-radius: 50px;
  /* border: 1px solid #F1F1F6; */
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.data_list_wrap > .head > .bt_area button:not(.unpossible):hover {
  -webkit-box-shadow: 0 3px 14px rgba(230, 139, 130, 0.77);
          box-shadow: 0 3px 14px rgba(230, 139, 130, 0.77);
  background-color: #E68B82;
  border: 1px solid #E68B82;
}

.data_list_wrap > .head > .bt_area button.bulk_deletion {
  border: none;
  cursor: inherit;
}

.data_list_wrap > .head > .bt_area button.bulk_deletion.possible path {
  fill: #0f123f;
}

.data_list_wrap > .head > .bt_area button.bulk_deletion.possible {
  cursor: pointer;
}

.data_list_wrap > .head > .bt_area button.bulk_deletion.possible:hover path {
  fill: #fff;
}

.data_list_wrap > .head > .bt_area button.unpossible {
  background-color: #EDEDED;
  border: none;
  cursor: inherit;
}

.data_list_wrap > .head > .bt_area button.unpossible rect,
.data_list_wrap > .head > .bt_area button.unpossible path {
  fill: #CECECE;
}

.data_list_wrap > .head > .bt_area button.unpossible line {
  stroke: #CECECE;
}

/********** svgアイコンのhover **********/
.data_list_wrap > .head > .bt_area button path,
.data_list_wrap > .head > .bt_area button rect,
.data_list_wrap > .head > .bt_area button line {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.data_list_wrap > .head > .bt_area button:not(.bulk_deletion):not(.unpossible):hover path,
.data_list_wrap > .head > .bt_area button:not(.bulk_deletion):not(.unpossible):hover rect {
  fill: #fff;
}

.data_list_wrap > .head > .bt_area button:hover line {
  stroke: #fff;
}

.data_list_wrap > .head > .bt_area button svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.data_list_wrap > .head > .bt_area button.unpossible:hover line {
  stroke: #CECECE;
}

/********** data table **********/
.box.table {
  padding: 10px 0;
  overflow: scroll;
  height: calc(100vh - 432px);
  min-height: 200px;
  word-break: break-all;
}

.box.table > table {
  width: 100%;
  max-width: 100%;
  /*min-width: 1250px !important;*/
  overflow: auto;
  border-collapse: collapse;
  table-layout: fixed;
}

table > tbody > tr.delete_row {
  background-color: #FFF5F4;
}

table > thead > tr > th,
table > tbody > tr > td:not(.url_cell, .name),
table > tbody > tr > td.name > .inner {
  position: relative;
  padding: 12px 15px;
  font-size: 0.9em;
  font-weight: 400;
  vertical-align: top;
  border-bottom: 1px solid #F1F1F6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  height: 46px;
}

table > tbody > tr > td.edit_button {
  overflow: visible;
}

table > tbody > tr > td.name {
  position: relative;
}

table > tbody > tr > td.name.ellipsis-tooltip::after {
  content: attr(data-tooltip);
  display: block;
  position: absolute;
  top: -21px;
  left: 0;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  white-space: nowrap;
  background: #0F123F;
  border-radius: 3px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

table > tbody > tr > td.name.ellipsis-tooltip:hover::after {
  opacity: 1;
  visibility: visible;
}

table > tbody > tr > td.url_cell .inner {
  position: relative;
  padding: 12px 43px 12px 15px;
  font-size: 0.9em;
  font-weight: 400;
  vertical-align: middle;
  border-bottom: 1px solid #F1F1F6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  height: 46px;
}

table > thead > tr > th {
  color: #8C9BAB;
  text-align: center;
}

table > thead > tr > th.sort_column {
  cursor: pointer;
}

table > tbody > tr:last-child > td,
table > tbody > tr:last-child > td.name > .inner,
table > tbody > tr:last-child > td.url_cell > .inner {
  border-bottom: none;
}

table > tbody > tr > td a {
  text-decoration: underline;
  color: #0F123F;
}

table > tbody > tr > td.checkbox span {
  content: "";
  background-color: #EE786C;
  width: 14px;
  height: 14px;
}

td.checkbox {
  position: relative;
}

td.checkbox label,
th.checkbox label {
  position: absolute;
  left: 30px;
  top: 14px;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #A5AFD1;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

td.checkbox input[type=checkbox],
th.checkbox input[type=checkbox] {
  visibility: hidden;
}

td.checkbox input[type=checkbox]:checked + label,
th.checkbox input[type=checkbox]:checked + label {
  background-color: #EE786C;
  border-color: #EE786C;
}

td.checkbox input[type=checkbox]:checked + label:after,
th.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

td.url_cell {
  position: relative;
}

.box.table > table > tbody > tr > td button {
  width: 100%;
  vertical-align: inherit;
}

.box.table > table > tbody > tr > td .url_button {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
}

/********** pagination *********/
.pagination{
  margin: 30px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination_item {
  width: 34px;
  height: 34px;
  margin: 0 8px;
  color: #0F123F;
  font-weight: 300;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

.pagination_item.current {
  font-weight: 700;
  background: #EE786C;
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(238, 121, 109, 0.5);
          box-shadow: 0 2px 6px rgba(238, 121, 109, 0.5);
}

.pagination_item:not(.current):not(.points):hover {
  background-color: #E9EBEF;
}

th a img.sort {
  margin-left: 8px;
  margin-bottom: -3px;
  width: 10px;
  height: auto;
}

/********** 利用状況 **********/
.situation_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.box.send,
.box.receive {
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.box.send {
  width: calc(100% / 3);
  margin-right: 30px;
}

.box.send > .result_wrap,
.box.receive > .result_wrap {
  width: 100%;
  margin-left: 26px;
}

.box.send > .result_wrap p {
  font-size: 1em;
}

.box.send > .result_wrap p.result {
  font-size: 1.8em;
  line-height: 1.1em;
  color: #EE786C;
  font-weight: 600;
}

.box.send > .result_wrap p.result span {
  font-size: 0.6em;
}

.box.receive > .result_wrap .result_inner {
  font-size: 1.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.box.receive > .result_wrap .result_inner .result {
  font-size: 0.8em;
}

.box.receive > .result_wrap .result_inner .result span {
  font-size: 1.4em;
  font-weight: 600;
  color: #EE786C;
  margin-left: 24px;
}

.bar_wrap {
  margin-top: 12px;
}

.bar {
  width: 100%;
  height: 16px;
  background: #F7F7F7;
  border: 1px solid #E6E6E6;
  border-radius: 50px;
}

.bar .bar-info {
  position: relative;
  width: 0;
  height: 12px;
  margin: 1px;
  color: white;
  background: #EE786C;
  border-radius: 50px;
  transition: width 1s ease-in-out;
  -webkit-transition: width 1s ease-in-out;
}

.box.agreement {
  padding: 10px 20px;
  margin-bottom: 30px;
}

.box.support {
  padding: 20px;
  margin-bottom: 60px;
}

.box.agreement > dl {
  position: relative;
  width: 100%;
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box.support > dl {
  width: 100%;
  padding: 5px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box.agreement > dl:not(:last-child) {
  border-bottom: 1px solid #F1F1F6;
}

.box.agreement > dl dt,
.box.support > dl dt {
  width: 260px;
  padding-left: 30px;
  color: #5F6377;
  font-weight: 400;
}

.box.agreement > dl dd,
.box.support > dl dd {
  font-weight: 400;
}

.box.agreement > dl dd.link {
  position: absolute;
  right: 30px;
  top: 22px;
  color: #EE786C;
  font-size: 0.8em;
}

.box.agreement > dl dd.link a:hover {
  text-decoration: underline;
}

.box.support > dl dd a {
  color: #EE786C;
}

.box.support > dl dd a:hover {
  text-decoration: underline;
}

/********** 新規作成 **********/
.box.create_edit {
  padding: 30px;
}

.box.create_edit > .input_wrap label:not(.radio_label) {
  width: 180px;
  margin-right: 18px;
}

.box.create_edit > .input_wrap label.radio_label {
  color: #1D282F;
  margin-right: 18px;
}

.box.create_edit > .input_wrap input.input_long {
  width: calc(100% - 420px);
  min-width: 300px;
}

.box.create_edit > .input_wrap input.input_medium {
  display: block;
  min-width: 300px;
  margin-bottom: 12px;
}

.input_wrap.radio,
.input_wrap.textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  white-space: nowrap;
}

.input_wrap.radio .radio_wrap > .select_wrap {
  margin-top: 12px;
}

.input_wrap.radio .radio_wrap > .select_wrap select {
  width: 100%;
}

.box.create_edit .input_wrap .select_wrap select {
  width: 140px;
}

.box.create_edit > .filter_bt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.box.create_edit > .filter_bt_wrap button {
  width: 114px;
  height: 33px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border-radius: 20px;
}

.box.create_edit > .filter_bt_wrap button.reset {
  background-color: transparent;
  color: #0F123F;
  margin-right: 8px;
}

.box.create_edit > .filter_bt_wrap button.reset:hover {
  background-color: #F5F6FA;
}

.box.create_edit > .filter_bt_wrap button.run {
  background-color: #0F123F;
  border-radius: 30px;
  color: #fff;
}

.box.create_edit > .filter_bt_wrap button.run:hover {
  -webkit-box-shadow: 0 3px 20px rgba(15, 18, 63, 0.2);
          box-shadow: 0 3px 20px rgba(15, 18, 63, 0.2);
}

input[type=file] {
  display: none;
}

input[type=file] + .file_upload {
  width: auto !important;
  background: #EE786C;
  color: #fff;
  font-size: 0.8rem;
  padding: 8px 10px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.file_name {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0F123F;
  font-size: 0.9em;
  font-weight: 400;
}

.box.create_edit > ul.validation_txt {
  margin: 30px auto;
  width: 90%;
  color: #D8331D;
  background: #FFF8F8;
  padding: 18px 30px;
  border: 1px solid #F8D1CC;
  border-radius: 8px;
  line-height: 1.7em;
}

.box.create_edit > ul.validation_txt li {
  list-style: inside;
}

/**********　編集 ************/
.create_url {
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.create_url .input_drive_name {
  width: 200px;
  margin: 0 8px;
}

.create_url #url_drive_name.url_none,
.create_url .input_drive_name.url_none,
.create_url > span.url_edit.url_none,
.create_url > span.url_change.url_none,
.create_url > span.url_change_cancel.url_none {
  display: none;
}

.create_url > span.button {
  font-size: 12px;
  font-weight: 400;
  margin-left: 6px;
  padding: 4px 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  border-radius: 20px;
}

.create_url > span.url_edit,
.create_url > span.url_change {
  background-color: #0F123F;
  border-radius: 30px;
  color: #fff;
}

.create_url > span.url_edit:hover,
.create_url > span.url_change:hover {
  -webkit-box-shadow: 0 3px 20px rgba(15, 18, 63, 0.2);
          box-shadow: 0 3px 20px rgba(15, 18, 63, 0.2);
}

.create_url > span.url_change_cancel:hover {
  background-color: #F5F6FA;
}

footer#admin {
  background-color: #0F123F;
  height: 32px;
  position: absolute;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 34px;
}

footer#admin p,
footer#admin a {
  color: #fff;
  font-size: 0.8em;
  margin-top: 0;
  width: auto;
}

footer#admin p {
  margin: auto;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

footer#admin a:hover {
  text-decoration: underline;
}

/********** upload modal **********/
#upload_modal {
  position: fixed;
  height: 100px;
  width: 300px;
  bottom: 50px;
  right: 50px;
  z-index: 10;
  color: #fff;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

#upload_modal .modal_title {
  width: 100%;
  color: #fff;
  background-color: #EE786C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 0;
}

#upload_modal .modal_title .modal_notif {
  width: 70%;
  padding-left: 10px;
}

#upload_modal .modal_title .modal_minimize {
  width: 15%;
  text-align: center;
}

#upload_modal .modal_title .modal_close {
  color: #fff;
  text-align: center;
  width: 15%;
}

#upload_modal .modal_title .icon:hover {
  background-color: #ffffff;
  opacity: 0.4;
}

#upload_modal .modal_content {
  width: 100%;
  height: 70px;
  color: #0F123F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#upload_modal .modal_content:hover {
  background-color: #9B9B9B;
}

#upload_modal .modal_file {
  width: 90%;
  padding-left: 10px;
  overflow: hidden;
}

#upload_modal .modal_file p img {
  margin-right: 10px;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  /* margin: 8px; */
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #EE786C transparent transparent transparent;
  border-width: 5px;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/********************/
/********** modal **********/
.modal {
  /* display: none; */
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  color: #fff;
  z-index: 10;
}

.modal_bg {
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal_content.password,
.modal_content.setting,
.modal_content.mail,
.modal_content.delete {
  height: auto;
  padding: 28px 40px 28px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 4px 6px rgba(15, 18, 63, 0.38);
          box-shadow: 2px 4px 6px rgba(15, 18, 63, 0.38);
  background: #0F123F;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2022;
}

.modal_content.password,
.modal_content.delete {
  width: 450px;
}

.modal_content.setting {
  width: 600px;
}

.modal_content.mail {
  width: 720px;
}

.modal_content.setting .modal_setting_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu_area {
  width: 150px;
  margin-left: -40px;
  margin-top: 14px;
}

ul.modal_menu_list li {
  width: 100%;
  margin-bottom: 34px;
}

ul.modal_menu_list li.current span {
  background-color: #25274E;
  color: #fff;
}

ul.modal_menu_list li span {
  width: inherit;
  color: #8D8E9F;
  padding: 14px 30px;
  border-radius: 0 5px 5px 0;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  cursor: pointer;
}

ul.modal_menu_list li:not(.current) span:hover {
  background-color: #25274E;
  color: #fff;
}

.modal_content > h2 {
  text-align: center;
  margin-bottom: 24px;
}

.modal_content input {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid #393F5D;
  color: #fff;
}

.modal_content input.validation {
  background-color: rgba(255, 23, 109, 0.08);
  border: 1px solid #FF1800;
}

.modal_content input.validation:focus {
  background-color: rgba(255, 23, 109, 0.08);
  border: 1px solid #FF1800;
}

.modal_content hr {
  border-top: 1px solid #393F5D;
  margin: 24px 0px;
}

.modal_content input:focus {
  border: 1px solid #EE786C;
}

.modal_content .filter_bt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

.modal_content .filter_bt_wrap button {
  width: 114px;
  height: 33px;
  color: #fff;
  border-radius: 20px;
}

.modal_content .filter_bt_wrap button.disabled{
  opacity: 0.65;
  pointer-events: none;
}

.modal_content .filter_bt_wrap button.run {
  background-color: #EE786C;
}

.modal_content .filter_bt_wrap button.reset {
  margin-right: 8px;
}

.modal_content .filter_bt_wrap button.reset:hover {
  background-color: #242646;
}

.template_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.template_item input {
  width: 78%;
  margin-bottom: 0;
}

.template_item .item_delete {
  font-size: 0.8em;
  font-weight: 400;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 30px;
  margin-left: 12px;
  color: #B3B4C1;
}

.item_add {
  padding: 6px 12px;
  cursor: pointer;
  color: #B3B4C1;
  border: 1px dashed #393F5D;
  width: 78%;
  text-align: center;
  border-radius: 4px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.template_item .item_delete:hover {
  background-color: #25274E;
  color: #fff;
}

.item_add:hover {
  border: 1px dashed #fff;
  color: #fff;
}

.item_add img {
  margin-right: 4px;
}

.modal_content.password input:not(:last-child) {
  margin-bottom: 16px;
}

.modal_setting_inner .ip_adoress,
.modal_setting_inner .capacity,
.modal_setting_inner .retention_period {
  padding: 0 0 0 30px;
  width: 408px;
}

.modal_setting_inner .ip_adoress > p,
.modal_setting_inner .capacity > p,
.modal_setting_inner .retention_period > p {
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 22px;
  color: #8D8E9F;
}

.modal_setting_inner .ip_adoress {
  max-height: 175px;
  overflow-y: auto;
}

.menu_current_area.capacity > div .input_wrap.radio,
.menu_current_area.retention_period > .input_wrap.radio {
  margin: 0;
}

.menu_current_area.capacity > div .input_wrap.radio label,
.menu_current_area.retention_period > .input_wrap.radio label {
  color: #fff;
}

.menu_current_area.capacity > div .input_wrap.radio:first-child {
  margin-right: 60px;
}

.menu_current_area.capacity > div .input_wrap .radio_wrap > div,
.menu_current_area.retention_period > .input_wrap .radio_wrap > div {
  margin-bottom: 8px;
}

.modal_setting_inner .ip_adoress,
.modal_setting_inner .capacity,
.modal_setting_inner .retention_period {
  display: none;
}

.menu_current_area.ip_adoress,
.menu_current_area.retention_period,
.menu_current_area.capacity {
  display: block;
  min-height: 228px;
}

.menu_current_area.capacity > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu_ip_adoress.current span,
.menu_capacity.current span,
.menu_retention_period.current span {
  background-color: #25274E;
  color: #fff;
}

.textarea_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.textarea_area > div {
  width: 100%;
}

.textarea_area > div > p {
  padding: 12px;
}

.modal_content.mail > p {
  color: #8D8E9F;
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 12px;
  text-align: center;
}

.modal_content.mail > h2 {
  margin-bottom: 8px;
}

.dialog_validation_txt {
  margin: 30px auto;
  width: 100%;
  color: #EE786C;
  padding: 18px 30px;
  border: 1px solid #EE786C;
  border-radius: 8px;
  line-height: 1.7em;
}

.drive_dialog_validation_txt {
  margin: 30px auto;
  width: 100%;
  color: #EE786C;
  background: #FFF8F8;
  padding: 8px 30px;
  border: 1px solid #EE786C;
  border-radius: 8px;
  line-height: 1.7em;
}

/* === toogle ============================== */
.tggle_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.tggle_area > div {
  width: 44px;
  margin-left: 20px;
}

.tggle_area input[type=checkbox] {
  display: none;
}

.tggle_area label {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  border-radius: 30px;
  line-height: 1;
  height: 22px;
  background-color: #2A2C45;
}

.tggle_area #toggleSwitchBox {
  display: inline-block;
  height: 22px;
  width: 50%;
  background: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 30px;
}

.tggle_area #toggleSwitch:checked + label #toggleSwitchBox {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.tggle_area #toggleSwitch:checked + label {
  background-color: #EE786C;
}

.empty_txt {
  text-align: center;
  margin: 30px 0;
}

/* === user側 ============================== */
header.receive,
header.send {
  width: 100vw;
  height: 60px;
  border-bottom: 1px solid #E4E3DC;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}

header.send img.client_logo {
  width: auto;
  height: 34px;
  margin-right: 30px;
}

header.receive img.client_logo {
  width: auto;
  height: 34px;
  margin-right: 30px;
}

.client_image {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 220px;
}

.no_data {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.no_data p {
  text-align: center;
  color: #343951;
  font-size: 16px;
  line-height: 1.5em;
}

.no_data > img {
  width: 160px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 900px) {
  .no_data p {
    position: relative;
    width: 94vw;
    display: block;
    top: initial;
    left: initial;
    margin-right: initial;
    -webkit-transform: initial;
            transform: initial;
    font-size: 14px;
  }

  .client_image {
    right: 20px;
    left: initial;
    width: 260px;
  }
}
/* === 受信 =============== */
.receive_login {
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  background: #ffffff;
  background-image: linear-gradient(-45deg, #fff 25%, #FBF0EF 25%, #FBF0EF 50%, #fff 50%, #fff 75%, #FCF4F4 75%, #FCF4F4);
  background-image: -ms-linear-gradient(-45deg, #fff 25%, #FCF4F4 25%, #FCF4F4 50%, #fff 50%, #fff 75%, #FCF4F4 75%, #FCF4F4);
  -ms-background-size: 100% 100%;
  background-size: 100% 100%;
}

.receive_login .receive_login_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 420px;
  height: 250px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(15, 18, 63, 0.15);
          box-shadow: 0 3px 6px rgba(15, 18, 63, 0.15);
  padding: 44px 32px;
  text-align: center;
}

.receive_login .receive_login_inner img {
  width: 220px;
  height: auto;
  margin-bottom: 24px;
}

.receive_login .receive_login_inner p {
  color: #8E91A2;
  font-size: 13px;
  margin-bottom: 10px;
}

.receive_login .receive_login_inner button {
  background-color: #0F123F;
  border-radius: 30px;
  color: #fff;
  width: 114px;
  height: 33px;
  display: block;
  margin: 30px auto 0;
}

.receive_login .receive_login_inner input.password_box {
  width: 60%;
}

@media only screen and (max-width: 900px) {
  .receive_login .receive_login_inner {
    width: 90vw;
    height: 250px;
  }

  .receive_login .receive_login_inner input.password_box {
    width: 100%;
  }

  .receive_login .receive_login_inner img {
    margin-bottom: 34px;
  }
}
header.receive input {
  display: block;
  width: 300px;
  background-color: #F8F8F8;
  border: 1px solid #E4E3DC;
  color: #353535;
  font-size: 1.1em;
}

.search_wrap {
  position: relative;
}

.search_wrap > img {
  position: absolute;
  right: 4px;
  top: 1px;
  padding: 8px;
  cursor: pointer;
}

#receive_user {
  background-color: #FBFBFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#receive_user > .receive_info {
  height: calc(100vh - 60px);
  width: 240px;
  background-color: #fff;
  border-right: 1px solid #E4E3DC;
  padding: 24px 28px;
}

#receive_user > .receive_info dl {
  margin-bottom: 28px;
}

#receive_user > .receive_info dl dt {
  color: #5F6377;
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 6px;
}

#receive_user > .receive_info dl dd {
  color: #0F123F;
  font-weight: 400;
}

#receive_user > .receive_list {
  width: calc(100vw - 240px);
  height: calc(100vh - 60px);
  overflow: auto;
}

#receive_user > .receive_list .header_wrap {
  position: fixed;
  top: 60px;
  width: calc(100vw - 240px);
  padding: 12px 54px;
  background: #FBFBFA;
  z-index: 10;
  min-width: 760px;
}

#receive_user > .receive_list .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 37px;
}

#receive_user > .receive_list .header .button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 340px;
}

#receive_user > .receive_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1.1em;
  max-width: calc(100% - 333px);
}

#receive_user > .receive_list .header > ul > li {
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#receive_user > .receive_list ul li:not(.arrow):not(.abridgement):not(.home) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#receive_user > .receive_list ul li.abridgement {
  border-radius: 30px;
  padding: 6px;
}

#receive_user > .receive_list ul li.abridgement:hover {
  background-color: #F5DDDA;
}

#receive_user > .receive_list ul li.abridgement > ul {
  position: absolute;
  top: 50px;
  width: 180px;
  height: auto;
  background-color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  color: #353535;
  -webkit-box-shadow: 0 1px 12px rgba(15, 18, 63, 0.16);
          box-shadow: 0 1px 12px rgba(15, 18, 63, 0.16);
  z-index: 10;
  font-size: 0.9em;
  font-weight: 400;
  display: none;
}

#receive_user > .receive_list ul li.abridgement > ul li {
  padding: 8px 25px;
  cursor: pointer;
}

#receive_user > .receive_list ul li.abridgement > ul li:hover {
  background-color: #EBEBEB;
}

#receive_user > .receive_list ul li span {
  padding: 3px 10px 5px;
  cursor: pointer;
  margin-left: 6px;
  border-radius: 20px;
  cursor: pointer;
}

#receive_user > .receive_list ul li span:hover {
  background-color: #E6E6E6;
}

#receive_user > .receive_list ul li.home {
  white-space: nowrap;
}

#receive_user > .receive_list ul li.arrow {
  padding: 0 6px;
}

#receive_user > .receive_list ul li a {
  text-decoration: underline;
}

#receive_user > .receive_list ul li a:hover {
  text-decoration: none;
  color: #EE786C;
}

#receive_user > .receive_list ul li a.three_period img {
  padding-bottom: 3px;
}

#receive_user > .receive_list .header .button_wrap button {
  padding: 8px 16px;
  margin: 0 5px;
  width: auto;
  border-radius: 6px;
  background: #fff;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: 1px solid #E4E3DC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

#receive_user > .receive_list .header .button_wrap button:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}

#receive_user > .receive_list .header .button_wrap button:first-child {
  margin-right: 10px;
}

#receive_user > .receive_list .header .button_wrap button img {
  margin-right: 6px;
}

.receive_table {
  padding: 72px 54px;
  position: relative;
  width: 100%;
  height: 100%;
}

.receive_table > table {
  width: 100%;
  max-width: 100%;
  min-width: 640px !important;
  overflow: auto;
  border-collapse: collapse;
  table-layout: fixed;
}

.receive_table > table > tbody > tr:hover {
  background-color: #F7F5F5;
}

.receive_table > table > tbody > tr > td {
  font-size: 1em;
  cursor: pointer;
}

.receive_table > table > thead > tr > th,
.receive_table > table > tbody > tr > td {
  border-bottom: 1px solid #E4E3DC;
}

.receive_table > table > tbody > tr > td.receive_file_name {
  padding: 12px 55px 12px 15px;
  position: relative;
}
@media (min-width: 769px) {
  .receive_table > table > tbody > tr > td.receive_file_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.receive_table > table > tbody > tr > td.file_menu_cell {
  overflow: visible !important;
}

.receive_table > table > tbody > tr > td.dead {
  color: #CE0100;
}

.receive_table > table > tbody > tr > td img.file_icon {
  margin-right: 11px;
  margin-left: 2px;
  vertical-align: text-bottom;
  width: 16px;
  height: auto;
}

.receive_table > table > tbody > tr > td span.file_name {
  vertical-align: middle;
  line-height: 1;
}

.receive_table > table > tbody > tr > td img.file_icon.thumbnail_icon {
  margin-right: 10px;
  margin-left: 0;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.receive_table > table > tbody > tr > td img.three_period {
  position: absolute;
  right: 0;
  top: 9px;
  border-radius: 32px;
  width: 28px;
  height: 28px;
  padding: 7px;
}

.receive_table > table > tbody > tr > td img.three_period:hover {
  background-color: #F5DDDA;
}

#receive_user > .drive_error_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

#receive_user > .drive_error_wrap p {
  margin-top: 24px;
  color: #9B9B9B;
  font-size: 1.1em;
}

.file_drop_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.file_drop_wrap > p {
  margin-top: 24px;
}

.file_drop_wrap > p span {
  color: #5889E4;
  text-decoration: underline;
  cursor: pointer;
}

.file_menu_wrap {
  position: absolute;
  right: 0px;
  top: 1px;
}

.file_menu {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 180px;
  height: auto;
  background-color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  color: #0F123F;
  -webkit-box-shadow: 0 1px 12px rgba(15, 18, 63, 0.16);
          box-shadow: 0 1px 12px rgba(15, 18, 63, 0.16);
  z-index: 10;
}

.file_menu > p {
  cursor: pointer;
  padding: 8px 16px;
  color: #353535;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.file_menu > p:hover {
  background-color: #EBEBEB;
}

.file_menu > p img {
  margin-right: 8px;
}

.drop_info {
  width: 430px;
  height: auto;
  padding: 24px 32px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 12px rgba(15, 18, 63, 0.16);
          box-shadow: 0 1px 12px rgba(15, 18, 63, 0.16);
  background: #fff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drop_info > div {
  margin-left: 20px;
}

.drop_info > div .file_name {
  font-size: 1em;
  margin-left: 5px;
}

.drop_info > div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drop_info .drop_info_txt {
  font-size: 0.9em;
  color: #727272;
  margin-bottom: 12px;
}

tr#drop_target {
  border: 2px solid #EE786C;
}

/* === ユーザー側モーダル  =============== */
.modal_content.folder,
.modal_content.delete_folder,
.modal_content.delete_file {
  height: auto;
  padding: 28px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 12px rgba(15, 18, 63, 0.16);
          box-shadow: 0 1px 12px rgba(15, 18, 63, 0.16);
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2022;
  color: #0F123F;
  width: 400px;
}

.modal_content.delete_folder {
  width: 560px;
}

.modal.user .modal_content .filter_bt_wrap button {
  width: 114px;
  height: 33px;
  color: #353535;
  border-radius: 20px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.modal.user .modal_content .filter_bt_wrap button.run {
  color: #fff;
}

.modal.user .modal_content .filter_bt_wrap button.reset:hover {
  background-color: #F0F0F0;
}

.modal.user input {
  display: block;
  width: 100%;
  background-color: #F8F8F8;
  border: 1px solid #E4E3DC;
  color: #353535;
  font-size: 1em;
}

.modal.user .modal_bg {
  height: 100vh;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.modal.user .modal_content > h2 {
  margin-bottom: 12px;
  font-weight: 400;
}

.modal.user .modal_content .filter_bt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

/* === 送信 =============== */
.content_wrap {
  padding-top: 10px;
  width: 100vw;
  height: calc(100vh - 60px);
  background-color: #ffffff;
  background: #ffffff;
  background-image: linear-gradient(-45deg, #fff 25%, #FBF0EF 25%, #FBF0EF 50%, #fff 50%, #fff 75%, #FCF4F4 75%, #FCF4F4);
  background-image: -ms-linear-gradient(-45deg, #fff 25%, #FCF4F4 25%, #FCF4F4 50%, #fff 50%, #fff 75%, #FCF4F4 75%, #FCF4F4);
  -ms-background-size: 100% 100%;
  background-size: 100% 100%;
}

#download_box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  max-width: calc(100% - 900px);
  min-width: 470px;
  height: auto;
  padding-top: 12px;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 5px 40px rgba(20, 18, 29, 0.08);
          box-shadow: 0 5px 40px rgba(20, 18, 29, 0.08);
  z-index: 2;
}

#download_box .box_head {
  width: 100%;
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#download_box .box_head .file_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.file_wrap .file_image {
  width: 45px;
  height: 45px;
  background: #0F123F;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.file_wrap .file_image img {
  width: 25px;
  height: 25px;
}

.file_wrap .file_name {
  width: 80%;
  margin-left: 8px;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #0F123F;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.date_capacity {
  margin-top: 4px;
  font-size: 12px;
  color: #9CA0BE;
}

#deadline_area {
  width: 100%;
  text-align: right;
}

#deadline_area .dl_deadline {
  display: inline-block;
  font-size: 1em;
  color: #fff;
  background-color: #D89494;
  padding: 6px 4px 6px 12px;
  margin: 0 12px 12px auto;
  border-radius: 4px;
}

#pass_area {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#pass_area .password {
  font-size: 12px;
  color: #9CA0BE;
  padding: 0 10px 0 25px;
  margin: 0;
  width: 108px;
  text-align: right;
}

#pass_area .password_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#pass_area #validation {
  font-size: 12px;
  color: #CE0100;
  margin-left: 10px;
}

#pass_area input {
  background-color: #F8F8F8;
  border: 1px solid #E4E3DC;
  height: 30px;
  border-radius: 3px;
  padding: 0 8px;
}

#progressbar_area {
  width: 95%;
  border-top: 1px solid #E6E6E6;
  margin: 24px auto 2px;
  text-align: center;
}

#progressbar_area .dl_btn {
  color: #fff;
  background-color: #0F123F;
  padding: 7px 15px 5px;
  border-radius: 20px;
  margin: 22px;
  font-size: 1em;
  width: 140px;
  font-weight: 600;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

#progressbar_area .dl_btn:hover {
  -webkit-box-shadow: 0 3px 20px rgba(15, 18, 63, 0.2);
          box-shadow: 0 3px 20px rgba(15, 18, 63, 0.2);
}

#progressbar_area p {
  color: #5F6377;
  margin-bottom: 5px;
}

#progressbar {
  padding: 22px 0;
}

progress {
  display: block;
  margin: 2px auto;
  width: 90%;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: #F5F6FB;
  /* -moz- 用 */
  border-radius: 20px;
  height: 16px;
}

::-webkit-progress-bar {
  background-color: #F5F6FB;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  height: 16px;
}

/* バーの進捗率の表示を変える */
::-moz-progress-bar {
  background-color: #F5F6FB;
  border-radius: 20px;
  height: 16px;
}

::-webkit-progress-value {
  background-color: #CE0100;
  border-radius: 20px;
  height: 12px;
  margin-top: 1px;
  margin-left: 1px;
}

#banner_area {
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 100;
}

#banner_area.receive_banner {
  top: 20px;
  right: 20px;
}

#banner_area_sp {
  display: none;
}

#banner_area a {
  display: block;
}

#banner_area img {
  width: 250px;
  border-radius: 2px;
  margin-top: 5px;
  -webkit-box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-animation: animScale 3.5s ease-out;
          animation: animScale 3.5s ease-out;
}

#banner_area img:hover {
  -webkit-box-shadow: 0 12px 45px -9px rgba(0, 0, 0, 0.23);
          box-shadow: 0 12px 45px -9px rgba(0, 0, 0, 0.23);
}

#banner_area p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
  font-weight: bold;
}

.fc_small_btn_open {
  position: absolute;
  bottom: 44px;
  right: 10px;
  width: 180px;
  height: 90px;
  cursor: pointer;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 50px;
  z-index: 4;
}

footer p {
  color: #0F123F;
  font-size: 0.9em;
  text-align: center;
  margin-top: 15px;
}

#error_content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 37%;
  padding: 30px 40px 27px;
  border: 1px solid #343951;
  border-radius: 2px;
}

#error_content p {
  text-align: center;
  color: #343951;
  font-size: 16px;
  line-height: 1.5em;
}

@media only screen and (max-width: 900px) {
  header.send {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #download_box {
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
    width: 90vw;
    max-width: initial;
    min-width: initial;
    margin: 13vh auto 40px;
  }

  .file_name {
    max-width: 56vw;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #deadline_area {
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .dl_deadline {
    position: relative;
    padding: 6px 12px 4px 13px;
    border-radius: 5px;
    display: block;
    margin-bottom: 0;
  }

  #download_box .box_head .file_wrap {
    margin-top: 0;
  }

  #pass_area {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }

  #pass_area .password {
    margin-top: 8px;
  }

  #pass_area .password_input {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #pass_area #validation {
    margin-top: 8px;
  }

  .fc_small_btn_open {
    width: 150px;
    height: 75px;
    bottom: 60px;
  }

  #banner_area {
    display: none;
  }

  #banner_area_sp {
    display: block;
    position: initial;
    padding-bottom: 120px;
  }

  #banner_area_sp.receive_banner {
    display: block;
    position: initial;
    padding-top: 29px;
    width: 90vw;
    margin: auto;
  }

  #error_content {
    position: relative;
    width: 94vw;
    display: block;
    top: initial;
    left: initial;
    margin-right: initial;
    -webkit-transform: initial;
            transform: initial;
    margin: 30vh auto 60px;
  }

  footer {
    position: absolute;
    width: 100vw;
    height: 40px;
    bottom: 0;
  }

  footer p {
    color: #0F123F;
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
  }

  #message {
    display: none;
  }

  .sp-slides-container {
    z-index: 100;
  }

  .sp-slide img {
    width: 100%;
    padding: 0 8px;
  }

  .sp-grab {
    width: 100% !important;
    height: 155px !important;
  }

  .client_image {
    display: none;
  }
}
/******* メニュー省略 ********/
.menu_resize #content {
  margin-left: 80px;
  padding-top: 30px;
}

.menu_resize .g_menu_wrap {
  width: 80px;
}

.menu_resize .g_menu_wrap .g_menu_list > li a {
  width: inherit;
  color: #BBC1CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px;
  border-radius: 8px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

.menu_resize .g_menu_wrap .g_menu_list > li a span {
  display: none;
}

.menu_resize .g_menu_wrap .g_menu_list > li a svg {
  margin-right: 0;
}

/******* ドライブポップアップ ********/
.modal.drive .modal_bg {
  height: 100vh;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.modal.drive .modal_button {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 40px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal.drive .modal_button:hover {
  background: rgba(0, 0, 0, 0.7);
}

.modal.drive .modal_download {
  position: absolute;
  top: 14px;
  right: 80px;
}

.modal.drive .modal_download img {
  width: 17px;
  height: auto;
}

.modal.drive .modal_close {
  position: absolute;
  top: 14px;
  right: 30px;
}

.modal.drive .modal_close img {
  width: 14px;
  height: auto;
}

.modal_image_title {
  position: absolute;
  top: 20px;
  left: 40px;
  font-size: 1.25em;
}

.modal_content.drive {
  width: auto;
  height: auto;
  max-height: 80vh;
  max-width: 80vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2022;
  text-align: center;
}

.modal_content.drive:not(.no_content) img {
  width: auto;
  height: auto;
  max-width: 80vw;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal_content.drive iframe {
  width: 80vw;
  height: 80vh;
  max-width: 80vw;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal_content.drive.no_content {
  background: rgba(0, 0, 0, 0.3);
  padding: 50px;
  height: 200px;
}

.modal_content.drive.no_content button {
  padding: 8px 16px;
  width: 190px;
  height: 40px;
  border-radius: 6px;
  background-color: #EE786C;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin: 30px auto;
}

.modal_content.drive.no_content button img {
  margin-right: 33px;
}

.loader {
  margin: 0 auto;
  font-size: 8px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.file_update.modal {
  /* display: block; */
}

.file_update.modal .modal_content .filter_bt_wrap button {
  width: 155px;
}

/******* ユーザー編集 ********/
.slash {
  margin: 0 12px;
}

.capacity_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box.create_edit .input_wrap .select_wrap select.capacity_unit {
  width: 80px;
}

.capacity_wrap input[type=text] {
  margin-bottom: 0;
  margin: 0 8px 0 0;
  width: 80px;
  -moz-appearance: textfield;
  text-align: right;
}

input[type=number] {
  margin-bottom: 0;
  margin: 0 8px 0 0;
  width: 80px;
  -moz-appearance: textfield;
  text-align: right;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input_wrap textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  height: auto;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 0.9em;
  background-color: #FAFAFA;
  border: 1px solid #D3D8DD;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #0F123F;
}

/********** register */
#register_content_left {
  width: 33vw;
  height: 100vh;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 7px 30px rgba(0, 0, 0, 0.05);
  display: inline;
}

#register_content {
  width: auto;
  padding: 120px;
  height: 100vh;
  overflow: auto;
  display: inline;
}

.register_txt {
  font-size: 14px;
  color: #7C7C7C;
}

.register_txt span {
  font-size: 22px;
  color: #0F123F;
  font-weight: 700;
}

#sec_pw {
  position: relative;
  background-image: url("../image/bgc_input-pw.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
}

@media (max-width: 768px) {
  #sec_pw {
    background-image: url("../image/bgc_input-pw_sp.svg");
    min-height: 640px;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  #sec_pw .logo {
    width: 96px;
  }
}
#sec_pw .bg {
  pointer-events: none;
  position: absolute;
  background-image: url("../image/bg_input-pw.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  width: 100vw;
  height: 100%;
}

@media (max-width: 768px) {
  #sec_pw .bg {
    background: none;
    z-index: -1;
  }

  #sec_pw .bg img {
    width: 100%;
  }
}
#sec_pw .inner {
  width: 1104px;
  margin: 0 auto;
  padding-top: 8%;
}

@media (max-width: 768px) {
  #sec_pw .inner {
    width: calc(311 / 375 * 100%);
    margin: 0 auto;
    padding-top: 16px;
  }
}
#sec_pw p {
  color: #fff;
}

#sec_pw .p01 {
  font-size: 37px;
  font-weight: bold;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1.2;
}

@media (max-width: 768px) {
  #sec_pw .p01 {
    font-size: 24px;
    margin-top: 38px;
  }
}
#sec_pw .p02 {
  font-size: 20px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  #sec_pw .p02 {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
#sec_pw .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
}

@media (max-width: 768px) {
  #sec_pw .input-wrap {
    display: block;
    position: absolute;
    width: 82.5%;
    margin-top: 8px;
  }
}
#sec_pw .input-wrap .password {
  width: 296px;
  height: 48px;
  font-size: 16px;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
}

@media (max-width: 768px) {
  #sec_pw .input-wrap .password {
    width: 100%;
    height: 44px;
  }
}
#sec_pw .input-wrap .submit {
  width: 120px;
  height: 48px;
  font-size: 16px;
  color: #fff;
  background-color: #15B798;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  margin-left: 10px;
}

@media (max-width: 768px) {
  #sec_pw .input-wrap .submit {
    width: 100%;
    height: 44px;
    margin: 8px 0 0;
  }
}
#sec_pw .error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 426px;
  height: 48px;
  margin-top: 8px;
  background-color: #fff;
  color: #EE786C;
  border: 2px solid #EE786C;
}

@media (max-width: 768px) {
  #sec_pw .error {
    width: 100%;
    height: 36px;
  }
}
#sec_pw .btm {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 28px;
  text-align: center;
}

@media (max-width: 768px) {
  #sec_pw .btm {
    width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
    bottom: 8px;
  }

  #sec_pw .copy {
    font-size: 10px;
  }
}
@media (min-width: 769px) {
  header.receive .hamburger-menu {
    display: none;
  }
}
@media (max-width: 768px) {
  .search_wrap > img {
    top: 5px;
  }

  header.receive {
    position: relative;
    width: 100%;
    height: 124px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 0;
    padding: 16px 32px;
  }
  header.receive .hamburger-menu {
    position: absolute;
    top: 23px;
    left: 32px;
  }
  header.receive img.client_logo {
    max-width: 252px;
    margin: 0;
  }
  header.receive .search_wrap {
    width: 100%;
  }
  header.receive .search_wrap input {
    width: 100%;
    height: 44px;
    font-size: 14px;
    border-radius: 2px;
  }

  .file_menu_wrap {
    position: static;
  }

  #receive_user {
    height: calc(100vh - 124px);
  }
  #receive_user > .receive_info {
    position: fixed;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: calc(295 / 375 * 100%);
    height: 100vh;
    top: 0;
    z-index: 9999;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #receive_user > .receive_info.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #receive_user > .receive_list {
    width: 100%;
    height: initial;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  #receive_user > .receive_list ul {
    width: 100%;
    max-width: initial;
  }
  #receive_user > .receive_list ul li.arrow {
    padding: 0 1px;
  }
  #receive_user > .receive_list ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #receive_user > .receive_list .header {
    position: relative;
    min-height: initial;
  }
  #receive_user > .receive_list .header > ul > li {
    display: inline-block;
    font-size: 14px;
  }
  #receive_user > .receive_list .header .button_create {
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 1;
  }
  #receive_user > .receive_list .header .bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  #receive_user > .receive_list .header .button_wrap {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #fff;
    height: 163px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    z-index: 999;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #receive_user > .receive_list .header .button_wrap.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #receive_user > .receive_list .header .button_wrap .button_wrap_title {
    position: absolute;
    top: 15px;
  }
  #receive_user > .receive_list .header .button_wrap button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #B9B9B8;
    width: 56px;
    height: 56px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
  }
  #receive_user > .receive_list .header .button_wrap button img {
    margin: 0;
  }
  #receive_user > .receive_list .header .button_wrap button span {
    position: absolute;
    bottom: -20px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    color: #5F6377;
    font-size: 12px;
  }
  #receive_user > .receive_list .header_wrap {
    position: initial;
    width: 100%;
    padding: 16px 32px;
    min-width: initial;
  }
  #receive_user .receive_table {
    padding: 0 0 100px 0;
    height: initial;
  }
  #receive_user .receive_table > table {
    min-width: initial !important;
    overflow: hidden;
    table-layout: initial;
  }
  #receive_user .receive_table > table thead {
    display: none;
  }
  #receive_user .receive_table > table tbody {
    border-top: 1px solid #E4E3DC;
  }
  #receive_user .receive_table > table .file_menu {
    position: fixed;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: calc(295 / 375 * 100%);
    height: 100vh;
    top: 0;
    right: 0;
    padding: 16px 0;
    left: initial;
    z-index: 9999;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block !important;
  }
  #receive_user .receive_table > table .file_menu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #receive_user .receive_table > table .file_menu p {
    margin-top: 21px;
    padding: 0 32px;
  }
  #receive_user .receive_table > table .file_menu .ttl {
    margin: 0;
    font-size: 13px;
    color: #5F6377;
  }
  #receive_user .receive_table > table .file_menu .dtl {
    font-size: 14px;
    color: #0F123F;
    margin-top: 8px;
  }
  #receive_user .receive_table > table .file_menu .dtl + .ttl {
    margin-top: 24px;
  }
  #receive_user .receive_table > table .file_menu hr {
    margin: 24px 0;
    border-color: #E4E3DC;
  }
  #receive_user .receive_table > table tr > td:nth-child(n+3) {
    display: none;
  }
  #receive_user .receive_table > table tr > td.receive_file_name {
    width: 100%;
    padding: 0 0 0 32px;
  }
  #receive_user .receive_table > table tr > td.file_menu_cell {
    padding-right: 32px;
  }
  #receive_user .receive_table > table tr > td img.three_period {
    position: static;
  }

  .drop_info {
    display: none;
  }

  .modal.user .modal_content.folder,
.modal.user .modal_content.delete_folder,
.modal.user .modal_content.delete_file {
    width: 90%;
    padding: 24px;
    border-radius: 10px;
  }
  .modal.user .modal_content.folder .drive_dialog_validation_txt,
.modal.user .modal_content.delete_folder .drive_dialog_validation_txt,
.modal.user .modal_content.delete_file .drive_dialog_validation_txt {
    margin: 16px 0;
    border-radius: 4px;
  }
  .modal.user .modal_content.folder input,
.modal.user .modal_content.delete_folder input,
.modal.user .modal_content.delete_file input {
    height: 44px;
  }
  .modal.user .modal_content.folder .filter_bt_wrap,
.modal.user .modal_content.delete_folder .filter_bt_wrap,
.modal.user .modal_content.delete_file .filter_bt_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 16px;
  }
  .modal.user .modal_content.folder .filter_bt_wrap button,
.modal.user .modal_content.delete_folder .filter_bt_wrap button,
.modal.user .modal_content.delete_file .filter_bt_wrap button {
    width: 100%;
    height: 44px;
    margin: 0;
    border-radius: 22px;
  }
  .modal.user .modal_content.folder .filter_bt_wrap button.reset,
.modal.user .modal_content.delete_folder .filter_bt_wrap button.reset,
.modal.user .modal_content.delete_file .filter_bt_wrap button.reset {
    border: 0.5px solid #B9B9B8;
  }
  .modal.user .modal_content.folder .filter_bt_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/********** filter box **********/
.history .box.filter input {
  width: 100%;
}

.history .input_wrap_txt_box {
  width: calc(60% - 115px);
  position: relative;
}

.history .input_wrap_txt_box > img {
  position: absolute;
  right: 5px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 8px;
  cursor: pointer;
}

.history .input_wrap_txt_box > img:hover {
  background-color: #E9EBEF;
  border-radius: 30px;
  cursor: pointer;
}

.history .box.filter .filter_bt_wrap {
  margin: 0px;
  bottom: 0px;
}

.history .box.filter label {
  min-width: 80px;
}

.history .box.filter .input_wrap_filter_list {
  width: calc(100% - 115px);
  /* position: relative;   */
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-x: auto;
  white-space: nowrap
}

.history .box.filter .input_wrap_filter_list .input_wrap_filter_box{
  padding: 6px 6px 6px 12px;
  border-radius: 4px;
  font-size: 0.9em;
  background-color: #FAFAFA;
  border: 1px solid #D3D8DD;
  display: inline-block; 
  position: relative;
  margin-right: 12px;
}
.history .box.filter .input_wrap_filter_list .input_wrap_filter_box label {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0px;
  color: #0F123F;
}

.history .box.filter .input_wrap_filter_list .input_wrap_filter_box .input_wrap_filter_box_flex {
  display: flex;
}

.history .box.filter .input_wrap_filter_list .input_wrap_filter_box .input_wrap_filter_box_flex img{
  cursor: pointer;
}

.history .box.filter .input_wrap_filter_list .filter_list_scroll_right {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  border: 1px solid #D3D8DD;
  z-index: 10;
  right: 0px;
  background: white;
  top: 50%;
  transform: translate(0%, -50%);
}

.history .box.filter .input_wrap_filter_list .filter_list_scroll_right:hover {
  background: #FAFAFA;
}
.history .box.filter .input_wrap_filter_list .filter_list_scroll_right img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 40%; */
}

.history > .data_list_wrap > .table {
  height: calc(100vh - 378px);
}

.history .label-red {
  color: red;
}

.history table > tbody > tr > td.label-history {
  width: 200px;
  padding-right: 40px;
}

.history table > tbody > tr > td.label-history .label-history-expand {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 10;
  right: 0px;
  background: white;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
}

.history table > tbody > tr > td.label-history .label-history-expand img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 40%; */
}

.history table > tbody > tr > td.label-history .label-history-expand:hover {
  background: #E9EBEF;
}

#history_modal .modal_content {
  width: 650px;
}

#history_modal .modal_content h2 {
  margin-bottom: 27px;
}

#history_modal .modal_content .modal-input-row.username input {
  width: 55%;
}
#history_modal .modal-input-area .modal-input-row{
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  margin-bottom: 20px;
}
#history_modal .modal-input-area .modal-input-row label {
  width: 15%;
}
#history_modal .modal-input-area .modal-input-row.expiration-datetime .date, 
#history_modal .modal-input-area .modal-input-row.expiration-datetime .time {
  position: relative;
}

#history_modal .modal-input-area .modal-input-row.expiration-datetime .date select {
  width: 125px;
  margin-right: 15px;
  background-color: transparent;
  border: 1px solid #393F5D;
  color: #fff;
  position: relative;
}

#history_modal .modal-input-area .modal-input-row.expiration-datetime .date .arrow,
#history_modal .modal-input-area .modal-input-row.expiration-datetime .time .arrow {
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  content: "";
  transform: rotate(45deg) translate(0, -100%);
  -webkit-transform: rotate(45deg) translate(0, -100%);
  top: 50%;
  right: 30px;
}

#history_modal .modal-input-area .modal-input-row.expiration-datetime .time select {
  width: 85px;
  background-color: transparent;
  border: 1px solid #393F5D;
  color: #fff;
  margin-right: 10px;
}

#history_modal .modal-input-area .modal-input-row.expiration-datetime .time select option{
  /* color: #ff0000; */
}

#history_modal .error-msg {
  background-color: #fff;
  border-radius: 10px;
  color: #EE786C;
  padding: 20px 25px;
}
.history .data_list_wrap .tb_date_column {
  padding: 12px 15px 12px 38px;
}
.history .data_list_wrap .footer {
  display: flex;
}
.history .data_list_wrap .footer .page-total {
  width: auto;
  height: 60px;
  margin-top: 40px;
  font-size: 0.9em;
  color: #8E91A2;
}
.history .data_list_wrap .label-history-td-inner-wrap {
  /* white-space: inherit !important; */
  text-wrap: initial;
  -webkit-line-clamp: 7 !important;
}

.history .data_list_wrap .label-history-td-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.history .data_list_wrap .label-history-td-inner-vertical {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#history_modal .history_modal-close {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  margin-right: 15px;
}

#history_modal .modal-input-area .modal-input-row.expiration-datetime .from-datetime {
  display: flex;
  flex-direction: row;
  width: 85%;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

#history_modal .modal-input-area .modal-input-row.expiration-datetime .from-datetime .ico-to {
  margin-right: 10px;
}

/* Adjust histoy page */
.box.filter .filter_bt_wrap button.reset {
  position: relative;
}
.box.filter .filter_bt_wrap button.reset img {
  margin: 0;
  margin-left: 5px;
  position: absolute;
  top: 51%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}