@charset "UTF-8";

/* CSS Document */


/*-----------------------------

　以下FAQコンテンツ

------------------------------*/

@media screen and (max-width:768px) {
	.main-ttl {
		margin-bottom: 30px;
	}
	#contents #contents_inner img {
		display: none;
	}
	#contents dl dt,  #contents dl dd {
		overflow: hidden;
	}
	#contents dl dt {
		margin: 0 auto;
		text-align: center;
	}
	#contents dl dd {
		margin-bottom: 10%;
		padding-bottom: 5%;
		border-bottom: #c9c9c9 1px solid;
	}
	#contents dl dd:last-child {
		border-bottom: none;
	}
	#contents dl dt p {
		float: none;
		font-size: 18px;
		margin-bottom: 10%;
		line-height: 1.5em;
		font-weight: bold;
		color: #53480e;
		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		letter-spacing: 0.1em;
	}
	#contents dl dt p.number {
		font-size: 24px;
		position: relative;
		margin-right: 0;
		margin-bottom: 4%;
		font-family: 'Oranienbaum', serif;
		letter-spacing: 0.1em;
		vertical-align: middle;
	}
	.number::before {
		content: "◆";
		margin-right: 6px;
		color: #bcad60;
		font-size: 18px;
		vertical-align: middle;
	}
	.number::after {
		content: "";
		display: none;
	}
	#contents dl dd p {
		float: none;
		color: #887114;
	}
	#contents dl dd p.answer {
		font-family: 'Oranienbaum', serif;
		color: #c5b873;
		background-color: #f8f7ef;
		text-align: center;
		border-radius: 50%;
		margin-right: 20px;
		font-size: 26px;
		width: 40px;
		margin: 0 auto 4%;
	}
	#contents dl dd p:last-child {
		width: 90%;
		line-height: 2em;
		font-size: 14px;
		margin: 0 auto 10%;
	}
}

@media screen and (min-width:767px) {
	#wrap #wrap_inner {
		width: 1200px;
		margin: 0 auto 140px;
		position: relative;
	}
	#wrap #wrap_inner img {
		position: absolute;
		top: -350px;
		right: 20px;
	}
	#wrap dl dd {
		overflow: hidden;
	}
	#wrap dl dt {
		margin: 50px 0 50px 50px;
		overflow: hidden;
	}
	#wrap dl dd {
		margin-bottom: 80px;
		padding-bottom: 40px;
		border-bottom: #c9c9c9 1px solid;
	}
	#wrap dl dd:last-child {
		border-bottom: none;
	}
	#wrap dl dt p {
		font-size: 24px;
		color: #53480e;
		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		letter-spacing: 0.1em;
	}
	#wrap dl dt p.number + p {
		margin-top: -5px;
		overflow: auto;
	}
	#wrap dl dt p.number {
		font-family: 'Oranienbaum', serif;
		font-size: 26px;
		letter-spacing: 0.1em;
		position: relative;
		top: -6px;
		margin-right: 64px;
		float: left;
	}
	.number::before {
		content: "◆";
		margin-right: 6px;
		color: #bcad60;
		font-size: 18px;
		vertical-align: middle;
	}
	.number::after {
		content: "";
		display: block;
		position: absolute;
		top: 21px;
		width: 40px;
		height: 1px;
		margin-left: 70px;
		background-color: #c0bca6;
	}
	#wrap dl dd p {
		float: left;
		color: #887114;
	}
	#wrap dl dd p.answer {
		font-family: 'Oranienbaum', serif;
		font-size: 34px;
		color: #c5b873;
		width: 60px;
		height: 66px;
		background-color: #f8f7ef;
		margin-left: 174px;
		text-align: center;
		padding: 5px 0;
		border-radius: 50%;
		margin-right: 20px;
	}
	#wrap dl dd p:last-child {
		width: 870px;
		font-size: 18px;
		margin-top: 12px;
	}
}

@media screen and (min-width: 480px) {
	br {
		display: none;
	}
}
