@charset "UTF-8";
/* CSS Document */

/************************************************
 202002newlife.css
************************************************ */
#newlife2020{
	width: 1000px;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
	color: #333;
	margin: auto;
}
#newlife2020 a {
	color: #333;
}
#newlife2020 .mr0 {
	margin-right: 0 !important;
}
#newlife2020 .mt0 {
	margin-top: 0 !important;
}
#newlife2020 .pb0 {
	padding-bottom: 0 !important;
}

#newlife2020 h2 {
	color: #fff;
	margin: 0;
	padding: .35em 0 .5em;
	border: 0;
	border-top: 1px solid #fff;
	background-color: #81B6CC;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	letter-spacing: .2em;
}
#newlife2020 h4 {
	font-size: 22px;
}
#newlife2020 .intro span.flower {
	display: block;
	padding: 0;
	margin: 40px auto 20px;
	text-align: center;
}
#newlife2020 .intro span.lines {
	width: 727px;
	font-size: 16px;
	line-height: 1.9;
	border-bottom: 1px dotted #81B6CC;
}
#newlife2020 .corner {
	padding: 0 10px;
}
#newlife2020 .corner-inner {
	padding: 0;
}
#newlife2020 .goods {
	margin-bottom: 20px;
}

#newlife2020 h3 {
	position: relative;
	padding-bottom: .5em;
	margin: 50px auto 20px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	line-height: 2.4;
}
#newlife2020 h3 span.ja {
	display: block;
	font-size: 15px;
	font-weight:400;
	letter-spacing: 0.2em;
}
#newlife2020 h3 span.eng {
	display: block;
	font-size: 30px;
	color: #bcb9b9;
	font-weight: 400;
	letter-spacing: 0.2em;
}
#newlife2020 h3 span.eng:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 2.2em;
  display: inline-block;
  width: 50px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #81B6CC;
}
#newlife2020 .title-p{
	margin: 0;
}
#newlife2020 .corner-lead {
	line-height: 1.7;
	margin-bottom: 20px;
	font-size: 14px;
}
#newlife2020 ul.goods {
	display: flex;
	display: -webkit-box; 
	display: -webkit-flex; 
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; 
	justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
}
#newlife2020 .goods3,
#newlife2020 .goods4 {
	position: relative;
	float: left;
	margin-right: 10px;
	padding: 4px;
	text-align: center;
	border: 1px solid #ccc;
}
#newlife2020 .goods3 {
	width: 226px;
	display: flex;
	flex-wrap: wrap;
}
#newlife2020 .goods4 {
	width: 182px;
	width: 24%;
}
#newlife2020 .goods4:last-child {
	margin-right: 0;
}
#newlife2020 .goods3 img {
	width: 218px; height: 133px;
}
#newlife2020 .goods4 img {
	width: 100%; height: auto;
	/*max-width: 280px;*/
}
#newlife2020 .goods3 h4,
#newlife2020 .goods4 h4 {
	display: inline-block;
	font-size: 14px;
	background: url(/files/images/unique/newlife2018/style_arrow.png) no-repeat left center;
	background-size: contain;
	padding: 2px 0 2px 26px;
	margin: 5px 0 0 -13px;
	border: 0;
}
#newlife2020 .goods3 p,
#newlife2020 .goods4 p {
	font-size: 11px;
	line-height: 1.6;
	padding: 0 .5em;
}
#newlife2020 .goods3 a,
#newlife2020 .goods4 a {
	text-decoration: none;
}
#newlife2020 .itemline {
	display: flex;
	flex-wrap: wrap;
}
	
#newlife2020 .recoitem {
	display: inline-block;
	/*width: 220px;*/
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
#newlife2020 .recoitem:nth-child(3n) {
	margin-right: 0;
}
#newlife2020 .recoitem img {
	width: 100%; height:auto;
}
#newlife2020 .recoitem a {
	text-decoration: none;
}
#newlife2020 .recoitem p {
	line-height: normal;
	text-align: center;
	font-size: 11px;
	margin-top: 5px;
}

