@charset "utf-8";



/*footer*/

.ftWr {
    position: relative;
}

.pagetop {
    display: inline-block;
    position: absolute;
    bottom: 10%;
    left: 39px;
    z-index: 1;
}


.fContPhoneTxt {
    color: #fff;
}

.btn01.ftContBtn:hover {
    background: none;
}

.ftContIconBx {
    margin-right: 20px;
}

.ftItem01 {
    max-width: 300px;
    width: 26.31%;
}

.copy {
    text-align: center;
    padding: 25px 15px;
    font-size: 14px;
}

.ftWr {
    background: #333232;
}

.ftInner {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 110px 15px 80px 15px;
    flex-wrap: wrap;
}


.ftItem02 {
    width: 100%;
    max-width: 700px;
}

.ftBtnAr01 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}

.ftBtnBx {
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
}

.ftBtnBx .btn01 {
    max-width: 340px;
    width: 100%;
    font-size: 16px;
    height: 60px;
}

.ftTxt01 {
    font-size: 20px;
    max-width: 340px;
    width: 100%;
    margin: 20px auto 0 auto;
}

.btn01_250805 br {
   display: none;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.ftTxt01 {
    font-size: 23px;
}

.ftBtnBx {
    width: 50%;
}

.ftWr {
    background: #333232;
    padding-right: 100px;
}

.ftInner {
    justify-content: space-between;

}

.ftItem02 {
    width: 61.40%;
    max-width: 700px;
}

.ftInner {
    flex-wrap: nowrap;
}

.ftBtnAr01 {
    margin-top: 40px;
}

.ftTxt01 {
    width: 100%;
    max-width:700px
}
  
.ftBtnBx .btn01 {
    font-size: 14px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.ftTxt01 {
    font-size: 30px;
}

.ftBtnBx .btn01 {
    font-size: 20px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.ftBtnBx .btn01 {
    font-size: 24px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

@media screen and (max-width:1024px) {
    .btn01_250805 br {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .btn01_250805 br {
        display: none;
    }
}