@charset "utf-8";

/* -----------------------------------------------------------------
 cms_parts.cssÉÏ•ø¤­
----------------------------------------------------------------- */
.cmn_ttl01:nth-of-type(n+2) {
	margin-top:1.7em;
}
.details .list_nav >li:nth-of-type(5) >a {/*Ô”¼š¥Ú©`¥¸¤Î¤ß*/
	height:100%;
	background:#e8eef6;
}
/* -----------------------------------------------------------------
 common
----------------------------------------------------------------- */
/*---------- modaal ----------*/
.modaal-overlay {
	z-index: 1999;
}
.modaal-wrapper .modaal-close {
	background: #063e8d;
}
.modaal-container {
	border:#063e8d 1px solid;
	border-radius:8px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.modaal-close {
	position: absolute;
	right: -15px;
	top: -15px;
	width:41px;
	height:41px;
}
.modaal-close:before,
.modaal-close:after {
	top: 12px;
	left: 20px;
	width: 2px;
	height: 16px;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
	background: #fff;
}

/* -----------------------------------------------------------------
 cmn_page_ttl
----------------------------------------------------------------- */
.cmn_page_ttl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.cmn_page_ttl .ttl {
	width: 100%;
}
@media print, screen and (min-width: 375px) {
.cmn_page_ttl .ttl {
	width: auto;
	margin-bottom:0;
}
}

/*---------- howtouse ----------*/
.cmn_page_ttl .howtouse {
	display: flex;
	align-items: center;
	margin-left:auto;
	padding:.7em .6em;
	border:#063e8d 1px solid;
	border-radius:2em;
}
.cmn_page_ttl .howtouse .link_db {
	font-size:12px;
	font-size:0.86rem;
	color:#063e8d;
}
@media print, screen and (min-width: 1024px) {
.cmn_page_ttl .howtouse {
	padding:.8em .7em;
	top:calc(50% - 1.75em);
}
.cmn_page_ttl .howtouse .link_db {
	font-size:15px;
	font-size:0.94rem;
}
.cmn_page_ttl .howtouse .link_db::after {
	content:"";
	display:inline-block;
	width:.7em;
	height:.7em;
	margin-left:1em;
	background:url(/library/common/img/arrow_std_navy.svg) no-repeat center center;
	background-size:contain;
}

/*-- hover --*/
.cmn_page_ttl .howtouse {
	transition:all .3s;
	pointer-events: none;
}
.cmn_page_ttl .howtouse:hover {
	background:#dfe8f7;
}
.cmn_page_ttl .howtouse .tips_open,
.cmn_page_ttl .howtouse .link_db {
	 pointer-events: auto;
}
}
/*---------- tips_open ----------*/
.cmn_page_ttl .howtouse .tips_open {
	display:block;
	width:1.5em;
	height:1.5em;
	margin-right:.3rem;
	border-radius:1em;
	background:#dbbe78;
	font-size:13px;
	font-size:0.93rem;
}
.cmn_page_ttl .howtouse .tips_open::before {
	content:"?";
	display: flex;
	justify-content: center;
	align-items: center;
	width:1.5em;
	height:1.5em;
	line-height:1;
	font-weight:bold;
	color:#fff;
}
@media print, screen and (min-width: 1024px) {
.cmn_page_ttl .howtouse .tips_open {
	width:1.5em;
	height:1.5em;
	margin-right:.5rem;
	border-radius:1em;
	background:#dbbe78;
	font-size:16px;
	font-size:1rem;
}
/*-- hover --*/
.cmn_page_ttl .howtouse a.tips_open {
	transition:all .3s;
}
.cmn_page_ttl .howtouse a.tips_open:hover {
	background:#ba9718;
}
}

/* -----------------------------------------------------------------
 goback
----------------------------------------------------------------- */
.cmn_page_ttl .goback {
	display: flex;
	align-items: center;
	margin-left:auto;
	padding:.7em 0;
}
.cmn_page_ttl .goback a {
	font-size:12px;
	font-size:0.86rem;
	color:#063e8d;
}
.cmn_page_ttl .goback a::after {
	content:"";
	display:inline-block;
	width:.7em;
	height:.7em;
	margin-left:1em;
	background:url(/library/common/img/arrow_std_navy.svg) no-repeat center center;
	background-size:contain;
}
@media print, screen and (min-width: 1024px) {
.cmn_page_ttl .goback {
	padding:.8em .7em;
	top:calc(50% - 1.75em);
}
.cmn_page_ttl .goback a {
	font-size:15px;
	font-size:0.94rem;
}
}

/* -----------------------------------------------------------------
 class
----------------------------------------------------------------- */
.cmn_page_ttl .class {
	width:100%;
	margin-top:1em;
}
.cmn_page_ttl .class .item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height:100%;
	padding:.6em .8em;
	border: 1px solid #063e8d;
	border-radius: 3em;
	background:#fff;
	line-height:1.2;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	font-size:0.86rem;
	color:#063e8d;
}
@media print, screen and (min-width: 1024px) {
.cmn_page_ttl .class .item {
	min-width:8em;
	min-height:2.8em;
	padding:.6em 1.5em;
	font-size:15px;
	font-size:0.94rem;
}
}

