@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&family=M+PLUS+Rounded+1c:wght@100&display=swap');


.wrapper{
  position: relative;
}

/* fix button */
.fix {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 800;
  background-color: rgba(8, 171, 255, 0.7);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 4.2666%;
  padding-left: 4.2666%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.button {
  align-items: center;
  border: 2px solid #ee8307;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  color: #ee8307;
  display: flex;
  font-weight: 900;
  height: 56px;
  justify-content: center;
  margin: auto;
  padding-bottom: 2px;
  position: relative;
  text-decoration: none;
  transition: .3s;

  max-width: 400px;
}

.button-icon{
  margin-right: 10px;
  width: 33px;
}



.title > img{
  width: 100%;
  margin: auto;
}





/* content */
.content{
  font-family: 'M PLUS 1p', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  padding: 80px 3%;
  color: #444;
}
.content-sub{
  padding: 50px 3%;
}
.content-head{
  text-align: center;
  margin-bottom: 30px;
}



.subtxt-box{
  margin: 30px auto 0;
  padding: 0 3%;
  max-width: 900px;
}
.title-sub{
  margin-top: -20px;
}








/* tab */
.tab-wrapper {
  margin: 0 auto;
  overflow: hidden;
  max-width: 900px;
}

.tab-item{
  width: 49%;
  background-color: #f1fcff;
  border-radius: 10px 10px 0 0;
  float: left;
  text-align: center;
  margin-bottom: -1px;
  padding: 10px;
  font-weight: bold;
  transition: all 0.2s ease;
  position: relative;
}
.tab-item:nth-of-type(n+2){
  margin-left: 2%;
}

.tab-item{
  font-size: 20px;
  line-height: 24px;
}

input[name="tab-item"] {
  display: none;
}


.tab-content {
  background-color: #f1fcff;
  border-radius: 0 0 10px 10px;
  display: none;
  padding: 0 3% 20px;
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

#mobasoku-flow:checked ~ #mobasoku-flow-content,
#normal-flow:checked ~ #normal-flow-content {
  display: block;
}

.tab-wrapper input:not(:checked) + .tab-item {
  background-color: #94dcf3;
}


.headline{
  margin-top: 30px;
  text-align: center;
}


.flow-icon{
  display: block;
  margin: 20px auto 0;
  width: 100%;
  max-width: 268px;
}

.note{
  margin-top: 20px;
  text-align: center;
}


.balloon{
  background: #ee8307;
  box-sizing: border-box;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 16px 2px;
  position: relative;
}
.balloon::after{
  border-top: 6px solid #ee8307;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  width: 0;
  
  right: 0;
  left: 0;
  bottom: -4px;
}


/* 開始前用 */
.mobasoku-before::before{
  background-color: #ee8307;
  border-radius: 50px;
  color: #fff!important;
  content: "7/4 申し込み開始";
  display: block;
  font-size: .8rem;
  margin: 0 auto 4px;
  padding: 0 5px;
  width: 90%;
  max-width: 150px;
}
.mobasoku-before ~ .tab-item{
  padding:23px 10px 20px;
}




/* slide */
.tab-content .slider{
  margin: 10px auto 30px;
  padding-left: 0;
  width: 100%;
}

.tab-content .slick-slide{
  align-items: center;
  display: flex!important;
  justify-content: center;
  height: 150px;
  margin: 20px;
  box-shadow: 5px 5px 12px 1px rgba(18, 99, 153, 0.2);
}

.tab-content .slide-step{
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
}

.tab-content .slider-box{
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: center;
}
.tab-content .slider-box p{
  text-align: center;
  margin-bottom: 0;
}

.tab-content .slick-active{
  font-size: 15px;
}


.slide-arrow{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  z-index:10;
  cursor:pointer;
}
.slide-arrow::before{
  display:block;
  color:#0082c5;
}
.next-arrow{
  transition: .3s;
  right:10px;
}
.prev-arrow{
  left:10px;
  transition: .3s;
}
.next-arrow::before{
  border-top: 2px solid #08abe1;
  border-right: 2px solid #08abe1;
  transform: rotate(45deg);
}
.prev-arrow::before{
  border-top: 2px solid #08abe1;
  border-left: 2px solid #08abe1;
  transform: rotate(-45deg);
}


.next-arrow::before,
.prev-arrow::before{
  content:"";
  display: block;
  height: 20px;
  width: 20px;

}

.slick-disabled{
  cursor: default;
  opacity: .25;
}







/* campaign */
.banner-slick{
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1000px;
}
.banner-slick img{
  margin: auto;
  width: 100%;
  max-width: 880px;
}
.banner-slick .slick-slide {
  margin: 0 10px;
}
.banner-slick .next-arrow{
  right:-20px;
}
.banner-slick .prev-arrow{
  left:-20px;
}

.banner-slick .slick-dots{
  bottom: -30px;
}



/* cardbox */
.cardbox{
  background-color: #fff;
  border-radius: 10px;
  margin: 30px auto 0;
  padding: 2px 3% 30px;
  max-width: 900px;
  
}


.cardbox-inner{
  margin: auto;
  width: 90%;
}
.new-icon{
  position: relative;
}
.new-img{
  position: absolute; 
  display:block;
  top: -11px;
  left: -11px;
  width: 100px;
   
}
.card-img{
  display: block;
  margin: 20px auto 0;
  max-width: 500px;
  width: 100%;
}
.card-single-img{
  display: block;
  margin: 20px auto 0;
  max-width: 350px;
  width: 80%;
}

.card-multi-img{
  display: block;
  margin: 20px auto 0;
  max-width: 350px;
  width: 100%;
}

.card-modal-img{
  display: block;
  margin: 20px auto 0;
  max-width: 150px;
  width: 100%;
}

.card--img{
  display: block;
  margin: 20px auto 0;
  max-width: 190px;
  width: 100%;
}
.ippan-shadow{
  filter: drop-shadow(0px 0px 5px #aaa);
}
.gold-shadow{
  filter: drop-shadow(0px 0px 4px #ccc);
}
.bold-vio-shadow{
  filter: drop-shadow(0px 0px 4px #ddd);
}
.gold2-shadow{
  filter: drop-shadow(0px 0px 5px #ccc);
}
.platinum-shadow{
  filter: drop-shadow(0px 0px 5px #666);
}
.w-shadow{
  filter: drop-shadow(0px 0px 5px #777);
}
.w-plusl-shadow{
  filter: drop-shadow(0px 0px 5px #ccc);
}

.card-link{
  margin: 20px auto 0;
text-align: center;
}


.headline-dot{
  border-width: 0 0 5px;
  border-style: solid;
  border-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1" width="8" height="4"><circle fill="%23d6edff" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
  margin: 0;
  text-align: center;
}
.headline-dot > div{
  background-color: #fff;
  display: inline-block;
  padding: 0 20px;
  transform: translateY(60%);
}

.headline-dot + p{
  margin-top: 14px;
}
.dotline-pc{
  display: none;
}
.dotline-sp{
  margin-bottom: 30px;
}

.cta{
  align-items: center;
  border-radius: 100px;
  border: 2px solid #0082c5;
  box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, 0.1);
  color: #0082c5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
  padding: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.cta::after{
  border-top: 2px solid #0082c5;
  border-right: 2px solid #0082c5;
  content: "";
  display: block;
  height: 0.8em;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
  width: 0.8em;

  top: 50%;
  right: 0.8em;
}

.cta.cta-close{
  background-color: #ccc;
  box-shadow: none;
  border-color: #ccc;
  color: #666;
  pointer-events: none;
}
.cta.cta-close::after{
  display: none;
}
.cta-sub-text{
  margin-top: 30px;
  margin-bottom: -10px;
  font-weight: bold;
  color:#0082c5;
}
.cta-sub-flex{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.is-pd-sub{
  padding: 0 10px;
}
.is-mg-sub{
  margin: 0;
}



/* specialbox */

.special{
  margin: -4px auto;
  padding-top: 0;
  /* padding-bottom: 0; */
  position: relative;
  z-index: 1;
}

.specialbox{
  margin: auto;
  max-width: 900px;
}
.specialbox-inner{
  background-color: #cbfcff;
  border-radius: 20px;
  display: flex;
  margin-top: 30px;
  padding: 20px;
  position: relative;
  z-index: 10;
}
.specialbox-img{
  width: 40%;
}
.specialbox-img img{
  width: 100%;
}
.specialbox-txt{
  margin-left: 3%;
  width: 65%;
}

.specialbox-line{
  background-color: #08abe1;
  border-radius: 100px;
  height: 6px;
  margin: 20px auto 40px;
  width: 92%;
}








/* faq */
.faq{
  margin: auto;
  max-width: 900px;
}
.faq > dt{
  background-color: #fff;
  cursor: pointer;
  display: flex;
  margin-top: 10px;
  padding: 10px;
}
.faq > dt::before{
  align-items: center;
  color: #0082c5;
  content:"Q.";
  display: flex;
  text-align: center;
  width: 2rem;
}
.faq > dt::after{
  align-items: center;
  color: #0082c5;
  content:"+";
  display: flex;
  text-align: center;
  transition: .3s;
  width: 1rem;
}
.faq > dt.opened::after{
  content:"-";
}
.faq > dd{
  background-color: #daf2fb;
  padding: 20px;
}


.faq > dt,
.faq > dd{
  border-radius: 10px;
}

.question-inner{
  width: calc(100% - 3rem);
}











/* footer */
.footer{
  background-color: #282828;
  padding: 20px 20px 108px;
}
.footer-link{
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
}
.footer-link > li{
  margin-top: 10px;
}
.footer-link a{
  text-decoration: none;
}
.footer-link hr{
  border: none;
  border: 1px solid #999;
}

.footer small{
  color: #aaa;
}



.newwindow-icon{
  width: 1rem;
  margin-left: .5rem;
}
.icnumber{
  text-align:right;
  display: block;
}





/* state */
.is-pc{display: none;}
.is-sp{display: block;}

.is-bg-skew{
  background-color: #08bceb;
  transform: skewY(-10deg);
}
.is-bg-skew > *{
  transform: skewY(10deg);
}

.is-bg-main{
  background-color: #fff10c;
}

.is-txt-link{
  color: #0082c5;
  display: block;
}
.is-link-list{
  display:inline;
}

/* state-txt */
.is-color-blue{color:#0082c5}
.is-color-orange{color:#ee8307}
.is-color-white{color:#fff}
.is-color-black{color:#444}

.is-fz-extiny{font-size: .7rem;}
.is-fz-tiny{font-size: .8rem;}
.is-fz-small{font-size: .9rem;}
.is-fz-medium{font-size: 1rem;}
.is-fz-large{font-size: 1rem;}
.is-fz-exlarge{font-size: 1.4rem;}

.is-ta-c{
  text-align: center;
}


/* モーダル */
  .modal-close:hover {
  color: #777;
  }
  
  .c-img {
  display: block;
  margin: 0px auto;
  max-width: 350px;
  width: 80%;
  filter: drop-shadow(0px 0px 5px rgba(180,180,180,0.6));
  }
  .modal-btn{
  margin: 10px auto;
  font-size: 1.15rem;
    height: 60px;
}
.modal-txt-small{
  font-size: 1rem;
}
.modal-txt-small-long{
  font-size: 1rem;
}
.modal {
    position: relative;
  }
  .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 900;
  }
  .modal__cont {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.17);
            box-shadow: 0 0 21px rgba(0, 0, 0, 0.17);
    display: none;
    left: 50%;
    /* max-width: 920px; */
    overflow: hidden;
    position: fixed;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    /* width: 100%; */
  width: calc(100% - 20px);
    max-width: 500px;
    z-index: 999;
  }
  .modal__cont__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* background-color: #199bb7; */
    border-radius: 10px 10px 0 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 39px;
    position: relative;
  }
  .modal__cont__close-btn {
  font-size: 44px;
    -ms-flex-pack: center;
    line-height: 23px;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #a9a9a9;
    background: none;
    border: 0;
    width: 34px;
    height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #a9a9a9;
    border-radius: 5px;
    text-align: center;
  cursor: pointer;
  }
  .modal__cont__body {
    background-color: #fff;
    padding: 20px 15px 10px;
    text-align: center;
    overflow-y: scroll;
    max-height: 90vh;
   /* IE, Edge 対応 */
   -ms-overflow-style: none;
   /* Firefox 対応 */
   scrollbar-width: none;
  }
    /* Chrome, Safari 対応 */
  .modal__cont__body::-webkit-scrollbar {
    display:none;
  }
  .modal__cont__ttl {
    color: #199bb7;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
  }
  .modal__cont__img {
    display: inline-block;
    width: 214px;
  }
  .modal__cont__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal__cont__btn li {
    width: 275px;
  }
  .modal__cont__btn li + li {
    margin-left: 20px;
  }
  .modal__cont__btn li p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .modal__cont__btn li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fa7d00;
    border: 2px solid #fa7d00;
    border-radius: 10px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    height: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 275px;
  }
  .modal__cont__btn li a .fz-s {
    font-size: 15px;
  }
  .modal__cont__btn li.numberless a, .modal__cont__btn li.mobasoku a {
    background-color: #fff;
    color: #fa7d00;
  }
  .modal__cont__foot {
    background-color: #f2f2f2;
    border-radius: 0 0 10px 10px;
    padding: 27px 20px;
    text-align: center;
  }
  .modal__cont__foot .external-link {
    color: #fa7d00;
    font-size: "px";
    line-height: 1.6;
    padding: 0 "5px" 1px 0;
    position: relative;
  }
  .modal__cont__foot .external-link:after {
    background: url(/promotion/ordercard/os_matome/image/icon_external-link.png) 0 0/contain no-repeat;
    bottom: 4px;
    content: "";
    height: "px";
    position: absolute;
    right: 0;
    width: "px";
    background: url(/promotion/ordercard/os_matome/image/icon_external-link_orange.png) 0 0/contain no-repeat;
  }
  .modal__cont__notes li {
    font-size: 12px;
    line-height: 1.6;
  }
  .modal__cont__link {
    margin-top: 12px;
  }
  .modal__cont__lead {
    color: #199bb7;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .c-modal-txst-red{
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ed0000;
  font-weight: bold;
  font-size: 15px;
}

/* 注記 対応 */
.note-size{
  font-size: 11px;
}


@media screen and (max-width: 768px) {
  .c-modal-txst-red{
    color: #ed0000;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
  }
}
/* .sp-headline-dot{
  padding: 0 3px;
} */


@media screen and (min-width:768px){
/*----------------------*/
/*----      P C      ---*/
/*----------------------*/

/* ジャギー対策 */
.anti-shaggy{
  transform: rotate(0.03deg);
}

.button:hover{
background-color: #ffe0bc;
}

.title-inner{
  margin: 70px auto 0;
  text-align: center;
}


.title img{
  width: 100%;
  max-width: 1000px;
  margin: -50px auto;
}



.content{
  font-family: 'M PLUS 1p', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  padding: 90px 0;
}

.content-sub{
  padding: 70px 0;
}

.card-multi-img{
  width: 100%;
}



/*tab*/
.tab-wrapper{
  width: 96%;
}
.tab-item{
  margin-bottom: -1px;
}

.tab-wrapper input:not(:checked) + .tab-item:hover {
  background-color: #d2f1fb;
}




/* slide */
.tab-content .slider{
  width: 70%;
}

.next-arrow:not(.slick-disabled):hover{ right:5px; }
.prev-arrow:not(.slick-disabled):hover{ left:5px; }





/* campaign */
.banner-slick{
  width: 70%;
}
.banner-slick .next-arrow:not(.slick-disabled):hover{ right:-26px; }
.banner-slick .prev-arrow:not(.slick-disabled):hover{ left:-26px; }




/*cardbox*/
.cardbox{
  padding-top: 10px;
  width: 96%;
}
.cardbox-inner{
  display: flex;
  margin-top: 30px;
  width: 100%;
}
.cardbox-inner-left-pc{
  width: 50%;
}
.cardbox-inner-right-pc{
  width: 47%;
  margin-left: 3%;
}



.dotline-pc{
  display: block;
  margin: 10px auto 20px;
  width: 100%;
}
.dotline-sp{
  display: none;
}




/* cta */
.cta-wrapper{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cta{
  border-width: 3px;

  width: 100%;
  transform: rotate(0.03deg);
}
.cta:not(.cta-close):hover{
  background-color: #0082c5;
  color: #fff;
}
.cta:not(.cta-close):hover::after{
  border-color: #fff;
}

.cta.is-bg-main:not(.cta-close):hover{
  color: #fff10c;
}
.cta.is-bg-main:not(.cta-close):hover::after{
  border-color: #fff10c;
}
.cta-contents{
  width: 44%;
  margin: 0 5px;
}

.cta-sub-text{
  margin-top: 10px;
}



/* モーダル */

.c-img {
  margin: 30px auto 20px;
}
.modal-btn{
  margin: 0 auto;
  font-size: 1.4rem;
  height: auto;
}
.modal-txt-small{
  font-size: 1.2rem;
}
.modal-txt-small-long{
  font-size: 1.4rem;
}
.modal__cont__body {
    padding: 30px 15px 30px;
}





/* specialbox */
.special{
padding: 20px 0 83px;
}
.specialbox{
  display: flex;
  justify-content: center;
}
.specialbox-inner{
  display: flex;
  margin: 0 8px;
  width: 42%;
}
.specialbox-img{
  width: 40%;
}
.specialbox-img img{
  width: 100%;
}
.specialbox-txt{
  margin-left: 3%;
  width: 65%;
}

.specialbox-line{
  background-color: #08abe1;
  border-radius: 100px;
  height: 140px;
  margin: 0 auto;
  width: 6px;
}


/* footer */
.footer-link a:hover{
  text-decoration: underline;
}


/* state */
.is-pc{display: block;}
.is-sp{  display: none;}


.is-ta-c-pc{
  text-align: center;
}

.is-txt-link:hover{
  text-decoration: none;
}

.is-fz-exlarge,
.is-fz-exlarge-pc{font-size: 1.8rem;}

.icnumber{
  text-align:right;
  display: block;
}

/* faq */
.faq{
  width: 96%;
}

}/* end media */

.tab-sub-note{
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	margin-bottom: -7px;

	font-size: calc(16.0533px);
}

.flow-apply{
	display: flex;
	flex-direction: column;
	padding: calc(28px) calc(28px);
}

.flow-title{
	display: flex;
	flex-direction: column;
	padding: 20px 0;
}

.flow-cover{
	display: flex;
	flex-direction: column;
	gap: 40px;

  background-color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  border: 2px solid #0082c5;
}

.flow-content{
	display: flex;
}

.flow-content p{
  margin-bottom: 0;
}

.flow-item{
	display: flex;
	flex-direction: column;

	width: 100%;
	padding-left: 40px;
}

.flow-apply p{
	font-size: 18px;
  color: #444;
}

.flow-txt{
	font-size: calc(22.9333px);
  color: #0082c5;
  font-weight: bold;
}

.flow-num{
	width: 48px;
	position: relative;
}

.flow-num img{
  max-width: 100%;
  display: block;
  filter: brightness(0) saturate(100%) invert(27%) sepia(84%) saturate(2466%) hue-rotate(181deg) brightness(96%) contrast(105%);
}

.flow-num-ed{
	width: 48px;
	position: relative;
}

.flow-num-ed img{
  max-width: 100%;
  display: block;
}

.flow-num::after{
	content: '';
	position: absolute;
	top: 56px;
	left: 0;
	right: 0;
	width: 2px;
	height: calc(100% - 30px);
	margin: auto;
	background-color: #0082c5;
}

.flow-content:last-child .flow-num::after {
  content: none;
}

.flow-note{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: calc(10px) calc(28px);
}

.flow-note .subtxt-box{
  margin: 0;
  padding: 0;
}

@media screen and (max-width:767px){
	.flow-cover{
		gap: 34px;
    padding: 20px;
	}
	.flow-apply{
		padding: calc(20px) calc(0px);
    align-items: center;
	}
  .flow-title{
    padding-bottom: 8px;
  }
	.flow-txt{
		font-size: calc(20px);
	}
	.flow-apply p{
		font-size: 16px;
	}
  .flow-num{
    width: 40px;
  }
	.flow-num::after{
    top: 46px;
		height: calc(100% - 30px);
	}
  .flow-item{
    padding-left: 20px;
  }
  .flow-note{
    padding: calc(10px) calc(4px);
  }
}


.note-area{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: auto;
}
.note-area p {
	text-align: left;
}

.tab-wrapper .tab_subttl{
  font-size: 12px;
}

.inc-bunner-area {
  margin: 25px auto 25px;
  padding: 25px 3% 25px;
  background-color: #fff;
  text-align: center;
  max-width: 400px;
}

@media screen and (min-width: 500px){
  .inc-bunner-area {
    margin: 40px auto 40px;
    padding: 40px 0 40px;
    background-color: #fff;
    text-align: center;
    max-width: 400px;
  }
}

