@charset "UTF-8";
/*
File: style.css
Theme Author: Genova Design
Author URL: https://genova.co.jp/
Description: qacbox
*/
/*-----------------------------------------------------------
■ General
-----------------------------------------------------------*/
/*--------------------------------------
	import & vars
--------------------------------------*/
/*--------------------------------------
	reset
--------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/*--------------------------------------
	html
--------------------------------------*/
body {
  position: relative;
  padding-top: 48px;
  -webkit-text-size-adjust: 100%;
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  color: #20282E;
  background: #ECF1F5; }

main {
  min-height: calc(100vh - 100px); }

a {
  text-decoration: none;
  vertical-align: middle;
  color: inherit; }

a.link {
  font-weight: bold;
  text-decoration: underline;
  color: #0092C4; }

a[href^="tel:"] {
  pointer-events: none;
  cursor: text; }

a:focus, button:focus, *:focus {
  outline: none; }

a:hover {
  color: inherit;
  text-decoration: none; }

a:hover img {
  opacity: 0.8; }

:any-link {
  color: inherit; }

img {
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

p {
  margin-bottom: 20px; }

p:last-child {
  margin-bottom: 0; }

table {
  width: 100%; }

strong {
  font-weight: bold; }

@media screen and (max-width: 767px) {
  main {
    min-height: calc(100vh - 90px); }

  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer; }

  .auto_height {
    height: auto !important; } }
.pc {
  display: block !important; }

.sp {
  display: none !important; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/*--------------------------------------
	button
--------------------------------------*/
.primary-button, .secondary-button, .primary-round-button, .danger-round-button, .caption-block_main-button, .caption-block_action-button, .text-button, .history-button {
  width: 100%;
  line-height: initial;
  text-align: center;
  cursor: pointer;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .primary-button a, .secondary-button a, .primary-round-button a, .danger-round-button a, .caption-block_main-button a, .caption-block_action-button a, .text-button a, .history-button a, .primary-button button, .secondary-button button, .primary-round-button button, .danger-round-button button, .caption-block_main-button button, .caption-block_action-button button, .text-button button, .history-button button, .primary-button input, .secondary-button input, .primary-round-button input, .danger-round-button input, .caption-block_main-button input, .caption-block_action-button input, .text-button input, .history-button input {
    display: block;
    width: 100%;
    margin: auto;
    border: 0px;
    text-align: center;
    background: none;
    cursor: pointer; }
  .primary-button:hover, .secondary-button:hover, .primary-round-button:hover, .danger-round-button:hover, .caption-block_main-button:hover, .caption-block_action-button:hover, .text-button:hover, .history-button:hover {
    opacity: 0.8; }
  .primary-button.wrap, .secondary-button.wrap, .primary-round-button.wrap, .danger-round-button.wrap, .caption-block_main-button.wrap, .caption-block_action-button.wrap, .text-button.wrap, .history-button.wrap {
    white-space: normal; }

.primary-button {
  border-radius: 3px;
  background: #41A797; }
  .primary-button.disabled {
    background: #828C93; }
  .primary-button a, .primary-button button, .primary-button input {
    padding: 13px 0;
    font-size: 16px;
    color: #ffffff; }
    .primary-button.disabled a, .primary-button.disabled button, .primary-button.disabled input {
      color: #808080; }
  .primary-button.download {
    font-weight: bold; }
    .primary-button.download button::before, .primary-button.download a::before, .primary-button.download input::before {
      content: "";
      position: relative;
      bottom: -2px;
      left: -6px;
      display: inline-block;
      width: 12px;
      height: 16px;
      background: url(../images/icons/ico_download_white.svg) no-repeat top center;
      background-size: cover; }

.secondary-button {
  border-radius: 3px;
  background: #828C93; }
  .secondary-button a, .secondary-button button, .secondary-button input {
    padding: 13px 0;
    font-size: 16px;
    color: #ffffff; }
  .secondary-button.cancel button::before {
    content: "";
    position: relative;
    bottom: 0px;
    left: -6px;
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url(../images/icons/ico_back.svg) no-repeat top center;
    background-size: cover; }

.primary-round-button {
  max-width: 90px;
  border: 1px solid #41A797;
  border-radius: 25px;
  background: #41A797; }
  .primary-round-button a, .primary-round-button button, .primary-round-button input {
    padding: 2px 0;
    font-size: 14px;
    color: #ffffff; }
  .primary-round-button.revert {
    background: #ffffff; }
    .primary-round-button.revert a, .primary-round-button.revert button, .primary-round-button.revert input {
      color: #41A797; }

.danger-round-button {
  max-width: 90px;
  border: 1px solid #E35454;
  border-radius: 25px;
  background: #E35454; }
  .danger-round-button a, .danger-round-button button, .danger-round-button input {
    padding: 2px 0;
    font-size: 14px;
    color: #ffffff; }
  .danger-round-button.revert {
    background: #ffffff; }
    .danger-round-button.revert a, .danger-round-button.revert button {
      color: #E35454; }

.primary-round-button.big,
.danger-round-button.big {
  max-width: 158px; }
  .primary-round-button.big a, .primary-round-button.big button,
  .danger-round-button.big a,
  .danger-round-button.big button {
    font-size: 15px; }
.primary-round-button.bigger,
.danger-round-button.bigger {
  max-width: 175px;
  margin-left: 10px; }
  .primary-round-button.bigger a, .primary-round-button.bigger button,
  .danger-round-button.bigger a,
  .danger-round-button.bigger button {
    padding: 3px 0;
    font-size: 15px; }

.caption-block_main-button {
  max-width: 280px;
  width: auto;
  border: 1px solid #CDF0E9;
  border-radius: 25px;
  background: #CDF0E9; }
  .caption-block_main-button a, .caption-block_main-button button {
    padding: 6px 20px;
    font-size: 14px;
    white-space: nowrap; }
    .caption-block_main-button a::after, .caption-block_main-button button::after {
      content: "";
      position: relative;
      bottom: -1.5px;
      display: inline-block;
      width: 13px;
      height: 13px;
      margin-left: 5px;
      background: url(../images/icons/ico_pen_green.svg) no-repeat top center;
      background-size: cover; }

.caption-block_action-button {
  max-width: 160px;
  width: auto;
  border: 1px solid #FFF;
  border-radius: 25px;
  background: #CDF0E9; }
  .caption-block_action-button a, .caption-block_action-button button {
    padding: 6px 19px;
    font-size: 14px;
    font-weight: bold;
    white-space: normal; }
    .caption-block_action-button a::before, .caption-block_action-button button::before {
      content: "";
      position: relative;
      bottom: -1.5px;
      display: inline-block;
      width: 13px;
      height: 13px;
      margin-right: 5px;
      background: url(../images/icons/ico_pen_green.svg) no-repeat top center;
      background-size: cover; }
  .caption-block_action-button.white {
    background: #FFF; }
    .caption-block_action-button.white a::before, .caption-block_action-button.white button::before {
      bottom: -1.5px;
      width: 14px;
      height: 11px;
      margin-right: 5px;
      background: url(../images/icons/ico_comp.svg) no-repeat top center;
      background-size: cover; }
  .caption-block_action-button.danger {
    background: #E35454; }
    .caption-block_action-button.danger a, .caption-block_action-button.danger button {
      color: #FFF; }
      .caption-block_action-button.danger a::before, .caption-block_action-button.danger button::before {
        bottom: -2.5px;
        width: 12px;
        height: 14px;
        margin-right: 5px;
        background: url(../images/icons/ico_trash_white.svg) no-repeat top center;
        background-size: cover; }

.text-button {
  max-width: 320px;
  border-radius: 3px;
  background: #41A797; }
  .text-button.disabled {
    background: #828C93; }
  .text-button a, .text-button button, .text-button input {
    padding: 5px;
    font-size: 16px;
    color: #ffffff; }
    .text-button.disabled button {
      color: #808080; }
  .text-button .button_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    .text-button .button_inner > span:nth-child(1) {
      padding: 0 15px;
      border-right: 1px solid #ffffff;
      font-weight: bold;
      white-space: nowrap; }
      .text-button.disabled .button_inner > span:nth-child(1) {
        border-right: 1px solid #808080; }
    .text-button .button_inner > span:nth-child(2) {
      padding: 0 5px 0 10px;
      text-align: left;
      font-size: 14px; }
  .text-button.big {
    max-width: 380px; }
    .text-button.big .button_inner > span:nth-child(1) {
      padding: 0 10px; }
    .text-button.big.en {
      max-width: 570px; }

.history-button {
  max-width: 48px;
  border-radius: 3px;
  background: #828C93; }
  .history-button a, .history-button button, .history-button input {
    padding: 1.5px 0;
    font-size: 14px;
    color: #ffffff; }

.search-bubble {
  position: relative;
  z-index: 1; }
  .search-bubble > input {
    width: 30px;
    height: 30px;
    padding: 0 0px 0 10px;
    border: 1px solid #41A797;
    border-radius: 30px;
    -webkit-appearance: none;
    background: url(../images/icons/ico_search.svg) no-repeat right #ffffff;
    background-position-x: calc(100% - 9px);
    background-size: 14px 14px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .search-bubble > input[type="search"]::-webkit-search-decoration,
  .search-bubble > input[type="search"]::-webkit-search-cancel-button,
  .search-bubble > input[type="search"]::-webkit-search-results-button,
  .search-bubble > input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; }
  .search-bubble > a {
    position: absolute;
    top: 0;
    right: -1px;
    display: block;
    width: 29px;
    height: 29px;
    border: 1px solid #41A797;
    border-radius: 50%;
    box-sizing: content-box;
    background: url(../images/icons/ico_search.svg) no-repeat right #ffffff;
    background-position-x: calc(100% - 8px);
    background-size: 14px 14px;
    z-index: 2; }
  .search-bubble:hover > input {
    width: 200px; }
  .search-bubble:hover > a {
    z-index: -1; }
  .search-bubble > input:focus {
    width: 200px; }
    .search-bubble > input:focus + a {
      z-index: -1; }

@media screen and (max-width: 767px) {
  .primary-round-button,
  .danger-round-button {
    max-width: 140px; }
    .primary-round-button a, .primary-round-button button,
    .danger-round-button a,
    .danger-round-button button {
      padding: 5px 0;
      font-size: 17px; }

  .text-button a, .text-button button, .text-button input {
    padding: 7px 5px;
    font-size: 14px; }
  .text-button .button_inner > span:nth-child(2) {
    font-size: 12px; }

  .search-bubble > input {
    width: 100%;
    max-width: 150px; }
  .search-bubble > a {
    display: none; }
  .search-bubble:hover > input {
    width: 100%; } }
/*--------------------------------------
	input textarea select checkbox radio
--------------------------------------*/
button,
select,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

input.input[type=text],
input.input[type=search],
input.input[type=password],
input.input[type=number],
input.input[type=email] {
  width: calc(100% - 20px);
  height: 48px;
  padding: 0 10px 0 10px;
  border: 1px solid #B5B9BC;
  border-radius: 3px;
  background: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  input.input[type=text]:focus,
  input.input[type=search]:focus,
  input.input[type=password]:focus,
  input.input[type=number]:focus,
  input.input[type=email]:focus {
    border: 1px solid #09806D;
    box-shadow: 0px 3px 6px #09806D2B; }

.textarea {
  width: calc(100% - 10px);
  min-height: 30px;
  padding: 5px;
  border: 1px solid #B5B9BC;
  resize: vertical; }

.select {
  width: 100%;
  height: 40px;
  padding: 5px 25px 5px 10px;
  border: 1px solid #B5B9BC;
  border-radius: 3px;
  line-height: initial;
  background: url(../images/icons/ico_arrow_green.svg) no-repeat right #ffffff;
  background-position-x: calc(100% - 10px);
  background-size: 13px 10px;
  -webkit-appearance: none; }

/* checkbox */
input[type=checkbox] {
  display: none; }

input[type=checkbox] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0px 0px 0px 30px;
  position: relative;
  width: auto; }

input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 2px;
  top: calc(50% - 10px);
  display: block;
  height: 20px;
  width: 20px;
  background: url(../images/icons/ico_check_off.svg) no-repeat;
  background-position: center;
  background-size: cover; }

input[type=checkbox]:checked + label::before {
  background: url(../images/icons/ico_check_on.svg) no-repeat;
  background-position: center;
  background-size: cover; }

/* radio */
input[type=radio] {
  display: none; }

input[type=radio] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0px 0px 0 30px;
  position: relative;
  width: auto; }

input[type=radio] + label::before {
  background: #fff;
  border: 1px solid #BCD3D8;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 16px; }

input[type=radio] + label::after {
  background: #41A797;
  border-radius: 50%;
  content: '';
  display: block;
  height: 12px;
  left: 8px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 12px; }

input[type=radio]:checked + label::after {
  opacity: 1; }

/* select 2 */
.select + .select2 .select2-selection__rendered {
  line-height: 40px !important; }
.select + .select2 .select2-selection {
  height: 40px !important; }
.select + .select2 .select2-selection--single .select2-selection__arrow b {
  border-color: #41A797 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 6.5px 0 6.5px;
  margin-left: -15px;
  margin-top: 1px; }

/* custom file */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 4px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 4px);
  margin: 0;
  opacity: 0; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 4px);
  padding: .375rem .75rem;
  border: 1px solid #B5B9BC;
  border-radius: .25rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #fff; }

.custom-control-label::before, .custom-file-label, .custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.custom-file-input:focus ~ .custom-file-label {
  border: 1px solid #09806D;
  box-shadow: 0px 3px 6px #09806D2B; }

.custom-file-label::after {
  content: "Browse";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.8;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
  box-sizing: border-box;
  color: #ffffff;
  background-color: #828c93;
  z-index: 3; }

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

/*--------------------------------------
	other
--------------------------------------*/
.main-content {
  padding: 25px 40px 10px 40px; }

@media screen and (max-width: 767px) {
  .main-content {
    padding: 20px 20px 10px 20px; } }
/*-----------------------------------------------------------
■ Header & Footer
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  color: #ffffff;
  background: #0D4D43;
  z-index: 2; }

.header_container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 11px 25px 11px 15px; }

/*--------------------------------------
	header left
--------------------------------------*/
.header_left {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center; }
  .header_left .header_logo {
    max-width: 63px; }
  .header_left .header_title {
    margin-left: 15px;
    font-size: 16px; }
    .header_left .header_title h2 {
      margin-bottom: 0px;
      font-size: 16px; }

@media screen and (max-width: 767px) {
  .header_left .header_title {
    display: none; } }
/*--------------------------------------
	header right
--------------------------------------*/
.header_right {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  /*--------------------------------------
  	menu
  --------------------------------------*/
  /*--------------------------------------
  	news-alert
  --------------------------------------*/ }
  .header_right .header_menu {
    position: relative; }
    .header_right .header_menu .header_menu_pulldown, .header_right .header_menu > a {
      font-size: 14px;
      color: #99DDD0; }
    .header_right .header_menu .header_menu_pulldown {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-align-items: center;
      align-items: center; }
      .header_right .header_menu .header_menu_pulldown > span {
        display: block; }
      .header_right .header_menu .header_menu_pulldown > span:nth-child(2) {
        margin-left: 6px;
        font-size: 10px; }
    .header_right .header_menu > a + > a {
      padding-left: 10px; }
    .header_right .header_menu > ul {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 30px;
      right: 0;
      width: 220px;
      padding: 5px 0;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 3px;
      overflow: hidden;
      background: #fff;
      -webkit-transition: visibility 0s linear 0.1s, opacity 0.1s linear;
      transition: visibility 0s linear 0.1s, opacity 0.1s linear;
      z-index: 2; }
    .header_right .header_menu:hover .header_menu_pulldown, .header_right .header_menu:hover > a {
      color: #c2e4de; }
    .header_right .header_menu:hover > ul {
      visibility: visible;
      opacity: 1;
      -moz-transition-delay: 0s;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      -moz-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .header_right .header_menu:hover::after {
      content: "";
      position: absolute;
      bottom: -25px;
      left: -25px;
      width: 140px;
      height: 30px; }
    .header_right .header_menu > ul > li {
      color: #20282E; }
    .header_right .header_menu > ul > li > a {
      display: block;
      padding: 5px 15px;
      font-size: 16px;
      transition: all 0.3s; }
  .header_right .news-alert {
    position: relative;
    margin-right: 45px; }
    .header_right .news-alert button {
      position: relative;
      width: 17px;
      height: 19px;
      margin-top: 3px;
      border: 0px;
      background: url("../images/icons/ico_bell.svg") no-repeat;
      background-size: contain;
      background-position: center right; }
    .header_right .news-alert .news-alert_box {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 30px;
      left: -130px;
      width: 305px;
      max-height: 350px;
      overflow-y: scroll;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 5px;
      color: #20282E;
      background: white;
      z-index: 3;
      -webkit-transition: visibility 0s linear 0.1s, opacity 0.1s linear;
      transition: visibility 0s linear 0.1s, opacity 0.1s linear; }
      .header_right .news-alert .news-alert_box h3 {
        padding: 15px 15px 10px 15px;
        border-bottom: 1px solid #99DDD0;
        font-size: 16px;
        font-weight: bold; }
      .header_right .news-alert .news-alert_box ul {
        padding: 10px 15px 15px 15px; }
        .header_right .news-alert .news-alert_box ul > li p {
          margin-bottom: 0px; }
        .header_right .news-alert .news-alert_box ul > li time {
          font-size: 10px;
          color: #828C93; }
        .header_right .news-alert .news-alert_box ul > li + li {
          margin-top: 10px;
          padding-top: 10px;
          border-top: 1px solid #99DDD0; }
    .header_right .news-alert.active button::before {
      content: "";
      position: absolute;
      top: -1px;
      right: -3px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #E35454;
      z-index: 3; }
    .header_right .news-alert.active button::after {
      content: "";
      position: absolute;
      top: -2px;
      right: -4px;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #0D4D43;
      z-index: 2; }
    .header_right .news-alert:hover .news-alert_box {
      visibility: visible;
      opacity: 1;
      -moz-transition-delay: 0s;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      -moz-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .header_right .news-alert:hover::after {
      content: "";
      position: absolute;
      bottom: -35px;
      left: -55px;
      width: 140px;
      height: 40px; }

@media screen and (max-width: 767px) {
  .header_right {
    /*--------------------------------------
    	icons
    --------------------------------------*/ }
    .header_right .news-alert {
      margin-right: 20px; }
      .header_right .news-alert .news-alert_box {
        width: 295px;
        left: -135px; } }
@media screen and (max-width: 375px) {
  .header_right {
    /*--------------------------------------
    	menu
    --------------------------------------*/ }
    .header_right .header_menu .header_menu_pulldown > .header_menu_user-name, .header_right .header_menu > a > .header_menu_user-name {
      max-width: 150px;
      overflow: hidden;
      white-space: nowrap; } }
/*--------------------------------------
	footer
--------------------------------------*/
footer .copyright {
  margin-left: auto; }
  footer .copyright p {
    font-size: 10px; }
footer .footer_menu > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 20px; }
footer .footer_menu > ul > li + li {
  margin-left: 20px; }
footer .footer_menu > ul > li > a {
  text-decoration: underline;
  color: #09806D; }

.footer_container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 10px 22px 5px; }

footer.with-menu {
  background: #DCE4EA; }
  footer.with-menu .footer_container {
    padding: 14px 10px 14px 5px; }

@media screen and (max-width: 767px) {
  footer .footer_menu > ul {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-bottom: 15px; }
  footer .footer_menu > ul > li + li {
    margin-left: 10px; }

  footer.with-menu .footer_container {
    display: block;
    text-align: center; } }
/*-----------------------------------------------------------
■ Form pages (login, password reset etc..)
-----------------------------------------------------------*/
.form_section {
  padding-bottom: 100px; }

.form_container {
  max-width: 575px;
  margin: auto;
  padding: 80px 0px 0px 0px; }
  .form_container.big {
    max-width: 800px; }

.form_title {
  margin-bottom: 50px;
  text-align: center; }
  .form_title h1 {
    font-size: 24px;
    font-weight: bold; }

.form_sub_title {
  margin-top: -20px;
  margin-bottom: 35px;
  text-align: center; }
  .form_sub_title h2 {
    font-size: 16px;
    line-height: 2; }

.form_field_list .form_field + .form_field {
  margin-top: 20px; }
.form_field_list .form_field.close {
  margin-top: 10px; }
.form_field_list .form_field_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
  .form_field_list .form_field_inner > label {
    min-width: 195px;
    padding: 15px 5px 0 0;
    font-size: 16px;
    font-weight: bold; }
.form_field_list .form_text {
  text-align: center;
  font-size: 16px;
  line-height: 1.9; }
  .form_field_list .form_text p:last-of-type {
    margin-bottom: 25px; }
  .form_field_list .form_text a {
    text-decoration: underline;
    color: #09806D; }
  .form_field_list .form_text a + a {
    margin-left: 20px; }

.form_remember {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px; }
  .form_remember label {
    padding-top: 2px;
    font-size: 14px; }
  .form_remember input[type=checkbox] + label::before {
    top: calc(50% - 7px);
    height: 14px;
    width: 14px; }

.form_buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  max-width: 575px;
  margin: 55px auto 0 auto; }
  .form_buttons .primary-button {
    font-weight: bold; }
  .form_buttons .secondary-button {
    max-width: 175px; }
  .form_buttons .form_button + .form_button {
    margin-left: 15px; }
  .form_buttons.close {
    margin-top: 30px; }

.form_links {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px; }
  .form_links > a {
    font-size: 14px;
    text-decoration: underline;
    color: #41A797; }

.admin_login_container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 1100px;
  padding: 120px 20px 50px 20px;
  margin: auto; }
  .admin_login_container > .admin_login,
  .admin_login_container > .form_section {
    flex: 1; }
  .admin_login_container > .admin_login {
    max-width: 450px;
    margin-right: 80px; }
    .admin_login_container > .admin_login > h2 {
      margin-bottom: 65px;
      font-size: 24px;
      font-weight: bold; }
    .admin_login_container > .admin_login > h3 {
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: bold;
      line-height: 2; }
    .admin_login_container > .admin_login p {
      font-size: 16px; }
  .admin_login_container > .form_section .form_container {
    max-width: 500px;
    padding: 0px 20px 0 20px; }
  .admin_login_container > .form_section .form_links {
    -webkit-justify-content: center;
    justify-content: center; }

@media screen and (max-width: 767px) {
  .form_section {
    padding-bottom: 130px; }

  .form_container {
    padding: 35px 0px 0 0px; }

  .form_title {
    margin-bottom: 55px; }

  .form_field_list .form_field_inner {
    display: block; }
    .form_field_list .form_field_inner > label {
      display: block;
      min-width: initial;
      padding: 0px;
      margin-bottom: 5px; }

  .form_remember {
    -webkit-justify-content: center;
    justify-content: center; }

  .form_buttons {
    margin-top: 30px;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .form_buttons .secondary-button {
      max-width: 175px; }
    .form_buttons .form_button + .form_button {
      margin-left: 0px;
      margin-top: 10px; }

  .form_links {
    -webkit-flex-direction: column;
    flex-direction: column; }
    .form_links > a + a {
      margin-top: 10px; }

  .form .footer_container {
    display: block;
    text-align: center; } }
/*-----------------------------------------------------------
■ Under
-----------------------------------------------------------*/
.under_content {
  max-width: 1120px;
  padding-bottom: 100px;
  margin: 75px auto 0 auto; }
  .under_content h1 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 40px;
    border-bottom: 2px solid #a8d7cf;
    margin-bottom: 40px; }
  .under_content h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px; }
  .under_content p {
    margin-bottom: 35px;
    font-size: 16px; }
  .under_content p:last-child {
    margin-bottom: 0; }

.under_container {
  padding: 50px;
  margin: 0 20px;
  background: #ffffff; }

@media screen and (max-width: 767px) {
  .under_content {
    padding-bottom: 50px; }

  .under_container {
    padding: 30px; } }
/*-----------------------------------------------------------
■ Bread
-----------------------------------------------------------*/
.bread {
  padding: 10px 15px;
  background: #ffffff; }
  .bread > nav > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center; }
    .bread > nav > ul > li {
      font-size: 14px;
      text-decoration: underline;
      color: #41A797; }
    .bread > nav > ul > li + li {
      margin-left: 7px; }
      .bread > nav > ul > li + li::before {
        content: ">";
        display: inline-block;
        padding-right: 7px; }
    .bread > nav > ul > li.active {
      pointer-events: none;
      text-decoration: none;
      color: inherit; }

@media screen and (max-width: 767px) {
  .bread {
    padding: 7px 15px; }
    .bread > nav > ul > li {
      font-size: 10px; }
    .bread > nav > ul > li + li {
      margin-left: 5px; }
      .bread > nav > ul > li + li::before {
        padding-right: 5px; } }
/*-----------------------------------------------------------
■ Caption block
-----------------------------------------------------------*/
.caption-block {
  background: #41A797; }
  .caption-block .caption-block_container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px 40px; }
  .caption-block .caption-block_title {
    flex: 2 1 0;
    padding-right: 15px;
    color: #ffffff; }
    .caption-block .caption-block_title h2 {
      font-size: 24px;
      line-height: 1.3; }
    .caption-block .caption-block_title h3 {
      font-size: 16px;
      line-height: 1.3; }
  .caption-block .caption-block_buttons {
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center; }
    .caption-block .caption-block_buttons .caption-block_action-button + .caption-block_action-button {
      margin-left: 10px; }

@media screen and (max-width: 767px) {
  .caption-block {
    background: #41A797; }
    .caption-block .caption-block_container {
      display: block;
      padding: 20px; }
    .caption-block .caption-block_title {
      padding-right: 0px;
      margin-bottom: 10px; }
      .caption-block .caption-block_title h2 {
        font-size: 20px;
        margin-bottom: 2px; }
      .caption-block .caption-block_title h3 {
        line-height: 1.5;
        font-size: 14px; }
    .caption-block .caption-block_buttons {
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }
/*-----------------------------------------------------------
■ Tab & Pannel
-----------------------------------------------------------*/
.tabs .tabs_container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center; }
.tabs .fold-up {
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background: #309686; }
  .tabs .fold-up::after {
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    bottom: calc(50% - 6.5px);
    width: 13px;
    height: 14px;
    background: url(../images/icons/ico_menu_open.svg) no-repeat top center;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out; }
  .tabs .fold-up.closed::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.tabs .tabs_list {
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center; }
  .tabs .tabs_list > li {
    -ms-flex: 1;
    flex: 1;
    position: relative;
    border-right: 1px solid #ECF1F5;
    line-height: 40px;
    background: #C3CDD6;
    cursor: pointer; }
    .tabs .tabs_list > li.file-tab::before {
      content: "";
      position: relative;
      top: 4px;
      display: inline-block;
      width: 13px;
      height: 17px;
      margin-left: 15px;
      background: url(../images/icons/ico_file_black.svg) no-repeat center center;
      background-size: cover; }
    .tabs .tabs_list > li.history_tabs_list::before {
      content: "";
      position: relative;
      top: 4px;
      display: inline-block;
      width: 17px;
      height: 17px;
      margin-left: 15px;
      background: url(../images/icons/ico_log_black.svg) no-repeat center center;
      background-size: cover; }
    .tabs .tabs_list > li.user-tab::before {
      content: "";
      position: relative;
      top: 4px;
      display: inline-block;
      width: 19px;
      height: 15px;
      margin-left: 15px;
      background: url(../images/icons/ico_user_black.svg) no-repeat center center;
      background-size: cover; }
    .tabs .tabs_list > li.query-tab::before {
      content: "";
      position: relative;
      top: 4px;
      display: inline-block;
      width: 15px;
      height: 17px;
      margin-left: 15px;
      background: url(../images/icons/ico_query_black.svg) no-repeat center center;
      background-size: cover; }
  .tabs .tabs_list > li.active {
    background: #ECF1F5; }
    .tabs .tabs_list > li.active.file-tab::before {
      background: url(../images/icons/ico_file.svg) no-repeat center center;
      background-size: cover; }
    .tabs .tabs_list > li.active.history_tabs_list::before {
      background: url(../images/icons/ico_log.svg) no-repeat center center;
      background-size: cover; }
    .tabs .tabs_list > li.active.user-tab::before {
      background: url(../images/icons/ico_user.svg) no-repeat center center;
      background-size: cover; }
    .tabs .tabs_list > li.active.query-tab::before {
      background: url(../images/icons/ico_query.svg) no-repeat center center;
      background-size: cover; }
  .tabs .tabs_list > li > h4 {
    display: inline-block;
    margin-left: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #050505; }

.pannel {
  display: none; }
  .pannel .pannel_title {
    margin-bottom: 10px; }
    .pannel .pannel_title h2 {
      font-size: 20px;
      font-weight: bold;
      color: #050505; }
  .pannel.active {
    display: block; }

@media screen and (max-width: 767px) {
  .tabs .tabs_list > li {
    max-width: 54px; }
    .tabs .tabs_list > li.file-tab::before, .tabs .tabs_list > li.history_tabs_list::before, .tabs .tabs_list > li.user-tab::before, .tabs .tabs_list > li.user-query::before {
      margin-left: 20px; }
  .tabs .tabs_list > li.active {
    max-width: initial; }
    .tabs .tabs_list > li.active h4 {
      display: inline-block; }
  .tabs .tabs_list > li > h4 {
    display: none;
    margin-left: 10px; } }
/*-----------------------------------------------------------
■ grid
-----------------------------------------------------------*/
/*--------------------------------------
	grid general
--------------------------------------*/
.grid_section {
  margin: auto; }

.grid {
  height: 100%; }
  .grid .ag-row .ag-cell {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center; }
    .grid .ag-row .ag-cell > span {
      flex: 1; }
  .grid .grid-link {
    font-weight: bold;
    text-decoration: underline;
    color: #41A797; }
  .grid input[type=checkbox] {
    display: inherit; }

.grid_container .danger-round-button a, .grid_container .danger-round-button button,
.grid_container .primary-round-button a,
.grid_container .primary-round-button button {
  font-weight: bold; }

.grid_footer {
  margin-top: 10px; }

/*--------------------------------------
	grid header & footer
--------------------------------------*/
.grid_header {
  /* link list */ }
  .grid_header .grid_header_select {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .grid_header .grid_header_select label {
      padding-right: 20px;
      font-weight: bold;
      white-space: nowrap; }
    .grid_header .grid_header_select .grid_header_select_container {
      width: 100%;
      max-width: 290px; }
    .grid_header .grid_header_select .primary-button {
      max-width: 115px;
      margin-left: 10px; }
      .grid_header .grid_header_select .primary-button > a, .grid_header .grid_header_select .primary-button button, .grid_header .grid_header_select .primary-button input {
        padding: 8px 0; }
  .grid_header .grid_bread {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px; }
    .grid_header .grid_bread > ul {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      align-items: center; }
      .grid_header .grid_bread > ul > li {
        font-size: 14px;
        text-decoration: underline;
        color: #41A797; }
        .grid_header .grid_bread > ul > li::after {
          content: "/";
          display: inline-block;
          padding-right: 5px;
          padding-left: 5px;
          color: #20282E; }
    .grid_header .grid_bread::before {
      content: "";
      position: absolute;
      top: 4px;
      left: 0;
      width: 14px;
      height: 13px;
      background: url(../images/icons/ico_folder.svg) no-repeat center center;
      background-size: cover; }
  .grid_header .grid_header_inner {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 20px; }
    .grid_header .grid_header_inner .grid_buttons {
      flex: 1;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      width: auto; }
  .grid_header .grid_buttons {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 100%; }
    .grid_header .grid_buttons > .primary-round-button + .primary-round-button {
      margin-left: 20px; }
    .grid_header .grid_buttons .primary-round-button:nth-child(1):hover {
      background: #41A797; }
      .grid_header .grid_buttons .primary-round-button:nth-child(1):hover a, .grid_header .grid_buttons .primary-round-button:nth-child(1):hover button, .grid_header .grid_buttons .primary-round-button:nth-child(1):hover input {
        color: #ffffff; }
  .grid_header .grid_header_filters {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px; }
    .grid_header .grid_header_filters button {
      position: relative;
      border: 0px;
      font-size: 16px;
      font-weight: bold;
      color: #41A797;
      background: transparent; }
      .grid_header .grid_header_filters button > span {
        font-weight: normal;
        color: #20282E; }
    .grid_header .grid_header_filters button.active {
      color: #20282E; }
    .grid_header .grid_header_filters button + button {
      margin-left: 15px; }
      .grid_header .grid_header_filters button + button::before {
        content: "";
        position: absolute;
        left: -13px;
        top: calc(50% - 9px);
        height: 18px;
        width: 1px;
        border-left: 1px solid #20282E; }
  .grid_header .grid_header_search {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px; }
    .grid_header .grid_header_search .grid_header_search_left,
    .grid_header .grid_header_search .grid_header_search_right {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      align-items: center; }
    .grid_header .grid_header_search .grid_header_search_left {
      margin-right: 10px; }
      .grid_header .grid_header_search .grid_header_search_left .input {
        max-width: 150px;
        height: 30px;
        margin-right: 5px; }
      .grid_header .grid_header_search .grid_header_search_left .primary-button {
        max-width: 48px;
        margin-right: 5px; }
        .grid_header .grid_header_search .grid_header_search_left .primary-button input, .grid_header .grid_header_search .grid_header_search_left .primary-button button, .grid_header .grid_header_search .grid_header_search_left .primary-button a {
          padding: 3px 0; }
      .grid_header .grid_header_search .grid_header_search_left .select {
        max-width: 90px;
        height: 32px;
        font-size: 14px;
        background-position-x: calc(100% - 8px);
        background-size: 9px 6px; }
      .grid_header .grid_header_search .grid_header_search_left .select + .input {
        margin-left: 5px; }
    .grid_header .grid_header_search .grid_header_search_right {
      flex: 1;
      border-left: 1px solid #20282E;
      padding-left: 10px; }
      .grid_header .grid_header_search .grid_header_search_right .input {
        max-width: 65px;
        height: 30px;
        margin-right: 5px; }
      .grid_header .grid_header_search .grid_header_search_right .primary-button {
        max-width: 270px; }
        .grid_header .grid_header_search .grid_header_search_right .primary-button input, .grid_header .grid_header_search .grid_header_search_right .primary-button button, .grid_header .grid_header_search .grid_header_search_right .primary-button a {
          padding: 3px 0; }
  .grid_header .grid_progress-bar {
    position: absolute;
    right: 0;
    text-align: right; }
    .grid_header .grid_progress-bar h6 {
      font-size: 14px;
      margin-bottom: 3px; }
    .grid_header .grid_progress-bar .progress-bar_container {
      height: 8px;
      margin-bottom: 3px;
      border-radius: 15px;
      background: #B5B9BC; }
      .grid_header .grid_progress-bar .progress-bar_container .progress-bar {
        height: 100%;
        border-radius: 15px 0px 0px 15px;
        background: #41A797; }
    .grid_header .grid_progress-bar p {
      font-size: 12px; }
  .grid_header .link-list {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: bold; }
    .grid_header .link-list li {
      display: inline-block;
      margin-right: 1em; }
      .grid_header .link-list li a {
        color: #41A797; }
      .grid_header .link-list li.active a {
        padding-bottom: .2em;
        border-bottom: 2px solid #41A797; }

@media screen and (max-width: 767px) {
  .grid_header .grid_header_select > .drop {
    width: 100%;
    margin-bottom: 5px; }
  .grid_header .grid_header_select .grid_header_select_container {
    max-width: 240px; }
  .grid_header .grid_status {
    display: none; }
  .grid_header .grid_header_inner {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .grid_header .grid_header_inner .grid_buttons {
      width: 100%;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
  .grid_header .grid_buttons > .primary-round-button > a, .grid_header .grid_buttons > .primary-round-button button, .grid_header .grid_buttons > .primary-round-button input {
    padding: 3px 0; }
  .grid_header .grid_buttons > .primary-round-button.sp {
    max-width: 85px;
    margin-left: 5px; }
  .grid_header .link-list {
    display: none; } }
@media screen and (max-width: 374px) {
  .grid_header .grid_header_select .grid_header_select_container {
    max-width: 185px; }
  .grid_header .grid_header_inner .grid_buttons {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .grid_header .grid_buttons > .primary-round-button.revert {
    max-width: 80%;
    margin: 0 auto 10px auto; }
  .grid_header .grid_buttons > .primary-round-button.sp {
    max-width: 45%;
    margin: 0 auto; } }
/*--------------------------------------
	file button
--------------------------------------*/
.file_cell {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center; }

.file_buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 5px; }
  .file_buttons .file_preview_button {
    width: 16px;
    height: 11px;
    border: none;
    background: url(../images/icons/ico_view.svg) no-repeat center center;
    background-size: cover; }
  .file_buttons .file_download_button {
    width: 10px;
    height: 13px;
    border: none;
    background: url(../images/icons/ico_download.svg) no-repeat center center;
    background-size: cover; }
  .file_buttons .file_preview_button + .file_download_button {
    margin-left: 5px; }

.file_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.file_name_container {
  position: relative; }
  .file_name_container .tooltip {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0px;
    padding: 2px 4px;
    width: auto;
    border: 1px solid #41A797;
    border-radius: 3px;
    box-shadow: 0px 3px 6px #00000029;
    background: #ffffff;
    z-index: 1; }
    .file_name_container .tooltip::before {
      content: "";
      position: absolute;
      top: -4px;
      left: calc( 50% - 2.5px);
      width: 5px;
      height: 5px;
      border-top: 1px solid #41A797;
      border-left: 1px solid #41A797;
      background: white;
      z-index: -1;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .modal_box .file_name_container .tooltip {
    left: -25px; }
    .modal_box .file_name_container .tooltip::before {
      left: 75px; }

.file_name_container:hover .tooltip {
  display: block; }
.file_name_container:hover::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 2; }

.grid .file_buttons {
  -webkit-justify-content: center;
  justify-content: center; }
  .grid .file_buttons .file_preview_button {
    width: 19px;
    height: 13px; }
  .grid .file_buttons .file_download_button {
    width: 12px;
    height: 16px; }

@media screen and (max-width: 767px) {
  .file_buttons {
    padding-left: 10px; }
    .file_buttons .file_preview_button {
      width: 33px;
      height: 33px;
      background: url(../images/icons/ico_view_sp.svg) no-repeat center center;
      background-size: cover; }
    .file_buttons .file_download_button {
      width: 33px;
      height: 33px;
      background: url(../images/icons/ico_download_sp.svg) no-repeat center center;
      background-size: cover; } }
/*--------------------------------------
	pagination
--------------------------------------*/
.pagination_container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center; }

.pagination_infos {
  margin-right: 20px; }

.pagination_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center; }
  .pagination_list > li + li {
    margin-left: 5px; }
  .pagination_list > li > .number {
    display: block;
    padding: 1px 4.25px 0px 4.25px;
    border: 1px solid #B5B9BC;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    background: #ffffff; }
  .pagination_list > li.active > .number {
    border: 1px solid #41A797;
    color: #ffffff;
    background: #41A797; }
  .pagination_list > li > .previous,
  .pagination_list > li > .next {
    display: inline-block;
    padding: 1px 4px 0px 4px;
    border: 1px solid #B5B9BC;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    background: #ffffff; }
  .pagination_list > li > .previous::before {
    content: "";
    position: relative;
    top: -1px;
    left: -1px;
    display: inline-block;
    width: 9px;
    height: 7px;
    background: url(../images/icons/ico_arrow_green.svg) no-repeat top center;
    background-size: cover;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .pagination_list > li > .next::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 7px;
    background: url(../images/icons/ico_arrow_green.svg) no-repeat top center;
    background-size: cover;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg); }

.pagination_select {
  max-width: 140px;
  width: 100%;
  margin-left: 15px; }
  .pagination_select .select {
    height: 25px;
    padding: 2px 0 2px 7px;
    font-size: 14px;
    background-position-x: calc(100% - 8px);
    background-size: 9px 6px; }

@media screen and (max-width: 767px) {
  .pagination {
    width: 100%;
    margin-top: 15px; }

  .pagination_infos {
    margin-right: 0px;
    margin-bottom: 5px; }

  .pagination_container {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start; }

  .pagination_list > li > .number {
    display: block;
    font-size: 15px;
    padding: 3.5px 9px 3.5px 8px; }
  .pagination_list > li > .previous,
  .pagination_list > li > .next {
    padding: 4px 6px 3px 6px;
    font-size: 15px; } }
@media screen and (max-width: 374px) {
  .pagination_list > li > .number {
    font-size: 12px;
    padding: 2.5px 7px 2.5px 6px; }
  .pagination_list > li > .previous,
  .pagination_list > li > .next {
    padding: 3px 5px 2px 4px;
    font-size: 12px; } }
/*--------------------------------------
	table
--------------------------------------*/
.table_container {
  max-width: 100%;
  overflow: auto; }

.table {
  border: 1px solid #B5B9BC;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 2px;
  font-size: 14px; }
  .table thead tr th,
  .table tbody tr td {
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    vertical-align: middle; }
    .table thead tr th a,
    .table tbody tr td a {
      text-decoration: underline;
      color: #41A797; }
  .table thead th + th::before,
  .table tbody td + td::before {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: 0px;
    display: block;
    border-left: 1px solid #B5B9BC;
    height: 20px;
    width: 1px; }
  .table thead tr th {
    padding-top: 14px;
    padding-bottom: 14px;
    background: #F8F8F8;
    font-size: 14px;
    font-weight: bold; }
  .table tbody tr td {
    padding-top: 19px;
    padding-bottom: 19px;
    border-top: 1px solid #B5B9BC;
    background: #fff; }
  .table tbody tr:nth-child(even) td {
    background: #fcfcfc; }
  .table tbody tr.green td {
    background-color: #E9FAD2; }
  .table tbody tr.blue td {
    background-color: #CCECFF; }
  .table time {
    white-space: nowrap; }
  .table p {
    margin-bottom: 0px; }
  .table dl {
    display: table;
    line-height: 1.8; }
    .table dl > dt, .table dl > dd {
      display: table-cell;
      vertical-align: top; }
    .table dl > dt {
      padding-right: 3px;
      white-space: nowrap; }
  .table input[type=checkbox],
  .table input[type=radio] {
    display: inherit; }
  .table.no-wrap {
    white-space: nowrap; }
  .table.borderless {
    border-top: none; }
    .table.borderless thead th + th::before,
    .table.borderless tbody td + td::before {
      display: none; }

@media screen and (max-width: 767px) {
  .table {
    font-size: 12px; }
    .table thead tr th,
    .table tbody tr td {
      padding-left: 8px;
      padding-right: 8px; }
    .table time {
      white-space: initial; } }
@media screen and (max-width: 550px) {
  .table {
    font-size: 11px; }
    .table thead tr th,
    .table tbody tr td {
      padding-left: 5px;
      padding-right: 5px; } }
/*-----------------------------------------------------------
■ Grid sp
-----------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /*--------------------------------------
  	general
  --------------------------------------*/
  .force-deactivate-grid-style .ag-row, .force-deactivate-grid-style .ag-header-cell, .force-deactivate-grid-style .ag-header, .force-deactivate-grid-style .ag-cell, .force-deactivate-grid-style .ag-center-cols-container, .force-deactivate-grid-style .ag-center-cols-clipper {
    height: auto !important;
    width: auto !important;
    transform: initial !important; }
  .force-deactivate-grid-style .ag-header, .force-deactivate-grid-style .ag-hidden, .force-deactivate-grid-style .ag-full-width-container {
    display: none !important; }
  .force-deactivate-grid-style .ag-body-horizontal-scroll-container {
    height: auto !important;
    width: auto !important;
    max-height: initial !important;
    min-height: initial !important; }

  .ag-row {
    box-shadow: 0px 3px 3px #00000019;
    border: 1px solid #B5B9BC;
    border-radius: 5px;
    background: #FFFFFF; }
    .ag-row .ag-cell {
      padding-right: 13px;
      padding-left: 13px; }
    .ag-row .ag-cell:first-child {
      padding-top: 13px; }
    .ag-row .ag-cell:last-child {
      padding-bottom: 13px; }
    .ag-row::after {
      content: "";
      display: table;
      clear: both; }

  .ag-row + .ag-row {
    margin-top: 10px; }

  .sp_grid_field_name {
    flex: initial !important;
    width: 100%;
    max-width: 100px;
    color: #828C93; }
    .sp_grid_field_name > span {
      font-size: 10px; }

  .sp_grid_field_title {
    position: absolute;
    top: -25px;
    color: #828C93; }

  /*--------------------------------------
  	summary grid
  --------------------------------------*/
  .summary-name {
    background: #F8F8F8;
    padding-bottom: 13px; }

  .summary-status {
    padding-top: 13px; }

  .summary-last_update {
    padding-top: 5px; }

  .summary-last_updater {
    padding-top: 5px; }

  /*--------------------------------------
  	file grid
  --------------------------------------*/
  .file-file_name {
    background: #F8F8F8;
    padding-bottom: 13px; }
    .file-file_name .file_cell {
      -webkit-justify-content: space-between !important;
      justify-content: space-between !important; }

  .file-file_type {
    padding-top: 13px; }

  .file-last_update_date {
    padding-top: 5px; }

  .file-last_updater {
    padding-top: 5px;
    padding-bottom: 13px;
    border-bottom: 1px solid #B5B9BC;
    margin-bottom: 13px; }

  .force-deactivate-grid-style .file-correction_request {
    float: left;
    padding-right: 0px; }

  .force-deactivate-grid-style .file-suppression_request {
    float: right;
    padding-left: 0px; }

  .force-deactivate-grid-style .file-correction_request,
  .force-deactivate-grid-style .file-suppression_request {
    -webkit-justify-content: center !important;
    justify-content: center !important;
    width: calc(50% - 13px) !important; }
    .force-deactivate-grid-style .file-correction_request .danger-round-button, .force-deactivate-grid-style .file-correction_request .primary-round-button,
    .force-deactivate-grid-style .file-suppression_request .danger-round-button,
    .force-deactivate-grid-style .file-suppression_request .primary-round-button {
      margin: auto; }

  .file-review {
    padding-top: 13px;
    clear: both; }

  /*--------------------------------------
  	history grid
  --------------------------------------*/
  #historyGrid .ag-cell + .ag-cell {
    margin-top: 10px; }

  .history-attachment_file {
    margin-bottom: 45px; }
    .history-attachment_file .file_cell {
      position: relative; }
      .history-attachment_file .file_cell .file_buttons {
        position: absolute;
        bottom: -40px; }

  /*--------------------------------------
  	user grid
  --------------------------------------*/
  .user-name {
    background: #F8F8F8;
    padding-bottom: 13px; }

  .user-affiliation {
    padding-top: 13px; }

  .user-id_mail {
    padding-top: 5px; }

  .user-classification {
    position: relative;
    left: 0 !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #B5B9BC;
    margin-top: 30px;
    margin-bottom: 10px; }

  .force-deactivate-grid-style .user-correction_request {
    float: left;
    padding-right: 0px; }

  .force-deactivate-grid-style .user-suppression_request {
    float: right;
    padding-left: 0px; }

  .force-deactivate-grid-style .user-correction_request,
  .force-deactivate-grid-style .user-suppression_request {
    -webkit-justify-content: center !important;
    justify-content: center !important;
    width: calc(50% - 13px) !important; }
    .force-deactivate-grid-style .user-correction_request .danger-round-button, .force-deactivate-grid-style .user-correction_request .primary-round-button,
    .force-deactivate-grid-style .user-suppression_request .danger-round-button,
    .force-deactivate-grid-style .user-suppression_request .primary-round-button {
      margin: auto; } }
/*-----------------------------------------------------------
■ Modal
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .modal:not(.show) {
    opacity: 0; }
  .modal .modal_container {
    position: relative;
    max-width: 920px;
    width: 100%;
    border-radius: 5px;
    margin: auto; }
    .modal .modal_container .modal_inner-container {
      max-width: 600px;
      padding: 0 20px;
      margin: auto; }
    .modal .modal_container .modal_content {
      position: relative;
      margin: 0 20px; }
  .modal .modal_header {
    padding: 15px 0px;
    border-radius: 3px 3px 0 0;
    background: #41A797; }
    .modal .modal_header .modal_title {
      text-align: center; }
      .modal .modal_header .modal_title > h3 {
        font-size: 20px;
        font-weight: bold;
        color: #ffffff; }
  .modal.danger .modal_header {
    background: #E35454; }
  .modal .modal_body {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff; }
    .modal .modal_body .modal_inner {
      padding: 20px 20px 25px 20px; }
    .modal .modal_body .modal_body_top {
      background: #ECF1F5; }
    .modal .modal_body .modal_body_bottom {
      border-top: 1px solid #B5B9BC;
      background: #fff; }
    .modal .modal_body:last-child {
      max-height: calc(100vh - 200px); }
  .modal .modal_sub_title {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center; }
    .modal .modal_sub_title h4 {
      font-size: 16px;
      font-weight: bold; }
    .modal .modal_sub_title h5 {
      padding-left: 10px;
      font-size: 16px; }
  .modal .modal_box_container + .modal_sub_title,
  .modal .modal_text + .modal_sub_title {
    margin-top: 20px; }
  .modal .modal_sub_title + .modal_text {
    margin-top: 3px; }
  .modal .modal_text .file_name {
    max-width: 250px; }
  .modal .modal_comment {
    padding-top: 5px;
    padding-bottom: 10px; }
    .modal .modal_comment .textarea {
      height: 80px; }
  .modal .modal_input {
    padding-top: 5px;
    padding-bottom: 10px; }
    .modal .modal_input input {
      width: calc(100% - 10px);
      height: 38px;
      padding: 0 5px;
      border: 1px solid #B5B9BC; }
  .modal .modal_attachment {
    padding-top: 5px;
    padding-bottom: 2px; }
    .modal .modal_attachment input {
      margin-top: 5px; }
    .modal .modal_attachment .custom-file {
      max-width: 680px; }
  .modal .modal_table .table tbody tr td {
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px; }
  .modal .modal_footer {
    padding: 20px 0px;
    border-top: 1px solid #B5B9BC;
    border-radius: 0 0 3px 3px;
    background: #fff; }
    .modal .modal_footer .modal_buttons {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 0px 20px; }
      .modal .modal_footer .modal_buttons .secondary-button {
        margin-left: 15px; }
      .modal .modal_footer .modal_buttons .primary-button,
      .modal .modal_footer .modal_buttons .secondary-button {
        max-width: 140px; }
      .modal .modal_footer .modal_buttons .primary-button.big {
        max-width: 320px; }
      .modal .modal_footer .modal_buttons .text-button + .text-button {
        margin-left: 15px; }
      .modal .modal_footer .modal_buttons .text-button.danger {
        background: #E35454; }

.modal-open {
  height: 100vh;
  width: 100%;
  overflow-y: hidden; }

@media screen and (max-width: 767px) {
  .modal .modal_container .modal_content {
    position: relative;
    margin: 0 0px;
    max-height: calc(100vh - 75px);
    overflow-y: auto;
    overflow-x: hidden; }
  .modal .modal_header {
    position: fixed;
    top: 75px;
    width: 100%;
    border-radius: 0px;
    z-index: 2; }
  .modal .modal_body {
    max-height: initial;
    min-height: calc(100vh - 215px);
    margin-top: 60px; }
    .modal .modal_body:last-child {
      max-height: calc(100vh - 160px); }
  .modal .modal_sub_title.break {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .modal .modal_sub_title.break h4 {
      width: 100%; }
    .modal .modal_sub_title.break h5 {
      width: 100%;
      margin-top: 3px;
      padding-left: 0px; }
    .modal .modal_sub_title.break .file_buttons {
      width: 100%;
      margin-top: 3px;
      padding-left: 0px; }
  .modal .modal_footer {
    padding: 20px 0px;
    border-radius: 0px;
    background: #fff; }
    .modal .modal_footer .modal_buttons:not(.keep-in-line) {
      -webkit-flex-direction: column;
      flex-direction: column; }
      .modal .modal_footer .modal_buttons:not(.keep-in-line) .secondary-button {
        margin-left: 0px;
        margin-top: 10px; }
      .modal .modal_footer .modal_buttons:not(.keep-in-line) .text-button + .text-button {
        margin-left: 0px;
        margin-top: 10px; }
    .modal .modal_footer .modal_buttons.keep-in-line .primary-button {
      max-width: 200px; }
    .modal .modal_footer .modal_buttons.keep-in-line .secondary-button {
      margin-left: 5px; }

  .modal-is-open {
    position: fixed;
    height: auto;
    overflow-y: auto; } }
/*--------------------------------------
	modal box and table
--------------------------------------*/
.modal_box_container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch; }
  .modal_box_container .modal_box {
    flex: 1; }
  .modal_box_container .modal_box + .modal_box {
    margin-left: 42px; }
    .modal_box_container .modal_box + .modal_box::before {
      content: "";
      position: absolute;
      left: -30px;
      bottom: calc(50% - 9px);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10.5px 0 10.5px 18px;
      border-color: transparent transparent transparent #73C1B2; }

.modal_box {
  position: relative;
  margin-top: 10px; }
  .modal_box p {
    margin-bottom: 0px; }
  .modal_box table {
    border: 1px solid #B5B9BC;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 2px; }
    .modal_box table th, .modal_box table td {
      width: 50%;
      position: relative;
      padding-left: 14px;
      padding-right: 14px; }
    .modal_box table th {
      padding-top: 9px;
      padding-bottom: 9px;
      background: #F8F8F8; }
    .modal_box table td {
      padding-top: 18px;
      padding-bottom: 18px;
      border-top: 1px solid #B5B9BC;
      background: #fff; }
      .modal_box table td.narrow {
        padding-top: 5px;
        padding-bottom: 5px; }
    .modal_box table th + th::before,
    .modal_box table td + td::before {
      content: "";
      position: absolute;
      top: calc(50% - 10px);
      left: -10px;
      display: block;
      border-left: 1px solid #B5B9BC;
      height: 20px;
      width: 1px; }
    .modal_box table select {
      margin: 0 -25px 0 0; }
    .modal_box table .file_name {
      max-width: 130px; }
    .modal_box table .custom-file {
      width: calc(100% - 3px); }
  .modal_box .modal_box_status {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: calc(100% - 6px);
    min-height: 100px;
    border: 3px solid #99DDD0;
    border-radius: 2px;
    background: #ffffff; }
    .modal_box .modal_box_status h6 {
      font-size: 20px;
      font-weight: bold; }
    .danger .modal_box .modal_box_status {
      height: calc(100% - 2px);
      border: 1px solid #B5B9BC;
      background: #FFC9CB; }

@media screen and (max-width: 767px) {
  .modal_box_container {
    -webkit-flex-direction: column;
    flex-direction: column; }
    .modal_box_container .modal_box + .modal_box {
      margin-top: 40px;
      margin-left: 0; }
      .modal_box_container .modal_box + .modal_box::before {
        left: calc(50% - 10px);
        bottom: 0;
        top: -30px;
        border-style: solid;
        border-width: 18px 10.5px 0 10.5px;
        border-color: #73C1B2 transparent transparent transparent; }

  .modal_box table th, .modal_box table td {
    position: relative;
    padding-left: 10px;
    padding-right: 10px; } }
/*--------------------------------------
	modal field
--------------------------------------*/
.modal .main_field {
  position: relative;
  margin-bottom: 50px; }
  .modal .main_field::after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: -25px;
    width: calc(100% + 40px);
    height: 0px;
    border-top: 2px solid #B5B9BC; }
.modal .modal_field_title h4 {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: bold; }
.modal .other_fields {
  padding-bottom: 85px; }
.modal .modal_field {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center; }
  .modal .modal_field label {
    max-width: 185px;
    width: 100%;
    font-size: 16px;
    font-weight: bold; }
  .modal .modal_field input[type="text"] {
    height: 38px; }
  .modal .modal_field .select {
    max-width: 300px; }
  .modal .modal_field .textarea {
    height: 140px; }
  .modal .modal_field .modal_field_radio {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center; }
    .modal .modal_field .modal_field_radio input[type=radio] {
      display: none; }
    .modal .modal_field .modal_field_radio input[type="radio"]:checked + label {
      background: #41A797;
      color: #ffffff; }
    .modal .modal_field .modal_field_radio .label {
      display: block;
      width: 88px;
      height: 40px;
      padding-left: 5px;
      padding-right: 5px;
      text-align: center;
      line-height: 40px;
      cursor: pointer;
      border-top: 1px solid #B5B9BC;
      border-right: 1px solid #B5B9BC;
      border-bottom: 1px solid #B5B9BC;
      border-left: 1px solid #B5B9BC;
      background: #ffffff; }
      .modal .modal_field .modal_field_radio .label::before, .modal .modal_field .modal_field_radio .label::after {
        display: none; }
    .modal .modal_field .modal_field_radio .label:nth-child(2) {
      border-radius: 5px 0px 0px 5px; }
    .modal .modal_field .modal_field_radio .label:last-child {
      border-radius: 0px 5px 5px 0px;
      border-left: 0px; }
.modal .modal_field + .modal_field {
  margin-top: 15px; }

@media screen and (max-width: 767px) {
  .modal .modal_field label {
    max-width: 135px;
    font-size: 14px; } }
/*--------------------------------------
	file uplaud modal
--------------------------------------*/
.file-upload-modal {
  padding: 18px 20px; }

.file-upload-modal_container {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 300px;
  border-radius: 3px;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff; }

.upload_phase_1_1 {
  margin-top: 50px; }
  .upload_phase_1_1::before {
    content: "";
    position: absolute;
    left: calc(50% - 17.5px);
    top: 65px;
    width: 35px;
    height: 47px;
    background: url(../images/icons/ico_upload.svg) no-repeat center center;
    background-size: cover; }

.file-upload-modal_title {
  margin-bottom: 10px; }
  .file-upload-modal_title h4 {
    text-align: center;
    font-size: 16px;
    font-weight: bold; }

.file-upload-modal_buttons {
  position: relative; }
  .file-upload-modal_buttons .primary-button,
  .file-upload-modal_buttons .secondary-button {
    max-width: 200px;
    margin: auto; }

.uploaded_files .uploaded_files_container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
.uploaded_files .uploaded_file {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  max-width: 150px;
  width: 100%;
  height: 175px;
  border: 1px solid #B5B9BC;
  box-shadow: 0px 3px 6px #00000029;
  background: url(../images/icons/ico_file_2.svg) no-repeat center 35%;
  background-size: 35px 47px;
  background-color: #ECF1F5; }
  .uploaded_files .uploaded_file span {
    font-size: 12px;
    padding: 0 10px 10px 10px; }
  .uploaded_files .uploaded_file button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 27px;
    height: 27px;
    border: 0px;
    background: url(../images/icons/ico_close.svg) no-repeat center 35%;
    background-size: cover; }
.uploaded_files .uploaded_file + .uploaded_file {
  margin-left: 15px; }

.drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
  transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1); }
  .drop-area:hover {
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer; }
    .drop-area:hover::after {
      content: "ここにドラッグ&ドロップ";
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 2px;
      color: white;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.drop-area_border {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  border: 2px dashed #99ddd0; }

.file-upload-modal_input {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 220px;
  height: 60px;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: translateY(-15%) translateX(-50%);
  -ms-transform: translateY(-15%) translateX(-50%);
  transform: translateY(-15%) translateX(-50%); }

#inputFileWrap {
  position: relative;
  display: inline-block; }

#btnChangeFile, .upload_phase_1_2, .upload_phase_2 {
  display: none; }

.upload_phase_1_1, .upload_phase_1_2 {
  width: 100%; }

@media screen and (max-width: 767px) {
  .file-upload-modal_buttons {
    position: relative; }
    .file-upload-modal_buttons .primary-button,
    .file-upload-modal_buttons .secondary-button {
      max-width: 155px;
      margin: auto; }

  .upload_phase_1_1::before {
    left: calc(50% - 25px);
    top: 65px;
    width: 50px;
    height: 67px; }

  .file-upload-modal_title {
    display: none; }

  .uploaded_files {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    min-height: 325px;
    height: auto;
    width: 100%;
    padding: 0px 20px;
    margin: -5px 0px -10px -20px;
    background: #ECF1F5; }
    .uploaded_files .uploaded_files_container {
      flex: 1;
      display: block; }
    .uploaded_files .uploaded_file {
      display: block;
      max-width: initial;
      height: auto;
      padding: 15px 0;
      box-shadow: none;
      background: url(../images/icons/ico_file_2.svg) no-repeat 3% 50%;
      background-size: 21px 28px;
      background-color: #ffffff; }
      .uploaded_files .uploaded_file span {
        padding: 0 10px 10px 40px; }
    .uploaded_files .uploaded_file + .uploaded_file {
      margin-left: 0px;
      margin-top: 15px; }

  .drop-area:hover {
    background-color: transparent;
    cursor: initial; }
    .drop-area:hover::after {
      display: none; }

  .upload_phase_2 .modal_box table,
  .upload_phase_2 .modal_box table tbody,
  .upload_phase_2 .modal_box table thead,
  .upload_phase_2 .modal_box table tr,
  .upload_phase_2 .modal_box table th,
  .upload_phase_2 .modal_box table td {
    display: block; }

  .upload_phase_2 .modal_box table,
  .upload_phase_2 .modal_box table tbody,
  .upload_phase_2 .modal_box table thead {
    width: 100%; }

  .upload_phase_2 .modal_box table {
    border: 0; }
    .upload_phase_2 .modal_box table thead tr th {
      background: #ecf1f5;
      padding-left: 0px;
      padding-top: 0px;
      padding-bottom: 15px; }
    .upload_phase_2 .modal_box table thead tr th:last-child {
      display: none; }
    .upload_phase_2 .modal_box table tbody tr {
      margin-bottom: 5px;
      border-radius: 3px;
      box-shadow: 0px 3px 3px #00000019;
      background: #fff; }
    .upload_phase_2 .modal_box table tbody tr td {
      padding-top: 14px;
      padding-bottom: 14px;
      border: 0px; }
    .upload_phase_2 .modal_box table tbody tr td.narrow {
      padding-top: 0px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-align-items: center;
      align-items: center; }
      .upload_phase_2 .modal_box table tbody tr td.narrow select {
        max-width: 200px; }
      .upload_phase_2 .modal_box table tbody tr td.narrow::after {
        content: "ファイル 種別";
        position: absolute;
        display: block;
        font-size: 14px;
        color: #828C93;
        width: 60px;
        left: 15px;
        line-height: 1.2; }
    .upload_phase_2 .modal_box table th + th::before,
    .upload_phase_2 .modal_box table td + td::before {
      display: none; } }
/*--------------------------------------
	sp modal
--------------------------------------*/
.sp-modal.modal .modal_header {
  background: #ffffff; }
  .sp-modal.modal .modal_header > .modal_title {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 23px; }
    .sp-modal.modal .modal_header > .modal_title .modal_header_button {
      width: 85px; }
      .sp-modal.modal .modal_header > .modal_title .modal_header_button > .cancel {
        position: relative;
        width: 23px;
        height: 23px;
        border: 0px;
        background: transparent; }
        .sp-modal.modal .modal_header > .modal_title .modal_header_button > .cancel::before {
          content: "";
          position: absolute;
          top: 2px;
          left: 3px;
          width: 13px;
          height: 15px;
          background: url(../images/icons/ico_back_green.svg) no-repeat top center;
          background-size: cover; }
      .sp-modal.modal .modal_header > .modal_title .modal_header_button > .clear {
        border: 0px;
        font-size: 16px;
        background: transparent;
        color: #41A797; }
      .sp-modal.modal .modal_header > .modal_title .modal_header_button:first-child {
        text-align: left; }
      .sp-modal.modal .modal_header > .modal_title .modal_header_button:last-child {
        text-align: right; }
    .sp-modal.modal .modal_header > .modal_title > h3 {
      color: #20282E; }
.sp-modal.modal .modal_footer {
  position: fixed;
  bottom: 0;
  width: 100%; }
  .sp-modal.modal .modal_footer .modal_buttons .primary-button {
    max-width: 330px; }

/*--------------------------------------
	super modal
--------------------------------------*/
.super-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 3; }
  .super-modal .modal_header {
    position: fixed;
    width: 100%;
    color: #ffffff;
    background: #0D4D43; }
    .super-modal .modal_header .modal_header_container {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      align-items: center; }
    .super-modal .modal_header .modal_header_preview {
      position: relative;
      margin-left: 50px; }
      .super-modal .modal_header .modal_header_preview::before {
        content: "";
        position: absolute;
        left: -35px;
        bottom: calc(50% - 7px);
        width: 20px;
        height: 14px;
        background: url(../images/icons/ico_view_white.svg) no-repeat top center;
        background-size: cover; }
    .super-modal .modal_header .modal_header_title {
      flex: 1;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; }
    .super-modal .modal_header .modal_header_close {
      border-right: 1px solid #ffffff; }
      .super-modal .modal_header .modal_header_close button {
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        border: none;
        background: #ffffff00; }
        .super-modal .modal_header .modal_header_close button::after {
          content: "";
          position: absolute;
          top: calc(50% - 6px);
          left: 22px;
          width: 12px;
          height: 12px;
          border-left: 2px solid #ffffff;
          border-bottom: 2px solid #ffffff;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .super-modal .modal_header .modal_header_file-name {
      margin-left: -101px; }
    .super-modal .modal_header .modal_header_download a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      border: none;
      background: #ffffff00; }
      .super-modal .modal_header .modal_header_download a::after {
        content: "";
        position: absolute;
        left: 20px;
        bottom: calc(50% - 8px);
        width: 15px;
        height: 19px;
        background: url(../images/icons/ico_download_white.svg) no-repeat top center;
        background-size: cover; }
  .super-modal .modal_body {
    margin-top: 70px; }
  .super-modal .file_pages {
    margin: 0 20px 20px 20px; }
  .super-modal .file_pages > .file_page {
    width: 100%;
    height: 619px;
    max-width: 438px;
    margin: 20px auto 0 auto;
    background: white; }

@media screen and (max-width: 767px) {
  .super-modal .modal_header .modal_header_preview h3 {
    display: none; }
  .super-modal .modal_header .modal_header_file-name {
    margin-left: -60px; } }
/*-----------------------------------------------------------
■ query page
-----------------------------------------------------------*/
.query-page {
  font-size: 16px; }
  .query-page h3, .query-page h4, .query-page h5 {
    font-weight: bold;
    line-height: 1.8; }
    .query-page h3.framed, .query-page h4.framed, .query-page h5.framed {
      display: inline-block;
      padding: 0px 10px;
      border: 1px solid #41A797;
      border-radius: 3px;
      background: #CDF0E9; }

.query-block {
  width: 100%;
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #B5B9BC; }

.query-block:first-child {
  padding: 10px 0 30px 0; }

.query-block_item > h3 {
  padding-bottom: 8px; }
.query-block_item + .query-block_item {
  margin-top: 30px; }

.query-matrix {
  display: table;
  line-height: 1.8; }
  .query-matrix > dt, .query-matrix > dd {
    display: table-cell;
    vertical-align: top; }
  .query-matrix > dt {
    width: 120px; }
  .query-matrix h3 {
    margin-right: 10px; }
  .query-matrix.green {
    padding-bottom: 15px;
    font-size: 14px;
    color: #09806D; }
    .query-matrix.green > dt {
      width: 80px; }

.query-info-table tr > td {
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: top; }
.query-info-table tr > td:first-child {
  min-width: 100px;
  padding-right: 15px; }

.query-coment-list > .query-coment-list_item {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 3px;
  background: #FFFFFF; }
  .query-coment-list > .query-coment-list_item time {
    display: block;
    padding-bottom: 3px;
    font-size: 14px;
    color: #828C93; }
  .query-coment-list > .query-coment-list_item p {
    margin-bottom: 5px; }
  .query-coment-list > .query-coment-list_item .query-coment-list_item_buttons {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    .query-coment-list > .query-coment-list_item .query-coment-list_item_buttons button {
      position: relative;
      width: 30px;
      height: 30px;
      border: none;
      background: rgba(255, 255, 255, 0); }
    .query-coment-list > .query-coment-list_item .query-coment-list_item_buttons button + button {
      margin-left: 5px; }
    .query-coment-list > .query-coment-list_item .query-coment-list_item_buttons .query-coment-edit::after {
      content: "";
      position: absolute;
      left: calc(50% - 8px);
      bottom: calc(50% - 8px);
      width: 16px;
      height: 16px;
      background: url(../images/icons/ico_pen.svg) no-repeat top center;
      background-size: cover; }
    .query-coment-list > .query-coment-list_item .query-coment-list_item_buttons .query-coment-delete::after {
      content: "";
      position: absolute;
      left: calc(50% - 7px);
      bottom: calc(50% - 8px);
      width: 14px;
      height: 16px;
      background: url(../images/icons/ico_trash.svg) no-repeat top center;
      background-size: cover; }
.query-coment-list > .query-coment-list_item + .query-coment-list_item {
  margin-top: 5px; }

.query-coment-add {
  max-width: 140px;
  margin-top: 15px; }

.query-last-block {
  margin-top: 20px; }
  .query-last-block a {
    display: inline-block;
    padding-left: 8px;
    text-decoration: underline; }
    .query-last-block a::before {
      content: "";
      position: relative;
      bottom: 0px;
      left: -8px;
      display: inline-block;
      width: 12px;
      height: 14px;
      background: url(../images/icons/ico_back_black.svg) no-repeat top center;
      background-size: cover; }

@media screen and (max-width: 767px) {
  .query-page {
    font-size: 14px; }

  .query-matrix {
    display: block; }
    .query-matrix > dt, .query-matrix > dd {
      display: block; }
    .query-matrix.green {
      font-size: 12px; }

  .query-info-table {
    font-size: 13px; }

  .query-coment-list > .query-coment-list_item time {
    font-size: 12px; }
  .query-coment-list .query-coment-list_item_buttons {
    top: 15px;
    right: 15px; } }
/*-----------------------------------------------------------
■ account
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
.account_container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  min-height: calc(100vh - 100px); }
  .account_container .account_side,
  .account_container .account_content {
    width: 100%;
    -webkit-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out; }
  .account_container .account_side + .account_content {
    width: calc(100% - 330px); }
  .account_container .account_side.closed + .account_content {
    width: calc(100% - 42px); }

/*--------------------------------------
	side
--------------------------------------*/
.account_side {
  max-width: 330px;
  background: #41A797;
  white-space: nowrap;
  overflow: hidden; }
  .account_side .side_header {
    text-align: right; }
  .account_side .fold-side {
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    background: #309686; }
    .account_side .fold-side::after {
      content: "";
      position: absolute;
      left: calc(50% - 7px);
      bottom: calc(50% - 6.5px);
      width: 13px;
      height: 14px;
      background: url(../images/icons/ico_menu_open.svg) no-repeat top center;
      background-size: cover;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out; }
  .account_side .side_body > ul > li > a {
    display: inline-block;
    width: 100%;
    padding: 16px 0px 16px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .account_side .side_body > ul > li.active > a, .account_side .side_body > ul > li.active ol {
    background: #09806D; }
  .account_side .side_body .side_menu_data::before {
    content: "";
    position: relative;
    bottom: -3px;
    left: -5px;
    display: inline-block;
    width: 17px;
    height: 20px;
    background: url(../images/icons/ico_data.svg) no-repeat top center;
    background-size: cover; }
  .account_side .side_body .side_menu_account::before {
    content: "";
    position: relative;
    bottom: -3px;
    left: -5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icons/ico_menu_account.svg) no-repeat top center;
    background-size: cover; }
  .account_side .side_body .side_menu_user::before {
    content: "";
    position: relative;
    bottom: 0px;
    left: -5px;
    display: inline-block;
    width: 23px;
    height: 16px;
    background: url(../images/icons/ico_menu_user.svg) no-repeat top center;
    background-size: cover; }
  .account_side .side_body .side_menu_history::before {
    content: "";
    position: relative;
    bottom: -3px;
    left: -5px;
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../images/icons/ico_history.svg) no-repeat top center;
    background-size: cover; }
  .account_side .side_body .side_menu_access::before {
    content: "";
    position: relative;
    bottom: -2px;
    left: -5px;
    display: inline-block;
    width: 21px;
    height: 18px;
    background: url(../images/icons/ico_access.svg) no-repeat top center;
    background-size: cover; }
  .account_side .side_body ol {
    margin-bottom: 10px; }
  .account_side .side_body ol > li > a {
    display: block;
    width: 100%;
    padding: 12px 0px 12px 50px;
    border-top: 1px solid #41A797;
    color: #99DDD0; }
  .account_side .side_body ol > li.active > a {
    color: #ffffff; }
  .account_side.closed .fold-side::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .account_side.closed .side_body > ul > li > a {
    padding: 6px 0px 6px 25px; }
  .account_side.closed .side_body ol {
    display: none;
    opacity: 0;
    visibility: hidden; }
  .account_side.closed .side_menu_account::before {
    left: -15px; }
  .account_side.closed .side_menu_user::before {
    left: -16px; }
  .account_side.closed .side_menu_data::before,
  .account_side.closed .side_menu_history::before,
  .account_side.closed .side_menu_access::before {
    left: -14px; }

/*--------------------------------------
	content
--------------------------------------*/
.account_content_container {
  padding: 30px 20px; }

.account_page_title {
  margin-bottom: 25px; }
  .account_page_title h1 {
    font-size: 24px;
    font-weight: bold; }

.account_sub_title {
  margin-bottom: 15px; }
  .account_sub_title h2 {
    font-size: 20px;
    font-weight: bold; }

.account_block {
  margin-bottom: 30px; }
  .account_block .select {
    max-width: 300px; }
  .account_block + .account_block {
    padding-top: 25px;
    border-top: 2px solid #B5B9BC; }

.account_table {
  width: 100%; }
  .account_table tr > td {
    vertical-align: middle;
    padding-bottom: 20px; }
  .account_table tr > td:first-child {
    width: 150px; }
  .account_table time {
    padding: 0 5px; }
  .account_table .primary-button {
    max-width: 155px; }
    .account_table .primary-button a, .account_table .primary-button button, .account_table .primary-button input {
      padding: 9px 0; }

/*--------------------------------------
	form
--------------------------------------*/
.account_form {
  margin-bottom: 30px;
  border-radius: 3px;
  background: #DCE4EA; }
  .account_form .account_form_container {
    max-width: 660px;
    padding: 45px 10px;
    margin: auto; }
  .account_form .account_form_field {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    .account_form .account_form_field .account_form_label {
      max-width: 260px;
      width: 100%;
      font-size: 16px;
      font-weight: bold; }
      .account_form .account_form_field .account_form_label > .required {
        margin-left: 5px;
        color: #E35454; }
    .account_form .account_form_field .account_form_input {
      width: 100%; }
      .account_form .account_form_field .account_form_input p {
        margin-bottom: 0px; }
      .account_form .account_form_field .account_form_input.inline {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center; }
        .account_form .account_form_field .account_form_input.inline .primary-button {
          max-width: 130px;
          margin-left: 10px; }
    .account_form .account_form_field .inline_radios {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      align-items: center;
      height: 50px; }
      .account_form .account_form_field .inline_radios label {
        margin-right: 5px; }
      .account_form .account_form_field .inline_radios label:last-child {
        margin-right: 0; }
  .account_form .account_form_buttons {
    margin-top: 45px; }
  .account_form .account_form_field + .account_form_field {
    margin-top: 25px; }
  .account_form .account_form_field.close {
    margin-top: 10px; }
  .account_form .select {
    height: 50px; }
  .account_form .textarea {
    height: 345px; }

.account_form_message {
  padding: 25px 0px;
  border-bottom: 2px solid #ffffff;
  margin: 0 25px; }
  .account_form_message > h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold; }
  .account_form_message > ul {
    counter-reset: account_form_message; }
  .account_form_message > ul > li {
    position: relative;
    padding-left: 27px; }
  .account_form_message > ul > li + li {
    margin-top: 20px; }
  .account_form_message > ul > li::before {
    counter-increment: account_form_message;
    content: counter(account_form_message);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 0px 6px 0px 6px;
    border-radius: 50%;
    color: #ffffff;
    background: #41A797; }
  .account_form_message ul > li table {
    font-size: 16px; }
    .account_form_message ul > li table tr td {
      padding: 6px 10px;
      border-bottom: 1px solid #DCE4EA; }
    .account_form_message ul > li table tr td:first-child {
      background: #ECF1F5; }
    .account_form_message ul > li table tr td:last-child {
      background: #ffffff; }

.account .form_buttons .secondary-button {
  max-width: 210px; }

/*--------------------------------------
	grid
--------------------------------------*/
.account .grid_header .grid_buttons {
  padding-bottom: 20px; }
  .account .grid_header .grid_buttons .primary-round-button {
    max-width: 220px; }
    .account .grid_header .grid_buttons .primary-round-button a, .account .grid_header .grid_buttons .primary-round-button button, .account .grid_header .grid_buttons .primary-round-button input　 {
      padding: 4px 0; }
.account .grid_header .pagination {
  flex: 1; }

/*--------------------------------------
	others
--------------------------------------*/
/* withdrawal */
.account .withdrawal p {
  line-height: 2; }
.account .withdrawal .primary-button {
  max-width: 135px; }

/* notice */
.notice {
  border: 1px solid #B5B9BC;
  border-radius: 3px;
  margin-bottom: 25px; }
  .notice p {
    padding: 19px 25px; }

.notice.success {
  color: #09806D;
  background: #CDF0E9; }

/* confirmation */
.account .confirmation p {
  line-height: 2; }
.account .confirmation .primary-button {
  max-width: 350px; }

/* user action */
.user_action {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 55px; }
  .user_action label {
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold; }
  .user_action .select {
    max-width: 120px;
    height: 30px;
    padding: 3px 0 3px 7px;
    margin-right: 5px;
    font-size: 14px;
    background-position-x: calc(100% - 8px);
    background-size: 9px 6px; }
  .user_action .primary-button {
    max-width: 80px; }
    .user_action .primary-button a, .user_action .primary-button input, .user_action .primary-button button {
      padding: 3px 0; }

.account_message ul {
  margin-bottom: 25px; }
  .account_message ul > li {
    position: relative;
    padding-left: 30px; }
    .account_message ul > li::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #99DDD0; }
  .account_message ul > li + li {
    margin-top: 10px; }
.account_message .primary-button {
  max-width: 260px; }

/* row color */
.account .row-green {
  background-color: #E9FAD2 !important; }
.account .row-blue {
  background-color: #CCECFF !important; }

/*-----------------------------------------------------------
■ others
-----------------------------------------------------------*/
/*--------------------------------------
	file uplaud
--------------------------------------*/
.file-upload {
  width: calc(100% - 60px);
  padding: 30px;
  margin: auto;
  border-radius: 5px; }
  .file-upload .file-upload_title {
    margin-bottom: 30px; }
    .file-upload .file-upload_title h1 {
      text-align: center;
      font-size: 22px;
      font-weight: bold; }
  .file-upload .dropzone_container {
    position: relative;
    margin: auto;
    border-radius: 3px;
    box-shadow: 0px 3px 6px #00000029; }
    .file-upload .dropzone_container .dropzone {
      border: 0px; }
      .file-upload .dropzone_container .dropzone .dz-message {
        position: relative;
        padding: 20px 0px 50px 0px; }
        .file-upload .dropzone_container .dropzone .dz-message button {
          font-size: 16px;
          font-weight: bold; }
        .file-upload .dropzone_container .dropzone .dz-message::after {
          content: "";
          position: absolute;
          left: calc(50% - 15px);
          top: 55px;
          width: 30px;
          height: 41px;
          background: url(../images/icons/ico_upload.svg) no-repeat center center;
          background-size: cover; }
      .file-upload .dropzone_container .dropzone::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        margin: 10px;
        width: calc(100% - 25px);
        height: calc(100% - 25px);
        border: 2px dashed #99ddd0; }
  .file-upload .table_container {
    padding-bottom: 35px; }
  .file-upload .file-upload_table .table tbody tr td {
    padding-top: 13px;
    padding-bottom: 13px; }
  .file-upload .file-upload_table .table tbody tr td:nth-child(4) .tooltip {
    display: none; }
  .file-upload .file-upload_table input[type=checkbox] {
    height: 18px;
    width: 18px;
    margin-left: 5px; }
  .file-upload .file-upload_table .file_name {
    max-width: 300px; }
  .file-upload .file-upload_table .select {
    max-width: 300px; }
  .file-upload .zip_file_password {
    max-width: 800px; }
    .file-upload .zip_file_password > label {
      font-size: 16px;
      font-weight: bold; }
    .file-upload .zip_file_password input {
      width: calc(100% - 10px);
      height: 38px;
      padding: 0 5px;
      border: 1px solid #B5B9BC; }
  .file-upload .file-upload_comment {
    max-width: 800px; }
    .file-upload .file-upload_comment > label {
      font-size: 16px;
      font-weight: bold; }
    .file-upload .file-upload_comment .textarea {
      height: 80px; }
  .file-upload .file-upload_attachment {
    max-width: 500px;
    margin-top: 30px; }
    .file-upload .file-upload_attachment > label {
      font-size: 16px;
      font-weight: bold; }
  .file-upload .file-upload_buttons {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 40px; }
    .file-upload .file-upload_buttons .primary-button, .file-upload .file-upload_buttons .secondary-button {
      max-width: 160px; }
    .file-upload .file-upload_buttons .text-button + .secondary-button a, .file-upload .file-upload_buttons .text-button + .secondary-button button, .file-upload .file-upload_buttons .text-button + .secondary-button input {
      padding: 14px 0; }
    .file-upload .file-upload_buttons .secondary-button {
      margin-left: 15px; }

@media screen and (max-width: 1000px) {
  .file-upload {
    width: 100%;
    padding: 0px; }
    .file-upload .file-upload_table .table tbody tr td:nth-child(4) .file_name_container:hover .tooltip {
      display: block; }
    .file-upload .file-upload_table .file_name {
      max-width: 250px; } }
@media screen and (max-width: 767px) {
  .file-upload .file-upload_title {
    margin-bottom: 20px; }
    .file-upload .file-upload_title h1 {
      font-size: 18px; }
  .file-upload .file-upload_table .table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px; }
  .file-upload .file-upload_table input[type=checkbox] {
    height: 14px;
    width: 14px;
    margin-left: 3px; }
  .file-upload .file-upload_table .file_name {
    max-width: 150px; }
  .file-upload .file-upload_table .select {
    max-width: 150px; }
  .file-upload .file-upload_buttons {
    -webkit-flex-direction: column;
    flex-direction: column; }
    .file-upload .file-upload_buttons .text-button {
      max-width: 280px; }
    .file-upload .file-upload_buttons .secondary-button {
      margin-top: 10px;
      margin-left: 0px; } }
@media screen and (max-width: 600px) {
  .file-upload .file-upload_table .table {
    font-size: 10px; }
  .file-upload .file-upload_table .table tbody tr td {
    padding-top: 8px;
    padding-bottom: 8px; }
  .file-upload .file-upload_table .file_name {
    max-width: 75px; } }
/*--------------------------------------
	file type block
--------------------------------------*/
.file-type-block {
  width: 100%; }
  .file-type-block .file-type-block_main-input {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center; }
    .file-type-block .file-type-block_main-input .input {
      max-width: 300px;
      height: 38px;
      margin-right: 10px; }
    .file-type-block .file-type-block_main-input .primary-button {
      max-width: 100px; }
      .file-type-block .file-type-block_main-input .primary-button a, .file-type-block .file-type-block_main-input .primary-button button, .file-type-block .file-type-block_main-input .primary-button input {
        padding: 8px 0; }
  .file-type-block .file-type-block_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 15px; }
  .file-type-block .file-type-block_list {
    max-width: 280px;
    width: 100%;
    padding: 10px;
    background: #ffffff; }
    .file-type-block .file-type-block_list ul {
      max-height: 140px;
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto; }
      .file-type-block .file-type-block_list ul li label {
        font-weight: normal;
        font-size: 16px; }
  .file-type-block .file-type-block_buttons {
    margin-left: 12px; }
    .file-type-block .file-type-block_buttons h6 {
      font-size: 16px;
      margin-bottom: 10px; }
      .file-type-block .file-type-block_buttons h6::before {
        content: "";
        position: relative;
        top: 3px;
        left: -6px;
        display: inline-block;
        width: 17px;
        height: 17px;
        margin-left: 10px;
        background: url(../images/icons/ico_sort.svg) no-repeat center center;
        background-size: cover; }
    .file-type-block .file-type-block_buttons button {
      display: block;
      height: 35px;
      border: 1px solid #828C93;
      border-radius: 3px;
      font-size: 15px;
      background: transparent linear-gradient(180deg, #E8E8E8 0%, #C9C9C9 100%) 0% 0% no-repeat padding-box; }
    .file-type-block .file-type-block_buttons button + button {
      margin-top: 10px; }

@media screen and (max-width: 550px) {
  .file-type-block .file-type-block_inner {
    display: block; }
  .file-type-block .file-type-block_buttons {
    margin-top: 10px;
    margin-left: 0px; }
    .file-type-block .file-type-block_buttons h6 {
      margin-bottom: 5px; }
    .file-type-block .file-type-block_buttons button {
      display: inline-block;
      margin: 0 5px 10px 0; }
    .file-type-block .file-type-block_buttons button + button {
      margin-top: 0px; } }
/*--------------------------------------
	legacy
--------------------------------------*/
/* Move down content because we have a fixed navbar that is 3.5rem tall */
p.requested-comment {
  word-break: break-all; }

p.requested-attachment {
  word-break: break-all; }

.trial-name-view, .trial-detail-view {
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis; }

.tabs .history_tabs_list {
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center; }
  .tabs .history_tabs_list > li {
    -ms-flex: 1;
    flex: 1;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 40px;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer; }
  .tabs .history_tabs_list > li.active {
    background: #ffffff; }
  .tabs .history_tabs_list > li > h4 {
    display: inline-block;
    margin-left: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #050505; }

.zip-message-text {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 40px; 
  color: #ff0000; }
