/* jirei2022/index.html */


@media (min-width: 1367px){
    /* スライダーの幅、文字の幅に合わせる */
		.sec-slider{width: 86.6% !important;}
		.sec-imgBox{width: 86.6% !important;}
}



/* jirei2022 index */
.article-mv{
	padding: 4rem 0;
}
.jirei .article-mv{
	background-color: #004c81;
}
.article-mv h2{
	margin-left: 3rem;
}
.article-mv h2 img{
	max-height: 34px;
	max-width: 100%;
    width: auto;
}
/* パンくずはstyle.css */



/* 年度ボタン */
.jirei-nendoBtn-list{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 2rem;
}
.jirei-nendoBtn-list li{
	width: 21%;
	margin-left: 1rem;
}
.jirei-nendoBtn-list li:first-child{
	margin-left: 0;
}

.jirei-nendoBtn-list+p{
	padding-bottom: 5rem;
}
.jirei-nendoBtn-list+p a{
	color: #004c81;
	text-decoration: underline;
}
.jirei-nendoBtn-list li a{
	cursor: pointer;
	display: block;
	padding: 1rem;
	font-size: 1.6rem;
	background-color: #fff;
	border: 2px solid #ccc;
    text-align: center;
	border-radius: 10px;
}
.jirei-nendoBtn-list li a:hover{
	opacity: 0.7;
	transition: all 0.3s;
}
.jirei-nendoBtn-list li a.current{
	background-color: #004c81;
    color: #fff;
	border-color: #004c81;
	transition: all 0.3s;
	pointer-events: none;
}




.lead-box{
	font-size: 1.8rem;
	line-height: 2;
	padding: 4rem 1.5rem;
}
#jirei-box{
	padding-bottom: 8rem;
}




/* サイド検索バー
===============================================================*/
#side-search-box{
	display: block;
    position: fixed;
    z-index: 100;
    top: 0;
    right: -390px;
    width: 390px;
    height: 100%;
    transition: .1s all;
	z-index: 1000;
}


#side-trigger{
    position: fixed;
    width: 5rem;
    padding: 3rem 1.5rem;
    font-size: 1.6rem;
    background: #004c81;
	box-shadow: 0 0 8px #7d7d7d;
    color: #fff;
    right: 0;
    top: 250px;
    font-weight: normal;
    transition: .1s all;
    line-height: 1.15;
    z-index: 10;
	cursor: pointer;

}
#side-trigger u{
	vertical-align: sub;
}
#side-search-box.open{
	right: 0;
}
#side-search-box.open #side-trigger{
	right: 340px;
	opacity: 1;
}

#side-search-box .search-wrap{
	background-color: #fff;
	width: 340px;
	position: absolute;
    right: 0;
    height: 100%;
	box-shadow: 0 0 8px #666;
    overflow: hidden;
	display: flex;
	flex-direction: column;
}

.search-header{
	padding: 20px 0 20px;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 2px 3px #5454541f;
}
.search-header .back{
	display: block;
	position: relative;
}

.search-header .back::before{
	content: '×';
    font-size: 30px;
    color: #333;
    position: absolute;
    left: 15px;
    top: -6px;
	cursor: pointer;
}
.search-title{
	font-size: 2rem;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.triangle-arrow:first-child{
	margin-left: 1.5rem;
}
.triangle-arrow{
	display: inline-block;
	width: 0;
    height: 0;
    border-top: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px transparent;
    border-left: solid 10px #004c81;
}

.search-content{
	height: 100%;
	padding: 20px 16px;
	overflow-y: auto;
}
.search-footer{
	padding: 20px 0;
	margin: 0 16px;
	display: flex;
	border-top: 1px solid #ccc;
}


#search-button{
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #004c81 !important;
    border: none;
    width: 100%;
	padding: 1rem;
    font-size: 1.6rem;
    color: #fff !important;
	font-weight: bold;
    cursor: pointer;
	margin-left: 15px;
	white-space: nowrap;
}

#search-reset{
    border: 2px solid #004c81;
    padding: 1rem;
    font-size: 1.6rem;
    color: #004c81;
    background: transparent;
	cursor: pointer;
	width: 41%;
	white-space: nowrap;
}

