* html .clearfix {
  zoom: 1;
}

*+html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.SectionBox{
	padding-top: 0;
}
#pagePath.l-column {
}

.l-column ul.topicPath  li {
  color: #525252;
  display: inline;
  font-size: 1.1rem;
}

.l-column ul.topicPath  li a {
  color: #0065B2;
/*  padding-right: 6px;*/
  text-decoration: none;
}

.l-column ul.topicPath  li a:hover {
  text-decoration: underline;
}

.branchBox {
  -ms-flex: 0 1 1170px;
	flex: 0 1 1170px;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	min-width: 1010px;
}
.branchBox.business_top {
  -ms-flex: 0 1 960px;
	flex: 0 1 960px;
	max-width: 990px;
	margin: 0 auto;
	padding: 0 15px;
	min-width: 960px;
}

.branchBox h2 {
  margin: 0 0 35px;
  font-size: 3.5rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 6px;
}

.branchBox h2 span {
  margin-top: 5px;
  display: block;
  color: #65A1D6;
  font-size: 2.0rem;
  letter-spacing: 2px;
}

.branchBox .text01 {
  margin-bottom: 47px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

.branchBox .linkUl {
  margin: 0 -2px 52px 0;
}

.branchBox .linkUl li {
  margin-right: 2px;
  float: left;
  width: 283px;
	width: calc(100% / 4 - 2px);
}
.branchBox .linkUl li a{
	display: block;
	max-height: 282px;
	overflow: hidden;
	position: relative;
}
@media all and (max-width: 1170px) {
	.branchBox .linkUl li a{
		max-height: 23.6vw;
	}
}
@media all and (min-width: 0) and (max-width: 1009px) {
	.branchBox .linkUl li a{
		max-height: 242px;
	}
}
.branchBox .linkUl li a div{
	color: #fff;
	font-size: 22px;
	position: absolute;
	bottom: 30px;
	left: 37px;
	line-height: 160%;
	letter-spacing: 2px;
}
.branchBox .linkUl li a div span{
	font-size: 15px;
	font-weight: 400;
	letter-spacing: normal;
}



.business_top.branchBox .linkUl li a{
	max-height: 237px;
}
.branchBox .linkUl li img{
  width: 100%;
}

.branchBox .linkUl li:first-child {
  margin-right: 1px;
}

.branchBox .linkUl li > span {
  display: block;
  margin-top: 19px;
  line-height: 1.35;
	text-align: center;
}

.branchBox .linkUl li a:hover img {
  opacity: 0.7;
}

.branchBox .borderBox {
  padding: 42px 0 29px;
  border-top: 1px solid #DDD;
	min-height: 156px;
}

.branchBox .borderBox .lBox {
  padding-top: 8px;
  float: left;
  width: 460px;
  height: 67px;
  border-right: 1px solid #DDD;
  position: relative;
}

.branchBox .borderBox .lBox p {
  margin: 6px 14px 0 0;
  float: left;
  font-size: 1.8rem;
}

.branchBox .borderBox .lBox:hover {
  position: relative;
}

.branchBox .borderBox .lBox .inputBox {
  transition: .7s;
  width: 300px;
  position: absolute;
  right:20px;
}

.branchBox .borderBox .lBox:hover .inputBox {
  width: 300px;
  background-color: #fff;
}


.branchBox .borderBox .lBox .inputBox input {
  width: 100%;
  border-radius: 20px;
  height: 38px;
  padding: 5px 40px 5px 10px;
  border:1px solid #EEE;
}

.branchBox .borderBox .lBox .inputBox input:focus {
  background: none;
}


.branchBox .borderBox .lBox .inputBox #fBig {
  position: absolute;
  right: 8px;
  top: 10px;
  padding: 0;
  width: 18px;
  height: 18px;
  border-radius: 0;
  background: url(/assets/img/branch/index_icon01.gif) no-repeat left top;
  border: none;
}

.branchBox .borderBox .rBox {
  width: 600px;
  width: calc(100% - 460px);
  float: right;
	position: relative;
}

.branchBox .borderBox .rBox p {
  margin: 0;
  padding: 10px 0 0 20px;
  color: #39240A;
  float: left;
  font-size: 1.7rem;
}

