/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊＊＊　header　＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*----------------------------------------------------*/

ul.top1 {
    display: table !important;
    table-layout: fixed;
    width: 100%;
    /*height: 50px;*/
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

ul.top1 li {
    font-size: 15px;
    height: 50px;
    width: 33%;
    /*margin-top: 1px;*/

    /*6個なら↓*/
    /*width: 33.1%;*/

    margin-bottom: 2px;
    text-align: center;
    background-color: #D2CCE6;
    border-left: 2px solid white;
    color: #1B1C80;
    list-style-type: none;
    float: left;
    border-radius: 5px;

}

.top1 a {
    font-weight: bolder;
    color: #1B1C80;
    text-decoration: none;
    display: block;
    height: 73%;
    padding-top: 13px;

    margin: 0 auto;

}

.top1 a:hover {
    background-color: #E9E6F3;
    border-radius: 5px;
}

#toggle {
    display: none;
}

.top_image {
    text-align: center;
    margin-top: 2px;
}

.top_image img {
    width: 100%;
}

.left_area {
    color: #1B1C80;
    font-size: 20px;
    margin-top: 15px;
    margin-right: 18px;
    border: solid 3px #D2CCE6;
    padding-bottom: 10px;
    background-color: #E9E6F3;
    border-radius: 5px;
    width: 70%;
    float: left;
}

.left_area_out {
    float: left;
    width: 70%;
    margin-top: 15px;
    margin-right: 24px;
}

.left_area_index {
    color: #1B1C80;
    font-size: 20px;
    margin-right: 18px;
    border: solid 3px #D2CCE6;
    padding-bottom: 10px;
    background-color: #E9E6F3;
    border-radius: 5px;
    width: 100%;
}

.menu_active {
    background-color: #E9E6F3 !important;;
}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊＊＊　body　＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*----------------------------------------------------*/

body {
    width: 1024px;
    margin: auto;
    font-family: 'Noto Sans JP', sans-serif;
}

.logo {
    display: inline-block;
}

.logo img {
    width: 300px;
}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊＊＊　side-bar1　＊＊＊＊＊＊＊＊＊＊＊＊*/
/*----------------------------------------------------*/

.right_area {
    color: #1B1C80;
    font-size: 25px;
    margin: 15px 0 20px 0;
    width: 27%;
    float: left;
    border: solid 3px #D2CCE6;
    padding-bottom: 10px;
    background-color: #E9E6F3;
    border-radius: 5px;
}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊＊＊＊　footer　＊＊＊＊＊＊＊＊＊＊＊＊*/
/*----------------------------------------------------*/

ul.set {
    display: block;
    border-top: solid 2px #E9E6F3;
    border-bottom: solid 2px #E9E6F3;
    background-color: #f4f2f9;
}

ul.set li {
    padding-left: 10px;
    padding-right: 31px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #1B1C80;
}

#copyright {
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    clear: both;
    text-align: center;
}

.footer_cont > span {
    display: inline-block;
}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊＊　フッターの三角　＊＊＊＊＊＊＊＊＊＊＊*/
/*-----------------------------------------------------*/
.list-item {
    position: relative;
    /*padding-left: 10px;*/
}

.list-item:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #1B1C80;
}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊　page/php の left　＊＊＊＊＊＊＊＊＊＊*/
/*-----------------------------------------------------*/

h1 {
    font-size: 20px;
    padding-top: 10px;
    padding-left: 20px;
    position: relative;
}

