@charset "UTF-8";
img { vertical-align:middle; max-width:100%; height:auto; -webkit-backface-visibility: hidden; }

body {
	padding-top: 0px;
	padding-bottom: 75px;
}
header {
	display:none;
}
.drawer-hamburger {
	display:none;
}
.drawer-nav {
	display:none;
}
#bread-list {
	display:none;
}
#side-contents {
	display:none;
}

.sec_main {
	width:100%;
	background:url(../images/lineworks/bg51.jpg) left top repeat;
	padding:0 0 30px;
	margin:0 0 50px;
}
.sec_main .main img {
	width:100%;
}

.sec_main .bnr {
	max-width:960px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	padding:0 10px;
	box-sizing:content-box;
}
.sec_main .bnr li {
	width:46.875%;
}
.sec_main .bnr li a {
	display:block;
	position:relative;;
	padding:0 0 30px;
}
.sec_main .bnr li a:after {
	content:"▼";
	font-size:18px;
	color:#00c834;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	transition: all 0.3s ease-in-out 0s;
}
.sec_main .bnr li a:hover:after {
	bottom:5px;
}
.sec_main .bnr li a img {
	transition: all 0.3s ease-in-out 0s;
}
.sec_main .bnr li a:hover img {
	opacity:0.7;
}
@media print, screen and (max-width: 767px) {
	.sec_main .bnr {
		display:block;
		max-width:450px;
	}
	.sec_main .bnr li {
		width:100%;
	}
	.sec_main .bnr li:first-child {
		margin:0 0 30px;
	}
}


#main-contents {
	font-size:1.6rem;
	width:100%;
	float:none;
}

h3 {
	padding:12px 0 12px 50px;
	border-top:2px solid #00c834;
	border-bottom:1px solid #00c834;
	font-size:2rem;
	font-weight:bold;
	box-sizing:border-box;
	position:relative;
}

h3:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:42px;
	background-size:100% auto;
	background-position: left center;
	background-repeat: no-repeat;
}
h3.t1:after {
	background-image:url(../images/lineworks/icon01.jpg);
}
h3.mov:after {
	background-image:url(../images/lineworks/mov_icon.jpg);
}
h3.price {
	padding:12px 0 12px 35px;
}
h3.price:after {
	content:"￥";
	font-size:3rem;
	padding:5px 0 0 0;
	color:#00c834;
}
h3.mail:after {
	background-image:url(../images/lineworks/mail_icon.jpg);
}
h3 span {
	color:#00c834;
}

@media all and (-ms-high-contrast: none){
	h3 {
		padding:18px 0 12px 50px;
	}
	h3.price {
		padding:15px 0 12px 35px;
	}
	h3.price:after {
		padding:8px 0 0 0;
	}
}

ul.col51 {
	width:100%;
	display:flex;
	justify-content: space-between;
	margin:0 0 50px;
}
ul.col51 li:nth-child(1) {
	width:64%;
	padding:20px 0 0 0;
}
ul.col51 li:nth-child(2) {
	width:33.34%;
}
ul.col51 .t1 {
	font-size:40px;
	font-weight:bold;
}
ul.col51 .t1 span {
	font-size:140%;
	color:#00c834;
}
ul.col51 .t2 {
	font-size:16px;
	line-height:2;
}
@media print, screen and (max-width: 900px) {
	ul.col51 {
		display:block;
	}
	ul.col51 li:nth-child(1) {
		width:100%;
		padding:0 0 0 0;
		margin:0 0 30px;
	}
	ul.col51 li:nth-child(2) {
		width:100%;
		text-align:center;
	}
}
@media print, screen and (max-width: 767px) {
	ul.col51 .t1 {
		font-size:28px;
		letter-spacing:-0.5px;
		text-align:center;
	}
	ul.col51 .t2 {
		font-size:14px;
		line-height:1.8;
	}
}

ul.col52 {
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin:0 0 50px;
}
ul.col52 li:nth-child(1) {
	width:250px;
}
ul.col52 li:nth-child(2) {
	width:calc(100% - 280px);
	text-align:right;
}

ul.col52 .t1 {
	font-size:40px;
	position:relative;
	line-height:1.2;
	text-align:center;
	font-weight:bold;
	padding:100px 0 0 0;
}
ul.col52 .t1:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:93px;
	background:url(../images/lineworks/icon51.png) center center no-repeat;
}
ul.col52 .t1 span {
	font-size:140%;
	color:#00c834;
}
ul.col52 li:nth-child(2) dl {
	display:flex;
	justify-content: space-between;
}
ul.col52 li:nth-child(2) dl dd {
	width:32.5%;
}

