@charset "UTF-8";


/**************************************************************************************
/*
/*	買い替えキャンペーン
/*
**************************************************************************************/

.product-inner980 {
    width: 980px;
    margin: 0 auto;
}

#main .replaceBox {
    color: #261b18;
    font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', sans-serif , 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
}

#main .replaceBox .pc {
    display: block;
}

#main .replaceBox .sp {
    display: none;
}

#main .replaceBox a {
    text-decoration: none;
}

#main .replaceBox a:hover {
    text-decoration: none !important;
}

#main .replaceBox img {
    max-width: 100%;
}

#main .replaceBox .roundCornerBox07 {
    padding-bottom: 5%;
}

#main .replaceBox .sub-title {
    background-color: #df0615;
    font-size: 28px;
    font-weight: normal;
    padding: 2.5%;
    margin: 3% 0 3%;
    text-align: center;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
}

#main .replaceBox .balloon::after {
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
    border-top: solid 15px #df0615;
    bottom: -15px;
    content: "";
    display: block;
    height: 0px;
    left: 48.5%;
    position: absolute;
    width: 0;
}

#main .replaceBox .camp-items-text {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 2%;
}

#main .replaceBox .third-title {
    background-color: #231815;
    font-size: 28px;
    font-weight: 400;
    padding: 2.5%;
    margin: 3% 0;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
}

#main .replaceBox .contents-wrap {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 3.5%;
}

#main .replaceBox .contents-box {
    width: 48.5%;
    padding: 2% 9.5%;
    text-align: center;
    box-sizing: border-box;
    border: 3px solid #df0615;
}

#main .replaceBox .contents-box:nth-child(n+3) {
    margin-top: 2.5%;
}

#main .replaceBox  .wrapper {
    padding: 0 3%;
}

#main .replaceBox .shops {
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.5px;
    font-size: 26px;
    text-align: left;
}

#main .replaceBox .skin{
  font-size: 20px;
}

#main .replaceBox .l-item{
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-top: 2%;
}

#main .replaceBox .mgl{
  margin-left: 70px;
}

#main .replaceBox .txcenter{
  text-align: center;
}

#main .replaceBox .contents-box p {
    margin-bottom: 3%;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}

#main .replaceBox .contents-box .navi-img {
    width: 100%;
}

#main .replaceBox .contents-box .btn {
    background-color: #f39800;
}

#main .replaceBox .contents-box:nth-child(n+5) .btn {
    margin-bottom: 0;
}

#main .replaceBox .contents-box .btn a {
    color: #fff;
    padding: 1%;
    font-size: 14px;
    text-decoration: none;
    display: block;
}


#main .replaceBox .shop-box {
    counter-reset: my-counter;
}

#main .replaceBox .shop-box .list {
    font-size: 27px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 2%;
}

#main .replaceBox .shop-box .shopbox-title{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 1%;
}

#main .replaceBox .shop-box .des{
  font-size: 28px;
  margin-bottom: 3%;
  font-weight: normal;
  line-height: 1.2;
}

#main .replaceBox .shop-box .des2{
  text-align: left;
  width: 83%;
  margin: 0 auto;
}

#main .replaceBox .shop-box .des2 p{
  font-size: 22px;
  margin-bottom: 3%;
  font-weight: normal;
  line-height: 1.2;
  display: inline-block;
  text-align: left;
}

#main .replaceBox .shop-box .alert {
    color: #e60012;
    font-size: 26px;
    margin-bottom: 2%;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: -0.6px;
}

#main .replaceBox .shop-box .alert-box {
    padding: 2%;
    color: #e60012;
    border: 4px solid #e60012;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    width: 82%;
    margin: 0 auto 5%;
    ;
}

#main .replaceBox .shop-box p {
    font-size: 20px;
    font-weight: bold;
}

#main .replaceBox .shop-box .shops {
    margin: 5% 0 4%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

#main .replaceBox .shop-box .wrapper {
    padding: 0 2%;
}

#main .replaceBox .shop-box .flow {
    font-size: 27px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 1.5%;
    position: relative;
    margin-left: 6.5%;
}

#main .replaceBox .shop-box .flow:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #231815;
    color: #fff;
    display: block;
    float: left;
    line-height: 52px;
    text-align: center;
    height: 52px;
    width: 52px;
    font-size: 34px;
    position: absolute;
    left: -1.8em;
}

#main .replaceBox .shop-box .last {
    margin-bottom: 4%;
}

#main .replaceBox .shop-box .last:before {
    top: -.25em;
}

#main .replaceBox .tel-box {
    border: 7px solid #898989;
    padding-bottom: 3%;
    margin-bottom: 7%;
}

#main .replaceBox .btn {
    text-align: center;
    margin: 4% 0 5%;
}

#main .replaceBox .shop-box ul {
    margin-bottom: 5%;
}

#main .replaceBox .shop-box li {
    font-size: 21px;
    margin-left: 1%;
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 2%;
}

#main .replaceBox .shop-box .photo {
    text-align: center;
    margin-bottom: 5%;
}

#main .replaceBox .shop-box .about-post-btn {
    margin-bottom: 5%;
    text-align: center;
}

#main .replaceBox .shop-box .des-figure{
  text-align: center;
  margin: 3% 0;
}

#main .replaceBox .shop-box .not-member-sec{
  border-top: 10px solid black;
  padding: 3% 0px;
  counter-reset: my-counter;
}

