<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 */

.pcOnlyR{
	display: block;
}
.spOnlyR{
	display: none;
}

header {
	background: #fff;
	padding: 10px 30px;
}

header img {
	width: 100%;
	max-width: 120px;
}

/*	apps 240609	*/
.drop .innerW100{
	padding: 60px 70px;
}

.innerW100apps{
	padding: 60px 1vw;
}

.drop .L3h3{
	width: fit-content;
	background: linear-gradient(90deg, #009b90, #0d3482);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 auto 50px;
	font-size: 3rem !important;
	font-weight: bold;
}
.drop h4{
	font-size: 18px;
	margin: 0 auto 20px;
}
.drop section{
	
}
.drop .hontai{
	margin: 20px auto 30px;

}

.drop .bg_gray{
	background:#ebebeb;
}
/*
.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);
	margin: 100px 0 0;
	padding: 60px 0 0 !important;
}
.bg_grad2 {
	background: linear-gradient(75deg, #009b90, #0d3482, #009b90);
}

.appsTitBox{
	margin: 0 auto 50px;
}

.appsTitBox h1{
	font-size:4.6rem;
	margin:30px 0;
	color:#0d3482;
}
.appsTitBox h1 span{
	color:#0d3482;
}
/*
.appsTitBox p{
	padding:  0 0;
	background: #00853f;
	color: #fff;
	font-size:18px;
	font-weight:bold;
}
*/
.comBox{
	background:#e5e3df;
	padding: 50px 0;
	margin: 50px 0 0;
}

.appsTit{
	padding: 30px 30px 0;
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 24%, rgba(209,209,209,1) 25%, rgba(220,220,220,1) 75%, rgba(255,255,255,1) 100%);
	display: flex;
	justify-content: center;
	gap: 15px;
	align-items: center;
}
.appsTit p{
	order: 2;
}

.appsHowBox {
	margin: 0 0 30px;
}




.appsMenu {
	top: 0;
    position: sticky;
	background:#000;
	width: 100%;
	z-index: 100;
	margin: 0 auto 50px;
	box-shadow: 1px 3px 6px 1px rgba(188, 188, 188, 0.45);
}
.appsMenu ul {
	width: 1010px;
	margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.appsMenu ul li {
	width: 25%;
}
.appsMenu ul a{
	height: 50px;
	color: #fff;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	width: 100%;
	text-align:center;
	position:relative;
}
.appsMenu ul a:visited{
	color: #fff;
}
.appsMenu ul a::after{
	font-family: Font Awesome\ 5 Free;
	color: #fff;
	content: "\f103";
	font-weight:900;
	padding-left: 0.5em; 
}
.appsMenu ul a::before{
	color: #fff;
	content: "";
	border-left: 1px solid #fff;
	height: 20px;
	position:absolute;
	left: 0;
}
.appsMenu ul .btn_form a{
	background:linear-gradient(90deg, #009b90, #0d3482);
}
.appsMenu ul .btn_form a::after{
	content: "\f35d";
}


.drop .appsArrow h4 {
	font-size: 20px;
	margin: 0 auto 50px;
}


.appsHow {
	width:100%;
	max-width: 1010px;
	margin: 50px auto;
	display: flex;
	text-align:left;
	align-items: center;
}
.appsHow .L3h3{
	margin: 0 auto 30px !important;
}
.appsHow .appsHowImg {
	width: 30%;
}
.appsHow .appsHowImg img{
	width: 100%;
}
.appsHow .appsHowTxt{
	margin:0;
	padding: 30px;
	background: #fff;
	width: 70%;
}
.appsHow p{
	font-size:1.8rem;
	line-height: 1.4;
}
.appsHow p span{
	color:#0d3482;
	font-weight:bold;
}
.appsHow .appsHowTxt ul{
	margin: 40px 0 0;
	display:flex;
	justify-content:center;
	gap: 20px;
	flex-wrap: wrap;
}
.appsHow .appsHowTxt ul li{
	margin: 0 0;
}
.appsHow .appsHowTxt ul li:last-child{
	margin: 0 0 ;
}
.appsHow .appsHowTxt ul li:last-child a{
	background:#000;
}

.appsHow .appsHowTxt ul li a{
	font-size: 0.8em;
	background: #0d3482;
	color:#fff;
	border-radius: 20px;
	padding: 10px 30px;
}
.appsHow .appsHowTxt ul li a:after{
	font-family: Font Awesome\ 5 Free;
	color: #fff;
	content: "\f103";
	font-weight:900;
	padding-left: 0.5em; 
}
.drop aside{
	position:relative;
}

.drop #slideBox {
	position: relative;
	margin: 0 0;
}

.loopSliderWrap {
    top: 0;
    left: 0;
    height: 100px;
    overflow: hidden;
    position: absolute;
}
.loopSliderWrap:after {
    content: "";
    display: block;
    clear: both;
}
 
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
	padding: 0;
    float: left;
    overflow: hidden;
	display: flex;
	justify-content: space-around;
}

