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

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

.form_contents h2 {
  font-size: 2rem;
  font-weight: 800;
}

@media print, screen and (min-width: 920px) {
  .form_contents h2 {
    font-size: 32px;
  }
}

.form_contents h2 span {
  display: block;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 920px) {
  .form_contents h2 span {
    display: inline-block;
    padding-left: 20px;
    font-size: 1.6rem;
  }
}

.contact_section {
  padding: 1px 0;
  background: #fdf7eb;
}

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

.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;
  font-size: 1.2rem;
  padding: 30px 0;
}

.form_flow_box {
  text-align: center;
}

.form_intro_text {
  margin: 30px 0 40px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 920px) {
  .form_intro_text {
    margin: 40px 0 50px;
    font-size: 2.2rem;
  }
}

.form_note_box,
.form_error_box {
  margin-top: 40px;
  padding: 20px 30px;
  color: #202121;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  border: 2px solid #202121;
}

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

.form_error_box {
  color: #ca143a;
  border-color: #ca143a;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}

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

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

.form_contents {
  padding-top: 30px;
  padding-bottom: 60px;
}

@media print, screen and (min-width: 920px) {
  .form_contents {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.form_contents_section {
  background: #fff;
  margin-top: 20px;
  padding: 20px 20px;
  border-radius: 20px;
}

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

.form_contents_item {
  padding: 20px 0;
  border-top: 1px solid #dcdddd;
}

.form_contents_item:first-of-type {
  border-top: none;
}

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

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

@media print, screen and (min-width: 920px) {
  .form_contents_item.question .form_title {
    width: auto;
    display: inline-block;
  }
}

.form_contents_item.question .form_box {
  margin-top: 8px;
}

@media print, screen and (min-width: 920px) {
  .form_contents_item.question .form_box {
    width: auto;
    margin-top: 10px;
    padding-left: 0;
  }
}

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

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

.form_title .require,
.form_title .optional {
  position: relative;
  top: -1px;
  display: inline-block;
  line-height: 1;
  padding: 4px 6px;
  background: #707070;
  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.3rem;
  }
}

.form_title .require {
  background: #ff4500;
}

.form_box {
  margin-top: 5px;
}

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

.form_box_jusho {
  margin-bottom: -10px;
}

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

.form_box_jusho .jusho_item {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 920px) {
  .form_box_jusho .jusho_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}

.form_box_jusho .in_text {
  font-size: 1.5rem;
  font-weight: bold;
}

@media print, screen and (min-width: 920px) {
  .form_box_jusho .in_text {
    font-size: 1.6rem;
    width: 7em;
  }
}

@media print, screen and (min-width: 920px) {
  .form_box_jusho .in_box {
    width: 50%;
  }
}

@media print, screen and (min-width: 1180px) {
  .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: 1180px) {
  .form_box_colm2_text .in_item {
    display: flex;
    width: 50%;
    margin-top: 0;
    padding-right: 30px;
  }
}

.form_box_colm2_text .in_item.fd_column {
  flex-direction: column;
}

.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_box_colm2_text .in_sub_title {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 920px) {
  .form_box_colm2_text .in_sub_title {
    font-size: 1.8rem;
    margin-bottom: 1px;
  }
}

.form_box_colm2_text .in_sub_title .require,
.form_box_colm2_text .in_sub_title .optional {
  position: relative;
  top: -1px;
  display: inline-block;
  line-height: 1;
  padding: 4px 6px;
  background: #707070;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  margin-left: 8px;
}

@media print, screen and (min-width: 920px) {
  .form_box_colm2_text .in_sub_title .require,
  .form_box_colm2_text .in_sub_title .optional {
    position: absolute;
    top: 5px;
    left: -89px;
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 1180px) {
  .form_box_colm2_text .in_sub_title .require.tab_outside,
  .form_box_colm2_text .in_sub_title .optional.tab_outside {
    display: none;
  }
}

.form_box_colm2_text .in_sub_title .require {
  background: #ff4500;
}

.form_box_colm2_text.mb_s {
  margin-bottom: 15px;
}

.form_list li:not(:last-child) {
  margin-bottom: 15px;
}

@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;
  }
  .form_list.colm3 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .form_list.colm3 li {
    width: 33.33333%;
    padding: 0 10px;
  }
}

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

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

.form_contents_text {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

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

.form_contents_text strong {
  font-size: 2rem;
}

@media print, screen and (min-width: 920px) {
  .form_contents_text strong {
    font-size: 3rem;
  }
}

.form_contents_text .line {
  background-image: linear-gradient(transparent 60%, #f2ea7b 0%);
}

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

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

.form_contents_privacy .note {
  text-align: center;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .form_contents_privacy .note {
    margin-bottom: 50px;
  }
}

.form_contents_privacy .note a {
  color: #2e5ddb;
  text-decoration: underline;
}

.form_contents_privacy .note a:hover {
  text-decoration: none;
}

.form_contents_privacy .note i {
  font-size: 0;
  padding-right: 5px;
}

.form_contents_privacy .note i img {
  width: 18px;
  vertical-align: baseline;
}

.privacy_text {
  text-align: center;
  font-size: 1.3rem;
}

.privacy_text a {
  color: #2e5ddb;
}

.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: 50px;
}

@media print, screen and (min-width: 920px) {
  .submit_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 7150px;
    margin: 60px auto 0;
  }
}

.submit_btn,
.back_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

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

.submit_btn:last-child,
.back_btn:last-child {
  margin-bottom: 0;
}

.submit_btn .btn,
.back_btn .btn {
  position: relative;
  display: inline-block;
  width: 700px;
  max-width: 100%;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.4;
  color: #202121;
  text-decoration: none;
  transition: 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .submit_btn .btn,
  .back_btn .btn {
    font-size: 2.6rem;
  }
}

@media print, screen and (min-width: 920px) {
  .submit_btn .btn:hover,
  .back_btn .btn:hover {
    transform: translateY(3px);
  }
}

.submit_btn .btn.thanks,
.back_btn .btn.thanks {
  width: 550px;
}

.back_btn .btn:after {
  transform: rotate(180deg);
}

@media print, screen and (min-width: 920px) {
  .back_btn .btn:hover {
    transform: translateY(3px);
  }
}

.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;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.form_radio input {
  display: none;
}

.form_radio input:checked + span {
  background-color: #fff488;
}

.form_radio input:checked + span:before {
  border-color: #ca143a;
}

.form_radio input:checked + span:after {
  transform: scale(1, 1);
}

.form_radio span {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 10px 20px 10px 45px;
  margin: 0 0 0 0;
  position: relative;
  transition: all 0.2s;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: bold;
}

@media print, screen and (min-width: 920px) {
  .form_radio span {
    padding: 12px 20px 12px 45px;
  }
}

.form_radio span:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #707070;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}

.form_radio span:after {
  display: block;
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 24px;
  background-color: #ca143a;
  top: 0;
  bottom: 0;
  left: 20px;
  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: #fff488;
}

.form_checkbox input:checked + span:before {
  border-color: #ca143a;
}

.form_checkbox input:checked + span:after {
  transform: scale(1, 1) rotate(-45deg);
}

.form_checkbox span {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 6px;
  padding: 10px 15px 10px 45px;
  margin: 0 0 0 0;
  position: relative;
  transition: all 0.2s;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: bold;
}

@media print, screen and (min-width: 920px) {
  .form_checkbox span {
    padding: 12px 15px 12px 45px;
  }
}

.form_checkbox span:before {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #707070;
  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 #ca143a;
  border-left: 2px solid #ca143a;
  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 #707070;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  min-height: 180px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media print, screen and (min-width: 920px) {
  .form_textarea {
    padding: 12px 20px;
  }
}

.form_textarea::placeholder {
  color: #707070;
}

.form_textarea::-ms-input-placeholder {
  color: #707070;
}

.form_textarea:-ms-input-placeholder {
  color: #707070;
}

.form_input {
  width: 100%;
  border: 1px solid #707070;
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.form_input.input_bg {
  background-color: #fff2f2;
  border: 1px solid #e04749;
}

@media print, screen and (min-width: 920px) {
  .form_input {
    padding: 15px 20px 15px;
  }
}

.form_input[type="tel"] {
  max-width: 260px;
}

.form_input::placeholder {
  color: #707070;
}

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

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

.form_select {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #707070;
  border-radius: 4px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  cursor: pointer;
}

.form_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  vertical-align: baseline;
  width: 100%;
  height: 45px;
  padding: 0 56px 0 20px;
  font-size: 1.6rem;
  font-weight: bold;
}

.form_select select::-ms-expand {
  display: none;
}

@media print, screen and (min-width: 920px) {
  .form_select select {
    height: 50px;
  }
}

.form_select:before {
  display: block;
  content: "";
  position: absolute;
  width: 36px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0 4px 4px 0;
  background-color: #ca143a;
  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: 21px;
  right: 11px;
  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: #202121;
  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;
  }
}

