@import "https://use.typekit.net/lvu0ncj.css";

/* CSS Document */

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

/*#stella_stick p {
	margin: auto;
}*/

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

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

#stella_stick .kome {
	font-size: 12px!important;
}

#stella_stick dd {
	margin: auto;
}

#stella_stick ul {
	padding: 0;
}

#stella_stick li {
	list-style: none;
}

#stella_stick .flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#stella_stick .comm_ttl {
	text-align: center;
}

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

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

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

#stella_stick .inner_btn {
	width: 90%;
	margin: auto;
	max-width: 1000px;
}

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

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

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

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

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

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

#stella_stick #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_stick #hero p{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26%;
    text-align: right;
}






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

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

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

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

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


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


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

#stella_stick #summary .inner{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

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

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

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

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

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

#stella_stick #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_stick #summary .inner .box .image{
    width: 15%;
}

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

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



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

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

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

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

#stella_stick #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_stick #nayami .inner ul li:before{
    content: "";
    background: url("https://anne.salon/img/special/stellabeaute/icon02.png") no-repeat;
    display: inline-block;
    width: 30px;
    height: 32px;
    margin-right: 15px;
}

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

#stella_stick #solution img{
    object-fit: cover;
    height: 700px;
    width: 100%;
}

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


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

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

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




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

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

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

#stella_stick #mode .text p{
    font-size: 35px;
    margin-bottom: 30px;
	letter-spacing: 0.1em;
}

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

#stella_stick #mode .text .step {
	font-size: 45px;
}

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

#stella_stick #mode .text li{
    width: 32%;
    min-width: 143px;
    background: #DDD197;
    font-size: 22px;
    padding: 70px 0;
	text-align: center;
}

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

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

#stella_stick #mode .text dl{
    background: #339E8E;
    padding: 5%;
    box-sizing: border-box;
    max-width: 580px;
    margin: auto;
    color: #fff;
}

#stella_stick #mode .text dl dt{
    font-size: 50px;
    font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

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



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

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

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

#stella_stick #about .block_end {
	margin-bottom: 40px!important;
}

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


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

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

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

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

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


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

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

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


#stella_stick #about .block .box{
    width: 48%!important;
}

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

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

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

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

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

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

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

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

    

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

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

#stella_stick #about .kome {
	text-align: left;
}





#stella_stick #point{
    margin-top: 150px;
	counter-reset: number;
	background: #EDE7C5;
	position: relative;
	padding: 18em 0 5em;
}

#stella_stick #point .comm_ttl {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -5.5em;
	width: 100%;
}

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


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

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

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

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


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

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


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

#stella_stick #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_stick #point .block dl dt p:after{
	content:  counter(number , decimal-leading-zero);
    margin-left: 5px;
}

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

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

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

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

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

#stella_stick #point dl .mincho {
	font-size: 30px;
}

#stella_stick #point dl .mincho span {
	font-size: 40px;
	ba
}




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

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

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

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

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




/*
howto
-------------------------------------------------------------------------------------------*/
#stella_stick #howto{
    background: #F8F8F3;
    padding: 5px 0 0;
	counter-reset: number 1;
}

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

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


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

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

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

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

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

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

#stella_stick #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_stick #howto .block p span br{
    display: none;
}


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

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

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

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

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

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

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



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

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

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

#stella_stick #spec h2 span {
	font-size: 16px;
}

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

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

/*#stella_stick #spec dl dt{
	width:38%;
	text-align:center;
}

#stella_stick #spec dl dd{
	width:57%;
}*/

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

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

#stella_stick #spec table tr{
	border-bottom:2px dotted #000;
	vertical-align: text-top;
}

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


#stella_stick #spec dl {
        text-align: left;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 90%;
        margin: 50px auto auto;
        line-height: 1.8;	
    }
    
    #stella_stick #spec dt {
        width: 25%;
        margin-bottom: 20px;
        text-align: right;
		font-weight: bold;
        /*padding-right: 30px;*/
    }
    
   #stella_stick #spec dd {
        width: 65%;
        padding: 0 0 20px 30px;
    }

