@charset "UTF-8";
/* ========================================================================================= */
/* ========================================================================================= */
/* Reset box-model and set borders */
/* Document */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Sections */
body {
  font-family: sans-serif;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.75);
  display: grid;
  margin: 0;
  width: 100%;
  justify-items: center;
  background: url(../images/bg.jpg);
  background-size: cover;
}
body main {
  display: block;
}

/* Vertical rhythm */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/* Text-level semantics */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/* Strong elements */
b,
strong {
  font-weight: 500;
  display: inline-block;
}

/* Monospace font elements */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

/* Small text */
small {
  font-size: 80%;
}

/* Subscript and superscript */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub:where(sub),
sup:where(sub) {
  bottom: -0.25em;
}
sub:where(sup),
sup:where(sup) {
  top: -0.5em;
}

/* Replaced content */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
button,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
button:disabled,
optgroup:disabled,
select:disabled,
textarea:disabled {
  cursor: default;
}
button ::-webkit-inner-spin-button,
button ::-webkit-outer-spin-button,
optgroup ::-webkit-inner-spin-button,
optgroup ::-webkit-outer-spin-button,
select ::-webkit-inner-spin-button,
select ::-webkit-outer-spin-button,
textarea ::-webkit-inner-spin-button,
textarea ::-webkit-outer-spin-button {
  height: auto;
}
button [type=search],
optgroup [type=search],
select [type=search],
textarea [type=search] {
  outline-offset: -2px;
}
button [type=search] ::-webkit-search-decoration,
optgroup [type=search] ::-webkit-search-decoration,
select [type=search] ::-webkit-search-decoration,
textarea [type=search] ::-webkit-search-decoration {
  -webkit-appearance: none;
}
button ::-webkit-file-upload-button,
optgroup ::-webkit-file-upload-button,
select ::-webkit-file-upload-button,
textarea ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
button [type=number],
optgroup [type=number],
select [type=number],
textarea [type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
  padding-bottom: 3px;
}

/* Interactive */
details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
table {
  border-color: inherit;
  border-collapse: collapse;
}
table caption {
  text-align: left;
}
table td,
table th {
  vertical-align: top;
  padding: 0;
}
table td th,
table th th {
  text-align: left;
  font-weight: bold;
}

