/*layout*/
/*------------------------------------------------------------------------------*/
@layer legacy {
[data-static-html] #wrapper {
    width: 100%;
    overflow: hidden;
}

[data-static-html] .inner {
    width: 1200px;
    margin: 0 auto;
}

[data-static-html] .sp {
    display: none;
}

[data-static-html] .tb {
    display: none;
}

[data-static-html] .tb_sp {
    display: none;
}

[data-static-html] .f12 {
    font-size: 12px;
}

[data-static-html] .f14 {
    font-size: 14px;
}

[data-static-html] .f16 {
    font-size: 16px;
}

[data-static-html] .f18 {
    font-size: 18px;
}

[data-static-html] .f20 {
    font-size: 20px;
}

[data-static-html] .bold {
    font-weight: bold;
}

[data-static-html] .in_bl {
    display: inline-block;
}

[data-static-html] .v_m {
    vertical-align: middle;
    display: table-cell;
}

[data-static-html] .bl-hover {
    cursor: pointer;
}

[data-static-html] .bl-hover img {
    opacity: 0.8;
}

[data-static-html] .font01 {
    font-family: 'Roboto', sans-serif;
}

[data-static-html] .font02 {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}

/*header*/
/*------------------------------------------------------------------------------*/
[data-static-html] header {
    width: 100%;
    background: #FFF;
    z-index: 100;
    height: 150px;
    position: relative;
}

[data-static-html] header #header_in {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 90px;
}

[data-static-html] header #header_in.new_header_in {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

[data-static-html] .header_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

@media only screen and (min-width: 1200px) {
    [data-static-html] .h_lang {
        margin-right: 12px;
    }
}

[data-static-html] .h_lang a {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 4px 8px;
    transition: all .3s;
}

[data-static-html] .h_lang a:hover {
    color: #fff;
    background-color: #006CE3;
}

[data-static-html] .h_lang a.active {
    color: #fff;
    background-color: #006CE3;
    pointer-events: none;
}

@media only screen and (min-width: 1200px) {
[data-static-html] header #header_in.new_header_in #logo,
[data-static-html] header #header_in.new_header_in #h_catalog,
[data-static-html] header #header_in.new_header_in #h_exhibition,
[data-static-html] header #header_in.new_header_in #h_search,
[data-static-html] header #header_in.new_header_in #h_contact  {
    position: relative;
    top: auto;
    right: auto;
}
}

[data-static-html] header #logo {
    position: absolute;
    top: 24px;
    left: 0;
}

[data-static-html] header #logo img{
    max-width: 350px;
}

[data-static-html] header.__newheader #logo img {
    max-width: 220px !important;
}

@media only screen and (max-width: 1199px) {
    [data-static-html] .h_lang.tb_sp {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
		padding: 0 0 20px;
		border-bottom: 1px solid #ccc;
    }

    [data-static-html] .h_lang a {
        font-size: 14px;
        padding: 12px 16px;
    }
}

@media only screen and (max-width: 690px) {
    [data-static-html] header #logo.new img {
        max-width: 100%;
    }

    [data-static-html] .h_lang a {
        width: 50%;
        text-align: center;
    }
}

[data-static-html] header #h_contact {
    position: absolute;
    top: 14px;
    right: 60px;
}

[data-static-html] header #h_contact a {
    width: 180px;
    height: 60px;
    display: block;
    padding: 18px 0 0 50px;
    color: #fff;
    background: #006CE3 url("/files/user/contents/service/solutions/common/icon01.png") no-repeat 18px center;
}

[data-static-html] header #h_search {
    position: absolute;
    top: 14px;
    right: 0;
    text-align: center;
}

[data-static-html] header #h_search p {
    background: #003360 url("/files/user/contents/service/solutions/common/icon02.png") no-repeat center;
    width: 60px;
    height: 60px;
    display: block;
    text-indent: -99999px;
    cursor: pointer;
}

[data-static-html] header #h_search p.active {
    background: #003360 url("/files/user/contents/service/solutions/common/close01.png") no-repeat center;
    width: 60px;
    height: 60px;
    display: block;
    text-indent: -99999px;
    cursor: pointer;
}

[data-static-html] header #h_search p:hover,
[data-static-html] header #h_contact a:hover {
    opacity: 0.9;
}

[data-static-html] header #h_search_in {
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding: 30px 0;
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 10;
}

