/**
Theme Name: JIN:R child
Template: jinr
Author: CROOVER Inc.
Author URI: https://croover.co.jp
Version: 1.00
*/
@media (min-width: 670px) {
.fixed_line {
	position: fixed;
	bottom: 17%;
	z-index: 9999;
	right: 1%;
}
.cv_line123 img {
	width: 35%;
	text-align: end;
	margin: 0 0 0 auto;
}
.fixed_mail {
	position: fixed;
	bottom: 1%;
	right: 1%;
	z-index: 999;
}
.cv_mail123 img {
	width: 35%;
	text-align: end;
	margin: 0 0 0 auto;
}
}


@media (max-width: 670px) {
.flex_cv {
	display: flex;
	position: fixed;
	bottom: 0;
	z-index: 999;
}
#commonFooter {
	padding-bottom: 5em;
}
}