.template{
	margin: 40px 0;
}
.template p{
	margin: 0 0 20px 0;
}
.template p:last-child{
	margin: 0;
}
.template img{
	width: 100%;
}

.template-img-left,
.template-img-right{
	overflow: hidden;
}
.template-img-left .img{
	float: left;
	width: 400px;
}
.template-img-left .text{
	float: right;
	width: calc(100% - 420px)
}
.template-img-right .img{
	float: right;
	width: 280px;
}
.template-img-right .text{
	float: left;
	width: calc(100% - 310px);
}

.template-col2{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.template-col3{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.template-col4{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.template-col .col{
	text-align: center;
}

.template-table table{
	width: 100%;
}
.template-table th{
	padding: 20px;
	text-align: left;
	vertical-align: top;
}
.template-table td{
	padding: 20px;
	text-align: left;
	vertical-align: top;
}

.template-table .table1 th{
	border-bottom: #ddd 1px solid;
}
.template-table .table1 td{
	border-bottom: #ddd 1px solid;
}
.template-table .table2 th{
	background: #f5f5f5;
	border: #ddd 1px solid;
}
.template-table .table2 td{
	border: #ddd 1px solid;
}
.template-table .table3 th{
	padding: 10px;
	background: #f5f5f5;
	border: #ddd 1px solid;
}
.template-table .table3 td{
	padding: 10px;
	border: #ddd 1px solid;
}
.template-table .table4 th{
	border-right: #ddd 1px dashed;
	border-bottom: #ddd 1px dashed;
}
.template-table .table4 td{
	border-bottom: #ddd 1px dashed;
}
.template-table .table5 tr:nth-child(odd) th{
	background: #f5f5f5;
}
.template-table .table5 tr:nth-child(odd) td{
	background: #f5f5f5;
}

.template-img-left-table,
.template-img-right-table,
.template-text-left-table,
.template-text-right-table{
	overflow: hidden;
}
.template-img-left-table .img,
.template-text-left-table .text{
	float: left;
	width: 280px;
}
.template-img-right-table .img,
.template-text-right-table .text{
	float: right;
	width: 280px;
}
.template-img-left-table .table,
.template-text-left-table .table{
	float: right;
	width: calc(100% - 310px);
}
.template-img-right-table .table,
.template-text-right-table .table{
	float: left;
	width: calc(100% - 310px);
}

.template-dl-row dl dt{
	font-weight: bold;
}
.template-dl-row dl dd{
	margin: 0 0 20px 0;
}
.template-dl-row dl dd:last-child{
	margin: 0;
}

.template-dl-col dl{
	display: flex;
	flex-wrap: wrap;
}
.template-dl-col dl dt{
	width: 20%;
	font-weight: bold;
}
.template-dl-col dl dd{
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	width: 80%;
}
.template-dl-col dl dd:last-child{
	margin: 0;
}

.template-backpattern1{
	padding: 30px;
	background-color: #f5f5f5;
	background-image:
		 repeating-linear-gradient(-45deg, #fff, #fff 7px,transparent 0, transparent 14px);
	border-radius: 10px;
}
.template-backpattern2{
	padding: 30px;
	background: #FAF5EA;
}

/* よくある質問 */
.page-content table.table_qa{
    margin: 0 0 0.8em 0;
    padding: 0;
    margin-bottom:40px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
/* --- スマホサイトはwidthを15%に設定 --- */
.page-content table.table_qa th{
    padding: 10px;
    width: 5%;
}
.page-content table.table_qa td{
    padding: 10px;
}
.page-content table.table_qa tr:nth-child(2n-1) td{
	font-size:18px;/* <SP>15px */
}
.page-content table.table_qa tr:nth-child(2n){
    background:#FBF2E4;
}
.page-content table.table_qa tr:nth-child(2n) th{
    vertical-align: top;
}
/* Qアイコン */
.q_icon{
	/*font-family: 'Nunito', sans-serif;*/
	/* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif; */
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: normal;
	display: inline-block;
	font-size: 26px;/* <SP>22px */
	color: #fff;
	background: #237e06;
	border-radius: 50%;
	width: 54px;/* <SP>42px */
	height: 54px;/* <SP>42px */
	text-align: center;
	line-height: 54px;/* <SP>40px */
}
/* Aアイコン */
.a_icon{
	/*font-family: 'Nunito', sans-serif;*/
	/* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝", "Yu Mincho", YuMincho,  "MS P明朝", "MS PMincho", serif; */
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: normal;
	display: inline-block;
	font-size: 26px;/* <SP>22px */
	color: #fff;
	background: #f59600;
	border-radius: 50%;
	width: 54px;/* <SP>42px */
	height: 54px;/* <SP>42px */
	text-align: center;
	line-height: 54px;/* <SP>40px */
}

.page-content ul {
    margin: 0 0 20px 0;
}

@media screen and (max-width: 599px) {
	.template-img-left .img,
	.template-img-right .img{
		float: none;
		margin: 0 0 20px 0;
		width: 100%;
	}
	.template-img-left .text,
	.template-img-right .text{
		float: none;
		width: 100%;
	}

	.template-col4{
		grid-template-columns: repeat(2, 1fr);
	}

	.template-img-left-table .img,
	.template-text-left-table .text,
	.template-img-right-table .img,
	.template-text-right-table .text{
		float: none;
		margin: 0 0 20px 0;
		width: 100%;
	}
	.template-img-left-table .table,
	.template-text-left-table .table,
	.template-img-right-table .table,
	.template-text-right-table .table{
		float: none;
		width: 100%;
	}

	.template-dl-row dl dt{
		font-weight: bold;
	}
	.template-dl-row dl dd{
		margin: 0 0 20px 0;
	}
	.template-dl-row dl dd:last-child{
		margin: 0;
	}

	.template-dl-col dl{
		display: flex;
		flex-wrap: wrap;
	}
	.template-dl-col dl dt{
		width: 20%;
		font-weight: bold;
	}
	.template-dl-col dl dd{
		margin: 0 0 20px 0;
		padding: 0 0 0 20px;
		width: 80%;
	}
	.template-dl-col dl dd:last-child{
		margin: 0;
	}

	.template-backpattern1{
		padding: 30px;
		background-color: #f5f5f5;
		background-image:
			 repeating-linear-gradient(-45deg, #fff, #fff 7px,transparent 0, transparent 14px);
		border-radius: 10px;
	}
	.template-backpattern2{
		padding: 30px;
		border-top: #ddd 5px solid;
		box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	}
	.sphone .page-content img{
        height: auto !important;
    }
}

.img-frame {
	border: 1px solid #ddd;
}
#page_help_guide .template-img-left .img{
	float: left;
	width: 350px;
}

/* 管理画面用のスタイル */
.cke_editable .template{
	padding: 20px;
	background: #eee;
}
.cke_editable .template img{
	width: auto;
	max-width: 100%;
}


/* 商品詳細ページ金額下コメント */

.free-shipping-text{
	color:#069;
}

/* 商品購入ページお届け日下コメント */

.delivery-date-text{
	color:#069;
	padding-bottom:10px;}