/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 27 2026 | 11:54:14 */
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: #08285C;
    width: 70px;
    height: 70px;
}

@media screen and (max-width: 768px) {

header#masthead	.container{
		margin:0;
	height:70px;
	display: flex;
        align-items: center;
	}
}

@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;
}
.global-nav__dscr{
    color: #004098 !important;
    font-size: 14px;
}
.global-nav__menu>.menu-item>a{
	    font-weight: 600;
}
.site-header .container{
	padding-right:0;
}
@media (min-width: 769px) {
    .header-type--row1 .global-nav {
        align-items: center;
        margin-left: auto;
        position: absolute;
        right: 0;
        height: 100px;
    }
}
@media (min-width: 1250px) {
.global-nav__menu>.menu-item{
	margin-left:43px;
}
}

.global-nav__menu>.menu-item.contact_link {
     position: relative;
    margin-left: 40px;
    /* line-height: 1.3; */
    /* text-align: center; */
    background: #08285C;
    width: 180px;
}
.global-nav__menu>.menu-item.contact_link a div{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.global-nav__menu>.menu-item.contact_link a{
	color:#fff !important;
}
ul#global-nav__menu.is-open a {
    padding: 20px 0;
    border-bottom: 1px solid;
}
ul#global-nav__menu.is-open .contact_link {
    position: relative;
    margin-left: 0;
    width: 100%;
	    margin-top: 26px;
}