[data-static-html] header #h_search_in.active {
    max-height: 100%;
    opacity: 1;
    visibility: visible;
}

[data-static-html] header #h_search_in form {
    height: 44px;
    border: 1px solid #333;
    max-width: 540px;
    margin: 0 auto;
}

[data-static-html] header #h_search_in .search_textbox {
    width: -webkit-calc(100% - 44px);
    width: calc(100% - 44px);
    color: #999;
    padding: 0 10px;
    height: 44px;
    float: left;
}

[data-static-html] header #h_search_in input.search_subit {
    background: #003360 url("/files/user/contents/service/solutions/common/icon02.png") no-repeat center;
    width: 44px;
    height: 44px;
    padding: 0;
    cursor: pointer;
    text-align: center;
}

[data-static-html] input.search_subit:hover {
    opacity: 0.7;
}


/****************************************************************/
/* header固定 */
/****************************************************************/
@media only screen and (min-width:1200px) {
    [data-static-html] #header_sub.fixed {
        top: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    }

    [data-static-html] #header_sub.fixed #header {
        height: 60px;
        position: static;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #ddd;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        transition: 0.5s;
    }

    [data-static-html] #header_sub.fixed #logo {
        top: 10px;
    }

    [data-static-html] #header_sub.fixed #logo img {
        width: auto;
        height: 40px;
    }

    [data-static-html] #header_sub.fixed #header_in {
        width: 94%;
        max-width: none;
        position: relative;
        height: 60px;
    }

    [data-static-html] #header_sub.fixed #h_search_in.active {
        top: 60px;
        height: 100px;
        display: table;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        border-top: 0;
    }

    [data-static-html] #header_sub.fixed #globalnav {
        position: absolute;
        right: 300px;
        top: 10px;
        width: auto;
        height: 40px;
        padding: 0 20px;
        background: #FFF;
    }

    [data-static-html] #header_sub.fixed #globalnav_in {
        width: auto;
    }

    [data-static-html] #header_sub.fixed #globalnav li {
        margin-right: 20px;
    }

    [data-static-html] #header_sub.fixed #globalnav li:last-child {
        margin-right: 0px;
    }

    [data-static-html] #header_sub.fixed #globalnav li a {
        height: 40px;
        padding-top: 10px;
        font-size: 13px;
        color: #333;
    }

    [data-static-html] #header_sub.fixed #h_contact {
        top: 10px;
    }

    [data-static-html] #header_sub.fixed #h_exhibition {
        top: 10px;
    }

    [data-static-html] #header_sub.fixed #h_search {
        top: 10px;
    }

    [data-static-html] #header_sub.fixed #h_contact a {
        height: 40px;
        padding-top: 8px;
    }

    [data-static-html] #header_sub.fixed #h_search p {
        height: 40px;
    }

    [data-static-html] #header_sub.fixed #globalnav li a:hover,
    [data-static-html] #header_sub.fixed #globalnav li.main_current > a {
        border-bottom: 2px solid #006CE3;
    }
}

/*@media only screen and (max-width:1119px) {
	#header_sub{display:none;}
}*/

/*globalnav*/
/*------------------------------------------------------------------------------*/
[data-static-html] #globalnav {
    width: 100%;
    height: 60px;
    background-color: #0d73e4;
}

[data-static-html] #globalnav_in {
    width: 1200px;
    margin: 0 auto;
}

[data-static-html] #gnav_btn {
    display: none;
}

[data-static-html] #globalnav ul {
    position: relative;
}

[data-static-html] #globalnav li {
    float: left;
    font-size: 15px;
    margin-right: 94px;
}

[data-static-html] #globalnav li:last-child {
    margin-right: 0;
}

[data-static-html] #globalnav li a {
    color: #fff;
    height: 60px;
    padding-top: 20px;
    display: block;
}

[data-static-html] #globalnav li a:hover,
[data-static-html] #globalnav li.main_current > a {
    border-bottom: 4px solid #fff;
}

/*MEGAMENU*/
/*------------------------------------------------------------------------------*/
[data-static-html] #globalnav li .mmArea {
    display: flex;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: -1;
    width: 100%;
    padding: 50px;
    background-color: #FFF;
    box-shadow: 0 10px 30px -5px #666;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

[data-static-html] #globalnav li.mmlist:hover .mmArea {
    opacity: 1;
    visibility: visible;
    z-index: 30;
}

