@charset "utf-8";

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

/* 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 {
	flex-direction: column;
	background: #ffffff;
	padding: 20px 0;
}

#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: #ff9900;
	box-shadow: 0 4px 0 #e08600;
}

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

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

section#sec01 ul.problem {
	padding: 260px 0 0 0;
	list-style-type: none;
	background: url(/solution/lp/improvement/img/sec01_03.png) 50% 0%  no-repeat;
}

section#sec01 ul.problem li {
	margin-bottom: 10px;
	padding: 8px 8px 8px 52px;
	position: relative;
	background: #ffffff;
	border-radius: 10px;
}

		section#sec01 ul.problem li::after {
			content: "×";
			position: absolute;
			top: 50%;
			left: 12px;
			transform: translateY(-50%);
			color: #dd0000;
			font-size: 3.0rem;
		}

section#sec02 {
}

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

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

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

	section#sec02 ul li.draft {
		background: #ffffff url(/solution/lp/improvement/img/sec02_01.png) 50% 100% no-repeat;
		background-size: 50%;
	}

	section#sec02 ul li.molding {
		background: #ffffff url(/solution/lp/improvement/img/sec02_02.png) 50% 100% no-repeat;
		background-size: 50%;
	}

section#sec04 .roi {
	margin: 24px auto 24px auto;
	padding: 8px 24px;
	width: fit-content;
	font-weight: 700;
	border: solid 2px #dddddd;

}

	section#sec04 .roi .daily,
	section#sec04 .roi .days  {
		font-size: 2rem;
	}

	section#sec04 .roi output.total  {
		font-size: 2rem;
		color: #ff9900;
	}

section#sec04 dl {
	margin: 0 0 1rem 0;
}

	section#sec04 dl dt {
		font-weight: 700;
	}


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

section#sec05 ol li {
	padding-left: 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 table {
	margin: 10px 0 0 0;
	overflow-x: auto;
	width: 100%;
	font-size: 1.4rem;
}

	section#sec06 table tbody th,
	section#sec06 table thead th,
	section#sec06 table tbody td {
		text-align: center;
		vertical-align: middle;
		background: #ffffff;
	}

		section#sec06 table thead th .th-inner {
			padding: 12px 0 8px 0;
	}

		section#sec06 table thead th.light .th-inner {
			border-top: solid 5px #98e4ff;
		}
		
		section#sec06 table thead th.standard .th-inner {
			border-top: solid 5px #00bdff;
		}

		section#sec06 table thead th.plemium .th-inner {
			border-top: solid 5px #0066ff;
		}

		section#sec06 table tbody td.light {
			color: #98e4ff;
		}

		section#sec06 table tbody td.standard {
			color: #00bdff;
		}

		section#sec06 table tbody td.plemium {
			color: #0066ff;
		}


section#sec07 dl {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: dashed 1px #aaaaaa;
}

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

	section#sec07 dl dt {
		font-weight: 700;
	}

section#sec08 {
	padding: 0 16px;
}

section#sec08 form dl {
    display: block;
}

section#sec08 form dl dt,
section#sec08 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;
	color: #333333;
	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 160px auto;
	width: 100%;
	max-width: 1920px;
	height: 650px;
	display: flex;
	background: url(/solution/lp/improvement/img/heroarea_bg.jpg) no-repeat 0 0;
}

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

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

#heroArea #messageArea {
	width: 530px;

}

h1 {
	margin: 65px 0 40px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 64px;
	font-weight: bold;
	text-shadow: 0px 0px 5px #ffffff;

}

	#heroArea p.lead {
		color: #333333;
		font-size: 2.4rem;
		font-weight: bold;
		text-shadow: 0px 0px 5px #ffffff;
	}

	#heroArea p.area {
		font-size: 1.4rem;
		font-weight: normal;
		text-align: center;
	}

#heroArea .btn {
	margin: 48px auto 10px auto;
	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: #ff9900;
		border-bottom: solid 5px #e08600;
		box-shadow: 0 4px 0 #e08600;
		transition: 0.1s ease-in-out;
		position: relative;
	}

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


section#sec01 {
	margin: 0 0 104px 0;
}

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

section#sec01 ul.problem {
	margin: 0 0 77px 0;
	display: grid;
	grid-template-columns: 320px 320px 320px;
	grid-template-rows: 320px 320px;
	grid-gap: 26px 40px;
	list-style: none;
}

	section#sec01 ul.problem li {
		padding: 254px 0 0 0;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.1;
		text-align: center;
	}

		section#sec01 ul.problem li.p01 {
			background: url(/solution/lp/improvement/img/sec01_01.png) no-repeat;
		}

		section#sec01 ul.problem li.p02 {
			background: url(/solution/lp/improvement/img/sec01_02.png) no-repeat;
		}

		section#sec01 ul.problem li.p03 {
			background: url(/solution/lp/improvement/img/sec01_03.png) no-repeat;
		}

		section#sec01 ul.problem li.p04 {
			background: url(/solution/lp/improvement/img/sec01_04.png) no-repeat;
		}

		section#sec01 ul.problem li.p05 {
			background: url(/solution/lp/improvement/img/sec01_05.png) no-repeat;
		}

		section#sec01 ul.problem li.p06 {
			background: url(/solution/lp/improvement/img/sec01_06.png) no-repeat;
		}


section#sec01 .solution {
	padding: 40px 360px 0 0;
	min-height: 326px;
	background: url(/solution/lp/improvement/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 0 120px 0;
	padding: 120px 0;
	background: #e0f7ff url(/solution/lp/improvement/img/bg_blue.png) repeat;
}

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

	section#sec02 ul li {
		padding: 40px;
		height: 660px;
		border-radius: 10px;
	}

		section#sec02 ul li.draft {
			background: #ffffff url(/solution/lp/improvement/img/sec02_01.png) 50% 85% no-repeat;
		}

		section#sec02 ul li.molding {
			background: #ffffff url(/solution/lp/improvement/img/sec02_02.png) 50% 85% no-repeat;
		}

section#sec02 h3 {
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: solid 1px #888888;
}

section#sec04 {
	margin: 0 0 120px 0;
}

section#sec04 .roi {
	margin: 24px auto 24px auto;
	width: fit-content;
	font-size: 2rem;
	font-weight: bold;

}

	section#sec04 .roi .daily,
	section#sec04 .roi .days  {
		font-size: 5rem;
	}

	section#sec04 .roi output.total  {
		font-size: 5rem;
		color: #ff9900;
	}

section#sec04 dl {
	margin: 1rem 0 0 0;
	display: flex;
	align-items: flex-start; /* 上揃えにする */
}

	section#sec04 dl dt {
		margin: 0;
		width: 200px;
		flex-shrink: 0;
		font-weight: bold;
	}

	section#sec04 dl dd {
		margin: 0;
		flex-grow: 1;
	}

