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

/*　769px以上の対応
////////////////////////////////////////////////////*/
@media screen and (min-width:769px) {
	/* 共通 */
	img{
		vertical-align: top;
	}
	#beginners-guide #wrap{
		font-size: 14px;
		color: #1d1515;
		letter-spacing: 0;
		font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.6;	
		width: 100%;
		margin: 0 auto;
		letter-spacing: 0.06em;
		font-feature-settings: "palt";
	}
	.guide__wrap{
		width: 90%;
		min-width: 1000px;
		margin: 20px auto 80px;
		padding: 80px 0;
		background: #9AD609;
		border-radius: 60px;
		position: relative;
	}

	/* 見出し */
	.guide__wrap--common--header{
		width: 960px;
		margin: 0 auto 30px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.guide__wrap--common--header--image{
		width: 395px;
		height: auto;
	}
	.guide__wrap--common--header--image img{
		width: 100%;
	}
	.guide__wrap--common--header--text{
		width: 510px;
		letter-spacing: 0;
	}
	.guide__wrap--common--header--text .guide__number{
		width: 125px;
		margin-bottom: 15px;
	}
	.guide__wrap--common--header--text h1{
		font-size: 48px;
		font-weight: bold;
		line-height: 1.375;
		margin-bottom: 15px;
		color: #fff;
	}
	.guide__wrap--common--header--text p{
		font-size: 16px;
		font-weight: bold;
		line-height: 2;
		color: #fff;
		letter-spacing: 0.06em;
	}

	/* セクション共通 */
	.section__wrap{
		width: 960px;
		background: #fff;
		margin: 0 auto 30px;
		padding: 70px 0;
		box-sizing: border-box;
		border: 6px #191919 solid;
		border-radius: 48px;
	}
	.section__wrap h2{
		font-size: 48px;
		line-height: 1.25;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
		color: #9AD609;
	}
	.section__wrap--lead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		text-align: center;
		margin-bottom: 40px;
	}
	.section__wrap--lead .colorUnderline{
		border-bottom: 3px solid #9AD609;
	}
	.section__wrap h3{
		font-size: 24px;
		font-weight: bold;
 		margin-bottom: 24px;
		color: #9AD609;
		text-align: center;
	}
	.section__wrap div ul{
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-evenly;
	}
	.section__wrap div ul li{
		text-align: center;
	}
	.section__wrap div.section__wrap--introduce ul li + li{
		margin-left: 60px;
	}
	.section__wrap div ul li div{
		margin-bottom: 23px;
	}
	.section__wrap div ul li h4{
		font-size: 18px;
		line-height: 1.22;
		font-weight: bold;
		text-align: center;
		margin-bottom: 15px;
	}
	.section__wrap--endlead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		text-align: center;
	}
	.colorText{
		color: #9AD609;
	}
	.section__wrap--content{
		width: 840px;
		margin: 0 auto;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.section__wrap--content--images{
		width: 390px;
	}
	.section__wrap--content--images img{
		width: 100%;
	}
	.section__wrap--content--point{
		width: 370px;
	}
	.section__wrap--content--point dt{
		font-size: 18px;
		font-weight: bold;
 		margin-bottom: 20px;
		padding-left: 15px;
		border-left: 5px solid #75A700;
	}
	.section__wrap--content--point dd{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 10px;
		position: relative;
		padding-left: 1em;
	}
	.section__wrap--content--point dd:last-child{
		margin-bottom: 0;
	}
	.section__wrap--content--point dd::before{
		content: "・";
		position: absolute;
		top: 0;
		left: 0;
		font-size: 16px;
	}
	.section__wrap--content--sub{
		background: #EDF6D5;
		border-radius: 0 0 43px 43px;
		padding: 30px 0;
	}



	/**************************************************** 
	
	導入時に必要になるもの

	****************************************************/
	#support-menu__section .section__wrap--content{
		width: 840px;
		display: block;
	}
	#support-menu__section .section__wrap--content01,
	#support-menu__section .section__wrap--content02{
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-around;
		align-items: center;
	}
	#support-menu__section .section__wrap--content01{
		margin-bottom: 40px;
	}
	#support-menu__section .section__wrap--content01 .section__wrap--content--images,#support-menu__section .section__wrap--content02 .section__wrap--content--images{
		width: 430px;
	}
	#support-menu__section .section__wrap--content01 dl dd,
	#support-menu__section .section__wrap--content02 dl dd{
		padding: 0;
	}
	#support-menu__section .section__wrap--content01 dl dd::before,
	#support-menu__section .section__wrap--content02 dl dd::before{
		display: none;
	}
	#support-menu__section .section__wrap--content01 dl dd div,
	#support-menu__section .section__wrap--content02 dl dd div{
		background: #EDF6D5;
		border-radius: 9px;
		padding: 20px 15px;
	}
	#support-menu__section .section__wrap--content01 dl dd div ul,
	#support-menu__section .section__wrap--content02 dl dd div ul{
		display: block;
	}
	#support-menu__section .section__wrap--content01 dl dd div ul li,
	#support-menu__section .section__wrap--content02 dl dd div ul li{
		text-align: left;
	}
		#support-menu__section .section__wrap--content01 dl dd div ul li + li,
	#support-menu__section .section__wrap--content02 dl dd div ul li + li{
		margin-top: 8px;
	}

	/**************************************************** 
	
	サポートについて

	****************************************************/
	#support-list__section .section__wrap--content{
		width: 600px;
		display: block;
	}
	#support-list__section .section__wrap--content .stepCommon{
		background: #EDF6D5;
		padding: 40px 50px;
		border-radius: 9px;
	}
	#support-list__section .section__wrap--content .stepCommon + .stepCommon{
		margin-top: 40px;
	}
	#support-list__section .section__wrap--content .stepCommon .step-icon{
		width: 90px;
		margin-bottom: 8px;
	}
	#support-list__section .section__wrap--content .stepCommon h3{
		color: #161616;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
		padding-left: 15px;
		border-left: 5px solid #75A700;
		text-align: left;
	}
	#support-list__section .section__wrap--content .stepCommon .stepCommon--inr + .stepCommon--inr{
		margin-top: 30px;
	}
	#support-list__section .section__wrap--content .stepCommon p{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	#support-list__section .section__wrap--content .stepCommon.step02 p + p{
		margin-bottom: 0;
	}
	
	#support-list__section .section__wrap--content .stepCommon .stepCommon--inr + .stepCommon--inr{
		margin-top: 30px;
	}
	#support-list__section .section__wrap--content .stepCommon div dl dt{
		background: #fff;
		border-radius: 9px;
		font-size: 16px;
		font-weight: bold;
		padding: 15px 18px;
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	#support-list__section .section__wrap--content .stepCommon div dl dt span{
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		border-radius: 20px;
		background: #EDF6D5;
		padding: 8px 10px;
	}
	#support-list__section .section__wrap--content .stepCommon div dl dt span + span{
		margin-left: 6px;
	}
	#support-list__section .section__wrap--content .stepCommon div dl dd{
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		padding: 0 16px;
	}
	#support-list__section .section__wrap--content .stepCommon div dl dd ul{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0;
		justify-content: flex-start;
	}
	#support-list__section .section__wrap--content .stepCommon div dl dd ul li{
		font-size: 14px;
		font-weight: bold;
		position: relative;
		padding-left: 1em;
		width: calc(50% - 1em);
		text-align: left;
		margin-bottom: 7px;
	}
	#support-list__section .section__wrap--content .stepCommon.step03 div dl dd ul li{
		width: 100%;
	}
	#support-list__section .section__wrap--content .stepCommon.step04 div dl dd ul li{
		width: 100%;
	}
	#support-list__section .section__wrap--content .stepCommon div dl dd ul li:last-child{
		margin-bottom: 0;
	}
	#support-list__section .section__wrap--content .stepCommon div dl dd ul li::before{
		content: "・";
		font-size: 14px;
		font-weight: bold;
		position: absolute;
		left: 0;
		top: 0;
	}

	/**************************************************** 
	
	端末清掃や充電について

	****************************************************/
	#support-clean__section .section__wrap--content .section__wrap--content01{
		width: 840px;
		display: block;
	}
	#support-clean__section .section__wrap--content .section__wrap--content01{
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-around;
		align-items: center;
	}
	#support-clean__section .section__wrap--content .section__wrap--content01 .section__wrap--content--images{
		width: 356px;
	}
	#support-clean__section .section__wrap--content .section__wrap--content01 dl dd{
		padding: 0;
	}
	#support-clean__section .section__wrap--content .section__wrap--content01 dl dd::before{
		display: none;
	}
	.section__wrap--content--point dl + dl{
		margin-top: 40px;
	}

	/* チェックボックス */
	.check__section{
		width: 552px;
		background: #fff;
		border-radius: 9px;
		margin: 0 auto 60px;
		padding: 20px 24px;
		background-image: url("../../../beginners-guide/img/guide05/check-human01.svg") ;
		background-repeat: no-repeat;
		background-size: 101px 106px;
		background-position: 98% 50%;;
	}
	.check__section.check__section--last{
		background-image: none;
	}
	.check__section.check__section--last div{
		background-image: url("../../../beginners-guide/img/guide05/check-human02.svg") ;
		background-repeat: no-repeat;
		background-size: 106px 120px;
		background-position: 98% 50%;;
		margin-bottom: 30px;
	}
	.check__section.mb0{
		margin-bottom: 0;
	}
	.check__section h3{
		font-size: 15px; 
		font-weight: bold;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.check__section p{
		font-size: 15px;
		font-weight: bold;
		line-height: 1.6;
		width: 420px;
	}
	.check__section.check__section--last a{
		font-size: 20px;
		font-weight: bold;
		line-height: 1.36;
		color: #fff;
		background: #BB1C17;
		text-align: center;
		position: relative;
		display: block;
		padding: 20px 0;
	    border-radius: 50px;
	}
	.check__section.check__section--last a:before{
		content: "";
		position: absolute;
		top: calc(50% - 14px);
		right: 30px;
		background: url("../../../beginners-guide/img/guide05/next-icon-arrow.svg");
		width: 30px;
		height: 30px;
		background-size: cover;
	}
	.check__section a:hover{
	}

	/* フッター共通ナビ */
	.guide__fotter--navi{
		width: 70%;
		margin: 0 auto 80px;
	}
	.guide__fotter--navi ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.guide__fotter--navi li{
		width: 33%;
		margin-bottom: 10px;
	}
	.guide__fotter--navi li img{
		width: 100%;
	}

	#bnr-rbtm{
		display: none;
	}
	

}


