/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    font-style: normal;
}
::-webkit-scrollbar{
    height: 10px;
    width: 10px;
}
::-webkit-scrollbar-track{
    background: #fff;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb{
    background: #cde5f5;
    border-radius: 10px;
}
html, button, input, select, textarea, body {
    font-family: 'YakuHanJP','Noto Sans JP';
}
.box,
.has-shadow>.col>.col-inner {
	border-radius: 10px;
}
.box-image {
    border-radius: 10px 10px 0 0;
}
@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/myFonts/YakuHanJP-Regular.woff2") format("woff2");
	font-display: swap;
}
@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/myFonts/YakuHanJP-Bold.woff2") format("woff2");
	font-display: swap;
}
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: normal;
	src: local("Noto Sans CJK JP Regular"),
         url("../fonts/myFonts/Subset-NotoSansJP-Regular.woff2") format("woff2");
	font-display: swap;
}
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: bold;
    src: local("Noto Sans CJK JP Bold"),
         url("../fonts/myFonts/Subset-NotoSansJP-Bold.woff2") format("woff2");
	font-display: swap;
}


@media only screen and (max-width: 48em) {

}