h1:after {
    content: "";
    display: block;
    height: 4px;
    background: -moz-linear-gradient(to right, #1B1C80, transparent);
    background: -webkit-linear-gradient(to right, #1B1C80, transparent);
    background: linear-gradient(to right, #1B1C80, transparent);
}

#text {
    font-size: 15px;
    padding: 5px 20px;
}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊　会社概要のtable　＊＊＊＊＊＊＊＊＊＊*/
/*-----------------------------------------------------*/

.aligncenter {
    margin-top: 0px;
}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊　医工連携について　＊＊＊＊＊＊＊＊＊＊＊*/
/*-----------------------------------------------------*/

ul.top2 {
    display: block;
    width: 404px;
    height: 50px;
    padding-left: 0px;
    margin: 25px auto 0;
}

ul.top2 li {
    font-size: 15px;
    height: 50px;
    width: 200px;
    text-align: center;
    background-color: #D2CCE6;
    border-left: 2px solid #ffffff;
    color: #1B1C80;
    list-style-type: none;
    float: left;
    border-radius: 5px;

}

.top2 a {
    font-weight: bolder;
    color: #1B1C80;
    text-decoration: none;
    display: block;
    height: 73%;
    padding-top: 13px;

    margin: 0 auto;

}

.top2 a:hover {
    background-color: #E9E6F3;
    border-radius: 5px;
}

.medical_div {
    clear: both;
}

.ikou img {
    width: 100%;
}

.medical_div p {
    font-size: 16px;
    margin: 10px 20px 10px 20px;
}

.left_area_ikou {
    color: #1B1C80;
    font-size: 20px;
    /*margin-right: 18px;*/
    border: solid 3px #D2CCE6;
    padding-bottom: 10px;
    background-color: #E9E6F3;
    border-radius: 5px;
    width: 100%;
    float: left;
}

.ikou2 {
    margin: 0 15px;
}

.ikou2 ul {
    display: table;
    table-layout: fixed;
    padding: 0;
}

.ikou2 li {
    list-style-type: none;
    width: calc(50% - 7px);
    float: left;
}

.ikou2 li:first-child {
    margin: 0 14px 0 0;
}

.ikou2 li img {
    width: 100%;
}

.ikou2 li p {
    margin: 0 10px 10px;
}

.ikou2 .under {
    color: #FF6600;
    text-decoration: underline;
}

.medi1 {
    background-color: #E9E6F3 !important;
}

.medi1 a {
    font-size: 18px;
}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊　事業案内　開発　＊＊＊＊＊＊＊＊＊＊＊*/
/*-----------------------------------------------------*/
.business_heading {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 30px 10px 10px;
}

.business_div {
    font-size: 16px;
    margin: 5px 30px 30px 50px;
}

.business_txt {
    font-size: 16px;
    margin: 5px 20px 15px 20px;
}


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

.mail_text {
    font-size: 16px;
    padding-left: 2em;
}

table.toiawase {
    border: solid #0A246A 2px;
    border-collapse: collapse;
    margin: 5px 16px;
    width: 94%;
}

table.toiawase th {
    width: 25%;
    font-size: 16px;
    border: 2px solid #0A246A;
    background: #ffffff;
    padding: 2px;
}

.toiawase tr td {
    border-top: 2px solid #0A246A;
    border-left: 2px solid #0A246A;
    border-bottom: 2px solid #0A246A;
    font-size: 16px;
    padding-left: 10px;
    background: #ffffff;
    height: 20px;

}

.toiawase tr td p {
    font-size: 16px;
}

.toiawase tr td input {
    height: 20px;
}

.toiawase tr td select {
    height: 20px;
}

.company_name1 {
    width: 95%;
}

.company_name2 {
    width: 95%;
}

.company_add1 {
    width: 100px;
}

.company_add2 {
    width: 95%;
}

.name1 {
    width: 95%;
}

.name2 {
    width: 95%;
}

.department {
    width: 95%;
}

.position {
    width: 95%;
}

.tel {
    width: 95%;
}

.mail1 {
    width: 95%;
}

.mail2 {
    margin-bottom: 20px;
    width: 95%;
}

select {
    width: 200px;
}

.content {
    margin-bottom: 20px;
    width: 95%;
    height: 100px;
}

.content000 {
    vertical-align: top;
}

.submit_button {
    margin-top: 30px;
    width: 150px;
    height: 50px;
    background-color: #D2CCE6;
    border: solid 2px #0A246A;
    border-radius: 5px;
    color: #0A246A;
    vertical-align: middle;
    padding: 0;
}

.submit00 {
    text-align: center;
}

.submit_button:hover {
    background-color: #ffffff;
    border-radius: 5px;
}

#essential {
    font-size: 12px;
    color: #ff0000;
    border: red solid;
    padding: 3px;
    border-width: 1px;
    margin-left: 3px;
}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊　お問い合わせ 確認　＊＊＊＊＊＊＊＊＊＊*/
/*----------------------------------------------------*/

.error_massage {
    color: #ff0000;
    font-size: 13px;
}

.submit_button a {
    color: #0A246A;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

#back {
    font-size: 1em;
    height: 44px;
    line-height: 44px;

}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊　お問い合わせ 完了　＊＊＊＊＊＊＊＊＊＊*/
/*----------------------------------------------------*/

.send {
    font-size: 16px;
    text-align: center;
}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊＊＊　インフォ　＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*----------------------------------------------------*/

.info_time {
    font-size: 14px;
    float: left;
    margin-top: auto;
    color: #1B1C80;
    margin-left: 2em;
}

.info_title,
.info_title2,
.info_title2 a {
    font-size: 16px;
    text-decoration: none;
    color: #1B1C80;

}

.info_title_div p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
    list-style-position: inside;
    margin-left: 10em;
}

