@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/*-------------------
   common
-------------------*/
.wrapper {
	font: 1.0em/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: .1em;
	padding: 0 0 20px;
	position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper img {
	height: auto;
	width: 100%;
}

/*---7esthe_mobile.css リセットOP対策----*/
#container h3,
#container h4,
#container h5 {
	background: none;
	color: #000;
	cursor: auto;
	float: none;
}
#container h3 span,
#container h4 span,
#container h5 span {
	background: none;
	color: #000;
	cursor: auto;
	float: none;
}
#container .flex {
    align-items: flex-start;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
/*--7esthe_mobile.css 商品ページ用リセットOP対策　----*/
.write_box {
    margin: 0;
    padding: 0;
}
#mobile_detail_content {
	font-size: 1.0em;
}
.item_explanation .cont {
	margin: 0;
	padding: 0;
}
/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
 
 /*  全体指定 スマホ縦 i5 i5SE　350pxまで  */
 
 
/* ボタンデザイン自由に変えてください  */
#container .buy-btn {
	background: #9dd53a;
	background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
	background: -webkit-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
	background: linear-gradient(to bottom, #9dd53a 0%, #7cbc0a 100%);
	border: #99b61e 1px solid;
	border-radius: 5px;
	color: #fff;
	display: block;
	font: bold 1rem/2.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
	margin: 10px auto 0;
	text-align: center;
	width: 100%;
}
#container .buy-btn a{
	color: #fff;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#container .buy-btn a::before {
	border: solid 5px transparent;
	border-left: solid 7px #fff;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
	top: -1px;
}
#container .buy-btn:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}
/*-- 画面外にいる状態 --*/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition: ease-in 400ms;
}
/*-- 画面内に入った状態 --*/
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
	background: url(/contents/shop/sevenbeauty/img/freepage/howtochoose-massagebed/sp_top_h1.jpg) no-repeat;
	background-size: 100%;
	padding: 17% 3% 0;
}
#container .mainvisual .head-catch{
	color: #000;
	font: 1.1rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    letter-spacing: -0.5px;
}
#container .mainvisual .headtitle{
	color: #000;
	font: bold 2rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: -0.5px;
	margin: 3% 0 0;
	text-shadow: 0px 0px 3px #fff, 0px 0px 1px #fff, 0px 0px 5px #fff, 0px 0px 7px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 20px #fff;
	webkit-text-shadow: 0px 0px 3px #fff, 0px 0px 1px #fff, 0px 0px 5px #fff, 0px 0px 7px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 20px #fff;
}
#container .mainvisual .headtitle .small-txt{
	color: #000;
	font-size: 1.5rem;
}
#container .mainvisual .title-desc{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 28% auto 0;
    width: 94%;
}

