@charset "utf-8";
.fs-c-heading--page
	{
	display: none;
	}


h1
	{
	text-align: center;
	font-size: 2.5em;
	letter-spacing: 1px;
	font-family: "Jost", sans-serif;
	}

h1 strong
	{
	font-weight: 400;
	position: relative;
	}

h1 strong:before
	{
	display: block;
	content: url(https://pizzas.itembox.design/item/freepage/qr_ttl.jpg);
	position: absolute;
	top: 20%;
	left: -150%;
	}

h1 strong:after
	{
	display: block;
	content: url(https://pizzas.itembox.design/item/freepage/qr_ttl.jpg);
	position: absolute;
	top: 20%;
	right: -150%;
	}

h1+small
	{
	text-align: center;
	display: block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic" ,"Noto Sans JP", sans-serif;
	font-size: 1em;
	}


.qa ul
	{
	margin: 3rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}

.qa ul li
	{
	width: 32%;
	margin: 0 0.5rem 1rem 0.5rem
	}

.qa ul li a
	{
	font-size: 1em;
	padding: 1rem 3rem 1rem 1rem;
	text-align: center;
	display: block;
	border: 1px solid #d4c8b0;
	border-radius: 50px;
	position: relative;
	}

.qa ul li a:after
	{
	padding: 0.5rem 1rem;
	content: "↓";
	font-family: "Jost", sans-serif;
	font-weight: 600;
	background: #d4c8b0;
	border-radius: 100px;
	position: absolute;
	top: 10%;
	right: 3%;
	}

.qa h2
	{
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #d4c8b0;
	font-size: 1.5em;
	display: flex;
	align-items: center;
	}

.qa h2 strong
	{
	padding-left: 1rem;
	}

.qa dl
	{
	margin: 1rem 0 3rem 0;
	font-size: 1.1em;
	}

.qa dl dt ,.qa dl dd
	{
	position: relative;
	}

.qa dl dt:before
	{
	margin-right: 0.5rem;
	padding: 0.5rem 1rem;
	content: "Q";
	font-family: "Jost", sans-serif;
	font-weight: 600;
	background: #d4c8b0;
	border-radius: 50px;
	position: absolute;
	top: 10%;
	left: 0;
	}

.qa dl dd
	{
	margin: 1rem 0 2rem 0;
	padding-bottom: 1rem;
	border-bottom: 1px dotted #d4c8b0;
	}

.qa dl dt p ,.qa dl dd p
	{
	padding: 1rem 0 0 4rem;
	}


.qa dl dd:before
	{
	margin-right: 0.5rem;
	padding: 0.5rem 1.1rem;
	content: "A";
	font-family: "Jost", sans-serif;
	font-weight: 600;
	color: #fff;
	background: #bf0000;
	border-radius: 50px;
	position: absolute;
	top: 3%;
	left: 0;
	}

.qa dl dd a
	{
	color: #bf0000;
	text-decoration: underline;
	}


@media screen and (max-width:769px) {

h1
	{
	text-align: center;
	font-size: 1.5em;
	letter-spacing: 1px;
	font-family: "Jost", sans-serif;
	}


.qa ul
	{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.qa ul li
	{
	width: 49%;
	margin: 0 0 0.5rem 0;
	}

.qa ul li a
	{
	font-size: 0.7em;
	}
	
}


