/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */

/* サイト共通部分 */
.site-header #nav-toggle,
.home .page-header {
	display: none;
}
#page .page-header {
	border-top: none;
	background: #002b84;
	border-bottom: none;
}
.page-header .entry-title,
.page-header .page-title {
	color: #fff;
}
.page-header .entry-title > span {
	font-family: sans-serif;
	font-size: 70%;
}

.mb-32p { margin-bottom: 32px !important;}
.btn-home,
.btn-logout {
	display: block;
	width: fit-content;
	text-decoration: none;
	background-color: #002b84;
	border: 3px solid #002b84;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	padding: 4px 1em;
	margin: 0 auto 32px auto;
}
.btn-logout {
	background-color: #222;
	border: 3px solid #222;
}

.btn-home:hover {
	text-decoration: none;
	background-color: #fff;
	color: #002b84;
}

.btn-logout:hover {
	text-decoration: none;
	background-color: #fff;
	color: #222;
}

/* お知らせ部分 */
.su-posts {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 32px 0 !important;
}
.su-posts li {
	font-size: 14px;
	padding: 0;
	margin: 0 0 4px 0 !important;
}
.su-posts li:last-of-type {
	margin-bottom: 0 !important;
}

/* メニュー */
.tilemenu-quad {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0 !important;
}
.tilemenu-quad li {
	width: 24%;
	display: flex;
	align-items: center;
	list-style: none;
	border: 3px solid #002b84;
	background: #fff;
	padding: 2em 0.25em;
	margin: 0 0 1.6% 0!important;
}
.tilemenu-quad li.blank {
	border: none;
	background: #fff;
}
.tilemenu-quad li a {
	position: relative;
	display: block;
	width: fit-content;
	height: fit-content;
	text-align: center;
	font-weight: bold;
	font-size: min(2vw , 14px);
	color: #002b84;
	margin: 0 auto;
}
.tilemenu-quad li .pdf::before {
	content: 'PDF';
	position: absolute;
	bottom: -1.25em;
	left: 0;
	right: 0;
	display: inline-block;
	width: fit-content;
	line-height: 1.25;
	background-color: #ff871e;
	color: #fff;
	font-size: 80%;
	font-weight: normal;
	padding: 0 0.25em;
	margin: auto;
}
.tilemenu-quad li a > img {
	display: block;
	width: 50%;
	margin: 0 auto;
}
.swpm-forgot-pass-link,
.swpm-join-us-link,
.swpm-edit-profile-link {
	display: none;
}
.nav-links a,
.nav-links .page-numbers {
	background: #002b84;
}