@charset "utf-8";

/*　751px以上の対応
////////////////////////////////////////////////////*/
@media screen and (min-width:751px) {
	#difference #wrap{
		width: 100%;
		min-width: 980px;
		margin: 0 auto;
		letter-spacing: 0.06em;
	}
	#difference #wrap #contents{
		width: 980px;
		margin: 0 auto;
	}

	/* ファーストビューエリア */
	.underlayer--firstview__wrap{
		width: 100%;
		min-width: 980px;
		margin: 0 auto 40px;
		background: #F9F1F1;
		padding: 32px 0;
	}
	.underlayer--firstview__inr{
		width: 980px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.underlayer--firstview__left{
	}
	.underlayer--firstview__ttl h1{
		font-size: 38px;
		color: #EA0029;
		letter-spacing: 0.03em;
		margin-bottom: 18px;
	}
	.underlayer--firstview__ttl h1 span{
		font-size: 16px;
		letter-spacing: 0.06em;
		display: block;
		margin-bottom: 8px;
	}
	.underlayer--firstview__lead{
		font-size: 14px;
		line-height: 1.86;
		letter-spacing: 0.05em;
		font-weight: 500;
	}
	.underlayer--firstview__image{
		margin-bottom: 12px;
		position: relative;
	}
	.underlayer--firstview__image::before{
		content: "資料配布中";
		font-size: 13px;
		letter-spacing: 0.04em;
		text-align: center;
		color: #fff;
		line-height: 78px;
		background: #EA0029;
		border-radius: 50px;
		width: 78px;
		height: 78px;
		position: absolute;
		top: -20px;
        right: -34px;
	}
	.underlayer--firstview__btn {
		text-align: center;
	}
	.underlayer--firstview__btn p{
		margin-bottom: 10px;
        font-weight: 500;
        letter-spacing: 0;
	}
	.underlayer--firstview__btn a{
		display: inline-block;
		letter-spacing: 0;
		color: #fff;
		font-weight: 700;
		background: #185ABC;
		border-radius: 4px;
		padding: 16px 40px;
		position: relative;
		transition: 0.3s;
	}
	.underlayer--firstview__btn a:hover{
		background-image: linear-gradient(to right, #185ABC, #0c3169);
	}
	.underlayer--firstview__btn a::before{
		content: "";
		background: url("../../case-studies/img/fv-document-dl-icon.svg");
		width: 18px;
		height: 18px;
		position: absolute;
		top: 14px;
        right: 12px;
	}

	/* 共通ボタン - 1 デザイン */
	#difference #wrap .btn{
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
		text-align: center;
		padding: 22px 60px;
		box-sizing: border-box;
		border-radius: 50px;
		border: 1px solid #e0e0e0;
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
		position: relative;
		display: inline-block;
		transition: all .5s;
	}
	#difference #wrap .btn:after{
		position: absolute;
		content: "";
		top: 26px;
		right: 30px;
		background: #EA0029;
		width: 8px;
		height: 8px;
		border-radius: 4px;
		transition: all .5s;
	}
	#difference #wrap .btn:hover{
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
		border: 1px solid #eee;
		background: #fafafa;
	}
	#difference #wrap .btn:hover::after{
		background: #eaeaea;
	}
	
	/* 共通ボタン - 2 デザイン */
	#difference #wrap .btn02{
		font-size: 13px;
		font-size: 1.3rem;
		box-sizing: border-box;
		position: relative;
		transition: all .5s;
		margin-right: 2px;
		display: block;
		margin-bottom: 15px;
		float: right;
		letter-spacing: 0;
		border-bottom: 1px solid;
	}
	#difference #wrap .btn02:hover{
		border-bottom: none;
	}

	/** ページナビゲーション **/
	.section-nav{
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
	}
	.section-nav ul{
		display: flex;
	}
	.section-nav ul li + li{
		margin-left: 20px;
		padding-left: 20px;
		position: relative;
	}
	.section-nav ul li + li::before{
		content: "";
		border-left: 1px solid #353535;
		position: absolute;
		width: 1px;
		height: 10px;
		top: 3px;
		left: 0px;
	}
	.section-nav ul li a{
		font-size: 14px;
		font-weight: 500;
		text-align: center;
		border-radius: 7px;
		display: block;
		transition: 0.3s;
	}
	.section-nav ul li a + a{
		margin-left: 20px;
		padding-left: 20px;
		position: relative;
	}
	.section-nav ul li a:hover{
		opacity: 0.6;
	}




	/* 各セクション共通ヘッダーの対応（三角グレーと見出し） */
	.sections {
		position: relative;
		padding-top: 80px;
		margin-bottom: 80px;
	}
	.sections:before{
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 160px 190px 0 0;
		border-color: #fafafa transparent transparent transparent;
		z-index: -1;
	}
	.sections h2{
		font-size: 20px;
		margin-bottom: 30px;
		font-weight: bold;
		padding-left: 50px;
		line-height: 1.6;
	}
	.sections .sections-ttl-lead{
		margin-bottom: 30px;
		padding-left: 50px;
	}


	

	/** 柔軟で力強い、デザイン表現力 **/
	.design_info-lead,
	.design_pages,
	.design_info-slider-wrap,
	.design_info-paper{
		width: 880px;
		margin: 0 auto;
	}
	#contents .design_info-lead{
		margin-bottom: 50px;
	}
	#contents .design_info-lead p{
		line-height: 1.6;
	}
	.design_info-lead p + p{
		margin-top: 20px;
	}
	.design_info-lead .bold-text{
		font-weight: bold;
	}
	.design_info-lead .bold-text-red{
		font-weight: bold;
		color: #EA0029;
	}
	.design_pages{
		margin-bottom: 17px;
	}
	.design_pages h3{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
		line-height: 1.6;
	}
	.design_pages ul{
		display: flex;
		flex-wrap: wrap;
	}
	.design_pages ul li{
		width: 210px;
		text-align: center;
		padding: 18px 0 18px 0;
		font-weight: bold;
		margin-bottom: 13px;
		box-sizing: border-box;
		border: 1px solid #B9B9B9;
		border-radius: 6px;
		margin-right: 13px;
	}
	.design_pages ul li:nth-child(4n){
		margin-right: 0;
	}
	.design_info-slider-wrap{
		display: flex;
		justify-content: space-between;
	}
	.design_info-slider-wrap .design_info-slider{
		width: 880px;
		margin-bottom: 50px;
	}
	.design_info-slider{
		width: 880px;
		margin: 0 auto;
	}
	.slide-arrow:hover{
		opacity: 0.7;
		cursor: pointer;
	}
	.slide-arrow.prev-arrow{
		position: absolute;
		top: calc(50% - 30px);
		left: -50px;
		z-index: 5;
		width: 28px;
	}
	.slide-arrow.next-arrow{
		position: absolute;
		top: calc(50% - 30px);
		right: -50px;
		z-index: 5;
		width: 28px;
	}
	.design_info-slider .slick-list{
		margin-bottom: 20px;
	}
	.design_info-slider .slide-dots{
		justify-content: center;
		margin-bottom: 0;
		display: flex;
	}
	.slide-dots button{
		text-indent: -9999px;
		border: none;
		background: #ddd;
		border-radius: 50px;
		width: 12px;
		height: 12px;
	}
	.slide-dots .slick-active button{
		background: gray;
	}
	.slide-dots li{
		height: 12px;
	}
	.slide-dots li + li{
		margin-left: 20px;
		border-radius: 50px;
	}
	.slide-dots li:hover{
		opacity: 0.7;
		cursor: pointer;
	}
	.design_info-paper h3{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
		line-height: 1.6;
	}
	.design_info-paperlead{
		margin-bottom: 30px;
	}
	#contents .design_info-paperlead p{
		line-height: 1.6;
	}
	.design_info-paper ul{
		display: flex;
		justify-content: space-between;
	}


	/** お店に最適なレジを利用可能 6社のPOSレジと連携できるから、理想の店舗運用を実現 **/
	.selforder_poslead,
	.selforder_pos-list,
	.selforder_pos-nouse,
	.selforder_pos-contact{
		width: 880px;
		margin: 0 auto;
	}
	.selforder_poslead{
		margin-bottom: 50px;
	}
	#contents .selforder_poslead p{
		line-height: 1.6;
	}
	.selforder_poslead .bold-text-red{
		font-weight: bold;
		color: #EA0029;
	}
	.selforder_pos-list{
		margin-bottom: 30px;
	}
	.selforder_pos-list h3{
		margin-bottom: 5px;
	}
	.selforder_pos-list ul{
		display: flex;
		justify-content: space-between;
	}
	.selforder_pos-nouse h3{
		margin-bottom: 10px;
	}
	.selforder_pos-contact{
		box-sizing: border-box;
		border: 1px solid #B9B9B9;
		border-radius: 6px;
	}
	.selforder_pos-contact h3{
		background-color: #EFEFEF;
		padding: 19px 0 17px;
		border-radius: 6px 6px 0 0;
		text-align: center;
	}
	.selforder_pos-contact-inr{
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		padding: 30px;
	}
	.selforder_pos-contactphone dt{
		font-weight: bold;
		text-align: center;
		margin-bottom: 10px;
	}


	/** スケジュールによるメニューの自動切り替えが可能 **/
	.selforder_schedulelead{
		width: 880px;
		margin: 0 auto;
	}
	.selforder_schedulelead .bold-text-red{
		font-weight: bold;
		color: #EA0029;
	}
	.selforder_schedulelead p{
		line-height: 1.6;
	}
	.selforder_schedulelead p + p{
		margin-top: 20px;
	}


	/** モバイルオーダーシステム（Tap＆Order）との併用も可能 **/
	.selforder_withmobile-slider-wrap,
	.selforder_withmobile-case{
		width: 880px;
		margin: 0 auto;
	}
	.selforder_withmobile-slider-wrap{
		display: flex;
		justify-content: space-between;
	}
	.selforder_withmobile-slider-wrap .selforder_withmobile-slider{
		width: 420px;
		/* margin-bottom: 50px; */
	}
	.selforder_withmobile-slider{
		width: 420px;
	}
	.selforder_withmobile-slider .slick-list{
		margin-bottom: 20px;
	}
	.selforder_withmobile-slider .slide-dots{
		justify-content: center;
		margin-bottom: 0;
		display: flex;
	}
	.selforder_withmobile-lead{
		width: 390px;
	}
	.selforder_withmobile-case{
		display: flex;
		align-items: center;
		display: none;
	}
	.selforder_withmobile-case .selforder_withmobile-casetext{
		width: 530px;
	}
	.selforder_withmobile-case .selforder_withmobile-casetext .tag{
		font-size: 13px;
		background: #333333;
		border-radius: 3px;
		margin-bottom: 10px;
		display: inline-block;
		padding: 0px 5px;
		color: #fff;
	}
	.selforder_withmobile-case .selforder_withmobile-casetext h3{
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 30px;
	}
	#difference #wrap .selforder_withmobile-case .selforder_withmobile-casetext .btn{
		float: right;
		margin-right: 25px;
	}
	.selforder_withmobile-case .selforder_withmobile-caseimage{
		width: 280px;
		height: 210px;
		line-height: 1;
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
		border-radius: 15px;
		margin-left: 40px;
	}


	/** モバイルオーダーシステム（Tap＆Order）との併用も可能 **/
	.selforder_functionlead,
	.selforder_function-catbox,
	.selforder_function-attention{
		width: 880px;
		margin: 0 auto;
	}
	.selforder_functionlead{
		margin-bottom: 40px;
	}
	.selforder_functionlead p span.sup{
		vertical-align: super;
		font-size: 12px;
	}
	.selforder_function-catbox{
		margin-bottom: 20px;
	}
	.selforder_function-catbox div ul{
		display: flex;
		flex-wrap: wrap;
	}
	.selforder_function-catbox div ul li{
		width: 146px;
		margin-bottom: 20px;
	}
	.selforder_function-catbox div ul li dl dt{
		margin-bottom: 20px;
	}
	.function001, .function003,.function005,.function008,.function010,.function012,.function014,.function017,.function019,.function020,.function022,.function024{
		background: #FAFAFA;
	}
	.function002,.function004,.function006,.function007,.function009,.function011,.function013,.function015,.function016,.function018,.function021,.function023,.function025{
		background: #fff;
	}
	.selforder_function-catbox div ul li dl dd.twoline{
		margin-top: -10px;
	}
	.selforder_function-catbox div ul li dl dd{
		font-size: 13px;
		text-align: center;
		line-height: 1.6;
	}
	.selforder_function-catbox div ul li dl dd span{
		font-size: 12px;
	}
	.selforder_function-catbox p{
		font-size: 13px;
		background: #333333;
		border-radius: 3px;
		margin-bottom: 20px;
		display: inline-block;
		padding: 0px 5px;
		color: #fff;
		font-weight: bold;
	}
	.selforder_function-attention a{
		text-decoration: underline !important;
	}
	.selforder_function-attention a:hover{
		text-decoration: none !important;
	}


	/** ご契約をいただいてから、最短3週間ではじめられます **/
	.selforder_entry-startlead{
		width: 880px;
		margin: 0 auto 40px;
	}
	.selforder_entry-startnext{
		display: flex;
		justify-content: space-around;
		width: 750px;
		margin: 0 auto;
		padding: 0 130px;
	}


	/** サービスの詳しいご紹介の対応 **/
	#service_link p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
		margin-bottom: 50px;
		padding-left: 50px;
	}
	#service_link .link-wrap{
		width: 880px;
		margin: 0 auto;
	}
	#service_link .link-wrap ul{
		display: flex;
		justify-content: space-between;
	}
	#service_link .link-wrap ul li{
		width: 280px;
	}
	#service_link .link-wrap ul li img{
		width: 100%;
	}
	#service_link .link-wrap ul li div a:hover{
		background: #fafafa;
	}
	#service_link ul li p{
		margin-bottom: 0;
		padding-left: 0;
		line-height: 1;
	}
	#service_link .link-wrap ul li dl{
		padding: 18px 0 10px;
	}
	#service_link .link-wrap ul li dt{
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	#service_link .link-wrap ul li dd{
		font-size: 14px;
		line-height: 1.6;
	}


	.document-dl-bnr a{
		display: block;
		width: 880px;
		margin: 0 auto 40px;
	}
	.document-dl-bnr a img{
		vertical-align: top;
	}
	
	

}







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