[data-static-html] #globalnav li .mmArea ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 300px);
}

[data-static-html] #globalnav li .mmArea ul li {
    position: relative;
    float: none;
    margin-right: 2%;
    width: 31.33%;
    overflow: hidden;
}

[data-static-html] #globalnav li .mmArea ul li:nth-child(-n+3) {
    margin-bottom: 15px;
}

[data-static-html] #globalnav li .mmArea ul li::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: RGBA(0, 0, 0, 0.3);
    z-index: 0;
}

[data-static-html] #globalnav li .mmArea ul li:nth-child(3) {
    margin-right: 0;
}

[data-static-html] #globalnav li .mmArea ul li a {
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

[data-static-html] #globalnav li .mmArea ul li a:hover {
    border: none;
}

[data-static-html] #globalnav li .mmArea ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 460px;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: -webkit-filter 1.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-filter 1.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: filter 1.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: filter 1.15s cubic-bezier(0.165, 0.84, 0.44, 1),
        -webkit-filter 1.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-static-html] #globalnav li .mmArea ul li:hover img {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

@media only screen and (max-width:1199px) {
    [data-static-html] #globalnav li .mmArea {
        display: none;
    }
}

/*MEGAMENU*/
/*---------------------------------------------------*/
[data-static-html] #header_sub.fixed #globalnav li .mmArea {
    position: fixed;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
}

[data-static-html] #header_sub.fixed #globalnav li .mmArea ul li {
    margin-right: 2%;
}

[data-static-html] #header_sub.fixed #globalnav li .mmArea ul li a {
    font-size: 16px !important;
    height: 100%;
    color: #FFF !important;
}





/*sidebar*/
/*---------------------------------------------------*/
[data-static-html] #globalnav li .mmArea #side_search {
    width: 300px;
}

[data-static-html] #globalnav li .mmArea #side_search {
    display: flex;
    flex-direction: column;
}

[data-static-html] #globalnav li .mmArea #side_search_title {
    font-size: 14px;
    color: #000000;
    text-align: center;
    background-color: #E9E9E9;
    padding: 8.5px 0px;
    margin-bottom: 10px;
}

[data-static-html] #globalnav li .mmArea #side_search_category_list,
[data-static-html] #globalnav li .mmArea #side_search_category_list_child {
    width: 100%;
    height: 43px;
    text-indent: 10px;
    border: solid 1px #CCCCCC;
    box-sizing: border-box;
    margin-bottom: 10px;
}

[data-static-html] #globalnav li .mmArea .db_sidebar_keyword_box {
    margin-bottom: 10px;
}

[data-static-html] #globalnav li .mmArea .db_sidebar_keyword_box input {
    width: 100%;
    background-color: #F2F2F2;
    color: #999999;
    text-indent: 13px;
    padding: 14px 0px;
}

[data-static-html] #globalnav li .mmArea .db_sidebar_submit_btn {
    text-align: center;
}

[data-static-html] #globalnav li .mmArea .db_sidebar_submit_btn input[type="submit"] {
    width: 100%;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    background-color: #083863;
    border: medium none;
    border: solid 1px #083863;
    -webkit-appearance: none;
    border-radius: 3px;
    padding: 10px 0px;
    cursor: pointer;
    transition: 0.7s;
}

[data-static-html] #globalnav li .mmArea .db_sidebar_submit_btn input[type="submit"]:hover {
    color: #083863;
    background-color: #FFFFFF;
}

[data-static-html] #globalnav li .mmArea .db_sidebar_title {
    text-align: center;
    border-bottom: solid 1px #CCCCCC;
    padding-bottom: 15px;
}

[data-static-html] #globalnav li .mmArea .db_sidebar_select_box {
    width: 100%;
    height: 43px;
    text-indent: 10px;
    border: none;
    border-bottom: solid 1px #CCCCCC;
    margin-bottom: 10px;
}

[data-static-html] .gnavilinkbtn a {
    width: 100%;
    height: auto !important;
    display: block !important;
    font-size: 15px;
    line-height: 1.2;
    color: #333 !important;
    text-align: center;
}

[data-static-html] .gnavilinkbtn a::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    text-decoration: none;
    border: none;
    background: url("/files/user/contents/service/solutions/common/point02.png") no-repeat right center;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

[data-static-html] .gnavilinkbtn a:hover {
    border-bottom: none !important;
    height: auto;
}




