@media only screen and (max-width: 768px) {
    article {
		margin: 0.8rem 1rem 0;
    }
}

@media only screen and (max-width: 414px) {
    article {
		margin: 0.8rem 1rem 0;
    }
}

/* ------------------------------

 common 

------------------------------ */
/* 
 breadcrumb 
--------------------- */
.breadcrumb {
	display:flex;
	flex-wrap: wrap;
   	margin:1.5rem auto 0.9rem;
    padding: 0 0 0 0.5rem;
    font-size: 11px;
}
.breadcrumb li {
	letter-spacing:-0.5px;
}
.breadcrumb li::after {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
}
.breadcrumb li:last-child {
	font-weight:bold;
}
.breadcrumb li:last-child::after {
	content: none;
}

@media only screen and (min-width: 768px) {
	.breadcrumb {
		margin: 3em 0 1rem 0;
	    padding:0;
		font-size:13px;
	}
	.breadcrumb li::after {
		content: "\f105";
		font-family: FontAwesome;
		margin-right: 0.8em;
		margin-left: 0.8em;
    }
	.breadcrumb li:last-child {
		font-weight:bold;
	}
	.breadcrumb li:last-child::after {
		content: none;
	}   
}

/* 
 pc: nav logo 
--------------------- */
@media only screen and (min-width: 768px) {
	main nav ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
		margin: 1rem auto 4rem;
	}
	main nav ul > li {
		width: calc(15%);
		margin-left: 2%;
		position:relative;
		margin-top:2rem;
	}
	main nav ul li:nth-of-type(1) {
		width: calc(14%);
	}
	main nav ul li:nth-of-type(4) {
		width: calc(12%);
	}
	main nav ul li:nth-of-type(5) {
		width: calc(15%);
	}
	main nav ul li:first-child {
		margin-left: 0;
		margin-top: 2.5rem;
	}
	main nav ul li:last-child {
		margin-right: 0;
	}
	main nav ul li a {
		display: inline-block;
		text-decoration: none;
		transition: .2s ease-out;
	}
	main nav ul li a:hover {
		cursor: pointer;
		text-decoration: none;
		transform: translateY(-6px);
	}
	main nav ul li a::after {
		content: "\f107";
		font-family: FontAwesome;
		position: absolute;
		bottom: 0;
		left: 50%;
		top:100%;
		transform: translateX(-50%);
	}
}






/* ------------------------------

 index 

------------------------------ */
/* 
 index: item_logo 
--------------------- */
.item_logo {
	margin:auto 1rem;
}

@media only screen and (min-width: 768px) {
	.item_logo {
		margin: 2rem 0 0;
	}
}

/* 
 index: item_lead 
--------------------- */
.item_lead {
	margin: 3rem auto;
}
.item_lead p {
	font-size: 1.2rem;
}
.item_lead .em {
	color: #e6002d;
}
.item_lead_note {
	font-size:0.7rem;
}
.price_warranty p:first-child {
	margin: 1rem auto 0;
	font-size:1rem;
}
.price_warranty p:first-child span {
	font-size: 1.4rem;
	color: #e6002d;
	font-weight: bold;
}
.price_warranty p:nth-child(2) {
	margin: 1rem auto 0;
	font-weight: normal;
	position: relative;
	width: 66%;
	border: solid 1px #4b4b4b;
	cursor: pointer;
}
.price_warranty p:nth-child(2) a{
	font-size: 0.9rem;	
	color: #000;
	width: 100%;
	padding: .5rem 0 .6rem;
	display: inline-block;
	background: #d9d9d9;
}	
.price_warranty p:nth-child(2)::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
}  


@media only screen and (min-width: 768px) {
	.item_lead {
	margin: 3rem auto;
	}
	.item_lead p {
		font-size: 1.2rem;
	}
	.item_lead .em {
		color: #e6002d;
	}
    .price_warranty p:first-child {
		margin: 1rem auto 0;
		font-size:1.2rem;
	}
	.price_warranty p:first-child span {
		font-size: 1.4rem;
		color: #e6002d;
		font-weight: bold;
	}
	.price_warranty p:nth-child(2) {
		margin: 1rem auto 0;
		font-weight: normal;
		position: relative;
		width: 25%;
		border: solid 1px #4b4b4b;
		cursor: pointer;
	}
	.price_warranty p:nth-child(2):hover {
		transform: translateY(-4px);
	}
	.price_warranty p:nth-child(2) a{
		font-size: 0.9rem;	
		color: #000;
		width: 100%;
		padding: .5rem 0 .6rem;
		display: inline-block;
		background: #d9d9d9;
	}	
	.price_warranty p:nth-child(2)::after {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		top: 50%;
		right: 1rem;
		transform: translateY(-50%);
	}  
}

