/* 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: 3rem;
    padding: 1rem !important;
    font-size: 1rem;
    background: #004c81;
	box-shadow: 0 0 8px #7d7d7d;
    color: #fff;
    right: 0;
    top: 250px;
    font-weight: 600;
    transition: .1s all;
    line-height: 1.15;
    z-index: 10;
	cursor: pointer;

}
#side-trigger u{
	vertical-align: sub;
	padding: 5px 5px 0 0;
}
#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: 1.6rem;
	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: 1rem;
    color: #fff !important;
	font-weight: bold;
    cursor: pointer;
	margin-left: 15px;
	white-space: nowrap;
}

#search-reset{
    border: 2px solid #004c81;
    padding: 1rem;
    font-size: 1rem;
    color: #004c81;
    background: transparent;
	cursor: pointer;
	width: 41%;
	white-space: nowrap;
}

/* 検索ボタン */
.search-wrap h3{
	font-size: 1.2rem;
	padding: 0!important;
	position: relative;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	border-bottom: 1px solid #cccccc;
	border-left: none!important;
}
.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: 0.9rem;
	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: 3.3rem;
		padding: 2rem 1rem;
		font-size: 1.4rem;
		text-align: center;
		top: 250px;
		opacity: .8;
	}
	#side-trigger .icon img {
		max-width: 20px;
		margin-right: 6px;
	}
	#side-trigger u {
    padding: 2px;
}

	#search-button,
	#search-reset {
		font-size: 1rem;
		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;
	font-feature-settings: "palt";

}#past-table {
	padding: 10px 15px 10px 15px!important;
}
#past-table .item{
	width: 100%;
	font-size: 0.9em;
}

.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: 0.5rem;
	line-height: 1.4;
	font-weight: normal;
}

#past-table .item-head{

}
#past-table-inner p{
	padding-left: 0;
	font-size: 0.9em;
}
.item .number{
	width: 5%;
}
.item .title{
	flex: 1;
}

.item .syutai{
	width: 22%;
}
.item .bunya{
	width: 11%;
}
.item .area{
	width: 6%;
}
.item .after{
	width: 4rem;
	flex-shrink: 0;
}
.item .point{
	width: 10%;
}
.item .step{
	width: 8%;
}
.item .number p,
.item .after span {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.item .bunya span,
.item .point span,
.item .step span{
	display: inline-block;
	padding-right: 1.5rem;
}
.item .syutai span{
	display: block;
}
.item .bunya span:last-of-type,
.item .point span:last-of-type,
.item .step span:last-of-type{
	padding-right: 0rem;
}

.item .sp-head{
	display: none;
}

.item .number 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: 0.5rem;
	}
	.item span {
		padding-top: 4px;
	}
	.item .area{
		width: 30%;
		order: 2;
		padding: 0.5rem 0.5em;
		width: 10rem;
		background: #004c81;
		color: #fff;
		text-align: center;
		margin-left: 1rem;
		position: relative;
	}
	.item .syutai{
		width: 100%;
		order: 4;
		padding: 0.5rem 0.5rem 0.5rem 0;
		margin-left: 1rem;
	}
	.item .bunya{
		display: inline-block;
		order: 3;
		width: auto;
		padding: 0.5rem 0;
		margin-left: 1rem;
	}

	.item .number{
		width: 100%;
		order: 1;
		position: relative;
		padding-right: 3rem;
	}
	.item .number ul{
		position: relative;
		padding-left: 11rem;
		display: flex;
		flex-wrap: wrap;
	}
	.item .number ul li{
		margin-right: 10px;
	}
	.item .number ul li:last-child{
		margin-right: 0;
	}


	.item .number a{
		vertical-align: middle;
	}

	.item .title {
		flex: initial;
		display: inline-block;
		order: 5;
		width: auto;
		padding: 0;
		margin-left: 1rem;
	}

	.item .title span{
		position: relative;
		vertical-align: middle;
	}

	.item .after{
		width: 100%;
		flex-shrink: initial;
		order: 8;
	}
	.item .after p{
		position: relative;
		padding-left: 11rem;
	}
	.item .after.empty{
		padding-bottom: 1.5rem;
	}
	.item .after span{
		display: inline;
		padding-left: 11.5rem;
		font-size: 14px;
	}
	.item .point{
		width: 100%;
		order: 6;
	}
	.item .point p{
		position: relative;
		padding-left: 11rem;
	}
	.item .point span{
		position: relative;
		padding-left: 11rem;
		font-size: 14px;
	}

	.item .step{
		width: 100%;
		order: 7;
	}
	.item .step p{
		position: relative;
		padding-left: 11rem;
	}
	.item .step span{
		position: relative;
		padding-left: 11rem;
		font-size: 14px;
	}



	.item .inn{
		display: none;
		margin-left: 6px;
	}
	.item i{
		width: 10rem;
		text-align: center;
		background: #efefef;
		padding: 0.5rem;
		display: inline-block;
		margin-right: 1rem;
		position: absolute;
		display: none;
	}
	.item .number i {
		display: block !important;
	}
	.item .number::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.area::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;
	}


}