/*footer*/
/*------------------------------------------------------------------------------*/
[data-static-html] footer:after,
[data-static-html] footer .footer_in:after,
[data-static-html] #footer_bottom:after {
    content: " ";
    display: block;
    clear: both;
}

[data-static-html] footer {
    color: #fff;
    background-color: #333;
    padding-top: 40px;
}

[data-static-html] footer a {
    color: #fff;
    display: block;
}

[data-static-html] footer a:hover {
    color: #fff;
    text-decoration: underline;
}

[data-static-html] .footer_in {
    width: 1200px;
    margin: 0 auto;
}
[data-static-html] .footer_in.__new {
    display: flex;
}
[data-static-html] .footer_in.__new p+p{
   margin-left: 25px;
}
[data-static-html] footer .unit01 {
    float: left;
    width: 22.5%;
    margin-right: 2.5%;
}

[data-static-html] footer .unit01:nth-child(5) {
    margin-right: 0;
}

[data-static-html] footer .unit02 {
    float: right;
    width: 25%;
    margin-left: 2.5%;
}

[data-static-html] footer .unit01 dl {
    margin-bottom: 30px;
}

[data-static-html] footer .unit01 dt,
[data-static-html] .f_menu01 li {
    font-weight: bold;
    margin-bottom: 14px;
}

[data-static-html] footer .unit01 dl li {
    font-size: 12px;
    margin: 0 0 8px 18px;
    line-height: 1.2;
}

[data-static-html] .common_name .logo {
    margin-bottom: 10px;
}

[data-static-html] .common_name .tit {
    font-size: 16px;
}

[data-static-html] .common_name .txt {
    font-size: 10px;
}

[data-static-html] #footer_bottom {
    padding: 10px 0;
    background-color: #1e1e1e;
    margin-top: 40px;
    font-size: 13px;
}

[data-static-html] footer #f_logo img {
    max-width: 294px;
    padding: 5px 10px;
    background-color: #fff;
}

[data-static-html] #footer_bottom ul {
    float: left;
}

[data-static-html] #footer_bottom li {
    display: inline;
    float: left;
}

[data-static-html] #footer_bottom li:first-child {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #fff;
}

[data-static-html] #footer_bottom ul li a[target="_blank"]{
    display: inline-block;
    padding-right: 20px;
    background: url("/files/user/contents/service/solutions/common/icon_target.png") no-repeat right center;
}

[data-static-html] #footer_bottom #copyright {
    float: right;
}




/*blog*/
/*------------------------------------------------------------------------------*/

[data-static-html] #blog_locator_wrapper {
    width: 95%;
    max-width: 1200px;
    margin: 10px auto 20px;
}

[data-static-html] #locator {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 30px;
}

/*bottom_contact*/
/*---------------------------------------------------*/
[data-static-html] .bottom_contact:after {
    content: " ";
    display: block;
    clear: both;
}

[data-static-html] .bottom_contact {
    border: 5px solid #E9E9E9;
    padding: 20px;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

[data-static-html] .bottom_contact dt {
    width: 230px;
    font-size: 20px;
    font-weight: bold;
    padding: 18px 0 15px;
    float: left;
    background-color: #E9E9E9;
}

[data-static-html] .bottom_contact dt .icon {
    background: url("/files/user/contents/service/solutions/common/icon04.png") no-repeat center top;
    padding-top: 60px;
    display: inline-block;
}

[data-static-html] .bottom_contact dd {
    float: right;
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    padding-top: 10px;
}

[data-static-html] .bottom_contact a {
    color: #fff;
    background-color: #083863;
    font-size: 15px;
    max-width: 333px;
    height: 50px;
    line-height: 50px;
    margin: 15px auto 0;
    display: block;
}

/*locator*/
[data-static-html] #locator ol {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
}

[data-static-html] #locator li {
    list-style-type: none;
    margin: 0 8px 0 16px;
    font-size: 12px;
    position: relative;
}

[data-static-html] #locator li:first-child {
    margin-left: 0;
}

[data-static-html] #locator li a {
    color: #073863;
}

[data-static-html] #locator li+li::before,
[data-static-html] #locator li:last-child::before {
    content: '';
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #333;
    position: absolute;
    top: calc(50% - 3px);
    left: -16px;
    width: 6px;
    height: 6px;
    margin: auto;
    vertical-align: middle;
    transform: rotate(45deg);
}

