/* CSS Document */

#stella{
    font-size: 16px;
    /*font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";*/
}

#stella .mincho{
    font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#stella h2{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 20px;
}

#stella .kome {
	font-size: 12px;
}

#stella .comm_ttl dt{
    font-size: 70px;
    font-weight: 300;
    margin-bottom: 30px;
}

#stella .comm_ttl dd{
    margin-bottom: 50px;
}

#stella .comm_cont{
    width: 90%;
    max-width: 1000px;
    margin: 120px auto 0;
}

#stella #hero{
    position: relative;
    text-align: left;
    padding-bottom: 5%;
    z-index: 0;
}

#stella #hero .inner{
    text-align: left;
    display: flex;
    align-items: center;
}

#stella #hero .text{
    position: absolute;
    left: 58%;
    z-index: 2;
}

#stella #hero .text h2{
    font-size: 45px;
    margin-bottom: 10px;
}

#stella #hero .text h3{
    font-size: 28px;
    margin-bottom: 20px;
}

#stella #hero .text li{
    font-size: 23px;
    margin-bottom: 10px;
}

#stella #hero .text li:before{
    background: url("../../img/special/stellabeaute/icon.png") no-repeat;
    content: "";
    width: 26px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
}


#stella #hero p{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26%;
    text-align: right;
}






#stella #highest{
    background: #f7f7f7;
    padding: 80px 0;
}

#stella #highest .inner{
    margin: auto;
}

#stella #highest .inner h2{
    font-size: 30px;
}

#stella #highest .inner p{
    margin-bottom: 10px;
}

#stella #highest .inner img{
    margin-top: 25px;
}


#stella #mediaarea iframe{
	width:100%;
}


#stella #summary{
    background: #F2F2F2;
    padding: 120px 0;
}

#stella #summary .inner{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}

#stella #summary .inner .image{
    width: 40%;
}

#stella #summary .inner .text{
    width: 55%;
    text-align: left;
}

#stella #summary .inner .text h2{
    font-size: 40px;
}

#stella #summary .inner .text dl{
    margin-top: 25px;
}

#stella #summary .inner .text dt{
    font-size: 25px;
    font-weight: bold;
    margin: 50px 0 10px;
}

#stella #summary .inner .text .shosya {
	margin: 25px 0 10px;
} 

#stella #summary .inner .text dt span{
    font-size: 36px;
    margin: 0 5px;
}

#stella #summary .inner .box{
    background: #fff;
    width: 100%;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 60px 5%;
    box-sizing: border-box;
}

#stella #summary .inner .box .image{
    width: 15%;
}

#stella #summary .inner .box dl{
    width: 80%;
    text-align: left;
}

#stella #summary .inner .box dt{
    font-weight: bold;
    margin-bottom: 5px;
}



/*
悩み
-------------------------------------------------------------------------------------------*/
#stella #nayami{
    background: #202945;
    padding: 80px 0;
}
#stella #nayami h2{
    color: #fff;
    font-size: 35px;
    margin-bottom: 50px;
}

#stella #nayami h2 br{
    display: none;
}

#stella #nayami .inner{
    background: #fff;
    margin: auto;
}

#stella #nayami .inner ul{
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0;
}

#stella #nayami .inner ul li{
    width: 48%;
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    text-indent: -45px;
    box-sizing: border-box;
}

#stella #nayami .inner ul li:before{
    content: "";
    background: url("../../img/special/stellabeaute/icon02.png") no-repeat;
    display: inline-block;
    width: 30px;
    height: 32px;
    margin-right: 15px;
}

#stella #solution{
    position: relative;
    background: #f3f3f3;
}

#stella #solution img{
    object-fit: cover;
    height: 700px;
    /*object-position: 78%;*/
}

#stella #solution:before{
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 30%;
  border: 300px solid transparent;
  border-top: 80px solid #202945;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


#stella #solution .inner{
	width: 80%;
    max-width: 300px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 99;
    left: 20%;
    text-align: left
}

#stella #solution .inner span{
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}

#stella #solution .inner p{
    font-size: 35px;
    line-height: 2;
}




#stella #mode{
    display: flex;
    max-width: 1400px;
    margin: 120px auto 0;
    align-items: center;
}

#stella #mode .image{
    width: 60%;
}

#stella #mode .text{
    width: 60%;
    margin-left: -10%;
}

