@charset "UTF-8";

/* 技術情報共通 ここから
----------------------------------------------- */

.tech_info{
    background-image: url(/images/tech_info/title_tech_info.jpg);
}

.sidebar_title.tech_info_title{
    background-color: #00815b;
}

.tech_info_topnav ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 0;
}

.tech_info_topnav ul li{
    width: 48%;
    list-style-type: none;
    margin: 0 0 16px 0;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {
    .tech_info_topnav ul{
        flex-direction: column;
    }

    .tech_info_topnav ul li{
        width: 100%;
        margin: 0 0 8px 0;
    }
}

/* 技術情報共通 ここまで
----------------------------------------------- */

/* TOP ここから
----------------------------------------------- */


.mainContent h3.tech_h3title{
    border: 1px solid #000;
    background: transparent;
    padding: 8px 8px 4px 32px;
}

.mainContent h3.tech_h3title::before{
    content: "\f150";
    font-family: "Font Awesome 5 Free";
    width: auto;
    height: auto;
    background-color: transparent;
    color: #1f509c;
    top: 6px;
}

.mainContent h3.tech_h3title span{
    font-size: 60%;
}

.imagenav_wrap{
    display: flex;
}

.imagenav_wrap .container_left {
    width:26%;
}

.imagenav_wrap .container_right{
    width: 80%;
    margin: 0 0 16px 0;
}


.imagenav_wrap .container_left ul,
.imagenav_wrap .container_right ul {
    margin-left: 0;
}

.imagenav_wrap .container_left ul li,
.imagenav_wrap .container_right ul li {
    list-style-type: none;
    margin: 0 0 2px 0;
}

.imagenav_wrap .container_left ul li a img,
.imagenav_wrap .container_right ul li a img {
    vertical-align: bottom;
}

.imagenav_wrap .container_left ul li a:hover,
.imagenav_wrap .container_right ul li a:hover{
    opacity: 0.5;
}


@media only screen and (max-width: 1199px) and (max-width: 767px) {
    .mainContent h3.tech_h3title span{
        display: block;
        line-height: 1.2;
    }

    .imagenav_wrap{
        flex-direction: column-reverse;

    }

    .imagenav_wrap .container_left {
        width:100%;
    }

    .imagenav_wrap .container_left ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}

    .imagenav_wrap .container_left ul li{
        width: 49%;
}

    .imagenav_wrap .container_right{
        width: 100%;
    }
}

/* TOP ここまで
----------------------------------------------- */

/* 論文 ここから
----------------------------------------------- */

.paper_table tr td {
    padding: .5em;
}

.paper_table tr th {
    width: 6em;
}


.paper_table tr td i.fa-file-pdf {
    color: #b30b00;
    font-size: 30px;
    vertical-align: middle;
}

/* 論文 ここまで
----------------------------------------------- */

/* 環境技術 ここから
----------------------------------------------- */

.enviro_img_nav{
    margin: 8px 0;
}

.enviro_img_nav ul{
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.enviro_img_nav ul li{
    list-style-type: none;
    margin: 0 0 0 1.5em;
}

.enviro_img_nav ul li a{
    background-color: #1f509c;
    color: #fff;
    padding: .5em;
}

.enviro_img_nav ul li a:hover{
    background-color: #ad2a4b;
    opacity: 1;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {

    .enviro_img_nav ul li a:hover{
        background-color: #1f509c;
    }

}

.enviro_table tr:hover{
    cursor: default;
	background: #f7eaed;
}

.common_table.enviro_table tbody tr td:first-of-type{
    width: 9em;
}

.common_table.enviro_table tbody tr td:nth-of-type(2){
    width: 9em;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {

    .common_table.enviro_table tbody tr td:first-of-type{
        width: 6em;
    }

    .common_table.enviro_table tbody tr td:nth-of-type(2){
        width: 6em;
    }


    .common_table.enviro_table tbody tr th{
        width:2em ;
    }

}

.enviro_tree{
    text-align: center;
}

.enviro_tree img{
    width: auto;
}

/* 環境技術 ここまで
----------------------------------------------- */

/* オープンイノベーション ここから
----------------------------------------------- */


.open-innovation_list ul{
    margin-left: 0;
}

.open-innovation_list ul li{
    list-style-type: none;

}

.open-innovation_list .fa-external-link-alt{
    color:#3b3b3b;
    font-size: 24px;
    padding-right: .3em;
    vertical-align: baseline;
}

/* オープンイノベーション ここまで
----------------------------------------------- */


/*  NETIS登録技術から探す ここから
----------------------------------------------- */


.netis_nav ul {
    margin-bottom: 16px;
}

.netis_nav ul {
    display: flex;
    margin-left: 0;
}


.netis_nav ul li{
    margin:0 0 8px 8px;
    list-style-type: none;
}

.netis_nav ul li:first-child{
    margin:0 0 8px 0;
}

.netis_nav ul li a{
    display: inline-block;
    background-color: #009370;
    color: #ffffff!important;
    text-align: center;
    padding: .5em 1em;
}

.netis_nav ul li a:hover{
    background-color: #ad2a4b;
    opacity: 1;
}

.mainContent h5.netis_table_title{
    text-align: left;
    padding: .5em;
    font-weight: bold;
    background-color: rgb(51, 51, 51);
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.netis_table{
    width: 100%;
    border: 1px solid #dadada;
    margin-bottom: 24px;
}


.netis_table tr th{
    background-color: #f8f8f8;
    vertical-align: middle;
    padding: .3em;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    font-weight: bold;
}

.netis_table tr th:first-child{
    width: 20%;
}

.netis_table tr th:nth-child(2){
    width: 20%;
}


.netis_table tr th:last-child{
    border-right: none;
}

.netis_table tr td{
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    vertical-align: middle;
    padding: .3em;
}

.netis_table tr th.netis_detail{
    background-color: rgb(27, 119, 54);
    width: 60%;
    color: #fff;
}

.netis_table tr td:last-child{
    border-right: none;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {
    .netis_nav ul li a:hover{
        background-color: #00815b;
    }

    .netis_change a:hover{
        background-color: #fff;
        color:#1F509C;;
    }
}


/*  NETIS登録技術から探す ここまで
----------------------------------------------- */

/*  研究開発 ここから
----------------------------------------------- */

.labo_map{
    background-image: url(/images/tech_info/labolatory/labo_ph4.jpg);
    background-repeat: no-repeat;
    height: 775px;
    position: relative;
}

.mainContent .labo_map .honsha_links{
    width: 170px;
    height: 350px;
    position: relative;
    top: 40px;
    left: 90px;
}

.mainContent .labo_map .honsha_links li{
    list-style-type: none;
    margin: 0;
}

.mainContent .labo_map .honsha_links li:nth-child(1){
    position: absolute;
    top: 3px;
    left: 5px;
}

.mainContent .labo_map .honsha_links li:nth-child(1) a{
    display: block;
    background-image: url(/images/tech_info/labolatory/labo_link01.gif);
    width: 92px;
    height: 22px;
}

.mainContent .labo_map .honsha_links li:nth-child(1) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/labolatory/labo_link01_on.gif);
}

.mainContent .labo_map .honsha_links li:nth-child(2){
    position: absolute;
    top: 70px;
    left: 5px;
}

.mainContent .labo_map .honsha_links li:nth-child(2) a{
    display: block;
    background-image: url(/images/tech_info/labolatory/labo_link02.gif);
    width: 92px;
    height: 22px;
}

.mainContent .labo_map .honsha_links li:nth-child(2) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/labolatory/labo_link02_on.gif);
}

.mainContent .labo_map .honsha_links li:nth-child(3){
    position: absolute;
    top: 133px;
    left: -25px;
}

.mainContent .labo_map .honsha_links li:nth-child(3) a{
    display: block;
    background-image: url(/images/tech_info/labolatory/labo_link05.gif);
    width: 153px;
    height: 22px;
}

.mainContent .labo_map .honsha_links li:nth-child(3) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/labolatory/labo_link05_on.gif);
}

