@charset "utf-8";
/* ================================================================
本気のシワ改善キャンペーン
=================================================================== */

/*Base */
* {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

em {
	font-style: normal;
}

ol, ul {
	list-style-type: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input,
.contents-wrapper .cartWrap .numWrap .num,
.contents-wrapper .sec05 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	text-decoration: underline;
	border: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}

.sec3 .cp {
	width: 86.1333333%; /* 646px */
	margin: 0 auto 33px auto;
}

.sec3 .cp_tlt {
	margin-top: 40px;
}
/* sp */
@media screen and (max-width:736px) {
	.sec3 .cp_tlt {
	margin-top: 30px;
	    margin-bottom: 20px;
    } 
	.sec3 .cp {
    margin-bottom: 20px;
    }
}



/* pc */
@media screen and (min-width:737px) {
	a[href^="tel:"] {
		pointer-events: none;
		color: #3e3a39;
		text-decoration: none;
	}
}

*:focus {
	outline: none;
}


/* contents-wrapper
*****************************************/
.contents-wrapper {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	color: #221815;
	font-size: 20px;
	background: #fff;
	position: relative;
	z-index: 2;
}