/* 
 newlifeSpecialPrice
----------------------*/
.newlifeSpecialPrice {
	width: 100%;
}
.newlifeSpecialPrice__image {
	width: 100%;
}
.newlifeSpecialPrice__image.pc_only {
	display: none;
}
.newlifeSpecialPrice__link {
    margin: 1rem auto 0;
    font-weight: normal;
    position: relative;
    width: 80%;
    border: solid 1px #D66A43;
    cursor: pointer;
    display: block;
    padding: 0.5rem 0 0.6rem;
    color: #D66A43 !important;
}
.newlifeSpecialPrice__link::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 0.7rem;
    transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
	.newlifeSpecialPrice__image {
		width: 100%;
		max-width: 880px !important;
		margin: 0 auto;
	}
	.newlifeSpecialPrice__image.pc_only {
		display: block;
	}
	.newlifeSpecialPrice__image.sp_only {
		display: none;
	}
	.newlifeSpecialPrice__link {
		margin: 2rem auto 0;
		width: 40%;
		max-width: 328px;
	}
	.newlifeSpecialPrice__link:hover {
		transform: translateY(-4px);
	}
}

/* 
 index: recommend 
--------------------- */
.recommend .flex_container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;    
}
.recommend .flex_item {
    width: 50%;
    margin-bottom: 3rem;
}
.recommend .image {
    width: 95%;
	margin: 0 auto;
}   
.recommend .recommend_text01 {
    font-size: .9rem;
}    
.recommend .recommend_btn {
	margin: 2rem auto 0;
	font-weight: normal;
	position: relative;
	width: 80%;
	border: solid 1px #4b4b4b;
	cursor: pointer;
}
.recommend .recommend_btn:hover {
} 
.recommend .recommend_btn a{
	font-size: 0.9rem;	
	color:#434343;
	width: 100%;
	padding: .5rem 0 .6rem;
	display: inline-block;
}	
.recommend .recommend_btn a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 0.7rem;
    transform: translateY(-50%);
}  

@media only screen and (min-width: 768px) {
	.recommend .flex_container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;    
	}
	.recommend .flex_item {
		width: 25%;
	}
	.recommend .image {
		width: 95%;
		margin: 0 auto;
	}
	.recommend .image img {
		max-width: 100%;
	}
	.recommend .recommend_text01 {
		margin: .5rem 0;
	}
	.recommend .recommend_btn {
		margin: 2rem auto 0;
		font-weight: normal;
		position: relative;
		width: 75%;
		border: solid 1px #4b4b4b;
		cursor: pointer;
	}
	.recommend .recommend_btn:hover {
		transform: translateY(-4px);
	} 
	.recommend .recommend_btn a{
		font-size: 0.9rem;	
		color:#434343;
		width: 100%;
		padding: .5rem 0 .6rem;
		display: inline-block;
	}	
	.recommend .recommend_btn a::after {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		top: 50%;
		right: 1rem;
		transform: translateY(-50%);
	}  
} 


/* 
 index: cat_title 
--------------------- */
.cat_title {
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 4rem;
	margin-bottom:0.7rem;
	padding-bottom:0.7rem;
	border-bottom: solid 1px #ccc;
}

.cat_info{
	margin: 1em;
    padding: 1em;
	border: 1px solid #e6002d;
    text-align: left;
	font-size: 14px;
    color: #e6002d;
}

.cat_notice{
	margin: 0.5em 0 0;
	font-size: .75rem;
}

.text_container{
	margin: .5rem 0;
	padding: 0 1.2em;
	text-align: left;
}

.sub_text{
	font-size:.8rem;
	margin: .25em 0;
	word-wrap: break-word
}

.item_tit{
	min-height: 4em;
}

.price_text{
	margin: 1em 0;
	border-top: 1px solid #b5b5b5;
}

.price_text span{
	font-size: .8rem;
}

   
@media only screen and (min-width: 768px) {
	.cat_info{
		margin: 1em;
		padding: 1em;
		border: 1px solid #e6002d;
		text-align: center;
		color: #e6002d;
		font-size: initial;
	}

	.cat_notice{
		margin: 0.5em 0 0;
		font-size: .8rem;
	}

	.cat_title {
		font-size: 1.4rem;
		font-weight: bold;



		margin-top: 7rem;
		margin-bottom:0.7rem;
		padding-bottom:0.7rem;
		border-bottom: solid 1px #ccc;
    }

	.item_tit{
		min-height: 3em;
	}
}


