
/*アフィリエイト紹介プログラム*/

.affiliate .content_wrap{
  border-bottom: none !important;
}

#contents_wrap p{
  font-size: 16px;
  margin: 0 10px;
  line-height: 2em;
}

.affiliate .inner{
  padding: 0 30px;
}

.affiliate #ce19_mv {
  background-image:none !important;
}

.affiliate .mainImage {
  background: #d8ecf6 !important;
  background: #FFF !important;/*夏用*/
  background: #e3d9a3 !important;/*冬用*/
}

.affiliate h2{
  color: #b89d02 !important;
  font-weight: bold !important;
  font-size: 30px !important;
  text-align:   center;
}

.affiliate h2 strong.marker {
 background: linear-gradient(transparent 70%, #f8d0d3 75%);
  background: linear-gradient(transparent 70%, #fbd8ae 75%);/*夏用*/
   display: inline;
font-weight: bold; 
}


.affiliate h3 {
  background-color: #ebebe5 !important;
  padding: 10px !important;
  margin: 50px 0 10px !important;
  color: #000;
  font-weight: bold  !important;
  font-size: 20px !important;
}


.affiliate dl.pointlist{
  margin: 0 0 15px 10px
}

.affiliate dl.pointlist dt{
  border-bottom: 1px solid #b89d02;
  margin: 20px 0 10px;
  padding-bottom: 5px;
  clear: both;
  font-size: 18px;
  font-weight: bold;
}

.affiliate dl.pointlist dd{
  margin: 10px 0 30px;
  clear: both;
  line-height: 1.8em;
}

.affiliate dl.pointlist dd strong{
  display: block;
  clear: both;
  list-style: disc;
  padding: 15px 0 5px 15px;
  color: #ff9900 !important;

}



.affiliate dl.campaignlist{
  margin: 0 0 15px 10px
}

.affiliate dl.campaignlist dt{
  border-bottom: 1px solid #b89d02;
  margin: 20px 0 10px;
  padding-bottom: 5px;
    clear: both;
    font-size: 14px;
}

.affiliate dl.campaignlist dd{
  margin: 10px 0;
  clear: both;
}

.affiliate dl.campaignlist dd strong{
  display: block;
  clear: both;
  list-style: disc;
  padding: 15px 0 5px 15px;
  color: #ff9900 !important;
}

.affiliate .column2{
  width: 50%;
  padding:5px 10px;
  float: left;
}

.affiliate ul.campaignlist{
  margin: 0 0 15px 10px;
  width: 100%;
}

.affiliate ul.campaignlist li{
  padding: 5px 0 0;
  margin: 10px 0 5px 20px;
  list-style: disc;
  font-size: 13px;
}

.affiliate p.caption{
  background-color: #ddd;
  text-align: center;
  padding: 10px; 
  font-size: 12px !important;

}

#contents_wrap p.btn_aff{
  padding: 20px;
}

#sns_wrap{
  clear: both;
  width: 100% !important;
}


@media screen and (max-width: 767px) {

.affiliate  .content_wrap{
    padding-bottom: 0 !important;
}

.affiliate .column2{
  width: 100%;
  margin: 0 auto;
  padding:5px 10px;
  float: none;
}

.affiliate ul.campaignlist li{
    word-wrap: break-word;
}


#contents_wrap p.btn_aff{
  padding: 20px;
}


}



/*SNS関連*/

/*SP SNS*/

@media screen and (max-width: 767px) {

  .url_share_block_title {
    font-size: 4vw;
    font-weight: bold;
    color: #707070;
    background-color: #F8F7F2;
    border-radius: 50px;
    margin: 0 auto 25px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .url_share_block_copy {
    margin: 0 10px 20px;
  }
  .url_share_block_copy a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    background-color: #F8F7F2;
  }
  .url_share_block_copy a div:nth-child(2){
    margin-left: 8%;
    font-size: 3.5vw;
    font-weight: bold;
    color: #707070;
  }
  .freepage--box .url_share_block_copy,
  .freepage--box .url_share_block_1 {
    margin-bottom: 10px;
  }
  .url_share_block_1,
  .url_share_block_2 {
    height: 80px;
    display: flex;
    margin: 0 10px 20px;
  }
  .url_share_block_1 li,
  .url_share_block_2 li {
    background-color: #F8F7F2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 20px) / 2);
  }

  .url_share_block_1 li div:nth-child(2),
  .url_share_block_2 li div:nth-child(2)  {
    margin-left: 5%;
    font-size: 3.5vw;
    font-weight: bold;
    color: #707070;
  }
  .url_share_block_1 li:not(:first-child),
  .url_share_block_2 li:not(:first-child) {
    margin-left: 20px;
  }
  .url_share_block_2 li:first-child a div:nth-child(2){
    margin-left: 5%;
    font-size: 3vw;
  }
  .url_share_block_2 li:nth-child(2) a div:nth-child(2){
    margin-left: 10%;
  }
  .url_share_block_1 li a,
  .url_share_block_2 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
  }
  .url_share_block_1 li a div:first-child,
  .url_share_block_2 li a div:first-child {
    margin-left: 10%;
  }
  .copy-info {
    display:none;
    padding:1em 2em;
    color:#fff;
    border-radius:8px;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background-color:#333;
    opacity:.8;
    box-shadow:0 4px 8px #777;
    z-index:2;
    width: 80%;
    text-align: center;
  }
}