.loopSlider ul li {
    width: 150px;
    height: auto;
    display: inline;
	position: relative;
}
.loopSlider ul li div{
	font-size: 16px;
	width: 100px;
	background: rgba(13, 52, 130, 0.9);
	position: absolute;
	text-align:center;
	bottom: 15px;
	padding: 0 ;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	z-index: 3;
}

.loopSlider ul li img {
	width: 100%;
	height: 100px;
}




.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;
}

.appsSec{
  background: #fff;
  position: relative;
  margin: 0 0 0;
}
.appsSec:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 49vw 0 49vw;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  z-index:3;
}


.appsArrowBlue{
  background: #e6f5fdad;
  position: relative;
  margin: 0 0 0;
  padding:130px 0 50px;
}
/*
.appsArrowBlue:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 49vw 0 49vw;
  border-color: #eef8fd transparent transparent transparent;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  z-index:2;
}
*/
.appsArrowBlue p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  color:#202020;
}

.appsArrowB{
  background: #ebebeb;
  position: relative;
  margin: 0 0 0;
}
.appsArrowB:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 49vw 0 49vw;
  border-color: #ebebeb transparent transparent transparent;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  z-index:2;
}



.appsWrap{
	display:flex;
	margin: 0 0 15px;
	gap: 0px;
	justify-content: center;
}

.appsSide {
	padding: 0 15px 0 0;
	font-size: 16px;
	min-width: 100px;
	width: 13%;

}
.appsSide dl{
	position: sticky;
	top: 80px;
	z-index: 90;
	text-align:left;
}
.appsSide dl dt{
	border-bottom: 1px solid #202020;
	margin:0 0 10px;
	font-size: 16px;
	font-weight:bold;
	text-indent:1em;
 padding: 0 0 5px;
}
.appsSide dl dd a{
	padding: 5px 5px 5px 2em;
	text-indent: -2em;
	font-size: 15px;
	display:block;
	color:#035a9a;
}
.appsSide dl dd a:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    margin-right: 1em;
    font-weight: 600
}
.appsSide dl dd a:hover{
	background: #035a9a;
	color: #fff;
}
.appsSide dl dd.pickup a{
	color: #fcb900;
}
.appsSide dl dd.pickup a:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    margin-right: 1em;
    font-weight: 600
}
.appsSide dl dd.pickup a:hover{
	background: #fcb900;
	color: #fff;
}

.appsSide2 {
	width: 13%;
}

.appsBox {
	width: 1010px;
	max-width: 1010px;
}
.pickupBox{
	margin: 0 auto;
}

.appsBox h4 {
	margin: 0 auto 1.5vw;
	text-align:left;
 position:relative;
 border-bottom:solid 5px gray;
 text-indent: 1em;
 padding: 0 0 5px;
}

.appsBox h4::after{
 position:absolute;
 content:"";
 display:block;
 border-bottom:solid 5px #00BFFF;
 bottom:-5px;
 width:20%;
}

.appsBox h4#pickup{
	font-size: 24px;
	margin: 0 auto 1.5vw;
	text-align:left;
 position:relative;
 border-bottom:solid 5px gray;
 text-indent: 1em;
}

.appsBox h4#pickup::after{
 position:absolute;
 content:"";
 display:block;
 border-bottom:solid 5px #fcb900;
 bottom:-5px;
 width:20%;
}


.appsBoxcat {
	display:flex;
	flex-wrap:wrap;
	width: 100%;
	margin: 0 auto 3vw;
	gap: 20px;
	padding: 0 15px;
}

.appsBoxcatPicup {
	display:flex;
	flex-wrap:wrap;
	width: 100%;
	padding: 20px 15px;
	margin: 0 auto 3vw;
	gap: 20px;
	background:#ffedc5;
}

.appsBox a {
	color:#202020;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: normal;
}

.appsBox .apps {
	width: 31.9%;
	min-width: 282px;
	background:#fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align:left;
	display: flex;
	transition: all 0.2s;
}

.appsBox .apps:hover {
  transform: translateY(-10px);
	cursor: ew-resize;
}

.appsBox a &gt; div:nth-of-type(2){
	width: 100%;
}

