@charset "utf-8";
/* CSS Document */

#HeaderSet {
    height: 25px;
}

#SiteIdentity .Title img {
    padding-top: 10px;
}

#zh {
    font-family: 'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

body {
    background-color: #fff;
}

a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.GridSet{
    position: relative;
}

.clear {
	clear: both
}
.mt10 {
    margin-top: 10px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mb0 {
    margin-bottom: 0px!important;
}
.mb10 {
    margin-bottom: 10px!important;
}
.mb30 {
    margin-bottom: 30px!important;
}
.mb50 {
   margin-bottom: 50px!important; 
}
.pt5 {
    padding-top: 5px!important;
}

.pc{
  display: block;
}

.sp{
  display: none;
}

/*max-width: 767px*/
@media screen and (max-width: 767px) {
    .JS body {
        background-color: #fff;
    }
    
    .JS #Contents  {
		padding-right: 0;
		padding-left: 0;
	}
    
    .Section {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    
}


/*================================================
 *  ヘッダー hblogo
 ================================================*/

.hbLogo img {
    vertical-align: middle;
    margin-top: -4px;
    }


/*================================================
 *  totop
 ================================================*/

.totop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}

.totop img {
    background: #000eb1;
}


/*================================================
 *  contact_us
 ================================================*/

.contact_us {
    position: relative;
    margin: 30px 0 0;
    padding: 30px 0 40px;
    background-image: url("/image/contact.jpg");
    background-repeat: no-repeat;
    height: 100%;
    background-position: center center;
}

.contact_us h2 {
    background: none;
    text-align: center;
    color: #ffffff;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0;
    padding: 0;
}

.contact_us h2 span {
    display: block;
    background: none;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 1.6rem;
    letter-spacing: 0;
}

.contact_us h2 span:after {
    content: "";
    display: block;
    margin: 5px auto 0;
    width: 140px;
    height: 2px;
    background: #ffffff;
}

.contact_us p {
    color: #fff;
    text-align: center;
    margin: 30px 10px;
    font-size: 0.8rem;
}

/*.tel_mail {
    width: 965px;
    margin: 10px auto 0;
    text-align: center;
    font-size: 2rem;
    overflow: hidden;
}

.tel_mail li {
    margin: 0 20px;
    padding-left: 45px;
	line-height: 1.6em;
    display: inline;
}

 .tel_mail li a {
    color: #ffffff;
    margin-left: 5px
}

.tel {
	background: url(/image/tel.png) left 0px top 3px no-repeat;
}

.mail {
    background: url(/image/mail.png) left 0px top 3px no-repeat;
}
*/

.contact_us .inner {
    max-width: 965px;
    margin: 10px auto;
}

.contact_us .contact_cv {
    display: flex;
    justify-content: space-around;
    margin: 36px 0 0 0;
    padding: 0 40px;
}

.contact_us .contact_cv .btn {
    height: 62px;
    width: 340px;
    line-height: 62px;
    margin: 0;
    background: #D54357;
    text-align: center;
    text-decoration: none;
}

.contact_us .contact_cv .btn:hover{
	opacity: 0.6;
	transition-duration: 0.3s;
}

.contact_us .contact_cv .btn span {
    font-size: 110%;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
    color: #fff;
}

.contact_us .contact_cv a.btn span:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(
        45deg
    );
}

.contact_us .contact_cv p {
    margin-top: 10px;
}

.contact_us .contact_cv .tel .number {
    font-size: 36px;
    padding: 0 0 0 42px;
    position: relative;
    line-height: 1.4;
    color: #fff;
    pointer-events: none;
}

.tel {
	background: url(/image/tel.png) left 0px top 3px no-repeat;
}



/*max-width: 965px*/
@media only screen and (max-width: 965px){
    .contact_us h2 span {
    padding: 0 5%;
    background-size: cover;
    }
    .contact_us h2 span {
        font-size: 1.4rem;
    }
    
    .contact_us p {
        margin: 30px 20px;
    }
    
    /*.tel_mail {
        width: 360px;
        font-size: 1.8rem;
    }
    
    .tel_mail li {
        text-align: left;
        display: block;
        margin: 0 10px;
    }
    
    .tel {
        background: url(/image/tel.png) left 5px top 3px no-repeat;
    }
    
    .mail {
        background: url(/image/mail.png) left 5px top 3px no-repeat;
    }*/
    .contact_us .inner {
        width: 80%;
		margin: 0 auto;
	}
    
    .contact_us .contact_cv {
        max-width: 360px;
		display: block;
		padding: 0;
        justify-content: space-between;
        margin: 0 auto;
	}

	.contact_us .contact_cv .tel .number {
		text-align: center;
		font-size: 2.2rem;
		padding: 0 0 0 9%;
		pointer-events: auto;
        font-size: 1.8rem;
	}

	.contact_us .contact_cv .tel .number::before {
		width: 9%;
		height: 80%;

		}
    
    .contact_us .contact_cv .tel {
        background-size: 35px;
    }

	.contact_us .contact_cv .btn {
        display: block;
		margin: 0 0 20px 0;
		width: 100%;
        text-align: center;        
	}

} 


/*================================================
 *  cate_top
 ================================================*/

.wms_top {
    background: url(/image/wms.jpg) no-repeat;
}

.case_top {
    background: url(/image/case.jpg) no-repeat;
}

.merit_top {
    background: url(/image/merit.jpg) no-repeat;
}

.company_top {
    background: url(/image/about.jpg) no-repeat;
}

