@charset "utf-8";

/*　751px以上の対応
////////////////////////////////////////////////////*/
@media screen and (min-width:751px) {
	#service #wrap{
		width: 100%;
		min-width: 980px;
		margin: 0 auto;
		letter-spacing: 0.06em;
	}
	#service #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 デザイン */
	#service #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;
	}
	#service #wrap .btn:after{
		position: absolute;
		content: "";
		top: 26px;
		right: 30px;
		background: #EA0029;
		width: 8px;
		height: 8px;
		border-radius: 4px;
		transition: all .5s;
	}
	#service #wrap .btn:hover{
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
		border: 1px solid #eee;
		background: #fafafa;
	}
	#service #wrap .btn:hover::after{
		background: #eaeaea;
	}
	
	/* 共通ボタン - 2 デザイン */
	#service #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;
	}
	#service #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;
	}


	/** IGREKセルフオーダーとは **/
	.selforder_info-slider-wrap,
	.selforder_info-case{
		width: 880px;
		margin: 0 auto;
	}
	.selforder_info-slider-wrap{
		display: flex;
		justify-content: space-between;
	}
	.selforder_info-slider-wrap .selforder_info-slider{
		width: 396px;
		margin-bottom: 50px;
	}
	.selforder_info-slider-wrap .selforder_info-lead{
		width: 390px;
	}
	#contents .selforder_info-slider-wrap p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.selforder_info-slider-wrap p span{
		font-weight: bold;
		color: #EA0029;
	}
	.selforder_info-slider{
		width: 400px;
		margin: 0 auto;
	}
	.slide-arrow:hover{
		opacity: 0.7;
		cursor: pointer;
	}
	.slide-arrow.prev-arrow{
		position: absolute;
		top: calc(50% - 30px);
		left: -35px;
		z-index: 5;
		width: 28px;
		background: #fff;
		border-radius: 20px;
	}
	.slide-arrow.next-arrow{
		position: absolute;
		top: calc(50% - 30px);
		right: -35px;
		z-index: 5;
		width: 28px;
		background: #fff;
		border-radius: 20px;
	}

	.selforder_info-slider .slick-list{
		margin-bottom: 20px;
	}
	.selforder_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;
	}
	.selforder_info-lead p + p{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#service #wrap .selforder_info-lead .btn{
		float: none;
		display: block;
	}
	.selforder_info-case ul{
		display: flex;
		justify-content: space-between;
	}
	.selforder_info-case ul li a{
		width: 280px;
		height: 210px;
		display: block;
	}
	.selforder_info-case ul li a span{
		background: #fff;
		padding: 16px 0;
	}
	.selforder_info-case ul li a{
		box-shadow: 0px 3px 15px -5px #DBDBDB;
		border-radius: 15px;
	}

	
	/** IGREKセルフオーダーだからできること、メリット **/
	.selforder_do-merit-wrap{
		width: 880px;
		margin: 0 auto;
	}
	.selforder_do {
		margin-bottom: 40px;
	}
	.selforder_do ul{
		display: flex;
		justify-content: space-between;
	}
	.selforder_do ul li {
		width: 280px;
	}
	#contents .selforder_do ul li p{
		margin-bottom: 20px;
		line-height: 0;
	}
	.selforder_do ul li dl dt{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
		line-height: 1.6;
		text-align: center;
	}
	.selforder_do ul li dl dt span{
		color: #EA0029;
	}
	.selforder_do ul li dl dd{
		line-height: 1.6;
	}
	.shop_merit{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}
	.customer_merit{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
	}
	.shop_merit div,
	.customer_merit div{
		width: 500px;
	}
	.shop_merit h3,
	.customer_merit h3{
		font-size: 16px;
		font-weight: bold;
		background: #EFEFEF;
		border-radius: 8px;
		padding: 17px 17px 15px 17px;
		margin-bottom: 20px;
	}
	.shop_merit li,
	.customer_merit li{
		margin-bottom: 20px;
		position: relative;
		padding-left: 1.6em;
	}
	.shop_merit li:before,
	.customer_merit li:before{
		position: absolute;
		content: "";
		top: -1px;
		left: 0;
		background: url("../../service/img/star.svg");
		width: 14px;
		height: 14px;
		background-size: cover;
	}
	.selforder_costcheck{
		background: #F8F8F8;
		border-radius: 11px;
		padding: 10px;
		margin-top: 30px;
	}
	.shop_costcheck{
		background: #FFF;
		border-radius: 12px;
		padding: 36px 20px 28px 37px;
		position: relative; 
		box-shadow: 0px 0px 10px -5px #777777;
	}
	.shop_costcheck h3{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.shop_costcheck h3 span{
		color: #EA0029;
	}
	.shop_costcheck:after{
		position: absolute;
		content: "";
		right: 0;
		bottom: 0;
		background: url("../../service/img/selforder-costcheck-men.svg");
		width: 173px;
		height: 155px;
		background-size: cover; 
	}
	.shop_costcheck ul li{
		font-size: 14px;
		line-height: 2.0;
	}
	.shop_costcheck a{
		position: absolute;
		right: 22px;
		bottom: 10px;
		font-size: 14px;
		font-weight: bold;
		padding: 12px 30px;
		z-index: 2;
		background: #fff;
	}
	.shop_costcheck a span{
		text-decoration: underline;
	}
	.shop_costcheck a:after{
		position: absolute;
		content: "";
		right: 7px;
		bottom: 9px;
		background: url("../../service/img/selforder-costcheck-arrow.svg");
		width: 18px;
		height: 18px;
		background-size: cover; 
	}
	.shop_costcheck a:hover span{
		text-decoration: none;
	}

	/** IGREKセルフオーダーデモアプリのご案内 **/
	.selforder_demo_entrylead{
		margin-left: 50px;
		margin-bottom: 30px;
	}
	.selforder_demo-approach{
		width: 880px;
		margin: 0 auto;
	}
	.selforder_demo-approach ul{
		display: flex;
		justify-content: space-between;
	}
	.selforder_demo-approach ul li{
		width: 430px;
	}
	.selforder_demo-approach ul li dl dt{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.selforder_demo-approach ul li dl dd{
		line-height: 1.6;
	}
	.selforder_demo-approach ul li dl{
		margin-bottom: 30px;
	}
	#contents .selforder_demo-approach p {
		line-height: 1;
		width: 90px;
		margin: 0 auto;
	}
	#service #wrap .selforder_demo-approach a{
		display: block;
		width: 320px;
		margin:  45px auto 0;
	}

	/** サービスの詳しいご紹介の対応 **/
	#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 80px;
	}
	.document-dl-bnr a img{
		vertical-align: top;
	}



}






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