#stella #mode .text p{
    font-size: 35px;
    margin-bottom: 30px;
}

#stella #mode .text p span{
    font-size: 60px;
}

#stella #mode .text ol{
    display: flex;
    justify-content: space-between;
    max-width: 580px;
    margin: 0 auto 40px;
}

#stella #mode .text li{
    width: 32%;
    min-width: 143px;
    background: #202945;
    color: #fff;
    font-size: 22px;
    padding: 56px 0;
}

#stella #mode .text li span{
    font-size: 45px;
    display: block;
    line-height: 1;
}

#stella #mode .text div.mincho{
    font-size: 35px;
}

#stella #mode .text dl{
    background: #339E8E;
    padding: 5%;
    box-sizing: border-box;
    max-width: 580px;
    margin: auto;
    color: #fff;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#stella #mode .text dl dt{
    font-size: 45px;    
}

#stella #mode .text dl dd{
    font-size: 22px;
}
#stella #mode .text dl dd br{
    display: none;
}



/*
ABOUT
-------------------------------------------------------------------------------------------*/
#stella #about {
	counter-reset: number;

}
#stella #about .comm_ttl{
    margin-bottom: 80px;
}

#stella #about .block{
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}

#stella #about .block:nth-of-type(even){
    flex-direction: row-reverse;
}


#stella #about .block .ttl{
    width: 100%;
    margin-bottom: 80px;
}

#stella #about .block .ttl dt span{
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}

#stella #about .block .ttl dt span:before{
    content: "";
    width: 80px;
    border-bottom: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

#stella #about .block .ttl dd{
	counter-increment: number;
    display: flex;
    align-items: center;
    font-size: 36px;
    flex-wrap: wrap;
}

#stella #about .block .ttl dd span{
    font-size: 22px;
    font-family:'Roboto Condensed',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

#stella #about .block .ttl dd span.zero{
    font-size: 60px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#stella #about .block .ttl dd:before{
    content: "";
	content:  counter(number , decimal-leading-zero);
    font-size: 60px;
    font-family:'Roboto Condensed',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-weight: 300;
}

#stella #about .block sub{
    font-size: 14px;
    vertical-align: baseline;
}


#stella #about .block .box{
    width: 49%;
}

#stella #about .block .box dt{
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.8;
}

#stella #about .block .box dd{
    margin-bottom: 15px;
    line-height: 1.8;
}

#stella #about .block .box dd li{
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.5;
}

#stella #about .block .box dd p{
    margin-top: 50px;
    font-size: 23px;
    font-weight: bold;
}

#stella #about .block .inner{
    background: #f7f7f7;
    padding: 30px 5% 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#stella #about .block .inner dl{
    width: 48%;
    max-width: 449px;
}

#stella #about .block .inner dl dt{
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
}
#stella #about .block:nth-of-type(3) .box:nth-of-type(1){
    width: 58%;
    margin-right: -10%;
}

#stella #about .block:nth-of-type(3) .box:nth-of-type(1) dd{
    max-width: 490px;
}

    

#stella #about #ipl{
    margin:50px auto 150px;
    text-align: left;
    max-width: 850px;
    width: 90%;
}

#stella #about #ipl p{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}





#stella #point{
    margin-top: 120px;
	counter-reset: number;
}

#stella #point .image{
    background: #000;
}


#stella #point .comm_ttl{
    margin: 50px auto;
}

#stella #point .block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 60px;;
    align-items: center;
}

#stella #point .block:nth-of-type(odd){
    flex-direction: row-reverse;
}

#stella #point .block:nth-of-type(4){
    align-items: flex-start;
}


#stella #point .block .box{
    width: 50%;
}

#stella #point .block dl{
    width: 48%;
    text-align: left;
	counter-increment: number;
    position: relative;
}


#stella #point .block dt{
    font-size: 30px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin-bottom: 30px;
    font-weight: bold;
}

#stella #point .block dl dt p{
    font-family:'Roboto Condensed',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
}

#stella #point .block dl dt p:after{
	content:  counter(number , decimal-leading-zero);
    margin-left: 5px;
}

#stella #point .block dl dt p:before{
	content:  "";
    border-bottom: 1px solid #9b9b9b;
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

#stella #point .block dd{
    line-height: 1.8;
}

