* {
	color: #191e28;
}

.use-example-page {
	padding-top: 144px;
}

.main-area {
	background: linear-gradient(
		135deg,
		rgba(72, 169, 254, 1) 0%,
		rgba(41, 230, 239, 1) 100%
	);
}
.main-area > .content {
	display: flex;
	align-items: center;
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	padding: 64px 0;
}
.main-area > .content > .main {
	width: 70%;
}
.main-area > .content > .main > .title {
	font-size: 44px;
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
}
.main-area > .content > .main > .title > .inner {
	display: inline-block;
	color: #fff;
}
.main-area > .content > .main > .title > .inner:last-child {
	display: block;
}
.main-area > .content > .main > .btn {
	display: inline-block;
	width: 100%;
	max-width: 360px;
	margin-top: 32px;
	border-radius: 30px;
	background: #f58629;
	border: 2px solid #f58629;
	transition: 0.2s;
}
.main-area > .content > .main > .btn > .link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.main-area > .content > .main > .btn:hover {
	background: #fff;
}
.main-area > .content > .main > .btn:hover > .link {
	color: #f58629;
}
.main-area > .content > .main > .subsidy {
	display: block;
	text-align: center;
	margin-top: 20px;
	padding: 5px 0;
	width: 100%;
	background-color: #20325C;
	color: #fff;
	text-decoration: underline;
	font-size: 20px;
	font-weight: 700;
}
.main-area > .content > .main > .subsidy > .highlight {
	color: #fdff16;
}
.main-area > .content > .main > .subsidy > .sp {
	display: none;
}
.main-area > .content > .sub {
	width: 44%;
	min-height: 0%;
	margin-left: auto;
}
.main-area > .content > .sub > .img {
	width: 100%;
}

