@charset "utf-8";

::placeholder{
    color: #ccc;
}

.required {
    color: #cc0000;
}

#error_block,
#confirm_block,
#thank_block {
    display: none;
    line-height: initial;
}
#thank_block p {
    text-align: center;
    padding-top: 10px;
}

.ResponseForm,
.ResponseForm .iform {
    width: 100%;
}

.iform input,
.iform textarea,
.iform select {
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 14px;
}

table.iform .btn,
.btn {
    border: none;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 30px;
    background-repeat: no-repeat;
    margin: 0 auto;
    cursor: pointer;
    outline: none;
}

.ResponseForm button[type='submit']:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.ResponseForm #modifyBtn {
    display: none;
}

.ResponseForm .iform th {
    width: 30%;
    padding-right: 10px;
}

#resetBtn {
    margin-top: 20px;
    color: #444;
    background: #fff;
    font-weight: normal;
}

#resetBtn:hover {
    color: #888;
    text-decoration: underline;
}

#modifyBtn {
    border: none;
    display: block;
    width: 150px;
    background-color: #ddd;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding: 10px 50px;
    border-radius: 35px;
    margin: 15px auto;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
body.en #modifyBtn {
    width: 150px;
}

/* -- form -- */
table.iform th .required {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.iform textarea {
    resize: vertical;
    min-height: 150px;
    max-height: 400px;
    width: 94% !important;
    padding: 7px !important;
    font-size: 15px;
}

.iform td[colspan="2"] {
    padding: 0 !important;
}

.iform td[colspan="2"] p {
    font-weight: bold;
    padding: 5px 10px;
    background: #efeff9;
    border-left: 4px solid #bcafd6;
}

label span {
    font-size: 16px;
}
body.en label span, body.en .checkbox-group , body.en .radio-group {
    letter-spacing: 0;
}

label.error {
    font-weight: normal;
    display: block;
    margin-top: 10px;
    font-size: 14px;

    position: relative;
    margin-bottom: 5px;
    padding-left: 25px;
    color: #cc0000;
    font-weight: bold;
}

label.error::before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 1px;
    width: 25px;
    height: 25px;
    margin-right: 0px;
    padding: 0;
    background: url(/front/common/img/exclamation.png) no-repeat;
}

#CheckCode {
    text-align: center;
    margin-top: 20px;
}

#CheckCode .g-recaptcha {
    display: inline-block;
}

.loading_div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background: rgba(116, 116, 116, 0.78);
    display: table-cell;
    display: none;
    vertical-align: middle;
    text-align: center;
    z-index: 98;
}

.loading_div .loading_img {
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 60px;
    font-weight: bold;
    margin: 0;
    z-index: 99;
    width: 60%;
}
@media screen and (max-width: 736px) {
    .loading_div p {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .loading_div .loading_img {
        width: 90%;
    }

}

.loading_div .loading_img p {
    line-height: 2em
}



.subBox {
    text-align: center;
    margin: 30px 0 0;
}

.bnr {
    display: inline-block;
    width: auto;
    min-height: 134px;
    background: -webkit-linear-gradient(to right, #bcb4d0 0%, #90a4c9 100%);
    background: linear-gradient(to right, #bcb4d0 0%, #90a4c9 100%);
    padding: 10px;
}

@media screen and (max-width: 736px) {
    .bnr {
        min-height: 94px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 737px) {
    .bnr.img {
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .iform label {
        width: 85%;
        vertical-align: top;
        display: inline-block;
        padding-bottom: 8px;
    }
}

.bnr.img a {
    padding-right: 303px;
}

@media screen and (max-width: 736px) {
    .bnr.img a {
        padding-top: 15px;
        padding-right: 21px;
    }

    .bnr.img a span.label {
        margin-right: 100px;
    }

    .bnr.img a span.caption {
        margin-top: 25px;
    }
}

.bnr button {
    display: inline-block;
    min-height: 114px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    align-items: center;
    padding: 27px 120px;
    position: relative;
    z-index: 0;
}

@media screen and (min-width: 737px) {
    .bnr button {
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}

@media screen and (max-width: 736px) {
    .bnr button {
        padding: 10px 40px !important;
        min-height: 74px;
    }
    .iform input {
        vertical-align: top;
    }
}



.bnr button:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(to right, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    z-index: -3;
}

.bnr button:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(to right, rgba(119, 89, 188, 0.6) 0%, rgba(7, 63, 174, 0.6) 100%);
    background-image: linear-gradient(to right, rgba(119, 89, 188, 0.6) 0%, rgba(7, 63, 174, 0.6) 100%);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
    opacity: 0;
}

@media screen and (min-width: 737px) {
    .bnr button:hover {
        color: #fff;
    }

    .bnr button:hover:after {
        opacity: 1;
    }

    .bnr button:hover span:after {
        background-image: url(/front/common/img/arrow_w2.png);
    }
}

.bnr span.label {
    display: inline-block;
    position: relative;
    font-size: 18px;
}

@media screen and (max-width: 736px) {
    .bnr span.label {
        font-size: 14px;
    }
}

.bnr button span:after {
    content: " ";
    display: inline-block;
    width: 36px;
    height: 7px;
    background: transparent url(/front/common/img/arrow-01.svg) 0% 0% no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 11px;
}

@media screen and (max-width: 736px) {
    .bnr button span:after {
        width: 27px;
        height: 6px;
        margin-left: 4px;
    }
}

.bnr span.caption {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-top: 8px;
}

@media screen and (max-width: 736px) {
    .bnr span.caption {
        font-size: 10px;
    }
}

.bnr img {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    z-index: -2;
}

@media screen and (max-width: 736px) {
    .bnr img {
        width: 100px;
        height: 55.5px;
        min-height: 0;
    }

    @media (max-width: 768px) {
        table.iform tr {
            display: block;
            padding: 15px 0;
            font-size: 14px;
            font-size: 1.3rem;
            border-bottom: 1px solid #dddddd;
        }

        table.iform th {
            display: block;
            margin-bottom: 10px;
            padding: 0;
            width: 100%;
            border: none;
        }

        table.iform td {
            display: block;
            padding: 0;
            width: 100%;
            border: none;
        }

        .ResponseForm .btn[type='submit'] {
            width: 100%;
            font-size: 15px;
            font-size: 1rem;
            padding: 20px 0;
        }

        .iform label {
            font-size: 16px;
            display: inline-block;
            width: 85%;
            vertical-align: top;
            padding-bottom: 5px;
        }

    }
