.form_flow_list_item:not(:first-child):before {
  display: block;
  content: '';
  position: absolute;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

a.text_link {
  color: #2e5ddb;
}

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: #e5494f;
}

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

.form_contents h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: normal;
}

@media print, screen and (min-width: 920px) {
  .form_contents h3 {
    font-size: 2rem;
    margin-bottom: 65px;
  }
}

.header_logo {
  width: 168px;
  margin: 15px 20px;
}

@media print, screen and (min-width: 768px) {
  .header_logo {
    width: 200px;
    margin: 20px;
  }
}

@media print, screen and (min-width: 920px) {
  .header_logo {
    width: 230px;
    margin: 28px 50px;
  }
}

.block_main_title {
  background: transparent linear-gradient(100deg, #62b9bc 0%, #52bc86 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  text-align: center;
  padding: 35px 0;
}

@media print, screen and (min-width: 920px) {
  .block_main_title {
    padding: 75px 0 85px;
  }
}

.main_title {
  color: #fff;
}

.main_title .en {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  margin-bottom: -15px;
}

@media print, screen and (min-width: 920px) {
  .main_title .en {
    font-size: 2.8rem;
  }
}

.main_title .jp {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  padding-top: 20px;
}

@media print, screen and (min-width: 920px) {
  .main_title .jp {
    font-size: 4.5rem;
    padding-top: 0;
  }
}

main {
  background-color: #f4f7fa;
  padding-bottom: 15px;
}

@media print, screen and (min-width: 920px) {
  main {
    padding-bottom: 65px;
  }
}

.page_inner {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 15px;
  margin: 25px auto;
}

@media print, screen and (min-width: 768px) {
  .page_inner {
    padding: 40px 30px;
  }
}

@media print, screen and (min-width: 920px) {
  .page_inner {
    max-width: 1200px;
    padding: 90px 150px 120px;
    margin: 65px auto 0;
  }
}

.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 #0baf5e;
}

.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.33333%;
  }
  .column4 .form_flow_list_item {
    width: 25%;
  }
  .form_flow_point {
    position: absolute;
    top: 0;
    right: 0;
    width: 16.48148%;
    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: #2e5ddb;
}

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

.footer {
  text-align: center;
  padding: 40px 0;
}

@media print, screen and (min-width: 768px) {
  .footer {
    padding: 30px 0 50px;
  }
}

@media print, screen and (min-width: 920px) {
  .footer {
    padding: 60px 0 80px;
  }
}

.footer .footer_logo {
  display: inline-block;
  width: 203px;
}

.footer .copyright {
  margin: 10px 0 15px;
}

@media print, screen and (min-width: 768px) {
  .footer .copyright {
    margin: 25px 0;
    font-size: 1.1rem;
  }
}

.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 {
  color: #01121c;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  border: 2px solid #01121c;
  padding: 15px;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 920px) {
  .form_note_box,
  .form_error_box {
    font-size: 1.8rem;
    padding: 20px 30px;
  }
}

.form_error_box {
  color: #ca143a;
  border-color: #ca143a;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 920px) {
  .form_error_box {
    margin-bottom: 20px;
  }
}

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

.form_contents.thanks {
  margin-top: 0;
}

.form_contents_item {
  padding: 10px 0;
}

@media print, screen and (min-width: 920px) {
  .form_contents_item {
    display: flex;
    padding: 14px 0;
  }
}

.form_title {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
}

@media print, screen and (min-width: 920px) {
  .form_title {
    width: 260px;
    padding-top: 10px;
    padding-right: 50px;
    font-size: 1.6rem;
  }
}

.form_title .require,
.form_title .optional {
  position: relative;
  top: -1px;
  display: inline-block;
  line-height: 1;
  padding: 4px 6px;
  background: #535b5f;
  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: #ff652c;*/
  background: #2c75ff;
}

.form_box {
  margin-top: 3px;
}

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

