.color_red {
    color: rgb(255, 0, 0);
}

.color_grey230 {
    color: rgb(230, 230, 230);
}

.bgcolor_grey230 {
    background-color: rgb(230, 230, 230);
}

.bg_color_word_color {
    background-color: rgb(230, 230, 230);
    color: red;
}

.color_blue {
    color: rgb(0, 122, 192);
}

.bg_image01 {
    background-image: url('../../../img/guide/bg_Operation_Guide.png');
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255);
    background-position: center;
}

.bg_image02 {
    background-image: url('../../../img/contact/photo_19_1920x615px.png');
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255);
    background-position: center;
}

.bg_image03 {
    background-image: url('../../../img/contact/photo_20_1920x945px.png');
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255);
    background-position: center;
}


.nav_bar_01 {
    padding: 25px;
}

.navbar_style {
    background-color: rgba(255, 255, 255, .85);
    box-shadow: 2px 2px 5px rgb(215, 215, 215);
}



.new_navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0, 122, 192);
    font-weight: bold;
}

.new_navbar-light {
    color: black;
}

.new_navbar-light .navbar-nav .nav-link {
    color: black;
}

.new_btn-primary:hover {
    color: white;
    background-color: rgb(0, 122, 192);
    border-color: transparent;
}

.new_navbar-brand {
    display: inline-block;
    padding: 0px 0px 10px 0px;
    margin-right: 125px;
    margin-left: 90px;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.new_nav-link {
    display: block;
    padding: 8px;
    margin-top: 5px;
}





.liveez_button01 {
    width: 100%;
    height: 68px;
    background-color: transparent;
    /* border-width: 0px; */
    border-color: black;
    border-radius: 2rem;
    color: black;
}

.button01_mar {
    margin-top: 30px;
}

.button_send {
    margin-top: 30px;
    margin-bottom: 500px;
}

.liveez_button01:hover {
    background-color: rgb(0, 122, 192);
}

.liveez_button02 {
    width: 160px;
    height: 50px;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(230, 230, 230);
    border-radius: 2rem;
    color: rgb(60, 64, 67);
    font-weight: bold;
}

.liveez_button02:hover {
    background-color: rgb(0, 122, 192);
}

.liveez_button03 {
    width: 130px;
    background-color: transparent;
    border-width: 0px;
    border-color: transparent;
    border-radius: 2rem;
    color: black;
    margin-right: -5px;
}

.liveez_button03:hover {
    color: rgb(0, 122, 192);
}

.liveez_button04 {
    width: 100%;
    height: 50px;
    background-color: rgb(179, 179, 179);
    border-color: transparent;
    border-radius: 2rem;
    color: rgb(255, 255, 255);
    float: left;
}

.liveez_button04:hover {
    background-color: rgb(0, 122, 192);
}

.liveez_button05 {
    width: 40%;
    height: 50px;
    background-color: transparent;
    border-color: rgb(0, 0, 0);
    border-radius: 2rem;
    color: rgb(0, 0, 0);
    margin: 0px auto;
}

.liveez_button05:hover {
    background-color: rgb(0, 122, 192);
}



.contact_form01 {
    height: 60px;
    background-color: transparent;
    border-width: 0.3px;
    border-color: rgb(153, 153, 153);
    border-radius: 2rem;
    color: rgb(120, 120, 120);
    margin-bottom: 10px;
    padding: 0.375rem 1.75rem;
    padding-top: 0.375rem;
    padding-right: 2rem;
    padding-bottom: 0.375rem;
    padding-left: 1.75rem;
}

.contact_form02 {
    height: 406px;
    background-color: transparent;
    border-width: 0.3px;
    border-color: rgb(153, 153, 153);
    border-radius: 2rem;
    color: rgb(120, 120, 120);
    margin-bottom: 10px;
    margin-top: 30px;
    padding: 0.375rem 1.75rem;
    padding-top: 0.375rem;
    padding-right: 4rem;
    padding-bottom: 0.375rem;
    padding-left: 1.75rem;
}

.col_padding_01 {
    padding-right: 1rem;
}

.all {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header {
    background-color: #EAF0ED;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    height: 90px;
    color: #3F5D45;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0px 1px 9px #aaa
}

.menu {
    display: flex;
    list-style: none;
}

.menu a {
    text-decoration: none;
    margin-left: 15px;
    color: #3F5D45;
}

.title_01 {
    font-size: 48px;
    font-weight: bold;
}

.title_01_mar {
    margin-top: 40px;
}

.title_02 {
    font-size: 36px;
    font-weight: 350;
}

.title_03 {
    font-size: 16px;
    font-weight: 250;
    line-height: 1.75;
}

.title_04 {
    font-size: 24px;
    font-weight: 250;
}

.title_05 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
}

.title_06 {
    font-size: 16px;
    font-weight: 250;
    line-height: 1.75;
    text-align: justify;
}

.title_07 {
    font-size: 16px;
    font-weight: 250;
    line-height: 1.75;
    margin-bottom: 10px;
}

.title_08 {
    font-size: 16px;
    font-weight: 250;
    line-height: 1.75;
}

.title_09 {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.75;
    text-align: justify;
}

.title_10 {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.75;
    text-align: justify;
}








.send_icon_button {
    padding-right: 10px;
    font-size: 18px;
}

.send_icon_button02 {
    padding-right: 10px;
    font-size: 18px;
}

.select_box {
    position: relative;
}

.select_box select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 26px;
}

