@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');

.pageTopFix {
	display: none;
}
#home {
	/* overflow-x: hidden */
}
@media (max-width:768px) {
.meanMenu, header.header, .mean-bar {
	display: none !important;
}
#header {
	top: 0 !important;
}
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
}
p, li {
	font-weight: 400;
}
.lato {
	font-family: 'Lato', sans-serif;
}
.Helvetica {
	/*font-family: HelveticaNeue-boldItalic;*/
	/*font-family: 'Roboto', sans-serif;*/
	font-family: "Lato", sans-serif;
	font-weight: bold;
	font-style: normal;
}
.anchor {
	padding-top: 120px;
	margin-top: -120px;
}

@media (max-width:998px) {
.anchor {
	padding-top: 60px;
	margin-top: -60px;
}
}
.img-center {
	background: #ddd;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width:576px) {
.img-fluid {
	height: auto !important;
}
}

@media (max-width:998px) {
body {
	font-size: 90%
}
h1, h2, h3 {
	font-size: 140%;
}
}

@media (max-width:576px) {
body {
	font-size: 80%;
}
h1, h2, h3 {
	font-size: 140%;
}
}/*---------------------------------------** ul , ol*---------------------------------------*/
.lpwa_page nav ul, .lpwa_page nav ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.lpwa_page ul.inline_block {
	font-size: 0;
}
.lpwa_page ul.inline_block li {
	display: inline-block;
	font-size: 14px;
}/*---------------------------------------** clearfix*---------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}/*---------------------------------------** link*---------------------------------------*/
.lpwa_page a {
	display: inline-block;
	color: #111;
	text-decoration: none;
}
.lpwa_page .link_button {
	border: 1px solid #fff;
	padding: 10px 0;
	position: relative;
}
.lpwa_page .link_button:hover {
	color: #111;
	text-decoration: none;
}
.lpwa_page .linkbtn {
	border-radius: 6px;
	background: #005bac;
	color: #fff;
	display: block;
	width: 300px;
	text-align: center;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
.lpwa_page .linkbtn:hover {
	background: rgba(0,91,172,.50);
	color: #fff;
	text-decoration: none;
}

@media (max-width:768px) {
.lpwa_page .link_button {
	border: #333 1px solid
}
}
.lpwa_page a img {
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
.lpwa_page a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}/*---------------------------------------** header common*---------------------------------------*/
.lpwa_page #header {
	border-top: #ddd 1px solid;
	position: fixed;
	top: 82px;
	width: 100%;
	z-index: 100;
	background: #fff;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.30);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.30);
	box-shadow: 0 0 5px rgba(0,0,0,.30);
	transition-duration: .2s;
	transition-property:top;
}
.lpwa_page header.fixed#header {
	top: 0px;
	transition-duration: .2s;
	transition-property:top;
}
.lpwa_page #header_common {
	background: url(../../../../common_res_mt/img/wall-body.png) top repeat-x;
	padding-top: 15px;
	padding-bottom: 15px;
}
.lpwa_page #header_common h1, .lpwa_page #header_common h1 img {
	width: 150px;
	height: 32px;
	float: left;
}
.lpwa_page #header_common ul {
	float: right;
}
.lpwa_page #header_common ul li {
	vertical-align: middle;
}
.lpwa_page #header_common ul li.search {
	width: 214px;
	margin-left: 14px;
}
.lpwa_page #header_common [type=text] {
	box-sizing: content-box;
	height: 1.2em;
	border-top: 1px solid #dadada;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	border-left: 1px solid #dadada;
	border-radius: 3px;
	background: #f2f2f2;
	width: 150px;
	margin: 0;
	padding: 1 0.1em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	letter-spacing: 1px;
	line-height: 1;
	font-size: 12px;
	box-shadow: none;
}
.lpwa_page #header_common .submit {
	border-radius: 3px;
	border: none;
	outline: none;
	padding: 0.3em 0.6em;
	background: #5a8ede;
	font-size: 11px;
	color: #ffffff;
}/*---------------------------------------** header_main*---------------------------------------*/
.lpwa_page #header #gnav {
	border-top: #ddd 1px solid;
	background: #fff;
	display: block;
	height: 60px;
}
.lpwa_page #header #gnav ul {
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0;
	line-height: 1
}
.lpwa_page #header #gnav ul li {
	width: 100%;
	position: relative;
	overflow: hidden;
	transition: 0.5s;
	margin: 0;
	padding: 0;
}
.lpwa_page #header #gnav ul li a {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: 600;
	height: 60px;
	line-height: 60px
}
.lpwa_page #header #gnav ul li.contact a {
	background: #164d87;
	color: #fff;
	transition: .3s;
	display: block;
}
.lpwa_page #header #gnav ul li a:hover, .lpwa_page #header #gnav ul li:hover {
	text-decoration: none;
	color: #718cc7;
}
.lpwa_page #header #gnav ul li:before {
	background: #718cc7;
	height: 4px;
	width: 100%;
	content: "";
	position: absolute;
	left: 0px;
	bottom: -5px;
	display: block;
	transition: 0.5s;
}
.lpwa_page #header #gnav ul li:hover:before {
	background: #718cc7;
	height: 4px;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	display: block;
}
.lpwa_page #header #gnav ul li.contact a {
	background: #164d87;
	color: #fff;
	margin: 0;
	padding: 0
}
.lpwa_page #header #gnav ul li.contact a:hover {
	background: rgba(22,77,135,.50);
}
.lpwa_page #header #gnav ul li.contact:hover:before {
	content: none;
}
.lpwa_page #header #gnav button, .lpwa_page #header #gnav .sp_logo, .lpwa_page #header #sp_search, .lpwa_page #header .drawer-nav h2 {
	display: none;
	border: none;
	outline: none;
}
.drawer-hamburger {
	width: 3rem !important;
	top: -2px !important;
}
#header_contact {
	display: none;
}

