@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #000;
  font-size: 1.6em;
  font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

button,
input,
select,
textarea {
  color: #000;
  font-family: inherit;
  font-size: 100%;
}

input,
select {
  vertical-align: middle;
}

select {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: bottom;
}

a img {
  overflow: hidden;
}

a:link,
a:visited {
  color: #002063;
  text-decoration: underline;
}

a:hover,
a:focus,
a:active {
  opacity: 0.6;
}

p,
li,
dt,
dl {
  line-height: 1.6;
}

:focus-visible {
  outline: solid;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

.clfx::after {
  content: "";
  display: block;
  clear: both;
}

.clfx::before {
  content: "";
  display: block;
  clear: both;
}

.clfx {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.inline_block {
  display: inline-block;
}

.indent_01 {
  display: block !important;
  margin-top: 0.2rem;
  padding-left: 1em;
  text-indent: -1em;
}

.kakko {
  display: inline-block;
  text-indent: -0.5em;
}

.sp_show {
  display: none !important;
}

.bold {
  font-weight: bold;
}

.common_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sp_hide {
    display: none !important;
  }
  .sp_show {
    display: block !important;
  }
  .sp_show.inline {
    display: inline !important;
  }
}
#header {
  border-bottom: 3px solid #002063;
}
#header .common_inner {
  max-width: initial;
  padding: 2.5rem 1rem;
  text-align: center;
}
#header h1 {
  color: #002063;
}
#header h1 .title_01 {
  display: block;
  font-size: 5rem;
  line-height: 1.2;
}
#header h1 .title_02 {
  display: block;
  margin-bottom: 1rem;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  #header .common_inner {
    padding: 1.5rem 1rem;
  }
  #header h1 .title_01 {
    font-size: 2.5rem;
  }
  #header h1 .title_02 {
    font-size: 2rem;
  }
}
#contents {
  min-height: 30rem;
}
#contents .common_inner {
  padding: 3rem 1rem;
}
#contents p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #contents {
    min-height: 200px;
  }
  #contents .common_inner {
    padding: 1.5rem 1rem;
  }
}
#footer {
  background: #dfe0e6;
  font-size: 1.8rem;
}
#footer .common_inner {
  padding: 3rem 1rem;
}
#footer .pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
}
#footer .pagetop a {
  color: #002063;
  font-size: 5rem;
  line-height: 1;
}
#footer .info {
  font-size: 1.4rem;
  line-height: 1.6;
}
#footer .info dt {
  margin-bottom: 0.8rem;
}
#footer .info .bold {
  font-size: 1.8rem;
  font-weight: bold;
}
#footer .info .small {
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  #footer .common_inner {
    padding: 1.5rem 1rem 3rem;
  }
  #footer .pagetop {
    right: 5px;
    bottom: 5px;
  }
  #footer .pagetop a {
    font-size: 4rem;
  }
  #footer .info {
    line-height: 1.4;
  }
  #footer .info .bold {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  #footer .info .small {
    display: inline-block;
    margin: 0 0 0.5rem 1.5em;
  }
}
#contents .required {
  display: inline-block;
  padding: 0.3rem;
  border-radius: 0.3rem;
  background: #f00;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1;
}
#contents .small {
  font-size: 1.4rem;
}
#contents .supplement {
  display: inline-block;
  padding-left: 0.5em;
  font-size: 1.4rem;
}
#contents .supplement.indent_01 {
  padding-left: 1.5em;
}
#contents .attention {
  padding-left: 1em;
  text-indent: -1em;
}
#contents .step {
  display: flex;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
