@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* common */
.bold{
    font-weight: bold;
}
.pa{
    padding: 10% 0 0 0;
}
.ma{
    margin:5% 0;
}
.ma_sp{
    margin: 5% 0 2%;
}
.bot{
    border-top:1px solid #000000;
}
.bor{
    border-right:1px solid #000000;
}
.bol{
    border-left:1px solid #000000;
}
.hr{
    width: 15%;
    border-bottom: 1px solid #000000;
}
.rbt{
    font-family: 'Roboto','Noto Sans Japanese';
}
.ctr{
    text-align: center;
}
.lft{
    text-align: left;
}
a:hover{
    color:#999999;
}
.bac{
    background: #ebebeb;
}
@media only print, only screen and (min-width: 18.75em){     
/* common */
#content__{
    margin: 5%;
}
.content__title{
    font-size: 3rem;
    font-style: normal;
    margin: 15% 0 8%;
    line-height: 1;
    text-align: left;
    padding: 5% auto;
}
.content__title span{
    font-size: 0.7rem;
    font-style: normal;
    margin: 2% 0 0 0;
    line-height: 2;
    display: block;
}
#content__ p{
    font-size: 0.8rem;
    line-height: 1.8;
    text-align: left;
}
/* shoplist */
 #shopList h3#shop_name{
    font-size: 1.0rem;
}
#content__ #shopList ul{
    margin: 5% 0 0 0;
    padding: 0;
}
#content__ #shopList li{
    width: 100%;
    text-align: center;
    float: none;
    margin: 0 5% 5% 0;
    padding: 0 0 5% 0;
    position: relative;
    overflow: hidden;
    -moz-transition: -moz-transform 1s linear;
    -webkit-transition: -webkit-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    -ms-transition: -ms-transform 1s linear;
    transition: transform 1s linear;
    border-bottom: 1px solid #ebebeb; 
}
/* brandlist */
#brandList h3#shop_name{
    font-size: 1.6rem;
}
#content__ #brandList ul{
    margin: 0 auto 5%;
    padding: 0;
}
#content__ #brandList li img{
    
}
#content__ #brandList li h3{
    font-size: 1.0rem;
    line-height: 2;
}
#content__ #brandList li h4{
    font-size: 0.7rem;
}
#content__ #brandList li{
    border: 1px solid #ebebeb;
    width: 100%;
    text-align: left;
    margin: 0 4% 8% 0;
    position: relative;
    overflow: hidden;
    -moz-transition: -moz-transform 1s linear;
    -webkit-transition: -webkit-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    -ms-transition: -ms-transform 1s linear;
    transition: transform 1s linear;
}
#content__ #brandList li:nth-child(2n){
    margin: 0 0 8% 0;
    overflow:hidden;
    -moz-transition: -moz-transform 1s linear;
    -webkit-transition: -webkit-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    -ms-transition: -ms-transform 1s linear;
    transition: transform 1s linear;
    border: none; 
}
/* FAQ */
.faq-item{
    margin-bottom: 64px;
    border: 1px solid #eee;
}
.faq-item02{
    margin-bottom: 75px;
}
.faq-item:last-child{
    margin-bottom: 50px;
}
.faq-item > li + li{
    border-top: 1px solid #eee;
}
.faq-item li .faq-icon-q,
.faq-item li .faq-icon-a{
    font-size: 0.8rem;
    padding-left: 10px;
    float: left;
}
.faq-item li .faq-txt{
    padding-left: 20px;
    font-size: 0.75rem;
}
.faq-item li .faq-icon-q{
    vertical-align: middle;
    line-height: .5;
}
.faq-item li a.toggle{
    padding: 20px 40px 20px 0;
    display: block;
    text-decoration: none;
}
.faq-txt a{
    padding: 20px 40px;
    display: block;
    text-decoration: none;
}
.faq-item li .faq-txt p{
    margin-bottom: 25px;
    line-height: 1.7;
    font-size: 14px;
}
.faq-item li .faq-txt p:last-child{
    margin-bottom: 0;
}

.faq-item li a .faq-txt{
    padding-left: 30px;
    font-size: 0.75rem;
    line-height: .8;
}
.demo {
  margin: 50px 0;
}
/* Price */
table.brwsr2 {
    margin: 3% auto 7%;
    width: 100%;
    border: none;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

table.brwsr2 th {
    vertical-align: middle;
    height: 35px;
    width: 80px;
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-size: 0.7rem;
    background: #999999;
    font-weight: normal;
}

table.brwsr2 td.data {
    padding: 0;
    margin: 0;
    width: 120px;
    border: none;
    color: #000000;
    font-size: 0.7rem;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    border-right: 1px solid #cccccc;
    border-bottom: solid 1px #cccccc;
}

table.brwsr2 td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
}
#model_content h2.title span{
    font-size: 0.5rem;
    margin: 0 0 0 1%;
}
}