#stella #point .block dd p{
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
}

#stella #point .block dd ol{
    display: flex;
    margin: 10px auto 30px;
    justify-content: space-between;
}

#stella #point .block dd ol li{
    background: #F3F2E0;
    width: 32%;
    text-align: center;
    font-weight: bold;
}






/*
口コミ
-------------------------------------------------------------------------------------------*/
#stella #voice ol{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#stella #voice ol li{
    width: 24%;
    margin-bottom: 1%;
}

#stella #voice dl#inner{
    margin-top: 80px;
    text-align: left;
}

#stella #voice #inner dt{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
}

#stella #voice #inner dd{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dotted #000;
}




/*
howto
-------------------------------------------------------------------------------------------*/
#stella #howto{
    background: #202945;
    padding: 5px 0 120px;
    margin-top: 120px;
    color: #fff;
	counter-reset: number 1;
}

#stella #howto .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#stella #howto .inner dl{
    width: 48%;
    margin-bottom: 50px;
    text-align: left;
}


#stella #howto .inner dt{
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 15px;
}

#stella #howto .inner dt p{
    font-size: 20px;
	counter-increment: number;
}

#stella #howto .inner dt:nth-of-type(2):before{
	content:  counter(number);
    color: #202945;
    background: #fff;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    line-height: 2;
}

#stella #howto .inner dd{
    line-height: 1.8;
}

#stella #howto .block{
    background: #fff;
    padding: 80px 0;
    color: #1F2645;
}

#stella #howto .block p{
    font-size: 30px;
    margin-bottom: 80px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
}

#stella #howto .block p span{
    display: block;
    font-size: 18px;
    margin-top: 15px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: normal;
}
#stella #howto .block p span br{
    display: none;
}


/*
比較
-------------------------------------------------------------------------------------------*/
#stella #hikaku h2{
    font-size: 40px;
    margin-bottom: 60px;
}

#stella #hikaku table{
    margin-bottom: 80px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

#stella #hikaku table td{
    width: 16%;
    border-bottom: 1px solid #686868;
    border-right: 1px solid #000;
    padding: 25px 0;
    vertical-align: middle;
}

#stella #hikaku table tr:nth-of-type(1) td{
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

#stella #hikaku table tr td:nth-of-type(1){
    border-left: 2px solid #000;
}

#stella #hikaku table tr:nth-of-type(1) td:nth-of-type(1){
    border-top: 0;
    border-left: 0;
}

#stella #hikaku table td:nth-of-type(2){
    background: #202945;
    color: #fff;
}



/*
spec
------------------------------------------------------------------------------------*/

#stella #spec{
    margin-bottom: 80px;
}

#stella #spec h2{
    font-family:'Roboto Condensed',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-weight: 300;
}

#stella #spec .ttl2{
	margin:60px 0;
	font-size:20px;
}

#stella #spec dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	/* align-items:center; */
	text-align:left;
	font-size:16px;
	line-height:2.0;
	margin:auto;
}

#stella #spec dl dt{
	width:38%;
	text-align:center;
}

#stella #spec dl dd{
	width:57%;
}

#stella #spec table{
	width:100%;
}

#stella #spec table tr td:first-child{
	width:20%;
}

#stella #spec table tr{
	border-bottom:2px dotted #000;
}

#stella #spec table tr td{
	padding:20px 0;
}



/*
Q&A
------------------------------------------------------------------------------------*/
#faq{
    background: #f7f7f7;
    padding: 80px 0;
}

#faq .inner{
	margin:80px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#faq .inner dl{
	width:48%;
	max-width:460px;
	text-align:left;
}

#faq .inner dt{
	font-size:20px;
	font-weight:bold;
	display:flex;
	align-items:center;
}

#faq .inner dt:before{
	content:"Q ";
	font-size:60px;
	margin-right:15px;
}

#faq .inner dd{
	margin:0 0 30px 45px;
	line-height:1.6;
}

.sp_ {
	display: none;
}





@media only screen and (max-width: 1280px){
    #stella #hero .image{
        margin-left: -20%;
    }
    #stella #hero .text {
      left: 50%;
    }
    #stella #hero .text h2 {
      font-size: 32px;
    }
    #stella #hero .text h3 {
      font-size: 22px;
    }
    #stella #hero .text li {
      font-size: 18px;
    }
    #stella #hero p {
      width: 55%;
      position: static;
      margin-top: -12%;
      text-align: right;
      margin-left: 40%;
    }


}















