@charset "utf-8";

body {
	color: #333333;
	background: none;
}

h1,
h2 {
	color: #004f9d;
}

/* SP */
@media only screen and (max-width: 834px) {

body {
	font-size: 1.6rem;
}

h3 {
	font-size: 1.6rem;
}

/* --------------------
	layout
-------------------- */

section {
	margin-bottom: 36px;
}

.wrapper {
	padding: 0 16px;
}

#heroArea {
	padding: 20px 0;
	flex-direction: column;
	background: url(/solution/lp/inventory/img/sp_heroarea_bg.png) 50% 50%  no-repeat;
}

#heroArea .conteinor {
	padding: 0 16px;
}

#heroArea #messageArea {
	width: 100%;
	text-align: center;
}

#heroArea h1 {
	font-size: 2.4rem;
	line-height: 1.4;
}

#heroArea p.lead {
	font-size: 1.6rem;
}

#heroArea .btn {
	width: 100%;
}

#heroArea .btn a {
	margin: 0 auto 10px auto;
	width: 60%;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 1.6rem;
	text-decoration: none;
	background: #f25c5d;
	box-shadow: 0 4px 0 #e04546;
}

#heroArea p.area {
	font-size: 1.2rem;
}

section#sec01 {
	padding: 10px 0 20px 0;
	background: #f4f4f4;
}

section#sec01 ul.type {
	list-style-type: none;
}

section#sec01 ul.type li {
	text-align: center;
}

	section#sec01 ul.type li h3,
	section#sec01 ul.type li p {
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px;
	}

		section#sec01 ul.type li p>span {
			color: #f25c5d;
			font-weight: bold;
		}

section#sec02 {
}

section#sec02 ul.risk {
	list-style-type: none;
}

section#sec02 ul.risk li {
	margin-bottom: 20px;
	padding: 0;
}

	section#sec02 ul.risk li.r01 {
		background: #ffffff url(/solution/lp/inventory/img/sec02_01.png) 50% 0% no-repeat;
		background-size: 50%;
	}

	section#sec02 ul.risk li.r02 {
		background: #ffffff url(/solution/lp/inventory/img/sec02_02.png) 50% 0% no-repeat;
		background-size: 50%;
	}

	section#sec02 ul.risk li.r03 {
		background: #ffffff url(/solution/lp/inventory/img/sec02_03.png) 50% 0% no-repeat;
		background-size: 50%;
	}

	section#sec02 ul.risk li h3 {
		margin: 0 0 80px 0;
	}

	section#sec02 ul.risk li p {
		padding: 2px 4px;
		background-color: rgba(255, 255, 255, 0.8);
	}

section#sec03 {
	padding: 10px 0 20px 0;
	background: #f4f4f4;
}

section#sec03 ol {
	list-style-type: none;
}

section#sec03 ol li {
	margin: 0 0 20px 0;
	padding: 10px;
	position: relative;
	background: #ffffff;
}

	section#sec03 ol li:not(:last-child)::after {
		content: "";
		width: 20px;
		height: 10px;
		position: absolute;
		left: 50%;
		bottom: -10px;
		transform: translateX(-50%);
		background: #ffffff;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}

section#sec04 {
	
}

section#sec04 ul.phase {
	list-style: none;
}

	section#sec04 ul.phase>li {
		margin: 0 0 10px 0;
		border: solid 2px #4aa4fc;
		border-radius: 4px;
	}

		section#sec04 ul.phase li h3 {
			padding: 4px 0;
			color: #ffffff;
			text-align: center;
			background: #4aa4fc;
		}

		section#sec04 ul.phase li p {
			margin: 12px auto 12px 12px;
		}
		
		section#sec04 ul.phase li p.price {
			margin: 0 auto 12px auto;
			color: #004f9d;
			font-size: 2rem;
			font-weight: 700;
			text-align: center;
		}

	section#sec04 ul.exp {
		margin: 0 12px 12px 12px;
		padding-left: 0;
		list-style: none;
	}
	
	ul.exp li {
		position: relative;
		padding-left: 1.2em;
		text-indent: -1.2em;
	}