　750px以下の対応

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

@media screen and (max-width:750px) {
	#header{
		padding-bottom: 5%;
	}
	#difference #wrap{
		width: 100%;
		letter-spacing: 0.06em;
	}
	#difference #wrap #contents{
		width: 90%;
		margin: 0 auto 10%;
	}
	#difference #wrap #contents p{
		line-height: 1.6;
	}

	/* ファーストビューエリア */
	.underlayer--firstview__wrap{
		width: 100%;
		margin-bottom: 3.8%;
		background: #F9F1F1;
		padding: 10% 0;
	}
	.underlayer--firstview__inr{
		width: 90%;
		margin: 0 auto;
	}
	.underlayer--firstview__left{
		margin-bottom: 10%;
	}
	.underlayer--firstview__ttl h1{
		font-size: 28px;
		color: #EA0029;
		letter-spacing: 0.03em;
		margin-bottom: 3%;
		line-height: 1.3;
	}
	.underlayer--firstview__ttl h1 span{
		font-size: 16px;
		letter-spacing: 0.06em;
		display: block;
	}
	.underlayer--firstview__lead{
		font-size: 14px;
		line-height: 1.6;
		letter-spacing: 0.03em;
		font-weight: 400;
	}
	.underlayer--firstview__image{
		margin-bottom: 1.5%;
		position: relative;
		width: 88%;
		margin: 0 auto 3%;
	}
	.underlayer--firstview__image::before{
		content: "資料配布中";
		font-size: 12px;
		letter-spacing: 0;
		text-align: center;
		color: #fff;
		line-height: 70px;
		background: #EA0029;
		border-radius: 60px;
		width: 70px;
		height: 70px;
		position: absolute;
		top: -22%;
        right: -7%;
	}
	.underlayer--firstview__btn {
		text-align: center;
	}
	.underlayer--firstview__btn p{
		margin-bottom: 10px;
        font-weight: 400;
        letter-spacing: 0;
        font-size: 14px;
		line-height: 1.5;
	}
	.underlayer--firstview__btn a{
		display: inline-block;
		letter-spacing: 0;
		color: #fff;
		font-weight: 700;
		background: #185ABC;
        border-radius: 5px;
        padding: 6.5% 16%;
        position: relative;
        transition: 0.3s;
        font-size: 14px;
        line-height: 1;
	}
	.underlayer--firstview__btn a::before{
		content: "";
		background: url("../../case-studies/img/fv-document-dl-icon.svg");
		width: 26px;
        height: 26px;
        position: absolute;
        top: 27%;
        right: 5%;
        background-size: contain;
	}


	/* 共通ボタン - 1 デザイン */
	#difference #wrap .btn{
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
		text-align: center;
		padding: 18px 0;
		box-sizing: border-box;
		border-radius: 50px;
		border: 1px solid #e0e0e0;
		box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
		position: relative;
		display: block;
		transition: all .5s;
	}
	#difference #wrap .btn:after{
		position: absolute;
		content: "";
		top: 28px;
		right: 33px;
		background: #EA0029;
		width: 6px;
		height: 6px;
		border-radius: 4px;
		transition: all .5s;
	}


	/* 共通ボタン - 2 デザイン */
	#difference #wrap .btn02{
		font-size: 13px;
		font-size: 1.3rem;
		box-sizing: border-box;
		position: relative;
		transition: all .5s;
		display: block;
		margin-bottom: 30px;
		letter-spacing: 0;
		border-bottom: 1px solid;
		float: right;
    	display: block;
	}


	/* 各セクション共通ヘッダーの対応（三角グレーと見出し） */
	.sections {
		position: relative;
		padding-top: 8%;
		margin-bottom: 80px;
	}
	.sections:before{
		position: absolute;
		top: 0;
		left: -2.5%;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 80px 100px 0 0;
		border-color: #fafafa transparent transparent transparent;
		z-index: -1;
	}
	.sections h2{
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 20px;
		font-weight: bold;
		line-height: 1.6;
	}
	.sections .sections-ttl-lead{
		margin-bottom: 30px;
	}


	/** ページナビゲーション **/
	.section-nav{
		margin-bottom: 7%;
	}
	.section-nav ul {
		display: inline-flex;
		width: 96%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		overflow: auto;
		white-space: nowrap;
		font-size: 12px;
		font-size: 1.2rem;
		margin-left: 2%;
	}
	.section-nav ul li{
		position: relative;
	}
	.section-nav ul li + li{
		margin-left: 4%;
		padding-left: 4%;
		position: relative;
	}
	.section-nav ul li + li::before{
		content: "";
		border-left: 1px solid #353535;
		position: absolute;
		width: 1px;
		height: 10px;
		top: 9px;
		left: 0px;
	}
	.section-nav ul li a{
		font-size: 14px;
		font-weight: 400;
	}






	/** 柔軟で力強い、デザイン表現力 **/
	#contents .design_info-lead{
		margin-bottom: 8%;
	}
	#contents .design_info-lead p{
		line-height: 1.6;
	}
	.design_info-lead p + p{
		margin-top: 20px;
	}
	.design_info-lead .bold-text{
		font-weight: bold;
	}
	.design_info-lead .bold-text-red{
		font-weight: bold;
		color: #EA0029;
	}
	.design_pages{
		margin-bottom: 8%;
	}
	.design_pages h3{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
		line-height: 1.6;
	}
	.design_pages ul{
		display: flex;
		flex-wrap: wrap;
	}
	.design_pages ul li{
		width: 49%;
		text-align: center;
		padding: 5% 0;
		font-weight: bold;
		margin-bottom: 2%;
		box-sizing: border-box;
		border: 1px solid #B9B9B9;
		border-radius: 6px;
		margin-right: 2%;
	}
	.design_pages ul li:nth-child(2n){
		margin-right: 0;
	}
	.design_info-slider-wrap .design_info-slider{
		width: 100%;
		margin-bottom: 8%;
	}
	.design_info-slider{
		width: 100%;
		margin: 0 auto;
	}
	.slide-arrow.prev-arrow{
		position: absolute;
		top: calc(50% - 30px);
		left: -3%;
		z-index: 5;
		width: 28px;
		background: #fff;
		border-radius: 20px;
	}
	.slide-arrow.next-arrow{
		position: absolute;
		top: calc(50% - 30px);
		right: -3%;
		z-index: 5;
		width: 28px;
		background: #fff;
		border-radius: 20px;
	}
	.design_info-slider .slick-list{
		margin-bottom: 20px;
	}
	.design_info-slider .slide-dots{
		justify-content: center;
		margin-bottom: 0;
		display: flex;
	}
	.slide-dots button{
		text-indent: -9999px;
		border: none;
		background: #ddd;
		border-radius: 50px;
		width: 12px;
		height: 12px;
	}
	.slide-dots .slick-active button{
		background: gray;
	}
	.slide-dots li{
		height: 12px;
	}
	.slide-dots li + li{
		margin-left: 20px;
		border-radius: 50px;
	}
	.slide-dots li:hover{
		opacity: 0.7;
		cursor: pointer;
	}
	.design_info-paper h3{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
		line-height: 1.6;
	}
	.design_info-paperlead{
		margin-bottom: 5%;
	}
	#contents .design_info-paperlead p{
		line-height: 1.6;
	}
	.design_info-paper ul{
		display: flex;
		justify-content: space-between;
	}


	/** お店に最適なレジを利用可能 6社のPOSレジと連携できるから、理想の店舗運用を実現 **/
	.selforder_poslead{
		margin-bottom: 8%;
	}
	#contents .selforder_poslead p{
		line-height: 1.6;
	}
	.selforder_poslead .bold-text-red{
		font-weight: bold;
		color: #EA0029;
	}
	.selforder_pos-list h3{
		font-size: 16px;
	}
	.selforder_pos-list ul{
		display: flex;
		flex-wrap: wrap;
	}
	.selforder_pos-list ul li{
		width: 50%;
	}
	.selforder_pos-nouse h3{
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.6;
	}
	.selforder_pos-contact{
		box-sizing: border-box;
		border: 1px solid #B9B9B9;
		border-radius: 6px;
	}
	.selforder_pos-contact h3{
		background-color: #EFEFEF;
		padding: 5%;
		border-radius: 6px 6px 0 0;
		text-align: center;
		font-size: 16px;
		line-height: 1.6;
	}
	.selforder_pos-contact-inr{
		padding: 5% 3%;
	}
	.selforder_pos-contactphone{
		margin-bottom: 7%;
	}
	.selforder_pos-contactphone dt{
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		margin-bottom: 2%;
	}
	.selforder_pos-contactphone dd{
		width: 90%;
		margin: 0 auto;
	}


	/** スケジュールによるメニューの自動切り替えが可能 **/
	.selforder_schedulelead .bold-text-red{
		font-weight: bold;
		color: #EA0029;
	}
	.selforder_schedulelead p{
		line-height: 1.6;
	}
	.selforder_schedulelead p + p{
		margin-top: 20px;
	}


	/** モバイルオーダーシステム（Tap＆Order）との併用も可能 **/
	.selforder_withmobile-slider-wrap .selforder_withmobile-slider{
		width: 100%;
		margin-bottom: 5%;
	}
	.selforder_withmobile-slider{
		width: 100%;
	}
	.selforder_withmobile-slider .slick-list{
		margin-bottom: 20px;
	}
	.selforder_withmobile-slider .slide-dots{
		justify-content: center;
		margin-bottom: 0;
		display: flex;
	}
	.selforder_withmobile-case{
		display: none !important;
		display: flex;
		flex-direction: column-reverse;
	}
	.selforder_withmobile-case .selforder_withmobile-casetext .tag{
		font-size: 13px;
		background: #333333;
		border-radius: 3px;
		margin-bottom: 10px;
		display: inline-block;
		padding: 0px 5px;
		color: #fff;
	}
	.selforder_withmobile-case .selforder_withmobile-casetext h3{
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 30px;
	}
	.selforder_withmobile-case .selforder_withmobile-caseimage{
		line-height: 1;
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
		border-radius: 15px;
		margin-bottom: 5%;
	}


	/** モバイルオーダーシステム（Tap＆Order）との併用も可能 **/
	.selforder_functionlead{
		margin-bottom: 8%;
	}
	.selforder_functionlead p span.sup{
		vertical-align: top;
		font-size: 10px;
	}
	.selforder_function-catbox{
		margin-bottom: 5%;
	}
	.selforder_function-catbox div ul{
		display: flex;
		flex-wrap: wrap;
	}
	.selforder_function-catbox div ul li{
		width: 50%;
		margin-bottom: 5%;
	}
	.selforder_function-catbox div ul li dl dt{
		margin-bottom: 4%;
	}
	.function001, .function004,.function005,.function008,.function009,.function012,.function015,.function016,.function019,.function020,.function023,.function024{
		background: #FAFAFA;
	}
	.function002,.function003,.function006,.function007,.function010,.function011,.function013,.function014,.function017,.function018,.function021,.function022,.function025{
		background: #fff;
	}
	.selforder_function-catbox div ul li dl dd.twoline{
		margin-top: -10px;
	}
	.selforder_function-catbox div ul li dl dd{
		font-size: 13px;
		text-align: center;
		line-height: 1.6;
	}
	.selforder_function-catbox div ul li dl dd span{
		font-size: 12px;
	}
	#difference .selforder_function-catbox p{
		font-size: 13px;
		background: #333333;
		border-radius: 3px;
		margin-bottom: 3%;
		display: inline-block;
		padding: 1% 4%;
		color: #fff;
	}
	#contents .selforder_function-attention{
		line-height: 1.6;
		text-indent: -2em;
		padding-left: 2em;
	}
	.selforder_function-attention a{
		text-decoration: underline !important;
		display: inline-block;
		padding-left: 2em;
	}



	/** ご契約をいただいてから、最短3週間ではじめられます **/
	.selforder_entry-startlead{
		margin: 0 auto 40px;
	}
	.selforder_entry-startnext-flow{
		margin-bottom: 5%;
	}


	/** サービスの詳しいご紹介の対応 **/
	#service_link.sections{
		margin-bottom: 20px;
	}
	#service_link p{
		font-size: 14px;
		margin-bottom: 50px;
		padding-left: 50px;
	}
	#service_link .link-wrap ul li img{
		width: 100%;
	}
	#service_link .link-wrap ul li div a:hover{
		background: #fafafa;
	}
	#service_link ul li p{
		margin-bottom: 0;
		padding-left: 0;
		line-height: 1;
	}
	#service_link .link-wrap ul li dl{
		padding: 3% 0 3%;
	}
	#service_link .link-wrap ul li dt{
		font-size: 16px;
		font-weight: bold;
	}
	#service_link .link-wrap ul li dd{
		font-size: 14px;
		line-height: 1.6;
	}
	#difference #wrap .service_link-last .btn02{
		margin-bottom: 0;

	}
	.document-dl-bnr a{
		display: block;
		width: 100%;
		margin: 0 auto 8%;
	}
	.document-dl-bnr a img{
		vertical-align: top;
	}
	

}