@charset "utf-8";

/* Dancing Script */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap');

.sanselif{
font-family: 'Space Grotesk', sans-serif;    
}

.bnrWrap .f-wrap-AC{
    width: 40%;
    margin: 0 auto;
align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
    
}

.bnrWrap .f-wrap-AC .f-item1-2{
    width: 47%;
}


@media screen and (max-width: 600px) {

.bnrWrap .f-wrap-AC{
    width: 60%;    
}

}

.dltype1{
    width: 100%;
}

.dltype1 dt{
    width: 4.5em;
    display: inline-block;
    vertical-align: top;
}
.dltype1 dd{
    width: calc(100% - 5.5em);
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.dltype1 dd:before{
    content: '：';
    left: 0;
    top: 0;
}

.h1title{
  font-family: "Space Grotesk", sans-serif !important;
  font-optical-sizing: auto;    
  font-weight: 400;
}