@charset "utf-8";
.company .globalNav ul .company {
  background: #3b85ca;
}
.company .contBox .tit02:before {
  border-left: solid 3px #3b85ca;
}
.company .contBox .tit03 {
    color: #3b85ca;
}

.company .contBox .tit03:nth-of-type(3){
	margin:20px 0 20px 0;
}


.company .contBox .dotList01 li:before {
  color: #3b85ca;
}

.company .contBox .profileList {
  border: solid 1px #e1e1e1;
  border-top: none;
  background: #f5f5f5;
  font-size: 1.4rem;
}
.company .contBox .profileList:after {
  content: "";
  display: block;
  clear: both;
}
.company .contBox .profileList > dt {
  padding: 25px;
  width: 183px;
  float: left;
  border-top: solid 1px #e1e1e1;
}
.company .contBox .profileList > dt + dd {
  display: block;
  float: left;
  padding: 25px;
  width: 795px;
  border-top: solid 1px #e1e1e1;
  border-left: solid 1px #e1e1e1;
  background: #fff;
}
.company .contBox .profileList > dt + dd:after {
  content: "";
  display: block;
  clear: both;
}
.company .contBox .profileList > dt + dd.info {
  padding: 0;
}
.company .contBox .profileList > dt + dd.info > dl > dt {
  padding: 20px 30px 0;
}
.company .contBox .profileList > dt + dd.info > dl > dd .inner {
  padding: 0 30px 20px 30px;
}
.company .contBox .profileList > dt + dd.info .inner {
  position: relative;
}
.company .contBox .profileList > dt + dd.info dt {
  border-top: solid 1px #e1e1e1;
}
.company .contBox .profileList > dt + dd.info > dl > dt:first-child  {
  border-top: none;
}
.company .contBox .profileList > dt + dd.info > dl > dd .inner > dl {
  margin-top: 20px;
  padding: 0;
}
.company .contBox .profileList > dt + dd.info > dl > dd .inner > dl > dt {
  padding: 20px 0 0;
}
.company .contBox .profileList > dt + dd.info > dl > dd .inner > dl > dd {
  padding: 0 0 20px 0;
}
/* .company .contBox .profileList dd,
.company .contBox .profileList > dt + dd.info > dl > dd{
position: relative;
} */
.mapBtn {
  position: absolute;
  bottom:20px;
  top:inherit;
  right:30px;
  z-index: 2;
}
.head .mapBtn {
  bottom:inherit;
  top:-20px;
}
.mapBtn a {
  border: solid 1px #ccc;
  display: inline-block;
  line-height: 38px;
  width: 13.0em;
  color: #333;
  display: block;
  font-size: 1.4rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.mapBtn a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-right: solid 1px #464646;
  border-top: solid 1px #464646;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -4px;
}
.mapBtn a:hover {
  background: #464646;
  color: #fff;
}
.mapBtn a:hover:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -4px;
}
 .historyList{
 border-bottom: solid 1px #e1e1e1;
 font-size: 1.4rem;
 }
 .historyList dt{
 float: left;
 width: 15.0em;
 text-align: center;
 padding: 20px 0;
 }
 .historyList dd{
 border-top: solid 1px #e1e1e1;
 padding: 20px 0;
 }
 .historyList dd:first-of-type{
 border-top: none;
 }
 .branchList{
 margin-top:20px;
 font-size: 1.4rem;
 margin-bottom:40px;
 line-height: 1.6;
 border-top: solid 1px #e1e1e1;
 }
 .branchList dt{
 margin-top:20px;
 font-weight: bold;
 font-size: 1.6rem;
 }
 .branchList dd{
 margin-top:10px;
 padding-left:1.0em;
 padding-bottom:20px;
 border-bottom: solid 1px #e1e1e1;
 }
.branchList li{
position:relative;
}
.branchList li .head{
position:absolute;
width:3.0em;
}
.branchList li .txt{
padding-left:3.0em;
word-break: break-all;
display: inline-block;
}
main article .contBox .otherLinkBox{
margin: 30px 0 0 0;
text-align: center;
}
main article .contBox .otherLnk{
display: inline-block
}
main article .contBox .otherLnk ul li{
width:240px;
}

@media screen and (max-width: 677px){
.company .globalNav ul .company,
.company .globalNav ul .company:hover {
  background: #fff;
}
.company .contBox .profileList > dt {
  width: 100%;
  float: none;
  text-align: center;
}
.company .contBox .profileList > dt + dd {
  float: none;
  width: 100%;
  border-left: none;
}
.mapBtn {
  position: relative;
  top:inherit;
  bottom:inherit;
  right:inherit;
  text-align: center;
  margin-top:20px;
}
.head .mapBtn {
  bottom:inherit;
  top:inherit;
}
.mapBtn a {
margin: 0 auto;
}
 .historyList{
 border-bottom:none;
 font-size: 1.4rem;
 }
 .historyList dt{
 border-bottom: solid 1px #e1e1e1;
 float: none;
 width: 100%;
 }
 .historyList dd{
 border-top:none;
 }
}