/*genaral*/
@media (max-width: 999999px) {
	.pc {
		display: block;
	}
	.headMenu_btn,
	.sp {
		display: none;
	}


	body {
		background-color: #fff;
		color: #535353;
		font-family: 'Noto Sans JP', sans-serif;
		letter-spacing: .1em;
	}
	a {
		color: #115db5;
	}
	.temp {
		color: #999 !important;
		display: none;
	}
	img {
		width: 100%;
	}
	section {
		background-repeat: no-repeat;
	}
	p + p {
		margin-top: 1em;
	}

	.inner {
		display: flex;
		justify-content: space-between;
	}
	/*
	.inner>* {
	flex: 1 1 50%;
}
	*/
	.cnt {
		max-width: 1200px;
		width: 100%;
		margin: auto;
	}
	.sect_head {
		background-color: #115db5;
		color: #fff;

	}
	.sect_head>.title {
		max-width: 996px;
		padding: 1.4em 80px;

		width: 100%;
		margin: auto;
		font-size: 30px;
	}
	.heading1 {
		font-size: 30px;
		color: #115db5;
		letter-spacing: .12em;
	}
	.heading1::after {
		content: '';
		display: block;
		border-bottom: solid 2px #115db5;
		width: 2em;
		padding-top: .5em;
		margin-bottom: .5em;
	}
	.heading2 {
		font-size: 26px;
		letter-spacing: .12em;
		display: flex;
		align-items: flex-start;
		line-height: 1.25 !important;
	}
	.heading2::before {
		content: '';
		display: block;
		border-bottom: solid 2px #115db5;
		width: .5em;
		margin-right: .25em;
		margin-top: .6em;
	}

	.button {
		width: 240px;
		height: 60px;
		border: solid 2px #115db5;
		padding: 0;
	}
	.button a {
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
		font-size: 18px;
		font-weight: bold;
	}

	.button2 {
		width: 240px;
		height: 60px;
		padding: 0;
	}
	.button2 a {
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
		font-size: 18px;
		font-weight: bold;
		background-color: #808080;
		color: #fff
	}

	.button3 {
		width: 240px;
		height: 60px;
		border: solid 2px #115db5;
		padding: 0;
	}
	.button3 a {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
		font-size: 18px;
		font-weight: bold;
	}
	.button3 a:after {
		display: inline-block;
		position: absolute;
		width: 28px;
		height: 28px;
		margin: 0 0 0 8px;
		background: url(../img/icon_link.png) no-repeat center center;
/*		background-image: url(../img/icon_link.png); */
		background-size: 28px 28px;
		content: "";
	}
}

/*header footer*/
@media (max-width: 999999px) {
	#header {
		position: fixed;
		width: 100%;
		height: 80px;
		background-color: rgba(255, 255, 255, .8);
		box-shadow: 0 4px 16px 0 rgba(17, 93, 181, .1);
		z-index: 100;
	}
	.header-inner {
		max-width: 1200px;
		width: 100%;
		height: 100%;
		margin: auto;
		align-items: center
	}
	.headMenu {
		flex: 1 1 auto;
	}
	.headMenu_list {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.headMenu_list li {
		margin-left: 20px;
		font-weight: bold
	}
	.headMenu_list .has-sub {
		position: relative;
	}

	.headMenu_sub {
		display: none;
		position: absolute;
		top: 20px;
		left: 0;
		padding-top: 30px;
		width: max-content;
	}
	.headMenu_sub_list {
		box-shadow: 0 4px 8px 0 rgba(17, 93, 181,0.3);
	}
	.headMenu_sub_list>.item {
		margin-left: 0;
		padding: 1em;
		background-color: #fff;
		font-size: 80%;
	}
	.header-nav_contact {
		display: flex;
		width: 160px;
		height: 50px;
		align-items: center;
		justify-content: center;
		background-color: #115db5;
		box-shadow: 0 0 8px 0 rgba(17, 93, 181, .5);
	}
	.header-nav_contact a {
		color: #fff;
	}
	.logo_bb {
		max-width: 120px;
		padding-left: 10px;
		padding-right: 15px;
		margin-right: 15px;
		border-right: solid 1px #737373;
	}
	.logo_mb {
		max-width: 280px;
	}
	.bnr {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 150px;
	}
	.bnr.bottom {
		margin: 2em 0 4em;
	}



	#bottom-nav {
		background-color: #e9f1f7;
	}
	#bottom-nav .cnt {
		margin: 0 auto;
		max-width: 792px;
		padding: 80px 0;
	}
	#bottom-nav .inner {
		align-content:space-between;
		align-items: flex-end;
	}
	#bottom-nav .inner:first-child {
		margin-bottom: 50px;
	}
	#bottom-nav .button {
		background-color: #115db5;
	}
	#bottom-nav a {
		color: #fff;
	}
	#bottom-nav span {
		display: flex;
		align-items: center;
	}
	#ecAera {
		max-width: 1080px;
		width: 100%;
		margin: auto;
		padding: 40px 140px 60px;
		background-color: #fff;
		display: none;
	}
	#ecAera .txtArea {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		color: #115db5;
		margin-bottom: 40px;
	}

	.ecArea>.ec-list {
		display: flex;
	}
	.ec-list>.shop {
		flex: 0 1 28%;
	}
	.ec-list>.shop.-thumb {
		flex: 0 1 16%;
	}

	.ec-list {
		border-bottom: solid 1px #a6a6a6;
		border-right: solid 1px #a6a6a6;
	}
	.shop-area>.outer>.item:first-child {
		background-color: #fafafa;
	}
	.shop-area .item {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border-top: solid 1px #a6a6a6;
		border-left: solid 1px #a6a6a6;
		height: 6em;
	}
	.shop-area .item.-out {
		color: #a6a6a6;
	}
	.shop-area>.item.-th {
		height: 90px;
		padding: 10px
	}
	.shop-area.-thumb>.item>img {
		max-width: 80px;
	}


	#bottom-nav .bottom-nav_tel_num span::before,
	#bottom-nav .bottom-nav_product span::after,
	#bottom-nav .bottom-nav_catalog span::after,
	#bottom-nav .bottom-nav_contact span::after {
		content: '';
		display: block;
		width: 30px;
		height: 30px;
		background-size: contain;
	}
	#bottom-nav .bottom-nav_catalog span::after,
	#bottom-nav .bottom-nav_contact span::after {
		background-image: url(../img/icon_newwindow.png);
		margin-left: .5em;
	}
	#bottom-nav .bottom-nav_product span::after {
		background-image: url(../img/icon_link.png);
		margin-left: .5em;
	}
	#bottom-nav .bottom-nav_tel_num span::before {
		background-image: url(../img/icon_tel.png);
		margin-right: .5em;
	}

	#bottom-nav .bottom-nav_contact {
		flex: 1 1 486px;
		height: 80px;
	}
	#bottom-nav .bottom-nav_contact {
		flex: 0 1 486px;
		height: 100px;
	}

	#bottom-nav .bottom-nav_tel {
		flex: 0 1 282px;
		height: 100px;
		padding: 5px;
		background-color: #fff;
	}
	#bottom-nav .bottom-nav_tel_ttl {
		font-size: 14px;
	}
	#bottom-nav .bottom-nav_tel_num {
		font-size: 26px;
	}
	#bottom-nav .bottom-nav_tel .bottom-nav_tel_inner {
		flex-wrap: wrap;
		align-content: center;
		border: solid 1px #115db5;
	}
	#bottom-nav .bottom-nav_tel a {
		color: #115db5;
	}

	#bottom-nav .bottom-nav_catalog {
		flex: 0 1 384px;
		height: 70px;
	}

	#bottom-nav .bottom-nav_product_outer {
		flex: 0 1 384px;
	}
	#bottom-nav .bottom-nav_ttl {
		text-align: center;
		font-size: 18px;
		margin-bottom: .5em;
		color: #115db5;
		font-weight: bold;
	}
	#bottom-nav .bottom-nav_product {
		width: 100%;
		height: 70px;
	}


	#footer {
		background-color: #115db5;
		padding: 60px 0 15px;
		color: #fff;
	}
	#footer a {
		color: #fff;
	}
	.footer-inner {
		max-width: 996px;
		width: 100%;
		margin: auto;
	}
	.footMenu:first-child {
		flex: 0	1 33.3%;
	}
	.footMenu {
		flex: 0	1 33.3%;
	}
	.footMenu:last-child {
		flex: 0	1 33.3%;
	}
	.footMenu:not(:first-child) {
		margin-top: 2em;
	}
	.footMenu div {
		font-size: 20px;
		margin-bottom: .8em;
	}
	.footMenu ul+div {
		margin-top: 40px;
	}
	.footMenu li {
		margin-bottom: .8em;
	}
	#colophone {
		margin-top: 60px;
		text-align: center;
	}
}


#container {
	padding: 80px 0 0;
}

