section {
	margin: 80px 0;
}

li {
	list-style: none;
}

p {
	font-size: 16px;
}

.pc_display {
	display: block!important;
}

.sp_display {
	display: none!important;
}

.grya_bg {
	width: 100%;
	background-color: #F5F5F5;
}

h2 {
	margin: 40px 0;
	color: #1c2c56;
}

main .inner {
	max-width: 1280px;
	width: 95%;
	margin: 0 auto;
	padding: 1.75rem 0;
}

.top_flex {
	display :flex;
	justify-content: space-between;
}

.top_flex h2 {
	text-align: left;
	width: 70%;
	color: #333;
	margin: 0 3% 0 0;
}

.sec1 {
	margin: 40px 0;
}

.sec2 {
	margin-bottom: 120px;
}

.summary {
	display: flex;
}

.summary .left_summary {
	width: 80%;
	margin-right: 5%;
}

.summary .right_summary {
	text-align: center;
}

.summary .left_summary p:first-child {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}

.features {
	display: flex;
	margin-top: 40px;
	padding: 0;
}

.features li {
	width: 32%;
	margin-right: 3%;
	border: 1px solid;
}

.features li div {
	background-color: #1C2B56;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.features li:last-child {
	margin-right: 0;
}

.features li p {
	padding: 10px 10px 30px 10px;
	position: relative;
	margin-bottom: 30px;
}

.sec4 {
	position: relative;
}

.sec4 iframe {
	width: 767px;
	height: 432px;
	margin: 0 auto;
	display: block;
}

.sec5 {
	padding: 40px 0;
}

.sec5 h2 {
	margin: 0;
}

.sec5 .summary .features {
	padding: 0 40px;
	width: 100%;
	align-items: stretch;
	justify-content: space-between;
}

.sec5 .summary .features li {
	border: none;
	background: #fff;
	width: 48%;
	margin-right: 0;
}

.sec5 .summary .features li img {
	height: 100%;
}

.sec5 .summary .features li.center {
	text-align: center;
}

.sec5_text {
	margin: 15px 0;
	text-indent: -1.8em;
	padding-left: 1.8em;
}

.sec6_img {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 30px auto;
	padding: 0;
}

.sec6_img li {
	width: 48%;
}

.sec6 div p:first-child {
	text-indent: -1.8em;
	padding-left: 1.8em;
}

.sec6 div p {
	margin-top: 10px;
	width: 90%;
	margin: 0 auto;
	text-indent: -1em;
	padding-left: 2.8em;
}

.sec7_img {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 30px auto;
	padding: 0;
}

.sec7_img li {
	width: 48%;
}

.sec7 div p:first-child {
	text-indent: -1.8em;
	padding-left: 1.8em;
}

.sec7 div p {
	margin-top: 10px;
	width: 90%;
	margin: 0 auto;
	padding-left: 2em;
}

/* iot footer */
.iot-footer_common{
	padding-bottom: 70px;
}
.iot-footer_common-wrap {
	width: 100%;
	max-width: 1280px;
	margin:50px auto ;
	padding: 50px 20px 60px;
	background-color: #F3F3F3;
}
.flexbox {
	display: flex;
	flex-wrap: wrap;
}
#iot-footer_common h3 {
	color: #1C2C56;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
}
.iot-footer_common-btns {
    width: 100%;
    gap: 20px;
    padding: 0;
    margin: 40px 0 0;
    justify-content: center;
}
.iot-footer_common-btns li {
	width: 370px;
	margin-bottom: 0;
	display: table;
	text-align: center;
	height: 84px;
	position: relative;
}
.iot-footer_common-btns li a {
	vertical-align: middle;
	display: table-cell;
	font-size: 20px;
	text-decoration: none;
	transition: .21s;
	display: flex;
	justify-content: center;
	padding: 25px 100px;
}
.iot-footer_common-btn {
	color: #333;
	position: relative;
	padding: 0 30px 0 80px;
	text-align: left;
	background-color: #fff;
}

.iot-footer_common-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	width: 50px;
	height: 50px;
	margin: auto 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

#cvbtn_contact1.iot-footer_common-btn::before{
	background-image: url(../img/contact_icon.svg);
}

.iot-footer_common-btn::after {
	content: '';
	border-top: 3px solid #1C2C56;
	border-right: 3px solid #1C2C56;
	transform: rotate(45deg);
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	right: 17px;
	bottom: 0;
	margin: auto 0;
}

.st-GlobalFooter_PageTop {
    display: none;
}

#local_pagetop.st-GlobalFooter_PageTop {
    display: block;
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
	#iot-footer_common {
		padding: 0 15px;
	}
	.iot-footer_common-btns li a {
		font-size: 2vw;
	}
}
@media screen and (max-width: 768px) {
	#iot-footer_common {
		padding: 0 15px;
	}
	.iot-footer_common-wrap {
		width: 100%;
		padding: 35px 35px 40px;
		margin: 90px auto 60px;
	}
	#iot-footer_common h3 {
		font-size: 19px;
	}
	.iot-footer_common-btns li {
		width: 100%;
		height: 70px;
	}
	.iot-footer_common-btns li:last-of-type {
		margin-top:-6px;
	}
	.iot-footer_common-btns li a {
		font-size: 16px;
	}
	.iot-footer_common-btn {
		padding: 0 20px 0 60px;
		font-size: 16px;
	}
	.iot-footer_common-btn::before {
		left: 15px;
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 768px) {
	main .inner  {
		width: 90%;
		padding: 0;
	}
	section {
		margin: 0;
	}
	p {
		font-size: 14px;
	}
	.pc_display {
		display: none!important;
	}
	.sp_display {
		display: block!important;
	}
	h2 {
		font-size: 20px;
	}
	.top_flex {
		display :block;
	}
	.top_flex h2 {
		padding-top: 1rem;
		margin:  0 0 20px 0;
		width: 100%;
	}
	.summary {
		display: block;
	}
	.summary .left_summary {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.features {
		display: block;
	}
	.features li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.features li div {
		font-size: 18px;
		text-align: center;
		letter-spacing: 0.4px;
	}
	.sec2 {
		margin-bottom: 0;
	}
	.sec4 .movie {
		margin-top: 0px;
		margin-bottom: 40px;
		position: relative;
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
    }
	.sec4 iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.sec5 .summary .features {
		padding: 0 20px;
	}
	.sec5 .summary .features li {
		width: 100%;
	}
	.sec5 .summary .features li img {
		width: 100%;
	}
	.sec6_img {
		display :block;
		margin: 20px auto;
	}
	.sec6_img li {
		width: 100%;
		margin-bottom: 20px;
	}
	.sec7_img {
		display :block;
		margin: 20px auto;
	}
	.sec7_img li {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.iot-footer_common-btns li a {
		padding: 25px;
	}
}

.global-Header_MainContentsWrap {
	border-bottom: none;
}