/* 検索ボタン */
.search-wrap h3{
	font-size: 1.6rem;
	/* font-weight: bold; */
	position: relative;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	border-bottom: 1px solid #cccccc;
}
.content-trigger{
	position: relative;
	color: #999;
    width: 1.4rem;
    height: 1.4rem;
	display: inline-block;
    margin-left: 1rem;
}

.search-wrap h3::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #004c81;
	border-right: solid 2px #004c81;
	position: absolute;
	right: 15px;
	transform: rotate(315deg);
	transition: all .3s;
}


.search-wrap h3.open::after{
	transform: rotate(135deg);
	transition: all .3s;
}

/* ラジオボタン */
.search-radio,
.search-checkbox
{
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 0 0;
}
.radio {
	display: none;
}

.search-checkbox input{
    display: inline-block;
    width: auto;
    appearance: none;
    border: 1px solid #ccc;
    width: 13px;
    height: 13px;
    padding: 0;
    vertical-align: text-top;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.search-checkbox input:checked {
    background-color: #004c81;
    border: 2px solid #004c81;
}
.search-checkbox input:checked::before {
    content: "";
    background: #fff;
    transition: all .2s ease-in-out;
    position: absolute;
    left: 0px;
    top: 5px;
    width: 4px;
    height: 2px;
    -webkit-transform: rotate(45deg);
}
.search-checkbox input:checked:after {
    position: absolute;
    content: "";
    background: #fff;
    transition: all .2s ease-in-out;
    right: 2px;
    bottom: 0px;
    width: 2px;
    height: 8px;
    transition-delay: .2s;
    -webkit-transform: rotate(40deg);
}
.search-radio label,
.search-checkbox label {
	margin-right: .7rem;
	margin-bottom: .7rem;
	display: block;
	padding: .8rem;
	font-size: 1.4rem;
	font-weight: normal;
	border: 1.5px solid #ccc;
    text-align: center;
	border-radius: 8px;
	cursor: pointer;
}
.radio:checked + label {
	color: #fff;
	background-color: #004c81;
}

#result-conditions{
	padding: 0 0 2rem;
	font-size: 2rem;
	white-space: nowrap;
	display: none;
}
#result-conditions > div{
	display: inline-flex;
	align-items: flex-start;
}
#result-conditions ul{
	display: flex;
	flex-wrap: wrap;
}
#result-conditions ul li{
	margin-right: 1.5rem;
	margin-bottom: 1.3rem;
}
#result-info li{
	display: none;
}
#no-result,#no-json{
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	display: none;
}
#result-number{
	font-size: 2rem;
	margin-bottom: 2rem;
}
i{
	font-weight: 500;
}
#result-number i,
#result-number span{
	display: inline-block;
	padding: 0 1rem;
}
#result-number i{
	padding-left: 0;
}
@media (max-width: 600px) {
	.dark.open{
		position: fixed;
		inset: 0;
		z-index: 1000;
		background-color: #3030302b;
	}

	#side-trigger {
		width: 4.3rem;
		padding: 2rem 1rem;
		font-size: 1.4rem;
		text-align: center;
		top: 250px;
		opacity: .8;
	}
	#side-trigger .icon img {
		max-width: 16px;
	}

	#search-button,
	#search-reset {
		font-size: 1.4rem;
		padding: .7rem;
	}
	#search-button{
		margin-left: 10px;
	}

	#no-result{
		font-size: 2.5rem;
	}

	#result-conditions,
	#result-number{
		font-size: 1.5rem;
	}
	#result-conditions ul li{
		margin-right: 1.3rem;
	}

}

@media (max-width: 400px) {
	#side-search-box.open #side-trigger {
		right: 80%;
	}
	#side-search-box {
		right: -400px;
		width: 97%;
	}
	#side-search-box .search-wrap {
		width: 82.5%;
	}
}

/* 検索ボタン部分
---------------------------------------------*/
/* style.css */

