@charset "utf-8";

/*--------------------*/
/*---- contents.css ----*/
/*--------------------*/
/*
border: 1px solid gray;	
*/

/*--------------------*/
/*----- セペ・シリーズとは？ ------*/
/*--------------------*/
.box_l {
	width: 464px;
	margin-top: 20px;
	float: left;
}
.box_r {
	width: 406px;
	float: right;
}


/*--------------------*/
/*----- 商品情報 ------*/
/*--------------------*/
.boxLinup {
	background-image: url('../../images/cepee/product/bg_lineup.png');
	background-repeat: no-repeat;
	background-position: 140px 0px;
}
.boxLinup .boxLinup_l {
	width: 302px;
	float: left;
}
.boxLinup .boxLinup_r {
	width: 598px;
	float: right;
}
.boxLinup .boxTxt {
	margin: 0px 0px 30px 18px;
}

.lineupPhoto_01 {
	margin: 53px 0px 0px 18px;
}
.lineupPhoto_02 {
	margin: 52px 0px 0px 34px;
}
.lineupPhoto_03 {
	margin: 45px 0px 0px 112px;
}
.lineupTxt_01 {
	margin: 58px 0px 25px 10px;
}
.lineupTxt_02 {
	margin: 52px 0px 25px 15px;
}
.lineupTxt_03 {
	margin: 44px 0px 25px 0px;
}

.boxDetail {
	width: 100%;
}
.boxDetailIn {
	width: 736px;
	margin: 55px auto 55px auto;
}
.boxDetailIn_02 {
	width: 840px;
	margin: 24px auto 19px auto;
}
.boxDetailIn_03 {
	width: 780px;
	margin: 44px auto 29px auto;
}

.boxDetail_01_l {
	margin-left: 8px;
	float: left;
}
.boxDetail_01_r {
	width: 320px;
	margin-top:5px;
	float: right;
}
.boxDetail_02_inner {
	width: 240px;
	float: left;
	text-align: center;
}
.boxDetail_03_l {
	width: 90px;
	float: left;
	text-align: center;
}
.boxDetail_03_c {
	width: 240px;
	margin-top: 22px;
	float: left;
	text-align: center;
}
.boxDetail_03_r {
	width: 370px;
	margin-top: 15px;
	float: left;
	text-align: left;
}
.detailTitle {
	border-top: 1px solid #2c237f;
	border-bottom: 1px solid #2c237f;
}
.detailTitle div {
	margin: 18px auto 18px auto;
	text-align: center;
	color: #2f338c;
}
.detailTxt {
	margin: 20px auto 20px auto;
	text-align: center;
}
/*----- フェミニンソープ ------*/



/*--------------------*/
/*----- よくあるご質問 ------*/
/*--------------------*/
.faqBox {
	margin-bottom: 25px;
	text-align: left;
}

.buBoxInn {
	display: block;
	background: #fffffff;
	padding-right: 30px;
}

.icon_q {
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 60px;
	padding-bottom: 20px;
	display: inline-block;
	background: url('../../images/cepee/icon_q.gif') no-repeat;
	font-weight: bold;
}

.openDiv {
	display: block;
	background: #ffffff;
}
.openDiv .txBox {
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.openDiv .txBox .icon_a {
	padding-top: 10px;
	padding-left: 60px;
	padding-bottom: 15px;
	display: inline-block;
	background: url('../../images/cepee/icon_a.gif') no-repeat;
}


/*--------------------*/
/*----- プチシャワー・せぺ ------*/
/*--------------------*/
.ps_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.ps_flex a {
  display: block;
  width: 100%;
  height: 70px;
}

.ps_flex a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




/*--------------------*/
/*----- お問い合わせ ------*/
/*--------------------*/