.mainContent .labo_map .honsha_links li:nth-child(4){
    position: absolute;
    top: 215px;
    left: -25px;
}

.mainContent .labo_map .honsha_links li:nth-child(4) a{
    display: block;
    background-image: url(/images/tech_info/labolatory/labo_link03.gif);
    width: 122px;
    height: 22px;
}

.mainContent .labo_map .honsha_links li:nth-child(4) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/labolatory/labo_link03_on.gif);
}

.mainContent .labo_map .honsha_links li:nth-child(5){
    position: absolute;
    top: 277px;
    left: -25px;
}

.mainContent .labo_map .honsha_links li:nth-child(5) a{
    display: block;
    background-image: url(/images/tech_info/labolatory/labo_link04.gif);
    width: 92px;
    height: 22px;
}

.mainContent .labo_map .honsha_links li:nth-child(5) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/labolatory/labo_link04_on.gif);
}

.mainContent .labo_map .shiten_links{
    position: absolute;
    top: 345px;
    left: 444px;
    margin: 0;
}


.mainContent .labo_map .shiten_links li{
    list-style-type: none;
    margin: 0 0 6px 0;
}


.mainContent .labo_map .shiten_links li:nth-child(1) a{
    display: block;
    background-image: url(/images/tech_info/labolatory/labo_siten_link01.gif);
    width: 151px;
    height: 20px;
}

.mainContent .labo_map .shiten_links li:nth-child(1) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/labolatory/labo_siten_link01_on.gif);
}

.mainContent .labo_map .shiten_links li:nth-child(2) a{
    display: block;
    background-image: url(/images/tech_info/labolatory/labo_siten_link02.gif);
    width: 151px;
    height: 20px;
}

.mainContent .labo_map .shiten_links li:nth-child(2) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/labolatory/labo_siten_link02_on.gif);
}

.mainContent .labo_map .shiten_links li:nth-child(3) a{
    display: block;
    background-image: url(/images/tech_info/labolatory/labo_siten_link03.gif);
    width: 151px;
    height: 20px;
}

.mainContent .labo_map .shiten_links li:nth-child(3) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/labolatory/labo_siten_link03_on.gif);
}


.mainContent .labo_map .shiten_links li:nth-child(4) a{
    display: block;
    background-image: url(/images/tech_info/labolatory/labo_siten_link03.gif);
    width: 151px;
    height: 20px;
}

.mainContent .labo_map .shiten_links li:nth-child(4) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/labolatory/labo_siten_link03_on.gif);
}

.mainContent .labo_map .shiten_links li:nth-child(5) a{
    display: block;
    background-image: url(/images/tech_info/labolatory/labo_siten_link05.gif);
    width: 151px;
    height: 20px;
}

.mainContent .labo_map .shiten_links li:nth-child(5) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/labolatory/labo_siten_link05_on.gif);
}

.mainContent .labo_map .shiten_links li:nth-child(6) a{
    display: block;
    background-image: url(/images/tech_info/labolatory/labo_siten_link06.gif);
    width: 151px;
    height: 20px;
}

.mainContent .labo_map .shiten_links li:nth-child(6) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/labolatory/labo_siten_link06_on.gif);
}

.mainContent .labo_map .shiten_links li:nth-child(7) a{
    display: block;
    background-image: url(/images/tech_info/labolatory/labo_siten_link07.gif);
    width: 151px;
    height: 20px;
}

.mainContent .labo_map .shiten_links li:nth-child(7) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/labolatory/labo_siten_link07_on.gif);
}

.mainContent .labo_map .shiten_links li:nth-child(8) a{
    display: block;
    background-image: url(/images/tech_info/labolatory/labo_siten_link08.gif);
    width: 151px;
    height: 20px;
}

.mainContent .labo_map .shiten_links li:nth-child(8) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/labolatory/labo_siten_link08_on.gif);
}


.mainContent .labo_map .shiten_links li:nth-child(9) a{
    display: block;
    background-image: url(/images/tech_info/labolatory/labo_siten_link09.gif);
    width: 151px;
    height: 20px;
}

.mainContent .labo_map .shiten_links li:nth-child(9) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/labolatory/labo_siten_link09_on.gif);
}