/* ========================================================================================= */
/* ========================================================================================= */
.bl_form_container {
  width: 95%;
  background-image: linear-gradient(90deg, #CF961A, #916808);
  border-radius: 10px;
  padding: 2px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .bl_form_container {
    border-radius: 25px;
    padding: 3px;
    max-width: 960px;
    width: 80%;
  }
}

.bl_form {
  height: auto;
  background: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 1000px) {
  .bl_form {
    border-radius: 22px;
  }
}
.bl_form .bl_form_logo {
  position: absolute;
  padding: 0px;
  width: 90%;
  top: 0;
  left: 5%;
  z-index: 0;
  opacity: 0.8;
}
@media screen and (min-width: 1000px) {
  .bl_form .bl_form_logo {
    width: 40%;
    top: 0;
    left: 30%;
  }
}
.bl_form .bl_form_ttlsec {
  display: grid;
  position: relative;
  width: 100%;
  justify-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0px 0 20px 0;
  gap: 10px;
  z-index: 99;
  font-family: "Times New Roman", Times, serif;
}
@media screen and (min-width: 1000px) {
  .bl_form .bl_form_ttlsec {
    padding: 70px 0 50px 0;
    width: 500px;
  }
}
.bl_form .bl_form_ttlsec li h2 {
  font-size: 20px;
}
@media screen and (min-width: 1000px) {
  .bl_form .bl_form_ttlsec li h2 {
    font-size: 30px;
  }
}
.bl_form .bl_form_ttlsec li img {
  width: 200px;
  padding: 20px 0;
}
.bl_form .bl_form_ttlsec li h1 {
  font-size: 40px;
  font-weight: bold;
  color: #D05E36;
}
@media screen and (min-width: 1000px) {
  .bl_form .bl_form_ttlsec li h1 {
    font-size: 50px;
  }
}
.bl_form .step_list {
  margin: 0 auto;
  text-align: center;
}
.bl_form .step_list .attention {
  margin: 0 auto;
  text-align: center;
  line-height: 1.7;
  font-size: 13px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .bl_form .step_list .attention {
    font-size: 18px;
    letter-spacing: 1.2px;
  }
}
.bl_form .step_list .step {
  width: 95%;
  max-width: 700px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .bl_form .step_list .step {
    width: 60%;
    padding-bottom: 60px;
  }
}
.bl_form .step_list .card {
  width: 70%;
  max-width: 500px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .bl_form .step_list .card {
    width: 40%;
    padding-bottom: 60px;
  }
}
.bl_form .step_list .bank {
  width: 60%;
  max-width: 600px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .bl_form .step_list .bank {
    width: 40%;
    padding-bottom: 60px;
  }
}

/* ========================================================================================= */
/* ========================================================================================= */
.header {
  width: 100%;
}
.header .logo {
  padding: 10px 0 5px 5px;
}
@media screen and (min-width: 1000px) {
  .header .logo {
    padding: 15px 0 15px 15px;
  }
}
.header .logo_txt {
  width: 80px;
  padding-left: 10px;
}
@media screen and (min-width: 1000px) {
  .header .logo_txt {
    width: 120px;
  }
}
.header .logo ul {
  display: flex;
  align-items: center;
}
.header .course {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1000px) {
  .header .course {
    font-weight: 600;
  }
}
.header .course_list {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
}
.header .course_list li {
  grid-area: 1/1/1/1;
}
.header .course_item_01 {
  padding: 3% 0;
}
.header .course_item_01 img {
  opacity: 0.03;
  max-width: 400px;
  width: 40%;
}
.header .course_item_02 {
  padding-top: 9%;
}
@media screen and (min-width: 1000px) {
  .header .course_item_02 {
    padding-top: 3%;
  }
}
.header .course_item_02 img {
  max-width: 600px;
  width: 90%;
  padding-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .header .course_item_02 img {
    width: 75%;
    padding-bottom: 60px;
  }
}

/* ========================================================================================= */
/* ========================================================================================= */
.bl_form {
  padding: 30px 0 10px 0;
}

.bl_form_main {
  display: grid;
  position: relative;
  justify-content: center;
  justify-items: center;
  margin: 0 auto;
  width: 97%;
  z-index: 99;
}
.bl_form_main_wapper {
  text-align: left;
  width: 95%;
}
@media screen and (min-width: 1000px) {
  .bl_form_main_wapper {
    width: 50%;
  }
}

/* ========================================================================================= */
/* ========================================================================================= */
.form_flex {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 10px;
  margin: 0 auto;
}
.form_flex p {
  text-align: left;
}
.form_flex:nth-child(9) {
  padding-bottom: 5px;
}
.form_flex:nth-child(13) {
  padding-bottom: 10px;
}
.form_flex:nth-child(18) {
  padding-bottom: 10px;
}

.form_name {
  font-weight: bold;
}

.form_box {
  font-family: sans-serif;
  width: 97%;
  padding: 10px 5px;
  border: solid 1px rgba(0, 0, 0, 0.5);
  background-color: #f9f9f9;
}
@media screen and (min-width: 1000px) {
  .form_box {
    width: 100%;
  }
}

.form_st_r {
  color: #ffffff;
  background: #E97500;
  padding: 2px 5px;
  font-size: 10px;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 5px;
  font-family: sans-serif;
}

.form_st_g {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 5px;
  font-size: 10px;
  vertical-align: text-bottom;
  border-radius: 5px;
  font-family: sans-serif;
  margin-right: 5px;
}

.form_flex_btn01 input[type=checkbox i] {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0;
  top: 46px;
  left: 0;
}

.form_flex_btn02 input[type=checkbox i] {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0;
  top: 28px;
  left: 0;
}

.form_btn_wapper input {
  position: absolute;
  width: 17px;
  height: 17px;
}
.form_btn_wapper label[for] {
  padding: 0px 0 0 35px;
}

.form_line_txt {
  color: #606060;
  font-weight: 100;
  font-size: 10px;
  margin: 0 auto;
  padding: 0 10px 10px 10px;
}
@media screen and (min-width: 1000px) {
  .form_line_txt {
    font-size: 12px;
  }
}

/* ========================================================================================= */
/* ========================================================================================= */
.form_check {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.5);
  outline: none;
  margin: -1px 6px 6px 6px;
}

.form_check:checked {
  background-color: #0171E2;
  border-color: #0171E2;
}

/* 中心の白い点 */
.form_check:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: white;
}

.form_btn_wapper {
  padding: 10px 0;
}
.form_btn_wapper_out {
  padding-top: 10px;
}

/* ========================================================================================= */
/* ========================================================================================= */
.form_line {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  font-size: 10px;
}
.form_line p {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.form_underline {
  position: relative;
  padding: 0px 0 20px 0;
}

.form_underline::after {
  content: "";
  position: absolute;
  left: 2%;
  bottom: 0;
  width: 95%;
  height: 0.5px;
  background-color: #000;
}

.form_info li {
  padding: 5px 0;
}

/* ========================================================================================= */
/* ========================================================================================= */
.form_btn_top {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding: 40px 0;
}
@media screen and (min-width: 1000px) {
  .form_btn_top {
    font-size: 25px;
  }
}

.form_btn_outer {
  margin: 0 auto;
  text-align: center;
}
.form_btn_outer .form_btn {
  font-size: 18px;
  padding: 15px 60px;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  background: rgb(33, 171, 4);
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .form_btn_outer .form_btn {
    width: 100%;
  }
}

.form_btn_ad {
  padding: 20px 0;
}/*# sourceMappingURL=app.css.map */