	main > section.wide {
		padding-top: 68px;
	}
	
	/*配送・送料について*/
	.guide-wrap {
		margin: 0 auto;
		max-width: 750px;
	}
	.guide-container {
		margin: 0 0 90px;
	}
	.guide-container:last-child {
		margin: 0;
	}
	.guide-heading {
		background: #f6f6f6;
		padding: 22px 20px 20px;
		margin: 0 0 20px;
	}
	.guide-txt {
		margin-bottom: 35px;
	}
	.guide-txt a {
		text-decoration: underline;
	}
	.guide-table {
		width: 100%;
	}
	.guide-table th, .guide-table td {
		position: relative;
		padding: 20px 15px;
		vertical-align: middle;
		border-width: 1px 0;
		border-color: #bdbdbd;
		border-style: solid;
	}
	.guide-table th {
		text-align: left;
		white-space: nowrap;
	}
	.guide-table th::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: 1px;
		height: calc(100% - 20px);
		border-left: 1px dashed #bdbdbd;
	}
	.guide-heading-2 {
		font-size: 18.5px;
		margin: 0 0 13px;
	}
	.guide-heading-3 {
		padding: 0 0 12px;
		margin: 0 0 15px;
		border-bottom: 1px dashed #bdbdbd;
	}
	.guide-container2 {
		margin: 0 0 90px;
	}
	/*はじめての方へ・ご利用ガイド*/
	.guide-ol {
		list-style-type: decimal;
		padding: 0 0 0 25px;
	}
	.guide-ol li {
		font-weight: 600;
		padding: 0 0 22px;
	}
	.guide-ol li span {
		font-weight: 400;
	}
	.guide-paytable, .guide-paytable>tbody, .guide-paytable>thead, .guide-paytable>tbody>tr, .guide-paytable>tbody>tr>th, .guide-paytable>tbody>tr>td {
		width: 100%;
		table-layout: fixed;
		box-sizing: border-box;
		display: block;
	}
	.guide-paytable {
		table-layout: fixed!important;
		border-collapse: collapse;
	}
	.guide-paytable>tbody>tr>th, .guide-paytable>tbody>tr>td {
		position: relative;
		border: 2px solid #FFF;
	}
	.guide-paytable>tbody>tr>th {
		background: #f6f6f6;
		text-align: center;
		padding: 15px 20px;
	}
	.guide-paytable>tbody>tr>td {
		padding: 30px 0px;
	}
	.guide-btn {
		display: inline-block;
		border-radius: 999px;
		border: 2px solid #333;
		font-weight: 600;
		padding: 15px 30px;
	}
	.color-red {
		color: #dc666a;
		font-weight: 600;
	}
	/*よくあるご質問*/
	.guide-faq-dl dt {
		background: #777;
		color: #FFF;
		position: relative;
		font-weight: 600;
		font-size: 18.5px;
		padding: 20px 40px 18px 20px;
		cursor: pointer;
		margin: 0 0 10px;
	}
	.guide-faq-dl dt.guide-faq_open {
		margin-bottom: 0;
	}
	.guide-faq-dl dt::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 20px;
		height: 20px;
		transition: .2s;
	}
	.guide-faq-dl dt.guide-faq_open::after {
		transform: translateY(-50%) rotate(180deg);
		-webkit-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
	}
	.guide-faq-dl dd {
		background: #777;
		padding: 20px 20px;
		margin: 0 0 10px;
	}
	.guide-faq-dl-dd-in {
		background: #FFF;
		padding: 32px;
	}
	.guide-faq-dl-dd-in p:last-child {
		margin-bottom: 0;
	}
	.guide-faq-dl-dd-in .note li {
		font-size: 90%;
		padding-left:1em;
		text-indent:-1em;
	}
	
	
	
	@media only screen and (max-width: 767px){
	
	}
	
	/* SP以外(PC)
	-------------------------------------------- */	
	@media screen and (min-width: 768px)  {
		.guide-table th, .guide-table td {
			padding: 20px 30px;
		}
		.guide-paytable>tbody>tr {
			display: table-cell;
			width: auto;
		}
		.guide-paytable, .guide-paytable>tbody>tr {
			display: table;
			width: 100%;
			box-sizing: border-box;
		}
	    .guide-paytable>tbody>tr>th {
			display: table-cell;
			width: 30%;
		}
		.guide-paytable>tbody>tr>td {
			display: table-cell;
			width: auto;
		}
		.guide-paytable>tbody>tr>th, .guide-paytable>tbody>tr>td {
			padding: 40px 30px;
		}
	}
	
	/* タブレット用
	-------------------------------------------- */
	@media (max-width: 999px) and 
	(min-width: 768px) {
	}
	
	/* SP用
	-------------------------------------------- */
	@media only screen and (max-width : 767px) {
		main > section.wide {
			padding-top: 28px;
		}
	}