.info_title_div_2 p {
    margin-left: 0;
    word-break: break-all;
}

.info_title_div {
    margin-left: 9em;
}

.info_title:hover {
    color: #D2CCE6 !important;
}

.info_title2 a:hover {
    color: #D2CCE6 !important;
}

#info_time_title {
    border-bottom: 2px dashed #D2CCE6;
    margin: 0 30px;
}

#info_time_title a {
    text-decoration: none;
    font-size: 14px;
    color: #1B1C80;
}

.page {
    text-align: center;
}

.front {
    font-size: 18px;
    margin: 0 5px;
}

.back {

    font-size: 18px;
    margin: 0 5px;
}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊　インフォ　シングル　＊＊＊＊＊＊＊＊＊＊＊*/
/*----------------------------------------------------*/

.info2_time {
    font-size: 14px;
    float: right;
    margin-top: 5px;
    color: #1B1C80;
    margin-right: 4em;
    margin-bottom: 0;
}

.entry_main {
    word-break: break-all;
    padding: 2em 2em 0 2em;
    font-size: 18px;

}

.prev {
    font-size: 16px;
    margin: 5px;
    text-decoration: none;
}

.prev a {
    text-decoration: none;
}

.prev a:hover {
    color: #D2CCE6;
}

.next {
    font-size: 16px;
    margin: 10px;
}

.next a {
    text-decoration: none;
}

.next a:hover {
    color: #D2CCE6;
}

.all {
    font-size: 16px;
    margin: 5px;
    text-decoration: none;

}

.all:hover {
    color: #D2CCE6;
}

.prev_next {
    text-align: center;
}

.info_img {
    text-align: right;
    margin-right: 10%;
    margin-bottom: -20px;
    margin-top: 2em;
}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊＊＊＊　新着　＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*----------------------------------------------------*/

.new_all {
    font-size: 16px;
    text-align: right;
    margin: 30px 50px 0 0;
    text-decoration: none;
}

.new_all a {
    text-decoration: none;
}

.new_all a:hover {
    color: #D2CCE6;
}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊　サイトマップ　＊＊＊＊＊＊＊＊＊＊＊＊*/
/*----------------------------------------------------*/

.site_map {
    list-style: none;
}

.site_map li {
    font-size: 16px;
    border-bottom: 2px dashed #D2CCE6;
    margin: 2em 2em 2em 0;
}

.site_map a {

    text-decoration: none;
}

.site_map a:hover {
    color: #D2CCE6;
}

ul.site_map li {
    padding-left: 10px;
    color: #1B1C80;
}

.map-item {
    position: relative;
}

.map-item:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #1B1C80;
}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊＊＊＊　商品　＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*----------------------------------------------------*/

.product h1 {
    margin-left: -5%;
    word-break: break-all;
}

.product {
    color: #1B1C80;
    font-size: 20px;
    width: 89%;
    float: left;
    border: solid 3px #D2CCE6;
    padding-bottom: 10px;
    background-color: #E9E6F3;
    border-radius: 5px;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
}

.pro {
    width: 31%;
    float: left;
    word-break: break-all;
}

.pro div {
    list-style-position: inside;
}

.pro:nth-child(3n) {
    margin: 0 15px;
}

.pro img {
    width: 150px;
    height: 150px;
}

.pro_img {
    text-align: center;
}

.pro_page_div {
    clear: both
}

.pro_page_p {
    text-align: center;
}

.info_title
.info_title2 {
    margin: 0 1em;
}

.pro_all_con {
    font-size: 16px !important;
    margin-top: 0 !important;
    text-align: center !important;

}

.pro_all_gaiyo {
    font-size: 16px;
    margin: 0 1em;
    text-indent: 0em;
    padding-left: -2em;
}

.pro div {
    height: 7em;

}

.pro b {
    display: table;
    margin: auto;
}

.pro.info_title {
    text-align: center;
}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊　商品　シングル　＊＊＊＊＊＊＊＊＊＊＊＊*/
/*----------------------------------------------------*/

.pro_left img {
    width: 250px;
    height: 250px;
}

.pro_con {
    font-size: 18px;
}

.pro_con_gaiyo_p {
    margin-bottom: 0;
}

