.multiGrid.pc-3 > *{
  width: 384px;
}

.sec-class .button-area{
    flex-wrap: wrap;

}

.sec-class .button-area .button{
    display: flex!important;
    align-items: center!important;
  width: calc(50% - 25px * 1 / 2)!important;

}

@media screen and (max-width:768px){
 .sec-class .button-area .button{
        width: 308px!important;
            padding-left: 50px!important;
    text-indent: -20px;


} 
}

@media screen and (max-width:991px){
  .sec-class .button-area .button{
          text-align: left!important;

  } 
}

.sec-search .wow:nth-of-type(3) h3{
color : #3e668d!important;
}

.sec-search .wow:nth-of-type(5) h3 {
    color: #446c44!important;
}

/* ゆっくりに遷移する */
html {
  scroll-behavior: smooth;
}

@media screen and (max-width:1300px){
  .size__section .multiGrid{
    justify-content: center!important;
  } 
}

@media screen and (max-width:630px){
  .size__section .multiGrid{
    justify-content: start!important;
  } 
}

@media screen and (max-width:1300px){
 .color-section{
    justify-content: center!important;
}
}

@media screen and (max-width:1300px){
 .color-section{
    justify-content: center!important;
}
}

@media screen and (max-width:991px){
 .color-section{
    justify-content: start!important;
}
}

.sec-search .wow:nth-of-type(1) .multiGrid{
    justify-content: space-between;
}

