@charset "utf-8";

strong {
	color:#DB0000
}
.bgimg {
	background-image:url(img/product/product_bg.jpg);	
}
.txtarea .mgt60 {
	margin-top:60px;
}
.txtarea .ttl_h2_c {
	font-size:5rem;
	text-align:center;
	margin-bottom:16px;
}
.txtarea .ttl_h3_c {
	font-size:2.8rem;
	text-align:center;
	margin-bottom:16px;
	padding-top:16px;
}
.txtarea .ttl_h3_c > span {
	font-size:1.6rem;
}
.txtarea .fsize120 {
	font-size:1.2rem;
}

.txtarea .flexBox {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	justify-content:space-around;
}

.txtarea .bgcolor .bgimg {
	margin-bottom:50px;	
}

.flexBox {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-justify-content:space-between;
	    -ms-justify-content:space-between;
	        justify-content:space-between;
	margin-top:50px;
}
.flexItem {
	border:1px solid #000000;
	width:30%;
	margin-bottom:50px;
}
.noItem {
	border:none;
	width:30%;
}
.flexItem figure {
	border-bottom:1px solid #000000;
}
.flexItem figure img {
	display:block;
	margin:8px auto;
}
.exp {
	padding:0.8em 0;
}
.exp h4 {
	background-color:#f2f1ea;
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:1em;
	padding:0.4em 0.8em;
}
.exp p,
.exp dl,
.exp ul,
items{
	font-size:1.4rem;
	padding:0 0.8em;
}
.exp ul {
	padding:0;
}
.exp p {
	margin-bottom:1em;
}
.exp dl {
	margin-top:1em;
}
.exp li {
	list-style-type:circle;
	margin-left:2em;
}

.flexBox2 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	margin-top:30px;
}
.flexBox2 {
	margin-bottom:60px;
}
.flexBox .ttl_va {
	font-size:3.2rem;
	color:#000000;
	text-align:center;
}
.flexBox p {
	font-size:1.6rem;
	line-height:1.6;
	margin-bottom:1rem;
}

/* スキンケア */
.skItem {
	margin:30px 0 40px;
	width:45%;
}
.skBox{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
    -webkit-justify-content:space-between;
	    -ms-justify-content:space-between;
	        justify-content:space-between;
}
.skBox .skImg {
	display:block;
	/*float:left;*/
	margin-right:5%;
	width:25%;
}
.skBox .skImg img {
	display:block;
	width:auto;
}
.sktxt {
	display: block;
	width:60%;
}

.sktxt h2 {
	/*font-size:2rem;*/
	border-bottom:1px solid #000000;
	margin-top:40px;
}
.skBox .sktxt h2 span {
	font-size:3rem;
}
@media only screen and (max-width:767px) {
	.skItem {
		margin:30px 0 40px;
		width:90%;
	}
	.skBox .skImg,
    .skBox .sktxt {
        width:100%;
    }
    .skBox .skImg img {
        margin: 0 auto;
    }
    .skBox {
		-webkit-box-orient:vertical;
  		-webkit-box-direction:reverse;
     	-ms-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}
}
.flexItem-a {
	padding:2rem;
	width:40%;
}
.ttl_ss {
	font-size:1.6rem;
}
.flexItem-a p {
	font-size:1.2rem;
	margin-bottom:0;
}
.flexItem-b {
	padding:1rem 0 1rem 2rem;
	width:60%;
}

.b_right {
	border-right:1px solid #999999;
}

.bgcolor {
	background-color:#f2f1ea;
}
.txtinner {
	width:96%;
	margin:1rem auto;
	padding-bottom:1rem;
}
.float_l {
	padding-right:16px;	
}

dl.qanda {
	font-size:1.6rem;
	line-height:1.6;
	margin-bottom:2em;
}
dl.qanda dt {
	float:left;
	margin-bottom:0.6em;
}
dl.qanda dd {
	margin-bottom:0.6em;
	padding-left:2em;
}
dl.qanda dt:last-of-type,
dl.qanda dd:last-of-type{
	color:#a2a2a2;
}