.csr_top {
    background: url(/image/csr.jpg) no-repeat;
}

.recruit_top {
    background: url(/image/career.jpg) no-repeat;
}

.contact_top {
    background: url(/image/contact_02.jpg) no-repeat;
}

.wms_top,
.case_top,
.merit_top,
.company_top,
.csr_top,
.recruit_top,
.contact_top{
    clear: both;
    position: relative;
    margin: 10px auto;
    padding: 10px 20px;
    background-repeat: no-repeat;
    height: auto;
    min-height: 120px;
    background-position: center center;
    overflow: hidden;
}

.cate_top h2 {
    background: none;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
	text-align: center;
	color:#fff;
    /*text-shadow: 0px 0px 20px #808080;*/
	border-left: none;
    font-weight:normal;
    margin: 0;
	}

.cate_top h2 span {
    display: block;
    background: none;
    color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 1.4rem;
    font-weight:bold;
    padding: 0;
	}

.cate_top h2 span:after {
    content: "";
    display: block;
    margin: 5px auto 0;
    width: 140px;
    height: 2px;
    background: #ffffff;
}

/*max-width: 767px*/
@media only screen and (max-width: 767px) {
    .cate_top h2  {
        width: 80%;
        margin: 0;
    }
    
    .cate_top h2 span  {
        font-size: 1.2rem;
    }
    .wms_top,
    .case_top,
    .merit_top,
    .company_top,
    .csr_top,
    .recruit_top,
    .contact_top{
        min-height: 80px;
        background-size:cover;
    }
}


/*================================================
 *  tab_btn　　tab_btn_b
 ================================================*/

.tab_btn,
.tab_btn_b {
    position: relative;
    width: 965px;
    height: 60px;
    margin: 50px auto 10px;
}

.tab_btn > li,
.tab_btn_b > li {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background: #000;
    cursor: pointer;
    color: #fff;
    border-right: 1px solid #333;
}

.tab_btn > li{
    width: 320px;
}

.tab_btn_b > li {
    width: 190px;
}

.tab_btn >li:nth-child(1),
.tab_btn_b >li:nth-child(1) {
    border-right: none;
}

.tab_btn > li a,
.tab_btn_b > li a{
    display: block;
    line-height: 60px;
    color: #fff;
}

.tab_btn > li.current,
.tab_btn > li a:hover,
.tab_btn_b > li.current,
.tab_btn_b > li a:hover{
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 60px;
    background-color: #D54357;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #D54357;
}

.tab_btn > li.current,
.tab_btn > li a:hover {
    width: 320px;
}

.tab_btn_b > li.current,
.tab_btn_b > li a:hover {
    width: 190px;
}

.tab_btn > li.current:after,
.tab_btn > li a:hover:after,
.tab_btn_b > li.current:after,
.tab_btn_b > li a:hover:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 8px;
    bottom: -8px;
    left: 50%;
    margin: 0 0 0 -8px;
    background: url(/image/jp/r1/tab_btn_current.png) no-repeat;
}

.tab_btn > li.current:after,
.tab_btn >li:nth-child(1) a:hover:after{
    left: 160px;
}

.tab_btn >li:nth-child(3) a:hover:after {
    left: 802px;
}

.tab_btn_b > li.current:after,
.tab_btn_b >li:nth-child(1) a:hover:after{
    left: 95px;
}

.tab_btn_b >li:nth-child(2) a:hover:after {
    left: 285px;
}

.tab_btn_b >li:nth-child(3) a:hover:after {
    left: 50%;
}

.tab_btn_b >li:nth-child(4) a:hover:after {
    left: 670px;
}

.tab_btn_b >li:nth-child(5) a:hover:after {
    left: 860px;
}

/*max-width: 965px*/
@media only screen and (max-width: 965px){
    .tab_btn,
    .tab_btn_b {
        width: 100%;
        height:auto;
        overflow:hidden;
        margin: 20px auto 10px;
    }
    
    .tab_btn > li,
    .tab_btn > li.current,
    .tab_btn_b > li,
    .tab_btn_b > li.current{
        float: left;
        border-left: none;
        border-right:  1px solid #eee;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
        width: 50%;
        background: #000;
    }
    
    .tab_btn > li:nth-child(3) {
        width: 100%;
    }
    
    .tab_btn_b > li:nth-child(5) {
        width: 100%;
    }
    
    .tab_btn > li a:hover,
    .tab_btn_b > li a:hover {
        border-bottom: none;
        width: 100%;
    }
    
    .tab_btn > li a:hover:after,
    .tab_btn_b > li a:hover:after {
        background: none;
    }
}


/*================================================
 *  WMSページ
 ================================================*/

h3.function {
    clear: both;
    min-height: 74px;
    background: url(/jp/wms/image/function.png) no-repeat left;
    border-left: none;
    color: #000;
    margin: 30px 30px;
    font-size: 1.4rem;
    line-height: 4em;  
}

h3.saas {
    clear: both;
    min-height: 72px;
    background: url(/jp/wms/image/saas.png) no-repeat left;
    border-left: none;
    color: #000;
    margin: 30px 30px;
    font-size: 1.4rem;
    line-height: 4em;
}

h3.solutionmap {
    clear: both;
    background: url(/jp/wms/image/solutionmap.png) no-repeat left;
    border-left: none;
    color: #000;
    margin: 30px 30px 10px;
    font-size: 1.4rem;
    line-height: 4em;  
}