.appsImg img {
	border-radius: 10px 10px 0 0;
}
.appsDl{
	padding: 3% 3% 0;
}
.appsDl dt{
	width: 30%;
	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);
	max-width: 70px;
}
*/
.appsDl dt img{
	border-radius: 10px;
	box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, 0.24);
	max-width: 60px;
}
.appsDl dd{
	float:right;
	width: 70%;
	line-height:1.4;
}
.appsDl .appsName{
	font-size: 16px;
	font-weight:bold;
}
.appsDl .appsCat{
	display: none;
	margin-top: 5px;
	font-size: 14px;
}
.appsDl .appsPoint{
	font-size: 12px;
}
.appsDl .appsTag{
	margin: 2px 0 0;
	font-size: 12px;
	font-weight:normal;
	display: flex;
	align-items: start;
}
.appsDl .appsTag div{
	min-width: 30px;
	padding: 3px 0 0;
}
.appsDl .appsTag ul{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.appsDl .appsTag ul li{
	background:#1da1f2;
	color: #fff;
	padding: 2px 5px;
	border-radius: 5px;
}

.appsDl .appsTag ul .develop{
	background:#75b958 !important;
}
.apps p{
	padding: 3% 5% 5%;
}

.apps .modelDl{
	display:flex;
	flex-wrap: wrap;
	margin: 3% 3% 15px;
	text-align: center;
	gap: 20px;
	min-height: 40px;
}
.apps .modelDl dt{
	width: 100%;
	display:none;
	padding: 5px 10px;
/*	color: #333;
	border: 1px solid #ccc;
*/
	color: #fff;
	background: #5d5b5b;
	font-size: 1.2rem;
	height: 3rem;
}
.apps .modelDl dd{
	width: 45%;
	margin: 0 auto;
	padding: 0 5px 0 30px;
	font-size: 14px;
	background: #eee;
	border-radius: 10px;
	height: 20px;
	position:relative;
}
.apps .modelDl dd img{
	width: 35px;
	vertical-align:middle;
	position:absolute;
	top: -15px;
	left: 5px;
}







.drop .eraberu_box{
	margin:0 auto;
}
.drop .eraberu_box h4 a, .drop .eraberu_box h4 a:visited{
	color: #202020;
}
.drop .eraberu_box h4 a:hover{
	text-decoration:underline;
}
.drop .eraberu_box h4 a:after{
	content:"\f05a";
	font-family:'Font Awesome 5 Free';
	left:0;
	top:2px;
	font-size:24px;
	position:relative;
	border: none;
	margin-right: 10px;
	margin: 0 0 0 2px;
}


.drop .eraberu_box_000{
	margin: 50px auto 0 !important;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px 25px;
}

.drop .eraberu_box_p01 {
	font-size: 16px !important;
}
.drop .eraberu_box a{
	text-align:center;
	margin: 0 auto !important;
}


.drop .eraberu_box &gt; div &gt; div &gt; a &gt; div {
	margin: 0;
}

.drop .eraberu_box &gt; div &gt; div &gt; a &gt; div &gt; div:nth-of-type(2) {
	display: flex;
	flex-flow: column;
	align-items: center;
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 20px;
}

.drop .eraberu_box .slider01 {
	width: 100%;
	object-fit: contain;
	margin: 0 0 10px;
	display: flex;
	flex-flow: column;
}

.drop .eraberu_box .slider01 .slick-arrow{
	display: none !important;
}

.drop .eraberuUl {
	gap: 1px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.drop .eraberuUl li {
	line-height: 0;
}
.drop .eraberuUl img {
	width: 50px;
}

.drop .eraberu_box &gt; div &gt; div &gt; a &gt; div &gt; div:nth-of-type(1){
	border-radius: 0 8px 0 0;
	background: #d7d7d7;
}
.drop .eraberu_box &gt; div &gt; div &gt; a &gt; div &gt; div:nth-of-type(1) h3{
	line-height: 50px;
	color:#202020;
}
.drop .eraberu_box_111{
}
.drop .eraberu_box_111 a{
	border: 1px solid #ccc;
	border-radius: 10px;
	transition: all 0.2s;
	width: 100% !important;
	cursor:pointer;
}
.drop .eraberu_box_111 a:visited{
	background: #fff;
	color: #fff;
}


.drop .eraberu_box_111 a:hover {
  transform: translateY(-10px);
	cursor:pointer;
}

.drop .eraberu_box &gt; div &gt; div:nth-of-type(3) &gt; a &gt; div &gt; div:nth-of-type(1)::before {
	content: "ハンディType";
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-size: 1.8rem;
/*	background: #5d5b5b;*/
	background: #0d3482;
	border-radius: 45px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 50%);
	position: absolute;
	top: -20px;
	left: -15px;
	z-index: 2;
}

.drop .eraberu_box &gt; div &gt; div:nth-of-type(1) &gt; a &gt; div &gt; div:nth-of-type(1)::before {
	content: "スマホType";
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-size: 1.8rem;
/*	background: #5d5b5b;*/
	background: #0d3482;
	border-radius: 45px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 50%);
	position: absolute;
	top: -20px;
	left: -15px;
	z-index: 2;
}