#stella_stick #spec .flex_box {
	align-items: flex-start;
}


/*
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;
}







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


}















@media only screen and (max-width: 789px){
#stella_stick h2{
    font-size: 60px;
}
#stella_stick .comm_ttl dt {
  font-size: 60px;
}
#stella_stick #hero .image{
    margin-left: 0;
}
    #stella_stick #hero .text,
    #stella_stick #hero p {
      display: none;
    }
    
#stella_stick #summary .inner .text h2 {
  font-size: 32px;
}    
#stella_stick #summary .inner .text dt {
  font-size: 20px;
  margin: 35px 0 10px;
}
#stella_stick #nayami h2 {
  font-size: 28px!important;
}
/*#stella_stick #nayami .inner ul{
    display: inline-block;
    width: auto
}*/
#stella_stick #nayami .inner ul li {
  width: 100%;
}
#stella_stick #solution::before {
  border: 180px solid transparent;
  border-top: 50px solid #202945;
}
#stella_stick #solution img {
  height: 450px;
  object-position: 66%;
}
#stella_stick #solution .inner{
    left: 10%;
}
#stella_stick #mode{
    display: block;
}
#stella_stick #mode .image {
  width: 100%;
}
#stella_stick #mode .text {
  width: 90%;
  margin: 20px auto 0;
} 
 #stella_stick #about .block .box{
     width: 100%!important;
     margin-bottom: 20px;
 }   
 /*#stella_stick #about .block:nth-of-type(1) .box:nth-of-type(2),
 #stella_stick #about .block:nth-of-type(2) .box:nth-of-type(2){
    display: none;
 } */  
#stella_stick #about .block:nth-of-type(3) .box:nth-of-type(1) {
  width: 100%;
  margin: auto;
} 
#stella_stick #about .block:nth-of-type(3) .box:nth-of-type(1) dd {
  max-width: none;
}
#stella_stick #about .block:nth-of-type(3) .box:nth-of-type(2) {
  width: 60%;
  margin: auto;
} 
#stella_stick #about .block .ttl {
  margin-bottom: 30px;
}
#stella_stick #about .block .ttl dd {
  font-size: 29px;
}

/*#stella_stick #about .block .inner dl {
  width: 49%!important;
}*/
#stella_stick #about .block .inner dl dt {
    font-size: 16px;
}
#stella_stick #about .block .inner dl dd {
    font-size: 14px;
}
#stella_stick #point .block dt {
  font-size: 21px;
  margin-bottom: 15px;
}
#stella_stick #point .block dd p {
  font-size: 16px;
}
#stella_stick #point .block dd{
    font-size: 14px;
    line-height: 1.6;
}
#stella_stick #howto .inner dl {
  width: 32%;
}
#stella_stick #voice #inner dt {
  font-size: 18px;
}
#stella_stick #howto .inner dt{
    flex-wrap: wrap;
}
#stella_stick #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_stick #howto .inner dt p {
  font-size: 18px;
 margin-top: 10px;
}
#stella_stick #howto .inner dd {
  line-height: 1.5;
  font-size: 14px;
}
#stella_stick #hikaku table{
    font-size: 15px;
}



}











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

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

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


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

#stella_stick #voice ol li {
  width: 49%;
}
#stella_stick #voice dl#inner {
  margin-top: 40px;
}
#stella_stick #voice dl#inner p{
    font-size: 12px;
}
#stella_stick #howto .block p span {
  font-size: 15px;
}
#stella_stick #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_stick #spec dl{
    display: block;
}*/
/*#stella_stick #spec dl dt {
  width: 55%;
  margin:0 auto 50px;
  max-width: 250px;
}
#stella_stick #spec dl dd {
  width: 100%;
}*/



}




















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

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

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


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




}


