@charset "utf-8";

/* Parts
--------------------------*/
.tac {text-align: center}
.fwb {font-weight: bold}
.tRed {color: #db0016}

.decoration02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), color-stop(70%, #ffe3e7));
  background: linear-gradient(180deg, #fff 70%, #ffe3e7 70%);
}

.list_type1 > li {
  position: relative;
  padding-left: 2em;
  font-size: 1.6rem;
}
.list_type1 > li + li {
  margin-top: 7px;
}
.list_type1 > li.nomargin {
  padding-left: 0;
}
.circle {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  background-color: #db0016;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.list_type1 .circle {
  top: 3px;
  left: 0;
  width: 1.375em;
  height: 1.375em;
  padding-top: 1px;
}

.list_type2 li {
  position: relative;
  padding-left: 1em;
}
.list_type2 li + li {
  margin-top: 1px;
}
.list_type2 li::before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a5a5a5;
}

.note li {
  font-size: 1.3rem;
}
.note li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 768px) {
  .content p {font-size: 1.6rem}
}

/* Layout
--------------------------*/
.main_content.main_no_topic_path {
  margin-top: 0;
}

.content_inner {
  margin: 0 auto;
}

.campaign_btn {
  text-align: center;
}

.content_box {
  background-color: #f5f5f5;
}

.campaign_txt_01 {
  font-weight: 500;
}

.campaign_txt_03 {
  margin-bottom: 12px;
}

.campaign_col .col p.note {
  font-size: 1.3rem;
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .main {
    padding-top: 86px;
  }

  .main_content.main_no_topic_path {
    width: 100%;
    min-width: 801px;
  }
  
  .main_visual {
    height: 306px;
    background: #ffffff url(/campaign/present/2020-02/img/img-mv_pc02.jpg?20200821) center center no-repeat;
    background-size: contain;
  }

  .content_inner {
    width: 801px;
  }

  .campaign_btn a {
    display: inline-block;
    width: 789px;
    height: 120px;
    background: url(/campaign/present/2020-02/img/btn-campaign_pc02.jpg) center center no-repeat;
  }
  .campaign_btn a:hover {
    opacity: .5;
  }
  .campaign_btn {margin-top: 50px}
  .campaign_btn.btn01 {margin: 60px auto 52px}

  .content .campaign_txt_01 {
    margin: 50px auto;
    font-size: 3rem;
    color: #db0016;
    font-size: 3rem;
  }

  .campaign_txt_02 {
    margin-bottom: 50px;
  }

  .content_box {
    padding: 24px 27px;
  }
  .content_box.pcfix{
    padding-right:17px;
  }
  .campaign_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .campaign_col .col {
    width: 236px;
  }
  .campaign_col .col p {
    line-height: 2;
  }
  .campaign_col .col:nth-child(3) .txt1 {
    letter-spacing: -1px;
    line-height: 1.5;
  }
}

@media print {
  body,
  .header,
  .header_top_inner,
  .main_content.main_no_topic_path {
    width: 1050px;
    min-width: 100%;
  }
}