a.text_link {
  color: #ffb900;
}
a.text_link[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 768px) {
  a.text_link:hover {
    text-decoration: none;
  }
}

.text_red {
  color: #db3f4a;
}

.contact_text {
  text-align: center;
  margin-bottom: 40px;
}

.form_template_header {
  height: 120px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(../img/common/bg_border.png) center center;
  background-size: 45px 45px;
}
.form_template_header .inner_medium {
  margin: 0;
}
.form_template_header .logo {
  display: inline-block;
  width: 120px;
  margin-bottom: 15px;
}
.form_template_header .title {
  font-size: 2.2rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .form_template_header {
    height: 240px;
    text-align: center;
    background: url(../img/common/bg_border.png) center center;
    background-size: 45px 45px;
  }
  .form_template_header .logo {
    width: 180px;
    margin-bottom: 30px;
  }
  .form_template_header .title {
    font-size: 3.6rem;
  }
}

.form_template_catch {
  margin-top: 50px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .form_template_catch {
    margin-top: 70px;
    font-size: 2.1rem;
  }
}

.form_template_flow {
  margin-top: 70px;
}
.form_template_flow .notice {
  margin-top: 10px;
  font-size: 1.3rem;
}

.form_flow_area {
  position: relative;
  padding: 40px 20px 30px;
  border: 5px solid #1c7755;
}
.form_flow_area .title {
  position: absolute;
  display: inline-block;
  top: -3px;
  left: 50%;
  padding: 0 15px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.form_flow_point {
  max-width: 306px;
  text-align: center;
  margin: 20px auto 0;
}
@media print, screen and (min-width: 768px) {
  .form_flow_point {
    width: 176px;
  }
}

@media print, screen and (min-width: 768px) {
  .form_template_flow {
    margin-top: 110px;
  }
  .form_template_flow .notice {
    font-size: 1.4rem;
    text-align: right;
  }
  .form_flow_area {
    padding: 80px 10px 50px;
  }
  .form_flow_area .title {
    top: -5px;
    font-size: 2.5rem;
    padding: 0 35px;
  }
  .form_flow_list {
    display: flex;
  }
  .form_flow_list_item {
    padding: 0 10px;
  }
  .form_flow_list_item:not(:first-child) {
    padding-top: 0;
  }
  .form_flow_list_item:not(:first-child):before {
    top: 24px;
    left: -4px;
    transform: rotate(0);
  }
  .column2 .form_flow_list_item {
    width: 50%;
  }
  .column3 .form_flow_list_item {
    width: 33.3333333333%;
  }
  .column4 .form_flow_list_item {
    width: 25%;
  }
  .form_flow_point {
    position: absolute;
    top: 0;
    right: 0;
    width: 16.4814814815%;
    max-width: 176px;
    margin: 0;
    transform: translate(30%, -50%);
  }
}
.document_flow .form_flow_list_item .img {
  max-width: 307px;
}
@media print, screen and (min-width: 768px) {
  .document_flow .form_flow_list_item {
    padding: 0 20px;
  }
  .document_flow .form_flow_list_item:not(:first-child):before {
    top: calc(50% - 18px);
    left: -15px;
    width: 60px;
    height: 36px;
    background-image: url(../img/document/arrow.png);
  }
}

.preregister_flow .form_flow_list_item .img {
  max-width: 182px;
  margin-bottom: 5px;
}

.form_template_notice {
  padding: 50px 0 30px;
}
.form_template_notice p {
  font-size: 1.3rem;
}
.form_template_notice p a {
  color: #ffb900;
}
.form_template_notice p a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 768px) {
  .form_template_notice {
    padding: 90px 0;
  }
  .form_template_notice p {
    font-size: 1.4rem;
    text-align: center;
  }
  .form_template_notice p a:hover {
    text-decoration: none;
  }
}

.form_template_footer {
  text-align: center;
  padding: 45px 0;
}
.form_template_footer .logo {
  display: inline-block;
  width: 190px;
}
.form_template_footer .copyright {
  margin-top: 15px;
  font-size: 1.3rem;
}

.form_intro_text {
  margin: 40px 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_intro_text {
    margin: 70px 0 20px;
    font-size: 2.1rem;
  }
}

.form_note_box,
.form_error_box {
  padding: 20px 30px;
  color: #212c14;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_note_box,
  .form_error_box {
    font-size: 1.8rem;
  }
}

.form_error_box {
  color: #db3f4a;
  border-color: #db3f4a;
  border: 2px solid #db3f4a;
}