.drop .eraberu_box &gt; div &gt; div:nth-of-type(2) &gt; a &gt; div &gt; div:nth-of-type(1)::before {
	content: "スマホType";
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-size: 1.8rem;
/*	background: #5d5b5b;*/
	background: #0d3482;
	border-radius: 45px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 50%);
	position: absolute;
	top: -20px;
	left: -15px;
	z-index: 2;
}

.drop .eraberu_box &gt; div &gt; div:nth-of-type(4) &gt; a &gt; div &gt; div:nth-of-type(1)::before {
	content: "腕時計Type";
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-size: 1.8rem;
/*	background: #5d5b5b;*/
	background: #0d3482;
	border-radius: 45px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 50%);
	position: absolute;
	top: -20px;
	left: -15px;
	z-index: 2;
}


.drop .newland_box{
	border:none;
	box-shadow:none;
	background: unset;
}
.drop .btnFormBox{
	margin: 0 auto;
	text-align:center;
}
.drop .btnFormBox p{
	font-size: 16px;
	padding: 0 0 30px;
}
.drop .btnFormBox a{
	border-radius: 20px;
	padding: 10px 20px;
	background:linear-gradient(90deg, #009b90, #0d3482);
	width: 90%;
	max-width: 950px;
	display:inline-block;
	color:#fff;
	font-size: 20px;
}
.drop .btnFormBox a::after{
	font-family:Font Awesome\ 5 Free;
	font-weight:900;	
	content:"\f35d";
	padding-left: 0.5em;
}
.drop .kitBox .btn_f{
	font-weight:normal;
}


.drop .kitBox{
	/*
background: #ebebeb;
*/
	background: linear-gradient(75deg, #009b90, #0d3482, #009b90);
	width:100%;
	color:#fff;
}
.drop .kitBox a{
	text-decoration:underline;
	color:#fff;
}

.drop .flowBox{
background:#ebebeb;
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: 90% !important;
	margin: 0 auto 20px !important;
	background:#0d3482;
	display:block;
	text-align:center;
}
.drop .btn_apps::after{
	font-family:Font Awesome\ 5 Free;
	font-weight:900;	
	content:"\f35d";
	padding-left: 0.5em;
}

.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;
}



.appsflex {
	display: flex;
	justify-content: space-around;
}

.appsnagare_box &gt; div{
	text-align: center;
}

.appsnagare_box .appsflex div{
	width: 33.333%;
	position:relative;
}
.appsnagare_box .appsflex div:last-child{
	padding: 0 0;
	margin: 0 auto 0;
}

.appsnagare_box div img {
	width: 100%;
	max-width: 100px;
	object-fit: contain;
}


.appsnagare_box .appsflex  div::after {
	content: "\f054";
	font-family: Font Awesome\ 5 Free;
	color: #3b5998;
	font-size: 4rem;
	font-weight: 600;
	position: absolute;
	top: 85px;
	right: -15px;
}

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


.appsnagare_box .appsflex div p:nth-of-type(1){
	font-weight: bold;
	margin: 0 0 20px;
	width: 100%;
}

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

.appsnagare_box .appsflex div:nth-of-type(2) p:nth-of-type(2) img {
	filter: brightness(0) saturate(100%) invert(32%) sepia(11%) saturate(3098%) hue-rotate(183deg) brightness(97%) contrast(86%);
}



.drop .appsDrop{
	display:flex;
	flex-wrap: wrap;
	gap: 30px;
}
.drop .appsDrop li{
	width: 48%;
	margin: 0 0 ;
}
.drop .appsDrop .explain_title{
	cursor: pointer;
  width: 100%;
  font-weight: bold;
  padding: 0.5em 1em;
  background-color: #e4f2ff;
  color: #035a9a;
  position: relative;
  text-align: left;
  line-height: 2.0em;
  display: flex;
  align-items: center;
}
.drop .explain_title::before{
	content:"\f05a";
	font-family:'Font Awesome 5 Free';
	left: unset;
	top: unset;
	font-size:1.6em;
	position: unset;
	border: none;
	margin-right: 0.4em;
	height: auto;
	width: auto;
}

.drop .active::before{
	content:"\f05a";
	font-family:'Font Awesome 5 Free';
	left:0;
	top:0;
	font-size:24px;
	position:relative;
	margin-right: 10px;
}


.drop .explain_box_in{
	box-shadow: unset;
}

.drop .btn_inq a {
	display: inline-block;
	width: 100%;
	padding: 0.5em 1em;
	text-decoration: none;
	color: #FFF;
	background: #0d3482;
	border: unset;
	font-size: 22px;
}



/*メールフォーム*/
.drop .formBox{
	padding: 60px 0 60px;
}
.drop .form_box{
	background: unset;
	box-shadow: unset;
	padding: 0 40px 40px;
}
.drop .form_box form {
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.drop .form_box h3 {
	margin-bottom: 30px;
}
.drop .form_box h4 {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: left;
}

.drop .form_box h4 span {
	color: #ba1a1a;
	border: 2px solid;
	padding: 0 5px;
	margin: 0 0 0 5px;
}

.drop .form_box form p:nth-of-type(1) {
	text-align: center;
	margin: 0 0 30px;
}

.drop .form_box form &gt; div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	margin: 0 0 30px;
}

.drop .form_box form &gt; div.name &gt; input {
	display: flex;
	flex: 1;
}

.drop .form_box form &gt; input,
.drop .form_box form &gt; textarea {
	margin: 0 0 30px;
}

.drop .form_box form &gt; label {
	text-align: center;
	margin: 0 0 30px;
}



/*
.form_box h4 {
	text-align: center;
	line-height: 1.5;
	margin: 0 0 10px;
}

.form_box h4 + div {
	color: #ff0000;
	text-align: center;
	margin: 0 0 30px;
}

.form_box table {
	margin: 0 0 60px;
}

.form_box table:last-of-type {
	margin: 0 0 30px;
}

.form_box table tr th,
.form_box table tr td {
	text-align: left;
	font-weight: normal;
	padding: 20px 0;
}

.form_box table tr th span {
	color: #fff;
	background: #0F69AC;
	border-radius: 5px;
	padding: 5px;
	margin: 0 10px 0 0;
}
*/

.drop .form_box label {
	line-height: 1.5;
	color: #202020;
	font-size: 14px;
	cursor: pointer;
}

.drop .form_box input[type="text"],
.drop .form_box input[type="email"],
.drop .form_box input[type="tel"],
.drop .form_box textarea,
.drop .form_box select {
	width: 100%;
}

.drop .form_box input.short {
	max-width: 200px;
}

.drop .form_box input,
.drop .form_box textarea,
.drop .form_box select {
	background: #f9f9f9;
	border: 1px solid #ececec;
	border-radius: 5px;
	padding: 10px;
}

.drop .form_box p input {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	background: linear-gradient(90deg, #009b90, #0d3482);
	border: none;
	border-radius: 5px;
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%);
	position: relative;
	cursor: pointer;
	margin: 0 auto;
	transition: .3s;
}


.drop .form_box p input:hover {
	opacity: 0.3;
}

/*確認画面*/

.drop .form_box &gt; h3 {
	text-align: center;
	margin: 0 0 10px;
}

.drop .form_box &gt; div {
	color: #ba1a1a;
	text-align: center;
	margin: 0 0 30px;
}

.drop .form_box p.front {
	text-align: center;
	margin: 0 0 30px;
}

.drop .form_box &gt; p input.back {
	color: #fff;
	background: #999;
}

.drop .form_box table.kakunin_table {
	background: #fff;
	margin: 0 0 30px;
}

.drop .form_box table.kakunin_table tr th,
.drop .form_box table.kakunin_table tr td {
	border: 1px solid #ccc;
	padding: 20px;
}

.drop .form_box table.kakunin_table tr th {
	font-weight: bold;
	background: #eee;
}

.drop .form_box table.kakunin_table + p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.drop .form_box table.kakunin_table + p input {
	max-width: 300px;
}




.drop .modal {
  padding: 0 0;
}

.drop .innerModal {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}

/* モーダルを開くボタン */
.drop .modal__trigger {
  cursor: pointer;
}

.drop .modal__trigger:nth-child(n + 2) {
  margin-top: 60px;
}

/* モーダル本体 */
.drop .modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.drop .modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}