/* 
 index: about_txt
--------------------- */
.about_txt {
	text-align: left;
}
.about_txt h3 {
	font-size:1.2rem;
	margin-bottom:0.5rem;
	padding-bottom:0.5rem;
	border-bottom: solid 1px #ccc;
}
.about_txt p {
	line-height:1.8;
	margin-bottom:2rem;
}
.about_txt .specialty {
	text-align:center;
}
.about_txt .sr_img p,
.about_txt .sr_img_col2 p,
.about_txt .sr_img_col3 p {
    	margin-bottom:0.5rem;
    }
	.about_txt .sr_img ul {
		display:flex;
		flex-flow:column wrap;
		justify-content:space-between;
		margin-bottom:2rem;
	}    
	.about_txt .sr_img ul li {
		//width: calc(49%);
    }
    .about_txt .sr_img_col2 ul {
		display:flex;
		flex-flow:column nowrap;
		justify-content:space-between;
		margin-bottom:0;
	}    
	.about_txt .sr_img_col2 ul li:not(:last-child) {
		//width: calc(32%);
		margin-bottom:2rem;
    }
	.about_txt .sr_img_note {
		font-size:0.75rem;
		margin-top:0.5rem;
    }

@media only screen and (min-width: 768px) {
	.about_txt {
		text-align: left;
		margin-top: 7rem;
    }
    .about_txt h3 {
		font-size:1.2rem;
		margin-bottom:0.5rem;
		padding-bottom:0.5rem;
		border-bottom: solid 1px #ccc;
    }
	.about_txt p {
		line-height:1.8;
		margin-bottom:2rem;
    }
    .about_txt .sr_img p,
    .about_txt .sr_img_col2 p,
    .about_txt .sr_img_col3 p {
    	margin-bottom:0.5rem;
    }
	.about_txt .sr_img ul {
		display:flex;
		flex-flow:row nowrap;
		justify-content:space-between;
		margin-bottom:3rem;
	}    
	.about_txt .sr_img ul li {
		width: calc(49%);
    }
    .about_txt .sr_img_col2 ul {
		display:flex;
		flex-flow:row wrap;
		justify-content:space-between;
	}   
    .about_txt .sr_img_col2 ul li {
		width: calc(49%);
		margin-bottom:3rem;
    }
	.about_txt .sr_img_col2 ul li:nth-of-type(3),
	.about_txt .sr_img_col2 ul li:nth-of-type(4) {
		margin-bottom:0;
	} 
	.about_txt .sr_img_note {
		font-size:0.8rem;
    }
}



/* 
 index: table_txt
----------------------- */
.table_txt {
	text-align: left;
}
.table_txt h3 {
	font-size:1.2rem;
	margin-bottom:0.5rem;
	padding-bottom:0.5rem;
	border-bottom: solid 1px #ccc;
}
.table_txt p {
	line-height:1.8;
	margin-bottom:1rem;
}
.table_note {
	font-size:0.7rem;
	margin-bottom:0.5rem;
}
.table_note:last-child {
	margin-bottom:1rem;
}

@media only screen and (min-width: 768px) {
	.table_txt {
		text-align: left;
	}
	.table_txt h3 {
		font-size:1.2rem;
		margin-bottom:0.5rem;
		padding-bottom:0.5rem;
		border-bottom: solid 1px #ccc;
	}
	.table_txt p {
		line-height:1.8;
		margin-bottom:1rem;
	}
	.table_note {
		font-size:0.8rem;
		margin-bottom:0.3rem;
	}
	.table_note:last-child {
		margin-bottom:3rem;
	}
}


/*
 index: table
----------------------------------- */
.table_wrap {
	overflow-x: scroll;
	margin: 0 0 1rem;
}
table {
    border-collapse:  collapse;
    width:920px;
}
table a {
	text-decoration:underline;
	display:block;
}
th {
	background-color: #000c6c;
	color:#fff;
	vertical-align:middle;
	text-align:center;
	font-size:0.9rem;
	letter-spacing:1.5px;
	height:2.5rem;
}
tr:nth-child(2) th:nth-of-type(1),
tr:nth-child(2) th:nth-of-type(2),
tr:nth-child(2) th:nth-of-type(3),
tr:nth-child(2) th:nth-of-type(4) {
	font-size:0.7rem;
}

/* table-header border */
tr:first-child th:nth-of-type(1),
tr:first-child th:nth-of-type(2),
tr:first-child th:nth-of-type(3) {
	border-top:1px solid #333;
	border-right:1px solid #fff;
	border-bottom:none;
	border-left:1px solid #333;
}
tr:first-child th:nth-of-type(3) {
	border-top:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}
tr:nth-child(2) th:nth-of-type(1),
tr:nth-child(2) th:nth-of-type(2),
tr:nth-child(2) th:nth-of-type(3) {
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:none;
	border-left:1px solid #333;
}
tr:nth-child(2) th:nth-of-type(4) {
	border-top:1px solid #fff;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:1px solid #fff;
}