.gaiyo {
    margin-top: 0;
}

.pro_left {
    float: left;
    margin-left: -15px;
}

.pro_right {
    width: 65%;
    float: right;
    word-break: break-all;
    font-size: 18px;
    margin-right: -15px;
}

.pro_all {
    text-decoration: none;
    font-size: 16px;
}

.pro_all_p {
    padding-top: 10px;
    clear: both;
    text-align: center;
}

.pro_submit_button {
    width: 250px;
    height: 30px;
    background-color: #D2CCE6;
    border: solid 2px #0A246A;
    border-radius: 5px;
    color: #0A246A;
    vertical-align: middle;
}

.pro_submit_button:hover {
    background-color: #ffffff;
    border-radius: 5px;
}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊　side-bar2　＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*----------------------------------------------------*/

.product_img_top img {
    width: 200px;
    height: 200px;
}

.product_img_top {
    text-align: center;
    margin-bottom: 10px;
}

.pro_name_top {
    text-decoration: none;
}

.pro_com_top_p {
    font-size: 16px;
    margin-right: 3em;
    text-align: right;
    margin-top: 0;
}

.pro_name_top_p {
    font-size: 16px;
    margin: 0 20px;
    word-break: break-all;
}

.pro_gaiyo_top_p {
    font-size: 16px;
    margin: 5px 15px 30px;
    word-break: break-all;
}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊＊　スケジュール　＊＊＊＊＊＊＊＊＊＊＊＊*/
/*----------------------------------------------------*/

.the_contents {
}

.calendar_p1 {
    font-size: 16px;
    float: left;
    padding-left: 3em;
    margin: 0;
    clear: both;
}

.calendar_p2 {
    font-size: 16px;
    float: left;
    padding-left: 1em;
    margin: 0;
}

.calendar_p3 {
    font-size: 16px;
    float: left;
    clear: both;
    margin: 1em 3em;
    word-break: break-all;
}

.ai1ec-calendar-toolbar {
    border: 1px solid #e9e6f3 !important;
}

.calendar_p3 > img {
    margin: 5px auto;
}

.eve_h1 {
    margin-bottom: 20px;
}

.calendar_p3 > p {
    margin-top: 0;
}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊＊＊　バナー　＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*----------------------------------------------------*/

.banner {
    margin: 20px 5px auto;
}

.banner img {
    margin: 15px 15px 0 0;
    max-width: 98%;
}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊　パートナー企業募集　＊＊＊＊＊＊＊＊＊*/
/*-----------------------------------------------------*/

.partner {
    font-size: 16px;
    margin: 30px 50px;
}

.partner_div {
    text-align: center;
    margin-bottom: 20px;
}

.partner_div a {
    text-decoration: none;
    color: #0A246A;
    display: block;

    text-align: center;
    vertical-align: middle;
    height: 26px;
    line-height: 26px;
}

.par_submit_button {
    width: 250px;
    height: 30px;
    background-color: #D2CCE6;
    border: solid 2px #0A246A;
    border-radius: 5px;
    color: #0A246A;
    vertical-align: middle;
    padding: 0;
}

.par_submit_button:hover {
    background-color: #ffffff;
    border-radius: 5px;
}

.to_form {
    width: 250px;
    height: 30px;
    background-color: #D2CCE6;
    border: solid 2px #0A246A;
    border-radius: 5px;
    color: #0A246A;
    vertical-align: middle;
    padding: 0;
    font-size: 13px;
    margin: auto;
}

.top_text > p {
    margin: 20px 10px 10px;
    word-break: break-all;
    font-size: 18px;
    color: #1B1C80;
    text-align: center;
}

.top_text_b {
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}



/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊＊＊　　＊＊＊＊＊＊＊＊＊＊＊*/
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊　@media screen　＊＊＊＊＊＊＊＊＊＊＊＊*/
/*----------------------------------------------------*/

@media screen and (max-width: 1024px) {
    body {
        width: 100%;
    }

    ul.top1 li {
        margin-bottom: 1.5px;
    }

    ul.top1 li {
        border-left: 1.5px solid white;
    }

    .left_area {
        width: 99%;
        margin-bottom: 15px;
    }

    .left_area_out {
        width: 100%;
        margin-bottom: 15px;
    }

    .right_area {
        display: none;
    }

    .left_area_index {
        width: 99%;
    }

    .left_area_index {
        margin-right: 0;
    }

    .left_area_ikou {
        width: 99%;
    }

    .left_area > table {
        width: 99%;
    }

}

