/* ----- ↓[2019/11/08追加　ポップアップ用]↓ ----- */
.popup,.popup2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show,.popup2.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 0;
  z-index: 2;
  max-width: 77%;
  width: 320px;
}

.popup-box {
    border: 0px solid #FFF;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.popup-box .cmFormList {
    border-bottom: none;
    vertical-align: top;
}

.popup-box > p{
  padding:20px 24px;
}

.popup-box .cmSlct.jsSlct .jsSlctBtn {
     width: 100%;
     min-width: auto;
}

.popup-box ul.cmFormList.cmSecM{
  margin: 0 auto;
  width: 250px;
}

.popup-box .cmFormList > li > .cmFormCol2 {
    width: 100%;
    margin: 0 auto;
}

.popup-box .cmFormList > li > .cmFormCol2 > .cmFormColItem {
    width: 100%;
    margin: 0;
}

.popup-box .cmFormList > li > .cmFormTit {
    margin-top: 0em;
    width: auto;
    max-width: 226px;
    line-height: 1.5;
}

#js-popup .hissuIcon{
    padding: 2px 7px 2px;
}

.popup-box .cmFormList > li {
    margin-bottom: 20px;
    letter-spacing: -0.4em;
    text-align: left;
}

.cmBtn01S.cmBtn01SBor{
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    padding: 3px 0 2px;
    font-size: 1.2em;
    line-height: 1;
}

.popupTxt {
    padding: 0px 0px;
    min-height: 150px;
    font-size: 18px;
    line-height: 1.8;
    background-color: #eee8aa;
    width: 280px;
    margin: 0 auto;
}

.popup-box a{ display: block; }

.popup-inner img {
  width: 100%;
}

.popup-icon{
    width: 60px;
    margin:8px auto 8px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    height: 60px;
}

#cpBox .popup-inner .popup-icon img{ width: 45px; margin-top: 8px; }

.popupTxt_wrap{ background-color: #fff;padding: 30px 15px; }

.popupTxt_wrap span::before {
  content: "\A" ;
  white-space: pre;
}



.popup-main{
  width:264px;
  text-align:center;
  margin:0 auto;
}
.close-btn {
  position: absolute;
  right: -3px;
  top: -52px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 42px;
  color: #fff;
}
.close-btn1{
  float:left;
  cursor:pointer;
  padding: 0 15px;
  margin:15px 10px 5px;
  border:solid 1px #000;
  border-radius:5px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.popupimginp{
  display:none;
}
.popup-txt{
  cursor:pointer;
  font-size:20px;
  padding:10px 0px;
  text-align:center;
  line-height:1.5em;
  color: #FFF;
  font-weight: bold;
}
.close-btn2{
  float:left;
  cursor:pointer;
  width:242px;
  height:0px;
  margin:10px;
}
.close-btn2 p{
  cursor: pointer;
  width:130px;
  height:14px;
  padding: 8px 0;
  margin: 0 auto;
  font-size: 16px;
}
.close-btn3{
  float: left;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}
.close-btn-label{
  cursor:pointer;
  width:120px;
  height:80px;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
.grad { 
  background: -webkit-linear-gradient(to bottom, #00bc38 0%,#008c46 99%);
  background: linear-gradient(to bottom, #00bc38 0%,#008c46 99%);
  }