@media only screen and (max-width: 789px){
#stella h2{
    font-size: 60px;
}
#stella .comm_ttl dt {
  font-size: 60px;
}
#stella #hero .image{
    margin-left: 0;
}
    #stella #hero .text,
    #stella #hero p {
      display: none;
    }
    
#stella #summary .inner .text h2 {
  font-size: 32px;
}    
#stella #summary .inner .text dt {
  font-size: 20px;
  margin: 35px 0 10px;
}
	
	#stella #summary .inner .text .shosya {
	margin: 20px 0 10px;
} 
#stella #nayami h2 {
  font-size: 28px;
}
#stella #nayami .inner ul{
    display: inline-block;
    width: auto
}
#stella #nayami .inner ul li {
  width: 100%;
}
#stella #solution::before {
  border: 180px solid transparent;
  border-top: 50px solid #202945;
}
#stella #solution img {
  height: 450px;
  object-position: 66%;
}
#stella #solution .inner{
    left: 10%;
}
#stella #mode{
    display: block;
}
#stella #mode .image {
  width: 80%;
}
#stella #mode .text {
  width: 90%;
  margin: 20px auto 0;
} 
 #stella #about .block .box{
     width: 100%;
     margin-bottom: 20px;
 }   
 #stella #about .block:nth-of-type(1) .box:nth-of-type(2),
 #stella #about .block:nth-of-type(2) .box:nth-of-type(2){
    display: none;
 }   
#stella #about .block:nth-of-type(3) .box:nth-of-type(1) {
  width: 100%;
  margin: auto;
} 
#stella #about .block:nth-of-type(3) .box:nth-of-type(1) dd {
  max-width: none;
}
#stella #about .block:nth-of-type(3) .box:nth-of-type(2) {
  width: 60%;
  margin: auto;
} 
#stella #about .block .ttl {
  margin-bottom: 30px;
}
#stella #about .block .ttl dd {
  font-size: 29px;
}
#stella #about .block .inner {
  padding: 30px 3% 45px;
}
#stella #about .block .inner dl {
  width: 49%;
}
#stella #about .block .inner dl dt {
    font-size: 15px;
}
#stella #about .block .inner dl dd {
    font-size: 14px;
}
#stella #point .block dt {
  font-size: 21px;
  margin-bottom: 15px;
}
#stella #point .block dd p {
  font-size: 16px;
}
#stella #point .block dd{
    font-size: 14px;
    line-height: 1.6;
}
#stella #howto .inner dl {
  width: 32%;
}
#stella #voice #inner dt {
  font-size: 18px;
}
#stella #howto .inner dt{
    flex-wrap: wrap;
}
#stella #howto .inner dt:nth-of-type(2)::before {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-size: 16px;
  line-height: 1.8;
  display: block;
}
#stella #howto .inner dt p {
  font-size: 18px;
 width: 100%;
 margin-top: 10px;
}
#stella #howto .inner dd {
  line-height: 1.5;
  font-size: 14px;
}
#stella #hikaku table{
    font-size: 15px;
}



}











@media only screen and (max-width: 640px) { 
#stella h2,
#stella .comm_ttl dt {
  font-size: 40px;
}

#stella #highest .inner h2 {
  font-size: 26px;
}
#stella #summary .inner{
    display: block;
}
#stella #summary .inner .image {
  width: 60%;
  margin: 0 auto 20px;
}
#stella #summary .inner .text {
  width: 100%;
}
#stella #summary .inner .text h2{
    text-align: center;
}
#stella #summary .inner .box{
    margin-top: 30px;
    padding: 30px 5%;
}
#stella #summary .inner .box .image {
  width: 100%;
}
#stella #summary .inner .box dl {
  width: 100%;
}
#stella #nayami h2 {
  font-size: 26px;
}
#stella #nayami h2 br{
    display: block;
}
#stella #nayami .inner ul{
    padding: 30px 0;
}
#stella #nayami .inner ul li {
  font-size: 15px;
  padding-left: 56px;
  text-indent: -33px;
  margin-bottom: 15px;
}
#stella #nayami .inner ul li::before {
  width: 25px;
  height: 27px;
  margin-right: 7px;
  background-size: 25px;
}
#stella #solution::before {
  border: 90px solid transparent;
  border-top: 30px solid #202945;
}
#stella #solution img {
  height: 375px;
}
#stella #solution .inner p {
  font-size: 26px;
}
#stella #mode .image {
  width: 90%;
}
#stella #mode .text p {
  font-size: 25px;
}
#stella #mode .text p span {
  font-size: 45px;
}
#stella #mode .text li {
  min-width: auto;
  font-size: 16px;
  padding: 25px 0;
}
#stella #mode .text li span {
  font-size: 26px;
}
#stella #mode .text div.mincho {
  font-size: 25px;
}
#stella #mode .text dl dt {
  font-size: 26px;
}
#stella #mode .text dl dd {
  font-size: 16px;
}
#stella #mode .text dl dd br{
    display: block;
}

