@charset "UTF-8";

/* ----------
CONTENT
----------- */

/*
 * TABLE
 */

.update-table_logo {
  border: 1px solid #a0a0a0;
  padding: 1rem 0.5rem;
  text-align: center;
}

.update-table_logo-link:hover {
  opacity: 0.7;
}

.update-table_service-name {
  border: 1px solid #a0a0a0;
  padding: 1rem;
}

.update-table_btn {
  border: 1px solid #a0a0a0;
  padding: 1rem;
}

.update-table_btn .text-link_mark-right_external-link::after {
  margin: 0 0.2rem; /* 中途半端に改行されないに調整 */
}

.update-btn_online,
.update-btn_document-download {
  background-color: #fff;
  border: 1px solid #2c2c2c;
  color: #2c2c2c;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 1rem;
}

.update-btn_online::after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 0.5rem;
}

.update-btn_document-download::after {
  content: "\f019";
  font-family: FontAwesome;
  margin-left: 0.2rem;
}

.update-btn_online:hover,
.update-btn_document-download:hover {
  text-decoration: none;
  color: #fff;
  background-color: #2c2c2c;
}

.update-btn_disabled {
  background-color: #a1a1a1;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 1rem;
}

.update-table_text {
  margin: 0;
}

/* 書類送付先 */

.section_destination-information {
  border: 1px solid #b5b5b5;
  border-radius: 0.3rem;
  margin: 3rem 1rem;
  padding: 1rem;
}

.destination-information-text {
  line-height: 1.5;
}

.destination-information-address {
  background-color: #f6f6f6;
  padding: 1rem;
  line-height: 1.5;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  /*
   * フロー図
   */
  .update-flow-diagram {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 1rem 2rem 0;
  }

  .update-flow-diagram-box {
    margin-bottom: 1rem;
  }

  /* フロー図 証明書発行インストール */
  .update-flow-diagram-box:last-child {
    /* 文字が隠れるので幅を広くとる */
    flex-basis: 9rem;
  }

  /*
   * TABLE
   */
  .update-table_logo {
    padding: 0.3rem;
  }

  .update-table_logo img {
    padding: 0.3rem;
    width: 4rem;
    height: auto;
  }

  .update-table_service-name {
    padding: 0.3rem;
    font-size: 0.9rem;
  }

  .update-table_btn {
    padding: 0.3rem;
    font-size: 0.9rem;
  }

  .update-table_btn .update-btn_online,
  .update-table_btn .update-btn_document-download,
  .update-btn_disabled {
    padding: 0.3rem 0.5rem 0.1rem;
    font-size: 0.9rem;
    white-space: nowrap;
  }
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  /*
   * TABLE
   */
  .update-table_service-name {
    width: 14rem;
  }

  /*
   *フロー図
   */
  .update-flow-diagram-box {
    flex-grow: 1;
  }

  /*
   * 送り先
   */
  .section_destination-information {
    margin: 3rem 0;
    padding: 1rem 2rem;
  }

  .destination-information-address {
    padding: 1rem 2rem;
  }
}