.form_box.mb10 {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 920px) {
  .form_box.mb10 {
    margin-bottom: 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-bottom: 10px;
}

@media print, screen and (min-width: 920px) {
  .form_box_colm2_text .in_item {
    display: flex;
    width: 50%;
    margin-top: 0;
    padding-right: 30px;
    margin-bottom: 0;
  }
}

.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 {
    width: 345px;
  }
  .form_list li:not(:last-child) {
    margin-bottom: 15px;
  }
}

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

@media print, screen and (min-width: 920px) {
  .inquiry .colm2 li:last-child,
  .inquiry .colm2 li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

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

.dokode_other .dokode_other_text {
  margin-bottom: 5px;
}

.form_contents_privacy {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 920px) {
  .form_contents_privacy {
    margin-top: 95px;
  }
}

.form_contents_privacy .privacy_checkbox {
  margin: 15px auto 0;
  max-width: 280px;
  width: 100%;
}

.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 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 920px) {
  .privacy_text {
    font-size: 1.4rem;
  }
  .privacy_text a:hover {
    text-decoration: none;
  }
}

.submit_area {
  text-align: center;
  margin-top: 20px;
}

@media print, screen and (min-width: 920px) {
  .submit_area {
    max-width: 680px;
    margin: 55px auto 0;
    margin-top: 40px;
  }
}

.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;
    margin-bottom: 10px;
  }
}

.submit_btn .btn,
.back_btn .btn {
  position: relative;
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #01121c;
  background-color: #fde049;
  border: 3px solid #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  width: 600px;
  padding: 25px 0;
}

@media print, screen and (min-width: 920px) {
  .submit_btn .btn,
  .back_btn .btn {
    font-size: 2.8rem;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  }
}

.submit_btn .btn:after,
.back_btn .btn:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 12px;
  height: 12px;
}

@media print, screen and (min-width: 920px) {
  .submit_btn .btn:after,
  .back_btn .btn:after {
    top: calc(50% - 5px);
    right: 30px;
    width: 16px;
    height: 16px;
    border-top: 3px solid #01121c;
    border-right: 3px solid #01121c;
    transform: rotate(45deg);
  }
}

@media print, screen and (min-width: 920px) {
  .submit_btn .btn,
  .back_btn .btn {
    transition: all 0.3s ease;
  }
  .submit_btn .btn:hover,
  .back_btn .btn:hover {
    background-color: #0baf5e;
    color: #fff;
  }
}

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

.submit_btn {
  margin-top: 20px;
}

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

.back_btn .btn {
  background: #aab1bf;
}

.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: #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: #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: #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: #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 #dddddd;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 4px;
  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: #f7f7f7;
  padding: 10px 20px;
  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::placeholder {
  color: #8b8b8b;
}

.form_input::-ms-input-placeholder {
  color: #8b8b8b;
}

.form_input:-ms-input-placeholder {
  color: #8b8b8b;
}

@media print, screen and (min-width: 768px) {
  .form_input[type='tel'] {
    width: calc(50% - 10px);
  }
}

@media print, screen and (min-width: 920px) {
  .form_input[type='tel'] {
    width: 200px;
  }
}

.form_select {
  display: block;
  position: relative;
  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: #f7f7f7;
  pointer-events: none;
}

.form_select:after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 9px solid #01121c;
  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: #01121c;
  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: 20px 0 50px;
  display: flex;
  justify-content: center;
}

.form_thanks strong {
  display: block;
  font-size: 2rem;
  line-height: 1.6;
  color: #ff652c;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 920px) {
  .form_thanks strong {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .form_thanks p {
    font-size: 1.6rem;
  }
}

.form_thanks p a {
  color: #2e5ddb;
}

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

.grecaptcha-badge {
  bottom: 85px !important;
  z-index: 5 !important;
}

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

.mb30 {
  margin-bottom: 30px;
  text-align: center;
}