#contents .step li {
  position: relative;
  width: 33.3%;
  line-height: 4rem;
  padding: 0 4rem 0 2rem;
  background: #eee;
}
#contents .step li::before, #contents .step li::after {
  position: absolute;
  left: -15px;
  display: block;
  content: "";
  background: #eee;
  border-left: 0.4rem solid #fff;
  width: 2rem;
  height: 2.2rem;
}
#contents .step li::after {
  top: -1px;
  transform: skew(30deg);
}
#contents .step li::before {
  bottom: -1px;
  transform: skew(-30deg);
}
#contents .step li:first-child {
  border-radius: 0.4rem 0 0 0.4rem;
}
#contents .step li:first-child::before, #contents .step li:first-child::after {
  content: none;
}
#contents .step li:last-child {
  border-radius: 0 0.4rem 0.4rem 0;
}
#contents .step li.current {
  color: #fff;
  font-weight: bold;
  background: #002063;
}
#contents .step li.current:before,
#contents .step li.current:after {
  background: #002063;
}
#contents .title_01 {
  margin: 3em 0 1em;
  padding: 1rem 0;
  border-bottom: 1px solid #002063;
  color: #002063;
  font-size: 3rem;
  font-weight: normal;
}
#contents .form_table {
  width: 100%;
  margin: 0 0 2rem;
}
#contents .form_table th {
  width: 30%;
  padding: 1.5rem 1rem;
  border: solid 1px #cfcfcf;
  background: #efefef;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
}
#contents .form_table th .small {
  font-size: 1.4rem;
  font-weight: normal;
}
#contents .form_table th.normal {
  font-weight: normal;
}
#contents .form_table th.bg {
  background: #dfe0e6;
}
#contents .form_table.col2 th {
  width: 15%;
}
#contents .form_table td {
  padding: 1.5rem 1rem 1rem;
  border: solid 1px #cfcfcf;
  vertical-align: middle;
  line-height: 1.4;
  word-break: break-all;
}
#contents .form_table .error {
  margin-bottom: 0.5rem;
  color: #f00;
}
#contents .form_table .error .fas {
  color: #f4ba0b;
}
#contents .form_table label {
  display: inline-block;
  margin: 0 1.5rem 0.5rem 0;
}
#contents .form_table label.radio, #contents .form_table label.checkbox {
  cursor: pointer;
}
#contents .form_table .fwrap {
  display: inline-block;
  margin: 0 1.5rem 0.5rem 0;
}
#contents .form_table .fwrap label {
  margin-right: 0;
}
#contents .form_table .fwrap.inline {
  display: inline;
}
#contents .form_table input,
#contents .form_table select,
#contents .form_table textarea {
  margin-bottom: 0.5rem;
  border: 1px solid #999;
  border-radius: 0.3rem;
}
#contents .form_table input[type=text],
#contents .form_table textarea {
  padding: 0.3rem 0.3rem 0.2rem;
}
#contents .form_table .wrap_name {
  display: inline;
  margin: 0 2em 0.5rem 0;
  white-space: nowrap;
}
#contents .form_table .wrap_name .wid {
  display: inline-block;
  width: 2.5em;
}
#contents .form_table .size_xs {
  width: 10%;
}
#contents .form_table .size_s {
  width: 30%;
}
#contents .form_table .size_m {
  width: 50%;
}
#contents .form_table .size_l {
  width: 70%;
}
#contents .form_table .size_xl {
  width: 100%;
}
#contents .form_table .size_4em {
  width: 4em;
}
#contents .form_table .size_2em {
  width: 2.5em;
}
#contents .box {
  font-size: 1.4rem;
}
#contents .box h2 {
  margin-bottom: 1rem;
}
#contents .box ul {
  margin-left: 2.5rem;
  margin-bottom: 1.4rem;
}
#contents.complete .box {
  margin-top: 5rem;
  padding: 1.5rem 1.5rem 0.1rem;
  background: #f7f7f7;
}
#contents .submit_box {
  display: flex;
  justify-content: space-around;
  max-width: 400px;
  margin: 3em auto 2em;
}
#contents .submit_box .submit_btn {
  padding: 1.5rem 3rem 1.3rem;
  border: none;
  border-radius: 0.5rem;
  background: #002063;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0.2rem 0.2rem 0.4rem #666;
  -webkit-appearance: none;
}
#contents .submit_box .submit_btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
}
#contents .submit_box .return_btn {
  padding: 1.5rem 4rem 1.3rem;
  border: none;
  border-radius: 0.5rem;
  background: #aaa;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0.2rem 0.2rem 0.4rem #666;
  -webkit-appearance: none;
}
#contents .submit_box .return_btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  #contents .step li {
    padding: 0 2rem 0 1rem;
    line-height: 3rem;
  }
  #contents .step li::before, #contents .step li::after {
    left: -5px;
    width: 1rem;
    height: 1.6rem;
  }
  #contents .form_table {
    display: block;
    width: 100% !important;
    border-bottom: 1px solid #cfcfcf;
  }
  #contents .form_table tbody,
#contents .form_table tr,
#contents .form_table th,
#contents .form_table td {
    display: block;
    width: 100% !important;
  }
  #contents .form_table th,
#contents .form_table td {
    border-bottom: none;
  }
  #contents .form_table .wrap_name {
    display: block;
    margin-right: 0;
  }
  #contents .form_table .wrap_name input {
    width: 80%;
  }
  #contents .form_table .size_l {
    width: 100%;
  }
  #contents .supplement {
    display: block;
  }
  #contents .submit_box .submit_btn {
    padding: 1rem 2rem 0.8rem;
  }
  #contents .submit_box .return_btn {
    margin-right: 2rem;
    padding: 1rem 2rem 0.8rem;
  }
}
#contents .form_table.info {
  margin-bottom: 3em;
}
#contents .form_table.info caption {
  margin-bottom: 1rem;
  text-align: left;
  color: #002063;
  font-size: 2.4rem;
}
#contents .form_table.info td {
  line-height: 1.6;
}
#contents .form_table.info .gmap {
  margin-top: 1em;
}

#contents .form_table.privacy ol > li {
  margin: 0 0 1em 2rem;
}
#contents .form_table.privacy ul > li {
  list-style-type: square;
}

@media screen and (max-width: 767px) {
  #contents .title_01 {
    font-size: 2.6rem;
  }
  #contents .form_table.info caption {
    display: block;
    font-size: 2rem;
  }
}
/*# sourceMappingURL=base.css.map */