@charset "UTF-8";
@media screen and (min-width: 768px),print { 

.p-lifestyle .outer .head {
    margin-bottom: 30px;
    padding: 50px 0 20px !important;
    border-bottom: 2px dashed #3d3939;
}

.photo-select{
	width: 1000px;
	margin: 0 auto 40px;
    padding: 90px 0 180px 0;
	display: flex;flex-direction: row;flex-wrap: wrap; justify-content: space-around;
	background-image:url(../assets/images/lifestyle/check-deco01.png),
	url(../assets/images/lifestyle/check-deco02.png),
	url(../assets/images/lifestyle/check-deco03.png);
	background-repeat: no-repeat,no-repeat,no-repeat;
	background-position:0 0,right 0,0 bottom;

}

.photo-select .photo-left{
	background-color: #fff;
	padding: 0px 16px 0px 16px;
}

.photo-select .photo-right{
	background-color: #fff;
	padding: 0px 16px 0px 16px;
}

.photo-select .photo{
	line-height: 1.2;
	font-size: 16px;
letter-spacing: 1px;}

.photo-select .name{
	display: none;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.2;
	font-weight: bold;
font-size: 20px;
text-align: center;
letter-spacing: 1px;}

.p-lifestyle .outer .content .heading .c-label{
font-size: 20px;
    font-weight: bold;
}

.c-label--organic{ background-color: #8e9221; }
.c-label--natural{ background-color: #b88945; }
.c-label--sweden{ background-color: #1d97d0; }

}


@media screen and (max-width: 767px) {

.l-header .row02 .ttl{
	padding: 30px 4% 30px 4%;
}

.p-lifestyle .outer .head {
    margin-bottom: 8%;
    padding: 7% 0 4% !important;
    border-bottom: 2px dashed #3d3939;
}

.p-lifestyle .outer .content .heading .c-label{
font-size: 1rem;
    font-weight: bold;
}


.c-label--organic{ background-color: #8e9221; }
.c-label--natural{ background-color: #b88945; }
.c-label--sweden{ background-color: #1d97d0; }


.photo-select{
	width: 100%;
	margin: 0 auto 8%;
    padding: 13% 0% 15% 0%;
	display: flex;flex-direction: row;flex-wrap: wrap; justify-content: space-around;
	background-image:url(../assets/images/lifestyle/check-deco01.png),
	url(../assets/images/lifestyle/check-deco02.png),
	url(../assets/images/lifestyle/check-deco03.png);
	background-repeat: no-repeat,no-repeat,no-repeat;
	background-position:0 0,right 0,0 bottom;
	background-size:60%,30%,contain;

}

.photo-select img{
	width: 100%;
}

.photo-select .photo-left{
	width: 45%;
	background-color: #fff;
	padding: 0px 4% 0px 4%;
}

.photo-select .photo-right{
	width: 45%;
	background-color: #fff;
	padding: 0px 4% 0px 4%;
}

.photo-select .photo{
	line-height: 1.2;
	font-size: 1rem;
letter-spacing: 1px;}

.photo-select .name{
	display: none;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.2;
	font-weight: bold;
font-size: 1rem;
text-align: center;
letter-spacing: 1px;}



}




