@charset "utf-8";
.content {
  margin: 0 auto;
  width: 1000px;
  margin-bottom: 118px;
}

@media screen and (max-width: 768px) {
  .content {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
  }
}

*{
  box-sizing: border-box;
}

/* テーブルシリーズ */
.table-section {
  margin: 100px auto 30px;
}

.table-title{
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .table-title{
    font-size: 2.6rem;
  }
}

.table-title::after{
  content: '';
  margin: 0 auto;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #D93125;
}

table {
  margin: 0 auto;
  padding-bottom: 1px;
  border-collapse: collapse;
  table-layout: fixed
}

table th,table td {
  border: solid 1px #000;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: middle;
  padding: 20px 10px 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  table th,table td {
    font-size: 1.4rem;
    padding: 10px 10px 5px;
  }
}


.table01 {
  width: 740px;
}

.table01 col:nth-of-type(1){
  width: 22%;
}

.table01 col:nth-of-type(2),.table01 col:nth-of-type(3){
  width: 39%;
}

.table02 {
  width: 750px;
  margin-left: 212px;
}

.table02 tr th:first-child,.table02 tr td:first-child{
  border-left: none;
}

@media screen and (max-width: 768px) {
  .table02{
    width: 550px;
    margin-left: 190px;
  }

  .sp-only-table-wrap{
    overflow-x: scroll;
  }
}

.table02 col {
  width: 26%;
}

/* .table02 col:nth-of-type(1) {
  width: 22%;
} */

.table03 {
  width: 790px;
}

.table03 col:nth-of-type(1) {
  width: 44.9%;
}

.table03 col:not(:first-child) {
  width: 27.55%;
}

.scroll-text {
  text-align: right;
  font-size: 1.3rem;
  margin-bottom: 19px;
}

@media screen and (max-width: 768px) {
	.table03 col:nth-of-type(1) {
		width: 32%;
	}

	.table03 col:not(:first-child) {
		width: 34%;
	}
  .scroll-text {
    margin-bottom: 14px;
  }
}

.scroll-text span::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  transform: rotate(-45deg);
  margin-left: 38px;
}

.table-wrap {
  overflow-x: scroll;
  position: relative;
}

.table04 {
  width: 1486px;
  position: relative;
  margin-left: 140px;
}

.table04 col{
  width: 18%;
}

.table04 tr th:first-child,.table04 tr td:first-child{
  border-left: none;
}

.table04-head-wrap {
  position: relative;
}

.table04-head {
  border-collapse: collapse;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  background-color: #fff;
  z-index: 2;
}

.table04-head--large {
  width: 212px;
}

@media screen and (max-width: 768px) {
  .table04-head--large {
    width: 190px;
  }
}

.table05 {
  width: 565px;
}

.table05 col:nth-of-type(1){
  width: 45.5%;
}

.table05 col:nth-of-type(2){
  width: 54.5%;
}

.table06 {
  width: 720px;
}

.table06 col:nth-of-type(1){
  width: 20%;
}

.table06 col{
  width: 40%;
}

.table07 {
	width: 860px;
}

.table08 {
	width: 432px;
}

@media screen and (max-width: 768px) {
  .table01,.table03,.table05,.table06,.table08 {
    width: 100%;
  }
}

/* utility */
.pink {
  background-color: #FFE3E3;
}

.grey {
  background-color: #F8F8F8;
}

.border-l-none{
  border-left: none;
}

.table-text-red {
	color: #D93125;
}
