@charset "utf-8";

/* 使用フォント */
:root {
  --NotoSans: "Noto Sans JP", sans-serif;
}

.company_pdf_wrapper {
  width: 108rem;
  margin: 9.7rem auto 10rem;
}

/* <!-- fvエリア↓ --> */
/* .pdf_fv_wrapper{
  width: 100%;
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/pdf_fv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 9.7rem;
}
.pdf_main_title{
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
} */
/* <!-- fvエリア↑ --> */

.company_pdf_title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.7rem;
}

.pdf_flex {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}

.pdf_choice_wrap {
  width: 35rem;
  height: 26.2rem;
  border: 0.1rem solid #03A64D;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pdf_flex a:hover .pdf_green_flex {
  color: #03A64D;
  background-color: #ffffff;
  /* border: #03A64D solid 1px; */
  transition: .5s;
}

.pdf_flex a:hover .pdf_green_font {
  color: #03A64D;
}

.pdf_flex a:hover .pdf_green_right::after {
  border: 0.1rem solid #03A64D;
}
.pdf_flex a:hover .pdf_green_right::before {
  border: 0.1rem solid #03A64D;
}


.pdf_write_area {
  text-align: center;
}

.pdf_img_wrap {
  width: 30rem;
  height: 5.4rem;
  margin: 5.1rem auto 0;
}

.pdf_writearea_title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 3rem;
}

.pdf_green_flex {
  display: flex;
  height: 6rem;
  background-color: #03A64D;
  justify-content: space-between;
}

.pdf_green_font {
  padding: 1.25rem 0 0 3rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 600;

}

.pdf_green_right {
  width: 6rem;
  border-left: 0.1rem solid #fff;
  position: relative;
}

.pdf_green_right::before {
  position: absolute;
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
  top: 2rem;
  right: 2rem;
}

.pdf_green_right::after {
  position: absolute;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border: 0.1rem solid #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.footer_button_area {
  /* display: none; */
}

@media screen and (max-width:699.98px) {
  .company_pdf_wrapper {
    width: 35.5rem;
    margin-bottom: 5rem;
  }

  /* <!-- fvエリア↓ --> */
  .pdf_fv_wrapper {
    margin-bottom: 4.7rem;
  }

  /* <!-- fvエリア↑ --> */
  .company_pdf_title {}

  .pdf_flex {
    gap: 0;
    justify-content: space-between;
  }

  .pdf_choice_wrap {
    width: 17.2rem;
    height: 12.9rem;
  }

  .pdf_write_area {}

  .pdf_img_wrap {
    width: 14rem;
    height: 2.5rem;
    margin-top: 2.2rem;
  }

  .pdf_writearea_title {
    margin-top: 1.3rem;
    font-size: 1rem;
  }

  .pdf_green_flex {
    height: 3.55rem;
  }

  .pdf_green_font {
    font-size: 1.1rem;
    padding: 0.4rem 1rem;
  }

  .pdf_green_right {
    width: 3.5rem;
  }

  .pdf_green_right::before {
    top: 1rem;
    right: 0.95rem;
  }

  .pdf_green_right::after {
    height: 1.1rem;
    width: 1.1rem;
  }

}