.mainContent .labo_map .shiten_links li:nth-child(10) a{
    display: block;
    background-image: url(/images/tech_info/labolatory/labo_siten_link10.gif);
    width: 151px;
    height: 20px;
}

.mainContent .labo_map .shiten_links li:nth-child(10) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/labolatory/labo_siten_link10_on.gif);
}


/*  研究開発 ここまで
----------------------------------------------- */


/*  土木 ここから
----------------------------------------------- */

.mainContent .doboku_map{
    background-image: url(/images/tech_info/doboku/doboku.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 286px;
    position: relative;
}

.mainContent .doboku_map li{
    list-style-type: none;
    margin: 0;
}


.mainContent .doboku_map li:nth-child(1){
    position: absolute;
    top: 0px;
    left: 160px;
}

.mainContent .doboku_map li:nth-child(1) a{
    display: block;
    background-image: url(/images/tech_info/doboku/btn01.gif);
    width: 198px;
    height: 28px;
}

.mainContent .doboku_map li:nth-child(1) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/doboku/btn01_on.gif);
}

.mainContent .doboku_map li:nth-child(2){
    position: absolute;
    top: 0;
    left: 420px;
}


.mainContent .doboku_map li:nth-child(2) a{
    display: block;
    background-image: url(/images/tech_info/doboku/btn02.gif);
    width: 198px;
    height: 28px;
}
.mainContent .doboku_map li:nth-child(2) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/doboku/btn02_on.gif);
}


.mainContent .doboku_map li:nth-child(3){
    position: absolute;
    top: 260px;
    left: 727px;
}

.mainContent .doboku_map li:nth-child(3) a{
    display: block;
    background-image: url(/images/tech_info/doboku/btn06.gif);
    width: 198px;
    height: 28px;
}

.mainContent .doboku_map li:nth-child(3) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/doboku/btn06_on.gif);
}


.mainContent .doboku_map li:nth-child(4){
    position: absolute;
    top: 260px;
    left: 294px;
}

.mainContent .doboku_map li:nth-child(4) a{
    display: block;
    background-image: url(/images/tech_info/doboku/btn04.gif);
    width: 198px;
    height: 28px;
}

.mainContent .doboku_map li:nth-child(4) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/doboku/btn04_on.gif);
}



.mainContent .doboku_map li:nth-child(5){
    position: absolute;
    top: 260px;
    left: 514px;
}

.mainContent .doboku_map li:nth-child(5) a{
    display: block;
    background-image: url(/images/tech_info/doboku/btn05.gif);
    width: 198px;
    height: 28px;
}

.mainContent .doboku_map li:nth-child(5) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/doboku/btn05_on.gif);
}


.mainContent .doboku_map li:nth-child(6){
    position: absolute;
    top: 260px;
    left: 75px;
}

.mainContent .doboku_map li:nth-child(6) a{
    display: block;
    background-image: url(/images/tech_info/doboku/btn03.gif);
    width: 198px;
    height: 28px;
}

.mainContent .doboku_map li:nth-child(6) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/doboku/btn03_on.gif);
}





/*  土木 ここまで
----------------------------------------------- */

/*  製品 ここから
----------------------------------------------- */

.mainContent .product_map{
    background-image: url(/images/tech_info/seihin/diagram.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 457px;
    position: relative;
}

.mainContent .product_map li{
    list-style-type: none;
    margin: 0;
}

.mainContent .product_map li:nth-child(1){
    position: absolute;
    top: 50px;
    left: 295px;
}

.mainContent .product_map li:nth-child(1) a{
    display: block;
    background-image: url(/images/tech_info/seihin/btn01.gif);
    width: 359px;
    height: 42px;
}

.mainContent .product_map li:nth-child(1) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/seihin/btn01_on.gif);
}

.mainContent .product_map li:nth-child(2){
    position: absolute;
    top: 100px;
    left: 140px;
}


.mainContent .product_map li:nth-child(2) a{
    display: block;
    background-image: url(/images/tech_info/seihin/btn02.gif);
    width: 94px;
    height: 43px;
}
.mainContent .product_map li:nth-child(2) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/seihin/btn02_on.gif);
}


.mainContent .product_map li:nth-child(3){
    position: absolute;
    top: 100px;
    left: 680px;

}

.mainContent .product_map li:nth-child(3) a{
    display: block;
    background-image: url(/images/tech_info/seihin/btn06.gif);
    width: 210px;
    height: 42px;
}

.mainContent .product_map li:nth-child(3) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/seihin/btn06_on.gif);
}


.mainContent .product_map li:nth-child(4){
    position: absolute;
    top: 365px;
    left: 390px;
}

.mainContent .product_map li:nth-child(4) a{
    display: block;
    background-image: url(/images/tech_info/seihin/btn04.gif);
    width: 163px;
    height: 42px;
}

.mainContent .product_map li:nth-child(4) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/seihin/btn04_on.gif);
}



.mainContent .product_map li:nth-child(5){
    position: absolute;
    top: 260px;
    left: 685px;
}

.mainContent .product_map li:nth-child(5) a{
    display: block;
    background-image: url(/images/tech_info/seihin/btn05.gif);
    width: 186px;
    height: 42px;
}

.mainContent .product_map li:nth-child(5) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/seihin/btn05_on.gif);
}


.mainContent .product_map li:nth-child(6){
    position: absolute;
    top: 260px;
    left: 140px;
}

.mainContent .product_map li:nth-child(6) a{
    display: block;
    background-image: url(/images/tech_info/seihin/btn03.gif);
    width: 94px;
    height: 41px;
}

.mainContent .product_map li:nth-child(6) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/seihin/btn03_on.gif);
}


.mainContent .product_map li:nth-child(7){
    position: absolute;
    top: 130px;
    left: 330px;
}

.mainContent .product_map li:nth-child(7) a{
    display: block;
    background-image: url(/images/tech_info/seihin/diagram_ph.jpg);
    width: 300px;
    height: 185px;
}

.mainContent .product_map li:nth-child(7) a:hover{
    opacity: 1;
    background-image: url(/images/tech_info/seihin/diagram_ph_on.jpg);
}


/*  製品 ここまで
----------------------------------------------- */

