<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.r {
	justify-content: space-between;
}

.bannerBox .inner{
	padding: 15px !important;
}

/*-----nls-mt37-----*/

img.lineup-img-mt37 {
	object-fit: contain;
	height: 300px;
}

.nls-mt37_koukin {
	position: relative;
	width: fit-content;
	margin: 0 auto;
}

.nls-mt37_box {
	display: flex;
	justify-content: center;
	height: 200px;
	margin: 0 0 20px 0;
}

.nls-mt37_box img {
	height: 200px;
}

.nls-mt37_icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.nls-mt37_icon_01 {
	width: 300px;
	height: 70px;
	margin: 0 7px 0 0;
}

.nls-mt37_icon_02 {
	width: 377px;
	height: 70px;
}

.nls-mt37_02 {
	max-width: 350px;
}

/*-----nls-mt37　ここまで-----*/

.products_box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	text-align: left;
}

.products_box &gt; div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(to bottom, #cee2e6, #eef5f6);
	padding: 20px;
}

.products_box &gt; div &gt; div:first-of-type {
	width: 60%;
}

.products_box &gt; div &gt; div:last-of-type {
	width: 38%;
	text-align: center;
}

.products_box p {
	min-height: 80px;
	margin: 0 0 20px;
}

.products_box a.more {
	display: block;
	width: 180px;
	font-size: 1.4rem;
	color: #004b96;
	text-align: center;
	border: 1px solid #004b96;
	border-radius: 22px;
	background: #fff;
	position: relative;
	padding: 10px;
	margin: 0 auto;
	transition: .3s;
}

.products_box a.more::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 10px;
}

.products_box a.more:hover {
	color: #fff;
	background: #004b96;
}

.products_box img {
	width: 100%;
	max-width: 160px;
	max-height: 150px;
}

.products_box &gt; div:nth-of-type(2) img {
	max-height: 130px;
}

.products_box &gt; div:last-of-type img {
	max-height: 100px;
}

.banner_mobile_terminl &gt; a {
	width: fit-content;
	display: block;
	margin: 0 auto;
}

.banner_mobile_terminl &gt; a img {
	width: 100%;
	max-width: 550px;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 30%));
}

@media screen and (max-width:767px) {

	.products_box {
		grid-template-columns: repeat(1, 1fr);
	}

	.products_box &gt; div {
		width: 100%;
	}

	.products_box h3 {
		font-size: 1.6rem;
	}

	/*-----nls-mt37-----*/

	.fixed-width {
		width: 90%;
	}

	.nls-mt37_box {
		height: auto;
	}

	.nls-mt37_box img {
		height: 150px;
	}

	.nls-mt37_icon_01 {
		width: 100%;
		height: 60px;
		margin: 0 0 10px 0;
	}

	.nls-mt37_icon_02 {
		width: 320px;
		height: 60px;
	}

	.nls-mt37_02 {
		max-width: 200px;
	}

	img.lineup-img-mt37 {
		height: 170px;
	}

	/*-----nls-mt37 ここまで-----*/

	.mb-20-sp {
		margin-bottom: 20px !important;
	}
}

.nls-fr4280-bt_box img {
	height: 300px;
}


/*-----newland top 20230525-----*/
.inner_newland {
	max-width: 1010px;
	margin: 0 auto;
	padding: 0;
	position: relative
}

.kvL1_newland {
	width: 100%;
	max-height: 560px;
	background: url("/h/img/newland/bg_kvL1_newland.png") no-repeat 50% 50%;
	background-size: cover;
	margin-bottom: 50px;
}

.newland_top_mg-b {
	margin: 35px auto;
}

.newland_for-sp {
	display: none;
}


@media screen and (max-width:599px) {

	.newland_for-sp {
		display: block;
	}
}

/*-----newland top 20230525 ここまで-----*/




