html {
  -webkit-text-size-adjust: 100%
}
.hanbai_list {
  background: radial-gradient(farthest-side circle at center top,#00c88b 0,#00884f 100%);
  border-top: 3px solid;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right,#e1c778,#a88732 50%,#e8d394);
  border-image-slice: 100%;
  border-image-slice: 1;
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
  padding: 20px 0;
  position: relative
}
.hanbai_list_ttl {
  text-align: left;
  font-size: 26px;
  margin-left: 13%;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  width: 45vw
}
@media screen and (max-width:1280px) {
  .hanbai_list_ttl {
    margin-left: 5%;
    width: 45vw
  }
}
@media screen and (max-width:1020px) {
  .hanbai_list_ttl {
    margin-left: 5%;
    width: 38vw
  }
}
.hanbai_list_ttl_sub {
  width: 100%;
  font-size: 26px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 10px
}
.hanbai_list_ttl_sub:after,
.hanbai_list_ttl_sub:before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff
}
.hanbai_list_ttl_sub:before {
  margin-right: 1rem
}
.hanbai_list_ttl_sub:after {
  margin-left: 1rem
}
.hanbai_list_ttl span {
  position: relative
}
.-note03-04 .hanbai_list_ttl span:nth-child(1)::after {
  content: "※3";
  font-size: 50%;
  font-weight: 100;
  vertical-align: top
}
.-note03-04 .hanbai_list_ttl span:nth-child(2)::after {
  content: "※4";
  font-size: 50%;
  font-weight: 100;
  vertical-align: top
}
.hanbai_list_ttl span:nth-child(1)::after {
  content: "※4";
  font-size: 50%;
  font-weight: 100;
  vertical-align: top
}
.hanbai_list_ttl span:nth-child(2)::after {
  content: "※5";
  font-size: 50%;
  font-weight: 100;
  vertical-align: top
}
.-note01-02 .hanbai_list_ttl span:nth-child(1)::after {
  content: "※1";
  font-size: 50%;
  font-weight: 100;
  vertical-align: top
}
.-note01-02 .hanbai_list_ttl span:nth-child(2)::after {
  content: "※2";
  font-size: 50%;
  font-weight: 100;
  vertical-align: top
}
#wrapper .-note03-04 .footer_evtxt ol {
  counter-reset: list_count 2;
  list-style-type: none
}
#wrapper .footer_evtxt ol {
  counter-reset: list_count 3;
  list-style-type: none
}
#wrapper .-note01-02 .footer_evtxt ol {
  counter-reset: list_count 0;
  list-style-type: none
}
.hanbai_list_ttl sup {
  font-size: 50%;
  font-weight: 100
}
.hanbai_list_catch {
  font-size: 21px;
  margin: 20px auto 0;
  color: #fff;
  font-weight: 700
}
@media screen and (max-width:1020px) {
  .hanbai_list_catch {
    margin: 20px 0 0 5%;
    width: 38vw
  }
}
.hanbai_list_box {
  margin: 0 5px
}
.hanbai_list_box_inner {
  background-color: #fff;
  padding: 3%
}
.hanbai_list_box_ttl {
  font-size: 1.2rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
  height: 1.2rem;
  text-align: left
}
.hanbai_list_box_ttl.small {
  font-size: 1rem;
  letter-spacing: -.1rem
}
.hanbai_list_box_ttl.ssmall {
  font-size: .92rem;
  letter-spacing: -.1rem
}
.hanbai_list_box_ttl span {
  font-size: .7rem;
  margin-left: 2%
}
.hanbai_list_box_ttl.small span {
  font-size: .6rem;
  margin-left: 1%
}
.hanbai_list_box_ttl.ssmall span {
  font-size: .5rem;
  margin-left: 1%
}
.hanbai_list_box_data {
  width: 100%;
  display: flex;
  justify-content: space-between
}
.hanbai_list_box_img {
  width: 40%
}
.hanbai_list_box_img img {
  width: 100%;
  border: 1px solid #a5a5a5;
  box-sizing: border-box
}
.hanbai_list_box_txt {
  width: 56.66%
}
.hanbai_list_box_txtlist {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3px
}
.hanbai_list_box_txtbox01 {
  width: 40%;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #008a51;
  box-sizing: border-box;
  color: #fff;
  font-size: .6rem;
  font-weight: 700;
  text-align: center;
  padding: 0 1%;
  margin-right: 2%
}
.hanbai_list_box_txtbox02 {
  width: 40%;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #008a51;
  box-sizing: border-box;
  color: #008a51;
  font-size: .6rem;
  font-weight: 700;
  text-align: center;
  padding: 0 1%;
  margin-right: 2%
}
.hanbai_list_box_txtbox03 {
  width: 40%;
  height: 1.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  color: #008a51;
  font-size: .6rem;
  font-weight: 700;
  text-align: left;
  padding: 0 1%;
  margin-right: 2%
}
.hanbai_list_box_txtbox04 {
  width: 40%;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #008a51;
  box-sizing: border-box;
  color: #008a51;
  font-size: .6rem;
  font-weight: 700;
  text-align: center;
  margin-right: 2%
}
.hanbai_list_box_txtbox04 p {
  width: 100%;
  padding: 0 1%
}
.hanbai_list_box_txtbox04 span {
  font-size: .4rem;
  vertical-align: top
}
#wrapper #h-main .footer_evtxt ol li:nth-child(3) {
  margin-top: 0
}
.hanbai_list_box_price {
  margin-top: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end
}
.hanbai_list_box_price01 {
  font-size: .7rem;
  color: #000;
  font-weight: 700;
  padding-right: 1%;
  line-height: 1.2;
  white-space: nowrap;
  text-align: left
}
.hanbai_list_box_price02 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #db0000;
  padding-right: 2%;
  line-height: 1;
  white-space: nowrap
}
.hanbai_list_box_price02 span {
  font-size: .8rem;
  position: relative
}
.hanbai_list_box_price02 span.hanbai_list_box_price03 {
  position: absolute;
  top: -10px;
  left: 5px;
  color: #000;
  font-size: .5rem;
  white-space: nowrap;
  font-weight: 400
}
.hanbai_list_box_hontai {
  font-size: .6rem;
  color: #000;
  white-space: nowrap;
  text-align: left;
  margin-top: 5px
}
@media only screen and (max-width:320px) {
  .hanbai_list_box_price01 {
    font-size: .5rem
  }
  .hanbai_list_box_price02 {
    font-size: 1.8rem
  }
  .hanbai_list_box_price02 span {
    font-size: .6rem
  }
  .hanbai_list_box_price03 {
    font-size: .6rem
  }
}
.hanbai_list_notice {
  padding: 2% 3.125% 4%
}
.hanbai_list_notice li {
  font-size: .5rem;
  text-align: left;
  color: #666;
  padding-left: .5rem;
  line-height: 1.6;
  position: relative
}
.hanbai_list_notice li:before {
  margin-left: -.5rem;
  content: "※";
  display: inline-block
}
.hanbai_list_note {
  font-size: 9px;
  text-align: left;
  color: #333;
  font-weight: 400;
  line-height: 1.3
}