@media print, screen and (max-width: 900px) {

	ul.col52 {
		display:block;
	}
	ul.col52 li:nth-child(1) {
		width:100%;
		margin:0 0 30px;
	}
	ul.col52 li:nth-child(2) {
		width:100%;
	}
}
@media print, screen and (max-width: 767px) {
	ul.col52 .t1 {
		font-size:28px;
		letter-spacing:-0.5px;
	}
}

@media print, screen and (max-width: 600px) {
	ul.col52 li:nth-child(2) dl {
		display:block;
	}
	ul.col52 li:nth-child(2) dl dd {
		width:100%;
		text-align:center;
		margin:0 0 20px;
	}
	ul.col52 li:nth-child(2) dl dd:last-child {
		margin:0 0 0 0;
	}
	ul.col52 .t1:before {
		background-size:80px;
	}
	ul.col52 .t1 {
		padding:72px 0 0 0;
	}
}


ul.col1 {
	display:flex;
	justify-content: space-between;
}
ul.col1 li {
	width:32%;
}

ul.mov_col {
	width:100%;
	display:flex;
	justify-content: space-between;
}
ul.mov_col li {
	width:47.78%;
}


ul.mov_col2 { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
ul.mov_col2 li { width: 47.78%; }


.mov_txt {
	text-align:right;
	font-size:1.2rem;
}
.mov_txt a {
	padding:0 0 0 20px;
	position:relative;
	color:#00c834;
}
.mov_txt a span {
	padding:0 0 1px;
	border-bottom:1px solid #00c834;
}

.mov_txt a:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:12px;
	background:url(../images/lineworks/icon02.png) left center no-repeat;
}

.l_cap {
	font-size:1.2rem;
}

.free_plan {
	background-image:url(../images/lineworks/bg01.jpg);
	background-size: cover;
	padding:25px;
	width:100%;
	box-sizing:border-box;
	border-radius: 6px 6px 0px 0px;
	color:#fff;
	display:flex;
	justify-content: space-between;

}
.free_plan .ts {
	width:280px;
}
.free_plan .ts .s1 {
	background:#ffff00;
	padding:4px 10px;
	box-sizing:border-box;
	border-radius: 20px;
	font-size:24px;
	color:#00c834;
	text-align:center;
	margin:0 0 10px;
	font-weight:bold;
}
.free_plan h4 {
	font-size:38px;
	font-weight:bold;
	text-align:center;
	line-height:0.8;
	letter-spacing:-1px;
}
.free_plan h4 span {
	font-size:60%;
}

.free_plan .step {
	width:calc( 100% - 300px );
	background:#fff;
	border-radius:6px;
	box-sizing:border-box;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow:hidden;
}
.free_plan .step li {
	width:25%;
	padding:20px 10px;
	box-sizing:border-box;
	font-size:1.6rem;
	text-align:center;
	color:#333;
	letter-spacing:-0.08rem;
	position:relative;
}
.free_plan .step li span {
	color:#00c834;
	font-size:130%;
}
.free_plan .step li:before {
	content:"";
	position:absolute;
	top:-5px;
	right:0;
	width:4px;
	height:calc(50% + 7px);
	background-color:#00c834;
	transform: rotate(-15deg);
}
.free_plan .step li:last-child:before {
	display:none;
}
.free_plan .step li:after {
	content:"";
	position:absolute;
	bottom:-5px;
	right:0;
	width:4px;
	height:calc(50% + 7px);
	background-color:#00c834;
	transform: rotate(15deg);
}
.free_plan .step li:last-child:after {
	display:none;
}
@media print, screen and (max-width: 1000px) {
	.free_plan {
		display:block;
	}
	.free_plan .ts {
		width:100%;
		margin:0 0 30px;
	}
	.free_plan h4 {
		line-height:1.2;
		letter-spacing:0px;
	}
	.free_plan h4 span {
		font-size:60%;
	}
	.free_plan .step {
		width:100%;
	}
}
@media print, screen and (max-width: 767px) {
	.free_plan .ts .s1 {
		font-size:22px;
	}
	.free_plan h4 {
		font-size:28px;
	}
}



.free_plan2 {
	background-image:url(../images/lineworks/bg02.jpg);
	background-size: cover;
	padding:30px;
	width:100%;
	box-sizing:border-box;
	border-radius: 0px 0px 6px 6px;
	color:#fff;
}
.free_plan2 h4 {
	text-align:center;
	font-size:2.4rem;
	color:#ffff00;
}
.free_plan2 .form {
	width:100%;
	display:flex;
	justify-content: space-between;
}

