@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap");
.parts_head_title_m {
  position: relative;
  padding-bottom: 12px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #0083b9;
  border-bottom: 1px solid #c9c9c9;
}
@media print, screen and (min-width: 920px) {
  .parts_head_title_m {
    font-size: 2.4rem;
  }
}
.parts_head_title_m::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  height: 1px;
  width: 80px;
  background: #0083b9;
}

html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #181818;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  width: 100%;
  background: #fff;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 920px) {
  body {
    font-size: 1.4rem;
  }
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 920px) {
  body.fixed {
    position: static;
  }
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 360px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*aタグ デフォルト設定*/
a {
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.6rem;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ycwtyg");
  src: url("../fonts/icomoon.eot?ycwtyg#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ycwtyg") format("truetype"), url("../fonts/icomoon.woff?ycwtyg") format("woff"), url("../fonts/icomoon.svg?ycwtyg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow02:before {
  content: "\e907";
  color: #fff;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-icon_inst:before {
  content: "\e909";
}

.icon-icon_x:before {
  content: "\e90a";
}

.icon-blank:before {
  content: "\e908";
}

.icon-excel:before {
  content: "\e902";
}

.icon-file:before {
  content: "\e904";
}

.icon-pdf:before {
  content: "\e905";
}

.icon-word:before {
  content: "\e906";
}

.icon-search:before {
  content: "\e901";
}

.icon-pinch:before {
  content: "\e903";
}

.page_inner_s {
  max-width: 800px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media print, screen and (min-width: 360px) {
  .page_inner_s {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 768px) {
  .page_inner_s {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1200px) {
  .page_inner_s {
    width: calc(100% - 80px);
  }
}

.page_inner_m {
  max-width: 920px;
  width: calc(100% - 8vw);
  margin: 0 auto;
}
@media print, screen and (min-width: 920px) {
  .page_inner_m {
    width: calc(100% - 80px);
  }
}
@media print, screen and (min-width: 1200px) {
  .page_inner_m {
    width: calc(100% - 150px);
  }
}

.page_inner_l {
  max-width: 1216px;
  width: calc(100% - 8vw);
  margin: 0 auto;
}
@media print, screen and (min-width: 920px) {
  .page_inner_l {
    width: calc(100% - 80px);
  }
}
@media print, screen and (min-width: 1200px) {
  .page_inner_l {
    width: calc(100% - 150px);
  }
}

.ta_l {
  text-align: left;
}

.ta_r {
  text-align: right;
}

.ta_c {
  text-align: center;
}

@media print, screen and (min-width: 920px) {
  .pc_ta_l {
    text-align: left;
  }
}

@media print, screen and (min-width: 920px) {
  .pc_ta_r {
    text-align: right;
  }
}

@media print, screen and (min-width: 920px) {
  .pc_ta_c {
    text-align: center;
  }
}

.parts_head_title_l {
  font-weight: bold;
  font-size: min(5vw, 3rem);
}

.parts_title_text {
  font-size: min(3.4vw, 1.4rem);
}

.parts_base_btn_wrap {
  position: relative;
}

.parts_base_btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  padding: min(4vw, 20px);
  border-radius: 100px;
  font-size: min(5vw, 1.6rem);
  font-weight: bold;
  line-height: 1.4;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  background: #ea0000;
  border: 1px solid #ea0000;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .parts_base_btn {
    font-size: 1.7rem;
    width: auto;
    min-width: 260px;
  }
}
@media (hover: hover) {
  .parts_base_btn:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #fff;
    color: #ea0000;
  }
}
@media (hover: none) {
  .parts_base_btn:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #fff;
    color: #ea0000;
  }
}

.header {
  padding-block: min(10vw, 80px) min(5vw, 40px);
}

.header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header__logo {
  width: min(30vw, 138px);
}

.header__title {
  text-align: center;
  margin-top: min(2vw, 20px);
  font-size: min(8vw, 40px);
  font-weight: bold;
}

.footer {
  padding-block: min(10vw, 80px) min(5vw, 40px);
  text-align: center;
}
.footer small {
  font-size: 12px;
}

.id_pass {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
}

.id_pass__item {
  display: flex;
  font-size: min(8vw, 20px);
  border-top: 1px solid #b1b1b1;
  border-left: 1px solid #b1b1b1;
  margin-top: -1px;
}
.id_pass__item dt {
  border-right: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  width: 4em;
  padding: 5px 12px;
}
.id_pass__item dd {
  border-right: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  width: 9em;
  padding: 5px 12px;
}

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

.accordion {
  max-width: 100%;
  margin: 20px 0;
}

.accordion__item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .accordion__item:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
}
@media (hover: none) {
  .accordion__item:where(:any-link, :enabled, summary, span, dt, div, li):active {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
}
.accordion__item.is-active .accordion__header {
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.accordion__item.is-active .accordion__header::after {
  transform: rotate(-135deg);
  margin-top: 5px;
  border-color: #ea0000;
}

.accordion__header {
  background: #fcfcfc;
  padding: min(4vw, 18px) min(8vw, 25px);
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .accordion__header:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #f5f5f5;
  }
}
@media (hover: none) {
  .accordion__header:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #f5f5f5;
  }
}
.accordion__header::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(45deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
  margin-top: -5px;
}

