/*
Theme Name: Lightning
Theme URI: https://lightning.nagoya
Description: Lightning is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version:8.2.2
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, E-Commerce
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightning

Lightning WordPress theme, Copyright (C) 2015-2019 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.
*/
/*---------------------------------------------
	Reset
-----------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
#techvan_lp {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
}
@media screen and (max-width:768px) {
	#techvan_lp {
		max-width: 100%;
		overflow: hidden;
	}
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*---------------------------------------------
	デフォルトスタイル打ち消し
-----------------------------------------------*/
.vk-mobile-nav-menu-btn {
	display:none;
}
#techvan_lp h2,
#techvan_lp h3,
#techvan_lp h4 {
	border: none;
	line-height: 1.4;
	font-family: 'Noto Serif JP', serif;
}
#techvan_lp h3::after {
	border: none;
}

/*---------------------------------------------
	ページ共通
-----------------------------------------------*/
p {
	font-size: 16px;
	line-height: 1.7;
}
.center {
	text-align: center;
}
.light_blue {
	color: #55bcbc;
}
.inner {
	width: 960px;
	margin: 0 auto;
}
.new_line {
	display: block;
}
@media screen and (max-width:768px) {
	.inner {
		width: 95%;
	}
	.new_line {
		display: inline;
	}
}

/*---------------------------------------------
	header
-----------------------------------------------*/
#techvan_lp #header {
	position: relative;
	padding: 0 0 30px;
}
#techvan_lp #header::before {
	content: "";
	position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  z-index: -1;
	transform: skew(15deg, 0deg);
	-webkit-transform: skew(15deg, 0deg);
	background-color: #55bcbc;
	width: 78%;
	margin-left: -250px;
}
@media screen and (max-width:768px) {}
@media screen and (max-width:480px) {
	#techvan_lp #header {
		/*background-color: #55bcbc;*/
		padding: 0;
	}
	#techvan_lp #header::before {
		display: none;
	}
}

#techvan_lp #header .header_top {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}
#techvan_lp #header .header_top h1 {
	margin: 15px 0 0;
}
#techvan_lp #header .header_top nav ul {
	display: flex;
}
#techvan_lp #header .header_top nav ul li {
	list-style-type: none;
}
#techvan_lp #header .header_top nav ul li:nth-child(1) {
	background: url("https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/05/icon_tel.png") left center no-repeat;
	padding: 0 0 0 20px;
	color: #55bcbc;
	font-size: 24px;
	font-weight: 500;
	margin: 0 15px 0 0;
}
#techvan_lp #header .header_top nav ul li:nth-child(2) a {
	background-color: #55bcbc;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	padding: 1em;
}
@media screen and (max-width:768px) {
	#techvan_lp #header .header_top nav ul {
		display: block;
	}
	#techvan_lp #header .header_top nav ul li:nth-child(1) {
		width: 100%;
		margin: 0 0 10px 0;
	}
	#techvan_lp #header .header_top nav ul li:nth-child(2) a {
		width: 100%;
		padding: 1em 0;
		display: block;
		text-align: center;
	}
	#techvan_lp #header .header_top::before {
		content: "";
	    position: absolute;
        top: 0; bottom: 0; left: 0; right: 0;
        z-index: -1;
	    transform: skew(15deg, 0deg);
	    -webkit-transform: skew(15deg, 0deg);
	    background-color: #55bcbc;
	    width: 80%;
	    margin-left: -100px;
	}
}
@media screen and (max-width:480px) {
	#techvan_lp #header .header_top {
		position: relative;
	}
}
#techvan_lp #header .header_bottom .inner {
	background: url("https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/07/AWS-logo.png") right 130px no-repeat;
	background-size: 280px auto;
}
#techvan_lp #header .header_bottom .inner h2 {
	color: #fff;
	font-size: 34px;
	font-family: 'Noto Serif JP', serif;
	padding: 40px 0 40px;
}
#techvan_lp #header .header_bottom .inner h2 .normal_txt {
	font-size: 28px;
}
#techvan_lp #header .header_bottom .inner h2 .st_txt {
	color: #f4bb21;
	background-color: rgba(255, 255, 255, 0.6);
    padding: 0 10px 5px;
	margin: 10px 0;
    display: inline-block;
	text-shadow: 1px 1px 1px #000000;
-webkit-text-shadow: 1px 1px 1px #000000;
-moz-text-shadow: 1px 1px 1px #000000;
-o-text-shadow: 1px 1px 1px #000000;
-ms-text-shadow: 1px 1px 1px #000000;
	font-size: 43px;
	text-align: center;
}
#techvan_lp #header .header_bottom .inner div {
	width: 420px;
	margin: 0 0 0 30px;
}
#techvan_lp #header .header_bottom .inner div h3 {
	font-size: 18.34px;
	color: #f4bb21;
	margin: 0 0 10px 0;
	font-family: 'Noto Sans JP', serif;
}
#techvan_lp #header .header_bottom .inner div p {
	color: #fff;	
}
#techvan_lp #header .header_bottom .inner div p.caution {
	margin: 1.5em 0 0;
}
#techvan_lp #header .header_bottom .contact_btn {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	background-color: #f4bb21;
	padding: 20px 0;
	width: 290px;
	margin: 60px auto 0;
	display: block;
	text-align: center;
	font-size: 18px;
}
@media screen and (max-width:768px) {
	#techvan_lp #header .header_bottom {
		padding: 0 0 30px;
	}
	#techvan_lp #header .header_bottom .inner {
	    background-position: center 40px;
		padding-top: 300px;
		/*background-color: #55bcbc;*/
    }
	#techvan_lp #header .header_bottom .inner h2 {
		padding: 0 0 40px;
	}
	#techvan_lp #header .header_bottom .inner h2 .normal_txt {
		text-shadow: 1px 1px 1px #000000;
        -webkit-text-shadow: 1px 1px 1px #000000;
        -moz-text-shadow: 1px 1px 1px #000000;
        -o-text-shadow: 1px 1px 1px #000000;
        -ms-text-shadow: 1px 1px 1px #000000;
	}
	#techvan_lp #header .header_bottom .inner div {
		width: 95%;
		margin: 0 auto;
	}
	#techvan_lp #header .header_bottom .contact_btn {		
		margin: 30px auto 0;
	}
}
@media screen and (max-width:480px) {
	#techvan_lp #header .header_bottom {
		background-color: #55bcbc;
		background-size: 100% auto;
	}
	#techvan_lp #header .header_bottom .contact_btn {
		width: 95%;
	}
}
#techvan_lp .siteContent {
	padding: 0;
}
#techvan_lp .lp_container {
	position: relative;
}
#techvan_lp .lp_container .float_btn {
	position: fixed;
	right: 0;
	bottom: 100px;
	z-index: 10;
}
#techvan_lp .lp_container .float_btn .float_contact_btn {
	background-color: #55bcbc;
	padding: 30px 20px;
	display: block;
}
#techvan_lp .lp_container .float_btn .float_contact_btn:hover {
	background-color: #99c355;
}

