/*========================================
　　共通
========================================*/
#wrapper {
	width: 100%;
	height: 100%;
}
body {
	font-size: 17px;
	line-height: 220%;
}
img {
	-ms-interpolation-mode: bicubic;
}
br.pcContent,
img.pcContent,
span.pcContent,
i.pcContent {
	display: inline;
}
.spContent,
br.spContent,
img.spContent,
span.spContent,
i.spContent {
	display: none;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 16px;
		line-height: 200%;
	}
	.pcContent,
	br.pcContent,
	img.pcContent,
	span.pcContent,
	i.pcContent,
	.tabletContent,
	br.tabletContent,
	img.tabletContent,
	span.tabletContent,
	i.tabletContent {
		display: none;
	}
	.spContent {
		display: block;
	}
	br.spContent,
	img.spContent,
	span.spContent,
	i.spContent {
		display: inline;
	}
}
@media screen and (max-width: 370px) {
	body {
		font-size: 15px;
		line-height: 200%;
	}
}
#footerCopyright div.grid,
#footerMain2 div.grid,
#title div.grid,
#pankuzu div.grid,
#toppageLatest div.grid {
	min-width: 0;
	max-width: none;
	padding: 0 20px;
}
#footerCopyright div.grid::after,
#footerMain2 div.grid::after,
#title div.grid::after,
#pankuzu div.grid::after,
#toppageLatest div.grid::after {
	display: none;
}
#footerCopyright div.col-1-1,
#footerMain2 div.col-1-1,
#title div.col-1-1,
#pankuzu div.col-1-1,
#toppageLatest div.col-1-1 {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 1140px) {
	#footerCopyright div.grid,
	#title div.grid,
	#pankuzu div.grid,
	#footerMain2 div.grid,
	#toppageLatest div.grid {
		max-width: 1140px;
		margin: 0 auto;
		padding: 0 20px;
	}
}
/*========================================
　　見出し
========================================*/
#title,
#catalogDetailTitle {
	position: relative;
	padding: 0 0 40px;
	overflow: hidden;
}
#title div.col-1-1,
#catalogDetailTitle div.col-1-1 {
	padding-top: 40px;
}
#title b,
#catalogDetailTitle b {
	position: relative;
	display: block;
	font-size: 194%;
	line-height: 160%;
	letter-spacing: 2px;
	font-weight: 700 !important;
	text-align: center;
}
#title div.titleSearch {
	position: relative;
}
#title div.titleSearch b {
	padding-right: 240px;
}
#title div.titleSearchList b {
	padding-right: 0;
}
#title div.titleSearch div.buttonContent {
	position: absolute;
	right: 0;
	top: 50%;
	width: 210px;
	margin: -25px 0 0;
	z-index: 10;
}
#title div.titleSearchList div.buttonContent {
	display: none;
}
#title div.titleSearch div.buttonContent a {
	padding: 0 0 0 30px;
}
#title div.titleSearch div.buttonContent a span {
	font-size: 88%;
	line-height: 50px;
	letter-spacing: 1px;
}
#title div.titleSearch div.buttonContent a::after {
	content: '\e8b6';
	position: absolute;
	left: 10px;
	top: 50%;
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	margin: -12px 0 0 0;
	font-family: "Material Symbols Outlined";
}
div.subtitle {
	position: relative;
	margin: 0 0 50px;
}
div.subtitle b {
	display: block;
	font-size: 180%;
	line-height: 150%;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 1000px) {
	#title div.titleSearchList div.buttonContent {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	#title b,
	#catalogDetailTitle b {
		font-size: 140%;
		line-height: 160%;
		letter-spacing: 1px;
	}
	#title div.titleSearch b,
	#title div.titleSearchList b {
		padding-right: 60px;
	}
	#title div.titleSearch div.buttonContent {
		width: 40px;
		margin: -20px 0 0;
	}
	#title div.titleSearch div.buttonContent a {
		padding: 0;
		width: 40px;
		height: 40px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		overflow: hidden;
		font-size: 0;
	}
	#title div.titleSearch div.buttonContent a span {
		width: 100%;
		height: 100%;
		padding: 0;
		line-height: 40px;
	}
	#title div.titleSearch div.buttonContent a::before {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	#title div.titleSearch div.buttonContent a::after {
		left: 50%;
		margin: -12px 0 0 -12px;
	}
	div.subtitle {
		margin: 0 0 30px;
	}
	div.subtitle b {
		display: block;
		font-size: 128%;
		line-height: 150%;
		font-weight: 700;
	}
}
@media screen and (max-width: 370px) {
	div.subtitle b {
		font-size: 120%;
		line-height: 160%;
	}
}
/*========================================
　　ヘッダー
========================================*/
/*　ヘッダー
----------------------------------------*/
header {
	transition: .3s;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
header #headerMain {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
header div.logo {
	width: 313px;
	padding: 0 20px;
	line-height: 20px;
}
header div.logo a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	text-decoration: none;
	transition: .3s;
}
header div.logo a img {
	width: 100%;
	height: auto;
}
header.transform #headerMain {
	position: relative;
}
header.transform #headerMain {
	background: #FFF;
}
header.transform #headerMain::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 5px;
	background: linear-gradient(rgba(99,99,99,0.2) 0%, rgba(99,99,99,0) 100%);
}
header.transform div.pcNav {
	height: auto;
}
header div.logo a img {
	width: 100%;
	height: auto;
}
header h1 {
	padding: 0 0 5px;
	font-size: 10px;
	line-height: 14px;
	text-align: right;
	color: #999;
}
header.transform h1 {
	display: none;
}
header div.pcNav {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px 10px 0;
}
header div.pcNav::before {
	content: "";
	position: absolute;
	right: -60px;
	top: 0;
	width: 60px;
	height: 100%;
	background: #FFF;
}
header.transform div.pcNav {
	padding-bottom: 0;
}
header div.pcNav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
header div.pcNav div.text ul li {
	padding: 0 0 0 40px;
}
header div.pcNav div.text ul li a {
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
	text-align: center;
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
	transition: .3s;
	color: #000;
}
header div.pcNav div.text ul li a:hover {
	opacity: 0.6;
}
header.transform div.pcNav div.text ul li a:hover {
	opacity: 1;
}
header div.pcNav div.buttonContent ul {
	width: 240px;
	padding: 0 0 0 20px;
}
header div.pcNav div.buttonContent ul li {
	padding: 0 0 0 10px;
	flex: 1;
}
header div.pcNav div.buttonContent ul li a {
	height: 40px;
}
header div.pcNav div.buttonContent ul li a::after {
	left: 5px;
}
header div.pcNav div.buttonContent ul li a span {
	font-size: 80%;
}
header div.spNav {
	display: none;
}
@media screen and (max-width: 1300px) {
	header div.pcNav div.text ul li {
		padding: 0 0 0 30px;
	}
	header div.pcNav div.text ul li a {
		font-size: 88%;
		line-height: 150%;
	}
}
@media screen and (min-width: 1241px) {
	header div.nav .nav-wrap {
		display: block;
	}
}
@media screen and (max-width: 1240px) {
	header div.nav .nav-button {
		float: right;
		display: block;
		cursor: pointer;
	}
	header div.nav .nav-wrap {
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		z-index: 10;
		background-color: rgba(255, 255, 255, 0.95);
		width: 100%;
		height: 100%;
	}
	header div.pcNav  {
		display: none;
	}
	header div.spNav {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 60px 20px 20px;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	header div.spNavMain {
		max-width: 768px;
		margin: 0 auto;
		padding: 0 20px;
	}
	header div.spNav div.contact small {
		display: block;
		padding: 0 0 10px;
		text-align: center;
		line-height: 150%;
	}
	header div.spNav div.contact p {
		margin: 0;
		padding: 0 10px 20px 0;
	}
	header div.spNav div.contact p a {
		position: relative;
		display: table;
		margin: 0 auto;
		text-decoration: none;
		font-size: 30px;
		line-height: 30px;
		font-weight: 500;
	}
	header div.spNav div.contact p a::before {
		content: '\e0b0';
		font-size: 28px;
		line-height: 30px;
		font-family: "Material Symbols Outlined";
		font-weight: 300;
		padding: 0 10px 0 0;
	}
	header div.spNav div.contact div.buttonContent {
		padding: 0 0 20px;
	}
	header div.spNav div.contact div.buttonContent div {
		padding: 0 0 20px;
	}
	header div.spNav div.contact div.buttonContent ul {
		margin: 0 -5px;
	}
	header div.spNav div.contact div.buttonContent ul li {
		padding: 0 5px;
	}
	header div.spNav div.text {
		padding: 10px 0 0;
	}
	header div.spNav div.text ul li {
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid #DDD;
	}
	header div.spNav div.text ul li a {
		font-size: 94%;
		line-height: 150%;
		font-weight: 500;
		text-decoration: none;
		color: #000;
	}
	/*メニューボタン*/
	header div.nav {
		padding: 0 10px 0 0;
	}
	header div.nav .nav-button,
	header div.nav .nav-button span {
		display: inline-block;
		transition: all 0.4s;
		box-sizing: border-box;
	}
	header div.nav .nav-button {
		z-index: 20;
		position: relative;
		width: 28px;
		height: 28px;
	}
	header div.nav .nav-button span,
	header div.nav .nav-button span::before,
	header div.nav .nav-button span::after {
		position: absolute;
		width: 100%;
		height: 3px;
		border-radius: 3px;
		background: #000;
	}
	header div.nav .nav-button span {
		top: 50%;
		margin: -1px 0 0;
	}
	header div.nav .nav-button span::before,
	header div.nav .nav-button span::after {
		content: "";
	}
	header div.nav .nav-button span::before {
		top: -9px;
	}
	header div.nav .nav-button span::after {
		top: 9px;
	}
	header div.nav .nav-button.active span {
		background: #000;
	}
	header div.nav .nav-button.active span {
		-webkit-transform: translateY(16px) rotate(-45deg);
		transform: translateY(16px) rotate(-45deg);
		top: 12px;
	}
	header div.nav .nav-button.active span:before {
		opacity: 0;
	}
	header div.nav .nav-button.active span:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 0;
		background: #000;
	}
	header div.nav .nav-wrap.open {
		display: block;
	}
	header div.nav .nav-wrap.close {
		display: none;
	}
	header div.nav .nav-wrap.open h1 {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	header div.logo {
		width: 240px;
		padding-right: 0;
	}
	header div.nav .nav-button {
		width: 48px;
		height: 48px;
	}
	header div.nav .nav-button span {
		left: 12px;
	}
	header div.nav .nav-button.active span {
		top: 7px;
	}
	header div.nav .nav-button span,
	header div.nav .nav-button span::before,
	header div.nav .nav-button span::after {
		width: 24px;
	}
}
/*========================================
　　フッター
========================================*/
#footerMain {
	position: relative;
	overflow: hidden;
}
#footerMain div.pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 99999;
	width: 40px;
	height: 40px;
	overflow: hidden;
}
#footerMain div.pagetop a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(48,44,122,0.9) !important;
}
#footerMain div.pagetop a:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 1px;
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	height: 8px;
	width: 8px;
	margin: -4px 0 0 -4px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
}
#footerMain div.pagetop a span {
	display: none;
}
#footerMain h3 {
	padding: 10px 20px 20px;
	font-size: 10px;
	line-height: 12px;
	font-weight: 400;
	color: #999;
}
@media screen and (max-width: 1140px) {
	#footerMain div.pagetop {
		bottom: 50px;
	}
}
@media screen and (max-width: 480px) {
	#footerMain2 {
		padding: 0;
	}
	#footerMain h3,
	#footerLinkCompany,
	#footerCompany {
		display: none !important;
	}
	#footerMain div.pagetop {
		right: 0;
		bottom: 0;
	}
}
/*　お問い合わせ
----------------------------------------*/
#footerContact {
	position: relative;
	padding: 80px 0;
	background: url("../../img/footer/contact.jpg") no-repeat 50% 20% / cover;
}
#footerContact div.main {
	position: relative;
}
#footerContact dl {
	display: table;
	margin: 0 auto 20px;
}
#footerContact dl dt {
	padding: 0 0 10px;
	font-size: 114%;
	line-height: 140%;
	font-weight: 700 !important;
	text-shadow: #FFF 2px 0px 10px, #FFF -2px 0px 10px, #FFF 0px -2px 10px, #FFF -2px 0px 10px, #FFF 2px 2px 10px, #FFF -2px 2px 10px, #FFF 2px -2px 10px, #FFF -2px -2px 10px, #FFF 1px 2px 10px, #FFF -1px 2px 10px, #FFF 1px -2px 10px, #FFF -1px -2px 10px;
}
#footerContact dl dd p {
	margin: 0 0 10px;
	text-shadow: #FFF 2px 0px 10px, #FFF -2px 0px 10px, #FFF 0px -2px 10px, #FFF -2px 0px 10px, #FFF 2px 2px 10px, #FFF -2px 2px 10px, #FFF 2px -2px 10px, #FFF -2px -2px 10px, #FFF 1px 2px 10px, #FFF -1px 2px 10px, #FFF 1px -2px 10px, #FFF -1px -2px 10px;
}
#footerContact dl dd p a {
	position: relative;
	text-decoration: none;
	font-size: 50px;
	line-height: 60px;
	font-weight: 700 !important;
}
#footerContact dl dd p a::before {
	content: '\e0b0';
	font-size: 50px;
	line-height: 60px;
	font-family: "Material Symbols Outlined";
	font-weight: 500;
	padding: 0 15px 0 0;
}
#footerContact dl dd small {
	display: block;
	font-size: 80%;
	line-height: 180%;
	font-weight: 500;
	text-align: right;
	text-shadow: #FFF 2px 0px 10px, #FFF -2px 0px 10px, #FFF 0px -2px 10px, #FFF -2px 0px 10px, #FFF 2px 2px 10px, #FFF -2px 2px 10px, #FFF 2px -2px 10px, #FFF -2px -2px 10px, #FFF 1px 2px 10px, #FFF -1px 2px 10px, #FFF 1px -2px 10px, #FFF -1px -2px 10px;
}
#footerContact div.buttonContent {
	max-width: 720px;
	margin: 0 auto;
}
#footerContact div.buttonContent a {
	height: 80px;
}
#footerContact div.buttonContent a span {
	position: relative;
	padding: 0 0 0 60px;
	font-size: 140%;
}
#footerContact div.buttonContent a span::before {
	content: '\e158';
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	font-size: 40px;
	line-height: 40px;
	font-family: "Material Symbols Outlined";
	font-weight: 300;
	color: #FFF;
	display: block;
}
@media screen and (max-width: 768px) {
	#footerContact {
		padding: 70px 0;
	}
	#footerContact dl dt {
		font-size: 108%;
		line-height: 140%;
	}
	#footerContact dl dd p a {
		font-size: 34px;
		line-height: 40px;
	}
	#footerContact dl dd p a::before {
		font-size: 30px;
		line-height: 40px;
	}
	#footerContact dl dd small {
		font-size: 80%;
		line-height: 180%;
	}
	#footerContact div.buttonContent a {
		height: 60px;
	}
	#footerContact div.buttonContent a span {
		padding: 0 0 0 50px;
		font-size: 120%;
	}
	#footerContact div.buttonContent a span::before {
		top: 50%;
		width: 34px;
		height: 34px;
		margin: -17px 0 0;
		font-size: 34px;
		line-height: 34px;
	}
}
/*　フッターリンク
----------------------------------------*/
#footerLinkCompany {
	position: relative;
	line-height: 150%;
}
#footerLinkCompany div.main {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 0;
}
#footerLinkCompany div.link {
	display: flex;
	flex: 1;
}
#footerLinkCompany div.link div {
	flex: 1;
	padding: 0 40px 0 0;
	color: #FFF;
}
#footerLinkCompany div.link dl {
	padding: 0 0 40px;
}
#footerLinkCompany div.link dl dt {
	margin: 0 0 20px;
	padding: 0 0 5px;
	font-size: 80%;
	line-height: 150%;
	font-weight: 500;
	border-bottom: 1px solid #CCC;
}
#footerLinkCompany div.link dl dd ul li {
	padding: 0 0 10px;
	font-size: 74%;
	line-height: 150%;
}
#footerLinkCompany div.link dl dd ul li a {
	text-decoration: none;
	color: #FFF;
}
#footerLinkCompany div.company {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	padding: 0 0 0 40px;
	color: #FFF;
}
#footerLinkCompany div.company b {
	display: block;
	padding: 0 0 5px;
	line-height: 140%;
	font-weight: 700 !important;
}
#footerLinkCompany div.company p {
	margin: 0;
	font-size: 80%;
	line-height: 180%;
}
@media screen and (max-width: 768px) {
	#footerLinkCompany {
		display: none;
	}
}
/*　フッターコピーライト
----------------------------------------*/
#footerCopyright {
	color: #FFF;
}
#footerCopyright small {
    display: block;
    padding: 0 0 5px;
    font-size: 10px;
    line-height: 150%;
	text-align: right;
}
#footerCopyright small a {
	color: #FFF;
}
#footerCopyright p {
    font-size: 94%;
    line-height: 150%;
    margin: 0;
	padding: 0 0 20px;
	text-align: right;
	font-weight: 700 !important;
}
@media screen and (max-width: 768px) {
	#footerCopyright {
		padding: 10px 0 0;
	}
}
/*　パンくずリスト
----------------------------------------*/
#pankuzu {
	position: relative;
	padding: 13px 0;
	font-size: 10px;
	line-height: 14px;
}
#pankuzu div.col-1-1 {
	float: none;
}
#pankuzu div.col-1-1 div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -10px;
}
#pankuzu p {
	margin: 0;
	padding: 0 10px;
}
#pankuzu h2 {
	padding: 0 10px;
	color: #777;
}
@media screen and (max-width: 768px) {
	#pankuzu p {
		overflow-x: scroll;
		word-break: keep-all;
		white-space: nowrap;
	}
	#pankuzu p::-webkit-scrollbar {
		display: none;
	}
	#pankuzu h2 {
		display: none;
	}
}
/*　テキストボックス
----------------------------------------*/
.textboxContent input,
.textareaContent textarea {
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	background: #FFF;
}
.textboxContent input:focus,
.textareaContent textarea:focus {
	border: 1px solid #999;
}
.textboxContent input {
	padding: 0 10px;
	line-height: 40px;
	height: 40px;
}
.textareaContent textarea {
	padding: 8px 10px;
}
/*　セレクトメニュー
----------------------------------------*/
div.selectContent {
	position: relative;
}
div.selectContent::after {
	content: '\f46b';
	position: absolute;
	right: 4px;
	top: 50%;
	width: 26px;
	height: 26px;
	font-size: 26px;
	line-height: 26px;
	margin: -13px 0 0;
	font-weight: 400;
	font-family: "Material Symbols Outlined";
	pointer-events: none;
	transform: rotate(270deg);
}
div.selectContent select::-ms-expand {
	display: none;
}
div.selectContent select {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 0 35px 0 10px;
	font-size: 94%;
	-webkit-appearance: none;
	-moz-appearance: none;
	vertical-align: middle;
	appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	border: 1px solid #CCC;
	background: #FFF;
}
/*　テーブル
----------------------------------------*/
table.tableContent {
	position: relative;
	line-height: 160%;
	background-color: #FFF;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
table.tableContent th {
	font-weight: normal;
	padding: 10px 0;
	text-align: center;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	background-color: #EFEFEF;
}
table.tableContent td {
	padding: 10px 20px;
	border-top: 1px solid #DDD;
	background-color: #FFF;
}
@media screen and (max-width: 480px) {
	table.tableContent {
		font-size: 94%;
	}
	table.tableContent th,
	table.tableContent td {
		display: block;
		width: 100%;
	}
	table.tableContent th {
		padding: 5px 10px;
	}
	table.tableContent td {
		padding: 20px 10px;
		border-left: 1px solid #DDD;
		border-top: none;
	}
}
/*　必須項目
----------------------------------------*/
sup.required {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0 5px;
	font-size: 10px;
	line-height: 20px;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	font-weight: 500;
	text-align: center;
	background-color: #FFF;
	color: #F00;
	border: 1px solid #F00;
}
/*　ボタン
----------------------------------------*/
div.buttonContent {
	position: relative;
	clear: both;
	text-align: center;
}
div.buttonContent a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	text-decoration: none;
	text-align: center;
}
div.buttonContent a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
div.buttonContent a span {
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 108%;
	line-height: 150%;
	text-align: center;
}
div.buttonContent ul {
	display: flex;
	flex-wrap: wrap;
}
div.buttonContent ul li {
	width: 50%;
	padding: 0 10px;
}
div.buttonContent.button02 {
	overflow: hidden;
	max-width: 340px;
	margin: 0 auto;
}
div.buttonContent.button02 ul {
	margin: 0 0 0 -10px;
}
div.buttonContent.button02 ul li {
	margin: 0;
	padding: 0 0 0 10px;
}
div.buttonContent.button02 ul li a {
	width: 100%;
}
div.buttonContent.button03 {
	overflow: hidden;
	max-width: 250px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	div.buttonContent ul li {
		padding: 0 5px;
	}
	div.buttonContent a span {
		font-size: 94%;
	}
}
/*　ボタン2
----------------------------------------*/
div.pagenavi ul li a,
#register div.buttonContent.button02 ul li:first-child a,
#mypage div.buttonContent.button02 ul li:first-child a,
#mypageConditionsContent div.buttonContent ul li.delete a,
#mypageResignMain div.buttonContent.button02 ul li a,
#request div.requestButton div.buttonContent ul li:first-child a,
#password div.buttonContent.button02 ul li:first-child a {
	background: #E9E9E9;
	color: #000;
}
#footerContact dl dd ul li:first-child a::before,
#register div.buttonContent.button02 ul li:first-child a::before,
#mypage div.buttonContent.button02 ul li:first-child a::before,
#mypageConditionsContent div.buttonContent ul li.delete a::before,
#mypageResignMain div.buttonContent.button02 ul li a::before,
#request div.requestButton div.buttonContent ul li:first-child a::before,
#password div.buttonContent.button02 ul li:first-child a::before {
	display: none;
}
#register div.buttonContent.button02 ul li:first-child a::after,
#mypage div.buttonContent.button02 ul li:first-child a::after,
#mypageConditionsContent div.buttonContent ul li.delete a::after,
#mypageResignMain div.buttonContent.button02 ul li a::after,
#request div.requestButton div.buttonContent ul li:first-child a::after,
#password div.buttonContent.button02 ul li:first-child a::after {
	border-right: 2px solid #000;
	border-top: 2px solid #000;
}
div.tplSearchPrice div.mainContent ul li a,
div.tplListMansionCatalog dl dd ul li a,
#catalogIndexSearchConditions dl dd ul li a,
#catalogIndexSearchBlands dl dd ul li a {
	background: #E9E9E9;
	color: #000;
}
#toppageContent ul li a::before,
div.tplSearchPrice div.mainContent ul li a::before,
div.tplListMansionCatalog dl dd ul li a::before,
#catalogIndexSearchConditions dl dd ul li a::before,
#catalogIndexSearchBlands dl dd ul li a::before {
	display: block;
	border: 1px solid #DDD;
}
div.tplSearchArea ul li a::after,
div.tplSearchAlong ul li ul li a::after,
div.tplSearchPrice div.mainContent ul li a::after,
div.tplListMansionCatalog dl dd ul li a::after,
#toppageSearchContent01 div.searchLink ul li a::after,
#catalogIndexSearchConditions dl dd ul li a::after,
#catalogIndexSearchBlands dl dd ul li a::after,
#sellToppagePointsMain dl dd div.buttonContent ul li a::after {
	border-right: 2px solid #302C7A;
	border-top: 2px solid #302C7A;
}
/*　アイコン
----------------------------------------*/
.linkIcon01,
.linkIcon01li li,
.linkIcon02,
.linkIcon02li li {
	position: relative;
	padding-left: 15px;
}
.linkIcon01:after,
.linkIcon01li li:after,
.linkIcon02:after,
.linkIcon02li li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	margin: -3px 0 0;
	border-right: 2px solid #0B306C;
	border-top: 2px solid #0B306C;
	border-radius: 1px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.linkIcon01li li:after,