/*タブ*/
#newlife2020 .tabmenu {
	text-align: center;
}
#newlife2020 .tabmenu .tab-list{
	margin: 20px 0 ;
	}
#newlife2020 .tabmenu>p {
	text-align: left;
	font-size: 12px;
	margin-bottom: 20px;
}
/*//タブ*/

/*---新タブ---*/
	.tabs {
		margin-top: 50px;
		padding-bottom: 40px;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		/*width: 780px;*/
		margin: 0 auto;
	}
	.tabs label:nth-of-type(4){
		border-right: none;
	}


	/*タブのスタイル*/
	.tab_item {
		width: 25%;
		/*height: 50px;*/
		border-right: 1px solid #fff;
		border-bottom: 3px solid #5BA6C5;
		background-color: #d9d9d9;
		padding: 14px 5px;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: center;
		color: #565656;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		font-weight: 400;
		transition: all 0.2s ease;
		line-height: 1.4;
		cursor: pointer;
	}
	.tab_item:hover {
		opacity: 0.75;
	}
	/*ラジオボタンを全て消す*/
	input[name="tab_item"] {
		display: none;
	}
	/*タブ切り替えの中身のスタイル*/
	.tab_content {
		display: none;
		padding: 40px 30px 0;
		clear: both;
		overflow: hidden;
	}
	/*選択されているタブのコンテンツのみを表示*/
	#living:checked ~ #living_content,
	#dining:checked ~ #dining_content,
	#cabinet:checked ~ #cabinet_content,
	#other:checked ~ #other_content {
		display: block;
	}
	/*選択されているタブのスタイルを変える*/
	.tabs input:checked + .tab_item {
		background-color: #81B6CC;
		color: #fff !important;
	}	
	.tabs input:checked + .tab_item span {
		background-color: #81B6CC;
		color: #fff !important;
	}
/*---//新タブ---*/




#newlife2020 .setbox {
	position: relative;
	overflow: hidden;
	margin: 0 auto 30px;
}
#newlife2020 .setbox-inner {
	background: rgba(255,255,255,0.8);
	min-height: 200px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#newlife2020 .setbox.single .setitem {
	margin-top: 5px;
}

#newlife2020 .setimg {
/*	float: left;*/
}
#newlife2020 .setbox img{
	max-width: 100%;
}
#newlife2020 .setbox a {
	text-decoration: none;
}
#newlife2020 .setbox a .setitem {
	display: block;
	background-color: #fff;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 5px 8px 5px;
	text-align: center;
	border: 1px solid #666;
}
#newlife2020 .setbox a .setitem:before {
	content: "＞";
	position: relative;
	top:-1px;
	font-size: 10px;
	padding-right: .5em;
}
#newlife2020 .settxt  {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .05em;
	margin: 10px 0 20px;
}
#newlife2020 .settxt span {
	font-size: 20px;
	padding-right: .05em;
}
#newlife2020 .setbox dd  {
	min-height: 6em;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.5;
}
#newlife2020 .setbox-inner .flL {
	width: 53%;
}
#newlife2020 .setbox-inner .set-img {
	width: 53%;
}
#newlife2020 .setbox-inner .flL img {
	width: 100%;
	height: auto;
}
#newlife2020 .setbox-inner .flR {
	width: 43%;
}
#newlife2020 .setbox-inner .set-txt {
	width: 43%;
}
#newlife2020  a:hover {
opacity: 0.7;
 filter: alpha(opacity=70);
 -ms-filter: "alpha(opacity=70)";
}
#newlife2020 .setbox p span.price {
	color: #bc646c;
	font-size: 27px;
  font-weight: 600;
	letter-spacing: -0.02em;
	margin: 0 0 0 0.2em;
}
#newlife2020 .setbox p span.price span {
	color: #bc646c;
	font-size: 18px;
	margin-left: 0.1em;
}
#newlife2020 .itemsearch h4 {
	border-top: 1px solid #ccc;
	border-bottom: none;
	margin: 20px 0 0;
	padding: 0;
	height: 16px;
}
#newlife2020 .itemsearch h4:before {
	display: block;
	content: "";
	width: 40px; height: 35px;
	background: url(/files/images/unique/newlife2018/item_glass.gif);
	float: left;
	margin-top: -20px;
}
#newlife2020 .itemsearch h4 span {
	position: relative;
	top: -20px;
	display: inline-block;
	margin-top: -10px;
	background: #fff;
	padding-right: 6px;
	font-size: 15px;
	color: #333;
}

