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

/*---------------------------/company/outline/-----*/
section {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}

a.gmLink {
color: #5f5f5f;
font-size: 15px;
font-size: 1.5rem;
position: relative;
padding-right: 10px;
padding-left: 10px;
}

a.gmLink:hover {
text-decoration: none;
color: #259944;
}


a.gmLink:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #aaaaaa;
  border-right: solid 1px #aaaaaa;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}
.bscTbl01 table td span {
display: inline-block;
}
.bscTbl01 table td .mark{
display: inline-block;
margin-top: 10px;
max-width: 200px;
}


/* for SP
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
.bscTbl01 table td span {
    display: inline;
}
a.gmLink {
    padding-left: 0;
}


}