.form_error {
  margin-top: 5px;
  color: #db3f4a;
  font-weight: bold;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 920px) {
  .form_contents.confirm {
    margin-top: 40px;
  }
}
.form_contents.thanks {
  margin-top: 0;
}

.form_contents_item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px 0;
  border-bottom: 1px solid #dcdddd;
}
.form_contents_item:first-child {
  border-top: none;
}
@media print, screen and (min-width: 1180px) {
  .form_contents_item {
    flex-direction: row;
    gap: 0;
    padding: 30px 0;
  }
}

.form_title {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
  flex-shrink: 0;
}
@media print, screen and (min-width: 920px) {
  .form_title {
    width: 240px;
    padding-top: 10px;
    padding-right: 50px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .form_title {
    width: 260px;
  }
}
.form_title .require,
.form_title .optional {
  position: relative;
  top: -1px;
  display: inline-block;
  line-height: 1;
  padding: 4px 6px;
  background: #212c14;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  margin-left: 8px;
}
@media print, screen and (min-width: 920px) {
  .form_title .require,
  .form_title .optional {
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 1.2rem;
  }
}
.form_title .require {
  background: #db3f4a;
}
.form_title label {
  color: #1c7755;
}

.form_box {
  margin-top: 3px;
}
@media print, screen and (min-width: 1180px) {
  .form_box {
    width: calc(100% - 260px);
    padding-left: 40px;
    margin-top: 0;
  }
}

.form_box_in_text + .form_box_in_text {
  margin-top: 25px;
}
@media print, screen and (min-width: 920px) {
  .form_box_in_text {
    display: flex;
  }
}
.form_box_in_text .in_text {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 920px) {
  .form_box_in_text .in_text {
    padding-top: 10px;
    text-align: right;
    width: 125px;
  }
}
@media print, screen and (min-width: 920px) {
  .form_box_in_text .in_box {
    width: calc(100% - 125px);
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 920px) {
  .form_box_colm2_text {
    display: flex;
  }
}
.form_box_colm2_text .in_item {
  display: flex;
  width: 100%;
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .form_box_colm2_text .in_item {
    display: flex;
    width: 50%;
    margin-top: 0;
    padding-right: 30px;
  }
}
.form_box_colm2_text .in_text {
  font-size: 1.5rem;
  margin-bottom: 5px;
  padding-top: 10px;
  width: 30px;
}
.form_box_colm2_text .in_box {
  width: calc(100% - 30px);
}

.form_list li:not(:last-child) {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1180px) {
  .form_list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .form_list.colm2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .form_list.colm2 li {
    width: 50%;
    padding: 0 10px;
  }
}

.dokode_other {
  display: none;
  margin-top: 15px;
}
.dokode_other .dokode_other_text {
  margin-bottom: 5px;
}

.form_contents_privacy {
  margin-top: 30px;
}

.privacy_text_box {
  padding: 20px 20px;
  overflow: hidden;
  overflow-y: auto;
  height: 300px;
  border: 1px solid #d1d5dd;
  border-radius: 3px;
}
@media print, screen and (min-width: 920px) {
  .privacy_text_box {
    padding: 30px 30px;
    height: 400px;
  }
}
.privacy_text_box h1 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #1c7755;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 6px;
}
@media print, screen and (min-width: 920px) {
  .privacy_text_box h1 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
.privacy_text_box h1::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #1c7755;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .privacy_text_box h1::after {
    width: 80px;
  }
}
.privacy_text_box h2 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
  padding-left: 1.2em;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .privacy_text_box h2 {
    font-size: 1.7rem;
    margin-top: 30px;
  }
}
.privacy_text_box h2::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-color: #1c7755;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .privacy_text_box h2::before {
    width: 10px;
    height: 10px;
  }
}
.privacy_text_box p {
  margin-top: 10px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .privacy_text_box p {
    font-size: 1.5rem;
    margin-top: 14px;
  }
}
.privacy_text_box ol {
  counter-reset: li;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .privacy_text_box ol {
    margin-top: 14px;
  }
}
.privacy_text_box ol li {
  list-style: none;
  position: relative;
  padding-left: 1.2em;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 920px) {
  .privacy_text_box ol li {
    font-size: 1.5rem;
  }
}
.privacy_text_box ol li:not(:first-child) {
  margin-top: 3px;
}
.privacy_text_box ol li:before {
  counter-increment: li;
  content: counter(li) ".";
  color: #1c7755;
  font-weight: bold;
  display: block;
  position: absolute;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  top: 0;
  left: 0;
}
.privacy_text_box ol li:nth-child(n+10) {
  padding-left: 32px;
}
.privacy_text_box ol li > ol {
  margin-top: 8px;
  margin-bottom: 15px;
}
.privacy_text_box .tr {
  text-align: right;
}