/*top-body*/
@media (max-width: 999999px) {
	#top-body #kv {
		height: 635px;
		background-image: url(../img/top_kv.jpg);
		background-position: center center;
		background-size: 1900px;
	}
	#top-body #kv .cnt {
		height: 66.6%;
		display: flex;
		align-items: center;
	}
	#top-body #kv h2 {
		color: #fff;
		font-size: 60px;
		text-shadow:0px 0px 16px #115db5;
		line-height: 1.5;
	}


	#top-body #s1 {
		display: flex;
		align-items: center;
		height: 720px;
		background-image: url(../img/top_bg1_1.png);
		background-color: #e9f1f7;
		background-position: center center;
		background-size: 1900px;
	}
	#top-body #s1 .cnt {
		max-width: 996px;
	}
	#top-body #s1 p {
		font-size: 30px;
		font-weight: bold;
		color: #115db5;
		line-height: 2;
		margin-top: 150px;
		margin-bottom: 40px;
		margin-right: 500px;
		letter-spacing: .12em;
		text-align: center;
	}
	#top-body #s1 .button {
		margin-left: 100px;
	}

	#top-body #s2 {
		display: flex;
		align-items: center;
		height: 720px;
		background-image: url(../img/top_bg2.png);
		background-position: center center;
		background-size: 1900px;
	}
	#top-body #s2 .cnt {
		max-width: 996px;
	}
	#top-body #s2 p {
		font-size: 30px;
		font-weight: bold;
		color: #115db5;
		line-height: 2;
		margin-top: 150px;
		margin-bottom: 40px;
		margin-left: 490px;
		letter-spacing: .12em;
		text-align: center;
	}
	#top-body #s2 div {
		text-align: right;
	}
	#top-body #s2 .button {
		margin-right: 100px;
	}

	#top-body #s3 {
		display: flex;
		align-items: center;
		background-color: #e9f1f7;
		background-position: center center;
		background-size: 1900px;
		padding: 85px 0;
	}
	#top-body #s3 .outer {
		max-width: 1200px;
		width: 100%;
		margin: auto;
		background-color: #fff;
		padding: 102px;
		border: solid 1px #c1dbe3;
	}
	#top-body #s3 .inner {
		max-width: 996px;
		margin-top: 40px;
	}
	#top-body .s3-imgArea {
		display: flex;
		justify-content: center;
		align-items: center;
		flex: 0 0 306px;
		width: 306px;
		height: 306px;
		box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
		border-radius: 50px;
		margin-right: 70px;
	}
	#top-body .s3-imgArea img {
		width: 300px;
		border-radius: 50px;
	}
	#top-body #s3 p {
		font-size: 18px;
		line-height: 2;
	}
	#top-body #s3 .attention {
		margin: 30px 0;
	}
	#top-body #s3 .attention p {
		font-size: 14px;
		margin-top: .5em;
	}

	#top-body #s4 {
		display: flex;
		align-items: center;
		background-color: #e9f1f7;
		background-position: center center;
	}
	#top-body #s4 .cnt {
		margin: 90px auto;
		max-width: 996px;
	}
	#top-body #s4 .heading1 {
		margin-bottom: 40px;
	}
	#top-body #s4 .s4-txtArea {
		order: 0;
	}
	#top-body #s4 .s4-imgArea {
		order: 1;
		flex: 0 0 408px;
	}
	#top-body #s4 .s4-imgArea img {
		max-width: 408px
	}
	#top-body #s4 .heading2 {
		margin-bottom: 20px;
	}
	#top-body #s4 p {
		font-size: 14px;
		line-height: 2;
		font-weight: bold;
		margin-bottom: 20px;
	}
	#top-body .s4-inner1 {
		margin-bottom: 60px;
	}
	#top-body .s4-inner2,
	#top-body .s4-inner3 {
		max-width: 920px;
		width: 100%;
		height: 120px;
		margin: 0 auto 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 24px;
		letter-spacing: .12em;
		background-size: cover;
	}
	#top-body .s4-inner2 {
		background-image: url(../img/top_img7.jpg);
	}
	#top-body .s4-inner3 {
		background-image: url(../img/top_img8.jpg);
	}


	#top-body #s5 .cnt {
		margin: 90px auto;
		max-width: 996px;
	}
	#top-body #s5 .heading1 {
		margin-bottom: 40px;
	}
	#top-body #s5 .inner {
		margin: 0 -15px;
		margin-bottom: 40px;
	}
	#top-body .s5-txtArea {
		flex: 0 1 33.3%;
		margin: 0 15px
	}
	#top-body .s5-txtArea h3 {
		font-size: 20px;
		color: #115db5;
		margin-bottom: .8em
	}
	#top-body .s5-txtArea h4 {
		font-size: 18px;
		margin: .8em 0;
	}
	#top-body .s5-txtArea p {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.75;
	}
	#top-body #s5 .button {
		display: block;
		margin: auto
	}


	#top-body #s7 {
		padding: 30px 0;
		background-color: #dcdcdc;
	}
	#top-body #s7 .cnt {
		padding: 20px 0;
		background-color: #fff;
		text-align: center;
		max-width: 840px;
		width: 100%;
		margin: auto;
	}
}

/*beacon*/
@media (max-width: 999999px) {
	#beacon-body {
		color: #262626;
	}
	#beacon-body #kv {
		height: 260px;
		background-image: url(../img/beacon_kv.jpg);
		background-position: center center;
		background-size: 1200px;
		background-color: #115db5;
	}
	#beacon-body #kv .cnt {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#beacon-body #kv h2 {
		color: #fff;
		font-size: 48px;
		font-weight: 100;
		width: 90%;
		letter-spacing: .25em;
		text-align: right;
	}

	#beacon-body #s1 {
		background-color: #e9f1f7;
		padding-top: 40px;
	}
	#beacon-body #s1 .cnt {
		max-width: 996px;
		background-color: #fff;
		padding: 50px 100px;
	}
	#beacon-body #s1 .heading1 {
		margin-bottom: 25px;
	}
	#beacon-body #s1 .s1-imgArea {
		width: 306px;
		float: right;
		margin-left: 30px
	}
	#beacon-body #s1 p {
		font-size: 16px;
		line-height: 1.75;
	}

	#beacon-body #s2 {
		background-color: #e9f1f7;
		padding-top: 40px;
	}
	#beacon-body #s2 .cnt {
		max-width: 996px;
		background-color: #fff;
		padding: 50px 100px;
	}
	#beacon-body #s2 .heading1 {
		margin-bottom: 25px;
	}
	#beacon-body #s2 p {
		font-size: 16px;
		line-height: 1.75;
	}
	#beacon-body #s2 dl {
		border: solid 1px #115db5;
		padding: 35px;
		line-height: 1.75;
		margin-bottom: 1.75em;
	}
	#beacon-body #s2 dt {
		color: #115db5;
		font-weight: bold;
	}

	#beacon-body #s3 {
		background-color: #e9f1f7;
		padding-top: 40px;
	}
	#beacon-body #s3 .cnt {
		max-width: 996px;
		background-image: url(../img/beacon_s1_3.jpg);
		background-position: right top;
		background-color: #115db5;
		color: #fff;
		padding: 50px 100px;
	}
	#beacon-body #s3 .heading1 {
		color: #fff;
		margin-bottom: 50px;
	}
	#beacon-body #s3 .cnt div {
		max-width: 600px
	}
	#beacon-body #s3 .heading1::after {
		border-color: #fff;
	}
	#beacon-body #s3 h3 {
		font-size: 24px;
	}
	#beacon-body #s3 .cnt>div p {
		font-size: 16px;
		line-height: 1.75;
		margin: 1em 0 2em;
	}
	#beacon-body #s3 .cnt>div:first-of-type,
	#beacon-body #s3 .cnt>div:nth-of-type(2) {
		margin-bottom: 2em;
		border-bottom: solid 1px #fff;
	}

	#beacon-body #s4 {
		background-color: #e9f1f7;
	}
	#beacon-body #s4 .cnt {
		max-width: 996px;
		padding: 60px 100px 80px;
		font-size: 22px;
		font-weight: bold;
		color: #115db5;
		line-height: 1.75;
	}

	#beacon-body #s5 {
		padding: 80px 0 60px;
	}
	#beacon-body #s5 .cnt {
		max-width: 996px;
		padding-left: 100px
	}
	#beacon-body #s5 .inner {
		flex-wrap: wrap;
	}
	#beacon-body #s5 .s5-prod {
		max-width: 430px;
		width: 100%;
		margin-top: 50px;
	}
	#beacon-body #s5 .s5-prod h4 {
		font-size: 20px;
		color: #115db5;
		margin-bottom: .8em
	}
	#beacon-body #s5 .mainImg {
		border: solid 1px #eee;
		width: 330px;
		height: 180px;
		text-align: center
	}
	#beacon-body #s5 .subImg {
		display: flex;
		width: 330px;
		justify-content: space-between;
		margin-top: 11px;
	}
	#beacon-body #s5 .subImg li {
		border: solid 1px #eee;
		width: 74px;
		height: 80px;
		text-align: center
	}
	#beacon-body #s5 .ImgGroup img {
		height: 100%;
		width: auto;
	}
	#beacon-body #s5 h3 {
		font-size: 24px;
		margin-top: 20px
	}
	#beacon-body #s5 h3 .en {
		display: block;
		font-size: 20px;
		font-weight: normal;
	}
	#beacon-body #s5 .s5-tag {
		width: 330px;
		font-size: 14px;
		margin: 10px 0
	}
	#beacon-body #s5 .s5-tag li {
		display: inline-block;
		background-color: #e9f1f7;
		margin: 4px 2px;
		color: #115db5;
		padding: 5px;
		border-radius: 3px;
	}
	#beacon-body #s5 p {
		width: 330px;
		font-size: 14px;
		line-height: 1.75;
	}
	#beacon-body #s5 ol {
		margin-top: 100px;
		font-size: 14px;
		line-height: 1.75;
	}

	#beacon-body #s6 {
		background-color: #e9f1f7;
	}
	#beacon-body #s6 .cnt {
		max-width: 996px;
		padding-left: 100px;
	}
	#beacon-body #s6 .cnt table.pc {
/* width調整値：横スクロールアイテム数 7個→2030px 6個→1770px */
		width: 1770px;
		/*max-width: 2030px;*/
/*		padding-top: 50px; */
/*		table-layout: fixed; */
/*		display: block; */
/*		overflow-x: scroll; */
		background-color: #ffffff;
		/*overflow:auto;
		white-space:nowrap;
		-webkit-overflow-scrolling:touch;*/
	}
	/*#beacon-body #s6 .cnt table.pc tbody {
		width: 2030px;
		display:table;
	}*/
	#beacon-body #s6 .cnt table.sp {
		width: 100%;
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
	}
	#beacon-body #s6 th,
	#beacon-body #s6 td {
		border-color: currentColor;
		border-left: none;
		border-right: none;
		font-weight: normal;
		text-align: center;
		padding: 1.75em .5em;
		line-height: 1.75;
		font-size: 14px;
	}
	#beacon-body #s6 .cnt table.pc td {
		width: 265px;
	}
	#beacon-body #s6 .cnt table.pc th {
		width: 165px;
		background-color: #ffffff;
		background-clip: padding-box;
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		z-index: 1;
	}
	#beacon-body #s6 h3 {
		font-size: 20px;
		color: #115db5;
		padding: 30px 0;
		margin-bottom: .8em;
		margin-left: .10em;
	}
	#beacon-body #s6 .pc img {
		width: 154px;
		height: 134px;
		margin-top: 10px;
	}
	#beacon-body #s6 .sp img {
		width : 50vw ;
		margin-top: 10px;
	}

.wrapper1, .wrapper2 { width: 100%; overflow-x: scroll; overflow-y: hidden; }
.wrapper1 { height: 20px; }
.div1 { height: 20px; }
.div2 { overflow: none; }
}