@media only print, only screen and (min-width: 768px){
/* common */
#content__{
    margin: 0 auto;
    width: 80%;
}
.content__title{
    font-size: 5rem;
    font-style: normal;
    margin: 10% 0 0;
    line-height: 1;
    text-align: left;
    border: none;
    padding:5% 0;
}
.content__title span{
    font-size: 0.8rem;
    font-style: normal;
    margin: 2% 0 0 0;
    line-height: 2;
    display: block;
}
#content__ p{
    font-size: 0.8rem;
    line-height: 1.8;
    text-align: left;
}
/* shoplist */
 #shopList h3#shop_name{
    font-size: 1.2rem;
}
#content__ #shopList ul{
    margin: 5% 0 0 0;
}
#content__ #shopList li{
    width: 45%;
    text-align: center;
    float: left;
    margin: 0 5% 8% 0;
    position: relative;
    overflow: hidden;
    -moz-transition: -moz-transform 1s linear;
    -webkit-transition: -webkit-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    -ms-transition: -ms-transform 1s linear;
    transition: transform 1s linear;
    border-bottom: none; 
}
#content__ #shopList li:nth-child(2n){
    margin:0 0 8% 0;
    overflow:hidden;
    -moz-transition: -moz-transform 1s linear;
    -webkit-transition: -webkit-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    -ms-transition: -ms-transform 1s linear;
    transition: transform 1s linear;
}
#content__ #shopList li div{
    margin: 0 0 10% 0;
}
/* brandlist */
#brandList h3#shop_name{
    font-size: 1.6rem;
}
#content__ #brandList ul{
    margin: 5% 0 0 0;
}
#content__ #brandList li img{
    
}
#content__ #brandList li h3{
    font-size: 1.0rem;
    line-height: 2;
}
#content__ #brandList li h4{
    font-size: 0.7rem;
}
#content__ #brandList li{
    border: 1px solid #ebebeb;
    width: 38%;
    text-align: left;
    float: left;
    margin: 0 4% 8% 0;
    position: relative;
    overflow: hidden;
    -moz-transition: -moz-transform 1s linear;
    -webkit-transition: -webkit-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    -ms-transition: -ms-transform 1s linear;
    transition: transform 1s linear;
}
#content__ #brandList li:nth-child(2n){
    width: 56%;
    margin: 0 0 8% 0;
    overflow:hidden;
    -moz-transition: -moz-transform 1s linear;
    -webkit-transition: -webkit-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    -ms-transition: -ms-transform 1s linear;
    transition: transform 1s linear;
    border: none; 
}
/* FAQ */
.faq-item{
    margin-bottom: 64px;
    border: 1px solid #eee;
}
.faq-item02{
    margin-bottom: 75px;
}
.faq-item:last-child{
    margin-bottom: 50px;
}
.faq-item > li + li{
    border-top: 1px solid #eee;
}
.faq-item li .faq-icon-q,
.faq-item li .faq-icon-a{
    width:40px;
    padding-left: 20px;
    float: left;
}
.faq-item li .faq-txt{
    padding-left: 20px;
    font-size: 0.8rem;
}
.faq-item li .faq-icon-q{
    vertical-align: middle;
    line-height: .5;
}
.faq-item li a.toggle{
    padding: 20px 40px 20px 0;
    display: block;
    text-decoration: none;
}
.faq-txt a{
    padding: 20px 40px;
    display: block;
    text-decoration: none;
}
.faq-item li .faq-txt p{
    margin-bottom: 25px;
    line-height: 1.7;
    font-size: 14px;
}
.faq-item li .faq-txt p:last-child{
    margin-bottom: 0;
}

.faq-item li a .faq-txt{
    padding-left: 16px;
    font-size: 0.8rem;
    line-height: .8;
}
.demo {
  margin: 50px 0 50px;
}
/* Price */
table.brwsr2 {
    margin: 3% auto 7%;
    width: 100%;
    border: none;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

table.brwsr2 th {
    vertical-align: middle;
    height: 53px;
    width: 80px;
    /* border-bottom: solid 1px #ebebeb; */
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-size: 0.9rem;
    background: #999999;
}

table.brwsr2 td.data {
    padding: 0;
    margin: 0;
    height: 53px;
    width: 120px;
    border: none;
    color: #000000;
    font-size: 0.9rem;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    border-right: 1px solid #cccccc;
    border-bottom: solid 1px #cccccc;
}

table.brwsr2 td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
}
#model_content h2.title span{
    font-size: 0.9rem;
    margin: 0 0 0 1%;
}
}

