@charset "shift_jis";
#contents-inner h2, p, ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
}
#contents-inner {
    position: relative;
}
#contents-inner img {
    vertical-align: bottom;
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:focus {
    outline: none;
}
/* soft-title */

#soft-title {
    background: #000;
}
#soft-title h1 {
    min-width: 298px;
    padding: 8px;
    color: #fff;
    font-size: 12px;
}
/* main title */

#contents-inner h2, #contents-inner p.lead, #contents-inner .sec01-ttl, #contents-inner .sec01-txt01, #contents-inner .sec02-ttl, #contents-inner #btn{
    position: absolute;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
}
.s01, .s02, .s03, .s04, .s05, .s06, .s07, .s08, .s09, .s10, .s11, .s12, .s13, .s14 {
    position: absolute;
    left:0;
}
#main-title{
    top: 6%;
}
#contents-inner h2{
    top: 5%;
}
#contents-inner p.lead {
    top: 18%;
}

.s01 {
    width: 4.6875%;
    height: auto;
    top: 26%;
    left: 4%;
}
.s02 {
    width: 3%;
    height: auto;
    top: 25%;
    left: 10%;
}
.s03 {
    width: 2.5%;
    height: auto;
    top: 20%;
    left: 16%;
}
.s04 {
    width: 4.6875%;
    height: auto;
    top: 18%;
    left: 24%;
}
.s05 {
    width: 2.5%;
    height: auto;
    top: 27%;
    left: 24%;
}
.s06 {
    width: 3%;
    height: auto;
    top: 17%;
    left: 72%;
}
.s07 {
    width: 3%;
    height: auto;
    top: 20%;
    left: 76%;

}
.s08 {
    width: 2.5%;
    height: auto;
    top: 21%;
    left: 85%;
}
.s09 {
    width: 3%;
    height: auto;
    top: 24%;
    left: 80%;
}
.s10 {
    width: 3%;
    height: auto;
    top: 26%;
    left: 77%;

}
.s11 {
    width: 3%;
    height: auto;
    top: 20%;
    left: 92%;
}
.s12 {
    width: 2.5%;
    height: auto;
    top: 18%;
    left: 60%;
}
.s13 {
    width: 2.5%;
    height: auto;
    top: 24%;
    left: 14%;
}
#contents-inner .sec01-ttl{
    top: 30%;
}
#contents-inner .sec01-txt01{
    top: 60%;
}
#contents-inner .sec02-ttl{
    top: 66%;
}
#contents-inner #btn{
    top:91%;
}
/* clearfix */

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