.select_box:after {
    content: "\f078";
    font: var(--fa-font-solid);
    font-size: 1rem;
    color: rgb(179, 179, 179);
    top: 55%;
    right: 45px;
    transform: translateY(-50%);
    position: absolute;
    pointer-events: none;
}

.area {
    padding-bottom: 200px;
}

.area02 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.area03 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.Q_top_area {
    padding-top: 50px;
}

.Q_header {
    text-align: justify;
}

.line_contact {
    margin: 3% auto;
    max-width: 100px;
    height: 0.5px;
    background-color: rgb(0, 0, 0);
}

.imgFlip {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.btn_padd {
    padding-bottom: 150px;
}

.bg_rowcolor {
    background-color: rgba(230, 230, 230, .97);
}

.logo_shadow_pos {
    margin: auto;
    padding-top: 50px;
    max-width: 250px;
}

.bg_block {
    padding-bottom: 70px;
    padding-top: 70px;
}

.line_pad {
    margin-bottom: 50px;
    margin-top: 50px;
}

.line_pad02 {
    margin-bottom: 50px;
    margin-top: 50px;
}



.new_card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0px;
    border-radius: 0.25rem;
    margin-bottom: 24px;
}

.new_card_header {
    padding: 20px 30px 20px 35px;
    margin: 0px 20px 24px 20px;
    background-color: rgb(255, 255, 255);
    border: 0.7px solid rgb(0, 0, 0);
    border-radius: 3rem;
    color: black;
}

.new_accordion>.new_card:first-of-type {
    border-bottom: 0.5px;
    border-color: black;
}

.new_accordion>.new_card .new_card_header {
    margin-bottom: 0px;
}

.new_card_header:first-child {
    border-radius: 3rem;
}

.new_btn-link {
    font-weight: 200;
    color: black;
    text-decoration: none;
}

.new_btn-link:hover {
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-decoration: none;
}

.new_accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 3rem;
}

.new_card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px 40px;
    border-radius: 3rem;
    border-color: transparent;
    box-shadow: 2px 2px 6px rgb(215, 215, 215);
    margin: 0px 20px 20px 20px;
}





@media (min-width: 576px) {
    .title_01 {
        font-size: 62px;
    }

    .title_02 {
        font-size: 44px;
    }

    .title_03 {
        font-size: 22px;
    }

    .title_05 {
        font-size: 22px;
    }

    .title_06 {
        font-size: 22px;
    }

    .title_07 {
        font-size: 22px;
        margin-bottom: 100px;
    }

    .title_08 {
        font-size: 22px;
        margin-bottom: 65px;
    }

    .title_09 {
        font-size: 22px;
    }

    .title_10 {
        font-size: 18px;
    }

    .area {
        padding-bottom: 500px;
    }

    .area02 {
        padding-top: 250px;
        padding-bottom: 200px;
    }

    .area03 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .line_contact {
        min-width: 180px;
    }

    .logo_shadow_pos {
        margin: auto;
        padding-top: 70px;
        max-width: 330px;
    }

    .line_pad {
        margin-bottom: 80px;
    }

    .line_pad02 {
        margin-bottom: 45px;
    }
}