section#sec05 {
	padding: 10px 0 20px 0;
	background: #f4f4f4;
}

section#sec05 dl {
	margin: 0 0 10px 0;
	padding: 12px;
	background: #ffffff;
	border-radius: 4px;
}

	section#sec05 dl:last-child {
	margin: 0;
}

	section#sec05 dt {
		margin: 0 0 6px 0;
		padding: 0 0 10px 0;
		font-weight: bold;
		border-bottom: solid 1px #cccccc;
	}

	section#sec05 dd {
		margin: 0;
	}

section#sec06 ul {
	list-style-type: none;
}

section#sec06 ul li {
	padding: 0 0 0 12px;
	margin-bottom: 20px;
}

	section#sec06 ul li.plan01 {
		border-left: solid 5px #98e4ff;
	}

	section#sec06 ul li.plan02 {
		border-left: solid 5px #00bdff;
	}

	section#sec06 ul li.plan03 {
		border-left: solid 5px #0066ff;
	}

section#sec06 {
	padding: 0 16px;
}

section#sec06 form dl {
    display: block;
}

section#sec06 form dl dt,
section#sec06 form dl dd {
	width: 100%;
}

textarea {
	width: 100%;
}

.inputBtn {
	width: 100%;
}

.inputBtn input {
	width: 100%;
	font-size: 1.6rem;
	line-height: 56px;
}

#thanksArea {
	margin: 0;
	padding: 16px;
}

#thanksArea ul {
	margin: 20px 0;
	list-style-type:none;
}

footer nav#subNavi li {
	margin: 0 4px;
}

}	/* -SP- */


/* PC */
@media screen and (min-width: 835px) {

body {
	max-width: 1920px;
}

h2 {
	margin: 0 0 60px 0;
	font-size: 3.6rem;
	text-align: center;
}

h3 {
	margin: 0;
	font-size: 2rem;
	font-weight: bold;
}

aside.noteText {
	margin: 40px 0 0 0;
	padding: 30px;
	border: dashed 2px #c8e9ff;
}

/* --------------------
	layout
-------------------- */

/* header */

#heroArea {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	height: 600px;
	display: flex;
	background: url(/solution/lp/inventory/img/heroarea_bg.jpg) no-repeat 50% 0;
}

	.conteinor {
		margin: 0 auto 120px auto;
		width: 1040px;
	}

#logo {
	margin: 29px 0 0 0;
}

h1 {
	margin: 190px 0 40px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 72px;
	font-weight: bold;
}

#heroArea .btn {
	margin: 0 auto 10px 0;
	width: 300px;
}

	#heroArea .btn a {
		height: 64px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #ffffff;
		font-size: 1.8rem;
		font-weight: bold;
		text-decoration: none;
		background: #f25c5d;
		border-bottom: solid 5px #e04546;
		box-shadow: 0 4px 0 #e04546;
		transition: 0.1s ease-in-out;
		position: relative;
	}

		#heroArea .btn a:hover {
			background: #ff7677;
			border-bottom: solid 3px #e04546;
			box-shadow: 0 2px 0 #e04546;
			top: 2px;
		}


section#sec01 {
	padding: 120px 0;
	background: #eeeeee;
}

section#sec01 h2 {
	margin: 0 0 30px 0;
}

section#sec01 p.sub {
	margin: 0 0 52px 0;
	color: #4aa4fc;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