/* 記事一覧デザイン 共通 */
.article-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.article-item{
	margin: 0 1.3%  1em 0;
	position: relative;
	width: 32%;
	height: auto;
	background-color: #fff;
	transition: .3s all;
}
.article-link{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	background-color: #fff;
	align-content: space-between;
}
.article-img{position: relative; width: 100%;}
.article-number{
	position: absolute;
	font-family: 'Teko-font';
	font-size: 3rem;
	letter-spacing: 0.2rem;
    top: 10px;
	padding-left: 10px;
    color: #fff; /* 数字の色変更 */
    left: 0;
    position: absolute;
    z-index: 200;
}
.article-img::before {
	/* 三角形 */
    content: "";
    top: 0;
    left: 0;
    border-bottom: 8rem solid transparent;
    border-left: 8rem solid #004c81;  /* 三角の色変更 */
    position: absolute;
    z-index: 100;
}
.article-item:not(._2023_) .article-label {
	background-color: #fff;
	border: 4px solid #004c81;
}
.article-item:not(._2023_) .article-label > span {
    border-top: 3px solid #004c81;
    color: #004c81;
	margin: 0;
}
.article-item:not(._2023_)  .article-label > i {
    font-size: 2.7rem;
	padding: 0.1rem 0 0 0;
}
.article-img img{
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	font-family: 'object-fit: cover';/*IE対策*/
	object-fit: cover;
}
.jirei-textBox{
	padding: 0 0 3rem 0;
	display: flex;
    flex-wrap: wrap;
}
.jirei-title{
	width: 100%;
	padding: 2rem;
	font-size: 1.8rem;
	line-height: 1.4;
    font-weight: 600;
	display: block;
}
.jirei-place{
	width: 100%;
	display: block;
	padding: 0 2rem;
    font-size: 1.4rem;
    margin-top: 0.5rem;
}
.jirei-text{
	margin-top: 1rem;
    font-size: 1.6rem;
	font-weight: normal;
    line-height: 1.5;
    overflow: hidden;
	padding: 0 2rem;
}
.jirei-arrow::after{
	content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #e60012;
    border-right: solid 2px #e60012;
    position: absolute;
    right: 8px;
    bottom: 77px;
    transform: rotate(45deg);
}

/* 検索バー */
.jirei-index #no-result{
	padding-bottom: 3rem;
}


@media (max-width: 768px){
	/* パンくずリスト */
	.breadcrumbs-box{
		top: 0;
		font-size: 1.4rem;
	}
	.breadcrumbs-name{
		padding: 0.2rem;
	}
	/*   jirei2022 */
	.lead-box{
		font-size: 1.6rem;
	}
	.article-mv{
		padding: 3rem 0;
	}
	.article-mv .breadcrumbs-box{
		margin: 0;
	}
	.article-mv h2{
		margin: 0;
	}
	#jirei-box{
		padding-bottom: 5rem;
	}

	.article-item{
		width: 49%;
		margin: 0 .5% 1rem;
	}
	.jirei-textBox {
		padding: 0;
	}
	.article-img{width: 100%;}

	.article-img::before {
		border-bottom: 5rem solid transparent;
		border-left: 5rem solid #004c81;  /* 三角の色変更 */
	}
	.jirei-text {
		display: block;
		margin-bottom: 1rem;
	}
	.article-number{
		/* 数字 */
		font-size: 1.6rem;
		top: 8px;
		padding-left: 8px;
	}
	.jirei-title{
		padding: 1rem;
	}
	.jirei-place{
		padding: 0 1rem;
	}
	.jirei-text{
		padding: 0 2rem 0 1rem;
	}


}
@media (max-width: 600px){
	.jirei-inner{
		width: 100%;
	}
	.article-mv h2 img{
		max-height: 25px;
	}


	.jirei-nendoBtn-list li {
		width: 31%;
	}
	.article-item:not(._2023_) .article-label > i {
		padding: 0;
	}
	.article-item:not(._2023_) .article-label {
		border: 2px solid #004c81;
	}
	.article-item:not(._2023_) .article-label > span {
		border-top: 2px solid #004c81;
	}
	.article-item{
		width: 100%;
		margin: 0 0 1rem;
	}
}