/*=====about=====*/
#techvan_lp .lp_container .about {
	background-color: #e4f7f7;
	text-align: center;
	padding: 0 0 40px;
}
#techvan_lp .lp_container .about h3 {
	font-size: 22px;
	margin: 0 0 25px;
	padding: 50px 0 0;
	font-weight: bold;
}
#techvan_lp .lp_container .title_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#techvan_lp .lp_container .title_box h2 {
	font-size: 86.3px;
	
}
#techvan_lp .lp_container .title_box h2 span {
	font-size: 21.57px;
	display: block;
	font-weight:bold;
}
#techvan_lp .lp_container .title_box p {
	width: 480px;
}
@media screen and (max-width:768px) {
	#techvan_lp .lp_container .title_box {
		display: block;
	}
	#techvan_lp .lp_container .title_box p {
		width: 100%;
		margin: 10px auto 0;
	}
}
@media screen and (max-width:480px) {
	#techvan_lp .lp_container .title_box h2 {
		font-size: 60px;
	}
	#techvan_lp .lp_container .title_box h2 span {
		font-size: 20px;
	}
}
/*=====problem=====*/
#techvan_lp .lp_container .problem {
	padding: 40px 0;
}
#techvan_lp .lp_container .problem .title_box h2 {
	width: 385px;
	position: relative;
}
#techvan_lp .lp_container .problem .title_box h2::after {
	content: "";
	width: 385px;
	height: 2px;
	background-color: #333;
	position: absolute;
	top: 110px;
}
#techvan_lp .lp_container .problem .title_box h2 span {
	text-align: right;	
}
#techvan_lp .lp_container .problem .inner ul {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
}
#techvan_lp .lp_container .problem .inner ul li {
	list-style-type: none;
	width: 310px;
}
#techvan_lp .lp_container .problem .inner ul li p img {
	margin: 0 0 20px;
}
#techvan_lp .lp_container .problem .inner ul li h3 {
	text-align: center;
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width:768px) {
	#techvan_lp .lp_container .problem .inner ul {
		display: block;
	}
	#techvan_lp .lp_container .problem .inner ul li {
		width: 95%;
		margin: 0 auto 30px;
	}
}
@media screen and (max-width:480px) {
	#techvan_lp .lp_container .problem .title_box h2 {
		width: 100%;
	}
	#techvan_lp .lp_container .problem .title_box h2 span {
		text-align: left;
	}
	#techvan_lp .lp_container .problem .title_box h2::after {
		width: 90%;
		top: 80px;
	}
}
/*=====point=====*/
#techvan_lp .lp_container .point {
	padding: 40px 0;
	background-color: #e4f7f7;
}
#techvan_lp .lp_container .point .title_box {
	position: relative;
	flex-flow: row-reverse;
}
#techvan_lp .lp_container .point .title_box h2 {
	width: 250px;
	position: relative;
}
#techvan_lp .lp_container .point .title_box h2::after {
	content: "";
	width: 250px;
	height: 2px;
	background-color: #333;
	position: absolute;
	top: 110px;
}
#techvan_lp .lp_container .point .title_box .aws_logo {
	position: absolute;
	top: 130px;
	left: 0;
}
#techvan_lp .lp_container .point ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 25px 0;
}
#techvan_lp .lp_container .point ul li {
	list-style-type: none;
	width: 450px;
	text-align: center;
	margin: 0 0 30px;
}
#techvan_lp .lp_container .point ul li h3 {
	font-size: 22px;
	margin: 20px 0;
	font-weight: bold;
}
@media screen and (max-width:768px) {
	#techvan_lp .lp_container .point .title_box .aws_logo {
		position: static;
	}
	#techvan_lp .lp_container .point .title_box h2 {
		width: 100%;
		text-align: right;
	}
	#techvan_lp .lp_container .point .title_box h2::after {
		width: 60%;
		right: 0;
	}
}
@media screen and (max-width:480px) {
	#techvan_lp .lp_container .point .title_box h2 {
	}
	#techvan_lp .lp_container .point .title_box h2::after {
		width: 60%;
		top: 80px;
	}
}
/*=====service=====*/
#techvan_lp .lp_container .service {
	padding: 20px 0 40px;
}
#techvan_lp .lp_container .service .title_box h2 {
	width: 330px;
	position: relative;
}
#techvan_lp .lp_container .service .title_box h2::after {
	content: "";
	width: 330px;
	height: 2px;
	background-color: #333;
	position: absolute;
	top: 110px;
}
#techvan_lp .lp_container .service .service_box {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:768px) {
	#techvan_lp .lp_container .service .service_box {
		display: block;
	}
}
#techvan_lp .lp_container .service .inner .aws {}
#techvan_lp .lp_container .service .inner .aws .service_Tbl h4 {
	color: #55bcbc;
	font-size: 18px;
	font-family: 'Noto Sans JP';
	padding: 0 0 2px 10px;
}
#techvan_lp .lp_container .service .inner .aws dl {
	text-align: center;
	width: 365px;
	margin: 27px 0 0;
}
#techvan_lp .lp_container .service .inner .aws dl dt {
	color: #fff;
	font-size: 16.2px;
	font-weight: 500;
	background-color: #55bcbc;
	padding: 15px 0;
}
#techvan_lp .lp_container .service .inner .aws dl dd {
	background-color: #e4f7f7;
	padding: 10px 0 15px;
}
#techvan_lp .lp_container .service .inner .aws dl dd img {
	margin: 0 0 10px;
}
#techvan_lp .lp_container .service .inner .aws > p {
	margin: 100px 0 0;
}
@media screen and (max-width:768px) {
	#techvan_lp .lp_container .service .inner .aws {
		border: solid 5px #55bcbc;
	}
	#techvan_lp .lp_container .service .inner .aws dl {
		width: 95%;
		margin: 10px auto;
	}
	#techvan_lp .lp_container .service .inner .aws > p {
		margin: 30px 0 0;
		text-align: center;
	}
	#techvan_lp .lp_container .service .inner .aws > p img {
		transform: rotate(90deg);
		margin: 0 0 10px;
	}
}
#techvan_lp .lp_container .service .inner > p {
	color: #2c6cab;
	font-size: 16.2px;
	background: url("https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/05/img_arrow_blue.png") right center no-repeat;
	width: 100px;
	padding: 30px 0;
	margin: 0 0 -30px 140px;
}
#techvan_lp .lp_container .service .inner .customer {}
#techvan_lp .lp_container .service .inner .customer .service_Tbl h4 {
	color: #2d72b7;
	font-size: 18px;
	font-family: 'Noto Sans JP';
	padding: 0 0 2px 10px;
}
#techvan_lp .lp_container .service .inner .customer dl {
	text-align: center;
	width: 365px;
	margin: 25px 0 0;
}
#techvan_lp .lp_container .service .inner .customer dl dt {
	color: #fff;
	font-size: 16.2px;
	font-weight: 500;
	background-color: #2d72b7;
	padding: 15px 0;
}
#techvan_lp .lp_container .service .inner .customer dl dd {
	background-color: #e7f0f8;
	padding: 30px 0 5px;
}
#techvan_lp .lp_container .service .inner .customer dl dd ul {
	display: flex;
	justify-content: space-around;
	position: relative;
}
#techvan_lp .lp_container .service .inner .customer dl dd ul::before {
	content: "";
	position: absolute;
	width: 295px;
	height: 1px;
	background-color: #333;
	top: -20px;
}
#techvan_lp .lp_container .service .inner .customer dl dd ul li {
	list-style-type: none;
	position: relative;
}
#techvan_lp .lp_container .service .inner .customer dl dd ul li::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	background-color: #333;
	top: -20px;
	left: 50%;
}
#techvan_lp .lp_container .service .inner .customer dl dd img {
	margin: 0 0 5px;
}
#techvan_lp .lp_container .service .inner .customer > p {
	margin: 80px 0 0;
}
@media screen and (max-width:768px) {
	#techvan_lp .lp_container .service .inner .customer {
		border: solid 5px #2d72b7;
	}
	#techvan_lp .lp_container .service .inner .customer dl {
		width: 95%;
		margin: 10px auto;
	}
	#techvan_lp .lp_container .service .inner .customer > p {
		margin: 30px 0 0;
		text-align: center;
	}
	#techvan_lp .lp_container .service .inner .customer > p img {
		transform: rotate(90deg);
		margin: 0 0 10px;
	}
}
#techvan_lp .lp_container .service .service_box .service_Tbl {}
#techvan_lp .lp_container .service .service_box .service_Tbl table {
	border-collapse: collapse;
	width: 480px;
}
#techvan_lp .lp_container .service .service_box .service_Tbl table thead tr th {
	color: #fff;
	background-color: #7c7c7c;
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-size: 14px;
	padding: 1em 0;
	height: 45px;
	border: solid 1px #fff;
	text-align: center;
}
#techvan_lp .lp_container .service .service_box .service_Tbl table thead tr th:nth-child(1) {
	width: 170px;
}
#techvan_lp .lp_container .service .service_box .service_Tbl table tbody tr:nth-child(odd) {
	background-color: #c6c6c6;
}
#techvan_lp .lp_container .service .service_box .service_Tbl table tbody tr:nth-child(even) {
	background-color: #f2f3f3;
}
#techvan_lp .lp_container .service .service_box .service_Tbl table tbody td {
	font-size: 13px;
	height: 45px;
	border: solid 1px #fff;
}
#techvan_lp .lp_container .service .service_box .service_Tbl table tbody td:nth-child(1) {
	text-align: center;
	vertical-align: middle;
}
#techvan_lp .lp_container .service .service_box .service_Tbl table tbody td:nth-child(2) {
	vertical-align: middle;
	line-height: 1.4;
	padding: 0 0.5em;
}
@media screen and (max-width:768px) {
	#techvan_lp .lp_container .service .service_box .service_Tbl table {
		width: 95%;
		margin: 0 auto 10px;
	}
	#techvan_lp .lp_container .service .service_box .service_Tbl table thead tr th:nth-child(1) {
		width: 50%;
	}
	#techvan_lp .lp_container .service .inner > p {
		margin: 0 auto;
	}
}
@media screen and (max-width:480px) {
	#techvan_lp .lp_container .service .title_box h2 {
		width: 100%;
	}
	#techvan_lp .lp_container .service .title_box h2::after {
		width: 80%;
		top: 80px;
	}
}
/*=====service price=====*/
#techvan_lp .lp_container .service_price {
	position: relative;
	padding: 0 0 30px;
}
#techvan_lp .lp_container .service_price::before {
	content: "";
	position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  z-index: -1;
	transform: skew(-15deg, 0deg);
	-webkit-transform: skew(-15deg, 0deg);
	background-color: #55bcbc;
	width: 80%;
	/*height: 635px;*/
	margin-left: 440px;
}
#techvan_lp .lp_container .service_price .inner {}
#techvan_lp .lp_container .service_price .inner ul {
	display: flex;
	justify-content: space-between;
	padding: 40px 0 0;
}
#techvan_lp .lp_container .service_price .inner ul li {
	list-style-type: none;
	width: 455px;
	border: solid 1px #000;
	background-color: #fff;
	font-family: 'Noto Serif JP', serif;
}
#techvan_lp .lp_container .service_price .inner ul li h3 {
	text-align: center;
	background-color: #333;
	color: #fff;
	font-size: 19.5px;
	padding: 15px 0;
}
#techvan_lp .lp_container .service_price .inner ul li .price {
	color: #55bcbc;
	text-align: center;
	font-size: 24.8px;
	position: relative;
	padding: 20px 0;
	font-weight: 700;
}
#techvan_lp .lp_container .service_price .inner ul li .price span {
	font-size: 14px;
}
#techvan_lp .lp_container .service_price .inner ul li .price::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 80px;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -40px;
	background-color: #55bcbc;
}
#techvan_lp .lp_container .service_price .inner ul li div {
	padding: 20px;
}
#techvan_lp .lp_container .service_price .inner ul li div p:nth-child(2) {
  font-weight: bold;
	margin: 1.5em 0;
}
#techvan_lp .lp_container .service_price .inner ul li:nth-child(2) div dl {
	font-size: 16px;
}
#techvan_lp .lp_container .service_price .inner ul li:nth-child(2) div dl dt {
	float: left;
	font-weight:normal;
}
#techvan_lp .lp_container .service_price .inner ul li:nth-child(2) div dl dd {
	margin: 0 0 0 70px;
}
#techvan_lp .lp_container .service_price .inner .service_btn {
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-color: #f4bb21;
	font-size: 18px;
	width: 300px;
	padding: 20px 0;
	margin: 20px auto 0;
	display: block;
}
@media screen and (max-width:768px) {
	#techvan_lp .lp_container .service_price::before {
		margin-left: 30%;
		width: 100%;
	}
	#techvan_lp .lp_container .service_price .inner ul {
		display: block;
	}
	#techvan_lp .lp_container .service_price .inner ul li {
		width: 100%;
		margin: 0 0 10px;
	}
}
@media screen and (max-width:480px) {
	#techvan_lp .lp_container .service_price {
		background-color: #55bcbc;
	}
}
/*=====flow=====*/
#techvan_lp .lp_container .flow {
	padding: 40px 0;
}
#techvan_lp .lp_container .flow .title_box {
	position: relative;
	flex-flow: row-reverse;
}
#techvan_lp .lp_container .flow .title_box h2 {
	width: 360px;
	position: relative;
	text-align: right;
}
#techvan_lp .lp_container .flow .title_box h2::after {
	content: "";
	width: 220px;
	height: 2px;
	background-color: #333;
	position: absolute;
	top: 110px;
	right: 0;
}
#techvan_lp .lp_container .flow .inner ul {
	display: flex;
	justify-content: center;
	margin: 30px 0 0;
}
#techvan_lp .lp_container .flow .inner ul li {
	list-style-type: none;
	text-align: center;
	width: 178px;
	border: solid 1px #758e8e;
	margin: 0 1px;
}
#techvan_lp .lp_container .flow .inner ul li h3 {
	font-size: 13px;
	color: #fff;
	background-color: #758e8e;
	padding: 3px 0;
	position: relative;
}
#techvan_lp .lp_container .flow .inner ul li h3 span {
	display: block;
	font-size: 24.8px;
	margin: -5px 0 0;
}
#techvan_lp .lp_container .flow .inner ul li h3::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 8px 0 8px;
	border-color: #758e8e transparent transparent transparent;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -8px;
}
#techvan_lp .lp_container .flow .inner ul li p {
	font-size: 16.2px;
}
#techvan_lp .lp_container .flow .inner ul li:nth-child(1) p,
#techvan_lp .lp_container .flow .inner ul li:nth-child(3) p {
	padding: 45px 0 35px;
}
#techvan_lp .lp_container .flow .inner ul li:nth-child(2) p,
#techvan_lp .lp_container .flow .inner ul li:nth-child(4) p,
#techvan_lp .lp_container .flow .inner ul li:nth-child(5) p {
	padding: 55px 0;
}
@media screen and (max-width:768px) {
	#techvan_lp .lp_container .flow .title_box h2 {
		width: 100%;
	}
	#techvan_lp .lp_container .flow .title_box h2::after {
	}
	#techvan_lp .lp_container .flow .inner ul {
		display: block;
	}
	#techvan_lp .lp_container .flow .inner ul li {
		margin: 0 auto 10px;
	}
}
@media screen and (max-width:480px) {
	#techvan_lp .lp_container .flow .title_box h2 {
	}
	#techvan_lp .lp_container .flow .title_box h2::after {
		width: 50%;
		top: 80px;
	}
}
/*=====seminar=====*/
#techvan_lp .lp_container .seminar {
	padding: 50px 0 50px;
}
#techvan_lp .lp_container .seminar .inner {
	border: solid 1px #333;
	padding: 25px 0 30px;
	text-align: center;
}
#techvan_lp .lp_container .seminar .inner h3 {
font-size: 22px;
margin: 0 0 15px;
font-weight: bold;
}
#techvan_lp .lp_container .seminar .inner .seminar_btn {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	border-radius: 10px;
	background-color: #55bcbc;
	padding: 12px 0;
	width: 290px;
	margin: 20px auto 0;
	display: block;
}
@media screen and (max-width:768px) {
	#techvan_lp .lp_container .seminar .inner {
		padding: 25px 10px 30px;
	}
	#techvan_lp .lp_container .seminar .inner .seminar_btn {
		width: 90%;
	}
}
@media screen and (max-width:480px) {}
/*=====contact=====*/
#techvan_lp .lp_container #contact {
	background-color: #e4f7f7;
	padding: 20px 0 50px;
}
#techvan_lp .lp_container #contact .title_box h2 {
	width: 345px;
	position: relative;
}
#techvan_lp .lp_container #contact .title_box h2::after {
	content: "";
	width: 345px;
	height: 2px;
	background-color: #333;
	position: absolute;
	top: 110px;
}
#techvan_lp .lp_container #contact form {
	background-color: #fff;
	margin: 30px 0 0;
	padding: 40px 60px;
}
#techvan_lp .lp_container #contact form dl {
	display: flex;
	justify-content: space-between;
	margin: 0 0 15px;
}
#techvan_lp .lp_container #contact form dl dt {
	font-size: 16px;
