/* =========================================================
	下固定バナー
	プレフィックス：bfb（bazubu-fixed-banner）
========================================================= */

/* PC表示
--------------------------------------------------------- */

/* テキストエリア＋ボタン */
.bfb-common-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	display: block;
	z-index: 9999;
}

@media screen and (max-width: 767px) {
	.bfb-common-cta {
		display: block;
	}
}

.bfb-common-cta .bfb-cta-wrap {
	position: relative;
}

.bfb-common-cta .bfb-cta-wrap .bfb-contact {
	overflow: hidden;
	max-width: 720px;
	margin: 8px auto;
}

@media screen and (max-width: 767px) {
	.bfb-common-cta .bfb-cta-wrap .bfb-contact {
		width: 100%;
		padding: 0 8px;
	}
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-left {
	float: none;
}

@media screen and (max-width: 767px) {
	.bfb-common-cta .bfb-cta-wrap .bfb-cta-left {
		width: 100%;
		float: none;
		text-align: center;
	}
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-left .bfb-cta-text span {
	color: #000;
	font-size: 15px;
	letter-spacing: 1.5px;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right {
	float: none;
	max-width: 720px;
	width: 100%;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right {
		float: none;
		margin: auto;
		width: 80%;
	}
}

@media screen and (max-width: 320px) {
	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button {
		margin: 0 auto 0;
	}
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button{
	display: flex;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a,
.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button button{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 18px 24px;
	background-color: #f3a000;
	box-shadow: 0 6px 0 #eb8500;
	-moz-box-shadow:0 6px 0 #eb8500;
	-webkit-box-shadow:0 6px 0 #eb8500;
	text-decoration: none;
	position: relative;
	width: calc((100% - 20px) /2 )
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button button{
	margin-right: 20px;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button button.remove{
	background: #fff;
    color: #f3a000;
}

.archive .site-content .site-main article .link-more .btn-request .content-list button.remove:before{
	background: url(../images/before-file-yellow.png) no-repeat center;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color{
	box-shadow: 0 6px 0 #e02727;
	background-color: #e02727;
	font-size: 14px;
	position: relative;
	padding-right: 69px;
  padding-top: 17px;
  line-height: 18px;
  padding-bottom: 7px;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color b{
	position: absolute;
	right: 20px;
	top:19px;
	background: #fff;
	width: 42px;
	line-height: 32px;
	border-radius: 4px;
	text-align:center;
	color: #e02727;
	font-size: 16px;
	font-weight: bold;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button button:before,
.bfb-common-cta-sp .bfb-cta-button a:before{
	content: '\f15c';
	font-family: "FontAwesome";
	margin-right: 10px;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color-checked:before{
	content:'チェック済み';
	position: absolute;
	color: #2c2a2a;
	font-size: 10px;
	line-height: 16px;
	padding: 0;
	background: #ead41c;
	width: 70px;
	text-align:center;
	top:0;
	left: 0;
}

@media screen and (max-width: 767px) {
	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a {
		padding: 6px 8px;
	}
	.bfb-common-cta-sp .bfb-cta-button a {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		display: block;
		padding: 18px 24px;
		background-color: #f3a000;
		text-decoration: none;
		position: relative;
		width: calc((100% - 16px) / 2);
		position: relative;
	}

	.bfb-common-cta-sp .bfb-cta-button a.yellow-color{
		margin-right: 20px;
	}

	.bfb-common-cta-sp .bfb-cta-button a.red-color{
		background-color: #e02727;
		font-size: 14px;
		position: relative;
		padding-right: 69px;
	    padding-top: 15px;
	    padding-bottom: 7px;
	}

	.bfb-common-cta-sp .bfb-cta-button a.red-color-checked:before{
		content:'チェック済み';
		position: absolute;
		color: #2c2a2a;
		font-size: 10px;
		line-height: 16px;
		padding: 0;
		background: #ead41c;
		width: 70px;
		text-align:center;
		top:0;
		left: 0;
	}

	.bfb-common-cta-sp .bfb-cta-button a.red-color-checked b{
		position: absolute;
		right: 16px;
		top:19px;
		background: #fff;
		width: 42px;
		line-height: 32px;
		border-radius: 4px;
		text-align:center;
		color: #e02727;
		font-size: 16px;
		font-weight: bold;
	}
	.bfb-common-cta-sp .bfb-cta-button{
		padding: 8px 16px 10px;
		background: rgba(0, 0, 0, 0.8);
		display: flex;
	}
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a .fa {
	margin-left: 8px;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a:hover,
.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button button:hover {
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-o-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
	filter: brightness(1.2);
}

/* スマホ表示
--------------------------------------------------------- */
.bfb-common-cta-sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.bfb-common-cta-sp {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}
}

.bfb-common-cta-sp img {
	/* width: 100%; */
}

/* 閉じるボタン
--------------------------------------------------------- */
.bfb-common-cta .bfb-close-cta,
.bfb-common-cta-sp .bfb-close-cta {
	position: absolute;
	padding: 2px 0;
	border-radius: 3px;
	width: 30px;
	text-align: center;
	top: -10px;
	left: 10px;
}

.bfb-common-cta-sp .bfb-close-cta {
	top: 0;
}

.bfb-common-cta .bfb-close-cta .fa,
.bfb-common-cta-sp .bfb-close-cta .fa {
	color: #fff;
}

/* SNSボタン
--------------------------------------------------------- */
.bfb-common-cta-sp .SnsShareButtons__buttonWrapper{
	padding:6px 0 0;
	display:flex;
	justify-content: space-around;
	background: rgba(255, 255, 255, 0.8);
}
.bfb-common-cta-sp .SnsShareButtons__buttonWrapper__button {
	border: 0;
}
.bfb-common-cta-sp .SnsShareButtons:before {
	content: none;
}

.bfb-common-cta-sp .SnsShareButtons__buttonWrapper {
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.bfb-common-cta-sp img {
	min-width: 24px;
}
.bfb-common-cta-sp .LineShareButton {
	width: 25px;
}
.bfb-common-cta-sp .TwitterShareButton{
	margin-top:-4px;
}

@media screen and (max-width: 640px) {

	.bfb-common-cta-sp .bfb-cta-button a{
		font-size: 14px;
		padding: 18px 12px 12px;
	}
	.bfb-common-cta-sp .bfb-cta-button a.red-color{
		font-size: 11px;
		padding-right: 46px;
	}

	.bfb-common-cta-sp .bfb-cta-button a.red-color b{
		font-size: 12px;
		width: 30px;
		line-height: 24px;
		top:11px;
	}
}

@media screen and (max-width: 480px) {
	.bfb-common-cta-sp .bfb-cta-button{
		display: block;
	}

	.bfb-common-cta-sp .bfb-cta-button a{
		width: 100%;
		max-width: 375px;
		font-size: 14px;
		padding: 12px;
	}

	.bfb-common-cta-sp .bfb-cta-button a.yellow-color{
		margin-right: 0;
		margin-bottom: 8px;
	}

	.bfb-common-cta-sp .bfb-cta-button a.red-color{
		padding-left: 55px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
}

.post-type-archive-school .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button,
.archive[class*="tax-"] .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button{
	display: block;
	text-align: center;
}

.post-type-archive-school .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a,
.archive[class*="tax-"] .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a{
	display: inline-block;
	margin: 0;
}
.post-type-archive-school .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color:before,
.archive[class*="tax-"] .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color:before{
	/*content:none;*/
}

.post-type-archive-school .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color,
.archive[class*="tax-"] .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color{
	font-size: 16px;
	line-height: 20px;
	padding:12px 60px 12px 12px !important
}

.archive[class*="tax-"] .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color{
	font-size: 16px;
	line-height: 20px;
}
@media screen and (max-width: 374px) {
	.archive[class*="tax-"] .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color{
		font-size: 13px;
	}
}

.post-type-archive-school .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color b,
.archive[class*="tax-"] .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color b{
	right: 16px;
}

@media screen and (max-width: 767px) {
	.post-type-archive-school .bfb-common-cta-sp .bfb-cta-button,
	.archive[class*="tax-"] .bfb-common-cta-sp .bfb-cta-button{
		display: block;
		text-align:center;
	}

	.post-type-archive-school .bfb-common-cta-sp .bfb-cta-button a,
	.archive[class*="tax-"] .bfb-common-cta-sp .bfb-cta-button a{
		display: inline-block;
		padding-left: 20px;
	    padding-top: 6px;
	    padding-bottom: 6px;
	    font-size: 11px;
    	padding-right: 46px;
    	max-width: 350px;
    	width: 100%;
	}

	.post-type-archive-school .bfb-common-cta-sp .bfb-cta-button a.red-color b,
	.archive[class*="tax-"] .bfb-common-cta-sp .bfb-cta-button a.red-color b{
		font-size: 12px;
	    width: 30px;
	    line-height: 24px;
	    top: 11px;
	}

	.post-type-archive-school .bfb-common-cta-sp .bfb-cta-button a.red-color:before,
	.archive[class*="tax-"] .bfb-common-cta-sp .bfb-cta-button a.red-color:before{
		content:none;
	}

	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right{
		width: 100%;
	}

	.post-type-archive-school .bfb-common-cta-sp .bfb-cta-button a.red-color,
	body[class^="tax-"] .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color{
		width: 100%;
		max-width: 350px;
		font-size: 14px;
		padding-right: 75px;
	}

	.post-type-archive-school .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color b, 
	.archive[class*="tax-"] .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color b{
		right: 16px;
	}

	.post-type-archive-school .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button, 
	.archive[class*="tax-"] .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button{
		margin-top: 0;
	}

	.bfb-common-cta .bfb-cta-wrap .bfb-contact{
		max-width: 100%;
	}

	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color b{
		right:16px;
	}

	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color{
		padding-left: 68px;
	}

	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a, 
	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button button,
	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color{
		font-size: 	14px;
	}

	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color{
		padding-left: 	45px;
		padding-right: 	50px;
		/*padding-top: 	12px;*/
	}

	.archive[class*="tax-"] .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color{
		font-size: 	14px;
		max-width: 	350px;
		width: 	100%;
		padding: 12px 60px 8px 12px!important;
	}

	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color b{
		top: 9px;
    right: 8px;
    font-size: 14px;
	}

	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button{
		display: 	block;
		text-align: center;
	}

	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a, 
	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button button, 
	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color{
		margin:0 auto;
	}

	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button button{
		margin-bottom: 	10px;
		-webkit-box-shadow: 	none;
		        box-shadow: 	none;
		padding: 19px 24px;
	}

}

@media screen and (max-width: 680px) {
	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color{
		padding-left: 10px;
	}
}

@media screen and (max-width: 560px) {
	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button{
		display: block;
		text-align:center;
		margin-top: 0;
	}

	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a, 
	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button button{
		display: inline-block;
		margin: 0;
		margin-bottom: 6px;
		width: 100%;
		box-shadow: none;
		max-width: 350px;

	}

	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a{
		margin-bottom: 6px;
	}

	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a, 
	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button button{
		font-size:15px;
		padding: 14px 24px;
	}

	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a{
		margin-bottom: 0;
	}

	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color{
		padding-left: 50px;
		padding-top: 8.5px;
    box-shadow: none;
    height: auto;
    padding-right: 50px;
	}

	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color b{
		top:9px;
		right: 8px;
		font-size: 14px;
	}

	.post-type-archive-school .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color b, 
	.archive[class*="tax-"] .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color b {
		top: 9px;
    right: 10px;
    font-size: 14px;
	}

	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color-checked:before{
		width: 64px;
		font-size:9px;
	}

	.post-type-archive-school .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color, 
	.archive[class*="tax-"] .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color{
    box-shadow: none;
    height: auto;
    padding: 8.5px 50px 7px !important;
    font-size: 14px;
    line-height: 18px;
	}
}

@media screen and (max-width: 374px){
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color,
  .post-type-archive-school .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color,
  .archive[class*="tax-"] .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color{
    padding-left: 4px !important;
    padding-top: 9.5px !important;
    padding-bottom: 6px !important;
  }

  .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color-checked:before,
  .post-type-archive-school .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color:before,
  .archive[class*="tax-"] .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a.red-color:before{
    width: 55px;
    font-size: 7px;
    line-height: 9px;
  }
}

/* 未契約 */
.bfb-common-cta.uncontracted .bfb-cta-wrap .bfb-cta-right .bfb-cta-button .left-text{
	text-align: center;
	font-size: 14px;
	color: #fff;
	display: flex;
    flex-direction: column;
    justify-content: center;
	margin-right: 20px;
}

@media screen and (max-width: 767px){
	.bfb-common-cta.uncontracted .bfb-cta-wrap .bfb-cta-right .bfb-cta-button .left-text{
		margin-right: 0;
		margin-bottom: 5px;
	}
}

.bfb-common-cta.uncontracted .bfb-cta-wrap .bfb-cta-right .bfb-cta-button .left-text span{
	font-size: 16px;
	color: #EBB808;;
}

