.br1023 {
  display: none;
}

@media (max-width: 1279px) {
  .br1023 {
    display: block;
  }
}
html {
  font-size: 10px;
}

.main-color {
  color: #353f86;
}

.inner-box {
  box-sizing: border-box;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px;
}

.title-txt {
  max-width: 1300px;
  padding: 13.5rem 2rem;
  text-align: center;
  margin: 0 auto;
}

.title-txt > span {
  letter-spacing: 0.325em;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  color: #353f86;
}

.title-txt h2 {
  letter-spacing: -0.075em;
  font-size: 5rem;
  line-height: 1.2;
  padding: 4rem 0 0;
}

.title-txt p {
  font-weight: 400;
  padding: 1.3rem 0 0;
  font-size: 2.2rem;
  letter-spacing: -0.075em;
}

#section00 {
  padding: 7.5rem 0;
  margin-top:13.5rem;
  background-image: url("/skin/board/b04/img/b04_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#section00 > .inner-box {
  max-width: 1360px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#section00 > .inner-box .information {
  padding-right: 20px;
}
#section00 > .inner-box .information .tel {
  text-align: center;
  padding-bottom: 4rem;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: -0.075em;
}
#section00 > .inner-box .information .tel > span {
  color: #23aae1;
}
#section00 > .inner-box .information .tel > a {
  margin-top: 1rem;
  display: inline-block;
  color: #fff;
  font-size: 6.39rem;
  letter-spacing: -0.05em;
}
#section00 > .inner-box .information .tel > a > span {
  color: #23aae1;
}
#section00 > .inner-box .information .time-table {
  margin-bottom: 2rem;
}
#section00 > .inner-box .information .time-table li {
  position: relative;
  padding: 2.4rem 0;
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: -0.075em;
  display: flex;
  gap: 6.5rem;
}
#section00 > .inner-box .information .time-table li .day {
  display: inline-block;
  width: 11rem;
}
#section00 > .inner-box .information .time-table li::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 64.5rem;
  left: -5rem;
  height: 1px;
  background-color: #ccc;
  opacity: 0.5;
}
#section00 > .inner-box .information > a img {
  width: 42rem;
}

@media (max-width: 1279px) {
  #section00 {
	  margin-top:9.5rem;
  }
  #section00 > .inner-box {
    justify-content: center;
  }
  #section00 > .inner-box .information {
    padding-left: 10px;
    padding-right: 10px;
  }
  #section00 > .inner-box .information .tel {
    font-size: 2.4rem;
  }
  #section00 > .inner-box .information .time-table li {
	  font-size:1.4rem;
    gap: 1rem;
	
  }
  #section00 > .inner-box .information .time-table li .day {
    width: 12rem;
  }
  #section00 > .inner-box .information .time-table li::before {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  #section00 > .inner-box .information .tel > a {
	  font-size:1.8rem;
  }
  #section00 > .inner-box .information .time-table {
	  width:90%;
	  margin:0 auto;
  }
	#section00 > .inner-box .information > a {
	  display:inline-block;
	  width: 100%;
	  text-align:center;
	  margin-top:3rem;
	}
	#section00 > .inner-box .information > a img {
	  width: 80%;
	}
}
#section01 {
  padding: 7.8rem 0 11.8rem;
}
#section01 .inner-box {
  padding: 0;
}
#section01 .inner-box .table-wrap {
  text-align: center;
}
#section01 .inner-box .table-wrap table {
  width: 100%;
}
#section01 .inner-box .table-wrap table thead {
  background-color: #353f86;
}
#section01 .inner-box .table-wrap table thead tr th {
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0;
  padding: 3.45rem 0;
}
#section01 .inner-box .table-wrap table tbody tr {
  border-bottom: 1px solid #353f86;
}
#section01 .inner-box .table-wrap table tbody tr th {
  font-size: 2.5rem;
  text-align: center;
  background-color: #f8f8f8;
  line-height: 1.5;
}
#section01 .inner-box .table-wrap table tbody tr th > span {
  color: #fff;
  border-radius: 100px;
  display: inline-block;
  font-size: 1.9rem;
  background-color: #353f86;
  padding: 0.65rem 1.9rem;
  line-height: 1.2;
}
#section01 .inner-box .table-wrap table tbody tr td {
  height: 5.8rem;
  border: 1px solid #ccc;
  text-align: center;
  position: relative;
  font-size: 2.2rem;
}
#section01 .inner-box .table-wrap table tbody tr td > span {
  color: #fff;
  border-radius: 100px;
  background-color: red;
  padding: 0.45rem 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.35;
  font-size: 2rem;
  letter-spacing: -0.075em;
}
#section01 .inner-box .table-wrap table tbody tr td.point::before {
  content: "";
  position: absolute;
  background-color: #353f86;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=style.css.map */

@media (max-width: 1279px) {
    #section01 .inner-box .table-wrap table thead tr th,
    #section01 .inner-box .table-wrap table tbody tr th,
    #section01 .inner-box .table-wrap table tbody tr th > span {font-size:3vw;}
	#section01 .inner-box .table-wrap table tbody tr th > span {margin-top:0.5rem;}
	
    #section01 .inner-box .table-wrap table tbody tr td,
    #section01 .inner-box .table-wrap table tbody tr td > span {font-size:2vw;white-space:nowrap;}
}