@charset "utf-8";

/* Table style */

.row-title{
    width: 100%;
    float: left;
}

.row-table table {
    width: 100%;
    float: left;
}

.row-table table tr td {
    padding: 10px;
    border-bottom: 1px #fff solid;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    line-height: 160%;
}

.row-table table tr td:first-child {
    color: #fff;
    width: 250px;
}

.min_t {
    min-height: auto;
    line-height: 160%;
    color: #333;
    font-size: 16px;
}

.layout-column-txt h2 {
    color: #00a0e9;
    font-size: 35px;
    font-weight: bold;
    line-height: 160%;
}

.layout-column-txt p {
    font-size: 16px;
    color: #333;
    line-height: 180%;
    padding-top: 5px;
}

.message {
    margin-top: 20px;
}

.layout-column-txt p.logo_note, .layout-column-txt span.logo_note{
    font-weight: bold;
    color: #fff;
    text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}

.fa-line{
    font-size: 48px;
    color: #000;
}


/* End table style */


.contact-form-st1 table {
    width: 100%;
    float: left;
}

.contact-form-st1 table tr td {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
    vertical-align: middle;
}

.contact-form-st1 table tr td .form-group {
    margin-bottom: 0;
}

.contact-form-st1 table tr td input[type=text],
.contact-form-st1 table tr td textarea {
    width: 100%;
    float: left;
    border: none;
    border-radius: 5px;
    border: 1px #8d97aa solid;
    padding: 10px;
}

.contact-form-st1 table tr td input[type=text] {
    height: 37px;
}

.contact-form-st1 table tr td textarea {
    height: 140px;
    resize: none;
}

.contact-form-st1 table tr td select {
    width: 100%;
    box-shadow: none !important;
}

.contact-form-st1 table tr:last-child td {
    text-align: center;
    padding-bottom: 0;
}


/* Table style */

.table-style {
    width: 100%;
    float: left;
}

.table-style tr {
    border-bottom: 1px #ccc dotted;
}

.table-style tr:last-child {
    border-bottom: 0;
}

.table-style tr td {
    padding: 10px 15px;
    vertical-align: middle;
}

.table-style tr td:first-child {
    background: #ccc;
    text-align: center;
}

/* ======================= END BLOG =======================*/


/* add style */


#h_bg,
#center_box,
.cy_footer,
.row-table table tr td:first-child,
.more a,
.top_list .bg_midashi,
#load {
    background-color: #9bd1e8;
}


#h_bg,#center_box,.cy_footer,.row-table table tr td:first-child,.more a,.top_list .bg_midashi,#load{
    background-color: #9bd1e8;
}

.ul_icon li{
    position: relative;
    z-index: 1;
    padding-left: 20px;
    margin-bottom: 10px;
}

.ul_icon li:before {
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight:900;
    color: #f08930;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.ul_com01 li:before {
    content: "\f1ad";
}

.ul_bussi01 li:before {
    content: "\f0b1";
}

.ul_job01 li:before {
    content: "\f500";
}
/* End add style */


/* RWD */

@media screen and (max-width:767px) {
    .row-table table tr td {
        font-size: 13px;
    }
    .mg-sp{
        margin-top: 20px;
    }

    .layout_column_table {
        width: 100%;
        margin-bottom: 20px;
    }

    .row-table table tr td {
        width: 100% !important;
        float: left;
        text-align: left !important;
    }

    /* end */
}


/* END RWD */