@charset "UTF-8";

/* receipt
-------------------------------------------------- */
#receipt{
	font-size:15px;
	color:#333;
	margin: 0;
}

#receipt h2{
	max-width: 700px;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 30px auto;
	padding: 20px 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: solid 2px #b8860b;
	background: none;
}
#receipt h2:before{
	content: none;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
  	#receipt h2{
  		font-size: 26px;
  	}
}


/* メイン画像
-------------------------------------------------------*/
.main-content{
	height: 500px;
 	background-image: url(../../images/receipt/re_main-content-bg.jpg);
 	background-color: #eef2fb;
 	background-position: 50% 50%;
 	background-repeat: no-repeat;
 }
.receipt_csv .main-content{
	background-image: url(../../images/receipt/re_csv_main-content-lottery-bg.jpg);
	background-color: #f4f4f3;
}
.main-content-inner{
 	max-width: 980px;
 	position: relative;
 	margin: 0 auto;
 	text-align: center;
 	top: 50%;
 	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
 }
.main-content-inner .main-item{
	max-width: 480px;
	left: 0;
}
.main-content-inner h1{
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 10px 0;
 }
.main-content-inner .toppa{
	font-size: 20px;
	font-weight: bold;
	color: #f00000;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0 0 0 50px;
	display: inline-block;
}
.main-content-inner .toppa span{
	font-size: 26px;
}
.main-content-inner .bg-lt-line{
	background-image: url(../../images/receipt/re_lt_line_red.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.main-content-inner .bg-rt-line{
	background-image: url(../../images/receipt/re_rt_line_red.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 50px 0 0;
	margin: 0;
}
.main-content-copy {
 	font-size:16px;
 }

/* ネクストエンジン版ロゴ */
.main-content .ver_logo_ne{
	max-width: 160px;
	margin: 0 auto 10px auto;
}

/* futureshop ロゴ */
.main-content .ver_logo_fs{
	max-width: 200px;
	margin: 0 auto 15px auto;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
  	.receipt_csv .main-content{
		background-image: url(../../images/receipt/re_csv_main-content-lottery-bg2.jpg);
	}
	.main-content-inner{
		width: 95%;
		margin: 0 auto;
	}
	.main-content-inner .main-item{
		max-width: initial;
		width: 100%;
		left: auto;
	}
}


/* お知らせ
-------------------------------------------------------*/
.info-content{
	margin: 60px 0 0 0;
}
.info-content-inner{
	max-width: 850px;
	margin: 40px auto;
	padding: 20px;
	border: solid 1px #ddd;
}
#receipt .info-content-inner h2{
	max-width: 100%;
	font-size: 18px;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0 5px 8px 5px;
	border-bottom: dotted 1px #ccc;
}
.info-content-inner ul{
	margin: 0 5px;
	padding: 0;
}
.info-content-inner ul li:before{
	content:"・";
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
	.info-content-inner{
		max-width: initial;
		width: 95%;
		margin: 20px auto 0;
	}
}


/* 概要
-------------------------------------------------------*/
.summary-content{
	margin: 80px 0 0 0;
}
.summary-content-inner{
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}
.summary-content p{
	margin: 10px 0 10px 20px;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
	.summary-content{
		margin-top: 40px;
	}
	.summary-content-inner{
		width: 95%;
		display: block;
		text-align:center;
	}
	.summary-content-inner p{
		text-align: left;
		margin-left: 0;
	}
}


/* インボイス制度
-------------------------------------------------------*/
.invoice-content{
	margin: 80px 0 0 0;
}
.invoice-content-inner{
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}
#receipt .invoice-content-inner h2{
	max-width: 100%;
	color: #b8860b !important;
	border: solid 2px #b8860b;
	font-size: 26px;
	line-height: 1.4;
	padding: 20px;
}
#receipt .invoice-content-inner h3{
	color: #333;
	margin-bottom: 15px;
	font-size: 22px;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	padding: 10px 15px;
	text-align: center;
}
.invoice-content-inner .denchichobo_ttl{
	font-size: 26px;
	color: #3171ca;
	font-weight: bold;
	text-align: center;
}
.invoice-content-inner .font-x-small {
    font-size: 12px;
}
.invoice-content-inner .font-small{
	font-size: 14px;
}
.invoice-content-inner .font-x-large{
	font-size: 18px;
	margin-bottom: 20px;
}
.invoice-content-inner .font-large{
	font-size: 20px;
	margin-bottom: 20px;
}
.invoice-content-inner .text-center{
	text-align: center;
}
.app-support{
	position: relative;
	border: solid 1px #ccc;
	padding: 30px 30px 25px 30px;
}
.app-support ul{
	margin-left: 0;
	margin-right: 0;
}
.app-support ul li{
	padding-left:1em;
	text-indent:-1em;
}
.app-support ul li:before{
	content: "・";
}
.app-support p{
	margin: 0;
	padding: 0;
}
.app-support .ttl{
	position: absolute;
	background: #999;
	color: #fff;
	top: -20px;
	left: 10px;
	padding: 6px 10px;
	border-radius: 2px;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
	.invoice-content{
		margin-top: 40px;
	}
	.invoice-content-inner{
		width: 95%;
		display: block;
		text-align:left;
	}
	#receipt .invoice-content-inner h2{
		font-size: 22px;
		padding: 15px;
	}
	#receipt .invoice-content-inner h3{
		font-size: 18px;
	}
	.invoice-content-inner .denchichobo_ttl{
		font-size: 22px;
	}
	.invoice-content-inner .font-large{
		font-size: 18px;
	}
	.invoice-content-inner .font-x-large{
		font-size: 16px;
	}
}