padding: 12px 0 0;
font-weight: normal;
}
#techvan_lp .lp_container #contact form dl dt .caution {
	color: #ff0000;
}
#techvan_lp .lp_container #contact form dl dd {
	width: 590px;
	height: 44px;
}
#techvan_lp .lp_container #contact form dl dd input[type="text"] {
	width: 590px;
	height: 44px;
	border: none;
	background-color: #ececec;
}
#techvan_lp .lp_container #contact form .privacy_check {
	font-size: 16px;
	margin: 0 0 10px;
	padding: 5px 0 0;
}
#techvan_lp .lp_container #contact form .check_explain {
	font-size: 13px;
	color: #999;
}
#techvan_lp .lp_container #contact form input[type="submit"] {
	display: block;
	width: 236px;
	height: 40px;
	margin: 25px auto 0;
	border: none;
	color: #fff;
	font-size: 16.2px;
	cursor: pointer;
	outline: none;
	background-color: #939393;
	border-radius: 0;
}
@media screen and (max-width:768px) {
	#techvan_lp .lp_container #contact .title_box h2 {
		width: 100%;
	}
	#techvan_lp .lp_container #contact form {
		padding: 20px 10px;
	}
	#techvan_lp .lp_container #contact form dl {
		display: block;
	}
	#techvan_lp .lp_container #contact form dl dt {
		margin: 0 0 10px;
	}
	#techvan_lp .lp_container #contact form dl dd,
	#techvan_lp .lp_container #contact form dl dd input[type="text"] {
		width: 100%;
	}
}
@media screen and (max-width:480px) {
	#techvan_lp .lp_container #contact .title_box h2::after {
		width: 80%;
		top: 80px;
	}
}
/*======================================
  paperless
======================================*/
/*---------------------------------------------
	デフォルトスタイル打ち消し
-----------------------------------------------*/
.vk-mobile-nav-menu-btn {
	display:none;
}
#techvan_paperless h2,
#techvan_paperless h3,
#techvan_paperless h4 {
	border: none;
	line-height: 1.4;
	font-family: 'Noto Sans JP', serif;
}
#techvan_paperless h3::after {
	border: none;
}
#techvan_paperless .siteContent {
    padding: 0rem 0 0rem;
}
.table tbody tr td .form-control, .table tbody tr th .form-control, .table td .form-control, .table th .form-control, .table thead tr td .form-control, .table thead tr th .form-control, table tbody tr td .form-control, table tbody tr th .form-control, table td .form-control, table th .form-control, table thead tr td .form-control, table thead tr th .form-control {
    max-width: 100%;
}

