@charset "UTF-8";
/* office css*/

.area01 .pagetitle_head .tit_wrap {
    border-bottom:none;
    padding: 50px 0 70px;
}
.image.office img{
	max-width: 100%;
}
.clm_image.top{
	margin-top: 30px;
}
.head03.le{
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0;
}
.clm_text.le{
	margin-top: 15px;
	font-size: 14px;
	text-align: left;
}
.clm_text.span{
	text-align: left;
	font-size: 18px;
	margin-top: 20px;
}
.btn03.span{
	margin-top: 30px;
}
.clmtwo {
	margin-top: -50px;
    margin-bottom: 120px;
}

/* /office css*/
.products_search{
  background:#EDF6F4;
  border-bottom:6px solid #D3E4E0;
  padding:60px 0;
}
.products_search form{
  width: 700px;
  margin: 0 auto;
  position: relative;
}
.products_search form input{
  width: 100%;
  border:1px solid #C2C2C2;
  background: #fff;
  line-height: 70px;
  border-radius: 70px;
  padding-left:30px;
  font-size:16px;
}
.products_search form button {
  background: #fff;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 30px;
  cursor: pointer;
}
.products_search form button img{
  width: 24px;
  height: 24px;
}
.products_inner:nth-of-type(2n){
  background:#F2F2F2;
}
.products_detail .table01 table:nth-last-of-type(1){
  margin-bottom: 0;
}
body.home main section{
	margin-bottom: 70px;
	padding: 60px 0 60px
}
body.home main section.back_wide02{
	margin-bottom: 0px;
	padding: 60px 0 60px
}
.table01{
	margin-bottom: 70px;
}

.pagetitle_head .tit_wrap {
	padding: 70px 0 70px;
	border-bottom: none;
}

.table01 table td{
	text-align: left;
	padding-left: 30px;
}
.table01 table th{
	text-align: left;
	padding-left: 30px;
}
.table01 table th.colorchange{
	background: #FAFAFA;
}
.table01.pdng table th{
	padding-right: 200px;
}
.company_office .table01.pdng table th{
	width: 16%;
	padding-right: 30px;
}
.table01.pdng table th.colorchange{
	background: #FAFAFA;
}
.fltbox.fltTxtLft.mgntop{
	margin-top: 50px;
}
.pagetitle_head .tit_wrap.osaka{
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 50px;
}
.pagetitle_head .tit_wrap.tokyo{
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 50px;
}

@media (max-width: 960px)
{
	.area01.top{
		margin-top: 50px;
	}
  .products_search{
    padding:20px 0;
    border-bottom:4px solid #D3E4E0;
  }
  .products_search form{
    width: 95%;
    margin: 0 auto;
    position: relative;
  }
  .products_search form input{
    line-height: 40px;
    border-radius: 40px;
    padding-left:10px;
    font-size:14px;
  }
  .products_search form button {
    margin-top: -10px;
    right: 10px;
  }
  .products_search form button img{
    width: 20px;
    height: 20px;
  }
  body.home main .products_inner{
    padding-bottom: 30px;
  }
	.google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
	}
   .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}
	.fltbox .flttext .text{
		margin-top: 20px;
	}
	body.home main section{
		margin-bottom: 40px;
		padding: 40px 0 40px;
	}
	.osaka01{
		margin-bottom: 20px;
	}
	.tokyo01{
		margin-bottom: 20px;
	}
	.table01{
	margin-bottom: 40px;
	}
	body.home main section.back_wide02{
		    padding: 40px 0 40px;
	}
	.fltbox.fltTxtLft.mgntop{
		margin-top: 20px;
	}
	.pagetitle_head .tit_wrap.osaka{
	margin-bottom: 40px;
	}
.pagetitle_head .tit_wrap.tokyo{
	margin-bottom: 40px;
	}
	.table01 table th{
	text-align: center;
    width: 30%;
	}
  /* .company_office .table01.pdng table th{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  } */
	/* .table01 table td{
	text-align: center;
	padding: 0;
	} */
  .company_office .table01.pdng table th{
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
    width: 92px;
  }
  .company_office .table01 table td{
    text-align: left;
    padding: 5px;
    width: calc(100% - 92px);
  }
	.table01.pdng table th{
	padding-right: 0;
}
  .indent{
    padding-left: 0;
    text-indent: 0;
  }
}

/*20190719 追加分*/

.indent{
  padding-left: 3em;
  text-indent: -3em;
}
