@charset "utf-8";
/* CSS Document */

.page-title-line {
	background: #000;
	width: 100%;
	padding: 60px 0;
	color: #fff;
}

.line-add {
	display: flex !important;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.line-add .img, .line-add .txt {
	display: block !important;
}
.content-static.membership .page-title-membership p {
	line-height: 1.5;
}
.content-static.membership .page-title-membership .inner > .img {
	padding: 0;
}
.line-add .img {
	width: 160px !important;
	padding: 0 20px !important;
	margin-left: 60px;
}

.content-static.membership .page-title-membership .inner > .txt {
	padding-left: 60px;
}

.line-signup {}
		
.linebox-wrap {
	box-sizing: border-box;
	width: 475px;
	border: 1px #000 solid;
	padding: 30px;
	display: inline-flex;
	line-height: 1.6;
	justify-content: space-between;
	align-items:center;
	height: 180px;
	vertical-align: top;
}
		
.linebox-wrap .txt p {
	margin-bottom: 15px;
}

.linebox-wrap .txt p.notes {
	font-size: 80%;
}

.linebox-wrap:first-of-type {
	margin-right: 20px;
}

.bracket {
	margin-left: -.6em;
}

.box-wrap-line {
	display: flex;
	justify-content: space-between;
}

@media print, screen and (max-width:48em){
	
	.content-static.membership .page-title-membership .inner > .txt {
		width: auto;
		padding: 0;
	}
	
	.line-add {
	justify-content: space-around;
	}
	
	.linebox-wrap {
		width: 100%;
		padding: 15px;
		height: auto;
	}
	
	.pckata {
		align-items: flex-start;
	}
	
	.linebox-wrap .txt p {
	margin-bottom: 5px;
		font-size: 12px;
}
	.linebox-wrap .line-btn {
		max-width: 110px;
	}
	
	.linebox-wrap .txt .line-btn img {
		width: 100%;
	}
	
	.line-add .img {
	width: 20% !important;
		padding: 0 !important;
		margin-left: 0;
		margin-right: 10px;
}
	.line-add .img img {
	width: 100%;
}
	.linebox-wrap:first-of-type {
	margin-right: 0;
		margin-bottom: 20px;
}
	.ttl-border {
		font-size: 19px;
	}
	
	.box-wrap-line {
		flex-direction: column;
}
}