/*-------------------
   section1
-------------------*/
#container .sec1 .sec-title{
	color: #000;
	font: bold 1.5rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    letter-spacing: -0.5px;
    margin: 8% 0 3%;
    text-align: center;
}
#container .sec1 .ideal-wrap li{
	border: dotted 2px #F99;
	border-radius: 40px;
	display: block;
	font: 0.9rem/1.3 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	width: 80%;
	padding: 3% 7%;
	margin: 0 auto 5% 5%;
}
#container .sec1 .ideal-wrap li:before{
	border: dotted 2px #F99;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	right: -30px;
	top: 45px;
	width: 20px;
	height: 20px;
	z-index: 0;
}
#container .sec1 .ideal-wrap li:after{
	border: dotted 2px #F99;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	right: -45px;
	top: 65px;
	width: 8px;
	height: 8px;
	z-index: 0;
}
#container .sec1 .voice-pht{
	display: block;
	margin: 0 auto;
	width: 90%;
}
/*-------------------
   section共通
-------------------*/
#container article{
	margin: 0 auto;
	width: 90%;
}
#container .point-maintitle{
	display: block;
	margin: 8% auto 0;
	width: 100%;
}
#container .point-no{
	color: #000;
	font: bold 1.2rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing: -0.5px;
	margin: 10% 0 1%;
	text-align: center;
}
#container .point-no .color-red{
	color: #f00a3b;
	font-weight: bold;
}
#container .point-no em{
	color: #ccc;
	font-size: 2rem;
	font-style: italic;
	font-weight: bold;
	line-height: 1rem;
}
#container .point-title{
	border-bottom: solid 1px #000;
	color: #000;
	font: bold 1.2rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing: -0.5px;
	margin: 0 auto 5%;
	padding: 0 0 1%;
	text-align: center;
}
#container .point-title em{
	color: #f00a3b;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.8rem;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .worker-wrap{
	margin: 0 auto;
	width: 94%;
}
#container .sec2 .worker-wrap li{
	width: 100%;
}
#container .sec2 .kumitate50{
	display: block;
	margin: 0 auto;
	width: 90%;
}
#container .sec2 .kumitate-step{
	background: #f5f5e9;
	clear: both;
	margin: 5% 0 0;
	padding: 0 0 5%;
}
#container .sec2 .kumitate-step .kumitate-title{
	background: #f7941e;
	color: #FFF;
	font: bold 1.1rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0;
	padding: 2%;
	text-align: center;
}
#container .sec2 .kumitate-step .step-pht{
	margin: 5% 0 0 5%;
	width: 40%;
}
#container .sec2 .kumitate-step dl{
	float: right;
	margin: 5% 5% 0 0;
	width: 45%;
}
#container .sec2 .kumitate-step dl dt{
	border-bottom: solid 1px #f7941e;
	color: #f7941e;
	font: bold 1.1rem/1 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 0 0 5%;
    padding: 0 0 3%;
}
#container .sec2 .kumitate-step dl dd{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#container .sec2 .kumitate-desc-txt{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 5% auto 0;
    width: 90%;
}
#container .sec2 .compact-pht{
	display: block;
	margin: 0 auto;
	width: 90%;
}
#container .sec2 .compact-desc-txt{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 2% auto 8%;
    width: 90%;
}
#container .sec2 .bag-pht{
	display: block;
	margin: 0 auto;
	width: 90%;
}
#container .sec2 .foot-pht{
	display: block;
	margin: 0 auto 5%;
	width: 90%;
}
#container .sec2 .foot-desc-txt{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 0 auto;
    width: 90%;
}
#container .sec2 .change-height li{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0 2% 5%;
	width: 46%;
}
#container .sec2 .change-height li img{
	display: block;
	margin: 0 auto 5%;
	width: 100%;
}
#container .sec2 .position-catch{
	color: #000;
	font: bold 0.9rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing: -0.5px;
	text-align: center;
}
#container .sec2 .position-wrap li{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 2% 2% 0;
	width: 46%;
}
#container .sec2 .position-wrap li img{
	display: block;
	margin: 0 auto 5%;
	width: 100%;
}
#container .sec2 .material-pht{
	display: block;
	margin: 0 auto;
	width: 90%;
}
#container .sec2 .material-desc-txt{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 3% auto;
    width: 90%;
}
#container .sec2 .material-attention{
	color: #f00a3b;
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    width: 90%;
} 

/*-------------------
   section3
-------------------*/
#container .sec3 .custamer-wrap{
	margin: 0 auto;
	width: 94%;
}
#container .sec3 .custamer-wrap li{
	width: 100%;
}
#container .sec3 .cushion-pht{
	display: block;
	margin: 0 auto;
	width: 90%;
}
#container .sec3 .cushion-desc-txt{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 3% auto;
    width: 90%;
}
#container .sec3 .cushion-attention{
	color: #f00a3b;
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    width: 90%;
}
#container .sec3 .perforated-pht{
	display: block;
	margin: 0 auto 3%;
	width: 90%;
}
#container .sec3 .perforated-desc-txt{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 0 auto;
    width: 85%;
}
#container .sec3 .change-headlest li{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0 auto 5%;
	width: 90%;
}
#container .sec3 .change-headlest li img{
	display: block;
	margin: 0 auto 3%;
	width: 100%;
}
#container .sec3 .change-headlest li:first-child img{
	margin: 0 auto;
}
#container .sec3 .armlest-wrap{
	margin: 0 auto;
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	width: 90%;
}
#container .sec3 .armlest-pht{
	display: block;
	margin: 0 auto 5%;
	width: 100%;
}
#container .sec3 .armlest-custamer{
	margin: 0 auto 3%;
}

