@charset "UTF-8";

/*ご注意事項 共有*/

#summergift_attention .brTb {
  display: none;
}

#summergift_attention .link {
  text-decoration: underline;
}

#summergift_attention .fwN{
  font-weight: normal !important;
}

#summergift_attention .wrap {
  margin-top: 60px;
  background-color: #FFF9FA;
  padding: 50px 40px;
}

#summergift_attention .wrap .titleH3 {
  text-align: center;
}

#summergift_attention .wrap .ttl {
  display: inline-block;
  position: relative;
  font-size: 35px;
  color: #D94D61;
  margin-bottom: 40px;
}

#summergift_attention .wrap .ttl span:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(icon_title.svg);
  width: 24px;
  height: 36px;
  top: 25%;
  left: -42px;
}

#summergift_attention .wrap .note {
  font-size: 14px;
  padding-left: 1.2em;
}

#summergift_attention .explanation dt {
  color: #010101;
  font-size: 20px;
  line-height: 1.67;
  font-weight: bold;
  margin-left: -12px;
}

#summergift_attention .explanation dd {
  color: #010101;
  font-size: 18px;
  line-height: 1.67;
}

#summergift_attention .explanation dd:not(:last-child) {
  margin-bottom: 12px;
}

#summergift_attention .explanation dd li {
  line-height: 1.6;
  padding-left: 1em;
  position: relative;
}

#summergift_attention .explanation dd .emphasis {
  color: #bb3939;
  font-weight: bold;
}

#summergift_attention .explanation dd li .emphasis {
  color: #bb3939;
  font-weight: bold;
}

#summergift_attention .explanation dd li .emphasisBlack {
  color: #010101;
}

#summergift_attention .explanation dd li:before {
  content: "・";
  display: inline;
  left: 0;
  position: absolute;
}

#summergift_attention .explanation dd li li {
  margin-bottom: 1px;
  padding-left: 1em;
  position: relative;
}

#summergift_attention .explanation dd li li:before {
  content: "※";
  display: inline;
  left: 0;
  position: absolute;
}

#summergift_attention .explanation dd li .example {
  padding-left: 0em;
}

#summergift_attention .explanation dd li .example:before {
  display: none;
}

#summergift_attention .explanation dd li .space {
  margin-right: 90px;
}

#summergift_attention .explanation dl {
  padding-left: 17px;
}

#summergift_attention .explanation .proviso {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
}

#summergift_attention .btnWrap {
  max-width: 740px;
  margin: 0 auto;
}


#summergift_attention .btnWrap ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#summergift_attention .btnWrap ul li {
  width: calc((100% - 20px) / 2);
  text-align: center;
  /* margin-bottom: 20px; */
}

#summergift_attention .btnWrap ul li:not(:nth-child(2n)) {
  margin-right: 20px;
}

#summergift_attention .btnWrap ul li a {
  border: 1px solid #7D7D7D;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  align-items: center;
  height: 70px;
}

#summergift_attention .btnWrap ul li a::before {
  position: absolute;
  background: url(arrow.svg);
  background-repeat: no-repeat;
  right: 10px;
  transform: translateY(5%);
  content: "";
  width: 8px;
  height: 15px;
  background-size: 8px auto;
}

#summergift_attention .btnWrap ul li a p {
  color: #010101;
  font-size: 18px;
}

#summergift_attention .btnWrap ul li a p span {
  font-size: 11px;
  line-height: 1.3;
}

#summergift_attention .bnrWrap {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 71px auto 5em;
  max-width: 880px;
  width: 100%;
}
#summergift_attention .bnrWrap .categoryLink,
#summergift_attention .bnrWrap .topBtn {
  width: 100%;
}

#summergift_attention .bnrWrap .topBtn {
  margin-right: 10px;
}

#summergift_attention .bnrWrap .topBtn a {
  align-items: center;
  border: 1px solid #7a7778;
  color: #7a7778;
  display: flex;
/*   font-size: 20px; */
font-size: 25px;
  height: 70px;
  justify-content: center;
  max-width: 360px;
/*   margin:0 auto; */
}
#summergift_attention .bnrWrap .categoryLink a {
  align-items: center;
  background-color: #B1D2D5;
  color: #fff;
  display: flex;
  font-size: 25px;
  font-weight: bold;
  height: 70px;
  justify-content: center;
  width: 480px;
}



