@charset "UTF-8";

.module-header_simple {
	border-bottom: 1px solid #ccc;
}

.module-header_simple .-inner {
	width: 980px;
	margin: 0 auto;
}

.-logo {
	display: inline-block;
	vertical-align: middle;
	margin:10px 10px 10px 0 ;
	width: 288px;
}

main {
	letter-spacing: normal;
}

.module-header_simple {
	z-index: 1;
}

.main_visual{
	background: url(../../images/page/cp/lineconnect/bg_main_visual.png) repeat-x center top;
	background-size: auto;
	max-width: 980px;
	margin: 0 auto 4vw;
	position: relative;
}
.main_visual > .-inner{
	background: url(../../images/page/cp/lineconnect/present_box.png) no-repeat center top;
	background-size: 100% auto;
}

.main_visual .-information{
	background: #ffffff;
	border: 1px solid #ff6600;
	margin: 0 16%;
	padding: 20px;
}
.main_visual .-information .-title{
	display: flex;
	align-items: center;
	margin-bottom: 1vw;
}
.main_visual .-information .-title .-img{
	flex-shrink: 0;
	width: 18%;
}
.main_visual .-information .-title .-txt{
	color: #07308c;
	font-weight: 700;
	font-size: 3.2rem;
	flex-grow: 1;
}
.main_visual .-information .-column{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.main_visual .-information .-column .-img{
	border: 1px solid #dbdbdb;
	width: 40%;
	background: #fff9dd;
}
.main_visual .-information .-column .-txt{
	font-size: 2.2rem;
	width: 56%;
}

.main_visual .-information .-num_title{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 2vw;
}
.main_visual .-information .-num_title .-num{
	font-size: 3.4rem;
}

.main_visual .-note{
	font-weight: 700;
	font-size: 1.1rem;
	padding-top: 2vw;
}
.line_area {
	margin-bottom: 40px;
}

.line_area .-lead {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.3;
	margin-bottom: 4vw;
	text-align: center;
}

.line_area .-btn {
	text-align: center;
	/* width: 55%;
	max-width: 380px; */
	margin: 0 auto;
}

.line_btn {
	display: inline-flex;
	background: #00c300;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	border-radius: 6px;
	align-items: center;
	/* font-size: 1.3rem;
	font-weight: 700;
	border-radius: 4px;
	color: #ffffff;
	display: flex;
	align-items: center;
	height: 3em; */
}

.line_btn .-txt {
	padding: 15px 30px;
	/* text-align: center;
	flex-grow: 1; */
}

.line_btn:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #00e000;
	opacity: 0.8;
}

.line_btn:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #00b300;
}

footer .-inner{
	background: #f1b815;
	color: #ffffff;
	text-align: center;
}