/* 流れ
-------------------------------------------------------*/
.flow-content{
	background: #f4f4f4;
	margin: 80px 0 0 0;
	padding:10px 0 50px;
}
.flow-content-inner{
	max-width: 1200px;
	margin: 50px auto 20px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flow-item{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.flow-item{
	width: 21%;
	position: relative;
	display: inline-block;
	margin: 0 2%;
	padding: 40px 20px 30px;
	background: #fff;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(221,221,221,1);
	-moz-box-shadow: 4px 4px 5px 0px rgba(221,221,221,1);
	box-shadow: 4px 4px 5px 0px rgba(221,221,221,1);
}
.flow-item:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 106%;
 	margin-top: -20px;
	border: 20px solid transparent;
	border-left: 20px solid #b8860b;
}
.flow-item:last-child:before{
	border: none;
}
.flow-item .step-no{
	position: absolute;
	display: inline-block;
	left: 10px;
	top: -10px;
	width: 70px;
	height: 70px;
	background: #b8860b;
	color: #fff;
	border-radius: 50%;		/* CSS3草案 */
	-webkit-border-radius: 50%;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50%;	/* Firefox用 */
}
.flow-item .step-no p{
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width :70px;
	text-align: center;
	line-height: 1;
}
.flow-item .step-no p span{
	display: block;
	font-size: 26px;
}
.flow-item .arrow {
     position: relative;
     padding-left: 10px;
}
.flow-item .arrow::before {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 5px transparent;
     border-left: solid 6px #cc9966;
     top: 50%;
     left: 0;
     margin-top: -5px;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
	.flow-content{
		padding-bottom: 20px;
	}
	.flow-content-inner{
		display: block;
	}
	.flow-item{
		display: block;
		width: 95%;
		margin: 0 auto 50px auto;
		padding-top: 0;
	}
	.flow-item img{
		display: block;
		margin: 0 auto;
	}
	.flow-item:before{
		top: 107%;
		left: 50%;
		margin-left: -30px;
		border: 30px solid transparent;
		border-top: 20px solid #b8860b;
	}
}


/* おすすめポイント
-------------------------------------------------------*/
.point-content{
	margin: 80px 0 0 0;
}
.point-content-inner{
	font-size: 0;
	display: block;
}
.point-content-inner h3{
	font-size: 24px;
	font-weight: bold;
	color: #65ba3b !important;
	line-height: 1.3;
	margin: 0 0 10px 0;
	padding: 0;
}
.point-item-img{
	width: 500px;
	max-width: 500px;
}
.point-item-txt{
	width: calc(100% - 560px);
	min-width: 300px;
}
.point-item-txt p:after {
	content: "";
	display: block;
	clear: both;
}
.point-item-txt p:before {
	content: "";
	display: block;
	clear: both;
}
.point-item-txt p{
	display: block;
}

.point5 .point-item-img{
	max-width: 350px;
}
.point5 .point-item-txt{
	width: calc(100% - 350px);
	min-width: 300px;
}
.point5 .point-item-txt img{
	width: 60px;
	float: left;
	margin-right: 10px;
}
.point5 .tb03{
	font-size: 14px;
}
.point5 .tb03 th{
	text-align: center;
	padding: 3px 10px;
}
.point5 .tb03 td{
	vertical-align: middle;
	padding: 3px 10px;
}
.point8 .point-item-img,
.event .point6 .point-item-img{
	display: flex;
	align-items: center;
}
.point8-2,
.event .point6-2{
	flex-direction: row !important;
}
.point8-2 .point-item-img,
.event .point6-2 .point-item-img{
	margin-left: 0 !important;
	margin-right: 50px;
}
.point8-2-row-reverse{
	flex-direction: row-reverse;
}
.point8-2-row-reverse .point-item-img{
	margin-left: 60px;
	margin-right: 0 !important;
}
.point9 .point-item-img{
	max-width: 320px;
	margin-left: 30px !important;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 50px;
}
.point9 .point-item-txt{
	width: calc(100% - 320px);
	min-width: 200px;
}

.point-item-txt p{
	font-size: 16px;
}
.point-content-inner:nth-child(even){
	position: relative;
/*	display: inline-block;*/
 	margin: 0;
	padding: 15px 10px;
	min-width: 120px;
 	max-width: 100%;
 	width: 100%;
 	color: #555;
	font-size: 16px;
	background: #fffae8;
}
.point-content-inner:nth-child(even):before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
 	margin-left: -60px;
	border: 60px solid transparent;
	border-top: 30px solid #fff;
}
.point-content-inner:nth-child(even) .point-item-img{
	margin-right: 60px;
}
.point-content-inner:nth-child(odd){
	position: relative;
/*	display: inline-block;*/
 	margin: 0;
	padding: 15px 10px;
	min-width: 120px;
 	max-width: 100%;
 	width: 100%;
 	color: #555;
	font-size: 16px;
}
.point-content-inner:nth-child(odd):before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
 	margin-left: -60px;
	border: 60px solid transparent;
	border-top: 30px solid #fffae8;
}
.point-content-inner:nth-child(odd) .point-item-img{
	margin-left: 50px;
}

.point-item{
	max-width: 980px;
	margin: 50px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.point-content-inner:nth-child(odd) .point-item{
	flex-direction: row-reverse;
}
.point-item .point-no{
	position: relative;
	display: inline-block;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	background: #65ba3b;
	color: #fff;
	border-radius: 50%;		/* CSS3草案 */
	-webkit-border-radius: 50%;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50%;	/* Firefox用 */
	margin: 0 0 20px 0;
}
.point-item .point-no p{
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width :90px;
	text-align: center;
	line-height:1;
}
.point-item .point-no p span{
	display: block;
	font-size: 36px;
}

.receipt_csv .point10 .point-item-img{
	max-width: 600px;
}

.receipt_csv .point12{
	margin-bottom: 20px;
}
.receipt_csv .point12 .point-item-txt {
	width: calc(100% - 660px);
}
.receipt_csv .point12 .point-item-img{
	width: 600px;
	max-width: 100%;
	background: #ddd;
	padding: 15px 15px 0 15px;
}

.lottery-preview-content{
	width: 980px;
	max-width: 100%;
	margin: 0 auto 30px auto;
}
.lottery-preveiw-content-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.lottery-preview-item{
	width: 53%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.lottery-img{
	width: 32%;
	max-width: 100%;
}
.lottery-preview-txt{
	width: 45%;
}

/* iframe 設定 */
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
	.point-content{
		margin-top: 20px;
	}
	.point-item{
		display: block;
	}
	.point-item-img{
		width: 95%;
		max-width: 95%;
	}
	.point-content-inner:nth-child(even) .point-item-img{
		margin: 0 auto;
	}
	.point-content-inner:nth-child(odd) .point-item-img{
		margin: 0 auto;
	}
	.point-item-txt{
		width: 95%;
		margin: 0 auto;
	}
	.point5 .point-item-txt{
		width: 95%;
		margin: 0 auto;
	}
	.point8-2 .point-item-img,
	.event .point6-2 .point-item-img{
		margin-bottom: 10px !important;
	}
	.point9 .point-item-img{
		width: 95%;
		max-width: 100%;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 10px;
	}
	.point9 .point-item-txt{
		width: 95%;
		margin: 0 auto;
	}
	.point-item .point-no{
		top: 15px;
		float: left;
		margin: 0 10px 10px 0;
	}
	.point-content-inner h3{
		font-size: 22px;
		padding-top:15px;
		clear: none;
	}
	.point-content-inner h3:after{
		content: "";
		display: block;
		clear: both;
	}

	.receipt_csv .point12 {
		margin: 50px auto 10px auto;
	}
	.receipt_csv .point12 .point-item-txt{
		width: 95%;
		margin: 0 auto;
	}

	.lottery-preveiw-content-inner{
		display: block;
	}
	.lottery-preview-item{
		width: 95%;
		margin: 10px auto;
	}
	.lottery-preview-txt{
		width: 95%;
		margin: 0 auto;
	}
}


/* もっと知りたい
-------------------------------------------------------*/
.choice-content{
	margin: 80px 0 0 0;
}
.choice-content img{
	max-width: 165px;
}
.choice-content-inner{
	max-width: 900px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 50px auto 0 auto;
}
.choice-item{
	width: 30%;
	margin: 0 5%;
	text-align: center;
}
.choice-item h3{
	text-align: center;
	color: #b8860b !important;
	font-size: 22px;
	font-weight: bold;
	margin: 8px 0;
}
.choice-item p{
	text-align: left;
	max-width: 220px;
	min-height: 110px;
	margin: 0 auto;
}
.choice-event .choice-item p{
	min-height: 130px;
}
.choice-content .legal_basis{
	max-width: 800px;
	font-size: 16px;
	margin: 20px auto 0 auto;
	text-align: right;
}

/* yahoo */
.yahoo .choice-content-inner{
	display: block;
}
.yahoo .choice-item{
	width: 19%;
	margin: 0 3%;
	text-align: center;
}

/* 1200pxまでの設定 */
@media screen and (max-width: 1200px) {
	#content .choice-item img{
		max-width: 165px;
	}
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
	.choice-content-inner{
		flex-wrap: wrap;
	}
	.choice-item{
		width: 40%;
		margin: 0 5% 5%;
	}
	.choice-content .legal_basis{
		width: 95%;
		margin: 0 auto;
	}
}


