/*--------------20210608_追記--------------*/
/*タブ切り替え全体のスタイル*/
.tabs-tokyo {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item-tokyo {
  width: calc(100%/4);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #ebebeb;
  line-height: 50px;
  font-size: 16px;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.1s ease;
	
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;	
}
.tab_item-tokyo:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
.tab_item-tokyo:hover {
  opacity: 1;
}	
}
.tabs-tokyo input:checked + .tab_item-tokyo:visited, .tabs-tokyo input:checked + .tab_item-tokyo:active, .tab_item-tokyo:visited, .tab_item-tokyo:active {
  background-color: #4bbe88;
}

/*ラジオボタンを全て消す*/
input[name="tab_item-tokyo"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content-tokyo {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#eigyo-tokyo:checked ~ #eigyo_content-tokyo,
#kanri-tokyo:checked ~ #kanri_content-tokyo,
#sekkei-tokyo:checked ~ #sekkei_content-tokyo,
#sekisan-tokyo:checked ~ #sekisan_content-tokyo {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs-tokyo input:checked + .tab_item-tokyo {
  background-color: #4bbe88;
  color: #fff;
  border: none;
  /*font-weight: bold;*/	
}
.tabs-osaka input:checked + .tab_item-osaka {
  background-color: #fe6c39;
  color: #fff;
  border: none;
  /*font-weight: bold;*/	
}
.all_area div.content_area.midway {
  padding: 10px 0;
}
.all_area div.content_area.midway .phone-padding {
  padding: 0 15px;
}
.all_area div.content_area.midway table.col-table.top-table tr.midashi td.left-cell {
  padding-top: 15px;
}
section#recruitment table.col-table.top-table tr.midashi td.left-cell.midway {
	/*width: 180px;
	padding-right: 0;
    padding-left: 20px;
    font-weight: bold;*/
}
.section-box table.col-table td.right-cell.midway {
    /*width: 80%;
    padding: 10px;*/
	font-weight: normal;
}
.section-box table.col-table tr.midashi td.right-cell.midway span {
    color: #212529;
}
div.midway .tab_content-tokyo {
    /*padding: 0 15px;
	padding-top: 15px;*/
    padding: 0;
	padding-top: 30px;
}
@media screen and (max-width: 767px) {
div.midway .tab_content-tokyo {
    padding: 0;
	padding-top: 30px;
}	
}
.tabs-tokyo {
    padding-bottom: 0;
    box-shadow: none;
}
.section-box table.col-table.midway-table {
    /*border: 1px solid #888;*/
}
.section-box table.col-table.midway-table tr:first-child {
    /*border-top: 1px solid #888;*/
}
section#recruitment table.col-table.top-table tr.midashi td.left-cell {
    /*padding: 10px 20px;*/
	padding: 20px 0;
}
section#recruitment table.col-table.top-table tr.midashi td.left-cell a {
    transition: .3s;
	display: block;
}
section#recruitment table.col-table.midway-table tr.saiyo-flow-shita td.right-cell a {
    transition: .3s;
	display: inline-block;
}
section#recruitment table.col-table.top-table tr.midashi td.left-cell .midway-entry a {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
section#recruitment table.col-table.top-table tr.midashi td.left-cell a:hover {
    opacity: 0.7;
}
section#recruitment table.col-table.top-table tr.midashi td.left-cell .midway-entry a:hover {
    background-color: #428f9d;
    opacity: 1;
}
/*section#recruitment table.col-table.top-table tr.midashi td.left-cell.cell-wrap {
    padding: 20px 15px;
	padding-bottom: 0;
}*/
section#recruitment table.col-table.top-table tr.sub-midashi {
    border-top: none;
	
}
section#recruitment table.col-table.top-table tr.sub-midashi td.left-cell {
    width: 180px;
    padding-top: 0;
    padding-bottom: 0;
}
section#recruitment table.col-table.midway-table:nth-of-type(2) tr.sub-midashi td.left-cell {
    padding-top: 20px;
    padding-bottom: 0;
}
section#recruitment table.col-table.midway-table:nth-of-type(3) tr.sub-midashi td.left-cell {
    padding-top: 20px;
    padding-bottom: 0;
}
section#recruitment table.col-table.top-table tr.sub-midashi td.left-cell span {
    line-height: 1;	
}
.midway .tab_item-tokyo {
    width: calc(25% - 3.75%);
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    color: #b3b3b3;
    margin: 0 2.5%;
	font-weight: normal;
}
@media screen and (max-width: 991px) {
	.midway .tab_item-tokyo {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    width: calc(25% - 1.5%);
    margin: 0 1%;
}
}
.midway .tab_item-tokyo:first-of-type {
    margin-left: 0;
}
.midway .tab_item-tokyo:last-of-type {
    margin-right: 0;
}
.section-box table.col-table tr.midashi td.right-cell.midway span {
    color: #212529;
    font-weight: normal;
}
footer .footer-header {
	display: none;	
}
.tab_area-tokyo li {
    border-top: 1px solid #ccc;
}
.tab_area-tokyo li:last-child {
    border-right: 1px solid #ccc;
}
span.kome {
	font-family: sans-serif;
}
.midway-entry {
	margin-top: 30px;
    margin-bottom: 30px;
}
.midway-entry a {
	display: block;
    width: 400px;
    background-color: #58C5D9;
    color: #FFF;
    padding: 11px 0;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3;
    transition: .3s;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.midway-entry a {
	width: 100%;	
	}
}
.midway-entry a:hover {
	background-color: #428f9d;
}
.midway-entry a span {
	font-size: 26px;
    letter-spacing: 0.2rem;
}
.col-table .right-cell a {
	text-decoration: underline;
}
section#recruitment table.col-table tr.sub-midashi td.left-cell span.kagawa {
    background-color: #266092;
}
/*section#recruitment table.col-table:nth-of-type(3) tr.sub-midashi td.left-cell span.kagawa {
    background-color: #589DD9;
}*/
section#recruitment table.col-table tr.sub-midashi td.left-cell span.kagawa.otoiawase {
    background-color: #589DD9;
}
section#recruitment table.col-table tr.sub-midashi td.left-cell span.tokyo {
    background-color: #3c926a;
}
section#recruitment table.col-table tr.sub-midashi td.left-cell span.tokyo.otoiawase {
    background-color: #4ABE88;
}
section#recruitment table.col-table tr.sub-midashi td.left-cell span.osaka {
    background-color: #922826;
}
section#recruitment table.col-table tr.sub-midashi td.left-cell span.osaka.otoiawase {
    background-color: #fe6c39;
}
.section-box table.col-table tr.midashi td.left-cell .midway-entry span {
    color: #FFF;
}
section#recruitment table.col-table.top-table tr.saiyo-flow td.left-cell.midway {
    padding: 0;
    padding-top: 20px;
}
@media screen and (max-width: 767px) {
section#recruitment table.col-table.top-table .tab_content-tokyo tr.saiyo-flow td.left-cell.midway {
    padding: 0;
    padding-top: 25px !important;
	width: 100%;
}
}	