@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-size: 100%;
  font-family: inherit;
}

input,
select {
  vertical-align: middle;
}

input[type=submit],
input[type=button] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

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

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

a img {
  overflow: hidden;
}

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

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

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

a,
button,
input,
select,
textarea {
  outline: 0 solid transparent;
  transition: 0.2s;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 4px solid #7096e0;
}

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

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

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

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

.text_center {
  text-align: center;
}

.common_inner {
  width: 100%;
  max-width: 1000px;
  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 {
  padding: 2.5rem 1rem;
  border-bottom: 3px solid #162765;
  text-align: center;
}
#header h1 {
  color: #162765;
}
#header h1 .title_01 {
  display: block;
  font-size: 5rem;
  line-height: 1.2;
}
#header h1 .title_02 {
  display: block;
  margin-top: 1rem;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  #header {
    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: #f5f5f5;
  font-size: 1.8rem;
}
#footer .common_inner {
  padding: 3rem 1rem;
}
#footer .info {
  font-size: 1.4rem;
  line-height: 1.6;
}
#footer .info dt {
  margin-bottom: 0.8rem;
}
#footer .info .bold {
  font-weight: bold;
  font-size: 1.8rem;
}
#footer .info .small {
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  #footer .common_inner {
    padding: 1.5rem 1rem 3rem;
  }
  #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.error .error_message {
  color: #e00;
  font-size: 2rem;
  text-align: center;
}
#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;
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
#contents .step li {
  position: relative;
  width: 33.3%;
  padding: 0 4rem 0 2rem;
  background: #dee4f0;
  line-height: 4rem;
}
#contents .step li::before, #contents .step li::after {
  display: block;
  position: absolute;
  left: -15px;
  width: 2rem;
  height: 2.2rem;
  border-left: 0.4rem solid #fff;
  background: #dee4f0;
  content: "";
}
#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 {
  background: #162765;
  color: #fff;
  font-weight: bold;
}
#contents .step li.current:before,
#contents .step li.current:after {
  background: #162765;
}
#contents .title_01 {
  margin: 5rem 0 4rem;
  padding: 1.3rem 1.5rem;
  border-radius: 0.4rem;
  background: #162765;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
}
#contents .title_02 {
  margin: 5rem 0 2rem;
  font-size: 1.8rem;
  line-height: 1.4;
}
#contents .title_03 {
  margin: 3rem 0 0.5rem;
  color: #666;
  font-size: 1.6rem;
  line-height: 1.4;
}
#contents .required {
  display: inline-block;
  margin-top: 0.4rem;
  padding: 0.2rem 0.5rem;
  background: #e00;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: top;
}
#contents .form_item {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #cfcfcf;
}
#contents .form_item.first {
  margin-top: 5rem;
}
#contents .form_item.space {
  margin-top: 3rem;
}
#contents .form_item.line {
  border-top: 1px solid #cfcfcf;
}
#contents .form_key {
  display: flex;
  align-items: center;
  width: 35%;
  padding: 2rem;
  background: #f7f7f7;
}
#contents .form_value {
  flex: 1;
  padding: 2rem;
  word-break: break-all;
}
#contents .form_value .error {
  margin-bottom: 1rem;
  color: #e00;
}
#contents .form_value .error .fas {
  color: #f4ba0b;
}
#contents .form_value label {
  display: inline-flex;
  align-items: center;
  margin: 0.5rem 1.5rem 0.5rem 0;
}
#contents .form_value label.radio, #contents .form_value label.checkbox {
  cursor: pointer;
}
#contents .form_value .fwrap {
  display: inline-flex;
  align-items: center;
  margin: 0 1.5rem 0.5rem 0;
}
#contents .form_value .fwrap label {
  margin: 0;
}
#contents .form_value .fwrap .text {
  margin: 0 0.5rem;
}
#contents .form_value input,
#contents .form_value select,
#contents .form_value textarea {
  margin: 0.5rem 0;
  border: 1px solid #bbb;
  border-radius: 0.3rem;
  background: #f5f5f5;
}
#contents .form_value input[type=text],
#contents .form_value input[type=tel],
#contents .form_value textarea {
  padding: 0.5rem;
}
#contents .form_value input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  flex: 0 0 1.4em;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.5em;
  border: 1px solid #bbb;
  background: #f5f5f5;
  border-radius: 50%;
}
#contents .form_value input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #000;
  content: "";
}
#contents .form_value input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  flex: 0 0 1.4em;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.5em;
  border: 1px solid #bbb;
  background: #f5f5f5;
}
#contents .form_value input[type=checkbox]:checked:before {
  position: absolute;
  top: 0.2rem;
  left: 0.5rem;
  transform: rotate(50deg);
  width: 0.4rem;
  height: 0.8rem;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: "";
}
#contents .form_value select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 30rem;
  padding: 0.8rem 2.5rem 0.8rem 1rem;
  border: 1px solid #bbb;
  cursor: pointer;
}
#contents .form_value select:disabled {
  pointer-events: none;
  background-color: #f1f1f1;
  color: #aaa;
}
#contents .form_value .select_wrapper {
  position: relative;
  display: inline-block;
}
#contents .form_value .select_wrapper::after {
  content: "";
  position: absolute;
  border: 5px solid #333;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  top: calc(50% - 2px);
  right: 1rem;
  width: 0;
  height: 0;
}
#contents .form_value .select_wrapper.mt select {
  margin-top: -1rem;
}
#contents .form_value .select_wrapper.mt::after {
  top: calc(50% - 9px);
}
#contents .form_value .wrap_name {
  display: inline;
  margin: 0 2em 0.5rem 0;
  white-space: nowrap;
}
#contents .form_value .wrap_name .wid {
  display: inline-block;
  width: 2.5em;
  margin: 0;
}
#contents .form_value .size_xs {
  width: 10%;
}
#contents .form_value .size_name {
  width: 30%;
}
#contents .form_value .size_s {
  width: 30%;
}
#contents .form_value .size_m {
  width: 50%;
}
#contents .form_value .size_l {
  width: 70%;
}
#contents .form_value .size_xl {
  width: 100%;
}
#contents .form_value .size_4em {
  width: calc(4em + 2rem);
}
#contents .form_value .size_2em {
  width: calc(2em + 2rem);
}
#contents .box {
  margin-top: 4rem;
  font-size: 1.4rem;
}
#contents .box h2 {
  margin-bottom: 1rem;
}
#contents .box ul {
  margin-bottom: 1.4rem;
  margin-left: 2.5rem;
}
#contents.complete .box {
  margin-top: 5rem;
  padding: 1.5rem 1.5rem 0.1rem;
  background: #f5f5f5;
}
#contents .submit_box {
  display: flex;
  justify-content: center;
  margin: 3em auto 2em;
}
#contents .submit_box .submit_btn {
  max-width: 30rem;
  width: 100%;
  padding: 2rem 0;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0.2rem 0.2rem 0.4rem #666;
  background: #162765;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