p.saas_open {
    color: #006ab7;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

div.saas_open,
div.solutionmap {
    width: 100%;
    padding: 10px 0;
    margin: 10px auto 40px auto;
    position: relative;
    z-index: 1;
}

.saas_open p,
.solutionmap p {
    font-size: 90%;
}

.saas_open .Column1b,
.saas_open .Column2b,
.saas_open .Column3b {
    width: 310px;
    min-height: 220px;
    margin: 0 0 30px 0;
    background-color: #c8e5f1;
}

#zh .saas_open .Column1b,
#zh .saas_open .Column2b,
#zh .saas_open .Column3b {
    min-height: 160px;
}

.solutionmap .Column1b,
.solutionmap .Column2b,
.solutionmap .Column3b {
    position: relative;
    width: 310px;
    min-height: 420px;
    margin: 0 0 30px 0;
    background-color: #fff;
    /*filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));*/
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.solutionmap .little {
    min-height: 380px
}


.saas_open .Column1b,
.solutionmap .Column1b {
    clear: both;
    float: left;
}

.saas_open .Column2b,
.solutionmap .Column2b {
    float: left;
    margin-left: 18px;
}

.saas_open .Column3b,
.solutionmap .Column3b {
    float: right;
}

.saas_open h4 {
    background-color: #006ab7;
    font-size: 1.2rem;
    padding: 15px;
    color: #fff;
    text-align: center;
}

.solutionmap h4 {
    padding: 15px 20px;
    margin-bottom: 0;
    font-size: 1.2rem;
}

.saas_open p,
.solutionmap p {
    padding: 0 20px 5px;
}

.solutionmap strong {
    color: #006ab7;
}

.solutionmap .btn {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 5px auto;
    padding: 5px 0;
    background: #000eb1;
    text-align: center;
    height: 40px;
    width: 90%;
}

.solutionmap .btn:hover {
    background: #4c56c8;
}

.solutionmap .btn a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background-color: #fff;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    z-index: 1;
}

.solutionmap .btn p {
  line-height: 1.25;
  text-decoration:none;
  font-weight:bold;
  color:#fff !important;
  text-align: center;
  position: relative;
  transition:.3s;
}

.solutionmap .btn p:after{
  content:"";
  position:absolute;
  top:0;
  bottom:.1em;
  margin:auto 10px;
  width: .5em;
  height: .5em;
  border-top: .2em solid #fff;
  border-right: .2em solid #fff;
  transform: rotate(45deg);
  transition:.3s;
}

/*max-width: 994px*/
@media only screen and (max-width: 994px) {    
	.saas_open .Column1b,
    .saas_open .Column2b,
    .saas_open .Column3b,
    .solutionmap .Column1b, 
	.solutionmap .Column2b, 
	.solutionmap .Column3b { 
		width: calc(31%);
		min-height: inherit;
		min-height: 210px;
		margin: 0 0 20px 0;
	}

    .solutionmap .Column1b, 
	.solutionmap .Column2b, 
	.solutionmap .Column3b { 
		min-height: 410px;
	}
	 
	.saas_open .Column2b,
	.solutionmap .Column2b { 
		margin-left: calc(3.5%);
	}
	
	.solutionmap .Column1b img, 
	.solutionmap .Column2b img, 
	.solutionmap .Column3b img { 
		width: 100%;
	}
}

/*max-width: 767px*/
@media only screen and (max-width: 767px) {
    h3.function,
    h3.saas,
    h3.solutionmap {
        background-size: contain;
        margin: 30px 10px;
        font-size: 1.2rem;
    }
    
    .saas_open,
    .solutionmap {
		margin-top: 0; 
		padding: 0;
	}
	
	.saas_open .Column1b,
    .saas_open .Column2b,
    .saas_open .Column3b,
    .solutionmap .Column1b, 
	.solutionmap .Column2b, 
	.solutionmap .Column3b { 
		margin: 0 auto 15px; 
		width: 100%;
        min-height: auto;
		float:none;
        padding-bottom: 10px;
	}
    
	.solutionmap .Column1b img, 
	.solutionmap .Column2b img, 
	.solutionmap .Column3b img {
		/*max-height: 227px !important;*/
		object-fit: cover;
	}
    
    .solutionmap .btn {
        position: relative;
        bottom: 0px;
    }
}

/*================================================
 *  Case Studies
 ================================================*/

.tab_btn_case {
    display: flex;
    justify-content: center;
    margin: 50px auto;
}

.tab_btn_case li {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 160px;
    height: 190px;
    border: 2px solid #cce1f1;
    background: #cce1f1;
    font-weight: bold;
    line-height: 100%;
    background-image: url(/image/jp/r1/icon/icon_link_bottom_bl_xl.gif);
    background-repeat: no-repeat;
    background-position: center 95%;
    zoom: 1;
}

.tab_btn_case li a {
    color: #333;
    text-decoration: none;
    display: block
}

.tab_btn_case li + li {
    margin-left: 16px;
}

.tab_btn_case li:hover {
    background: #fff;
    border: 2px solid #3d61a1;
}


.tab_btn_case li span {
    padding-top: 100px;
    position: relative;
    font-size: 14px;
}

.tab_btn_case li span:before{
	content: '';
	display: block;
	top: -10px;
}

.tab_btn_case li span:after {
    font-size: 14px;
    /*line-height: 1.3em;
    padding-top: 100px;
    position: relative;*/
}

.btn_conveni span:before {
    width: 101px;
    height: 100px;
    background: url(/jp/case/image/conveni.png) center bottom /100% auto no-repeat;
    margin-bottom: 5px;
    text-align: center;
    left:-1px;
}