/*======================================
  Common
======================================*/
#techvan_paperless {
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.6;
}
#techvan_paperless .container_box {
  width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 0px;
  padding-left: 0px;
}
#techvan_paperless .inner {
  width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
}
#techvan_paperless ul {
  padding: 0;
  margin: 0;
}
#techvan_paperless ul li {
  list-style-type: none;
}
#techvan_paperless .ttl {
  font-family: 'Noto Sans JP', sans-serif;
}
#techvan_paperless .center {
  text-align: center;
}
#techvan_paperless p:empty {
  display: none;
}
#techvan_paperless .new_line {
  display: block;  
}
@media screen and (max-width:768px) {
  #techvan_paperless .container_box {
    width: 100%;
  }
  #techvan_paperless .inner {
    width: 95%;
  }
  #techvan_paperless .new_line {
    display: inline;
  }
}
@media (min-width: 769px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
/*======================================
  header
======================================*/
#techvan_paperless #header {
  background: url(https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/06/img_main_bg.png) center top no-repeat, #69b0d3;
  padding: 0 0 88px;
  border-bottom: 5px solid #dcdcdc;
}
#techvan_paperless #header .container_box {
  display: flex;
  justify-content: space-between;
}
#techvan_paperless #header .container_box div {
  margin: 40px 0 0 50px;
}
#techvan_paperless #header .container_box nav ul {
  display: flex;
}
#techvan_paperless #header .container_box nav ul li:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  background: url(https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/06/icon_tel.png) 20px center no-repeat, #fff;
  padding: 15px 25px 15px 45px;
  letter-spacing: 1px;
	color:#333;
}
#techvan_paperless #header .container_box nav ul li:nth-child(1) a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
#techvan_paperless #header .container_box nav ul li:nth-child(2) {
  background: url(https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/06/icon_mail.png) 35px center no-repeat, #212121;
  padding: 17px 40px 15px 75px;
}
#techvan_paperless #header .container_box nav ul li:nth-child(2) a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#techvan_paperless #header .inner h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
  line-height: 1.35;
  width: 520px;
  margin: 300px 0 34px 540px;
  text-shadow: 0px 0px 17px #2987b6;
  -webkit-text-shadow: 0px 0px 17px #2987b6;
  -moz-text-shadow: 0px 0px 17px #2987b6;
  -o-text-shadow: 0px 0px 17px #2987b6;
  -ms-text-shadow: 0px 0px 17px #2987b6;
}
#techvan_paperless #header .inner h2 span {
  font-size: 35.44px;
}
#techvan_paperless #header .inner .main_contact_btn {
  width: 484px;
  border: solid 2px #fff;
  text-align: center;
  margin: 0 0 0 540px;
}
#techvan_paperless #header .inner .main_contact_btn a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 0;
  display: block;
  background: url(https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/06/icon_contact_arrow.png) 445px center no-repeat;  
}
#techvan_paperless #header .inner .main_contact_btn a:hover {
  background-color: rgba(255,255,255,0.20);
  transition: 0.6s;
}
@media screen and (max-width:768px) {
  #techvan_paperless #header {
    background-size: 100% auto;
    padding: 0 0 30px;
  }
  #techvan_paperless #header .container_box {
    display: block;
    position: relative;
  }
  #techvan_paperless #header .container_box div {
    margin: 0;
    text-align: center;
    padding: 60px 0 0;
  }
  #techvan_paperless #header .container_box nav ul {
    position: absolute;
    top: 0;
    width: 100%;
  }
  #techvan_paperless #header .container_box nav ul li {
    width: 50%;
  }
  #techvan_paperless #header .container_box nav ul li:nth-child(1) {
    font-size: 18px;
    background-position: 5px center;
    padding: 5px 0px 5px 25px;
  }
  #techvan_paperless #header .container_box nav ul li:nth-child(2) {
    background-position: 10px center;
    padding: 5px 5px 5px 45px;
  }
  #techvan_paperless #header .container_box nav ul li:nth-child(2) a {
    font-size: 16px;
  }
  #techvan_paperless #header .inner h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    line-height: 1.35;
    width: 100%;
    margin: 54.2% 0 1em;
  }
  #techvan_paperless #header .inner h2 span {
    font-size: 26.58px;
  }
  #techvan_paperless #header .inner .main_contact_btn {
    width: 100%;
    margin: 0 auto;
  }
  #techvan_paperless #header .inner .main_contact_btn a {
    background: url(https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/06/icon_contact_arrow.png) 95% center no-repeat;  
  }
}
/*======================================
  contents
======================================*/