.drop .modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 800px);
  height: calc(100% - 100px);
  line-height: unset;
  padding: 20px;
  background: #fff;
}

.drop .modal__inner {
  position: relative;
  overflow-y: auto;
  height: 100%;
  padding: 80px 20px 20px;
}

/* モーダルを閉じるボタン */
.drop .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(50, 50, 50, 1);
  cursor: pointer;
  transition: opacity .6s;
}

.drop .modal__close:hover {
  opacity: .6;
}

.drop .modal__close:before,
.drop .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}

.drop .modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.drop .modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.drop .modal__content {
}
.drop .modal__title {
	color:#1da1f2;
	text-align:center;
	font-size:22px;
	font-weight:bold;
  margin-bottom: 30px;
}
.drop .modal__text {
  text-align:left;
}

.drop .modal__content ul{
	font-size:14px;
	margin: 20px 0;
}
.drop .modal__content ul li{
	list-style:disc;
	list-style-position:inside;
	line-height: 1.4;
}
.drop .modal__content ul li a{
	color: #133aa9;
}

.md-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 9999;
}
 
.md-contents{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 800px);
  max-height: calc(100% - 100px);
  line-height: unset;
  padding: 20px;
  background: #fff;
  overflow-y:auto;
  z-index: 10000;
}
 
 
.md-inner{
  padding: 24px 40px;
  background: #fff;
  height: auto;
}
 
 
 
