

form {
    margin: 0;
    padding: 0;
}

form p span{
    color: #cc0000;
}

#content form p.error{
    padding-top: 50px!important;
    color: #cc0000;
}

table {
    margin: 0 auto 20px;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

@media screen and (min-width:870px) {
    table {
        max-width: 870px;
    }
}

table tbody tr th {
    position: relative;
    display: block;
    padding: 10px 10px 5px;
    font-size: 18px;
    border-bottom: 2px solid #3F575E;
}

@media screen and (min-width:768px) {
    table tbody tr th {
        position: relative;
        display: table-cell;
        padding: 10px 10px 5px;
        width: 195px;
        font-size: 16px;
        vertical-align: top;
        border-bottom: 0 none;
    }
}

table tbody tr th:after {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 1em;
    height: 1em;
    /*content: &#8251;*/
    content: "※";
    color: #D80000;
    font-size: 12px;
}

table tbody tr th.free:after {
    display: none;
}

table tbody tr th span {
    font-weight: 300;
    font-size: 12px;
}

table tbody tr td {
    display: block;
    padding: 10px 10px 5px;
    font-size: 16px;
    font-weight: 100;
}

input[type="text"] {
    width: 100%;
}

input[type="radio"] {}

input[type="checkbox"] {}

textarea {
    width: 100%;
    min-height: 150px;
    max-width: 655px;
}

input[type="text"],
textarea {
    border: 1px solid #ddd;
    background-color: #eee;
}

label {
    font-weight: 300;
}

select {
    margin-bottom: 10px;
    display: block;
}

input[type="text"].zip_code {
    margin-left: 5px;
    margin-bottom: 10px;
    width: 90px;
}

@media screen and (min-width:768px) {
    table tbody tr td ul li {
        display: inline-block;
        margin-bottom: 10px;
    }
    table tbody tr td ul.check li {
        width: 45%;
    }
    table tbody tr td ul.radio li {
        width: 20%;
    }
}

table tbody tr td input[type=checkbox] {
    display: none;
}

label.style01 {
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 10px 0 10px 40px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
}

@media screen and (min-width:768px) {
    label.style01 {
        padding: 10px 0 10px 50px;
    }
}

label.style01:hover:after {}

label.style01:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 19px;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: #eee;
    border: 1px solid #ccc;
    content: '';
}

@media screen and (min-width:768px) {
    label.style01:after {
        top: 10px;
        width: 40px;
        height: 40px;
    }
}

label.style01:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 25px;
    left: 13px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

@media screen and (min-width:768px) {
    label.style01:before {
        top: 22px;
        left: 18px;
    }
}

input[type=checkbox]:checked + label.style01:before {
    opacity: 1;
}

input[type=checkbox]:checked + label.style01:after {
    background-color: #3F575E;
    border-color: #3F575E;
}

input[type=radio] {
    display: none;
}

label.style02 {
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 10px 0 10px 40px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
}

@media screen and (min-width:768px) {
    label.style02 {
        padding: 10px 0 10px 50px;
    }
}

label.style02:hover:after {
    border-color: #0171bd;
}

label.style02:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 19px;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: #eee;
    border: 1px solid #ccc;
    content: '';
}

@media screen and (min-width:768px) {
    label.style02:after {
        top: 10px;
        width: 40px;
        height: 40px;
    }
}

label.style02:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 25px;
    left: 13px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

@media screen and (min-width:768px) {
    label.style02:before {
        top: 22px;
        left: 18px;
    }
}

input[type=radio]:checked + label.style02:before {
    opacity: 1;
}

input[type=radio]:checked + label.style02:after {
    background-color: #3F575E;
    border-color: #3F575E;
}

.center {
    margin-bottom: 45px;
}

form ul.btn {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

@media screen and (min-width:470px) {
    form ul.btn {
        margin: 0 auto;
        max-width: 470px;
    }
}

form ul.btn li {
    display: inline-block;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form ul.btn li.reset {
    width: 34%;
}

form ul.btn li.check {
    width: 60%;
    margin-left: 5%;
    padding-left: 0;
}

form ul.btn li input,
form ul.btn li a{
    border: none;
    width: 100%;
    padding: 15px 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

form ul.btn li input:hover,
form ul.btn li a:hover {
    opacity: 0.7;
}

form ul.btn li.reset a,
form ul.btn li.reset input {
    color: #42575E;
    text-decoration: none;
    display: inline-block;
    background-color: #ddd;
}

form ul.btn li.check input {
    color: #fff;
    background-color: #42575E;
}

.centered_link {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.centered_link .link_001_btn {
    background-color: #3F575E;
    width: 273px;
    height: 50px;
    line-height: 1;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all .3s ease-in;
    text-decoration: none;
}

.centered_link .link_001_btn:hover {
    text-decoration: none;
    opacity: .75;
}