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

.quickdelivery__marker-water {
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.6, transparent), color-stop(0.6, #cee7f3));
	background: -webkit-linear-gradient(transparent 60%, #cee7f3 60%);
	background: -moz-linear-gradient(transparent 60%, #cee7f3 60%);
	background: -o-linear-gradient(transparent 60%, #cee7f3 60%);
	background: linear-gradient(transparent 60%, #cee7f3 60%);
}

.quickdelivery__trimming {
    overflow: hidden;
    /*width: 200px;*/
    height: 220px;
    position: relative;
}
.quickdelivery__trimming-image {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
}

.quickdelivery__h3 {
	margin:0;
	padding:0;
}
.quickdelivery-notes {
	margin-bottom: 0;
}
.quickdelivery-notes__list {
	margin-bottom:15px;
}

/* 注意事項 */
  .quickdelivery-notes__list {
		list-style: square;
		text-align: justify;
	}


@media screen and (min-width: 768px) {
  .quickdelivery__section {
		margin-bottom:100px;
	}
  .quickdelivery__h2 {
		margin-bottom:40px;
	}
	.quickdelivery-intro img {
		margin-bottom:80px;
	}
	/* ポイント */
  .quickdelivery-point__list {
		margin-bottom:15px;
		font-size:1.35em;
	}
	.quickdelivery-text {
		width:700px;
		margin-left:auto;
		margin-right:auto;
    margin-bottom:40px;
	}
	.quickdelivery-point-caution {
		margin-bottom:40px;
	}
	
	/* 検索 */
  .quickdelivery__search--necklace {
	  width:45%;
	}
  .quickdelivery__search--diamond {
	  width:58%;
	}
	
	/* 注意事項 */
  .quickdelivery-notes {
		padding:30px;
	}

}
@media screen and (max-width: 767px) {
  .quickdelivery__section {
		margin-bottom:80px;
	}
  .quickdelivery__h2 {
		font-size:1.2em;
	}
  .quickdelivery__main-image {
		margin-bottom:20px;
	}
	/* ポイント */
  .quickdelivery-point__list {
		margin-bottom:15px;
		font-size:1.05em;
	}
	.quickdelivery-text {
		width:90%;
		margin:0 auto;
	}
	.quickdelivery-point-caution {
		margin-bottom:40px;
	}
	
	/* 検索 */
  .quickdelivery__necklacesearch {
		margin-bottom:50px;
	}
  .quickdelivery__search--necklace {
	  width:65%;
	}
  .quickdelivery__search--diamond {
	  width:95%;
	}
	
	/* 注意事項 */
  .quickdelivery-notes {
		padding: 8px 0 0 8px;
	}
}</pre></body></html>