@charset "UTF-8";

@media screen and (max-width: 768px) {

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* format.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */
/* L4 ---------------------------------------- 画像リスト 横2列（モバイル） ---------------------------------------- */
.format div.image-list {
	width: 48%;
	
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 5px;
}

.format div[class^="image-list"] figure {
	display: inline-block;
	max-width: 100%;
	padding: 8px;
	
	box-sizing: border-box;
}

/* L3 ======================================== ショッピングサイトリンク小 ======================================== */

.format .shopping-link-small p {
	padding: 0.3em 0;
	font-size: 1.1rem;
}
.format .shopping-link-small p::before {
	font-size: 1.3rem;
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

}