@charset "UTF-8";
/*--- color ---*/
/*--- z-index ---*/
/*--- breakpoint ---*/
/* =======================
  mixin
======================= */
/*--- 透過ホバー ---*/
/*--- color変更ホバー ---*/
/*--- background-color変更ホバー ---*/
/*--- color・background-colorホバー ---*/
.u-colorRed {
  color: #CF0000;
}

.p-contactform {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-contactform {
    margin-bottom: 8rem;
  }
}

.entry_form .form_block {
  padding: 3rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .entry_form .form_block {
    padding: 0rem 0 5rem;
  }
}
.entry_form .form_block .l-wrapper {
  max-width: 94rem;
}
.entry_form .caution {
  line-height: 1.6;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .entry_form .caution {
    font-size: 1.4rem;
  }
}
.entry_form form input, .entry_form form textarea, .entry_form form select {
  width: 100%;
  font-size: 2.4rem;
  background-color: #FFFFFF;
  padding: 1rem 2.7rem;
  font-size: 1.8rem;
}
.entry_form form input::placeholder, .entry_form form textarea::placeholder, .entry_form form select::placeholder {
  color: #CCCCCC;
}
@media screen and (max-width: 768px) {
  .entry_form form input, .entry_form form textarea, .entry_form form select {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
  }
}
.entry_form form input, .entry_form form textarea {
  border: 2px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .entry_form form input, .entry_form form textarea {
    max-width: 100%;
  }
}
.entry_form form input {
  max-width: 78.6rem;
}
.entry_form form input[type=checkbox] {
  appearance: checkbox;
  width: 2.3rem;
  height: 2.3rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .entry_form form input[type=checkbox] {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0;
  }
}
.entry_form form input.w-210 {
  max-width: 21rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .entry_form form input.w-210 {
    font-size: 1.4rem;
  }
}
.entry_form form textarea {
  height: 24rem;
  resize: none;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .entry_form form textarea {
    height: 15rem;
  }
}
.entry_form form select {
  max-width: 400px;
  border-radius: 10px;
  border: 2px solid #A5ACB2;
  appearance: auto;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry_form form select {
    max-width: 100%;
    border-radius: 3px;
  }
}
.entry_form form .input_form_row {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.entry_form form .input_form_row .p_input {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
}
.entry_form form .input_form_row .p_input .input_lable {
  flex-shrink: 0;
  font-size: 1.4rem;
}
.entry_form form .input_form_column {
  display: flex;
  flex-direction: column;
}
.entry_form table {
  width: 100%;
  margin-top: 8em;
}
@media screen and (max-width: 768px) {
  .entry_form table {
    margin-top: 5rem;
  }
}
.entry_form table tbody {
  display: table-row-group;
}
.entry_form table tbody tr {
  display: flex;
  gap: 1.6rem 2rem;
  box-sizing: border-box;
  padding: 2rem 0;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr {
    padding: 1rem 0;
    flex-direction: column;
    align-items: stretch;
  }
}
.entry_form table tbody tr:first-child {
  padding-top: 0;
}
.entry_form table tbody tr:first-child td input[type=text] {
  font-size: 1.8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr:first-child td input[type=text] {
    font-size: 1.4rem;
    padding-right: 1rem;
  }
}
.entry_form table tbody tr:first-child td select {
  font-size: 1.8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr:first-child td select {
    font-size: 1.4rem;
  }
}
.entry_form table tbody tr:first-child td .p_input:has(input) {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr:first-child td .p_input:has(input) {
    flex: 1;
    max-width: none;
  }
}
.entry_form table tbody tr:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr td, .entry_form table tbody tr th {
    width: 100%;
    display: block;
  }
}
.entry_form table tbody tr th {
  width: 22.5%;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 12.4px;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr th {
    font-size: 14px;
    line-height: 1;
    width: 100%;
    margin-top: 0rem;
  }
}
.entry_form table tbody tr th .req {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr th .req {
    gap: 0 3rem;
    justify-content: flex-start;
    font-size: 1.4rem;
  }
}
.entry_form table tbody tr td {
  width: calc(100% - 2rem - 22.5%);
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr td {
    width: 100%;
    font-size: 14px;
  }
}
.entry_form table tbody tr td .kakunin_label {
  display: inline-block;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr td .kakunin_label {
    margin-top: 1rem;
  }
}
.entry_form table tbody .form_msg {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.4rem;
}
.entry_form table tbody .form_msg.kakunin {
  margin: 3rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody .form_msg.kakunin {
    margin: 2rem 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .entry_form table tbody .form_msg {
    margin-top: 1.5rem;
  }
}

.c-official-doc-block.top {
  margin: 8rem 0 6rem;
}
.c-official-doc-block.top > li .heading {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.c-official-doc-block.top > li .text {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-official-doc-block.top {
    margin: 6rem 0 4rem;
  }
  .c-official-doc-block.top > li .heading {
    margin-bottom: 2rem;
  }
}
.c-official-doc-block.bottom {
  margin-top: 10rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .c-official-doc-block.bottom {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.c-rectbtn {
  box-shadow: none;
  margin: 0 auto 40px;
  cursor: pointer;
}
.c-rectbtn p {
  margin: 0;
  flex: 1;
  text-align: center;
}
.c-rectbtn::before {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-rectbtn {
    margin: 0 auto 1.5rem;
  }
}

.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-official-doc-block > li .heading {
  font-size: 1.8rem;
}

.c-list li {
  font-size: 1.4rem;
}

.password_link {
  display: block;
  text-align: center;
  color: #1D54A2;
  text-decoration: underline;
  margin-bottom: 12.4rem;
}
@media screen and (max-width: 768px) {
  .password_link {
    margin-bottom: 4rem;
  }
}