.btn_apparel span:before {
    width: 101px;
	height: 100px;
	background: url(/jp/case/image/apparel.png) center bottom /100% auto no-repeat;
    margin-bottom: 5px;
    left:-22px;
}

.btn_medical span:before {
    width: 101px;
	height: 100px;
	background: url(/jp/case/image/medical.png) center bottom /100% auto no-repeat;
    margin-bottom: 5px;
    left:-29px;
}

.btn_semicon span:before {
    width: 101px;
	height: 100px;
	background: url(/jp/case/image/semicon.png) center bottom /100% auto no-repeat;
    margin-bottom: 5px;
    left:-29px;
}

.btn_factory span:before {
    width: 101px;
	height: 100px;
	background: url(/jp/case/image/factory.png) center bottom /100% auto no-repeat;
    margin-bottom: 5px;
    left:-36px;
}

.tab_btn_case li.cat_on span{
	display: inline-block;
}
.tab_btn_case li.cat_on{
	border: 2px solid #D54357;
	background: #fff;
}
.tab_btn_case li.cat_on span{
	color: #D54357;
}

.titile_common {
    clear: both;
    position: relative;
    margin: 10px auto;
    width: 100%;
    height: 114px;
    overflow: hidden;
}

.conveni {
    background: url(/jp/case/image/conveni.png) no-repeat;
    background-color: #cce1f1;
    background-position: 10px 50%;
}

.apparel {
    background: url(/jp/case/image/apparel.png) no-repeat;
    background-color: #cce1f1;
    background-position: 10px 50%;
}

.medical {
    background: url(/jp/case/image/medical.png) no-repeat;
    background-color: #cce1f1;
    background-position: 10px 50%;
}

.semicon {
    background: url(/jp/case/image/semicon.png) no-repeat;
    background-color: #cce1f1;
    background-position: 10px 50%;
}

.factory {
    background: url(/jp/case/image/factory.png) no-repeat;
    background-color: #cce1f1;
    background-position: 10px 50%;
}

.titile_common h3 {
    position: absolute;
    left: 130px;
    top: 40%;
	color:#333;
	border-left: none;
    font-size: 1.4rem;
    padding: 0;
}

.case_contents {
    display: flex;
    padding: 30px 0;
}

.case_img{
    width: 100%;
}

.case_ul {
    padding: 10px;
    display: flex;
    justify-content: center;
    width: 400px;
}

