@charset "UTF-8";

/****************************************************************************
	body設定
*****************************************************************************/
body {
    color: #303030;
    font-size: 20px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 32px;
    text-align: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
}


h2,
h3,
h4 {
    text-align: left;
}

a {
    color: #303030;
    text-decoration: none;
    cursor: pointer；
}

a:hover {
    color: #303030;
    text-decoration: underline;
}

img {
    margin: 0;
    padding: 0;
}

#container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 0 0;
}

.contents {
    width: 100%;
    margin: 0 auto;
}

/****************************************************************************
	コンテンツ設定
*****************************************************************************/

/*	ヘッダー
----------------------------------------------------------------------------*/
#header {
    width: 100%;
    margin: auto;
    padding: 0;

}

#header_in {
    width: 1100px;
    padding: 24px 0 24px 0;
    margin: auto;
}

#head_logo {
    width: 312px;
    margin: 7px 58px 0 0;
    float: left;
}

#head_logo img {
    width: 100%;
    height: auto;
}

.head_contact {
    width: 100px;
    float: right;
    margin: 0 0 0 0;
}

.head_contact img {
    width: 40px;
    height: auto;

    margin: 0 0 0 10px;
}

.h1 {
    width: 100%;
    background-color: #1e6231;
    padding: 18px 0 18px 0;
}

.h1_in {
    width: 1100px;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    color: #fff;
    margin: auto;
}

.pc {
    display: inline;
}

.sm {
    display: none;
}

/*	グローバルナビ
----------------------------------------------------------------------------*/

.navi {
    width: 615px;
    margin: 0 0 0 0;
    padding: 0;
    float: left;
    text-align: left;
}

.navi ul:before,
.navi ul:after {
    content: "";
    display: table;
}

.navi ul:after {
    clear: both;
}

.navi ul {
    width: 100%;
    margin: auto;
    padding: 0;
    list-style: none;
	text-align: right;

}

.navi li {
    margin-right: 30px;
    display: inline-block;

}

.navi li a {
    font-size: 16px;
    line-height: 18px;
    padding: 11px 0;
    text-align: center;
    color: #303030;
    display: block;
}

