.ctitle{
  position: relative;
}
.txt_red{
	color: #ff0000;
}

.period{
  position: absolute;
  top: 87%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
	padding: 5px;
  width: 90%;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	border-radius: 100vh;
	background-color: #FF0000;
  }

.campaign-txt{
  font-size: 24px;
	font-weight: 700;
	text-align: center;
  color:#009966;
}

.marker-orange {
  background: linear-gradient(transparent 60%, #ffc832 0%);
}

.txtlink{
	color:#1437ff;
}

.txtlink:hover {
	color:#1437ff;
}

.pricetxt{
	margin-left: 5px;
	margin-right: 5px;
  font-size: 20px;
	font-weight: 700;
}

.pricenum{
	font-size: 20px;
	font-weight: 700;
}

.r25{
  border-radius: 25px !important;
}

.orange-line{
  border: solid 5px #ffa400;
}
.green-line{
  border: solid 5px #35C137;
}
.bleu-line{
  border: solid 5px #35C1CF;
}

.box1{
    padding : 20px;
    margin-left: auto;
    margin-right: auto;
    background:#ffffff;
    border-radius:5px;
    }

    .box1 p{
     margin-top : 0px !important;
     margin-bottom : 0px !important;
    }

 
    .box2{
      padding : 30px;
      margin-left: auto;
      margin-right: auto;
      background:#CDEDEC;
      border-radius:5px;
      }
  
      .box2 p{
       margin-top : 0px !important;
       margin-bottom : 0px !important;
      }

.stripe{
  background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(255, 255, 255, 0.25) 15px, rgba(255, 255, 255, 0.25) 30px ) !important;
}

.shoulder {
    width: 100%;
    background:#CDEDEC;
    color:#2CAAAE;
    padding:5px;
    text-align: center;
    font-size:20px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    }

.shoulder2 {
  position: relative;
    width: 100%;
    background:#ffffff;
    color:#ff0000;
    padding:5px;
    text-align: center;
    font-size:20px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-bottom :30px;
    }

.shoulder2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ffffff;

    }
  
.tel{
    margin-top: 15px;
    color:#2CAAAE;
    text-align: center;
    }
    
    .tel a {
    margin-top: 20px;
    color:#2CAAAE;
    font-size:40px;
    font-weight: 600;
    text-decoration: none;
    }
    
    .teltap{
    display: none;
    margin-left: auto !important;
    margin-right: auto !important;
    }
    
    .time {
    text-align: center;
    margin-top : 8px;
    }
    .time i {
    color:#2CAAAE;
    }
    
    @media screen and (max-width:640px) {
      .tel a {
        margin-top: 20px;
        color:#2CAAAE;
        font-size:26px;
        font-weight: 600;
        text-decoration: none;
        }

        .teltap{
        display: block !important;
        font-family: 'Noto Sans JP, Medium';
        text-align: center;
        width: 250px;
        background:#2CAAAE;
        padding:4px;
        border-radius:20px;
        margin-top: 8px;
        }
        
        .teltap a {
        color:#ffffff;
        font-size:14px;
        text-decoration: none;
        }

        .campaign-txt{
          font-size: 18px;
          font-weight: 700;
          text-align: center;
          color:#009966;
        }

        .period{
          position: absolute;
          top: 80%;
          left: 50%;
          -ms-transform: translate(-50%,-50%);
          -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
          padding: 5px;
          width: 90%;
          max-width: 450px;
          color: #fff;
          font-size: 20px;
          font-weight: 700;
          text-align: center;
          border-radius: 100vh;
          background-color: #FF0000;
          }
        
        
    }