.case_ul ul {
    background: #1d6ab7;
    color: #fff;
    padding: 20px 20px 10px 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.case_ul ul li{
    list-style-type:disc;
    padding-bottom: 20px;
    font-size: 90%;
}

.case_ul_b {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.case_ul_b ul {
    width: 80%;
    background: #1d6ab7;
    color: #fff;
    padding: 20px 20px 0 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.case_ul_b ul li{
    list-style-type:disc;
    padding-bottom: 20px;
    font-size: 90%;
}

.case_ul_c {
    min-width: 300px;
}

.case_ul_c h5 {
    color: #1d6ab7;
    font-weight: bold;
    margin: 0 10px 10px;
}

.case_ul_c ul{
    justify-content: center;
    font-size: 90%;
}

.case_ul_c li{
    padding: 20px 10px;
    background: #d2e1f1;
}

#zh .case_ul_c li{
    padding: 20px 20px;
}

.case_ul_c li:nth-child(even) {
    background: #8eb4db;
}

.case_contents_b {
    width: 100%;
}

.case_contents_b p{
    font-size: 90%;
}

.case_contents_b .TwoColumn_left,
.case_contents_b .TwoColumn_right {
	width: 48%; 
	margin: 0 0 20px 0; 
}

.case_contents_b .TwoColumn_left p {
    margin-left: 6em;
    text-indent: -6em;
    margin-bottom: 15px;
}

.case_contents_b .TwoColumn_right p {
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 15px;
}

.case_contents_b .bottom {
    clear: both;
	width: 100%; 
	margin: 0 0 20px 0; 
}

.case_contents_b h4 {
	color: #333;
    background-color: #e1e1e1;
    text-align: center;
    padding: 5px;
}

.case_contents_b .TwoColumn_left { 
	float: left;
}

.case_contents_b .TwoColumn_right { 
	float: right;
}

.result { 
	position: relative;
    height: 100%;
	width: 965px;
	font-size: 90%;
}

.result dl {
    display: flex;
    flex-wrap: wrap;
}

.result dt{
    font-size: 1em;
    font-weight: bold;
	padding: 10px 10px 10px 0;
}

.result_common,
.result_quality,
.result_time,
.result_cost,
.result_service {
    font-size: 80%;
    color: #FFF;
    text-align: center;
    display: inline-block;
    width: 80px;
    margin: 0 5px;
}

.result_common {
	background: #e1e1e1;
}

.result_quality {
	background: #78BD35;
}

.result_time {
	background: #D7A861;
}

.result_cost {
	background: #77A6D4;
}

.result_service {
	background: #CE749C;
}

.result dd{
    padding: 10PX 10PX 10px 0;
}

/*max-width: 767px*/
@media only screen and (max-width: 767px) {

    ul.tab_btn_case_sp{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        left: 0;
        position: static;
        /*margin: 0 -477px;
        padding: 0 477px;*/
        background: #cce1f1;
        height: auto;
        font-size: 14px;
    }
    
    ul.tab_btn_case_sp li{
        width: 50%;
        box-sizing: border-box;
        border: 2px solid #fff;
    }

	ul.tab_btn_case_sp li:nth-child(5) {
        width: 100%;
	}
    
    ul.tab_btn_case_sp li a {
        text-decoration: none;
        color: #1d6ab7;
        display: block;
        width: 100%;
        line-height: 55px;
        text-align: center;
        background: #cce1f1;
    }
    
     ul.tab_btn_case_sp  li a:hover{
        border: 1px solid #1d6ab7;
        background: #fff;
    }
    
    ul.tab_btn_case_sp li a span {
        display: inline-block;
        top: -5px;
        line-height: 1;
        position: relative;
        color: #1d6ab7;
        font-weight: bold;
    }
    
    ul.tab_btn_case_sp li a span:after{
        content: '';
        width: 8px;
        height: 8px;
        display: inline-block;
        position: absolute;
        left:43%;
        bottom: -15px;
        margin: auto;
        box-sizing: border-box;
        border-top: solid 2px #1d6ab7;
        border-right: solid 2px #1d6ab7;
        transform: rotate(135deg);
    }
    
    .titile_common h3{
        left: 120px;
        top: 35%;
        font-size: 1.2rem;
    }
    
    .case_contents {
        display:block;
    }
    
    .case_img {
        margin: 10px auto;
    }
    
    .case_img img {
        display: block;
        margin:auto;
    }
    
    .case_ul {
        display: block;
        width: 100%;
        padding: 0;
    }
    
    .case_ul,
    .case_ul_b {        
        font-size: 90%;
    }
    
    .case_ul_b ul {
        width: 100%;
        padding: 20px 20px 10px 30px;
    }
    
    .case_contents_b .TwoColumn_left,
    .case_contents_b .TwoColumn_right {
        width: 100%; 
    }
    
    .result {
        width: 100%;
    }
    
    .result dt {
        padding: 2px 0 0 0; 
    }
    
    .result_common,
    .result_quality,
    .result_time,
    .result_cost,
    .result_service {
        margin: 0 1px;
    }
    
    .result dd {
        padding: 2px 2px 10px;
    }

}


/*================================================
 *  merit
 ================================================*/

.solution_back {
    background: url(/jp/merit/image/solution_back.jpg);
    background-size: cover;
    height: 350px;
    width: 100%;
    position: fixed;
    z-index: 0;
}
.contents_solution{
    text-align: center;
}

.contents_solution>img {
    margin: 30px auto 0;
}

.Three_column_solution {
    clear: both;
    width: 100%;
    padding: 10px 0;
    margin: -20% auto 40px auto;
    position: relative;
    z-index: 1;
}

.Three_column_solution .Column1b,
.Three_column_solution .Column2b,
.Three_column_solution .Column3b {
    width: calc(32%);
    margin: 0 0 30px 0;
    color: #fff;
}

.Three_column_solution .Column1b {
    clear: both;
    float: left;
}

.Three_column_solution .Column2b {
    float: left;
    margin-left: 18px;
}

.Three_column_solution .Column3b {
    float: right;
}

.Three_column_solution h4 {
    font-size: 1.2rem;
    padding: 10px 10px 0;
    color: #333;
}

.Three_column_solution h4>span {
    color: #fff;
}

.Three_column_solution .Column1b div,
.Three_column_solution .Column2b>div,
.Three_column_solution .Column3b>div {
    width: 100%;
    min-height: 280px;
    margin: 0;
    background-color: #333;
    text-align: left;
}

.Three_column_solution h5 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: bold;
    padding: 10px 20px;
}

.Three_column_solution p {
    font-size: 90%;
    background-color: #333;
    padding: 0 20px 10px;
}

.contents_merit02 p{
    margin-bottom: 30px;
}

.contents_merit02 strong{
    color: #000eb1;
}

.contents_merit02 h3,
.contents_merit03 h3,
.contents_merit04 h3,
.contents_merit05 h3{
    clear: both;
    border-left: none;
    color: #fff;
    margin: 30px auto;
    padding: 10px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 4em;
}

.contents_merit02 h3 {
    background: url(/jp/merit/image/merit02_title.jpg) no-repeat left;
}

.contents_merit03 h3 {
    background: url(/jp/merit/image/merit03_title.jpg) no-repeat left;
}

.contents_merit04 h3 {
    background: url(/jp/merit/image/merit04_title.jpg) no-repeat left;
}

.contents_merit05 h3 {
    background: url(/jp/merit/image/merit05_title.jpg) no-repeat left;
}

.contents_merit02 h4 {
    clear: both;
    border-left: none;
    color: #000;
    margin: 30px 30px;
    font-size: 1.4rem;
    line-height: 5em;
}

.contents_merit02 h4.no_1 {
    background: url(/jp/merit/image/no_1.png) no-repeat left;
    background-size:contain;
}

.contents_merit02 h4.no_2 {
    background: url(/jp/merit/image/no_2.png) no-repeat left;
    background-size:contain;
}

.contents_merit02 h4.no_3 {
    background: url(/jp/merit/image/no_3.png) no-repeat left;
    background-size:contain;
}

.contents_merit03 h4,
.contents_merit04 h4 {
    clear: both;
    border-left: none;
    color: #333;
    text-align: center;
    margin: 30px 5px;
    font-size: 1.4rem;
    line-height: 1.6em;
}

.contents_merit03 h4.ones_logi{
    color: #006ab7;
}

.contents_merit03 .flex {
    display: flex;
    width: 100%;
    margin: 30px 0;
}

.contents_merit03 .flex .text {
    font-size: 90%;
    margin-right: 20px
}

.contents_merit03 .flex .text .ones_logi {
    font-size: 80%;
    background-color: #e1e1e1;
    padding: 20px;
    margin: 30px auto 0;
}

.contents_merit03 .flex .text .ones_logi span {
    color: #dc4a36;
}

.contents_merit03 .flex img {
    min-width: 439px;
    margin: 0 20px;
}



.suggestion {
    margin: 0 auto 30px;
    width: 90%;
    border: 0px solid #d2e1f1;
}

.suggestion tr {
    background: #d2e1f1;
}
.suggestion tr:nth-child(even) {
    background: #e8f0f8;
}

.suggestion th {
    width: 20%;
    padding: 15px;
    text-align: center;
    border: 0px solid #d2e1f1;
    font-size: 100%;
    color: #006ab7;
    font-weight: bold;
    background: none;
}

.suggestion td {
    padding: 15px;
    border: 0px solid #d2e1f1;
    font-size: 100%;
    background: none;
}

.contents_merit04 p{
    text-align: center;
}

/*archive*/
/*01*/
.archive01 table {
    border-collapse: separate;
    border-spacing: 1px;
    margin-top: 30px;
}

.archive01 table td{
    border: none;
    font-size: 86%;
    padding: 6px 15px;
}

.archive01 table th{
    background-color: #f2f2f2;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    border: none;
}

.archive01 td.t1{ 
    color: #fff;
    font-weight: normal;
    text-align: center;
    font-size: 100%; 
}

.archive01 td.t2{ 
    font-weight: normal;
}

.archive01 td.t4{
    text-align: center;
}

.archive01 .cont02_t1 td.t1{
    background-color: #44a0be;
}

.archive01 .cont02_t1 td.t2{
    background-color: #a2d6ec;
}

.archive01 .cont02_t1 td.t3,
.archive01 .cont02_t1 td.t4{
    background-color: #d7eff6;
}

.archive01 .cont02_t2 td.t1{
    background-color: #77b14d;
}

.archive01 .cont02_t2 td.t2{
    background-color: #a6d894;
}

.archive01 .cont02_t2 td.t3,
.archive01 .cont02_t2 td.t4{
    background-color: #e0f6d7;
}

.archive01 .cont02_t3 td.t1{
    background-color: #d39337;
}

.archive01 .cont02_t3 td.t2{
    background-color: #e8b761;
}

.archive01 .cont02_t3 td.t3,
.archive01 .cont02_t3 td.t4{
    background-color: #f6efd7;
}

.archive01 .cont02_t4 td.t1{
    background-color: #d74754;
}

.archive01 .cont02_t4 td.t2{
    background-color: #ea8b90;
}

.archive01 .cont02_t4 td.t3,
.archive01 .cont02_t4 td.t4{
    background-color: #f6d7da;
}

.archive01 .cont02_t5 td.t1{
    background-color: #828181;
}

.archive01 .cont02_t5 td.t2{
    background-color: #ECECEC;
}

.archive01 .cont02_t5 td.t3,
.archive01 .cont02_t5 td.t4{
    background-color: #f2f2f2;
}

.archive01 .tac {
    text-align: center;
}

/*02*/
.archive02 {
	border-collapse: collapse;
}

.archive02 table th {
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    border: 1px solid #fff;
}
.archive02 td {
	border: 1px solid #fff;
}

.archive02 table td:nth-of-type(1){
    width: 15%;
    border-bottom: 1px solid #ddd;
}
 
.archive02 table td:nth-of-type(2){
    background-color:#dbeef6;
    width: 15%;
    border-bottom: 1px solid #fff;
}

.archive02 table td:nth-of-type(3){
    width: 15%;
    border-bottom: 1px solid #ddd;
}
 
.archive02 table td:nth-of-type(4){
    background-color:#dbeef6;
    border-bottom: 1px solid #fff;
}

.archive02 table td:nth-of-type(5){
    width: 20%;
    border-bottom: 1px solid #ddd;
}
 
div.global_two_column {
    width: 100%;
    padding: 10px 0;
    margin: 10px auto 40px auto;
    position: relative;
    z-index: 1;
}

.global_two_column .Column1b,
.global_two_column .Column2b {
    width: 48%;
    min-height: 310px;
    margin: 0 5px 5px;
    background-color:rgba(0,0,0,0.6);
}

.global_two_column .Column1b {
    clear: both;
    float: left;
    display: inline-block;
}

.global_two_column .Column1b ul {
    padding: 18px 18px 5px 18px;
    text-align: center;
}

.global_two_column .Column1b ul li{
    color: #fff;
    font-size: 110%;
    margin: 10px 0 40px;
}

.global_two_column .Column2b {
    float: right;
    /*margin-left: 18px;*/
    display: inline-block;
}

.global_two_column .Column2b ul {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 220px;
    padding: 18px 20px 5px;
}

.global_two_column .Column2b ul li{
    color: #fff;
    font-size: 80%;
    margin-bottom: 10px;
}

.global_two_column p {
    font-size: 80%;
    text-align: right;
    margin-right: 20px;
}

.global_two_column h4 {
    background-color: #006ab7;
    font-size: 1.2rem;
    padding: 15px;
    color: #fff;
    text-align: center;
}

/*max-width: 767px*/
@media only screen and (max-width: 767px) {
    
    .Three_column_solution {
        margin: 0 auto 20px;
    }
    
    .Three_column_solution .Column1b {
        width: 100%;
        margin: -120px auto 20px;
        clear: both;
    }
    
    .Three_column_solution .Column2b,
    .Three_column_solution .Column3b {
        width: 100%;
        margin: 0 auto 20px;
        clear: both;
    }
    
    .Three_column_solution h4 {
        padding: 10px 10px 3px;
        margin-bottom: 0;
        color: #333;
    }
    
    .Three_column_solution .Column1b h4 {
        color: #fff;
    }
    
    .Three_column_solution h4>span {
        color: #333;
    }
    
    .Three_column_solution .Column1b div,
    .Three_column_solution .Column2b>div,
    .Three_column_solution .Column3b>div {
        width: 100%;
        max-width: 620px;
        min-height: 100%;
        margin: 0 auto;
    }
    
    .Three_column_solution h5 {
        font-size: 1rem;
        line-height: 1.2rem;
    }
    
    .Three_column_solution p {
        font-size: 80%;
        background-color: #333;
        padding: 0 10px 10px;
    }
    
    .contents_merit02 h3,
    .contents_merit03 h3,
    .contents_merit04 h3,
    .contents_merit05 h3{
        font-size: 1.2rem;
        line-height: 2em;
    }
    
    .contents_merit02 h4 {
        font-size: 1.2rem;
        line-height: 2em;
    }
    
    .contents_merit02 h4.no_1,
    .contents_merit02 h4.no_2,
    .contents_merit02 h4.no_3{
        height: 80px;
    }

    .contents_merit02 p {
        font-size: 90%;
    }
    
    .contents_merit03 h4,
    .contents_merit04 h4 {
        margin: 20px 2px;
        font-size: 1rem;
    }

    .contents_merit03 .flex {
        display:block;
    }
    
    .contents_merit03 .flex .text {
        margin-right: 0;
    }
    
    .contents_merit03 .flex img {
        min-width: 100%;
        margin: 20px 0 0;
    }

    .suggestion {
        width: 100%;
    }
    
    .suggestion th {
        width: 30%;
    }
    
    .global_two_column .Column1b,
    .global_two_column .Column2b {
        width: 100%;
        min-height: 100%;
        margin: 0 0 20px;
    }
    
    .global_two_column .Column1b {
        float:none;
    }
    
    .global_two_column .Column2b {
        float:none;
        margin-left: 0px;
    }

    .global_two_column .Column1b ul {
        padding: 10px 5px 18px;
    }
    
    .global_two_column .Column1b ul li{
        font-size: 100%;
        margin: 5px;
    }
    
    .global_two_column h4 {
        font-size: 1rem;
    }
}


/*================================================
 *  company
 ================================================*/

.profile {
    min-height: 100%;
}

.profile table {
    width: 78%!important;
    float: right;
}

.profile th,
.profile02 th{
    width: 20%;
}

*.profile img {
    float: left;
    margin-right: 10px;
    width: 20%;
}

h3.tit,
h3.tit2 {
    position: relative;
    padding: 0 0 0 15px;
    border-left: none;
}

h3.tit:before,
h3.tit2:before {
    background-color: #000EB1;
    content: "";
    height: 10px;
    width: 10px;
    margin-top: -6px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 10px;
}

p.st,
h3.st,
span.st {
    font-weight: bold;
    color: #000EB1;
}

/*max-width: 767px*/
@media only screen and (max-width: 767px) {
    
    .profile table {
        width: 100%!important;
        float: none;
    }
    
    .profile th,
    .profile02 th{
        width: 30%;
    }
    
    .profile img {
        float: none;
        clear: both;
        margin: 10px auto;
        width: 100%;
        max-width: 210px!important;
    }
}

/*================================================
 *  recruit
 ================================================*/
ol.recruit_style  {
    list-style: none;
    font-size: 83%;
}

/*================================================
 *  news
 ================================================*/

p.st,
h3.st,
span.st{
    font-weight: bold;
    color: #000EB1;
}

.bb{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.bt{
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.news_cate_red,
.news_cate_green,
.news_cate_blue,
.news_cate_yellow {
    font-size: 60%;
    color: #FFF;
    text-align: center;
    display: inline-block;
    width: 80px;
    margin: 0 14px 0 0;
    border: none;
    font-weight: bold;
}

.news_cate_red {
	background: #D2363A;
}

.news_cate_green {
	background: #3192B5;
}

.news_cate_blue {
	background: #2760B1;
}

.news_cate_yellow {
	background: #F0A700;
}

.DateListStyle2 a{
    background-image: url(/image/jp/r1/icon/icon_link_right_bl_hd.gif);
    background-size: 16px 16px;
    padding: 0 17px 0 0;
    background-repeat: no-repeat;
    background-position: right center;
    zoom: 1;
}

.DateListStyle2 a:hover{
    background-image: url(/image/jp/r1/icon/icon_link_right_bl_hover.gif);
}

.newsArea dl{
    border-bottom: 1px dotted #aaa;
    padding-bottom: 15px;
}


/*================================================
 *  contact
 ================================================*/
.contact_list{
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 10px 0;
}

.contact_list li{
    margin-bottom: 10px;
}

.select {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
    padding: 0 70px;
}

.select .btn {
    height: 60px;
    width: 340px;
    line-height: 60px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.select .agree {
    background: #0022CC;
    color: #fff;
}

.select .disagree {
    background: #ccc;
    color: #575757;
}

.select .btn:hover{
	opacity: 0.6;
	transition-duration: 0.3s;
}

.select .btn span {
    position: relative;
    padding-right: 20px;
}

.select a.btn span:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(
        45deg
    );
}

.select a.disagree span:after {
    border-top: solid 2px #575757;
    border-right: solid 2px #575757;
}

/*max-width: 965px*/
@media only screen and (max-width: 965px) {
    .select {
    max-width: 360px;
    display: block;
    padding: 0;
    justify-content: space-between;
    margin: 20px auto;
    }
    
    .select .btn {
        display: block;
        margin: 0 0 20px 0;
        width: 100%;
        min-width: 360px;
        text-align: center;
    }
}

/*================================================
 *  sitemap
 ================================================*/
.sitemap_style h2 {
    margin-bottom: 20px;
}

.sitemap_style .noteBox {
    border: 1px solid #ccc;
    font-size: 90%;
    color: #777;
    padding: 15px 30px 0;
    background-color: #fff;
    margin-top: 20px;
}

/*================================================
 *  privacy
 ================================================*/
.border_none h3 {
    padding: 10px 0 0;
    border-left:none;
}

/*================================================
 *  thouzer
 ================================================*/
.PageTitleStyle4_robotics {
    margin: 0 0 25px;
}

.PageTitleStyle4_robotics h1 img {
    border: solid #006ab7 1px;
    
}

.note {
    font-size: 80%;
    color: #888;
}

.complement {
    padding-left:3em;
	text-indent:-3em;
    font-size: 76%;
    margin-bottom: 2px;
}

#zh .complement {
    padding-left:1em;
	text-indent:-1em;
}

#sidebar{
    margin-bottom: 20px;
    height: 100%;
}

#sidebar #indexMenu{
    width: 230px;
}

