/* サイト共通 */
body {
    overflow-x: hidden;
	font-family: 'Kosugi Maru', sans-serif;
}
a {
	color:#0D3C95;
}
.card-header.bg-primary ,
.card-header.bg-secondary ,
.card-header.bg-success ,
.card-header.bg-danger ,
.card-header.bg-warning ,
.card-header.bg-info {
	margin-top: -7px;
}

#ccHeaderArea {
    background-color: #ffffff;
}
#ccHeaderArea p.logo-img {
	margin:10px;
	padding: 0 !important;
}
#ccHeaderArea p.logo-img a {
	display: inline-block;
}
#frame-card-3 {
	margin-bottom:0 !important;
	display: inline-block; /*ハンバーガメニュー表示時に押下できないため*/
	z-index: 20;
}
/* ハンバーガーメニューの下層非表示の場合の対応*/
#frame-1609 #grobalNav > ul:nth-child(4) > li > a.hamburger-accordion {
	display: none;
}

#ccHeaderArea .plugin-menus .nav-tabs {
	border-bottom: transparent;
}
#ccHeaderArea .plugin-menus .nav-tabs .nav-item {
	margin: 0 10px;
}
#ccHeaderArea .plugin-menus .nav-tabs .nav-item a.nav-link {
	border: 0;
	border-bottom: 5px solid #05AFF2;
	color: #000000;
	font-size: 1.1rem;
	transition: all 0.3s;
}
#ccHeaderArea .plugin-menus .nav-tabs .nav-item a.nav-link:hover,
#ccHeaderArea .plugin-menus .nav-tabs .nav-item a.nav-link.active,
#ccHeaderArea .plugin-menus .nav-tabs .nav-item.show a.nav-link {
	color: #0D3C95;
	background-color: #FFF;
	border: 0;
	border-bottom: 5px solid burlywood;
}
/*
#ccHeaderArea .plugin-menus .nav-tabs .nav-item .dropdown-menu.show a:nth-child(1) {
	display:none;
}
#ccHeaderArea .plugin-menus .nav-tabs .nav-item .dropdown-menu.show .dropdown-divider {
	display:none;
}
*/
#ccHeaderArea .plugin-menus .nav-tabs .nav-item .dropdown-menu .dropdown-item.active, 
#ccHeaderArea .plugin-menus .nav-tabs .nav-item .dropdown-menu .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #05AFF2;
}


#ccHeaderArea .plugin-menus .hamburger-menu .navbar-light .navbar-toggler {
	color: #05AFF2;
}
#ccHeaderArea .plugin-menus .hamburger-menu .navbar-light .navbar-toggler-icon {
	background-color: #05AFF2;
}
#ccHeaderArea .plugin-menus .hamburger-menu.d-md-none {
	position: absolute;
    top: -45px;
    right: 0;
    z-index: 10;
	width: 100%;
	background-color: #FFFFFF;
}
/* add ハンバーガーメニューの「-」が文字化けしている為の対応 */
.hamburger-menu .hamburger-accordion[aria-expanded="true"]:after,
.hamburger-menu .hamburger-accordion-block[aria-expanded="true"]:after {
    content: '\2212';
}

#ccHeaderArea .plugin-slideshows .carousel.slide {
	background-image: url(/file/3703);
	background-size: cover;
}
#ccHeaderArea .plugin-slideshows .carousel .carousel-control-prev,
#ccHeaderArea .plugin-slideshows .carousel .carousel-control-next {
	opacity: 0.7;
}
#ccHeaderArea .plugin-slideshows .carousel .carousel-control-prev:hover,
#ccHeaderArea .plugin-slideshows .carousel .carousel-control-next:hover {
	opacity: 1;
}

#ccHeaderArea .plugin-slideshows .carousel .carousel-control-prev-icon {
	background-image: url(/themes/Users/shugakusha/images/arrow-left2.png);
}
#ccHeaderArea .plugin-slideshows .carousel .carousel-control-next-icon {
	background-image: url(/themes/Users/shugakusha/images/arrow-right2.png);
}
#ccHeaderArea .plugin-slideshows .carousel .carousel-control-prev-icon,
#ccHeaderArea .plugin-slideshows .carousel .carousel-control-next-icon {
    width: 34px;
    height: 34px;
}

/* スマホでの表示 */
@media (max-width: 992px) {
	#ccHeaderArea .plugin-slideshows .carousel .carousel-control-prev-icon {
		background-image: url(/themes/Users/shugakusha/images/arrow-left2-sp.png);
	}
	#ccHeaderArea .plugin-slideshows .carousel .carousel-control-next-icon {
		background-image: url(/themes/Users/shugakusha/images/arrow-right2-sp.png);
	}
	#ccHeaderArea .plugin-slideshows .carousel .carousel-control-prev-icon,
	#ccHeaderArea .plugin-slideshows .carousel .carousel-control-next-icon {
		width: 14px;
		height: 14px;
	}
	#ccHeaderArea .plugin-slideshows .carousel .carousel-indicators {
		margin-bottom: 0;
	}
	#ccHeaderArea .plugin-slideshows .carousel .carousel-indicators li {
		width: 14px;
		height: 14px;
	}
}