@media (max-width:768px) {
.lpwa_page #header_common {
	display: none;
}
.lpwa_page #header #gnav button, .lpwa_page #header #gnav .sp_logo, .lpwa_page #header #sp_search {
	display: block;
}
.lpwa_page #header #gnav .sp_logo a {
	width: 150px;
	height: auto;
	display: block;
	position: fixed;
	left: 15px;
	top: 15px;
}
.lpwa_page #header #gnav {
	background: #fff;
	height: 50px;
}
.lpwa_page #header #gnav .sp_title {
	text-align: center;
	font-size: 16px;
	border-bottom: #ddd 1px solid;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0;
}
.lpwa_page #header #gnav #sp_search {
	background: #fff;
	border-bottom: #ddd 1px solid;
}
.lpwa_page #header #gnav #sp_search ul li:first-child {
	border-right: #ddd 1px solid;
}
.lpwa_page #header #gnav #sp_search ul a {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	height: auto;
}
.lpwa_page #header #gnav ul li:hover:before {
	content: none !important;
}
.lpwa_page #header #gnav #sp_nav ul, .lpwa_page #header #gnav #sp_nav ul li {
	background: #fff;
	display: block;
	width: 100%;
	text-align: left;
}
.lpwa_page #header #gnav #sp_nav ul li a {
	border-bottom: #ddd 1px solid;
	display: block;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.lpwa_page #header #gnav #sp_nav ul li a {
	line-height: 49px;
}
.lpwa_page #header #gnav #sp_nav ul li a:after {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 15px;
	top: 50%;
	line-height: 0;
}
.lpwa_page #header #gnav .search_block {
	box-sizing: border-box;
	border-top: #ddd 1px solid;
	background: #f1f1f1;
	padding: 10px;
}
.lpwa_page #header #gnav .search_block dl {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
}
.lpwa_page #header #gnav .search_block dl dt, .lpwa_page #header #gnav .search_block dl dd {
	display: table-cell;
	vertical-align: middle;
}
.lpwa_page #header #gnav .search_block dl dd {
	background: #ddd;
	width: 40px;
	text-align: center;
}
.lpwa_page #header #gnav .search_block dl dd button {
	border-radius: 6px;
	background: #4285f4;
	color: #fff;
	display: block;
	padding: 8px 15px;
}
.lpwa_page #header #gnav .search_block dl dt {
	padding-right: 15px;
}
.lpwa_page #header #gnav .search_block dl dt [type=text] {
	border-radius: 6px;
	border: #ddd 1px solid;
	padding: 8px;
	width: 100%;
	height: 40px;
}
.drawer-open .drawer-nav {
	overflow: inherit;
}
#header_contact {
	background: #164d87;
	display: block;
	position: fixed;
	z-index: 99999;
	right: 50px;
	top: 0;
	width: 50px;
	height: 51px;
}
#header_contact a {
	background: #164d87;
	color: #fff;
	font-size: 20px;
	display: block;
	height: 51px;
	width: 50px;
	position: relative;
}
#header_contact a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
}/*---------------------------------------** support_common*---------------------------------------*/
#support_common {
	background: url(../images/common/footer/triangular.jpg);
}
#support_common p {
	color: #fff;
	text-align: center;
	font-size: 190%;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	margin-bottom: 30px;
}
#support_common a {
	border: #00498A 4px solid;
	border-radius: 6px;
	background: #fff;
	color: #005bac;
	display: block;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.30);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.30);
	box-shadow: 0 0 5px rgba(0,0,0,.30);
	position: relative;
	transition: 0.5s;
	overflow: hidden;
}
#support_common a:after {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: -15px;
	top: 50%;
	line-height: 0;
	transition: 0.5s;
}
#support_common a:hover {
	text-decoration: none;
	color: #00498A;
}
#support_common a:hover:after {
	right: 15px;
}

@media (max-width:576px) {
#support_common p br {
	display: none;
}
#support_common p {
	font-size: 140%;
}
#support_common a {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
}/*---------------------------------------** footer comment*---------------------------------------*/
#footer_comment {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
#footer_comment img {
	width: 266px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#footer_comment p {
	text-align: center;
	font-size: 20px;
}
#footer_comment a {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width:1200px) {
#footer_comment p {
	text-align: center;
	font-size: 18px;
}
}

