.f_txt {
  color: #e00000;
  font-weight: bold;
}

.link_btn {
  position: relative;
  /* padding: 1px 0; */
  box-sizing: border-box;
}

.overlay_box {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overlay_box p {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.tabbox ul.tabs_wrap {
  display: flex;
  justify-content: center;
}

.tabbox ul.tabs_wrap li {
  border-top: none !important;
  flex: 1;
  display: flex;
  float: left;
  text-align: center;
  line-height: 2.8;
  padding: 5px 0;
  /* height: 50px; */
  font-size: 13px;
  font-weight: bold;
  color: #333;
  background: linear-gradient(to bottom, #fff090, #f0ca5a);
  /* border: 1px solid #efcb1e; */
  cursor: pointer;
  margin-right: .5%;
  line-height: 1.2;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 9px 9px;
  box-sizing: border-box;
  border-radius: 3px;
  max-width: 170px;
}

.order_list .bank_tbl td::before {
  content: none !important;
}

p.siharai_ttl {
  margin-bottom: 3px;
  background: none;
  color: #333;
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 10px;

}

.peyment form {
  text-align: center;
}

.peyment_2 input[type="submit"] {
  width: 70%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 15px 0;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px -1px 1px #666;
  cursor: pointer;
  background: linear-gradient(to bottom, #f08030, #ca5000);
  border: 2px solid #ba4000;
  border-radius: 4px;
}

.peyment input[type="submit"] {
  margin: 15px 0;
  white-space: pre-wrap;
}

.contents_box h2 {
  position: relative;
  margin: 10px 0 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  padding: 0;
  background: none !important;
  border: none !important;
}

.order_notice {
  color: #404040;
  font-size: 12px;
  line-height: 16px;
}

.order_notice a {
  text-decoration: underline;
}

#backForm {
  position: absolute;
  top: 0;
  right: 0;
}

#backSubmit {
  color: #03c;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
}

.contents_box {
  position: relative;
  margin: 4px 0 0 0;
  padding: 10px 70px;
  font-size: 15px;
  line-height: 19px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff8df;
}

.contents_box table {
  width: 100%;
}

.contents_box table th,
.contents_box table td {
  padding: 2px 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 17px;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
}

.contents_box table th {
  white-space: nowrap;
}

.contents_box table.contact td:nth-child(1) {
  width: 48px;
  text-align: center;
}

.contents_box table.contact td:nth-child(2) {
  width: 15px;
}

.contents_box table.contact td:nth-child(4) {
  width: 36px;
  text-align: right;
}

.contents_box table.contact td:nth-child(4) span {
  color: #03c;
  font-size: 13px;
  text-decoration: underline;
}

.contents_box table.payment td {
  text-align: right;
}

.contents_box table.payment tr:last-child th,
.contents_box table.payment tr:last-child td {
  padding: 10px 0;
  color: #d00000;
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #dadada;
}

.contents_box p {
  font-size: 15px;
  line-height: 24px;
  padding: 6px 0;
}

.usePoint p {
  padding: 10px 0 2px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}

.usePoint p span {
  font-weight: normal;
}

.usePoint .s_grayBtn {
  -webkit-appearance: none;
  display: inline-block;
  height: 32px;
  margin-left: 4px;
  padding: 0 6px;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  background: -webkit-linear-gradient(top, #faffff, #d0d0d0);
  background: -moz-linear-gradient(top, #faffff, #d0d0d0);
  background: linear-gradient(to bottom, #faffff, #d0d0d0);
  border: 1px solid #808080;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.usePoint input[type="tel"],
.usePoint input[type="text"] {
  display: inline-block;
  height: 32px;
  padding: 0 4px;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.peyment table {
  margin: 0 auto;
}

.peyment table th {
  font-size: 17px;
  font-weight: normal;
  line-height: 24px;
  text-align: right;
  vertical-align: bottom;
}

.peyment table td {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
  vertical-align: bottom;
}

.orange_btn {
  font-weight: bold !important;
}

.contents_box .gray_btn {

  width: 70%;
  margin: 15px auto;
}

.order_list .order_item .overlay>div {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.tabbox.tab_buttons {
  margin-bottom: 5px;
}

.tab_wrap {
  padding: 0 10px;
  margin-bottom: 10px;
}

.tab_wrap li.active {
  opacity: 0.7;
}

.tab_content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding: 0;
}

.order_prd_detail .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.order_prd_detail .overlay p {
  font-size: 15px !important;
  line-height: 1.6;
}

.tab_content.active {
  max-height: 1040px;
  opacity: 1;

  margin-bottom: 10px;

  font-weight: bold;
}

.bank_notice {
  margin: 10px 0;
  padding: 10px 10px 10px 26px;
  background: #f7ffff;
  border: 1px solid #70bad0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.bank_notice li {
  padding-top: 3px;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  list-style: disc;
}

.bank_notice .num li {
  list-style-type: decimal;
}

.bank_notice li a {
  font-size: 12px;
  line-height: 16px;
}

.link_area img {
  width: 100%;
}

.order_list>li .box .header {
  display: flex;
  justify-content: space-between;
  padding: 10px 5px !important;
}

.tyuumon_b {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tyuumon_b p,
.tyuumon_b a {
  font-size: 12px;
  line-height: 1.5;
}

span.aka_moji {
  font-size: 10.5px;
  margin-left: 5px;
  display: inline-block;
  color: rgb(255, 0, 0);
}

.payment_info {
  display: none;
  margin: 0 15px 10px 15px;
  padding: 8px 10px;
  background: #f7ffff;
  border: 2px solid #90daf0;
  border-radius: 4px;
}

.payment_info {
  display: block;
}

.payment_info>p {
  position: relative;
  margin: 4px 0;
  padding: 0 0 0 10px;
  font-size: 14px;
  line-height: 19px;
}

.payment_info>p::before {
  position: absolute;
  top: -4px;
  left: -6px;
  content: "・";
  font-size: 18px;
}

.payment_info>p strong {
  font-size: 14px;
  font-weight: bold;
}

.payment_info .sp {
  margin: 10px 0 0 0;
  padding: 10px;
  background: #fff;
  border: 3px double #d00000;
}

.inbox {
  margin: 10px 0 5px 0;
  padding: 5px;
  background: #fff;
  border: 1px double #b0b0b0;
  border-radius: 2px;
}

.inbox p.title {
  margin: 5px 0 5px 10px;
  font-size: 15px;
  font-weight: bold;
}

.inbox p:not(.title) {
  position: relative;
  margin: 5px 0;
  padding: 0 0 0 14px;
  font-size: 13px;
  line-height: 19px;
}

.inbox p:not(.title)::before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "・";
  font-size: 14px;
}

.order_list .bank_tbl th {
  text-align: center;
  background: #f0f0f0;
  border: 1px solid #b0b0b0;
  border-bottom: none;

}

.order_list .bank_tbl td {
  text-align: left;
  background: #fff;
  border-top: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
}

.order_list .bank_tbl tr:last-child th,
.order_list .bank_tbl tr:last-child td {
  border-bottom: 1px solid #b0b0b0;
}