.confirm .form_box {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

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

@media print, screen and (min-width: 920px) {
  .confirm .form_contents_item {
    align-items: center;
  }
  .confirm .form_contents_item.form_line {
    align-items: normal;
  }
}

.confirm .form_title {
  font-size: 1.8rem;
}

@media print, screen and (min-width: 920px) {
  .confirm .form_title {
    font-size: 1.8rem;
  }
}

.multiple {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .multiple {
    display: flex;
    margin-bottom: 15px;
  }
}

.multiple dt {
  position: relative;
  color: #707070;
  width: 170px;
}

@media print, screen and (min-width: 768px) {
  .multiple dt {
    width: 210px;
  }
}

@media print, screen and (min-width: 920px) {
  .multiple dt {
    width: 180px;
  }
}

.multiple dt .require,
.multiple dt .optional {
  position: relative;
  top: -1px;
  display: inline-block;
  line-height: 1;
  padding: 4px 6px;
  background: #707070;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  margin-left: 8px;
}

@media print, screen and (min-width: 920px) {
  .multiple dt .require,
  .multiple dt .optional {
    position: absolute;
    top: 4px;
    left: -90px;
    font-size: 1.3rem;
    margin-right: 0;
  }
}

.multiple dt .require {
  background: #ff4500;
}

.multiple dd {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.thanks_text {
  background: linear-gradient(transparent 60%, #f2ea7b 60%);
}

.thanks_text strong {
  font-size: 3rem;
  color: #ca143a;
}

.form_thanks {
  padding: 20px 0 20px;
}

.form_thanks figure {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.form_thanks figure img {
  width: 60vw;
  height: 60vw;
}

@media print, screen and (min-width: 920px) {
  .form_thanks figure img {
    width: 313px;
    height: 308px;
  }
}

.form_thanks p {
  font-size: 1.6rem;
  text-align: center;
}

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

.form_thanks p i {
  font-size: 0;
  padding-right: 5px;
}

.form_thanks p i img {
  width: 18px;
  vertical-align: baseline;
}

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

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

.next_btn {
  position: relative;
  display: block;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 20px;
  padding-right: 45px;
  font-size: 1.8rem;
  font-weight: 800;
  text-decoration: none;
  color: #202121;
  background: #fff;
  box-shadow: 0 5px 0 #202121;
}

@media print, screen and (min-width: 920px) {
  .next_btn {
    font-size: 3.2rem;
    padding: 28px 80px;
  }
}

.next_btn span {
  display: block;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 920px) {
  .next_btn span {
    font-size: 2rem;
    padding-left: 20px;
    display: inline-block;
  }
}

.next_btn:after, .next_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 26px;
  height: 4px;
  border-radius: 10px;
  background-color: #ca143a;
  transform: translateY(-50%);
}

@media print, screen and (min-width: 920px) {
  .next_btn:after, .next_btn:before {
    right: 40px;
    width: 30px;
  }
}

.next_btn:after {
  transform: translateY(-50%) rotate(90deg);
}

@media print, screen and (min-width: 920px) {
  .next_btn:hover {
    transform: translateY(3px);
    box-shadow: 0 2px 0 #202121;
    background-color: #ffdd22;
  }
}

.next_btn_wrap .next_btn:hover {
  background-color: #f2ea7b;
}

.contact_bottom_txt {
  text-align: center;
  margin-top: 30px;
}

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

.contact_bottom_txt img {
  vertical-align: middle;
  margin-right: 5px;
}