.branchBox .borderBox .rBox ul {
	position: absolute;
	top: 6px;
	left: 240px;
/*
  margin-top: 6px;
	margin-left: 20px;
*/
/*  float: right;*/
/*  float: left;*/
  width: 300px;
}

.branchBox .borderBox .rBox ul li {
  margin: 0 7px 7px 0;
  float: left;
  color: #39240A;
  font-size: 1.2rem;
}

.branchBox .borderBox .rBox ul li a {
  display: inline-block;
  padding: 6px 9px;
  color: #39240A;
  text-decoration: none;
  border: 1px solid #DDD;
  border-radius: 3px;
}

.branchBox .borderBox .rBox ul li a:hover {
  opacity: 0.7;
}

.branchBox .borderBox .rBox ul li:nth-child(2) {
/*  margin-right: 100px;*/
}

.branchBox .tabUl {
  margin: 0 0 6px;
}

.branchBox .tabUl li {
  margin-right: 6px;
  float: left;
  width: 220px;
  text-align: center;
}

.branchBox .tabUl li a {
  padding: 14px 0 12px;
  display: table;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.5;
  text-decoration: none;
  background-color: #E9E9E9;
  width: 100%;
  box-sizing: border-box;
}

.branchBox .tabUl li a:hover,
.branchBox .tabUl .on a {
  color: #fff;
  background-color: #525252;
}

.branchBox .tabUl li a span {
  display: table-cell;
  vertical-align: middle;
}

.branchBox .topBox {
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
	height: 180px;
	overflow: hidden;
}
.branchBox .topBox .ttl_text{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	font-size: 20px;
	line-height: 150%;
	left: 115px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	width: 100%;
	height: 90px;
	flex-direction: column;
}
.branchBox .topBox .ttl_text span{
	font-size: 40px;
	letter-spacing: 2px;
}
.branchBox .topBox img{
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
}

.branchBox .topBox:hover {
  opacity: 0.7;
}

.branchBox .topBox:before {
  margin-top: -9px;
  width: 19px;
  height: 19px;
  background: url(/assets/img/branch/index_icon04.png) no-repeat;
  background-size: 19px 19px;
  position: absolute;
  top: 50%;
  left: 38px;

  content: "";
	z-index: 1;
}

.branchBox .topBox.on:before {
  margin-top: -9px;
  width: 19px;
  height: 19px;
  background: url(/assets/img/branch/index_icon03.png) no-repeat;
  background-size: 19px 19px;
  position: absolute;
  top: 50%;
  left: 38px;

  content: "";
}


.branchBox .topBox .title {
  position: absolute;
  left: 94px;
  top: 15px;
  color: #fff;
  font-size: 3.4rem;
}

.branchBox .topBox .text {
  position: absolute;
  left: 94px;
  top: 82px;
  color: #fff;
  font-size: 1.4rem;
  font-size: 1.8rem;
}

.branchBox .jsBox {
  display: none;
}

.branchBox .tabBox .link {
  margin: 0 0 50px 1px;
}

.branchBox .tabBox .link a:hover img {
  opacity: 0.7;
}

.branchBox .tabBox .inner {
  margin-bottom: 54px;
  padding-bottom: 46px;
  border-bottom: 1px solid #DDD;
}

.branchBox .tabBox .inner .photoBox {
  float: left;
}

.branchBox .tabBox .inner .textBox {
  margin-top: -5px;
  float: right;
  width: 850px;
	width: calc(100% - ( 250px + 42px ) ) ;
}

.branchBox .tabBox .inner .textBox .topText {
  margin: 0 0 16px;
  color: #2C4C9E;
  font-size: 2.6rem;
}

.branchBox .tabBox .inner .textBox ul {
  margin: 0;
}

.branchBox .tabBox .inner .textBox ul li {
  padding-bottom: 7px;
  /*  float: left;
  width: 281px;*/
}

.branchBox .tabBox .inner .textBox01 ul li {
  width: 440px;
}

.branchBox .tabBox .inner .textBox ul li ul li {
  float: none;
  width: auto;
}

.branchBox .tabBox .inner .textBox ul li a {
  padding-left: 22px;
  display: inline-block;
  color: #333;
  background: url(/assets/img/branch/index_icon02.png) no-repeat 5px center;
  text-decoration: none;
}