@media screen and (max-width: 768px) {
    body {
        width: 100%;
    }

    #menu li {
        width: 100%;
        margin-top: 2px;
        margin-bottom: 0px;
    }

    ul.set {
        margin-top: 0px;
    }

    #toggle {
        display: block;
        position: relative;
        width: 100%;
        background: #8F82BC;
        margin-top: 27px;
    }

    #toggle a {
        display: block;
        position: relative;
        padding: 20px 0 20px;
        color: #E9E6F3;
        text-align: center;
        text-decoration: none;
    }

    #toggle a:hover {
        background-color: #BBB3D8;
        border-radius: 0px;
    }

    #toggle:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background: #8F82BC;
    }

    #toggle a:before, #toggle a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 30px;
        height: 6px;
        background: #E9E6F3;
    }

    #toggle a:before {
        margin-top: -9px;
    }

    #toggle a:after {
        margin-top: 3px;
    }

    .right_area {
        display: none;
    }

    .left_area {
        width: 98.5%;
        margin-bottom: 15px;
        margin-right: 0;
    }

    ul.top1 {
        width: 99.8%;
    }

    .left_area_out {
        width: 100%;
        margin-bottom: 15px;
    }

    .pro_all_gaiyo {
        margin: 3px;
    }

    .pro_all_con {
        margin-left: 3px;
    }

    .ikou2 li {
        width: 100%;
        margin: 0;
    }

    .ikou2 li:first-child {
        margin: 0;
    }

    .pro_right {
        width: 100%;
        float: left;
    }

    .sub_menu {
        width: 49%;
    }

    .top2 {
        width: 100% !important;
    }

    .top2 > li {
        width: 49.3% !important;
    }

    .pro {
        width: 50%;
        margin: auto !important;
    }

    .pro b {
        margin: auto;
        padding: 0 5px;
    }

    .pro img {
        width: 130px;
        height: 130px;
    }

    .info_title_div {
        display: inline-block;
        width: 100%;
        margin-top: -20px;
    }

    .info_title_div {
        margin-left: 0;
        display: inline-table;
    }

    .info_time {
        margin-bottom: 0;
    }

    .calendar_p2 {
        padding-left: 0;
    }

    .info_title_div p {
        margin-left: 0;
    }

    table.toiawase {
        margin-left: 5px;
    }

    .toiawase tr td p {
        font-size: 12px;
    }

    #essential {
        font-size: 10px;
    }

    .content000 > p {
        margin-bottom: 10px;
    }

    .send_text {
        font-size: 14px;
        margin: auto 16px;
    }

    .pro_left {
        margin-left: 0;
    }

    #info_time_title {
        padding-top: 10px;
    }

    .top_text > p {
        font-size: 14px;
        margin: 20px 2px 10px;
    }

    .top_text_b {
        font-size: 14px;
    }

}

/*-----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊　新着情報tag　＊＊＊＊＊＊＊＊＊＊＊*/
/*-----------------------------------------------------*/

.new1 {

    background-color: #666699;

    display: inline-block;
    margin-left: -24px;
    margin-right: 6px;
    padding: 2px 6px;
    font-size: 14px;

    color: #fff;
    border-radius: 2px;

}

.new2 {

    background-color: #6699ff;

    display: inline-block;
    margin-left: -24px;
    margin-right: 6px;
    padding: 2px 6px;
    font-size: 14px;

    color: #fff;
    border-radius: 2px;

}

.new3 {

    background-color: #4abdac;

    display: inline-block;
    margin-left: -24px;
    margin-right: 6px;
    padding: 2px 6px;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;

}

.pro_show > p {
    margin: 20px 10px 0;
    word-break: break-all;
    font-size: 18px;
}

/*:nth-child(2)

.act_link a{
    pointer-events: none!important;
}*/

.content000 > p {
    word-break: break-all;
    padding-right: 10px;
}

.bo {
    font-weight: bold;
    margin: 16px auto 0;
}

.input {
    margin-top: 0;
}

.send_thx {
    font-size: 20px;
    font-weight: bold;
}

.send_text {
    font-size: 18px;
}

/*----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊　採用情報　＊＊＊＊＊＊＊＊＊＊*/
/*----------------------------------------------------*/
.saiyo_section {
    font-size: 20px;
    padding-left: 2em;
}

.saiyo_text {
    font-size: 16px;
    padding-left: 2em;
}


table.applicant {
    border: solid #0A246A 2px;
    border-collapse: collapse;
    margin: 5px 16px;
    width: 94%;
}

