
/* form */
h2.FormTitle{display:none;}
table.Form-Table textarea{border: 1px solid #ccc;padding: 2px 4px;}
footer{font-size:0.8em;color:#ddd;}
#Form-Input,#Form-Check{font-family:"Hiragino Kaku Gothic Pro","Verdana", "Arial", "Meiryo", sans-serif;color: #333;}

table.Form-Table {
    width: 100%;
    margin: 3em 0;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 15px;
    background-color: #fff;

}

table.Form-Table th, table.Form-Table td {
    padding: 1.5em 2em;
    vertical-align: top;
}

table.Form-Table th {
    font-weight: normal;
    text-align: left;
    width: 30%;
    font-weight: bold;
}

table.Form-Table th span.h {
    display: inline-block;
    float: right;
    margin: 0 0 0 10px;
    padding: 0 4px;
    border: 1px solid #FF0000;
    color: #FF0000;
    font-size:0.9em;
}

table.Form-Table td p {
    margin: 0 0 2px;
    padding: 0 5px;
    color: #aaa;
}

table.Form-Table td span {
    padding: 0 5px;
    color: #aaa;
}

table.Form-Table .tipped {
    color: #aaa;
}

table.Form-Table input, table.Form-Table select {
    margin: 0 3px;
}

table.Form-Table input[type="text"],
table.Form-Table input[type="textarea"],
table.Form-Table input[type="password"],
table.Form-Table select {
    border: 1px solid #ccc;
    padding: 6px 8px;
}
table.Form-Table .fi input{width:100%;}

table.Form-Table fieldset {
    border: 0;
    margin-bottom: .8em;
}
table.Form-Table fieldset label{
    display: block;
    margin-bottom: 1em;
}
table.Form-Table input[type="text"]:focus,
table.Form-Table input[type="textarea"]:focus,
table.Form-Table input[type="password"]:focus,
table.Form-Table select:focus {
    outline: 0;
    border-color: #ffc742;
    background: #fffee7;
}

input::-webkit-input-placeholder {
    font-size: .9em;
    color: #999;
}

input::-moz-placeholder {
    font-size: .9em;
    color: #999;
}

input::-moz-placeholder {
    font-size: .9em;
    color: #999;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

div.form_error {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: .4em .7em;
    border-radius: 4px;
    color: #de1c1c;
    font-weight: bold;
}

table.Form-Table .error {
    color: #de1c1c;
    font-weight: bold;
}

table.Form-Table select#pref {
    margin-bottom: 10px;
}

table.Form-Table textarea {
    width: 100%;
    height: 150px;

}

table.Address-Table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table.Address-Table th, table.Address-Table td {
    border: 0;
    padding: 5px 0;
    vertical-align: top;
    background: none;
}

.FormControl {
    margin: 25px 0 50px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.FormControl div {
    margin-bottom: 25px;
}

.FormControl button {
    margin: 0 20px;
    background-color: #fff;
    color: #033BAB;
    display: inline-block;
    font-weight: bold;
    padding: 0.9em 2.5em;
    text-decoration: none;
    transition: .3s;
    font-family:"Hiragino Kaku Gothic Pro","Verdana", "Arial", "Meiryo", sans-serif;
}

.FormControl button:hover {
    background-color: #033BAB;
    color: #fff;
    transition: 0.5s;
}


.FormControl button.FormToCheck,.FormControl button.FormToSend {
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    color: #fff !important;
    background: #0150ad;
    background-size: 200% auto;
    transition: .3s;
    margin-left: 0.5em;
}

.FormControl button.FormToCheck:hover,.FormControl button.FormToSend:hover {
    background:#5974b7;
    color:#fff;
    transition: .3s;
}


.FormControl button.FormBack{color:#666;border-color: #666;    border: 1px solid #666;border-radius: 100px;}


.FormControl button.FormBack:hover {
    color: #fff;
    background-color: #5974b7;
    border-color: #5974b7;
}





@supports(-webkit-appearance: none) or (-moz-appearance: none) {
    input[type='checkbox'],
    input[type='radio'] {
        -webkit-appearance: none;
        -moz-appearance: none;
    }
}
input[type='checkbox'], input[type='radio'] {
    background: #fff;
    border: .1rem solid #ccc;
    outline: none;
    display: inline-block;
    position: relative;
    top: .2rem;
    margin: 0;
    cursor: pointer;
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
}
input[type='checkbox']{
    width: 20px;
    height: 20px;
    border: .1rem #ccc solid;
    border-radius: .3rem;
}
input[type='radio'] {
    padding: 4px;
    border: .1rem #ccc solid;
    border-radius: 50%;
}
input[type='checkbox']:checked {
    background: #686868;
    border: .1rem solid #686868;
}
input[type='radio']:checked {
    background: #686868;
    border: .1rem solid #686868;
}
input[type='checkbox']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    width: 7px;
    height: 12px;
    border: .2rem solid #fff;
    border-top: 0;
    border-left: 0;
    left: 5px;
    top: 1px;
    transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
}
input[type='radio']:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.fi_chk input {
    width: 100%;
}

.FormPrefix ul {
    margin: 0 0 0 1.2em;
    list-style: none;
}

.FormPrefix ul li{
    position: relative;
}

.FormPrefix ul li::after {
    content: "";
    position: absolute;
    top: 0.7em;
    left: -13px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
}


.FormSuffix h3{position: relative;margin: 0 0 1em;font-size: 1.8rem;font-weight: bold;color: #202124;line-height: 1.7;}
.FormSuffix p{line-height: 2;}



/*-----------------------------------------------------------------------/
	responsive
/*----------------------------------------------------------------------*/

@media screen and (max-width:767px) {
    table.Form-Table {
        width: 100% !important;
    }
    table.Form-Table th, table.Form-Table td {
        display: block;
        border-top: none;
        width: 100%;
        padding: 1em;
    }
    table.Form-Table input[type="text"],
    table.Form-Table input[type="textarea"],
    table.Form-Table input[type="password"],
    table.Form-Table select {
        width: 100%;
    }
    table.Form-Table label {
        display: block;
    }
    table.Form-Table input.no_search {
        margin-top: 5px;
        padding: 5px 10px;
    }
    .form_btn {
        margin: 0 0 50px;
        text-align: center;
    }
    .form_btn button {
        width: 100%;
        margin: 0 0 20px;
    }
    table.Form-Table input[type="radio"]{
        width: 19px;
        height: 19px;
    }
    .FormSuffix h3{font-size: 1.4rem;}

}