.privacy_text_title {
  color: #1c7755;
  text-align: center;
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 1.7rem;
}
@media print, screen and (min-width: 920px) {
  .privacy_text_title {
    font-size: 2rem;
  }
}

.privacy_checkbox {
  max-width: 280px;
  width: 100%;
  margin: 30px auto 0;
}
.privacy_checkbox .form_checkbox span {
  background-color: #fff2f2;
  border: 1px solid #db3f4a;
}
.privacy_checkbox .form_checkbox span:before {
  border-color: #db3f4a;
}

.privacy_text {
  text-align: center;
  font-size: 1.3rem;
}
.privacy_text a {
  color: #ffb900;
}
.privacy_text a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 920px) {
  .privacy_text {
    font-size: 1.5rem;
  }
  .privacy_text a:hover {
    text-decoration: none;
  }
}

.submit_area {
  text-align: center;
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .submit_area {
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
  }
}

.submit_btn,
.back_btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 300px;
}
@media print, screen and (min-width: 920px) {
  .submit_btn,
  .back_btn {
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }
}
.submit_btn .btn,
.back_btn .btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 23px 20px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-size: auto 200%;
  border-radius: 18px;
  transition: all 0.3s;
  box-shadow: 0 3px 2px rgba(114, 40, 0, 0.25);
}
@media print, screen and (min-width: 768px) {
  .submit_btn .btn,
  .back_btn .btn {
    font-size: 2.1rem;
    border-radius: 30px;
  }
}
@media not all and (hover: none) {
  .submit_btn .btn,
  .back_btn .btn {
    background-position: 50% 99%;
  }
}
.submit_btn .btn:hover,
.back_btn .btn:hover {
  transform: translateY(3px);
  box-shadow: none;
}

.submit_btn {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .submit_btn {
    margin-top: 0;
  }
}
.submit_btn .btn {
  background: #ffd084;
  background: linear-gradient(180deg, rgb(255, 208, 132) 1%, rgb(252, 171, 40) 100%);
}
@media print, screen and (min-width: 920px) {
  .submit_btn .btn {
    width: 100%;
    max-width: 600px;
  }
}

.back_btn .btn {
  background: #aab1bf;
}
@media print, screen and (min-width: 920px) {
  .back_btn .btn {
    width: 100%;
  }
}

.form_notes {
  margin-top: 30px;
  text-align: center;
}
.submit-btn + .form_notes {
  padding-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .submit-btn + .form_notes {
    padding-top: 60px;
  }
}
.form_notes .text {
  font-size: 1.2rem;
  color: #808080;
  text-align: left;
}
@media print, screen and (min-width: 920px) {
  .form_notes .text {
    text-align: center;
    font-size: 1.3rem;
  }
}
.form_notes .text a {
  color: #fd504f;
}
@media print, screen and (min-width: 920px) {
  .form_notes .text a:hover {
    text-decoration: none;
  }
}
.form_notes .info {
  display: block;
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 920px) {
  .form_notes .info {
    font-size: 1.4rem;
  }
}

.form_radio {
  display: block;
  position: relative;
  cursor: pointer;
}
.form_radio input {
  display: none;
}
.form_radio input:checked + span {
  background-color: #fff2f2;
  border-color: #fd504f;
  color: #fd504f;
}
.form_radio input:checked + span:before {
  border-color: #fd504f;
}
.form_radio input:checked + span:after {
  transform: scale(1, 1);
}
.form_radio span {
  display: block;
  width: 100%;
  background-color: #f9fafc;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 10px 20px 10px 38px;
  margin: 0 0 0 0;
  position: relative;
  transition: all 0.2s;
  line-height: 1.5;
  font-size: 1.6rem;
}
.form_radio span:before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.form_radio span:after {
  display: block;
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 24px;
  background-color: #fd504f;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
  transform: scale(0, 0);
  transition: all 0.2s;
}