/*	apps 240609	*/
.apps_inner header {
	padding:unset !important;
	background:unset !important;
}
.drop .innerW100{
	padding: 60px 70px;
}
.drop .L3h3{
	margin-bottom: 70px !important;
}
.drop section{
	
}
/*
.bg_grad{
background: rgb(132,255,0);
background: linear-gradient(180deg, rgba(132,255,0,1) 0%, rgba(21,188,224,1) 100%);
}
.bg_grad{
background: #b2f9b5;
}
*/
.bg_grad{
background: linear-gradient(0deg, rgba(230, 245, 253, 100%), #fff);
}


.appsTitBox{
	margin: 0 auto;
}
.appsTitBox h1{
	color:#0d3482;
	font-size:3.8rem;
	margin:30px 0;
}
.appsTitBox p{
	padding: 40px 0 0;
	font-size:18px;
	font-weight:bold;
}
.appsTit{
	padding: 30px 0 0;
	background:url(/h/images/visual_apps_bg.jpg) repeat-x;
}

.appsArrow{
  background: rgba(230, 245, 253, 100%);
  position: relative;
  margin: 0 0 100px;
}
.appsArrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 49vw 0 49vw;
  border-color: rgba(230, 245, 253, 100%) transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.appsArrow p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

.appsArrowWhite{
  background: #fff;
  position: relative;
  margin: 0 0 100px;
}
.appsArrowWhite:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 49vw 0 49vw;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.appsArrowWhite p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  color:#202020;
}

.appsBox {
	display:flex;
	flex-wrap:wrap;
	max-width:1010px;
	margin: 0 auto;
}
.appsBox .apps {
	width: 31.2%;
	background:#fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align:left;
	margin: 1%;
	box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, 0.24);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.appsImg img {
	border-radius: 10px 10px 0 0;
}
.appsDl{
	padding: 5% 5% 0;
}
.appsDl dt{
	width: 35%;
	padding: 0 5% 0 0;
	float:left;
}
.appsDl dt img{
	border-radius: 20px;
	box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, 0.24);
}
.appsDl dd{
	float:left;
	width: 65%;
	line-height:1.2;
}
.appsDl .appsName{
	font-size: 16px;
	font-weight:bold;
}
.appsDl .appsCat{
	margin-top: 10px;
	font-size: 14px;
}
.appsDl .appsPoint{
	background-color: #099;
	margin-top: 10px;
	font-size: 10px;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	width:unset;
	padding: 5px 10px;
}
.apps p{
	padding: 5% 5% 0;
}
.apps .teikei {
	text-align:center;
	padding:0 0 10px;
}
.apps .teikei img{
	max-height: 22px;
	padding:0;
}
.apps .modelDl{
	display:flex;
	flex-wrap: wrap;
	margin:10px 15px 20px;
	text-align: center;
	border: 1px solid #ccc;
	min-height: 123px;
	align-items: flex-start;
}
.apps .modelDl dt{
	width: 100%;
	display:inline-block;
	background-color: #ccc;
	margin: 0 0 15px;
	padding: 5px 10px;
	color: #333;
	height: 32px;
	font-size: 1.4rem;
}
.apps .modelDl dd{
	width: 50%;
	margin: 0 auto 10px;
	padding: 0 10px;
	border-right: 1px solid #000;
}
.apps .modelDl dd:nth-of-type(2n){
	border-right: none;
}
.apps .modelDl dd img{
	width: 30px;
	vertical-align:bottom;
}
.apps .modelDl dd a{
	color:#202020;
	text-decoration:underline;
}

.apps .modelDl dd:last-child{
	border-right: none;
}

.drop .eraberu_box_000{
	margin: 90px auto 0 !important;
}

.drop .eraberu_box_p01 {
	font-size: 16px !important;
}
.drop .eraberu_box a{
	font-size:14px;
	text-align:center;
	margin: 0 auto 20px !important;
}
.drop .eraberu_box &gt; div &gt; div &gt; div {
	margin: 0;
}
.eraberuUl {
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
	margin: 0 auto;
}
.eraberuUl li {
	line-height: 0;
}
.eraberuUl img {
	width: 50px;
}

