.container-fluid {
	max-width: 980px;
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#footerCommon {
	margin-top: 5rem;
	font-size: 80%;
}
#footerCommon .footer-info {
	/* ::: 2021.06.08 [岡山CLUES] ヘッダー・フッター Del Start yanxin.zhao */
	/* border-top: 4px solid #c9c9c9; */
	/* background-color: #ddd; */
	/* ::: 2021.06.08 [岡山CLUES] ヘッダー・フッター Del End yanxin.zhao */
	/* ::: 2021.06.08 [岡山CLUES] ヘッダー・フッター Add Start yanxin.zhao */
	border-top: 1px solid #000000;
	background-color: transparent;
	/* ::: 2021.06.08 [岡山CLUES] ヘッダー・フッター Add End yanxin.zhao */
}
#footerCommon .footer-info > div {
	position: relative;
}
#footerCommon .footer-info > div .top-link {
	width:200px !important;
	position: absolute;
	right: 30px;
	top: -2.5rem;
	width: 10rem;
	max-width: calc(100% - 3rem);
	margin: 0;
}
#footerCommon .footer-info > div .top-link a {
	font-family:Meiryo;
	font-size:14px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 2.5rem;
	border-radius: 10px 10px 0 0;
	/* ::: 2021.06.08 [岡山CLUES] ヘッダー・フッター Del Start yanxin.zhao */
	/* background-color: #c9c9c9; */
	/* ::: 2021.06.08 [岡山CLUES] ヘッダー・フッター Del End yanxin.zhao */
	/* ::: 2021.06.08 [岡山CLUES] ヘッダー・フッター Add Start yanxin.zhao */
	background-color: transparent;
	/* ::: 2021.06.08 [岡山CLUES] ヘッダー・フッター Add End yanxin.zhao */
	color: #4c4c4c;
	font-weight: bold;
	text-decoration: none;
}
#footerCommon .footer-info > div .top-link a::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	/* ::: 2021.06.08 [岡山CLUES] ヘッダー・フッター Del Start yanxin.zhao */
	/* border: 5px solid;
	border-color: #646464 #646464 transparent transparent; */
	/* ::: 2021.06.08 [岡山CLUES] ヘッダー・フッター Del End yanxin.zhao */
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	margin-top: 10px;
	/* ::: 2021.06.11 [岡山CLUES] ヘッダー・フッター Del Start yanxin.zhao */
	/* margin-right: 20px; */
	/* ::: 2021.06.11 [岡山CLUES] ヘッダー・フッター Del End yanxin.zhao */
	/* ::: 2021.06.11 [岡山CLUES] ヘッダー・フッター Add Start yanxin.zhao */
	margin-right: 70px;
	/* ::: 2021.06.11 [岡山CLUES] ヘッダー・フッター Add End yanxin.zhao */
	box-sizing: border-box;
}
#footerCommon .footer-info > div .top-link a:hover, #footerCommon .footer-info > div .top-link a:focus {
	/* ::: 2021.06.08 [岡山CLUES] ヘッダー・フッター Del Start yanxin.zhao */
	/* background-color: #d8d8d8; */
	/* ::: 2021.06.08 [岡山CLUES] ヘッダー・フッター Del End yanxin.zhao */
	/* ::: 2021.06.08 [岡山CLUES] ヘッダー・フッター Add Start yanxin.zhao */
	background-color: transparent;
	/* ::: 2021.06.08 [岡山CLUES] ヘッダー・フッター Add End yanxin.zhao */
}
#footerCommon .footer-info > div p {
	font-family:Meiryo;
	font-size:12px;
	text-align: center;
	margin: 0;
	padding: 20px 0;
	letter-spacing: 0.15rem;
}
#footerCommon .copyright {
	font-family:Meiryo;
	font-size:11.2px;
	background-color: #376092;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	letter-spacing: 0.15rem;
}

header, footer {
    flex-shrink: 0;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.br-2 {
	display: block;
}