/*
  seminar
--------------------------------------*/
#techvan_paperless #seminar .container_box .seminar_contents {
  width: 1120px;
  margin: 20px auto;
  border: solid 2px #eee;  
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  padding: 60px;
}
#techvan_paperless #seminar .container_box {
  margin-top: 60px;
  margin-bottom: 120px;
}
#techvan_paperless #seminar .container_box .seminar_contents::before {
  content: "";
  width: 170px;
  height: 170px;
  background-color: #0096d9;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
}
#techvan_paperless #seminar .container_box .seminar_contents::after {
  content: "";
  width: 170px;
  height: 170px;
  background-color: #0096d9;
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: -1;
}
#techvan_paperless #seminar .container_box .seminar_contents .date_title {
  color: #0096d9;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  padding: 0 0 0 5px;
}
#techvan_paperless #seminar .container_box .seminar_contents .date_title li:nth-child(1) {
  font-size: 23.77px;
  margin: 0 10px 0 0;
}
#techvan_paperless #seminar .container_box .seminar_contents .date_title li:nth-child(2) {
  font-size: 17.43px;
}
#techvan_paperless #seminar .container_box .seminar_contents h3 {
  font-size: 30px;
  font-weight: 500;
  border-bottom: solid 2px #dcdcdc;
  padding: 0 5px 10px;
  margin: 0 0 1em;
  color: #333;
}
#techvan_paperless #seminar .container_box .seminar_contents .seminar_contact_btn {
  width: 484px;
  margin: 40px auto 0;
  background-color: #fd756a;  
}
#techvan_paperless #seminar .container_box .seminar_contents .seminar_contact_btn a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  padding: 11px 0;
  background: url(https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/06/icon_contact_arrow.png) 445px center no-repeat;
}
#techvan_paperless #seminar .container_box .seminar_contents .seminar_contact_btn a:hover {
  background-color: #FD9B92;
  transition: 0.6s;
}

/*スライダー*/
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/06/icon_next.png");
    right: 80px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/06/icon_prev.png");
    left: 80px;
    right: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 33px;
    margin-top: -16px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 33px;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width:768px) {
  #techvan_paperless #seminar .container_box .seminar_contents {
    width: 90%;
    margin: 5% auto;
    padding: 1em;
  }
  #techvan_paperless #seminar .container_box {
    margin-top: 2em;
    margin-bottom: 4em;
  }
  #techvan_paperless #seminar .container_box .seminar_contents::before {
    width: 85px;
    height: 85px;
    top: -10px;
    left: -10px;
  }
  #techvan_paperless #seminar .container_box .seminar_contents::after {
    width: 85px;
    height: 85px;
    bottom: -10px;
    right: -10px;
    z-index: -1;
  }
  #techvan_paperless #seminar .container_box .seminar_contents h3 {
    font-size: 22.5px;
    padding: 0 5px 0.5em;
    margin: 0 0 0.5em;
  }
  #techvan_paperless #seminar .container_box .seminar_contents .seminar_contact_btn {
    width: 100%;
  }
  #techvan_paperless #seminar .container_box .seminar_contents .seminar_contact_btn a {
    background-position: 95% center;
  }
  /*スライダー*/
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 2%;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 2%;
  }
}
/*
  kadai
--------------------------------------*/
#techvan_paperless #kadai {
  background-color: #f3f3f3;
}
#techvan_paperless #kadai .inner {
  padding: 90px 0 120px 0;
  background: url(https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/06/img_kadai_bg.png) right 45px no-repeat;
}
#techvan_paperless #kadai .inner h2 {
  color: #333;
  font-size: 36px;
  margin: 0 0 20px;
  letter-spacing: 2px;
}
#techvan_paperless #kadai .inner h2 span {
  font-size: 48px;
  color: #0096d9;
}
#techvan_paperless #kadai .inner p {
  width: 550px;
  font-size: 15px;
  line-height: 2;
}
#techvan_paperless #kadai .inner div {
  display: flex;
  background-color: #fff;
  padding: 40px 40px 30px;
  margin: 80px 0 0;
}
#techvan_paperless #kadai .inner div ul {
  width: 480px;
}
#techvan_paperless #kadai .inner div ul:nth-child(1) {
  margin: 0 60px 0 0;
}
#techvan_paperless #kadai .inner div ul li {
  background: url(https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/06/icon_check.png) left top no-repeat;
  font-size: 20px;
  font-weight: bold;
  padding: 3px 0 3px 50px;
  margin: 0 0 40px 0;
  position: relative;
}
#techvan_paperless #kadai .inner div ul li::before {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: -15px;
  left: 50px;
}
#techvan_paperless #kadai .inner div ul li::after {
  content: "";
  width: 365px;
  height: 1px;
  background-color: #d2d2d2;
  position: absolute;
  bottom: -15px;
  left: 130px;
}
@media screen and (max-width:768px) {
  #techvan_paperless #kadai .inner {
    padding: 2em 0 1em 0;
    background-size: 100% auto;
    background-position: left 23%;/*270px*/ 
  }
  #techvan_paperless #kadai .inner h2 {
    font-size: 27px;
  }
  #techvan_paperless #kadai .inner h2 span {
    font-size: 36px;
  }
  #techvan_paperless #kadai .inner p {
    width: 100%;
    padding-bottom: 2em;
  }
  #techvan_paperless #kadai .inner div {
    display: block;
    padding: 1em 1em 0.8em;
    margin: 67.2% 0 0;
  }
  #techvan_paperless #kadai .inner div ul {
    width: 100%;
  }
  #techvan_paperless #kadai .inner div ul li {
    font-size: 16px;
  }
  #techvan_paperless #kadai .inner div ul li::after {
    width: 55%;
  }
}