/*-------------------
   section4
-------------------*/
#container .sec4 .feature-maintitle{
	display: block;
	margin: 8% auto 0;
	width: 100%;
}
#container .sec4 .feature-title{
	border-left: solid 6px #000;
	border-bottom: solid 1px #000;
	color: #000;
	font: bold 1.1rem/1.8 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing: -0.5px;
	margin: 10% 0 5%;
	padding-left: 2%;
}
#container .sec4 .feature-title em{
	color: #f00a3b;
	font-size: 1.4rem;
	font-weight: bold;
}
#container .sec4 .beam{
	background: url(/contents/shop/sevenbeauty/img/freepage/howtochoose-massagebed/feature1.jpg) no-repeat;
	background-size: 100%;
	background-position: top;
}
#container .sec4 .beam-desc-txt{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding: 38% 0 0;
}
#container .sec4 .feature-wrap img{
	display: block;
	margin: 0 auto 3%;
	width: 90%;
}
#container .sec4 .feature-wrap .withstand-desc-txt{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#container .sec4 .feature-wrap .standard-title{
	font: bold 1rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 5% 0 0;
}
#container .sec4 .feature-wrap .standard-list dt{
	color: #000;
	font: bold 0.9rem/1 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 3% 0 2%;
}
#container .sec4 .feature-wrap .standard-list dd{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#container .sec4 .allitem-bnr{
	display: block;
	margin: 5% auto 0;
	width: 100%;
}

/*-------------------
   category-link
-------------------*/
#container .category-title{
	border-left: solid 5px #ab4430;
	border-bottom: solid 1px #000;
	font: bold 1rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding: 0 0 0 2%;
	margin: 8% auto 0;
	text-align: left;
	width: 90%;
}
#container .category{
	font: 0.9rem/2.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding: 0;
	margin: 0 auto;
	width: 90%;
}
#container .category li{
	background-color: #fefefe;
	border: solid 1px #ccc;
	border-top: none;
	display: block;
	margin: 0;
	padding: 3%;
	position: relative;
}
#container .category li:after{
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	content: '';
	display: block;
	position: absolute;
	top: 1.6em;
	right: 20px;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/

}

 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container .buy-btn{
	font-size: 1.5rem;
}
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
	padding: 15% 3% 19%;
}
#container .mainvisual .head-catch{
	font-size: 1.3rem;
}
#container .mainvisual .head-catch br{
	display: none;
}
#container .mainvisual .headtitle{
	font-size: 3.2rem;
	margin: 2% 0 0;
}
#container .mainvisual .headtitle .small-txt{
	font-size: 2.8rem;
}
#container .mainvisual .title-desc{
	font-size: 1rem;
    margin: 3% 0 0;
    width: 55%;
}

/*-------------------
   section1
-------------------*/
#container .sec1 .sec-title{
	font-size: 2.5rem;
}
#container .sec1 .ideal-wrap li{
	font-size: 1rem;
	margin: 0 auto 3% 5%;
	text-align: center;
}
#container .sec1 .voice-pht{
	margin: 3% auto 0;
}
/*-------------------
   section共通
-------------------*/
#container .point-no{
	font-size: 1.5rem;
	margin: 6% 0 1%;
}
#container .point-no em{
	font-size: 2.5rem;
}
#container .point-title{
	font-size: 1.5rem;
}
#container .point-title em{
	font-size: 2.5rem;
	line-height: 2.8rem;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .kumitate-step .kumitate-title{
	font-size: 1.5rem;
	padding: 1%;
}
#container .sec2 .kumitate-step .step-pht{
	width: 30%;
}
#container .sec2 .kumitate-step dl{
	width: 55%;
}
#container .sec2 .kumitate-step dl dt{
	font-size: 1.5rem;
}
#container .sec2 .kumitate-step dl dd{
	font-size: 1rem;
}
#container .sec2 .kumitate-desc-txt{
	font-size: 1rem;
	margin: 3% auto 0;
}
#container .sec2 .compact-desc-txt{
	font-size: 1rem;
	margin: 2% auto 5%;
}
#container .sec2 .foot-desc-txt{
	font-size: 1rem;
}
#container .sec2 .change-height li{
	font-size: 1rem;
}
#container .sec2 .position-catch{
	font-size: 1.5rem;
}
#container .sec2 .position-wrap li{
	font-size: 1rem;
}
#container .sec2 .material-desc-txt,
#container .sec2 .material-attention{
	font-size: 1rem;
}

