@charset "UTF-8";

.table {
  width: 100%;
  border: 2px solid #ddd;
  border-collapse: separate;
  border-spacing: 0;
}
.table th,
.table td {
  padding: 15px 20px;
  box-sizing: border-box;
  border-bottom: 2px solid #ddd;
  white-space: 0;
}
.table tr:last-child th,
.table tr:last-child td {
  border-bottom: none;
}
.table th {
  border-right: 2px solid #ddd;
  background: #f5f7f7;
  color: #003399;
}

@media only screen and (max-width: 768px) {
  .table th {
    font-size: 14px;
    width: 100px;
    padding: 10px;
  }
  .table td p,
  .table td ul li{
    font-size: 14px;
  }
}

.table td ul li {
  padding-left:1.3em;
  text-indent: -1.3em;
}


.table-wide {
  border-collapse: collapse;
  table-layout: fixed;
  margin:20px 0 20px;
  text-align: center;
  width: 950px;
  font-size: 14px;
}
.table-wide + .table-wide {
  margin-top: 40px;
}
.table-wide th {
	border: 1px solid #f2f2f2;
	padding: 4px;
}

.table-wide th.onblue {
	background: #4f90c8;
	color: #fff;
	padding: 4px;
}
.table-wide td {
	border: 1px solid #f2f2f2;
	padding: 4px;
	background: #fff;
	text-align: left;
}

th.title_01 {
    width: 10%;
    background-color: #f6f6f6;
}

th.title_02 {
    background-color: #f6f6f6;
}

td.title {
    font-weight: 700;
}


@media only screen and (max-width: 768px) {
  .table-wide th,
  .table-wide td {
    font-size: 12px;
  }
  .spscroll {
    margin-right: -4%;
    overflow-x: scroll;
  }
  table.spfix th,
  table.spfix td {
  }
}
/*
.js-tel a {
  text-decoration: none;
}
*/
@media only screen and (max-width: 768px) {
  .pc { display: none;}
}
@media only screen and (min-width: 769px) {
  .sp { display: none;}
}