/*gateway*/
@media (max-width: 999999px) {
	#gateway-body {
		color: #262626;
	}
	#gateway-body #kv {
		height: 260px;
		background-image: url(../img/gateway_kv.jpg);
		background-position: center center;
		background-size: 1200px;
		background-color: #115db5;
	}
	#gateway-body #kv .cnt {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#gateway-body #kv h2 {
		color: #fff;
		font-size: 48px;
		font-weight: 100;
		width: 90%;
		letter-spacing: .25em;
		text-align: right;
	}

	#gateway-body #s1 {
		background-color: #e9f1f7;
		padding-top: 40px;
	}
	#gateway-body #s1 .cnt {
		max-width: 996px;
		background-color: #fff;
		padding: 50px 100px;
	}
	#gateway-body #s1 .heading1 {
		margin-bottom: 25px;
	}
	#gateway-body #s1 .s1-imgArea {
		width: 306px;
		float: right;
		margin-left: 30px
	}
	#gateway-body #s1 p {
		font-size: 16px;
		line-height: 1.75;
	}

	#gateway-body #s2 {
		background-color: #e9f1f7;
		padding-top: 40px;
	}
	#gateway-body #s2 .cnt {
		max-width: 996px;
		background-color: #fff;
		padding: 50px 100px;
	}
	#gateway-body #s2 .heading1 {
		margin-bottom: 25px;
	}
	#gateway-body #s2 p {
		font-size: 16px;
		line-height: 1.75;
	}
	#gateway-body #s2 dl {
		border: solid 1px #115db5;
		padding: 35px;
		line-height: 1.75;
		margin-bottom: 1.75em;
	}
	#gateway-body #s2 dt {
		color: #115db5;
		font-weight: bold;
	}

	#gateway-body #s3 {
		background-color: #e9f1f7;
		padding-top: 40px;
	}
	#gateway-body #s3 .cnt {
		max-width: 996px;
		background-image: url(../img/beacon_s1_3.jpg);
		background-position: right top;
		background-color: #115db5;
		color: #fff;
		padding: 50px 100px;
	}
	#gateway-body #s3 .heading1 {
		color: #fff;
		margin-bottom: 50px;
	}
	#gateway-body #s3 .cnt div {
		max-width: 600px
	}
	#gateway-body #s3 .heading1::after {
		border-color: #fff;
	}
	#gateway-body #s3 h3 {
		font-size: 24px;
	}
	#gateway-body #s3 .cnt>div p {
		font-size: 16px;
		line-height: 1.75;
		margin: 1em 0 2em;
	}
	#gateway-body #s3 .cnt>div:first-of-type,
	#gateway-body #s3 .cnt>div:nth-of-type(2) {
		margin-bottom: 2em;
		border-bottom: solid 1px #fff;
	}

	#gateway-body #s4 {
		background-color: #e9f1f7;
	}
	#gateway-body #s4 .cnt {
		max-width: 996px;
		padding: 60px 100px 80px;
		font-size: 22px;
		font-weight: bold;
		color: #115db5;
		line-height: 1.75;
	}

	#gateway-body #s5 {
		padding: 80px 0 60px;
	}
	#gateway-body #s5 .cnt {
		max-width: 900px;
		padding: 0 20px;
	}
	#gateway-body #s5 .inner {
		flex-wrap: wrap;
	}
	#gateway-body #s5 .outer {
		display: flex;
		align-items:flex-start;
		flex-wrap: wrap;
		gap: 20px;
	}
	#gateway-body #s5 .outer>h3 {
		flex: 0 0 100%;
		margin: 2em 0 1em;
	}
	#gateway-body #s5 .s5-prod {
		max-width: 430px;
		width: 100%;
		flex: 0 0 40%;
	}
	#gateway-body #s5 table {
		flex: 0 0 auto;
		width: calc(60% - 20px);
		border-top: solid 1px #999;
		font-size: 14px;
	}
	#gateway-body #s5 th,
	#gateway-body #s5 td {
		border: none;
		border-bottom: solid 1px #999;
		text-align: left;
		padding: 1em;
	}
	#gateway-body #s5 .s5-prod h4 {
		font-size: 20px;
		color: #115db5;
		margin-bottom: .8em
	}
	#gateway-body #s5 .mainImg {
		border: solid 1px #eee;
		width: 330px;
		height: 180px;
		text-align: center
	}
	#gateway-body #s5 .subImg {
		display: flex;
		flex-wrap: wrap;
		gap: 11.33px;
		width: 330px;
		margin-top: 11px;
	}
	#gateway-body #s5 .subImg li {
		border: solid 1px #eee;
		width: 74px;
		height: 80px;
		text-align: center
	}
	#gateway-body #s5 .ImgGroup img {
		height: 100%;
		width: auto;
	}
	#gateway-body #s5 h3 {
		font-size: 24px;
		margin-top: 20px
	}
	#gateway-body #s5 h3 .en {
		display: block;
		font-size: 20px;
		font-weight: normal;
	}
	#gateway-body #s5 .s5-tag {
		width: 330px;
		font-size: 14px;
		margin: 10px 0
	}
	#gateway-body #s5 .s5-tag li {
		display: inline-block;
		background-color: #e9f1f7;
		margin: 4px 2px;
		color: #115db5;
		padding: 5px;
		border-radius: 3px;
	}
	#gateway-body #s5 p {
		width: 330px;
		font-size: 14px;
		line-height: 1.75;
	}
	#gateway-body #s5 ol {
		margin-top: 100px;
		font-size: 14px;
		line-height: 1.75;
	}

	#gateway-body #s6 {
		margin-top: 40px;
	}
	#gateway-body #s6 .cnt {
		max-width: 900px;
		padding: 0 20px;
	}
	#gateway-body #s6 .lead {
		margin: 2em 0;
		line-height: 2;
	}
	#gateway-body #s6 .txtArea {
		padding: 1em 0;
	}
	#gateway-body #s6 .txtArea p {
		margin-bottom: 1em;
		font-weight: bold;
	}
	#gateway-body #s6 .cnt table.pc {
		width: 2030px;
		/*max-width: 2030px;*/
/*		padding-top: 50px; */
/*		table-layout: fixed; */
/*		display: block; */
/*		overflow-x: scroll; */
		background-color: #ffffff;
		/*overflow:auto;
		white-space:nowrap;
		-webkit-overflow-scrolling:touch;*/
	}
	/*#gateway-body #s6 .cnt table.pc tbody {
		width: 2030px;
		display:table;
	}*/
	#gateway-body #s6 .cnt table.sp {
		width: 100%;
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
	}
	#gateway-body #s6 th,
	#gateway-body #s6 td {
		border-color: currentColor;
		border-left: none;
		border-right: none;
		font-weight: normal;
		text-align: center;
		padding: 1.75em .5em;
		line-height: 1.75;
		font-size: 14px;
	}
	#gateway-body #s6 .cnt table.pc td {
		width: 265px;
	}
	#gateway-body #s6 .cnt table.pc th {
		width: 165px;
		background-color: #ffffff;
		background-clip: padding-box;
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		z-index: 1;
	}
	#gateway-body #s6 h3 {
		font-size: 20px;
		padding: 30px 0 0;
		margin-bottom: .8em;
		margin-left: .10em;
	}
	#gateway-body #s6 .pc img {
		width: 154px;
		height: 134px;
		margin-top: 10px;
	}
	#gateway-body #s6 .sp img {
		width : 50vw ;
		margin-top: 10px;
	}

.wrapper1, .wrapper2 { width: 100%; overflow-x: scroll; overflow-y: hidden; }
.wrapper1 { height: 20px; }
.div1 { height: 20px; }
.div2 { overflow: none; }
}


/*BLE*/
@media (max-width: 999999px) {
	#ble-body {
		color: #262626;
	}
	#ble-body #kv {
		height: 260px;
		background-image: url(../img/beacon_kv.jpg);
		background-position: center center;
		background-size: 1200px;
		background-color: #115db5;
	}
	#ble-body #kv .cnt {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#ble-body #kv h2 {
		color: #fff;
		font-size: 48px;
		font-weight: 100;
		width: 90%;
		letter-spacing: .25em;
		text-align: right;
	}

	#ble-body #s0 {
		padding-top: 40px;
	}
	#ble-body #s0 .cnt {
		max-width: 996px;
		background-color: #fff;
		padding: 20px;
	}
	#ble-body #s0 .inner {
		margin: 40px -15px 0;
	}
	#ble-body #s0 .s0-txtArea {
		position: relative;
		flex: 0 1 33.3%;
		margin: 0 15px 15px 15px;
	}
	/* #ble-body #s0 .s0-txtArea p {
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 100%;
		max-height: 100%;
		text-align: center;
		color: white;
		font-weight: bold;
	}
	#ble-body #s0 .s0-txtArea img {
		width: 100%;
	}

	*/
	#ble-body #s0 .s0-txtArea a {
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 0.5em;
		color: #fff;
		text-align: center;
		line-height: 1.25;
		background-position: center center;
		background-size: cover;
		background-color: #2969b2;
		font-weight: bold;
	}
	#ble-body #s0 .s0-txtArea.-btn1 a {
		background-image: url(../img/ble_img_tag_s1.png);
	}
	#ble-body #s0 .s0-txtArea.-btn2 a {
		background-image: url(../img/ble_img_tag_s1b.png);
	}
	#ble-body #s0 .s0-txtArea.-btn3 a {
		background-image: url(../img/ble_img_tag_s1c.png);
	}
	#ble-body #s0 .s0-txtArea.-btn4 a {
		background-image: url(../img/ble_img_tag_s1d.png);
	}
	#ble-body #s0 .s0-txtArea a::after {
		content: '∨';
		flex: 0 0 100%;
		align-self: flex-end
	}
	#ble-body #s0 .s0-txtArea .note {
		text-align: center;
		font-size: 60%;
		margin-top: 0.5em;
	}

	#ble-body #s1 {
/*		padding-top: 44px;*/
		margin-top:-100px;
		padding-top:144px;

	}
	#ble-body #s1 .cnt {
		max-width: 996px;
		background-color: #fff;
		padding: 74px 80px 0;
	}
	#ble-body #s1 .heading1 {
		margin-bottom: 25px;
	}
	#ble-body #s1 .s1-imgArea {
		margin: 60px -80px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#ble-body #s1 .s1-imgArea span {
		border: solid 1px currentColor;
	}
	#ble-body #s1 .s1-imgArea img {
		width: 640px;
	}
	#ble-body #s1 .s1-imgArea .s1-img1 {
		margin-bottom: 20px;
	}
	#ble-body #s1 .s1-imgArea .s1-img2 {
		width: 49%;
	}
	#ble-body #s1 .s1-imgArea .s1-img3 {
		width: 49%;
	}
	#ble-body #s1 p {
		font-size: 16px;
		line-height: 1.75;
	}

	#ble-body #s1b {
		margin-top:-100px;
		padding-top:100px;
	}
	#ble-body #s1b>.innerArea {
		background-color: #e9f1f7;
		padding-top: 0;
	}
	#ble-body #s1b .cnt {
		max-width: 996px;
		padding: 74px 80px 0;
	}
	#ble-body #s1b .heading1 {
		margin-bottom: 25px;
	}
	#ble-body #s1b .s1b-imgArea {
		margin: 60px -80px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
/*
	#ble-body #s1b .s1b-imgArea span {
		border: solid 1px currentColor;
	}
*/
	#ble-body #s1b .s1b-imgArea img {
		width: 640px;
	}
	#ble-body #s1b .s1b-imgArea .s1b-img1 {
		margin-bottom: 20px;
	}
	#ble-body #s1b .s1b-imgArea .s1b-img2 {
		width: 49%;
	}
	#ble-body #s1b .s1b-imgArea .s1b-img3 {
		width: 49%;
	}
	#ble-body #s1b p {
		font-size: 16px;
		line-height: 1.75;
	}


	#ble-body #s1c {
		margin-top:-100px;
		padding-top:100px;
	}
	#ble-body #s1c>.innerArea {
		padding-top: 0;
	}
	#ble-body #s1c .cnt {
		max-width: 996px;
		background-color: #fff;
		padding: 74px 80px 0;
	}
	#ble-body #s1c .heading1 {
		margin-bottom: 25px;
	}
	#ble-body #s1c .s1c-imgArea {
		margin: 60px -80px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