.drop .eraberu_box &gt; div &gt; div &gt; div &gt; div:nth-of-type(1){
	border-radius: 0;
}

.drop .eraberu_box_111{
	border: 2px solid #ccc;
	box-shadow:3px 3px 2px 1px rgba(0, 0, 0, 0.24);
}

.drop .newland_box{
	border:none;
	box-shadow:none;
}

.drop .kitBox .btn_f{
	font-weight:normal;
}


.drop .kitBox{
background: #ebebeb;
	width:100%;
}
.drop .kitBox a{
	text-decoration:underline;
}

.drop .flowBox{
background: linear-gradient(0deg, #fff , rgba(0, 154, 144, 20%));
	width:100%;
}
.drop .intro_p_01 {
	width: 90%;
	align-items: center;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.3;

	margin: 20px auto 30px;
	font-weight: 700;
}

.drop .intro_p_01 span {
	background: linear-gradient(transparent 60%, #ff6 60%);
	font-weight: 700;
}
.drop .intro_p_02 {
	width: 90%;
	text-align:left;
	margin: 10px auto 30px;
}

.drop a.btn_f{
	min-height: unset !important;
}

.drop .btn_apps{
	color: #fff;
	font-size: 14px !important;
	padding: 5px !important;
	width: 80% !important;
	margin: 0 auto 20px !important;
}

.drop .newland_box ul li{
	margin: 0 0 10px 20px;
	text-indent: -20px;
}
.drop .newland_box ul li:last-child{
	margin: 0 0 0 20px;
	text-indent: -20px;
}



.appsnagare_box h4 {
	font-size: 26px;
	margin: 0 auto 50px;
}
.appsnagare_box &gt; div{
	text-align: left;
}
.appsflex {
	display: flex;
	justify-content: space-around;
	margin: 0 auto 80px;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
}
.appsnagare_box img {
	max-width: 100px;
}

.appsnagare_box &gt; div img {
	width: 100%;
}


.appsnagare_box .appsflex  div::after {
	content: "\f078";
	font-family: Font Awesome\ 5 Free;
	color: #444692;
	font-size: 5rem;
	font-weight: 600;
	position: absolute;
	top: unset;
	right: 0;
	left: 48%;
	bottom: -80px;
	margin: 0 auto;
}

.appsnagare_box &gt; .appsflex &gt; div:last-of-type::after {
	display: none;
}

.appsnagare_box .appsflex div{
	width: 100%;
	position:relative;
	align-items: center;
	flex-direction: row-reverse;
	display: flex;
	margin: 0 auto 100px;
}
.appsnagare_box .appsflex div:last-child{
	padding: 0 0 80px;
	margin: 0 auto 0;
	border-bottom: 1px solid #CCC;
}

.appsnagare_box .appsflex p:nth-of-type(1) {
	margin: 0 0 20px 50px;
	width: 760px;
	font-size: 16px;
}
.appsnagare_box .appsflex p:nth-of-type(1) span {
	font-weight: bold;
	line-height: 3.8;
	font-size: 1.8rem;
	background: #0d3482;
	color: #fff;
	padding: 5px 20px;
}
.appsnagare_box .appsflex p:nth-of-type(1) a{
	text-decoration:underline;
	color:#0d3482;
}

.appsnagare_box .appsflex p:nth-of-type(2) {
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 20%);
	margin: 0 auto;
	fill:#0d3482;
}

.appsnagare_box .appsflex p:nth-of-type(2) img {
	width: 100%;
	max-width: 80px;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(14%) sepia(54%) saturate(3971%) hue-rotate(216deg) brightness(89%) contrast(95%);
}
.appsnagare_box .appsflex div:first-child p:nth-of-type(2) img {
	width: 100%;
	max-width: 100px;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(14%) sepia(54%) saturate(3971%) hue-rotate(216deg) brightness(89%) contrast(95%);
}

.appsnagare_box .appsflex2{
	width: 100%;
	margin: 0 auto 80px;
}
.appsnagare_box .appsflex2 p:nth-of-type(1) {
	width: 100%;
	text-align:center;
		font-size: 16px;
}
.appsnagare_box .appsflex2 p:nth-of-type(1) span {
	font-weight: bold;
	line-height: 4.8;
	font-size: 1.8rem;
}





.fBox3{
	padding: 0;
	display: flex;
	gap: 10px;
	width:30%;
	flex-direction:column;
}
.fBox3 .img{
	width: 100%;
	margin: 0 auto;
}
.fBox3 .imgL{
	width:100%;
}
.fBox3 .imgR{
	width:100%;
	order:3;
}
.fBox3 .img img,
.fBox3 .imgL img,
.fBox3 .imgR img{
	width:100%;
}
.fBox3 p{
	text-align:center;
	width:100%;
	font-weight:bold;
}


@media screen and (max-width: 767px) {
.drop .innerW100{
	padding: 30px 10px !important;
}
.drop .L3h3{
	margin-bottom: 40px !important;
}

.appsTitBox{
	padding: 5% 0;
}
.appsTitBox h1{
	padding: 5% 1%;
	font-size:21px;
	margin: unset;
}
.appsTit{
}
.appsTitBox p{
	padding: 5% 4%;
	font-size:14px;
	font-weight:bold;
}
.appsArrow{
  background: rgb(230 245 253);
  position: relative;
  margin: 0 0 60px;
}
.appsArrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 49vw 0 49vw;
  border-color: rgb(230 245 253) transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}
.appsArrow p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto 10px;
  padding: 0 4%;
}