.free_plan2 .form .inp {
	width:72.04%;
}
.free_plan2 .form .inp dl {
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin:0 0 20px;
}
.free_plan2 .form .inp dl dt {
	width:180px;
}
.free_plan2 .form .inp dl dd {
	width:calc(100% - 200px);
}
.free_plan2 .form .btn {
	width:23.96%;
}
.free_plan2 .form .btn label {
	display:block;
	margin:0 0 20px;
	display:flex;
	justify-content: start;
	align-items:center;
}
.free_plan2 .form .btn label span {
	margin:0 0 0 10px;
}

@media print, screen and (max-width: 1000px) {
	.free_plan2 .form {
		display:block;
	}
	.free_plan2 .form .inp {
		width:100%;
	}
	.free_plan2 .form .btn {
		width:100%;
	}
	.free_plan2 .form .btn label {
		justify-content: center;
	}
}
@media print, screen and (max-width: 600px) {

	.free_plan2 .form .inp dl {
		display:block;
	}
	.free_plan2 .form .inp dl dt {
		width:100%;
		margin:0 0 10px;
	}
	.free_plan2 .form .inp dl dd {
		width:100%;
	}

	.free_plan2 h4 {
		font-size:2rem;
	}
	
}

.free_plan2 input[type="email"], .free_plan2 input[type="input"] {
	font-size:1.6rem;
	border-radius:4px;
	padding:10px 5px;
	background:#fff;
	width:100%;
	box-sizing:border-box;
}
.free_plan2 input[type="checkbox"] {
	width:20px;
	height:20px;
}

.free_plan2 button {
	font-size:1.8rem;
	padding:12px 20px;
	border-radius:4px;
	color:#005a18;
	background:#adfd00;
	cursor:pointer;
	transition: all 0.3s ease-in-out 0s;
	width:100%;
	font-weight:bold;
}
.free_plan2 button:hover {
	color:#fff;
	background:#0a246f;	
}




ul.contact_col {
	width:100%;
	display:flex;
	justify-content: space-between;
}
ul.contact_col li:nth-child(1) {
	width:58.12%;
}
ul.contact_col li:nth-child(1) div {
	display:flex;
	justify-content: space-between;
}
ul.contact_col li:nth-child(1) div p:nth-child(1) {
	width:200px;
}
ul.contact_col li:nth-child(1) div p:nth-child(2) {
	width:calc(100% - 220px);
}
ul.contact_col li:nth-child(2) {
	width:38.38%;
	line-height:1.8;
}
ul.contact_col a.btn {
	display:block;
	width:100%;
	padding:20px 20px;
	box-sizing:border-box;
	text-align:center;
	font-size:2rem;
	border:3px solid #00c834;
	color:#00c834;
	transition: all 0.3s ease-in-out 0s;
}
ul.contact_col a.btn:hover {
	border:3px solid #0a246f;
	color:#0a246f;
}

@media print, screen and (max-width: 900px) {
	ul.contact_col {
		display:block;
	}
	ul.contact_col li:nth-child(1) {
		width:100%;
		margin:0 0 20px;
	}
	ul.contact_col li:nth-child(2) {
		width:100%;
		text-align:center;
	}
}
@media print, screen and (max-width: 600px) {
	ul.contact_col li:nth-child(1) div {
		display:block;
	}
	ul.contact_col li:nth-child(1) div p:nth-child(1) {
		width:100%;
		margin:0 0 10px;
	}
	ul.contact_col li:nth-child(1) div p:nth-child(2) {
		width:100%;
	}
}


.vsp1000 {
	display:none;
}
.vsp900 {
	display:none;
}
.vsp600 {
	display:none !important;
}

@media print, screen and (max-width: 1000px) {

	.free_plan .step {
		display:block;
	}
	.free_plan .step li {
		width:100%;
	}
	.free_plan .step li:before {
		top:90%;
		right:50%;
		width:52.5%;
		height:4px;
		transform: rotate(4deg);
	}
	.free_plan .step li:after {
		top:90%;
		right:-2%;
		width:52.5%;
		height:4px;
		transform: rotate(-4deg);
	}

	.vsp1000 {
		display:block;
	}
	.vpc1000 {
		display:none;
	}
}

@media print, screen and (max-width: 900px) {
	.vsp900 {
		display:block;
	}
	.vpc900 {
		display:none;
	}
}

