@charset "utf-8";

/*
Theme Name: BioChromato recruitment.
Theme URI: https://www.bicr.co.jp/
Description: 株式会社バイオクロマトの採用サイトにて使用中のテーマです。
Version: 2022.04.22
Author: Tomocreations YU
Author URI: http://tomocre.com/
*/

/*-------------------------------------
　　外部CSS
-------------------------------------*/
@import "style/common.css";
@import "https://use.fontawesome.com/releases/v6.1.1/css/all.css";

.popup {
    display: none;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.show {
    position: fixed !important;
    justify-content: center;
    align-items: center;
	background: rgba(0,0,0,0.7);
}
.popupcontent{
    background: #fff;
    padding: 30px;
    width: 80%;
    top: 10%;
    left: 10%;
    position: absolute;
}
.poplink {
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
}
.poplink:hover {
	color: #D00;
}
#close {
	text-align: center;
}
#close a {
	cursor: pointer;
	bordder: 1ox solid #D00;
	display: inline-block;
	padding: 5px 10px;
}