/* 税計算順序
-------------------------------------------------------*/
.zei-content{
	max-width: 980px;
	margin: 80px auto 0 auto;
}



/* ご利用店舗様から頂いたいいところ
-------------------------------------------------------*/
.gpoint-content{
	max-width: 980px;
	margin: 80px auto 0 auto;
}
.gpoint-content-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.gpoint-item{
	width: 30%;
	border: solid 1px #ddd;
	box-shadow: 1px  1px 4px #eee;
}
.gpoint-item-img{
	max-width: 100%;
	text-align: center;
}
.gpoint-item-txt{
	padding: 20px 15px;
}
.gpoint-item-txt p{
	margin: 0;
}
.gpoint-item-txt h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 5px 0;
	padding: 0;
	color: #333 !important;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
	.gpoint-content{
		width: 95%;
		margin: 0 auto;
	}
	.gpoint-content-inner{
		display: block;
	}
	.gpoint-item{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.gpoint-item:last-child{
		margin: 0;
	}
	.gpoint-item-img img{
		width: 100%;
	}
}


/* レビュー
-------------------------------------------------- */
.review-content{
	margin: 80px 0;
}
.review-content-inner{
	max-width: 980px;
	margin: 10px auto;
	padding: 40px;
	text-align: center;
	border: solid 1px #ddd;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 2px  2px 4px #eee;
}
.review-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.review-item-img{
	max-width: 200px;
	margin-right: 30px;
}
.review-item-img img{
	max-width: 100%;
	border: solid 3px #eee;
	margin: 0 0 3px 0;
}
.review-item-img .bnr p{
	margin: 0 0 10px 0;
}
.review-item-img .bnr img{
	border: 0;
}
.review-item-txt{
	width: calc(100% - 230px);
	min-width: 300px;
	text-align: left;
}
.review-item-title{
	font-weight:bold;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.review-content-inner{
		padding: 20px;
		width: 95%;
	}
	.review-item{
		display: block;
	}
	.review-item-img{
		max-width: 100%;
		margin-right: 0;
	}
	.review-item-img .bnr{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		width: 400px;
		margin: 0 auto 20px auto;
	}
	.review-item-img .bnr p{
		width: 48%;
	}
	.review-item-txt{
		width: 100%;
	}
}



/* 対応状況
-------------------------------------------------------*/
.mall-content{
	margin: 80px 0 0 0;
}
.mall-content-inner{
	max-width: 980px;
	margin: 0 auto 40px;
	text-align: center;
}
.mail-content-img img{
	max-width: 200px;
}
.mail-content-img ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	max-width: 900px;
	margin: 0 auto;
}
.mail-content-img ul li{
	width: 200px;
	margin: 0;
}
.mail-content-img ul li img{
	max-width: 100%;
}
.mail-content-img ul li span{
	display: block;
	text-align: center;
	font-size: 12px;
}
.mall-content .taiou{
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 50px auto 0 auto;
}
.mall-content .taiou .ne,
.mall-content .taiou .cm{
	width: 48%;
}

/* 1200pxまでの設定 */
@media screen and (max-width: 1200px) {
	#content .mail-content-img img{
		max-width: 200px;
	}
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
	.mall-content-inner{
		width: 95%;
		margin: 0 auto 20px;
	}
	.mail-content-img ul li{
		width: 48%;
	}
	.mall-content .taiou{
		display: block;
		width: 100%;
		margin-top: 30px;
	}
	.mall-content .taiou .ne,
	.mall-content .taiou .cm{
		width: 100%;
	}
}


/* 比較
-------------------------------------------------------*/
.hikaku-content{
	margin: 80px 0 0 0;
}
.hikaku-content-inner{
	max-width: 980px;
	margin: 0 auto 60px;
}
.hikaku-content-inner table caption{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
}
.hikaku-content-inner table th,
.hikaku-content-inner table td{
	text-align: center;
	white-space: normal !important;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
	.hikaku-content-inner{
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.hikaku-content-inner table caption{
		text-align: left;
	}
}


/* 導入実績
-------------------------------------------------------*/
.results-content{
	margin: 80px 0 80px 0;
}
.results-content-inner{
	max-width: 980px;
	margin: 0 auto 40px;
	text-align: center;
}
.results-content-inner ul,
.results-bg-content-inner ul{
	display: flex;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: space-between;
}
.results-content-inner ul li,
.results-bg-content-inner ul li{
	width: 15%;
}
.results-bg-content-inner ul li.pieces-2{
    width: 32%;
}
.results-content-inner ul li p{
	border: solid 1px #ddd;
	text-align: center;
	padding: 5px;
	box-shadow: 1px  1px 4px #eee;
	background-color: #fff;
}
.results-content-img img,
.results-bg-content-img img{
	max-width: 100%;
}
/* 背景画像あり */
.results-bg-content{
	background: url(../../images/receipt/re_results_bg.jpg) center center;
	background-size: cover;
	margin: 60px 0 80px 0;
	padding: 80px 0 60px 0;
	position: relative;
}
#receipt .results-bg-content h2{
	margin: 20px auto 30px auto;
	padding: 0;
	border: 0;
}
.cost-hard{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 80px 0 30px 0;
}
.cost-reduction{
	position: absolute;
	width: 880px;
	max-width: 100%;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	border: solid 1px #ddd;
	box-shadow: 1px 1px 4px #ddd;
	background-color: #fff;
	padding: 20px;
	text-align: center;
	font-size: 20px;
/*	font-weight: bold;*/
	line-height: 1.5;
}
.results-bg-content-inner{
	background:rgba(255,255,255,0.6);
	margin: 0 auto;
	padding: 20px 0;
}
.results-bg-content-inner ul li p{
	border: solid 1px #ddd;
	text-align: center;
	padding: 5px;
	box-shadow: 1px  1px 4px #ddd;
	background-color: #fff;
}
.results-bg-content-img{
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
	.results-content,
	.results-bg-content{
		margin: 50px 0;
	}
	.cost-hard{
		font-size: 24px;
	}
	.cost-reduction{
		max-width: 95%;
		margin: auto;
	}
	.results-content-inner{
		width: 95%;
		margin: 0 auto;
	}
	.results-bg-content-inner{
		width: 100%;
		margin: 0 auto;
	}
	.results-content-inner ul li,
	.results-bg-content-inner ul li{
		width: 24%;
	}
	.results-bg-content-inner ul li.pieces-2{
		width: 49%;
	}
}


/* 中小機構
-------------------------------------------------------*/
.pr-content{
	margin: 80px 0 80px 0;
}
.pr-content-inner{
	max-width: 980px;
	margin: 0 auto 40px;
	text-align: center;
}
.pr-content-inner{
	max-width: 380px;
	margin: 0 auto 40px;
	text-align: center;
}
.pr-content-inner ul{
	display: flex;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: space-between;
}
.pr-content-inner ul li{
	width: 47%;
}
.pr-content-inner ul li p{
	border: solid 1px #ddd;
	text-align: center;
	padding: 5px;
	box-shadow: 1px  1px 4px #eee;
}
.pr-content-img img{
	max-width: 100%;
}