/* 舗装工法 ここから
----------------------------------------------- */
.mainContent .hosou_map{
    background-image: url(/images/tech_info/hosou/tree.jpg);
    background-repeat: no-repeat;
    height: 475px;
    position: relative;
}

.mainContent .hosou_map li{
    list-style-type: none;
    margin: 0;
}

.mainContent .hosou_map li a{
    list-style-type: none;
    margin: 0;
}

.mainContent .hosou_map li a img{
    width: auto;
}

.mainContent .hosou_map li.btn01 {
	position:absolute;
	left:388px;
	top:159px;
}
.mainContent .hosou_map li.btn02 {
	position:absolute;
	left:136px;
	top:128px;
}
.mainContent .hosou_map li.btn03 {
	position:absolute;
	left:605px;
	top:188px;
}
.mainContent .hosou_map li.btn04 {
	position:absolute;
	left:331px;
	top:324px;
}
.mainContent .hosou_map li.btn05 {
	position:absolute;
	left:335px;
	top:103px;
}
.mainContent .hosou_map li.btn06 {
	position:absolute;
	left:284px;
	top:185px;
}
.mainContent .hosou_map li.btn07 {
	position:absolute;
	left:433px;
	top:216px;
}
.mainContent .hosou_map li.btn08 {
	position:absolute;
	left:6px;
	top:61px;
}
.mainContent .hosou_map li.btn09 {
	position:absolute;
	left:16px;
	top:123px;
}
.mainContent .hosou_map li.btn10 {
	position:absolute;
	left:6px;
	top:176px;
}
.mainContent .hosou_map li.btn11 {
	position:absolute;
	left:16px;
	top:229px;
}
.mainContent .hosou_map li.btn12 {
	position:absolute;
	left:159px;
	top:53px;
}
.mainContent .hosou_map li.btn13 {
	position:absolute;
	left:175px;
	top:102px;
}
.mainContent .hosou_map li.btn14 {
	position:absolute;
	left:177px;
	top:156px;
}
.mainContent .hosou_map li.btn15 {
	position:absolute;
	left:179px;
	top:218px;
}
.mainContent .hosou_map li.btn16 {
	position:absolute;
	left:517px;
	top:49px;
}
.mainContent .hosou_map li.btn17 {
	position:absolute;
	left:644px;
	top:98px;
}
.mainContent .hosou_map li.btn18 {
	position:absolute;
	left:650px;
	top:178px;
}
.mainContent .hosou_map li.btn19 {
	position:absolute;
	left:654px;
	top:252px;
}
.mainContent .hosou_map li.btn20 {
	position:absolute;
	left:518px;
	top:89px;
}
.mainContent .hosou_map li.btn21 {
	position:absolute;
	left:440px;
	top:138px;
}
.mainContent .hosou_map li.btn22 {
	position:absolute;
	left:474px;
	top:182px;
}
.mainContent .hosou_map li.btn23 {
	position:absolute;
	left:437px;
	top:251px;
}
.mainContent .hosou_map li.btn24 {
	position:absolute;
	left:461px;
	top:323px;
}
.mainContent .hosou_map li.btn25 {
	position:absolute;
	left:457px;
	top:108px;
}
.mainContent .hosou_map li.btn26 {
	position:absolute;
	left:353px;
	top:190px;
}
.mainContent .hosou_map li.btn27 {
	position:absolute;
	left:514px;
	top:222px;
}
.mainContent .hosou_map li.btn28 {
	position:absolute;
	left:111px;
	top:65px;
}
.mainContent .hosou_map li.btn29 {
	position:absolute;
	left:85px;
	top:127px;
}
.mainContent .hosou_map li.btn30 {
	position:absolute;
	left:96px;
	top:180px;
}
.mainContent .hosou_map li.btn31 {
	position:absolute;
	left:90px;
	top:233px;
}
.mainContent .hosou_map li.btn32 {
	position:absolute;
	left:349px;
	top:57px;
}
.mainContent .hosou_map li.btn33 {
	position:absolute;
	left:303px;
	top:106px;
}
.mainContent .hosou_map li.btn34 {
	position:absolute;
	left:254px;
	top:159px;
}
.mainContent .hosou_map li.btn35 {
	position:absolute;
	left:259px;
	top:222px;
}
.mainContent .hosou_map li.btn36 {
	position:absolute;
	left:671px;
	top:53px;
}
.mainContent .hosou_map li.btn37 {
	position:absolute;
	left:773px;
	top:112px;
}
.mainContent .hosou_map li.btn38 {
	position:absolute;
	left:776px;
	top:191px;
}
.mainContent .hosou_map li.btn39 {
	position:absolute;
	left:751px;
	top:256px;
}
.mainContent .hosou_map li.btn40 {
	position:absolute;
	left:575px;
	top:93px;
}
.mainContent .hosou_map li.btn41 {
	position:absolute;
	left:572px;
	top:143px;
}
.mainContent .hosou_map li.btn42 {
	position:absolute;
	left:562px;
	top:186px;
}
.mainContent .hosou_map li.btn43 {
	position:absolute;
	left:570px;
	top:255px;
}
.mainContent .hosou_map li.btn44 {
	position:absolute;
	left:540px;
	top:327px;
}