tr > td {
	height:4rem;
	vertical-align:middle;
	font-size:0.8rem;
    padding: 5px 10px;
    margin: 0 auto;
    border:1px solid #333;
    text-align:center;
}
tr > td:nth-of-type(1) {
	width:4rem;
	text-align: center;
	padding-left:1rem;
	font-size:0.6rem;
}
tr > td:nth-of-type(1) img {
	width:100%;
}
tr > td:nth-of-type(2) {
	width:11rem;
	font-weight:bold;
	text-align:left;
	padding-left:1rem;
	font-size:0.8rem;
}
tr > td:nth-of-type(2) a:hover {
	opacity:0.5;
}
tr > td:nth-of-type(3) {
	font-size:0.5rem;
	text-align:right;
	width:4.5rem;
}
tr > td:nth-of-type(4) {
	font-size:1.1rem;
	text-align:left;
	width:6rem;
}
tr > td:nth-of-type(5),
tr > td:nth-of-type(6),
tr > td:nth-of-type(7),
tr > td:nth-of-type(8) {
	font-size:0.7rem;
	width:5.5rem;
}
tr > td span {
	font-size:1.1rem;
}

/* border */
tr > td:nth-of-type(1) {
	border-top:1px solid #333;
	border-right:none;
	border-bottom:1px solid #333;
	border-left:1px solid #333;
}
tr > td:nth-of-type(2) {
	border-top:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:none;
}
tr > td:nth-of-type(3) {
	border-top:1px solid #333;
	border-right:none;
	border-bottom:1px solid #333;
	border-left:1px solid #333;
}
tr > td:nth-of-type(4) {
	border-top:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:none;
}

@media only screen and (min-width: 768px) {
	.table_wrap {
		overflow-x: unset;
		margin: 0;
	}
	table {
		border-collapse:  collapse;
		width: 1100px;
	}
	table a {
		text-decoration:underline;
	}
	th {
		background-color: #000c6c;
		color:#fff;
		vertical-align:middle;
		text-align:center;
		font-size:0.9rem;
		letter-spacing:1.5px;
		height:2.5rem;
	}
	tr:nth-child(2) th:nth-of-type(1),
	tr:nth-child(2) th:nth-of-type(2),

	tr:nth-child(2) th:nth-of-type(3),
	tr:nth-child(2) th:nth-of-type(4) {
		font-size:0.8rem;
	}
	th {
		padding: 5px 10px;
		margin: 0 auto;
		border:1px solid #fff;
	}

	/* table-header border */
	tr:first-child th:nth-of-type(1),
	tr:first-child th:nth-of-type(2),
	tr:first-child th:nth-of-type(3) {
		border-top:1px solid #333;
		border-right:1px solid #fff;
		border-bottom:none;
		border-left:1px solid #333;
	}
	tr:first-child th:nth-of-type(3) {
		border-top:1px solid #333;
		border-right:1px solid #333;
		border-bottom:1px solid #fff;
		border-left:1px solid #fff;
	}
	tr:nth-child(2) th:nth-of-type(1),
	tr:nth-child(2) th:nth-of-type(2),
	tr:nth-child(2) th:nth-of-type(3) {
		border-top:1px solid #fff;
		border-right:1px solid #fff;
		border-bottom:none;
		border-left:1px solid #333;
	}
	tr:nth-child(2) th:nth-of-type(4) {
		border-top:1px solid #fff;
		border-right:1px solid #333;
		border-bottom:1px solid #333;
		border-left:1px solid #fff;
	}

	tr > td {
		height:4rem;
		vertical-align:middle;
		font-size:1rem;
		padding: 5px 10px;
		margin: 0 auto;
		border:1px solid #333;
		text-align:center;
	}
	tr > td:nth-of-type(1) {
		width:8rem;
		text-align: center;
		padding-left:2rem;
	}
	tr > td:nth-of-type(1) img {
		width:90%;
	}
	tr > td:nth-of-type(2) {
		width:15rem;
		font-weight:bold;
		text-align:left;
		padding-left:1rem;
		font-size:1rem;
	}
	tr > td:nth-of-type(2) a:hover {
		opacity:0.5;
	}
	tr > td:nth-of-type(3) {
		font-size:0.6rem;
		text-align:right;
		width:6rem;
	}
	tr > td:nth-of-type(4) {
		font-size:1.1rem;
		text-align:left;
		width:7.5rem;
	}
	tr > td:nth-of-type(5),
	tr > td:nth-of-type(6),
	tr > td:nth-of-type(7),
	tr > td:nth-of-type(8) {
		font-size:0.7rem;
		width:6.7rem;
	}
	tr > td span {
		font-size:1rem;
	}

    /* border */
	tr > td:nth-of-type(1) {
		border-top:1px solid #333;
		border-right:none;
		border-bottom:1px solid #333;
		border-left:1px solid #333;
	}
	tr > td:nth-of-type(2) {
		border-top:1px solid #333;
		border-right:1px solid #333;
		border-bottom:1px solid #333;
		border-left:none;
	}
	tr > td:nth-of-type(3) {
		border-top:1px solid #333;
		border-right:none;
		border-bottom:1px solid #333;
		border-left:1px solid #333;
	}
	tr > td:nth-of-type(4) {
		border-top:1px solid #333;
		border-right:1px solid #333;
		border-bottom:1px solid #333;
		border-left:none;
	}
}









