@charset "shift_jis";

/* main-inner */

#main #main-inner {
    border: none;
    margin-top: 10px;
    background-image: url('../img/bg_ptrn.png'), -moz-linear-gradient(top, #ffe500, #ffa800);
    background-image: url('../img/bg_ptrn.png'), -ms-linear-gradient(top, #ffe500, #ffa800);
    background-image: url('../img/bg_ptrn.png'), -o-linear-gradient(top, #ffe500, #ffa800);
    background-image: url('../img/bg_ptrn.png'), -webkit-linear-gradient(top, #ffe500, #ffa800);
    background-image: url('../img/bg_ptrn.png'), linear-gradient(top, #ffe500, #ffa800);
}
#main #main-title {
    height: 565px;
    background: url('../img/head_bg.png') left top no-repeat;
    top: -45px;
    z-index: 1;
}
#main #main-title h2 {
    top: 50px;
    left: 15px;
    z-index: 2;
}
#main #main-title .topimg {
    top: 30px;
    right: -18px;
    z-index: 1;
}
#main #main-title .catch {
    bottom: 60px;
    z-index: 1;
    left: 27px;
}

#cont-wrap {
    position: relative;
    margin-top: -35px;
    text-align: center;
    padding-bottom: 40px;
}
#main #sec01 {
}
#main #cont-wrap #sec01 h2.sec01ttl01 {
    margin-top: -87px;
    position: relative;
    z-index: 1;
}
#main #cont-wrap #sec01 .sec01txt01 {
    margin-top: 20px;
}
#main #cont-wrap #sec01 .sec01txt02 {
    margin-top: 20px;
}
#main #cont-wrap #sec01 .sec01txt03 {
    margin-top: 20px;
}
#main #cont-wrap #sec02 h2.sec02ttl01 {
    margin-top: 30px;
}
#main #cont-wrap #sec02 .sec02img01 {
    margin-top: 20px;
}
#main #cont-wrap #sec02 .sec02txt01 {
    margin-top: 20px;
    text-align: left;
    padding-left: 25px;
}
#main #cont-wrap #sec02 .sec02txt02 {
    margin-top: 20px;
}

#main #cont-wrap #sec03 h2.sec03ttl01 {
    margin-top: 40px;
}
#main #cont-wrap #sec03 .sec03txt01 {
    margin-top: 20px;
}
#main #cont-wrap #sec03 .sec03img01Wrap {
    position: relative;
    width: 812px;
    height: 780px;
    margin: 25px auto;
}
#main #cont-wrap #sec03 .sec03img01Wrap .sec03img01 {
    position: absolute;
    top: 0;
    left: 233px;
    z-index: 1;
}
#main #cont-wrap #sec03 .sec03img01Wrap .sec03img01a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#main #cont-wrap #sec03 .sec03img01Wrap .sec03img01b {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
#main #cont-wrap #sec03 .sec03img01Wrap .sec03img01c {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#main #cont-wrap #sec04 h2.sec04ttl01 {
    margin-top: 40px;
}
#main #cont-wrap #sec04 .sec04txt01 {
    margin-top: 20px;
}
#main #cont-wrap #sec04 .sec04txt02 {
    margin-top: 20px;
}
#main #cont-wrap #sec04 .sec04txt03 {
    margin-top: 20px;
    margin-left: 25px;
}
#main #cont-wrap #sec04 .sec04txt04 {
    margin-top: -145px;
    position: relative;
}
#main #cont-wrap #sec04 .sec04txt04 .btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
#main #cont-wrap h2 {
}
.battery {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
}

#main #main-title,
#main #sec01,
#main #sec02,
#main #sec03,
#main #sec04 {
    position: relative;
    width: 864px;
}

#main #main-title h2,
#main #main-title p/*,
#main #sec01 h2,
#main #sec01 h3,
#main #sec01 p,
#main #sec02 h2,
#main #sec02 h3,
#main #sec02 p*/ {
    position: absolute;
    margin: 0;
    padding: 0;
}


/* main-title */

#main #title-area {
    z-index: 10;
    height: 35px;
}
#main #title-area h1 {
    position: absolute;
    top: 12px;
    left: 13px;
}


/* main-footer */

.main-footer {
    position: relative;
    margin: 20px 0 0;
    padding-bottom: 32px;
}

.f-border {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #C1C1C1;
}

.main-footer .f-hard {
    position: absolute;
    top: 0;
    right: 0;
}

.f-border .f-hard {
    top: 20px;
}

.f-wrap {
    margin: 36px 0 0;
}

.main-footer .f-logo {
    float: left;
    width: 320px;
    text-align: center;
}

.main-footer .f-contents {
    float: right;
    width: 514px;
}

.main-footer .f-icon {
    float: left;
}

.main-footer .f-name {
    position: relative;
    float: right;
    width: 443px;
    height: 55px;
}

.main-footer .f-soft-ttl {
    position: absolute;
    top: 10px;
}

.main-footer .f-copyright {
    position: absolute;
    bottom: 10px;
    color: #FFFFFF;
    font-size: 9px;
}

.main-footer .f-note01 {
    margin: 5px 0 15px;
    color: #FFFFFF;
    font-size: 9px;
}

.main-footer .f-btn {
    margin: 15px 0 0;
}


/* clearfix */

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