.branchBox .tabBox .inner .textBox ul li a:hover {
  text-decoration: underline;
}

.branchBox .tabBox .inner01 {
  margin-bottom: 45px;
  padding-bottom: 32px;
}

.branchBox .tabBox .inner01 .textBox ul li:last-child {
  /*  width: 300px;*/
}

.branchBox .tabBox .inner01 .textBox ul li ul li:last-child {
  width: auto;
}

/**/
@media all and (min-width: 768px) {
  .listUl--halfColumn {
    display: flex;
    flex-wrap: wrap;
  }
  .listUl--halfColumn li {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .listUl--halfColumn li:nth-child(2n) {
    margin-right: 0;
  }
}

.branchBox .tabBox .innerNoBor {
  border-bottom: none;
}

.branchBox .tabBox .ulList {
  margin: 0 -8px 0 0;
  overflow: hidden;
}

.branchBox .tabBox .ulList li {
  margin: 0 6px 5px 0;
  width: 376px;
	width: calc(100% / 3 - 7px);
  float: left;
  text-align: center;
  background-color: #FBFBFB;
}

.branchBox .tabBox .ulList li a {
  padding: 41px 0 38px;
  display: block;
  color: #333;
  text-decoration: none;
}

.branchBox .tabBox .ulList li a:hover {
  opacity: 0.7;
}

.branchBox .tabBox .ulList li .photo {
  margin-bottom: 20px;
}

.branchBox .tabBox .ulList li .top {
  margin-bottom: 10px;
  color: #2C4C9E;
  font-size: 2.0rem;
}

.branchBox .tabBox .ulList li p {
  margin: 0 0 21px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.branchBox .tabBox .ulList li .textLink {
  padding-left: 12px;
  color: #333;
  font-size: 1.2rem;
  background: url(/assets/img/branch/index_icon05.png) no-repeat left 3px;
  text-decoration: none;
}

.branchBox .tabBox .topInner {
  margin-bottom: 65px;
  position: relative;
}
.branchBox .tabBox .topInner img{
	width: 100%;
}

.branchBox .tabBox .topInner .textSpan {
  position: absolute;
  font-size: 1.3rem;
  width: 150px;
  left: 7%;
  top: 23%;
  line-height: 1.55;
  text-align: center;
}

.branchBox .tabBox .topInner .textSpan span {
  color: #2C4C9E;
  font-size: 2.0rem;
  font-weight: bold;
  vertical-align: middle;
}

.branchBox .tabBox .topInner .linkSpan {
  position: absolute;
  left: 9.7%;
  top: 58.3%;
  font-size: 1.2rem;
}

.branchBox .tabBox .topInner .linkSpan a {
  padding-left: 13px;
  color: #333;
  background: url(/assets/img/branch/index_icon05.png) no-repeat left 3px;
  text-decoration: none;
}

.branchBox .tabBox .topInner .linkSpan a:hover {
  text-decoration: underline;
}

.branchBox .tabBox h3 {
  margin-bottom: 54px;
  font-size: 3.0rem;
  font-weight: normal;
  text-align: center;
}

.branchBox .tabBox h3 span {
  margin-top: 7px;
  display: block;
  color: #659FD6;
  font-size: 2.0rem;
}

.branchBox .tabBox .sceneList {
  margin: -50px -44px 0 0;
}

.branchBox .tabBox .sceneList li {
  margin: 50px 44px 0 0;
  float: left;
  width: 350px;
	width: calc(100% / 3 - 45px);
}

.branchBox .tabBox .sceneList li a {
  display: block;
  color: #333;
  text-decoration: none;
}

.branchBox .tabBox .sceneList li a:hover {
  opacity: 0.7;
}

.branchBox .tabBox .sceneList li img {
  margin-bottom: -2px;
	width: 100%;
}

.branchBox .tabBox .sceneList li span {
  display: block;
}

.branchBox .tabBox .sceneList li .textTit {
  margin-bottom: 12px;
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
}

.branchBox .tabBox .sceneList li .text {
  margin-bottom: 14px;
  display: block;
  font-size: 1.4rem;
  letter-spacing: -0.5px;
}

.branchBox .tabBox .sceneList li .linkSpan {
  font-size: 1.3rem;
  padding-left: 14px;
  color: #333;
  background: url(/assets/img/branch/index_icon05.png) no-repeat left 4px;
  text-decoration: none;
}

#conts {
  float: right;
  width: 860px;
	width: calc(100% - 280px);
}

#sideBar {
/*  padding: 30px 0 0;*/
	padding: 0;
  float: left;
  width: 240px;
  background-color: #0D385E;
}