/*
  service
--------------------------------------*/
#techvan_paperless #service .container_box {
  position: relative;
  background: url(https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/06/img_solution.png) left 160px no-repeat;
  padding: 0 0 60px;
}

#techvan_paperless #service .container_box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f3faff;
  position: absolute;
  top: 80px;
  left: 60px;
  z-index: -1;
}
#techvan_paperless #service .container_box .inner div {
  width: 545px;
  margin: 0 0 0 535px;
  padding: 180px 0 0;
}
#techvan_paperless #service .container_box .inner div h2 {
  font-size: 36px;
  color: #0096d9;
  font-weight: 500;
  margin: 0 0 40px;
  line-height: 1.6;
}
#techvan_paperless #service .container_box .inner div p {
  font-size: 15px;
  line-height: 2;
  padding: 0 0 0 10px;
}
#techvan_paperless #service .container_box .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px 0 0;
}
#techvan_paperless #service .container_box .inner ul li {
  border: solid 1px #0096d9;
  background-color: #fff;
  width: 350px;
  padding: 35px 30px;
  margin: 0 0 35px;
}
#techvan_paperless #service .container_box .inner ul li dl {
  display: flex;
  align-items: center;
}
#techvan_paperless #service .container_box .inner ul li dl dt {
  width: 37px;
  height: 37px;
  text-align: center;
  background-color: #0096d9;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  padding: 6px 0 0;
  margin: 0 20px 0 0;
}
#techvan_paperless #service .container_box .inner ul li dl dd {
  width: 235px;
  font-weight: bold;
  color: #333;
}
#techvan_paperless #service .container_box .inner ul li:nth-child(2) dl {
  margin: 7px 0 0;
}
#techvan_paperless #service .container_box .inner ul li:nth-child(3) dl {
  margin: 7px 0 0;
}
#techvan_paperless #service .container_box .inner ul li:nth-child(7) dl {
  margin: 7px 0 0;
}
@media screen and (max-width:768px) {
  #techvan_paperless #service .container_box {
    padding: 0 0 1em;
    background-size: 100% auto;
    background-position: left 60px;
  }
  #techvan_paperless #service .container_box::before {
    top: 30px;
    left: 30px;
  }
  #techvan_paperless #service .container_box .inner div {
    width: 100%;
    margin: 0 0 0 0;
    padding: 60px 0 0;
  }
  #techvan_paperless #service .container_box .inner div h2 {
    margin: 71.3% 0 0;
    font-size: 27px;
    line-height: 1.5;
  }
  #techvan_paperless #service .container_box .inner ul {
    display: block;
    margin: 2em 0 0;
  }
  #techvan_paperless #service .container_box .inner ul li {
    width: 100%;
    padding: 1em 0.8em;
    margin: 0 0 1em;
  }
}
/*
  about
--------------------------------------*/
#techvan_paperless #about {
  background-color: #fff;
  padding: 90px 0 0;
}
#techvan_paperless div.ttl {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
#techvan_paperless #about .ttl p {
  color: #bbb;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  width: 250px;
  margin: 0 auto;
  letter-spacing: 1px;
}
#techvan_paperless #about .ttl p::before {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #bbb;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -125px;
}
#techvan_paperless #about .ttl p::after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #bbb;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: 50px;
}
#techvan_paperless #about .ttl h2 {
  font-weight: 500;
  font-size: 36px;
  color: #0096d9;
  margin: 0 0 100px;
}
#techvan_paperless #about .container_box {
  margin: 0 auto 60px;
  padding: 0 0 50px;
}
#techvan_paperless #about .container_box .inner {
  display: flex;
  justify-content: space-between;
}
#techvan_paperless #about ul li:nth-child(even) .container_box .inner {
  flex-direction : row-reverse;
}
#techvan_paperless #about .container_box .inner > div {
  width: 580px;
}
#techvan_paperless #about .container_box .inner .tag {
  width: 120px;
  text-align: center;
  color: #0096d9;
  border: solid 1px #0096d9;
  padding: 3px 0;
  position: relative;
  margin: 0 0 10px;
}
#techvan_paperless #about .container_box .inner .tag::before {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #0096d9;
  position: absolute;
  top: 17px;
  left: -20px;
}
#techvan_paperless #about .container_box .inner div h3 {
  font-size: 36px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  margin: 0 0 50px;
}
#techvan_paperless #about .container_box .inner div h3 .col_st {
  color: #0096d9;
}
#techvan_paperless #about ul li:nth-child(odd) .container_box {
  position: relative;
  z-index: 1;
}
#techvan_paperless #about ul li:nth-child(odd) .container_box::before {
  content: "";
  width: 100%;
  height: 390px;
  background-color: #0096d9;
  position: absolute;
  top: -50px;
  left: 845px;
  z-index: -1;
}
#techvan_paperless #about ul li:nth-child(odd) .container_box::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0096d9;
  position: absolute;
  top: 172px;
  right: 685px;
  z-index: -1;
}
#techvan_paperless #about ul li:nth-child(even) .container_box {
  position: relative;
  z-index: 1;
}
#techvan_paperless #about ul li:nth-child(even) .container_box::before {
  content: "";
  width: 100%;
  height: 390px;
  background-color: #0096d9;
  position: absolute;
  top: -50px;
  right: 845px;
  z-index: -1;
}
#techvan_paperless #about ul li:nth-child(even) .container_box::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0096d9;
  position: absolute;
  top: 172px;
  left: 680px;
  z-index: -1;
}
#techvan_paperless #about .container_box .inner div .txt {
  line-height: 1.875;
}

/*スクロールアニメーション*/
#techvan_paperless #about ul li:nth-child(1) {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  transition-delay: .1s;
  opacity: 1;
}
#techvan_paperless #about ul li:nth-child(1).move {
  -webkit-transform: translate(-20px, 0);
  opacity: 0;
}
#techvan_paperless #about ul li:nth-child(2) {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  transition-delay: .8s;
  opacity: 1;
}
#techvan_paperless #about ul li:nth-child(2).move {
  -webkit-transform: translate(20px, 0);
  opacity: 0;
}
#techvan_paperless #about ul li:nth-child(3) {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  transition-delay: 1.5s;
  opacity: 1;
}
#techvan_paperless #about ul li:nth-child(3).move {
  -webkit-transform: translate(-20px, 0);
  opacity: 0;
}
@media screen and (max-width:768px) {
  #techvan_paperless #about {
    padding: 3em 0 0;
  }
  #techvan_paperless #about .ttl h2 {
    font-size: 27px;
    margin: 0 0 1.5em;
  }
  #techvan_paperless #about .container_box {
    margin: 0 auto 2em;
    padding: 0 0 1.5em;
  }
  #techvan_paperless #about .container_box .inner {
    display: block;
  }
  #techvan_paperless #about ul li:nth-child(even) .container_box .inner {
    flex-direction: column;
  }
  #techvan_paperless #about .container_box .inner > div {
    width: 100%;
  }
  #techvan_paperless #about .container_box .inner div h3 {
    font-size: 27px;
    margin: 0 0 1em;
  }
  #techvan_paperless #about .container_box .inner p img {
    width: 90%;
    height: auto;
    padding: 2em 0 0;
    position: relative;
  }
  #techvan_paperless #about ul li:nth-child(odd) .container_box::before {
    content: "";
    width: 100%;
    height: 31%;
    background-color: #0096d9;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 30px;
    z-index: -1;
  }
  #techvan_paperless #about ul li:nth-child(even) .container_box .inner p img {
    text-align: right;
    margin: 0 0 0 10%;
  }
  #techvan_paperless #about ul li:nth-child(even) .container_box::before {
    content: "";
    width: 90%;
    height: 31%;
    background-color: #0096d9;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