@media screen and (max-width: 1100px) and (min-width: 768px) {
  #summergift_attention .brTb {
    display: block;
}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #summergift_attention .tbNone {
    display: None;
  }

  #summergift_attention .tbOn {
    display: block;
  }

  #summergift_attention .wrap {
    margin-top: 30px;
    padding: 30px 30px;
  }

  #summergift_attention .wrap .ttl {
    position: relative;
    /*   padding: 0 40px; */
    text-align: center;
    font-size: 30px;
  }

  #summergift_attention .wrap .ttl span:before {
    top: 20%;
  }

  #summergift_attention .bnrWrap {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  #summergift_attention .bnrWrap .categoryLink a {
    margin: 0 auto;
    max-width: 480px;
    width: 95%;
  }
  #summergift_attention .bnrWrap .topBtn a {
    height: 50px;
    margin: 20px auto 0;
    width: 80%;
  }

}

@media screen and (max-width: 767px) {

  .tbOn {
    display: none;
  }

  #summergift_attention .wrap {
    margin-top: 30px;
    padding: 20px;
  }

  #summergift_attention .wrap .ttl {
    position: relative;
    /*   padding: 0 10px; */
    text-align: center;
    font-size: 23px;
    margin-left: 25px;
    margin-bottom: 20px;
  }

  #summergift_attention .wrap .ttl span:before {
    width: 16px;
    height: 24px;
    top: 25%;
    left: -24px;
  }

  /* #summergift_attention .wrap .ttl span {
  padding: 0 0.3em;
} */

#summergift_attention .wrap .note {
  font-size: 12px;
}

  #summergift_attention .explanation dt {
    font-size: 14px;
    line-height: 25px;
    margin-left: -9px;
  }

  #summergift_attention .explanation dd {
    font-size: 14px;
    line-height: 25px;
  }

  #summergift_attention .explanation dd:not(:last-child) {
    margin-bottom: 5px;
  }

  #summergift_attention .explanation dd li {
    line-height: 22px;
    margin-bottom: 4px;
    padding-left: 1em;
    position: relative;
  }

  #summergift_attention .explanation .proviso {
    font-size: 12px;
    margin-bottom: 5px;
  }

  #summergift_attention .btnWrap ul {
    display: block;
  }

  #summergift_attention .btnWrap ul li {
    width: 100%;
    /* margin-bottom: 10px; */
  }

  #summergift_attention .btnWrap ul li a {
    /* height: 60px; */
    height: 50px;
  }

  #summergift_attention .btnWrap ul li:last-child {
    margin-bottom: 0;
  }

  #summergift_attention .btnWrap ul li:last-child a {
/*     height: 80px; */
    height: 70px;
    padding-bottom: 4px;
  }

  #summergift_attention .btnWrap ul li a p {
    color: #010101;
    font-size: 16px;
  }

  /* #summergift_attention .wrapInquiry .btnWrap ul li a p {
font-size: 16px;
} */

#summergift_attention .bnrWrap {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  padding: 0 1em;
}
#summergift_attention .bnrWrap .categoryLink a {
  font-size: 19px;
  margin: 0 auto;
  max-width: 480px;
  width: 95%;
}

#summergift_attention .bnrWrap .topBtn {
  margin-right: 0;
}

#summergift_attention .bnrWrap .topBtn a {
/*   font-size: 20px;
  width: 100%;
  max-width: 280.5px;
  padding: 0 20px;
  height: 50px; */
  font-size: 16px;
  height: 50px;
  line-height: 1.4;
  margin: 20px auto 0;
  text-align: center;
  width: 80%;
}
}

@media screen and (max-width: 374px) {
  #summergift_attention .bnrWrap .categoryLink a {
    font-size: 17px;
  }
}

/*ご注意事項 のし・包装について*/

#summergift_attention .wrapWrapping .imgWrap {
  max-width: 855px;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#summergift_attention .wrapWrapping .imgWrap .imgBox:first-of-type {
  margin-right: 40px;
}

#summergift_attention .wrapWrapping .imgWrap .imgBox .img {
  margin-bottom: 10px;
}

#summergift_attention .wrapWrapping .imgWrap .imgBox .txt {
  text-align: center;
  font-size: 14px;
}

#summergift_attention .wrapWrapping .otoiawase {
  margin-top: 40px;
}