　750px以下の対応

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

@media screen and (max-width:750px) {
	#header{
		padding-bottom: 5%;
	}
	#service #wrap{
		width: 100%;
		letter-spacing: 0.06em;
	}
	#service #wrap #contents{
		width: 90%;
		margin: 0 auto 10%;
	}
	#service #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 デザイン */
	#service #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;
	}
	#service #wrap .btn:after{
		position: absolute;
		content: "";
		top: 28px;
		right: 33px;
		background: #EA0029;
		width: 6px;
		height: 6px;
		border-radius: 4px;
		transition: all .5s;
	}


	/* 共通ボタン - 2 デザイン */
	#service #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: 50px;
	}
	.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;
	}



	/** IGREKセルフオーダーとは **/
	.selforder_info-slider-wrap{
		margin-bottom: 8%;
	}
	.selforder_info-slider-wrap .selforder_info-slider{
		width: 100%;
		margin-bottom: 5%;
	}
	#contents .selforder_info-slider-wrap p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.selforder_info-slider-wrap p span{
		font-weight: bold;
		color: #EA0029;
	}
	.selforder_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;
	}
	.selforder_info-slider .slick-list{
		margin-bottom: 20px;
	}
	.selforder_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;
	}
	.selforder_info-lead p + p{
		margin-top: 4%;
    	margin-bottom: 8%;
	}
	#service #wrap .selforder_info-lead .btn{
		float: none;
		display: block;
		margin-bottom: 10%;
	}
	.selforder_info-case ul{
		display: flex;
		overflow: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		overflow-x: scroll;
		width: 100%;
		padding: 0 0 4% 0;
	}
	.selforder_info-case ul li{
		width: 274px;
		flex-shrink: 0;
	}
	.selforder_info-case ul li + li{
		margin-left: 5%;
	}
	.selforder_info-case ul li a span{
		background: #fff;
		padding: 16px 0;
	}
	.selforder_info-case ul li a{
		box-shadow: 0px 3px 15px -5px #DBDBDB;
		border-radius: 15px;
	}

	
	/** IGREKセルフオーダーだからできること、メリット **/
	.selforder_do {
		margin-bottom: 40px;
	}
	.selforder_do ul li {
		margin-bottom: 8%;
	}
	#contents .selforder_do ul li p{
		margin-bottom: 5%;
		line-height: 0;
	}
	.selforder_do ul li dl dt{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 3%;
		line-height: 1.6;
		text-align: center;
	}
	.selforder_do ul li dl dt span{
		color: #EA0029;
	}
	.selforder_do ul li dl dd{
		line-height: 1.6;
		font-size: 14px;
	}
	.shop_merit{
		display: flex;
		margin-bottom: 20px;
		flex-direction: column-reverse;
		position: relative;
	}
	.customer_merit{
		display: flex;
		flex-direction: column-reverse;
		position: relative;
	}
	.shop_merit h3,
	.customer_merit h3{
		font-size: 16px;
		font-weight: bold;
		background: #EFEFEF;
		border-radius: 8px;
		padding: 3% 5%;
		margin-bottom: 5%;
	}
	.shop_merit li,
	.customer_merit li{
		margin-bottom: 3%;
		position: relative;
		padding-left: 1.6em;
		font-size: 14px;
		line-height: 1.6;
	}
	.shop_merit li:before,
	.customer_merit li:before{
		position: absolute;
		content: "";
		top: 4px;
		left: 0;
		background: url("../../service/img/star.svg");
		width: 14px;
		height: 14px;
		background-size: cover;
	}
	.shop_merit p{
		position: absolute;
		bottom: 0%;
		left: 0;
		z-index: -1;
		width: 70%;
		opacity: 0.3;
	}
	.customer_merit p{
		position: absolute;
		bottom: 0%;
		right: 0;
		z-index: -1;
		width: 70%;
		opacity: 0.3;
	}

	.selforder_costcheck{
		background: #F8F8F8;
		border-radius: 11px;
		padding: 3%;
		margin-top: 7%;
	}
	.shop_costcheck{
		width: 94%;
		background: #FFF;
		border-radius: 11px;
		padding: 6% 3% 4%;
		position: relative; 
		box-shadow: 0px 0px 10px -5px #777777;
	}
	.shop_costcheck h3{
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 5%;
		position: relative;
		padding-right: 20%;
		z-index: 3;
	}
	.shop_costcheck h3 span{
		color: #EA0029;
		position: relative;
		z-index: 3;
		background: #fff;
	}
	.shop_costcheck h3:after{
		position: absolute;
		content: "";
		right: -1%;
		bottom: -4%;
		background: url("../../service/img/sp/selforder-costcheck-men.svg");
		width: 100px;
		height: 92px;
		background-size: cover; 
		z-index: 1;
	}
	.shop_costcheck ul {
		margin-bottom: 4%;
	}
	.shop_costcheck ul li{
		font-size: 14px;
		line-height: 1.6;
		text-indent: -1em;
		padding-left:1em;
	}
	.shop_costcheck ul li + li{
		margin-top: 2%;
	}
	.shop_costcheck a{
		width: 100%;
		font-size: 14px;
		font-weight: bold;
		padding: 5% 0;
		background: #fff;
		position: relative;
		text-align: center;
		background: #F8F8F8;
		border-radius: 5px;
	}
	.shop_costcheck a span{
		text-decoration: underline;
	}
	.shop_costcheck a:after{
		position: absolute;
		content: "";
		right: 3%;
		bottom: 33%;
		background: url("../../service/img/selforder-costcheck-arrow.svg");
		width: 18px;
		height: 18px;
		background-size: cover; 
	}
	.shop_costcheck a:hover span{
		text-decoration: none;
	}


	/** デモアプリのご案内 **/
	#contents .selforder_demo_entrylead {
		margin-bottom: 5%;
		line-height: 1.6;
	}
	.selforder_demo-approach ul li:first-child{
		margin-bottom: 5%;
	}
	.selforder_demo-approach ul li dl dt{
		font-size: 16px;
		font-weight: bold;
	}
	.selforder_demo-approach ul li dl dd{
		line-height: 1.6;
		font-size: 14px;
	}
	.selforder_demo-approach ul li dl{
		margin-bottom: 5%;
	}
	#contents .selforder_demo-approach p {
		line-height: 1;
		width: 90px;
		margin: 0 auto;
	}


	/** サービスの詳しいご紹介の対応 **/
	#service_link.sections{
		margin-bottom: 20px;
	}
	#service_link p{
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 50px;
		padding-left: 50px;
	}
	#service_link .link-wrap ul li img{
		width: 100%;
	}
	#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;
	}
	#service #wrap .service_link-last .btn02{
		margin-bottom: 0;
	}


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

}