/*
index: btn_contact
----------------------------------- */
.btn_contact {
	position: relative;
	text-align: center;
	text-decoration: none;
	color: #000;	
	font-size: 0.9rem; 
	background: #fff;	
	margin: 1rem auto 6rem;
	border: 1px solid #000;
	width: 75%;	
}
.btn_contact,
.btn_contact::before,
.btn_contact::after {
	box-sizing: border-box;
	display: block;
	content: '';
}
.btn_contact a {
    color: #000;
    display: block;
    padding: 0.5em 1rem;
    font-size: 0.9rem;
}
.btn_contact a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 0.6em;
	transform: translateY(-50%);
	color: #000;
}

@media only screen and (min-width: 768px) {
    .btn_contact {
    	padding: 0.2rem; 
    	font-weight: normal;
    	letter-spacing: 1.2px;              
    }
    .btn_contact {
  		width: 50%;
  		margin: 4rem auto 8rem;
  	}
	.btn_contact a {
    color: #000;
    display: block;
    padding: 0.5em 1rem;
    font-size: 1.4rem;
}
    .btn_contact a::after {
      	top:1rem;    
      	right: 0.5em;
    }
    .btn_contact a::after {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		top: 52%;
		right: 0.6em;
		transform: translateY(-50%);
    }
    .btn_contact:hover {
	    box-sizing:border-box;
		cursor: pointer;
		text-decoration: none;
		transform: translateY(-4px);
	}    
}

/*
 index: btn_ec
----------------------------------- */
.btn_ec {
	position: relative;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 0.9rem;
	background: #fff;
	margin: 2rem auto 4rem;
	border: 1px solid #000;
	width: 100%;
}
.btn_ec,
.btn_ec::before,
.btn_ec::after {
	box-sizing: border-box;
	display: block;
	content: '';
}
.btn_ec a{
    color: #000;
    display: block;
    padding: 0.8em 1rem;    
}
.btn_ec a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 0.6em;
	transform: translateY(-50%);
	color: #000;
}

@media only screen and (min-width: 768px) {
	.btn_ec {
    	padding: 0.2rem; 
    	font-weight: normal;
    	letter-spacing: 1.2px;              
    }
    .btn_ec {
  		width: 50%;
  		margin: 4rem auto 8rem;
  	}
	.btn_ec a{
		font-size: 0.9rem;		
	}
    .btn_ec a::after {
      	top:1rem;    
      	right: 0.5em;
    }
    .btn_ec a::after {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		top: 52%;
		right: 0.6em;
		transform: translateY(-50%);
    }
	.btn_ec:hover {
	    box-sizing:border-box;
		cursor: pointer;
		text-decoration: none;
		transform: translateY(-4px);
	}    
}






   
/* ------------------------------

 other

------------------------------ */
/* 
 h2 logo 
--------------------- */
h1 {
	margin:1rem auto;
}
#hermanmiller h1 {
	width: 300px;
}
#okamura h1,#ergohuman h1,
#haworth h1 {
	width: 250px;
}
#steelcase h1,#itoki h1 {
	width: 200px;
}

@media only screen and (min-width: 768px) {
	h1 {
		margin:1rem auto 3rem;
	}
	#hermanmiller h1 {
		width: 450px;
	}
	#okamura h1,#ergohuman h1,
	#haworth h1 {
		width: 350px;
	}
	#steelcase h1 {
		width: 300px;
	}
	#itoki h1 {
		width: 250px;
	}
}


/* 
 sp: col2 img nav btn 
--------------------- */
#navbtn_sp_2col .col_2 {
	display: flex;
	flex-flow: row wrap;
	margin-bottom:0;
}
#navbtn_sp_2col .col_2 > li {
	width: calc(48%);
	margin-top:0.3rem;
	margin-left:4%;
	margin-bottom:2rem;
	box-shadow: 3px 3px 3px #ebebeb;
}
#navbtn_sp_2col .col_2 li:nth-of-type(2n+1) {
	margin-left:0;
}
#navbtn_sp_2col .col_2 > li a {
	background-color: #fff;
	display:block;
}
#navbtn_sp_2col .col_2 .blur a {
	background-color: #c1bfbd;
	display:block;
}
#navbtn_sp_2col .specialty {
	font-size:1rem;
	text-align:center;
	margin-bottom:3rem;
}