#stella_stick #summary .btn,#stella_stick #spec .btn,#stella_stick #item_002 .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_stick #summary .btn a,#stella_stick #spec .btn a,#stella_stick #item_002 .btn a{
    padding: 10px 0;
    display: block;
    color: #fff;
}

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


#stella_stick #item_001 {
	text-align: center;
	padding: 5.0em 0;
}

#stella_stick #item_001 h2 {
	font-size: 35px;
}

#stella_stick #item_001 h2 span {
	font-size: 20px;
}


#stella_stick #item_002 {
	background: #F7F8F2;
	padding: 4em 0;
	text-align: center;
}

#stella_stick .inner_1000 {
	max-width: 1000px;
	margin: auto;
	width: 90%;
}

#stella_stick #item_002 .hyojo {
	background: #BAAE55;
}

#stella_stick #item_002 .biyo_bari {
	background: #A0415C;
}

#stella_stick #item_002 .item_002_2 dl {
	color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 5%;
    margin: 15px auto;
	text-align: left;
}

#stella_stick #item_002 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}

#stella_stick #item_002 .item_002_2 dt {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 22px;
	width: 20%;
}

#stella_stick #item_002 .item_002_2 dd {
	width: 60%;
	margin: 0 5% 0 0;
}


#stella_stick #item_002 li {
    position: relative;
    padding: 0px 0px 0px 1.5em;
    list-style: none;
	font-size: 16px;
}
#stella_stick #item_002 li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%) rotate(45deg);
    width: 0.8em;
    height: 0.8em;
    background-color: #fff;
    content: "";
}

#stella_stick #item_002 .saisentan {
	margin-bottom: 2em;
}

#stella_stick #item_002 .saisentan dt {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#stella_stick #item_002 .saisentan dd {
	font-size: 16px;
	line-height: 2.0;
}

#stella_stick #item_002 p {
	line-height: 2.0;
	margin: 2.0em auto;
}

/*#stella_stick .item_002_btn {
	position: relative;
}*/

#stella_stick .item_002_btn .btn {
	margin: 1.3em auto!important;
}


#stella_stick #media_stick {
	text-align: center;
	padding: 8em 0 4em;
}

#stella_stick #media_stick li {
	background: #F6F7F0;
}

#stella_stick #media_stick .box {
	width: 30%;
}

#stella_stick #media_stick .box dl {
	/*width: 90%;
	margin: auto;*/
	padding: 1em;
}

#stella_stick #media_stick .box dd {
	text-align: left;
	margin-top: 1.5em;
}

#stella_stick #media_stick dt {
	font-weight: bold;
	font-size: 24px;
}

#stella_stick #media_stick dt span {
	font-size: 16px;
}

#stella_stick #media_stick dd {
	font-size: 16px;
}

#stella_stick #media_stick .zassi {
	justify-content: center;
	font-size: 16px;
}
#stella_stick #media_stick .zassi p {
	margin: auto 0.5em;
	text-align: left;
}

#stella_stick #media_stick li .flex_box {
	padding: 1em;
}

#stella_stick #media_stick .media2,#stella_stick #media_stick .media3 {
	justify-content: flex-start;
}

#stella_stick #media_stick .media2 dt {
	margin: auto 1.5em;
	font-size: 22px;
}

#stella_stick #media_stick .media2 dd,#stella_stick #media_stick .media3 dd {
	text-align: left;
	margin-left: 0;
}

#stella_stick #media_stick .media3 dt {
	margin: auto 3em;
}

#stella_stick #media_stick .mincho {
	font-size: 24px;
}

#stella_stick .new_kino {
	font-size: 14px;
	border-bottom: 1px solid #9B9B9B;
	border-top: 1px solid #9B9B9B;
	padding: 2.0em 0;
	margin: 4.5em auto auto;
	width: 100%;
	text-align: center;
}

#stella_stick .new_kino ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1.8em;
}

