@charset 'UTF-8';

/* indexTDiamond */
.indexTDiamond {
	color: #725a91;
}

/* indexTRuby */
.indexTRuby {
	color: #c64f7b;
}

/* indexTPerl */
.indexTPerl {
	color: #dcc6a3;
}

.indexTDiamond > span,
.indexTRuby > span,
.indexTPerl > span {
	position: relative;
	padding-left: 25px;
}
.indexTDiamond > span > img,
.indexTRuby > span > img,
.indexTPerl > span > img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	transform: translateY(-50%);
}

/* footer */
.mcs-footerNavInner {
	display: block;
	padding: 25px 0 20px;
}
.mcs-footerNavList {
	width: 100%;
	padding: 35px 30px;
	margin-top: 20px;
	background: #fff;
	border-radius: 6px;
	box-sizing: border-box;
}
.mcs-footerNavList > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -50px;
	margin-top: -20px;
}
.mcs-footerNavList > ul > li {
	margin-top: 20px;
	margin-left: 50px;
	font-size: 14px;
}
.mcs-footerNavList > ul > li > a {
	display: block;
}
.mcs-footerNavList > ul > li > a > span {
	position: relative;
	display: inline-block;
}
*[class*='columnFooterGlyph'] > span {
	position: relative;
	padding-left: 36px;
}
*[class*='columnFooterGlyph'] > span:before {
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	content: '';
	background-repeat: no-repeat;
}
.columnFooterGlyph01 > span:before {
	margin-top: -11px;
	width: 30px;
	height: 22px;
	background-image: url(/kojin/column/images/footer_icon_01.png);
	background-size: 30px 22px;
}
.columnFooterGlyph02 > span:before {
	margin-top: -13px;
	width: 26px;
	height: 26px;
	background-image: url(/common/column/images/common_fixedmenu_icon_03.svg);
	background-size: 26px;
}
.columnFooterGlyph03 > span:before {
	margin-top: -10px;
	width: 30px;
	height: 20px;
	background-image: url(/common/column/images/common_fixedmenu_icon_02.png);
	background-size: 30px 20px;
}
.columnFooterGlyph04 > span:before {
	margin-top: -13px;
	width: 31px;
	height: 27px;
	background-image: url(/common/column/images/footer_icon_04.png);
	background-size: 31px 27px;
}

/* otherClubIndexStyle01 */
.otherClubIndexStyle01 {
	background: #e7fce8;
}
/* otherClubIndexStyle02 */
.otherClubIndexStyle02.mcs-jsAccordionBlock [class*='mcs-glyphAccordion'] {
	justify-content: flex-start;
}

/* otherClubIndexStyle03 */
.otherClubIndexStyle03 {
	margin: 0 auto;
	padding: 0;
	width: 640px;
	background: url(/kojin/column/club/images/index_img_13.png) no-repeat left top;
	background-size: contain;
}
.otherClubIndexStyle03 .otherClubIndexStyleItem {
	padding: 30px 40px 0;
	box-sizing: border-box;
}
