@charset "UTF-8";

.pagesec1 .flexbox2{
  background: #e3f7f5;
  background: #f5faff;
  margin-top: 3rem;
  padding: 3rem;
}

.pagesec2 {
  background: rgba(255, 255, 255, .8);
}
.pagesec2::before{
  content: "";
  background: url(../../images/page/website-creation/t_bg1.webp) no-repeat center / cover;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.pagesec2 .content .txtbox h3{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.pagesec2 .content ul{
  background: rgba(245,250,255, .4);
  border-top: 3px solid #1C293E;
  border-bottom: 3px solid #1C293E;
  margin-top: 2rem;
  padding: 5rem 2rem 3rem;
}
.pagesec2 .content li{
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-left: 5rem;
  position: relative;
  z-index: 1;
}
.pagesec2 .content li:not(:last-of-type){
  margin-bottom: 4rem;
}
.pagesec2 .content li .point{
  color: #033c99;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: bold;
  opacity: .8;
  position: absolute;
  top: -2.4rem;
  left: 0;
  z-index: -1;
}
.pagesec2 .content li .feature{
  color: #033c99;
  font-size: 2rem;
  font-weight: bold;
}

.pagesec3{
  padding-bottom: 0;
}
.pagesec3 .txtbox{
  margin-top: 2rem;
}
.pagesec3 .content{
  background: #e3f7f5;
  background: #f5faff;
  padding-top: 5rem;
  padding-bottom: 8rem;
}
.pagesec3 .content::before{
  content: "";
  background: url(../../images/page/website-creation/maintenance_bg.webp) no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
}
.pagesec3 .content .flexbox2{
  gap: 2rem;
}
.pagesec3 .content .fbox{
  background: #fff;
  border-right: 2px solid #1C293E;
  border-bottom: 2px solid #1C293E;
  width: calc(100% / 3 - 1.5rem);
}
.pagesec3 .content .fbox dt{
  background: #1C293E;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  min-height: 70px;
  padding: 0 2rem;
  position: relative;
}
.pagesec3 .content .fbox dd{
  padding: 2rem;
}

@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .pagesec3 .content .fbox {
    width: calc(100% / 2 - 1rem);
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec1 .flexbox2{
    gap: 2rem;
    padding: 2rem;
  }
  .pagesec1 .ftxtbox,
  .pagesec1 .fimgbox,
  .pagesec3 .content .fbox{
    width: 100%;
  }
  .pagesec2 .content ul {
    padding: 4rem 1rem 2rem;
  }
  .pagesec2 .content li {
    padding-top: 1.5rem;
    padding-left: 1rem;
  }
  .pagesec2 .content li:not(:last-of-type) {
    margin-bottom: 4.5rem;
  }
}