@charset "utf-8";
/*------------------------------------------------------------
	モーダル（LINE相談）
------------------------------------------------------------*/
.popup_wrap input {
	display: none;
}
.popup_overlay {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.5s, transform 0s 0.5s, visibility 0s 0.5s;
	transform: scale(0);
}
.popup_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}
.popup_content {
	position: relative;
	align-self: center;
	width: 90%;
	max-width: 520px;
	padding: 45px 35px 35px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.6;
	transition: 0.5s;
}
.close_btn {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 30px;
	cursor: pointer;
}
.popup_wrap input:checked ~ .popup_overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: scale(1);
	transition: opacity 0.5s, visibility 0s;
}
.open_btn {
	cursor: pointer;
}
.line_popup_content h3 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.line_popup_content p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 15px;
}
.line_popup_content .comBtn {
	margin-top: 25px;
}
#gHeader .btnUl .open_btn {
	padding: 5px 36px 5px 18px;
	color: #fff;
	height: 40px;
	font-weight: bold;
	font-size: 1.4rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #00afe6 url(../img/common/icon05.png) no-repeat right 16px center;
	background-size: 8px auto;
	border-radius: 25px;
	overflow: hidden;
	letter-spacing: 0.1em;
}
#gHeader .btnUl .open_btn .inner {
	width: 100%;
	display: block;
}
#gHeader .btnUl .open_btn img {
	margin: -3px 9px 0 0;
	width: 17px;
	display: inline-block;
	vertical-align: middle;
}
#gHeader .btnUl .btn03 .open_btn {
	background-color: #00bc00;
}
@media screen and (min-width: 897px) {
	#gHeader .btnUl .open_btn:hover {
		opacity: 0.7;
	}
}
.comBox .imgBox .comBtn .open_btn {
	margin: 0 auto;
	width: 100%;
	max-width: 380px;
	height: 60px;
	display: flex;
	font-weight: bold;
	font-size: 1.8rem;
	justify-content: center;
	text-align: center;
	align-items: center;
	border: 2px solid #000;
	border-radius: 50px;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	background-color: #fff;
}
.comBox .imgBox .comBtn .open_btn img {
	margin: -4px 9px 0 -14px;
	width: 23px;
	display: inline-block;
	vertical-align: middle;
}
.comBox .imgBox .comBtn .open_btn span {
	padding: 0 22px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	white-space: nowrap;
}
.comBox .imgBox .comBtn .open_btn span::after {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(../img/common/icon06.png) no-repeat left top/100% 100%;
	content: "";
}
.comBox .imgBox .comBtn .btn03 .open_btn {
	background-color: #00bc00;
	color: #fff;
	border-color: #fff;
}
.comBox .imgBox .comBtn .btn03 .open_btn span::after {
	background-image: url(../img/common/icon08.png);
}
@media screen and (max-width: 896px) {
	.comBox .imgBox .comBtn .open_btn {
		margin: 0 auto;
		max-width: 276px;
	}
	.comBox .imgBox .comBtn .open_btn img {
		margin: -3px 5px 0 -12px;
		width: 21px;
	}
}
.comBtnUl .open_btn {
	padding: 5px 0 10px;
	color: #fff;
	height: 60px;
	font-weight: bold;
	font-size: 1.2rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #00afe6;
	border-radius: 15px;
	overflow: hidden;
	letter-spacing: 0.1em;
	line-height: 1;
	width: 100%;
}
.comBtnUl .open_btn .inner {
	width: 100%;
	display: block;
}
.comBtnUl .open_btn img {
	margin-bottom: 3px;
	width: 16px;
	display: inline-block;
	vertical-align: top;
}
.comBtnUl .btn03 .open_btn {
	background-color: #00bc00;
}
@media screen and (max-width: 896px) {
	.line_popup_content {
		padding: 40px 20px 25px;
	}
	.line_popup_content h3 {
		font-size: 1.5rem;
	}
	.line_popup_content p {
		font-size: 1.3rem;
	}
}