section#sec01 ul.type {
	margin: 0 auto;
	display: grid;
	grid-template-columns: 246px 246px 246px;
	grid-template-rows: 246px;
	grid-gap: 60px;
	list-style: none;
	justify-content: center;
}

	section#sec01 ul.type li {
		padding: 16px;
		font-size: 2.4rem;
		font-weight: bold;
		text-align: center;
		border: solid 2px #004f9d;
		border-radius: 8px;
		box-shadow: 0 0 0 2px #4aa4fc;
	}

		section#sec01 ul.type li.t01 {
			background: url(/solution/lp/inventory/img/sec01_01.png) no-repeat 50% 50%;
		}

		section#sec01 ul.type li.t02 {
			background: url(/solution/lp/inventory/img/sec01_02.png) no-repeat 50% 50%;
		}

		section#sec01 ul.type li.t03 {
			background: url(/solution/lp/inventory/img/sec01_03.png) no-repeat 50% 50%;
		}

		section#sec01 ul.type li h3 {
			margin: 0 0 140px 0;
		}

		section#sec01 ul.type p span {
			color: #f25c5d;
		}

section#sec01 .solution {
	padding: 40px 360px 0 0;
	min-height: 326px;
	background: url(/solution/lp/inventory/img/sec01_07.png) 100% 0% no-repeat;
}

	section#sec01 .solution h2 {
		margin: 0 0 8px 0;
		text-align: left;
	}
	
	section#sec01 .solution p.question {
		font-size: 2.2rem;
		font-weight: bold;
	}



section#sec02 {
	margin: 0;
	padding: 120px 0;
}

section#sec02 ul.risk {
	margin: 0 auto;
	width: 1050px;
	display: grid;
	grid-template-columns: 320px 320px 320px;
	grid-template-rows: 392px;
	grid-gap: 45px;
	list-style: none;

}

	section#sec02 ul.risk li {
		padding: 194px 0 0 0;
	}

		section#sec02 ul.risk li.r01 {
			background: url(/solution/lp/inventory/img/sec02_01.png) no-repeat;
		}

		section#sec02 ul.risk li.r02 {
			background: url(/solution/lp/inventory/img/sec02_02.png) no-repeat;
		}

		section#sec02 ul.risk li.r03 {
			background: url(/solution/lp/inventory/img/sec02_03.png) no-repeat;
		}

	section#sec02 ul.risk li h3 {
		margin: 0 0 8px 0;
		padding: 4px;
		color: #ffffff;
		font-size: 18px;
		text-align: center;
		background: #4aa4fc;
	}

section#sec02 p.resolve {
	color: #004f9d;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;

}

section#sec03 {
	padding: 120px 0;
	background: #eeeeee;
}

section#sec03 ol {
	list-style: none;
}

section#sec03 ol li {
	margin: 0 0 40px 0;
	padding: 0 24px 0 170px;
	height: 160px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 8px;
}

	section#sec03 ol li h3 {
		font-size: 1.8rem;
		font-weight: bold;
	}

		section#sec03 ol li:not(:last-child)::after {
			content: "";
			width: 60px;
			height: 20px;
			position: absolute;
			left: 50%;
			bottom: -20px;
			transform: translateX(-50%);
			background: #ffffff;
			clip-path: polygon(0 0, 100% 0, 50% 100%);
		}

		section#sec03 ol li.flow01 {
			background: #ffffff url(/solution/lp/inventory/img/sec03_01.png) 24px 50% no-repeat;
		}

		section#sec03 ol li.flow02 {
			background: #ffffff url(/solution/lp/inventory/img/sec03_02.png) 24px 50% no-repeat;
		}

		section#sec03 ol li.flow03 {
			background: #ffffff url(/solution/lp/inventory/img/sec03_03.png) 24px 50% no-repeat;
		}

		section#sec03 ol li.flow04 {
			background: #ffffff url(/solution/lp/inventory/img/sec03_04.png) 24px 50% no-repeat;
		}


section#sec04 {
	padding: 120px 0;
}

