a.text_link {
  color: #0057AA;
}
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: red;
}

.form_contents h2 {
  background: #f8f8f8;
  font-size: 2rem;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form_contents_item {
  display: grid;
  align-items: center;
}
@media print, screen and (min-width: 920px) {
  .form_contents_item {
    grid-template-columns: 260px 1fr;
  }
}
.form_contents_item .form_list.radio_and_input {
  display: flex;
  gap: 15px;
}
.form_contents_item .form_list.radio_and_input li {
  width: 100%;
  max-width: 200px;
}

.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 #004181;
}
.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_list_item {
  position: relative;
  text-align: center;
}
.form_flow_list_item:not(:first-child) {
  padding-top: 40px;
}
.form_flow_list_item:not(:first-child):before {
  width: 16px;
  height: 36px;
  top: 10px;
  left: calc(50% - 8px);
  transform: rotate(90deg);
  background: url(../img/preregister/arrow.png) center center no-repeat;
  background-size: contain;
}
.form_flow_list_item .img {
  display: inline-block;
}
.form_flow_list_item .img img {
  width: 100%;
}

.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: #0057AA;
}
.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 {
  font-weight: 500;
  font-size: 1.4rem;
  text-align: left;
}

.form_note_box {
  margin-top: 30px;
  padding: 0 0 40px 0;
}

.form_error_box {
  margin-top: 10px;
  padding: 20px;
}

.form_error_box {
  color: #ca143a;
  border-color: #ca143a;
}

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

@media print, screen and (min-width: 920px) {
  .form_contents {
    flex-direction: row;
    align-items: center;
  }
}
.form_contents.thanks {
  margin-top: 0;
}

.form_contents_item {
  padding: 15px 0;
}
@media print, screen and (min-width: 920px) {
  .form_contents_item {
    display: flex;
    padding: 15px 0;
    align-items: flex-start;
    gap: 15px;
  }
}

.form_title {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 920px) {
  .form_title {
    max-width: 210px;
    min-width: 210px;
    padding-right: 50px;
    margin-top: 15px;
  }
}
.form_title .require,
.form_title .optional {
  position: relative;
  top: -1px;
  right: -10px;
  display: inline-block;
  line-height: 1;
  padding: 4px 6px 6px 6px;
  background: #b7b7b7;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  margin-left: 8px;
  border-radius: 10px;
}
@media print, screen and (min-width: 920px) {
  .form_title .require,
  .form_title .optional {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2rem;
  }
}
.form_title .require {
  background: #db0f0f;
}

.form_contens_item_inner {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  width: 100%;
  flex-direction: column;
}
@media print, screen and (min-width: 360px) {
  .form_contens_item_inner {
    flex-direction: row;
  }
}
.form_contens_item_inner .column {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-weight: 500;
}

.form_box_wrap {
  display: flex;
  flex-direction: column;
}
.form_box_wrap > * {
  min-width: 100px;
}
@media screen and (min-width: 475px) {
  .form_box_wrap {
    flex-direction: row;
    gap: 15px;
  }
}
@media print, screen and (min-width: 920px) {
  .form_box_wrap {
    display: contents;
  }
}

.form_box {
  margin-top: 3px;
  border-radius: 4px;
  width: 100%;
  font-weight: 500;
}
@media print, screen and (min-width: 920px) {
  .form_box {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .form_box.wide {
    max-width: 200px;
  }
}
@media print, screen and (min-width: 920px) {
  .form_box.small {
    max-width: 120px;
  }
}

.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);
}

@media print, screen and (min-width: 1180px) {
  .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: 20px;
}
@media print, screen and (min-width: 920px) {
  .form_contents_privacy {
    margin-top: 50px;
  }
}
.form_contents_privacy .privacy_checkbox {
  margin: 15px auto 0;
  max-width: 280px;
  width: 100%;
  font-weight: 500;
}
.form_contents_privacy .privacy_checkbox span {
  white-space: nowrap;
  background-color: #fff2f2;
  border: 1px solid #e04749;
}
.form_contents_privacy .privacy_checkbox span:before {
  border-color: #e04749;
}
@media print, screen and (min-width: 920px) {
  .form_contents_privacy .privacy_checkbox {
    margin-top: 20px;
  }
}

.privacy_text {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
}
.privacy_text a {
  color: #0057AA;
}
.privacy_text a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e902";
  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: 70px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media print, screen and (min-width: 920px) {
  .submit_area {
    margin-top: 100px;
  }
}

.submit_btn,
.back_btn {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 920px) {
  .submit_btn,
  .back_btn {
    width: 100%;
    padding: 0 20px;
  }
}
.submit_btn .btn,
.back_btn .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 665px;
  padding: 21px 30px;
  font-size: 1.7rem;
  height: 70px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #00adec;
  border-width: 0;
  border-radius: 50px;
}
.submit_btn .btn.small,
.back_btn .btn.small {
  max-width: 300px;
}
@media print, screen and (min-width: 920px) {
  .submit_btn .btn,
  .back_btn .btn {
    transition: opacity 0.3s ease;
  }
  .submit_btn .btn:hover,
  .back_btn .btn:hover {
    opacity: 0.8;
  }
}

.submit_btn {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .submit_btn {
    margin-top: 0;
  }
}
.submit_btn .btn {
  color: #fff;
}
.submit_btn .btn::after {
  content: none;
}

