@charset "UTF-8";
/* CSS Document */

/******************************
   フッタ　
******************************/

footer{
 background: #eee;
 padding: 20px 0 0 0;
}

footer img{
 width: 240px;
}

footer img.en_footer,
footer img.cn_footer{
 width: 313px;
}

footer .col_item p{
 margin: 20px 20px 20px 0;
}

footer .col_item p span{
 font-size: 1.1em;
 font-weight: bold;
 margin: 0 20px 0 0;
}

footer .col_item p a{
 color: #333;
 text-decoration: none;
}

footer .col_item p a:hover{
 text-decoration: underline;
}

footer .contact{
 width: 220px;
}

footer .contact a{
 display: block;
 background: #029284;
 width: 200px;
 padding: 15px;
 text-align: center;
 color: #fff;
 text-decoration: none;
 margin: 10px 0 0 0;
}

footer .contact a:hover{
 background: #35a99d;
}

footer .contact a span{
 background: url("../images/ico_mail.png") no-repeat left center;
 padding: 5px 0 5px 35px;
}

footer .copyright{
 background: #fff;
 text-align: center;
 padding: 20px;
 font-size: 7pt;
}

/******************************
   見出し　
******************************/

.pageTitle{
 border-top: 4px solid #029284;
 padding: 10px 15px;
 background: linear-gradient(#eee, #fff);
 font-size: 18pt;
 letter-spacing: 1px;
}

.pageTitle span{
 border-left: 7px solid #029284;
 padding: 0 0 0 10px;
}

.TitleGray{
  background: #eee;
  padding: 10px 15px;
  font-size: 15pt;
}

.TitleGray span{
 border-left: 7px solid #029284;
 padding: 0 0 0 10px;
}

.TitleCercle{
 font-size: 12pt;
 font-weight: bold;
 }
 
.TitleCercle:before{
 content: "● ";
 color: #029384;
}




/******************************
   各ページ　
******************************/

/*トップページ*/

.main_visual{
 background: url("../images/top_bg.jpg") no-repeat top center;
 background-size: cover;
 height: 460px;
 text-align: center;
 padding-top:20px;
}

.main_visual img{
 height: 260px;
 margin-top:100px;
}

#top_business .top_control_panel{
 background: url("../images/top_control_panel_bg.jpg") no-repeat top center;
 background-size: cover;
}

#top_business .top_harness_processing{
 background: url("../images/top_harness_processing_bg.jpg") no-repeat top center;
 background-size: cover;
}

#top_business .top_solution{
 background: url("../images/top_solution_bg.jpg") no-repeat top center;
 background-size: cover;
}

#top_business .col_item{
 position: relative;
 height: 230px;
 vertical-align: middle;
}

#top_business img{
 width: 234px;
 max-width: 80%;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
}

#top_business a{
 position: absolute;
 top:0;
 left: 0;
 display: block;
 width: 100%;
 height: 100%;
}

#top_business a:hover{
 background: rgba(0,0,0,0.2)
}

/*　English */
#top_business_en .col_item{
 height: 120px;
 border: 3px solid #b3dfda;
 text-align: center;
}

#top_business_en a{
 display: block;
 background: url("../images/ico_right_white.png") no-repeat right 20px center #039284;
 color: #fff;
 height: 100%;
 border: 3px solid #fff;
 line-height: 120px;
 font-size: 14pt;
 font-weight: bold;
 box-sizing: border-box;
}

#top_business_en a:hover{
 background: url("../images/ico_right_white.png") no-repeat right 20px center #35a99d;
 text-decoration: none;
}

#top_business_en a.en_2l{
 line-height: 1.4em;
 padding-top: 33px;
}


/* Chinese */
#top_business_cn .col_item{
 height: 120px;
 border: 3px solid #b3dfda;
 text-align: center;
}

#top_business_cn a{
 display: block;
 background: url("../images/ico_right_white.png") no-repeat right 20px center #039284;
 color: #fff;
 height: 100%;
 border: 3px solid #fff;
 line-height: 120px;
 font-size: 14pt;
 font-weight: bold;
 box-sizing: border-box;
}