#stella_stick .new_kino li {
	background: #DDDDDD;
	margin: auto 0.5em;
	padding: 0.5em 1em;
}

#stella_stick .dokuji {
	background: #F3F3F3;
	width: 100%;
	margin: 3.5em auto;
}

#stella_stick .block_end .dokuji {
	margin: 3.5em auto auto;
}

#stella_stick .dokuji .inner {
	display: flex;
	align-items: center;
	width: 90%;
	margin: auto;
	max-width: 800px;
	background: #F3F3F3!important;
	padding: 4.5em 0!important;
}

#stella_stick .dokuji01 {
	width: 50%;
}

#stella_stick .dokuji02 {
	width: 50%;
}

#stella_stick .dokuji03 {
	width: 45%!important;
	margin-left: 5%!important;
}

#stella_stick .dokuji02 dl {
	width: 100%!important;
}

#stella_stick .dokuji02 dt {
	text-align: left!important;
	font-size: 24px;
	line-height: 1.8;
}

#stella_stick .dokuji02 dd {
	line-height: 2.0;
}

#stella_stick .dokuji02 .kome {
	margin-top: 1em;
}


#stella_stick #point .inner {
	max-width: 1000px;
	width: 90%;
	margin: auto;
}

#stella_stick #point .inner .box {
	background: #FFFFFF;
	padding: 2em 5%;
	position: relative;
	margin-bottom: 50px;
}

#stella_stick #point .inner .box .ttl_point {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -0.5em;
	font-size: 30px;
	font-family:'Roboto-Condensed',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

#stella_stick #point .inner .box .flex_box dl {
	width: 50%;
	text-align: left;
}

#stella_stick #point .inner .box .flex_box dt span {
	font-size: 24px;
}

#stella_stick #point .inner .box .flex_box dt {
	border-bottom: 1px solid;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#stella_stick #point .inner .box .flex_box dd {
	line-height: 2.0;
}

#stella_stick #point .inner .box .flex_box img {
	width: 45%;
}

#stella_stick #howto .zenshin {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1000px;
	margin: auto auto 3em;
	border-bottom: 1px solid #9B9B9B;
	border-top: 1px solid #9B9B9B;
	padding: 1.5em 5%;
	
}

#stella_stick #howto .zenshin p {
	font-size: 24px;
	width: 40%;
}

#stella_stick #howto .zenshin img {
	width: 60%;
}

#stella_stick #howto .btn {
	color: #FFFFFF;
	background: #202945;
	border-radius: 30px;
	padding: 1.2em 1em;
	text-align: center;
	width: 90%;
	max-width: 460px;
	margin: 50px auto auto;;
}

#stella_stick #howto2 {
	background: #F7F7F7;
	padding: 3em 0 8em;
	margin-top: 3em;
	width: 100%;
}

#stella_stick #howto2 .w_box {
	background: #FFFFFF;
	margin: 5em auto;
	max-width: 1000px;
	padding: 3em 5%;
	width: 90%;
	box-sizing: border-box;
}

#stella_stick #howto2 .w_box dd {
	text-align: left;
}

#stella_stick #howto2 .ttl {
	text-align: center;
	font-size: 20px;
}

#stella_stick #howto2 dt {
	border-bottom: 1px solid;
	font-size: 20px;
	padding-bottom: 0.5em;
	margin: 2.5em auto 1.5em;
}

#stella_stick #howto2 .flex_box {
	flex-wrap: wrap;
}

#stella_stick #howto2 .flex_box .box {
	width: 48%;
}

#stella_stick #howto2 .box_2 {
	background: #F8F8F3;
	padding: 1.5em 1.0em;
	margin-top: 1.0em;
}

#stella_stick #howto2 .box_2 p {
	margin-bottom: 1.5em;
}

#stella_stick #howto2 .img_02 {
	text-align: center;
}