.navi li a:hover {
    background-image: url(../img/common/navi.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    text-decoration: none;
}

.home .navi .p1 a {
    background-image: url(../img/common/navi.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.service .navi .p2 a {
    background-image: url(../img/common/navi.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.bioassay .navi .p3 a {
    background-image: url(../img/common/navi.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.case .navi .p4 a {
    background-image: url(../img/common/navi.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.company .navi .p5 a {
    background-image: url(../img/common/navi.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

/*	グローバルナビ (スマホ用)
----------------------------------------------------------------------------*/
#category_list {
    display: none;

}

/*	フッター
----------------------------------------------------------------------------*/
#footer {
    background-color: #1e6231;
    padding: 0 0 28px 0;
    text-align: center;
    margin: 0 0 0 0;
}

.footer_in {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 30px 0;
    border-bottom: 1px solid #fff;
}

.f_info {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
}

.footer_logo {
    width: 210px;
    padding: 0;
    margin: 0 0 10px 0;
}

.footer_logo img {
    width: 100%;
    height: auto;
    margin: 0;
}

.footer_add {
    width: 318px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    letter-spacing: -0.02em;
    color: #fff;
    padding: 0 0 0 42px;
    margin: 0;
    float: right;
    border-left: 1px solid #fff;
}

.footer_contact {
    width: 100px;
    margin: 5px 0 0 0;
    float: right;
}

.footer_contact img {
    width: 40px;
    height: auto;
    float: left;
    margin: 0 0 0 10px;
}

.footer_bt a {
    width: 230px;
	/*width: 280px;*/
    font-size: 19px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 27px 0;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin: 34px 10px 0 0;
	/*margin: 34px 40px 0 0;*/
    float: right;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer_bt a:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
}

#footer_copy {
    font-size: 14px;
    line-height: 1em;
    padding: 13px 0;
    text-align: center;
    color: #fff;
    background-color: #040300;
}

.home .page_top {
    width: 107px;
    position: fixed;
    right: 20px;
    bottom: 530px;
}

.page_top {
    width: 107px;
    position: fixed;
    right: 20px;
    bottom: 240px;
}

.page_top img {
    width: 100%;
    height: auto;
}

.page_top:hover {
    cursor: pointer;
}

/*	共通
----------------------------------------------------------------------------*/

.center {
    text-align: center;
}

.clear {
    clear: both;
    overflow: hidden;
    margin: auto;
}

.int10 {
    text-indent: -1em;
    padding-left: 1em;
}



.page_title {
    background-image: url(../img/common/page_title_back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 55px 0 55px 0;
    margin: auto;
}

.page_title_in {
    width: 390px;
    padding-right: 710px;
    margin: 0 auto;
}

.page_lead {
    background-image: url(../img/common/head_lead_back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    padding: 72px 0 72px 0;
    margin: auto;
}

.page_lead span {
    width: 1100px;
    margin: auto;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 28px;
    text-align: center;
}

.head_img {
    width: 100%;
    max-width: 1920px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.head_img img {
    width: 100%;
    height: auto;
}

.title {
    width: 1210px;
    font-size: 24px;
    font-weight: bold;
    line-height: 42px;
    padding: 3px 0;
    color: #1e6231;
    border-bottom: 1px solid #35342f;
    margin: 0 auto 40px auto;
}

.cont {
    width: 90%;
    max-width: 1100px;
    min-height: 600px;
    margin: 0 auto;
}

.fade_inl {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -ms-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: fuwatAnime;
    -ms-animation-name: fuwatAnime;
    animation-name: fuwatAnime;
    visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fuwatAnime {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fade_inr {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -ms-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: fuwatAnime_r;
    -ms-animation-name: fuwatAnime_r;
    animation-name: fuwatAnime_r;
    visibility: visible !important;
}

@-webkit-keyframes fuwatAnime_r {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fuwatAnime_r {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fade_inup {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -ms-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: fuwatAnime_inup;
    -ms-animation-name: fuwatAnime_inup;
    animation-name: fuwatAnime_inup;
    visibility: visible !important;
}

@-webkit-keyframes fuwatAnime_inup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fuwatAnime_inup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateX(0);
    }
}

.fade_indw {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -ms-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: fuwatAnime_indw;
    -ms-animation-name: fuwatAnime_indw;
    animation-name: fuwatAnime_indw;
    visibility: visible !important;
}

@-webkit-keyframes fuwatAnime_indw {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fuwatAnime_indw {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateX(0);
    }
}

.fade_outl {
    opacity: 0;
    -webkit-transform: translateX(-30px);
}

.fade_inl {
    opacity: 1;
    -webkit-transform: translateX(0);
}

.fade_outr {
    opacity: 0;
    -webkit-transform: translateX(30px);
}

.fade_inr {
    opacity: 1;
    -webkit-transform: translateX(0);
}

.fade_outup {
    opacity: 0;
    -webkit-transform: translateY(20px);
}

.fade_inup {
    opacity: 1;
    -webkit-transform: translateY(0);
}

.fade_outdw {
    opacity: 0;
    -webkit-transform: translateY(-20px);
}

.fade_indw {
    opacity: 1;
    -webkit-transform: translateY(0);
}

/*　TOP
----------------------------------------------------------*/

.home .head_img {
    width: 100%;
    margin: auto;
    padding: 203px 0;
    background-image: url(../img/top/head_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.home .head_img .lead {
    width: 950px;
    margin: auto;
}

.home .head_img .lead img {
    width: 100%;
    height: auto;
}

.home .title {
    width: 247px;
    margin: 0 auto 26px auto;
    padding: 36px 481px 26px 481px;
    border-bottom: 1px solid #35342f;
}

.home .title img {
    width: 100%;
    height: auto;
}

.home .top_lead {
    padding: 20px 0 20px 0;
    background-color: rgba(209, 209, 209, 1);
    border-top: 5px solid #fff;
    font-size: 37px;
    line-height: 55px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    text-align: center;

}

.home .top_lead p {
    font-size: 40px;
    display: inline;
}

.home .sect_gray {
    padding: 40px 0 50px 0;
    background-color: rgba(239, 239, 239, 1);
    border-top: 5px solid #fff;
}



.top_effect {
    width: 1100px;
    margin: 0 auto;
}

.top_effect .name {
    width: 100%;
    padding: 0 0 20px 0;
    font-size: 26px;
    line-height: 37px;
    text-align: left;
    border-bottom: 1px solid #35342f;
    margin: 0 auto 40px auto;

}

.top_effect ul:before,
.top_effect ul:after {
    content: "";
    display: table;
}

.top_effect ul:after {
    clear: both;
}

.top_effect .name p {
    font-size: 37px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #1e6231;
    padding-right: 20px;
    display: inline-block;
}

.top_effect .comm {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto 30px auto;
}

.top_effect li {
    width: 458px;
    float: left;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    padding: 0 184px 0 0;
    position: relative;
}

.top_effect li:nth-child(2n) {
    padding: 0 0 0 0;
}

.top_effect li .cap {
    font-size: 16px;
    line-height: 32px;
    text-align: right;
}

.top_effect .arrow_01 {
    width: 50px;
    position: absolute;
    left: 525px;
    bottom: 10px;
}

.top_effect .arrow_02 {
    width: 50px;
    position: absolute;
    left: 525px;
    top: 25px;
}

.top_effect .arrow_03 {
    width: 50px;
    position: absolute;
    left: 525px;
    bottom: 15px;
}

.top_effect .fukidashi_01 {
    width: 114px;
    position: absolute;
    left: 252px;
    top: 50px;
}

.top_effect .fukidashi_02 {
    width: 114px;
    position: absolute;
    left: 252px;
    top: 50px;
}

.top_effect .fukidashi_03 {
    width: 164px;
    position: absolute;
    right: -55px;
    bottom: -20px;
}

.top_effect .fukidashi_04 {
    width: 128px;
    position: absolute;
    right: 42px;
    top: 84px;
}

.top_effect .fukidashi_05 {
    width: 115px;
    position: absolute;
    left: 34px;
    top: 65px;
}

.top_effect .fukidashi_06 {
    width: 224px;
    position: absolute;
    left: 436px;
    top: 128px;
}

.top_effect .img {
    width: 100%;
    position: relative;
}

.top_effect .img img {
    width: 100%;
    height: auto;
}


.top_link {
    width: 1280px;
    margin: 0 auto 0 auto;
}

.top_service {
    width: 25%;
    padding: 0 25% 0 0;
    margin: 0;
    background-image: url(../img/top/link_service_bk.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    float: left;
}

.top_case {
    width: 25%;
    padding: 0 25% 0 0;
    margin: 0;
    background-image: url(../img/top/link_case_bk.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    float: left;
}

.top_comp {
    width: 25%;
    padding: 0 0 0 25%;
    margin: 0;
    background-image: url(../img/top/link_comp_bk.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    float: left;
}

.top_contact {
    width: 25%;
    padding: 0 0 0 25%;
    margin: 0;
    background-image: url(../img/top/link_contact_bk.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    float: left;
}

.top_link_bt_l a {
    width: calc(188px - 1em);
    width: -webkit-calc(188px - 1em);
    font-size: 14px;
    line-height: 1em;
    padding: 18px 1em 18px 0;
    border: 1px solid #fff;
    background-image: url(../img/common/bt_arrow.png);
    background-repeat: no-repeat;
    background-position: 75% center;
    color: #fff;
    display: block;
    position: absolute;
    left: calc(25% - 94px);
    left: -webkit-calc(25% - 94px);
    bottom: 13%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.top_link_bt_l a:hover {
    background-position: 77% center;
    background-color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
}

.top_link_bt_r a {
    width: calc(188px - 1em);
    width: -webkit-calc(188px - 1em);
    font-size: 14px;
    line-height: 1em;
    padding: 18px 1em 18px 0;
    border: 1px solid #fff;
    background-image: url(../img/common/bt_arrow.png);
    background-repeat: no-repeat;
    background-position: 75% center;
    color: #fff;
    display: block;
    position: absolute;
    right: calc(25% - 94px);
    right: -webkit-calc(25% - 94px);
    bottom: 13%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.top_link_bt_r a:hover {
    background-position: 77% center;
    background-color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
}

.top_link_bt_rw a {
    width: calc(188px - 1em);
    width: -webkit-calc(188px - 1em);
    font-size: 14px;
    line-height: 1em;
    padding: 18px 1em 18px 0;
    border: 1px solid #fff;
    background-image: url(../img/common/bt_arrow.png);
    background-repeat: no-repeat;
    background-position: 88% center;
    color: #fff;
    display: block;
    position: absolute;
    right: calc(25% - 94px);
    right: -webkit-calc(25% - 94px);
    bottom: 13%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.top_link_bt_rw a:hover {
    background-position: 90% center;
    background-color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
}

#access {
    padding: 40px 0 50px 0;
    background-color: rgba(239, 239, 239, 1);

}

.top_map {
    width: 1100px;
    height: 394px;
    margin: 0 auto 20px auto;
    border: 1px solid #35342f;
}

.top_map iframe {
    width: 100%;
    height: 100%;
}

.top_seo {
    width: 1100px;
    margin: 0 auto 20px auto;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #fff;
}


/*　業務案内
----------------------------------------------------------*/
.service ul:before,
.service ul:after {
    content: "";
    display: table;
}

.service ul:after {
    clear: both;
}

.service_cont_gy {
    background-color: rgba(239, 239, 239, 1);
    margin: auto;
    padding: 50px 0 80px 0;
}

.service_in {
    width: 1100px;
    margin: auto;
    padding: 0;
}

.service_cont_gy ul {
    width: 1100px;
    margin: auto;
}

.service_cont_gy li {
    width: 246px;
    float: left;
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    padding: 0 38px 0 0;
    position: relative;
}

.service_cont_gy li:nth-last-child(1) {
    background-image: none;
    padding: 0 0 0 0;
}

.service_cont_gy li .arrow {
    width: 28px;
    position: absolute;
    top: 77px;
    left: 254px;

}

.service_in .box_l {
    width: 440px;
    margin: 0 40px 40px 0;
    padding: 20px 0 0 90px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
}

.service_in .box_r {
    width: 440px;
    margin: 0 0 30px 0;
    padding: 20px 0 0 90px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: left top;
    float: right;
}

.service_in .img_l {
    width: 530px;
    margin: 0 40px 40px 0;
    float: left;
}

.service_in .img_r {
    width: 530px;
    margin: 0 0 30px 0;
    float: right;
}

.service_in .point_name {
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #1e6231;
}

.service_in .point_01 {
    background-image: url("../img/service/point_01.png");
}

.service_in .point_02 {
    background-image: url("../img/service/point_02.png");
}

.service_in .point_03 {
    background-image: url("../img/service/point_03.png");
}

.service_comm {
    background-color: rgba(239, 239, 239, 1);
    padding: 20px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.service_comm p {
    font-size: 20px;
    font-weight: bold;
    color: #1e6231;
}

.service_cont_wt {
    width: 100%;
    margin: auto;
    padding: 50px 0 85px 0;
}

.service_cont_wt table {
    width: 1100px;
    margin: auto;
}

.service_cont_wt table tr:nth-child(n) {
    background: #e5e5e5;
    background-image: url(../img/service/shadow.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.service_cont_wt table tr:nth-child(2n) {
    background: #f9f9f9;
    background-image: url(../img/service/shadow.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.service_cont_wt table th {
    padding: 0;
}

.service_cont_wt table td {
    padding: 30px 10px 0 20px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    vertical-align: top;

}

.service_cont_wt table td span {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
    display: inline-block;
}

.service_cont_wt table a {
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    color: #fff;
    padding: 5px 20px;
    background-color: rgba(30, 98, 49, 1);
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service_cont_wt table a:hover {
    background-color: rgba(30, 98, 49, 0.7);
    text-decoration: none;
}

.service_link {
    width: 1100px;
    margin: 0 auto 150px auto;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.service_link a {
    width: 190px;
    font-size: 13px;
    line-height: 1em;
    text-align: center;
    color: #1e6231;
    padding: 18px 0;
    margin: 20px auto;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #1e6231;
    display: block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service_link a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

/*　バイオアッセイプロダクツ
----------------------------------------------------------*/
.bioassay ul:before,
.bioassay .ul:after {
    content: "";
    display: table;
}

.bioassay ul:after {
    clear: both;
}

.bioassay .top_link {
    width: 100%;
    max-width: 1920px;
    background-color: rgba(239, 239, 239, 1);
    padding: 60px 0;
    margin: 0 auto 70px auto;
}

.bioassay .top_link_in {
    width: 1100px;
    margin: 0 auto;
}

.bioassay .top_link li {
    font-size: 24px;
    line-height: 34px;
    text-align: left;
    padding: 10px 50px 10px 50px;
    border-bottom: 1px solid #35342f;
}

.bioassay .contents {
    width: 100%;
    background-color: rgba(239, 239, 239, 1);
    padding: 60px 0 10px 0;
    margin: 0 auto;
}

.bioassay .new_products {
    width: 1200px;
    margin: 0 auto 30px auto;
}

.box {
    width: 1100px;
    margin: 0 auto 75px auto;
}

.bioassay .new_products .box li .subtitle {
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    color: #1e6231;
    padding: 8px 0;
    border-bottom: 1px solid #35342f;
    margin-bottom: 30px;
    display: block;

}

.bioassay .new_products .box li {
    width: 530px;
    margin: 0 40px 0 0;
    float: left;
}

.bioassay .new_products .box li:nth-child(2) {
    margin: 0 0 0 0;
}

.bioassay .new_products .text {
    /*	width: 480px;*/
    margin: auto;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}

.bioassay .new_products .text {
    font-size: 22px;
    line-height: 38px;
    font-weight: bold;
    text-align: left;
}

.bioassay .new_products .text dt {
    background-image: url("../img/bioassay/prod_dt.png");
    background-repeat: repeat-x;
    background-position: center;
    margin-bottom: 5px;
}

.bioassay .new_products .text dt span {
    font-size: 22px;
    line-height: 38px;
    font-weight: bold;
    text-align: left;
    background-color: rgba(239, 239, 239, 1);
    padding: 2px 0.5em 2px 0;
    display: inline-block;

}

.bioassay .new_products .text dd {
    font-size: 16px;
    font-weight: lighter;
    line-height: 28px;
    margin-bottom: 25px;
    position: relative;
}

.bioassay .new_products .text dd .atten {
    position: absolute;
    left: 15.5em;
    bottom: -1.5em;
}

.bioassay .new_products .text dd span {
    color: #e55166;
    text-decoration: line-through;
}

.bioassay .products_img {
    width: 1100px;
    margin: 0 auto 75px auto;
}

.bioassay .products_img li {
    width: 530px;
    float: left;
    margin: 0 40px 0 0;
}

.bioassay .products_img li:nth-child(2) {
    margin: 0 0 0 0;
}

.bioassay .list {
    width: 1100px;
    margin: 0 auto 75px auto;
    background-color: #fff;
    padding: 3em 0;
}

.bioassay .list_inner {
    width: 90%;
    margin: auto;
}

.bioassay .list ul {
    width: auto;
    margin: 0;
}

.bioassay .list .name {
    font-weight: bold;
    border-bottom: 2px solid #35342f;
    margin: 0 0 2em;
    padding-bottom: 1em;
}

.bioassay .list li {
    /*	width: 340px;*/
    width: 32%;
    float: left;
    /*	margin: 0 40px 0 0;*/
    margin: 0 19px 0 0;
    /*	padding: 40px 0;*/
    background-color: #fff;
    /*	font-size: 16px;*/
    /*	line-height: 36px;*/
    /*	text-align: center;*/
    box-sizing: border-box;
    border: 1px solid #35342f;
}

.bioassay .list li:nth-last-child(1) {
    margin: 0 0 0 0;
}

.bioassay .list li {
    font-size: 18px;
    font-weight: bold;
    color: #1e6231;
    margin-bottom: 10px;
}

.bioassay .list li img {
    /*	width: 152px;*/
    width: 100%;
    height: auto;
    /*	margin-bottom: 10px;*/
}

.bioassay .videos {
    width: 1100px;
    margin: 0 auto 50px;
}

.bioassay .videos li {
    width: 48%;
    float: left;
}

.bioassay .videos li:nth-child(2) {
    margin: 0 0 0 0;
    float: right;
}

.bioassay .videos .videos_inner {
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    color: #1e6231;
    padding: 10px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #35342f;
}

.bioassay .videos video {
    width: 100%;
    height: auto;
}

.bioassay .contact_box {
    width: 1100px;
    margin: 0 auto 90px auto;
    padding-bottom: 20px;
    background-color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}

.bioassay .contact_box .subtitle {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: #fff;
    background-color: #1e6231;
    padding: 15px 0;
    margin-bottom: 20px;
}

.bioassay .contact_box .subtitle span {
    font-size: 16px;
    font-weight: normal;
}

.bioassay .contact_box .mail {
    padding-right: 40px;
    display: inline-block;
}

.bioassay .contact_box .telno {
    padding-right: 40px;
    display: inline-block;
}

.bioassay .contact_box .faxno {
    display: inline-block;
}

/*　事例集
----------------------------------------------------------*/
.case .list ul:before,
.case .list ul:after {
    content: "";
    display: table;
}

.case .list ul:after {
    clear: both;
}

.case_cont_gy {
    width: 100%;
    background-color: rgba(239, 239, 239, 1);
    margin: auto;
    padding: 50px 0 80px 0;
}

.case_cont_wt {
    width: 100%;
    margin: auto;
    padding: 50px 0 80px 0;
}

.case_cont_in {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.map_area1 {
    width: 640px;
    position: absolute;
    left: 34px;
    top: 80px;
}

.map_area2 {
    width: 620px;
    position: absolute;
    left: 441px;
    top: 212px;
}

.map_area3 {
    width: 620px;
    position: absolute;
    left: 441px;
    top: 355px;
}

.case .list {
    /*width: 895px;*//*PDF４の時*/
	width: 650px;/*PDF3の時*/
    margin: 0 auto 70px auto;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.case .list li {
    width: 151px;
    float: left;
    margin: 30px 97px 0 0;
}

.case .list li:nth-last-child(1) {
    margin: 30px 0 0 0;
}

.case .comm {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    margin: 20px auto 20px auto;
}

.case .name {
    background-image: url("../img/case/name.png");
    background-repeat: repeat-x;
    background-position: center;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    text-align: left;
}

.case .name span {
    background-color: #fff;
    padding: 0 10px 0 0;
    display: inline-block;
}

/*　会社案内
----------------------------------------------------------*/
.comp_cont {
    margin: auto;
    padding: 50px 0 100px 0;
}

.comp_cont_gy {
    background-color: #f5f5f5;
    margin: auto;
    padding: 50px 0 80px 0;
}

.comp_cont_wt {
    margin: 50px auto 165px auto;
    padding: 0;
}

.company .table {
    width: 1050px;
    background-color: #fff;
    border: 1px solid #35342f;
    padding: 0 25px;
    margin: 0 auto 25px auto;
}

.company table {}

.company table thead th {
    width: 260px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    vertical-align: top;
    padding: 18px 0;
}

.company table thead td {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    padding: 18px 20px;
}

.company table tbody th {
    width: 260px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    vertical-align: top;
    padding: 18px 0;
    border-top: 1px dotted #35342f;
}

.company table tbody td {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    padding: 18px 20px;
    border-top: 1px dotted #35342f;
}

.company table tbody td .img {
    width: 480px;
    margin: 10px 0;
}

.company table tbody td .img img {
    width: 100%;
    height: auto;
}

.history_img {
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin: auto;
}

.public-notice{
	margin: 76px auto 95px auto;
}

.public-notice .item {
	width: 1100px;
	border: 1px solid #35342f;
	margin: 100px auto 0 auto;
	padding: 60px 90px;
	box-sizing: border-box;
	font-size: 18px;
}
.public-notice .item .txt_r {
	text-align: right;
}
.public-notice .item .txt_l {
	text-align: left;
}
.public-notice .item .txt_cen {
	text-align: center;
	font-weight: bold;
	text-decoration:underline solid #35342f;
	margin: 40px auto;
}

.public-notice .title01 {
	font-size: 24px;
	color: #1e6231;
	text-align: center;
	font-weight: bold;
	
}
.public-notice .icon {
	text-align: center;
	width: 330px;
	margin: 50px auto 0;
	border: solid #000000 1px;
	padding: 20px 0;
	color: #1e6231;
	font-size: 18px;
	font-weight: bold;
}
.public-notice .icon p{
	margin-top: 10px;
}

/*　ご挨拶
----------------------------------------------------------*/
.greeting_txt {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 200px;
	text-align: left;
}

.greeting_name {
	text-align: right;
	margin-top: 60px;
}


/* 最大フォントサイズ : 幅 1920px 以上は 16px */
@media (min-width: 1920px) {
    .top_wp ul li {
        font-size: 26px;
    }
}

/* ===========横幅1280px以下================ */

@media screen and (max-width: 1279px) {

    /****************************************************************************
	コンテンツ設定
*****************************************************************************/
    /*	ヘッダー
----------------------------------------------------------------------------*/
    #header {
        width: 100%;
        margin: auto;
        padding: 0;

    }

    #header_in {
        width: 85.9375vw;
        padding: 1.875vw 0 1.875vw 0;
        margin: auto;
    }

    #head_logo {
        width: 24.3757vw;
        margin: 0.546875vw 4.53125vw 0 0;
        float: left;
    }

    #head_logo img {
        width: 100%;
        height: auto;
    }

    .head_contact {
        width: 7.8125vw;
        float: right;
        margin: 0 0 0 0;
    }

    .head_contact img {
        width: 3.125vw;
        height: auto;
        margin: 0 0 0 0.78125vw;
    }

    .h1 {
        width: 100%;
        background-color: #1e6231;
        padding: 1.40625vw 0 1.40625vw 0;
    }

    .h1_in {
        width: 85.9375vw;
        font-size: 1.09375vw;
        line-height: 1em;
        text-align: left;
        color: #fff;
        margin: auto;
    }

    .pc {
        display: inline;
    }

    .sm {
        display: none;
    }

    /*	グローバルナビ
----------------------------------------------------------------------------*/

    .navi {
        width: 48.046875vw;
        margin: 0 0 0 0;
        padding: 0;
        float: left;
    }

    .navi ul:before,
    .navi ul:after {
        content: "";
        display: table;
    }

    .navi ul:after {
        clear: both;
    }

    .navi ul {
        width: 100%;
        margin: auto;
        padding: 0;
        list-style: none;

    }

    .navi li {
        margin-right: 1.328125vw;
        display: inline-block;

    }

    .navi li a {
        font-size: 1.25vw;
        line-height: 1em;
        padding: 0.859375vw 0;
        text-align: center;
        color: #303030;
        display: block;
    }

    .navi li a:hover {
        background-image: url(../img/common/navi.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        text-decoration: none;
    }

    /*	グローバルナビ (スマホ用)
----------------------------------------------------------------------------*/
    #category_list {
        display: none;

    }

    /*	フッター
----------------------------------------------------------------------------*/
    #footer {
        background-color: #1e6231;
        padding: 0 0 2.1875vw 0;
        text-align: center;
        margin: 0 0 0 0;
    }

    .footer_in {
        width: 100%;
        margin: auto;
        padding: 2.34375vw 0;
        border-bottom: 1px solid #fff;
    }


    .f_info {
        width: 85.9375vw;
        margin: 0 auto;
        padding: 0;
    }

    .footer_logo {
        width: 15.78125vw;
        padding: 0;
        margin: 0 0 0.78125vw 0;
    }

    .footer_logo img {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .footer_add {
        width: 21.5625vw;
        font-size: 1.09375vw;
        line-height: 1.875vw;
        text-align: left;
        letter-spacing: -0.02em;
        color: #fff;
        padding: 0 0 0 3.28125vw;
        margin: 0;
        float: right;
        border-left: 1px solid #fff;
    }

    .footer_contact {
        width: 7.8125vw;
        margin: 3.28125vw 0 0 0;
        float: right;
    }

    .footer_contact img {
        width: 3.125vw;
        height: auto;
        float: left;
        margin: 0 0 0 0.78125vw;
    }

    .footer_bt a {
        width: 21.875vw;
        font-size: 1.484375vw;
        line-height: 1em;
        text-align: center;
        padding: 2.109375vw 0;
        border: 1px solid #fff;
        color: #fff;
        display: inline-block;
        margin: 2.65625vw 3.125vw 0 0;
        float: right;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .footer_bt a:hover {
        color: #fff;
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.2);
    }

    #footer_copy {
        font-size: 1.09375vw;
        line-height: 1em;
        padding: 1.015625vw 0;
        text-align: center;
        color: #fff;
        background-color: #040300;
    }

    .home .page_top {
        width: 107px;
        position: fixed;
        right: 1.5625vw;
        bottom: 41.40625vw;
    }

    .page_top {
        width: 107px;
        position: fixed;
        right: 1.5625vw;
        bottom: 18.75vw;
    }

    .page_top img {
        width: 100%;
        height: auto;
    }

    .page_top:hover {
        cursor: pointer;
    }

    /*	共通
----------------------------------------------------------------------------*/

    .center {
        text-align: center;
    }

    .clear {
        clear: both;
        overflow: hidden;
        margin: auto;
    }

    .int10 {
        text-indent: -1em;
        padding-left: 1em;
    }



    .page_title {
        background-image: url(../img/common/page_title_back.jpg);
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        padding: 4.296875vw 0 4.296875vw 0;
        margin: auto;
    }

    .page_title_in {
        width: 27.1875vw;
        padding-right: 58.75vw;
        margin: 0 auto;
    }

    .page_title_in img {
        width: 100%;
        height: auto;
    }

    .page_lead {
        background-image: url(../img/common/head_lead_back.jpg);
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        font-size: 1.953125vw;
        line-height: 1.9em;
        text-align: center;
        font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
        padding: 5.625vw 0 5.625vw 0;
        margin: auto;
    }

    .page_lead span {
        width: 85.9375vw;
        margin: auto;
        font-size: 1.25vw;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        line-height: 1.75em;
        text-align: center;
    }

    .head_img {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    .head_img img {
        width: 100%;
        height: auto;
    }

    .title {
        width: 94.53125vw;
        font-size: 1.875vw;
        font-weight: bold;
        line-height: 1.75em;
        padding: 3px 0;
        color: #1e6231;
        border-bottom: 1px solid #35342f;
        margin: 0 auto 3.125vw auto;
    }

    .cont {
        width: 90%;
        max-width: 1100px;
        min-height: 600px;
        margin: 0 auto;
    }

    .fade_inl {
        -webkit-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 5s;
        -ms-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-name: fuwatAnime;
        -ms-animation-name: fuwatAnime;
        animation-name: fuwatAnime;
        visibility: visible !important;
    }

    @-webkit-keyframes fuwatAnime {
        0% {
            opacity: 0;
            -webkit-transform: translateX(0);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }

    @keyframes fuwatAnime {
        0% {
            opacity: 0;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }
    }

    .fade_inr {
        -webkit-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 5s;
        -ms-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-name: fuwatAnime_r;
        -ms-animation-name: fuwatAnime_r;
        animation-name: fuwatAnime_r;
        visibility: visible !important;
    }

    @-webkit-keyframes fuwatAnime_r {
        0% {
            opacity: 0;
            -webkit-transform: translateX(0);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }

    @keyframes fuwatAnime_r {
        0% {
            opacity: 0;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }
    }

    .fade_inup {
        -webkit-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 5s;
        -ms-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-name: fuwatAnime_inup;
        -ms-animation-name: fuwatAnime_inup;
        animation-name: fuwatAnime_inup;
        visibility: visible !important;
    }

    @-webkit-keyframes fuwatAnime_inup {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @keyframes fuwatAnime_inup {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateX(0);
        }
    }

    .fade_indw {
        -webkit-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 5s;
        -ms-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-name: fuwatAnime_indw;
        -ms-animation-name: fuwatAnime_indw;
        animation-name: fuwatAnime_indw;
        visibility: visible !important;
    }

    @-webkit-keyframes fuwatAnime_indw {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @keyframes fuwatAnime_indw {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateX(0);
        }
    }

    .fade_outl {
        opacity: 0;
        -webkit-transform: translateX(0);
    }

    .fade_inl {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    .fade_outr {
        opacity: 0;
        -webkit-transform: translateX(0);
    }

    .fade_inr {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    .fade_outup {
        opacity: 0;
        -webkit-transform: translateY(0);
    }

    .fade_inup {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    .fade_outdw {
        opacity: 0;
        -webkit-transform: translateY(0);
    }

    .fade_indw {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    /*　TOP
----------------------------------------------------------*/
    .home .head_img {
        width: 100%;
        margin: auto;
        padding: 15.859375vw 0;
        background-image: url(../img/top/head_img.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
    }

    .home .head_img .lead {
        width: 74.21875vw;
        margin: auto;
    }

    .home .head_img .lead img {
        width: 100%;
        height: auto;
    }

    .home .title {
        width: 19.296875vw;
        margin: 0 auto 26px auto;
        padding: 2.8125vw 37.578125vw 2.03125vw 37.578125vw;
        border-bottom: 1px solid #35342f;
    }

    .home .title img {
        width: 100%;
        height: auto;
    }

    .home .top_lead {
        padding: 1.5625vw 0 1.5625vw 0;
        background-color: rgba(209, 209, 209, 1);
        border-top: 5px solid #fff;
        font-size: 2.890625vw;
        line-height: 4.296875vw;
        font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
        text-align: center;

    }

    .home .top_lead p {
        font-size: 3.125vw;
    }

    .home .sect_gray {
        padding: 3.125vw 0 3.90625vw 0;
        background-color: rgba(239, 239, 239, 1);
        border-top: 5px solid #fff;
    }

    .home .sect_gray {
        padding: 2.34375vw 0;
        background-color: rgba(204, 204, 204, 0.2);
    }

    .top_effect {
        width: 85.9375vw;
        margin: 0 auto;
    }

    .top_effect .name {
        width: 100%;
        padding: 0 0 1.5625vw 0;
        font-size: 2.03125vw;
        line-height: 2.890625vw;
        text-align: left;
        border-bottom: 1px solid #35342f;
        margin: 0 auto 3.125vw auto;

    }

    .top_effect ul:before,
    .top_effect ul:after {
        content: "";
        display: table;
    }

    .top_effect ul:after {
        clear: both;
    }

    .top_effect img {
        width: 100%;
        height: auto;
    }

    .top_effect .name p {
        font-size: 2.890625vw;
        font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
        color: #1e6231;
        padding-right: 20px;
        display: inline-block;
    }

    .top_effect .comm {
        width: 100%;
        font-size: 1.25vw;
        line-height: 2.1875vw;
        text-align: center;
        margin: 0 auto 2.34375vw auto;
    }

    .top_effect li {
        width: 35.78125vw;
        float: left;
        font-size: 1.25vw;
        line-height: 2.1875vw;
        text-align: center;
        padding: 0 14.375vw 0 0;
        position: relative;
    }

    .top_effect li:nth-child(2n) {
        padding: 0 0 0 0;
    }

    .top_effect li .cap {
        font-size: 1.25vw;
        line-height: 2.5vw;
        text-align: right;
    }

    .top_effect .arrow_01 {
        width: 3.90625vw;
        position: absolute;
        left: 41.015625vw;
        bottom: 0.78125vw;
    }

    .top_effect .arrow_02 {
        width: 3.90625vw;
        position: absolute;
        left: 41.015625vw;
        top: 1.953125vw;
    }

    .top_effect .arrow_03 {
        width: 3.90625vw;
        position: absolute;
        left: 41.015625vw;
        bottom: 1.171875vw;
    }

    .top_effect .fukidashi_01 {
        width: 8.90625vw;
        position: absolute;
        left: 19.6875vw;
        top: 3.90625vw;
    }

    .top_effect .fukidashi_02 {
        width: 8.90625vw;
        position: absolute;
        left: 19.6875vw;
        top: 3.90625vw;
    }

    .top_effect .fukidashi_03 {
        width: 12.815vw;
        position: absolute;
        right: -4.296875vw;
        bottom: -1.5625vw;
    }

    .top_effect .fukidashi_04 {
        width: 10vw;
        position: absolute;
        right: 3.28125vw;
        top: 6.5625vw;
    }

    .top_effect .fukidashi_05 {
        width: 8.984375vw;
        position: absolute;
        left: 2.65625vw;
        top: 5.078125vw;
    }

    .top_effect .fukidashi_06 {
        width: 17.5vw;
        position: absolute;
        left: 34.0625vw;
        top: 10vw;
    }

    .top_link img {
        width: 100%;
        height: auto;
    }

    .top_link {
        width: 100%;
        margin: 0 auto 0 auto;
    }

    .top_link img {
        width: 100%;
        height: auto;
    }

    .top_service {
        width: 25%;
        padding: 0 25% 0 0;
        margin: 0;
        background-image: url(../img/top/link_service_bk.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        position: relative;
        float: left;
    }

    .top_case {
        width: 25%;
        padding: 0 25% 0 0;
        margin: 0;
        background-image: url(../img/top/link_case_bk.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        position: relative;
        float: left;
    }

    .top_comp {
        width: 25%;
        padding: 0 0 0 25%;
        margin: 0;
        background-image: url(../img/top/link_comp_bk.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        position: relative;
        float: left;
    }

    .top_contact {
        width: 25%;
        padding: 0 0 0 25%;
        margin: 0;
        background-image: url(../img/top/link_contact_bk.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        position: relative;
        float: left;
    }

    .top_link_bt_l a {
        width: calc(14.6875vw - 1em);
        width: -webkit-calc(14.6875vw - 1em);
        font-size: 1.09375vw;
        line-height: 1em;
        padding: 1.40625vw 1em 1.40625vw 0;
        border: 1px solid #fff;
        background-image: url(../img/common/bt_arrow.png);
        background-repeat: no-repeat;
        background-position: 75% center;
        color: #fff;
        display: block;
        position: absolute;
        left: calc(25% - 7.34375vw);
        left: -webkit-calc(25% - 7.34375vw);
        bottom: 3.75vw;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .top_link_bt_l a:hover {
        background-position: 77% center;
        background-color: rgba(255, 255, 255, 0.3);
        text-decoration: none;
    }

    .top_link_bt_r a {
        width: calc(14.6875vw - 1em);
        width: -webkit-calc(14.6875vw - 1em);
        font-size: 1.09375vw;
        line-height: 1em;
        padding: 1.40625vw 1em 1.40625vw 0;
        border: 1px solid #fff;
        background-image: url(../img/common/bt_arrow.png);
        background-repeat: no-repeat;
        background-position: 75% center;
        color: #fff;
        display: block;
        position: absolute;
        right: calc(25% - 7.34375vw);
        right: -webkit-calc(25% - 7.34375vw);
        bottom: 3.75vw;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .top_link_bt_r a:hover {
        background-position: 77% center;
        background-color: rgba(255, 255, 255, 0.3);
        text-decoration: none;
    }

    .top_link_bt_rw a {
        width: calc(14.6875vw - 1em);
        width: -webkit-calc(14.6875vw - 1em);
        font-size: 1.09375vw;
        line-height: 1em;
        padding: 1.40625vw 1em 1.40625vw 0;
        border: 1px solid #fff;
        background-image: url(../img/common/bt_arrow.png);
        background-repeat: no-repeat;
        background-position: 75% center;
        color: #fff;
        display: block;
        position: absolute;
        right: calc(25% - 7.34375vw);
        right: -webkit-calc(25% - 7.34375vw);
        bottom: 3.75vw;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .top_link_bt_rw a:hover {
        background-position: 77% center;
        background-color: rgba(255, 255, 255, 0.3);
        text-decoration: none;
    }


    .top_map {
        width: 85.9375vw;
        height: 30.78125vw;
        margin: auto;
        border: 1px solid #35342f;
    }

    .top_map iframe {
        width: 100%;
        height: 30.78125vw;
    }

    .top_seo {
        width: 85.9375vw;
        margin: auto;
        font-size: 1.25vw;
        line-height: 1.75em;
        text-align: left;

    }

    /*　業務案内
----------------------------------------------------------*/
    .service ul:before,
    .service ul:after {
        content: "";
        display: table;
    }

    .service ul:after {
        clear: both;
    }

    .service_cont_gy {
        background-color: rgba(239, 239, 239, 1);
        margin: auto;
        padding: 3.9vw 0 6.25vw 0;
    }

    .service_in {
        width: 85.9375vw;
        margin: auto;
        padding: 0;
    }

    .service_cont_gy ul {
        width: 85.9375vw;
        margin: auto;
    }

    .service_in img {
        width: 100%;
        height: auto;
    }

    .service_cont_gy li {
        width: 19.21875vw;
        float: left;
        font-size: 1.71875vw;
        font-weight: bold;
        line-height: 2.96875vw;
        text-align: center;
        padding: 0 2.96875vw 0 0;
    }

    .service_cont_gy li:nth-last-child(1) {
        padding: 0 0 0 0;
    }

    .service_cont_gy li .arrow {
        width: 2.1875vw;
        position: absolute;
        top: 6.015625vw;
        left: 19.84375vw;
    }

    .service_cont_gy li img {
        width: 100%;
        height: auto;
    }

    .service_in .box_l {
        width: 34.375vw;
        margin: 0 3.125vw 3.125vw 0;
        padding: 1.5625vw 0 0 7.03125vw;
        font-size: 1.25vw;
        line-height: 2.1875vw;
        text-align: left;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 8.046875vw auto;
        float: left;
    }

    .service_in .box_r {
        width: 34.375vw;
        margin: 0 0 2.34375vw 0;
        padding: 1.5625vw 0 0 7.03125vw;
        font-size: 1.25vw;
        line-height: 2.1875vw;
        text-align: left;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 8.046875vw auto;
        float: right;
    }

    .service_in .img_l {
        width: 41.40625vw;
        margin: 0 3.125vw 3.125vw 0;
        float: left;
    }

    .service_in .img_r {
        width: 41.40625vw;
        margin: 0 0 2.34375vw 0;
        float: right;
    }

    .service_in .point_name {
        font-size: 1.796875vw;
        font-weight: bold;
        margin: 0 0 0.78125vw 0;
        color: #1e6231;
    }

    .service_in .point_01 {
        background-image: url("../img/service/point_01.png");
    }

    .service_in .point_02 {
        background-image: url("../img/service/point_02.png");
    }

    .service_in .point_03 {
        background-image: url("../img/service/point_03.png");
    }

    .service_comm {
        background-color: rgba(239, 239, 239, 1);
        padding: 20px;
        font-size: 1.25vw;
        line-height: 2.1875vw;
        text-align: center;
    }

    .service_comm p {
        font-size: 1.5625vw;
        font-weight: bold;
        color: #1e6231;
    }

    .service_cont_wt {
        width: 100%;
        margin: auto;
        padding: 3.90625vw 0 6.640625vw 0;
    }

    .service_cont_wt table {
        width: 85.9375vw;
        margin: auto;
    }

    .service_cont_wt table tr:nth-child(n) {
        background: #e5e5e5;
        background-image: url(../img/service/shadow.png);
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .service_cont_wt table tr:nth-child(2n) {
        background: #f9f9f9;
        background-image: url(../img/service/shadow.png);
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .service_cont_wt table th {
        padding: 0;
    }

    .service_cont_wt table td {
        padding: 2.34375vw 0.78125vw 0 1.5625vw;
        font-size: 1.25vw;
        line-height: 2.1875vw;
        text-align: left;
        vertical-align: top;

    }

    .service_cont_wt table td span {
        font-size: 1.40625vw;
        font-weight: bold;
        margin: 0 0 0.78125vw 0;
        display: inline-block;
    }

    .service_cont_wt table a {
        font-size: 1.09375vw;
        line-height: 1em;
        text-align: center;
        color: #fff;
        padding: 0.390625vw 1.5625vw;
        background-color: rgba(30, 98, 49, 1);
        display: inline-block;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .service_cont_wt table a:hover {
        background-color: rgba(30, 98, 49, 0.7);
        text-decoration: none;
    }

    .service_link {
        width: 85.9375vw;
        margin: 0 auto 11.71875vw auto;
        padding: 0;
        font-size: 1.25vw;
        line-height: 2.1875vw;
        text-align: center;
    }

    .service_link a {
        width: 14.84375vw;
        font-size: 1.015625vw;
        line-height: 1em;
        text-align: center;
        color: #1e6231;
        padding: 1.40625vw 0;
        margin: 1.5625vw auto;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid #1e6231;
        display: block;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .service_link a:hover {
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.2);
        text-decoration: none;
    }

    /*　バイオアッセイプロダクツ
----------------------------------------------------------*/
    .bioassay ul:before,
    .bioassay .ul:after {
        content: "";
        display: table;
    }

    .bioassay ul:after {
        clear: both;
    }

    .bioassay .top_link {
        width: 100%;
        max-width: 100%;
        background-color: rgba(239, 239, 239, 1);
        padding: 60px 0;
        margin: 0 auto 70px auto;
    }

    .bioassay .top_link_in {
        width: 85.9375vw;
        margin: 0 auto;
    }

    .bioassay .top_link li {
        font-size: 1.875vw;
        line-height: 2.65625vw;
        text-align: left;
        padding: 0.78125vw 3.90625vw 0.78125vw 3.90625vw;
        border-bottom: 1px solid #35342f;
    }

    .bioassay .contents {
        width: 100%;
        background-color: rgba(239, 239, 239, 1);
        padding: 4.6875vw 0 14.453125vw 0;
        margin: 0 auto;
    }

    .bioassay .new_products {
        width: 93.75vw;
        margin: 0 auto 2.34375vw auto;
    }

    .bioassay .new_products .box li .subtitle {
        font-size: 1.875vw;
        font-weight: bold;
        line-height: 1em;
        text-align: center;
        color: #1e6231;
        padding: 0.625vw 0;
        border-bottom: 1px solid #35342f;
        margin-bottom: 2.34375vw;
        display: block;

    }

    .bioassay .new_products .box li {
        /*
		width: 45.46875vw;
		margin: 0 2.8125vw 0 0;
		float: left;
*/
        width: 41.40625vw;
        float: left;
        margin: 0 3.125vw 0 0;
    }

    .bioassay .new_products .box li:nth-child(2) {
        margin: 0 0 0 0;

    }

    .bioassay .new_products .text {
        /*		width: 37.5vw;*/
        margin: auto;
        font-size: 1.25vw;
        line-height: 2.1875vw;
        text-align: left;
    }

    .bioassay .new_products .text .name {
        font-size: 1.71875vw;
        line-height: 2.96875vw;
        font-weight: bold;
        text-align: left;
    }

    .bioassay .new_products .text dt {
        background-image: url("../img/bioassay/prod_dt.png");
        background-repeat: repeat-x;
        background-position: center;
        margin-bottom: 0.390625vw;
    }

    .bioassay .new_products .text dt span {
        font-size: 1.71875vw;
        line-height: 2.96875vw;
        font-weight: bold;
        text-align: left;
        background-color: rgba(239, 239, 239, 1);
        padding: 0.15625vw 0.5em 0.15625vw 0;
        display: inline-block;

    }

    .bioassay .new_products .text dd {
        font-size: 1.25vw;
        line-height: 2.1875vw;
        margin-bottom: 1.953125vw;
        position: relative;
    }

    .bioassay .new_products .text dd .atten {
        position: absolute;
        left: 15.5em;
        bottom: -1.5em;
    }

    .bioassay .new_products .text dd span {
        color: #e55166;
        text-decoration: line-through;
    }

    .bioassay .box,
    .bioassay .products_img .bioassay .videos {
        width: 85.9375vw;
        margin: 0 auto 5.859375vw auto;
    }

    .bioassay .products_img li {
        width: 43.40625vw;
        float: left;
        margin: 0 3.125vw 0 0;
        background-color: #fff;
    }

    .bioassay .products_img li img {
        width: 100%;
        height: auto;
    }

    .bioassay .products_img li:nth-child(2) {
        margin: 0 0 0 0;
    }

    .bioassay .list {
        width: 85.9375vw;
        margin: 0 auto 5.859375vw auto;
    }

    .bioassay .list li {
        width: 32%;
        float: left;
        /*		margin: 0 3.125vw 0 0;*/
        margin: 0 1.125vw 0 0;
        /*		padding: 3.125vw 0;*/
        background-color: #fff;
        /*		font-size: 1.25vw;*/
        /*		line-height: 2.8125vw;*/
        /*		text-align: center;*/
        /*		text-align: center;*/
    }

    .bioassay .list li:nth-last-child(1) {
        margin: 0 0 0 0;
    }

    .bioassay .list li .name {
        font-size: 1.40625vw;
        font-weight: bold;
        color: #1e6231;
        margin-bottom: 0.78125vw;
    }

    .bioassay .list li img {
        /*		width: 11.875vw;*/
        width: 90%;
        height: auto;
        /*		margin-bottom: 0.78125vw;*/
    }

    .bioassay .videos {
        width: 88%;
        margin: 0 auto 50px;;
    }

    .bioassay .videos li {
        width: 47%;
        float: left;
    }

    .bioassay .videos li:nth-child(2) {
        margin: 0 0 0 0;
    }

    .bioassay .videos .videos_inner {
        font-size: 24px;
        font-weight: bold;
        line-height: 1em;
        text-align: center;
        color: #1e6231;
        padding: 10px 0;
        margin-bottom: 30px;
        border-bottom: 1px solid #35342f;
    }

    .bioassay .videos video {
        width: 100%;
        height: auto;
    }

    .bioassay .contact_box {
        width: 85.9375vw;
        margin: 0 auto 7.03125vw auto;
        padding-bottom: 1.5625vw;
        background-color: #fff;
        font-size: 1.40625;
        line-height: 2.1875vw;
        text-align: center;
        border-radius: 1.5625vw;
        overflow: hidden;
    }

    .bioassay .contact_box .subtitle {
        font-size: 1.875vw;
        line-height: 2.65625vw;
        font-weight: bold;
        color: #fff;
        background-color: #1e6231;
        padding: 1.171875vw 0;
        margin-bottom: 2.34375vw;
    }

    .bioassay .contact_box .subtitle span {
        font-size: 1.25vw;
        font-weight: normal;
    }

    .bioassay .contact_box img {
        width: 100%;
        height: auto;
    }

    .bioassay .contact_box .mail {
        width: 24.6875vw;
        padding-right: 3.125vw;
        display: inline-block;
    }

    .bioassay .contact_box .telno {
        width: 19.21875vw;
        padding-right: 3.125vw;
        display: inline-block;
    }

    .bioassay .contact_box .faxno {
        width: 20.703125vw;
        display: inline-block;
    }

    /*　事例集
----------------------------------------------------------*/
    .case .list ul:before,
    .case .list ul:after {
        content: "";
        display: table;
    }

    .case .list ul:after {
        clear: both;
    }

    .case_cont_gy {
        width: 100%;
        background-color: rgba(239, 239, 239, 1);
        margin: auto;
        padding: 3.90625vw 0 6.25vw 0;
    }

    .case_cont_wt {
        width: 100%;
        margin: auto;
        padding: 3.90625vw 0 6.25vw 0;
    }

    .case_cont_in {
        width: 85.9375vw;
        margin: 0 auto;

    }

    .case_cont_in img {
        width: 100%;
        height: auto;
    }

    .map_area1 {
        width: 50vw;
        position: absolute;
        left: 2.65625vw;
        top: 6.25vw;
    }

    .map_area2 {
        width: 48.4375vw;
        position: absolute;
        left: 34.453125vw;
        top: 16.5625vw;
    }

    .map_area3 {
        width: 48.4375vw;
        position: absolute;
        left: 34.453125vw;
        top: 27.734375vw;
    }

    .case .list {
        width: 69.921875vw;
        margin: 0 auto 5.46875vw auto;
        font-size: 1.25vw;
        line-height: 2.1875vw;
        text-align: center;
    }

    .case .list li {
        width: 11.796875vw;
        float: left;
        margin: 2.34375vw 7.578125vw 0 0;
    }

    .case .list li:nth-last-child(1) {
        margin: 2.34375vw 0 0 0;
    }

    .case .list img {
        width: 100%;
        height: auto;
    }

    .case .comm {
        font-size: 1.25vw;
        line-height: 2.1875vw;
        text-align: left;
        margin: 1.5625vw auto 1.5625vw auto;
    }

    .case .name {
        background-image: url("../img/case/name.png");
        background-repeat: repeat-x;
        background-position: center;
        font-size: 1.71875vw;
        line-height: 2.5vw;
        font-weight: bold;
        text-align: left;
    }

    .case .name span {
        background-color: #fff;
        padding: 0 0.78125vw 0 0;
        display: inline-block;
    }

    /*　会社案内
----------------------------------------------------------*/
    .comp_cont {
        margin: auto;
        padding: 3.90625vw 0 7.8125vw 0;
    }

    .comp_cont_gy {
        background-color: #f5f5f5;
        margin: auto;
        padding: 3.90625vw 0 6.25vw 0;
    }

    .comp_cont_wt {
        margin: 3.90625vw auto 12.890625vw auto;
        padding: 0;
    }

    .company .table {
        width: 82.03125vw;
        background-color: #fff;
        border: 1px solid #35342f;
        padding: 0 1.953125vw;
        margin: 0 auto 1.953125vw auto;
    }

    .company table {}

    .company table thead th {
        width: 20.3125vw;
        font-size: 1.40625vw;
        line-height: 2.1875vw;
        text-align: center;
        vertical-align: top;
        padding: 1.40625vw 0;
    }

    .company table thead td {
        font-size: 1.40625vw;
        line-height: 2.1875vw;
        text-align: left;
        padding: 1.40625vw 1.5625vw;
    }

    .company table tbody th {
        width: 20.3125vw;
        font-size: 1.40625vw;
        line-height: 2.1875vw;
        text-align: center;
        vertical-align: top;
        padding: 1.40625vw 0;
        border-top: 1px dotted #35342f;
    }

    .company table tbody td {
        font-size: 1.40625vw;
        line-height: 2.1875vw;
        text-align: left;
        padding: 1.40625vw 1.5625vw;
        border-top: 1px dotted #35342f;
    }

    .company table tbody td .img {
        width: 37.5vw;
        margin: 10px 0;
    }

    .company table tbody td .img img {
        width: 100%;
        height: auto;
    }

    .history_img {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        margin: auto;
    }
	
    .public-notice .item {
        width: 82.03125vw;
		font-size: 1.40625vw;
		line-height: 2.1875vw;
	}

}



/* ===========横幅767px以下================ */


@media screen and (max-width: 767px) {
    body {
        color: #000;
        font-size: 20px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        line-height: 32px;
        text-align: center;
        overflow-wrap: break-word;

        -webkit-text-size-adjust: 100%;

    }


    h2,
    h3,
    h4 {
        text-align: left;
    }

    a {
        color: #333;
        text-decoration: none;
    }

    a:hover {
        color: #333;
        text-decoration: underline;
    }

    img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
    }

    #container {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0 0 0 0;
    }

    .contents {
        width: 90%;
        margin: 0 auto;
    }

    /****************************************************************************
	コンテンツ設定
*****************************************************************************/

    /*	ヘッダー
----------------------------------------------------------------------------*/
    #header {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    #header_in {
        width: 100%;
        padding: 0 0 0 0;
        margin: auto;
    }

    #head_logo {
        width: 60%;
        margin: 3% 0 0 2%;
        float: left;
    }

    #head_logo img {
        width: 100%;
        height: auto;
    }

    .head_contact {
        width: 50%;
        float: right;
        padding: 2% 25% 2% 25%;
        background-color: #fff;
        border-bottom: 1px solid #3a3e4f;
    }

    .head_contact img {
        width: 30%;
        height: auto;
        margin: 0 10%;
        float: left;
    }

    .h1 {
        display: none;

    }


    .list_close {
        width: 12.5%;
        margin: 1% 1% 1% 0;
        float: right;
        z-index: 1000;
    }

    .open_menu {
        width: 12.5%;
        margin: 1% 1% 1% 0;
        float: right;
        z-index: 1000;
    }


    .pc {
        display: none;
    }

    .sm {
        display: inline;
    }

    /*	グローバルナビ
----------------------------------------------------------------------------*/

    .navi {
        display: none;
    }

    /*	グローバルナビ(スマホ用)
----------------------------------------------------------------------------*/
    #category_list {
        display: none;
        width: 100%;
        position: absolute;
        z-index: 999;
        top: 0;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;

    }

    #category_list > ul {
        margin-top: 14.5%;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #3a3e4f;
    }

    #category_list li a {
        font-size: 20px;
        line-height: 40px;
        font-weight: bold;
        text-decoration: none;
        color: #303030;
        background-image: url(../img/common/arrow.png);
        background-repeat: no-repeat;
        background-position: 95%;
        background-size: auto 10px;
        text-align: left;
        padding-left: 5%;
        padding-top: 4%;
        padding-bottom: 4%;
        border-bottom: 1px solid #3a3e4f;
        display: block;
    }

    #category_list li a:hover {
        background-color: #eee;
        text-decoration: none;
    }

    #category_list li p {
        font-size: 20px;
        line-height: 40px;
        font-weight: bold;
        text-decoration: none;
        color: #303030;
        text-align: left;
        padding-left: 5%;
        padding-top: 4%;
        padding-bottom: 4%;
        border-bottom: 1px solid #3a3e4f;
        display: block;
    }

    #category_list > ul > li > ul {
        display: none;
        background-color: #eee;
    }

    ul.accordion span {
        display: block;
    }

    ul.accordion > li > p span {
        background-image: url(../img/common/open.png);
        background-repeat: no-repeat;
        background-position: 95%;
        background-size: auto 10px;

    }

    ul.accordion > li > p span.open {
        background-image: url(../img/common/close.png);
        background-repeat: no-repeat;
        background-position: 95%;
        background-size: auto 10px;
    }

    /*	フッター
----------------------------------------------------------------------------*/
    #footer {
        background-color: #11e6231;
        padding: 0 0 2% 0;
        text-align: center;
        margin: 0 0 0 0;
    }

    .footer_in {
        width: 100%;
        margin: auto;
        padding: 3% 0;
        border-bottom: 1px solid #fff;
    }

    .f_info {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .footer_logo {
        width: 70%;
        padding: 0;
        margin: 0 30% 3% 0;
    }

    .footer_logo img {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .footer_add {
        width: 90%;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        letter-spacing: -0.02em;
        color: #fff;
        padding: 0 5% 10% 5%;
        margin: 3% 0;
        float: right;
        border-left: none;
        border-bottom: 1px solid #fff;
    }

    .footer_contact {
        display: none;
        width: 100px;
        margin: 5px 0 0 0;
        float: right;
    }

    .footer_contact img {
        width: 40px;
        height: auto;
        float: left;
        margin: 0 0 0 10px;
    }

    .footer_bt a {
        width: 70%;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        padding: 1em 0;
        border: 1px solid #fff;
        color: #fff;
        display: inline-block;
        margin: 3% 15%;
        float: right;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .footer_bt a:hover {
        color: #fff;
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.2);
    }

    #footer_copy {
        height: auto;
        font-size: 12px;
        line-height: 30px;
        padding: 0;
        text-align: center;
        color: #fff;
        background-color: #333;
    }

    .home .page_top {
        width: 15%;
        position: fixed;
        right: 2%;
        bottom: 10%;

    }

    .page_top {
        width: 15%;
        position: fixed;
        right: 2%;
        bottom: 10%;

    }

    /*	共通
----------------------------------------------------------------------------*/

    .center {
        text-align: center;
    }

    .clear {
        clear: both;
        overflow: hidden;
        margin: auto;
    }

    .int10 {
        text-indent: -1em;
        padding-left: 1em;
    }

    .page_title {
        background-image: url(../img/common/page_title_back.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-position: 40% center;
        text-align: center;
        padding: 5% 0 5% 0;
        margin: auto;
    }

    .page_title_in {
        width: 40%;
        padding-right: 50%;
        margin: 0 5%;
    }

    .page_lead {
        background-image: url(../img/common/head_lead_back.jpg);
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
        padding: 7% 2% 7% 2%;
        margin: auto;
    }

    .page_lead span {
        width: 100%;
        margin: auto;
        font-size: 13px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        line-height: 23px;
        text-align: center;
    }

    .head_img {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    .head_img img {
        width: 100%;
        height: auto;
    }

    .title {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        line-height: 32px;
        padding: 1% 0;
        color: #1e6231;
        border-bottom: 1px solid #35342f;
        margin: 0 auto 8% auto;
    }

    .cont {
        width: 90%;
        min-height: 400px;
        margin: 0 auto;
    }

    .fade_inl {
        -webkit-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 5s;
        -ms-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-name: fuwatAnime;
        -ms-animation-name: fuwatAnime;
        animation-name: fuwatAnime;
        visibility: visible !important;
    }

    @-webkit-keyframes fuwatAnime {
        0% {
            opacity: 0;
            -webkit-transform: translateX(0);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }

    @keyframes fuwatAnime {
        0% {
            opacity: 0;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }
    }

    .fade_inr {
        -webkit-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 5s;
        -ms-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-name: fuwatAnime_r;
        -ms-animation-name: fuwatAnime_r;
        animation-name: fuwatAnime_r;
        visibility: visible !important;
    }

    @-webkit-keyframes fuwatAnime_r {
        0% {
            opacity: 0;
            -webkit-transform: translateX(0);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }

    @keyframes fuwatAnime_r {
        0% {
            opacity: 0;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }
    }

    .fade_inup {
        -webkit-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 5s;
        -ms-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-name: fuwatAnime_inup;
        -ms-animation-name: fuwatAnime_inup;
        animation-name: fuwatAnime_inup;
        visibility: visible !important;
    }

    @-webkit-keyframes fuwatAnime_inup {
        0% {
            opacity: 0;
            -webkit-transform: translateY(0);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @keyframes fuwatAnime_inup {
        0% {
            opacity: 0;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateX(0);
        }
    }

    .fade_indw {
        -webkit-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 5s;
        -ms-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-name: fuwatAnime_indw;
        -ms-animation-name: fuwatAnime_indw;
        animation-name: fuwatAnime_indw;
        visibility: visible !important;
    }

    @-webkit-keyframes fuwatAnime_indw {
        0% {
            opacity: 0;
            -webkit-transform: translateY(0);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @keyframes fuwatAnime_indw {
        0% {
            opacity: 0;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateX(0);
        }
    }

    .fade_outl {
        opacity: 0;
        -webkit-transform: translateX(0);
    }

    .fade_inl {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    .fade_outr {
        opacity: 0;
        -webkit-transform: translateX(0);
    }

    .fade_inr {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    .fade_outup {
        opacity: 0;
        -webkit-transform: translateY(0);
    }

    .fade_inup {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    .fade_outdw {
        opacity: 0;
        -webkit-transform: translateY(0);
    }

    .fade_indw {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    /*　TOP
----------------------------------------------------------*/
    .home .head_img {
        width: 100%;
        margin: auto;
        padding: 16% 0;
        background-image: url(../img/top/head_img.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
    }

    .home .head_img .lead {
        width: 90%;
        margin: auto;
    }

    .home .head_img .lead img {
        width: 100%;
        height: auto;
    }

    .home .title {
        width: 30%;
        margin: 0 0 5% 0;
        padding: 3% 35% 3% 35%;
        border-bottom: 1px solid #35342f;
    }

    .home .title img {
        width: 100%;
        height: auto;
    }

    .home .top_lead {
        padding: 5% 0 5% 0;
        background-color: rgba(209, 209, 209, 1);
        border-top: 5px solid #fff;
        font-size: 4.7619vw;
        line-height: 1.3em;
        font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
        text-align: center;

    }

    .home .top_lead p {
        font-size: 5.263vw;
    }

    .home .sect_gray {
        padding: 3% 0 2% 0;
        background-color: rgba(204, 204, 204, 0.2);
    }

    .top_effect {
        width: 90%;
        margin: 0 auto;
    }

    .top_effect .name {
        width: 100%;
        padding: 0 0 2% 0;
        font-size: 18px;
        line-height: 1.3em;
        text-align: left;
        border-bottom: 1px solid #35342f;
        margin: 0 auto 3% auto;

    }

    .top_effect ul:before,
    .top_effect ul:after {
        content: "";
        display: table;
    }

    .top_effect ul:after {
        clear: both;
    }

    .top_effect .name p {
        font-size: 20px;
        font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
        color: #1e6231;
        padding-right: 20px;
        display: inline-block;
    }

    .top_effect .comm {
        width: 100%;
        font-size: 14px;
        line-height: 1.5em;
        text-align: left;
        margin: 0 auto 3% auto;
    }

    .top_effect li {
        width: 41.6363636364%;
        float: left;
        font-size: 14px;
        line-height: 1.5em;
        text-align: left;
        padding: 0 16.7272727273% 0 0;
        position: relative;
    }

    .top_effect li .cap {
        font-size: 9px;
        line-height: 1.5em;
        text-align: right;
    }

    .top_effect li:nth-child(2n) {
        padding: 0 0 0 0;
    }

    .top_effect .arrow_01 {
        width: 3.90625vw;
        position: absolute;
        left: 43.015625vw;
        bottom: 0.78125vw;
    }

    .top_effect .arrow_02 {
        width: 3.90625vw;
        position: absolute;
        left: 43.015625vw;
        top: 1.953125vw;
    }

    .top_effect .arrow_03 {
        width: 3.90625vw;
        position: absolute;
        left: 43.015625vw;
        bottom: 1.171875vw;
    }

    .top_effect .fukidashi_01 {
        width: 8.90625vw;
        position: absolute;
        left: 22.6875vw;
        top: 3.90625vw;
    }

    .top_effect .fukidashi_02 {
        width: 8.90625vw;
        position: absolute;
        left: 22.6875vw;
        top: 3.90625vw;
    }

    .top_effect .fukidashi_03 {
        width: 12.815vw;
        position: absolute;
        right: -2.15vw;
        bottom: -0.5vw;
    }

    .top_effect .fukidashi_04 {
        width: 10vw;
        position: absolute;
        right: 3.28125vw;
        top: 6.5625vw;
    }

    .top_effect .fukidashi_05 {
        width: 8.984375vw;
        position: absolute;
        left: 2.65625vw;
        top: 5.078125vw;
    }

    .top_effect .fukidashi_06 {
        width: 17.5vw;
        position: absolute;
        left: 34.0625vw;
        top: 10vw;
    }

    .top_effect .img {
        width: 100%;
        margin: 0 auto 5% auto;
    }


    .top_link {
        width: 100%;
        margin: 0 auto 0 auto;
    }

    .top_link img {
        width: 100%;
        height: auto;
    }

    .top_service {
        width: 50%;
        padding: 0 50% 0 0;
        margin: 0;
        background-image: url(../img/top/link_service_bk.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        position: relative;
        float: left;
    }

    .top_case {
        width: 50%;
        padding: 0 50% 0 0;
        margin: 0;
        background-image: url(../img/top/link_case_bk.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        position: relative;
        float: left;
    }

    .top_comp {
        width: 50%;
        padding: 0 0 0 50%;
        margin: 0;
        background-image: url(../img/top/link_comp_bk.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        position: relative;
        float: left;
    }

    .top_contact {
        width: 50%;
        padding: 0 0 0 50%;
        margin: 0;
        background-image: url(../img/top/link_contact_bk.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        position: relative;
        float: left;
    }

    .top_link_bt_l a {
        width: calc(64% - 0em);
        width: -webkit-calc(64% - 0em);
        font-size: 14px;
        line-height: 1em;
        padding: 1em 0 1em 0;
        border: 1px solid #fff;
        background-image: url(../img/common/bt_arrow.png);
        background-repeat: no-repeat;
        background-position: 75% center;
        background-color: rgba(255, 255, 255, 0.3);
        color: #fff;
        display: block;
        position: absolute;
        left: calc(50% - 32%);
        left: -webkit-calc(50% - 32%);
        bottom: 5%;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .top_link_bt_l a:hover {
        background-position: 77% center;
        background-color: rgba(255, 255, 255, 0.3);
        text-decoration: none;
    }

    .top_link_bt_r a {
        width: calc(64% - 0em);
        width: -webkit-calc(64% - 0em);
        font-size: 14px;
        line-height: 1em;
        padding: 1em 0 1em 0;
        border: 1px solid #fff;
        background-image: url(../img/common/bt_arrow.png);
        background-repeat: no-repeat;
        background-position: 75% center;
        background-color: rgba(255, 255, 255, 0.3);
        color: #fff;
        display: block;
        position: absolute;
        left: calc(50% - 32%);
        left: -webkit-calc(50% - 32%);
        bottom: 5%;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .top_link_bt_r a:hover {
        background-position: 77% center;
        background-color: rgba(255, 255, 255, 0.3);
        text-decoration: none;
    }

    .top_link_bt_rw a {
        width: calc(64% - 0em);
        width: -webkit-calc(64% - 0em);
        font-size: 14px;
        line-height: 1em;
        padding: 1em 0 1em 0;
        border: 1px solid #fff;
        background-image: url(../img/common/bt_arrow.png);
        background-repeat: no-repeat;
        background-position: 83% center;
        background-color: rgba(255, 255, 255, 0.3);
        color: #fff;
        display: block;
        position: absolute;
        left: calc(50% - 32%);
        left: -webkit-calc(50% - 32%);
        bottom: 5%;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .top_link_bt_rw a:hover {
        background-position: 85% center;
        background-color: rgba(255, 255, 255, 0.3);
        text-decoration: none;
    }

    .top_map {
        width: 90%;
        height: 200px;
        margin: 2% 5%;
        border: 1px none;
    }

    .top_map iframe {
        width: 100%;
        height: 100%;
    }

    .top_seo {
        width: 90%;
        margin: auto;
        font-size: 14px;
        line-height: 1.75em;
        text-align: left;

    }

    /*　業務案内
----------------------------------------------------------*/
    .service ul:before,
    .service ul:after {
        content: "";
        display: table;
    }

    .service ul:after {
        clear: both;
    }

    .service_cont_gy {
        background-color: rgba(239, 239, 239, 1);
        margin: auto;
        padding: 5% 5% 5% 5%;
    }

    .service_in {
        width: 90%;
        margin: auto;
        padding: 0;
    }

    .service_cont_gy ul {
        width: 90vw;
        margin: auto;
    }

    .service_cont_gy li {
        width: 40vw;
        float: left;
        font-size: 16px;
        font-weight: bold;
        line-height: 28px;
        text-align: center;
        padding: 0 5vw 0 0;
        margin: 0 0 2% 0;
    }

    .service_cont_gy li .arrow {
        width: 4vw;
        position: absolute;
        top: 12vw;
        left: 41vw;
    }

    .service_in .box_l {
        width: 85%;
        margin: 0 0 5% 0;
        padding: 5% 0 0 15%;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 15% auto;
        float: left;
    }

    .service_in .box_r {
        width: 85%;
        margin: 0 0 5% 0;
        padding: 5% 0 0 15%;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 15% auto;
        float: right;
    }

    .service_in .img_l {
        width: 100%;
        margin: 0 0 5% 0;
        float: left;
    }

    .service_in .img_r {
        width: 100%;
        margin: 0 0 5% 0;
        float: right;
    }

    .service_in .point_name {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 3% 0;
        color: #1e6231;
    }

    .service_in .point_01 {
        background-image: url("../img/service/point_01.png");
    }

    .service_in .point_02 {
        background-image: url("../img/service/point_02.png");
    }

    .service_in .point_03 {
        background-image: url("../img/service/point_03.png");
    }

    .service_comm {
        background-color: rgba(239, 239, 239, 1);
        padding: 2vw;
        font-size: 3.5vw;
        line-height: 24px;
        text-align: center;
    }

    .service_comm p {
        font-size: 16px;
        font-weight: bold;
        color: #1e6231;
    }

    .service_cont_wt {
        width: 90%;
        margin: 0 5%;
        padding: 5% 0 8% 0;
    }

    .service_cont_wt table {
        width: 90%;
        margin: auto;
    }

    .service_cont_wt table tr:nth-child(n) {
        background: #e5e5e5;
        background-image: url(../img/service/shadow.png);
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .service_cont_wt table tr:nth-child(2n) {
        background: #f9f9f9;
        background-image: url(../img/service/shadow.png);
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .service_cont_wt table th {
        padding: 0;

    }

    .service_cont_wt table td {
        padding: 3% 2% 3% 2%;
        font-size: 14px;
        line-height: 24px;
        text-align: left;


    }

    .service_cont_wt table td span {
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 1% 0;
        display: inline-block;
    }

    .service_cont_wt table a {
        font-size: 12px;
        line-height: 1em;
        text-align: center;
        color: #fff;
        padding: 5px 20px;
        background-color: rgba(30, 98, 49, 1);
        display: inline-block;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .service_cont_wt table a:hover {
        background-color: rgba(30, 98, 49, 0.7);
        text-decoration: none;
    }

    .service_link {
        width: 90%;
        margin: 0 auto 10% auto;
        padding: 0;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

    .service_link a {
        width: 60vw;
        font-size: 13px;
        line-height: 1em;
        text-align: center;
        color: #1e6231;
        padding: 1em 0;
        margin: 3% auto;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid #1e6231;
        display: block;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .service_link a:hover {
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.2);
        text-decoration: none;
    }

    /*　バイオアッセイプロダクツ
----------------------------------------------------------*/
    .bioassay ul:before,
    .bioassay .ul:after {
        content: "";
        display: table;
    }

    .bioassay ul:after {
        clear: both;
    }

    .bioassay .top_link {
        width: 100%;
        max-width: 100%;
        background-color: rgba(239, 239, 239, 1);
        padding: 5% 0;
        margin: 0 auto 5% auto;
    }

    .bioassay .top_link_in {
        width: 90%;
        margin: 0 auto;
    }

    .bioassay .top_link li {
        font-size: 24px;
        line-height: 34px;
        text-align: left;
        padding: 10px 50px 10px 50px;
        border-bottom: 1px solid #35342f;
    }

    .bioassay .contents {
        width: 100%;
        background-color: rgba(239, 239, 239, 1);
        padding: 5% 0 10% 0;
        margin: 0 auto;
    }

    .bioassay .new_products {
        width: 90%;
        margin: 0 auto 5% auto;
    }

    .bioassay .new_products .box li .subtitle {
        font-size: 18px;
        font-weight: bold;
        line-height: 1em;
        text-align: center;
        color: #1e6231;
        padding: 4px 0;
        border-bottom: 1px solid #35342f;
        margin-bottom: 8%;
        display: block;

    }

    .bioassay .new_products .box li {
        width: 100%;
        margin: 0 0 5% 0;
        float: left;
    }

    .bioassay .new_products .box li:nth-child(2) {
        margin: 0 0 0 0;
    }

    .bioassay .new_products .text {
        width: 100%;
        margin: auto;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }

    .bioassay .new_products .text .name {
        font-size: 16px;
        line-height: 26px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 3%;
    }

    .bioassay .new_products .text dt {
        background-image: url("../img/bioassay/prod_dt.png");
        background-repeat: repeat-x;
        background-position: center;
        margin-bottom: 5px;
    }

    .bioassay .new_products .text dt span {
        font-size: 16px;
        line-height: 26px;
        font-weight: bold;
        text-align: left;
        background-color: rgba(239, 239, 239, 1);
        padding: 2px 0.5em 2px 0;
        display: inline-block;

    }

    .bioassay .new_products .text dd {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
        position: relative;
    }

    .bioassay .new_products .text dd .atten {
        position: absolute;
        left: 15.5em;
        bottom: -1.5em;
    }

    .bioassay .new_products .text dd span {
        color: #e55166;
        text-decoration: line-through;
    }

    .bioassay .products_img {
        width: 100%;
        margin: 0 auto 10% auto;
    }

    .bioassay .products_img li {
        width: 100%;
        float: left;
        margin: 0 0 5% 0;
    }

    .bioassay .products_img li:nth-child(2) {
        margin: 0 0 0 0;
    }

    .bioassay .list {
        width: 100%;
        margin: 0 auto 10% auto;
    }

    .bioassay .list li {
        width: 70%;
        float: left;
        margin: 0 15% 5% 15%;
        /*		padding: 5% 0;*/
        background-color: #fff;
        /*		font-size: 14px;*/
        /*		line-height: 24px;*/
        /*		text-align: center;*/
    }

    .bioassay .list li:nth-last-child(1) {
        margin: 0 15% 0 15%;
    }

    .bioassay .list li .name {
        font-size: 14px;
        font-weight: bold;
        color: #1e6231;
        margin-bottom: 3%;
    }

    .bioassay .list li img {
/*        width: 50%;*/
        height: auto;
        /*		margin-bottom: 3%;*/
    }

    .bioassay .videos {
        width: 88%;
        margin: 0 auto 50px;
    }

    .bioassay .videos li {
        width: 46%;
        float: left;
    }

    .bioassay .videos li:nth-child(2) {
        margin: 0 0 0 0;
    }

    .bioassay .videos .videos_inner {
        font-size: 18px;
        font-weight: bold;
        line-height: 1em;
        text-align: center;
        color: #1e6231;
        padding: 10px 0;
        margin-bottom: 30px;
        border-bottom: 1px solid #35342f;
    }

    .bioassay .videos video {
        width: 100%;
        height: auto;
    }


    .bioassay .contact_box {
        width: 90%;
        margin: 0 auto 5% auto;
        padding-bottom: 20px;
        background-color: #fff;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        border-radius: 20px;
        overflow: hidden;
    }

    .bioassay .contact_box .subtitle {
        font-size: 18px;
        line-height: 28px;
        font-weight: bold;
        color: #fff;
        background-color: #1e6231;
        padding: 1em 0;
        margin-bottom: 3%;
    }

    .bioassay .contact_box .subtitle span {
        font-size: 16px;
        font-weight: normal;
    }

    .bioassay .contact_box .mail {
        padding-right: 0;
        display: block;
        width: 70%;
        margin: 0 auto 3% auto;
    }

    .bioassay .contact_box .telno {
        padding-right: 0;
        display: block;
        width: 70%;
        margin: 0 auto 3% auto;
    }

    .bioassay .contact_box .faxno {
        display: block;
        width: 70%;
        margin: auto;
    }

    /*　事例集
----------------------------------------------------------*/
    .case .list ul:before,
    .case .list ul:after {
        content: "";
        display: table;
    }

    .case .list ul:after {
        clear: both;
    }

    .case_cont_gy {
        width: 90%;
        background-color: rgba(239, 239, 239, 1);
        margin: auto;
        padding: 5% 5% 5% 5%;
    }

    .case_cont_wt {
        width: 90%;
        margin: auto;
        padding: 5% 5% 5% 5%;
    }

    .case_cont_in {
        width: 90%;
        margin: 0 auto;

    }

    .map_area1 {
        width: 58.1818181818%;
        position: absolute;
        left: 3.0909090909%;
        top: 14.2857142857%;
    }

    .map_area2 {
        width: 56.3636363636%;
        position: absolute;
        left: 40.0909090909%;
        top: 37.8571428571%;
    }

    .map_area3 {
        width: 56.3636363636%;
        position: absolute;
        left: 40.0909090909%;
        top: 63.3928571429%;
    }

    .case .list {
        width: 100%;
        margin: 0 auto 10% auto;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

    .case .list li {
        width: 20%;
        float: left;
        margin: 5% 2.5% 0 2.5%;
    }

    .case .list li:nth-last-child(1) {
        margin: 5% 2.5% 0 2.5%;
    }

    .case .comm {
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        margin: 2% auto 2% auto;
    }

    .case .name {
        background-image: url("../img/case/name.png");
        background-repeat: repeat-x;
        background-position: center;
        font-size: 18px;
        line-height: 28px;
        font-weight: bold;
        text-align: left;
    }

    .case .name span {
        background-color: #fff;
        padding: 0 10px 0 0;
        display: inline-block;
    }

    /*　会社案内
----------------------------------------------------------*/
    .comp_cont {
        width: 90%;
        margin: auto;
        padding: 5% 0 10% 0;
    }

    .comp_cont_gy {
        width: 90%;
        background-color: #f5f5f5;
        margin: auto;
        padding: 5% 5% 5% 5%;
    }

    .comp_cont_wt {
        width: 90%;
        margin: 5% auto 10% auto;
        padding: 0;
    }

    .company .table {
        width: 94%;
        background-color: #fff;
        border: 1px solid #35342f;
        padding: 3% 3%;
        margin: 0 auto 3% auto;
    }

    .company table {}

    .company table thead th {
        width: 96%;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        vertical-align: top;
        padding: 2% 2%;
        background-color: #f5f5f5;
        float: left;
    }

    .company table thead td {
        width: 96%;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        padding: 2% 2%;
        float: left;
    }

    .company table tbody th {
        width: 96%;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        vertical-align: top;
        padding: 2% 2%;
        background-color: #f5f5f5;
        float: left;
        border-top: none;
    }

    .company table tbody td {
        width: 96%;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        padding: 2% 2%;
        float: left;
        border-top: none;
    }

    .company table tbody td .img {
        width: 70%;
        margin: 3% 0;
    }

    .company table tbody td .img img {
        width: 100%;
        height: auto;
    }

    .history_img {
        width: 90%;
        max-width: 90%;
        overflow: hidden;
        margin: auto;
    }
	
	
.public-notice{
	margin: 30px auto 45px auto;
}

.public-notice .item {
	width: 90%;
	margin: 50px auto 0 auto;
	padding: 30px 40px;
	font-size: 14px;
	line-height: 24px;
}	
	
	
	

}

/* ===========横幅767px以下 横================ */

@media (orientation: landscape) and (max-width: 767px) {
    .page_top {
        width: 8%;
        position: fixed;
        right: 2%;
        bottom: 3%;

    }
}