#newlife2020 .search-cate{
	margin-top: 40px;
}
#newlife2020 .itemsearch a {
	text-decoration: none;
	line-height: normal;
}
#newlife2020 .search-cate> ul{
	/*display: block;*/
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#newlife2020 .search-cate li.search-cate-item,
#newlife2020 .search-room li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
/*#newlife2020 .search-cate li.search-cate-item:last-child,
#newlife2020 .search-room li:last-child {
	margin-right: 0;
}*/
#newlife2020 .search-cate >ul li.search-cate-item {
	width:32%;
	padding: 0;
	margin: 0 0 10px;
}
/*#newlife2020 .search-cate >ul li.search-cate-item:nth-of-type(3n) {
	margin-right: 0;
}*/
#newlife2020 .search-cate li.search-cate-item img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#newlife2020 .search-cate li span {
	line-height: 1.2;
	height: 2.4em;
	display: table-cell;
	vertical-align: middle;
}
#newlife2020 .search-cate>ul li.search-cate-item ul {
	padding: 0 0 10px 0;
}
#newlife2020 .search-cate>ul li.search-cate-item li {
	text-align: left;
	line-height: 1.6;
}
#newlife2020 .search-cate>ul li.search-cate-item li:first-child {
	display: block;
	padding-bottom: 2px;
	font-size: 15px;
}
#newlife2020 .search-cate>ul li.search-cate-item li:first-child:before {
	content: "◎";
	position: relative;
	left: -3px;
}
#newlife2020 .search-room ul {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
#newlife2020 .search-room li {
	margin-right: 2%;
	width: 48%;
	background-color: #F6F5F1;
	text-align: center;
	margin: 0 auto 30px;
}
#newlife2020 .search-room li img {
 	max-width: 100%;
	height: auto;
}
#newlife2020 .search-room li span {
	display: block;
	padding: 4px 0 1px;
	vertical-align: middle;
	font-size: 14px;
}
#newlife2020 .search-room li span:before {
	display: inline-block;
	content: "";
	background: url(/files/images/unique/newlife2018/style_arrow.png) left center no-repeat;
	background-size: contain;
	width: 20px; height: 20px;
	margin: 0 2px 2px 0;
	vertical-align: middle;
	line-height: normal;
}
#newlife2020 .search-room {
	margin-top: 30px;
}
#newlife2020 .coordi1 {
	margin-bottom: 13px;
	/*width: 720px;*/
	/*height: 340px;*/
}
#newlife2020 .coordi2 {
	/*width: 720px;
	height: 340px;*/
}
#newlife2020 .simubtn {
	display: block;
	width: 440px;
	background:  #fff;
	border: 1px solid #333;
	font-size: 17px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	text-decoration: none;
	padding: 8px;
	margin: 1.4em auto ;
}
#newlife2020 .simubtn:before {
	content: "＞";
	position: relative;
	top:-1px;
	font-size: 10px;
	padding-right: .5em;
}
#newlife2020 .layout-3d{
	/*background: #f2f2f2;
	padding: 30px;*/
	margin-top: 20px;
	text-align: center;
}
#newlife2020 .layout-3d .coordi1{
	background: #f2f2f2;
	padding: 30px;
	margin: 0 0 40px;
}
#newlife2020 .layout-3d .coordi1 img{
	width: 100%;
}
#newlife2020 .layout-3d .coordi2{
	background: #f2f2f2;
	padding: 30px;
	margin: 0 0 40px;
}
#newlife2020 .layout-3d .coordi2 img{
	width: 100%;
}
#newlife2020 .layout-3d>img{
	margin: 0;
}
#newlife2020 .stylist-form{
	position: relative;
	margin: 30px 10px 10px;
	background: #fff;
}
#newlife2020 .stylist-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#newlife2020 .stylist-form .stylist-txt{
	width: 76%;
	padding: 0;
	text-align: left;
	line-height: 1.6;
}
/*#newlife2020 .stylist-form>div{
	width: 76%;
	padding: 0;
	text-align: left;
}*/
#newlife2020 .stylist-form p{
	font-size: 14px;
	line-height: 1.6;
}
#newlife2020 .stylist-form .stylist-img{
	position: relative;
	top: -80px;
	width: 22%;
}
#newlife2020 .stylist-form img{
	width: 100%;
	height: auto;
}