/*
  lead_contact
--------------------------------------*/
#techvan_paperless #lead_contact {
  background: url(https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/06/img_lead_contact_bg.png) center top no-repeat,#2da5db;
  text-align: center;
  color: #fff;
  padding: 130px 0;
}
#techvan_paperless #lead_contact h2 {
  font-size: 44px;
  font-weight: normal;
}
#techvan_paperless #lead_contact .sub_txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  margin: 0 0 40px;
}
#techvan_paperless #lead_contact .contact_btn {
  width: 336px;
  margin: 0 auto;
  border: solid 2px #fff;
}
#techvan_paperless #lead_contact .contact_btn a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 9px 0;
  display: block;
}
#techvan_paperless #lead_contact .contact_btn a:hover {
  background-color: rgba(255,255,255,0.20);
  transition: 0.6s;
}
@media screen and (max-width:768px) {
  #techvan_paperless #lead_contact {
    padding: 3em 0;
  }
  #techvan_paperless #lead_contact h2 {
    font-size: 33px;
  }
  #techvan_paperless #lead_contact .contact_btn {
    width: 95%;
  }
}
/*
  case
--------------------------------------*/
#techvan_paperless #case {
  background-color: #fff;
  padding: 90px 0 100px;
}
#techvan_paperless #case .ttl p {
  color: #bbb;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  width: 250px;
  margin: 0 auto;
  letter-spacing: 1px;
}
#techvan_paperless #case .ttl p::before {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #bbb;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -125px;
}
#techvan_paperless #case .ttl p::after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #bbb;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: 50px;
}
#techvan_paperless #case .ttl h2 {
  font-weight: 500;
  font-size: 36px;
  color: #0096d9;
  margin: 0 0 100px;
}
#techvan_paperless #case .inner ul {
  display: flex;
  justify-content: space-between;
}
#techvan_paperless #case .inner ul li {
  width: 332px;
}
#techvan_paperless #case .inner ul li .thumb {
  margin: 0 0 30px;
}
#techvan_paperless #case .inner ul li .case_logo {
  margin: 0 0 17px;
}
#techvan_paperless #case .inner ul li .case_company {
  margin: 0 0 7px;
  font-size: 14px;
}
#techvan_paperless #case .inner ul li h3 {
  font-size: 18px;
  color: #0096d9;
  font-weight: 400;
  line-height: 1.67;
  margin: 0 0 20px;
}
#techvan_paperless #case .inner ul li .tag {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 15px;
}
#techvan_paperless #case .inner ul li .tag li {
  border: solid 1px #0096d9;
  border-radius: 5px;
  width: auto;
  color: #0096d9;
  font-size: 14px;
  padding: 2px 10px;
  margin: 0 10px 0 0;
}
#techvan_paperless #case .inner ul li .txt {
  font-size: 14px;
  line-height: 1.86;
  margin: 0 0 25px;
}
@media screen and (max-width:768px) {
  #techvan_paperless #case {
    padding: 3em 0 0;
  }
  #techvan_paperless #case .ttl h2 {
    font-size: 27px;
    margin: 0 0 1.5em;
  }
  #techvan_paperless #case .inner ul {
    display: block;
  }
  #techvan_paperless #case .inner ul li {
    width: 100%;
  }
  #techvan_paperless #case .inner ul li .thumb img {
    width: 100%;
    height: auto;
  }
  #techvan_paperless #case .inner ul li .case_logo img {
    width: 100%;
    height: auto;
  }
}
/*
  flow
--------------------------------------*/
#techvan_paperless #flow {
  background: url(https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/06/img_flow_bg.png) center top no-repeat, #67acdc;
  padding: 300px 0 140px;
  color: #fff;
}
#techvan_paperless #flow .ttl p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  width: 250px;
  margin: 0 auto;
  letter-spacing: 1px;
}
#techvan_paperless #flow .ttl p::before {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -105px;
}
#techvan_paperless #flow .ttl p::after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: 35px;
}
#techvan_paperless #flow .ttl h2 {
  font-weight: 500;
  font-size: 36px;
  color: #fff;
  margin: 0 0 15px;
}
#techvan_paperless #flow .inner dl {
  width: 975px;
  margin: 0 auto;
  display: flex;
  border-bottom: solid 1px #fff;
  padding: 30px 0;
}
#techvan_paperless #flow .inner dl dt {
  margin: 0 30px 0 0;
}
#techvan_paperless #flow .inner dl dd h3 {
  font-size: 24px;
  margin: 25px 0 0;
}
#techvan_paperless #flow .inner dl dd h3 span {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
}
@media screen and (max-width:768px) {
  #techvan_paperless #flow {
    padding: 4em 0 0;
    background-size: 100% auto;
  }
  #techvan_paperless #flow .ttl h2 {
    font-size: 27px;
    margin: 0 0 1.5em;
  }
  #techvan_paperless #flow .inner dl {
    width: 100%;
  }
  #techvan_paperless #flow .inner dl dt {
    margin: 0 10px 0 0;
	  width:30%;
  }
  #techvan_paperless #flow .inner dl dt img {
    width: 100%;
    height: auto;
  }
	#techvan_paperless #flow .inner dl dd {
		width:100%;
	}
  #techvan_paperless #flow .inner dl dd h3 {
    margin: 0 0 0;
  }
}
/*
  faq
--------------------------------------*/
#techvan_paperless #faq {
  background-color: #f3f3f3;
  padding: 80px 0 110px;
}
#techvan_paperless #faq .ttl p {
  color: #bbb;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  width: 250px;
  margin: 0 auto;
  letter-spacing: 1px;
}
#techvan_paperless #faq .ttl p::before {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #bbb;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -105px;
}
#techvan_paperless #faq .ttl p::after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #bbb;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: 35px;
}
#techvan_paperless #faq .ttl h2 {
  font-weight: 500;
  font-size: 36px;
  color: #0096d9;
  margin: 0 0 100px;
}
#techvan_paperless #faq .inner .faqs {
  width: 1000px;
  margin: 0 auto 20px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
