.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: #085dd0;
}
a.text_link[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e906";
  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;
}
@media print, screen and (min-width: 920px) {
  .form_contents h3 {
    font-size: 1.6rem;
    margin-bottom: 65px;
  }
}

main {
  background-color: #fff;
  padding-bottom: 60px;
  padding-top: 70px;
}
@media print, screen and (min-width: 920px) {
  main {
    padding-bottom: 80px;
    padding-top: 90px;
  }
}
main.nomb {
  padding-bottom: 0 !important;
}
@media print, screen and (min-width: 920px) {
  main.nomb {
    padding-bottom: 0 !important;
  }
}

.form_wrap {
  background-color: #fff;
  padding: 20px 15px;
  margin: 20px auto 0;
  box-shadow: 0px 0px 10px rgba(83, 83, 83, 0.16);
}
@media print, screen and (min-width: 768px) {
  .form_wrap {
    padding: 4% 8% 5%;
    margin: 60px auto 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .form_wrap {
    padding: 100px 120px;
    margin: 110px 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 #2ab7d9;
}
.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?230321);
  }
}

.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: #085dd0;
}
.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_about {
  text-align: left;
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .form_about {
    margin-top: 80px;
  }
}

.contact_form_head_caution {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background: #fff4bc;
  padding: 13px 20px;
  margin-bottom: 50px;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .contact_form_head_caution {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 0;
  }
}

.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_error_box {
  color: #1c2022;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 15px;
  margin-bottom: 15px;
  color: #ca143a;
  border-color: #ca143a;
  border: 2px solid #1c2022;
  margin-bottom: 10px;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_error_box {
    font-size: 1.8rem;
    padding: 20px 30px;
    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: 20px 0;
}
@media print, screen and (min-width: 920px) {
  .form_contents_item {
    display: flex;
    padding: 16px 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: #1c2022;
  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: #e33d27;
}

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

.form_box_colm2_text {
  margin-right: 0;
}
@media print, screen and (min-width: 920px) {
  .form_box_colm2_text {
    display: flex;
    margin-right: -60px;
  }
}
.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: 60px;
  }
}
.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: 351px;
  }
  .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-bottom: 40px;
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .form_contents_privacy {
    margin-top: 45px;
  }
}
.form_contents_privacy .privacy_checkbox {
  margin: 15px auto 0;
  max-width: 280px;
  width: 100%;
}
.form_contents_privacy .privacy_checkbox span {
  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: 36px;
  }
}

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

.form_send_btn,
.backtop_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .form_send_btn,
  .backtop_btn {
    display: flex;
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
  }
}
.form_send_btn .btn,
.backtop_btn .btn {
  position: relative;
  display: block;
  font-size: 2.1rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #ed8700;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: auto;
  padding: 25px 30px;
  z-index: 0;
  transition: 0.3s;
}
@media print, screen and (min-width: 321px) {
  .form_send_btn .btn,
  .backtop_btn .btn {
    font-size: 1.7rem;
    padding: 25px 30px;
  }
}
@media print, screen and (min-width: 920px) {
  .form_send_btn .btn,
  .backtop_btn .btn {
    font-size: 2.8rem;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  }
}
.form_send_btn .btn .icon-arrow,
.backtop_btn .btn .icon-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media print, screen and (min-width: 768px) {
  .form_send_btn .btn .icon-arrow,
  .backtop_btn .btn .icon-arrow {
    right: 40px;
  }
}
@media print, screen and (min-width: 920px) {
  .form_send_btn .btn,
  .backtop_btn .btn {
    transition: all 0.3s ease;
  }
}
.form_send_btn .btn:hover,
.backtop_btn .btn:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 920px) {
  .form_send_btn.confirm .btn,
  .backtop_btn.confirm .btn {
    width: 100%;
  }
}

.submit_btn,
.back_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .submit_btn,
  .back_btn {
    display: flex;
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
  }
}
.submit_btn .btn,
.back_btn .btn {
  position: relative;
  display: block;
  font-size: 2.1rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: auto;
  padding: 25px 30px;
  z-index: 0;
  transition: 0.3s;
}
@media print, screen and (min-width: 321px) {
  .submit_btn .btn,
  .back_btn .btn {
    font-size: 1.7rem;
    padding: 25px 30px;
  }
}
@media print, screen and (min-width: 920px) {
  .submit_btn .btn,
  .back_btn .btn {
    font-size: 2.8rem;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  }
}
.submit_btn .btn .icon-arrow,
.back_btn .btn .icon-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media print, screen and (min-width: 768px) {
  .submit_btn .btn .icon-arrow,
  .back_btn .btn .icon-arrow {
    right: 40px;
  }
}
@media print, screen and (min-width: 920px) {
  .submit_btn .btn,
  .back_btn .btn {
    transition: all 0.3s ease;
  }
}
@media print, screen and (min-width: 920px) {
  .submit_btn.confirm .btn,
  .back_btn.confirm .btn {
    width: 100%;
  }
}

.back_btn .btn {
  padding: 25px 30px;
}
@media print, screen and (min-width: 920px) {
  .back_btn .btn {
    padding: 25px 35px 25px 10px;
  }
}

.submit_flex {
  width: 100%;
  margin-top: 20px;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .submit_flex {
    margin-top: 0;
    width: 46%;
  }
}
.submit_flex .btn {
  background: #ed8700;
}
.submit_flex .btn:hover {
  opacity: 0.7;
}
.back_flex {
  width: 100%;
  margin-top: 20px;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .back_flex {
    width: 46%;
    margin-top: 0;
  }
}
.back_flex .btn {
  background: #898989;
}
.back_flex .btn:hover {
  opacity: 0.7;
}

.flex_btn {
  display: block;
  text-align: center;
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .flex_btn {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
}

.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: 12px 16px 12px 53px;
  margin: 0 0 0 0;
  position: relative;
  transition: all 0.2s;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 28px;
  white-space: wrap;
}
@media print, screen and (min-width: 920px) {
  .form_checkbox span {
    font-size: 1.5rem;
    white-space: nowrap;
  }
}
.form_checkbox span:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  top: 0;
  bottom: 0;
  left: 20px;
  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: 25px;
  margin: auto;
  transform: scale(0, 0) rotate(-45deg);
  transition: all 0.2s;
}
.form_checkbox span.privacy_check_note {
  padding: 14px 18px 14px 52px;
  white-space: wrap !important;
}
.form_checkbox span.privacy_check_note:before {
  left: 20px;
  width: 19px;
  height: 19px;
}
.form_checkbox span.privacy_check_note::after {
  left: 25px;
}

.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;
    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;
  font-family: "icomoon" !important;
  content: "\e90e";
  position: absolute;
  font-size: 1.8rem;
  top: 10px;
  right: 13px;
  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: #1c2022;
  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;
}
.form_thanks strong {
  display: block;
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
  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;
    text-align: left;
  }
}
.form_thanks p a {
  color: #085dd0;
}
.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;
  }
}

.sp-min {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .sp-min {
    display: block;
  }
}

.sp-br {
  display: block;
}
@media print, screen and (min-width: 920px) {
  .sp-br {
    display: none;
  }
}