#newlife2020 .feature {
	text-align: center;
}
#newlife2020 .feature li img {
	max-width: 100%;
}
#newlife2020 .feature li {
	display: inline-block;
	vertical-align: top;
	width: 42%;
	margin: 0 5% 30px 0;
	box-sizing: border-box;
	text-align:left;
}
#newlife2020 .feature li:nth-of-type(2n) {
	margin-right: 0;
}
#newlife2020 .feature dt{
	font-size: 15px;
	margin: 10px auto;
	font-weight: 600;
}
#newlife2020 .feature dd{
	font-size: 13px;
}
#newlife2020 h3.featureArea_title{
	margin: 0;
	text-align: left;
	font-size: 15px;
	line-height: 1.4;
}
#newlife2020 .user-box{
	background: #f2f2f2;
	padding: 50px 30px 30px;
	margin: 40px auto;
	text-align: center;

}
#newlife2020 .name{
	letter-spacing: .05em;
	padding: 0;
	margin: 0 auto 10px;
}
#newlife2020 .name1{
	position: relative;
	letter-spacing: .05em;
	display: inline-block;
	padding: 0;
	margin: 0 auto 10px;
}
#newlife2020 .name-sub{
	position: absolute;
	top: -32px;
	left: -60px;
	font-size: 25px;
	font-family: "Solitreo", cursive;
	/*color: #FDEF73;*/
	color: #81B6CC;
	transform: rotate(-12deg);
}
#newlife2020 .name-sub span{
	font-size: 20px;
}
#newlife2020 .coordinate .name{
	text-align: center;
	margin: 80px auto 40px;
}
#newlife2020 .whiteBtnArea{
	text-align: center;
}