.appsArrowWhite{
  background: #fff;
  position: relative;
  margin: 0 0 60px;
}
.appsArrowWhite:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 49vw 0 49vw;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.appsArrowWhite p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto 10px;
  padding: 0 4%;
  color:#202020;
}


.appsBox {
	display:flex;
	flex-wrap:wrap;
}
.appsBox .apps {
	width: 90%;
	background:#fff;
	border: 1px solid #999;
	border-radius: 10px;
	text-align:left;
	margin: 1% auto 6%;
}
.appsImg img {
	border-radius: 10px 10px 0 0;
}
.appsDl{
	padding: 20px 20px 0;
}
.appsDl dt{
	width: 35%;
	padding: 0 5% 0 0;
	float:left;
}
.appsDl dd{
	float:left;
	width: 65%;
}
.appsDl .appsName{
	font-size: 16px;
	font-weight:bold;
}
.appsDl .appsCat{
	margin-top: 10px;
	font-size: 14px;
}
.appsDl .appsPoint{
	background-color: #099;
	margin-top: 10px;
	font-size: 10px;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	width:unset;
	padding: 5px 10px;
}
.apps p{
	padding: 5%;
	min-height: unset;
}
.apps .modelDl{
	display:flex;
	flex-wrap: wrap;
	margin:10px 15px 20px;
	text-align: center;
	border: 1px solid #ccc;
}
.apps .modelDl dt{
	width: 100%;
	display:inline-block;
	background-color: #ccc;
	margin: 0 0 10px;
	padding: 5px 10px;
	color: #333;
}
.apps .modelDl dd{
	width: 50%;
	margin: 0 auto 10px;
	padding: 0 10px;
	border-right: 1px solid #000;
}
.apps .modelDl dd:nth-of-type(2n){
	border-right: none;
}

.apps .modelDl dd:last-child{
	border-right: none;
}




.drop .kitBox .btn_f{
	width:90%;
}
.drop .kitBox .btn_f p{
	font-weight:normal;
	font-size:4vw;
}
.drop .eraberu_box_000{
	margin: 70px auto 0 !important;
}

