@media screen and (min-width:741px) {
  .vpointPage {
    background: url("/cms/contents/special/vpoint/img/cubes.png") #cdf2f2 center 60px no-repeat;
    padding: 100px 0 50px;
  }
  .vpointPage .visual {
    width: 910px;
    margin: 0 auto;
    text-align: center;
  }
  .vpointPage .tpoint-lead {
    margin: 75px auto 45px;
  }
  section {
    max-width: 910px;
    margin: 0 auto;
  }
  .meritConditions {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .meritCondition-title {
    border: 3px solid #014099;
    background: #fff;
    width: 220px;
    padding: 24px;
    text-align: center;
  }
  .meritCondition-desc {
    border-bottom: 3px solid #014099;
    border-right: 3px solid #014099;
    border-left: 3px solid #014099;
    width: 220px;
  }
  .meritCaution {
    font-size: 12px;
    line-height: 1.8;
    width: 670px;
    margin: 40px auto;
  }
  .aboutTpoint {
    margin: 40px auto;
    border: solid 5px #fff;
    background: url("/cms/contents/special/vpoint/img/pointlogo.png") #daf6f6 40px 30px no-repeat;
    padding: 30px 40px 30px 170px;
  }
  .aboutTpoint-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 .675em 0;
  }
  .aboutTpoint-txt {
    line-height: 1.8;
    margin-bottom: 1em;
  }
  .outer-link {
    background: url("/cms/contents/special/vpoint/img/ar.png") no-repeat left center / 7px 14px;
    padding-left: 20px;
    color: #014099;
    font-weight: bold;
    text-decoration: underline;
  }
  .search-shop {
    text-align: center;
    margin: 50px auto 80px;
    max-width: 480px;
  }
}
@media screen and (max-width:740px) {
  .vpointPage {
    background: #cdf2f2;
    padding-bottom: 5px;
  }
  .vpointPage .visual {
    width: 93.75%;
    padding-top: 25px;
    margin: 0 auto;
    text-align: center;
  }
  .vpointPage .visual h1 {
    margin: 0 auto;
    max-width: 260px;
  }
  .vpointPage .tpoint-lead {
    margin: 30px auto 20px;
    width: 95%;
  }
  .vpointPage .tpoint-lead img {
    width: 100%;
    height: auto;
  }
  section {
    width: 93.75%;
    margin: 0 auto;
  }
  .meritConditions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .meritCondition {
    margin-bottom: 25px;
    width: calc((100% - 10px) / 2);
  }
  .meritCondition.last-child {
    margin-right: 0;
  }
  .meritCondition-title {
    border: 2px solid #014099;
    background: #fff;
    padding: 12px;
    text-align: center;
  }
  .meritCondition-title img {
    width: auto;
    height: 14px;
  }
  .meritCondition-desc {
    border-bottom: 2px solid #014099;
    border-right: 2px solid #014099;
    border-left: 2px solid #014099;
  }
  .meritCaution {
    font-size: 0.6em;
    line-height: 1.8;
    margin: 15px auto 10px;
  }
  .meritCaution li {
    margin-left: 1em;
    text-indent: -1em;
  }
  .aboutTpoint {
    margin: 15px auto 10px;
    border: solid 3px #fff;
    background: url("/cms/contents/special/vpoint/img/pointlogo.png") #daf6f6 15px 15px no-repeat;
    background-size: 50px auto;
    padding: 95px 15px 5px;
  }
  .aboutTpoint-title {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .aboutTpoint-txt {
    font-size: 10px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .outer-link {
    background: url("/cms/contents/special/vpoint/img/ar.png") left center no-repeat;
    background-size: 6.5px auto;
    padding-left: 10px;
    color: #014099;
    font-weight: bold;
    text-decoration: none;
  }
  .search-shop {
    text-align: center;
    margin: 0 auto 10px;
  }
}