@charset "utf-8";



#main_box { line-height: 2.0; }



/* side_menu ----------------- */



li.btn003 {

  background-color: rgb(218,218,218);

  border-bottom-color: rgb(204,204,204) !important;

}

li.btn003 > a {

  pointer-events: none;

  cursor: auto;

}



#side_box .side_menu li.btn003 > a::after {

  display: none;

}





/* profile ---------------------------- */



.corporate_profile th,

.corporate_profile td {

	border-top-style: none;

	border-right-style: none;

	border-left-style: none;

	vertical-align: top;

}



.corporate_profile th {

	background-color: #f4f4f4;

}

 

.corporate_profile .box01 th {

	width: 139px;

	padding:16px 21px;

	font-weight:bold;

  /*

	background-image: linear-gradient(to right, #999999, #999999 2px, transparent 1px, transparent 4px);

    background-size: 4px 1px;

    background-position:1px top;

    background-repeat: repeat-x;

  */

	white-space: nowrap;

	}



.corporate_profile .box01 td {

	width: 489px;

	padding:16px 21px;

  /*

	background-image: linear-gradient(to right, #999999, #999999 2px, transparent 1px, transparent 4px);

    background-size: 4px 1px;

    background-position: top;

    background-repeat: repeat-x;

  */

	}

	



.corporate_profile .box01 .map {

	margin-top:15px;

}



._sup {

	font-size: 0.8em;

	vertical-align: top;

}



.note {

  font-size: 11px;

}

.note li {

  line-height: 1.4;

  margin-top: 4px;

}





@media screen and (max-width:767px) {

  .corporate_profile tr {

    display: flex;

    flex-direction: column;

  }

  .corporate_profile .box01 th,

  .corporate_profile .box01 td {

    width: 100%;

  }

}