/*SNS PC*/

@media screen and (min-width:768px) {
.url_share_block_title {
  font-size: 20px;
  font-weight: bold;
  color: #707070;
  background-color: #F8F7F2;
  border-radius: 50px;
  margin: 0 auto 25px;
  width: 532px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.freepage--box .url_share_block_1 {
  margin-bottom: 23px;
}
.url_share_block_1,
.url_share_block_2 {
  width: 732px;
  height: 83px;
  display: flex;
  margin: 0 auto 20px;
}
.url_share_block_1 li {
  background-color: #F8F7F2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.url_share_block_1 li:first-child {
  width: 478px;
}
.url_share_block_1 li:nth-child(2) {
  width: 229px;
  margin-left: 23px;
}
.url_share_block_1 li a > div:nth-child(2) {
  margin-left: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #707070;
}
.url_share_block_2 li {
  width: calc(478px / 2 - 11.5px);
  background-color: #F8F7F2;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.url_share_block_2 li:not(:first-child) {
  margin-left: 23px;
}
.url_share_block_2 li:first-child a div:first-child{
  margin-left: 30px;
  display: flex;
}
.url_share_block_2 li:first-child a div:nth-child(2){
  margin-left: 20px;
}
.url_share_block_2 li:nth-child(2) a div:first-child{
  margin-left: 32px;
  display: flex;
}
.url_share_block_2 li:nth-child(2) a div:nth-child(2){
  margin-left: 19px;
  font-size: 17px;
}
.url_share_block_2 li:nth-child(3) a div:first-child{
  margin-left: 34px;
  display: flex;
}
.url_share_block_2 li:nth-child(3) a div:nth-child(2){
  margin-left: 41px;
}
.url_share_block_1 li a,
.url_share_block_2 li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.url_share_block_2 li div:nth-child(2) {
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #707070;
}
.url_share_block_1 .copy-button {
  position: relative;
}
.copy-info {
  display:none;
  width: 41%;
  padding:1em 2em;
  color:#fff;
  border-radius:8px;
  position:absolute;
  top:-20%;
  left:50%;
  transform:translate(-50%,-50%);
  background-color:#333;
  opacity:.8;
  box-shadow:0 4px 8px #777;
  z-index:2;
}
}


@media screen and (max-width: 767px) {
  .only_pc {
    display: none !important;
  }
}


@media screen and (min-width:768px) {
  .sp_only {
    display:none !important;
  }
}


  .fixed_ .fixed_btn_ {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    margin: auto;
    padding: 20px 0;
    background: rgba(255,255,255,0.8);
  }
  .txt_large {
    font-weight: bold;
    display: block;
  }
  .marker_line {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #f0cbc5 0%);
    display: inline;
  }
  .image-2col figure {
    width: calc((100% - 20px) / 2);
  }
  .pc_none {
    display: none !important;
  }
  .sp_none {
    display: block !important;
  }

  .sec02 {
  overflow: hidden;
  padding: 66px 33px 82px;
  }

  .sec02_lead {
    background-image: url(/img/usr/freepage/monitor/2209_akrl_blanket/bg_sec02_lead_2210.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 198px;
    min-height: 446px;
  }

  .sec02_lead_txt01 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: .18em;
  }

  .sec02_lead_txt02 {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2.7;
    margin-top: 24px;
  }

  .feature_box {
    display: flex;
    margin-top: 66px;
  }

  .feature_box:nth-child(odd) {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .feature_img {
    flex-shrink: 0;
    position: relative;
    width: 516px;
    z-index: 1;
  }

  .feature_box:nth-child(3) .feature_img {
    width: 554px;
  }

  .feature_box:nth-child(5) .feature_img {
    width: 311px;
  }

  .feature_txt {
    font-size: 23px;
    letter-spacing: .18em;
    margin-left: 25px;
    position: relative;
    width: 100%;
  }

  .feature_box:nth-child(odd) .feature_txt {
    margin: 0;
  }

  .feature_txt::after {
    border: #dcdddd 1px solid;
    border-radius: 50%;
    content: '';
    display: block;
    height: 300px;
    left: -98px;
    position: absolute;
    top: -33px;
    width: 300px;
  }

  .feature_box:nth-child(odd) .feature_txt::after {
    left: 98px;
    top: -33px;
  }

  .feature_txt p {
    font-weight: 500;
    position: relative;
    z-index: 1;
  }

  .feature_txt .sub_txt {
    bottom: 0;
    font-size: 18px;
    letter-spacing: .025em;
    position: absolute;
    right: 25px;
    width: 352px;
    z-index: 1;
  }

  .link-btn01 {
    font-size: 16px;
    height: 67px;
    line-height: 66px;
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
  }

  .link-btn01::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  @media screen and (max-width: 480px) {
    .sp_none {
      display: none !important;
    }
    .pc_none {
      display: block !important;
    }
  }




  @media screen and (max-width: 767px) {
    .image-2col figure {
      width: 100%;
      margin-top: 20px;
    }
  }


  @media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

#contents_wrap #ce19_mv, #contents_wrap_link #ce19_mv {
  border-bottom: #ffeb45;
｝