@charset "utf-8";
h1 span{
	display: inline-block;
	font-size: 1.2rem;
	width: 100%;
	line-height: 1.4;
	padding: 0.5rem;
}

.bnr{
	max-width: 710px;
	background-color: #ff9494;
	margin: 0 auto;
}
.bnr a p{
	text-align: center;
	padding: 0.2rem 0 0.5rem;
}
.bnr a span{
	display: inline-block;
	background-color: #fff;
	outline: 2px #ff9494 solid;
	outline-offset: -2px;
}
.bnr a{
	font-size: 0.9rem;
	color: #fff;	
}
.bnr a img{
	vertical-align: bottom;
	transition: opacity 0.3s ease-out;
}
.bnr a:hover img{
	opacity: 0.5 !important;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.column{
	background-color: #f5f5f5;
}
#whitening h4{
	border: none;
	background-color: #FFF;
	color: #666;
	font-weight: bold;
	font-size: 1.2rem;
}
.peeling-adjust{
	margin-top: -0.4rem;
}
.h5 {
	padding: 0.4em 0.5em;
	border-bottom: solid 3px #d7d7d7;
	margin-bottom:20px;
	font-weight:bold;
	color: #666;
	display: block;
}
.flex-box img{width: 100%;}
.strong{
	color: #555;
	font-weight: bold;
}
.white-inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.white-inner h5{
	width: 100%;
	background-color: #ff7b7b;
	color: #fff;
	border: none;
	font-size: 1.5rem;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.white-img img{
	border-radius: 50%;
	padding-bottom: 0.5rem;
}
.white-img span{
	color: #666;
	font-weight: bold;
	font-size: 1.1rem;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.price-box{
	position: relative;
	text-align: left;
	font-weight: bold;
	color: #666;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.price{
	display: inline-block;
	font-size: 2rem;
	position: relative;
	top: 0.3rem;
	transform: scale(1.2, 1);
	padding-right: 0.8rem;
}
.red{color: #f00;}
.blue{color: #39a3bb;}
.gray{color: #cccccc;}

.fukidashi{
	position: absolute;
	font-size: 1.2rem;
}
.fukidashi span{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ff7b7b;
	border-radius: 50%;
	color: #fff;
	letter-spacing: 0.2rem;
	padding-left: 0.4rem;
	text-align: center;
}
.fukidashi span::before{
	content: '';
	position: absolute;
	bottom: -3px;
	left: -4px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #ff7b7b;
	z-index: -1;
	transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
}
.orange-bar{
	width: 100%;
	margin: 2rem 0 1rem;
}
.orange-bar span{
	color: #fff;
	background-color: #ff9900;
	display: inline-block;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 0.8rem 2rem;
	border-radius: 30px;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.case-box{
	color: #ff7b7b;
	font-weight: bold;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	letter-spacing: 0.1rem;
	text-indent: 0.1rem;
}
.arrow-box{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff7b7b;
	font-size: 3rem;
}
.white-inner dl{
	text-align: left;
	font-size: 90%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px #ccc solid;
}
.white-inner dl dt{
	position: relative;
}
.pink{color: #ff7b7b;}
.price-box small{
	font-size: 80%;
}
.kit-img{padding-top: 2rem;}
.kit-box{padding-top: 2rem;}
.kit-box small{font-size: 80%;}

@media screen and (max-width : 767px) {
	.white-img img{
		width: 90%;
	}
	.white-text{
		padding-top: 2rem;
	}
	.fukidashi{
		right: -10px;
		bottom: -50px;
		font-size: 1rem;
		display: none;
	}
	.fukidashi span{
		width: 70px;
		height: 70px;
		line-height: 1.2;
	}
	.fukidashi span::before{
		bottom: 15px;
		left: -12px;
		margin-top: -15px;
		transform: rotate(100deg);
		-webkit-transform: rotate(100deg);
	}
	.price-box{
		margin-bottom: 20px;
		text-align: center;
	}
	.price{
		font-size: 1.8rem;
	transform: scale(1.1, 1);
	}
	.orange-bar{
		margin: 0.5rem 0 1rem;
	}
	.orange-bar span{
		font-size: 1.1rem;
		padding: 0.8rem 1rem;
	}
	.white-inner dl{font-size: 80%;}
	.white-inner dl dt{
		padding-top: 0.5rem;
	}
	.white-inner dl dd{
		border-bottom: 1px #ccc dotted;
	}
	.white-inner dl dd:last-child{
		border-bottom: none;
	}
	.case-box,
	.arrow-box{
		width: 100%;
	}
}
@media screen and (min-width : 768px) {
	.white-box{
		border: 10px #ff7b7b solid;
		padding: 1rem;
	}
	.white-img{
		width: 33%;
	}
	.white-text{
		width: 67%;
		padding-left: 2.5rem;
		padding-right: 1rem;
	}
	.fukidashi{
		bottom: 10px;
		left: 320px;
	}
	.fukidashi span{
		width: 80px;
		height: 80px;
	}
	.case-box{
		width: 45%;
	}
	.arrow-box{
		width: 10%;
	}
	.white-inner dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.white-inner dl dt{width: 16%;}
	.white-inner dl dd{width: 84%;}
	.white-inner dl dt span{
		display: inline-block;
		position: absolute;
		right: 0;
	}
	.kit-img{
		width: 60%;
		padding-right: 30px;
	}
	.kit-box{width: 40%;}
}
@media screen and (max-width : 959px) {
	.sp-justify-center{
		display: flex;
		justify-content: center;
		width: 100%;
	}
}
@media screen and (min-width : 768px) {
  .whitening-cpn-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .whitening-cpn-inner img{
    width: 50%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px){
	.white-text{font-size: 90%;}
	.white-img span{font-size: 1rem;}
	.white-inner dl dt{width: 20%;}
	.white-inner dl dd{width: 80%;}
	.tab{display: block !important;}
	.tab-none{display: none !important;}
	.fukidashi{left: 300px;}
}
@media screen and (min-width: 960px) and (max-width: 1119px){
	.white-img span{font-size: 1rem;}
	.white-inner dl dt{width: 20%;}
	.white-inner dl dd{width: 80%;}
}
@media screen and (min-width : 1119px) {
	.kit-box{padding-top: 3.5rem;}
  .whitening-cpn {
    position: relative;
    top: -40px;
    z-index: -1;
  }
}

.whitening-cpn-top{
	margin-top: 60px;
}