#summergift_attention .wrapWrapping .otoiawase .otoiawaseTxt {
text-align: center;
font-size: 18px;
font-weight: bold;
margin-bottom: 20px;
}


/* 20250613 追加 */
#summergift_attention .wrapWrapping .con-text{
  font-size: 18px;
}
#summergift_attention .wrapWrapping .img-container{
  margin-top: 40px;
  /* max-width: 810px;
     margin-left: auto; 
     margin-right: auto; */
}
#summergift_attention .wrapWrapping .img-head-wrap{
  display: flex;
  align-items: center;
}
#summergift_attention .wrapWrapping .img-head{
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
#summergift_attention .wrapWrapping .img-head::before{
  content: "●";
  color: #b97287;
  font-size: 22px;
  display: inline-block;
  top: 0;
  left: -22px;
}
#summergift_attention .wrapWrapping .img-head-wrap p{
  margin-left: 1em;
  font-size: 18px;
}

#summergift_attention .wrapWrapping .img-text{
  font-size: 18px;
}
#summergift_attention .wrapWrapping .img-text ol{
  padding-left: 23px;
}
#summergift_attention .wrapWrapping .img-text ol li{
  position: relative;
  padding-left: 8px;
}
#summergift_attention .wrapWrapping .img-text ol li::before{
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-color: #b97287;
  top: 5px;
  left: -1em;
  position: absolute;
}
#summergift_attention .wrapWrapping .img-text ol li::after{
  content: "1";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 23px;
  height: 23px;
  top: 6px;
  left: -0.9em;
  position: absolute;
}
#summergift_attention .wrapWrapping .img-text ol li:first-child:after{
  top: 5.5px;
}
#summergift_attention .wrapWrapping .img-text ol li:nth-child(2)::after{
  top: 5.5px;
  content: "2";
}
#summergift_attention .wrapWrapping .img-text ol li:nth-child(3)::after{
  content: "3";
}
#summergift_attention .wrapWrapping .img-text ol li:nth-child(4)::after{
  content: "4";
}
#summergift_attention .wrapWrapping .img-note-text{
  margin-top: 10px;
}
#summergift_attention .wrapWrapping .img-text ol li .num{
  /* padding: 2px 5.5px;
  display: inline-block; */
  padding-bottom: 1.5px;
  border: 1px solid #000;
  line-height: 1;
  width: 23px;
  height: 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  position: relative;
  top: 1px;
}
#summergift_attention .wrapWrapping .img-head-sub{
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}
#summergift_attention .double-wrapping{
  margin-bottom: 40px;
}

/*231109冬ギフト 追加*/
p.otoiawaseTxt.clr231109 {
  color: #bb3939;
}

@media screen and (max-width: 767px) {
  #summergift_attention .wrapWrapping .imgWrap {
    max-width: 100%;
    margin: 20px auto;
    display: block;
    text-align: center;
  }

  #summergift_attention .wrapWrapping .imgWrap .imgBox:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }

  #summergift_attention .wrapWrapping .imgWrap .imgBox:first-of-type .img {
    width: 70%;
    margin: 0 auto 10px;
  }

  #summergift_attention .wrapWrapping .btnWrap ul li:first-child {
    margin-bottom: 10px;
  }

  #summergift_attention .wrapWrapping .otoiawase {
    margin-top: 20px;
  }
  
  #summergift_attention .wrapWrapping .otoiawase .otoiawaseTxt {
  margin-bottom: 10px;
  }

  /* 20250613 追加 */
  #summergift_attention .wrapWrapping .img-container{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #summergift_attention .wrapWrapping .imgWrap{
    margin-bottom: 0;
  }
  #summergift_attention .wrapWrapping .img-head-wrap{
    flex-direction: column;
    justify-content: flex-start;
  }
  #summergift_attention .wrapWrapping .img-head,
  #summergift_attention .wrapWrapping .img-head-wrap p{
    margin-right: auto;
  }
  #summergift_attention .wrapWrapping .img-head{
    font-size: 18px;
  }
  #summergift_attention .wrapWrapping .img-head::before{
    font-size: 18px;
  }
  #summergift_attention .wrapWrapping .img-head-sub{
    margin-top: 5px;
  }
  #summergift_attention .wrapWrapping .imgWrap .imgBox,
  #summergift_attention .wrapWrapping .imgWrap .img-text ol{
    display: inline-block;
  }
  #summergift_attention .wrapWrapping .img-text ol li{
    text-align: left;
  }
  #summergift_attention .wrapWrapping .con-text,
  #summergift_attention .wrapWrapping .img-head-wrap p,
  #summergift_attention .wrapWrapping .img-text{
    font-size: 14px;
  }
  #summergift_attention .wrapWrapping .img-text ol li::before{
    width: 16px;
    height: 16px;
    top: 5px;
    left: -1em;
  }
  #summergift_attention .wrapWrapping .img-text ol li::after{
    font-size: 14px;
    width: 16px;
    height: 16px;
    top: 5px;
    left: -1em;
  }
  #summergift_attention .wrapWrapping .img-text ol li .num{
    /* padding: 1.5px 4px; */
    font-size: 12px;
    width: 16px;
    height: 16px;
    padding: 0;
    padding-bottom: 1.5px;
    position: relative;
    top: -1px;
  }

}

