@charset "UTF-8";

/*
*******************************************************************************************************
# Hythiol -　肌の代謝とL-システイン common
*******************************************************************************************************
*/

.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}

.boxLeft {
	float: left;
}
.boxRight {
	float: right;
}

/* ====================================================================
common.css
==================================================================== */

.contentBox {
	margin-bottom: 100px;
}

.mainArea {
	float: none;
	width: 100%;
}

.aboutContents {
	margin: 0 0 0;
}

@media only screen and (max-width: 767px) {
	#content {
		overflow: hidden;
	}
	.aboutContents {
		font-size: 15px;
		margin: 0 20px 0;
	}
	.aboutContents img {
		width: 100%;
		max-width: none;
	}

	.aboutContents .modImgBox.img1Col {
		width: auto;
		margin-left: -20px;
		margin-right: -20px;
	}

	.contentBox {
		margin-bottom: 50px;
	}

}

/*------------------------------------
	.modAboutTitle
------------------------------------*/

.modAboutTitle {
	font-size: 25px;
	font-weight: bold;
	color: #e30019;
	padding-left: 25px;
	border-left: 5px solid #e30019;
	margin-bottom: 80px;
}
.modAboutTitle span {
	font-size: 15px;
}

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

	.modAboutTitle {
		font-size: 23px;
		font-weight: bold;
		color: #e30019;
		padding-left: 15px;
		border-left: 5px solid #e30019;
		margin: 0 -10px 10px;
		line-height: 1.4;
	}
	.modAboutTitle span {
		font-size: 15px;
		display: block;
		font-weight: normal;
	}
}

/*------------------------------------
	.sectionLead
------------------------------------*/

.sectionLead {
	position: relative;
}


/*------------------------------------
	.titleH3Icon
------------------------------------*/

.titleH3Icon {
	position: relative;
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6;
}

.titleH3Icon .txt {
	display: block;
	margin-left: 46px;
}

.titleH3Icon .iconH2 {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #E30019;
	font-size: 24px;
	line-height: 1.8;
}

.titleH3Icon.acne .iconH2 {
	color: #F30088;
}

@media only screen and (max-width: 767px) {
	.titleH3Icon {
		font-size: 18px;
	}

	.titleH3Icon .txt {
		margin-left: 40px;
	}
}

/*------------------------------------
	.modSecTitleWrap
------------------------------------*/

.modSecTitleWrap {
	position: relative;
	width: 100%;
	height: 415px;
	margin: 0 auto 60px;
}
.modSecTitleWrap.type01:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -61px;
	right: -74px;
	width: 269px;
	height: 250px;
	background: url(/hythiol/lcysteine/images/bg_01.png) no-repeat 0 0;
}
.modSecTitleWrap.type02:before {
	content: url(/hythiol/lcysteine/images/bg_02.png);
	position: absolute;
	top: -50px;
	left: -80px;
}
.modSecTitleInner {
	position: relative;
	z-index: 1;
	display: table;
	height: 100%;
	width: 100%;
	padding-right: 44%;
	box-sizing: border-box;
}
.modSecTitleInner:before {
	position: absolute;
	top: 0;
	left: 56.5%;
}
.modSecTitleInner.active:before {
	left: 56.5%;
	opacity: 1;
}
.modSecTitleInner:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 1014px;
	height: 395px;
	border: 2px solid #e5e5e5;
	box-sizing: border-box;
	transition: all 1.0s cubic-bezier(0.165,0.84,0.44,1);
}


