body{
    font-family: "TsukuARdGothicStd-R","FOT-筑紫A丸ゴシック Std R",system-ui,-apple-system,BlinkMacSystemFont,"ヒラギノ角ゴ W3",sans-serif !important;
}

body strong{
    font-family: "TsukuARdGothicStd-M","TsukuARdGothicStd-E" !important;
}


body.home{
/*
    background-image: url('../../../uploads/2021/04/body_bg.jpg');
*/
    background-repeat: repeat;
}

header.l-header{
	/*
	position: fixed;
	width: calc(100% - 30px);
	margin:15px;
	border-radius:15px;
	*/
}

header.l-header .c-fluid-container{

}

header.l-header .c-row--lg-margin > .c-row__col{
    padding:0px;
}

header.l-header .p-global-nav .c-navbar__item > a{
    padding: 5px 10px;
}

.header-right{
	display: flex;
	flex-wrap: nowrap;
}

.header-right > ul{
    display:flex;
}

.header-right li{
	list-style:none;
    margin:0px 5px;
}

header ul,footer ul{
	margin:0px;
}


.header-right .h-btn{
    display:inline-block;
    border:solid 1px #20ACCD;
    border-radius:7px;
    color:#20ACCD;
    width:150px;
    height:50px;
    line-height:50px;
    text-align:center;
    text-decoration:none;
}

.header-right .signup{
    border:solid 1px #E28B00;
    color:#ffffff;
    background:#E28B00;
}

.header-right .h-btn:hover{
    filter:brightness(100%);
    opacity:0.75;
}


footer.l-footer{
	text-align:center;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color:#e5e5e5;
}

footer.l-footer .l-footer-widget-area .c-container .c-row--margin > div:nth-child(1){
    padding:50px 0px;
}
footer.l-footer #footer_text{
	display:flex;
}
footer.l-footer #footer_text .column{
	width:50%;
	text-align:left;
}
footer.l-footer #footer_text .column:nth-child(1){
    text-align:center;
}

@media (max-width: 763px){
    footer.l-footer #footer_text .column{
        width:100%;
        text-align:center;
    }

    footer.l-footer #footer_text .column:nth-child(1){
        display:none;
    }
}

footer.l-footer #footer_text .column > *{
	margin-top:25px;
}
footer.l-footer #footer_text .column > :nth-child(1){
	font-size:22px;
	margin-top:0px;
}
footer.l-footer #footer_text .column > img{
	width:215px;
}


footer.l-footer .widget_nav_menu .menu-item{
	display:inline-block;
	margin:0px 5px;
}

footer.l-footer .c-copyright{
	background:none;
	color:#333;
}

.my-text .smb-btn{
	cursor:default;
	transition:none;
}
.my-text .smb-btn:active,.my-text .smb-btn:focus,.my-text .smb-btn:hover{
	filter:brightness(100%)
}

.main-text2{
    font-family: "FOT-筑紫A丸ゴシック Std B" !important;
}




