.accordion__title {
  font-size: min(5vw, 20px);
  font-weight: 700;
  color: #333;
  margin: 0;
}

.accordion__content {
  display: none;
  padding: min(8vw, 25px) min(8vw, 25px);
  background-color: #fff;
  line-height: 1.6;
}
.accordion__content h2 {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 15px;
  color: #181818;
}
.accordion__content h2.mt_m {
  margin-top: 25px;
}
.accordion__content h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #ea0000;
  line-height: 1.4;
}
.accordion__content p {
  margin-bottom: 15px;
}
.accordion__content p:last-child {
  margin-bottom: 0;
}
.accordion__content a {
  color: #ea0000;
  text-decoration: underline;
  font-weight: 500;
}
.accordion__content a:hover {
  text-decoration: none;
}

p a {
  color: #ea0000;
  text-decoration: underline;
}
@media (hover: hover) {
  p a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  p a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    text-decoration: none;
  }
}

:root {
  --form-color-red: #ea0000;
}

.address_box_item_head .require,
.address_box_item_head .optional, .form_title .require,
.form_title .optional {
  position: relative;
  top: -1px;
  display: inline-block;
  line-height: 1;
  padding: 4px 9px;
  background: #a8a8a8;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 8px;
}
@media print, screen and (min-width: 920px) {
  .address_box_item_head .require,
  .address_box_item_head .optional, .form_title .require,
  .form_title .optional {
    position: absolute;
    top: 11px;
    right: 0;
    font-size: 1.4rem;
  }
}

.address_box_item_head .require, .form_title .require {
  background: var(--form-color-red);
  color: #fff;
}

a.text_link {
  color: #1383fd;
}
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: var(--form-color-red);
}