#contents .submit_box .submit_btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
}
#contents .submit_box.confirm {
  max-width: 45rem;
}
#contents .submit_box.confirm form.return {
  width: 15rem;
}
#contents .submit_box.confirm form.submit {
  flex: 1;
}
#contents .submit_box.confirm .return_btn {
  max-width: 10rem;
  width: 100%;
  padding: 2rem 0;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0.2rem 0.2rem 0.4rem #666;
  background: #757575;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
#contents .submit_box.confirm .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_item {
    display: block;
  }
  #contents .form_key {
    width: 100%;
  }
  #contents .form_value {
    width: 100%;
  }
  #contents .form_value .wrap_name {
    display: block;
    margin-right: 0;
  }
  #contents .form_value .size_name {
    width: calc(100% - 2.5em);
  }
  #contents .form_value .size_l {
    width: 100%;
  }
  #contents .supplement {
    display: block;
  }
  #contents .submit_box .submit_btn {
    padding: 1.5rem 0;
  }
  #contents .submit_box.confirm form.return {
    width: 10rem;
  }
  #contents .submit_box.confirm .return_btn {
    max-width: 8rem;
    padding: 1.5rem 0;
  }
}
#contents .info {
  margin-bottom: 3em;
}
#contents .info li {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}
/*# sourceMappingURL=base.css.map */