@media screen and (max-width: 896px){ 
	#newlife2020 {
		width: 96%;
		font-size: 13px;
		-webkit-text-size-adjust: 100%;
		margin: 0 auto 30px;
	}
	#newlife2020 .goods {
		text-align: center;
		margin-bottom: 0;
	}
	#newlife2020 h2 {
		width: 100%;
		font-size: 16px;
	}
	#newlife2020 .intro span.flower {
		margin: 30px auto;
		box-sizing: border-box;
	}
	#newlife2020 .intro span.lines {
		display: inline;
		background: none;
		padding: 0;
		line-height: 1.9;
		font-size: 13px;
	}
	#newlife2020 .corner {
		margin: 0 auto 10px;
		padding: 0;
	}
	#newlife2020 .corner-inner {
		padding: 0 ;
	}
	#newlife2020 h3 {
		margin: 20px auto;
		padding-bottom: 0;
	}
	#newlife2020 h3 span.ja {
		font-size: 14px;
		letter-spacing: 0.05em;
	}
	#newlife2020 h3 span.eng{
		font-size: 28px;
	}
	#newlife2020 .corner-lead {
		padding: 0 2% 10px;
		margin-bottom: 10px;
		line-height: 1.4;
		font-size: 13px;
	}	
	#newlife2020 .goods3 h4,
	#newlife2020 .goods4 h4 {
		font-size: 13px;
		margin-top: .5em;
	}

	#newlife2020 .goods3,
	#newlife2020 .goods4 {
		font-size: 13px;
		width: 100%;
		float: none; 
		display: inline-block;
		vertical-align: top;
		margin: 0;
		text-align: center;
	}
	#newlife2020 .goods3 {
		padding: 10px;
	}
	#newlife2020 .goods4:nth-child(even) {
		margin-right: 0;
	}
	#newlife2020 .goods4 {
		width: 48%;
		margin: 0 2% 10px 0;
	}
	#newlife2020 .goods4 p {
		font-size: 11px;
		text-align: left;
		margin: 0;
	}
	#newlife2020 .goods3 p br,
	#newlife2020 .goods4 p br {
		display: none;
	}
	#newlife2020 .goods3 img,
	#newlife2020 .goods4 img {
		display: block;
		margin: auto;
		height: auto;
	}

	/*タブ*/
		#newlife2020 .tabmenu .tab-list {
			margin: 10px 0 ;
		}

	#newlife2020 .tabmenu>p {
	 padding: 0 1%;
	text-align: left;
	}
	/*//タブ*/	


	/*---新タブ---*/
		.tabs {
			margin-top: 50px;
			width: 100%;
			padding-bottom: 10px;
			margin: 0 auto;
			display: flex;
			flex-wrap: wrap;
		}
		/*タブのスタイル*/
		.tab_item {
			font-size: 13px;
			padding: 10px .4em;
			}

		/*タブ切り替えの中身のスタイル*/
		.tab_content {
			display: none;
			padding: 20px 10px 0;
			clear: both;
			overflow: hidden;
		}
	/*---//新タブ---*/	

	#newlife2020 .recoitem {
		width: 48%;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
		vertical-align: top;
	}
	#newlife2020 .recoitem img {
	 height: auto;
	}
	#newlife2020 .itemline {
	 margin-bottom: 0;
	}

	#newlife2020 .itemline.clearfix {
		display: inline;
	}
	#newlife2020 .itemline.clearfix {
		display: inline;
	}
	#newlife2020 .itemline.clearfix:after {
		display: none;
	}
	#newlife2020 .setbox {
		margin-bottom: 10px;
	}
	#newlife2020 .setbox-inner {
		min-height: auto;
		text-align: center;
	}
	#newlife2020 .setimg {
		width: 100%;
	}
	#newlife2020 .setbox p {
		position: relative; 
		bottom: auto; 
		right: auto; 
		border-bottom: none;
		padding: 6px 6px 8px;
	}
	#newlife2020 .setbox a .setitem {
		position: static;
		display: block;
		width: auto;
		font-size: 1.7vw;
		margin: 10px 0 0;
		text-align: center;
	}
	#newlife2020 .setbox a .setitem:before {
		content: "＞";
		font-size: 1vw;
		padding-right: .5em;
	}
	#newlife2020 .settxt  {
		display: inline-block;
		padding: 5px 0 5px;
		margin-bottom: 10px;
		font-size: 16px;
		width: auto;
		text-align: left;
	}
	#newlife2020 .settxt span {
		font-size: 18px;
		padding-right: .05em;
	}
	#newlife2020 .setbox-inner .flL {
		width: 48%;
		margin: 0;
	}
	#newlife2020 .setbox-inner .set-img {
		width: 48%;
		margin: 0;
	}
	#newlife2020 .setbox-inner .flR {
		width: 50%;
		padding: 10px 10px;
		margin: 0;
		text-align: left;
	}
	#newlife2020 .setbox-inner .set-txt {
		width: 50%;
		padding: 10px 10px;
		margin: 0;
		text-align: left;
	}
	#newlife2020 .setbox a {
		text-decoration: none;
	}
	newlife .setbox .setitem {
		margin-top: 8px;
		width: auto;

	}
	#newlife2020 .setbox.single .setitem {
		margin-top: 10px;
	}
	#newlife2020 .setbox.couple .setitem {
		margin-top: 10px;
	}
	#newlife2020 .setbox.family .setitem {
		margin-top: 10px;
	}
	#newlife2020 .spnote {
		display: block;
		font-size: 10px;
		text-align: center;
		color: #805b44;
	}
	#newlife2020 .search-cate>ul {
		display: flex;
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
		display: -webkit-flex; /* Safari6.1以降 */
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	#newlife2020 .search-cate>ul li.search-cate-item {
		width: 48%;
		max-width: 230px;
		padding: 0;
		margin: 0 auto 10px;
	}

	#newlife2020 .search-cate li img {
		display: block;
		margin: 0 auto 6px;
		width: 100%;
		height: auto;
	}
	#newlife2020 .search-cate>ul li.search-cate-item ul {
		padding: 0 0 10px .8em;
	}
	#newlife2020 .search-cate>ul li.search-cate-item li a {
		text-align: left;
		font-size: 12px;
		line-height: 1.3;
	}
	#newlife2020 .search-cate>ul li.search-cate-item li:first-child {
		display: block;
		padding-bottom: 0;
		font-size: 18px;
	}
	#newlife2020 .search-cate>ul li.search-cate-item li:first-child:before {
		font-size: 12px;
	}	


	#newlife2020 .search-room ul {
		text-align: center;
	}
	#newlife2020 .search-room li {
		margin: 0 auto 10px;
	}
	#newlife2020 .search-room li:last-child {
		margin: 0 0 10px;
	}
	#newlife2020 .search-room li img{
		width: 100%;
		height: auto;
	}	
	#newlife2020 .search-room li span {
		font-size: 13px;
		line-height: 1.4;
	}
	#newlife2020 .search-room li span:before {
		display: inline-block;
		content: "";
		background: url(/files/images/unique/newlife2018/style_arrow.png) left center no-repeat;
		background-size: contain;
		width: 16px; height: 16px;
		margin: 0 2px 2px 0;
		vertical-align: middle;
		line-height: normal;
	}
	#newlife2020 .layout-3d .coordi1 {
		padding: 10px;
		margin: 0 0 20px;
	}
	#newlife2020 .layout-3d .coordi2 {
		padding: 10px;
		margin: 0 0 20px;
	}

	#newlife2020 .simubtn {
		width: auto;
		background-position: 10px center;
		padding: 8px 8px;
		font-size: 13px;
		margin: 16px 0 0;
	}
	#newlife2020 .layout-3d{
		padding: 5px;
	}
	#newlife2020 .layout-3d>img{
		margin: 10px 0
	}
	#newlife2020 .stylist-form{
		margin: 10px;
		text-align: center;
	}
	#newlife2020 .stylist-form .stylist-txt{
		width: 76%;
		padding: 0;
		text-align: left;
	}
	#newlife2020 .stylist-form p{
		font-size: 14px;
		line-height: 1.5;
	}
	#newlife2020 .stylist-form .stylist-img{
		position: static;
		width: 22%;
	}
	#newlife2020 .stylist-form img{
		width: 100%;
		height: auto;
	}
	/*#newlife2020 .stylist-form>div{
		width: 100%;
		padding: 12px;
	}*/
	#newlife2020 .stylist-form p{
		font-size: 13px;
		line-height: 1.5;
		text-align: left;
	}
	/*#newlife2020 .stylist-form img{
		position: static;
		vertical-align: bottom;
		float: right;
		width: 36%;
		max-width: 100px;
		height: auto;
		padding: 0 0 5px 10px;
		text-align: center;
	}*/
	#newlife2020 .feature ul{
		margin-bottom: 20px;
	}
	#newlife2020 .feature dt{
		font-size: 13px;
		margin: 10px auto 5px;
		font-weight: 600;
	}
	#newlife2020 .feature dd{
		font-size: 13px;
		margin: 0 auto;
	}
	#newlife2020 h3.featureArea_title{
		font-size: 13px;
		line-height: 1.4;
		margin: 0 0 5px;
	}
	#newlife2020 .list_feature{
		margin: 0;
	}
	
	#newlife2020 .user-box {
		padding: 40px 20px 20px;
		margin: 0 auto 40px;
	}
	#newlife2020 .name{
		font-size: 18px;
	}
	#newlife2020 .name-sub{
		position: absolute;
		top: -1.0em;
		left: -3em;
		font-size: 18px;
		margin: 0;
	}
	#newlife2020 .coordinate .name{
		margin: 80px auto 20px;
	}
}

