@charset "utf-8";
/*-------------------
    common
-------------------*/
#container .wrapper * {
    box-sizing: border-box;
}
#container .flex {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
#container .wrapper p{
    margin: 0;
}
#container .wrapper img{
	display: block;
    margin: 0 auto;
	width: 100%;
}

/*-------------------
    contents
-------------------*/
#container .wrapper .guide-image{
	border: none;
	margin: 20px 0 10px;
}
.wrapper li:first-child{
	font-weight: normal;
}

/* checkList */
#container .checkList li{
	line-height:1.4;
	margin-bottom: 12px;
}
#container .checkList li a{
	color: #333;
}

/* addBox */
#container .addBox{
	margin: 15px 0;
}
#container .addBox table th,
#container .addBox table td{
	font-size: 1rem;
	padding: 15px;
	text-align: center;
}
#container .addBox table td strong{
	color: #e10000;
}
#container .addBox .addPht{
	margin-top: 15px;
}

/* conditions */
#container .conditions{
	margin: 20px auto;
	text-align: justify;
	width: 95%;
}
#container .conditions dt{
	color: #e10000;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.3rem;
}
#container .conditions dd{
	font-size: 1rem;
	font-weight: bold;
	margin: 15px auto 0;
	padding-left: 30px;
	position: relative;
}
#container .conditions dd::before {
	background: url(/contents/shop/sevenbeauty/img/freepage/kumitate/check-red.png) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 22px;
	left: 0;
	position: absolute;
	top: -2px;
	vertical-align: middle;
	width: 22px;
}

/*-------------------
    attention
-------------------*/
#container .color-red{
	color: #e10000;
}
#container .attention{
	border-bottom: dotted 2px #e10000;
	margin: 25px 0 15px;
	padding-bottom: 5px;
	text-align: center;
}
#container .attention p{
	font-size: 1rem;
}
#container .attention .title-en{
	font-weight: bold;
}
#container .attention .title-en,
#container .attention strong{
	font-size: 1.2rem;
}

@media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
/*-------------------
    contents
-------------------*/
#container h3{
	margin-top: 15px;
}
	
/* addBox */
#container .addBox{
	margin: 25px 0;
}
#container .addBox table{
	margin: 12px 2% 0 0;
	width: 40%;
}
#container .addBox .addPht{
	margin-top: 0;
	width: 58%;
}

/* conditions */
#container .conditions{
	width: 100%;
}
#container .conditions dt{
	font-size: 1.2rem;
}
#container .conditions dd{
	font-size: 1.2rem;
	margin: 10px auto 0;
}
#container .conditions dd::before {
	top: 5px;
}

/*-------------------
    attention
-------------------*/
#container .attention{
	margin: 40px 0 20px;
}
#container .attention p{
	font-size: 1.3rem;
	line-height: 1.3;
}
#container .attention .title-en{
	font-weight: bold;
}
#container .attention .title-en,
#container .attention strong{
	font-size: 1.6rem;
}
#container .attention br{
	display: none;
}
}