#sidebar #indexMenu .indexCase{
    font-size: 90%;
}

#sidebar #indexMenu ul.LinkListStyle2 li{
    padding-top: 10px;
    border-top: 1px dotted #aaa;
    margin-top: 8px;
}

#sidebar #indexMenu ul.LinkListStyle2 li:first-child{
    margin-top: 0px;
}

#sidebar #indexMenu ul.LinkListStyle2 li a{
    color: #333;
}

#sidebar #indexMenu ul.LinkListStyle2 li a:hover{
    color: #000EB1;
}

h3.box1 {
    background-color: #ecf4fd;
    color: #555;
    text-align: center;
    font-size: 95%;
    padding: 5px 10px;
    border-left: none;
}

.case{
    margin-top: 10px;
}

.case .Column1{
    width: 100%;
    margin: 0 auto;
}

.case .linkArea{
    border: 1px solid #ccc;
    padding: 10px;
}

.case dt{
    color: #0022CC;
    background-image: url("/image/jp/r1/icon/icon_link_right.gif");
    background-position: 35% top;
    background-repeat: no-repeat;
    padding: 0 5px 4px 0;
    font-weight: bold;
    font-size: 90%;
    line-height: 1.4em;
}

.case dt span{
    color: #333;
    display: block;
    margin-top: 3px;
}

