@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;
	margin: 0 0 5%;
	padding: 0 0 20px;
	position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper img {
	height: auto;
	width: 100%;
}
#container .flex {
    align-items: flex-start;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
 
 /*  全体指定 スマホ縦 i5 i5SE　350pxまで  */
 
 
/* ボタンデザイン自由に変えてください  */
#container .buy-btn a{
	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 1.2rem/2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
	margin: 10px auto 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
#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/wl_premiumglue/mainvisual-bg-sp.jpg) no-repeat;
	background-size: 100%;
	padding: 20% 0 0;
}
#container .mainvisual .headtitle{
	color: #000;
	font: bold 1.3rem/1.2 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    letter-spacing: -0.5px;
    margin: 0 0 67%;
    text-align: center;
}
#container .mainvisual .headtitle em{
	color: #a1823b;
	display: block;
	font-size: 2.2rem;
	font-weight: bold;
	 letter-spacing: -1px;
}
#container .mainvisual .head-item{
	color: #000;
	font: bold 1.1rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align: center;
}
#container .mainvisual .buy-btn a{
	margin: 3% auto;
	width: 90%;
}

/*-------------------
   section1
-------------------*/
#container .sec1{
	background: url(/contents/shop/sevenbeauty/img/freepage/wl_premiumglue/sp-toptext-bg.jpg) no-repeat;
	background-size: cover;
	margin: 10% 0 0;
	padding: 5%;
}
#container .sec1 .about-title{
	color: #a1823b;
	font: bold 1.8rem/1.2 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    margin: 0;
    text-align: center;
}
#container .sec1 .about-desc-txt{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 3% 0 0;
}

/*-------------------
   section共通
-------------------*/
#container section .sec-title{
	border-bottom: solid 1px #000;
	color: #000;
	font: bold 1.8rem/1.2 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin: 10% 0 0;
	padding: 0 0 1%;
	text-align: center;
}
#container section .sec-title .title-icon{
	display: block;
	margin: 0 auto 2%;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .itemlist-btn{
	margin: 0 auto;
	width: 94%;
}
#container .sec2 .itemlist-btn li{
	margin: 3% 2% 0;
	width: 46%;
}
#container .sec2 .item-wrap{
	display: flex;
	margin: 10% auto 0;
	width: 90%;
}
#container .sec2 .item-wrap .item-pht{
	display: block;
	margin: 0 auto 5%;
	width: 100%;
}
#container .sec2  .item-txt-area h3{
	border-bottom: solid 1px #000;
	color: #000;
	font: bold 1.5rem/1.2 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin: 0;
	padding: 0 0 1%;
	text-align: center;
}
#container .sec2  .item-txt-area h3 em{
	color: #a1823b;
	font-size: 1.8rem;
	font-weight: bold;
}
#container .sec2  .item-txt-area dl{
	margin: 3% 0 0;
}
#container .sec2  .item-txt-area dt{
	color: #000;
	font: bold 1.2rem/1.3 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    text-align: center;
}
#container .sec2  .item-txt-area dd{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 3% 0 0;
}
#container .sec2  .item-txt-area .item-name{
	color: #000;
	font: bold 1.1rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 3% 0 0;
    text-align: center;
}

/* 画像とテキスト逆位置 */
#container .sec2 .change{
	flex-wrap: wrap-reverse;
}

