@charset "utf-8";

/* main.main {
  width: 100%;
} */

.logo {
	display: block;
	width: 385px;
}

.title {
  height: 310px;
  background-image: url(../img/price-top.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.main h2 {
  margin-top: 70px;
  font-size: 40px;
  font-weight: bold;
  line-height: 32px;
  font-family: 'Kaisotai', sans-serif;
	width: 100%;
	text-align: center;
}

.main h2::after {
	content: '';
	display: block;
	width: 80px;
	height: 3px;
	background-color: #00bf99;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.append {
  font-size: 14px;
  font-family: sans-serif;
  line-height: 22px;
  margin-top: 30px;
  text-align: center;
}

.sp-none {
  display: none;
}

.price {
max-width: 800px;
margin: 0 auto;
}

p.f-b {
  font-size: 1.5em;
}

/* table{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 600px;
  margin: 30px auto 70px;
}

table tr:last-child{
  border-bottom:solid 1px #ddd;
}

table th{
  text-align: center;
  padding: 10px 0 5px;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
  width: 33%;
  font-size: 30px;
}

table th:nth-child(1){
  background-color:#dddddd;
}

table th:nth-child(3){
  background-color:#f5b932;
  color: white;
}

table tr:nth-child(2) td{
  font-size: 45px;
}

table td{
  text-align: center;
  padding: 7px 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
  width: 155px;
}

table td a{
  background-color: #25b327;
  color: white;
  padding:5px 20px;
  border-radius: 30px;
  font-weight: bold;
}

table .popular{
  width: 33%;
}

table th.popular{
  position: relative;
}

table th.popular span.no1{
  position: absolute;
  top: -18px;
  left:calc(50% - 30px);
  background: #bdcc28;
  width: 60px;
  font-size: 16px;
  border-radius: 15px;
  line-height: 1.2;
  padding: 5px;
}

table th.popular span.inner{
  position: absolute;
  color:white;
  background-color: #f34955;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 10px 0 5px;
  font-size: 30px;
} */

/* table03 */

#table03 {
  border-collapse: collapse;
  margin: 20px auto 16px;
  font-family: Gill Sans;
}

#table03 tr {
  border-bottom: 1px solid #ddd;
}

#table03 th, #table03 td {
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 10px;
  height: 60px;
}

#table03 th, #table03 td {
  font-weight: normal;
}

#table03 .head,#table03 .head02 {
  background-color: #00bf99;
  color: #fff;
  font-weight: bold;
}

tr:nth-child(2n) {
  background-color: #ffff;
}
tr:nth-child(2n-1) {
  background-color: #f1f1f1;
}

br.pc-none {
  display: block;
}

/* tab */
@media only screen and (max-width: 768px) {
  #table03 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    margin-top: 8px;
  }

  #table03 .fixed {
    position: sticky;
    left: 0;
  }
  #table05 .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
}

@media (max-width: 800px) {
  .append {
    font-size: 1.1em;
    line-height: 1.5;
    margin: 20px;
  }

  .price {
    width: 95%;
    margin: 10px auto;
  }

  .sp-none {
    display: block;
  }

  br.pc-none {
    display: none;
  }

  span.f-s {
    font-size: 0.7em;
    font-family: sans-serif;
  }

  p.f-s1 {
    font-size: 1em;
    font-family: sans-serif;
  }

  p.f-red {
    color: tomato;
    font-weight: bold;
  }
}