/* リピート誘導クーポン
-------------------------------------------------------*/
.option-content{
	background: #f4f4f4;
	padding: 10px 0 50px 0;
}
.option-content h3{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	color: #b8860b !important;
	margin: 0 0 20px 0;
	padding: 0;
}
.option-content-inner{
	max-width: 980px;
	margin: 0 auto 30px;
	padding: 50px;
	background: #fff;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(221,221,221,1);
	-moz-box-shadow: 4px 4px 5px 0px rgba(221,221,221,1);
	box-shadow: 4px 4px 5px 0px rgba(221,221,221,1);
}
.option-item{
	max-width: 980px;
}
.option-item-img{
	width: 450px;
	max-width: 450px;
	margin-right: 50px;
}
.option-item-txt{
	width: calc(100% - 500px);
	min-width: 250px;
}


/* オプション（自社版）
-------------------------------------------------------*/
.option-mail{
	margin: 10px 0 5px 0;
	padding: 10px 15px;
	border: solid 1px #ddd;
	font-size: 13px;
}

.option-csv{
	text-align: left;
	width: 95%;
	margin: 20px auto;
}
.option-csv table{
	width: 100%;
	margin: 0 auto;
	border-collapse:collapse;
	border:1px solid #d6d6d6;
	display:table;
}
.post-content .option-csv table tbody th{
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.option-csv table th,
.option-csv table td{
	padding:6px 9px;
	border:1px solid #d6d6d6;
}
.option-csv .btn_close{
	text-align: center;
}
.option-csv .text-center{
	text-align: center;
}
.option-csv .btn_close a{
	position: relative;
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 0.5em 0.6em;
 	text-decoration: none;
	color: #FFF !important;
	background: #187ff5;/*色*/
	border: solid 1px #1076ec;/*線色*/
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
	.option-content-inner{
		width: 95%;
		display: block;
		padding: 30px;
	}
	.option-content h3{
		padding: 0;
		font-size: 22px;
	}
	.option-item{
		display: block;
	}
	.option-item-img{
		width: 95%;
		max-width: 95%;
		margin: 0 auto 20px auto;
	}
	.option-item-txt{
		width: 100%;
	}
}


/* CSVコンバート機能（自社版）
-------------------------------------------------------*/
.convert-content-inner{
	max-width: 980px;
	margin: 0 auto 30px;
	padding: 50px;
	background: #fff;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(221,221,221,1);
	-moz-box-shadow: 4px 4px 5px 0px rgba(221,221,221,1);
	box-shadow: 4px 4px 5px 0px rgba(221,221,221,1);
}
.convert-item{
	max-width: 980px;
}
.convert-item-img{
	text-align: center;
	margin: 0 0 50px 0;
}
.convert-item-img p{
	margin: 20px 0 0 0;
}
.convert-item-txt{
	font-weight: bold;
	text-align: center;
}
.convert-item-txt .campaign{
	display: inline-block;
	background: #d3141a;
	color:#fff;
	margin: 0;
	padding: 8px 20px;
	font-size: 26px;
}
.convert-item-txt .price-free{
	color: #d3141a;
	font-size: 62px;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
.convert-asp{
	position: relative;
	border: solid 1px #ddd;
	margin: 0 0 10px 0;
}
.convert-asp h3{
	display: block;
	position: absolute;
	top: -20px;
	left: 20px;
	padding: 8px 20px;
	color: #fff !important;
	background: #b8860b;
	font-size: 16px;
	z-index: 9999;
}
.asp-cart-logo{
	padding: 20px 20px 15px;
}
.asp-cart-logo ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.asp-cart-logo ul li{
	width: 14.6%;
	max-width: 100%;
	margin: 1%;
}
.asp-cart-logo .finish{
	background: #fffae8;
	padding: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.asp-cart-logo ul{
	padding: 0;
	margin: 0;
}
.asp-cart-logo .finish ul li{
	width: 18%;
	max-width: 100%;
	margin: 1%;
	padding: 5px;
	background: #fff;
	border: solid 1px #ddd;
	box-shadow: 2px  2px 4px #e8e4d8;
}
.asp-cart-logo .finish .finish-title{
	font-weight:bold;
	color: #b8860b;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.asp-cart-logo .finish .finish-title:before,
.asp-cart-logo .finish .finish-title:after{
	border-top: 1px solid;
	content: "";
	flex-grow: 0.1;
}
.asp-cart-logo .finish .finish-title:before {
margin-right: 1rem;
}
.asp-cart-logo .finish .finish-title:after {
margin-left: 1rem;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {	
	.convert-content-inner{
		width: 95%;
		padding: 30px;
	}
	.convert-item-txt .campaign{
		font-size: 24px;
	}
	.convert-item-txt .price-free{
		font-size: 52px;
		margin: 0 0 10px 0;
	}
	.convert-item-txt .price-free .fs100{
		font-size: 80px;
	}
	.asp-cart-logo{
		padding: 20px 10px 10px;
	}
	.asp-cart-logo .finish ul li{
		width: 31%;
	}
	.asp-cart-logo ul li{
		width: 23%;
	}
	.option-content .convert-asp h3{
		font-size: 16px;
		padding:8px 10px;
	}
}


/* 自社サイト自動連携事例
-------------------------------------------------------*/
.option-case{
	max-width: 980px;
}
.option-case h3{
	margin-bottom: 0;
}

/* オプション・カスタマイズ
-------------------------------------------------------*/
.option-content .customize-txt{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.option-content .customize{
	margin-bottom: 50px;
	background: #FFFFDF;
	padding: 20px 30px;
	font-size: 16px;
}
.option-content .customize p{
	margin: 0;
}
.option-content .customize-example{
	font-weight: bold;
	margin-bottom: 10px !important;
}
.option-content .customize-example span{
	border-bottom: solid 1px #333;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
	.option-content .customize-txt{
		margin-left: 10px;
		margin-right: 10px;
		font-size: 18px;
		text-align: left;
	}
}


/* 料金
-------------------------------------------------------*/
.price-content{
	margin: 60px 0 0 0;
}
.price-contet-inner{
	max-width: 980px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 40px auto;
}
.price-contet-inner .fs30{
	font-size: 30px;
	color: #333;
}
.price-content-item{
	width: 46%;
	margin: 0 2%;
	border: solid 2px #b8860b;
}
.price-content-item > p{
	background: #b8860b;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.price-content-item-inner{
	padding: 0 20px 20px;
}

.price-contet-inner .caution{
	margin: 0 auto;
	font-size:14px;
	color: red;
}

/* yahoo */
.yahoo .legal_basis{
	max-width: 1000px;
}
.yahoo .price-contet-inner table{
	border-collapse: collapse;
	border: solid 3px #b8860b !important;
	margin-bottom: 0;
}
.yahoo .price-contet-inner table td,
.yahoo .price-contet-inner table th{
	padding: 8px 10px;
	border-top:solid 1px #b8860b;
	border-right:solid 1px #b8860b;
	vertical-align: middle;
}
.yahoo .price-contet-inner table th{
	background: #b8860b;
	color: #fff;
	font-size: 20px;
	border-top: solid 1px #fff;
	text-align: center;
}
.yahoo .price-contet-inner table td{
	width: 35%;
}
.yahoo .price-contet-inner .shop-number{
	background: #f9f1d4;
	text-align: center;
	font-size: 18px;
}
.yahoo .price-content-item{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ネクストエンジン価格 */
p.ne-price{
	font-size: 50px;
	margin: 0 auto 0 auto;
}
.ne-price span{
	font-size: 100px;
	color: #f00000;
}
.ne-option{
	margin: 30px auto 10px auto;
	width: 880px;
	max-width: 100%;
	padding: 20px 30px 30px 30px;
	border: solid 3px #ddd;
}
.ne-option p{
	margin: 0;
}
.ne-option .ne-option-price{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px 0;
}
.ne-option .setoption-content{
	background: #fffae8;
	padding: 20px;
	margin: 10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.ne-option .email{
	font-size: 30px;
	color: blue;
	text-align: center;
	font-weight: bold;
	margin: 10px auto 20px auto;
}

/* イベント版価格 */
p.event-price{
	margin: 0 auto 0 auto;
	font-size: 42px;
}
.event-price .fs120{
	font-size: 120px;
	color: #f00000;
	line-height: 1;
}
.event-price .fs30{
	font-size: 30px;
	color: #333;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
	.price-contet-inner{
		display: block;
		margin-bottom: 20px;
	}
	.price-contet-inner p{
		line-height: 1.3;
		/*font-size: 20px;*/
	}
	.price-contet-inner .fs30{
		font-size: 18px;
	}
	.price-contet-inner .fs24{
		font-size: 16px;
	}

	.price-content-item{
		width: 95%;
		margin: 10px auto;
	}
	.price-content-item-inner{
		padding: 10px 20px 15px;
	}
	.price-content p{
		margin: 0;
	}

	/* ネクストエンジン価格 */
	.ne-option .ne-option-price{
		font-size: 20px;
	}
	.ne-option .ne-option-price .fs40{
		font-size: 36px;
	}
	.ne-option .ne-option-price .fs12{
		font-size: 12px;
	}
	.price-contet-inner .ne-option p.email{
		font-size: 24px;
	}
	.price-contet-inner .ne-option p{
		font-size: 16px;
	}
	.price-contet-inner .ne-option p span{
		font-size: 16px;
	}
	p.ne-price{
		font-size: 30px;
		text-align: center;
	}
	.ne-price span{
		font-size:60px;
	}

	/* イベント版価格 */
	p.event-price{
		text-align: center;
		font-size: 20px;
	}
	.event-price .fs120{
		font-size: 50px;
	}
	.event-price .fs30{
		font-size: 20px;
	}
}


/* カスタマイズ
------------------------------------------------- */
.customize{
	margin: 60px 0 0 0;

	.text-center{
		text-align: center;
	}
}
.customize-inner{
	max-width: 900px;
	margin: 0 auto 40px auto;

	.fs24{
		font-size: 24px;
	}
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
	.customize{
		width: 95%;
		margin: 0 auto 60px auto;
	}
	.customize-inner{
		display: block;
		margin-bottom: 20px;

		.fs24{
		font-size: 20px;
		}
	}
}


/* 有償サポート
-------------------------------------------------- */
.professional-service{
	margin: 80px 0 0 0;
	text-align: center;
}
#receipt .professional-service h2{
	border-bottom: 0;
	padding: 0;
	margin: 30px auto 10px auto;
	font-size: 24px;
}
.professional-service .red-box{
	max-width: 880px;
	width: 100%;
	border: solid 3px #f00000;
	margin: 0 auto 30px auto;
	padding: 10px;
	text-align: center;
	font-size: 36px;
	color: #f00000;
	font-weight: bold;
}
.professional-service .price{
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.professional-service-inner{
	max-width: 880px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
}
.professional-service-inner p{
	margin: 0;
	padding: 0;
}
.professional-service-inner .shop,
.professional-service-inner .db,
.professional-service-inner .ne{
	width: 30%;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 10px 0;
	padding: 0px 20px 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.professional-service-inner .shop{
	border: solid 3px #65ba3b;
}
.professional-service-inner .db{
	border: solid 3px #b8860b;
}
.professional-service-inner .ne{
	border: solid 3px #0099ff;
}
.professional-service-inner .arrow:before{
	position: absolute;
	content:"";
	width: 0;
	height: 0;
	border-left: 15px solid #ccc;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	top: 50%;
	right: -13%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.professional-service-inner .arrow:nth-child(3):before,
.professional-service-inner .arrow:nth-child(6):before{
	border: none;
}
.professional-service-inner .shop-inner,
.professional-service-inner .db-inner,
.professional-service-inner .ne-inner{
	width: 100%;
	box-sizing: border-box;
}
.professional-service-inner .no{
	position: absolute;
	top: 10px;
	left: 10px;
	height:50px;
	width:50px;
	border-radius:50%;
	line-height:48px;
	text-align:center;
	color: #fff;
	font-size: 30px;
}
.professional-service-inner .shop .no{
	background-color: #65ba3b;
}
.professional-service-inner .db .no{
	background-color: #b8860b;
}
.professional-service-inner .ne .no{
	background-color: #0099ff;
}
.professional-service-inner .bg-shop,
.professional-service-inner .bg-db,
.professional-service-inner .bg-ne{
	color: #fff;
	text-align: center;
	font-size: 13px;
	margin-top: 10px;
}
.professional-service-inner .bg-shop{
	background-color: #65ba3b;
}
.professional-service-inner .bg-db{
	background-color: #b8860b;
}
.professional-service-inner .bg-ne{
	background-color: #0099ff;
}
.professional-service-inner .img{
	text-align: center;
}
.professional-service-inner .no2{
	margin: 0 0  30px 0;
}
.professional-service-inner .no4{
	margin: 0 0  30px 0;
}
.professional-service-inner .no5{
	margin: 0 0  30px 0;
}
.professional-service-inner .no6{
	margin: 30px 0 0 0;
}

/*
 クロスモール用
-------------------------*/
.ps-cm{
	margin-top: 0;
}
.ps-cm .professional-service-inner .shop,
.ps-cm .professional-service-inner .db{
	width: 23%;
}
.ps-cm .professional-service-inner .no1{
	margin: 30px 0  0 0;
}
.ps-cm .professional-service-inner .no2{
	margin: 0 0  60px 0;
}
.ps-cm .professional-service-inner .no3{
	margin: 0 0  30px 0;
}
.ps-cm .professional-service-inner .no4{
	margin: 0 0 10px 0;
}
.professional-service-inner .arrow:before{
	right: -11%;
}
.ps-cm .professional-service-inner .arrow:nth-child(3):before{
	border-left: 15px solid #ccc;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.professional-service-inner .arrow:last-child:before{
	border: none;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
  /* phone */
  	#receipt .professional-service h2{
  		font-size: 20px;
  	}
  	.professional-service .red-box{
  		font-size: 30px;
  	}
  	.professional-service .price{
  		font-size: 22px;
  	}
  	.professional-service .price .fs42{
  		font-size: 36px;
  	}
  	.professional-service .price .fs40{
  		font-size: 30px;
  	}
	.professional-service-inner{
		display: block;
	}
	.professional-service-inner .arrow:before,
	.professional-service-inner .arrow:nth-child(3):before{
		position: absolute;
		content:"";
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #ccc;
		top: auto;
		bottom: -40px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.professional-service-inner .arrow:nth-child(3):before{
		bottom: -25px;
	}
	.professional-service-inner div:last-child{
		margin-bottom: 0;
	}
	.professional-service-inner .shop,
	.professional-service-inner .db,
	.professional-service-inner .ne{
		width: 100%;
		margin: 30px 0;
	}
	.professional-service-inner .no2{
		margin: 0;
	}
	.professional-service-inner .no4{
		margin: 0;
	}
	.professional-service-inner .no5{
		margin: 0;
	}

	/* クロスモール */
	.ps-cm .professional-service-inner .shop,
	.ps-cm .professional-service-inner .db,
	.ps-cm .professional-service-inner .ne{
		width: 100%;
		margin: 30px 0;
	}
	.ps-cm .professional-service-inner .arrow:nth-child(3):before{
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #ccc;
		bottom: -40px;
	}
	.ps-cm .professional-service-inner .no1,
	.ps-cm .professional-service-inner .no2,
	.ps-cm .professional-service-inner .no3,
	.ps-cm .professional-service-inner .no4{
		margin: 0;
	}
}


/* お申込み
-------------------------------------------------------*/
.apply-content{
	margin: 80px 0 0 0;
}
.apply-content-inner{
	text-align: center;
	font-size: 18px;
}
#main .apply-content a.apply{
	display: block;
	max-width: 750px;
	background: #c14242;
	border: solid 2px #c14242;;
	color: #fff;
	margin: 0 auto 20px;
	padding: 30px;
	font-size: 30px;
	text-decoration: none;
}
#main .apply-content a.apply:hover{
	background: #fff;
	border: solid 2px #c14242;;
	color: #c14242;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
	.apply-content-inner{
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.apply-content a.apply{
		line-height: 1.3;
		padding: 20px 10px;
	}
}


/* セキュリティ
-------------------------------------------------------*/
.security-content{
	background: url(../../images/receipt/re_icon_security.png) no-repeat center 30px #f4f4f4;
	background-size: 150px;
	padding: 135px 0 50px;
}
#receipt .security-content h2{
	font-size: 13px;
	border: 0;
	margin: 0 auto 35px auto;
	padding: 0;
	text-align: center;
	color: #ccc !important;
}
.security-content-inner{
	max-width: 980px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}
.security-item{
	width: 46%;
	margin: 0 2%;
}
.security-item p{
	line-height: 1.3;
}
.security-content-inner .privacymark-img,
.security-content-inner .insurance-img{
	width: 75px;
	float:left;
	margin-right: 10px;
}
.security-content-inner .privacymark::after,
.security-content-inner .insurance::after{
  content: "";
  display: block;
  clear: both;
}
.security .tb03{
	font-size: 14px;
}
.security .tb03 th{
	white-space: normal;
	text-align: center;
	padding: 3px 10px;
}
.security .tb03 td{
	vertical-align: middle;
	padding: 3px 10px;
}

.participate-content{
	padding: 50px 0 0 0;
}
.participate-content-inner{
	max-width: 980px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}
.participate-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 2%;
	padding: 20px;
	border: solid 1px #ddd;
}
.participate-item img{
	max-width: 120px;
	margin-right: 20px;
}
.participate-img{
	width: 100px;
	margin: 0 2%;
	flex-shrink: 0;
}

.security,
.insurance,
.privacymark{
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(221,221,221,1);
	-moz-box-shadow: 4px 4px 5px 0px rgba(221,221,221,1);
	box-shadow: 4px 4px 5px 0px rgba(221,221,221,1);
}
.security{
	height: 100%;
}
.insurance{
	margin-bottom:10px;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
	.security-content{
		padding: 135px 0 50px;
	}
	.security-content-inner{
		display: block;
	}
	.security-item{
		width: 95%;
		margin: 2% auto;
	}

	.participate-content{
		margin: 30px 0;
	}
	.participate-content-inner{
		display: block;
	}
	.participate-img{
		margin: 10px auto 0 auto;
	}
}


/* btn
-------------------------------------------------- */

#main a.btn-apply-round:hover,
#main a.btn-detail-round:hover,
#main a.btn-price-round:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#main a.btn-apply-round {
	display: block;
	max-width: 400px;
	width: 100%;
	height: 60px;
	line-height: 56px;
	margin: 0 auto;
	background: #c14242;
	border: solid 2px #c14242;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
#main a.btn-apply-round:hover{
	background: #fff;
	color: #c14242;
	border: solid 2px #c14242;
}

#main a.btn-detail-round{
	display: block;
	max-width: 400px;
	width: 100%;
	height: 50px;
	line-height: 46px;
	margin: 0 auto;
	padding-right: 26px;
	background: url(../../images/receipt/re_detail_arrow_off.png) no-repeat right center #fff;
	background-size: 36px auto;
	border: solid 2px #b8860b;
	border-radius: 25px;		/* CSS3草案 */
	-webkit-border-radius: 25px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 25px;	/* Firefox用 */
	color: #b8860b;
	font-size: 18px;
	text-decoration: none;
}
#main a.btn-detail-round img{
	width: 24px;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 5px;
}
#main a.btn-detail-round:hover{
	background: url(../../images/receipt/re_detail_arrow_on.png) no-repeat right center #b8860b;
	background-size: 36px auto;
	color: #fff;
	border: solid 2px #b8860b;
}

#main a.btn-mall-round,
#main a.btn-option-round,
#main a.btn-price-round{
	display: block;
	max-width: 450px;
	width: 100%;
	height: 60px;
	line-height: 56px;
	margin: 0 auto;
	padding-right: 36px;
	background: url(../../images/receipt/re_detail_arrow_off.png) no-repeat right center #fff;
	background-size: 46px auto;
	border: solid 2px #b8860b;
	border-radius: 30px;		/* CSS3草案 */
	-webkit-border-radius: 30px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 30px;	/* Firefox用 */
	color: #b8860b;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#main a.btn-price-round{
	max-width: 350px;
}
#main a.btn-mall-round img,
#main a.btn-option-round img,
#main a.btn-price-round img{
	width: 24px;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 5px;
}
#main a.btn-mall-round:hover,
#main a.btn-option-round:hover,
#main a.btn-price-round:hover{
	background: url(../../images/receipt/re_detail_arrow_on.png) no-repeat right center #b8860b;
	background-size: 46px auto;
	color: #fff;
	border: solid 2px #b8860b;
}