/*-------------------
   section3
-------------------*/
#container .sec3 .feature-title{
	background: #000;
	border-top: solid 3px #a1823b;
	border-bottom: solid 3px #a1823b;
	color: #a1823b;
	font: bold 1.5rem/1.2 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin: 10% 0 0;
	padding: 3% 1%;
	text-align: center;
}
/* ポイント */
#container .sec3 .feature-wrap{
	border: dotted 4px #a1823b;
	border-radius: 10px;
    margin: 5% auto 0;
    padding: 1% 3% 3%;
	width: 90%;
}
#container .sec3 .feature-wrap .feature-subtitle{
	color: #000;
	font: bold 1.3rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 0 0 3%;
    text-align: center;
}
#container .sec3 .feature-wrap .feature-subtitle span{
	color: #a1823b;
	font-weight: bold;
}
#container .sec3 .feature1 .feature-subtitle:before,
#container .sec3 .feature2 .feature-subtitle:before,
#container .sec3 .feature3 .feature-subtitle:before,
#container .sec3 .feature4 .feature-subtitle:before{
    color: #fff;
    display: block;
	font: italic bold 1.8em "Times New Roman", Times, serif;
	margin: 0 2% 0 0;
	padding: 0;
	text-shadow: 0 1px 0 #a1823b,1px 0 0 #a1823b,0 -1px 0 #a1823b,-1px 0 0 #a1823b,-1px -1px 0 #a1823b,1px -1px 0 #a1823b,-1px 1px 0 #a1823b,1px 1px 0 #a1823b;
}
#container .sec3 .feature1 .feature-subtitle:before{
	content: "1";
}
#container .sec3 .feature2 .feature-subtitle:before{
	content: "2";
}
#container .sec3 .feature3 .feature-subtitle:before{
	content: "3";
}
#container .sec3 .feature4 .feature-subtitle:before{
	content: "4";
}
#container .sec3 .feature-wrap .feature-desc-txt{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0 0 3%;
}
#container .sec3 .feature-wrap img{
	display: block;
	width: 100%;
}
#container .sec3 .feature1 .pc-pht{
	display: none;
}
/*-------------------
   比較表
-------------------*/
/*レスポンシブなテーブルのためのスタイル*/
#container .table-responsive table{
	border: solid 1px #a97822;
	border-collapse: collapse;
    display: block;
    margin: 5% auto 3%;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 90%;
}

#container .table-responsive thead th{
	background: #ece2cb;
	border-right: solid 1px #a97822;
	border-collapse: collapse;
	color: #3c1a0a;
	font: bold 1rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	min-width: 160px;
	padding: 2%;
	text-align: center;
}
#container .table-responsive thead th img{
	display: block;
	margin: 1% auto 0;
	width: 60px;
}
#container .table-responsive tbody td{
	border-top: solid 1px #a97822;
	border-right: solid 1px #a97822;
	border-collapse: collapse;
	padding: 1% 0%;
}
#container .table-responsive tbody td img{
	display: block;
	width: 100%;
}
#container .sec3 .annotation{
	font: 0.9rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    text-align: center;
}

/*-------------------
   section4
-------------------*/
#container .sec4 .voice-catch{
	color: #000;
	font: bold 1.1rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 3% auto 0;
	text-align: center;
	width: 90%;
}
#container .sec4 .voice-wrap{
	margin: 0 auto;
	width: 90%;
}
#container .sec4 .voice-wrap li{
	margin: 5% 0 0;
}
#container .sec4 .teacher{
	align-items: center;
	width: 100%;
}
#container .sec4 .teacher img{
	margin: 0 5% 0 0;
	width: 35%;
}
#container .sec4 .teacher .teacher-name{
	color: #000;
	display: block;
	font: 0.9rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    width: 60%;
}
#container .sec4 .teacher .teacher-name em{
	color: #000;
	font-size: 1.3rem;
	font-weight: bold;
}
#container .sec4 .voice-txt{
	border: solid 1px #a97822;
	margin: 3% 0 0;
	padding: 3%;
	position: relative;
}
#container .sec4 .voice-txt:before{
	content: "";
	position: absolute;
	top: -35px;
	left: 20%;
	margin-left: -20px;
	border: 14px solid transparent;
	border-bottom: 21px solid #FFF;
	z-index: 2;
}
#container .sec4 .voice-txt:after{
	content: "";
	position: absolute;
	top: -38px;
	left: 20%;
	margin-left: -22px;
	border: 16px solid transparent;
	border-bottom: 22px solid #a97822;
	z-index: 1;
}
#container .sec4 .voice-txt h3{
	color: #a97822;
	font: bold 1.3rem/1.2 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    margin: 0 0 3%;
}
#container .sec4 .voice-txt .voice-desc-txt{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/*-------------------
   section5
-------------------*/
#container .sec5 .attention-wrap{
	border: solid 1px #a97822;
	margin: 5% auto 0;
	padding: 0 0 3%;
	width: 90%;
}
#container .sec5 .attention-wrap .attention-title{
	background: #ece2cb;
	color: #3c1a0a;
	font: bold 1.1rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding: 3%;
	text-align: center;
}
#container .sec5 .attention-wrap .attention-txt{
	font: 0.9rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 3% auto;
    width: 94%;
}
#container .sec5 .nozzle-inner{
	align-items: center;
	margin: 0 auto;
	width: 94%;
}
#container .sec5 .nozzle-inner dt{
	width: 40%;
}
#container .sec5 .nozzle-inner dd{
	font: 0.9rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0 0 0 2%;
	width: 58%;
}
#container .sec5 .nozzle .sp-attention-arrow{
	display: block;
	margin: 3% auto;
	width: 70px;	
}
#container .sec5 .nozzle .pc-attention-arrow{
	display: none;
}
#container .sec5 .attention-wrap .other{
	margin: 0;
	padding: 3%;
}
#container .sec5 .attention-wrap .other dt{
	font: 1.1rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 3% 0 0;
	text-align: center;
}
#container .sec5 .attention-wrap .other dd{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 3% 0 0;
}
#container .sec5 .attention-wrap .other dd:before{
	content: "●";
}