#main .replaceBox .app-content .wrapper {
    padding: 0 2%;
    margin-top: 4%;
}

#main .replaceBox .shop-box .alert2{
  font-size: 22px;
  margin-top: 2%;
  font-weight: normal;
  color: red;
}

#main .replaceBox .app-content .box {
    margin-bottom: 4%;
}

#main .replaceBox .app-content h4 {
    color: #e60012;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 1.5%;
}

#main .replaceBox .app-content p {
    font-size: 21px;
    line-height: 1.5;
    margin-left: 2%;
}

#main .replaceBox .app-content li {
    font-size: 21px;
    line-height: 1.7;
    text-indent: -3%;
    padding-left: 5%;
}


#main .replaceBox .bottom-contents-wrap {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: center;
}

#main .replaceBox .bottom-contents-wrap .box1{
  width:calc(100% / 2);
  margin:2px;
  margin-bottom: 1.5%;
}

#main .replaceBox .bottom-contents-wrap .box2{
  width:calc(100% / 3);
  margin:2px;
}


@media screen and (max-width: 768px) {
    .target_respo .content .product-inner980 {
        width: 100%;
    }
    #main .replaceBox .pc {
        display: none;
    }
    #main .replaceBox .sp {
        display: block;
    }
    #main .replaceBox br {
        display: none;
    }
    #main .replaceBox img {
        max-width: 100%;
    }
    #main .replaceBox .shops{
      font-size: 3vw;
    }
    #main .replaceBox .sub-title, #main .replaceBox .third-title {
        font-size: 3vw;
        padding: 0.7%;
    }
    #main .replaceBox .balloon::after {
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        border-top: solid 8px #df0615;
        bottom: -7px;
    }
    #main .replaceBox .l-item{
      font-size: 3vw;
    }
    #main .replaceBox .camp-items-text {
        font-size: 3vw;
        padding: 0 6%;
    }
    #main .replaceBox .contents-wrap {
        margin-bottom: 5%;
        margin: 0 3%;
    }
    #main .replaceBox .contents-box {
        width:49%;
        padding: 2%;
        border: 1px solid #df0615;
    }
    #main .replaceBox .contents-box:nth-child(n+5){
      margin-top: 0;
    }
    #main .replaceBox .contents-box:last-child {
        margin-bottom: 0;
    }
    #main .replaceBox .skin2{
      margin-bottom: 5% !important;
    }
    #main .replaceBox .contents-box p {
        font-size: 2.8vw;
        margin-bottom: 4%;
    }
    #main .replaceBox .contents-box .btn a {
        font-size: 3vw;
        padding: 0;
    }
    #main .replaceBox .add-contents-wrap .contents-box {
        width: 75%;
        margin: 8% auto 5%;
        border: 3px solid #036eb8;
        padding: 6% 7%;
    }
    #main .replaceBox .add-contents-wrap .cross-img {
        top: -8vh;
        right: 39.4%;
        position: absolute;
        width: 20%;
    }
    #main .replaceBox .shop-box .shops {
        margin: 5% 0 4%;
        font-size: 3vw;
        letter-spacing: -1.2px;
        line-height: 1.7;
    }
    #main .replaceBox .shop-box p {
        font-size: 3vw;
        line-height: 1.4;
    }
    #main .replaceBox .shop-box .shopbox-title{
      font-size: 4vw;
    }
    #main .replaceBox .shop-box .des , #main .replaceBox .shop-box .des2 p{
      font-size: 3vw;
    }
    #main .replaceBox .shop-box .alert2{
      font-size: 3vw;
    }

    #main .replaceBox .shop-box .alert {
        font-size: 3vw;
    }
    #main .replaceBox .shop-box .flow {
        font-size: 3vw;
        margin-left: 8.5%;
    }
    #main .replaceBox .shop-box .flow:before {
        line-height: 20px;
        text-align: center;
        height: 20px;
        width: 20px;
        font-size: 3.5vw;
        position: absolute;
        left: -2.3em;
    }
    #main .replaceBox .shop-box .pdf-btn {
        text-align: center;
        margin: 5% auto;
        width: 80%;
    }
    #main .replaceBox .btn{
      text-align: center;
      width: 90%;
      margin: 0 auto 3%;
    }
    #main .replaceBox .shop-box .list {
        font-size: 3vw;
    }
    #main .replaceBox .shop-box li {
        font-size: 3vw;
    }
    #main .replaceBox .shop-box .alert-box {
        font-size: 3vw;
        border: 2px solid #e60012;
    }
    #main .replaceBox .shop-box .photo {
        padding: 0 7%;
    }
    #main .replaceBox .shop-box .about-post-btn {
        text-align: center;
        width: 80%;
        margin: 0 auto 7%;
    }
    #main .replaceBox .tel-box {
        border: 2px solid #898989;
    }
    #main .replaceBox .app-content .box {
        margin-bottom: 2% !important;
        padding-left: 0 !important;
        width: 100% !important;
    }
    #main .replaceBox .app-content h4 {
        font-size: 3vw;
        margin-bottom: 0;
    }
    #main .replaceBox .app-content p {
        font-size: 3vw;
        margin-left: 3%;
    }
    #main .replaceBox .app-content li {
        font-size: 3vw;
    }
    #main .replaceBox .shop-box .des-figure{
      width: 50%;
      margin: 0 auto;
    }
    #main .replaceBox .app-content .privacy-box {
        border: 1px solid black;
        margin: 0 2%;
    }
}