.drop .eraberu_box_p01 {
	font-size: 16px !important;
}
.drop .eraberu_box a{
	font-size:14px;
}


.drop .newland_box{
	border:none;
	box-shadow:none;
}
.drop .kitBox{
	margin:0 auto;
	border-radius:0;
	padding: 0 0 6%;
background: #f1f1f1;
	width:100%;
}
.drop .intro_p_01 {
	width: 90%;
	align-items: center;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.3;
	margin: 20px auto 30px;
	font-weight: 700;
}

.drop .intro_p_01 span {
	background: linear-gradient(transparent 60%, #ff6 60%);
	font-weight: 700;
}
.drop .intro_p_02 {
	width: 90%;
	text-align:left;
	margin: 10px auto 30px;
}
.drop .p_022{
	color:#202020 !important;
}


.appsnagare_box{
	padding: 0 !important;
}

.appsnagare_box h4 {
	font-size: 18px;
	margin: 0 auto 50px;
}
.appsnagare_box &gt; div{
	text-align: left;
}
.appsflex {
	display: flex;
	justify-content: space-around;
	margin: 0 auto 60px;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
}
.appsnagare_box img {
	max-width: 100px;
}

.appsnagare_box &gt; div img {
	width: 100%;
}


.appsnagare_box .appsflex  div::after {
	content: "\f078";
	font-family: Font Awesome\ 5 Free;
	color: #444692;
	font-size: 5rem;
	font-weight: 600;
	position: absolute;
	top: unset;
	right: 0;
	left: 44%;
	bottom: -80px;
	margin: 0 auto;
}

.appsnagare_box &gt; .appsflex &gt; div:last-of-type::after {
	display: none;
}

.appsnagare_box .appsflex div{
	width: 100%;
	position:relative;
	align-items: center;
	flex-direction: column-reverse;
	display: flex;
	margin: 0 auto 100px;
}
.appsnagare_box .appsflex div:last-child{
	padding: 0 0 40px;
	margin: 0 auto 0;
	border-bottom: 1px solid #CCC;
}

.appsnagare_box .appsflex p:nth-of-type(1) {
	margin: 20px 0 20px;
	width: 100%;
	font-size: 16px;
	text-align:left;
}
.appsnagare_box .appsflex p:nth-of-type(1) span {
	font-weight: bold;
	line-height: unset;
	font-size: 1.8rem;
	text-align:left;
	display:block;
	background: #0d3482;
	color: #fff;
	padding: 10px;
}

.appsnagare_box .appsflex p:nth-of-type(2) {
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 20%);
	margin: 0 auto;
	fill:#0d3482;
}

.appsnagare_box .appsflex p:nth-of-type(2) img {
	width: 100%;
	max-width: 80px;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(14%) sepia(54%) saturate(3971%) hue-rotate(216deg) brightness(89%) contrast(95%);
}

.appsnagare_box .appsflex2{
	width: 100%;
	margin: 0 auto 30px;
}
.appsnagare_box .appsflex2 p:nth-of-type(1) {
	width: 100%;
	text-align:left;
		font-size: 16px;
}
.appsnagare_box .appsflex2 p:nth-of-type(1) span {
	font-weight: bold;
	line-height: unset;
	font-size: 1.8rem;
	text-align:left;
}


.gap0{
	gap: 0 !important;
}

.fBox3{
	padding: 20px;
	display: flex;
	gap: 0;
	width:100%;
	flex-direction:column;
}
.fBox3 .img{
	width: 100%;
	margin: 0 auto;
}
.fBox3 .imgL{
	width:100%;
}
.fBox3 .imgR{
	width:100%;
	order:3;
}
.fBox3 .img img,
.fBox3 .imgL img,
.fBox3 .imgR img{
	width:100%;
}
.fBox3 p{
	text-align:center;
	width:100%;
	font-weight:bold;
}

}
/*	apps 240609	ここまで*/
</pre></body></html>