/*
	#ble-body #s1c .s1c-imgArea span {
		border: solid 1px currentColor;
	}
*/
	#ble-body #s1c .s1c-imgArea img {
		width: 640px;
	}
	#ble-body #s1c .s1c-imgArea .s1c-img1 {
		margin-bottom: 20px;
	}
	#ble-body #s1c .s1c-imgArea .s1c-img2 {
		width: 49%;
	}
	#ble-body #s1c .s1c-imgArea .s1c-img3 {
		width: 49%;
	}
	#ble-body #s1c p {
		font-size: 16px;
		line-height: 1.75;
	}

	#ble-body #s2 {
		padding: 40px 0;
	}
	#ble-body #s2 .cnt {
		max-width: 996px;
		background-color: #115db5;
		color: #fff;
		padding: 50px 80px 20px;
	}
	#ble-body #s2 .cnt>div {
		display: flex;
	}
	#ble-body #s2 h3 {
		font-size: 30px;
		flex: 0 0 15%;
		text-align: center
	}
	#ble-body #s2 div div {
		flex: 0 0 85%;
	}
	#ble-body #s2 h3 span {
		display: block;
		font-size: 18px;
	}
	#ble-body #s2 h4 {
		font-size: 20px
	}
	#ble-body #s2 .cnt>div p {
		font-size: 16px;
		line-height: 1.75;
		margin: 1em 0 2em;
	}
	#ble-body #s2 .cnt>div:first-of-type,
	#ble-body #s2 .cnt>div:nth-of-type(2) {
		margin-bottom: 2em;
		border-bottom: solid 1px #fff;
	}

	#ble-body #s2b {
		background-color: #e9f1f7;
	}
	#ble-body #s2b {
		padding: 40px 0;
	}
	#ble-body #s2b .cnt {
		max-width: 996px;
		background-color: #115db5;
		color: #fff;
		padding: 50px 80px 20px;
	}
	#ble-body #s2b .cnt>div {
		display: flex;
	}
	#ble-body #s2b h3 {
		font-size: 30px;
		flex: 0 0 15%;
		text-align: center
	}
	#ble-body #s2b div div {
		flex: 0 0 85%;
	}
	#ble-body #s2b h3 span {
		display: block;
		font-size: 18px;
	}
	#ble-body #s2b h4 {
		font-size: 20px
	}
	#ble-body #s2b .cnt>div p {
		font-size: 16px;
		line-height: 1.75;
		margin: 1em 0 2em;
	}
	#ble-body #s2b .cnt>div:first-of-type,
	#ble-body #s2b .cnt>div:nth-of-type(2) {
		margin-bottom: 2em;
		border-bottom: solid 1px #fff;
	}

	#ble-body #s3 {
		padding: 40px 0;
	}
	#ble-body #s3 .cnt {
		max-width: 996px;
		padding: 20px 80px;
	}
	#ble-body #s3 .heading2 {
		margin-bottom: 25px
	}
	#ble-body #s3 td {
		border: solid 2px #e9f1f7;
		background-color: #fff;
		text-align: center;
		width: 30%;
	}
	#ble-body #s3 th {
		border: solid 2px #fff;
		background-color: #e9f1f7;
		padding: 2em .5em
	}
	#ble-body #s3 p {
		margin-top: 1em;
	}

	#ble-body #s4 {
		padding: 40px 0;
	}
	#ble-body #s4 .cnt {
		background-color: #e9f1f7;
		max-width: 996px;
		padding: 80px 80px 0;
		position: relative;
		z-index: -1;
	}
	#ble-body #s4 .cnt>div {
		padding-bottom: 80px
	}
	#ble-body #s4 .cnt .imgArea {
		position: absolute;
	}
	#ble-body #s4 .cnt>div:first-of-type {
		margin-right: 100px
	}
	#ble-body #s4 .cnt>div:first-of-type .imgArea {
		top: 100px;
		right: 100px;
	}
	#ble-body #s4 .cnt>div:last-of-type p,
	#ble-body #s4 .cnt>div:last-of-type h3 {
		margin-left: 100px;
		padding-left: 200px
	}
	#ble-body #s4 .cnt>div:last-of-type .imgArea {
		bottom: 0;
		left: 0;
	}
	#ble-body #s4 .cnt h3 {
		font-size: 24px;
		border-bottom: solid 1px #115db5;
		margin: 50px 0 30px;
		padding-bottom: 20px;
	}
	#ble-body #s4 .cnt p {
		line-height: 1.75;
	}

	#ble-body #s5 {
		padding: 40px 0 180px;
	}
	#ble-body #s5 .cnt {
		max-width: 996px;
		padding: 80px;
		border: solid 1px #115db5;
	}
	#ble-body #s5 .inner {
		flex-wrap: wrap;
	}
	#ble-body #s5 .inner div {
		margin-top: 60px;
		flex: 0	0	58%;
		display: flex;
		align-items: center;
	}
	#ble-body #s5 .inner div:nth-child(2n) {
		flex: 0	0	42%;
	}
	#ble-body #s5 .inner div::before {
		content: '';
		display: block;
		flex: 0 0 auto;
		width: 75px;
		height: 75px;
		background-image: url(../img/ble_icon1.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	#ble-body #s5 .inner div:nth-child(2)::before {
		background-image: url(../img/ble_icon2.png);
	}
	#ble-body #s5 .inner div:nth-child(3)::before {
		background-image: url(../img/ble_icon3.png);
	}
	#ble-body #s5 .inner div:nth-child(4)::before {
		background-image: url(../img/ble_icon4.png);
	}
	#ble-body #s5 .inner div:nth-child(5)::before {
		background-image: url(../img/ble_icon5.png);
	}
	#ble-body #s5 .inner p {
		margin: 20px;
		line-height: 1.75;
	}

	#ble-body #s6 {
		background-color: #e9f1f7;
	}
	#ble-body #s6 {
		padding: 40px 0 180px;
	}
	#ble-body #s6 .cnt {
		max-width: 996px;
		padding: 80px 40px 80px 80px;
		border: solid 1px #115db5;
		background-color: #ffffff;
	}
	#ble-body #s6 .inner {
		flex-wrap: wrap;
		margin-top: 40px;
	}
	#ble-body #s6 .inner div {
		margin-top: 20px;
		flex: 0	0	50%;
		display: flex;
		align-items: flex-start;
	}
	#ble-body #s6 .inner div:nth-child(2n) {
		flex: 0	0	50%;
	}
	#ble-body #s6 .inner div::before {
		content: '';
		display: block;
		flex: 0 0 auto;
		width: 75px;
		height: 75px;
		background-image: url(../img/ble_icon5.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	#ble-body #s6 .inner div:nth-child(2)::before {
		background-image: url(../img/ble_icon_scope.png);
	}
	#ble-body #s6 .inner div:nth-child(3)::before {
		background-image: url(../img/ble_icon_man.png);
	}
	#ble-body #s6 .inner div:nth-child(4)::before {
		background-image: url(../img/ble_icon_medicine.png);
	}
	#ble-body #s6 .inner div:nth-child(5)::before {
		background-image: url(../img/ble_icon_megaphone.png);
	}
	#ble-body #s6 .inner div:nth-child(6)::before {
		background-image: url(../img/ble_icon_pc.png);
	}
	#ble-body #s6 .inner div:nth-child(7)::before {
		background-image: url(../img/ble_icon_smartphone.png);
	}
	#ble-body #s6 .inner p {
		margin: 0px 20px 20px 20px;
		line-height: 1.75;
	}
	#ble-body #s6 .inner span {
		color: #115db5;
		font-weight: bold;
	}
	#ble-body #s6 .s6-link {
		width: 100%;
		padding: 0px 40px 0px 40px;
		margin: 40px 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#ble-body #s7 {
		padding: 40px 0 40px 0;
	}
	#ble-body #s7 .cnt {
		max-width: 996px;
		padding: 80px 40px 80px 80px;
		border: solid 1px #115db5;
	}
	#ble-body #s7 .inner {
		flex-wrap: wrap;
		margin-top: 40px;
	}
	#ble-body #s7 .inner div {
		margin-top: 20px;
		flex: 0	0	50%;
		display: flex;
		align-items: center;
	}
	#ble-body #s7 .inner div:nth-child(2n) {
		flex: 0	0	50%;
	}
	#ble-body #s7 .inner div::before {
		content: '';
		display: block;
		flex: 0 0 auto;
		width: 75px;
		height: 75px;
		background-image: url(../img/ble_icon_smartmat1.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	#ble-body #s7 .inner div:nth-child(2)::before {
		background-image: url(../img/ble_icon_smartmat2.png);
	}
	#ble-body #s7 .inner div:nth-child(3)::before {
		background-image: url(../img/ble_icon_smartmat3.png);
	}
	#ble-body #s7 .inner div:nth-child(4)::before {
		background-image: url(../img/ble_icon_smartmat4.png);
	}
	#ble-body #s7 .inner div:nth-child(5)::before {
		background-image: url(../img/ble_icon_smartmat5.png);
	}
	#ble-body #s7 .inner div:nth-child(6)::before {
		background-image: url(../img/ble_icon_smartmat6.png);
	}
	#ble-body #s7 .inner p {
		margin: 0px 20px 20px 20px;
		line-height: 1.75;
	}
	#ble-body #s7 .inner span {
		color: #115db5;
		font-weight: bold;
	}
	#ble-body #s7 .s7-link {
		width: 100%;
		padding: 0px 40px 0px 40px;
		margin: 40px 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

/*usecase*/
@media (max-width: 999999px) {
	#case-body {
		color: #595959;
	}
	#case-body #kv {
		height: 260px;
		background-image: url(../img/beacon_kv.jpg);
		background-position: center center;
		background-size: 1200px;
		background-color: #115db5;
	}
	#case-body #kv .cnt {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#case-body #kv h2 {
		color: #fff;
		font-size: 48px;
		font-weight: 100;
		width: 90%;
		letter-spacing: .25em;
		text-align: right;
	}

	#case-body #s1 {
		padding-top: 40px;
	}
	#case-body #s1 .cnt {
		max-width: 1084px;
		background-color: #fff;
		padding: 20px;
	}
	#case-body #s1 .inner {
		margin: 40px -15px 0;
	}

	#case-body .s5-txtArea {
		flex: 0 1 33.3%;
		margin: 0 15px
	}
	#case-body .s5-txtArea h3 {
		font-size: 20px;
		color: #115db5;
		margin-bottom: .8em
	}
	#case-body .s5-txtArea p {
		margin: 1.5em 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.75;
	}

	#case-body #s2 {
		padding-top: 40px;
	}
	#case-body #s2 .heading1 {
		margin-bottom: -20px
	}
	#case-body #s2 h4 {
		font-size: 18px;
		margin: 1em 0;
	}
	#case-body #s2 .cnt {
		max-width: 1084px;
		background-color: #fff;
		padding: 0 20px;
	}
	#case-body #s2 .s4-txtArea {
		order: 0;
		margin-right: 20px;
	}
	#case-body #s2 .s4-imgArea {
		flex: 0 0 432px;
		margin-bottom: 1em;
		text-align: center;
		order: 1;
	}
	#case-body #s2 .s4-imgArea img {
		max-width: 432px
	}
	#case-body #s2 .heading2 {
		margin-bottom: 20px;
	}
	#case-body #s2 p {
		font-size: 14px;
		line-height: 2;
		font-weight: bold;
		margin-bottom: 20px;
	}
	#case-body .s4-inner1 {
		margin: 60px 0;
	}

}