#stella_stick #howto2 .img_02 img {
	margin: 1.5em auto;
	max-width: 750px;
	width: 100%;
} 

#stella_stick #howto2 .box_01 {
	width: 78%;
}

#stella_stick #howto2 span {
	background: #777777;
	color: #FFFFFF;
	border-radius: 20px;
	padding: 0.4em 1.5em;
	display: inline-block;
	margin-bottom: 1em;
}

#stella_stick #howto2 .box_02 {
	width: 20%;
}

#stella_stick #howto2 .box_4 {
	align-items: flex-start;
	margin: 1.5em auto auto;
}

#stella_stick #howto2 .btn {
	margin-top: 3em;
}

#stella_stick #howto2 .sosa {
	display: flex;
	justify-content: space-between;
}

#stella_stick #movie {
	text-align: center;
	padding-bottom: 5em;
}

#stella_stick #movie ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#stella_stick #movie li {
	width: 49%;
}

#stella_stick #movie .movie {
	position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#stella_stick #movie .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#stella_stick #movie .mincho {
	font-size: 30px;
	margin: 2.5em auto 1.5em;
}

#stella_stick #movie li {
	text-align: left;	
}

#stella_stick #movie li p {
	font-size: 18px;
	line-height: 2.0;
	margin: 1.0em auto 3.0em;
}

#stella_stick #movie li span {
	font-size: 15px;
	color: #535353;
}

#stella_stick #movie .gentei {
	background: #F0F8FA;	
	padding: 2em 0;
}

#stella_stick #movie .gentei .flex_box {
	width: 90%;
	margin: auto;
	max-width: 700px;
}

#stella_stick #movie .gentei .flex_box .box_l {
	width: 20%;
	background: #000000;
	color: #FFFFFF;
	border-radius: 50%;
	font-size: 18px;
	height: 140px;
	min-width: 140px;
	position: relative;
	margin-right: 1em;
}

#stella_stick #movie .gentei .flex_box .box_l p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

#stella_stick #movie .gentei .flex_box .box_r {
	text-align: left;
	width: 77%;
}

#stella_stick #movie .gentei .flex_box .box_r dl {
	padding: 2.5em 0;
}

#stella_stick #movie .gentei .flex_box .box_r dt {
	font-size: 18px;
	margin-bottom: 0.5em;
}

#stella_stick #movie .gentei .flex_box .box_r dd {
	font-size: 16px;
	color: #535353;
}

#stella_stick #b_a {
	background: #F7F7F7;
	padding: 0.1em 0 5em;
}

#stella_stick #b_a .mincho {
	font-size: 30px;
	text-align: center;
	margin-bottom: 2.5em;
}

#stella_stick #b_a .mincho span {
	font-size: 50px;
}

#stella_stick #b_a li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
	padding-bottom: 2em;
	align-items: center;
}

#stella_stick #b_a .list_b {
	border-bottom: dotted 1px;
}

#stella_stick #b_a .box1 {
	width: 40%;
}

#stella_stick #b_a .box2 {
	width: 45%;
	font-size: 20px;
	text-align: left;
}

#stella_stick #b_a .box2 span {
	font-family:'Roboto-Condensed',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	display: inline-block;
	margin-bottom: 1.0em;
}

#stella_stick #b_a .kome {
	text-align: center;
}

#stella_stick #relax {
	padding: 5em 0;
	font-size: 30px;	
}

#stella_stick #relax .inner	{
	width: 90%;
	max-width: 1000px;
	margin: auto;
	position: relative;
	
}



#stella_stick #relax .box_1 {
	position: absolute;
	top: 30px;
	left: 15%;
	text-align: left;
}

#stella_stick #relax .box_2 {
	position: absolute;
	bottom: 30px;
	right: 15%;
	text-align: left;
}

#stella_stick #voice {
	background: #F7F7F7;
	padding: 0.1em 0 5em;
}

#stella_stick #voice img {
	margin-bottom: 5em;
}