.linkIcon02li li:after {
	top: 8px;
	margin: 0;
}
.linkIcon03:after,
.linkIcon02li li:after {
	border-right: 2px solid #555;
	border-top: 2px solid #555;
}
/*　ステップ
----------------------------------------*/
#registerStep {
	overflow: hidden;
}
div.stepContent {
	margin: 0 -10px;
	padding: 20px 0 50px;
}
div.stepContent ul {
	position: relative;
	display: table;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
div.stepContent ul li {
	display: table-cell;
	width: 33.33%;
	vertical-align: top;
}
#registerStep div.stepContent ul li {
	width: 25%;
}
div.stepContent ul li p {
	position: relative;
	display: block;
	margin: 0;
	padding: 40px 0 0;
	color: #AAA;
}
div.stepContent ul li p b {
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}
div.stepContent ul li.visited p b {
	color: #000;
}
div.stepContent ul li p:before {
	content: "";
	position: absolute;
	left: -50%;
	top: 10px;
	width: 100%;
	height: 4px;
	z-index: 0;
	background: #DDD;
}
div.stepContent ul li:first-child p:before {
	display: none;
}
div.stepContent ul li p:after {
	position: absolute;
	left: 50%;
	top: 0;
	width: 24px;
	height: 24px;
	margin: 0 0 0 -12px;
	font-size: 14px;
	line-height: 24px;
	background: #CCC;
	color: #FFF;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}
div.stepContent ul li:first-child p:after {
	content: "1";
}
div.stepContent ul li:nth-child(2) p:after {
	content: "2";
}
div.stepContent ul li:nth-child(3) p:after {
	content: "3";
}
div.stepContent ul li:nth-child(4) p:after {
	content: "4";
}
@media screen and (max-width: 768px) {
	div.stepContent ul li p b br.spContent {
		display: inline;
	}
}
@media screen and (max-width: 768px) {
	div.stepContent {
		padding: 10px 0 40px;
	}
	div.stepContent ul {
		max-width: 500px;
	}
	div.stepContent ul li p b {
		display: inline-block;
		font-size: 11px;
		line-height: 14px;
		height: 5em;
		text-align: left;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}
/*========================================
　　テンプレート
========================================*/
div.templateContent {
	display: flex;
	padding: 0 0 60px;
}
div.templateContent div.img {
	width: 50%;
	padding: 0 60px 0 0;
}
div.templateContent div.img div {
	overflow: hidden;
}
div.templateContent div.img img {
	width: 100%;
	height: auto;
}
div.templateContent div.text {
	width: 50%;
}
div.templateContent.reverse {
	flex-direction: row-reverse;
}
div.templateContent.reverse div.img {
	padding: 0 0 0 60px;
}
@media screen and (max-width: 768px) {
	div.templateContent {
		display: block;
	}
	div.templateContent.reverse {
		flex-direction: row;
	}
	div.templateContent div.img,
	div.templateContent.reverse div.img {
		width: auto;
		padding: 0 0 20px;
	}
	div.templateContent div.text {
		width: auto;
		padding: 0;
	}
}
/*========================================
　　会員登録
========================================*/
div.membersContent {
	position: relative;
	padding: 50px 0 70px;
	overflow: hidden;
}
div.membersContent::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 620px;
	height: 536px;
	background: url("../../img/register/bg.png") no-repeat 50% 50% / 100% auto;
	margin: 0 0 0 -900px;
}
div.membersContentMain {
	display: flex;
}
div.membersContent div.left {
	width: 30%;
}
div.membersContent div.left div {
	padding: 20px 80px 0 0;
}
div.membersContent div.left b {
	display: block;
	margin: 0 0 20px;
	background: #322B79;
	color: #FFF;
	text-align: center;
}
div.membersContent div.left b span {
	display: table;
	margin: 0 auto;
	padding: 10px 5px;
	font-size: 180%;
	line-height: 140%;
	text-align: center;
}
div.membersContent div.left strong {
	display: block;
	font-size: 110px;
	line-height: 120px;
	letter-spacing: 10px;
	color: #322B79;
	text-align: center;
}
div.membersContent div.left strong span {
	display: block;
	color: #CF4623;
	font-weight: 600;
}
div.membersContent div.right {
	flex: 1;
}
div.membersContent div.right div.text b {
	display: block;
	padding: 0 0 20px;
	color: #322B79;
	font-size: 240%;
	line-height: 180%;
	font-weight: 700 !important;
}
div.membersContent div.right div.text b span {
	display: inline-block;
	background: #FFF;
	padding: 5px 10px;
	margin: 0 10px 0 0;
	transform: skewX(-15deg);
	line-height: 140%;
}
div.membersContent div.right div.text b em {
	display: inline-block;
	line-height: 140%;
}
div.membersContent div.right div.text b small {
	font-size: 80%;
	line-height: 140%;
}
div.membersContent div.right div.merit {
	padding: 0 0 25px;
}
div.membersContent div.right div.merit ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
div.membersContent div.right div.merit ul li {
	display: flex;
	align-items: stretch;
	width: 20%;
	padding: 0 5px 20px;
	font-size: 108%;
	line-height: 100%;
}
div.membersContent div.right div.merit ul li p {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 120px 20px 30px;
	background: #FFF;
}
div.membersContent div.right div.merit ul li p::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 20px;
	width: 80px;
	height: 80px;
	margin: 0 0 0 -40px;
	background: no-repeat 0 0 / 100% auto;
}
div.membersContent div.right div.merit ul li:nth-child(1) p::before {
	background-image: url("../../img/register/merit01.png");
}
div.membersContent div.right div.merit ul li:nth-child(2) p::before {
	background-image: url("../../img/register/merit02.png");
}
div.membersContent div.right div.merit ul li:nth-child(3) p::before {
	background-image: url("../../img/register/merit03.png");
}
div.membersContent div.right div.merit ul li:nth-child(4) p::before {
	background-image: url("../../img/register/merit04.png");
}
div.membersContent div.right div.merit ul li:nth-child(5) p::before {
	background-image: url("../../img/register/merit05.png");
}
div.membersContent div.right div.merit ul li p span {
	font-size: 114%;
	line-height: 140%;
	font-weight: 700 !important;
	letter-spacing: 1px;
}
div.membersContent div.right div.buttonContent ul {
	display: block;
}
div.membersContent div.right div.buttonContent ul li {
	width: 100%;
	padding: 0 0 20px;
}
div.membersContent div.right div.buttonContent ul li.members a {
	height: 110px;
}
div.membersContent div.right div.buttonContent ul li.login a {
	height: 60px;
}
div.membersContent div.right div.buttonContent ul li.members a span {
	font-size: 200%;
	line-height: 140%;
}
div.membersContent div.right div.buttonContent ul li.login a span {
	font-size: 140%;
	line-height: 140%;
}
@media screen and (min-width: 769px) {
	div.membersContent div.right div.merit ul li p span {
		writing-mode: vertical-rl;
	}
}
@media screen and (max-width: 768px) {
	div.membersContent {
		overflow: hidden;
		padding: 40px 0 70px;
	}
	div.membersContent::before {
		display: none;
	}
	div.membersContentMain {
		display: block;
	}
	div.membersContent div.left {
		position: relative;
		width: auto;
		padding: 0 0 280px
	}
	div.membersContent div.left::before {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 20px;
		width: 300px;
		height: 259px;
		margin: 0 0 0 -150px;
		background: url("../../img/register/bg.png") no-repeat 50% 50% / cover;
	}
	div.membersContent div.left div {
		padding: 0;
	}
	div.membersContent div.left b {
		display: block;
		margin: 0 0 20px;
		text-align: center;
	}
	div.membersContent div.left b span {
		padding: 0 5px;
		font-size: 108%;
		line-height: 40px;
	}
	div.membersContent div.left strong {
		display: block;
		padding: 0 0 20px;
		font-size: 280%;
		line-height: 120%;
		letter-spacing: 1px;
	}
	div.membersContent div.left strong span {
		display: inline-block;
		line-height: 120%;
	}
	div.membersContent div.right div.text b {
		padding: 0 0 40px;
		font-size: 148%;
		line-height: 180%;
		text-align: center;
	}
	div.membersContent div.right div.text b small {
		font-size: 88%;
		line-height: 140%;
	}
	div.membersContent div.right div.merit {
		padding: 10px 0 25px;
	}
	div.membersContent div.right div.merit ul {
		display: block;
		margin: 0;
	}
	div.membersContent div.right div.merit ul li {
		width: auto;
		padding: 0 0 20px;
		font-size: 108%;
		line-height: 100%;
	}
	div.membersContent div.right div.merit ul li p {
		padding: 90px 10px 20px;
	}
	div.membersContent div.right div.merit ul li p::before {
		top: 15px;
		width: 60px;
		height: 60px;
		margin: 0 0 0 -30px;
	}
	div.membersContent div.right div.merit ul li p span {
		font-size: 100%;
		line-height: 140%;
		letter-spacing: 0;
		text-align: center;
	}
	div.membersContent div.right div.buttonContent ul li.members a {
		height: 90px;
	}
	div.membersContent div.right div.buttonContent ul li.login a {
		height: 50px;
	}
	div.membersContent div.right div.buttonContent ul li.members a span {
		font-size: 160%;
		line-height: 140%;
	}
	div.membersContent div.right div.buttonContent ul li.login a span {
		font-size: 120%;
		line-height: 140%;
	}
}
/*========================================
　　マンション名一覧
========================================*/
div.tplListMansionCatalog {
	padding: 60px 0 20px;
}
div.tplListMansionCatalog dl dt {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px;
}
div.tplListMansionCatalog dl dt b {
	font-size: 120%;
	line-height: 140%;
	font-weight: 700;
}
div.tplListMansionCatalog dl dt a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	text-decoration: none;
}
div.tplListMansionCatalog dl dt a small {
	padding: 0 15px;
	font-size: 13px;
	line-height: 140%;
	font-weight: 700;
	text-align: center;
}
div.tplListMansionCatalog dl dt a::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin: -3px 0 0;
	border-radius: 1px;
	height: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 6px;
}
div.tplListMansionCatalog dl dd {
	padding: 0 0 30px;
}
div.tplListMansionCatalog dl dd ul li {
	float: left;
	padding: 0 10px 10px 0;
}
div.tplListMansionCatalog dl dd ul li a {
	position: relative;
	display: inline-block;
	padding: 0 15px 0 25px;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
}
div.tplListMansionCatalog dl dd ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
div.tplListMansionCatalog dl dd ul li a::after {
	position: absolute;
	left: 10px;
	top: 50%;
	content: "";
	margin: -3px;
	border-radius: 1px;
	height: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 6px;
}
@media screen and (max-width: 480px) {
	div.tplListMansionCatalog {
		padding: 50px 0 40px;
	}
	div.tplListMansionCatalog dl dt {
		margin: 0 0 10px;
	}
	div.tplListMansionCatalog dl dt b {
		display: none;
	}
	div.tplListMansionCatalog dl dt span {
		font-size: 100%;
		width: 100%;
	}
	div.tplListMansionCatalog dl dt span a {
		width: 100%;
		margin: 0;
	}
	div.tplListMansionCatalog dl dd {
		display: none;
	}
}
/*　ポイント
----------------------------------------*/
#toppageMessage:after {
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-out;
	-ms-transition: all .7s ease-out;
	transition: all .7s ease-out;
}
#enclosurePattern dl,
#loanMerit dl,
#meritDifference div.difference1 dl,
#meritPoints dl {
	position: relative;
	margin: 0 0 40px;
	padding: 30px 40px 40px 160px;
	background-color: #FFF;
	border: 1px solid #DDD;
}
#enclosurePattern dl:after,
#loanMerit dl:after,
#meritDifference div.difference1 dl:after,
#meritPoints dl:after {
	content: "";
	position: absolute;
	left: 40px;
	top: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0;
	font-size: 80px;
	font-family: "Material Symbols Outlined";
	font-weight: 300;
}
#enclosurePattern dl dt,
#loanMerit dl dt,
#meritDifference div.difference1 dl dt,
#meritPoints dl dt {
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 10px 65px;
	border-bottom: 1px solid #BBB;
}
#enclosurePattern dl dt b,
#loanMerit dl dt b,
#meritDifference div.difference1 dl dt b,
#meritPoints dl dt b {
	position: relative;
	display: block;
	font-size: 114%;
	line-height: 160%;
	font-weight: 700;
}
#enclosurePattern dl dt:before,
#loanMerit dl dt:before,
#meritDifference div.difference1 dl dt:before,
#meritPoints dl dt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 36px;
	line-height: 40px;
	margin: -25px 0 0;
	font-weight: 500;
	z-index: 1;
	color: #0B306C !important;
	background: none !important;
}
#enclosurePattern dl.pattern01 dt:before,
#loanMerit dl.merit01 dt:before,
#meritPoints dl.merit01 dt:before {
	content: "01";	
}
#enclosurePattern dl.pattern02 dt:before,
#loanMerit dl.merit02 dt:before,
#meritPoints dl.merit02 dt:before {
	content: "02";	
}
#enclosurePattern dl.pattern03 dt:before,
#loanMerit dl.merit03 dt:before,
#meritPoints dl.merit03 dt:before {
	content: "03";	
}
#loanMerit dl.merit04 dt:before,
#meritPoints dl.merit04 dt:before {
	content: "04";	
}
#loanMerit dl.merit05 dt:before,
#meritPoints dl.merit05 dt:before {
	content: "05";	
}
@media screen and (max-width: 768px) {
	#enclosurePattern dl,
	#meritDifference div.difference1 dl,
	#loanMerit dl,
	#meritPoints dl {
		margin: 0 0 30px;
		padding: 100px 20px 20px;
	}
	#enclosurePattern dl dt:before,
	#meritDifference div.difference1 dl dt:before,
	#loanMerit dl dt:before,
	#meritPoints dl dt:before {
		left: 10px;
		top: -90px;
		font-size: 30px;
		line-height: 30px;
		margin: 0;
	}
	#enclosurePattern dl:after,
	#meritDifference div.difference1 dl:after,
	#loanMerit dl:after,
	#meritPoints dl:after {
		left: 50%;
		top: 40px;
		width: 60px;
		height: 60px;
		margin: 0 0 0 -30px;
		font-size: 60px;
	}
	#enclosurePattern dl dt,
	#loanMerit dl dt,
	#meritDifference div.difference1 dl dt,
	#meritPoints dl dt {
		margin: 0 -15px;
		padding: 0 0 10px;
		border: none;
	}
	#enclosurePattern dl dt b,
	#meritDifference div.difference1 dl dt b,
	#loanMerit dl dt b,
	#meritPoints dl dt b {
		font-size: 108%;
		line-height: 160%;
		text-align: center;
	}
}
div.buttonContent a span,
#title b,
#catalogDetailTitle b,
div.subtitle b,
header div.spNav div.contact p a,
#footerContact dl dt,
#footerContact dl dd p,
#footerLinkCompany div.company b,
#footerCopyright p,
div.membersContent div.left,
div.membersContent div.right div.text b,
div.membersContent div.right div.merit ul li p span,
#toppageMainImg div.main dl dt,
#toppageMainImg div.main dl dd b,
#toppageLink ul li a,
#toppageMessage div.message div.text b,
#toppageMessage div.text div.right p.m0,
#toppageCompany div.main div.left dl dt p,
#toppageConsulting strong,
div.listContent dl dd div.price b,
#listMain div.listMain dl dd div.right div.price b,
div.tplPropertyBase div.price b,
div.catalogList div.catalogListMain div.main span.price b,
div.listContent dl dd div.loan ul li b,
#search div.searchButton a span,
#search table td.stations p.stations,
#searchConditions p.conditions,
#buy div.subtitle:before,
#buy div.subtitle:after,
#buy01 div.chart dl dd,
#buy b.subtitle2,
#buy01 table caption,
#buy04 table caption,
#buy02 dl dt b,
#buy02 dl dd ul li p:before,
#buy03 dl dt,
#buy04 dl dt,
#buy05 dl dt,
#buy06 dl.clearfix dt,
#buy06 div.flow dl dt,
#sell div.subtitle:before,
#sell div.subtitle:after,
#sell01 dl dt,
#sell02 dl dt,
#sell03 dl dt,
#sell04 dl dt,
#sell05 dl dt,
#sell06 dl.clearfix dt,
#sell02 dl dd ul li span,
#sell06 div.flow dl dt,
#listMain div.listMain dl dt,
div.listRequest dl dd ul li a,
#listMainNumber table td ul li.number b,
#list div.listNumber p b,
#listSide b.subtitle,
div.sideContentSearch div.closeButton a,
div.tplPropertyButtons ul li a span,
#propertyLoanRenovation div.result ul li.bold,
#faqLink dl dd ul li:after,
#faqMain dl dt,
#faqMain dl dd:before,
#login div.loginTitle b,
#register01Merit dl dt,
div.stepContent ul li p:after,
#contact div.buttonContent button,
#privacy div.main > dl > dt,
#privacy div.privacyContact b,
#rentMain div.title p strong,
#rentList div.text p span b,
#rentList ul li:last-child span b,
#rentFloorplan dl dt p,
#rentFloorplan dl dd div.right table tr:last-child td b,
#catalogIndexSearchConditions div.conditionsMain ul li a,
#catalogIndexSearchConditions dl dt span,
#companyProfile dl dt,
#companyGreeting b.subtitle2,
#companyGreeting ol li::before,
#mypageTab ul li a,
#mypageIndexMessage dl dt,
#mypageConditionsContent div.tab ul li.active a,
#mypageConditions2Content dl dt,
#passwordFinish div.step dl dt,
#register02 div.step dl dt,
div.tplDailyUpdate ul.main li b,
#catalogIndexSearchConditions dl dd ul li a span,
#listSide div.closeButton a, div.sideContentSearch div.closeButton a,
div.tplNegotiationBanner p,
#consulting04 div.point dl dt,
#consulting05 dl dt.case div,
#consulting05 dl dt.case p,
#consulting div.main.img3 dl dd b,
#consulting07 div.flow div::before,
#consulting07 div.flow div::after,
#consulting07 div.flow dl dt,
#consultingSimulation div.main dl dt,
#consultingSimulation div.resultMain dl dt p b,
#consultingSimulation div.resultMain dl dd p,
#consultingSimulation div.resultBottom dl,
#salePoints dl dd p,
#saleOtameshi ul li p,
div.planContent dl dd b,
#salePlan dl dt strong,
#saleSelect dl dt,
div.planContent dl dd b,
div.planContent dl dd strong,
#salePlan dl dt b,
#saleAssess p.m0 span,
div.planContent dl dt::before,
div.planContent dl dt::after,
#toppageSale div.text strong,
div.tplListMansionCatalog dl dt a small,
div.tplListMansionCatalog dl dt b,
div.catalogList b.subtitle02 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
}
#search table td.stations p.stations,
#searchConditions p.conditions,
#privacy div.main > dl > dt,
#privacy div.privacyContact b,
#passwordFinish div.step dl dt {
	font-weight: 700 !important;
}

/*　仲介手数料アイコン
----------------------------------------*/
div.feeCircle {
	position: relative;
	margin: 0 auto;
	width: 140px;
	height: 140px;
	overflow: hidden;
	line-height: 0;
}
div.feeCircle div.feeCircleMain {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -106px 0 0 -103px;
	width: 200px;
	height: 200px;
}
div.feeCircle div.off {
	position: absolute;
	left: 0;
	top: 0;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 0;
}
div.feeCircle div.off p {
	display: table-cell;
	margin: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	font-size: 10px;
	line-height: 10px;
	padding: 10px 0 0 8px;
}
div.feeCircle div.off p small {
	display: block;
	padding: 3px 0;
	font-size: 10px;
	line-height: 10px;
}
div.feeCircle div.off p span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 900;
}
div.feeCircle div.off p b {
	font-size: 18px;
	font-weight: 900;
}
