.file_download .input_element,
.file_download .confirm_element,
.file_download .complete_element {
  display: none;
}
.file_download._input .input_element {
  display: block;
}
.file_download._confirm .confirm_element {
  display: block;
}
.file_download._complete .complete_element {
  display: block;
}
.file_download__head h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.file_download__body:not(._form) {
  max-height: 50svh;
  overflow: scroll;
}
@media screen and (max-width: 640px) {
  .file_download__body {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.file_download__btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .file_download__btn_wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.file_download__btn_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.file_download__btn_column._sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .file_download__btn_column._pc {
    display: none;
  }
  .file_download__btn_column._sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.file_download .logout_btn_warap._sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .file_download .logout_btn_warap._pc {
    display: none;
  }
  .file_download .logout_btn_warap._sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.file_download .logout_btn {
  border: 1px solid #20387c;
  padding: 3px 5px;
  cursor: pointer;
}
.file_download .logout_btn:hover {
  background-color: #20387c;
  color: #ffffff;
}
.file_download button.btn {
  min-width: 122px;
  min-height: 42px;
  display: inline-block;
  border-radius: 4px;
  background-color: #20387c;
  border: 1px solid #20387c;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em 1em;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .file_download button.btn {
    min-width: 110px;
    padding: 0.5em 0.4em;
  }
}
.file_download button.btn._disabled {
  background-color: #c5c5c5;
  border: 1px solid #c5c5c5;
  pointer-events: none;
}
.file_download button.btn .download_icon {
  display: inline-block;
  margin-left: 5px;
}
.file_download button.btn .download_icon._blue {
  display: none;
}
.file_download button.btn._logout {
  border: 1px solid #222222;
  background-color: #ffffff;
  color: #222222;
  cursor: pointer;
}
.file_download button.btn._logout .logout_icon {
  display: inline-block;
  margin-left: 5px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.file_download button.btn._logout .logout_icon._white {
  display: none;
}
@media screen and (max-width: 767px) {
  .file_download button.btn._logout {
    width: 46px;
    min-width: 46px;
    padding: 0;
  }
  .file_download button.btn._logout .inner_text {
    display: none;
  }
  .file_download button.btn._logout .logout_icon {
    margin-left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.file_download button.btn:hover {
  background-color: #ffffff;
  color: #20387c;
}
.file_download button.btn:hover .download_icon._white {
  display: none;
}
.file_download button.btn:hover .download_icon._blue {
  display: inline-block;
}
.file_download button.btn:hover._logout {
  background-color: #ffffff;
  color: #222222;
  text-decoration: underline;
}
.file_download button:disabled,
.file_download input:disabled {
  pointer-events: none !important;
}
.file_download__checkbox {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 2px solid #c5c5c5;
  accent-color: #20387c;
}
.file_download__list:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .file_download__list {
    max-height: calc(100svh - 200px);
  }
}
.file_download__line {
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 15px 15px 15px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .file_download__line {
    gap: 20px;
  }
}
.file_download__line._checked {
  background-color: rgba(32, 56, 124, 0.05);
}
.file_download__line._category {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 45px;
}
.file_download__line._category .file_category {
  font-size: 20px;
  font-weight: bold;
}
.file_download__line:not(._category) {
  cursor: pointer;
}
.file_download__line:not(._category):not(._checked):hover {
  background-color: rgba(32, 56, 124, 0.03);
}
.file_download__line._disabled {
  pointer-events: none;
}
.file_download__line__file_info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .file_download__line__file_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.file_download__line__file_info__l {
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.file_download__line__file_info__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: clamp(10px, 3vw, 38px);
}
.file_download__line__file_info__r .file_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 4vw, 60px);
}
.file_download__line .file_info__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file_download__line .file_info__thumbnail {
  width: 50px;
  height: 50px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid #e4e4e4;
  margin-right: 13px;
  background: url("/wp/wp-content/themes/skgh/common/img/file_download/file_download_noimage.png") no-repeat;
  background-size: contain;
}
.file_download__line .file_info__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.file_download__line .file_info__name {
  font-size: 16px;
}
.file_download__line .file_info__description {
  color: #717171;
  font-size: 15px;
  margin-top: 10px;
}
.file_download__line .file_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  cursor: pointer;
}
.file_download__line .file_download .download_icon {
  border: none;
  background: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.file_download__line .file_download:hover {
  background-color: rgba(32, 56, 124, 0.2);
}
.file_download .table-form {
  max-width: 600px;
  margin-top: 40px;
  margin-bottom: 80px;
}
.file_download .table-form input[type=password] {
  border: 1px solid #cccccc;
  background: #f3f3f3;
  border-radius: 3px;
  width: 100%;
  padding: 6px;
}
.file_download ._confirm .action-buttons,
.file_download ._complete .action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin: auto;
}
.file_download ._confirm .action-buttons input,
.file_download ._complete .action-buttons input {
  margin: 0;
}
.file_download ._confirm input[name=submitBack],
.file_download ._complete input[name=submitBack] {
  margin-bottom: 0;
  max-width: 111px;
}

.contact_form {
  position: relative;
  min-height: 300px;
}
.contact_form .loader_wrapper {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.contact_form .loader_wrapper .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  width: 8em;
  height: 8em;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(29, 58, 132, 0.2);
  border-right: 1.1em solid rgba(29, 58, 132, 0.2);
  border-bottom: 1.1em solid rgba(29, 58, 132, 0.2);
  border-left: 1.1em solid rgb(29, 58, 132);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  display: inline-block;
}
.contact_form._loading .loader_wrapper {
  display: block;
}

.contents-area ._single_column {
  display: block;
}
/*# sourceMappingURL=file_download.css.map */