/* 
 pc: col3 img nav btn 
--------------------- */
.col_3 {
	display: flex;
	flex-flow: row wrap;
	margin-bottom:1rem;
}
.col_3 > li {
    width: calc(33%);
    margin-left:0.5%;	
}
.col_3 li:first-child {
	margin-left:0;
}

@media only screen and (min-width: 768px) {
	.col_3 {
		display: flex;
		flex-flow: row nowrap;
		margin-bottom:2rem;
		justify-content: center;
	}
	.col_3 > li {
		width: calc(33%);
		margin-top:0.3rem;
		margin-left:0.5%;	
	}
	.col_3 li:nth-of-type(1) {
		margin-left:0;
	}	
	.col_3 li:hover {
		cursor: pointer;
		text-decoration: none;
		transform: translateY(-4px);
	}
	.col_3 li a {
		display:block;
	}
	.col_3 li dd img {
		margin: 0 2rem 0; 
	}
}


/* 
 col_2
--------------------- */
.col_2 {
	display: flex;
	flex-direction:column;
	margin-bottom:5rem;
}
.col_2 .text dt {
	font-size:1.1rem;
	margin:0.5rem;
	font-weight:bold;
}
.col_2 .text dd {
	text-align: left;
	line-height:1.5;
}
.col_2 .text .note {
	margin-top:0.3rem;
}
.col_2 .text .more {
	margin:1rem auto 0.2rem;
	border:1px solid #bbb;
	display:inline-block;

	position: relative;
	padding:0.5rem 1.5rem;
	text-align:center;
	font-size:0.9rem;
	width:99%;
}
.col_2 .text .more::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 0.6em;
	transform: translateY(-50%);
	color: #000;
}

@media only screen and (min-width: 768px) {
	.col_2 {
		display: flex;
	    flex-direction:column;	
		flex-flow: row nowrap;
		margin-bottom: 7rem;
	}
	.col_2 li {
		flex-basis:620px;
	}
	.col_2 li:first-child {
		flex-basis:440px;
		margin-right: 2rem;
	}
	.col_2 .text {
		text-align:left;
	}
	.col_2 .text dt {
		font-size:1.2rem;
		margin: 0 0 1rem;
		text-align:left;
		font-weight:bold;
	}
	.col_2 .text dd {
		text-align: justify;
		line-height: 1.8;
	}
	.col_2 .text .note {
		margin-top:1rem;
	}
	.col_2 .text .more {
		margin:1.5rem auto 0;
		border:1px solid #bbb;
		box-sizing:border-box;
		display:inline-block;
		position: relative;
		padding: 0.2rem 1.5rem;
		font-size:0.9rem;
		width: 50%;
	}
	.col_2 .text .more:hover {
	    background-color:#4C4948;
	    color:#fff;
	    border:1px solid #4C4948;
	    box-sizing:border-box;
	}
	.col_2 .text .more:hover::after {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		top: 50%;
		right: 0.6em;
		transform: translateY(-50%);
		color: #fff;
	}
}


/* 
 new_item_col
--------------------- */
.new_item_col {
    border:1px solid #333;
    padding:1.5rem;
    margin: 4rem auto;
}
.new_item_col ul {
	display:flex;
	justify-content:space-between;
	flex-flow:column wrap;
}
.new_item_col ul li:first-child {
	//width:calc(35%);
	//padding:0.2rem 0;
}
.new_item_col ul li:last-child {
	//width:calc(63%);
	padding:0.2rem 0;
}
.new_item_col ul li:last-child span {
	font-size:1.5rem;
	font-weight:bold;
	color: #2f64b0;
}
.new_item_col ul li:last-child h4 {
	font-weight:normal;
	font-size:1.1rem;
	line-height:1.5;
}
.new_item_col ul li:last-child p {
	margin-top:1rem;
	font-size:0.9rem;
}
.new_item_col ul li:last-child dl {

}
.new_item_col ul li:last-child dl dt {
	margin-bottom:0.5rem;
}
.new_item_col ul li:last-child dl dd {
	margin-bottom:1rem;
	font-size:0.9rem;
}
.new_item_col ul li:last-child dl .btn_smy {
	border:1px solid #333;
	display:block;
	text-align:center;
}
.new_item_col ul li:last-child dl .btn_smy a {
	display:block;
	padding:0.7rem 4rem;
	position:relative;	
}
.new_item_col ul li:last-child dl .btn_smy a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 52%;
	right: 0.6em;
	transform: translateY(-50%);
}
.new_item_col ul li:last-child dl .btn_smy:hover {
    box-sizing:border-box;
	cursor: pointer;
	text-decoration: none;
	transform: translateY(-4px);
}

