.maxwidth920{max-width:920px;}

.title,.title-2{
	border-left:8px solid #616162;
	border-bottom:1px solid #616162;
	font-size: 1.2rem;
	font-weight: bold;
	padding-left:8px;
}

.title{margin-bottom:1.2rem;}
.title-2{
	border-left:0;
	margin-bottom:1.6rem;
}

.form-group{width: 100%}

.page-breadcrumb{margin-bottom:2rem;}

.content-box{transition: all .5s ease-out;}
.content-box:hover{
	filter: brightness(2);
	cursor:pointer;
	transform: scale(1.05);
	transition: all .5s ease-out;
}

.content-box .inner{
	display: flex;
	flex-direction: column;
	text-align:center;
}

.content-box .inner i{font-size: 3rem}

.txt-nowrap{white-space: nowrap;}

/* ボタン群 */
.control-wrap {
    position: sticky;
    bottom: 0;
    padding:1.4rem 0;
    background:rgba(0,0,0,0.5);
}

.btn-row{
	display: flex;
	justify-content:center;
}
.btn-row:not(:last-child){margin-bottom:1.2rem}