section#sec04 ul.phase {
	margin: 0 auto 1em auto;
	width: 1050px;
	display: grid;
	grid-template-columns: 500px 500px;
	grid-gap: 50px;
	list-style: none;
}

	section#sec04 ul.phase>li {
		border: solid 2px #4aa4fc;
		border-radius: 8px;
	}

		section#sec04 ul.phase li h3 {
			padding: 6px 0;
			color: #ffffff;
			text-align: center;
			background: #4aa4fc;
		}

		section#sec04 ul.phase li p {
			margin: 24px auto 24px 24px;
		}
		
		section#sec04 ul.phase li p.price {
			margin: 0 auto 24px auto;
			color: #004f9d;
			font-size: 3.6rem;
			font-weight: bold;
			text-align: center;
		}

	section#sec04 ul.exp {
		margin: 0 24px 24px 24px;
		padding-left: 0;
		list-style: none;
	}
	
	ul.exp li {
		position: relative;
		padding-left: 1.2em;
		text-indent: -1.2em;
	}

section#sec05 {
	padding: 120px 0;
	background: #eeeeee;
}

section#sec05 dl {
	margin: 0 0 30px 0;
	padding: 40px;
	background: #ffffff;
	border-radius: 8px;
}

	section#sec05 dl:last-child {
	margin: 0;
}

	section#sec05 dt {
		margin: 0 0 37px 0;
		padding: 0 0 0 64px;
		height: 50px;
		display: flex;
		position: relative;
		align-items: center;
		font-weight: bold;
		background: url(/solution/lp/inventory/img/sec05_q.png) 0% 50% no-repeat;
	}

	section#sec05 dd {
		margin: 0;
		padding: 0 0 0 64px;
		height: 50px;
		display: flex;
		align-items: center;
		background: url(/solution/lp/inventory/img/sec05_a.png) 0% 50% no-repeat;
	}

		section#sec05 dt::after {
			content: "";
			position: absolute;
			left: 0;
			right: 0;
			bottom: -18px;
			border-bottom: 1px solid #b7b7a7;
		}


section#sec06 {
	margin: 0 auto;
	padding: 120px 0 60px 0;
	width: 1050px;
}

section#sec06 form dl {
	margin: 20px 0 20px 0;
	display: flex;
}

section#sec06 form dl dt {
	padding: 8px 0;
	width: 160px;
}

section#sec06 form dl dd {
	margin: 0;
	padding: 8px 0;
	width: 760px;
}

section#sec06 form dl dd input {
	padding: 10px;
	width: 240px;
	border: solid 1px #eeeeee;
	background: #eeeeee;
}

section#sec06 form dl dd textarea {
	padding: 10px;
	width: 100%;
	border: solid 1px #eeeeee;
	background: #eeeeee;
}

	section#sec06 form dl dd input:focus,
	section#sec06 form dl dd textarea:focus {
		outline: none;
		border: solid 1px #0099ff;
		background: #ffffff;
	}

.inputBtn {
	margin: 0 auto 0 auto;
	display: flex;
	justify-content: center;
}

.inputBtn input {
	margin: 30px auto;
	width: 300px;
	height: 64px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	line-height: 60px;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	background: #f25c5d;
	border: none;
	border-bottom: solid 5px #e04546;
	box-shadow: 0 4px 0 #e04546;
	transition: 0.1s ease-in-out;
}

	.inputBtn input:hover {
		top: 2px;
		background: #ff7677;
		border-bottom: solid 3px #e04546;
		box-shadow: 0 2px 0 #e04546;
	}

footer {
	margin: 0 auto 20px auto;
	width: 1040px;
	color: #333333;
}

	footer #subNavi a {
		color: #333333;
		text-decoration: none;
	}

/* --------------------
	thanks
-------------------- */

#thanksArea h1 {
	font-size: 4.0rem;
}

#thanksArea p {
	margin: 0 0 120px 0;
	height: 420px;
	background: url(/solution/lp/inventory/img/thanks.png) 50% 100% no-repeat;
}

#thanksArea ul {
	margin: 0 auto;
	width: 1040px;
	display: grid;
	grid-template-columns: 475px 475px;
	grid-gap: 90px;
	list-style: none;
}

	#thanksArea ul a {
		padding: 12px 0;
		display: block;
		border: solid 1px #333333;
		text-align: center;
		text-decoration: none;
	}


}	/* -PC- */