.back_btn .btn {
  background: #edf2f8;
  border: solid 1px #9f9f9f;
}
@media print, screen and (min-width: 920px) {
  .back_btn .btn {
    width: 100%;
  }
}
.back_btn .btn::after {
  content: none;
}

.form_notion {
  margin-top: 70px;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .form_notion {
    text-align: center;
  }
}

.form_notes {
  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.4rem;
}
@media print, screen and (min-width: 920px) {
  .form_notes .text {
    font-size: 1.6rem;
  }
}
.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: #edf2f8;
  border-color: #0057aa;
}
.form_radio input:checked + span:before {
  border-color: #edf2f8;
}
.form_radio input:checked + span:after {
  transform: scale(1, 1);
}
.form_radio span {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  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: #0057aa;
  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: #f7f7f7;
  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.6rem;
}
@media print, screen and (min-width: 920px) {
  .form_checkbox span {
    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: #f7f7f7;
  padding: 10px 20px;
  border-radius: 5px;
  min-height: 180px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 920px) {
  .form_textarea {
    padding: 12px 20px;
  }
}
.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: #f7f7f7;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 920px) {
  .form_input {
    padding: 10px 20px 12px;
  }
}
.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_input.short {
  max-width: 260px;
}

.form_select {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  text-align: right;
}
.form_select:hover::after {
  transform: scale(-1) translate(-1px, 8px);
}
.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.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: #f7f7f7;
  pointer-events: none;
}
.form_select:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 9px solid;
  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: black;
  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 {
  padding: 0 0 10px;
}
.form_thanks strong {
  display: block;
  font-size: 3rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
  color: #0057aa;
}
@media print, screen and (min-width: 768px) {
  .form_thanks strong {
    font-size: 4rem;
  }
}
.form_thanks > p {
  font-size: 1.6rem;
}
.form_thanks > p span {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .form_thanks > p span {
    display: inline;
  }
}
.form_thanks > p:nth-of-type(1) {
  margin-top: 60px;
  text-align: left;
}
@media print, screen and (min-width: 920px) {
  .form_thanks > p:nth-of-type(1) {
    text-align: center;
  }
}
.form_thanks > p:nth-of-type(1) a {
  color: #0057AA;
}
.form_thanks > p:nth-of-type(1) 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:nth-of-type(1) a:hover {
    text-decoration: none;
  }
}
.form_thanks > p:nth-of-type(1):not([class]) > span.blue {
  display: inline;
  color: #307ed9;
}
.form_thanks > p:nth-of-type(2) {
  margin-top: 60px;
  text-align: left;
}
@media print, screen and (min-width: 920px) {
  .form_thanks > p:nth-of-type(2) {
    text-align: center;
  }
}

@media print, screen and (min-width: 920px) {
  .confirm .form_contents_item {
    gap: 65px;
  }
}
.confirm .form_contents_item + .form_contents_item {
  border-top: 1px solid #dcdddd;
}
@media print, screen and (min-width: 920px) {
  .confirm .form_title {
    margin-top: 0;
  }
}
.confirm .form_box {
  display: flex;
  gap: 30px;
  font-size: 1.5rem;
  font-weight: 500;
}

.grecaptcha-badge {
  bottom: 85px !important;
  z-index: 5 !important;
}
@media print, screen and (min-width: 920px) {
  .grecaptcha-badge {
    bottom: 135px !important;
  }
}

.tab_btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .tab_btn_wrap {
    gap: 0;
    flex-direction: row;
  }
}
.tab_btn_wrap a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1.5rem;
  background-color: #edf2f8;
  font-weight: 700;
  border: solid 1px transparent;
}
@media print, screen and (min-width: 920px) {
  .tab_btn_wrap a {
    font-size: 1.8rem;
    padding: 2rem;
  }
}
.tab_btn_wrap .left {
  border-radius: 3rem;
}
@media print, screen and (min-width: 920px) {
  .tab_btn_wrap .left {
    border-radius: 6rem 0 0 6rem;
  }
}
.tab_btn_wrap .left:hover {
  border: solid 1px #00adec;
  background-color: #fff;
  color: #00adec;
}
@media print, screen and (min-width: 920px) {
  .tab_btn_wrap .left:hover {
    border-right: solid 1px transparent;
  }
}
.tab_btn_wrap .right {
  border-radius: 3rem;
}
@media print, screen and (min-width: 920px) {
  .tab_btn_wrap .right {
    border-radius: 0 6rem 6rem 0;
  }
}
.tab_btn_wrap .right:hover {
  border: solid 1px #00adec;
  background-color: #fff;
  color: #00adec;
}
@media print, screen and (min-width: 920px) {
  .tab_btn_wrap .right:hover {
    border-left: solid 1px transparent;
  }
}
.tab_btn_wrap .current {
  background-color: #00adec;
  color: #fff;
  pointer-events: none;
  user-select: none;
}

.contact .text_wrap {
  margin-top: 50px;
}
@media print, screen and (min-width: 920px) {
  .contact .text_wrap {
    margin-top: 70px;
  }
}
.contact .text_wrap + form {
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .contact .text_wrap + form {
    margin-top: 50px;
  }
}

/*# sourceMappingURL=form_template.css.map */
