/*
Theme Name:CPR-G2(CHILD LIGHTNING)
Theme URI: https://www.compass-reach.jp/
Template: lightning
Description: 今橋製作所 コンパスリーチ事業部にて制作
Author: Imahashi-SS ComPass Reach
Tags: 
Version: 1.0.0
*/

.widget{
	margin-bottom:0px!important;
}

@media (min-width:992px){
	.footer_fixed_cv_btn:hover {
    	opacity: .7;
	}
	.footer_fixed_cv_btn{
		display: block;
		position: fixed;
		top: 300px;
		right: 0;
		margin: 0;
		z-index: 2525;
		color: #fff;
		background-color: #d96305!important;
		width: 40px;
		max-height:250px;
		margin-bottom:8px;
		text-align: center;
		border-radius: 7px 0 0 7px;
		padding: 1em 0.35em 1em 0.35em;
		font-size:16px;
		letter-spacing: 0.2em;
	}
	
	.footer_fixed_cv_btn i{
		padding-left: 0.22em;
	}
}

@media (max-width:991px){
	.footer_fixed_cv_btn:hover {
    	opacity: 1.0;
	}
	.page-header{
		min-height:12rem!important;
	}	
	.footer_fixed_cv_btn{
		display: block;
		position: fixed;
		opacity: .9;
		top: 300px;
		right: 0;
		margin: 0;
		z-index: 255;
		color: #fff;
		background-color: #d96305!important;
		width: 40px;
		max-height:250px;
		margin-bottom:8px;
		text-align: center;
		border-radius: 7px 0 0 7px;
		padding: 1em 0.35em 1em 0.35em;
		font-size:16px;
		letter-spacing: 0.2em;
	}
	.footer_fixed_cv_btn i{
		padding-left: 0.22em;
	}
}

.cpr-bold{
	font-weight:800!important;
}