.sig-bnr{
    text-align:center;
    margin-bottom:20px;
}
@media screen and (max-width: 640px){
.sig-bnr img{
    width:100%;
}
}
@media screen and (max-width: 991px){
.blog-img img{
  max-width:fit-content!important;  
}
}
.top-text-box {
text-align: center;
}
.top-text-center{
text-align: left;
display: inline-block;
}

/* home sec1 PC時改行 */
@media screen and (max-width: 991px) {
    .sec1return {
        display: none!important;
    }
}

.parts190-195_header1 a.navbar-brand {
    margin-top: 8px!important;
}

.parts190-195_header1 nav.menulist li.nav-item::after {
    background: #138bff!important;
}

@media screen and (min-width: 521px) and (max-width: 991px) {
    .design-parts-5_FYWGjuKn4U .contact-text {
        font-size: 50px!important;
    }
}

@media screen and (max-width: 520px) {
    .design-parts-5_zelAh3S6Kr .contact-text {
    font-family:"メイリオ", "Meiryo","ＭＳ ゴシック","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif!important;
}
}
/*.tiktok-content{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tiktok-item{
  width: 100%;
  min-width: 0;
}

.tiktok-item > *{
  max-width: 100% !important;
  display: block;
}*/
@media (min-width: 769px){
.tiktok-content{
    display:flex;
    justify-content:space-between;
}
.tiktok-item{
    width:48%;
}
}
@media (max-width: 768px){
  /*.tiktok-content{
    grid-template-columns: 1fr;
  }*/
.tiktok-item{
    width:100%;
}
}