#techvan_paperless #faq .inner .faqs dt {
  background: url(https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/06/icon_q.png) 25px center no-repeat;
  position: relative;
  padding: 30px 30px 30px 100px;
  font-weight: normal;
}
#techvan_paperless #faq .inner .faqs dt::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/06/icon_plus.png) center center no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  margin: -7px 0 0 0;
}
#techvan_paperless #faq .inner .faqs dd {
  display: none;
  background-color: #f3faff;
  width: 936px;
  margin: 0 auto 30px;
  border-radius: 10px;
  padding: 30px;
}
#techvan_paperless #faq .inner .faqs.active {
  padding-bottom: 10px;
}
#techvan_paperless #faq .inner .faqs dt.active {
  color: #0096d9;
  font-weight: bold;
}
#techvan_paperless #faq .inner .faqs dt.active::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/06/icon_minus.png) center center no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  margin: -7px 0 0 0;
}
#techvan_paperless #faq .inner .faqs dt.active > dd {
  display: block;
  background-color: #f3faff;
  width: 936px;
  margin: 0 auto 30px;
  border-radius: 10px;
  padding: 30px;  
}
@media screen and (max-width:768px) {
  #techvan_paperless #faq {
    padding: 3em 0 2em;
  }
  #techvan_paperless #faq .ttl h2 {
    font-size: 27px;
    margin: 0 0 1.5em;
  }
  #techvan_paperless #faq .inner .faqs {
    width: 100%;
    margin: 0 auto 1em;
  }
  #techvan_paperless #faq .inner .faqs dt {
    padding: 1em 2em 1em 80px;
  }
  #techvan_paperless #faq .inner .faqs dt::after {
    right: 0.5em;
  }
  #techvan_paperless #faq .inner .faqs dd {
    width: 90%;
    margin: 0 auto 1em;
    padding: 1em;
  }
  #techvan_paperless #faq .inner .faqs dt.active::after {
    right: 0.5em;
  }
  #techvan_paperless #faq .inner .faqs dt.active > dd {
    width: 90%;
    margin: 0 auto 1em;
    padding: 1em;
  }
}
/*
  contact
--------------------------------------*/
#techvan_paperless #contact {
  background: url(https://blogs.techvan.co.jp/vanblonews/wp-content/uploads/2020/06/img_contact_bg.png) top center no-repeat, #2ca4da;
  padding: 100px 0 150px;
}
#techvan_paperless #contact h2 {
  font-size: 44px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 0 0 10px;
}
#techvan_paperless #contact > p {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  text-align: center;
}
#techvan_paperless #contact table {
  border-collapse: collapse;
  width: 1000px;
  margin: 35px auto 0;
}
#techvan_paperless #contact table tr {
  border-bottom: solid 2px #29a1d7;
}
#techvan_paperless #contact table th {
  width: 380px;
  background-color: #f0f0f0;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "Hiragino Sans", "sans-serif";
  font-size: 16px;
  color: #333;
  padding: 20px;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}
#techvan_paperless #contact table th .caution {
  background-color: #fd756a;
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  margin: 0 0 0 10px;
}
#techvan_paperless #contact table td {
  background-color: #fff;
  padding: 20px;
}
#techvan_paperless #contact table input[type="text"],
#techvan_paperless #contact table input[type="tel"],
#techvan_paperless #contact table input[type="email"] {
  border-radius: 5px;
  border: solid 2px #cccccc;
  height: 40px;
  padding: 0;
  margin: 0;
}
#techvan_paperless #contact table textarea {
  border-radius: 5px;
  border: solid 2px #cccccc;
  padding: 0;
  margin: 0;
}
#techvan_paperless #contact table #comment {
  width: 100%;
  height: 120px;
}
#techvan_paperless #contact table #df_bikou {
  width: 100%;
  height: 140px; 
}
#techvan_paperless #contact table #df_mail {
  width: 100%;
}
#techvan_paperless #contact table #df_company,
#techvan_paperless #contact table #df_section,
#techvan_paperless #contact table #df_post,
#techvan_paperless #contact table #df_tel {
  width: 340px;
}
#techvan_paperless #contact table #df_sei,
#techvan_paperless #contact table #df_mei {
  width: 150px;
}
#techvan_paperless #contact table ul {
  display: flex;
}
#techvan_paperless #contact table ul li {
  margin: 0 30px 0 0;
}
#techvan_paperless #contact .privacy {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  padding: 50px 0;
}
#techvan_paperless #contact .privacy .submit_btn {
  margin: 20px auto 0;
}
#techvan_paperless #contact .privacy p a {
  color: #333;
  text-decoration: underline;
}
#techvan_paperless #contact .privacy .submit_btn a:hover {
  opacity: 0.7;
  transition: .6s;
}
@media screen and (max-width:768px) {
  #techvan_paperless #contact {
    padding: 3em 0 4em;
  }
  #techvan_paperless #contact h2 {
    font-size: 33px;
  }
  #techvan_paperless #contact table {
    width: 95%;
    box-sizing: border-box;
  }
  #techvan_paperless #contact table th {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #techvan_paperless #contact table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #techvan_paperless #contact table #df_company,
  #techvan_paperless #contact table #df_section,
  #techvan_paperless #contact table #df_post,
  #techvan_paperless #contact table #df_tel {
    width: 100%;
  }
  #techvan_paperless #contact table #df_sei,
  #techvan_paperless #contact table #df_mei {
    width: 100%;
  }
  #techvan_paperless #contact table ul {
    display: block;
  }
  #techvan_paperless #contact .privacy {
    width: 95%;
    padding: 2em 0;
  }
  #techvan_paperless #contact .privacy .submit_btn {
	  width:100%;
	}
	#techvan_paperless #contact .privacy .submit_btn input[type="image"] {
		width: 95%!important;
	}
  #techvan_paperless #contact .privacy .submit_btn img {
    width: 95%;
    height: auto;
  }
}

/*---------------------------------------------
	footer
-----------------------------------------------*/
footer {
}
.mod_footer {
	background-color: #212121;  
  color: #fff;
	padding: 65px 0 0;
	margin: 0 auto;
}
.mod_footer .top {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 65px;
}
.mod_footer .top .footer_logo {
	border-right: solid 1px #343434;
	width: 257px;
}
.mod_footer .top .company_link {
	margin: 15px 0 0;	
}
.mod_footer .top .company_link a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.mod_footer .top .nav {
	display: flex;
	justify-content: space-between;
	width: 460px;
}
.mod_footer .top .nav .main {
	width: 170px;
}
.mod_footer .top .nav .main > li .sp_det a {
	font-size: 16px;
	font-weight: bold;
}
.mod_footer .top .nav .main li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
.mod_footer .top .imp .tel {
	font-size: 18px;
	margin: 0 0 10px;
}
.mod_footer .top .imp .tel a {
		color: #fff;
	}
.mod_footer .top .imp .mod_btn01 {
	background-color: #2d72b7;
	text-align: center;
	width: 160px;
	margin: 0 0 15px;
}
.mod_footer .top .imp .mod_btn01 a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 6px 0;
	font-size: 12px;
}
.mod_footer .bottom {
	background-color: #1a1a1a;
}
.mod_footer .bottom ul {
	display: flex;
	justify-content: center;
	padding: 1.5em 0;
}
.mod_footer .bottom ul li {
	list-style-type: none;
	position: relative;
}
.mod_footer .bottom ul li::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 12px;
	background-color: #fff;	
	top: 10px;
}
.mod_footer .bottom ul li:nth-last-child(1)::after {
	display: none;
}
.mod_footer .bottom ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 0 20px;
}
.mod_footer .copyright {
	background-color: #0d0d0d;
	text-align: center;
	font-size: 11px;
	padding: 2em 0;
}
@media screen and (max-width:768px) {
	.mod_footer .top {
		display: block;
		width: 95%;
	}
	.mod_footer .top .footer_logo {
		border-right: none;
		border-bottom: solid 1px #343434;
		width: 100%;
		padding: 0 0 30px;
	}
	.mod_footer .top .nav {
		display: block;
		width: 100%;
		padding: 30px 0;
	}
	.mod_footer .top .nav .main {
		width: 100%;
		margin: 0 0 10px;
	}
	
  .mod_footer .bottom .ot {
    display: block;
  }
  .mod_footer .bottom .ot li::after {
    display: none;
  }
}
@media screen and (max-width:480px) {
	.mod_footer .top .imp .mod_btn01 {
		width: 100%;
	}
}