dl.balloon {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*:first-child+html dl.balloon {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
dl.balloon dt {
	font-size:18px;
	text-shadow:2px 2px 3px #999;
	margin-bottom:5px;
	line-height:1.2;
}
dl.balloon img {
	float:right;
	margin:0px 0px 5px 5px;
}


/*  舗装工法 ここまで
----------------------------------------------- */

/* 土壌・地下水浄化 ここから （ourbuiss.cssにも同様記述あり）
----------------------------------------------- */

.clean_nav ul{
    display: flex;
    justify-content: space-between;
    margin: 0 0 8px 0;
}


.clean_nav ul li{
    width: calc(100% /3);
    margin: 0;
    list-style-type: none;
    text-align: center;

}

.clean_nav ul li a{
    background-color: #009370;
    color: #fff!important;
    width: 100%;
    display: block;
    border-right: 1px solid #fff;
    padding: .5em 0;
}

.clean_nav ul li:last-child a{
    border-right: none;
}

.clean_nav ul li a:hover{
    background-color: #ad2a4b;
    opacity: 1;

}

.clean_btn{
    text-align: right;
}

.clean_btn a{
    color: #fff;
    background-color: #1f509c;
    padding: .5em;
}

.clean_btn a:hover{
    background-color: #ad2a4b;;
    opacity: 1;
}

.clean_enviro{
	text-align: right;
}

.clean_enviro_btn{
	text-align: right;
}

.clean_enviro_btn a{	
	border-radius: 20px;
	padding: 4px 40px 4px 30px;
	color: #009370;
	border: 1px solid #009370;
	background-position: 95% 50%;
	background-color: #fff;
	background-size: 14px auto;
	background-image: url("/images/base/common_parts/ico_yaji_maru_rt_red.svg");
	background-repeat: no-repeat;
	background-position: right 5% center;
}

/* 土壌・地下水浄化 ここまで
----------------------------------------------- */

/* オープンイノベーション ここから
----------------------------------------------- */


.common_container.open-innovation_container .container_left{
    width: 68%;
}

.common_container.open-innovation_container .container_right{
    width: 28%;
}

.common_container.open-innovation_container .container_right figure{
    text-align: center;
}

.common_container.open-innovation_container .container_right figure img{
    width: auto;

}

.open-innovation_contact{
    border: 2px solid #00815b;
    padding-top: 20px;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {


    .common_container.open-innovation_container .container_left{
        width: 100%;
    }

    .common_container.open-innovation_container .container_right{
        width: 100%;
    }

}

/* オープンイノベーション ここまで
----------------------------------------------- */

/* 自動運転分野への取り組み ここから
----------------------------------------------- */
.common_container.self-driving_container .container_left{
    width: 68%;
}

.common_container.self-driving_container .container_right{
    width: 28%;
}

.common_container.self-driving_container .container_right figure{
    text-align: center;
}

.common_container.self-driving_container .container_right figure img{
    width: auto;

}

@media only screen and (max-width: 1199px) and (max-width: 767px) {


    .common_container.self-driving_container .container_left{
        width: 100%;
    }

    .common_container.self-driving_container .container_right{
        width: 100%;
    }

}

/* 自動運転分野への取り組み ここまで
----------------------------------------------- */

/* ニッポニュース ここから
----------------------------------------------- */

/* ニッポニュースTOP */

.nipponews{
    background-image: url(/images/tech_info/news_pdf/title_tech_nipponews.jpg);
}

.nipponews_top_box{
    display: flex;
    justify-content: space-between;
    background-color: #ebf5ec;
    padding: 10px;
}

.nipponews_top_box .container_left{
    width: 79%;
}

.nipponews_top_box .container_left h3{
    color: #1f509c;
    position: static;
    border-bottom: none;
    background: transparent;
}


.nipponews_top_box .container_right{
    width: 29%;
}

.nipponews_top_box .container_right figure {
    text-align: center;
}


.nipponews_top_box .container_right figure img{
    width: auto;
}

@media only screen and (max-width: 767px) {

    .nipponews_top_box{
        flex-direction: column;
    }

    .nipponews_top_box .container_left{
        width: 100%;
    }

    .nipponews_top_box .container_right{
        width: 100%;
}
}

/* pdf_201203.html */

.indigo{
    color: #00478b;
    font-weight: bold;
    font-size: 18px;
}

.mainContent .nipponews_content h3{
    position: static;
    border: none;
    padding: 0;
    background: transparent;
}

.mainContent .nipponews_content h4{
    border: none;
    padding: 0;
    color: #ea5532;
    font-weight: bold;
}

.fl_right{
    float: right;
    width: 140px;
    margin-left: 10px;
}

.common_container.nipponews_container .container_left{
    width: 19%;
}

.common_container.nipponews_container .container_right{
    width: 79%;
}


.common_container.nipponews_container .container_left figure{
    text-align: center;
}


.common_container.nipponews_container .container_left figure img{
    width: auto;
}

.real_img{
    text-align: center;
}

.real_img img{
    width: auto;
}


@media only screen and (max-width: 767px) {

    .common_container.nipponews_container .container_left{
        width: 100%;
    }

    .common_container.nipponews_container .container_right{
        width: 100%;
    }

}




/* ニッポニュース ここまで
----------------------------------------------- */


/* 工事実績写真ライブラリー　kojilibrary.php ここから
----------------------------------------------- */

.seach_title .color_red{
    color: #ad2a4b;
}

.searchTable{
    width: 50%;
}

.searchTable tr td {
    padding: .2em;
}

.searchTable tr th {
    width: 5em;
    font-weight: bold;
}

.searchTable tr td select{
    padding:.3em;
}

.btn_container ul li{
    list-style-type: none;
    margin: 1em 0;
}

.btn_container li input{
    border:1px solid #1f509c;
    background-color: #1f509c;
    border-radius: 20px;
    color: #fff;
    padding: .7em 2em;
    cursor: pointer;
}

.btn_container li input:hover{
    border:1px solid #ad2a4b;
    background-color: #ad2a4b;
}

@media only screen and (max-width: 1199px){

    .searchTable{
        width: 100%;
    }

    .searchTable tr td select{
        width: 100%;
    }

    .btn_container ul li{
        text-align: center;
    }

}

@media only screen and (max-width: 1199px) and (max-width: 767px) {

    .btn_container li input:hover{
        border:1px solid #1f509c;
        background-color: #1f509c;
    }

}

/* add 2020-12-08 */
#koji_search_alert {
	color: #f00;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 2px 0;
}

/* 工事実績写真ライブラリー　kojilibrary.php ここまで
----------------------------------------------- */

/* 工事実績写真ライブラリー　静的部分 ここから
----------------------------------------------- */

.mainContent ul.kojilibrary_static_list{
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mainContent ul.kojilibrary_static_list li{
    width: 49%;
    margin: 0 0 16px 0;
    list-style-type: none;
}

.mainContent ul.kojilibrary_static_list li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
    color: #000;
    padding: 8px;
}

.mainContent ul.kojilibrary_static_list li a:hover{
    background-color: rgba(173,42,75,.1);
    opacity: 1;
}

.mainContent ul.kojilibrary_static_list li a .container_left{
    width: 47%;

}

.mainContent ul.kojilibrary_static_list li a .container_left h4{
    background-color: #009370;
    color: #fff;
    border: none;
    margin: 0 0 8px;
    padding: 4px;
    font-size: 16px;
}

.mainContent ul.kojilibrary_static_list li a .container_left p{
    padding: 0 .5em;
    margin: 0 0 8px;
}

.mainContent ul.kojilibrary_static_list li a .container_right{
    width: 47%;
}

.kojilibrary_static_detail_imagebox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.kojilibrary_static_detail_imagebox img{
    vertical-align: bottom;
}

.kojilibrary_static_detail_imagebox .container_left{
    width: 49%;
}

.kojilibrary_static_detail_imagebox .container_right{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 49%;
    margin: 0;
}

.kojilibrary_static_detail_imagebox .container_right figure{
    width: 49%;
    margin-bottom: 8px;
}

.kojilibrary_static_detail_content{
    margin-bottom: 24px;
}

.kojilibrary_static_detail_content::after{
    content: "";
    display: block;
    clear: both;
}

.kojilibrary_static_detail_content dt{
    float: left;
    width: 200px;
    padding: .5em 0;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.kojilibrary_static_detail_content dd{
    float: left;
    width: calc(100% - 200px);
    padding: .5em 0;
    border-bottom: 1px solid #000;
}

.mainContent p.copy-prohibited{
    color: red;
    padding: 0;
}

.kouji_btnarea{

}

.kouji_btnarea p{
    text-align: center;
}

.kouji_btnarea p a{
    display: inline-block;
    color: #fff!important;
    background-color: #009370!important;
    padding: .5em 1em;
    border-radius: 20px;
}

.kouji_btnarea p a:hover{
    background-color: #ad2a4b;
    opacity: 1;
}





@media only screen and (max-width: 1199px) and (max-width: 767px) {

    .mainContent ul.kojilibrary_static_list{
        flex-direction: column;
    }

    .mainContent ul.kojilibrary_static_list li{
        width: 100%;
    }

    .mainContent ul.kojilibrary_static_list li a:hover{
        background-color:#fff;
    }

    .kojilibrary_static_detail_imagebox{
        flex-direction: column;
    }

    .kojilibrary_static_detail_imagebox .container_left{
        width: 100%;
        margin-bottom: 8px;
    }

    .kojilibrary_static_detail_imagebox .container_right{
        width: 100%;
        margin: 0;
    }

    .kojilibrary_static_detail_content dt{
        float: none;
        text-align: left;
        padding: 0;
        border-bottom: none;
    }

    .kojilibrary_static_detail_content dd{
        float: none;
        width: 100%;
        margin-bottom: 8px;
        padding: 0;
    }

    .kouji_btnarea p a:hover{
        background-color: #1F509C;
    }

}



/* 工事実績写真ライブラリー　静的部分 ここまで
----------------------------------------------- */

/* 検索結果　result.php ここから
----------------------------------------------- */

.benri_btn{
    text-align: right;
    margin-bottom: 8px;
}

.benri_btn a{
    color: #1f509c;
    background-color: #FFF;
    line-height: 1;
    padding: 5px;
    cursor: pointer;
    border:  #1f509c 1px solid;
    box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.4);
}

.benri_btn a:hover{
    color: #ad2a4b;
    border:  #ad2a4b 1px solid;
    opacity: 1;
}

.more_info{
    background-color: #D7DFF1;
}

.more_info .more_info_top{
    color: #FFF;
    background-color: #009370;
    line-height: 1;
    padding: 1em 0 1em .5em;
    cursor: pointer;
    box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
}

.more_info .more_info_top.active{
    background-color: #ad2a4b;
}

.more_info .more_info_top:hover{
    background-color: #ad2a4b;
}

.more_info_content{
    display: none;
    padding: 1em;
}

.more_info ul {
    display: flex;
    margin-left: 0;
    justify-content: center;
}

.more_info ul li {
    list-style-type: none;
    margin: 0 0 0.5rem 0;
}

.more_info ul li:last-child {
    margin: 0 0 0.5rem 1em;
}

.more_info ul li input{
    padding: 5px;
    border: none;
    background-color: #009370;
    color: #fff;
    cursor: pointer;
}

.more_info ul li input:hover{
    background-color: #ad2a4b;
}

.more_info_content table {
    margin-bottom: 16px;
}

.more_info_content table tr th{
    padding: .5em;
}


.more_info_content select{
    padding: .3em;
    min-width: 300px;
}

.pager_area p{
    margin: .5em;
}

.pager_area .pagination{
    margin: 0 0 16px 0 ;
}


.pager_area .pagination li{
    display: inline;
    list-style-type: none;
    margin: 0 0 0 .5em;
	vertical-align: middle;
}

.pager_area .pagination li a{
    display: inline-block;
    background-color: #009370;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.4);
}

.pager_area .pagination li a:hover{
    background-color: #ad2a4b;
    opacity: 1;
}

.pager_area .pagination li a.current{
    background-color: #ad2a4b;
}

.pager_area .pagination li a i{
	line-height: 30px;
}

.tech_search_list ul {
    margin-left: 0;

}

.tech_search_list ul li {
    list-style-type: none;
    margin:0 0 16px 0;
    border-bottom: 1px solid #00815b;
}

.tech_search_list ul li:last-child {
    border-bottom: none;
}


/*
.tech_search_container{
    display: flex;
    justify-content: space-between;
}
*/

.tech_search_container .cotainer_left{
    max-width: 200px;
}

/*.tech_search_list h3{
    font-size: inherit;
    color: #1f509c;
    font-weight: bold;
    padding: 0;
    background:transparent ;
    border-bottom: none;
    margin-bottom: 0;
    font-size: 18px;
}

.tech_search_list h3 .newmark{
    font-size: 14px;
    background-color: #ad2a4b;
    color: #fff;
    padding: .2em .5em;
    border-radius: 30px;
    margin-right: .5em;
}

.tech_search_list h3::before{
    display: none;
}*/

.tech_search_list h4{
   /* font-size: inherit;
    color: #ad2a4b;
    font-weight: normal;
    padding: 0;
    border-bottom: none;
    margin-bottom: 0;*/
}

.container_right{
    margin:0 0 16px .5em;
}

.tech_search_list ul li ul li{
    list-style-type: none;
    border-bottom: none;
}

.tech_search_list ul li ul li img {
    width: 18px;
    vertical-align: middle;
}

.more_detail{
    text-align: right;
}

.more_detail a{
    color: #fff!important;
    background-color: #009370;
    padding: .5em 0;
    width: 6em;
    display: inline-block;
    text-align: center;
}

.more_detail a:hover{
    background-color: #ad2a4b;
    opacity: 1;
}

.result_table{
    width: 100%;
    border: 1px solid #00815b;
}

.result_table tr{
    border-bottom: 1px solid #00815b;

}

.result_table tr th{
    padding: .5em;
    background-color: #00815b;
    color: #fff;
    border-right: 1px solid #fff;
}

.result_table tr th:first-child{
    width: 25%
}

.result_table tr th:nth-child(2){
    width: 20%;
}


.result_table tr th:last-child{
    border-right: none;
}

.result_table tr td{
    padding: .5em;
    border-right: 1px solid #00815b;
}

.result_table tr td{
    padding: .5em;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {

    .benri_btn a:hover{
        color: #1f509c;
        border:  #1f509c 1px solid;
    }

    .more_info_content{
        padding: 1em;
    }

    .more_info .more_info_top:hover{
        background-color: #1f509c;
    }

    .more_info_content table{
        width: 100%;
    }

    .more_info_content table tr th{
        display: block;
        width: 100%;
    }

    .more_info_content table tr td{
        display: block;
        width: 100%;
    }

    .more_info ul li input:hover{
        background-color: #1f509c;
    }

    .more_info_content select{
        min-width: 100%;
        width: 100%;
    }

    .pager_area .pagination{
        display: flex;
        justify-content: center;
    }

    .pager_area .pagination li a:hover{
        background-color: #1f509c;
    }

    .tech_search_container{
        flex-direction: column;
    }
/*
    .tech_search_container .cotainer_left{
        width: 100%;
        max-width: 100%;
    }
    .tech_search_container .cotainer_left figure{
        width: 100%;
        text-align: center;
    }
    .tech_search_container .cotainer_left figure img{
        width: 40%;
    }
*/
    .more_detail{
        text-align: center;
    }

    .more_detail a{
        padding: .5em 0;
        width: 100%;
    }

    .more_detail a:hover{
        background-color: #1f509c;
    }

}

/* add 2020-12-08 再定義 */
.tech_search_list .tech_search_container::after {
	display: block;
	content: '';
	clear: both;
}
.tech_search_list .tech_search_container .container_left {
	float: left;
}
.tech_search_list .tech_search_container .container_left,
.tech_search_list .tech_search_container .container_left figure,
.tech_search_list .tech_search_container .container_left figure img {
	width: 200px;
	text-align: center;
}
.tech_search_list .tech_search_container .container_right {	/* add 2021-01-05 */
	float: right;
	width: calc(100% - 200px - 1rem);
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
	.tech_search_list .tech_search_container .container_left {
		float: none;
	}
	.tech_search_list .tech_search_container .container_left,
	.tech_search_list .tech_search_container .container_left figure,
	.tech_search_list .tech_search_container .container_left figure img {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	.tech_search_list .tech_search_container .container_right {	/* add 2021-01-05 */
		float: none;
		width: 100%;
		margin-left: 0;
	}
}


/* 検索結果　result.php ここまで
----------------------------------------------- */

/* 一覧から探す　list.php ここから
----------------------------------------------- */

.tech_info_menu_wrap{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.tech_info_menu_wrap > * {
    -webkit-transform: translateZ(0px);
}

.tech_info_menu_wrap::-webkit-scrollbar {
    display: none;
    height: 0 ;
}

.mainContent .tech_info_menu{
    margin: 0 0 16px 0;
    width: 984px;
}

.mainContent .tech_info_menu li{
    display: inline;
    margin: 0 0 .5em 0;
}

.tech_info_menu li a{
    padding: 5px 10px;
    background-color: #009370;
    color: #fff!important;
}

.tech_info_menu li a:hover{
    background-color: #ad2a4b;
    opacity: 1;
}


.tech_info_table_wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 24px;
}


.tech_info_table {
    border: 1px solid #00815b;
    min-width: 100%;
}

.tech_info_table_wrap > * {
    -webkit-transform: translateZ(0px);
}

.tech_info_table_wrap ::-webkit-scrollbar {
    display: none;
    height: 0 ;
}


.tech_info_table tr:nth-child(odd){
    background-color: #fff;
}


.tech_info_table tr:nth-child(even){
    background-color: #E7EAE6;
}

.tech_info_table tr th {
    background-color: #00815b;
    color: #fff;
    border-right: 1px solid #fff;
}

.tech_info_table tr th:last-child {
    border-right: none;
}


.tech_info_table tr td {
    border-bottom: 1px solid #00815b;
    border-right: 1px solid #00815b;
    text-align: center;
    padding: .3em;
}

.tech_info_table tr td:first-child,
.tech_info_table tr td:nth-child(2){
    text-align: left;
}

.tech_info_table tr img {
    width: 18px;
    vertical-align: middle;
}


@media only screen and (max-width: 1199px) and (max-width: 767px) {
    .tech_info_table {
        min-width: 720px;
    }

    .mainContent .tech_info_menu{
        margin: 0 0 16px 0;
        width: 580px;
    }
}

/* add 2021-01-08 */
.mainContent .tech_info_list {
	border-top: solid 1px #aaa;
	padding-top: 1rem;
}
.mainContent .tech_info_menu li a {
	display: inline-block;
}
.mainContent #tabsw {
	margin: 0 0 -1px;
	padding: 0;
	list-style: none;
}
.mainContent #tabsw li {
	display: inline-block;
	width: 11rem;
	margin: 0;
	padding: 0;
	list-style: none;
	border: solid 1px #aaa;
	border-bottom: none;
}
.mainContent #tabsw li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0.5rem 0;
	text-align: center;
	text-decoration: none;
	background-color: #ddd;

}
.mainContent ul#tabsw li a.curr {
	background-color: #fff;
}
@media only screen and (min-width: 350px) and (max-width: 500px) {
	.mainContent #tabsw li {
		width: 9rem;
	}
}
@media only screen and (max-width: 349px) {
	.mainContent #tabsw li {
		width: 7.5rem;
	}
}

