@charset "utf-8";
@import url('editor_content.css?v=250122');
@import url('pagination.css?v=1');
/**
 *	キューブな出来事
 * 	update.25.1.22
**/
main > .container > .title {
	font-size:3.6rem;
}
@media print, screen and (min-width: 728px) {
	main > .container > .title {
		font-size:8rem;
	}
}
.section-main {
	z-index:1;
}
.section-main > .title {
	color:#264993;
}
.section-main > .title span {
	display: block;
}
/* index */
/* list state */
.box-list {
	padding:20px 0 0;
}
.box-list > .link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	padding:4px 0 0;
}
.box-list > .link > * {
	margin:16px 0 0 -1px;
	padding:0 0.75em;
	font-size:1.8rem;
	line-height: 1;
	border-left:1px solid #264993;
	border-right:1px solid #264993;
}
.box-list > .link span,
.box-list > .link a.active,
.box-list > .link a:hover {
	color:#e95433;
	text-decoration: none;
}
.box-list .list ,
.box-list .item {
	background-size: 10px 3px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: linear-gradient(to right, #264993, #264993 3px, transparent 3px, transparent);
}
.box-list .list {
	margin:20px 0 0;
	padding:3px 0 0;
}
.box-list .item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-position: bottom;
	line-height: 1.4;
	padding:12px 4px 15px;
}
.item .category {
	width:9em;
	background-color: #A7988F;
	padding:6px 0.5em;
	font-size:1.4rem;
	font-weight:700;
	color:#fff;
	text-align: center;
}
.item .category-notice {
	background-color: #54C2F0 !important;
}
.item .category-internship {
	background-color: #F8C170 !important;
}
.item .category-event {
	background-color: #989EC9 !important;
}
.item .category-training {
	background-color: #FFF57F !important;
	color:#000 !important;
}
.item .category-inside {
	background-color: #EE835C !important;
}
.item .category-other {
	background-color: #A7988F !important;
}
.item .date {
	padding:0 0.5em;
	font-size:1.6rem;
	font-weight:500;
}
.item .label {
	width:4em;
	padding:2px 0.5em;
	font-size:1.4rem;
	font-weight:700;
	color:#000;
	border-radius: 12px;
	text-align: center;
}
.item .label-new {
	background-color: #fff100;
}
.item .title {
	margin:8px 0 0;
	width:100%;
	font-size:1.6rem;
	font-weight:600;
	color:#000;
}
.item .title a {
	color:#000;
}
.item .title a:hover ,
.item .title a:active {
	color:#264993;
	text-decoration: none;
}
@media print, screen and (min-width: 728px) {
	.box-list > .link {
		padding:24px 0 0;
	}
	.box-list .list {
		margin:30px 0 0;
	}
	.item .category {
		font-size:1.6rem;
	}
	.item .date {
		font-size:2rem;
	}
	.item .label {
		font-size:1.6rem;
	}
	.item .title {
		flex:1;
		width:auto;
		margin:0 0 0 0.5em;
		font-size:2rem;
		font-weight: 500;
	}
}
/* page */
.box-list .pagination {
	margin:30px 0 0;
	font-size:0;
	text-align:center;
}
.pagination .next,
.pagination .prev,
.pagination .disabled,
.pagination .number {
	display:inline-block;
	font-size:1.4rem;
	margin:0.5em 0.5em 0 0;
}
.pagination .disabled,
.pagination .current,
.pagination a {
	display:inline-block;
	min-width:3.5em;
	font-size:1.4rem;
	padding:0.75em;
	text-align:center;
	border:1px solid #264993;
	border-radius:8px;
	text-decoration:none;
	color:#333;
	background: #fff;
}
.pagination a:hover,
.pagination .current {
	background:#264993;
	font-weight:600;
	color:#fff;
}
.pagination .disabled {
	background:#fcfcfc;
	color:#ccc;
}
/* widget */
.box-widget {
    margin:30px 0 0;
	padding-bottom:50px;
	display: flex;
	justify-content: center;
	background-size: 10px 3px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: linear-gradient(to right, #264993, #264993 3px, transparent 3px, transparent);
}
.box-widget .widget {
	position: relative;
	background-color: #fff;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
	transform: translateZ(0);
}
.widget h2 a {
	display: block;
	position: relative;
	color:#000;
	padding:8px 2.5em 8px 0.75em;
	margin:0;
	font-size:1.6rem;
	font-weight:500;
	line-height:1.4;
	text-decoration: none;
}
.widget h2 a:after {
	content:'▼';
	position: absolute;
	right:0.75em;
	top:0;
	bottom:0;
	margin:auto;
	height:1em;
	line-height: 1;
}
.widget h2 a.active:after {
	content:'▲';
}
.widget h2 a:hover,
.widget h2 a:active {
	color:#264993;
}
.widget ul {
	display: none;
	position: absolute;
	width:100%;
	max-height:200px;
	z-index:99;
	top:100%;
	left:0;
	background-color: #fff;
	overflow-y: auto;
}
.widget li {
	display:block;
	position: relative;
	margin:0;
	padding:0;
	border-top:1px solid #000;
}
.widget li a {
	position:relative;
	display:block;
	margin:0;
    padding:8px 0.75em 8px 2em;
    font-size:1.6rem;
    color:#000;
	text-decoration: none;
}
.widget li a:before {
    content:'\025b6';
    position: absolute;
    left:0.75em;
}
.widget li a:hover,
.widget li a:active {
    color:#264993;
}
@media print, screen and (min-width: 728px) {
	.box-widget {
		justify-content: flex-end;
		padding-bottom:63px;
	}
	.widget h2 a {
		font-size:2rem;
	}
	.widget li a {
		font-size:2rem;
	}
}
/* single */
.single .section-main {
	padding-bottom:30px;
	background-size: 10px 3px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: linear-gradient(to right, #264993, #264993 3px, transparent 3px, transparent);
}
.single .section-main > .title {
	padding:20px 0 30px;
	font-size:2rem;
	font-weight:600;
	text-align:left;
	color:#000;
	margin:0;
	background-size: 10px 3px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: linear-gradient(to right, #264993, #264993 3px, transparent 3px, transparent);
}
.single .section-main > .content-text {
	margin:30px 0 0;
	font-size:1.6rem;
}
.single .section-main > .item {
	display: flex;
	align-items: center;
}
@media print, screen and (min-width: 728px) {
	.single .section-main > .title {
		font-size:2.2rem;
	}
	.single .section-main > .content-text {
		font-size:1.8rem;
	}
}
/* editor */