@media only screen and (min-width: 768px) {
	.new_item_col {
		border:1px solid #333;
		padding:1.5rem;
		margin: 4rem 0 5rem;
	}
	.new_item_col ul {
		display:flex;
		justify-content:space-between;
		flex-flow:row nowrap;
		align-items:center;
	}
	.new_item_col ul li:first-child {
		width:calc(35%);
		//padding:0;
	}
	.new_item_col ul li:last-child {
		width:calc(63%);
		padding:0;
	}
	.new_item_col ul li:last-child span {
		font-size:1.5rem;
		font-weight:bold;
		color: #2f64b0;
	}
	.new_item_col ul li:last-child h4 {
		font-weight:normal;
		font-size:1.5rem;
		line-height:1.5;
	}
	.new_item_col ul li:last-child p {
		margin:1rem auto;
		font-size:0.9rem;
	}
	.new_item_col ul li:last-child dl {

	}
	.new_item_col ul li:last-child dl dt {
		margin-bottom:0.6rem;
	}
	.new_item_col ul li:last-child dl dd {
		margin-bottom:1.5rem;
		font-size:1rem;
	}
	.new_item_col ul li:last-child dl .btn_smy {
		border:1px solid #333;
		display:inline-block;
		margin-bottom:0;
		width: 297px;

	}
	.new_item_col ul li:last-child dl .btn_smy a {
		display:block;
		padding:0.8rem 4rem;
		position:relative;	
	}
	.new_item_col ul li:last-child dl .btn_smy a::after {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		top: 52%;
		right: 0.6em;
		transform: translateY(-50%);
	}
	.new_item_col ul li:last-child dl .btn_smy:hover {
		box-sizing:border-box;

		cursor: pointer;
		text-decoration: none;
		transform: translateY(-4px);
	}
}


/*
 return_wc
----------------------------------- */
.return_wc {
	position: relative;
	border:solid 1px #bbb;
	margin-bottom: 5rem;
	padding:0.5rem 1rem;
}
.return_wc a {
	font-size: 0.9rem;
	//margin-right:1rem;
	
}
.return_wc a::after {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    bottom:0.5rem;
    right: .5rem;
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
	.return_wc {
		position: relative;
		border:solid 1px #bbb;
		margin-bottom: 8rem;
		display: inline-block;
		width:600px;
		text-align:center;
		padding:0.5rem 1rem;
	}
	.return_wc a {
		font-size: 0.9rem;
		//margin-right:1rem;
		display:block;
		
	}
	.return_wc a::after {
    	content: "\f101";
    	font-family: FontAwesome;
    	position: absolute;
    	bottom:0.5rem;
    	right: .5rem;
    	transform: translateX(-50%);
	}
	.return_wc:hover {
	    border:1px solid #4C4948;
	    box-sizing:border-box;
		cursor: pointer;
		text-decoration: none;
		transform: translateY(-4px);
	}
}