#sideBar .title {
/*
  margin: 0 0 33px 36px;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.45;
*/
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 35px;
	min-height: 120px;
	color: #fff;
	font-size: 3rem;
	margin: 0

}

#sideBar .title span {
  display: block;
  font-size: 1.5rem;
}

#sideBar .linkText {
  margin: 0 0 25px 27px;
}

#sideBar .linkText a {
  padding-left: 32px;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  background: url(/assets/img/branch/s_icon01.png) no-repeat left top;
}

#sideBar .linkText a:hover {
  text-decoration: underline;
}

#sideBar .sBox {
  padding: 27px 26px 10px;
  background-color: #F3F6FB;
}

#sideBar .sBox .linkText {
  margin: 0 0 18px;
}

#sideBar .sBox .linkText a {
  display: inline-block;
  color: #09375F;
  background: url(/assets/img/branch/s_icon02.png) no-repeat left top;
}

#sideBar .sBox .linkUl {
  margin: 0;
}

#sideBar .sBox .linkUl li {
  padding-bottom: 8px;
  float: left;
  width: 100%;
}

#sideBar .sBox .linkUl li a {
  padding-left: 20px;
  color: #09375F;
  font-size: 1.2rem;
  display: inline-block;
  text-decoration: none;
  background: url(/assets/img/branch/s_icon03.png) no-repeat 5px 4px;
}

#sideBar .sBox .linkUl li a:hover {
  text-decoration: underline;
}

#sideBar .linkText01 {
  padding: 29px 0 6px;
}

#sideBar .linkText02 {
  padding: 29px 0 6px;
  margin-bottom:0;
}

#sideBar .linkText01 a {
  padding: 2px 0 3px 33px;
  font-size: 1.3rem;
}

.pageTitle {
  margin: 0 0 50px;
  min-height: 250px;
  background: url(/assets/img/branch/material/page_title_bg.jpg) no-repeat left top;
	background-size: cover;
}

.pageTitle h2 {
  margin: 0;
/*  padding: 85px 0 0 20px;*/
  padding: 85px 0 0 31px;
  color: #fff;
  font-weight: normal;
  font-size: 3.2rem;
}

.pageTitle h2 span {
  margin-top: 2px;
  display: block;
  font-size: 1.8rem;
}

.mv_material .pageTitle {
  background: url(/assets/img/branch/material/page_title_bg.jpg) no-repeat left top;
  background-size: cover;
}

.mv_qualityoflife .pageTitle {
  background: url(/assets/img/branch/qualityoflife/page_title_bg.jpg) no-repeat left top;
  background-size: cover;
}

.mv_healthcare .pageTitle {
  background: url(/assets/img/branch/healthcare/page_title_bg.jpg) no-repeat left top;
  background-size: cover;
}

.mv_nutrition .pageTitle {
  background: url(/assets/img/branch/nutrition/page_title_bg.jpg) no-repeat left top;
  background-size: cover;
}

.materialBox {
  -ms-flex: 0 1 1170px;
	flex: 0 1 1170px;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	min-width: 1010px;
}

.materialBox .headLine01 {
  margin: 0 0 38px;
  cursor: pointer;
  padding: 18px 10px 18px 62px;
  position: relative;
  border-left: 5px solid #005DBA;
  background-color: #F7FBFE;
}

.materialBox .headLine01:before {
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(/assets/img/branch/material/icon02.gif) no-repeat;
  background-size: 12px 12px;
  position: absolute;
  top: 50%;
  left: 24px;

  content: "";
}

.materialBox .headLine01.on:before {
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(/assets/img/branch/material/icon01.gif) no-repeat;
  background-size: 12px 12px;
  position: absolute;
  top: 50%;
  left: 24px;

  content: "";
}

.materialBox .jsBox {
  /*  display: none; */
}

.materialBox .inner {
  margin-bottom: 35px;
}