/*user*/
@media (max-width: 999999px) {
	#user-body {
		color: #262626;
	}
	#user-body #kv {
		height: 260px;
		background-image: url(../img/beacon_kv.jpg);
		background-position: center center;
		background-size: 1200px;
		background-color: #115db5;
	}
	#user-body #kv .cnt {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#user-body #kv h2 {
		color: #fff;
		font-size: 48px;
		font-weight: 100;
		width: 90%;
		letter-spacing: .25em;
		text-align: right;
	}

	#user-body #s1 {
		padding-top: 40px;
	}
	#user-body #s1 .heading1 {
		margin-bottom: 40px
	}
	#user-body #s1 .cnt {
		max-width: 832px;
		background-color: #fff;
		padding: 20px;
		line-height: 2;
	}
	#user-body #s1 .outer {
		margin: 40px -102px;
		padding: 60px 102px;
		border: solid 1px #115db5;
	}
	#user-body #s1 .s1-inner1 {
		margin: 40px 0;
	}
	#user-body #s1 .s1-inner1 h5 {
		font-size: 20px;
	}
	#user-body #s1 .s1-inner1 p {
		font-size: 14px;
	}
	#user-body .s3-imgArea {
		display: flex;
		justify-content: center;
		align-items: center;
		flex: 0 0 150px;
		width: 150px;
		height: 150px;
		box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
		border-radius: 20px;
		margin-right: 40px;
	}
	#user-body .s3-imgArea img {
		width: 140px;
		border-radius: 50px;
	}
	#user-body #s1 .s1-inner2 {
		max-width: 600px;
		margin: auto;
	}
	#user-body #s1 .s1-inner2 .btn_apple {
		flex: 0 0 164px;
	}
	#user-body #s1 .s1-inner2 .btn_dl {
		width: auto;
		background-color: #115db5;
	}
	#user-body #s1 .s1-inner2 .btn_dl a {
		color: #fff;
		padding: 0 2em;
	}
	#user-body #s1 .s1-inner2 .btn_dl a::after {
		content: '';
		display: block;
		width: 24px;
		height: 24px;
		background-image: url(../img/icon_dl.png);
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		margin-left: 1em
	}

	#user-body #s2 .cnt {
		max-width: 832px;
		background-color: #fff;
		padding: 20px;
		line-height: 2;
		margin-bottom: 40px
	}
	#user-body #s2 .heading2 {
		margin-bottom: 1em
	}

	#user-body #s3 .cnt {
		max-width: 832px;
		background-color: #fff;
		padding: 20px;
		line-height: 2;
		margin-bottom: 40px
	}
	#user-body #s3 .heading2 {
		margin-bottom: 1em
	}
	#user-body #s3 .inner {
		flex-wrap: wrap;
	}
	#user-body #s3 .button {
		width: auto;
		height: 80px;
		flex: 0 0 360px;
		background-color: #115db5;
		margin: 15px 0;
	}
	#user-body #s3 .button a {
		color: #fff;
		padding: 0 1em;
		justify-content: space-between;
	}
	#user-body #s3 .button a::before {
		content: '';
		display: block;
		width: 70px;
		height: 70px;
		background-size: contain;
		background-position: center center;
		margin-right: 1em
	}
	#user-body #s3 .button:first-child a::before {
		background-image: url(../img/howto_img1.png);
	}
	#user-body #s3 .button:nth-child(2) a::before {
		background-image: url(../img/howto_img2.png);
	}
	#user-body #s3 .button:nth-child(3) a::before {
		background-image: url(../img/howto_img3.png);
	}
	#user-body #s3 .button:nth-child(4) a::before {
		background-image: url(../img/howto_img4.png);
	}
	#user-body #s3 .button:nth-child(5) a::before {
		background-image: url(../img/howto_img5.png);
	}
	#user-body #s3 .button:nth-child(6) a::before {
		background-image: url(../img/howto_img6.png);
	}
	#user-body #s3 .button:last-child a::before {
		background-image: url(../img/howto_img7.png);
	}



	#user-body #s4 {
		background-color: #e7eef7;
	}
	#user-body #s4 .cnt {
		max-width: 832px;
		padding: 20px;
		line-height: 2;
	}
	#user-body #s4 .outer {
		margin: 40px -102px;
		padding: 60px 102px;
		background-color: #fff;
	}
	#user-body #s4 dt {
		font-size: 18px;
		font-weight: bold;
		color: #115db5;
		margin-bottom: .5em;
	}
	#user-body #s4 dd {
		padding: 0 15px 1.5em;
		margin: 0 -15px 1.5em;
		border-bottom: solid 1px currentColor;
	}
}

/*campaign*/
@media (max-width: 999999px){
	#campaign-body #content {
		background: #2134ba;
		background: -moz-linear-gradient(left,  #2134ba 0%, #2969b2 100%);
		background: -webkit-linear-gradient(left,  #2134ba 0%,#2969b2 100%);
		background: linear-gradient(to right,  #2134ba 0%,#2969b2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2134ba', endColorstr='#2969b2',GradientType=1 );
	}
	#campaign-body #kv {
		background: #e8eaf3;
		background: -moz-linear-gradient(left,  #e8eaf3 0%, #e7eef7 100%);
		background: -webkit-linear-gradient(left,  #e8eaf3 0%,#e7eef7 100%);
		background: linear-gradient(to right,  #e8eaf3 0%,#e7eef7 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eaf3', endColorstr='#e7eef7',GradientType=1 );
	}
	#campaign-body .heading1 {
		text-align: center;
		color: #fff;
		margin-top: 2em;
	}
	#campaign-body .heading1::after {
		border-bottom: solid 2px #fff;
		margin: 0 auto .5em;
	}
	#campaign-body .lead {
		font-size: 26px;
		font-weight: bold;
			margin-top: 1em
	}
	#campaign-body .lead2 {
			margin-top: 30px;
	}
	#campaign-body b {
		color: #fff100;
	}
	#campaign-body p {
		color: #fff;
		text-align: center;
	}
	#campaign-body :not(.shop):not(.ecArea)>.outer {
		margin: 40px auto 0;
		padding: 40px;
		width: 996px;
		background-image: url(../img/campaign_bg.png);
		background-position: center top;
		background-size: cover;
	}
	#campaign-body #s1 .outer {
		background-position: center top -240px;
	}
	#campaign-body .outer>.inner {
		width: 720px;
		margin: auto;
	}
	#campaign-body #s1 .outer>.inner .inner {
		flex-wrap: wrap;
		flex: 0 0 432px;
	}
	#campaign-body #s1 .outer>.inner .inner .imgArea {
		flex: 0 0 204px;
	}
	#campaign-body .outer .button {
		width: 100%;
		background-color: #115db5;
		margin: 30px 0;
	}
	#campaign-body #s2 .outer .button {
		max-width: 432px;
	}
	#campaign-body .outer .button a {
		color: #fff;
		padding: 0 2em;
	}
	#campaign-body .outer .button3 {
		width: 100%;
		background-color: #115db5;
		margin-bottom: 30px;
	}
	#campaign-body #s2 .outer .button3 {
		max-width: 432px;
	}
	#campaign-body .outer .button3 a {
		color: #fff;
		padding: 15px;
		text-align: center;
	}
	#campaign-body .outer ul {
		width: 720px;
		margin: auto;
		text-align: left;

	}
	#campaign-body #s2 {
		text-align: center;
		padding-bottom: 60px;
	}
	#campaign-body #s2 h3 {
		font-size: 30px;
		color: #115db5;
		margin-bottom: 1em;
	}
	#campaign-body #s2 h4 {
		font-size: 24px;
	}
	#campaign-body #s2 small {
		display: block;
		font-size: 18px;
		margin-top: .5em;
	}
	#campaign-body .cnt .inner h5 {
		font-size: 24px;
		font-weight: bold;
		color: #115db5;
		margin-bottom: 30px;
	}
	#campaign-body .cnt .inner h6 {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		color: #115db5;
		background-color: #ffff00;
		padding: 0 10px 5px 10px;
		margin-bottom: 10px;
	}
}