/* 一覧から探す　list.php ここまで
----------------------------------------------- */


/* 工事実績ライブラリー　kojilibrary_search.php ここから
----------------------------------------------- */

.kojilibrary_searchlist ul{
    margin-left: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.kojilibrary_searchlist ul li{
    display: inline-block;
    margin: 0;
    list-style: none;
    width:calc(100% / 4 - 8px) ;
    margin-bottom: 16px;
}

.kojilibrary_searchlist ul li a{
    display: block;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
    color: #000;
    padding: 8px;
}

.kojilibrary_searchlist ul li a:hover{
    background-color: rgba(173,42,75, .1);
    opacity: 1;
}

.research_wrap form{
    text-align: center;
}

.research_wrap form input{
    border: none;
    background-color: #1f509c;
    color: #fff;
    cursor: pointer;
    padding:1em 2em;
}

.research_wrap form input:hover{
    background-color: #ad2a4b;
    opacity: 1;
}

@media only screen and (max-width: 1199px)  {

    .kojilibrary_searchlist ul li{
        width:calc(100% / 3 - 8px) ;
    }
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {

    .kojilibrary_searchlist ul li{
        width:calc(100% / 2 - 8px) ;
    }

}

.librarys_search_content{
    margin-bottom: 24px;
}

.librarys_search_content dt{
    float: left;
    width: 200px;
    padding: .5em 0;
    text-align: center;
    font-weight: bold;
}

.librarys_search_content dd{
    float: left;
    width: calc(100% - 200px);
    padding: .5em 0;
    border-bottom: 1px solid #000;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {

    .librarys_search_content dt{
        float: none;
        text-align: left;
        padding: 0;
    }

    .librarys_search_content dd{
        float: none;
        width: 100%;
        margin-bottom: 8px;
        padding: 0;
    }
}

/* 工事実績ライブラリー　kojilibrary_search.php ここまで
----------------------------------------------- */


/*  技術情報個々のページ general配下 ここから
----------------------------------------------- */

.general_content .general_content_title{
    border: #555 1px solid;
    padding: 8px 4px;
    margin-bottom: 5px;
    background: rgb(240,240,240);
    background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(227,227,227,1) 50%, rgba(240,240,240,1) 100%);
}

.general_content .general_content_title h2{
    margin: 0;
    padding: 8px 0 8px 8px;
    float: left;
    /* text-shadow: 2px 2px 3px #999; */
    font-weight: normal;
	color: #000000;
	background-color: transparent;
}
.general_content .general_content_title .general_content_title_container {
    border-bottom: #555 1px solid;
    margin-bottom: 5px;
}

.general_content .general_content_title .general_content_icon{
    float:right;
}

.general_content .general_content_title .general_content_icon img{
    width: 18px;
    vertical-align: bottom;
}

.general_content_title .technical_number{
    text-align: right;
    margin-bottom: 0;
}

.category{
    text-align: right;
}

.catchcopy{
    color: #ad2a4b;
    font-size: 24px;
    margin-bottom: 10px;
    /* text-shadow: 2px 2px 3px #999; */
}


.general_button_wrap{
    text-align: center;
}

.general_button_wrap .general_button{
    border: none;
    background-color: #009370;
    color: #fff;
    cursor: pointer;
    padding:1em 2em;
    margin-bottom: 16px;
}

.general_button_wrap .general_button:hover{
    background-color: #ad2a4b;
    opacity: 1;
}

.common_container.tech_info_container .container_left{
    width: 68%;
}

.common_container.tech_info_container .container_right{
    width: 28%;
}


@media only screen and (max-width: 1199px) and (max-width: 767px) {

    .category{
        text-align: left;
    }

    .general_content .general_content_title h2{
        float: none;
    }

    .general_content .general_content_title .general_content_icon{
        float:none;
        margin-bottom: 8px;
    }

    .common_container.tech_info_container .container_left{
        width: 100%;
    }

    .common_container.tech_info_container .container_right{
        width: 100%;
    }

}

/* add 2020-12-08 */
.icon_feature {			/* 機能アイコン */
	width: 18px;
	height: 18px;
}
#sample_header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 4px;
	opacity: 0.7;
	background-color: #fc0;
	text-align: center;
}

