@charset "utf-8";
/************************************************************
* Reset
************************************************************/
body,
h1,
h2,
p,
ul,
ol {
	margin: 0;
	padding: 0;
}
ul,
ol {
	list-style: none;
}
h1,
h2 {
	font: inherit;
}
/************************************************************
* Common
************************************************************/
*,
*::after,
*::before {
	box-sizing: border-box;
}
body {
	color: #333333;
	font-family: Meiryo, "メイリオ", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
main {
	/* ie11対策 */
	display: block;
}
.sp {
	display: none;
}
.imgLink {
	transition: opacity 0.3s cubic-bezier(.23, 1, .32, 1);
}
.imgLink:hover {
	opacity: 0.7;
}
/************************************************************
* Header
************************************************************/
.headerWrapper {
	margin: 0 auto;
	max-width: 1020px;
	padding: 0 10px;
}
.headerInner {
	border-bottom: 2px solid #D36985;
	padding: 23px 10px 15px;
}
.headerLink {
	display: inline-block;
	font-size: 0;
	vertical-align: bottom;
}
.logoBeauty {
	height: 52px;
	width: 131px;
}
.headerTxt {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 10px 13px;
}
.breadcrumbWrapper {
	margin-top: 8px;
	padding-left: 20px;
}
.breadcrumb {
	font-size: 0;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	white-space: nowrap;
}
.breadcrumb > li {
	display: inline;
	font-size: 12px;
}
.breadcrumb > li + li::before {
	content: ">";
	margin: 0 9px 0 6px;
}
.breadcrumb > li > a {
	color: #4C4C80;
}
/************************************************************
* Index
************************************************************/
.indexContainer {
	margin-top: 33px;
}
.gnavWrapper {
	background: #FBF0F3;
}
.gnavWrapper.isFixed {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1;
}
.gnav {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1020px;
	padding: 11px 10px 12px;
}
.gnavTitle {
	flex: none;
	height: 73px;
	margin: 0 20px 0 15px;
	width: 323px;
}
.gnavTagList {
	font-size: 0;
}
.gnavTagList > li {
	display: inline-block;
	font-size: 13px;
	margin: 5px 10px 5px 0;
}
.gnavTagList > li:last-child {
	margin-right: 0;
}
.gnavTagList > li > a {
	align-items: center;
	background: #FFFFFF;
	border-radius: 14px;
	color: #CC4466;
	display: flex;
	justify-content: center;
	padding: 4px 0;
	width: 46px;
}
.gnavTagList > li > a:hover {
	background: #CC4466;
	color: #FFFFFF;
	font-weight: bold;
}
.indexWrapper {
	margin: 0 auto;
	max-width: 1020px;
	padding: 0 10px 40px;
}
.indexItem {
	margin-top: 40px;
}
.indexItem:first-child {
	margin-top: 30px;
}
.hdgIndex {
	border-bottom: 2px solid #EEEEEE;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0;
	position: relative;
}
.hdgIndex::after {
	background: #CC4466;
	bottom: -2px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 44px;
}
.indexList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}
.indexList > li {
	font-size: 14px;
	margin-top: 30px;
	padding: 0 10px 0 17px;
	position: relative;
	width: 25%;
	word-wrap: break-word;
}
.indexList > li::before {
	background: url(/doc/bn/glossary/img/icon_arrow_list_hair.png) left top/100% auto no-repeat;
	content: "";
	height: 15px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 9px;
}
.indexList > li > a:hover {
	text-decoration: underline;
}
/************************************************************
* Glossary
************************************************************/
.glossaryWrapper {
	background: #FBF0F3;
	margin-top: 33px;
	overflow: hidden;
	padding: 40px 0 20px;
}
.glossaryInner {
	margin: 0 auto;
	max-width: 890px;
	padding: 0 15px;
}
.glossaryArticle {
	background: #FFFFFF url(/doc/bn/glossary/img/bg_article_hair.png) right 15px bottom 25px/233px auto no-repeat;
	border-radius: 16px;
	box-shadow: 0 0 10px 0 #FFE9EE;
	position: relative;
}
.glossaryArticleInner {
	padding: 40px 60px;
	position: relative;
}
.glossaryArticle::before,
.glossaryArticle::after,
.glossaryArticleInner::after {
	content: "";
	display: block;
	position: absolute;
}
.glossaryArticle::before {
	background: url(/doc/bn/glossary/img/article_item_hair_01.png) left top/100% auto no-repeat;
	height: 158px;
	right: -54px;
	top: 1%;
	width: 83px;
}
.glossaryArticle::after {
	background: url(/doc/bn/glossary/img/article_item_hair_03.png) left top/100% auto no-repeat;
	bottom: 1%;
	height: 50px;
	left: -31px;
	width: 31px;
}
.glossaryArticleInner::after {
	background: url(/doc/bn/glossary/img/article_item_hair_02.png) left top/100% auto no-repeat;
	bottom: 50%;
	height: 123px;
	left: -79px;
	transform: translateY(50%);
	width: 121px;
}
.articleHeader {
	margin-bottom: 38px;
	padding-bottom: 10px;
	position: relative;
}
.articleHeader::before,
.articleHeader::after {
	content: "";
	display: block;
	position: absolute;
}
.articleHeader::before {
	background: #EEEEEE;
	border-radius: 1px;
	bottom: -2px;
	height: 2px;
	left: 0;
	width: 100%;
}
.articleHeader::after {
	background: url(/doc/bn/glossary/img/icon_arrow_article_hair.png) left top/100% auto no-repeat;
	bottom: -10px;
	display: block;
	height: 19px;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
}
.articleTitle {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	word-wrap: break-word;
}
.glossaryArticle p {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 20px;
}
.articleLinkBtn {
	background: #FAC2D1;
	border-radius: 16px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 10px;
	transition: opacity 0.3s cubic-bezier(.23, 1, .32, 1);
}
.articleLinkBtn:hover {
	opacity: 0.7;
}
.glossaryArticleAside {
	align-items: flex-start;
	color: #999999;
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	margin-top: 15px;
	word-wrap: break-word;
}
.indexLink {
	flex: none;
	padding-right: 10px;
}
.indexLink:hover {
	text-decoration: underline;
}
.articleTitleBottom {
	min-width: 0;
	text-align: right;
}
/************************************************************
* Footer
************************************************************/
.footerWrapper {
	margin: 0 auto;
	max-width: 1020px;
	padding: 40px 10px 60px;
}
.footerInner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.footerMenu {
	align-items: center;
	color: #333333;
	display: flex;
	font-size: 12px;
}
.footerMenu > li {
	margin-left: 10px;
	padding-left: 10px;
}
.footerMenu > li a {
	color: #4C4C80;
}
.footerMenu > li + li {
	border-left: 1px solid #DDDDDD;
}
.footerImgLink a {
	display: block;
	font-size: 0;
}
.footerImgLink img {
	width: 100px;
}
.footerImgLink small {
	color: #50646F;
	font-family: Roboto Regular;
	font-size: 10px;
	line-height: 1;
	margin-left: 10px;
	vertical-align: bottom;
}
.footerTxtLink {
	color: #4C4C80;
	font-size: 10px;
	font-weight: bold;
	line-height: 2.5;
}
/* PAGETOP */
.pageTopImg {
	background: url(/CSP/img/common/btn_pageTop.png) no-repeat;
	bottom: 30px;
	display: none;
	height: 54px;
	text-indent: 100%;
	overflow: hidden;
	position: fixed;
	right: 30px;
	white-space: nowrap;
	width: 54px;
	z-index: 1;
}
@media (max-width: 1148px) {
	.pageTopImg {
		bottom: 18px;
		right: 10px;
	}
}
/************************************************************
 * SP
 ************************************************************/