table.applicant th {
    width: 25%;
    font-size: 16px;
    border: 2px solid #0A246A;
    background: #ffffff;
    padding: 2px;
}

.applicant tr td {
    border-top: 2px solid #0A246A;
    border-left: 2px solid #0A246A;
    border-bottom: 2px solid #0A246A;
    font-size: 16px;
    padding-left: 10px;
    background: #ffffff;
    height: 20px;

}

.applicant tr td p {
    font-size: 16px;
    margin: 5px 5px;
}

.applicant span {
    height: 20px;
}

.applicant tr td input {
    height: 20px;
}

.applicant tr td select {
    height: 20px;
}

.applicant_error_msg_p {
    height: 15px;
}


.applicant_input {
    margin-top: 0;
    margin-bottom: 0;
}

.applicant_text {
    font-size: 16px;
}

.applicant_name1 {
    width: 95%;
}

.applicant_name2 {
    width: 95%;
}

.applicant_sex_label {
    font-size: 16px;
    margin: 2px 3px 5px 5px;
    vertical-align: top;
}

.applicant_sex_item {
    margin: 2px 3px 0px 5px;
}

.applicant_age {
    width: 30px;
}

.applicant_post_label {
    font-size: 16px;
    margin: 2px 3px 5px 5px;
}

.applicant_post {
    width: 70px
}

.applicant_addr_tr {
    height: 130px;
}

.applicant_addr {
    width: 95%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.applicant_tel {
    width: 110px;
}

.applicant_mail_tr {
    height: 130px;
}

.applicant_mail {
    width: 95%;
}

.applicant_job {
    width: 200px;
}

.applicant_file1 {
    width: 95%;
}

.applicant_file2 {
    width: 95%;
}

.applicant_know {
    width: 300px;
}

.applicant_remarks_tr {
    height: 120px;
}

.applicant_remarks {
    width: 95%;
    height: 100px;
}

.apply_button {
    display: flex;
    width: 500px;
    padding-left: 100px;
}

.apply_button_a {
    width: 180px;
    height: 30px;
    background-color: #D2CCE6;
    border: solid 2px #0A246A;
    border-radius: 5px;
    color: #0A246A;
    vertical-align: middle;
    padding: 0;
    font-size: 13px;
    margin: auto;
}


/*----------------------------------------------------*/
/*＊＊＊＊＊＊＊＊＊＊　話をきいてみたい　＊＊＊＊＊＊*/
/*----------------------------------------------------*/
table.talk {
    border: solid #0A246A 2px;
    border-collapse: collapse;
    margin: 5px 16px;
    width: 94%;
}

table.talk th {
    width: 25%;
    font-size: 16px;
    border: 2px solid #0A246A;
    background: #ffffff;
    padding: 2px;
}

.talk tr td {
    border-top: 2px solid #0A246A;
    border-left: 2px solid #0A246A;
    border-bottom: 2px solid #0A246A;
    font-size: 16px;
    padding-left: 10px;
    background: #ffffff;
    height: 20px;

}

.talk tr td p {
    font-size: 16px;
    margin: 5px 5px;
}

.talk span {
    height: 20px;
}

.talk tr td input {
    height: 20px;
}

.talk tr td select {
    height: 20px;
}

.talk_error_msg_p {
    height: 15px;
}

.talk_input {
    margin-top: 0;
    margin-bottom: 0;
}

.talk_text {
    font-size: 16px;
}

.talk_name1 {
    width: 95%;
}

.talk_name2 {
    width: 95%;
}

.talk_sex_label {
    font-size: 16px;
    margin: 2px 3px 5px 5px;
    vertical-align: top;
}

.talk_sex_item {
    margin: 2px 3px 0px 5px;
}

.talk_age {
    width: 30px;
}

.talk_post_label {
    font-size: 16px;
    margin: 2px 3px 5px 5px;
}

.talk_post {
    width: 70px
}

.talk_addr_tr {
    height: 130px;
}

.talk_addr {
    width: 95%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.talk_tel {
    width: 110px;
}

.talk_mail_tr {
    height: 130px;
}

.talk_mail {
    width: 95%;
}

.talk_job {
    width: 200px;
}

.talk_file1 {
    width: 95%;
}

.talk_file2 {
    width: 95%;
}

.talk_know {
    width: 300px;
}

.talk_remarks_tr {
    height: 120px;
}

.talk_remarks {
    width: 95%;
    height: 100px;
}