.md-xmark{
  position: absolute;
  top: 34px;
  right: 20px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}
 
.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}
 
.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
 
 
.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}


.movieBox{
	order: 1;
}
.movieBox &gt; a {
	width: 100%;
	max-width: 440px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 30%));
	position: relative;
	padding: 10px;
	margin: 0 auto;
}

.movieBox &gt; a::before {
	content: "";
	width: 70px;
	height: 50px;
	display: block;
	position: absolute;
	border-radius: 18px;
	background: rgba(0, 0, 0, 60%);
}

.movieBox &gt; a::after {
	content: "";
	width: 20px;
	height: 25px;
	background: #fff;
	position: absolute;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	margin: 0 0 0 5px;
}

.movieBox &gt; a:hover::before {
	background: rgba(255, 0, 0, 80%);
}

.movieBox &gt; a video {
	width: 100%;
}





.bg_green {
	background: linear-gradient(0deg, #fff, rgba(0, 154, 144, 20%), #fff);
}
.movie_box &gt; a {
	width: 100%;
	max-width: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 30%));
	position: relative;
	padding: 10px;
	margin: 0 auto;
}

.movie_box &gt; a::before {
	content: "";
	width: 70px;
	height: 50px;
	display: block;
	position: absolute;
	border-radius: 18px;
	background: rgba(0, 0, 0, 60%);
}

.movie_box &gt; a::after {
	content: "";
	width: 20px;
	height: 25px;
	background: #fff;
	position: absolute;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	margin: 0 0 0 5px;
}

.movie_box &gt; a:hover::before {
	background: rgba(255, 0, 0, 80%);
}

.movie_box &gt; a video {
	width: 100%;
}

.drop .anno {
	font-size: 1.3rem;
	color: #202020;
	text-align: left !important;
	margin: 0 !important;
	display: block;
}


.joint {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 90px;
	position: relative;
	margin: 15px auto 30px;
}

.joint::before {
	content: "";
	width: 3px;
	height: 40px;
	background: #000;
	transform: rotate(45deg);
	position: absolute;
}

.joint::after {
	content: "";
	width: 3px;
	height: 40px;
	background: #000;
	transform: rotate(-45deg);
	position: absolute;
}
.joint img {
	width: 100%;
}

.joint a:nth-of-type(1) img {
	max-width: 250px;
}

.joint a:nth-of-type(2) img {
	max-width: 230px;
}


