@charset "UTF-8";
/* CSS Document */
/*---------------------------
SP/PC共通
---------------------------*/
main {
  color: #333;
}
/*スライドトグル*/
.read {
  position: relative;
  margin-top: 40px;
}
.read-btn {
  text-align: center;
  width: 100%;
  max-width: 300px;
  padding: 10px;
  color: #ab9e97;
  background-color: ＃fff;
  border-radius: 5px;
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all .3s;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.read-btn::before {
  content: ' 続きを読む';
}
.read__content {
  height: 80px;
  overflow: hidden;
  position: relative;
}
.read__content::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
/* クリック後のcss*/
.read-btn.open {
  bottom: -30px;
  /* background-color: #ccc; */
}
.read-btn.open::before {
  content: ' 閉じる';
}
.read__content.open {
  height: auto;
  padding-bottom: 20px;
}
.read__content.open::before {
  content: none;
}
/*---------------------------
PC
---------------------------*/
@media print, screen and (min-width: 761px) {
  .nav_clinic {
    width: 1200px;
    margin: 0 auto;
  }
  .nav_clinic_list {
    display: flex;
    flex-flow: wrap;
    /* gap:10px 20px; */
    margin: 40px 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .nav_clinic_list li {
    width: calc(100% / 4);
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 50px;
    font-size: 18px;
    background: #7dc2be;
    color: #fff;
    letter-spacing: 4px;
  }
  .nav_clinic_list li a {
    background: #fff;
    display: block;
    color: #333;
    position: relative;
  }
  a span.fa-angle-right {
    right: 15px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    font-size: 20px;
    color: #ccc;
  }
.nav_menu_ttl{
  text-align:center;
  /* font-weight: bold; */
  margin-bottom: 1em;
  color: #333;
  font-size: 16px;
}
  
  .nav_menu_list {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
    margin-bottom: 40px;
    justify-content: center;
  }
  .nav_menu_list li {}
  /* .nav_menu_list li  {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background: #C29192;
    border-radius: 50px;
    padding: 0.5em 1em;
  }
*/
  .menu_item input {
    display: none; /* デフォルトのinputは非表示にする */
  }
  .menu_item {
    font-size: 20px;
    color: #fff;
    border-radius: 20px;
    padding: 0.5em 1em;
    background: #a4c1c3;
  }
  .menu_item input:checked + span {
    color: #FFF;
    background: #88aeb0;
  }
  .campaign_mv {
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 33vw;
    position: relative;
    justify-content: center;
    /* margin-bottom:30px; */
  }
  .ginza_cam .campaign_mv {
    background-image: url(../images/campaign/ginza_cam_mv.jpg);
  }
  .shinjuku_cam .campaign_mv {
    background-image: url(../images/campaign/shinjuku_cam_mv.jpg);
  }
  .ikebukuro_cam .campaign_mv {
    background-image: url(../images/campaign/ikebukuro_cam_mv.jpg);
  }
  .nagoya_cam .campaign_mv {
    background-image: url(../images/campaign/nagoya_cam_mv.jpg);
  }
  .osaka_cam .campaign_mv {
    background-image: url(../images/campaign/osaka_cam_mv.jpg);
  }
  .sendai_cam .campaign_mv {
    background-image: url(../images/campaign/sendai_cam_mv.jpg);
  }
  .yokohama_cam .campaign_mv {
    background-image: url(../images/campaign/yokohama_cam_mv.jpg);
  }
  .fukuoka_cam .campaign_mv {
    background-image: url(../images/campaign/fukuoka_cam_mv.jpg);
  }
  .lead-text {
    background: #c39192;
    color: #fff;
    margin-bottom: 30px;
    padding: 20px 0;
    font-size: 18px;
    text-align: center;
  }
    .lead-text  a{
      display:inline-block;
      background:#fff;
      color: #e9676a;
      padding: 0.1em 0.5em;
      border-radius:5px;
      /* font-size:90%; */
      margin-top: 20px;
    }
  .campaign_mv > .auto {
    height: 33vw;
  }
  .campaign-page-ttl {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .campaign_conts {
    background: #ecf2f3;
    padding-bottom: 100px;
  }
  .campaign_cat_ttl {
    padding: 20px;
    font-size: 24px;
    background: #ab9d97;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
    letter-spacing: 0.2em;
  }
  .campaign_item {
    padding: 40px;
    width: 1100px;
    margin: 0 auto 100px;
    /* border-radius: 10px; */
    background: #fff;
    position: relative;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .campaign_cat:last-child .campaign_item:last-child {
    margin-bottom: 0;
  }
  .campaign_item.new::Before {
    content: "New!";
    font-family: "WindSong", cursive;
    font-weight: 500;
    font-style: normal;
    font-size: 68px;
    color: #a18677;
    position: absolute;
    top: -20px;
    right: -20px;
    transform: rotateZ(14deg);
    text-shadow: 2px 2px 3px rgb(204 204 204 / 50%);
  }
  .campaign_item_new {
    font-family: "WindSong", cursive;
    font-weight: 500;
    font-style: normal;
    font-size: 70px;
    color: #ff7575;
    position: absolute;
    top: -55px;
    left: -30px;
    transform: rotateZ(350deg);
  }
  .campaign_item_ttl {
    font-size: 44px;
    display: flex;
    flex-flow: wrap;
    line-height: 1.2;
    color: #839a9b;
    letter-spacing: 1px;
    margin: 0 auto 20px;
    text-align: center;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem 0;
  }
  .campaign_item_ttl span {
    font-size: 26px;
    letter-spacing: 0;
  }
  .campaign_item_subttl{
    text-align:center;
    color: #666;
    /* width:100%; */
    margin: 0 auto 0.5em;
    font-size: 16px;
    font-weight:bold;
  } 
  .campaign_item_type {
    background: #C58181;
    color: #fff;
    padding: 0.25em 0.5em;
    margin-right: 0.5em;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.5em;
    float: left;
  }

    .campaign_item .set_list{
      display:flex;
      flex-direction:column;
      background:#eef7f7;
      padding: 10px 20px;
      width:100%;
      margin-bottom:20px
    }
    .campaign_item  .set_list .set_ttl{
        text-align: center;
        color: #839a9b;
        font-weight: bold;
        font-size: 1.2rem;
        border-bottom: 1px dotted #849b9b;
        margin-bottom: 1.5em;
        padding-bottom: 0.5em;
      }
      .campaign_item .set_list .set_item{
        margin-bottom:0.25em
      }

.campaign_price_wrap  .set_list{
        display:flex;
        flex-direction:column;
        background:#eef7f7;
        padding: 10px;
        width: calc(100% - 40px);
        margin:0 auto;
        margin-bottom:20px;
        font-size:14px;
}
.campaign_price_wrap  .set_list  .set_ttl{
  margin-bottom: 0.5em;
  font-size:16px;
}
  
  .campaign_item_lead {
    font-size: 16px;
    line-height: 1.6;
    /* font-weight: bold; */
    /* color: #c58181; */
    margin: 0 0 10px;
    margin: 0 auto 10px;
    text-align: center;
  }
  .campaign_price_wrap {
    display: flex;
    justify-content: center;
    font-size: 20px;
    border: #839a9b 2px solid;
    margin-bottom: 10px;
    flex-flow: wrap;
    width: 100%;
    flex-direction: column;
  }
  .campaign_price_wrap:last-of-type {
    margin-bottom: 10px;
  }
  .campaign_price_text {
    width: 100%;
    text-align: center;
    font-size: 80%;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: #839a9b;
    padding: 0.25em 1em;
    margin-bottom: 5px;
    justify-content: center;
    letter-spacing: 1px;
  }

  .campaign_price_text  a{
    border-bottom:1px dotted #fff;
    padding-bottom:0.1em
  }
  
  .campaign_price {
    margin: 0.25em;
    /* width: 100%; */
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .campaign_price span.bold {
    font-size: 30px;
    color: #66aaac;
    margin-left: 0.25em;
  }
  .campaign_price_tax {
    margin-left: 0.5em
  }
  .campaign_price_compact {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 0.5em;
  }
  .campaign_price_compact .campaign_price_wrap {
    width: calc((100% - 20px) / 2);
    margin-bottom: 10px;
  }
  .campaign_price_compact .campaign_price_wrap:nth-of-type(2n) {
    /* border-left: none; */
  }
  .campaign_price_compact .campaign_price {
    font-size: 75%;
    margin: 0;
  }
  .campaign_price_compact .campaign_price_text {
    padding: 0.25em 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    line-height: 1.2;
  }
  .campaign_option {
    font-size: 14px;
    /* text-align: center; */
    margin-bottom: 40px;
  }
  .campaign_dr {
    margin: 0 auto;
    /* width: 100%; */
    display: flex;
    background: #eee;
    padding: 10px 20px;
  }
  .campaign_dr dt {
    /* background:#ccc; */
    text-align: center;
  }
  .campaign_dr dt::after {
    content: "：";
  }
  .campaign_dr dd {
    /* padding:0.5em 0; */
  }
  .campaign_item_textgroup {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: relative;
    align-items: baseline;
  }
  .campaign_item_textgroup::before{
  content:"CAMPAIGN";
  background: #7dc2be;
  padding:0.25em 2em;
  color:#fff;
  letter-spacing:2px;
  border-radius:50px;
  margin: 0 auto 20px;
  box-shadow: 5px 5px 0 rgb(152 152 152 / 16%);
}
  .campaign_item .campaign_item_bnr {
    width: 40%;
    float: left;
    box-shadow: 10px 10px 0 rgb(152 152 152 / 16%);
    display: flex;
  }
  .btn_group {
    display: flex;
    gap: 0 20px;
    justify-content: center;
    font-size: 18px;
    width: 100%;
    clear: both;
    margin: 40px 0 0;
    flex-flow: wrap;
    padding: 0 0 40px;
    /* background: #ececec; */
  }
  .btn_group_ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 22px;
  }
  .btn_group li {
    width: calc((100% - 60px) / 3);
    display: flex;
    align-items: stretch;
    align-content: center;
  }
  .btn_group li a {
    display: flex;
    color: #fff;
    text-align: center;
    padding: 0.5em;
    position: relative;
    letter-spacing: 1px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    line-height: 1.2;
    border-radius: 5px;
  }
  .btn_group li a .fa-angle-right {
    color: #fff;
  }
  .btn_group li a .subtext {
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }
  .reserve_line a {
    background: #57bc6a;
  }
  .reserve_web a {
    background: #e89192;
  }
  .link_detail a {
    background: #999;
  }
  .campaign_case_wrap {
    margin: 0;
    padding: 40px;
    border: 6px solid #f4f3f0;
    /* border-radius: 10px; */
    width: 100%;
  }
  .campaign_case {
    position: relative;
    margin-bottom: 40px;
  }
  .campaign_case .swiper-button-next {
    right: -30px;
    filter: grayscale(100%);
  }
  .campaign_case .swiper-button-prev {
    left: -30px;
    filter: grayscale(100%);
  }
  .campaign_case .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -20px;
  }
  .campaign_case_wrap .swiper-pagination-bullet-active {
    opacity: 1;
    background: #D89D9D;
  }
  .campaign_case_wrap .slick-slide {
    margin: 0 10px;
  }
  .campaign_case_wrap .slick-track {
    margin: 0 auto;
  }
  .case_risk {
    line-height: 1.8;
    margin-bottom: 1em
  }
  .case_risk:only-of-type, .case_risk:last-of-type {
    margin-bottom: 0;
  }
  
.monicam-link{
  background: #F3ECEC;
  padding: 40px 0;
}
.monicam-link p{
  text-align:center;
  font-weight:bold;
  font-size:20px;
  margin-bottom:1rem;
}
.monicam-link a{
  width: 60%;
  background:#fff;
  padding: 20px;
  display: block;
  border: 4px solid #e6a3ab;
  margin: 0 auto;
}
}
/*---------------------------
SP
---------------------------*/
@media screen and (max-width: 760px) {
  .campaign_mv {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vw;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .ginza_cam .campaign_mv {
    background-image: url(../images/campaign/ginza_cam_mv_sp.jpg);
  }
  .shinjuku_cam .campaign_mv {
    background-image: url(../images/campaign/shinjuku_cam_mv_sp.jpg);
  }
  .ikebukuro_cam .campaign_mv {
    background-image: url(../images/campaign/ikebukuro_cam_mv_sp.jpg);
  }
  .nagoya_cam .campaign_mv {
    background-image: url(../images/campaign/nagoya_cam_mv_sp.jpg);
  }
  .osaka_cam .campaign_mv {
    background-image: url(../images/campaign/osaka_cam_mv_sp.jpg);
  }
  .sendai_cam .campaign_mv {
    background-image: url(../images/campaign/sendai_cam_mv_sp.jpg);
  }
  .yokohama_cam .campaign_mv {
    background-image: url(../images/campaign/yokohama_cam_mv_sp.jpg);
  }
  .fukuoka_cam .campaign_mv {
    background-image: url(../images/campaign/fukuoka_cam_mv_sp.jpg);
  }
  .lead-text {
    background: #c39192;
    color: #fff;
    padding: 20px;
    font-size: 14px;
  }
    .lead-text  a{
      display:block;
      background:#fff;
      color: #e9676a;
      padding: 0.5em;
      border-radius:5px;
      font-weight:bold;
      margin-top: 20px;
      text-align:center;
    }

  
  .campaign-page-ttl {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .nav_clinic_list {
    display: flex;
    flex-flow: wrap;
    /* gap:10px 20px; */
    margin: 0 0 30px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .nav_clinic_list li {
    width: calc(100% / 4);
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 44px;
    font-size: 14px;
    background: #7dc2be;
    color: #fff;
    letter-spacing: 2px;
  }
    .nav_menu_ttl {
        text-align: center;
        font-weight: bold;
        margin-bottom: 1em;
        color: #333;
        font-size: 14px;
    }
  
  .nav_menu_list {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: center;
  }
  .nav_clinic_list li a {
    background: #fff;
    display: block;
    color: #333;
    position: relative;
  }
  .nav_clinic_list a span.fa-angle-right {
    right: 2px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    font-size: 20px;
    color: #ccc;
  }
  .nav_menu_list li {
    /* margin-bottom: 20px; */
  }
  .menu_item input {
    display: none; /* デフォルトのinputは非表示にする */
  }
  .menu_item {
    font-size: 15px;
    color: #fff;
    border-radius: 100px;
    padding: 0.5em 1em;
    background: #b2c7c6;
    display: block;
  }
  .menu_item input:checked + span {
    color: #FFF;
    background: #f68c8e;
  }
  .campaign_conts {
    background: #ecf2f3;
  }
  .campaign_cat {
       padding-bottom: 40px; 
    }
  .campaign_cat_ttl {
    padding: 15px;
    font-size: 28px;
    background: #ab9d97;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    letter-spacing: 0.2em;
  }
  .campaign_item {
    /* border-bottom: 1px solid #ccc; */
    width: calc(100% - 40px);
    margin: 0 auto 40px;
    /* box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1); */
    /* border-radius: 10px; */
    padding: 20px;
    background: #fff;
    position: relative;
  }

  .campaign_item .ttl_cam{
    color:#fff;
    background: #88aeb0;
    text-align:center;
    padding: 0.25em;
    width:50%;
    border-radius:50px;
    margin:0 auto 20px;
    letter-spacing:2px;
  }
  
  .campaign_item.new {
    /* border: 4px solid #f2b3b3; */
  }
  .campaign_item.new::Before {
    content: "New!";
    font-family: "WindSong", cursive;
    font-weight: 500;
    font-style: normal;
    font-size: 58px;
    color: #a18677;
    position: absolute;
    top: -40px;
    left: -15px;
    transform: rotateZ(350deg);
    text-shadow: 2px 2px 3px rgb(204 204 204 / 50%);
  }
  .campaign_item_type {
    background: #C58181;
    color: #fff;
    padding: 0.25em 0.5em;
    margin-right: 0.5em;
    font-weight: normal;
    font-size: 14px;
    display: block;
    vertical-align: middle;
    margin-bottom: 0.5em;
    width: 6em;
    text-align: center;
    margin: 0 auto 10px;
    letter-spacing: 0.2rem;
  }
  .campaign_item_ttl {
    font-size: 6.8vw;
    color: #839a9b;
    /* vertical-align: middle; */
    line-height: 1.2;
    text-align: center;
    margin: 0 auto 20px;
    display: flex;
    flex-flow: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem 0;
  }
  .campaign_item_ttl span {
    /* display: block; */
    font-size: 70%;
  }
  .campaign_item_subttl{
    text-align:center;
    color: #666;
    /* width:100%; */
    margin: 0 auto 0.5em;
    font-size: 16px;
    font-weight:bold;
  } 

    .campaign_item .set_list{
      display:flex;
      flex-direction:column;
      background:#eef7f7;
      padding: 10px 20px;
      width: calc(100% - 20px);
      margin: 0 auto 10px;
    }
      .campaign_item .set_list .set_ttl{
        text-align: center;
        color: #839a9b;
        font-weight: bold;
        font-size: 1.2rem;
        border-bottom: 1px dotted #849b9b;
        margin-bottom: 1.5em;
        padding-bottom: 0.5em;
      }
      .campaign_item .set_list .set_item{
        margin-bottom:0.25em
      }
  
  
  .campaign_price_compact {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 1em;
  }
  .campaign_price_compact .campaign_price_wrap {}
  .campaign_item_lead {
    font-size: 3.4vw;
    line-height: 1.6;
    margin: 0 0 0.5em;
    /* font-weight:bold; */
    /* color:#c58181; */
    text-align: center;
  }
  .campaign_price_wrap {
    display: flex;
    justify-content: center;
    font-size: 16px;
    border: #839a9b 2px solid;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .campaign_price_compact .campaign_price_wrap {
    width: calc(100% / 2);
    justify-content: flex-start;
  }
  .campaign_price_compact .campaign_price_wrap:nth-of-type(2n) {
    border-left: none;
  }
  .campaign_price_text {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: #839a9b;
    padding: 0.25em 0.5em;
    text-align: center;
  }
  .campaign_price_text  a{
    border-bottom:1px dotted #fff;
    padding-bottom:0.1em
  }
  
  
  .campaign_price_compact .campaign_price_wrap .campaign_price_text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    line-height: 1.2
  }
  .campaign_price_compact .campaign_price{
    flex-direction:column;
    flex-flow: wrap;
    padding: 5px 0;
  }

  
  .campaign_price {
    font-size: 16px;
    align-items: baseline;
    text-align: center;
    line-height: 1.3;
    padding: 5px 10px;
    /* display: flex; */
    /* justify-content: center; */
    /* flex-flow: wrap; */
  }
  .campaign_price span.bold {
    font-size: 28px;
    color: #66aaac;
    margin-left: 0.25em;
  }
  .campaign_price_compact span.bold{
    font-size:24px;
  }

  
  .campaign_price_tax {
    display: block;
    font-size: 14px;
  }
     .campaign_price_compact .campaign_pric .campaign_price_tax {
    display: block;
     width: 100%;
     margin:0;
  }

  .campaign_option {
    margin: 1em 0;
    text-align: center;
  }
  .campaign_dr {
    margin: 1em 0;
    font-size: 16px;
  }
  .campaign_dr dt {
    background: #eee;
    text-align: center;
    padding: 0.25em 0.5em;
  }
  .campaign_dr dd {
    padding: 0.5em 0;
    text-align: center;
  }
  .campaign_item_textgroup {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.campaign_item_textgroup::before{
  content:"CAMPAIGN";
  background: #7dc2be;
  padding:0.25em 2em;
  color:#fff;
  letter-spacing:2px;
  border-radius:50px;
  margin-bottom: 15px;
  box-shadow: 5px 5px 0 rgb(152 152 152 / 16%);
}
  .campaign_item .campaign_item_bnr {
    width: 100%;
    margin: 0 auto 20px;
  }
  .btn_group {
    display: flex;
    gap: 0 20px;
    justify-content: space-between;
    font-size: 18px;
    width: 100%;
    flex-direction: column;
    margin-bottom: 0px;
  }
  .btn_group_ttl {
    text-align: center;
    width: 100%;
    margin-bottom: 0.5em;
  }
  .btn_group li {
    width: 100%;
    display: flex;
    align-content: center;
    margin-bottom: 20px;
    flex-direction: column;
    align-content: center;
    font-size: 16px;
  }
    .btn_group li:last-of-type{
      margin-bottom:0;
    }
  .btn_group li a {
    color: #fff;
    text-align: center;
    padding: 0.5em;
    position: relative;
    letter-spacing: 1px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    line-height: 1.2;
    display: flex;
    border-radius: 5px;
  }
  .btn_group li a .fa-angle-right {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .btn_group li a .subtext {
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }
  .reserve_line a {
    background: #57bc6a;
  }
  .reserve_web a {
    background: #e89192;
  }
  .link_detail a {
    background: #888888;
    min-height: calc(1.8em + 14px + 0.5em);
  }
  .campaign_case {
    clear: both;
    position: relative;
    margin-bottom: 40px;
    /* width: 85%; */
    margin: 0;
  }
  .campaign_case .swiper-button-next {
    right: -40px;
    filter: grayscale(100%);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
  }
  .campaign_case .swiper-button-prev {
    left: -19px;
    filter: grayscale(100%);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
  }
  .campaign_case .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -20px;
  }
  .campaign_case_wrap .swiper-pagination-bullet-active {
    opacity: 1;
    background: #D89D9D;
  }
  .case_risk {
    line-height: 1.8;
  }
  
.monicam-link{
  background: #F3ECEC;
  padding:20px 0
}
.monicam-link p{
  text-align:center;
  font-weight:bold;
  font-size:16px;
  margin-bottom:1rem;
}
.monicam-link a{
  width: 90%;
  background:#fff;
  padding: 10px;
  display: block;
  border: 4px solid #e6a3ab;
  margin: 0 auto;
}
}