[data-static-html] .logo img {
    max-width: 100%;
    height: auto;
}





/****************************************************************/

/* CONTACT from_top */
/****************************************************************/
[data-static-html] .ftCV ul:after {
    content:" ";
    display:block;
    clear:both;
}
[data-static-html] .ftCV {
  background: url("/files/user/contents/service/solutions/common/top_contact_bg.jpg") no-repeat center;
  background-size: cover;
  height: 330px;
  text-align: center;
  padding-top: 50px;
}
[data-static-html] .ftCV dl {
  max-width: 840px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 50px 10px;
}
[data-static-html] .ftCV dt {
  background: url("/files/user/contents/service/solutions/common/icon03.jpg") no-repeat top center;
  padding-top: 75px;
  font-size: 18px;
  margin-bottom: 20px;
}
[data-static-html] .ftCV li {
  float: left;
  margin: 0 6px 10px 0;
  width: 242px;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
}
[data-static-html] .ftCV li:last-child {
  margin-right: 0;
}
[data-static-html] .ftCV a {
  display: flex;;
  height: 50px;
  width: 100%;
  color: #fff;
  padding: 5px;
  justify-content: center;
  align-items: center;
  border:1px solid #0168D9;
  transition: 0.3s;
}

[data-static-html] .ftCV li:nth-child(1) a {
  background-color: #083863;
}

[data-static-html] .ftCV li:hover:nth-child(1) a {
  background-color: #fff;
}

[data-static-html] .ftCV li:nth-child(2) a {
  background-color: #0168D9;
  padding-left: 20px;
  padding-right: 20px;
}

[data-static-html] .ftCV li:hover:nth-child(2) a {
  	color: #0168D9;
    background-color: #fff!important;
}

[data-static-html] .ftCV li:nth-child(3) a {
  background-color: #333333;
}

[data-static-html] .ftCV li:hover:nth-child(3) a {
  background-color: #fff;
}

@media only screen and (max-width: 1199px) and (min-width: 641px){
[data-static-html] .ftCV li {
    width: -webkit-calc((100% - 12px) / 3);
    width: calc((100% - 12px) / 3);
}
}

@media only screen and (max-width:640px) {
[data-static-html] .ftCV {
  background: none;
  height: auto;
  padding-top: 0;
}
[data-static-html] .ftCV dl {
  max-width: initial;
  max-width: auto;
  width: 94%;
  padding: 20px 0 10px;
}
[data-static-html] .ftCV dt {
  line-height: 1.2;
  margin-bottom: 20px;
}
[data-static-html] .ftCV li {
  float: none;
  margin: 0 0 10px;
  width: 100%;
}

}

/****************************************************************/

/* CONTACT from_top NEW */
/****************************************************************/
[data-static-html] .ftCV.new {
	position: relative;
	height: auto;
	padding: 0;
	background: url("/files/user/contents/service/solutions/common/top_contact_bg_2.jpg") no-repeat center;
	background-size: cover;
}

[data-static-html] .ftCV.new .ftCV_in {
	padding: 100px 0;
	background-color: rgba(0, 0, 0, .3);
}

[data-static-html] .ftCV.new dl {
	padding-top: 60px;
	background-color: rgba(255, 255, 255, .85);
}

[data-static-html] .ftCV dt {
    background: url("/files/user/contents/service/solutions/common/icon03.png") no-repeat top center !important;
}

@media only screen and (max-width:640px) {
[data-static-html] .ftCV.new .ftCV_in {
	padding: 50px 0;
}

[data-static-html] .ftCV.new dl {
	padding: 40px 10px 10px;
}
}

[data-static-html] .flex-control-nav {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}



[data-static-html] .rss_title a{
  display: flex;
  /* align-items: flex-start; */
  align-items: center;
}

[data-static-html] .rss_title span {
    background-color: #EAF4FF;
    display: inline-block;
    color: #144381;
    min-width: 140px;
    text-align: center;
    border-radius: 3px;
    margin-right: 30px;
    padding: 10px 5px;
		line-height: 1;
    height: 35px;
}
[data-static-html] .rss_title span.info{
    background-color:#39ADBF !important;
		color: #fff !important;
}
[data-static-html] .rss_title span.press{
    background-color:#94BCF0 !important;
		color: #fff !important;
}
[data-static-html] .rss_title span.event{
    background-color:#C74C81 !important;
		color: #fff !important;
}
}
