ul {
  padding: 0;
  list-style: none;
}

.inner h3 {
 margin-top: 40px;
 font-size: 26px;
 border-bottom: black 3px solid;
}

.inner h4 {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 70px;
}

.inner {
 width: 60%;
 margin: auto;
}

.register-form {
  margin: auto;
}

label {
  display: block;
  margin: 16px 0 2px;
}

p label:first-child {
margin-top: 46px;
border-bottom: 2px solid #333;
font-weight: bold;
}

.border {
border-bottom: 1px solid;
}

.submitArea {
  margin: 20px auto;
  color: red;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.text-white {
    color: #fff !important;
}
.justify-content-center {
    justify-content: center !important;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.row {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

a {
    color: blue;
    text-decoration: none;
    background-color: transparent;
}

.footer-logo img {
    width:25%;
}

img {
    vertical-align: middle;
    border-style: none;
}

.link-banner {
 width: 98%;
 padding: 1%;
}

body {
    margin: 0;
}

textarea {
    width: 100%;
}

.width100{
    width: 100%;
}

.list {
  position: relative;
  padding-left: 16px;
}

.list::before {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "・";
  top: 0;
  left: 0;
}

/*--------------------from--------------------*/
.register-form {
  /* width: 100%; */
  margin: 0 auto 140px;
}

p label:first-child {
  display: block;
  margin: 34px 0 2px;
  font-weight: bold;
}

select.inputOK,
label.inputOK {
    border: none;
    background: none;
}

select.inputOK{
    border: 2px solid #b9b5a0;
}

.submitArea {
  margin: 20px auto;
  color: red;
}

#sub {
  width: 200px;
  height: 40px;
  color: #555;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  border: 2px solid #888;
  transition : all 0.5s ease 0s;
}

#sub:hover {
  color: #fff;
  background-color: #888;
}

.link_text {
  color: blue;
}

.form_text .df_h3 {
  text-align: left;
}

.form_text .df_h3::after {
  width: 315px;
  left: 0;
  bottom: -6px;
}

.form_text h3 {
  font-size: 1.6em;
}

.form_text .leadText {
  font-size: 1.1em;
}

.form_text p {
  margin-bottom: 10px
}

.maru {
  position: relative;
  padding-left: 1.1em;
}

.maru::after {
  content: "〇";
  position: absolute;
  width: 1em;
  left: 0;
  top: 0;
}

.checkbox {
  background-color: orange;
  padding: 10px;
  border-radius: 9px;
  color: #fff;
  font-weight: bold;
}

p.checkbox label {
  margin: 0;
}

.checkbox .inputError {
  background: orange
}

.form_text .register-form {
    margin: 0 auto 40px;
}

/*.inputOK {
  margin-bottom: 14px;
}*/

.hissuOK {
  position: relative;
  margin-bottom: 30px;
}

.inputOKtxt {
  position: absolute;
  left: 810px;

}

@media screen and (max-width: 767px) {
.inner {
 width: 95%;
}

#email{
 width: 100%;
}
/*--------------------from--------------------*/

textarea {
    width: 100%;
  }

  p label:first-child {
    margin: 40px 0 2px;
  }

  .textbox_list label {
    text-align: left;
  }

  input {
    max-width: 100%;
  }

  p.checkbox label {
    margin: 0;
  }
  .inputOKtxt {
    position: inherit;
    left: 0;
  
  }
}