@charset "UTF-8";
.l-main_contents {
  padding-top: 70px;
  padding-bottom: 100px;
  margin: 0 auto;
}

.l-main_contents:after {
  content: '';
  display: block;
  clear: both;
}

.l-main {
  float: left;
  width: 75%;
}

.container_liquid {
  padding-top: 0;
}

.l-sidebar {
  display: block !important;
  width: 20%;
  float: right;
  /*@include mq($break_sp) {
		display : none !important;
	}*/
}

/*
a{
	text-decoration : underline;

	&:hover{
		color: inherit;
		text-decoration : none;
	}
}
*/

@media only screen and (max-width: 767px) {
  .l-sidebar .side-nav li a {
    padding: 20px 5px 20px 10px;
  }
  .m-table_box.table_box_office .table_box .tr .th {
    font-size: 115%;
  }
}


/**********************************************************************
	本社 - className : Head-office
***********************************************************************/
.Head-office .year-list .year {
  margin-bottom: 30px;
}

.Head-office .year-list a {
  color: #071b33;
}

.l-inner-main .table_box .td {
  position: relative;
}

.l-inner-main .table_box .td p {
  display: inline-block;
}

.l-inner-main .table_box .td p .button {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  height: 1.6em;
  text-decoration: none !important;
  color: #0c489b !important;
  display: inline-block;
  border: 2px solid #0c489b;
  border-radius: 16px;
  padding: 0 10px;
  text-align: right;
  transition: all 0.3s;
}

.l-inner-main .table_box .td p .button:hover {
  color: #ffffff !important;
  background-color: #0c489b !important;
}

.l-inner-main .table_box .td p::before {
  content: "";
  display: inline-block;
  width: 58px;
  position: static;
}

@media only screen and (max-width: 767px) {
  .l-inner-main .table_box .td p .button {
    right: 0;
  }
}

/**********************************************************************
	事業所詳細 - className : Head-office
***********************************************************************/
.Office-detail iframe {
  width: 100%;
}

.Office-detail .m-table_box.table_box_office .table_box .th {
  width: auto;
  padding-right: 0;
}

.Office-detail .m-table_box.table_box_office .table_box .td {
  width: auto;
}

.Banner.container_liquid {
  padding-top: 40px;
}