@media screen and (min-width:768px) and (max-width:1399px){
	/* フッター共通ナビ */
	.guide__fotter--navi{
		width: 890px;
		margin: 0 auto 80px;
	}
	.guide__fotter--navi ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.guide__fotter--navi li{
		width: 440px;
		margin-bottom: 10px;
	}
	.guide__fotter--navi li img{
		width: 100%;
	}

	#bnr-rbtm{
		display: none;
	}
	
}



/*////////////////////////////////////////////////////////////////////////////

　768px以下の対応

////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width:768px) {
	img{
		vertical-align: top;
	}
	#beginners-guide #wrap{
		font-size: 14px;
		color: #1d1515;
		letter-spacing: 0;
		font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.6;	
		width: 100%;
		margin: 0 auto;
		letter-spacing: 0.06em;
		font-feature-settings: "palt";
	}
	.guide__wrap{
		width: 100%;
		margin: 3% 0 8%;
		padding: 7% 0;
		background: #9AD609;
		border-radius: 30px;
		position: relative;
	}

	#guideContents .guideTop h2{
		font-size: 14px;
		line-height: 1.4;
		font-weight: bold;
		color: #fff;
	}
	#guideContents .guideTop h1{
		font-size: 42px;
		font-weight: bold;
		color: #fff;
		letter-spacing: 0;
	}

	/* 見出し */
	.guide__wrap--common--header{
		width: 100%;
		margin: 0 auto 8%;
	}
	.guide__wrap--common--header--image{
		width: 90%;
		margin: 0 auto 5%;
	}
	.guide__wrap--common--header--text{
		width: 90%;
		margin: 0 auto 0;
	}
	.guide__wrap--common--header--text .guide__number{
		width: 36%;
		margin-bottom: 3%;
	}
	.guide__wrap--common--header--text h1{
		font-size: 36px;
		font-weight: bold;
		line-height: 1.375;
		margin-bottom: 5%;
		color: #fff;
	}
	.guide__wrap--common--header--text p{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		color: #fff;
	}

	/* セクション共通 */
	.section__wrap{
		width: 90%;
		background: #fff;
		margin: 0 auto 5%;
    	padding: 10% 0;
		box-sizing: border-box;
		border: 6px #191919 solid;
		border-radius: 20px;
	}
	.section__wrap h2{
		font-size: 32px;
		line-height: 1.25;
		font-weight: bold;
		text-align: center;
		margin-bottom: 5%;
		color: #9AD609;
	}
	.section__wrap--lead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.55;
		text-align: left;
		width: 90%;
		margin: 0 auto 5%;
	}
	.section__wrap--lead .colorUnderline{
		border-bottom: 3px solid #9AD609;
	}
	.section__wrap h3{
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: 4%;
		font-weight: bold;
		color: #9AD609;
		text-align: center;
	}
	.section__wrap div ul{
		margin-bottom: 5%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.section__wrap div ul li{
		width: 48%;
	}
	.section__wrap div ul li:nth-child(3n){
		margin-top: 5%;
	}
	.section__wrap div ul li div{
		width: 80%;
		margin: 0 auto 10%;
	}
	.section__wrap div ul li h4{
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 1.3;
		margin-bottom: 6%;
	}
	.section__wrap div ul li a{
		width: 40%;
		margin: 0 auto;
	}
	.section__wrap--endlead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		text-align: left;
		width: 90%;
		margin: 0 auto;
	}
	.colorText{
		color: #75A700;
	}
	.section__wrap--content{
		width: 90%;
		margin: 0 auto;
	}
	.section__wrap--content--images img{
		width: 100%;
	}
	.section__wrap--content--point{
		width: 100%;
	}
	.section__wrap--content--point dt{
		font-size: 18px;
		font-weight: bold;
 		margin-bottom: 5%;
		padding-left: 15px;
		border-left: 5px solid #9AD609;
	}
	.section__wrap--content--point dd{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 2%;
		position: relative;
		padding-left: 1em;
	}
	.section__wrap--content--point dd:last-child{
		margin-bottom: 0;
	}
	.section__wrap--content--point dd ul{
		display: block;
	}
	.section__wrap--content--point dd li.change-list:before{
		content: "・";
		position: absolute;
		top: 0;
		left: 0;
		font-size: 18px;
	}
	.section__wrap--content--sub{
		background: #EDF6D5;
		border-radius: 0 0 14px 14px;
		padding: 5% 0;
	}


	

	/**************************************************** 
	
	メニュー変更

	****************************************************/

	#support-menu__section .section__wrap--content--images {
		width: 100%;
		margin: 0 auto 5%;
	}
	#support-menu__section .section__wrap--content--point dl {
		margin-bottom: 10%;
	}
	#support-menu__section .section__wrap--content--point dl + dl {
		margin-bottom: 0;
	}
	#support-menu__section .section__wrap--content--point dd {
		padding: 0;
	}
	#support-menu__section .section__wrap--content--point dd div ul{
		display: block;
	}
	#support-menu__section .section__wrap--content--point dd div ul li{
		width: 100%;
		margin-top: 0;
		margin-bottom: 2%;
	}
	#support-menu__section .section__wrap--content--point dd div ul li:last-child{
		margin-bottom: 0;
	}
	#support-menu__section .section__wrap--content--point dd div ul li::before{
		display: none;
	}

	/**************************************************** 
	
	サポートの種類

	****************************************************/
	#support-list__section .section__wrap--content{
		width: 90%;
		display: flex;
		flex-wrap: wrap;
	}
	#support-list__section .section__wrap--content .stepCommon{
		background: #EDF6D5;
		padding: 10% 5%;
		border-radius: 9px;
	}
	#support-list__section .section__wrap--content .stepCommon + .stepCommon{
		margin-top: 40px;
	}
	#support-list__section .section__wrap--content .stepCommon .step-icon{
		width: 30%;
		margin-bottom: 8px;
	}
	#support-list__section .section__wrap--content .stepCommon h3{
		color: #161616;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
		padding-left: 15px;
		border-left: 5px solid #75A700;
		text-align: left;
	}
	#support-list__section .section__wrap--content .stepCommon p{
		font-size: 16px;
		font-weight: bold;
	}
	#support-list__section .section__wrap--content .stepCommon h3 + p{
		margin-bottom: 20px;
	}
	#support-list__section .section__wrap--content .stepCommon .stepCommon--inr + .stepCommon--inr{
		margin-top: 30px;
	}
	#support-list__section .section__wrap--content .stepCommon div dl dt{
		background: #fff;
		border-radius: 9px;
		font-size: 16px;
		font-weight: bold;
		padding: 15px 18px;
		margin-bottom: 5%;
	}
	#support-list__section .section__wrap--content .stepCommon div dl dt div + div{
		margin-top: 3%;
	}
	#support-list__section .section__wrap--content .stepCommon div dl dt span{
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		border-radius: 20px;
		background: #F6E9D5;
		padding: 3% 5%;
		display: inline-block;
	}
	#support-list__section .section__wrap--content .stepCommon div dl dt span + span{
		margin-left: 3%;
	}
	#support-list__section .section__wrap--content .stepCommon div dl dd{
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		padding: 0;
		line-height: 1.55;
	}
	#support-list__section .section__wrap--content .stepCommon div dl dd ul{
		margin-bottom: 0;
	}
	#support-list__section .section__wrap--content .stepCommon div dl dd ul li{
		font-size: 14px;
		font-weight: bold;
		position: relative;
		padding-left: 1em;
		width: calc(100% - 1em);
		text-align: left;
		margin-bottom: 7px;
	}
	#support-list__section .section__wrap--content .stepCommon.step03 div dl dd ul li{
		width: 100%;
	}
	#support-list__section .section__wrap--content .stepCommon.step04 div dl dd ul li{
		width: 100%;
	}
	#support-list__section .section__wrap--content .stepCommon div dl dd ul li:last-child{
		margin-bottom: 0;
	}
	#support-list__section .section__wrap--content .stepCommon div dl dd ul li::before{
		content: "・";
		font-size: 14px;
		font-weight: bold;
		position: absolute;
		left: 0;
		top: 0;
	}

	




	/**************************************************** 
	
	清掃や充電

	****************************************************/

	#support-clean__section .section__wrap--content--images {
		width: 80%;
		margin: 0 auto 5%;
	}
	#support-clean__section .section__wrap--content--point dl {
		margin-bottom: 10%;
	}
	#support-clean__section .section__wrap--content--point dl + dl {
		margin-bottom: 0;
	}
	#support-clean__section .section__wrap--content--point dd {
		padding: 0;
	}




	/* チェックボックス */
	.check__section{
		width: 80%;
		background: #fff;
		border-radius: 9px;
		margin: 0 auto 8%;
		padding: 5%;
		background-image: url("../../../beginners-guide/img/guide05/check-human01.svg") ;
		background-repeat: no-repeat;
		background-size: 70px 74px;
		background-position: right 2px bottom;
	}
	.check__section.check__section--last{
		background-image: none;
	}
	.check__section.check__section--last div{
		background-image: url("../../../beginners-guide/img/guide05/check-human02.svg") ;
		background-repeat: no-repeat;
		background-size: 86px 105px;
		background-position: 100% 100%;;
		margin-bottom: 30px;
	}
	.check__section.check__section--last a{
		display: block;
		width: 70%;
		margin: 0 auto;
		padding: 5% 15%;
		background: #BB1C17;
		color: #fff;
		font-size: 14px;
		line-height: 1.3;
		font-weight: bold;
		border-radius: 50px;
		position: relative;
		text-align: center;
	}
	.check__section.check__section--last a:before{
		content: "";
		position: absolute;
		top: calc(50% - 10px);
		right: 20px;
		background: url("../../../beginners-guide/img/guide05/next-icon-arrow.svg");
		width: 20px;
		height: 20px;
		background-size: cover;
	}
	.check__section.mb0{
		margin-bottom: 0;
	}
	.check__section h3{
		margin-bottom: 10px;
		width: 50%;
	}
	.check__section p{
		font-size: 15px;
		font-weight: bold;
		line-height: 1.6;
		width: 88%;
	}
	.check__section.check__section--last p{
		width: 100%;
	}
	.check__section.check__section--last p span{
		width: 70%;
		display: block;
	}
	.check__section a{
		color: #75A700;
		border-bottom: 1px solid #9AD609;
		display: inline;
	}



	/* フッター共通ナビ */
	.guide__fotter--navi{
		width: 90%;
		margin: 0 auto 80px;
	}
	.guide__fotter--navi ul{
	}
	.guide__fotter--navi li{
		width: 100%;
		margin-bottom: 10px;
	}
	.guide__fotter--navi li img{
		width: 100%;
	}

	#bnr-rbtm{
		display: none;
	}
	

}

</pre></body></html>