* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333333;
}

a {
  -webkit-text-decoration-color: #0691D9;
          text-decoration-color: #0691D9;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

body {
  background-color: #F8F8F8;
  overflow-x: hidden;
}

.page__head {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin-top: 62rem;
  }
}
@media screen and (max-width: 768px) {
  .page__head {
    margin-top: 62rem;
  }
}
.page__head img {
  width: 100%;
  max-height: 377rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.page__head div {
  position: absolute;
  top: 50%;
  left: 160rem;
  left: calc(var(--fs) * 100);
  transform: translateY(-50%);
}

.page__head div h1 {
  font-size: 48rem;
  font-size: calc(var(--fs) * 48);
  color: #FFF;
  font-weight: 600;
}

.page__head div p {
  font-size: 34rem;
  font-size: calc(var(--fs) * 24);
  color: #FFF;
  font-weight: 600;
  margin-top: 8rem;
  margin-top: calc(var(--fs) * 16);
}

.main {
  max-width: 1200rem;
  margin: 0 auto;
  padding-bottom: 200rem;
  padding-left: 20rem;
  padding-right: 20rem;
  box-sizing: border-box;
}

#tcfd {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #tcfd {
    overflow-x: scroll;
  }
}

.section__head {
  font-size: 30rem;
  font-weight: 600;
  margin-top: 106rem;
  padding-bottom: 26rem;
  border-bottom: 1rem solid #D5D5D5;
  margin-bottom: 30rem;
}

.head--md {
  font-size: 20rem;
  color: #0691D9;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 30rem;
}

.head--md::before {
  content: "";
  width: 20rem;
  height: 20rem;
  background-color: #0691D9;
  margin-right: 10rem;
}

.head--sm {
  font-size: 18rem;
  font-weight: 700;
  margin-top: 40rem;
}

.main__text {
  font-size: 18rem;
  font-weight: 400;
  line-height: 35rem;
  margin-bottom: 40rem;
}

table {
  max-width: 1200rem;
  margin: 0 auto;
  border-spacing: 0;
}

thead {
  height: 60rem;
  background-color: #EAF0F5;
}

thead tr th {
  width: 50%;
  border: 1rem solid #949494;
}

thead tr th:first-child {
  border-right: unset;
  width: 40%;
}

thead tr th:last-child {
  width: 60%;
}

tbody tr td {
  padding: 30rem;
  border-left: 1rem solid #949494;
  border-bottom: 1rem solid #949494;
}

tbody tr td:last-child {
  border-right: 1rem solid #949494;
}

tbody tr td a:first-child .document__button {
  margin-top: 0;
}

.flex {
  width: 100%;
  display: flex;
  gap: 30rem;
}

.document__button {
  font-size: 18rem;
  color: #0691D9;
  border: unset;
  background-color: unset;
  margin-top: 35rem;
  text-align: left;
}

.document__button img {
  width: 1em;
  height: 1em;
}

.adobe {
  max-width: 1200rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 36rem;
  border: 1rem solid #707070;
  margin: 0 auto;
  margin-top: 56rem;
  line-height: 35rem;
  padding: 10rem 23rem;
}
.adobe a {
  transition: opacity 0.3s !important;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .adobe a:hover {
    opacity: 0.7;
  }
}
.adobe img {
  display: block;
}

.adobe__icon {
  width: 158rem;
}

.adobe div {
  font-size: 16rem;
  line-height: 1.8;
  font-weight: 400;
}

.text--sub {
  font-size: 18rem;
  color: #949494;
  margin-top: 8rem;
}

.buttons {
  margin-top: 84rem;
}

.buttons__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25rem;
}

.buttons__title {
  font-size: 33rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30rem;
  position: relative;
}

.buttons__title span {
  width: 36rem;
  height: 3rem;
  background-color: #0691D9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.button--blue {
  width: 410rem;
  height: 83rem;
  background-color: #fff;
  font-size: 24rem;
  font-weight: 700;
  color: #0B91D9;
  position: relative;
  border: 2rem solid #0B91D9;
  display: block;
  margin: 0 auto;
  margin-top: 40rem;
}

.button--blue::after {
  content: "";
  position: absolute;
  right: 21rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 12rem;
  height: 12rem;
  border-top: solid 2rem #0B91D9;
  border-right: solid 2rem #0B91D9;
}

.mt-30 {
  margin-top: 30rem;
}