/*ご注意事項 お届けについて*/

#summergift_attention .wrapDelivery .deliverytable {
  max-width: 740px;
  margin: 40px auto 10px;
}

#summergift_attention .wrapDelivery .deliverytable .table {
  display: flex;
}

#summergift_attention .wrapDelivery .deliverytable .table .tableHeader {
  background-color: #D94D61;
  color: #fff;
  font-weight: bold;
  height: 70px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content:center;
}

#summergift_attention .wrapDelivery .deliverytable .table .tableHeader p {
  text-align: center;
  font-size: 26px;
  line-height: 1.4;
}

#summergift_attention .wrapDelivery .deliverytable .table .tableHeader p span {
  font-size: 14px;
}

#summergift_attention .wrapDelivery .deliverytable .table .tableHeader:first-of-type {
  border-right: 1px solid #fff;
  border-left: 1px solid #D94D61;
}

#summergift_attention .wrapDelivery .deliverytable .table .tableBody {
  background-color: #fff;
  border-right: 1px solid #D94D61;
  border-bottom: 1px solid #D94D61;
  color: #010101;
  height: 70px;
  width: 50%;
  display: flex;
  align-items: center;
}

#summergift_attention .wrapDelivery .deliverytable .table .tableBody p {
  font-size: 18px;
}

#summergift_attention .wrapDelivery .deliverytable .table .tableBody:first-of-type {
  border-left: 1px solid #D94D61;
  padding-left: 50px;
}

#summergift_attention .wrapDelivery .deliverytable .table .tableBody:last-of-type {
  padding-left: 90px;
}


#summergift_attention .wrapDelivery .deliverytable .table .tableBody span {
  font-size: 24px;
}

#summergift_attention .wrapDelivery .noteWrap {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
}

#summergift_attention .wrapDelivery .noteWrap .noteBox {
  width: 50%;
}

#summergift_attention .wrapDelivery .noteWrap .noteBox .note {
  text-align: center;
  padding-left: 0;
  line-height: 1.2;
}


/*231109冬ギフト 追加*/
span.clr231109 {
  color: #bb3939;
}

@media screen and (max-width: 880px) {

  #summergift_attention .wrapDelivery .deliverytable .table .tableHeader p {
    font-size: 24px;
  }

  #summergift_attention .wrapDelivery .deliverytable .table .tableBody:first-of-type {
    padding-left: 9%;
  }

  #summergift_attention .wrapDelivery .deliverytable .table .tableBody:last-of-type {
    padding-left: 13%;
  }

  #summergift_attention .wrapDelivery .deliverytable .table .tableBody p {
    font-size: 16px;
  }

  #summergift_attention .wrapDelivery .deliverytable .table .tableBody span {
    font-size: 22px;
  }
}

@media screen and (max-width: 770px) {
  #summergift_attention .wrapDelivery .deliverytable .table .tableBody:first-of-type {
    padding-left: 7%;
  }

  #summergift_attention .wrapDelivery .deliverytable .table .tableBody:last-of-type {
    padding-left: 12%;
  }
}

@media screen and (max-width: 767px) {

  #summergift_attention .wrapDelivery .deliverytable .table .tableHeader p {
    font-size: 18px;
}