@media print, screen and (max-width: 600px) {
	h3 {
		padding:12px 0 12px 37px;
	}
	h3:after {
		width:30px;
	}
	h3.price {
		padding:12px 0 12px 30px;
	}


	ul.col1 {
		display:block;
	}
	ul.col1 li {
		width:100%;
		margin:0 0 20px 0;
		text-align:center;
	}

	ul.mov_col {
		width:100%;
		display:block;
		max-width:430px;
		margin:0 auto 50px auto;
	}
	ul.mov_col li {
		width:100%;
		margin:0 0 20px;
	}
	
	ul.mov_col2 { width: 100%; display: block; max-width: 430px; margin: 0 auto 50px auto; }
	ul.mov_col2 li { width: 100%; margin: 0 0 20px; }
	
	ul.mov_col li:last-child {
		margin:0 0 0 0;
	}
	.vpc {
		display:none;
	}

	.free_plan2 .form {
		display:block;
		text-align:center;
	}
	.free_plan2 input[type="email"] {
		width:100%;
		padding:10px;
		margin:0 0 10px 0;
		box-sizing:border-box;
	}
	ul.contact_col {
		display:block;
	}
	ul.contact_col li:nth-child(1) {
		width:100%;
		margin:0 0 20px;
	}
	ul.contact_col li:nth-child(2) {
		width:100%;
	}
	.vsp600 {
		display:block !important;
	}
	.vpc600 {
		display:none !important;
	}
}


@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}

/*	動画	モーダル*/


.noscrolllink {
	cursor:pointer;
}

.movie_modal{
	display:none;
}

.movie_modal.opened{
	display:block;
}

.iziModal{
	width:calc(100% - 40px);
	background:none!important;
	border-radius:0!important;
}

.youtube_wrap{
	position: relative;
}

.youtube_wrap:before{
	content:"";
	display:block;
	padding-bottom:56.25%;
}

.youtube_wrap iframe{
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
}

.modal_in .close {
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 25px;
    height: 25px;
    border:1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    display: block;
    text-align: center;
    cursor: pointer;
}

.modal_in .close span {
    font-size: 18px;
    color: #FFF;
    line-height: 1.3;
}

.youtube{
	max-width:1200px;
	margin:auto;
	position: relative;
	overflow: hidden;
	box-sizing:content-box;
	z-index:2;
}

.youtube:before{
	content:"";
	display:block;
	padding-bottom:56.25%;
}

.youtube #iframe_player_api{
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
}


/*--------------------*/
.tbl_line2 {
width: 100%;
margin: 0 auto;
border-collapse: collapse;
border-spacing: 0;
border-right: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
font-size:14px;
}

.tbl_line2 th,
.tbl_line2 td {
border-left: 1px solid #e6e6e6;
width: 20%;
margin: 0;
padding: 4px 10px;
text-align: center;
vertical-align: middle;
height:25px;
}

.tbl_line2 th { border-bottom: 1px solid #f4f4f4; }
.tbl_line2 td span {font-size:18px;}
.tbl_line2 td:first-child {
width: calc((100% - 4px) / 5);
}

table.tbl_line2 .none{ border:none; }
table.tbl_line2 .blue{ background-color:#4C7FC1; color:#fff;border-left: none; }
table.tbl_line2 .yellow{ background-color:#e0c126; color:#fff;border-left: none; }
table.tbl_line2 .green{ background-color:#5bc269; color:#fff; }
table.tbl_line2 .purple{ background-color:#9277b8; color:#fff; }
table.tbl_line2 .gray{ background-color:#f4f4f4; }

table.tbl_line2 .title{ font-size:18px; font-weight:800; padding:0.8em 0.5em 0.5em 0.5em;}
table.tbl_line2 .category{ font-weight:normal; padding:0;}

table.tbl_line2 div.ico{ text-align:right; margin-top:-1.8em;}
table.tbl_line2 div.txt{ clear:both; font-size:12px; line-height:1em; text-align:left; padding-top:0.5em;}
table.tbl_line2 div.tac{ clear:both; font-size:12px; line-height:1em; text-align:center; padding-top:0.5em;}

@media only screen and (max-width:600px) {
.tbl_line1 { width: 100%; }
.tbl_line1 th,
.tbl_line1 td { width: 25%; vertical-align: middle; }
.tbl_line2 { font-size: 10px; line-height:1.2em;height:1em; }
.tbl_line2 .title{ font-size:14px; font-weight:800; padding:0.8em 0.2em 0.5em 0.2em;}
table.tbl_line2 .title{ font-size:14px; font-weight:800; padding:0.8em 0.5em 0.5em 0.5em;}
table.tbl_line2 div.ico{ text-align:center;margin-top:0em;}
table.tbl_line2 div.ico img {
	width: 100%;
}
.tbl_line2 td span {font-size:16px;}
.tbl_line2 td {

padding: 2px 5px;

}
}

.line_lbox{text-align: center; border: 1px solid black; padding: 5px; margin-top: 20px; font-weight: bold;}
.line_lbox:hover{background-color: #00C834; color: #fff;}
.pc {display: block;}
.sp {display: none;}
@media(max-width:640px) {
	.pc {display: none;}
	.sp {display: block;}
}