/*-------------------
   section3
-------------------*/
#container .sec3 .cushion-desc-txt,
#container .sec3 .cushion-attention,
#container .sec3 .perforated-desc-txt,
#container .sec3 .change-headlest li{
	font-size: 1rem;
}
#container .sec3 .perforated-pht{
	display: block;
	margin: 0 auto 3%;
	width: 90%;
}
#container .sec3 .armlest-wrap{
	margin: 0 auto;
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	width: 90%;
}
#container .sec3 .armlest-wrap li{
	font-size: 1rem;
	margin: 0 2%;
	width: 46%;
}

/*-------------------
   section4
-------------------*/
#container .sec4 .feature-title{
	font-size: 1.5rem;
	margin: 6% 0 3%;
}
#container .sec4 .feature-title em{
	font-size: 2rem;
}
#container .sec4 .beam-desc-txt{
	font-size: 1rem;
	text-align: center;
}
#container .sec4 .feature-wrap li{
	margin: 0 auto 3%;
	width: 90%;
}
#container .sec4 .feature-wrap .withstand-desc-txt{
	font-size: 1rem;
}
#container .sec4 .feature-wrap .standard-title{
	font-size: 1.3rem;
    margin: 2% 0 0;
}
#container .sec4 .feature-wrap .standard-list dt{
	font-size: 1rem;
	margin: 2% 0;
}
#container .sec4 .feature-wrap .standard-list dd{
	font-size: 1rem;
}
#container .sec4 .allitem-bnr{
	margin: 3% auto 0;
}

/*-------------------
   category-link
-------------------*/
#container .category-title{
	font-size: 1.5rem;
}
#container .category{
	font-size: 1.1rem;
}
}

@media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container .buy-btn{
	font-size: 1.1rem;
}
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
	background: url(/contents/shop/sevenbeauty/img/freepage/howtochoose-massagebed/pc_top.jpg) no-repeat;
	height: 575px;
	margin: 0 auto;
	padding: 3% 3% 0;
	width: 1040px;
}
#container .mainvisual .head-catch{
	font-size: 2rem;
	line-height: 2.4rem;
}
#container .mainvisual .headtitle{
	font-size: 4rem;
	margin: 1% 0 0;
}
#container .mainvisual .headtitle .small-txt{
	font-size: 3rem;
}
#container .mainvisual .title-desc{
	margin: 4% 0 0;
    width: 48%;
}

/*-------------------
   section1
-------------------*/
#container .sec1 .sec-title{
	font-size: 2.5rem;
    margin: 5% 0 2%;
}
#container .sec1 .sec-title br{
	display: none;
}
#container .sec1 .ideal-wrap{
	align-items: center;
	margin: 0 auto 7%;
	width: 960px;
}
#container .sec1 .ideal-wrap li{
	margin: 0 2%;
	min-height: 97px;
	padding: 2% 3%;
	text-align: center;
	width: 29.3%;
}
#container .sec1 .ideal-wrap li:nth-child(2),
#container .sec1 .ideal-wrap li:last-child{
	padding: 3%;
}
#container .sec1 .ideal-wrap li:first-child:before{
	top: 105px;
	left: 125px;
	margin-left: 0;
}
#container .sec1 .ideal-wrap li:first-child:after{
	top: 135px;
	left: 145px;
	margin-left: 0;
}
#container .sec1 .ideal-wrap li:nth-child(2):before{
	top: 105px;
	left: 125px;
	margin-left: 0;
}
#container .sec1 .ideal-wrap li:nth-child(2):after{
	top: 135px;
	left: 145px;
	margin-left: 0;
}
#container .sec1 .ideal-wrap li:last-child:before{
	top: 105px;
	left: 125px;
	margin-left: 0;
}
#container .sec1 .ideal-wrap li:last-child:after{
	top: 135px;
	left: 115px;
	margin-left: 0;
}