#top_business_cn a:hover{
 background: url("../images/ico_right_white.png") no-repeat right 20px center #35a99d;
 text-decoration: none;
}

.top_message{
 border: 5px solid #b3dfda;
}

.top_message div{
 padding: 20px;
 background: #fff!important;
 text-align: left!important;
}


.top_info{
 border: 5px solid #b3dfda;
}

.top_info div{
 padding: 20px;
}

.top_info div p{
 background: #029384;
 color: #fff;
 padding: 10px 15px;
}

.top_info div ul li{
 list-style: none;
 border-bottom: 1px solid #aaa;
 padding: 15px 15px 15px 150px;
 position: relative;
}

.top_info div ul li span{
 display: block;
 position: absolute;
 top:15px; 
 left: 15px;
}
.top_info div ul li img{
height: 26px;
vertical-align: middle;
padding:5px;
border: solid 1px #000000;
}


/*ごあいさつ*/

.greeting_photo{
 width: 420px;
 float: right;
 margin: 0 0 30px 40px;
}

.greeting_photo p{
}

.greeting_text{
 font-size: 1.2em;
 line-height: 2em;
}

/*アクセス*/
.map_area iframe{
 width: 100%;
 height: 450px;
}

/*ソリューション*/

.solution_index .col_item{
 border: 1px solid #aaa;
 height: 100%;
}
.solution_index a{ 
 display: block;
 background: url("../images/link_bl_dwn.png") no-repeat right 10px center;
 padding: 10px 30px 10px 10px;
 color: #333;
}

.solution_index a:hover{
 background: url("../images/link_bl_dwn.png") no-repeat right 10px center #eee;
 text-decoration: none;
}

.solution_box{
 border: 3px solid #ccc;
 padding: 20px;
}

.solution_box .col_area .col_item:first-child {
 width: 200px;
 color: #fff;
 text-align: center;
 font-size: 14pt;
 letter-spacing: 1px;
}

.solution_box .needs p {
 background: #666;
 padding: 10px;
}

.solution_box .solution p {
 background: #039284;
 padding: 10px;
}

.solution_box h3{
 font-size: 14pt;
}

.solution_box .solution ul li{
 list-style: none;
 background: url("../images/ico_check.png")no-repeat left center;
 padding: 0 0 0 25px;
}

/*特約店枠*/
table .box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 1px #000000;
}

/* ==========================================
	mediaQuery スマホ用
========================================== */

@media only screen and (max-width: 640px){
 
/******************************
   フッタ　
******************************/
footer .col_item p span{
 display: block;
 margin: 0 0 10px 0;
}
 
footer .contact{
 width: auto;
}

footer .contact a{
 width: auto;
 padding: 10px;
 text-align: center;
 color: #fff;
 text-decoration: none;
}

 
 /******************************
   各ページ　
******************************/

 
/*トップページ*/

.main_visual{
 height: auto;
}

.main_visual img{
 height: auto;
 margin:10% 0;
}
 
#top_business_en .col_item,
#top_business_cn .col_item{
 height: auto;
}

#top_business_en a,
#top_business_cn a{
 height: 100%;
 line-height: 1.4em;
 font-size: 11pt;
 padding: 10px;
}

#top_business_en a.en_2l,
#top_business_cn a.cn_2l{
 padding: 10px;
}
 
 .top_info div ul li{
 padding: 10px 15px;
 position: relative;
}

.top_info div ul li span{
 display: block;
 position: static;
}
 
/*ごあいさつ*/

.greeting_photo{
 width: auto;
 float: none;
 margin: 20px 0 0 0;
}

 
/*ソリューション*/

.solution_index .col_item{
 margin: 20px 0 0 0;
}
 
 .solution_box hr{
  display: none;
 }
 
.solution_box .col_area .col_item:first-child {
 width: auto;
}
 
.solution_box h3{
 margin: 20px 0 0 0;
}

.solution_box .solution ul {
 margin: 20px 0 0 0;
}


}