/* add 2021-02-08 */
.mainContent .general_inner_btn{
    padding: 0;
    margin:16px 0 30px;
}

.mainContent .general_inner_btn a{
    color: #fff;
    background-color: #1f509c;
    padding: .5em 1em;
}

.mainContent .general_inner_btn a:hover{
    background-color: #ad2a4b;
    opacity: 1;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {
    .mainContent .general_inner_btn a:hover{
        background-color: #1f509c;
    }
}


/*  技術情報個々のページ general配下 ここまで
----------------------------------------------- */

/*  タイプⅡ　環境ラベル ここから
----------------------------------------------- */

.ecolavel_lavel{
    width: 90%;
	margin: 0 auto;
	border: 3px solid #000000;
	border-radius: 30px;
	padding: 10px;
}

.ecolavel_lavel_left{
	float: left;
	width: 20%;
}

.ecolavel_lavel_right{
	float: right;
	width: 80%;
}

.ecolavel_lavel_clear{
	clear: both;
}

.ecolavel_lavel_right_title{
	margin-top: 30px;
	line-height: 0px;
}

.ecolavel_lavel_right_text{
	font-size: 1.2em;
	font-weight: 700;
	padding-left: 300px;
}

.ecolavel_lavel_right_comment{
	font-size: 0.8em;
}

/*  タイプⅡ　環境ラベル ここまで
----------------------------------------------- */
