@charset "UTF-8";


/* フロアナビゲーション --------------------------------------------------- */

.IndexList a {
font-weight: 600;
}

.IndexList_En a {
font-weight: 600;
}

@media only screen and (max-width: 767px) {

	.IndexList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
	border-left: 1px solid #0072b9;
	border-top: 1px solid #0072b9;
	}
	
	.IndexList li {
	width: calc(100% / 6);
	}

	.IndexList li:nth-child(odd) a {
	display: block;
	width: 100%;
	padding: 1.0rem 0;
	font-size: 1.0rem;
	text-align: center;
	border-right: 1px solid #0072b9;
	border-bottom: 1px solid #0072b9;
	}

	.IndexList li:nth-child(even) a {
	display: block;
	width: 100%;
	padding: 1.0rem 0;
	font-size: 1.0em;
	text-align: center;
	border-right: 1px solid #0072b9;
	border-bottom: 1px solid #0072b9;
	}

	.IndexList a.None {
	pointer-events: none;	
	}

	.IndexList a.None span {
	opacity: 0.4;
	}

	.IndexList_En {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
	border-left: 1px solid #0072b9;
	border-top: 1px solid #0072b9;
	}
	
	.IndexList_En li {
	width: calc(100% / 7);
	}

	.IndexList_En li:nth-child(odd) a {
	display: block;
	width: 100%;
	padding: 1.0rem 0;
	font-size: 1.0rem;
	text-align: center;
	border-right: 1px solid #0072b9;
	border-bottom: 1px solid #0072b9;
	}

	.IndexList_En li:nth-child(even) a {
	display: block;
	width: 100%;
	padding: 1.0rem 0;
	font-size: 1.0em;
	text-align: center;
	border-right: 1px solid #0072b9;
	border-bottom: 1px solid #0072b9;
	}

	.IndexList_En a.None {
	pointer-events: none;	
	}

	.IndexList_En a.None span {
	opacity: 0.4;
	}

	.ListMds {
	margin: 2rem 0 1rem 0;
	color: #000;
    font-size: 1.6rem;
    font-weight: bold;
	}

}


@media print, screen and (min-width: 768px) {

	.IndexList {
	display: flex;
	flex-wrap: wrap;
	}
	
	.IndexList li {
	width: calc(100% / 11);
	margin-top: 0.5rem;
	}

	.IndexList a {
	display: block;
	width: 90%;
	padding: 1.0rem 0;
	text-align: center;
	border: 1px solid #0072b9;
	}

	.IndexList a.None {
	opacity: 0.4;
	pointer-events: none;
	}
	
	.IndexList_En {
	display: flex;
	flex-wrap: wrap;
	}
	
	.IndexList_En li {
	width: calc(100% / 13);
	margin-top: 0.5rem;
	}

	.IndexList_En a {
	display: block;
	width: 90%;
	padding: 1.0rem 0;
	text-align: center;
	border: 1px solid #0072b9;
	}

	.IndexList_En a.None {
	opacity: 0.4;
	pointer-events: none;
	}
	
	.ListMds {
	margin: 2rem 0 0.5rem 0;
	color: #000;
    font-size: 1.8rem;
    font-weight: bold;
	}

}

@media print, screen and (min-width: 1110px) {

	.IndexList a:hover {
	opacity: 0.5;	
	}

	.IndexList_En a:hover {
	opacity: 0.5;	
	}

	.ListMds {
	margin-top: 3rem;
	color: #000;
    font-size: 2.2rem;
    font-weight: bold;
	}

}



/* テーブル --------------------------------------------------- */

  .table_design {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  }
  .table_design th, .table_design td {
  border: 1px solid #CCCCCC;
  padding: 1em;
  }
  
@media only screen and (max-width: 767px) {
  .table_design {
  text-align: left;
  }
  .table_design thead {
  display:none;
  }
  .table_design th, .table_design td {
  display: block;
  border: 0;
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
  line-height: 1.6;
  }
  .table_design td {
  font-weight: 300;
  }

  .table_design th a {
  font-size: 16px;
  }
  
  .table_design th span {
  font-size: 16px;
  font-weight: 300;
  }
  .table_design tbody th{
  background: #e7f4f7;
  color:#333;
  }
  .table_design td::before{
  content: attr(data-label);
  color: #EAEAEA;
  font-weight: bold;
  display: inline-block;
  }
}

@media print, screen and (min-width: 768px) {

  .table_design thead th {
  background-color: #EAEAEA;
  color: #fff;
  border: 2px solid #EAEAEA;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #333;
  }
  .table_design td {
  font-weight: 300;
  }
  .table_design th a {
  font-size: 16px;
  }
  .table_design th span {
  font-size: 16px;
  font-weight: 300;
  }
  .table_design thead th:last-of-type {
  border-right: 2px solid #EAEAEA;
  }
  .table_design tbody th {
  font-weight: bold;
  text-align: left !important;
  }
}