#stella_stick #voice li {
	border-bottom: dotted 1px;
	padding-bottom: 2em;
	margin-bottom: 2em;
	text-align: left;
}

#stella_stick #voice li dt {
	font-size: 20px;
	margin-bottom: 1.0em;
}

#stella_stick #voice li dd {
	font-size: 15px;
	line-height: 1.8;
}

#stella_stick #voice .kome {
	text-align: center;
}

#stella_stick #trial {
	padding: 0.1em 0 5em;
}

#stella_stick #trial .box1 {
	width: 40%;
	text-align: left;
}

#stella_stick #trial .box2 {
	width: 55%;
}

#stella_stick #trial .box1 dt {
	font-size: 20px;
	margin-bottom: 2em;
}

#stella_stick #trial .box1 dd {
	line-height: 1.8;
}

#stella_stick #spec h2 {
	text-align: center;
}

#stella_stick .sp_ {
		display: none;
	}

#stella_stick .pc_ {
		display: block;
	}

#stella_stick .media1 {
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}

#stella_stick .media4 li {
	margin-bottom: 15px;
}



@media only screen and (max-width: 798px) {
	#stella_stick #item_002 .item_002_2 dl {
    padding: 1em 5%;
}
	#stella_stick #item_002 .item_002_2 dt {
	    font-size: 20px;
    width: 25%;
		}

	#stella_stick #item_002 .item_002_2 dd {
    width: 65%;
    margin: 0 5% 0 0;
}
	#stella_stick .sp_ {
		display: block;
	}
	
	#stella_stick .pc_ {
		display: none;
	}
	#stella_stick #media_stick .zassi {
    flex-wrap: wrap;
}
	#stella_stick #relax .box_1 {
    position: absolute;
    top: 1.5em;
    left: 0;
}
	#stella_stick #relax .box_2 {
    position: absolute;
    bottom: 1.5em;
    right: 5%;
}
}