/*smartmat*/
@media (max-width: 999999px) {
	#smartmat-body {
		color: #262626;
	}
	#smartmat-body #kv {
		height: 536px;
		background-image: url(../img/smartmat_kv.jpg);
		background-position: center center;
		background-size: 1900px;
		background-color: #115db5;
	}
	.smartmat-logo {
		background-color: rgba(255,255,255,.9);
	}
	.smartmat-logo>.imgArea {
		max-width: 1200px;
		width: 100%;
		margin: auto;
		padding: 12px 0;
	}
	.smartmat-logo>.imgArea>img {
		width: 300px;
	}
	#smartmat-body #kv .cnt {
		height: calc(100% - 60px);
		display: flex;
		align-items: center;
	}
	#smartmat-body #kv h2 {
		color: #fff;
		font-size: 60px;
		font-weight: bold;
	}
	#smartmat-body #kv p {
		color: #fff;
		font-size: 36px;
		margin: 1em 0;
		font-weight: bold;
	}
	#smartmat-body #kv .lm.lm-chck {
		display: inline-block;
		background-color: rgba(255,255,255,.9);
		padding: 20px 40px;
		color: #115db5;
	}
	#smartmat-body #kv .lm>li+li {
		padding-top: 1em;
	}
	#smartmat-body #kv .lm>li::before {
		background-color: #6cf;
		color: #fff;
		padding: .125em .25em;
		width: 1.5em;
		height: 1.5em;
		font-weight: bold;
		margin-right: 1em
	}
	#smartmat-body #s1 {
		background-color: #e9f1f7;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#smartmat-body #s1 .cnt {
		max-width: 996px;
		background-color: #fff;
		padding: 80px 70px 50px;
	}
	#smartmat-body #s1 .heading1 {
		margin-bottom: 25px;
		letter-spacing: 0;
	}
	#smartmat-body #s1 .s1-imgArea {
		width: 306px;
		float: right;
		margin-left: 30px
	}
	#smartmat-body #s1 p {
		font-size: 16px;
		line-height: 1.75;
		letter-spacing: 0;
	}
	#smartmat-body #s1 .imgArea {
		max-width: 680px;
		width: 100%;
		margin: 50px auto;
	}
	#smartmat-body #s1 .flexArea {
		display: flex;
		margin: 0 -10px 40px;
		letter-spacing: 0;
	}
	#smartmat-body #s1 .flexArea>.item {
		flex: 0 0 33.3%;
		padding: 0 10px;
	}
	#smartmat-body #s1 .flexArea>.item>.title {
		font-size: 18px;
		font-weight: bold;
		color: #115db5;
		text-align: center;
		margin: 0 -10px 1em;
	}
	#smartmat-body #s1 .flexArea>.item>.title>small {
		color: #115db5;
		background-color: #e7eef7;
		font-weight: normal;
		margin-left: .5em;
		padding: .125em;
	}
	#smartmat-body #s1 .flexArea>.item>.title::before {
		content: '2';
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 30px;
		height: 30px;
		border-radius: 100px;
		font-size: 20px;
		background-color: #115db5;
		color: #fff;
		line-height: 1;
		margin-right: .5em;
	}
	#smartmat-body #s1 .flexArea>.item:first-child>.title::before {
		content: '1';
	}
	#smartmat-body #s1 .flexArea>.item:last-child>.title::before {
		content: '3';
	}






	#smartmat-body #s2 .heading1 {
		margin-bottom: 25px;
		letter-spacing: 0;
	}
	#smartmat-body #s2 p {
		font-size: 16px;
		line-height: 1.75;
		letter-spacing: 0;
	}


	#smartmat-body #s2 {
	}
	#smartmat-body #s2 .cnt {
		max-width: 996px;
		padding: 50px 70px;
	}
	#smartmat-body #s2 .inner {
	}
	#smartmat-body #s2 .s2-prod {
		max-width: 430px;
		width: 100%;
		margin-top: 50px;
	}
	#smartmat-body #s2 .s2-prod h4 {
		font-size: 20px;
		color: #115db5;
		margin-bottom: .8em
	}
	#smartmat-body #s2 .mainImgs iframe,
	#smartmat-body #s2 .mainImgs,
	#smartmat-body #s2 .mainImg {
		border: solid 1px #eee;
		width: 100%;
		text-align: center
	}
	#smartmat-body #s2 .subImgs {
		display: flex;
		width: 100%;
		justify-content: space-between;
		margin-top: 11px;
	}
	#smartmat-body #s2 .subImgs li {
		border: solid 1px #eee;
		width: 100px;
		height: 80px;
		text-align: center
	}
	#smartmat-body #s2 .ImgGroup img {
		height: 100%;
		width: auto;
		object-fit: cover
	}
	#smartmat-body #s2 .mainImgs img {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
		object-fit: contain
	}
	#smartmat-body #s2 .mainImgs {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	#smartmat-body #s2 .mainImgs iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}


	#smartmat-body #s2 ol {
		margin-top: 70px;
		margin-right: -50px;
		font-size: 22px;
		letter-spacing: 0;
	}
	#smartmat-body #s2 ol li {
		padding: 1em 0
	}
	#smartmat-body #s2 ol li::before {
		font-weight: bold;
		color: #115db5;
		background-color: #e7eef7;
		border: none;
	}
	#smartmat-body #s2 h3 {
		font-size: 20px;
		color: #115db5;
		padding: 30px 0;
		font-size: 24px;
		margin-top: 20px
	}
	#smartmat-body #s2 .outer {
		display: flex;
		text-align: center;
		letter-spacing: 0;
	}
	#smartmat-body #s2 .outer table {
		flex: 0 1 30%;
	}
	#smartmat-body #s2 .outer table:first-child {
		flex: 0 1 40%;
	}
	#smartmat-body #s2 .outer th,
	#smartmat-body #s2 .outer td {
		border: solid 1px currentColor;
		bottom: none;
		border-left: none;
		border-right: none;
		padding: 1em;
		white-space: nowrap;
	}
	#smartmat-body #s2 .outer th {
		font-weight: normal;
	}
	[role=tab] {
	}
	[role=tab][aria-selected=true] {
	}
	[role=tabpanel] {
		display: none;
	}
	[role=tabpanel][aria-hidden=false] {
		display: block;
	}


	#smartmat-body #s3 {
	}
	#smartmat-body #s3 .cnt {
		background-color: #e9f1f7;
		max-width: 996px;
		padding: 50px 70px;
		margin-bottom: 50px;
	}
	#smartmat-body #s3 h3 {
		font-size: 20px;
		color: #115db5;
		padding: 0 0 30px;
		font-size: 24px;
	}


	#smartmat-body #s3 .flexArea {
		display: flex;
		margin: 0;
		letter-spacing: 0;
		background-color: #fff;
		padding: 20px;
	}
	#smartmat-body #s3 .flexArea>.item {
		flex: 0 1 50%;
		padding: 0 10px;
	}
	#smartmat-body #s3 .flexArea>.item:first-child {
		flex-basis: 40%;
	}
	#smartmat-body #s3 .flexArea>.item>.title {
		display: flex;
		font-weight: bold;
		color: #115db5;
		margin: 0 -10px 1em;
	}
	#smartmat-body #s3 .flexArea>.item>.title::before {
		flex-shrink: 0;
		content: '2';
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 30px;
		height: 30px;
		border-radius: 100px;
		font-size: 20px;
		background-color: #115db5;
		color: #fff;
		line-height: 1;
		margin-right: .5em;
	}
	#smartmat-body #s3 .flexArea>.item:first-child>.title::before {
		content: '1';
	}
	#smartmat-body #s3 .flexArea>.item:last-child>.title::before {
		content: '3';
	}





	#smartmat-body #s4 {
	}
	#smartmat-body #s4 .cnt {
		max-width: 996px;
		padding: 50px 70px;
		margin-bottom: 50px;
		border: solid 1px #115db5;
	}
	#smartmat-body #s4 h3 {
		font-size: 20px;
		color: #115db5;
		padding: 0 0 30px;
		font-size: 24px;
		margin-right: 50px;
	}
	#smartmat-body #s4 h4 {
		background-color: #115db5;
		color: #fff;
		font-size: 18px;
		text-align: center;
		padding: .25em;
	}
	#smartmat-body #s4 .flexArea {
		display: flex;
		justify-content: space-between;
		margin: 0;
		letter-spacing: 0;
		background-color: #fff;
		padding: 20px 0;
	}
	#smartmat-body #s4 .outer {
		flex: 1 1 30%;
	}
	#smartmat-body #s4 .outer table {
		color: #115db5;
	}
	#smartmat-body #s4 .outer table:first-child {
		flex: 0 1 40%;
	}
	#smartmat-body #s4 .outer th,
	#smartmat-body #s4 .outer td {
		border: solid 1px currentColor;
		border-left: none;
		border-right: none;
		padding: 1em 3em;
		white-space: nowrap;
		text-align: left;
	}
	#smartmat-body #s4 .cost th,
	#smartmat-body #s4 .cost td {
		background-color: #fffcd0;
	}
	#smartmat-body #s4 .outer th {
		font-weight: normal;
	}
	#smartmat-body #s4 .outer td {
		font-size: 20px;
	}
	#smartmat-body #s4 .outer .big {
		font-size: 36px
	}



	#smartmat-body #s5 {
		background-color: #e9f1f7;
		padding: 50px 0;
	}
	#smartmat-body #s5 .cnt {
		max-width: 996px;
		padding: 0 70px;
	}
	#smartmat-body #s5 .heading1 {
		margin-bottom: 25px;
		letter-spacing: 0;
	}
	#smartmat-body #s5 p {
		font-size: 16px;
		line-height: 1.75;
		letter-spacing: 0;
	}
	#smartmat-body #s5 .flexArea {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px 40px;
		letter-spacing: 0;
	}
	#smartmat-body #s5 .imgArea {
		max-width: 210px;
		margin: 20px auto 5px;
	}
	#smartmat-body #s5 .flexArea>.item {
		flex: 0 0 33.3%;
		text-align: center;
	}
	#smartmat-body #s5 .flexArea>.item>.content {
		font-size: 18px;
		font-weight: bold;
		color: #115db5;
		text-align: center;
		margin: 0 -10px 1em;
	}




	#smartmat-body #s6 {
		padding: 50px 0;
	}
	#smartmat-body #s6 .cnt {
		max-width: 996px;
		padding: 0 70px;
	}
	#smartmat-body #s6 .heading1 {
		margin-bottom: 25px;
		letter-spacing: 0;
	}
	#smartmat-body #s6 p {
		font-size: 16px;
		line-height: 1.75;
		letter-spacing: 0;
	}
	#smartmat-body #s6 .flexArea {
		display: flex;
		flex-wrap: wrap;
		margin: 40px -10px;
	}
	#smartmat-body #s6 .flexArea>.item {
		flex: 0 0 50%;
	}
	#smartmat-body #s6 .outer {
		text-align: center;
	}
	#smartmat-body #s6 .button {
		max-width: 500px;
		width: 90%;
		height: auto;
		background-color: #115db5;
	}
	#smartmat-body #s6 .button a {
		font-size: 30px;
		padding: 20px;
		color: #fff;
	}
}

@media (max-width: 1900px) {
	#top-body #kv {
		background-size: cover;
	}
}

@media (max-width: 1200px) {
	#beacon-body #kv {
		background-size: cover;
	}
}

@media (max-width: 1200px) {
	#gateway-body #kv {
		background-size: cover;
	}
}

@media (max-width: 1100px) {
	.headMenu_list li {
		margin-left: 10px;
		font-size: 15px;
	}
}