/*-------------------
   section共通
-------------------*/
#container article{
	width: 960px;
}
#container .point-maintitle{
	margin: 5% auto 0;
}
#container .point-no{
	font-size: 1.5rem;
	margin: 8% 0 1%;
}
#container .point-no em{
	font-size: 2.8rem;
}
#container .point-title{
	font-size: 1.8rem;
}
#container .point-title em{
	font-size: 2.5rem;
	line-height: 2.5rem;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .worker-wrap{
	width: 100%;
}
#container .sec2 .worker-wrap li{
	margin: 0 2%;
	width: 46%;
}
#container .sec2 .kumitate50{
	width: 100%;
}
#container .sec2 .kumitate-step{
	margin: 0;
}
#container .sec2 .kumitate-step .kumitate-title{
	font-size: 1.3rem;
}
#container .sec2 .kumitate-step .step-pht{
	width: 30%;
}
#container .sec2 .kumitate-step dl{
	width: 55%;
}
#container .sec2 .kumitate-desc-txt{
	margin: 3% auto 0;
	text-align: center;
}
#container .sec2 .compact-desc-txt{
	margin: 2% auto 5%;
}
#container .sec2 .bag-pht{
	width: 100%;
}
#container .sec2 .foot-pht{
	position: relative;
	width: 100%;
}
#container .sec2 .foot-desc-txt{
	position: absolute;
	margin: -13% 0 0 5%;
	width: 30%
}
#container .sec2 .change-height li{
	margin: 0 2% 3%;
	width: 29.3%;
}
#container .sec2 .change-height li img{
	margin: 0 auto 3%;
}
#container .sec2 .position-catch{
	font-size: 1.8rem;
	margin: 3% 0 0;
}
#container .sec2 .position-wrap li img{
	margin: 0 auto 3%;
}
#container .sec2 .material-pht{
	width: 100%;
}
#container .sec2 .material-desc-txt{
	margin: 0 auto;
    width: 100%;
}
#container .sec2 .material-attention{
	margin: 5% 0 0;
	width: 100%;
} 

/*-------------------
   section3
-------------------*/
#container .sec3 .point-maintitle{
	margin: 10% auto 0;
}
#container .sec3 .custamer-wrap{
	width: 100%;
}
#container .sec3 .custamer-wrap li{
	margin: 0 2%;
	width: 46%;
}
#container .sec3 .cushion-pht{
	width: 100%;
}
#container .sec3 .cushion-desc-txt{
	margin: 0 auto;
    width: 100%;
}
#container .sec3 .cushion-attention{
	margin: 5% 0 0;
	width: 100%;
}
#container .sec3 .perforated-pht{
	width: 100%;
}
#container .sec3 .perforated-desc-txt{
	text-align: center;
}
#container .sec3 .change-headlest li{
	margin: 0 2%;
	width: 29.3%;
}
#container .sec3 .armlest-wrap li{
	margin: 0 2%;
	width: 46%;
}

/*-------------------
   section4
-------------------*/
#container .sec4 .feature-title{
	font-size: 1.8rem;
	line-height: 2.8rem;
	margin: 5% 0;
	padding-left: 1%;
}
#container .sec4 .feature-title em{
	font-size: 2.5rem;
}
#container .sec4 .beam{
	height: 320px;
}
#container .sec4 .beam-desc-txt{
	padding: 4% 2%;
}
#container .sec4 .feature-wrap li{
	margin: 0 2%;
	width: 46%;
}
#container .sec4 .feature-wrap img{
	width: 100%;
}
#container .sec4 .feature-wrap .standard-list dt{
	margin: 5% 0 1%;
}

/*-------------------
   category-link
-------------------*/
#container .category-title{
	font-size: 1.3rem;
	padding: 0 0 0 1%;
	margin: 5% auto 0;
	width: 960px;
}
#container .category{
	clear: both;
	padding: 0;
	margin: 1% auto 10%;
	width: 960px;
}
#container .category li{
	color: #000;
	background-color: #FFF;
	border: none;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	width: 320px;
}
#container .category li:after{
	top: 12px;
	right: 30px;
}
}