@charset "UTF-8";
/*----------------------------------------

　quarity

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

#content.inner .visual {background-image:  url(../img/img_visual.jpg?v=1);}

#content.inner .content {
	padding-bottom: 120px;
}
#content.inner .submenu {
	width: 1110px;
	margin: 120px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
#content.inner .submenu:first-child {
	margin-top: 40px;
}
#content.inner .submenu a {
	display: flex;
	background: #d0cdc6;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: calc(100% / 7 - 5px);
	font-size: 16px;
	line-height: 1.1em;
	color: #000;
	height: 90px;
}
#content.inner .submenu a.current {
	background: #9a9892;
}
#content.inner .sec {
	margin-top: 65px;
}
#content.inner .sec > .inner {
	width: 1110px;
	margin: 0 auto;
}
#content.inner .sec h2 {
	text-align: center;
	font-size: 20px;
}
#content.inner .sec h2.mt {
	margin-top: 100px;
}
#content.inner .sec h2 + .lead {
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	margin-top: 10px;
}
#content.inner .sec h2 + .lead + .text {
	text-align: center;
	font-size: 14px;
	margin-top: 25px;
}
#content.inner .sec .note {
	margin-top: 40px;
	font-size: 10px;
}
#content.inner .sec .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 60px 0;
	margin-top: 50px;
	align-items: start;
}
#content.inner .sec .wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 44px;
	align-items: start;
}
#content.inner .sec .wrap.w100 {
	
}
#content.inner .sec .wrap.w50 {
	width: calc(50% - 22px);
}
#content.inner .sec .wrap.w50 .box {
	width: calc(50% - 22px);
}
#content.inner .sec .wrap.w100 .box {
	width: calc(25% - 33px);
}
#content.inner .sec .wrap .box.wide {
	width: 100%;
}
#content.inner .sec .wrap .box .img {
	position: relative;
}
#content.inner .sec .wrap .box .img p {
	position: absolute;
	right: 5px;
	bottom: 5px;
	line-height: 1em;
	font-size: 10px;
	letter-spacing: 0;
	color: #000;
}
#content.inner .sec .wrap .box .img p.w {
	color: #fff;
}
#content.inner .sec .wrap .box .title {
	font-size: 16px;
	line-height: 1.5em;
	position: relative;
	margin-top: 10px;
	padding-left: 18px;
}
#content.inner .sec .wrap .box .title::before {
	content: "■";
	color: #c79f62;
	position: absolute;
	left: 0;
	top: 0;
}
#content.inner .sec .wrap .box .title .scale{
	display: block;
	line-height: 1.5em;
	position: relative;
	transform: scale(0.85, 1);
	transform-origin: 0 0;
	width: 150%;
}
#content.inner .sec .wrap .box .text {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.2em;
}
#content.inner .sec .wrap .box .text span {
	display: block;
	line-height: 1.2em;
	font-size: 10px;
	margin-top: 2px;
}
#content.inner .sec .wrap .box .title.gold {
	
}
#content.inner .sec .wrap .box .frame {
	background: #f3f3f1;
	padding: 15px;
}
#content.inner .sec .wrap .box .frame .title {
	margin: 0;
}

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

	#content.inner .content {
		padding-bottom: 60px;
	}
	#content.inner .submenu {
		width: 95%;
		margin: 70px auto 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 5px;
	}
	#content.inner .submenu:first-child {
		margin-top: 30px;
	}
	#content.inner .submenu a {
		display: flex;
		background: #d0cdc6;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: calc(100% / 4 - 5px);
		font-size: 9px;
		line-height: 1.1em;
		color: #000;
		height: 54px;
	}
	#content.inner .submenu a.current {
		background: #9a9892;
	}
	#content.inner .sec {
		margin-top: 40px;
	}
	#content.inner .sec > .inner {
		width: 90%;
		margin: 0 auto;
	}
	#content.inner .sec h2 {
		text-align: center;
		font-size: 20px;
	}
	#content.inner .sec h2.mt {
		margin-top: 100px;
	}
	#content.inner .sec h2 + .lead {
		text-align: center;
		font-size: 14px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
		margin-top: 0;
	}
	#content.inner .sec h2 + .lead + .text {
		text-align: left;
		font-size: 12px;
		margin-top: 15px;
		line-height: 1.7em;
		margin-bottom: 30px;
	}
	#content.inner .sec h2 + .lead + .text br {
		display: none;
	}
	#content.inner .sec .note {
		margin-top: 30px;
		font-size: 10px;
		line-height: 1.6em;
	}
	#content.inner .sec .list {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 35px 0;
		margin-top: 20px;
		align-items: start;
	}
	#content.inner .sec .wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 14px;
		align-items: start;
	}
	#content.inner .sec .wrap.w100 {
		
	}
	#content.inner .sec .wrap.w50 {
		width: auto;
	}
	#content.inner .sec .wrap.w50 .box {
		width: calc(50% - 7px);
	}
	#content.inner .sec .wrap.w100 .box {
		width: calc(50% - 7px);
	}
	#content.inner .sec .wrap .box.wide {
		width: 100%;
	}
	#content.inner .sec .wrap .box .img {
		position: relative;
	}
	#content.inner .sec .wrap .box .img p {
		position: absolute;
		right: 5px;
		bottom: 5px;
		line-height: 1em;
		font-size: 9px;
		letter-spacing: 0;
		color: #000;
		top: auto;
	}
	#content.inner .sec .wrap .box .img p.w {
		color: #fff;
	}
	#content.inner .sec .wrap .box .title {
		font-size: 13px;
		line-height: 1.5em;
		position: relative;
		margin-top: 10px;
		padding-left: 16px;
	}
	#content.inner .sec .wrap .box .title::before {
		content: "■";
		color: #c79f62;
		position: absolute;
		left: 0;
		top: 0;
	}
	#content.inner .sec .wrap .box .title .scale{
		display: block;
		line-height: 1.5em;
		position: relative;
		transform: none;
		transform-origin: 0 0;
		width: auto;
	}
	#content.inner .sec .wrap .box .text {
		margin-top: 5px;
		font-size: 11px;
		line-height: 1.4em;
	}
	#content.inner .sec .wrap .box .text span {
		display: block;
		line-height: 1.4em;
		font-size: 9px;
		margin-top: 2px;
	}
	#content.inner .sec .wrap .box .title.gold {
		
	}
	#content.inner .sec .wrap .box .frame {
		background: #f3f3f1;
		padding: 10px;
	}
	#content.inner .sec .wrap .box .frame .title {
		margin: 0;
	}
	
}