/* -----------------------------------------------------------------
 nav_database_sort£¨¥¤¥ó¥Ç¥Ã¥¯¥¹¤Î¤ß£©
----------------------------------------------------------------- */
.nav_database_sort {
	padding:1.2em 3.3%;
	background:#e6ebf3;
}
.nav_database_sort .ttl_lv01 {
	display: flex;
	align-items: center;
	font-weight:bold;
	font-size:16.5px;
	font-size:1.18rem;
	color:#063e8d;
}
.nav_database_sort .ttl_lv01::before {
	content:"";
	display:block;
	width:1.25em;
	height:1.25em;
	margin-right:.6rem;
	background:url(/library/common/img/ico_database_list.svg) no-repeat center center;
	background-size:contain;
}
.nav_database_sort .ttl_lv02 {
	display: flex;
	align-items: center;
	margin-top:.8em;
	font-weight:bold;
	font-size:15px;
	font-size:1.07rem;
	color:#063e8d;
}
.nav_database_sort .ttl_lv02:nth-of-type(2) {
	margin-top:1em;
}
.nav_database_sort .ttl_lv02::before {
	content:"";
	display:block;
	width:1.33em;
	height:1.33em;
	margin-right:.6rem;
	background:url(/library/common/img/deco_ttl01.svg) no-repeat center center;
	background-size:contain;
}
@media print, screen and (min-width: 1024px) {
.nav_database_sort {
	padding:2.7em 3.3%;
	background:#e6ebf3;
}
.nav_database_sort .ttl_lv01 {
	font-size:22px;
	font-size:1.38rem;
}
.nav_database_sort .ttl_lv01::before {
	width:1.23em;
	height:1.23em;
	margin-right:1rem;
}
.nav_database_sort .ttl_lv02 {
	font-size:20px;
	font-size:1.25rem;
}
.nav_database_sort .ttl_lv02::before {
	margin-right:1rem;
}
}
@media print, screen and (min-width: 1709px) {
.nav_database_sort {
	padding-left:calc((100% - 1300px) / 2);
	padding-right:calc((100% - 1300px) / 2);
}
}