/* 事例集ページ */
.jireisyu img.mv {
	margin-left: -15px;
        max-width: 1020px;
}
.jireisyu h1 {
	display: none !important;
}
.jireisyu .read {
	display: flex;
	justify-content: space-around;
	margin: 40px 0;
}
.jireisyu .read img {
	width: 30%;
}
.jireisyu .read .read-t {
	width: 60%;
}
.jireisyu .read .read-t p {
	padding: 0!important;
	line-height: 2;
}
.jireisyu .read .read-t #jirei-m {
	font-weight: bold;
	border-left: none;
	margin: 0 0 24px!important;
	padding: 0;
	background: none;
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
}
.jireisyu ul.btn_list {
	display: block;
}
.jireisyu ul.btn_list a {
	background: none!important;
	color: #242424;
}
.jireisyu ul.btn_list a:hover {
	list-style: none;
	text-decoration: none;
}
.btn_link:hover .btn_title {
  color: #235fb0;
}
.jireisyu ul.btn_list a p {
	line-height: 64px;
}
#f-contents02 ul.btn_list li {
	border-bottom: none;
}
#f-contents02 ul.btn_list li a{
	padding: 0!important;
}
#f-contents02 ul.btn_list li a[href$=".pdf"] {
	/* background-color: #242424; */
	border: solid 1px #ccc;
}
.jireisyu  .btn_iconRight::before {
	background-image: url(../images/icon_right_round_blue.png);
}
.jireisyu  .btn_iconRight::after {
	background-image: url(../images/icon_right_roundfill_blue.png);
}
.btn_link:hover::before {
  box-shadow: inset 0 0 0 2px #235fb0;
}

.jireisyu ul.btn_list li a[href$=".pdf"]:before {
	display: none!important;
}
#f-contents02 ul.btn_list li a[href$=".pdf"]:hover {
    box-shadow: inset 0 0 0 2px #235fb0!important;
}
.jireisyu .accordion-box h4{
	color: #235fb0;
}
.jireisyu .accordion-box {
	position: relative;
}
.jireisyu .accordion-box label {
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	width: 100%;

	/* 以下グラデーションは「背景が白」に併せて設定しています */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.jireisyu .accordion-box input:checked + label {
	background: inherit; /* 開いた時には背景グラデーションを消す */
}
.jireisyu .accordion-box label:after {
	content: "続きをよむ"; /* ラベルの文字 */
	letter-spacing: .05em;
	line-height: 2.55rem;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #fff;
	background-color: #414141;
	width: 18.75rem;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.jireisyu .accordion-box label:before {
	content: "↓";
	font-weight: 700;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translate(-140px, 0);
	transform: translate(-140px, 0);
	background-color: #fff;
	z-index: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.jireisyu .accordion-box input {
	display: none;
}
.accordion-box .accordion-container {
	overflow: hidden;
	max-height: 200px; /* 開く前に見えている部分の高さ */
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
    transition: max-height 0.8s ease;
}


.jireisyu .accordion-box input:checked + label {
	/* display: none ; 閉じるボタンは要らないとき */
}
.jireisyu .accordion-box input:checked + label:after {
	content: "閉じる";
}
.jireisyu .accordion-box input:checked + label:before {
	content: "↑";
}
.jireisyu .accordion-box input:checked ~ .accordion-container {
    max-height: 5000px; /* 十分に大きい値を指定 */
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
    transition: max-height 0.8s ease;
}

.jirei-page h1 {
	background-color: #fff!important;
	color: #235fb0!important;
	border: solid 1px #aeaeae;
    border-radius: 100px;
	border-bottom: 3px solid #929292!important;
	color: #242424!important;
}
.jirei-page h1::after {
	display: none!important;
}
.jirei-page img.mv {
	margin-left: -15px;
    max-width: 1020px;
}
.jirei-page #comments {
	padding-left: 0;
	font-weight: 600;
	color: #e5322d;
}
.jirei-page .search {
	background-color: #004c81;
	color: #fff;
	padding: 0.3em 0.5em 0.2em;
	margin-left: 4px;
}
.jirei-page .search img {
	width: 20px;
	padding-bottom: 3px;
}
@media (max-width: 1049px) {
	.jirei-page #comments img {
		width: 20px;
	}
}
@media (max-width: 600px) {
	.jirei-page #comments {
		font-size: 1em;
	}
	#side-trigger {
		width: 3rem;
		font-size: 1em;
	}
}