.txtarea .link_online {
    font-size:2rem;
	width:50%;
	text-align:center;
	border:2px solid;
	margin:60px auto 0px;
    padding:12px;
	background-color: #000;
}
/* 愛用者登録のリンクの色指定 */
.link_online a {
    color:#fff;
}
.link_online a:hover { /* マウスホバーしたときの色 */
    color:#999999;
}

/*商品画像と価格のレイアウト*/
.product {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	align-items: center;
	-webkit-justify-content:space-around;
	    -ms-justify-content:space-around;
	        justify-content:space-around;
	margin:30px 0;
	width:100%;
}
.productItem01 {
	margin:0 auto;
	width:20%;
}
.price_table {
	flex-basis: 60%;
}
.price_table table{
	width:100%;
}
.product .t-p-n th {
	width:40%;
}
@media only screen and (max-width:767px) {
	.product img {
		display:block;
		margin:0 auto;
	}
	.productItem01 {
		margin:0 auto;
		width:100%;
	}
	.price_table {
		flex-basis: 100%;
	}
	.price_table table{
		display: block;
		margin:30px 0;
		width:100%;
	}
	.price_table tbody,
	.price_table tr {
		display: block;
		width:100%;
	}
	.price_table .t-p-n th,
	.price_table td {
		display: block;
		width:auto;
		text-align:center;
		border:none;
		padding:8px;
	}
}

.text_online{
	margin:60px auto 1.8rem;
}

.videoBox{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-justify-content:space-between;
	    -ms-justify-content:space-between;
	        justify-content:space-between;
	margin:30px 0;
	width:100%;
}
.videoItem {
	width:33%;
}
.videoItem p {
	text-align:center;
	font-size:1.4rem;
	margin-bottom:0.5em;
}
.videoItem video {
	margin-left:5%;
	width:90%;
}

.product_img {
	text-align:center;
}

.product_img img {
	margin-bottom:1.8rem;
}

@media only screen and (max-width:768px) { /* スマホ・タブレット用 */
	.videoBox{
		margin:20px 0;
	}
	.videoItem {
		border-bottom:1px dotted #999;
		margin-bottom:30px;
		padding-bottom:16px;
		width:100%;
	}
	.videoItem p {
		text-align:center;
		font-size:1.4rem;
	}
}

@media only screen and (max-width:768px) {
	.flexBox .ttl_va {
		font-size:2.8rem;
		text-align:center;
	}
	.flexItem {
		padding:1rem 0;
		width:100%;
	}
	.flexItem .outer {
		display:block;
		height:100%;
	}
	.flexItem .inner {
		display:block;
		vertical-align:auto;
	}
	.b_right {
		border-right:none;
	}
	.flexBox2 {
		-webkit-box-orient:vertical;
  		-webkit-box-direction:reverse;
     	-ms-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}
	.flexItem-a,
	.flexItem-b {
		width:100%;
	}
	.flexItem-a p {
		font-size:1.2rem;
		line-height:1.4;
	}
	.flexItem-b {
		padding:1rem 0;
	}
	.float_l {
		padding-right:8px;	
	}
	
	.txtarea .link_online {
		width:100%
	}

}

/* ささまゆ */
.setPdg {
	padding:0 2rem 1rem;
}
.txtarea .imgFloatL {
	float:left;
	width:40%;
	padding-right:2rem;
}
.txtarea .txtFloatR p{
	float:right;
	margin-top:80px;
	width:60%;
}
.graphBox{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-justify-content:space-between;
	    -ms-justify-content:space-between;
	        justify-content:space-between;
	margin:30px 0;
	width:100%;
}
.graphItem {
	text-align:center;
	margin-bottom:50px;
	width:32%;
}

@media only screen and (max-width:767px) {
	.txtarea .imgFloatL {
		float:none;
		width:auto;
		padding:0;
	}
	.txtarea .txtFloatR p{
		float:none;
		margin-top:16px;
		width:100%;
	}
	.graphItem {
		text-align:center;
		margin-bottom:50px;
		width:100%;
	}
}