#stella #about .block {
  margin-bottom: 60px;
}
#stella #about .block .ttl dd::before {
  font-size: 34px;
}
#stella #about .block .ttl dd span.zero {
  font-size: 38px;
}
#stella #about .block .ttl dd {
  font-size: 24px;
}
#stella #about .block .box dt {
  font-size: 20px;
}
#stella #about .block .box dd p {
  margin-top: 30px;
  font-size: 20px;
}
#stella #about .block .inner {
  padding: 20px 5% 45px;
}
#stella #about .block .inner dl {
  width: 100%;
}


#stella #about #ipl p {
  font-size: 26px;
}
#stella #point .block .box {
  width: 100%;
  margin-bottom: 20px;
}
#stella #point .block dl {
  width: 100%;
}

#stella #voice ol li {
  width: 49%;
}
#stella #voice dl#inner {
  margin-top: 40px;
}
#stella #voice dl#inner p{
    font-size: 12px;
}
#stella #howto .block p span {
  font-size: 15px;
}
#stella #hikaku table{
    margin-bottom: 60px;
}
#table_wrap{
  overflow-x: scroll;
  margin-bottom: 50px;
}
#table_wrap table{
    width: 800px;
}


    #faq .inner{
        margin:0 auto
    }
    #faq .inner dl{
        width:100%;
    }
    #faq .inner dt:before{
        font-size:43px;
        margin-right:10px;
    }
    #faq .inner dd{
        margin:5px 0 30px 40px;
    }
#stella #spec dl{
    display: block;
}
#stella #spec dl dt {
  width: 55%;
  margin:0 auto 50px;
  max-width: 250px;
}
#stella #spec dl dd {
  width: 100%;
}
	
	#stella #about #ipl {
    margin: 20px auto 80px;
}
	#stella #about #ipl p {
        font-size: 20px;
    }
	    #stella #about .block {
        margin-bottom: 40px;
    }



}




















@media only screen and (max-width: 450px) { 
#stella #summary{
    padding: 80px 0;
}

#stella #summary .inner .text h2 {
  font-size: 28px;
}
#stella #solution img {
  height: 250px;
  object-position: 48%;
}
#stella #solution .inner {
    left: 6%;
}

#stella #solution .inner span {
  font-size: 14px;
  margin-bottom: 5px;
  text-shadow: 0 0 7px #d7d7d7;
}
#stella #solution .inner p {
  font-size: 20px;
  line-height: 1.8;
 text-shadow: 0 0 7px #d7d7d7;
}


#stella #howto .inner dl {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 50px;
}
#stella #howto .block {
  padding: 40px 0;
}
#stella #howto .block p {
  font-size: 26px;
}
#stella #spec table tr td:first-child {
  width: 28%;
}
#stella #howto .block p span br{
    display: block;
}
#stella #howto .inner dt p{
    width: auto;
    margin-top: 0;
}




}


#stella #summary .btn,#stella #spec .btn{
	background: #202945;
	color: #FFFFFF;
	font-size: 20px;
	border-radius: 10px;
	padding: 0.3em 0;
	text-align: center;
	width: 100%;
    max-width: 360px;
	margin: 1.3em 0;
}

#stella #summary .btn a,#stella #spec .btn a{
    padding: 10px 0;
    display: block;
    color: #fff;
}

@media only screen and (max-width: 480px) {
	#stella #summary .btn,#stella #spec .btn{
	font-size: 14px;
}
	.sp_ {
	display: block;
}
}












