@charset "UTF-8";
@media screen and (max-width: 800px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
}

body {
  font-family: Osaka,verdana, arial, "ＭＳ Ｐ ゴシック", sans-serif;
  min-width: 320px;
}

@media screen and (max-width: 800px) {
  #header {
    width: 100%;
    padding: 0 12px;
    float: none;
  }
}

#header #logoarea {
  width: auto;
}

@media screen and (max-width: 800px) {
  #content {
    width: 100%;
    padding: 0 12px;
    height: auto;
  }
}

@media screen and (max-width: 800px) {
  #content #main {
    width: 100% !important;
  }
}

#content #main form p {
  padding: 0 3px;
  margin: 0;
}

#content #main .radio-check {
  margin: 0 2px 6px 0;
}

@media screen and (max-width: 800px) {
  #content #main .radio-check {
    margin: 0 0 12px 0;
  }
}

#content #main .radio-check:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  #content #main .table_join {
    border: 1px solid #c5c5c5;
    border-top: none;
  }
}

#content #main .table_join th {
  padding: 14px 10px;
}

@media screen and (max-width: 800px) {
  #content #main .table_join th {
    padding: 12px;
    display: block;
    width: 100%;
    text-align: left;
    border-right: none;
    border-top: 1px solid #c5c5c5;
    background: #F5F7E8;
    font-weight: 600;
    font-size: 16px;
  }
}

#content #main .table_join td {
  padding: 16px 12px;
}

@media screen and (max-width: 800px) {
  #content #main .table_join td {
    padding: 16px 12px;
    display: block;
    width: 100%;
    border-bottom: none;
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  #content #main .form_label_03 {
    text-align: left;
    width: auto;
    float: none;
    font-weight: 600;
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 800px) {
  #content #main .form_label_03.confirm {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 800px) {
  #content #main .form_label_04 {
    text-align: left;
    float: none;
    font-weight: 600;
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 800px) {
  #content #main .formblock {
    margin-bottom: 10px;
  }
}

#content #footer {
  padding-bottom: 0 !important;
}

#content #footer ul {
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  #content #footer ul {
    padding: 10px 10px;
    flex-direction: column;
    align-items: center;
  }
}

#content #footer li {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  border-right: 1px solid #333;
  border-left: none !important;
  padding-right: 7px;
  padding-left: 0 !important;
}

@media screen and (max-width: 800px) {
  #content #footer li {
    border: none;
  }
}

#content #footer li:last-child {
  border-right: none;
}

#content #footer a {
  color: #333;
  text-decoration: none;
}

#content #footer a:hover {
  text-decoration: underline;
}

#content #footer #copyright {
  text-align: center;
}

.redmark {
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .redmark {
    font-size: 13px;
  }
}

@media screen and (max-width: 800px) {
  .left {
    display: inline-block;
    min-width: 180px;
  }
}

.input-100 {
  width: 200px;
}

@media screen and (max-width: 800px) {
  .input-100 {
    width: 100%;
    max-width: 362px;
  }
}

.name-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.name-block:last-child {
  margin-bottom: 0;
}

.name-block input {
  width: 150px;
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .name-block input {
    width: auto;
  }
}

@media screen and (max-width: 800px) {
  .name-block .sei, .name-block .mei {
    max-width: 50%;
  }
}

.form-block {
  clear: both;
  margin-bottom: 14px;
  padding-bottom: 3px;
  padding: 0 3px;
  font-size: 95%;
}

.form-block:last-child {
  margin-bottom: 0;
}

.field-block {
  clear: both;
  margin-bottom: 14px;
  padding-bottom: 3px;
  padding: 0 3px;
}

.field-block:last-child {
  margin-bottom: 0;
}

.attention-mail {
  margin-top: 6px;
  display: block;
}

@media screen and (max-width: 800px) {
  .attention-mail {
    padding-left: 1em;
    text-indent: -1em;
  }
}

@media screen and (max-width: 800px) {
  .example {
    display: block;
    margin-top: 6px;
  }
}

@media screen and (max-width: 800px) {
  .label-mail {
    display: none !important;
  }
}

@media screen and (max-width: 800px) {
  input[type="text"] {
    padding: 4px;
    margin: 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  select {
    padding: 4px;
    margin: 4px 0;
    font-size: 16px;
  }
}

legend {
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  legend {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
  }
}

.code-honbun {
  margin-bottom: 10px !important;
}

.attention-text {
  margin: 32px auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #c5c5c5;
  padding: 12px;
  max-width: 380px;
  background: #f7f3e8;
}

.attention-text__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin: 1em 0;
}

.attention-text__block {
  text-align: center;
  margin-bottom: 2px;
}

.attention-text a {
  display: block;
  margin-bottom: 4px;
}

.attention-text span {
  display: block;
  font-size: 12px;
  margin-top: 4px;
  padding-left: 1em;
  text-indent: -1em;
}

.attention-text .privacy {
  margin-bottom: 0;
}

.attention-text .privacy a {
  display: inline-block;
}

.btn-wrap {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .btn-wrap input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
  }
}

@media screen and (max-width: 800px) {
  .btn-wrap .mabutton {
    display: inline-block;
    padding: 18px 24px;
    font-size: 16px;
    text-decoration: none;
    background: #9d2d29;
    color: #FFF;
    border: none;
    border-radius: 3px;
    border-width: 1px;
    transition: .3s;
  }
  .btn-wrap .mabutton:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 800px) {
  .btn-wrap .mabutton.back {
    background: #3e3e3e;
  }
}
