@charset "UTF-8";
html {
    scroll-behavior: smooth;
}
#company {
    height: 112px;
    margin-top: -1px;
    pointer-events: none;
    text-align: center;
   padding:10px 0 0;
}

#company .company_logo {
    height: 100px;
    width: 100%;
    background: url(/index/images/logo-slide.png) repeat-x 50%;
    background-size: auto 100px;
    animation: bg-complogo 150s linear infinite;
}
@keyframes bg-complogo{0%{background-position:0 0}to{background-position:-3800px 0}}

.main_top{
	background-image: url("../images/topimg_1.jpg"),url("../images/topimg_2.jpg");
	background-repeat: no-repeat;
	background-size: 100%,100%;
	background-position: left top, left bottom;
	background-color: #22AC38;
	text-align:center;
	margin: 0px 0 0;
}
.main_top img{
	max-width: 900px;
	width: 100%;
	margin: -1px 0 0;
}

.lp_btn_common{
	background: #22AC38;
	padding: 51px 0;
}
.lp_btn_common ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.lp_btn_common ul li{
	width: 32%;
}
.lp_btn_common ul li a{
	background: #EEDD00;
	display: block;
	border-radius: 10px;
	color: #000;
	font-size: 21px;
	font-weight: bold;
	height: 90px;
	line-height: 90px;
	text-align: center;
	box-shadow:2px 2px 3px #000;
}
.lp_btn_common ul li a i{
	margin:0 10px 0 0;
}




.lp_btn_common2{
	background: #e6e6e6;
	padding: 51px 0;
}
.lp_btn_common2 ul{
	display: flex;
	flex-wrap: wrap;
	position: relative;
   
	
	width: 100%;
	max-width: 700px;
	margin: auto;
}
.lp_btn_common2 ul li{
	width: 100%;
	text-align: center;
}
.lp_btn_common2 ul li a{
	background: #f54f29;
	display: block;
	border-radius: 10px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	height: 90px;
	line-height: 90px;
	text-align: center;
	box-shadow:2px 2px 3px #000;
}
.lp_btn_common2 ul li a i{
	margin:0 10px 0 0;
}




/*----> OSSとは  */
.section2{
	
	background-color: #F1F7FA;
	padding: 50px;
}