.form_checkbox {
  display: block;
  position: relative;
  cursor: pointer;
}
.form_checkbox input {
  display: none;
}
.form_checkbox input:checked + span {
  background-color: #fff2f2;
  border-color: #e04749;
}
.form_checkbox input:checked + span:before {
  border-color: #e04749;
}
.form_checkbox input:checked + span:after {
  transform: scale(1, 1) rotate(-45deg);
}
.form_checkbox span {
  display: inline-block;
  width: 100%;
  background-color: #f9fafc;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  padding: 11px 15px 10px 45px;
  margin: 0 0 0 0;
  position: relative;
  transition: all 0.2s;
  line-height: 1.5;
  font-size: 1.5rem;
}
.form_checkbox span:before {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.form_checkbox span:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  border-bottom: 2px solid #e04749;
  border-left: 2px solid #e04749;
  top: -3px;
  bottom: 0;
  left: 19px;
  margin: auto;
  transform: scale(0, 0) rotate(-45deg);
  transition: all 0.2s;
}

.form_textarea {
  width: 100%;
  border: 1px solid #dbdbdb;
  background: #f9fafc;
  padding: 10px;
  border-radius: 5px;
  min-height: 180px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 920px) {
  .form_textarea {
    padding: 12px 20px;
    font-size: 1.5rem;
  }
}
.form_textarea::placeholder {
  color: #8b8b8b;
}
.form_textarea::-ms-input-placeholder {
  color: #8b8b8b;
}
.form_textarea:-ms-input-placeholder {
  color: #8b8b8b;
}

.form_input {
  width: 100%;
  border: 1px solid #dbdbdb;
  background: #f9fafc;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 920px) {
  .form_input {
    padding: 12px 20px 11px;
    font-size: 1.5rem;
  }
}
.form_input[type=tel] {
  max-width: 260px;
}
.form_input::placeholder {
  color: #8b8b8b;
}
.form_input::-ms-input-placeholder {
  color: #8b8b8b;
}
.form_input:-ms-input-placeholder {
  color: #8b8b8b;
}

.form_select {
  display: block;
  position: relative;
  width: 260px;
  max-width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}
.form_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  vertical-align: baseline;
  width: 100%;
  height: 46px;
  padding: 0 56px 0 20px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 920px) {
  .form_select select {
    font-size: 1.5rem;
  }
}
.form_select select::-ms-expand {
  display: none;
}
.form_select:before {
  display: block;
  content: "";
  position: absolute;
  width: 46px;
  height: 100%;
  top: 0;
  right: 0;
  border-left: 1px solid #dbdbdb;
  border-radius: 0 4px 4px 0;
  background-color: #c9c9c9;
  pointer-events: none;
}
.form_select:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 9px solid #fff;
  top: 19px;
  right: 16px;
  pointer-events: none;
}

@media print, screen and (min-width: 920px) {
  .form_file {
    display: flex;
    padding-top: 10px;
  }
}

.form_file_select span {
  display: block;
}
.form_file_select span + span {
  margin-top: 10px;
}

.form_file_add {
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .form_file_add {
    margin-top: -2px;
    width: 140px;
  }
}
.form_file_add button {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  color: #8d979d;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_file_add button {
    padding: 5px 0;
    border-radius: 30px;
  }
}
.form_file_add button span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
@media print, screen and (min-width: 920px) {
  .form_file_add button span {
    padding: 0 0 0 15px;
  }
}
.form_file_add button span:before, .form_file_add button span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  background: #212c14;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  .form_file_add button span:before, .form_file_add button span:after {
    width: 8px;
  }
}
.form_file_add button span:after {
  transform: translateY(-50%) rotate(90deg);
}

.form_file_text {
  margin-top: 10px;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_file_text {
    margin-top: 20px;
    font-size: 1.3rem;
    text-align: left;
  }
}

.form_thanks strong {
  display: block;
  font-size: 2rem;
  line-height: 1.6;
  color: var(--color-blue);
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_thanks strong {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .form_thanks p {
    font-size: 1.6rem;
    text-align: center;
  }
}
.form_thanks p a {
  color: #ffb900;
}
.form_thanks p a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 768px) {
  .form_thanks p a:hover {
    text-decoration: none;
  }
}

.confirm .form_box {
  margin-top: 8px;
  font-size: 1.6rem;
}
.confirm .form_title {
  color: #1c7755;
}

.grecaptcha-badge {
  bottom: 85px !important;
  z-index: 5 !important;
}
@media print, screen and (min-width: 920px) {
  .grecaptcha-badge {
    bottom: 135px !important;
  }
}/*# sourceMappingURL=form_parts.css.map */