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

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

.red {
    color: red;
}

.ok_btn {
    font-weight: bold;
    width: 200px;
    height: 48px;
    font-size: 16px;
    border-radius: 8px;
}

.ec-footerNavi {
    padding: 0;
    font-size: .9em;
    color: white;
    list-style: none;
    text-align: center;
}

.ec-footerNavi .ec-footerNavi__link {
    display: block;
}

.ec-footerNavi .ec-footerNavi__link a {
    display: inline-block;
    border-bottom: none;
    margin: 0 10px;
    padding: 0;
    text-decoration: underline;
    color: #fff;
}

.ec-footerNavi .ec-footerNavi__link {
    display: inline-block;
}

.ec-footerTitle {
    padding: 40px 0 60px;
    text-align: center;
    color: white;
}

.ec-footerTitle .ec-footerTitle__logo {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.ec-footerRole {
    padding-top: 30px;
    background: black;
}

.ec-footerRole .ec-footerRole__inner .ec-footerTitle__logo {
    margin-bottom: 26px;
}

.ec-footerTitle .ec-footerTitle__copyright {
    font-size: 12px;
}

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

#lastName,
#firstName,
#email,
#tel {
 width: 100%;
}
.formBorder{
    width: 100%;
}

.ec-footerRole .ec-footerRole__inner *, .ec-footerRole .ec-footerRole__inner *:before, .ec-footerRole .ec-footerRole__inner *:after {
    box-sizing: inherit;
}

.ec-footerNavi {
    font-size: 1em;
}

.ec-footerNavi .ec-footerNavi__link a {
    display: block;
    border-bottom: 1px solid #7d7d7d;
    margin: 0;
    padding: 15px 0;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
}

.ec-footerRole {
    border-top: 1px solid #7d7d7d;
    padding-top: 0;
    margin-top: 0;
}

.ec-footerTitle {
    padding: 50px 0 80px;
}

.ec-footerTitle .ec-footerTitle__copyright {
    font-size: 10px;
}
}