/* movie */
.movie { display: flex; flex-wrap: wrap; }
.movie .btn-play { position: absolute; width: 100%; left: 0; top: 69%; text-align: center; transition: all 0.2s }
.movie .btn-play:hover {bottom: 16px;}
.movie .btn-play a { display: inline-block; }
.movie .btn-play a img { max-width: 100%; }
.movie .modal-movie .modal-dialog { max-width: 700px; }
.movie .modal-movie img { width: 100%; }
.movie .btn-close {text-align: center;background-color: #fff;width: 25px;height: 25px;border-radius: 50%;display: block;opacity: 1;padding: 2px;position: absolute;right: 0;/* color: #000; *//* fill: #000; */top: -20px;}
.movie .modal-movie .modal-content { background: none; border: 0; }

.movie_img{ text-align: center;}

/* modal */
.modal {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
.modal-large .modal-dialog { max-width: 980px; width: 100%; margin: 40px auto; padding: 0 18px;  }
.modal-medium{padding-top: 40px;}
.modal-medium .modal-dialog { max-width: 768px; width: 100%; padding: 0 18px;  }

.movie .container{max-width:1000px;}




/*----> 楽楽OSSとは  */
.section3{
	background-image: url("../images/section3_bck.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 0;
	color: #FFF;
}
.section3 h2{
	color: #FFF;
}
.section3 h2 span{
	color: #EEDD00;
}
.section3 p{
	font-size:18px;
}
/* step */
.step {display: flex;max-width: 1145px;padding: 0;margin: 0 auto;justify-content: space-around;}
.step li {list-style: none;display: block;position: relative;width: 23%;text-align: center;}
.step li img { max-width: 100%; }
.step_text {text-align: center; font-weight: bold}
.step_text span{color: #22AC38;}


/*----> 楽楽OSSで実現できること　*/

.section5_tab{
	display: flex;
	background-image: url("../images/tab_img.jpg");
	background-position: right 28px bottom;
	background-repeat: no-repeat;
	padding: 164px 100px 41px 0;
	margin: -75px 0 0;
	justify-content: center;
}
.section5_tab li{
	width:30%;
	margin: 0 10px;
}
.section5_tab li a{
	border-radius: 64px !important;
	padding: 30px;
	font-size: 24px !important;
	background: #C9CACA !important;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.2;
	color: #212529 !important;
	border:none !important;
}
.section5_tab li a:hover{
	background:#11a23f !important;
	border:none !important;
}
.section5_tab li a.active{
	background: #11a23f !important;
	border: none !important;
	color: #FFF !important;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.2;
}
.tab-content{
	background:#FFF;
	box-shadow: 0 0 10px #b7b7b7;
}

.sec_ex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 1% 70px;
	max-width: 900px;
	margin: auto;
}
.sec_ex li{
	width: 47%;
	margin-top: 49px;
	text-align: center;
}

/* 主な機能紹介 */
.section6_tab{
	display: flex;
	border-bottom: none;
	justify-content: center;
}
.section6_tab li{
	width:30%;
	margin: 0 10px;
}
.section6_tab li a{
	border-radius: 20px !important;
	padding: 19px;
	font-size: 24px !important;
	background: #bedfc2 !important;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.2;
	height: 100%;
	color: #FFF !important;
	border:none !important;
	display: flex;
	width: 100%;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
}
.section6_tab li a:hover{
	background:#11a23f !important;
	border:none !important;
}
.section6_tab li a.active{
	background: #11a23f !important;
	border: none !important;
	color: #FFF !important;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.2;
}
.sec6-cont-bck,.sec9-cont-bck{
	background-image: url("../images/sec6-cont-bck.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;
	background-color: #22ac38;
	padding: 40px 0;
	
}
.section6 .sec_ex{
	padding: 0 1% 45px;
}




/* 導入事例 */
.sec7_title{
	background-image: url("../images/sec7_title.jpg");
	background-repeat: no-repeat;
	background-position: right 118px top;
	text-align: center;
	padding: 110px 0 90px;
}
.sec7_title h2{
	line-height: 1.6;
}
.sec7_title p{
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
}

.case_list{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	max-width: 1050px;
	margin: auto;
}
.case_list li{
	width: 28%;
}



/* 3つの理由 */
.sec8_title{
	background: #22ac38;
	padding: 30px 0;
	
}
.sec8_title h2,.sec8_title h2 span{
	color: #FFF;
}
.section8 .container div{
	max-width:1000px;
	margin: 40px auto !important;
}


/* ご利用料金 */
.sec9-cont-bck{
	margin-top: 267px;
	margin-bottom: 45px;
}
.section9 h2 span{
	color: #FFF !important;
	
}
.section9 > div{
	position:relative;
	padding: 65px 100px;
}
.section9 > div:before{
	content:'';
	background-image: url("../images/price_doll1.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 317px;
	height: 317px;
	position: absolute;
	left: 0;
	top: -317px;
}
.section9 > div:after{
	content:'';
	background-image: url("../images/price_doll2.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 286px;
	height: 545px;
	position: absolute;
	right: 0;
	bottom: -1px;
}
.section9 p{
	color: #FFF;
	font-size: 20px;
	text-align: center;
}




/* 導入フロー */
.section10 .container > dl{
	margin-top:50px;
}
.section10 .container > dl dt{
	background: #20ac42;
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	padding: 20px 0;
}
.section10 .container > dl dd > p{
	text-align: center;
	font-size:22px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.section10 .container > dl dd p span{
	color: #20ac42;
}

.flow_system{
	display: flex;
	justify-content: space-around;
	max-width: 900px;
	margin: auto;
}
.flow_system li{
	width: 46%;
	background-color: #FFF;
	box-shadow: 0 0 5px #686868;
	text-align: center;
}
.system1 p:first-child,.system2 p:first-child{
	padding: 10px 0;
	color: #FFF;
	font-size: 18px;
}

.system1 p:last-child,.system2 p:last-child{
	padding: 20px 0;
	font-size: 22px;
}
.system1 p:first-child{ background-color: #00a0e9;}
.system2 p:first-child{ background-color: #f39800;}

.flow_list{
	max-width: 1000px;
	margin: 100px auto 339px;
	position:relative;
}
.flow_list:after{
	content:'';
	background-image: url("../images/flowdoll.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 393px;
	height: 418px;
	position: absolute;
	right: 0;
	bottom: -390px;
}


/* よくある質問 */
.sec11_title{
	position: relative;
	padding: 157px 0 117px;
}
.sec11_title:before{
	content:'';
	background-image: url("../images/faqdoll1.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 244px;
	height: 322px;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.sec11_title:after{
	content:'';
	background-image: url("../images/faqdoll2.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 289px;
	height: 333px;
	position: absolute;
	right: 0;
	bottom: -1px;
}
.section11 .card {
  border: 3px solid #9fa0a0 !important;
  border-radius: 0;
  margin-bottom: 15px;
}
.question {display: block;cursor: pointer;position: relative;padding: 30px 0 30px 106px;font-size: 21px;font-weight: bold;color: #22ac38;}
.question::before {content:'Q';position: absolute;top: 19px;left: 25px;background: #22ac38;font-size: 30px;width: 56px;height: 56px;text-align: center;line-height: 49px;font-weight: bold;color: #FFF;}
/* .question::after { content: '+'; position: absolute; top: 35%; right: 0; background: #fffc18; width: 35px; height: 35px; border-radius: 50%; display: block; text-align: center;     font-size: 20px; font-weight: bold; padding: 3px 0; } */
/* .question[aria-expanded="true"]::after { content: '-'; } */
.ans {padding: 30px 0px 30px 134px;position: relative;border-top: 3px solid #9fa0a0 !important;font-size: 20px;font-weight: bold;background: #dcdddd;line-height: 1.5;}
.ans::before {content:'A';position: absolute;top: 18px;left: 65px;color: #000;font-size: 30px;border: 3px solid #000;width: 56px;height: 56px;padding: 0 0 0 2px;text-align: center;line-height: 47px;font-weight: bold;}




/*さあ、電子化を始めよう！*/


.last-contact{
	background: #FFF;
	padding: 0;
}
.last-contact .container{
	position:relative;
	padding: 85px 0 369px 417px;
}

.last-contact ul{
	margin: 50px auto 0;
	position: relative;
}
.last-contact .container:before{
	content:'';
	background-image: url("../images/last_doll1.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 457px;
	height: 499px;
	position: absolute;
	left: 0;
	bottom:0;
}
.last-contact .container:after{
	content:'';
	background-image: url("../images/last_doll2.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 705px;
	height: 347px;
	position: absolute;
	right: 0;
	bottom: 0;
}


/* FOOTER */
footer{
	background: #22ac38;
	margin: -1px 0 0;
	position: relative;
	padding: 80px 0 20px;
}
.cr{color:#FFF;margin: 80px 0 0 !important;}
.f_rakuraku_link{
	display: flex;
	flex-wrap: nowrap;
	padding: 16px 0 0;
    justify-content: flex-end;
}
.f_rakuraku_link li{
	padding: 0 10px;
}
.f_rakuraku_link li a{
	color:#FFF;
}
.f_rakuraku_link li a:hover{
	text-decoration:underline;
}

/*****/
.sub_title{
	font-size: 32px;
	text-align: center;
	font-weight: bold;
}
.sub_title span{
	font-size: 50px;
	color: #22AC38;
}
.section3 h2{
	font-size: 50px;
	text-align: center;
	font-weight: bold;
}
.section3 h2 span{
	font-size: 50px;
}
.f36{ font-size:50px;}
a.anchor{    display: block;    padding-top: 70px;    margin-top: -70px;}
/******/

/*==================================================
スライダーのためのcss
===================================*/
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}

.slider ,.slider2{
  display: none;
}
.slider.slick-initialized,.slider2.slick-initialized {
  display: block;
}



/*----> MOBILE */
@media (max-width: 1399px) {


	/* ご利用料金 */
	.sec9-cont-bck{
		margin-top: 240px;
	}

	.section9 > div:after{
		width: 300px;
		height: 571px;
	}

	/* 導入フロー */
	.flow_list {
		margin: 100px auto 305px;
	}	
	.flow_list:after{
		width: 350px;
		height: 371px;
		bottom: -356px;
	}
	
	/* よくある質問 */
	.sec11_title {
		position: relative;
		padding: 153px 0 98px;
	}	
	.sec11_title:before{
		width: 245px;
		height: 325px;
	}
	.sec11_title:after{
		width: 270px;
		height: 312px;
	}


	/*さあ、電子化を始めよう！*/
	
	.last-contact .container{
		padding: 85px 0 338px 372px;
	}

	.last-contact ul{
		margin: 50px auto 0;
		position: relative;
	}
	.last-contact .container:before{
		width: 380px;
		height: 416px;
	}
	.last-contact .container:after{
		width: 620px;
		height: 306px;
		right: 0;
		bottom: 0;
	}
	
	
	
}

@media (max-width: 1199px) {

	/*----> 楽楽OSSで実現できること　*/
	.section5_tab{
		background-position: right -2px bottom;
		background-repeat: no-repeat;
		background-size: 170px;
		padding: 127px 150px 40px 63px;
		margin: -96px 0 0;
		justify-content: space-around;
	}
	.section5_tab li{
		width: 48%;
		margin: 0 0;
	}
	.sec_ex {
		padding: 0 2% 30px;
	}
	.sec_ex li {
		width: 48%;
		margin-top: 20px;
	}


	/* 主な機能 */
	.section6 .sec_ex {
		padding: 0 2% 30px;
	}


	/* 導入事例 */
	.sec7_title{
		background-size: 180px;
		background-position: right 0 top;
		padding: 83px 0 55px;
	}
	.case_list li {
		width: 31%;
	}

	/* ご利用料金 */
	.sec9-cont-bck{
		margin-top: 200px;
	}
	.section9 > div{
		position:relative;
		padding: 44px 172px 41px 30px;
	}
	.section9 > div:after{
		width: 202px;
		height: 384px;
	}
	.section9 > div:before{
		width: 255px;
		height: 255px;
		left: 0;
		top: -254px;
	}

	
	/*さあ、電子化を始めよう！*/
	
	.last-contact .container{
		padding: 25px 0 224px 281px;
	}

	.last-contact ul{
		margin: 33px auto 0;
		position: relative;
	}
	.last-contact .container:before{
		width: 314px;
		height: 344px;
	}
	.last-contact .container:after{
		width: 426px;
		height: 208px;
		right: 97px;
		bottom: 0;
	}


	.ans {padding: 30px 0px 30px 106px;position: relative;border-top: 3px solid #9fa0a0 !important;font-size: 20px;font-weight: bold;background: #dcdddd;line-height: 1.5;}
	.ans::before {left: 27px;}



	/*****/
	.sub_title{
		font-size: 30px;
	}
	.sub_title span{
		font-size: 40px;
	}
	.section3 h2{
		font-size: 40px;
	}
	.section3 h2 span{
		font-size: 40px;
	}
	.f36{ font-size:40px;}
    /******/
	
	footer a.f_rakuraku_logo{
		text-align: center;
		display: block;
		margin: 0 0 10px;
	}
	.f_rakuraku_link{
		flex-wrap:wrap;
		justify-content:center;
		
	}
	.f_rakuraku_link li{
		margin: 0 4px 10px;
	}


}

@media (max-width: 991px){
	.lp_btn_common2 ul{
		max-width: 600px;
	}
}

@media (max-width: 768px) {

	/*PDFボタン*/
	.lp_btn_common2{
		background: #e6e6e6;
		padding: 51px 0;
	}
	.lp_btn_common2 ul{
		display: flex;
		flex-wrap: wrap;
		position: relative;
		left: 3%;
		max-width: 500px;
		width: 100%;
		margin: auto;
	}
	.lp_btn_common2 ul li{
		width: 94%;
		text-align: center;
	}
	.lp_btn_common2 ul li a{
		background: #f54f29;
		display: block;
		border-radius: 10px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		height: 90px;
		line-height: 90px;
		text-align: center;
		box-shadow:2px 2px 3px #000;
	}
	.lp_btn_common2 ul li a i{
		margin:0 10px 0 0;
	}

	/*------------------------------*/
	#company {
		height: 90px;
	   padding:5px 0 0;
	}

	#company .company_logo {
		height: 80px;
		background-size: auto 80px;
	}
	
	/*----> 楽楽OSSで実現できること　*/
	.section5 .sub_title {
	padding: 0 134px 0 0;
	}
	.section5_tab{
		padding: 127px 150px 29px 19px;
		margin: -73px 0 0;
	}
	.section5_tab li{
		width: 48%;
		margin: 0 0;
	}
	.sec_ex {
		padding: 0 3% 30px;
	}	
	.section5_tab li a{
		border-radius: 64px !important;
		padding: 24px 5px;
		font-size: 20px !important;
	}



	/* 主な機能紹介 */
	.section6_tab{
		justify-content:  space-between;
	}
	.section6_tab li{
		width:32.5%;
		margin:0;
	}
	.section6_tab li a{
		font-size: 20px !important;
		padding: 15px 0;
		height: 100%;
	}
	.section6 .sec_ex {
		padding: 0 3% 30px;
	}	


	/* 導入事例 */
	.sec7_title{
		background-size: 151px;
		background-position: right 0 top;
		padding: 56px 0 34px;
	}

	/* ご利用料金 */
	.section9 > div{
		position:relative;
		padding: 35px 170px 27px 21px;
	}
	.sec9-cont-bck{
		margin-top: 135px;
	}

	.section9 > div:after{
		width: 172px;
		height: 327px;
	}
	.section9 > div:before{
		width: 255px;
		height: 255px;
		left: 0;
		top: -254px;
	}

	/* 導入フロー */
	.section10 .container > dl{
		margin-top: 30px;
	}
	.section10 .container > dl dt{
		font-size: 23px;
	}
	.section10 .container > dl dd > p{
		font-size: 20px;	}

	.flow_list {
		margin: 50px auto 215px;
	}	
	.flow_list:after{
		width: 265px;
		height: 281px;
		bottom: -266px;
	}



	/* よくある質問 */
	.sec11_title {
		position: relative;
		padding: 118px 0 46px;
	}	
	.sec11_title:before{
		width: 162px;
		height: 215px;
	}
	.sec11_title:after{
		width: 190px;
		height: 219px;
	}

	.question {padding: 20px 0 20px 80px;font-size: 21px;}
	.question::before {content:'Q';top: 8px;left: 10px;}

	.ans {padding: 20px 0 20px 80px;font-size: 18px;}
	.ans::before {left: 10px;}




	/*さあ、電子化を始めよう！*/
	
	.last-contact .container{
		padding: 25px 0 171px 161px;
	}

	.last-contact ul{
		margin: 33px auto 0;
		position: relative;
	}
	.last-contact .container:before{
		width: 187px;
		height: 206px;
	}
	.last-contact .container:after{
		width: 313px;
		height: 155px;
		right: 97px;
		bottom: 0;
	}
	
	

	/*****/
	.sub_title{
		font-size: 26px;
	}
	.sub_title span{
		font-size: 36px;
	}
	.section3 h2{
		font-size: 36px;
	}
	.section3 h2 span{
		font-size: 36px;
	}
	.f36{font-size: 35px;}
	/******/

	.lp_btn_common ul li a{font-size: 16px;}


}

@media (max-width: 575px) {

	#company {
		height: 60px;
	   padding:5px 0 0;
	}

	#company .company_logo {
		height: 50px;
		background-size: auto 50px;
	}



	/* お問合わせ */
	.lp_btn_common{
		padding: 19px 0;
	}
	.lp_btn_common ul li{
		width: 100%;
		margin-bottom:10px;
	}
	.lp_btn_common ul li:last-child{
		margin-bottom:15px;
	}
	.lp_btn_common ul li a{
		color: #000;
		font-size: 17px;
		height: 58px;
		line-height: 60px;
	}
	
	
	.lp_btn_common2 ul{
		display: flex;
		flex-wrap: wrap;
		position: relative;
		justify-content: center;
		left: 0;
		max-width: 600px;
		width: 100%;
		margin: auto;
	}

	.lp_btn_common2 ul li a{
		font-size: 16px;
	
	} 



	/*----> OSSとは  */
	.section2{

		background-color: #F1F7FA;
		padding: 50px 0;
	} 

	/* step */
	.step {flex-wrap: wrap;}
	.step li {width: 48%;margin-bottom: 16px;}
	.step_text { font-size:20px !important;}
	.step_text br { display:none;}

	/*----> 楽楽OSSで実現できること　*/
	.section5 .sub_title {
	padding: 0 0 0;
	}
	.section5_tab{
		padding: 161px 0 0px 0px;
		margin: 0 0 9px;
		background-size: 111px;
		background-position: right -2px top;
		border: none;
	}
	.section5_tab li{
		width: 49%;
		margin: 0 0 0px;
	}
	.sec_ex {
		padding: 0 3% 30px;
	}
	.sec_ex li {
		width: 100%;
		margin-top: 10px;
	}
	.section5_tab li a{
		border-radius: 64px !important;
		padding: 10px 0px;
		font-size: 16px !important;
	}

	

	/* 主な機能紹介 */
	.section6_tab{
		justify-content:  space-between;
		flex-wrap: unset;
		width: 456px;
		overflow-x: scroll;
	}
	.section6_tab li{
		width: 32.5%;
		margin:0;
	}
	.section6_tab li a{
		font-size: 15px !important;
		padding: 15px 0;
		height: 100%;
	}
	.section6 .sec_ex {
		padding: 0 3% 30px;
	}


	/* 導入事例 */
	.sec7_title{
		background-size: 82px;
		background-position: right 0 bottom;
		padding: 4px 0 94px;
	}
	.sec7_title p {
		font-size: 15px;
		margin-top: 10px;
		text-align: left;
	}

	.case_list{
	    overflow-x: scroll;
	    width: 600px;
	}


	/* ご利用料金 */
	.section9{
		padding: 25px 10px;
	}
	.section9 h2{
		padding:0 0 0 100px;
	}
	.section9 > div{
		position:relative;
		padding: 15px 95px 108px 10px;

		margin-top: 20px !important;
	}
	.sec9-cont-bck{
		margin-top: 66px;
		margin-bottom: 5px;
	}

	.section9 > div:after{
		width: 96px;
		height: 184px;
	}
	.section9 > div:before{
		width: 131px;
		height: 130px;
		left: 0;
		top: -130px;
	}

	.section9 p{
		font-size: 14px;
	}




	/* 導入フロー */
	.section10 .container > dl{
		margin-top: 30px;
	}
	.section10 .container > dl dt{
		font-size: 18px;
		padding: 15px 10px;
	}
	.section10 .container > dl dd > p{
		font-size: 16px;
		}
	.flow_system{
		flex-wrap:wrap;
	}
	.flow_system li {
		width: 100%;
	}


	.flow_list {
		margin: 50px auto 215px;
	}	
	.flow_list:after{
		width: 265px;
		height: 281px;
		bottom: -266px;
	}
	.system1 p:first-child,.system2 p:first-child{
		font-size: 14px;
	}

	.system1 p:last-child,.system2 p:last-child{
		font-size: 16px;
		padding:15px 0;
	}
	.system1{
		margin-bottom:15px;
	}
	.flow_list {
		margin: 50px auto 130px;
	}	
	.flow_list:after{
		width: 137px;
		height: 145px;
		bottom: -160px;
	}
	
	
	/* よくある質問 */
	.sec11_title {
		position: relative;
		padding: 47px 0 35px;
	}	
	.sec11_title:before{
		width: 78px;
		height: 104px;
		left: -10px;
	}
	.sec11_title:after{
		width: 88px;
		height: 102px;
		right: -10px;
	}
	.section11 .card {
		border: 2px solid #9fa0a0 !important;
		margin-bottom: 10px;
	}	
	
	.question {padding: 10px 0 10px 56px;font-size: 16px;}
	.question::before {content:'Q';top: 8px;left: 10px;width: 35px;height: 35px;line-height: 31px;font-size: 25px;}

	.ans {padding: 10px 0 10px 56px;font-size: 15px;border-top: 2px solid #9fa0a0 !important;}
	.ans::before {left: 10px;top: 8px;left: 10px;width: 35px;height: 35px;line-height: 27px;font-size: 25px;}

	

	/*さあ、電子化を始めよう！*/
	
	.last-contact .container{
		padding: 25px 0 158px 0;
	}
	.last-contact{
		padding: 30px 0 0;
	}
	.last-contact ul{
		margin: 15px 0 0;
		padding: 0 10px;
		position: relative;
	}
	.last-contact .container:before{
		width: 132px;
		height: 145px;
	}
	.last-contact .container:after{
		width: 200px;
		height: 100px;
		right: 22px;
		bottom: 0;
	}	
	

	/*****/
	.sp_scroll{
		position: relative;
		overflow-x: scroll;
	}
	.sub_title{
		font-size: 20px;
	}
	.sub_title span{
		font-size: 22px;
	}
	.section3 h2{
		font-size: 20px;
	}
	.section3 h2 span{
		font-size: 25px;
	}
	.f36{font-size: 25px;}


	/******/

	footer{
		padding:30px 0 10px;
	}
	footer a.f_rakuraku_logo{
		margin: 0 auto 3px;
		width: 110px;
	}
	.f_rakuraku_link li {
		padding: 0 5px;
	}	
	
	

	.movie .btn-play a img {
		width: 180px;
	}
	
	
	
  
}



@media (max-width: 400px) {
	.lp_btn_common2 ul li a{
		font-size: 14px;
	}
}