.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: var(--form-color-red);
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  border: 2px solid var(--form-color-red);
  margin-bottom: 10px;
}
@media print, screen and (min-width: 920px) {
  .form_note_box,
  .form_error_box {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.form_error_box {
  color: var(--form-color-red);
  border-color: var(--form-color-red);
}

.form_error {
  margin-top: 5px;
  color: var(--form-color-red);
  font-weight: bold;
  font-size: 1.4rem;
}

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

.form_contents_item {
  padding: 16px 0;
}
.form_contents_item + .form_contents_item {
  border-top: 1px solid #dfe0e6;
}
@media print, screen and (min-width: 920px) {
  .form_contents_item {
    display: flex;
    padding: 20px 0;
  }
}

.form_title {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: #181818;
}
@media print, screen and (min-width: 920px) {
  .form_title {
    width: 260px;
    padding-top: 8px;
    padding-right: 50px;
    font-size: 1.5rem;
  }
}
.form_box {
  margin-top: 5px;
  font-weight: 500;
  color: #181818;
}
@media print, screen and (min-width: 920px) {
  .form_box {
    width: calc(100% - 260px);
    padding-left: 40px;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .form_box {
    padding-left: 60px;
  }
}
.form_box.colm2 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 768px) {
  .form_box.colm2 {
    gap: 10px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, screen and (min-width: 768px) {
  .form_box_item_box {
    padding-top: 7px;
  }
}

.address_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.address_box_item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media print, screen and (min-width: 768px) {
  .address_box_item {
    gap: 20px;
    flex-direction: row;
  }
}

.address_box_item_head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  flex-shrink: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .address_box_item_head {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 7px;
    width: 160px;
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) {
  .address_box_item_head .require,
  .address_box_item_head .optional {
    position: absolute;
    left: 0;
    right: auto;
    margin-left: 0;
    top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .address_box_item_head .text {
    margin-left: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .en-US .address_box_item_head {
    width: 180px;
  }
}

.address_box_item_body {
  display: flex;
  flex-direction: column;
}

.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 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media print, screen and (min-width: 1400px) {
  .form_list {
    row-gap: 14px;
  }
  .form_list.colm2 {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
  }
  .form_list.colm2 li {
    width: 50%;
    padding: 0 7px;
  }
}

.form_contents_privacy {
  margin-top: 20px;
  color: #181818;
  text-align: left;
}
@media print, screen and (min-width: 920px) {
  .form_contents_privacy {
    margin-top: 40px;
  }
}
.form_contents_privacy .privacy_checkbox {
  margin: 20px auto 0;
  max-width: 300px;
  width: 100%;
}
.form_contents_privacy .privacy_checkbox span {
  padding: 14px 15px 14px 45px;
}
@media print, screen and (min-width: 920px) {
  .form_contents_privacy .privacy_checkbox {
    margin-top: 35px;
  }
}

.privacy_head {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cbcbcb;
}

.privacy_text {
  text-align: center;
  font-size: 1.3rem;
}
.privacy_text a {
  color: #1383fd;
}
.privacy_text a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e908";
  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 {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
  gap: 15px;
  margin-top: 40px;
  width: 90%;
  margin-inline: auto;
}
@media print, screen and (min-width: 920px) {
  .submit_area {
    flex-direction: row;
    justify-content: center;
    gap: 15px 40px;
    width: 80%;
    margin: 60px auto 0;
  }
}

.submit_btn,
.back_btn {
  flex-grow: 1;
  width: 100%;
}
.submit_btn .parts_base_btn,
.back_btn .parts_base_btn {
  width: 100%;
  max-width: 540px;
}
.submit_btn .parts_base_btn .title,
.back_btn .parts_base_btn .title {
  position: relative;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-left: 20px;
}

.back_btn .parts_base_btn {
  background: #525252;
  border-color: #525252;
  color: #fff;
}
@media (hover: hover) {
  .back_btn .parts_base_btn:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    color: #525252;
    background: #fff;
  }
}
@media (hover: none) {
  .back_btn .parts_base_btn:where(:any-link, :enabled, summary, span, dt, div, li):active {
    color: #525252;
    background: #fff;
  }
}

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

.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;
  height: 100%;
}
.form_radio input {
  display: none;
}
.form_radio input:checked + span {
  background-color: color-mix(in srgb, var(--form-color-red), #fff 92%);
  border-color: var(--form-color-red);
  color: var(--form-color-red);
}
.form_radio input:checked + span:before {
  border-color: var(--form-color-red);
}
.form_radio input:checked + span:after {
  transform: scale(1, 1);
}
.form_radio span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  border: 1px solid #d1d5dd;
  border-radius: 4px;
  padding: 6px 20px 7px 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: var(--color-white);
  border: 1px solid #d1d5dd;
  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;
}

.radio_etc_text {
  display: none;
  margin-top: 10px;
}
@media print, screen and (min-width: 1400px) {
  .radio_etc_text {
    margin-top: 14px;
  }
}

.form_checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.form_checkbox.type_agree {
  height: auto;
}
.form_checkbox.type_agree span {
  display: block;
  height: auto;
}
.form_checkbox input {
  display: none;
}
.form_checkbox input:checked + span {
  background-color: #fff2f2;
  border-color: var(--form-color-red);
  color: #181818;
}
.form_checkbox input:checked + span:before {
  border-color: var(--form-color-red);
  background-color: var(--form-color-red);
}
.form_checkbox input:checked + span:after {
  transform: scale(1, 1) rotate(-45deg);
}
.form_checkbox span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: #fff;
  border: 1px solid #d1d5dd;
  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;
}
@media print, screen and (min-width: 920px) {
  .form_checkbox span {
    font-size: 1.5rem;
  }
}
.form_checkbox span a {
  color: #1383fd;
  text-decoration: underline;
}
@media (hover: hover) {
  .form_checkbox span a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .form_checkbox span a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    text-decoration: none;
  }
}
.form_checkbox span:before {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #d1d5dd;
  border-radius: 3px;
  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 #fff;
  border-left: 2px solid #fff;
  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 #d1d5dd;
  padding: 10px;
  border-radius: 5px;
  min-height: 240px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 920px) {
  .form_textarea {
    padding: 12px 20px;
    font-size: 1.5rem;
    min-height: 320px;
  }
}
.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 #d1d5dd;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media print, screen and (min-width: 920px) {
  .form_input {
    padding: 7px 16px 8px;
    font-size: 1.5rem;
  }
}
.form_input.w_500 {
  max-width: 100%;
  width: 500px;
}
.form_input.w_300 {
  max-width: 100%;
  width: 300px;
}
.form_input.w_240 {
  max-width: 100%;
  width: 240px;
}
.form_input.w_100 {
  max-width: 100%;
  width: 100px;
}
.form_input[type=date]:not(.is_empty) {
  color: #181818;
}
.form_input[type=date] {
  color: #8b8b8b;
}
.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: 100%;
  border: 1px solid #d1d5dd;
  border-radius: 4px;
}
.form_select.w_330 {
  width: 330px;
  max-width: 100%;
}
.form_select.w_400 {
  width: 400px;
  max-width: 100%;
}
.form_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  vertical-align: baseline;
  width: 100%;
  height: 41px;
  padding: 0 36px 0 10px;
  font-size: 1.6rem;
  color: #333;
  cursor: pointer;
}
@media print, screen and (min-width: 920px) {
  .form_select select {
    height: 42px;
    font-size: 1.5rem;
    padding: 0 46px 0 20px;
  }
}
.form_select select::-ms-expand {
  display: none;
}
.form_select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: var(--form-color-red);
  border-radius: 0 2px 2px 0;
  pointer-events: none;
}
.form_select:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 9px solid #fff;
  top: 16px;
  right: 12px;
  pointer-events: none;
}
@media print, screen and (min-width: 920px) {
  .form_select:after {
    top: 17px;
    right: 14px;
  }
}

@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 #181818;
  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: var(--font-color);
  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_file_upload {
  padding: 5px 0;
}
.form_file_upload::file-selector-button {
  font-size: 14px;
}

.form_thanks strong {
  display: block;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #181818;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_thanks strong {
    font-size: 3.2rem;
  }
}
.form_thanks p {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .form_thanks p {
    margin-top: 30px;
  }
}
.form_thanks p a {
  color: #cef2ff;
}
.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: 0;
  font-size: 1.5rem;
}
.confirm .form_title {
  padding-top: 0;
}
.confirm .form_title .require,
.confirm .form_title .optional {
  top: -1px;
}
@media print, screen and (min-width: 920px) {
  .confirm .form_title .require,
  .confirm .form_title .optional {
    top: 3px;
  }
}

.complete_title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

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

.form_text_notes {
  display: block;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .form_text_notes {
    font-size: 1.2rem;
  }
}
.form_text_notes.mt_5 {
  margin-top: 5px;
}
.form_text_notes a {
  position: relative;
  color: #1383fd;
  text-decoration: underline;
}
.form_text_notes a[target=_blank]:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-left: 5px;
  content: "\e90a";
}
@media (hover: hover) {
  .form_text_notes a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .form_text_notes a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    text-decoration: none;
  }
}