@media screen and (max-width: 568px) {
		#newlife2020 h2 {
			font-size: 3.2vw;
		}
		#newlife2020 .setbox-inner .flL {
			width: 100%;
			margin: 0;
		}
		#newlife2020 .setbox-inner .set-img {
			width: 100%;
			margin: 0;
		}
		#newlife2020 .setbox-inner .flR {
			width: 100%;
			padding: 10px 10px;
			margin: 0;
		}
		#newlife2020 .setbox-inner .set-txt {
			width: 100%;
			padding: 10px 10px;
			margin: 0;
		}
		#newlife2020 .setbox-inner .flR dd {
			text-align: left;
			min-height: inherit;
		}
		#newlife2020 .setbox a .setitem {
			font-size: 3.2vw;
			padding: 8px 4px;
			margin: 10px 0 5px;
		}
		#newlife2020 .setbox a .setitem:before {
			content: "＞";
			font-size: 2.5vw;
			padding-right: .5em;
		}

		#newlife2020 .search-cate .checklist .checkbox>li {
			width: 100%;
		}
		#newlife2020 .search-room li span {
			font-size: .5rem ;
			font-size: 3vw;
			line-height: 1.4;
		}

		#newlife2020 .feature li {
			width: 48%;
			margin: 0 2% 20px 0;
		}

	/*---新タブ---*/

	/*タブのスタイル*/
	.tab_item {
		font-size: 3vw;
		padding: 10px .4em;
		line-height: 1.2;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		}
	.tab_item .show_sp {
		display: inline-block;
	}
	.tabs .tab_item span {
		display: block;
	}
	/*タブ切り替えの中身のスタイル*/
	.tab_content {
		display: none;
		padding: 20px 10px 0;
		clear: both;
		overflow: hidden;
	}
	/*---//新タブ---*/	
	
	#newlife2020 .stylist-form .stylist-txt{
		width: 100%;
	}

	#newlife2020 .stylist-form .stylist-img{
		width: 60%;
		margin: 30px auto 0;
	}
	
	#newlife2020 .user-box{
		padding: 30px 15px 15px;
	}
	#newlife2020 .name{
		font-size: 4.3vw;
		margin: 0 auto 10px
	}
	#newlife2020 .user-box .corner-lead{
		text-align: left;
	}
	#newlife2020 .name-sub{
		position: absolute;
		top: -1.2em;
		left: -2em;
		font-size: 4.5vw;
	}
	 #newlife2020  .whiteBtn .text {
    font-size: 3.4vw;
  }
}
	
@media screen and (max-width: 560px) {/*sp*/
		#newlife2020 h3 {
			margin-top: 10px;
		}
		#newlife2020 h3 span.ja {
			font-size: 3.5vw;
		}
		#newlife2020 h3 span.eng {
			font-size: 6.5vw;
		}	
}
.show_sp480 { display: none; }
@media screen and (max-width: 768px) {
.show_sp480 { display: none; }
}
@media screen and (max-width: 480px) {
.show_sp480 { display: block; }
}