section#sec05 {
	margin: 0 0 120px 0;
	padding: 120px 0;
	background: #e0f7ff url(/solution/lp/improvement/img/bg_blue.png) repeat;
}

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

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

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

		section#sec05 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#sec05 ol li.flow01 {
			background: #ffffff url(/solution/lp/improvement/img/sec05_01.png) 24px 50% no-repeat;
		}

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

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

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

		section#sec05 ol li.flow05 {
			background: #ffffff url(/solution/lp/improvement/img/sec05_05.png) 24px 50% no-repeat;
		}

section#sec06 {
	margin: 0 0 120px 0;
}

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

	section#sec06 ul li {
		margin: 0 0 13px 0;
		padding: 0 0 0 60px;
		height: 168px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

		section#sec06 ul li.plan01 {
			background: url(/solution/lp/improvement/img/sec06_01.png) 0% 50% no-repeat;
		}

		section#sec06 ul li.plan02 {
			background: url(/solution/lp/improvement/img/sec06_02.png) 0% 50% no-repeat;
		}

		section#sec06 ul li.plan03 {
			background: url(/solution/lp/improvement/img/sec06_03.png) 0% 50% no-repeat;
		}

	section#sec06 ul li h3 {
		font-size: 2.4rem;
	}

section#sec06 table {
	margin: 60px 0 0 0;
	width: 100%;
	border-collapse: collapse;
}

	section#sec06 table th,
	section#sec06 table td {
		background: #ffffff;
		border-top: none;
		border-right: solid 24px #ffffff;
		border-bottom: solid 1px #cccccc;
		border-left: solid 24px #ffffff;
	}

	section#sec06 table thead th {
		padding: 0;
		width: 240px;
		font-size: 2.0rem;
	}

	section#sec06 table thead th .th-inner {
		padding: 22px 0 18px 0;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

		section#sec06 table thead th.light .th-inner {
			border-top: solid 10px #98e4ff;
		}
		
		section#sec06 table thead th.standard .th-inner {
			border-top: solid 10px #00bdff;
		}

		section#sec06 table thead th.plemium .th-inner {
			border-top: solid 10px #0066ff;
	}

	section#sec06 table tbody th {
		padding: 20px;
		width: 300px;
		font-weight: normal;
		text-align: left;
}

	section#sec06 table tbody td {
		padding: 20px;
		text-align: center;
	}

		section#sec06 table tbody td.light {
			color: #98e4ff;
		}

		section#sec06 table tbody td.standard {
			color: #00bdff;
		}

		section#sec06 table tbody td.plemium {
			color: #0066ff;
		}


section#sec07 {
	margin: 0 0 120px 0;
	padding: 120px 0;
	background: #e0f7ff url(/solution/lp/improvement/img/bg_blue.png) repeat;
}

section#sec07 dl {
	margin: 0 0 30px 0;
	padding: 60px;
	background: #ffffff;
	border-radius: 10px;
}

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

	section#sec07 dl dt {
		margin: 0 0 24px 0;
		padding: 0 0 0 70px;
		height: 50px;
		display: flex;
		align-items: center;
		font-size: 2.0rem;
		font-weight: bold;
		background: url(/solution/lp/improvement/img/sec07_01.png) 0% 50% no-repeat;
	}

	section#sec07 dl dd {
		padding: 24px 0 0 0;
		border-top: solid 1px #dddddd;
	}

section#sec08 {
	margin: 0 auto 60px auto;
	padding: 60px;
	width: 1040px;
	background: #f9f9f9 url(/solution/lp/improvement/img/bg_gray.png);
	border-radius: 10px;
}

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

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

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

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

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

	section#sec08 form dl dd input:focus,
	section#sec08 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: #ff9900;
	border: none;
	border-bottom: solid 5px #e08600;
	box-shadow: 0 4px 0 #e08600;
	transition: 0.1s ease-in-out;
}

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

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/improvement/img/sec01_07.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- */


