@charset "utf-8";

.cont h1 {
    background-image: url(../images/title.png);
}

.lead {
    padding-bottom: 20px;
}



#company table.info {
    float: none;
    width: 100%;
}

/*============================
form
============================*/

form {
    margin: 0px;
    text-align: left;
}

fieldset {
    padding: 0px;
    border: none;
}

input[type=text],
textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* shadow none */
}

input,
textarea,
select {
    line-height: 130%;
    padding: 10px;
    font-weight: normal;
    border: solid 1px #c1d4df;
    border-radius: 6px;
}

select {
    height: 40px;
    text-align: center;
    background: #fff;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto !important;
    margin-left: 2px;
    margin-right: 3px;
}

input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus {
    background: #fff;
}

:placeholder-shown {
    color: #565656;
}

::-webkit-input-placeholder {
    color: #c3c3c3;
}

:-moz-placeholder {
    color: #c3c3c3;
}

::-moz-placeholder {
    color: #c3c3c3;
}

:-ms-input-placeholder {
    color: #c3c3c3;
}

label.error {
    font-size: 12px;
    color: #df2500;
    display: inline-block;
    line-height: 1.2;
    padding-top: 6px;
}

.required {
    background: #de4b4b;
    color: #fff;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 3px;
    margin-left: 5px;
    display: inline-block;
}

/*============================
entry
============================*/

#entry p span a {
    display: block;
    padding-top: 10px;
    color: #006fc3;
}

.formTable {
    width: 100%;
}

.formTable tr:first-child {
    border-top: 1px solid #006aa7;
}

.formTable tr {
    display: block;
    border-bottom: 1px solid #006aa7;
}

.formTable th {
    width: 220px;
    padding-left: 16px;
    vertical-align: middle;
    background: #f5f5f5;
}

.formTable td {
    padding: 15px 0;
    width: 440px;
    padding-left: 20px;
}

#entry .formTable td p {
    padding-bottom: 5px;
}

#entry p.add {
    padding-top: 10px;
}

input#zip {
    width: 200px !important;
}

.formTable td p:first-child {
    padding-top: 0;
}

.formTable input,
.formTable textarea {
    width: 100%;
}

.formBtn {
    overflow: hidden;
    margin-top: 30px;
}

.formBtn li {
    width: 49%;
    margin: auto;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.formBtn li input {
    width: 100%;
    padding: 16px 0;
    font-size: 15px;
    color: #fff;
    border: none;
    margin: 0 auto;
    border-radius: 5px;
    background: #006aa7;
    outline: none;
}

.formBtn li:hover {
    opacity: 0.6;
}

.formBtn li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 13px;
    height: 13px;
    margin-top: -7px;
    background-image: url(../../images/common/contents/arrow_sp.png);
    background-size: 100%;
}

/* privacy */

#privacy {
    font-size: 10px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #006aa7;
    margin-top: 30px;
}

#privacy h3 {
    font-weight: bold;
    border: none;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

#privacy p {
    padding-bottom: 0;
}

#privacy dt {
    font-weight: bold;
    padding-top: 10px;
}

/*============================
confirm
============================*/

#confirm .formTable th {
    padding: 15px;
}

#confirm .formBtn li {
    float: left;
    margin-left: 2%;
}

#confirm .formBtn li:first-child {
    margin-left: 0;
}

/*============================
complete
============================*/

#complete h3 {
    border: none;
    padding: 0;
    margin: 0;
    padding-bottom: 3px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {

    .cont h1 {
        background-image: url(../images/title_sp.png);
    }

    .lead {
        padding-bottom: 0;
    }

    /*============================
form
============================*/
    input,
    textarea,
    select {
        line-height: 170%;
    }

    /*============================
entry
============================*/
    form {
        margin-top: 10px;
    }

    .formTable {
        width: 100%;
    }

    .formTable tr:first-child {
        border-top: none;
    }

    .formTable tr {
        padding: 10px 0 18px;
        border-bottom: 0;
    }

    .formTable tr:last-child {
        border: none;
    }

    .formTable th {
        width: 100%;
        padding: 0;
        vertical-align: inherit;
        background: none;
        display: block;
        padding-bottom: 5px;
        position: relative;
    }

    .formTable th:before {
        content: "■ ";
    }

    .formTable td {
        padding: 0;
        width: 100%;
        display: block;
    }

    input#zip {
        width: 200px !important;
    }

    .formTable td p:first-child {
        padding-top: 0;
    }

    .formTable input,
    .formTable textarea {
        width: 100%;
    }

    .formBtn li input {
        font-weight: bold;
    }

    .formBtn {
        margin-top: 20px;
    }

    #form .formBtn li {
        width: 100%;
    }

    #privacy {
        margin-top: 0;
    }

    #privacy h3 {
        font-size: 13px;
    }

    /*============================
confirm
============================*/
    #confirm .notice {
        line-height: 1.6;
        padding-top: 4px;
    }

    #confirm .formTable tr {
        padding: 12px 0;
    }

    #confirm .formTable th {
        padding: 0;
    }

    #confirm .formBtn li:first-child {
        margin-left: 0;
    }

    #confirm .formBtn li input {
        font-size: 13px;
    }

}
