.card-header {
    padding-left: 0px;
    padding-right: 0px;
    background-color: white;
    border: none;
}

.card-footer {
    background-color: white;
}

.card {
    margin: 60px 0;
}

header {
    background-color: white
}

body {
    background: url(/sysform_parts/ha-pc/ha-shiryou-pc/img/pg_bg.png) repeat-x;
    font-family: "Noto Sans JP"; 
}

th, td {
    display: block;
}

th {
    margin: 20px 0px 10px;
}

select, input {
    width: 100%;
    height: 70px !important;
    border-radius: 7px;
    border-width: thin;
    border-color: darkgray;
}

textarea {
    width: 100% !important;
    height: 100px !important;
    border-radius: 7px;
    border-width: thin;
    border-color: darkgray;
}

input#zip {
    width: 83% !important;
}

textarea {
    width: 100%;
}

#birth_Year, #birth_Month, #birth_Day {
    width: 26% !important;
}

#name_FirstName, #name_LastName, #kana_FirstName, #kana_LastName {
    width: 336px !important;
    min-width: 336px;
    margin: 10px;
}

#zip {
    width: 83%;
}

span.errtext {
    color: #ff0000;
    font-weight: bold;
}

div.errtext {
    padding-top: 10px;
    padding-bottom: 5px;
    color: red;
    font-weight: unset;
}

iframe {
    border: 1px solid darkgray;
}

input[type='radio'] {
    width: auto;
    height: auto;
}

hr {
    height: 3px;
}

a:hover {
    opacity: 0.5;
    transition: 0.3s;
}

a {
    transition: opacity 0.5s;
}

/* validateスタイル */
.form-control.is-invalid {
    background-image: none;
    padding-right: 0;
    background-color: #ffebeb;
}

.row {
    margin-left: 0;
    align-items: center;
}
select#birth_Year, select#birth_Month,select#birth_Day {
    margin: 0 5px;
    padding-right: 0;
}
.container{
    max-width: 1000px;
}

div#copyright {
    color: #BCBCBC;
}