/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2025 | 16:45:56 */
header#masthead {
    display: flex;
    align-items: center;
	border-bottom: 1px solid #fff;
	box-sizing:content-box;
}

header#masthead .container{
	max-width:100% !important;
	width: 100%;
/* 	padding-right: 0; */
}

ul#global-nav__menu a {
    padding: 0;
}

.global-nav__menu>.menu-item>a:after{
	display:none;
}

button#global-nav__toggle {
    padding: 0;
    background: #182a87;
    width: 70px;
    height: 70px;
}

@media screen and (max-width: 768px) {

header#masthead	.container{
		margin:0;
	height:70px;
	display: flex;
        align-items: center;
	}
	.global-nav__menu>.menu-item {
        margin-top: .5em;
        margin-left: 0;
        text-align: left;
        padding: 16px 0;
        border-bottom: 1px solid;
        font-weight: bold;
    }
	.global-nav__menu>.menu-item.tel_link,.global-nav__menu>.menu-item.img_link {
		 border-bottom:none;
	}
	.is-transparent .tel_link a {
    color: #000000 !important;
}
	.global-nav__menu>.menu-item.recruit_link{
		        background: #182A87;
	}
	.global-nav__menu>.menu-item.contact_link{
		width:100%;
	}
	.global-nav__menu>.img_link>a div{
        display: flex;
        position: relative;
        flex-direction: row;
        justify-content: center;
        height: 100%;
        padding: 1em 0;
        font-weight: var(--global-nav-bold);
        align-items: center;
        padding: 0;
        gap: 8px;
}
}

@media screen and (max-width:599px) {
	header#masthead	.container{
	height:60px;
	}
	
	button#global-nav__toggle {
    width: 60px;
    height: 60px;
}
}

/* 投稿ページタイトル調整 */

/* .category-news{
	padding-top:0 !important;
}
 */
.alignfull.ystdb-section.has-background-image.news-head.lazyloaded {
    width: 100% !important;
	    margin: 0 auto;
}