/*top-body*/
@media (max-width: 960px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	th.sp {
		display: table-cell;
	}

	.inner {
		display: block;
	}
	.cnt {
		padding: 0 10px;
	}
	.button {
		display: block;
		margin: auto;
	}
	.button2 {
		display: block;
		margin: auto;
	}

	.sect_head>.title {
		margin: 0 0;
		padding: 1em 30px;
	}


	.headMenu_btn {
		display: flex;
		align-items: center;
		position: absolute;
		top: 10px;
		right: 10px;
		height: 60px;
	}
	.headMenu_btn a {
		background-image: url(../img/icon_open.svg);
		width: 40px;
		height: 40px;
	}
	.headMenu_btn a.opened {
		background-image: url(../img/icon_close.svg);
	}
	.headMenu {
		background-color: rgba(255, 255, 255, .9);
	}
	.headMenu_list {
		display: none;
		padding: 20px 0;
	}
	.headMenu_list li {
		margin: 20px;
	}
	.item.has-sub {
		margin: 20px;
	}
	.headMenu_sub {
		display: block;
		position: static;
		padding: 0;
	}
	.headMenu_sub_list {
		box-shadow: none;
	}
	.headMenu_sub_list>.item {
		padding: 0;
		padding-left: .5em;
		margin: 20px 10px;
		border-left: 2px solid #b8cde4;
		font-size: 15px;
	}


	.header-nav_contact {
		display: flex;
		width: calc(100% - 40px);
		height: 50px;
		align-items: center;
		justify-content: center;
		background-color: #115db5;
		box-shadow: 0 0 8px 0 rgba(17, 93, 181, .5);
	}
	.header-inner {
		display: block;
		height: auto;
	}
	#branding {
		width: 100%;
		height: 80px;
		padding-right: 60px;
	}
	#site-title h1 {
		height: 80px;
		display: flex;
		max-width: 450px;
		align-items: center;
	}
	#site-title a {
	}
	.logo_bb_a {
		flex: 0 1 30%;
		max-width: calc(30% - 10px);
		padding-right: 10px;
		margin-right: 10px;
	}
	.logo_mb_a {
		flex: 0 1 70%;
		max-width: calc(70% - 10px);
	}

	.bnr {
		height: auto;
		padding: 10px
	}

	#bottom-nav .inner {
		margin: 0;
		margin-bottom: 0 !important;
	}
	#bottom-nav .cnt {
		max-width: inherit;
		margin: 0;
		padding: 20px;
	}
	#bottom-nav .button {
		width: 100%;
		margin-bottom: 20px;
	}
	#bottom-nav .bottom-nav_product {
		margin-bottom: 0;
	}
	#ecAera {
		padding: 5px;
	}
	#ecAera .txtArea {
		margin-bottom: 20px;
	}
	#ecAera .ecBtn {
		margin-top: 20px
	}

	.ecArea>.ec-list {
		display: block;
	}
	.ec-list>.shop.-thumb {
		display: none;
	}
	.shop-area>.item.-th>img {
		height: 100%;
		width: auto;
	}
	.shop-area>.outer {
		display: flex;
	}
	.shop-area>.outer>.item {
		flex: 0 0 50%;
	}
	.shop-area .item.-out {
		background-color: #fafafa !important;
	}
	.shop-area>.outer>.item:first-child {
		background: none;
	}

	.shop-area .item {
		font-size: 14px;
		padding: 1em 0;
		height: auto;
	}
	.shop-area .desc {
		font-size: 12px
	}
	.shop-area>.item.-th {
		height: 60px;
		padding: 0;
	}
	.shop-area.-thumb>.item>img {
		max-width: 80px;
	}



	.footMenu {
		padding: 0 10px;
		margin-bottom: 40px;
	}


	#top-body #kv {
		height: auto;
		background-size: cover;
	}
	#top-body #kv .cnt {
		height: auto;
		padding: 20% 10px;
	}
	#top-body #kv h2 {
		color: #fff;
		font-size: 36px;
	}

	#top-body #s1 {
		height: auto;
		padding: 40px 0;
		background-size: cover;
	}
	#top-body #s1 p {
		font-size: 20px;
		padding: 10px 0;
		margin-bottom: 5em;
		margin-right: auto;
		background-color: rgba(255,255,255,.7);
	}
	#top-body #s1 .button {
		text-align: center;
		margin: auto;
	}

	#top-body #s2 {
		height: auto;
		padding: 40px 0;
		background-size: cover;
	}
	#top-body #s2 p {
		font-size: 20px;
		padding: 10px 0;
		margin-bottom: 5em;
		margin-left: auto;
		background-color: rgba(255,255,255,.7);
	}

	#top-body #s2 .button {
		text-align: center;
		margin: auto;
	}

	#top-body #s3 {
		background-size: cover;
		padding: 40px 10px;
	}
	#top-body #s3 .heading1 {
		font-size: 20px;
		margin-bottom: 0;
	}
	#top-body #s3 .outer {
		padding: 40px 0;
	}
	#top-body .s3-imgArea {
		width: 40%;
		height: 40%;
		max-width: 240px;
		max-height: 240px;
		box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
		border-radius: 5vw;
		margin: 0 auto 1em;
	}

	#top-body #s4 {
		padding: 40px 0;
	}
	#top-body #s4 .cnt {
		margin: 0;
	}
	#top-body #s4 .heading1 {
		font-size: 20px;
		margin-bottom: 0;
	}
	#top-body #s4 .heading2 {
		font-size: 16px;
	}
	#top-body #s4 .s4-txtArea {
		padding-top: 10px;
	}
	#top-body #s4 .s4-imgArea {
		text-align: center;
		padding-top: 30px;
	}
	#top-body #s4 p {
		margin-bottom: 30px;
	}
	#top-body .s4-inner1 {
		margin-bottom: 60px;
	}
	#top-body .s4-inner2,
	#top-body .s4-inner1 {
		margin-bottom: 30px;
	}
	#top-body .s4-inner3 {
		margin-bottom: 0;
	}
	#top-body .s4-inner2,
	#top-body .s4-inner3 {
		display: flex;
		text-align: center
	}
	#top-body .s4-inner2 {
		background-image: url(../img/top_img7.jpg);
	}
	#top-body .s4-inner3 {
		background-image: url(../img/top_img8.jpg);
	}

	#top-body #s5 {
		padding: 40px 0;
	}
	#top-body #s5 .inner {
		margin: 0;
		margin-bottom: 40px;
	}
	#top-body #s5 .cnt {
		margin: 0;
	}
	#top-body #s5 .heading1 {
		font-size: 20px;
		margin-bottom: 0;
	}
	#top-body .s5-txtArea h3 {
		margin-top: 40px;
	}

	#top-body #s7 {
		padding: 20px 10px;
	}
	#top-body #s7 .cnt {
		padding: 10px;
		text-align: left;
	}
}
@media (max-width: 660px) {
	#top-body #s2 .inner {
		flex-wrap: wrap;
	}
	#top-body #s2 .inner img {
		width: 50%;
	}
}


/*beacon*/
@media (max-width: 960px) {

	#beacon-body #kv {
		height: 140px;
		background-size: cover;
	}

	#beacon-body .cnt {
		margin: 0 10px;
		width: calc(100% - 20px);
		padding-bottom: 10px
	}
	#beacon-body #s6 .cnt {
		max-width: 100%;
		padding-left: 0;
	}
	#beacon-body #s6 .cnt p {
		display: none;
	}
	#beacon-body #s1 .cnt {
		padding: 20px;
	}
	#beacon-body #s1 .s1-imgArea {
		max-width: 306px;
		width: 100%;
		float: none;
		margin: 0 auto 20px;
	}
	#beacon-body #s2 .cnt {
		padding: 20px;
	}
	#beacon-body #s3 .cnt {
		padding: 20px;
		background-image: none;
	}
	#beacon-body #s3 .cnt div {
		max-width: 100%;
	}
	#beacon-body #s4 .cnt {
		padding: 20px;
		font-size: 18px
	}
	#beacon-body #s5 {
		padding: 0;
	}
	#beacon-body #s5 .cnt {
		padding: 20px 10px;
	}

	#beacon-body #s5 .inner {

	}
	#beacon-body #s5 .s5-prod {
		max-width: 660px;
		margin: 50px auto 0;
	}
	#beacon-body #s5 .mainImg {
		width: 660px;
		height: 360px;
	}
	#beacon-body #s5 .subImg {
		width: 660px;
	}
	#beacon-body #s5 .subImg li {
		width: 157px;
		height: 157px;
	}
	#beacon-body #s5 p {
		width: auto;
	}
	#beacon-body #s5 ol {
		margin-top: 50px;
		font-size: 14px;
		line-height: 1.75;
	}
	#beacon-body #s5 .s5-tag {
		width: 100%;
	}
	#beacon-body #s6 {
	}
	#beacon-body #s6 .cnt table.sp {
		width: 100%;
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
	}
	#beacon-body #s6 table .pc {
		margin: 20px auto;
	}

	#beacon-body #s6 th,
	#beacon-body #s6 td {
		border-color: currentColor;
		border-left: none;
		border-right: none;
		font-weight: normal;
		text-align: center;
		padding: 1.75em .5em;
		line-height: 1.75;
		font-size: 14px;
	}
	#beacon-body #s6 td {
		width: 100%;
	}


}

/*gateway*/
@media (max-width: 960px) {

	#gateway-body #kv {
		height: 140px;
		background-size: cover;
	}

	#gateway-body .cnt {
		margin: 0 10px;
		width: calc(100% - 20px);
		padding-bottom: 10px
	}
	#gateway-body #s6 .cnt {
		max-width: 100%;
	}
	#gateway-body #s1 .cnt {
		padding: 20px;
	}
	#gateway-body #s1 .s1-imgArea {
		max-width: 306px;
		width: 100%;
		float: none;
		margin: 0 auto 20px;
	}
	#gateway-body #s2 .cnt {
		padding: 20px;
	}
	#gateway-body #s3 .cnt {
		padding: 20px;
		background-image: none;
	}
	#gateway-body #s3 .cnt div {
		max-width: 100%;
	}
	#gateway-body #s4 .cnt {
		padding: 20px;
		font-size: 18px
	}
	#gateway-body #s5 {
		padding: 0;
	}
	#gateway-body #s5 .cnt {
		padding: 20px 10px;
	}

	#gateway-body #s5 .inner {

	}

	#gateway-body #s5 .outer {
		display: block;
	}
	#gateway-body #s5 .outer>h3 {
		margin-bottom: 0;
	}
	#gateway-body #s5 .s5-prod {
		max-width: 660px;
		margin: 20px auto;
	}
	#gateway-body #s5 table {
		width: 100%;
	}
	#gateway-body #s5 .mainImg {
		width: 660px;
		height: 360px;
	}
	#gateway-body #s5 .subImg {
		width: 660px;
	}
	#gateway-body #s5 .subImg li {
		width: calc(25% - 8.5px);
		height: auto;
	}
	#gateway-body #s5 p {
		width: auto;
	}
	#gateway-body #s5 ol {
		margin-top: 50px;
		font-size: 14px;
		line-height: 1.75;
	}
	#gateway-body #s5 .s5-tag {
		width: 100%;
	}
	#gateway-body #s6 {
	}
	#gateway-body #s6 .cnt table.sp {
		width: 100%;
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
	}
	#gateway-body #s6 table .pc {
		margin: 20px auto;
	}

	#gateway-body #s6 th,
	#gateway-body #s6 td {
		border-color: currentColor;
		border-left: none;
		border-right: none;
		font-weight: normal;
		text-align: center;
		padding: 1.75em .5em;
		line-height: 1.75;
		font-size: 14px;
	}
	#gateway-body #s6 td {
		width: 100%;
	}


}

