@charset "utf-8";
/* CSS Document */

.biz-button-popup {
	font-size: 1.1em;
	font-weight: bold;
	color: rgb(0, 112, 192);
	border: none !important;
	background: #fff !important;
}
.biz-button-ya:before {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(../images/business/link_blue.jpg);
	background-size: contain;
	vertical-align: middle;
	/*margin-right: 10px;*/
	margin-top: -3px;
}
.biz-button-popup:hover {
	color: rgb(0, 191, 255);
}

.biz-modalScroll,
.biz-ScrollContent {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.biz-modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
}
.biz-modal_bg {
	background: rgba(0, 0, 0, 0.32);
	height: 100vh;
	position: absolute;
	width: 100%;
}

.biz-js-modal-close {
	color: #555;
}

.biz-modalScroll {
	background: #fff;
	width: 50vw;
	max-height: 800px;
	padding: 20px;
	border-radius: 20px;
}
.biz-modalScroll-1,
.biz-modalScroll-2 {
	height: 400px;
}
.biz-modalScroll-3 {
	height: 300px;
}
.biz-ScrollContent {
	overflow-y: scroll;
	width: 95%;
	border-radius: 20px;
}
.biz-ScrollContent-1,
.biz-ScrollContent-2 {
	height: 350px;
}
.biz-ScrollContent-3 {
	height: 250px;
}
::-webkit-scrollbar {
	border-radius: 10px;
	width: 10px;
}
::-webkit-scrollbar-thumb {
	background-color: #b6b6b6;
	border-radius: 10px;
}

.biz-modal_content h1,
.biz-modal_content {
	color: rgb(49, 49, 49);
	text-align: center;
	padding: 20px;
}

.biz-text {
	font-size: 1.0em;
	margin: 0;
	text-align: left;
}
.biz-text-1 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.biz-text-2 {
	margin-bottom: 10px;
}
.biz-text ul {
	list-style: circle !important;
	margin: 0 30px;
	line-height: 2;
}
.biz-text-3 {
	margin-top: 10px;
	padding-left:1em;
	text-indent:-1em;
}
.biz-popup-close {
	position: fixed;
	top: 10px;
	right: 10px;
}
.biz-popup-close a,
.biz-popup-close a:visited{
	color: rgb(0, 112, 192) !important;
	text-decoration: none;
	font-size: 1.5em;
}
/*******************
 * 事業案内
 ********************/
.biz-subtitle-soft-modal-1 {
	margin: 0 50px 0 0;
	font-size: 1.2em;
}

/*==605px以下の形状*/
@media screen and (max-width:605px){
	.biz-modalScroll {
		width: 95%;
	}
	.biz-modalScroll-1,
	.biz-modalScroll-2 {
		height: 450px;
	}
	.biz-modalScroll-3 {
		height: 300px;
	}
	.biz-ScrollContent-1,
	.biz-ScrollContent-2 {
		height: 400px;
	}
}
