﻿@charset "utf-8";

/* CSS Document */


/****************************************************************************
	body設定
*****************************************************************************/

body {
    color: #333;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
    color: #333;
}

h2,
h3,
h4 {
    text-align: left;
}

img {
    margin: 0;
    padding: 0;
}

#container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}


/*	ヘッダー
----------------------------------------------------------------------------*/

h1 {}

#head {
    width: 960px;
    height: 93px;
    margin: 0 auto;
    padding: 0;
}

#head_logo {
    width: 655px;
    margin-top: 22px;
    font-size: 12px;
    text-align: left;
    line-height: 27px;
    height: 27px;
    margin-top: 32px;
    float: left;
}

#head_logo img {
    float: left;
    margin-right: 24px;
}

#head_tel {
    width: 305px;
    margin-top: 24px;
    float: left;
    font-size: 12px;
    text-align: left;
}

.pc {
    display: inline;
}

.sm {
    display: none;
}


/*	グローバルナビ
----------------------------------------------------------------------------*/

#navi {
    width: 960px;
    height: 67px;
    margin: 0 auto;
    display: block;
}

#navi li {
    float: left;
    margin: 0;
    height: 67px;
}


/*	グローバルナビ
----------------------------------------------------------------------------*/

#category_list {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 10000;
    top: 0px;
    left: 0px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#category_list li a {
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    background-color: #fff;
    background-image: url(../img/common/icon.png);
    background-repeat: no-repeat;
    background-position: right;
    text-align: left;
    padding-left: 5%;
    border-bottom: 1px dotted #5ea8c5;
    display: block;
}

#category_list li a:hover {
    background-color: #efefef;
}

.list_close {
    width: 12.5%;
    padding: 2% 1.75% 10% 85.75%;
    text-align: right;
    border-bottom: 2px solid #5ea8c5;
}


/*	フッター
----------------------------------------------------------------------------*/

#footer {
    margin-top: 35px;
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid #717171;
    background-color: #efefef;
}

#footer_in {
    width: 960px;
    height: auto;
    padding: 0;
    margin: auto;
    text-align: left;
    position: relative;
}

#footer_logo {
    width: 222px;
    padding-right: 187px;
    margin-bottom: 14px;
}

#footer_add {
    width: 455px;
    margin-right: 27px;
    padding-right: 27px;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    border-right: 1px solid #717171;
    float: left;
}

#footer_add p img {
    float: right;
}

#footer_contact {
    width: 450px;
    text-align: left;
    float: left;
}

#footer_contact .bt {
    margin-top: 18px;
    margin-right: 18px;
    float: left;
}

#footer_link {
    font-size: 12px;
    line-height: 55px;
    height: 55px
}

#footer_copy {
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    background-color: #333;
}

.page_top {
    width: 50px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -35px;
}


/*	共通
----------------------------------------------------------------------------*/

.center {
    text-align: center;
}

.clear {
    clear: both;
    overflow: hidden;
    margin: auto;
}

.int10 {
    text-indent: -1em;
    padding-left: 1em;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}


/*	共通
----------------------------------------------------------------------------*/

#contents {
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

.title {
    width: 942px;
    height: 38px;
    text-align: left;
    padding-left: 12px;
    font-size: 20px;
    line-height: 38px;
    font-weight: bold;
    margin: 0 auto 35px auto;
    border-left: 6px solid #005dad;
}

.text {
    width: 100%;
    margin: 20px auto 40px auto;
    text-align: left;
}

.text p {
    margin-bottom: 2em;
}