#summergift_attention .wrapDelivery .deliverytable .table .tableHeader p span {
  font-size: 11.5px;

}

  #summergift_attention .wrapDelivery .deliverytable .table .tableBody:first-of-type {
    padding-left: 11%;
  }

  #summergift_attention .wrapDelivery .deliverytable .table .tableBody:last-of-type {
    padding-left: 7.5%;
  }

  #summergift_attention .wrapDelivery .deliverytable .table .tableBody p {
    font-size: 11px;
    line-height: 1.2;
  }

  #summergift_attention .wrapDelivery .deliverytable .table .tableBody span {
    font-size: 17px;
  }
}

@media screen and (max-width: 380px) {
  #summergift_attention .wrapDelivery .deliverytable .table .tableBody:first-of-type {
    padding-left: 10%;
  }

  #summergift_attention .wrapDelivery .deliverytable .table .tableBody:last-of-type {
    padding-left: 6%;
  }
}

@media screen and (max-width: 325px) {
  #summergift_attention .wrapDelivery .deliverytable .table .tableBody:first-of-type {
    padding-left: 6%;
}

#summergift_attention .wrapDelivery .deliverytable .table .tableBody:last-of-type {
  padding-left: 1.5%;
}
}


/*ご注意事項 お買い物の手順について*/

/*ステップ部分*/
#summergift_attention .wrapProcedure .stepCont .stepContInner {
  counter-reset: number 0;
  /*ナンバーリセット*/
}

#summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox:not(:last-child) {
  margin-bottom: 20px;
}

#summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox:first-of-type {
  margin-top: 30px;
}

#summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dl.stepBox {
  display: flex;
}

#summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dt {
  position: relative;
  width: 60%;
  margin-right: 20px;
}

#summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dt .stepTextTitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

#summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dt .stepTextTitle::before {
  content: "";
  counter-increment: number 1;
  /* number カウンタを増加 */
  content: counter(number) ".";
  /* 表示形式を指定 */
}

#summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dt .stepText {
  padding-left: 1em;
  font-size: 16px;
  text-indent: 0em;
}

/* #summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dt .stepText .textLink {
  padding-left: 1em;
  text-indent: -1em;
} */

#summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dt .notes {
  display: flex !important;
  font-size: 14px !important;
  padding-left: 0em;
  text-indent: 0em;
}

#summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dt .notes dt {
  width: 8% !important;
  margin-right: 0 !important;
  text-align: center;
}

#summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dt .notes dd {
  width: 92% !important;
}

#summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dd.stepImg {
  width: 40%;
}

#summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dd.stepImg img {
  border: 1px solid #9A9A9A;
}

#summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dd.stepImg img:not(:first-child) {
  margin-top: 20px;
}

.tbOn {
  display: none;
}


@media screen and (max-width: 1000px) and (min-width: 768px) {
  #summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dt .notes dt {
    width: 12% !important;
}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {

  /*ステップ部分*/
  #summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dt.stepText {
    font-size: 18px;
    line-height: 1.5em;
  }


}


@media screen and (max-width: 767px) {

  /*ステップ部分*/
  #summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox:not(:last-child) {
    margin-bottom: 30px;
  }

  #summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox:first-of-type {
    margin-top: 20px;
  }

  #summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dl.stepBox {
    display: flex;
    flex-wrap: wrap;
  }

  #summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dt {
    width: 100%;
    margin-right: 0;
  }

  #summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dt .stepTextTitle {
    font-size: 18px;
    margin-bottom: 0;
  }

  #summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dt .notes dt {
    width: 18% !important;
  }

  #summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dt .notes dd {
    width: 89% !important;
  }


  #summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dd.stepImg {
    width: 100%;
    margin-left: 0;
  }

  #summergift_attention .wrapProcedure .stepCont .stepContInner .stepContInnerBox dd.stepImg img {
    border: 1px solid #9A9A9A;
  }

}

/*ご注意事項 お困りの方へ お問合せ方法*/

#summergift_attention .wrapInquiry .btnWrap ul li:nth-child(-n+2) {
  margin-bottom: 20px;
}

#summergift_attention .sectionAttention {
  background-color: #f6f6f6;
  padding: 50px;
  text-align: left;
  margin-top: 70px;
}

#summergift_attention .sectionAttention .title {
  margin-bottom: 16px;
}

#summergift_attention .sectionAttention .title .h2 {
  color: #272727;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

#summergift_attention .sectionAttention .title span {
  position: relative;
  display: inline-block;
}