#main a.btn-event-round{
	display: block;
	max-width: 600px;
	width: 100%;
	line-height: 1.3;
	margin: 0 auto;
	padding: 18px 36px 18px 10px;
	background: url(../../images/receipt/re_event_arrow_off.png) no-repeat right center #fff;
	background-size: 46px auto;
	border: solid 2px #c14242;
	border-radius: 60px;		/* CSS3草案 */
	-webkit-border-radius: 60px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 60px;	/* Firefox用 */
	color: #c14242;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#main a.btn-event-round img{
	width: 24px;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 5px;
}
#main a.btn-event-round:hover{
	background: url(../../images/receipt/re_event_arrow_on.png) no-repeat right center #c14242;
	background-size: 46px auto;
	color: #fff;
	border: solid 2px #c14242;
}

#main a.btn-ne-round{
	display: block;
	max-width: 600px;
	width: 100%;
	line-height: 1.3;
	margin: 0 auto;
	padding: 18px 36px 18px 10px;
	background: url(../../images/receipt/re_ne_arrow_off.png) no-repeat right center #fff;
	background-size: 46px auto;
	border: solid 2px #0099ff;
	border-radius: 60px;		/* CSS3草案 */
	-webkit-border-radius: 60px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 60px;	/* Firefox用 */
	color: #0099ff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#main a.btn-ne-round img{
	width: 24px;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 5px;
}
#main a.btn-ne-round:hover{
	background: url(../../images/receipt/re_ne_arrow_on.png) no-repeat right center #0099ff;
	background-size: 46px auto;
	color: #fff;
	border: solid 2px #0099ff;
}

