h1.h1Title03 {
    font-family : Futura;
    font-size : 2.4rem;
    line-height : 3.6rem;
    letter-spacing : 2px;
    color : #00537A;
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
}
h2.companyTitle {
    margin: 50px 0 30px;
}
#company section {
    font-size : 1.8rem;
    line-height : 3.6rem;
    letter-spacing : 2px;
}
#company section.backGroundImage {
    padding-top: 50px;
    position: relative;
}
#company section.backGroundImage:after {
    background: url(../images/company.png) 0 0/100% auto no-repeat;
    content: "";
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
#company section.backGroundImage hr.borderBlue01 {
    margin-bottom: 20px;
}
#company section.backGroundImage .lead {
    font-size : 1.8rem;
    line-height : 3.5rem;
    color : #231815;
}
#company .h2CatchCopy {
    font-size : 6rem;
    line-height : 8rem;
    letter-spacing : 2px;
    color : #00537A;
    font-weight: 400;
    margin-bottom: 94px;
}
#company .name1 {
    font-size : 1.4rem;
    line-height : 2.2rem;
    letter-spacing: 2px;
    color : #231815;
    float: left;
    margin-right: 10px;
}
#company .name2 {
    font-size : 4rem;
    line-height : 4.4rem;
    letter-spacing : 4px;
    color : #231815;
    float: left;
}
.professionalile dl {
    overflow: hidden;
    position: relative;
}
.professionalile dl dd.map:after{
    background: url(../images/comp02.png) right bottom 700px/45% auto no-repeat;
    content: "";
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.professionalile dl dt, .professionalile dl dd {
    font-size : 1.8rem;
    line-height : 3.6rem;
    letter-spacing : 2px;
    border-top: #c3c3c3 1px dotted;
}
.professionalile dl dt {
    width: 175px;
    -moz-text-align-last: justify;
    text-align-last: justify;
    text-justify: distribute;
    text-align: justify;
    float: left;
    padding: 5px 20px;
    clear: both;
}
.professionalile dl dd {
    width: calc(100% - 175px);
    float: left;
    padding: 5px 30px;
}

.professionalile dl dd ul li {
list-style-type: square;
    padding-left: 0px;
    line-height: 1.6em;
    margin-bottom: 15px;
    margin-left: 25px;
}
.professionalile dl dd ul li span{
    font-weight: 700;
}
.professionalile dl dd ul.business{
    margin-top: 20px;
}
.professionalile dl dd ul.business li{
   list-style: none;
        padding-left: 30px;
    background: url(../images/comp04.png) left 6px/18px auto  no-repeat;
    margin-left: 0;
}

.professionalile .left, .right {
    float: left;
}
.professionalile .left {
    margin-right: 30px;
}
.tel {
    margin-right: 20px;
}
.tel a {
    color : #00537A;
    text-decoration: underline;
}
.istop{
    border-top: 0px !important;
}

@media (max-width:1000px) {
    .professionalile dl dd.map:after {
        background: none;
    }
}

@media (max-width:768px) {
    h2.companyTitle {
        margin: 0 0 30px;
    }
    #company section.backGroundImage {
        padding-top: 20px;
        background: url(../images/company.png) 0 0/100% auto no-repeat;
    }
    #company .name2 {
        letter-spacing: 3px;
    }
    #company h2.h2CatchCopy {
        font-weight: 500;
        font-size: 3rem;
        line-height: 5rem;
        text-align: center;
        margin: 30px 0 20px;
    }
    #company section.backGroundImage h3 {
        font-size: 4rem;
        line-height: 6rem;
    }
    .professionalile dl dd ul li {
    /*    background: url(../images/comp04.png) left top 3px/15px auto no-repeat;*/
    /*    font-size: 1.2em;*/
    }
    .professionalile dl dt, .professionalile dl dd {
        font-size: 1.6rem;
        line-height: 3rem;
        letter-spacing: 1px;
        display: block;
        width: 100%;
        padding: 0 5px!important;
        border-top: 0px;
    
    }
    .professionalile dl dd {
        border-bottom: dashed 1px #00537A;
        margin-bottom: 20px;
        font-size    : 1.2em;
    }
    .professionalile dl dt {
        text-align-last: auto;
        }
    .tel {
        display: block;
        margin-right: 0;
    }
    
    .professionalile dl dd ul.business li{
        background: url(../images/comp04.png) left 6px/14px auto  no-repeat;
    }
}

.imgbox {
  justify-content: center;
}

.bkbtn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 5px 0.25em 15px;
  text-decoration: none;
  color: #c0c0c0;  
	font-size: 1.5rem;
	letter-spacing: 10px;

}
.bkbtn:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top:100%;
  left: 0;
  border-radius: 3px;
  background:#c0c0c0;
  transition: .2s;
}

.bkbtn:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}

.bkstyle{
	text-align: center;
}