  .txt_ul{
    border-bottom: 1px solid #fff;
  }
  #g-campaign {
    display: none;
    margin-top: 0;
	 	padding: 1em;
    background-image: url(./images/bg_green_cam.jpg);
	  background-size: cover;
    text-align: center;
  }
  #g-campaign img {
    margin: 20px 0;
    max-width: 1200px;
    width: 85%;
  }
  .g_coupon {
    background-image: url(./images/bg_green_coupon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 620px;
    height: auto;
    aspect-ratio: 4 / 1;
    display: inline-flex;
    padding: 15px 80px;
    font-family: futura-100, sans-serif;
    font-weight: 500;
    font-style: normal;
    align-items: center;
    flex-direction: row;
  }
  .g_coupon_L {
    line-height: 36px;
    font-size: 26px !important;
    text-align: right;
    width: 50%;
  }
  .g_coupon_R {
    line-height: 1.8rem;
    font-size: 85px !important;
    text-align: right;
    width: 50%;
    position: relative;
    letter-spacing: -0.1rem;
  }
  .g_coupon_R:before {
    content: "税込";
    font-size: 24px !important;
    letter-spacing: 0;
    position: absolute;
    top: -14px;
    left: 17px;
  }
  .g_coupon p {
      color: #fff;
      font-size: 1.8vw;
  }
  .g_coupon p span.txt_s {
      font-size: 16px !important;
  }
  .g_coupon p span.txt_m {
    font-size: 36px !important;
  }
	.g_info {
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 3px 6px #00000029;
		opacity: 1;
		padding: 1em;
		border-radius: 10px;
    margin: 2.5em 0 1em !important;
    padding: 125px 5% 2% !important;
    position: relative;
    margin: 4vh auto 1vh !important;
    max-width: 1375px;
	}
  .g-info_txt {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: left;
  }
  .g_info_blk_pc {
    display: flex;
    justify-content: space-around;
  }
  .g_info_blk {
    width: 100%;
    align-items: center;
    max-width: 510px;
  }
  .g_info_cc {
    width: 35%;
    background: #2FC519;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.2rem;
    border-radius: 10px 0 0 10px;
    border: 2px solid #2FC519;
    font-size: 1.2rem;
    padding: 2%;
  }
  .g_info_cn {
    width: 65%;
    border: 2px solid #2FC519;
    border-radius: 0 10px 10px 0;
    text-align: center;
    color: #F0821E;
    font-size: 2.1rem;
    font-family: futura-100, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 2.4rem;
    padding: 2%;
  }
  .g_info_cap {
    font-size: 18px;
    line-height: 24px;
    color: #309D64;
    margin-top: 10px;
    text-align: left;
    margin-left: 10px;
  }
  .g_info_cap span{
    color: #F0821E;
  }
  @media screen and (max-width: 768px) {
    #g-campaign img {
      margin: 0;
    }
    .g_info {
      margin-top: 40px !important;
      padding: 14vw 5% 5% !important;
    }
    .g_coupon {
      padding: 15px 12%;
      width: 92vw;
      max-width: 540px;
    }
    .g_coupon_L {
      line-height: 1.4em;
      font-size: 1.0rem !important;
      text-align: right;
      width: 50%;
    }
    .g_coupon_R {
      line-height: 1.8rem;
      font-size: 2.8rem !important;
      text-align: right;
      width: 48%;
      position: relative;
      letter-spacing: -0.1rem;
      text-align: left;
      margin-left: 2%;
    }
    .g_coupon_R:before {
      content: "税込";
      font-size: 0.8rem !important;
      position: absolute;
      top: -15px;
      left: 2%;
    }
    .g_coupon p span.txt_s {
      font-size: 0.6rem !important;
    }
    .g_info_blk_pc{
      display: contents;
    }
    .g_info_cc {
      padding: 1%;
      line-height: 1.4rem;
    }
    .g_info_cn {
      padding: 1%;
      line-height: 2.8rem;
    }
    .g-info_txt {
      font-size: 16px;
      line-height: 22px;
    }
    .g_info_cap{
      font-size: 14px;
      line-height: 18px;
    }
  }


  font-family: futura-100, sans-serif;
  font-weight: 500;
  font-style: normal;

  font-family: futura-100, sans-serif;
font-weight: 600;
font-style: normal;
