@charset "UTF-8";
/* CSS Document */

.h1_page {
    background: url("../img/bg_h1.jpg") no-repeat center right;
}

@media screen and (max-width: 780px) {
    .h1_page {
        background-position: center;
        background-size: auto 100%;
    }
}

.table1 .valignT {
    vertical-align: top;
}

.required:after {
    content: "必須";
    background: #1BC55B;
    color: #FFF;
    font-size: 75%;
    padding: 0 1em;
    display: inline-block;
    margin-left: 5px;
    border-radius: 30px;
    vertical-align: middle;
}

select {
    border: 1px solid #999;
    border-radius: 5px;
    padding: 5px 10px;
    width: 15em;
}
input[type="text"] {
    background: #EFEFEF;
    border-radius: 5px;
    width: 100%;
    height: 2em;
    padding: 0 10px;
}

textarea {
    background: #EFEFEF;
    border-radius: 5px;
    width: 100%;
    height: 250px;
    padding: 0 10px;
}

.btn2 {
    background: #EEE;
    color: #1BC55B;
    display: inline-block;
    padding: 5px 1.5em 5px 2.5em;
    font-weight: 500;
    position: relative;
    text-decoration: none;
}
.btn2:before {
    content: "";
    background: url("../../cmn/img/ico_arrowL.svg") no-repeat center;
    background-size: contain;
    width: 0.7em;
    height: 0.7em;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
.btn2:hover {
    background: #1BC55B;
    color: #FFF;
}

.btn3 {
    background: #EEE;
    width: 240px;
    padding: 1em;
    box-sizing: border-box;
    border-radius: 40px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    font-size: 110%;
}
.btn3:hover {
    background: #CCC;
}

.css_btn1 {
    display: inline-block;
    width: 320px;
}


@media screen and (max-width: 450px) {
    .table1 th {
        text-align: left !important;
    }
}

.h3_thanks {
    font-size: 165%;
    font-weight: 700;
    text-align: center;
    color: #00ABB3;
    margin-bottom: 1em;
}

.tel-box {
    background: #EEE;
    padding: 1em;
    text-align: center;
    margin-top: 2em;
}
.tel-box h4 {
    border-bottom: 1px solid #444;
}
.tel-box .tel-number:before {
    content: "tel";
    margin-right: 5px;
    font-size: 150%;
    font-weight: 700;
}
.tel-box .tel-number span {
    color: #00ABB3;
    font-size: 200%;
    font-weight: 700;
    margin-right: 0.5em;
}