.case dd{
    margin-bottom: 0;
    color: #666;
}

.case dd span{
    font-size:76%;
}

.case .ImgW120SetStyle .ImgSet dl{
    margin-left: 135px;
}

.contact_thouzer {
    clear: both;
    margin: 0 0 15px;
    padding: 15px 0 5px;
    background-color: #fff;
    border: solid #737373 5px;
    zoom: 1;
}

.contact_thouzer h2 {
    background-image: none;
    min-height: 20px;
    margin: -15px 0 15px;
    padding: 8px 15px;
    font-size: 96%;
    color: #fff;
    line-height: 130%;
    border: none;
    background-color: #737373;
    zoom: 1;
}

.contact_thouzer p {
    font-size: 80%;
    margin: 0 20px 20px;
} 
.contact_thouzer p.mail {
    background: url(/image/mail_gray.png) left 0px top 3px no-repeat;
}

.contact_thouzer p.mail span {
    font-size: 2rem;
    font-weight: bold;
    color: #006ab7;
    margin-left: 40px;
}
.contact_thouzer p.mail span {
    font-size: 1.6rem;
    font-weight: bold;
    color: #006ab7;
}

.contact_thouzer .LinkListStyle1 {
    margin-left: 20px;
}

/*max-width: 767px*/
@media only screen and (max-width: 767px) {
    .case .ImgW120SetStyle .ImgSet dl {
        margin-left: 0;
    }
    
    .case dt{
        background-position: right top;
    }
    
    .contact_thouzer p.mail span {
        font-size: 1.4rem;
    }
}

/*================================================
 *  others
 ================================================*/
.linkArea{
    position: relative;
    margin-bottom: 10px;
}

.linkArea a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background-color: #fff;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    z-index: 5;
}

.linkArea a:hover{
    filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.solIndex{
    margin-bottom: 10px;
}

.solIndex dt.st {
    color: #0022CC;
    background-image: url(/image/jp/r1/icon/icon_link_right.gif);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0 17px 0 0;
    display: inline;
    font-weight: bold;
    font-size: 95%;
}

h3.tit,
h3.tit2 {
    padding-left: 15px;
    position: relative;
}

/*================================================
 *  common引継ぎ
 ================================================*/

.PageTitleStyle1{
    margin: 0 0 25px;
}

/*================================================
 *  Print
 ================================================*/

@media only print {
	.ThreeColumn {
		padding: 10px 0px; 
	}
}