#ccHeaderArea #frame-card-1572 {/* スライダー下のマージン打ち消し */
	margin-bottom: 0 !important;
}
#ccFooterArea {
    background-color: #05AFF2;
}
#ccFooterArea .footer-img {
	text-align: center;
	margin-top: 30px;
}
#ccFooterArea .footer-link {
	text-align: center;
	margin-top: 30px;
}
#ccFooterArea .footer-link ul {
	list-style-type: none;
}
#ccFooterArea .footer-link ul li {
	display: inline-block;
	margin: 0 10px;
	padding-right: 20px;
	font-size: small;
}
#ccFooterArea .footer-link ul li:not(:last-child) {
	border-right: 1px solid #000;
}
/* スマホでの表示 */
@media (max-width: 992px) {
	#ccFooterArea .footer-link ul li {
		display: block;
		text-align: left;
	}
	#ccFooterArea .footer-link ul li:not(:last-child) {
		border-right: 0;
	}
}

#ccFooterArea .footer-link ul li a,
#ccFooterArea .footer-link ul li a:hover {
	color: #000;
}
#ccFooterArea .copyright {
	text-align: center;
	color: #FFF;
	font-size: small;
	margin: 30px 0;
}
/* センターエリア共通 */
#ccCenterArea {
	margin-top: 30px;
}

/*トップページ用*/
.bg-white-full {
	background: #FFFFFF;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	max-width: initial;
	flex: auto;
}
.bg-beige-full {
	background: #F8F4E6;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	max-width: initial;
	flex: auto;
}
#ccCenterArea .hover-action:hover {
	transition: all 0.3s;
}
#ccCenterArea .hover-action:hover {
	transform:scale(1.02,1.02);
	box-shadow: 0 5px 15px 0 rgb(0 0 0 / 40%);
}



/* 新着情報用 */
#ccCenterArea .plugin-whatsnews.whatsnews-onerow .container {
    max-width: 800px;
}
#ccCenterArea .plugin-whatsnews.whatsnews-onerow article {
	margin-bottom: 1rem;
	font-size: 1.1rem;
}
/* 日付が以下のセレクタ用 */
#ccCenterArea .plugin-whatsnews.whatsnews-onerow article .row span:not(.badge).mr-2:before {
	content : "▶";
	margin-left: 10px;
	margin-right: 10px;
	color: burlywood;
}
/* カテゴリバッチ横の隙間 */
#ccCenterArea .plugin-whatsnews.whatsnews-onerow article .row span:not(.badge).mr-2 {
	margin-right:1.75rem !important;
}
/* カテゴリバッチ横の隙間 */
#ccCenterArea .plugin-whatsnews.whatsnews-onerow article .row span.badge {
	margin-right:1.25rem !important;
}
#ccCenterArea .plugin-whatsnews.whatsnews-onerow article .row a {
	color: #000000;
}
#ccCenterArea .plugin-whatsnews.whatsnews-onerow article .row a:hover {
	color:#0D3C95;
}
#ccCenterArea .plugin-contents .whats-new-link {
	text-align: center;
}
#ccCenterArea .plugin-contents .whats-new-link a.whats-new {
	color: #FFFFFF;
	background-color: #05AFF2;
	min-width: 150px;
	border-radius: 1rem;
	padding: 0;
    margin-bottom: 2rem;
}
/**/
@media (max-width: 767px) {
	#ccCenterArea .plugin-whatsnews.whatsnews-onerow article .row .text-truncate {
		margin-top: 0px;
		text-align: left;
	}
	#ccCenterArea .plugin-whatsnews.whatsnews-onerow article .row .text-truncate a {
		margin-left: 38px;
	}
}