.example-area {
	background: #f7fafe;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.example-area.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.example-area > .content {
	position: relative;
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	padding: 80px 0;
}
.example-area > .content > .heading {
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.example-area > .content > .heading > .symbol {
	display: block;
	line-height: 0.8em;
	font-size: 32px;
}
.example-area > .content > .balloon {
	position: absolute;
	right: 106px;
	top: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 116px;
	height: 116px;
	border-radius: 50%;
	background: #e49d23;
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.example-area > .content > .balloon:after {
	content: "";
	position: absolute;
	bottom: 8px;
	left: 8px;
	border-bottom: 24px solid #e49d23;
	border-right: 24px solid transparent;
}
.example-area > .content > .examples > .example {
	display: flex;
	align-items: center;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.example-area > .content > .examples > .example.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.example-area > .content > .examples > .example:not(.-meeting) {
	margin-bottom: 40px;
}
.example-area > .content > .examples > .example > .summary {
	width: 50%;
}
.example-area > .content > .examples > .example:nth-child(2) > .summary {
	order: 2;
}
.example-area > .content > .examples > .example > .summary > .num {
	display: inline-block;
	margin-bottom: 16px;
	padding: 4px 16px;
	border: solid 1px #0050a0;
	border-radius: 2px;
	font-weight: bold;
	color: #0050a0;
}
.example-area > .content > .examples > .example > .summary > .title {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.6;
}
.example-area > .content > .examples > .example > .summary > .title > .inner {
	display: inline-block;
}
.example-area > .content > .examples > .example > .summary > .text.-emphasis {
	margin-top: 16px;
	font-weight: bold;
}
.example-area > .content > .examples > .example > .imgcontent {
	width: 50%;
	max-width: 400px;
	height: 280px;
	margin: auto;
}
.example-area > .content > .examples .example > .imgcontent > .img {
	width: 100%;
}
.example-area > .content > .smartlock {
	margin-top: 64px;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.example-area > .content > .smartlock.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.example-area > .content > .smartlock > .title {
	position: relative;
	padding: 12px 0;
	border-radius: 4px 4px 0 0;
	background: #1c325f;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.example-area > .content > .smartlock > .title > .inner {
	color: #fff;
}
.example-area > .content > .smartlock > .title:after {
	position: absolute;
	top: -16px;
	right: 106px;
	content: "";
	width: 56px;
	height: 80px;
	background: url("../../images/lp/use-example/example/smartlock.png") no-repeat
		center/100%;
}
.example-area > .content > .smartlock > .summaries {
	display: flex;
	background: #fff;
	border: solid 1px #d2e3f8;
}
.example-area > .content > .smartlock > .summaries > .summary {
	width: 50%;
	padding: 40px 0 48px;
	text-align: center;
}
.example-area > .content > .smartlock > .summaries > .summary:first-child {
	border-right: solid 1px #d2e3f8;
}
.example-area > .content > .smartlock > .summaries > .summary > .subtitle {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
}

.use-area {
	padding: 80px 0;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.use-area.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.use-area > .heading {
	margin-bottom: 32px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.use-area > .text {
	max-width: 880px;
	margin: 0 auto;
}
.use-area > .text > .emphasis {
	font-weight: bold;
}

.target-content {
	display: flex;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 56px;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.target-content.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.target-content > .target {
	width: 50%;
	min-height: 0%;
	padding: 40px;
	background: #f3f7fd;
}
.target-content > .target:first-child {
	margin-right: 24px;
}
.target-content > .target > .title {
	width: 100%;
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: bold;
}
.target-content > .target > .summary {
	display: flex;
	align-items: center;
}
.target-content > .target > .summary > .imgcontent {
	width: 148px;
	min-height: 0%;
	margin-left: auto;
}
.target-content > .target > .summary > .lists > .list {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.6;
}
.target-content > .target > .summary > .lists > .list:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #e49d23;
}
.target-content > .target > .summary > .lists > .list:not(:last-child) {
	margin-bottom: 8px;
}
.target-content > .target > .summary > .imgcontent {
	margin-left: 40px;
}
.target-content > .target > .summary > .imgcontent > .img {
	width: 100%;
}

.merit-content {
	width: 90%;
	max-width: 1100px;
	margin: 56px auto;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.merit-content.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.merit-content > .title {
	position: relative;
	width: 100%;
	max-width: 320px;
	padding: 12px 0;
	margin: 0 auto;
	background: #1c325f;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.merit-content > .merits {
	display: flex;
	margin-top: -32px;
	border: solid 1px #d9dee6;
}
.merit-content > .merits > .merit {
	display: flex;
	flex-direction: column;
	width: 33.3%;
	min-height: 0%;
	padding: 56px 24px;
	text-align: center;
}
.merit-content > .merits > .merit:not(:last-child) {
	border-right: solid 1px #d9dee6;
}
.merit-content > .merits > .merit > .imgcontent {
	margin-bottom: 24px;
	height: 100px;
}
.merit-content > .merits > .merit > .imgcontent > .img {
	width: auto;
	height: 100%;
}
.merit-content > .merits > .merit > .text {
	font-weight: bold;
	line-height: 1.6;
}

/*--------------------------------
contact-section
--------------------------------*/

.contact-section {
	background: #003067;
}
.contact-section > .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 90%;
	max-width: 1100px;
	margin: auto;
	padding: 96px 0;
}
.contact-section > .content > .message {
	margin-bottom: 40px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.contact-section > .content > .link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 320px;
	border-radius: 30px;
	background: #f58629;
	border: 2px solid #f58629;
	transition: 0.2s;
	height: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.contact-section > .content > .link:hover {
	background: #fff;
	color: #f58629;
}

.operation-method-content {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 56px;
	background: #e9f1fc;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.operation-method-content.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.operation-method-content > .content {
	padding: 56px;
}
.operation-method-content > .content > .title {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.operation-method-content > .content > .operations {
	display: flex;
	margin-top: 24px;
}
.operation-method-content > .content > .operations > .operation {
	/* display: flex;
  flex-direction: column; */
	width: 50%;
	min-height: 0%;
	padding: 40px;
	border-radius: 4px;
	background: #fff;
	text-align: center;
}
.operation-method-content > .content > .operations > .operation:first-child {
	margin-right: 24px;
}
.operation-method-content > .content > .operations > .operation > .subtitle {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}
.operation-method-content > .content > .operations > .operation > .imgcontent {
	width: 50%;
	min-height: 0%;
	margin: 24px auto 0;
}
.operation-method-content
	> .content
	> .operations
	> .operation
	> .imgcontent
	> .img {
	width: 100%;
}
.operation-method-content > .content > .message {
	margin-top: 32px;
	padding: 24px;
	background: #0050a0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.8;
}

@media screen and (max-width: 1024px) {
	.use-example-page {
		padding-top: 46px;
	}

	.main-area > .content {
		padding: 80px 0;
	}

	.example-area > .content > .heading {
		margin-bottom: 40px;
		font-size: 32px;
	}
	.example-area > .content > .balloon {
		right: 24px;
		width: 96px;
		height: 96px;
	}
	.example-area > .content > .examples > .example:not(.-meeting) {
		margin-bottom: 40px;
	}
	.example-area > .content > .examples > .example > .summary > .title {
		margin-bottom: 16px;
		font-size: 22px;
	}
	.example-area > .content > .examples > .example > .summary > .text.-emphasis {
		margin-top: 8px;
	}
	.example-area > .content > .examples > .example:nth-child(1) > .imgcontent,
	.example-area > .content > .examples > .example:nth-child(3) > .imgcontent {
		padding-left: 40px;
	}
	.example-area > .content > .examples > .example:nth-child(2) > .imgcontent {
		padding-right: 40px;
	}
	.example-area > .content > .smartlock {
		margin-top: 40px;
	}

	.use-area > .heading {
		margin-bottom: 40px;
		font-size: 32px;
	}

	.target-content {
		margin-top: 40px;
	}
	.target-content > .target:first-child {
		margin-right: 24px;
	}
	.target-content > .target > .summary {
		flex-direction: column;
		align-items: flex-start;
	}
	.target-content > .target > .summary > .imgcontent {
		margin: 16px auto 0;
	}

	.merit-content > .merits > .merit {
		padding: 64px 24px 40px;
	}
	.merit-content > .merits > .merit > .text {
		margin: auto 0;
	}

	.operation-method-content > .content {
		padding: 40px;
	}
	.operation-method-content > .content > .title {
		margin-bottom: 22px;
	}
	.operation-method-content > .content > .operations {
		margin-top: 24px;
	}
	.operation-method-content > .content > .operations > .operation:first-child {
		margin-right: 24px;
	}
	.operation-method-content > .content > .message {
		margin-top: 24px;
	}

	.customize-area > .content > .main > .heading > .text {
		white-space: nowrap;
	}
	.customize-area > .content > .sub {
		margin-top: auto;
	}
}

@media screen and (max-width: 768px) {
	.main-area > .content {
		flex-direction: column;
		width: 100%;
		padding: 48px 16px;
		background-position: center bottom;
		background-size: 80%;
	}
	.main-area > .content > .main {
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
		transform: translateY(0);
		width: 100%;
		max-width: 360px;
	}
	.main-area > .content > .main > .title {
		font-size: 34px;
	}
	.main-area > .content > .main > .btn {
		margin: 32px auto 0;
	}
	.main-area > .content > .main > .btn > .link {
		font-size: 16px;
	}
	.main-area > .content > .main > .subsidy {
		padding: 0;
		font-size: 14px;
	}
	.main-area > .content > .main > .subsidy > .highlight {
		color: #fdff16;
	}
	.main-area > .content > .main > .subsidy > .sp {
		display: block;
	}
	.main-area > .content > .sub {
		width: 100%;
		max-width: 360px;
		margin: 32px auto 0;
		font-size: 16px;
	}

	.example-area > .content {
		width: 100%;
		padding: 64px 16px;
	}
	.example-area > .content > .heading {
		margin-bottom: 32px;
		font-size: 28px;
	}
	.example-area > .content > .balloon {
		position: relative;
		right: 0;
		top: 0;
		width: 160px;
		height: auto;
		margin: 0 auto 16px;
		padding: 8px 0;
		border-radius: 30px;
	}
	.example-area > .content > .balloon:after {
		left: 50%;
		bottom: -8px;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 12px 0 12px;
		border-color: #e49d23 transparent transparent transparent;
	}
	.example-area > .content > .examples > .example {
		flex-direction: column;
	}
	.example-area > .content > .examples > .example:not(:last-child) {
		margin-bottom: 40px;
	}
	.example-area > .content > .examples > .example > .summary {
		width: 100%;
	}
	.example-area > .content > .examples > .example > .imgcontent {
		width: 100%;
	}
	.example-area > .content > .examples > .example:nth-child(1) > .imgcontent,
	.example-area > .content > .examples > .example:nth-child(3) > .imgcontent {
		width: 100%;
		max-width: 360px;
		margin-top: 24px;
		padding: 0;
	}
	.example-area > .content > .examples > .example:nth-child(2) > .imgcontent {
		order: 2;
		width: calc(100% - 24px);
		max-width: 360px;
		margin-top: 24px;
		padding: 0;
	}
	.example-area > .content > .smartlock > .title {
		padding: 12px 24px;
		text-align: left;
		font-size: 16px;
		line-height: 1.6;
	}
	.example-area > .content > .smartlock > .title:after {
		top: 50%;
		right: 24px;
		transform: translateY(-50%);
		width: 48px;
		height: 60px;
	}
	.example-area > .content > .smartlock > .summaries {
		flex-direction: column;
	}
	.example-area > .content > .smartlock > .summaries > .summary {
		width: 100%;
		padding: 24px 24px 32px;
	}
	.example-area > .content > .smartlock > .summaries > .summary:first-child {
		border-right: 0;
		border-bottom: solid 1px #d2e3f8;
	}

	.use-area {
		width: 100%;
		padding: 64px 0;
	}
	.use-area > .heading {
		margin-bottom: 20px;
		font-size: 28px;
		line-height: 1.6;
	}
	.use-area > .text {
		max-width: 390px;
	}

	.target-content {
		max-width: 358px;
		margin-top: 32px;
		flex-direction: column;
	}
	.target-content > .target {
		width: 100%;
		padding: 32px 24px;
	}
	.target-content > .target:first-child {
		margin: 0 0 16px;
	}
	.target-content > .target > .title {
		font-size: 18px;
		text-align: center;
	}

	.merit-content {
		max-width: 358px;
	}
	.merit-content > .title {
		width: 256px;
		padding: 8px 0;
		font-size: 18px;
	}
	.merit-content > .merits {
		flex-direction: column;
	}
	.merit-content > .merits > .merit {
		display: block;
		width: 100%;
		padding: 40px 24px;
	}
	.merit-content > .merits > .merit:not(:last-child) {
		border-right: 0;
		border-bottom: solid 1px #d9dee6;
	}
	.merit-content > .merits > .merit > .imgcontent {
		max-width: 200px;
		margin: 0 auto 20px;
	}
	.merit-content > .merits > .merit > .imgcontent > .img {
		width: auto;
		height: 100%;
	}
	/*--------------------------------
	contact-section
	--------------------------------*/
	.contact-section > .content {
		width: 100%;
		padding: 40px 16px;
	}
	.contact-section > .content >  .message {
		margin-bottom: 20px;
		font-size: 16px;
		text-align: center;
	}
	.contact-section > .content > .link {
		max-width: 360px;
	}
	.operation-method-content {
		max-width: 358px;
	}
	.operation-method-content > .content {
		padding: 32px 24px;
	}
	.operation-method-content > .content > .title {
		font-size: 22px;
		margin-bottom: 12px;
	}
	.operation-method-content > .content > .operations {
		flex-direction: column;
		margin-bottom: 16px;
	}
	.operation-method-content > .content > .operations > .operation {
		width: 100%;
		padding: 32px 24px;
	}
	.operation-method-content > .content > .operations > .operation:first-child {
		margin: 0 0 16px;
	}
	.operation-method-content > .content > .operations > .operation > .subtitle {
		font-size: 20px;
	}
	.operation-method-content > .content > .operations > .operation > .text {
		margin: 12px 0 24px;
	}
	.operation-method-content
		> .content
		> .operations
		> .operation
		> .imgcontent {
		max-width: 200px;
		width: 64%;
	}
	.operation-method-content > .content > .message {
		padding: 24px;
		font-size: 14px;
		text-align: left;
	}
}