@media (max-width:768px) {
#footer_comment img {
	width: 200px;
}
#footer_comment p {
	text-align: center;
	font-size: 14px;
}
}

@media (max-width:576px) {
#footer_comment img {
	width: 150px;
}
#footer_comment {
	padding-bottom: 25px;
}
}/*---------------------------------------** copyliht*---------------------------------------*/
#copyliht {
	border-top: #5a8ede 3px solid;
	background: #000;
	padding-top: 12px;
	padding-bottom: 50px;
}
#copyliht img {
	height: 11px;
	width: auto;
}
#copyliht ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}
#copyliht li {
	display: table-cell;
	padding-right: 10px;
}
#copyliht #copy {
	text-align: right;
	width: 100%;
	padding-right: 0;
}
#copyliht span, #copyliht small {
	display: none;
	color: #fff;
}

@media (max-width:998px) {
#copyliht img, #copyliht #copy {
	display: none;
}
#copyliht span {
	display: block;
	color: #fff;
	font-size: 12px;
	white-space: nowrap;
}
#copyliht li {
	text-align: center;
}
#copyliht small {
	border-top: #666 1px solid;
	color: #999;
	display: block;
	text-align: center;
	padding-top: 15px;
	margin-top: 15px;
}
}

@media (max-width:768px) {
#copyliht ul, #copyliht li {
	display: block;
	width: 100%;
	text-align: left;
}
#copyliht li a {
	border-bottom: #666 1px solid;
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
}
#copyliht small {
	border-top: none;
}
}/*---------------------------------------** container** header fixedの相殺---------------------------------------*/
#home main, .pages main {
	margin-top: 120px;
}

@media (max-width:998px) {
#home main, .pages main {
	margin-top: 60px;
}
}/*---------------------------------------** page content titles & text*---------------------------------------*/
h2 {
	line-height: 1.6em;
}
h2.type1 {
	text-align: center;
	font-size: 225%;
	margin-bottom: 40px;
}
h2.what_lpwa:after {
	content: "- What's LPWA? -";
	display: block;
	font-size: 20px;
	font-weight: 400;
	padding-top: 5px;
	color: #666;
}
h2.scene:after {
	content: "- Use scene -";
	display: block;
	font-size: 20px;
	font-weight: 400;
	padding-top: 5px;
	color: #666;
}
h2.Products:after {
	content: "- Products -";
	display: block;
	font-size: 20px;
	font-weight: 400;
	padding-top: 5px;
	color: #666;
}
h2.cloud:after {
	content: "- MASPRO IoT Cloud Service（SG） -";
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: block;
	font-size: 20px;
	font-weight: 400;
	padding-top: 5px;
	color: #666;
}
.font_big {
	font-size: 180% !important;
	line-height: 1.6em;
}

@media (max-width:1200px) {
.font_big {
	font-size: 140%;
}
p {
	font-size: 95%;
	line-height: 1.6em;
}
}

@media (max-width:998px) {
.font_big {
	font-size: 110%;
	font-weight: 600;
}
}

@media (max-width:768px) {
h2 {
	font-size: 1.8rem;
	line-height: 1.6 !important
}
h2.type1 {
	text-align: center;
	font-size: 160%;
	margin-bottom: 25px;
}
h2.what_lpwa:after {
	font-size: 16px;
	font-weight: 400;
	padding-top: 5px;
}
h2.scene:after {
	font-size: 16px;
	font-weight: 400;
	padding-top: 5px;
}
h2.Products:after {
	font-size: 16px;
	font-weight: 400;
	padding-top: 5px;
}
.block_768 {
	display: block;
}
}

@media (max-width:576px) {
h2 {
	font-size: 2rem !important
}
h2.type1 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 0px;
}
.font_big {
	font-size: 1.8rem !important;
	font-weight: 600;
}
}/*---------------------------------------** ページの先頭へ*---------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 32px;
	z-index: 1;
	display: none;
}
#page-top a {
	background: #005bac;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 15px 0 23px 0;
	text-align: center;
	display: block;
	border-radius: 50%;
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
#page-top a:hover {
	text-decoration: none;
	background: rgba(0,91,172,.50);
}

@media (max-width:768px) {
#page-top {
	font-size: 20px;
	line-height: 20px;
}
#page-top a {
	width: 40px;
	padding: 10px;
}
}/*---------------------------------------** padding*---------------------------------------*//* コンテンツ高さ制御用 */
.push_t_80_responsive {
	padding-top: 80px;
}
.push_b_80_responsive {
	padding-bottom: 80px;
}

@media (max-width:768px) {
.push_t_80_responsive {
	padding-top: 40px;
}
.push_b_80_responsive {
	padding-bottom: 40px;
}
}
#section1, #section2, #section3, #section4, #section5 {
	margin-top: -80px;
	padding-top: 80px;
}

@media (max-width:768px) {
#section1, #section2, #section3, #section4, #section5 {
	margin-top: -40px;
	padding-top: 40px;
}
}/*---------------------------------------** margin*---------------------------------------*/
.mb60 {
	margin-bottom: 60px;
}

@media (max-width:576px) {
.spacer {
	display: block;
	margin-top: -10px;
}
}