.materialBox .inner .photoBox {
  float: left;
}

.materialBox .inner .textBox {
  margin-top: -3px;
  float: right;
  width: 587px;
	width: calc(100% - 273px);
}

.materialBox .inner .textBox p {
  margin: 0 0 23px;
  font-size: 1.3rem;
  line-height: 1.7;
}

.materialBox .inner .textBox .text01 {
  margin-bottom: 0;
}

.materialBox .grepBox {
  margin-bottom: 50px;
  padding: 46px 20px 51px 60px;
  background-color: #F4F4F4;
}

.materialBox .grepBox .photoList li {
  margin: 0 27px 27px 0;
  float: left;
  width: 164px;
	width: calc((100% / 4) - 27.5px);
}
.materialBox .grepBox .photoList li img{
	width: 100%;
}

.materialBox .grepBox .photoList li a {
  display: block;
  color: #333;
  text-decoration: none;
}

.materialBox .grepBox .photoList li a:hover {
  opacity: 0.7;
}

.materialBox .grepBox .photoList li span {
  display: block;
  margin-top: 15px;
  padding-left: 16px;
  color: #333;
  font-size: 1.3rem;
  line-height: 1.5;
  background: url(/assets/img/branch/index_icon02.png) no-repeat left 4px;
}

.materialBox .grepBox .btn {
  padding-right: 40px;
  text-align: center;
}

.materialBox .grepBox .btn a:hover img {
  opacity: 0.7;
}

