/*col*/
	.block_lg_5{
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	@media(min-width: 992px){
		.block_lg_5{
			-ms-flex: 0 0 20%;
			flex: 0 0 20%;
			max-width: 20%;
		}
	}
	
/*font-size*/
	.fsize_1rem{
		font-size: 1rem;
	}
/*shadow*/
	.shadow_lv1{
		box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	}

/*rounded*/
	.rounded_lv1{
		border-radius: 0.125rem;
	}
	.rounded_lv2{
		border-radius: 0.25rem;
	}
	.rounded_lv3{
		border-radius: 0.5rem;
	}
	.rounded_lv4{
		border-radius: 1rem;
	}
	.rounded_lv5{
		border-radius: 1.5rem;
	}

/*bootstrap*/
	.modal-title {
		font-size: 1.35rem;
	}