.drop .bannerBox{
	justify-content:center !important;
	margin: 20px auto 0;
}
.drop .bannerBox div{
	max-width: unset;
}
.drop .bannerBox a{
	width: fit-content;
	display:block;
	margin: 0 auto;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 30%));
}
.drop .bannerBox img{
	width: 100%;
	max-width: 550px;
}
@media screen and (max-width: 1299px) {
.appsWrap {
	display:block;
}
.appsSide {
	width:100%;
	max-width: 1010px;
	margin: 0 auto 2em;
	padding: 0;
}
.appsSide dl{
	position: unset;
	text-align:left;
	display: flex;
	flex-wrap:wrap;
	gap: 10px 5px;
}
.appsSide dl dt{
	width: 100%;
}
.appsSide dl dd a{
	padding: 5px 1em 5px 3em;
	text-indent: -2em;
	display:block;
	color:#035a9a;
	border: 1px solid;
	border-radius: 20px;
}


.appsBox{
	width:100%;
	max-width: 1010px;
	margin: 0 auto;
}
.appsBoxcat{
	gap: 3vw;
}
.appsBoxcatPicup{
	gap: 3vw;
}
.appsSide2{
	display:none;
}
}
@media screen and (max-width: 1280px) {
.innerW100apps{
	padding: 60px 1vw;
}
.appsTitBox h1 {
		font-size: 1.8em;
	}


.appsMenu ul a{
	font-size: 1.2rem;
}

.appsBoxcatPicup{
	gap: 10px;
}



.appsBox .apps {
	width: 23%;
	min-width: 282px;
	background:#fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align:left;
	display: flex;
	transition: all 0.2s;
}
.drop .appsDrop li{
	width: 47%;
	margin: 0 0;
}



.drop .appsDrop .explain_title{
  font-size: 1.5rem;
}


}
@media screen and (max-width: 1024px) {
.pcOnlyR{
	display: none;
}
.spOnlyR{
	display: block;
}

.appsBox .apps{
	min-width: 31%;
}
.appsDl dt img{
	max-width: 100%;
	box-shadow:3rem 3rem 2remx 1rem rgba(0, 0, 0, 0.24)
}
.appsBoxcat{
	margin: 0 auto 6%;
}
.innerW100apps{
	padding: 60px 3vw;
}

.appsWrap{
	display:block;
	margin: 0 0 15px;
	gap: 0;
}
.appsMenu ul {
	width: 100%;
}

.appsSide {
	width:100%;
	max-width: unset;
	margin: 0 0 8%;
}
.appsSide dl{
	position: unset;
	text-align:left;
	display: flex;
	flex-wrap:wrap;
	gap: 10px 5px;
}
.appsSide dl dt{
	width: 100%;
	font-size: 24px;
}
.appsSide dl dd a{
	padding: 5px 1em 5px 3em;
	text-indent: -2em;
	display:block;
	color:#035a9a;
	border: 1px solid;
	border-radius: 20px;
}


.appsBox{
	width:100%;
	max-width: 100%;
}
.appsBoxcat{
	gap: 3vw;
}
.appsBoxcatPicup{
	gap: 3vw;
	margin: 0 auto 5%;
}
.appsBox h4#pickup{
	margin: 0 auto 3vw;
}
.appsBox h4{
	font-size: 24px;
	margin: 0 auto 3vw;
 text-indent: 1em;
}


.eraberu_box .eraberu_box_000{
		max-width:unset;
	}
	.eraberu_box &gt; div &gt; div{
		max-width:unset;
	}


.appsSide dl dd a:before {
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    margin-right: 0.5em;
    font-weight: 600;
}
.appsSide dl dd a:hover{
	background: #035a9a;
	color: #fff;
}
.appsSide dl dd.pickup a{
	color: #fcb900;
}
.appsSide dl dd.pickup a:before {
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    margin-right: 0.5em;
    font-weight: 600;
}
.appsSide dl dd.pickup a:hover{
	background: #fcb900;
	color: #fff;
}
}

@media screen and (max-width: 820px) {
.appsBox{
	width: 98%;
}
}

@media only screen and (max-width:728px) {
.pcOnlyR{
	display: none;
}
.spOnlyR{
	display: block;
}


.appsTitBox{
	margin: 0 auto 5%;
}
.appsTitBox h1 {
		font-size: 1.3em;
		margin: 0 auto;
	}
.appsTit{
	display: block;
	justify-content: center;
	gap: 15px;
	align-items: center;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 64%, rgba(209,209,209,1) 65%, rgba(220,220,220,1) 75%, rgba(255,255,255,1) 100%);
}
.appsTit p{
	order: 1;
	width: 70%;
	margin: 0 auto;
}
.movieBox{
	order: 2;
}
	
.appsHow {
	width:100%;
	max-width: 1010px;
	margin: 5% auto;
	display: flex;
	flex-wrap: wrap;
	text-align:left;
	align-items: center;
}
.appsHow .L3h3{
	margin: 0 auto 30px !important;
}
.appsHow .appsHowImg {
	width: 100%;
	text-align:center;
}
.appsHow .appsHowImg img{
	width: 60%;
}
.appsHow .appsHowTxt{
	margin:0;
	padding: 5%;
	background: #fff;
	width: 100%;
}
.appsHow p{
	font-size:1.6rem;
	line-height: 1.4;
}
.appsHow p span{
	font-weight:bold;
}