.materialBox .grepBox01 {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.carBox {
  -ms-flex: 0 1 1170px;
	flex: 0 1 1170px;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	min-width: 1010px;
}

.carBox .pageTitle {
  margin-bottom: 50px;
  padding: 0;
  min-height: 250px;
	background-size: cover !important;
}

.mv_car .pageTitle {
  background: url(/assets/img/branch/car/page_title_bg.jpg) no-repeat left top;
}

.mv_housing .pageTitle {
  background: url(/assets/img/branch/housing/page_title_bg.jpg) no-repeat left top;
}

.mv_environment .pageTitle {
  background: url(/assets/img/branch/environment/page_title_bg.jpg) no-repeat left top;
}

.mv_telecommunications .pageTitle {
  background: url(/assets/img/branch/telecommunications/page_title_bg.jpg) no-repeat left top;
}

.mv_medical .pageTitle {
  background: url(/assets/img/branch/medical/page_title_bg.jpg) no-repeat left top;
}

.mv_food .pageTitle {
  background: url(/assets/img/branch/food/page_title_bg.jpg) no-repeat left top;
}

.mv_daily .pageTitle {
  background: url(/assets/img/branch/daily/page_title_bg.jpg) no-repeat left top;
}

.mv_agriculture .pageTitle {
  background: url(/assets/img/branch/agriculture/page_title_bg.jpg) no-repeat left top;
}

.mv_chemical .pageTitle {
  background: url(/assets/img/branch/chemical/page_title_bg.jpg) no-repeat left top;
}

.carBox .pageTitle .infoText {
  padding: 0 0 0 31px;
  margin: 0;
  display: table;
  height: 250px;
}

.carBox .pageTitle .infoText p {
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.65;
  display: table-cell;
  vertical-align: middle;
}

.carBox .pageTitle .infoText p span {
  display: block;
  margin-top: 19px;
  font-size: 1.5rem;
}

.carBox .listUl {
  margin: -5px -10px 0 0;
  overflow: hidden;
}

.carBox .listUl li {
  margin: 5px 5px 0 0;
  float: left;
  width: 428px;
	width: calc(100% / 2 - 7px);
}

.carBox .listUl li a {
  padding: 20px 25px 21px;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #F4F4F4;
}

.carBox .listUl li a:hover {
  opacity: 0.7;
}

.carBox .listUl li img {
  float: left;
}

.carBox .listUl li .rBox {
  padding: 10px 0 0;
  float: right;
  width: 295px;
	width: calc(100% - 80px);
}

.carBox .listUl li .rBox .text {
  display: block;
  color: #333;
  line-height: 1.3;
  font-size: 1.3rem;
}

.carBox .listUl li .rBox .title {
  display: block;
  margin: 0 4px 9px 0;
  color: #2A479F;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.35;
  letter-spacing: -0.5px;
  background: url(/assets/img/branch/car/icon.png) no-repeat right center;
  padding-right:  10px;
}

.carBox .listUl li .rBox .title sup {
  font-size: 2.8rem;
}
.carBox .listUl li .rBox .title sup.ssize {
  font-size: 1.5rem;
  top: 0;
}

.sp {
  display: none !important;
}


@media all and (min-width: 0) and (max-width: 767px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  #pagePath.l-column {
    padding: 0 15px;
    width: auto !important;
  }

  .branchBox {
    padding: 0 15px;
    width: auto;
	  -ms-flex: auto;
		flex: auto;
		max-width: initial;
		margin: 0 auto;
		min-width: auto !important;

  }

  .branchBox h2 {
    margin-bottom: 20px;
    font-size: 2.6rem;
  }

  .branchBox h2 span {
    margin: 0;
    font-size: 1.5rem;
  }

  .branchBox .text01 {
    margin-bottom: 30px;
    font-size: 1.6rem;
    text-align: left;
  }

  .branchBox .linkUl {
    margin: -10px 0 30px 0;
  }

  .branchBox .linkUl li {
    margin: 10px 0 0;
    width: 48.5%;
  }

  .branchBox .linkUl li:nth-child(2n) {
    float: right;
  }

  .branchBox .linkUl li img {
    width: 100%;
  }

  .branchBox .linkUl li span {
    margin-top: 5px;
  }

  .branchBox .borderBox {
    padding: 20px 0 15px;
  }

  .branchBox .borderBox .lBox {
    padding: 0;
    float: none;
    width: auto;
    height: 40px;
    border: none;
  }

  .branchBox .borderBox .lBox:hover {
  }

  .branchBox .borderBox .rBox {
    float: none;
    width: auto;
    clear: both;
  }

  .branchBox .borderBox .lBox p {
    margin: 7px 6px 0 0;
    font-size: 1.6rem;
  }

  .branchBox .borderBox .lBox .inputBox {
    width: 180px;
    right: 0px;
  }

  .branchBox .borderBox .lBox .inputBox input {
    padding: 8px 30px 5px 10px;
    height: 34px;
    line-height: 2;
  }

  .branchBox .borderBox .lBox:hover .inputBox {
    position: absolute;
    width: 180px;
  }

  .branchBox .borderBox .lBox .inputBox #fBig {
    top: 10px;
    right: 12px;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }

  .branchBox .borderBox .rBox p {
    margin-right: 9px;
    padding-left: 0;
    font-size: 1.6rem;
  }

  .branchBox .borderBox .rBox ul {
    margin-bottom: 0;
    width: auto;
    float: left;
	  position: static;
	  margin-top: 6px;
	  margin-left: 0;
  }

  .branchBox .borderBox .rBox ul li {
    margin: 0 4px 4px 0;
  }

  .branchBox .borderBox .rBox ul li a {
    padding: 4px 5px;
  }

  .branchBox .borderBox .rBox ul li a:hover {
    opacity: 1;
  }

  .branchBox .borderBox .rBox ul li:nth-child(2) {
    margin-right: 4px;
  }

  .branchBox .tabUl li {
    margin-right: 2%;
    width: 32%;
  }

  .branchBox .tabUl li a {
    padding: 10px 3px 8px;
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .branchBox .tabUl .on a {
    color: #333;
    background-color: #E9E9E9;
  }

  .branchBox .tabUl li:last-child {
    margin-right: 0;
  }

  .branchBox .spTit {
    padding-left: 8px;
    font-size: 2.4rem;
    border-left: 5px solid #7F7F7F;
  }

  .branchBox .topBox {
    margin-bottom: 15px;
	  height: auto;
  }

  .branchBox .topBox:hover {
    opacity: 1;
  }

  .branchBox .topBox img {
    width: 100%;
    max-width: inherit;
	  position: static;
  }

  .branchBox .topBox .title {
    margin: 0;
    font-size: 2.3rem;
    left: 25px;
    top: 20%;
  }

  .branchBox .topBox .text {
    font-size: 1.3rem;
    left: 25px;
    top: 38%;
  }

  .branchBox .topBox:before {
    margin-top: -5px;
    left: 15px;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
  }

  .branchBox .topBox.on:before {
    margin-top: -5px;
    left: 15px;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
  }

  .branchBox .tabBox .link {
    margin-bottom: 30px;
  }

  .branchBox .tabBox .link img {
    width: 90px;
  }

  .branchBox .tabBox .link a:hover img {
    opacity: 1;
  }

  .branchBox .tabBox .inner {
    margin-bottom: 25px;
    padding-bottom: 10px;
  }

  .branchBox .tabBox .inner .photoBox {
    margin: 0 auto 20px;
    float: none;
    width: 60%;
  }

  .branchBox .tabBox .inner .photoBox img {
    width: 100%;
  }

  .branchBox .tabBox .inner .textBox {
    margin: 0;
    float: none;
    width: auto;
  }

  .branchBox .tabBox .inner .textBox .topText {
    margin-bottom: 10px;
    font-size: 2.0rem;
  }

  .branchBox .tabBox .inner .textBox ul li {
    /*    width: 50%;*/
    font-size: 1.4rem;
  }

  .branchBox .tabBox .inner .textBox ul li a {
    padding-left: 15px;
    display: inline-block;
    background-size: 5px auto;
  }

  .branchBox .tabBox .inner01 .textBox ul li:last-child {
    width: 50%;
  }

  .branchBox .tabBox .ulList {
    margin: 0;
  }

  .branchBox .tabBox .ulList li {
    margin: 0 0 5px;
    width: 100%;
    display: table;
    box-sizing: border-box;
  }

  .branchBox .tabBox .ulList li a {
    padding: 20px 10px;
  }

  .branchBox .tabBox .ulList li a:hover {
    opacity: 1;
  }

  .branchBox .tabBox .ulList li .photo {
    width: 90px;
    display: table-cell;
    vertical-align: middle;
  }

  .branchBox .tabBox .ulList li .textBox {
    display: table-cell;
    text-align: left;
  }

  .branchBox .tabBox .ulList li .top {
    margin-bottom: 4px;
  }

  .branchBox .tabBox .ulList li p {
    margin-bottom: 10px;
  }

  .branchBox .tabBox .ulList li .textP {
    font-size: 1.4rem;
  }

  .branchBox .tabBox .ulList li .textLink {
    font-size: 1.3rem;
    background: url(/assets/img/branch/index_icon05.png) no-repeat left 4px;
    background-size: 6px auto;
  }

  .branchBox .tabBox .topInner {
    margin-bottom: 30px;
  }

  .branchBox .tabBox .topInner .textSpan {
    font-size: 0.6rem;
    width: auto;
    left: 4%;
  }

  .branchBox .tabBox .topInner .textSpan span {
    font-size: 0.9rem;
  }

  .branchBox .tabBox .topInner .linkSpan {
    font-size: 0.6rem;
    left: 9%;
    top: 62%;
  }

  .branchBox .tabBox .topInner .linkSpan a {
    padding-left: 4px;
    background-size: 2px auto;
  }

  .branchBox .tabBox h3 {
    margin-bottom: 25px;
    font-size: 2.0rem;
  }

  .branchBox .tabBox h3 span {
    margin: 0;
    font-size: 1.3rem;
  }

  .branchBox .tabBox .sceneList {
    margin: 0;
  }

  .branchBox .tabBox .sceneList li {
    margin: 0 0 25px;
    width: 100%;
  }

  .branchBox .tabBox .sceneList li a:hover {
    opacity: 1;
  }

  .branchBox .tabBox .sceneList li img {
    width: 100%;
  }

  .branchBox .tabBox .sceneList li .textTit {
    margin-bottom: 8px;
  }

  .branchBox .tabBox .sceneList li .text {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .branchBox .tabBox .sceneList li .linkSpan {
    padding-left: 12px;
    background: url(/assets/img/branch/index_icon05.png) no-repeat left 3px;
    background-size: 6px auto;
  }

  #sideBar {
    display: none;
  }

  #conts {
    float: none;
    width: auto;
  }

  .materialBox {
    padding: 0 15px;
    width: auto;
	  -ms-flex: auto;
		flex: auto;
		max-width: initial;
		margin: 0 auto;
		min-width: auto !important;
  }

  .pageTitle {
    min-height: 108px;
    margin-bottom: 25px;
    background-size: 100% auto;
  }

  .pageTitle h2 {
    padding: 30px 13px;
    font-size: 2.6rem;
    line-height: 1.5;
  }

  .pageTitle h2 span {
    margin: 0;
    font-size: 1.4rem;
  }

  .materialBox .headLine01 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    padding: 10px 5px 10px 22px;
    border-left: 3px solid #005DBA;
  }

  .materialBox .headLine01::before {
    background: url(/assets/img/branch/material/icon01.gif) no-repeat;
    margin-top: -4px;
    left: 8px;
    width: 8px;
    height: 8px;
    background-size: 8px 8px;
  }

  .materialBox .headLine01.on::before {
    background: url(/assets/img/branch/material/icon02.gif) no-repeat;
    margin-top: -4px;
    left: 8px;
    width: 8px;
    height: 8px;
    background-size: 8px 8px;
  }
  .materialBox .headLine01.on.isActive::before {
    background: url(/assets/img/branch/material/icon01.gif) no-repeat;
  }

  .materialBox .inner {
    margin-bottom: 20px;
  }

  .materialBox .inner .photoBox {
    width: 60%;
    float: none;
    margin: 0 auto 20px;
  }

  .materialBox .inner .photoBox img {
    width: 100%;
  }

  .materialBox .inner .textBox {
    float: none;
    width: auto;
  }

  .materialBox .inner .textBox p {
    margin-bottom: 10px;
  }

  .materialBox .grepBox {
    padding: 15px;
  }

  .materialBox .grepBox .photoList {
    margin: 0;
  }

  .materialBox .grepBox .photoList li {
    width: 48%;
    margin: 0 0 20px;
  }

  .materialBox .grepBox .photoList li a:hover {
    opacity: 1;
  }

  .materialBox .grepBox .photoList li img {
    width: 100%;
  }

  .materialBox .grepBox .photoList li:nth-child(2n) {
    float: right;
  }

  .materialBox .grepBox .photoList li span {
    margin-top: 6px;
    padding-left: 12px;
    background: url(/assets/img/branch/index_icon05.png) no-repeat left 3px;
    background-size: 6px auto;
  }

  .materialBox .grepBox .btn {
    padding: 0;
  }

  .materialBox .grepBox .btn img {
    width: 120px;
  }

  .spInner {
    padding: 10px;
    background-color: #D9D9D9;
  }

  .spInner .spTtl {
    margin: 0 0 10px;
    font-size: 2.3rem;
    text-align: center;
  }

  .spInner ul {
    margin: -10px 0 0;
  }

  .spInner ul li {
    margin: 10px 0 0;
    float: left;
    width: 48%;
    text-align: center;
  }

  .spInner ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    color: #333;
    text-decoration: none;
    background-color: #fff;
  }

  .spInner ul .on a {
    color: #fff;
    background-color: #1F497D;
  }

  .spInner ul li:nth-child(2n) {
    float: right;
  }

  .carBox {
    padding: 0 15px;
    width: auto;
	  -ms-flex: auto;
		flex: auto;
		max-width: initial;
		margin: 0 auto;
		min-width: auto !important;
  }

  .carBox .pageTitle {
    min-height: 108px;
    margin-bottom: 25px;
    background-size: 100% auto;
  }

  .carBox .pageTitle .infoText {
    padding: 0 13px;
    height: 108px;
  }

  .carBox .pageTitle .infoText p {
    font-size: 1.5rem;
  }

  .carBox .pageTitle .infoText p span {
    margin-top: 4px;
    font-size: 1.1rem;
  }

  .carBox .listUl {
    margin: -5px 0 0;
  }

  .carBox .listUl li {
    width: 100%;
  }

  .carBox .listUl li a {
    padding: 15px;
    min-height: inherit;
  }

  .carBox .listUl li img {
    width: 20%;
  }

  .carBox .listUl li .rBox {
    width: 75%;
  }

  .carBox .listUl li .rBox .title {
    letter-spacing: 0;
  }

  .materialBox .jsBox {
    display: none;
  }

}

@media all and (max-width: 767px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
  }
  .l-column ul.topicPath,
  ul#pagePath {
    margin-top: 60px !important;
  }
}
