.strengthen_main_img{
    margin-top: 40px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .strengthen_main_img{
        margin-top: 0px;
    }
}
.strengthen_main_img img{
    max-width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .strengthen_main_img img{
        width: 100%;
        height: auto;
    }
}

.strengthen_body {
    padding:32px 40px;
}
@media screen and (max-width: 767px) {
    .strengthen_body {
        padding:16px 0 32px;
    }
}
.ttl_uline+.strengthen_body{
  padding-top: 0;
}

.news_time {
    color: #666666;
    margin-top: 10px;
}

.strengthen_body p {
    font-size: 16px;
    margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
    .strengthen_body p {
        font-size: 14px;
        margin-bottom: 8px;
    }
}
.strengthen_body .campaign_code {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
    .strengthen_body .campaign_code {
        font-size: 20px;
        margin-bottom: 8px;
    }
}

.strengthen_body .txt_link {
    color: #0044CC;
    text-decoration: underline;
    cursor: pointer;
}
.strengthen_body .txt_link:hover {
    color: #7a8fe0;
    text-decoration: none;
}

.strengthen_body img{
    max-width: 100%;
    height: auto;
}

.strengthen_h2_ttl {
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
    display: block;
    width: 100%;
    background-color: #333333;
    color: #FFF;
    text-align: left;
    line-height: 2.5;
    margin-top: 40px;
    padding: 5px 20px;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .strengthen_h2_ttl {
        margin-top: 16px;
        width: 100vw;
        margin-left: -20px;
        font-size: 16px;
        text-align: left;
    }
}
.strengthen_sub_ttl{
    font-size: 20px;
    margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
    .strengthen_sub_ttl{
        font-size: 16px;
        margin-bottom: 8px;
    }
}
.c_sterengthen_result_lowtxt,
.c_sterengthen_result_copy{
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .c_sterengthen_result_lowtxt,
  .c_sterengthen_result_copy{
    font-size: 14px;
  }
}
.c_sterengthen_result_lowtxt{
  color: #000000;
  border-top: 1px solid #C9C8C8;
  border-bottom: 1px solid #C9C8C8;
}
@media screen and (max-width: 767px){
  .c_sterengthen_result_lowtxt{
    margin: 4px 16px;
  }
}

.c_sterengthen_result_copy{
  height: 43px;
  background-color: #333333;
  color: #FFF;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c_sterengthen_result_copy{
    height: 33px;
  }
}

.c_sterengthen_result_copy span{
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c_sterengthen_result_copy span{
    font-size: 16px;
  }
}

.c_result_example_list_link {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #C9C8C8;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px){
  .c_result_example_list_link {
    padding: 10px 10px;
  }
}
.lowtxt_price{
  font-size: 20px;
}

@media screen and (max-width: 767px){
  .strengthen_example_inner{
    display: flex;
  }
  .c_result_example_list_info {
    padding: 8px 12px;
    width: 65%;
  }
  .c_result_example_list_brand {
    font-size: 14px;
    font-weight: normal;
  }
  .c_result_example_list_img {
    padding: 6px 12px;
  }
}


.strengthen_list_tag_block {
  position: relative;
  padding-right: 125px;
}

@media screen and (max-width: 767px){
  .strengthen_list_tag_block{
    width: auto;
    padding-right: 0;
  }
}

.strengthen_list_tag_box {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 100px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 2px 5px;
}

@media screen and (max-width: 767px){
  .strengthen_list_tag_box{
    position: static;
    margin-left: 5px;
  }
}

.strengthen_list_tag_box.open {
  background-color: #b92828;
}

.strengthen_list_tag_box.close {
  background-color: #666666;
}

.strengthen_campaign_end_detail {
  position: relative;
}

.strengthen_campaign_end_text {
  display: inline-block;
  background-color: #666666;
  color: #ffffff;
  padding: 0 6px;
}

.strengthen_campaign_end_text.list {
  margin-right: 10px;
}

.strengthen_campaign_end_box {
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  text-align: center;
}

@media screen and (max-width: 767px){
  .strengthen_campaign_end_detail {
    padding-bottom: 10px;
  }

  .strengthen_campaign_end_box {
    top: auto;
    bottom: 0;
  }

}