/*-------------------
   section6
-------------------*/
#container .sec6 .item-wrap{
	margin: 10% auto 0;
	width: 90%;
}
#container .sec6 .item-pht{
	width: 100%;
}
#container .sec6 .item-pht img{
	display: block;
	margin: 0 auto 1%;
	width: 100%;
}
#container .sec6 .item-pht .item-number{
	border: solid 2px #0d78bd;
	color: #0d78bd;
	font: bold 1rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 0 auto 0 0;
    text-align: center;
    width: 25%;
}
#container .sec6 .item-pht .item-name{
	color: #000;
	font: bold 1.2rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 3% 0 0;
}
#container .sec6 .item-detail{
	margin: 3% 0 0;
	width: 100%;
}
#container .sec6 .detail-list li{
	border-bottom: solid 1px #ccc;
	font: 0.9rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    padding: 3%;
}
#container .sec6 .detail-list li:before{
	content: "■";
}
#container .sec6 .item-detail .item-price{
	color: #c1331f;
	font: bold 1.5rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 5% 0 0;
    text-align: center;
}
#container .sec6 .item-detail .buy-btn a{
	font-size: 1.1rem;
}

@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual .headtitle{
	font-size: 1.5rem;
}
#container .mainvisual .headtitle em{
	font-size: 2.6rem;
}
}

 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container .buy-btn a{
	font-size: 1.5rem;
	line-height: 3.2rem;
}
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual .headtitle{
	font-size: 2.5rem;
}
#container .mainvisual .headtitle em{
	font-size: 5rem;
}
#container .mainvisual .head-item{
	font-size: 1.8rem;
}

/*-------------------
   section1
-------------------*/
#container .sec1{
	margin: 8% 0 0;
}
#container .sec1 .about-title{
	font-size: 2.5rem;
}
#container .sec1 .about-desc-txt{
	font-size: 1.1rem;
	line-height: 2.2rem;
}

/*-------------------
   section共通
-------------------*/
#container section .sec-title{
	font-size: 2.5rem;
	margin: 8% 0 0;
}
#container section .sec-title .title-icon{
	margin: 0 auto 1%;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .itemlist-btn li{
	margin: 3% 1% 0;
	width: 23%;
}
#container .sec2 .item-wrap{
	margin: 8% auto 0;
	width: 80%;
}
#container .sec2 .item-wrap .item-pht{
	margin: 0 auto 3%;
}
#container .sec2  .item-txt-area h3{
	font-size: 2.5rem;
}
#container .sec2  .item-txt-area h3 em{
	font-size: 3rem;
}
#container .sec2  .item-txt-area dt{
	font-size: 2rem;
}
#container .sec2  .item-txt-area dd{
	font-size: 1.1rem;
}
#container .sec2  .item-txt-area .item-name{
	font-size: 1.5rem;
}

/*-------------------
   section3
-------------------*/
#container .sec3 .feature-title{
	font-size: 2.5rem;
	margin: 8% 0 0;
}
/* ポイント */
#container .sec3 .feature-wrap .feature-subtitle{
	font-size: 2.5rem;
}
#container .sec3 .feature-wrap .feature-desc-txt{
	font-size: 1.1rem;
}

/*-------------------
   比較表
-------------------*/
/*レスポンシブなテーブルのためのスタイル*/
#container .table-responsive table{
	border-right: none;
}
#container .table-responsive thead th{
	font-size: 1rem;
}
#container .table-responsive thead th img{
	margin: 3% auto 0;
}
#container .sec3 .annotation{
	font-size: 1.1rem;
}

/*-------------------
   section4
-------------------*/
#container .sec4 .voice-catch{
	font-size: 1.2rem;
}
#container .sec4 .teacher .teacher-name{
	font-size: 1.5rem;
}
#container .sec4 .teacher .teacher-name em{
	font-size: 2rem;
}
#container .sec4 .voice-txt:before{
	top: -50px;
	margin-left: -30px;
	border: 15px solid transparent;
	border-bottom: 36px solid #FFF;
}
#container .sec4 .voice-txt:after{
	top: -53px;
	margin-left: -32px;
	border: 17px solid transparent;
	border-bottom: 36px solid #a97822;
}
#container .sec4 .voice-txt h3{
	font-size: 2rem;
}
#container .sec4 .voice-txt .voice-desc-txt{
	font-size: 1.1rem;
}