@media only print, only screen and (min-width: 1000px){
/* common */
#content__{
    margin: 0 auto;
    width: 900px;
}
.content__title{
    font-size: 5.5rem;
    font-style: normal;
    margin: 10% 0 0;
    line-height: 1;
    text-align: left;
    border: none;
    padding:3% 0;
}
.content__title span{
    font-size: 0.9rem;
    font-style: normal;
    margin: 2% 0 0 0;
    line-height: 2;
    display: block;
}

/* shoplist */
#shopList h3#shop_name{
    font-size: 1.4rem;
}
#content__ #shopList ul{
    margin: 5% 0 0 0;
    padding: 0;
}
#content__ #shopList li{
    width: 45%;
    text-align: center;
    float: left;
    margin: 0 5% 8% 0;
    position: relative;
    overflow: hidden;
    -moz-transition: -moz-transform 1s linear;
    -webkit-transition: -webkit-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    -ms-transition: -ms-transform 1s linear;
    transition: transform 1s linear;
    border-bottom: none; 
}
#content__ #shopList li:nth-child(2n){
    margin:0 0 8% 0;
    overflow:hidden;
    -moz-transition: -moz-transform 1s linear;
    -webkit-transition: -webkit-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    -ms-transition: -ms-transform 1s linear;
    transition: transform 1s linear;
}
#content__ #shopList li div{
    margin: 0 0 10% 0;
}
/* brandlist */
#brandList h3#shop_name{
    font-size: 1.6rem;
}
#content__ #brandList ul{
    margin: 5% 0 0 0;
    padding: 0;
}
#content__ #brandList li img{
    max-width: 300px;
}
#content__ #brandList li h3{
    font-size: 1.0rem;
    line-height: 2;
}
#content__ #brandList li h4{
    font-size: 0.7rem;
}
#content__ #brandList li{
    border: 1px solid #ebebeb;
    width: 34%;
    text-align: left;
    float: left;
    margin: 0 5% 8% 0;
    position: relative;
    overflow: hidden;
    -moz-transition: -moz-transform 1s linear;
    -webkit-transition: -webkit-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    -ms-transition: -ms-transform 1s linear;
    transition: transform 1s linear;
}
#content__ #brandList li:nth-child(2n){
    width: 60%;
    margin: 0 0 8% 0;
    overflow:hidden;
    -moz-transition: -moz-transform 1s linear;
    -webkit-transition: -webkit-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    -ms-transition: -ms-transform 1s linear;
    transition: transform 1s linear;
}
#content__ p{
    font-size: 0.7rem;
    line-height: 1.8;
    text-align: left;
}
/* FAQ */
.faq-item{
    margin-bottom: 64px;
    border: 1px solid #eee;
}
.faq-item02{
    margin-bottom: 75px;
}
.faq-item:last-child{
    margin-bottom: 50px;
}
.faq-item > li + li{
    border-top: 1px solid #eee;
}
.faq-item li .faq-icon-q,
.faq-item li .faq-icon-a{
    width:40px;
    padding-left: 20px;
    float: left;
}
.faq-item li .faq-txt{
    padding-left: 20px;
    font-size: 0.8rem;
}
.faq-item li .faq-icon-q{
    vertical-align: middle;
    line-height: .5;
}
.faq-item li a.toggle{
    padding: 20px 40px 20px 0;
    display: block;
    text-decoration: none;
}
.faq-txt a{
    padding: 20px 40px;
    display: block;
    text-decoration: none;
}
.faq-item li .faq-txt p{
    margin-bottom: 25px;
    line-height: 1.7;
    font-size: 14px;
}
.faq-item li .faq-txt p:last-child{
    margin-bottom: 0;
}

.faq-item li a .faq-txt{
    padding-left: 16px;
    font-size: 0.8rem;
    line-height: .8;
}
/* Price */
table.brwsr2 {
    margin: 3% auto 7%;
    width: 900px;
    border: none;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

table.brwsr2 th {
    vertical-align: middle;
    height: 53px;
    width: 80px;
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-size: 0.9rem;
    background: #999999;
    font-weight: normal;
}

table.brwsr2 td.data {
    padding: 0;
    margin: 0;
    height: 53px;
    width: 120px;
    border: none;
    color: #000000;
    font-size: 0.9rem;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    border-right: 1px solid #cccccc;
    border-bottom: solid 1px #cccccc;
}

table.brwsr2 td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
}
#model_content h2.title span{
    font-size: 0.9rem;
    margin: 0 0 0 1%;
    font-weight: normal;
}
}