/*---------- sort_cat  ----------*/
.nav_database_sort .sort_cat {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	margin-top:.2rem;
}
.nav_database_sort .sort_cat li {
	width:calc((100% - (5px * 2)) / 3);
	padding:.4rem 0 0;
}
.nav_database_sort .sort_cat li+li {
	margin-left:5px;
}
.nav_database_sort .sort_cat li:nth-of-type(3n -2) {
	margin-left:0;
}
.nav_database_sort .sort_cat label {
	display: flex;
	justify-content: center;
	align-items: center;
	height:100%;
	min-height:4.3em;
	padding:.4rem;
	border: 1px solid #063e8d;
	background:#fff;
	line-height:1.2;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	font-size:0.86rem;
	color:#063e8d;
	cursor: pointer;
}
.nav_database_sort .sort_cat input{
	display: none;
}
.nav_database_sort .sort_cat input:checked + label {
	border: 1px solid #a08f57;
	background:#a08f57;
	color:#fff;
}
@media print, screen and (min-width: 1024px) {
.nav_database_sort .sort_cat li {
	width:calc((100% - (5px * 4)) / 5);
}
.nav_database_sort .sort_cat li:nth-of-type(3n -2) {
	margin-left:5px;
}
.nav_database_sort .sort_cat li:nth-of-type(5n -4) {
	margin-left:0;
}
.nav_database_sort .sort_cat label {
	font-size:16px;
	font-size:1rem;
}
}
@media print, screen and (min-width: 1350px) {
.nav_database_sort .sort_cat li {
	width:calc((100% - (5px * 8)) / 9);
}
.nav_database_sort .sort_cat li:nth-of-type(5n -4) {
	margin-left:5px;
}
.nav_database_sort .sort_cat li:nth-of-type(9n -8) {
	margin-left:0;
}
}
/*---------- sort_class  ----------*/
.nav_database_sort .sort_class {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	min-height:3.5em;
	margin-top:.5em;
	padding:.2rem .6rem .6rem;
	background: #fff;
	border:#9eb3d2 1px solid;
}
.nav_database_sort .sort_class li {
	padding:.4rem 0 0;
	margin-right:7px;
}
.nav_database_sort .sort_class label {
	display: flex;
	justify-content: center;
	align-items: center;
	height:100%;
	padding:.6em .8em;
	border: 1px solid #063e8d;
	border-radius: 3em;
	background:#fff;
	line-height:1.2;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	font-size:0.86rem;
	color:#063e8d;
	cursor: pointer;
}
.nav_database_sort .sort_class input{
	display: none;
}
.nav_database_sort .sort_class input:checked + label {
	background:#e6ebf3;
}
@media print, screen and (min-width: 1024px) {
.nav_database_sort .sort_class {
	padding:.4rem .8rem .8rem;
}
.nav_database_sort .sort_class label {
	min-width:8em;
	min-height:2.8em;
	padding:.6em 1.5em;
	font-size:15px;
	font-size:0.94rem;
}
}

