@charset "shift_jis";
.price_t {
  overflow: auto;
  width: 100%;
  height: 400px;}

table.price_c {
  width: 1000px;
  /*見切れるように1000pxにしている*/
}
.price_c thead th {
  /* 縦スクロール時を固定 */
  position: sticky;
  top: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
}
.price_c th:first-child {
  /* 横スクロールを固定 */
  position: sticky;
  left: 0;
  background: #CEDBE1;
  font-weight: bold;
  text-align: center;
}
.price_c thead th:first-child {
  /* 一番左端のthead thが横スクロール時に隠れない様に */
  z-index: 2;
  background: #424242;
}
.price_c th, .price_c td {
  border-collapse: collapse;
  text-align: center;
  padding: .2rem .5rem;
  font-weight: normal;
}
.price_c thead th {
  background: #424242;
  color: #E0E0E0;
  text-align: center;
  font-weight: bold;
}
.price_c tr:nth-child(even) {
  background: #FDFFEE;
}
.price_c tr:nth-child(odd) {
  background: #fff;
}
.top {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
}
.button-014, .button-014 span {
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: left;
}
.button-014 {
  position: relative;
  min-width: 355px;
  margin: 0 auto;
  margin-right: 10px;
  padding: 0;
  border-radius: 5px;
  border: none;
  font-size: 12px;
}
.button-014::before {
  position: absolute;
  top: 7px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: inherit;
  box-sizing: inherit;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, .2);
  background-color: #cfcf00;
  content: '';
}
.button-014 span {
  width: 100%;
  padding: .9em 2em;
  border: 2px solid #000;
  border-radius: inherit;
  background-color: #ffff00;
  color: #000;
  font-family: tbudrgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
}
.button-014:hover::before {
  transition: box-shadow .2s;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, .2);
}
.button-014:hover span {
  transition: transform .2s;
  transform: translateY(2px);
}
.price_table {
  font-family: tbudrgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}
.price_table td {
  min-width: 320px;
  border: 3px dotted #666;
  color: #333333;
  background-color: #ffff00;
  border-radius: 6px;
  padding: 5px 0px 10px 0px;
}
.price_table td a {
  text-decoration: none;
}
.price_table td a:hover {
  opacity: 0.5;
  transition: 1.0s;
  color: #333;
}
.price_table td:hover {
  background: #fff;
  transition: 1.0s;
}
.price_table table {
  border-spacing: 15px;
}
.set_title {
  margin-top: 20px;
  width: 720px;
  height: 60px;

  background-image: url(logo_back.png);
}

.set_title h2{
  color: #fff;
  font-family: tbudrgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
text-shadow: 1px 1px 2px black;
  vertical-align: middle;
padding-left: 10px;
}

.price_title {
background-color: #4C83FF;
background-image: linear-gradient(62deg, #4C83FF 0%, #85FDF0
 100%);
}
.price_title {
	line-height:35px;
	font-size:large;
	text-indent:1em;
	font-weight:bold;
	color:white;
	height:35px;
	border-bottom:1px solid #fff;
}

.price_title0401 {
background-color: #C2721A;
background-image: linear-gradient(62deg, #C2721A 0%, #FBCC83
 100%);
}
.price_title0401 {
  background-color: #C2721A;
  background-image: linear-gradient(62deg, #C2721A 0%, #FBCC83 100%);
  line-height: 35px;
  font-size: large;
  text-indent: 1em;
  font-weight: bold;
  color: white !important;  /* 他の設定を上書きするために !important を追加 */
  height: 35px;
  border-bottom: 1px solid #fff;
}

a.btn--yellow.btn--border-dotted {}