.modSecTitle {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.modSecTitle span {
	display: block;
	position: relative;
	top: 15px;
}
.modSecTitle .txt01 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 70px;
	background-image: url(/hythiol/lcysteine/images/icn_01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.modSecTitle .txt02 {
	font-size: 11px;
	color: #cccccc;
	margin-bottom: 20px;
}
.modSecTitle .txt03 {
	font-size: 24px;
	color: #cccccc;
}

.modTextBox {
	font-size: 15px;
}
.modTextBox p {
	margin-top: 1.5em;
}
.modTextBox p:first-child {
	margin-top: 0;
}
.modTextBox .note {
	font-size: 10px;
}

.modSecSubTitle {
	padding-left: 45px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
	background-image: url(/hythiol/lcysteine/images/icn_01.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.modRelativeBox {
	background-color: #f5f5f5;
	margin: 0 -30px;
	padding: 40px 50px;
}
.modRelativeBox ul {
	letter-spacing: -0.4em;
	text-align: center;
}
.modRelativeBox li {
	display: inline-block;
	letter-spacing: 0;
}
.modRelativeBox a {
	display: block;
}
.modRelativeBox a img {
	display: block;
}
.modRelativeBox a span {
	display: inline-block;
	background-position: right center;
	padding-right: 15px;
	margin-top: 10px;
	font-weight: bold;
}
.modRelativeBox a span.modArrowR2 {
	color: #e30019;
}
.modRelativeBox a span.modArrowR3 {
	color: #d8007b;
}
.modRelativeBoxListBnr {
	padding-bottom: 40px;
	margin: 0 -10px;
	border-bottom: 2px solid #ffffff;
}
.modRelativeBoxListBnr li {
	margin: 0 10px;
}
.modRelativeBoxListItm {
	margin-top: 40px;
}
.modRelativeBoxListItm li {
	margin: 0 11px;
}

.modLineImage {
	position: relative;
	margin: 0 60px 10px 0;
}
.modLineImage:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	border: 1px solid #dcdcdc;
}
.modLineImage img {
	position: relative;
	z-index: 1;
}
.modLineImage.imgRight {
	margin: 0 0 10px 60px;
}
.modLineImage.imgRight:after {
	left: -10px;
}


@media only screen and (max-width: 767px) {
	.modSecTitleWrap {
		position: relative;
		width: auto;
		height: auto;
		padding: 53px 10px 10px;
		margin: 0 -20px 25px;
	}
	.modSecTitleWrap.type01:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 30px;
		width: 149px;
		height: 53px;
		background-image: url(/hythiol/lcysteine/images/sp/bg_01.png);
		background-size: 149px auto;
	}
	.modSecTitleWrap:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 180px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.modSecTitleInner {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
		z-index: 1;
		border: 1px solid #e30019;
		box-sizing: border-box;
		padding: 0 0 170px 0;
	}

	.modSecTitleInner:after {
		display: none;
	}

	.modSecTitle {
		display: block;
		text-align: center;
		padding: 30px 0;
	}
	.modSecTitle span {
		display: block;
	}
	.modSecTitle .txt01 {
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 5px;
		padding-top: 35px;
		background-image: url(/hythiol/lcysteine/images/sp/icn_01.png);
		background-size: 24px auto;
		background-repeat: no-repeat;
		background-position: center top;
	}
	.modSecTitle .txt02 {
		font-size: 9px;
		color: #cccccc;
		margin-bottom: 10px;
	}
	.modSecTitle .txt03 {
		color: #cccccc;
	}
}

/*------------------------------------
	.modLcysBnr
------------------------------------*/

.modLcysBnr {
	background-color: #f7f7f7;
	padding: 40px 87px;
}

.bannerList {
	display: flex;
	justify-content: space-around;
	width: 850px;
}

.bannerList li {
	width: 415px;
}

.bannerList li:nth-child(even) {
	margin-left: 20px;
}

.sectionRelatedItems .modLcysBnr {
	padding-bottom: 0;
}

.sectionRelatedItems .bannerList {
	padding-bottom: 40px;
	border-bottom: 2px solid #fff;
}


@media only screen and (max-width: 767px) {
	.modLcysBnr {
		padding: 0 20px;
	}

	.bannerList {
		display: block;
		width: 100%;
		padding: 35px 0;
		background-color: #f5f5f5;
		text-align: center;
	}

	.bannerList li {
		width: 100%;
	}

	.bannerList li:nth-child(even) {
		margin-left: 0;
	}

	.bannerList li:first-child {
		margin-bottom: 10px;
	}

	.sectionRelatedItems .bannerList {
		padding-bottom: 20px;
		border-bottom: 1px solid #fff;
	}
}