.business .head_img {
    width: 100%;
    height: 360px;
    margin: 0 auto 30px auto;
    overflow: hidden;
    text-align: center;
    background-image: url(../img/biz/head_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
}

.company .head_img {
    width: 100%;
    height: 360px;
    margin: 0 auto 30px auto;
    overflow: hidden;
    text-align: center;
    background-image: url(../img/comp/head_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
}

.recruit .head_img {
    width: 100%;
    height: 360px;
    margin: 0 auto 30px auto;
    overflow: hidden;
    text-align: center;
    background-image: url(../img/recruit/head_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
}

.contact .head_img {
    width: 100%;
    height: 360px;
    margin: 0 auto 30px auto;
    overflow: hidden;
    text-align: center;
    background-image: url(../img/contact/head_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
}

.rec_sample img {
    float: left;
    width: 30%;
    margin-right: 5%
}

.rec_sample img:last-child {
    margin-right: 0;
}


/*　TOP
----------------------------------------------------------*/

.top_comm {
    width: 100%;
    padding: 0;
    margin: 45px auto 35px auto;
    text-align: center;
}

.top_link {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
}

.top_link .mr {
    margin-right: 9px;
}

.top_link_in {
    width: 314px;
    text-align: left;
    font-size: 12px;
    line-height: 21px;
    float: left;
}

.top_link_in img {
    margin-bottom: 15px;
}

.top_link_in .ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}


/*　事業案内
----------------------------------------------------------*/

.biz_box {
    width: 960px;
    margin: 0 auto 40px auto;
}

.biz_box_img {
    width: 450px;
    margin-right: 30px;
    float: left;
}

.biz_box_text {
    width: 480px;
    font-size: 13px;
    line-height: 21px;
    text-align: left;
    margin: 0;
    float: left;
}

.biz_box_text .ttl {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    line-height: 44px;
    border-bottom: 2px solid #005dad;
    width: 100%;
    margin-bottom: 10px;
}

.biz_point {
    padding: 0 15px 10px 15px;
    margin-top: 10px;
    border: 1px solid #b5b5b6;
    box-sizing: border-box;
}

.biz_point_ttl {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 30px;
    background-image: url(../img/biz/icon.png);
    background-repeat: no-repeat;
    background-position: left;
}


/*　会社概要
----------------------------------------------------------*/

.comp_table {
    width: 100%;
    margin: 0 auto 40px auto;
    border-top: 1px solid #b5b5b6;
}

.comp_table th {
    width: 200px;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    background-color: #f5f5f5;
    border-right: 1px solid #b5b5b6;
    border-bottom: 1px solid #b5b5b6;
    border-left: 1px solid #b5b5b6;
    vertical-align: top;
}

.comp_table td {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding: 15px 30px;
    border-right: 1px solid #b5b5b6;
    border-bottom: 1px solid #b5b5b6;
}

.president_text {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.8em;
    text-indent: 1em;
    text-align: right;
}

.president_text p {
    margin-bottom: 20px;
    text-align: left;
}

.president_text img {
    margin-bottom: 20px;
}

.comp_map {
    width: 960px;
    height: 300px;
    margin: 0 auto 30px auto;
}

.comp_5s {
    text-align: left;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.comp_5s dl dt {
    position: relative;
    display: list-item;
    list-style-type: decimal;
    list-style-position: inside;
    margin-bottom: 0.5em;
    color: #005dad;
    font-size: 20px;
}


.comp_5s dl dt span {
    margin-right: 1em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    opacity: 0.9;
    letter-spacing: 0.8rem;
}
.comp_5s dl dt span span {
	font-weight:bold; 
	font-size:150%; 
	margin-right: 0px;
}

.comp_5s dl dd {
    margin-bottom: 40px;
    padding-left: 2em;
    font-size: 16px;
}

.comp_5s dl dd span {
    font-size: 20px;
    color: #c30d23;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.comp_photo {
    margin: 30px auto;
}

.comp_photo div {
    width: 444px;
    margin-right: 64px;
    float: left;
}

.comp_photo div > img {
    width: 100%;
}

.comp_photo div:nth-child(2n) {
    margin-right: 0;
}

.comp_photo div p {
    width: 100%;
}

.comp_photo div img {
    border: 4px solid #b5b5b6;
}


/*　リクルート
----------------------------------------------------------*/

.recruit_detail {
    text-align: center;
}

.recruit_detail > p {
    margin-bottom: 1em;
    font-size: 16px;
}

.recruit_detail > p > span {
    display: block;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.recruit_detail .clearfix > div {
    width: 448px;
    margin-right: 64px;
    padding: 60px 60px 0 60px;
    text-align: center;
    box-sizing: border-box;
    float: left;
}

.recruit_detail .clearfix > div:nth-child(2n) {
    padding: 0;
    margin-right: 0;
}

.recruit_detail .clearfix {
    margin-top: 40px;
}

.recruit_detail .clearfix > div p {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: left;
}

.recruit_detail .clearfix > div p > span {
    display: block;
    margin-top: 4px;
    text-align: center;
}

.recruit_detail .clearfix > div > img {
    border: 4px solid #b5b5b6;
}

.recruit_detail > a {}


/*　お問い合わせ
----------------------------------------------------------*/

.contact_red {
    color: #c30d23;
}

.contact_table {
    width: 100%;
    margin: 0 auto 40px auto;
    border-top: 1px solid #b5b5b6;
}

.contact_table th {
    width: 150px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding: 20px 15px;
    background-color: #efefef;
    border-bottom: 1px solid #b5b5b6;
    vertical-align: top;
}

.contact_table .dot_ttl {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding: 7px 0 7px 15px;
    border-bottom: 1px dotted #b5b5b6;
}

.contact_table .sol_ttl {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding: 7px 0 7px 15px;
    border-bottom: 1px solid #b5b5b6;
}

.contact_table .dot {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding: 7px 0 7px 15px;
    border-bottom: 1px dotted #b5b5b6;
}

.contact_table .sol {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding: 7px 0 7px 15px;
    border-bottom: 1px solid #b5b5b6;
}

.contact_table .right {
    float: right;
}

.submit_btn,
.submit_btn:hover {
    border: none;
    margin: 30px auto;
    width: 421px;
    height: 54px;
    background: url(../img/contact/send.png) no-repeat;
    cursor: pointer;
    cursor: hand;
}

.submit_btn:hover {
    border: none;
    margin: 30px auto;
    width: 421px;
    height: 54px;
    background: url(../img/contact/send-over.png) no-repeat;
    cursor: pointer;
    cursor: hand;
}

.form_style {
    width: 430px;
    height: 35px;
    padding: 5px;
    margin: 5px auto;
    vertical-align: middle;
    font-size: 16px;
    border: 1px solid #b5b5b6;
    box-sizing: border-box;
}

.form_style_s {
    width: 35%;
    height: 35px;
    padding: 5px;
    margin: 5px 2% 5px 2%;
    vertical-align: middle;
    font-size: 16px;
    border: 1px solid #b5b5b6;
    box-sizing: border-box;
}

.form_style_ss {
    width: 30%;
    height: 35px;
    padding: 5px;
    margin: 5px 0;
    vertical-align: middle;
    font-size: 14px;
    border: 1px solid #b5b5b6;
    box-sizing: border-box;
}

.form_style_tarea {
    width: 100%;
    height: 330px;
    padding: 5px;
    margin: 15px auto;
    vertical-align: middle;
    font-size: 16px;
    border: 1px solid #b5b5b6;
    box-sizing: border-box;
}


/* ===========横幅640px以下================ */

@media screen and ( max-width: 640px) {
    body {
        color: #333;
        font-size: 14px;
        line-height: 25px;
        text-align: center;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        margin: 0;
        padding: 0;
        -webkit-text-size-adjust: 100%;
    }
    a {
        text-decoration: none;
        color: #333;
    }
    a:hover {
        text-decoration: underline;
        color: #333;
    }
    h2,
    h3,
    h4 {
        text-align: left;
    }
    #container {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    /*	ヘッダー
----------------------------------------------------------------------------*/
    h1 {}
    #head {
        width: 100%;
        height: 93px;
        margin: 0 auto;
        padding: 0;
    }
    #head_logo {
        width: 70%;
        margin-top: 2%;
        font-size: 12px;
        text-align: left;
        line-height: 1.5em;
        height: auto;
        margin-left: 2%;
        float: left;
    }
    #head_logo img {
        width: 100%;
        margin-left: 0;
        float: left;
    }
    #head_tel {
        width: 60%;
        margin-right: 21.5%;
        margin-left: 2%;
        margin-top: 1%;
        margin-bottom: 3%;
        float: left;
        font-size: 13px;
        text-align: left;
    }
    .open_menu {
        width: 12.5%;
        margin: 2%;
        float: right;
    }
    .pc {
        display: none;
    }
    .sm {
        display: inline;
    }
    img {
        width: 100%;
        height: auto;
    }
    /*	グローバルナビ
----------------------------------------------------------------------------*/
    #navi {
        width: 960px;
        height: 67px;
        margin: 0 auto;
        display: none;
    }
    #navi li {
        float: left;
        margin: 0;
        height: 67px;
    }
    /*	フッター
----------------------------------------------------------------------------*/
    #footer {
        margin-top: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
        border-top: 1px solid #717171;
        background-color: #efefef;
    }
    #footer_in {
        width: 96%;
        height: auto;
        padding: 0;
        margin: 0 2%;
        text-align: left;
        position: relative;
    }
    #footer_logo {
        width: 60%;
        padding-right: 40%;
        margin-bottom: 2%;
    }
    #footer_add {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        font-size: 16px;
        line-height: 28px;
        text-align: left;
        border-right: none;
        float: left;
    }
    #footer_add p img {
        width: 30%;
        height: auto;
        float: right;
    }
    #footer_contact {
        width: 100%;
        text-align: left;
        float: left;
        margin-top: 5%;
        padding-top: 5%;
        border-top: 1px solid #333;
    }
    #footer_contact img {
        width: 80%;
        margin: 0 10% 2% 10%;
    }
    #footer_contact .bt {
        width: 80%;
        margin-top: 3%;
        margin-right: 10%;
        margin-left: 10%;
        float: left;
    }
    #footer_copy {
        font-size: 12px;
        line-height: 28px;
        height: 28px;
        text-align: center;
        color: #fff;
        background-color: #333;
    }
    .page_top {
        width: 80px;
        height: auto;
        position: fixed;
        right: 2%;
        bottom: 5%;
    }
    /*	共通
----------------------------------------------------------------------------*/
    .center {
        text-align: center;
    }
    .clear {
        clear: both;
        overflow: hidden;
        margin: auto;
    }
    .int10 {
        text-indent: -1em;
        padding-left: 1em;
    }
    .clearfix:after {
        content: '';
        display: block;
        clear: both;
    }
    /*	共通
----------------------------------------------------------------------------*/
    #contents {
        width: 96%;
        margin: 0 2%;
        padding: 0;
    }
    .title {
        width: 98%;
        height: 38px;
        text-align: left;
        padding-left: 2%;
        font-size: 20px;
        line-height: 38px;
        font-weight: bold;
        margin: 0 0 35px 0;
        border-left: 6px solid #005dad;
    }
    .text {
        font-size: 16px;
        line-height: 32px;
        width: 100%;
        margin: 20px auto 40px auto;
        text-align: left;
    }
    .text p {
        margin-bottom: 2em;
    }
    .text img {
        width: 40%;
        margin-left: 60%;
    }
    .business .head_img {
        width: 100%;
        height: 250px;
        margin: 0 auto 30px auto;
        overflow: hidden;
        text-align: center;
        background-image: url(../img/biz/head_img.jpg);
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -99999px;
    }
    .company .head_img {
        width: 100%;
        height: 250px;
        margin: 0 auto 30px auto;
        overflow: hidden;
        text-align: center;
        background-image: url(../img/comp/head_img.jpg);
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -99999px;
    }
    .recruit .head_img {
        width: 100%;
        height: 250px;
        margin: 0 auto 30px auto;
        overflow: hidden;
        text-align: center;
        background-image: url(../img/recruit/head_img.jpg);
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -99999px;
    }
    .contact .head_img {
        width: 100%;
        height: 250px;
        margin: 0 auto 30px auto;
        overflow: hidden;
        text-align: center;
        background-image: url(../img/contact/head_img.jpg);
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -99999px;
    }
    /*　TOP
----------------------------------------------------------*/
    .top_comm {
        width: 90%;
        padding: 0;
        margin: 5% 5% 3% 5%;
        text-align: center;
    }
    .top_comm img {
        width: 80%;
        height: auto;
        margin: 0 10%;
    }
    .top_link {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        font-size: 18px;
        line-height: 28px;
    }
    .top_link .mr {
        margin-right: 0;
    }
    .top_link_in {
        width: 90%;
        text-align: left;
        font-size: 12px;
        line-height: 21px;
        float: left;
        margin: 0 5% 5% 5%;
    }
    .top_link_in img {
        margin-bottom: 3%;
    }
    .top_link_in .ttl {
        font-size: 16px;
        font-weight: bold;
        line-height: 28px;
    }
    /*　事業案内
----------------------------------------------------------*/
    .biz_box {
        width: 96%;
        margin: 0 2% 10% 2%;
    }
    .biz_box_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3%;
        float: left;
    }
    .biz_box_text {
        width: 100%;
        font-size: 16px;
        line-height: 36px;
        text-align: left;
        margin: 0;
        float: left;
    }
    .biz_box_text .ttl {
        text-align: left;
        font-size: 22px;
        font-weight: bold;
        line-height: 44px;
        border-bottom: 2px solid #005dad;
        width: 100%;
        margin-bottom: 1%;
    }
    .biz_point {
        padding: 0 3% 2% 3%;
        margin-top: 2%;
        border: 1px solid #b5b5b6;
        box-sizing: border-box;
    }
    .biz_point_ttl {
        text-align: left;
        font-size: 18px;
        font-weight: bold;
        line-height: 26px;
        margin-bottom: 1%;
        margin-top: 1%;
        padding-left: 2em;
        background-image: url(../img/biz/icon.png);
        background-repeat: no-repeat;
        background-position: left;
    }
    /*　会社概要
----------------------------------------------------------*/
    .comp_table {
        width: 100%;
        margin: 0 auto 40px auto;
        border-top: 1px solid #b5b5b6;
    }
    .comp_table th {
        width: 96%;
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        text-align: left;
        padding: 15px 2%;
        background-color: #f5f5f5;
        border-right: 1px solid #b5b5b6;
        border-bottom: 1px solid #b5b5b6;
        border-left: 1px solid #b5b5b6;
        vertical-align: top;
        float: left;
    }
    .comp_table td {
        width: 96%;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        padding: 15px 2%;
        border-right: 1px solid #b5b5b6;
        border-bottom: 1px solid #b5b5b6;
        border-left: 1px solid #b5b5b6;
        float: left;
    }
    .comp_map {
        width: 100%;
        height: 300px;
        margin: 0 auto 30px auto;
    }
    
    
    .comp_photo div {
    width: 100%;
    margin-right: 0;
	}
    .comp_photo div img{
    box-sizing:border-box;
    }
    
    .comp_5s dl dd{
    padding-left:0;
    }
    
    /*　リクルート
----------------------------------------------------------*/
    .recruit_detail {
        text-align: left;
    }
    .recruit_detail > p {
        margin-bottom: 1em;
        font-size: 16px;
    }
    .recruit_detail > p > span {
	display: block;
	font-size: 20px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 35px;
    }
    .recruit_detail > a {
        display: block;
        width: 80%;
        margin: 0 auto 2% auto;
    }
	.recruit_detail .clearfix > div{
	padding: 0;
    width: 100%;
    margin-bottom:25px;
    }
	.recruit_detail .clearfix > div > img{
	box-sizing: border-box;
	}
    /*　お問い合わせ
----------------------------------------------------------*/
    .contact_red {
        color: #c30d23;
    }
    .contact_table {
        width: 100%;
        margin: 0 auto 40px auto;
        border-top: none;
    }
    .contact_table th {
        width: 96%;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        padding: 15px 2%;
        background-color: #5ea8c5;
        border-bottom: 1px solid #b5b5b6;
        border-top: 1px solid #b5b5b6;
        vertical-align: top;
        color: #fff;
        float: left;
    }
    .contact_table .dot_ttl {
        width: 96%;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        padding: 7px 2% 7px 2%;
        border-bottom: 1px dotted #b5b5b6;
        background-color: #efefef;
        float: left;
    }
    .contact_table .sol_ttl {
        width: 96%;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        padding: 7px 2% 7px 2%;
        border-bottom: 1px dotted #b5b5b6;
        background-color: #efefef;
        float: left;
    }
    .contact_table .dot {
        width: 96%;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        padding: 7px 2% 7px 2%;
        border-bottom: 1px dotted #b5b5b6;
        float: left;
    }
    .contact_table .sol {
        width: 96%;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        padding: 7px 2% 7px 2%;
        border-bottom: 1px dotted #b5b5b6;
        float: left;
    }
    .contact_table .right {
        float: right;
    }
    .submit_btn,
    .submit_btn:hover {
        width: 100%;
        height: 54px;
        background-inmage: url(../img/contact/send.png) ;
        cursor: pointer;
        cursor: hand;
        background-size: cover;
        background-position: center center;
    }
    .submit_btn:hover {
        background-inmage: url(../img/contact/send-over.png)
    }
    .form_style {
        width: 100%;
        height: 35px;
        padding: 5px;
        margin: 5px auto;
        vertical-align: middle;
        font-size: 16px;
        border: 1px solid #b5b5b6;
        box-sizing: border-box;
    }
    .form_style_s {
        width: 35%;
        height: 35px;
        padding: 5px;
        margin: 5px 2% 5px 2%;
        vertical-align: middle;
        font-size: 16px;
        border: 1px solid #b5b5b6;
        box-sizing: border-box;
    }
    .form_style_ss {
        width: 30%;
        height: 35px;
        padding: 5px;
        margin: 5px 0;
        vertical-align: middle;
        font-size: 14px;
        border: 1px solid #b5b5b6;
        box-sizing: border-box;
    }
    .form_style_tarea {
        width: 100%;
        height: 330px;
        padding: 5px;
        margin: 15px auto;
        vertical-align: middle;
        font-size: 16px;
        border: 1px solid #b5b5b6;
        box-sizing: border-box;
    }
}