/* -----------------------------------------------------------------
 ¥Ç©`¥¿¥Ù©`¥¹¥¤¥ó¥Ç¥Ã¥¯¥¹¥ê¥¹¥È£¨¥¤¥ó¥Ç¥Ã¥¯¥¹¤Î¤ß£©
----------------------------------------------------------------- */
.sort_none {
	display:none;
	margin-top:1em;
}
.list_result li{
	overflow:hidden;
	border-bottom:#7a98c2 1px solid;
}
.list_result li.active{
	display: block !important;
	opacity: 1 !important;
    z-index: 100 !important;
}
.list_result li.hide{
	display: none !important;
}
.list_result li>.ttl {
	padding:2em 0 0;
}
.list_result li>.ttl a,
.list_result li>.ttl .not_link {
	font-weight:bold;
	font-size:16px;
	font-size:1.14rem;
}
.list_result li>.ttl a {
	color:#063e8d;
}
.list_result li>.ttl .not_link {
	color:#999;
}
.list_result li>.ttl a::after {
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background-image:url(/library/common/img/arrow_std_navy.svg);
	background-repeat:no-repeat;
	background-position:right top .3em;
	background-size:auto .65em;
}
.list_result li>.ttl a[target="_blank"]::after {
	width:3em;
	height:1em;
	background-image:url(/library/common/img/arrow_std_navy.svg), url(/library/common/img/ico_blank_navy.svg);
	background-repeat:no-repeat, no-repeat;
	background-position:right center, right 2em top .23em;
	background-size:auto .57em, 11px;
}
.list_result li>.summary {
	padding-bottom:1em;
	//border-bottom:#7a98c2 1px solid;
}
.list_result li>.summary .box_label{
	display:flex;
	flex-wrap: wrap;
	margin-top:1em;
}
.list_result li>.summary .box_label .label{
	display:flex;
	justify-content: center;
	align-items: center;
	min-width:10em;
	padding:.6em .5em;
	background:#ccc;
	font-weight:bold;
	text-align:center;
}
.list_result li>.summary .box_label .label.lan{
	background:#20a1fb;
	color:#fff;
}
.list_result li>.summary .box_label .label.limit{
	background:#1bc5f0;
	color:#fff;
}
.list_result li>.summary .box_campus{
	display:inline-flex;
	display:flex;
	flex-wrap: wrap;
	margin-top:.7em;
}
.list_result li>.summary .box_campus .label{
	display:flex;
	justify-content: center;
	align-items: center;
	min-width:5em;
	margin-top:.3em;
	margin-right:.3em;
	padding:.3em .8em;
	background:#ccc;
	border-radius:3em;
	font-size:12px;
	font-size:0.86rem;
	text-align:center;
}
.list_result li>.summary .box_campus .label.campus_all{
	background:#063e8d;
	color:#fff;
}
.list_result li>.summary .box_campus .label.campus_koshigaya{
	background:#4cc3a8;
	color:#fff;
}
.list_result li>.summary .box_campus .label.campus_shonan{
	background:#69b9d7;
	color:#fff;
}
.list_result li>.summary .box_campus .label.campus_adachi{
	border: #d8d8d8 1px solid;
	background:#fff;
	color:#000;
}
.list_result li>.summary .box_campus .label.campus_ippan{
	background:#ffcc66;
	color:#000;
}
.list_result li>.summary .box_class{
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-top:1em;
}
.list_result li>.summary .box_class .item{
	font-weight:bold;
	color:#063e8d;
}
.list_result li>.summary .box_class .item + .item{
	margin-left:.9em;
}
.list_result li>.summary .box_class .item::before{
	content:"#";
	display:inline;
}
@media print, screen and (min-width: 1024px) {
.list_result {
	overflow:hidden;
}
.list_result li>.ttl {
	float:left;
	width:25%;
	padding-top:2.4rem;
	padding-bottom:2.4rem;
}
.list_result li>.ttl a,
.list_result li>.ttl .not_link {
	font-size:20px;
	font-size:1.25rem;
}
.list_result li>.ttl a {
	display:block;
	padding-right: 1.3em;
	background-image:url(/library/common/img/arrow_std_navy.svg);
	background-repeat:no-repeat;
	background-position:right top .4em;
	background-size:auto .65em;
}
.list_result li>.ttl a::after {
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background-image:none;
}
.list_result li>.ttl a[target="_blank"]::after {
	width:1.6em;
	height:1em;
	background-image: url(/library/common/img/ico_blank_navy.svg);
	background-repeat: no-repeat;
	background-position: right top .23em;
	background-size: 15px;
}
.list_result li>.summary {
	padding-top:2.4rem;
	padding-bottom: 1.3em;
	padding-left:29%;
}
.list_result li>.summary .box_label{
	margin-top:.4em;
}
.list_result li>.summary .box_label .label{
	min-width:11em;
	padding:.4em .5em;
}
.list_result li>.summary .box_campus{
	margin-top:.4em;
}

}


/* -----------------------------------------------------------------
 nav_entry £¨Ô”¼š¥Ú©`¥¸¤Î¤ß£©
----------------------------------------------------------------- */
.detail .nav_entry {
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-width:390px;
	margin:2.5em auto 0;
}
.detail .nav_entry >* {
	width:47%;
	padding:1.5em 1em;
	border:#bfbfbf 1px solid;
	font-size:12px;
	font-size:0.86rem;
	color:#666;
}
.detail .nav_entry .prev,
.detail .nav_entry .list {
	position:relative;
	line-height:1;
	text-align: center;
}
.detail .nav_entry .prev {
	padding-left:3em;
}
.detail .nav_entry .prev::before {
	position:absolute;
	top:calc(50% - .5em);
	left:1em;
	content:"";
	display:block;
	width:1em;
	height:1em;
	background:url(/library/common/img/arrow_std_black.svg) no-repeat left center;
	background-size:50%;
	opacity:.8;
	transform:rotateZ(180deg);
}
.detail .nav_entry .list {
	padding-right:3em;
}
.detail .nav_entry .list::after {
	position:absolute;
	top:calc(50% - .5em);
	right:1em;
	content:"";
	display:block;
	width:1em;
	height:1em;
	background:url(/library/common/img/arrow_std_black.svg) no-repeat left center;
	background-size:50%;
	opacity:.8;
}
@media print, screen and (min-width: 1024px) {
.detail .nav_entry {
	max-width:580px;
}
.detail .nav_entry >* {
	padding:1.6em 1em;
	font-size:16px;
	font-size:1rem;
}
/*-- hover --*/
.detail .nav_entry >a {
	transition:all .3s;
}
.detail .nav_entry >:hover {
	background:#dfe8f7;
}

}