/*-------------------
   section5
-------------------*/
#container .sec5 .attention-wrap .attention-title{
	font-size: 2rem;
	padding: 2%;
}
#container .sec5 .attention-wrap .attention-txt{
	font-size: 1.1rem;
	text-align: center;
}
#container .sec5 .nozzle-inner dd{
	font-size: 1.1rem;
	line-height: 2rem;
}
#container .sec5 .attention-wrap .other{
	margin: 0;
	padding: 0 3%;
}
#container .sec5 .attention-wrap .other dt{
	font-size: 1.5rem;
	margin: 3% 0 0;
}
#container .sec5 .attention-wrap .other dd{
	font-size: 1.1rem;
	margin: 2% 0 0;
}

/*-------------------
   section6
-------------------*/
#container .sec6 .item-wrap{
	margin: 8% auto 0;
	width: 80%;
}
#container .sec6 .item-pht .item-number{
	font-size: 1.3rem;
    width: 16%;
}
#container .sec6 .item-pht .item-name{
	font-size: 1.5rem;
}
#container .sec6 .item-detail{
	margin: 1% 0 0;
}
#container .sec6 .detail-list li{
	font-size: 1.1rem;
    padding: 2%;
}
#container .sec6 .item-detail .item-price{
	font-size: 2rem;
}
#container .sec6 .item-detail .buy-btn a{
	font-size: 1.5rem;
	margin: 3% auto 0;
}
}

@media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container{
	margin: 0 auto;
	width: 1040px
}
#container .buy-btn a{
	font-size: 1.2rem;
	line-height: 3rem;
}
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
	background: url(/contents/shop/sevenbeauty/img/freepage/wl_premiumglue/pc-top.jpg) no-repeat;
	padding: 0;
	height: 320px;
	position: relative;
}
#container .mainvisual .headtitle{
	font-size: 2rem;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 47%;
    text-align: left;
}
#container .mainvisual .headtitle em{
	font-size: 4rem;
}
#container .mainvisual .head-item{
	font-size: 1.1rem;
	letter-spacing: -0.5px;
	position: absolute;
	top: 80%;
	left: 47%;
	text-align: left;
}
#container .mainvisual .buy-btn a{
	margin: 0;
	position: absolute;
	top: 74%;
	left: 74%;
	width: 25%;
}

/*-------------------
   section1
-------------------*/
#container .sec1{
	background: url(/contents/shop/sevenbeauty/img/freepage/wl_premiumglue/toptext-bg.jpg) no-repeat;
	height: 300px;
	margin: 0;
	padding: 3%;
}
#container .sec1 .about-title .sp-only{
	display: none;
}
#container .sec1 .about-desc-txt{
	line-height: 2rem;
    margin: 1% auto 0;
    text-align: center;
    width: 80%;
}

/*-------------------
   section共通
-------------------*/
#container .sec2,
#container .sec3,
#container .sec4,
#container .sec5,
#container .sec6{
	margin: 0 auto;
	width: 960px;
}
#container section .sec-title{
	margin: 5% 0 0;
}
#container section .sec-title .title-icon{
	margin: 0 auto 1%;
	width: 640px;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .itemlist-btn li{
	margin: 3% 1% 0;
	width: 23%;
}
#container .sec2 .item-wrap{
	align-items: normal;
	margin: 8% auto 0;
	width: 100%;
}
#container .sec2 .item-wrap .item-pht{
	display: block;
	margin: 0 1%;
	width: 44%;
}
#container .sec2  .item-txt-area{
	margin: 0 1%;
	width: 52%;
}
#container .sec2  .item-txt-area h3{
	font-size: 1.8rem;
	text-align: left;
}
#container .sec2  .item-txt-area h3 em{
	font-size: 2.2rem;
}
#container .sec2  .item-txt-area dt{
	font: bold 1.5rem/1.3 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
   text-align: left;
}
#container .sec2  .item-txt-area dd{
    margin: 3% 0 0;
}
#container .sec2  .item-txt-area .item-name{
	font-size: 1.2rem;
}