/*BLE*/
@media (max-width: 960px) {
	#ble-body #kv {
		height: 140px;
		background-size: cover;
	}
	#ble-body #kv .cnt {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#ble-body .cnt {
		margin: 0 10px;
		width: calc(100% - 20px);
		padding-bottom: 10px;
	}
	#ble-body #s1 .cnt {
		padding: 20px;
	}
	#ble-body #s1 .s1-imgArea {
		margin: 20px -30px 0;
		padding: 20px;
	}
	#ble-body #s1 .s1-imgArea img {
		height: auto;
	}

	#ble-body #s1b .cnt {
		padding: 20px;
	}
	#ble-body #s1b .s1b-imgArea {
		margin: 20px -30px 0;
		padding: 20px;
	}
	#ble-body #s1b .s1b-imgArea img {
		height: auto;
	}

	#ble-body #s1c .cnt {
		padding: 20px;
	}
	#ble-body #s1c .s1c-imgArea {
		margin: 20px -30px 0;
		padding: 20px;
	}
	#ble-body #s1c .s1c-imgArea img {
		height: auto;
	}

	#ble-body #s2 .cnt {
		padding: 20px;
	}
	#ble-body #s2 .cnt>div {
		display: block;
	}
	#ble-body #s2 h3 {
		text-align: center;
		margin-bottom: .5em;
	}

	#ble-body #s2b .cnt {
		padding: 20px;
	}
	#ble-body #s2b .cnt>div {
		display: block;
	}
	#ble-body #s2b h3 {
		text-align: center;
		margin-bottom: .5em;
	}

	#ble-body #s3 {
		padding: 0;
	}
	#ble-body #s3 .cnt {
		padding: 10px;
	}
	#ble-body #s3 .heading2 {
		margin-bottom: 25px
	}
	#ble-body #s3 table {
		width: 100%;
	}
	#ble-body #s3 td {
		border: solid 2px #e9f1f7;
		background-color: #fff;
		text-align: center;
		width: 100%;
	}
	#ble-body #s3 th {
		border: solid 2px #fff;
		background-color: #e9f1f7;
		padding: 2em .5em;
		width: auto;
	}
	#ble-body #s3 p {
		margin-top: 1em;
	}

	#ble-body #s4 {
		padding: 40px 0 0;
	}
	#ble-body #s4 .cnt {
		padding: 20px;
		position: static;
	}
	#ble-body #s4 .cnt>div {
		padding-bottom: 0;
	}
	#ble-body #s4 .cnt .imgArea {
		position: static;
	}
	#ble-body #s4 .cnt>div:first-of-type {
		margin-right: 0;
	}
	#ble-body #s4 .cnt .imgArea {
		margin-top: 20px;
	}
	#ble-body #s4 .cnt .imgArea img {
		max-width: 300px;
		width: 80%;
	}
	#ble-body #s4 .cnt>div:first-of-type .imgArea {
		text-align: center;
	}
	#ble-body #s4 .cnt>div:last-of-type p,
	#ble-body #s4 .cnt>div:last-of-type h3 {
		margin-left: 0;
		padding-left: 0;
	}
	#ble-body #s4 .cnt>div:last-of-type .imgArea {
		margin: 20px auto -20px auto;
		text-align: center
	}
	#ble-body #s4 .cnt h3 {
		margin: 30px 0 10px;
	}

	#ble-body #s5 {
		padding: 40px 0;
	}
	#ble-body #s5 .cnt {
		padding: 20px;
	}
	#ble-body #s5 .inner div {
		margin-top: 30px;
	}
	#ble-body #s5 .inner div::before {
		content: '';
		display: block;
		flex: 0 0 auto;
		width: 40px;
		height: 40px;
	}
	#ble-body #s5 .inner p {
		margin: 0 0 0 20px;
	}

	#ble-body #s6 {
		padding: 40px 0;
	}
	#ble-body #s6 .cnt {
		padding: 20px;
	}
	#ble-body #s6 .inner div {
		margin-top: 30px;
	}
	#ble-body #s6 .inner div::before {
		content: '';
		display: block;
		flex: 0 0 auto;
		width: 40px;
		height: 40px;
	}
	#ble-body #s6 .inner p {
		margin: 0 0 0 20px;
	}

	#ble-body #s7 {
		padding: 40px 0;
	}
	#ble-body #s7 .cnt {
		padding: 20px;
	}
	#ble-body #s7 .inner div {
		margin-top: 30px;
	}
	#ble-body #s7 .inner div::before {
		content: '';
		display: block;
		flex: 0 0 auto;
		width: 40px;
		height: 40px;
	}
	#ble-body #s7 .inner p {
		margin: 0 0 0 20px;
	}
}

/*case user*/
@media (max-width: 960px) {
	#case-body .s5-txtArea h3 {
		margin-top: 40px;
	}
	#case-body #s4 .s4-txtArea {
		padding-top: 10px;
	}
	#case-body #s4 .s4-imgArea {
		text-align: center;
		padding-top: 30px;
	}
	#case-body #s4 p {
		margin-bottom: 30px;
	}
	#case-body .s4-inner1 {
		margin-bottom: 60px;
	}

	#user-body .s3-imgArea {
		margin: auto;
	}
	#user-body .s3-imgArea img {
		width: 140px;
		border-radius: 50px;
	}
	#user-body .s1-inner2 .btn_apple {
		margin-bottom: 10px;
	}
	#user-body .s1-inner2 img {
		height: 60px;
	}
	#user-body .s1-inner2 .btn_dl {
		height: auto;
		padding: 10px 0 ;
	}
	#user-body #s1 .outer {
		margin: 0;
		padding: 20px;
	}
	#user-body #s4 .outer {
		margin: 40px 0;
		padding: 20px;
		background-color: #fff;
	}

}


/*smartmat*/

@media (max-width: 1200px) {
	#smartmat-body #kv {
		padding: 0 20px
	}
	.smartmat-logo {
		margin: 0 -20px;
	}
}
@media (max-width: 960px) {
	.smartmat-logo>.imgArea>img {
		width: 180px;
	}

	#smartmat-body #kv {
		min-height: 400px;
		height: auto;
		background-size: cover
	}
	#smartmat-body #kv h2 {
		color: #fff;
		font-size: 36px;
		font-weight: bold;
	}
	#smartmat-body #kv p {
		color: #fff;
		font-size: 24px;
		margin: 1em 0;
		font-weight: bold;
	}
	#smartmat-body #kv .cnt {
		padding: 20px 0;
		height: auto;
		align-items: center;
	}

	#smartmat-body .cnt {
		margin: 0 10px;
		width: calc(100% - 20px);
		padding-bottom: 10px
	}
	#smartmat-body #s1 .cnt {
		padding: 20px;
		max-width:
	}
	#smartmat-body #s1 .flexArea {
		display: block;
		max-width: 660px;
		margin: auto;
	}
	#smartmat-body #s1 .flexArea>.item>.title {
		text-align: left;
		margin-bottom: 0;
		margin-top: 1em;
	}
	#smartmat-body #s2 {
		padding: 0;
	}
	#smartmat-body #s2 .cnt {
		padding: 20px 10px;
	}

	#smartmat-body #s2 .inner {

	}
	#smartmat-body #s2 .s2-prod {
		max-width: 660px;
		margin: 50px auto 0;
	}
	#smartmat-body #s2 .mainImg {
		width: calc(100% - 10px);
		height: 370px;
		margin: 0 5px;
	}
	#smartmat-body #s2 .mainImgs {
	}
	#smartmat-body #s2 .subImgs {
		width: 100%;
	}
	#smartmat-body #s2 .subImgs li {
		width: 200px;
		height: 100px;
		margin: 0 5px
	}
	#smartmat-body #s2 p {
		width: auto;
	}
	#smartmat-body #s2 ol {
		max-width: 660px;
		margin: 20px auto 0;
	}
	#smartmat-body #s2 ol li {
		padding: .5em 0;
	}
	#smartmat-body #s2 .outer {
		display: block;
		max-width: 660px;
		margin: auto;
	}
	#smartmat-body #s2 .outer table {
		margin: 0 auto 40px;
	}
	#smartmat-body #s2 .outer tr:first-child th,
	#smartmat-body #s2 .outer tr:first-child td {
		border-top: double 3px currentColor;
	}
	#smartmat-body #s2 .outer tr:last-child th,
	#smartmat-body #s2 .outer tr:last-child td {
		border-bottom: double 3px currentColor;
	}
	#smartmat-body #s3 .flexArea {
		display: block;
	}
	#smartmat-body #s3 .flexArea>.item:not(:first-child)>.title {
		margin: 2em -10px 0;
	}
	#smartmat-body #s4 .flexArea {
		display: block;
		padding: 0;
	}
	#smartmat-body #s4 .outer th,
	#smartmat-body #s4 .outer td {
		padding: 1em;
	}
	#smartmat-body #s5 {
		padding: 20px 0;
	}
	#smartmat-body #s5 .flexArea>.item {
		flex: 0  50%;
		padding: 10px;
	}
	#smartmat-body #s5 .imgArea {
		margin-top: 0;
	}
	#smartmat-body #s5 .flexArea {
		margin-bottom: 0;
	}
	#smartmat-body #s5 .flexArea>.item>.content {
		margin: 0;
	}
	#smartmat-body #s6 .flexArea {
		display: block;
		margin-top: 0;
	}
	#smartmat-body #s6 .flexArea .item {
		margin-top: 40px;
	}
}

@media (max-width: 700px) {
	#smartmat-body #kv .lm.lm-chck {
		padding: 10px;
		padding-left: 30px;
	}
	#smartmat-body #s2 ol {
		font-size: 18px
	}
	#smartmat-body #s3 .cnt {
		padding: 20px 10px;
	}
	#smartmat-body #s4 .cnt {
		padding: 20px 10px;
	}
	#smartmat-body #s5 .cnt {
		padding: 0 10px;
	}
	#smartmat-body #s6 .cnt {
		padding: 0 10px;
	}
	#smartmat-body #s6 .button a {
		font-size: 18px;
		padding: 10px;
	}
	#smartmat-body #s4 .outer tr,
	#smartmat-body #s4 .outer th,
	#smartmat-body #s4 .outer td {
		text-align: center;
		display: block;
	}
	#smartmat-body #s4 .outer th {
		border-bottom: none;
	}
	#smartmat-body #s4 .outer th {
		padding-bottom: 0;
	}
	#smartmat-body #s4 .outer td {
		border-top: none;
	}
	#smartmat-body #s2 .outer table {
		font-size: 14px;
	}
	#smartmat-body #s2 .mainImg {
		height: 52vw;
	}
	#smartmat-body #s2 .subImgs li {
		height: 13vw;
	}
}

/*campaign*/
@media (max-width: 960px){
	#campaign-body .lead {
		font-size: 22px;
	}
	#campaign-body p {
		text-align: left;
	}
	#campaign-body .outer {
		padding: 20px;
		width: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-color: #fff;
	}
	#campaign-body :not(.shop):not(.ecArea)>.outer {
		width: auto;
	}
	#campaign-body .outer>.inner {
		width: 100%;
		margin: auto;
	}
	#campaign-body #s1 .outer>.inner .inner {
		display: flex;
		justify-content: space-around;
	}
	#campaign-body #s1 .outer>.inner .inner .imgArea {
		margin-bottom: 10px
	}
	#campaign-body .outer .button {
		margin: 30px auto;
	}
	#campaign-body .outer .button3 {
		margin: 30px auto;
	}
	#campaign-body .outer ul {
		width: 100%;
	}
}

@media (max-width: 700px) {
	#beacon-body #s5 .mainImg {
		width: 100%;
		height: 66vw;
	}
	#beacon-body #s5 .subImg {
		width: 100%;
	}
	#beacon-body #s5 .subImg li {
		width: 22vw;
		height: 22vw;
	}
	#beacon-body #s5 p {
		width: auto;
	}
	#beacon-body #s5 ol {
		margin-top: 8vw;
	}
	#beacon-body #s6 table .sp {
		width: 100%;
	}
}

@media (max-width: 700px) {
	#gateway-body #s5 .mainImg {
		width: 100%;
		height: 66vw;
	}
	#gateway-body #s5 .subImg {
		width: 100%;
	}
	#gateway-body #s5 .subImg li {
		width: 22vw;
		height: 22vw;
	}
	#gateway-body #s5 p {
		width: auto;
	}
	#gateway-body #s5 ol {
		margin-top: 8vw;
	}
	#gateway-body #s6 table .sp {
		width: 100%;
	}
	#gateway-body #s5 .subImg {
		display: flex;
		flex-wrap: nowrap;
		gap: 5px;
		margin-top: 11px;
	}
}