#main a.btn-cm-round{
	display: block;
	max-width: 600px;
	width: 100%;
	line-height: 1.3;
	margin: 0 auto;
	padding: 18px 36px 18px 10px;
	background: url(../../images/receipt/re_cm_arrow_off.png) no-repeat right center #fff;
	background-size: 46px auto;
	border: solid 2px #e33d52;
	border-radius: 60px;		/* CSS3草案 */
	-webkit-border-radius: 60px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 60px;	/* Firefox用 */
	color: #e33d52;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#main a.btn-cm-round img{
	width: 24px;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 5px;
}
#main a.btn-cm-round:hover{
	background: url(../../images/receipt/re_cm_arrow_on.png) no-repeat right center #e33d52;
	background-size: 46px auto;
	color: #fff;
	border: solid 2px #e33d52;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
	a.btn-apply-round,
	a.btn-mall-round,
	a.btn-option-round,
	a.btn-price-round{
		max-width: 95%;
		width: 95%;
		font-size: 18px;
	}
	a.btn-event-round,
	a.btn-ne-round{
		max-width: 100%;
		width: 100%;
		font-size: 18px;
	}
	a.btn-detail-round{
		font-size: 15px;
	}
}



/*------------------------------------------------------------
  機能　ページ
------------------------------------------------------------*/

