@charset "shift_jis";

/* main
----------------------------------------------------------------------------*/
.main{
  padding: 0;
}
.howto_navi{
  padding: 15px;
  border-bottom: 1px solid #cccccc;
}
.howto_navi li{
  background: #f40000;
  border-bottom: 1px solid #fff;
}
.howto_navi li.first{
  border-radius: 5px 5px 0 0;
}
.howto_navi li.last{
  border: none;
  border-radius: 0 0 5px 5px;
}
.howto_navi li a{
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 3.24% 15px 40px;
  background: url(/coke_on/1805_howto/images/arrow.png) no-repeat 15px center;
  -webkit-background-size: 13px 7px;
  background-size: 13px 7px;
}
.howto_navi li.music a{
  background: url(/coke_on/1805_howto/images/arrow2.png) no-repeat 15px center;
  -webkit-background-size: 7px 13px;
  background-size: 7px 13px;
}
h2{
  color: #f40000;
  font-size: 20px;
  padding: 27px 15px 20px;
  border-bottom: 1px solid #f40000;
    font-weight: bold;
}
h2 span{
  font-size: 14px;
}
.lead{
  color: #444444;
  font-size: 16px;
  line-height: 1.4;
  padding: 20px 0 17px;
  margin: 0 15px;
  border-bottom: 1px dotted #b2b2b2;
}
.lead2{
  color: #444444;
  font-size: 16px;
  line-height: 1.4;
  padding: 20px 0 17px;
  margin: 0 15px;
}
.line_btm{
    padding-bottom: 20px;
    border-bottom: 1px dotted #b2b2b2;
}
.howto_box{
  border-bottom: 1px solid #333333;
  padding: 0 0 20px;
  background: #fff;
}
.howto_box.last{
  border-bottom: none;
}
.howto_box_inner{
  padding: 0 15px;
}
dt{
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0 20px 30px;
  line-height: 22px;
  vertical-align: middle;
  border-top: 1px dotted #b2b2b2;
}
dt:first-child{
  border-top:none;
}
dt.one{
  background: url(/coke_on/1805_howto/images/one.png) no-repeat left 20px;
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}
dt.two{
  background: url(/coke_on/1805_howto/images/two.png) no-repeat left 20px;
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}
dt.three{
  background: url(/coke_on/1805_howto/images/three.png) no-repeat left 20px;
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}
dt.four{
  background: url(/coke_on/1805_howto/images/four.png) no-repeat left 20px;
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}
dd{
  padding: 0 0 20px;
  font-size: 16px;
  line-height: 1.4;
}
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.bd_dot{
  border-bottom: 1px dotted #b2b2b2;
}
.red{
  color: #f40c0c;
}
.notes li{
  margin: 10px 0 0;
}
.notes li:first-child{
  margin: 0;
}

.app li{
  width: 100%;
  text-align: center;
  padding: 12% 0 11%;
  display: none;
}
.app li.open{
  display:block;
}
.app li .ttl{
  margin: 0 auto 7.2%;
}
.app li.iphone .ttl{
  width: 67.7333%;
}
.app li.android .ttl{
  width: 71.0666%;
}
.app li .btn{
  width: 74.9333%;
  margin: 0 auto;
}
.app li.iphone{
  background: url(/spn/app/images/app_iphone_bg.jpg) no-repeat center top;
  background-size: 100%;
}
.app li.android{
  background: url(/spn/app/images/app_android_bg.jpg) no-repeat center top;
  background-size: 100%;
}
.app li.other{
  background: #ccc;
  padding: 0;
}

/*--------------------
2017 add
--------------------*/
.howto_nav_tabs{
    width: 100%;
}

.howto_nav_tabs .howto_nav_list{
    width: 100%;
    text-align: center;
    letter-spacing: -.4em;
    box-sizing: border-box;
    background: #eeeeee;
    padding: 5px 0 0 0;
    border-bottom: 1px solid #f40000;
}

.howto_nav_tabs .howto_nav_list.fixed{
    position: fixed;
    top: 0;
    left: 0;
}

.howto_nav_tabs .howto_nav_list li{
    width: 23%;
    letter-spacing: normal;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    border-radius:6px 6px 0px 0px ;
    -moz-border-radius:6px 6px 0px 0px ;
    -webkit-border-radius:6px 6px 0px 0px ;
    border-top:1px solid #e5e3e3;
    border-left:1px solid #e5e3e3;
    border-right:1px solid #e5e3e3;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 0 0 4px;
    line-height: 1.3em;
    overflow: hidden;
}

.howto_nav_tabs .howto_nav_list li:first-child{
    margin: 0 0 0 0;
}

.howto_nav_tabs .howto_nav_list li a{
    width: 100%;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #707070;
    text-decoration: none;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-break: break-all;
}

.howto_nav_tabs .howto_nav_list li img{
    width: 100%;
    vertical-align: bottom;
}

.howto_nav_tabs .howto_nav_list li.now{
    background: #f40000;
    border-top:1px solid #f40000;
    border-left:1px solid #f40000;
    border-right:1px solid #f40000;
}

.howto_nav_tabs .howto_nav_list li.now a{
    color: #fff;
}

.btn-aboutfaq{
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f40000;
    margin: 20px 0 0;
}

.btn-aboutfaq a{
    width: 100%;
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.font-b{
    font-weight: bold;
}

.line-red-top{
    border-top: 1px solid #f40000;
}

.link_list{
    letter-spacing: -.4em;
    text-align: center;
}

.link_list li{
    letter-spacing: normal;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
}

.link_list li:first-child{
    margin-right: 20px;
}

.link_list li a{
    color: #444444;
    text-decoration: underline;
}

@media only screen and (device-height: 568px), only screen and (device-width: 568px) {
    .link_list li{
        width: 50%;
        font-size: 12px;
    }
    .link_list li:first-child{
        margin-right: 0;
    }
}

@media only screen and (device-height: 360px), only screen and (device-width: 360px) {
    .link_list li{
        width: 48%;
        font-size: 12px;
    }
    .link_list li:first-child{
        margin-right: 0;
    }
}

