﻿.maindesign{
    font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
.maindesign img{
	vertical-align: bottom;
}

.maindesign .feature-hdg1{
	font-size: 1.8em;
	line-height: 1.4;
	margin-bottom: 5px;
}
.maindesign .feature-hdg1 span{
	display: block;
	font-size: 0.7em;
	font-weight: normal;
}
.maindesign .feature-hdg4{
	font-size: 1.3em;
	font-weight: bold;
	margin: 1.5em 0 0.5em;
}

@media screen and (max-width:767px){
.maindesign .feature-hdg1{
	font-size: 1.4em;
}
}

.maindesign .breadcrumb {
    box-sizing: border-box;
    color: #83838f;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875em;
    line-height: 1.5;
	margin-bottom: 10px;
}
.maindesign .breadcrumb a {
    color: #83838f;
}
@media screen and (max-width:767px){
.maindesign .breadcrumb {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
	margin-bottom: 10px;
}
}
.maindesign .left-red{
	border-left: 4px solid #E5002D;
	padding: 0.6rem 1rem;
}


.maindesign .recommend-goods{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .recommend-goods--block{
	width: 100%;
	margin-top: 50px;
}
.maindesign .recommend-goods--block:first-child{
	margin-top: 0;
}
.maindesign .recommend-goods--block__text p{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3;
	margin: 10px 0;
}
.maindesign .recommend-goods--block__text ul li{
	font-size: 1.1em;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.3;
	margin-top: 5px;
}
.maindesign .recommend-goods--block__text ul li:first-child{
	margin-top: 0;
}

.maindesign .recommend-goods--block .button {
	width: calc(60% - 10px);
	margin: 20px auto 0;
}
@media screen and (max-width:767px){
.maindesign .recommend-goods--block{
	width: 100%;
	margin-top: 40px;
}
.maindesign .recommend-goods--block:first-child{
	margin-top: 0;
}
.maindesign .recommend-goods--block__text p{
	font-size: 1.1em;
	margin: 5px 0;
}
.maindesign .recommend-goods--block__text ul li{
	font-size: 0.9em;
}
.maindesign .recommend-goods--block .button {
	width: 100%;
}

}

.maindesign .main-features--block{
	margin-top: 40px;
}
.maindesign .main-features--block:first-child{
	margin-top: 0;
}
.maindesign .main-features--block__inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.maindesign .main-features--block__inner .images{
	width: 40%;
}
.maindesign .main-features--block__inner p{
	width: 58%;
	text-align: justify;
	line-height: 1.4;
}
@media screen and (max-width:767px){
.maindesign .main-features--block__inner .images{
	width: 100%;
	margin-bottom: 10px;
}
.maindesign .main-features--block__inner p{
	width: 100%;
}

}

.maindesign .sub-features{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.maindesign .sub-features li{
	width: 24%;
	margin-top: 20px;
}
.maindesign .sub-features li:nth-child(-n + 4){
	margin-top: 0;
}
@media screen and (max-width:767px){
.maindesign .sub-features li{
	width: 48%;
}
.maindesign .sub-features li:nth-child(-n + 4){
	margin-top: 20px;
}
.maindesign .sub-features li:nth-child(-n + 2){
	margin-top: 0;
}

}


.maindesign .choose-living-chair{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .choose-living-chair li{
	width: 48%;
	margin-top: 30px;
	position: relative;
	padding-bottom: 3.8em;
}
.maindesign .choose-living-chair li:nth-child(-n + 2){
	margin-top: 0;
}
.maindesign .choose-living-chair li .where{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}
.maindesign .choose-living-chair li p{
	line-height: 1.3;
	text-align: justify;
	margin: 10px 0 0;
}
.maindesign .choose-living-chair .link-button {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.maindesign .choose-living-chair .link-button .flatbtn{
	width: 100%;
}
@media screen and (max-width:767px){
.maindesign .choose-living-chair li{
	width: 100%;
	margin-top: 40px;
	padding-bottom: 0;
}
.maindesign .choose-living-chair li:nth-child(-n + 2){
	margin-top: 30px;
}
.maindesign .choose-living-chair li:first-child{
	margin-top: 0;
}
.maindesign .choose-living-chair li .where{
	margin-top: 10px;
}
.maindesign .choose-living-chair .link-button {
	position: inherit;
	margin-top: 10px;
}

}


.maindesign .link-button{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.maindesign .link-button .flatbtn{
	width: calc(60% - 10px);
}

.maindesign .select-function{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .select-function li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	width: 48%;
	position: relative;
	padding-bottom: 3.8em;
}
.maindesign .select-function li:nth-child(-n + 2){
	margin-top: 0;
}
.maindesign .select-function .images{
	width: 25%;
}
.maindesign .select-function .text-area{
	width: 70%;
}
.maindesign .select-function .text-area span{
	font-weight: bold;
}
.maindesign .select-function .text-area .where{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}
.maindesign .select-function .text-area p{
	line-height: 1.3;
}

.maindesign .select-function .link-button {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.maindesign .select-function .link-button .flatbtn{
	width: 100%;
}

@media screen and (max-width:767px){
.maindesign .select-function li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	width: 100%;
	position: relative;
	padding-bottom: 3.8em;
}
.maindesign .select-function li:nth-child(-n + 2){
	margin-top: 30px;
}
.maindesign .select-function li:first-child{
	margin-top: 0;
}
}



.maindesign .cushion-table{
	width: 100%;
	table-layout: fixed;
}
.maindesign .cushion-table tr{
	background-color: #ccc;
}
.maindesign .cushion-table tr:nth-child(2n){
	background-color: #eee;
}

.maindesign .cushion-table td,
.maindesign .cushion-table th{
	border: 1px solid #666;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
	font-size: 1.2em;
}
.maindesign .cushion-table th{
	width: 25%;
}
.maindesign .cushion-table td{
	width: calc(75% / 2);
}
.maindesign .cushion-table td p{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}
.maindesign .cushion-table td img{
	width: 100%;
	max-width: 300px;
}
/*
.maindesign .cushion-table td span{
	background:linear-gradient(transparent 60%, #f39800 60%);
}
*/
.maindesign .cushion-table td.l-txt{
	text-align: justify;
}

.maindesign .cushion-table .menu-btn-list{
	margin: 0;
}
.maindesign .cushion-table .menu-btn-list li{
	width: 100%;
}
@media screen and (max-width:767px){
.maindesign .cushion-table td,
.maindesign .cushion-table th{
	font-size: 3.5vw;
}
.maindesign .cushion-table .menu-btn-list li{
	width: 100%;
}
.maindesign .arrow-r::after{
	content: none;
}

}

.maindesign .lead-text .bold{
	font-weight: bold;
}




 