#receipt .title{
	background: #b8860b;
	padding: 0;
	margin: 0;
}
#receipt .title-inner{
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
}
#receipt .title h1{
	color:#fff;
	margin: 0;
	padding: 10px 0 10px 10px;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.3;
}
#receipt .title p{
	border-top: solid 1px #d6b15f;
	padding: 10px 0 10px 10px;
	color: #fff;
}


.func-content{
	margin: 80px 0 0 0;
}
.func-content-inner{
	max-width: 980px;
	margin: 0 auto;
}
#receipt .func-content-inner h3{
	color: #b8860b;
	padding: 0;
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
}
#receipt .func-content-inner h3 span{
	border-bottom: solid 1px #b8860b;
	padding: 5px 0;
	font-weight: 400;
}
.func-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 50px 0;
}
.func-item-img{
	width: 400px;
	flex-shrink: 0;
	margin-right: 50px;
}
.func-item-txt{
	min-width: 200px;
	font-size: 16px;
	flex: 1;
}
.func-item-txt ul:after {
	content: "";
	clear: both;
	display: block;
}
.func-item-txt li{
	width: 33%;
	float: left;
	font-size: 13px;
	margin: 3px 0;
}
.func-item-txt li:before{
	content:'・';
}

.processing-payment-content{
	margin: 0 0 50px;
}
.processing-payment-content .square{
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.processing-payment-content .light-gray{
	color: #ccc;
}
.processing-payment-content .light-green{
	color: #e6f8d7;
}
.processing-payment-content .light-blue{
	color: #e6f8fa;
}
.processing-payment-content .light-yellow{
	color: #ffffd7;
}
.processing-payment-content td.light-green{
	background-color: #e6f8d7;
	color: #333;
}
.processing-payment-content td.light-blue{
	background-color: #e6f8fa;
	color: #333;
}
.processing-payment-content td.light-yellow{
	background-color: #ffffd7;
	color: #333;
}

.tpl-content{
}
.tpl-content-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.tpl-item{
	width: 16%;
	margin: 2% 2% 0;
	text-align: center;
	position: relative;
}
.zoom{
	width: 16px;
	vertical-align: baseline;
	margin-left: 5px;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
  #receipt .func-content-inner h3{
  	margin-bottom: 10px;
  }
  .func-item{
  	display: block;
  	width: 95%;
  	margin: 0 auto 50px auto;
  }
  .func-item-img{
  	text-align: center;
  	margin: 0 auto;
  	max-width: 400px;
  	width: auto;
  }
  .func-item-txt{
  	margin: 20px 0 0 0;
  }
  .func-item-txt li{
  	width: 50%;
  }

  .tpl-content{
  	width: 95%;
  	margin: 50px auto 0 auto;
  }
  .tpl-item{
  	width:29%;
  }
}



/*------------------------------------------------------------
  リーピート誘導クーポン　ページ
------------------------------------------------------------*/

.coupon-content{
}
.coupon-content h3{
	color: #b8860b !important;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin: 20px 0;
}
.coupon-content h4{
	color: #b8860b;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}
.coupon-content .about{
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}
.coupon-content .about img{
	max-width: 100%;
	margin: 0 auto;
}

.coupon-content .assist{
	background: #fffae8;
	padding: 50px 0;
	margin: 80px 0 0 0;
}
.coupon-content .assist-inner{
	max-width: 980px;
	margin: 30px auto 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.coupon-content .assist-item{
	width: 29%;
	margin: 2%;
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(221,221,221,1);
	-moz-box-shadow: 4px 4px 5px 0px rgba(221,221,221,1);
	box-shadow: 4px 4px 5px 0px rgba(221,221,221,1);
	font-size: 13px;
}

.coupon-content .setting{
	margin: 80px 0 0 0;
}
.coupon-content .setting-inner{
	max-width: 1100px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.coupon-content .setting-item{
	width: 29%;
	margin: 2%;
}
.coupon-content .setting-item p{
	border-bottom: dotted 1px #666;
	padding: 5px 0;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.coupon-content .setting-item .no{
	display: block;
	background: #b8860b;
	width: 20px;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 5px;
}

.coupon-content .coupon_price{
	margin: 80px 0 0 0;
}
.coupon-content .coupon_price_inner{
	max-width: 900px;
	margin: 0 auto;
}
.coupon-content .coupon_price .tb01 th{
	text-align: center;
}
.coupon-content .case-item{
	border: solid 1px #ddd;
	background: #f8f8f8;
	padding: 30px;
	margin: 10px 0 20px;
}
.coupon-content .case-item p{
	line-height: 1.8;
}
.coupon-content .case-item p span{
	text-decoration: underline;
	font-weight: bold;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
  	.coupon-content .about{
  		width: 95%;
  		margin: 0 auto;
  	}
	.coupon-content .assist-inner{
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	.coupon-content .assist-item{
		width: 100%;
		margin: 20px auto;
	}
	.coupon-content .setting-inner{
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	.coupon-content .setting-item{
		width: 100%;
		margin: 0 0 30px 0;
		text-align: center;
	}
	.coupon-content .setting-item p{
		text-align: left;
	}
	.coupon-content .coupon_price{
		width: 95%;
		margin: 0 auto;
	}
}




/*------------------------------------------------------------
  料金　ページ
------------------------------------------------------------*/
.price-content{
	max-width: 900px;
	margin: 80px auto 0 auto;
}
.price-content .case-item{
	border: solid 1px #ddd;
	background: #f8f8f8;
	padding: 30px;
	margin: 10px 0 20px;
}
.price-content .case-item p{
	line-height: 1.8;
}
.price-content .case-item p span{
	text-decoration: underline;
	font-weight: bold;
}
.price-content .tb01 th{
	text-align: center;
}

.shop-content{
	margin: 80px 0 0 0;
}
.shop-content-inner{
	margin: 0 auto;
}
.shop-content .shop-img{
	margin: 20px auto 40px auto;
	text-align: center;
}
.shop-content .shop-img img{
	max-width: 150px;
	margin: 10px;
}

/* 1200pxまでの設定 */
@media screen and (max-width: 1200px) {
	#content .shop-content .shop-img img{
		max-width: 30%;
		margin: 2% 5%;
	}
}

/* 767pxまでの設定*/
@media screen and (max-width: 767px) {
	.price-content{
		width: 95%;
	}
	.shop-content-inner{
		width: 95%;
		margin: 0 auto;
	}
}



/*------------------------------------------------------------
  よくあるご質問　ページ
------------------------------------------------------------*/
#receipt .column-2 p{
	width:48%;
	float:left;
	margin:1%;
}
#receipt #faq .a .column-2{
	width: 100%;
	float: none;
}
#receipt #faq{
	max-width: 980px;
	margin: 80px auto 50px auto;
}
#receipt #faq ol{
	list-style: decimal;
	margin: 0 0 18px 18px;
}
#receipt #faq ol li{
	margin: 10px 0;
}
#receipt #faq ol li img{
	margin-top: 8px;
}
#faq .faq_innerbox{
	margin:0 20px 60px;
}
#faq .faq_innerbox p{
	margin:5px 0;
}
#faq .faq_innerbox .q{
	padding:8px 20px 8px 55px;
	background:url(https://www.d-apri.com/images/faq_q.png) no-repeat 20px center #e7e7e7;
}
#faq .faq_innerbox .a{
	margin:20px 20px 20px 0;
	padding:0 0 0 55px;
	background:url(https://www.d-apri.com/images/faq_a.png) no-repeat 20px 0;
	min-height:25px;
}
#faq .faq_contents{
	border:solid 1px #ddd;
	margin:0 0 30px 0;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
	#faq{
		width: 95%;
		margin: 0 auto;
	}
	#faq .faq_innerbox{
		margin: 0 0 60px;
	}
	#receipt .column-2 p{
		float: none;
		width: 95%;
		margin: 10px auto;
		text-align: center;
	}
}


