@charset "UTF-8";

.coupon_wrap {
  width: 1040px;
  margin: 0 auto 100px;
}
.coupon_wrap h1 {
  background: url(../../img/howto/coupon_4092/ti_webcoupon_pc.png) 0 0 no-repeat;
  background-size: contain;
  width: 1040px;
  height: 0;
  margin: 20px auto 60px;
  padding-top: 192px;
  overflow: hidden;
}
.q1_whatswebcoupon {
  margin: 0 auto 80px;
  text-align: center;
}
.q1_whatswebcoupon h2 {
  font-size: 34px;
  color: #7f6e52;
  border-bottom: 4px dotted #7f6e52;
  padding-left: 50px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
.q1_whatswebcoupon h2 img {
  width: 60px;
  height: auto;
  position: absolute;
  top: -10px;
  left: -20px;
}
.q1_whatswebcoupon .lead {
  font-size: 22px;
  margin-bottom: 40px;
  color: #666;
}
.q1_whatswebcoupon .img_box {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  width: 726px;
  margin: 0 auto;
}
.q1_whatswebcoupon .img_box p,
.q1_whatswebcoupon .img_box div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.q1_whatswebcoupon .img_box_01 {
  width: 182px;
  margin-right: 20px;
}
.q1_whatswebcoupon .img_box_01 img {
  width: 100%;
  height: auto;
}
.q1_whatswebcoupon .img_box_02 {
  width: 84px;
}
.q1_whatswebcoupon .img_box_02 img {
  width: 100%;
  height: auto;
}
.q1_whatswebcoupon .img_box_03 {
  width: 166px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
}
.q1_whatswebcoupon .img_box_03 img {
  width: 106px;
}
.q1_whatswebcoupon .img_box_04 {
  width: 170px;
  margin-left: 20px;
}
.q1_whatswebcoupon .img_box_04 li {
  font-size: 24px;
  margin-bottom: 2px;
  color: #666;
}
.q1_whatswebcoupon .img_box_05 {
  width: 220px;
}

.try_exchange {
  margin: 0 auto 80px;
  text-align: center;
}
.try_exchange h2 {
  font-size: 34px;
  color: #7f6e52;
  border-bottom: 4px dotted #7f6e52;
  padding-left: 90px;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}
.try_exchange h2 img {
  width: 100px;
  height: auto;
  position: absolute;
  top: -20px;
  left: -20px;
}
.try_exchange .try_exchange_inner {
  position: relative;
  text-align: left;
}
.try_exchange .fukidashi {
  position: absolute;
  font-size: 14px;
  width: 158px;
}
.try_exchange .fukidashi_01 {
  display: inline-block;
  padding: 7px 10px;
  background-color: #ffffe8;
  border: solid 1.6px #9c0;
  border-radius: 5px;
  top: -6px;
  left: 0;
}
.try_exchange .fukidashi_01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  margin-top: -13px;
  border: 14px solid transparent;
  border-left: 13px solid #ffffe8;
  z-index: 2;
}
.try_exchange .fukidashi_01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -13px;
  border: 14px solid transparent;
  border-left: 13px solid #9c0;
  z-index: 1;
}
.try_exchange .fukidashi_02 {
  display: inline-block;
  padding: 7px 10px;
  background-color: #ffffe8;
  border: solid 1.6px #f90;
  border-radius: 5px;
  top: 140px;
  left: 0;
}
.try_exchange .fukidashi_02::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  margin-top: -13px;
  border: 14px solid transparent;
  border-left: 13px solid #ffffe8;
  z-index: 2;
}
.try_exchange .fukidashi_02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -13px;
  border: 14px solid transparent;
  border-left: 13px solid #f90;
  z-index: 1;
}
.try_exchange .try_exchange_inner ul {
  margin-left: 200px;
}
.try_exchange .try_exchange_inner li {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.try_exchange .try_exchange_inner li p.num_circle {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.try_exchange .try_exchange_inner li .number,
.try_exchange .try_exchange_inner li .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.try_exchange .try_exchange_flex .num_circle {
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background-color: #7f6e52;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.try_exchange .try_exchange_flex .number {
  font-size: 22px;
  color: #666;
  width: 650px;
}
.try_exchange .try_exchange_flex .btn {
  width: 220px;
}
.try_exchange .try_exchange_flex .btn a {
  border: 1px #ffb500 solid;
  border-radius: 5px;
  background: linear-gradient(#fff, #ffeeab);
  color: #ffb500;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  display: block;
}
.try_exchange .try_exchange_flex .btn a:hover {
  background: #ffeeab;
  text-decoration: none;
}

.can_be {
  margin-bottom: 60px;
  text-align: center;
}
.can_be h2 {
  font-size: 34px;
  color: #7f6e52;
  border-bottom: 4px dotted #7f6e52;
  padding-left: 90px;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}
.can_be h2 img {
  width: 74px;
  height: auto;
  position: absolute;
  top: -20px;
  left: -20px;
}
.can_be .category_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.can_be .category_list li {
  width: 240px;
  margin-bottom: 20px;
}
.can_be .category_list li img {
  width: 200px;
}
.can_be .category_list li div {
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  padding: 8px 0;
}
.can_be .category_list li span {
  color: #ff6766;
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.can_be .arrow {
  margin-bottom: 20px;
  font-size: 22px;
  color: #666;
}
.can_be .arrow img {
  width: 68px;
}
.can_be .bnr_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  width: 780px;
  margin: 0 auto 30px;
}
.can_be .bnr_list li {
  flex: 0 0 calc((100% - 50px) / 6);
}
.can_be .bnr_list li img {
  display: block;
  width: 120px;
}

.to_excgange_page {
  width: 220px;
  margin: 0 auto;
}
.to_excgange_page a {
  border: 1px #9c0 solid;
  border-radius: 5px;
  background: linear-gradient(#fff, #ecffbe);
  color: #9c0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  display: block;
}
.to_excgange_page a:hover {
  background: #ecffbe;
  text-decoration: none;
}
