@charset "utf-8";
/*css document*/

@media print,
screen and (min-width: 769px) {
    .main {
        width: 1040px;
        margin: auto;
        background: #e8f8f8;
        padding: 50px;
        text-align: center;
        margin-bottom: 80px;
    }

    .main1 {
        width: 1040px;
        margin: auto;
        margin-bottom: 80px;
    }

    .tel_box {
        width: 750px;
        margin: auto;
        display: flex;
    }

    .main1 h4 {
        text-align: center;
        font-size: 150%;
    }

    .tel_btn {
        background: url("../../images/bg02.jpg");
        width: 350px;
        height: 50px;
        border-radius: 15px;
        color: #fff;
        font-size: 130%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px;
    }

    .main2 {
        width: 1040px;
        margin: auto;
    }

    .main2 p {
        text-align: center;
        margin-bottom: 50px;
        line-height: 2.5;
    }

    .main3 {
        width: 1040px;
        margin: auto;
        margin-bottom: 100px;
    }

    table {
        width: 100%;
        border: #558959 3px solid;
        margin-bottom: 50px;
    }

    table tr th {
        width: 300px;
        background: url("../../images/bg02.jpg");
        padding: 20px;
        color: #fff;
        border-bottom: #fff 2px dotted;
        position: relative;
    }

    table tr:last-child th {
        border-bottom: none;
        background: url("../../images/bg02.jpg");
    }

    table tr td {
        width: 740px;
        padding: 20px;
        border-bottom: #558959 2px dotted;
    }

    table tr:last-child td {
        border-bottom: none;
    }

    table tr td input {
        padding: 5px;
        width: 400px;
    }

    .check input {
        width: 30px;
    }

    table tr td textarea {
        width: 96%;
        height: 150px;
        margin: 10px 0;
        vertical-align: middle;
        padding-left: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        word-break: keep-all;
    }

    table tr th span {
        display: inline-block;
        width: 60px;
        background: #e9e290;
        margin-left: 30px;
        color: #7e7e7e;
        text-align: center;
        position: absolute;
        right: 50px;
    }

    .privacy {
        overflow: auto;
        width: 100%;
        height: 120px;
        padding: 5px;
        border: 1px solid #7e7e7e;
        background-color: #F9F9F9;
        color: #000;
        font-size: 12px;
        margin-bottom: 50px;
    }

    .h5_ttl {
        font-size: 160%;
        color: #558959;
        font-weight: bold;
        border-bottom: #558959 3px solid;
        margin-bottom: 20px;
    }

    .privacy_ttl {
        font-size: 140%;
        border-bottom: #558959 1px solid;
        margin-bottom: 20px;
    }

    .privacy p {
        margin-bottom: 30px;
    }

    .btn button {
        display: block;
        width: 500px;
        height: auto;
        margin: auto;
        text-align: center;
        padding: 15px;
        border-radius: 10px;
        background: url("../../images/bg02.jpg");
        color: #fff !important;
        font-weight: bold;
        font-size: 15px;
        line-height: 25px;
    }

    .btn2 {
        width: 700px;
        margin: auto;
    }

    .btn2_color1 {
        width: 300px;
        height: auto;
        margin: auto;
        margin-left: 10px;
        text-align: center;
        padding: 15px;
        border-radius: 10px;
        background: url("../../images/bg02.jpg");
        color: #fff !important;
        font-weight: bold;
        font-size: 15px;
        line-height: 25px;
    }

    .btn2_color2 {
        width: 300px;
        height: auto;
        margin: auto;
        margin-left: 10px;
        text-align: center;
        padding: 15px;
        border-radius: 10px;
        color: #fff !important;
        font-weight: bold;
        font-size: 15px;
        line-height: 25px;
        background-color: #8fbc8f;
    }

}


















































}