/* #summergift_attention .sectionAttention .title span:before {
  background-color: #D94D61;
  bottom: -18px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 50px;
} */

#summergift_attention .sectionAttention p {
  color: #272727;
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 12px;
}

#summergift_attention .sectionAttention dt {
  color: #272727;
  font-size: 20px;
  line-height: 1.67;
  font-weight: bold;
  margin-left: -12px;
}

#summergift_attention .sectionAttention dd {
  color: #272727;
  font-size: 18px;
  line-height: 1.67;
}

#summergift_attention .sectionAttention dd:not(:last-child) {
  margin-bottom: 12px;
}

#summergift_attention .sectionAttention dd li {
  line-height: 1.6;
  padding-left: 1em;
  position: relative;
}

#summergift_attention .sectionAttention dd .emphasis {
  color: #bb3939;
  font-weight: bold;
}

#summergift_attention .sectionAttention dd li .emphasis {
  color: #bb3939;
  font-weight: bold;
}

#summergift_attention .sectionAttention dd li .emphasisBlack {
  color: #272727;
}

#summergift_attention .sectionAttention dd li:before {
  content: "・";
  display: inline;
  left: 0;
  position: absolute;
}

#summergift_attention .sectionAttention dd li li {
  margin-bottom: 1px;
  padding-left: 1em;
  position: relative;
}

#summergift_attention .sectionAttention dd li li:before {
  content: "※";
  display: inline;
  left: 0;
  position: absolute;
}

#summergift_attention .sectionAttention dd li .exa {
  margin-left: -0.5em;
  padding-left: 40px;
}

#summergift_attention .sectionAttention dd li .exa:before {
  content: "（例）";
}

#summergift_attention .sectionAttention dd li .example {
  padding-left: 0em;
}

#summergift_attention .sectionAttention dd li .example:before {
  display: none;
}

#summergift_attention .sectionAttention dd li .space {
  margin-right: 90px;
}

#summergift_attention .sectionAttention dl {
  padding-left: 17px;
}

#summergift_attention .sectionAttention .proviso {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
}

/* 2025/05 追加 */
#summergift_attention .sectionAttention .link-underline + .link-underline{
  margin-top: 5px;
}


@media screen and (max-width: 880px) {
  #summergift_attention .sectionAttention dd li .space {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {

  #summergift_attention .wrapInquiry .btnWrap ul li:nth-child(-n+2) {
    margin-bottom: 10px;
  }

  #summergift_attention .wrapInquiry .btnWrap ul li:nth-child(3) {
    margin-bottom: 10px;
  }

  #summergift_attention .sectionAttention {
    padding: 20px 15px;
    margin-top: 40px;
  }

  #summergift_attention .sectionAttention .title {
    margin-bottom: 12px;
  }

  #summergift_attention .sectionAttention .title .h2 {
    font-size: 18px;
    
  }

/*   #summergift_attention .sectionAttention .title span:before {
    bottom: -12px;
  } */

  #summergift_attention .sectionAttention p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 3px;
  }

  #summergift_attention .sectionAttention dl {
    padding-left: 0 ;
  }

  #summergift_attention .sectionAttention dt {
    font-size: 14px;
    line-height: 25px;
    margin-left: -9px;
  }

  #summergift_attention .sectionAttention dd {
    font-size: 14px;
    line-height: 25px;
  }

  #summergift_attention .sectionAttention dd:not(:last-child) {
    margin-bottom: 5px;
  }

  #summergift_attention .sectionAttention dd li {
    line-height: 22px;
    margin-bottom: 4px;
    padding-left: 1em;
    position: relative;
  }

  #summergift_attention .sectionAttention dd li:first-of-type {
    margin-bottom: 12px;
  }

  #summergift_attention .sectionAttention .proviso {
    font-size: 12px;
    margin-bottom: 5px;
  }

  /* 2025/05 追加 */
#summergift_attention .sectionAttention .link-underline + .link-underline{
  margin-top: 12px;
}

}

body {
  overflow-x: hidden;
}

body .contents {
  margin: 0 auto 5em !important;
}

#footer .toTop {
  display: none !important;
}

@media screen and (max-width: 767px) {
  body .contents {
    padding: 0;
    margin-bottom: 5em !important;
  }
  .toTop {
    bottom: 0 !important;
  }
  body .contents {
    margin: 0;
  }
}