/*
 bnr
----------------------------------- */
.workdesk_bnr {
	margin: 3rem 0 1rem;
}
.workdesk_bnr h3 {
	margin:5rem 1rem auto;
}
.workdesk_bnr a {
	display:block;
}
.workdesk_bnr a img:hover {
	opacity:0.7;
}
.workdesk_bnr img {
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.bnr_list h4 {
	font-size: 110%;
	margin-top: 0;
	margin-bottom: .5rem;
}
.bnr_list p {
	margin:auto 1rem;
}
.bnr_list h4:last-of-type {
	//margin-top: 3rem;
}
.bnr_list a {
	display:block;
}
.bnr_list a img:hover {
	opacity:0.7;
}
.bnr_list img {
	margin-top: 1rem;
	margin-bottom: 3rem;
}
.intro {
    background:#eee;
    margin: 30px 0;
    padding: 30px 16px 30px;
    font-size: .9em;
    line-height: 1.9em;
}
.intro h2  {
    margin-bottom: 18px;
    font-size: 1.4em;
}
.present_note {
	font-size: 0.75rem;
	text-align: left;
	margin: 0 auto;
}

@media only screen and (min-width: 769px) {
    .workdesk_bnr a {
	    display:block;
    }
    .workdesk_bnr a img:hover {
    	opacity:0.7;
    }
    .workdesk_bnr img {
    	margin-top: 2rem;
	    margin-bottom: 7rem;
	}
    .bnr_list h4 {
        font-size: 110%;
        margin-top: 0;
        margin-bottom: .5rem;
    }
    .bnr_list h4:last-of-type {
        margin-top: 0;
    }
	.bnr_list a {
		display:block;
	}
	.bnr_list a img:hover {
		opacity:0.7;
	}
	.bnr_list img {
        margin-top: 2rem;
		margin-bottom: 9rem;
	}  
    .intro {
        background:#eee;
        margin: 60px 60px 10px;
        padding: 40px 40px 20px;
        font-size: 22px;
        line-height: 1.9em;
    }
    .intro h2  {
        margin-bottom: 18px;
        font-size: 30px;
    }
    .present_note {
		font-size: 0.75rem;
		text-align: left;
		width: 960px;
		margin: 0 auto;
    }
 }






/* ----------------------------------

- 202403 Office Essentials Sale

---------------------------------- */
@media screen and (max-width: 599px) {
	.cam_bf_wrap {

	}
	.cam_bf_wrap .concept__block__inner {
		padding: 2rem 2.5rem 0rem;
	}
	.cam_bf_wrap .concept__block__num {
		top: -8rem;
	}
	.cam_bf_wrap .concept__block__num img {
	}
	.cam_bf_col_wrap {
		border: 2px solid #333;
		padding: 2rem 1.5rem 2rem;
		/* margin-bottom: 3rem; */
	}
	.cam_bf_col {
		display:flex;
		flex-flow:column wrap;
		justify-content: space-between;
	}
	.cam_bf_col h3 {
		font-size: 1.7rem;
		margin-bottom:1rem;
	}
	.cam_bf_col h3 img {
		width:88%;
	}
	.cam_bf_col h3 span {
		font-size:1.6rem;
	}
	.cam_bf_col_text {
		font-size: 14px;
		/* font-weight: bold; */
		line-height: 1.6;
		text-align: center;
	}
	.cam_bf_col_text span {
		color: #ef3c25;
		font-weight: bold;
		letter-spacing: 0.5px;
	}
	.cam_bf_col_text ul {
		font-size: 10px;
		margin-top:1rem;
		text-align: left;
	}
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
	.cam_bf_wrap {
		max-width: 980px;
		text-align: left;
		margin: 0 auto;

}
	.cam_bf_col_wrap {
		border: 2px solid #333;
		padding: 2rem 2rem 2rem;
		margin: 4rem 2.5rem 7rem;
	}
	.cam_bf_col {
		display:flex;
		flex-flow:row nowrap;
		justify-content: space-between;
	}
	.cam_bf_col h3 {
		font-size: 1.8rem;
		width: 41%;
		border-right: 1px dotted;
		line-height: 1.3;
	}
	.cam_bf_col h3 img {
		width: 64%;
	}
	.cam_bf_col h3 span {
		font-size: 1.6rem;
	}
	.cam_bf_col_text {
		font-size: 1rem;
		font-weight: bold;
		width: 55%;
		line-height: 1.6;
	}
	.cam_bf_col_text span {
		color: #ef3c25;
		font-weight: bold;
		letter-spacing: 0.5px;
		font-size: 1.3rem;
	}
	.cam_bf_col_text ul {
		font-size: 11px;
		margin-top:1rem;
		font-weight: normal;
	}
}
@media screen and (min-width: 1025px) {
	.cam_bf_wrap {
		max-width: 980px;
		text-align: left;
		margin: 0 auto;

}
	.cam_bf_col_wrap {
		border: 2px solid #333;
		padding: 2rem 2rem 2rem;
		margin: 4rem auto 7rem;
	}
	.cam_bf_col {
		display:flex;
		flex-flow:row nowrap;
		justify-content: space-between;
	}
	.cam_bf_col h3 {
		font-size: 2rem;
		width: 41%;
		border-right: 1px dotted;
		line-height: 1.3;
	}
	.cam_bf_col h3 img {
		width:48%;
	}
	.cam_bf_col h3 span {
		font-size:1.8rem;
	}
	.cam_bf_col_text {
		font-size: 1rem;
		font-weight: bold;
		width: 55%;
		line-height: 1.6;
	}
	.cam_bf_col_text span {
		color: #ef3c25;
		font-weight: bold;
		letter-spacing: 0.5px;
		font-size: 1.3rem;
	}
	.cam_bf_col_text ul {
		font-size: 11px;
		margin-top:1rem;
		font-weight: normal;
	}
}














/* ********** WRAP ********** */
.wrapper{
	font-family: "Noto Sans Japanese";
}

/* 
 link - hover
-----------------------*/
*, *:after, *:before {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a > * {
	transition: all .2s ease;
}

a:hover{ color: #9fa0a0;}
a:hover img{ opacity: .85;}


@media only screen and (min-width: 1100px) {
	h1,
	article,
	section,
	#anchor_menu,
	.breadcrumb,
	.workdesk_bnr,
	.cs_flex,
	.shoplist_wrap {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
}