.mt-37 {
  margin-top: 37rem;
}

.mt-60 {
  margin-top: 60rem;
}

.mt-100 {
  margin-top: 100rem;
}

.mt-120 {
  margin-top: 120rem;
}

.pc_none {
  display: none;
}

@media only screen and (max-width: 750px) {
  .section__head {
    margin: 0 20rem;
  }
  .main__text, .head--md {
    padding: 0 20rem;
  }
  table {
    padding-left: 20rem;
    padding-right: 20rem;
    width: 1200rem;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .page__head img {
    width: 100%;
    min-height: 138rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page__head div {
    position: absolute;
    top: 50%;
    left: 20rem;
    transform: translateY(-50%);
  }
  .page__head div h1 {
    font-size: 17rem;
    color: #FFF;
    font-weight: 700;
    line-height: 25rem;
  }
  .page__head div p {
    font-size: 13rem;
    line-height: 16rem;
    margin-top: 8rem;
  }
  #report {
    width: 100%;
    margin-top: 70rem;
  }
  .main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 100rem;
  }
  .buttons {
    flex-wrap: wrap;
  }
  .buttons__title {
    font-size: 26rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30rem;
    position: relative;
    margin-bottom: 40rem;
  }
  .buttons a {
    width: 100%;
  }
  .buttons button {
    width: 100%;
    height: 83rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10rem;
    position: relative;
    color: #0691D9;
    font-size: 18rem;
    font-weight: 700;
    cursor: pointer;
  }
  .button--blue {
    width: 100%;
    font-size: 18rem;
    margin-top: 0rem;
  }
  .section__head {
    font-size: 18rem;
    font-weight: 600;
    padding-bottom: 26rem;
    border-bottom: 1rem solid #D5D5D5;
    margin-bottom: 20rem;
    margin-top: 50rem;
  }
  .main__text {
    font-size: 15rem;
    font-weight: 400;
    line-height: 35rem;
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .section__head__link {
    font-size: 18rem;
    font-weight: 700;
    padding-bottom: 26rem;
    border-bottom: 1rem solid #D5D5D5;
    margin-bottom: 47rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100rem;
  }
  .head__link {
    width: 100%;
    font-size: 18rem;
    color: #0B91D9;
    font-weight: 700;
    position: relative;
    text-align: left;
    margin-top: 10rem;
  }
  .head__link::after {
    content: "";
    position: absolute;
    right: unset;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8rem;
    height: 8rem;
    margin-left: 10rem;
    border-top: solid 2rem #0B91D9;
    border-right: solid 2rem #0B91D9;
  }
  .head--md {
    font-size: 18rem;
    color: #0691D9;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .head--md::before {
    content: "";
    width: 18rem;
    height: 18rem;
    background-color: #0691D9;
    margin-right: 10rem;
    margin-top: 5rem;
  }
  .mt-68 {
    margin-top: 23rem;
  }
  .mt-120 {
    margin-top: 66rem;
  }
  .card {
    width: 100%;
    padding: 43rem 20rem 48rem 20rem;
    background-color: #FFF;
    box-shadow: 0rem 0rem 15rem rgba(0, 0, 0, 0.1019607843);
    margin-top: 33rem;
  }
  .flex {
    width: 100%;
    display: flex;
    gap: 21rem;
    flex-wrap: wrap;
  }
  .card--md {
    width: 100%;
    padding: 24.5rem 24rem;
    margin-top: 33rem;
  }
  .document__img {
    width: 260rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
  }
  .document__button {
    display: block;
    font-size: 15rem;
    color: #0691D9;
    border: unset;
    background-color: unset;
    margin-top: 25rem;
    text-align: left;
  }
  .text--sub {
    font-size: 15rem;
  }
  .document__button img {
    width: 17rem;
    height: 17rem;
  }
  .head--sm {
    font-size: 15rem;
    font-weight: 700;
    margin-top: 40rem;
  }
  .buttons__flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25rem;
  }
  .adobe {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20rem;
    margin: 0 auto;
    margin-top: 56rem;
    padding: 30rem 23rem;
    width: calc(100% - 40rem);
    box-sizing: border-box;
  }
  .adobe__icon {
    width: 158rem;
  }
  .adobe div {
    font-size: 15rem;
    line-height: 21rem;
    font-weight: 400;
  }
}
/*# sourceMappingURL=tcfd.css.map */