/* past index */
.article-mv{
	padding: 4rem 0;
}
.list .article-mv{
	background-color: #004c81;
}
.article-mv h2{
	margin-left: 3rem;
}
.article-mv h2 img{
	max-height: 34px;
	max-width: 100%;
    width: auto;
}
.lead-box {
    font-size: 1.8rem;
    line-height: 2;
    padding: 4rem 1.5rem;
}
.past-index.wrapper{
	padding-bottom: 8rem;
}

.lead-box a {
    text-decoration: underline;
    color: #004c81;
}
.lead-box .kome{
	font-size: .9em;
}
/* パンくずはstyle.css */
/* 検索ボタン部分
---------------------------------------------*/
/* style.css */

/* サイド検索バー
===============================================================*/
#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%;
	}
}



/* 過去リストテーブル */

.past-table-wrap{
	border: 1px solid #ddd;

}

#past-table .item{
	width: 100%;
}

.item-inner{
	display: flex;
	background-color: #fff;
	border-top: 1px solid #7a7a7a;
}

#past-table h3{
	font-weight: 500;
	font-weight: normal;
	font-size: 1.6rem;
}
#past-table strong{
	font-weight: 500;
	font-weight: normal;
}
#past-table .item-head{
	background: #efefef;
	text-align: center;
	/* border-bottom: 1px solid #6c6c6c; */
}
.item-inner > *{
	padding: 1rem;
	line-height: 1.4;
	font-weight: normal;
}

.item .type{
	width: 14%;
}
.item .name{
	width: 15%;
}
.item .place{
	width: 7%;
}
.item .member{
	width: 15%;
}
.item .nendo{
	width: 10%;
}
.item .kadai{
	width: 24%;
}
.item .shien{
	width: 20%;
}


.item .type span,
.item .kadai span,
.item .shien span{
	display: inline-block;
	padding-right: 1.5rem;
}
.item .place span{
	display: block;
}
.item .type span:last-of-type,
.item .kadai span:last-of-type,
.item .shien span:last-of-type{
	padding-right: 0rem;
}

.item .sp-head{
	display: none;
}

.item .nendo a{
	text-decoration: underline;
	color: #004c81;
}

.item i{
	display: none;
}

.sp-item-trigger{
	display: flex;
	padding: 0;
}

.sp-item{
	display: none;
}


@media (max-width: 1080px) {
	.past-index.wrapper{
		max-width: 800px;
		margin: 0 auto;
	}
	#past-table .item-head{
		display: none;
	}
	.sp-item{
		display: flex;
	}
	.pc-item{
		display: none;
	}
	.item .sp-head{
	display: inline-block;
	width: 30%;
    background: #efefef;
    padding: 0.5rem;
    text-align: center;
	}
	#past-table .item-inner{
		flex-wrap: wrap;
		padding-bottom: 1rem;
	}
	.item .name{
		width: 100%;
		order: 1;
		padding-right: 3rem;
		position: relative;
	}
	.item .place{
		width: 30%;
		order: 2;
		padding: 0.5rem 0.5em;
		width: 10rem;
		background: #004c81;
		color: #fff;
		text-align: center;
		margin-left: 1rem;
	}
	.item .type{
		display: inline-block;
		order: 3;
		width: auto;
		padding: 0.5rem 0;
		margin-left: 1rem;

	}
	.item .member{
		width: 100%;
		order: 6;
	}
	.item .member span{
		position: relative;
		padding-left: 11rem;
		vertical-align: middle;
	}

	.item .member p{
		position: relative;
		padding-left: 11rem;
	}
	.item .nendo{
		width: 100%;
		order: 5;
	}
	.item .nendo ul{
		position: relative;
		padding-left: 11rem;
		display: flex;
		flex-wrap: wrap;
	}
	.item .nendo ul li{
		margin-right: 5px;
    	width: 35%;
	}
	.item .nendo ul li:last-child{
		margin-right: 0;
	}


	.item .nendo a{
		vertical-align: middle;
	}
	.item .kadai{
		width: 100%;
		order: 7;
	}
	.item .kadai p{
		position: relative;
		padding-left: 11rem;
	}


	.item .shien{
		width: 100%;
		order: 8;
	}
	.item .shien p{
		position: relative;
		padding-left: 11rem;
	}

	.item .inn{
		display: none;
	}
	.item i{
		width: 10rem;
		text-align: center;
		background: #efefef;
		padding: 0.5rem;
		display: inline-block;
		margin-right: 1rem;
		position: absolute;
		display: none;
	}
	.item .nendo i {
		display: block !important;
	}
	.item .name::after {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		border-top: 1px solid #666;
		border-left: 1px solid #666;
		transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		position: absolute;
		right: 1rem;
		top: 1.5rem;
		transition: all .3s;
	}

	.item .open.name::after {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transition: all .3s;
	}

}


@media (max-width: 600px) {
	.lead-box {
		font-size: 1.6rem;
		padding: 4rem 0;
	}
	.article-mv h2 img{
		max-height: 25px;
	}
	.article-mv h2 {
		margin-left: 0;
	}


}