/*データベース用*/
#ccCenterArea .col-sm-2 .card-header {
	height: auto !important;
}
#ccCenterArea .col-sm-2.plugin-databasesearches > .container,
#ccCenterArea .col-sm-2.plugin-contents > .container {
	padding: 0;
}
#ccCenterArea .col-sm-2.plugin-databasesearches .container > .card .dbsearch_card {
	padding: 0 !important;
        flex: 0 0 100%;
        max-width: 100%;
}
#ccCenterArea .col-sm-2.plugin-databasesearches .container > .card .column_title {
	display: none;
}
#ccCenterArea .col-sm-2.plugin-databasesearches .container > .card .row {
    margin-right: 0;
    margin-left: 0;
}
#ccCenterArea .col-sm-2.plugin-databasesearches .container > .card .dbsearch_card_data a {
	color:#0D3C95 !important;
	font-size: 0.9rem;
	font-weight: bold;
}
#ccCenterArea .col-sm-2.plugin-databasesearches .container > .card .dbsearch_card_data a img {
	border: 2px solid #05AFF2;
	transition: all 0.3s;
}
#ccCenterArea .col-sm-2.plugin-databasesearches .container > .card .dbsearch_card_data a img:hover {
	transform:scale(1.02,1.02);
	box-shadow: 0 5px 15px 0 rgb(0 0 0 / 40%);
}
#ccCenterArea .col-sm-2.plugin-databasesearches .container > .card .dbsearch_paging {
	display: none;
}
#ccCenterArea .col-sm-2.plugin-databasesearches .container > .card .dbsearch_btn a.btn {
	background-color:#0D3C95;
	color: #FFFFFF;
	border-radius: 1rem;
	font-size: 0.9rem;
	padding: 0 0.5rem;
    width: 100%;
}
#ccCenterArea .col-sm-2.plugin-databasesearches .container > .card .dbsearch_btn a.btn:hover {
	opacity: 0.6;
}
@media (max-width: 992px) {
	#ccCenterArea .col-sm-2.plugin-contents {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#ccCenterArea .col-sm-2.plugin-databasesearches {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
}
/*スマホ時には2列表示にする*/
@media (max-width: 576px) {
	#ccCenterArea .col-sm-2.plugin-databasesearches {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}






/* ヘッダーエリア */
.container > .card > .card-header.bg-default {
    background-color: #FFF;
    color: #0D3C95;
    font-weight: bold;
    border: 0;
    background-size: 25px;
    background-position: 15px 10px;
    background-repeat: no-repeat;
    background-image: url(/themes/Users/shugakusha/images/unnamed.png);
    margin-top: -1px;
    margin-left: 0;
    padding-top: 12px;
    padding-left: 45px;
    padding-bottom: 8px;
}
/* フレームデザインnoneの以外場合 */
.container > .card:not(.frame-design-none) {
    border-color: #05AFF2;
    border-top-width: 8px;
}
.frame-gray .container > .card:not(.frame-design-none) {
	border-color: dimgray;
    border-top-width: 8px;
}


/* フレームデザインnoneの場合(センターエリア) */
#ccCenterArea .container > .card.frame-design-none {
    padding: 1.25rem !important;
    background-color: #ffffff !important;
    margin-bottom: 0 !important;
}
/* 画像だけのnoneフレーム（classにback-toumeiを入れる） */
#ccCenterArea .back-toumei .container > .card.frame-design-none {
    padding: 0 !important;
    background-color: transparent !important;
}

/* 左メニュー */
/* フレームデザインnoneの場合 (左エリア)*/
#ccLeftArea .container > .card.frame-design-none {
    padding: 0 !important;
    background-color: transparent !important;
    margin-bottom: 1rem !important;
}
#ccLeftArea .plugin-menus .list-group .list-group-item {
    margin-bottom: 10px;
    border-radius: 0.25rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid #05AFF2;
    color: #fff;
    background-color: #05AFF2;
    text-decoration: none;
}
#ccLeftArea .plugin-menus .list-group .list-group-item.active {
    color: #0D3C95;
    background-color: #fff;
}
#ccLeftArea .plugin-menus .list-group .list-group-item:hover {
    color: #0D3C95;
    background-color: #fff;
    text-decoration: none;
}
#ccLeftArea .plugin-menus .list-group .list-group-item.active:hover {
    color: #fff;
    background-color: #05AFF2;
    text-decoration: none;
}
#ccLeftArea .plugin-menus .list-group .list-group-item.depth-1 {
    margin-left: 20px;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
}
#ccLeftArea .plugin-menus .list-group .list-group-item.depth-2 {
    margin-left: 30px;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
}
#ccLeftArea .plugin-menus .list-group .list-group-item .px-2 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


/* PC画像（5個表示）からSP画像切替用 */
@media (max-width: 767px) {
	div.container.d-none.d-sm-block div:nth-child(4) {
		text-align: right;
	}
	div.container.d-none.d-sm-block div:nth-child(5) {
		text-align: left;
	}
	div.container.d-none.d-sm-block div:nth-child(4) .img-fluid,
	div.container.d-none.d-sm-block div:nth-child(5) .img-fluid {
		max-width: 126px;
	}
	.col-md {
		margin-top: 10px;
		text-align: center;
	}
}
/* スライダー高さ */
.carousel-inner .carousel-item img {
        width: auto !important;
        margin: 0 auto;
}
@media (max-width: 992px) {
	.carousel-inner .carousel-item img {
		max-height: 300px;
	}
}
@media (max-width: 767px) {
	.carousel-inner .carousel-item img {
		max-height: 250px;
	}
}
@media (max-width: 576px) {
	.carousel-inner .carousel-item img {
		max-height: 124px;
	}
}
@media (max-width: 320px) {
	.carousel-inner .carousel-item img {
		max-height: 124px;
	}
}