@media (max-width: 767px) {
	/************************************************************
	* Common
	************************************************************/
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	img.sp {
		display: inline;
	}
	/************************************************************
	* Header
	************************************************************/
	.headerWrapper {
		padding: 0;
		width: 100%;
	}
	.headerInner {
		border-bottom-color: #998A8A;
		padding: 10px;
	}
	.logoBeauty {
		height: 47px;
		width: 115px;
	}
	.headerTxt {
		display: none;
	}
	.breadcrumbWrapper {
		margin-top: 12px;
		padding-left: 10px;
	}
	.breadcrumb > li {
		font-size: 10px;
	}
	/************************************************************
	* Index
	************************************************************/
	.indexContainer {
		margin-top: 23px;
	}
	.gnav {
		padding: 12px 21px 19px 22px;
		width: 100%;
	}
	.gnavTitle {
		height: auto;
		margin: 0 auto;
		max-width: 332px;
		width: inherit;
	}
	.gnavTagListWrapper {
		display: none;
	}
	.indexWrapper {
		padding: 0;
		width: 100%;
	}
	.indexItem,
	.indexItem:first-child {
		margin-top: 0;
	}
	.hdgIndex {
		align-items: center;
		border-bottom: 1px solid #CCCCCC;
		display: flex;
		font-size: 16px;
		height: 48px;
		padding: 0 10px;
	}
	.hdgIndex::after {
		background: url(/doc/bn/glossary/img/icon_arrow_acc_hair_off.png) left top/100% auto no-repeat;
		bottom: 50%;
		height: 9px;
		left: auto;
		right: 13.5px;
		transform: translateY(50%);
		width: 15px;
	}
	.hdgIndex.isOpened::after {
		background-image: url(/doc/bn/glossary/img/icon_arrow_acc_hair_on.png);
	}
	.indexList {
		display: block;
		display: none;
		margin-top: 0;
	}
	.indexList > li {
		border-bottom: 1px solid #CCCCCC;
		font-size: 12px;
		line-height: 1.3;
		margin-top: 0;
		padding: 0;
		width: 100%;
	}
	.indexList > li::before {
		left: auto;
		right: 15.5px;
		top: 50%;
		transform: translateY(-50%);
	}
	.indexList > li > a {
		align-items: center;
		display: flex;
		min-height: 48px;
		padding: 8px 35px 8px 10px;
	}
	.indexList > li > a:hover {
		text-decoration: none;
	}
	.indexList > li > a > span {
		min-width: 0;
	}
	/************************************************************
	* Glossary
	************************************************************/
	.glossaryWrapper {
		margin-top: 30px;
		padding: 15px 0;
	}
	.glossaryArticle {
		background-position: right 8px bottom 16px;
		background-size: 146px auto;
		border-radius: 12px;
	}
	.glossaryArticleInner {
		padding: 30px 15px;
	}
	.glossaryArticle::before,
	.glossaryArticle::after,
	.glossaryArticleInner::after {
		content: none;
	}
	.articleHeader {
		margin-bottom: 16px;
	}
	.articleHeader::after {
		bottom: -8px;
		height: 15px;
		width: 22px;
	}
	.articleTitle {
		font-size: 16px;
	}
	.glossaryArticle p {
		font-size: 12px;
		line-height: 1.7;
		margin-top: 15px;
	}
	.articleLinkBtn {
		font-size: 10px;
	}
	.articleLinkBtn:hover {
		opacity: 1;
	}
	.glossaryArticleAside {
		font-size: 10px;
		margin-top: 10px;
	}
	.indexLink:hover {
		text-decoration: none;
	}
	/************************************************************
	* Footer
	************************************************************/
	.footerWrapper {
		padding: 20px 10px;
		width: 100%;
	}
	.footerInner {
		display: block;
		font-size: 0;
	}
	.footerMenu {
		display: inline-flex;
		flex-wrap: wrap;
		font-size: 9px;
		justify-content: center;
	}
	.footerMenu > li {
		margin-bottom: 5px;
		margin-left: 7px;
		padding-left: 7px;
	}
	.footerMenu > li:first-child {
		margin-left: 0;
		padding-left: 0;
	}
	.footerImgLink {
		height: 27px;
		margin-top: 10px;
	}
	.footerImgLink a {
		display: inline-block;
	}
}