/*------------------------------------------------------------
  使い方　ページ
------------------------------------------------------------*/
.download-content{
	margin: 50px 0 0 0;
}
.download-content-inner{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.download-content-inner img{
	margin-bottom: 30px;
}
#receipt .download-content p.title{
	border-bottom: dotted 1px #666;
	padding: 5px 0;
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size:20px;
	text-align: left;
	background: transparent;
	line-height: 1.3;
}
#receipt .download-content p.title span{
	display: block;
	background: #b8860b;
	width: 24px;
	height: 24px;
	font-size: 18px;
	line-height: 24px;
	color:#fff;
	text-align: center;
	float: left;
	margin-right: 5px;
}
#receipt .sample_box{
	margin:0 0 80px 0;
	border:solid 1px #ddd;
	padding:20px 30px;
	text-align: left;
}
#receipt .download-menu{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 50px auto;
}
#receipt .download-menu ul{
	display: flex;
	justify-content: center;
}
#receipt .download-menu .arrow {
    display:  inline-block;
    color: #fff;
    text-decoration:  none;
    background-color: #fff;
    border:solid 2px #b8860b;
    padding:  20px 30px;
    border-radius: 5px;
    margin: 0 10px;
    color: #b8860b;
    font-size: 16px;
}
#receipt .download-menu .arrow::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #b8860b;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
    margin-right: 10px;
}
#receipt .download-menu .arrow:hover{
	background: #b8860b;
	color:#fff;
}
#receipt .download-menu .arrow:hover::before {
	border-color: transparent transparent transparent #fff;
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
  	.download-content{
  		margin: 50px 0;
  	}
	.download-content-inner{
		width: 95%;
		margin: 0 auto;
	}
	#receipt .download-menu{
		width: 95%;
		margin: 0 auto;
	}
	#receipt .download-menu ul{
		display: block;
	}
	#receipt .download-menu .arrow {
		width: 100%;
		margin: 5px 0;
	}
}


/* topicpath
-------------------------------------------------- */
.topicpath{
	max-width: 980px;
	margin: 10px auto;
}
ul.topicpath_list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	font-size: 13px;
	list-style: none;
}
ul.topicpath_list > li:not(:first-child){
	padding-left: 18px;
}
ul.topicpath_list > li{
	position: relative;
	padding: 0 12px 0 0;
}
ul.topicpath_list > li > a{
	color: #444;
	text-decoration: underline;
}
ul.topicpath_list > li:not(:first-child)::before{
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 4px;
	height: 4px;
	border: 1px solid #444;
	border-bottom-color: transparent;
	border-left-color: transparent;
	transform: rotate(45deg);
}

/* 767pxまでの設定 */
@media screen and (max-width: 767px) {
	#receipt .topicpath_list{
		width: 95%;
		margin: 0 auto;
	}
}


/* 矢印
-------------------------------------------------- */
.arrow01 {
     position: relative;
     padding-left: 22px;
}
.arrow01::before {
     position: absolute;
     content: '';
     width: 16px;
     height: 16px;
     background: #b8860b;
     border-radius: 50%;
     top: 50%;
     left: 0;
     margin-top: -7px;
}
.arrow01::after {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 4px transparent;
     border-left: solid 6px #fff;
     top: 50%;
     left:6px;
     margin-top: -3px;
}
#main a.arrow01 {
	color: #444;
	text-decoration: underline;
}
#main a.arrow01:hover {
	text-decoration: none;
}


.arrow02 {
     position: relative;
     padding-left: 22px;
}
.arrow02::before {
     position: absolute;
     content: '';
     width: 16px;
     height: 16px;
     background: #0099ff;
     border-radius: 50%;
     top: 50%;
     left: 0;
     margin-top: -7px;
}
.arrow02::after {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 4px transparent;
     border-left: solid 6px #fff;
     top: 50%;
     left:6px;
     margin-top: -3px;
}

.arrow03 {
     position: relative;
     padding-left: 22px;
}
.arrow03::before {
     position: absolute;
     content: '';
     width: 16px;
     height: 16px;
     background: #e33d52;
     border-radius: 50%;
     top: 50%;
     left: 0;
     margin-top: -7px;
}
.arrow03::after {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 4px transparent;
     border-left: solid 6px #fff;
     top: 50%;
     left:6px;
     margin-top: -3px;
}



/* slider
---------------------------------------------------------*/
/*====================================================================
slick
====================================================================*/

/* 上部画像 */
html, body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000 !important;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
.slider{
	opacity: 0;
	transition: opacity .3s linear;
}
.slider.slick-initialized{
	opacity: 1; /*slick-initializedが付与されたら表示*/
}

/*====================================================================
.full-screen
====================================================================*/

.full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
  max-width: 1100px;
  margin: 0 auto;
}

/*---------------------------------------------------------
 システム構成図
---------------------------------------------------------*/
#receipt .system-content{
	margin-top: 0px;
}
#receipt .system-content .text{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#receipt .system-content .text{
		font-size: 24px;
	}
}


/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px
* desctop / laptop / tablet / phone
---------------------------------------- */

@media screen and (max-width: 1200px) {
  /* laptop */

  /* laptop end */
}

@media screen and (max-width: 991px) {
  /* tablet */

  /* tablet end */
}

@media screen and (max-width: 767px) {
  /* phone */

  /* phone end */
}