/*-------------------
   section3
-------------------*/
#container .sec3 .feature-title{
	font-size: 2.2rem;
	margin: 8% 0 0;
	padding: 2% 1%;
}
/* ポイント */
#container .sec3 .feature-wrap{
	margin: 2% auto 0;
    padding: 1% 3% 3%;
	width: 100%;
}
#container .sec3 .feature-wrap .feature-subtitle{
	font-size: 2.2rem;
    margin: 0 0 1%;
    text-align: left;
}
#container .sec3 .feature1 .feature-subtitle:before,
#container .sec3 .feature2 .feature-subtitle:before,
#container .sec3 .feature3 .feature-subtitle:before,
#container .sec3 .feature4 .feature-subtitle:before{
    display: inline-block;
	font: italic bold 1.8em "Times New Roman", Times, serif;
	margin: 0 1% 0 0;
}
#container .sec3 .feature-wrap .feature-desc-txt{
	margin: 0 0 1%;
}
#container .sec3 .feature1 .sp-pht{
	display: none;
}
#container .sec3 .feature1 .pc-pht{
	display: block;
}
#container .sec3 .feature2 .feature-desc-txt{
	margin: 0 2% 0 0;
	width: 58%;
}
#container .sec3 .feature2 .feature2-pht{
	width: 40%;
}
#container .sec3 .feature3,
#container .sec3 .feature4{
	width: 49%;
}
#container .sec3 .feature3{
	margin: 2% 2% 0 0;
}

/*-------------------
   比較表
-------------------*/
/*レスポンシブなテーブルのためのスタイル*/
#container .table-responsive table{
	border-right: none;
    margin: 5% auto 2%;
	overflow-x: unset;
}
#container .table-responsive thead th{
	font-size: 1.2rem;
}

/*-------------------
   section4
-------------------*/
#container .sec4 .voice-wrap{
	width: 100%;
}
#container .sec4 .voice-wrap li{
	margin: 3% 0 0;
}
#container .sec4 .teacher{
	margin: 0;
	width: 25%
}
#container .sec4 .teacher img{
	margin: 0 auto 2%;
	width: 60%;
}
#container .sec4 .teacher .teacher-name{
	text-align: center;
    width: 100%;
}
#container .sec4 .voice-txt{
	margin: 0 0 0 2%;
	padding: 2%;
	width: 73%;
}
#container .sec4 .voice-txt:before{
	top: 40px;
	left: -40px;
	border: 30px solid transparent;
	border-right: 30px solid #FFF;
	z-index: 2;
}
#container .sec4 .voice-txt:after{
	top: 40px;
	left: -39px;
	border: 30px solid transparent;
	border-right: 30px solid #a97822;
	z-index: 1;
}
#container .sec4 .voice-txt h3{
    margin: 0 0 1%;
}

/*-------------------
   section5
-------------------*/
#container .sec5 .attention-wrap{
	margin: 3% auto 0;
	width: 100%;
}
#container .sec5 .attention-wrap .attention-title{
	font-size: 1.5rem;
	padding: 2%;
}
#container .sec5 .attention-wrap .attention-txt{
    margin: 2% auto;
    text-align: center;
}
#container .sec5 .nozzle-inner{
	width: 45%;
}
#container .sec5 .nozzle-inner dt{
	width: 50%;
}
#container .sec5 .nozzle-inner dd{
	width: 48%;
}
#container .sec5 .nozzle .sp-attention-arrow{
	display: none;	
}
#container .sec5 .nozzle .pc-attention-arrow{
	display: block;
	margin: 5% 0 0;
	width: 10px;
}
#container .sec5 .attention-wrap .other{
	padding: 0 3%;;
}
#container .sec5 .attention-wrap .other dt{
	font-size: 1.2rem;
	margin: 3% 0 0;
	text-align: left;
}
#container .sec5 .attention-wrap .other dd{
	margin: 1% 0 0;
}

/*-------------------
   section6
-------------------*/
#container .sec6 .item-wrap{
	margin: 3% auto 8%;
	width: 100%;
}
#container .sec6 .item-pht{
	margin: 0 2% 0 0;
	width: 43%;
}
#container .sec6 .item-pht .item-number{
	font-size: 1.2rem;
}
#container .sec6 .item-detail{
	margin: 2% 0 0;
	width: 55%;
}
#container .sec6 .detail-list li{
    padding: 1%;
}
#container .sec6 .item-detail .item-price{
	color: #c1331f !important;
    margin: 3% 0 0;
}
#container .sec6 .item-detail .buy-btn a{
	font-size: 1.3rem;
	width: 85%;
}
}