.loopSlider ul li {
    width: 120px;
}
.loopSlider ul li div{
	font-size: 14px;
}

appsMenu {
	top: 0;
    position: sticky;
	background:#000;
	width: 100%;
	z-index: 100;
	margin: 0 auto 5%;
	box-shadow: 1px 3px 6px 1px rgba(188, 188, 188, 0.45);
}
.appsMenu ul {
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.appsMenu ul li {
	width: 50%;
}
.appsMenu ul a{
	height: 40px;
	color: #fff;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	width: 100%;
	text-align:center;
	position:relative;
}
.appsMenu ul a:visited{
	color: #fff;
}
.appsMenu ul a::after{
	font-family: Font Awesome\ 5 Free;
	color: #fff;
	content: "\f103";
	font-weight:900;
	padding-left: 0.5em; 
}
.appsMenu ul a::before{
	color: #fff;
	content: "";
	border-left: 1px solid #fff;
	height: 20px;
	position:absolute;
	left: 0;
}
.appsMenu ul li:first-child a::before,.appsMenu ul li:nth-of-type(3) a::before {
	border: none;
}



.drop .L3h3{
	font-size:2rem !important;
	margin: 0 auto 10%;
}

.drop h4 {
	font-size: 1.4rem;
	margin: 0 auto 8vw;
}
.drop .hontai{
	margin: 5% auto 10%;

}
.drop .innerW100{
	padding: 5%;
}
.appsBox .apps{
	width: 100%;
	margin:	0;
}
.appsBox .apps:hover {
  transform: unset;
}

.appsnagare_box .appsflex {
	flex-wrap:wrap;
}
.appsnagare_box .appsflex div{
	width: 100%;
	margin: 0 0 90px;
}
.appsnagare_box .appsflex div::after {
	content: "\f078";
	top: 190px;
	right: 45%;
}
.appsnagare_box .appsflex div p:nth-of-type(1) {
	margin: 0 0 10px;
}

.drop .eraberu_box h4 a:after{
	font-size:14px;
	top:0;

}


.apps .modelDl{
	display:flex;
	flex-wrap: wrap;
	margin:10px 15px 20px;
	text-align: center;
	min-height: unset;
	gap: 0 5px;
}
.apps .modelDl dt{
	margin: 0 0 30px;
	padding: 5px 10px;
}
.apps .modelDl dd{
	width: 49%;
	margin: 0 auto 10px;
	padding: 0 ;
}
.apps .modelDl dd:nth-of-type(2n){
	border-right: none;
}

.apps .modelDl dd:nth-of-type(3),
.apps .modelDl dd:nth-of-type(4){
	border-right: none;
	margin: 20px auto 10px;
}
.apps .modelDl dd a{
	font-size:1.2rem;
}

.drop .btnFormBox p{
	font-size: 1.4rem;
}

.drop .btnFormBox a{
	font-size: 1.6rem;
}




.drop .eraberu_box_111:hover {
  transform: unset;
}
.drop .eraberuUl{
	justify-content: center;
}

.appsHow .appsHowTxt ul li a{
	font-size: 1.2rem;
}

.drop .formBox{
	padding: 60px 0 0;
}
.drop .form_box p input{
	height: 50px;
}
.p_022{
	font-size: 1.2rem;
}

.drop .appsDrop li{
	width: 100%;
}
.drop .appsDrop{
	gap: 15px; 
}
.drop .appsDrop .explain_title{
	font-size: 0.8em;
}
.comBox{
	padding: 30px 20px;
}
.md-contents{
max-height:calc(100% - 100px);
}
.md-inner{
	padding: 20px;
}
.foot{
	padding: 0;
}

.drop .bannerBox{
	justify-content:center !important;
	margin: 20px auto 10px;
}
.drop .bannerBox div:first-child{
	padding:0 20px 0 20px !important;
}

.drop .eraberu_box_000{
	grid-template-columns:unset;
	display:flex;
}
.appsBoxcatPicup,
.appsSide dl{
	margin: 0 auto 10vw;
}
.appsBoxcat{
	margin: 0 auto 10vw;
}
.appsBox h4#pickup,
.appsBox h4{
	font-size: 24px;
	margin: 0 auto 2rem;
 	padding: 0 1em;
	text-indent: unset;
}
.appsBox h4:after{
	left:0;
}
}
/*	apps 240609	ここまで*/


/* アニメーション1 */
.drop .explain_title:hover {
	transition: all 0.2s linear !important;
	transform: translateY(-5px) ;
	opacity: 1.0 !important;
}
.appsDrop a:hover{
	opacity: 1.0 !important;
}</pre></body></html>