.banner-main {
  position: relative;
  z-index: 2;
  width: 65%;
  margin-left: auto;
  padding-top: 0.5rem;
}

.bg-banner {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .banner-main {
    padding-top: 2rem;
  }
}

/*---------------------------------page-title
------------------------------------------*/
.page-title {
  color: var(--main-color);
  max-width: 400px;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  margin-top: 2rem;
}

.col-titile__dot {
  flex: 0 0 auto;
  width: 50px;
}

.col-titile__line {
  height: 1px;
  background-color: var(--main-color);
  position: relative;

}

.col-titile__line:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #CCD68A;
  border-radius: 50%;
  top: -3px;
  right: 0;
}
@media screen and (min-width: 576px) {
  .page-title {
    max-width: 500px;
  }
  
}
@media screen and (min-width: 768px) {
  .page-title {
    max-width: 600px;
    margin-left: auto;
  }
  
}
/*---------------------------------page-item
-----------------------------------------*/
.page-item{
  color: #D9DD8F
}
.item-line{
  background-image: url(../img/wish/dash_border_pc.png);
  background-repeat:repeat-x ;
  background-position: left center; 
  
} 
.item-line.hash{
  height: 30px;
}

.bigT{
  font-size: 1.5rem;
  line-height:normal;
  color:var(--sub-color);
  position: relative;
  z-index: 2;

}
.bigT_S{
  font-size: 1.1rem;
}
.subbigT{
  font-size: 1.2rem;
  line-height:normal;
  color:var(--sub-color);
  position: relative;
  z-index: 2;
}
.subcolor{  color:#FEFADA;}
.thirdcolor{  color:#EE7632;}
.bgm{
  background-color: var(--third-color);
}
@media screen and (min-width: 576px) {
  .bigT{
    font-size: 1.5rem;
  }
  
}
@media screen and (min-width:1024px) {
  .bigT{
      font-size: 2rem;
  }
}

@media screen and (min-width:1440px) {
  .bigT{
    font-size: 2.5rem;
  
  }
  .subbigT{
    font-size: 1.8rem;
    line-height:normal;
    color:var(--sub-color);
    position: relative;
    z-index: 2;
  
  }
  
}


.iconfb-btn {
  font-size: 1.25rem;
  background-color: #ffffff;
  color: #303255;
  padding: 0.5rem 1.1rem;
  margin-bottom: 5rem;
  cursor: pointer;
  border-radius: 50px;
  border: 2px solid #303255 !important;
  box-shadow: 3px 3px 0px #303255;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  right: 2%;
}

.iconfb-btn:hover {
  background-color: #ffffff;
  transform: translate(2px, 2px);
  box-shadow: 0px 0px 0px #303255;
}

.iconfb-btn.active {
  display: block;
}

.icon_fb {
  background: url(../img/all/icon_fb.svg);
  background-repeat: no-repeat;
  font-size: 1.125rem;
  background-size: 20px;
  padding-left: 1.5rem;
  letter-spacing: 1px;
}