@media only screen and (max-width: 480px) {
	#stella_stick #media_stick li .flex_box {
    padding: 1em 0.5em;
}	
	#stella_stick {
		font-size: 14px;
	}
	#stella_stick #item_001 h2 {
    font-size: 22px!important;
}
	#stella_stick #item_001 h2 span {
		font-size: 16px!important;
	}
	#stella_stick #item_002 .saisentan dt {
    font-size: 16px;
}
	#stella_stick #item_002 {
    padding: 2em 0;
}
	#stella_stick #item_002 .saisentan dd {
    font-size: 14px;
}
	#stella_stick #item_002 .saisentan {
		text-align: left;
}
	#stella_stick #highest {
    padding: 1.5em 0;
}	
	#stella_stick #highest .inner img {
		margin: auto;
	}
	#stella_stick #item_002 .item_002_2 dt {
    font-size: 14px;
    width: 100%;
		text-align: center;
}
	#stella_stick #item_002 .item_002_2 img {
		display: none;
	}
	#stella_stick #item_002 li {
    font-size: 13px;
		padding: 0px 0px 0px 0.7em;
}
	#stella_stick #item_002 li::before {
    width: 0.5em;
    height: 0.5em;
}
	#stella_stick #item_002 .item_002_2 dl {
		flex-wrap: wrap;
}
	#stella_stick #item_002 .item_002_2 dd {
		margin: auto 1%;
		width: 100%;
	}
	
	#stella_stick #item_002 ul {
    margin: 0.3em auto auto;
}
	#stella_stick #item_002 p {
    margin: 1.5em auto;
    /*width: 90%;*/
}
	#stella_stick #media_stick {
    padding: 4em 0 2em;
}
	#stella_stick #media_stick .mincho {
    font-size: 16px;
}
	#stella_stick #media_stick dt {
    font-size: 13px;
}
	#stella_stick .comm_ttl dd {
    margin-bottom: 1.5em;
}
	#stella_stick #media_stick dt span {
    font-size: 11px;
}
	#stella_stick #media_stick dd {
    font-size: 12px;
}
	#stella_stick #media_stick .box dl {
    padding: 0.5em;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 90%;
		margin: auto;
}
	#stella_stick #media_stick .media3 dt {
    margin: auto;
		width: 30%;
}
	#stella_stick #media_stick .media3 dd {
		width: 65%;
	}
	#stella_stick #media_stick .zassi {
    font-size: 13px;
}
	    #stella_stick #media_stick .media2 dt {
        margin: auto 1% auto auto;
        font-size: 12px;
        width: 30%;
			
    }
	
	#stella_stick #media_stick .media2 dd {
		width: 65%;
	}
	#stella_stick #nayami h2 {
        font-size: 20px !important;
        margin-bottom: 1.5em;
    }
	#stella_stick #nayami {
    padding: 40px 0;
}
	#stella_stick #mode .text p {
        font-size: 18px;
    }
	#stella_stick #mode .text p span {
        font-size: 35px;
    }
	#stella_stick #mode .text .step {
    font-size: 30px;
}
	#stella_stick #mode .text li span {
        font-size: 20px;
    }
	#stella_stick #mode {
        margin: 60px auto 0;
    }
	#stella_stick #about .block .ttl dd::before {
        font-size: 20px;
    }
	#stella_stick #about .block .ttl dd {
        font-size: 18px;
    }
	#stella_stick #nayami .inner ul li {
        font-size: 14px;
        padding-left: 30px;
        text-indent: -33px;
        margin-bottom: 15px;
    }
	#stella_stick #about .block .box dt {
        font-size: 16px;
    }
	#stella_stick #about .block .ttl {
        margin-bottom: 10px;
    }
	#stella_stick .new_kino {
    font-size: 12px;
    margin: 2.5em auto auto;
}
	#stella_stick .dokuji01 {
    width: 100%;
}
	#stella_stick .dokuji03 {
    width: 100% !important;
    margin-left: auto !important;
}
	    #stella_stick #about .block {
        margin-bottom: 30px;
    }
	#stella_stick .new_kino ul {
    flex-wrap: wrap;
}
	#stella_stick .new_kino li {
    margin: auto 0.5em 1em;
}
	#stella_stick .dokuji02 {
		width: 100%;
	}
	#stella_stick #point dl .mincho {
    font-size: 18px;
}
	#stella_stick #point dl .mincho span {
    font-size: 24px;
}
	#stella_stick #point {
    margin-top: 80px;
    padding: 11em 0 0.1em;
}
	#stella_stick #about .comm_ttl {
    margin-bottom: 40px;
}
	#stella_stick #point .inner .box .ttl_point {
    font-size: 22px;
}
	#stella_stick #point .inner .box .flex_box {
		flex-direction: column;
	}
	#stella_stick #point .inner .box .flex_box dt span {
    font-size: 18px;
}
	#stella_stick #point .inner .box .flex_box dl {
    width: 100%;
}
	#stella_stick #point .inner .box .flex_box img {
    width: 100%;
}
	#stella_stick .dokuji .inner {
    padding: 1.5em 0 !important;
}
	#stella_stick .comm_cont {
    margin: 4em auto 0;
}
	#stella_stick #howto .zenshin {
		flex-direction: column;
	}
	#stella_stick #howto .zenshin p {
    font-size: 18px;
    width: 100%;
    text-align: center;
}
	#stella_stick #howto .zenshin img {
    width: 100%;
    margin-top: 1rem;
}
	#stella_stick #howto .btn {
    margin: 30px auto auto;
}
	#stella_stick #howto2 .w_box {
    margin: 2em auto;
}
	#stella_stick #howto2 dt {
    font-size: 16px;
    padding-bottom: 0.5em;
    margin: 1.5em auto 1.0em;
}
	#stella_stick #howto2 {
    padding: 3em 0 4em;
}
	#stella_stick #movie .mincho {
    font-size: 20px;
    margin: 1.5em auto 0.5em;
}
	#stella_stick #movie li p {
    font-size: 12px;
    margin: 1.0em auto 2.0em;
}
	#stella_stick #movie li span {
    font-size: 12px;
}
	#stella_stick #movie .gentei .flex_box .box_l p {
    font-size: 12px;
}
	#stella_stick #movie .gentei .flex_box .box_l {
    height: 80px;
    min-width: 80px;
		margin-right: 1em;
}
	#stella_stick #movie .gentei .flex_box .box_r dt {
    font-size: 14px;
    margin-bottom: 0.5em;
}
	#stella_stick #movie .gentei .flex_box .box_r dl {
    padding: 1.5em 0;
}
	#stella_stick #movie .gentei .flex_box .box_r dd {
		font-size: 12px;
	}
	
	#stella_stick #b_a .mincho {
    font-size: 20px;
}
	#stella_stick #b_a .mincho span {
		font-size: 30px;
	}
	
	#stella_stick #b_a .box2 {
    width: 50%;
    font-size: 14px;
}
	#stella_stick #b_a .box1 {
    width: 45%;
}
	#stella_stick #b_a {
    padding: 0.1em 0 2em;
}
	#stella_stick #relax {
    padding: 3em 0;
    font-size: 16px;
}
	#stella_stick #howto2 .box_4 {
    flex-direction: column;
}
	#stella_stick #howto2 .box_01 {
    width: 100%;
}
	#stella_stick #howto2 .box_02 {
    width: 100%;
    margin: 1.5em auto auto;
    text-align: center;
}
	
	#stella_stick #voice li dt {
    font-size: 16px;
    margin-bottom: 1.0em;
}
	#stella_stick #voice li dd {
    font-size: 14px;
}
	#stella_stick #trial .flex_box {
		flex-direction: column;
	}
	
	#stella_stick #trial .flex_box .box1,#stella_stick #trial .flex_box .box2 {
		width: 100%;
	}
	#stella_stick #trial .box1 dt {
    font-size: 16px;
    margin-bottom: 1em;
}
	#faq .inner dt {
    font-size: 16px;
}
	#stella_stick #spec {
		width: 100%;
	}
	#stella_stick #spec img {
		width: 90%;
		margin: auto;
	}
	#stella_stick #spec .flex_box {
		flex-direction: column;
	}
	#stella_stick #spec h2 span {
    font-size: 14px;
}
	#stella_stick #spec dt {
    /*width: 20%;*/
    font-size: 12px;
    margin-bottom: 10px;
}
	#stella_stick #spec dd {
    /*width: 70%;*/
    padding: 0 0 10px 20px;
    font-size: 12px;
}
	#stella_stick #spec dl {
		width: 100%;
	}
	
	#stella_stick .media1 {
		flex-direction: column;
	}
	
	#stella_stick .media1 dl {
		width: 100%;
	}
		
	#stella_stick #media_stick .box {
		width: 100%;
		margin-bottom: 1em;
		padding-bottom: 1em;
	}
	
	#stella_stick #media_stick .box dt {
		width: 30%;
	}
	
	#stella_stick #media_stick .box dd {
		width: 65%;
	}
	
	#stella_stick #media_stick .zassi p {
		line-height: 1.2;
	}
	    #stella_stick #nayami .inner ul li::before {
        width: 20px;
        height: 22px;
        background-size: 20px;
    }
	
	#stella_stick .kome {
		font-size: 10px!important;
	}
	
	#stella_stick #howto2 .sosa {
		flex-direction: column;
	}
	
	#stella_stick #howto2 .box_2 {
		margin: 0 auto 1.5em;
	}
	
	#stella_stick .tec {
		text-align: center;
	}
	#stella_stick #trial .box1 dd {
		margin-bottom: 1.0em;
	}
}
	

#stella_stick #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 auto;
}