﻿.btn_pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

    .btn_pagetop img:hover {
        transform: translateY(-5px);
    }

    .btn_pagetop img {
        transition: 0.3s;
    }



/* 問合せ先 */

.bg_line {
    background-image: url("../../images/thanks/bg_line.png");
    background-repeat: repeat-x;
    height: 10px;
}

#siteinfo {
    padding-top: 20px;
    font-size: 0.9em;
}

#toiawase {
    max-width: 1000px;
    margin: 0px auto;
    padding: 18px;
    padding-bottom:30px;
    display: flex;
    justify-content: space-around;
}

.toiawase_right {
    padding-top: 30px;
}

#toiawase span {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
}

#toiawase .otoiawase {
    font-size: 1.0em;
    font-weight: bold;
    line-height: 2em;
    margin: 0px 0px 0px 15px;
    padding: 3px 8px;
    border-radius: 10px;
}


#toiawase img {
    padding: 0px;
    width: 220px;
    padding-top: 20px;
}


/* copyright */
#cp {
    font-size: 0.7em;
    text-align: center;
}

    #cp p {
        max-width: 1000px;
        margin: 0px auto;
    }

#footerSpBtn {
    display: none;
}





.btn_toiawase {
    background-image: url("../../images/thanks/icon_toiawase.png");
    background-repeat: no-repeat;
    background-position: 10px;
    width: 180px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    height: 30px;
    margin-left: 20px;
    margin-top: -10px;
    transition-duration: 0.3s;
}

    .btn_toiawase:hover {
        background-color: #eee;
    }

    .btn_toiawase p {
        font-weight: bold;
    }

    .btn_toiawase p {
        text-decoration: none;
        color: #333;
        padding-left: 40px;
        padding-top: 3px;
    }

.toiawase_right a {
    text-decoration: none;
}


.toiawase_right span {
    font-size: 1.4em;
    font-weight: bold;
}

.wrapper_tel_fax {
    display: flex;
    margin-top: 20px;
    height: 40px;
}

    .wrapper_tel_fax p {
        font-size: 1.3em;
        padding-left: 0px;
    }

.wrapper_add_toiawase {
    display: flex;
    margin-top: 10px;
}

    .wrapper_add_toiawase p {
        font-size: 1.1em;
    }

.area_tel {
    background-image: url("../../images/thanks/icon_tel.png");
    background-repeat: no-repeat;
    height: 40px;
    margin-right: 20px;
    background-position: 6px 4px;
}

.area_fax {
    background-image: url("../../images/thanks/icon_fax.png");
    background-repeat: no-repeat;
    height: 40px;
    background-position: 5px 7px;
}

#cp p {
    padding-top: 8px;
    padding-bottom: 7px;
}



.toiawase_right {
    padding-top: 10px;
}





@media screen and (max-width:500px) {
    .area_tel a {
        border-bottom: 1px solid #333;
    }
}


/*レスポンシブ対応*/
@media screen and (max-width:980px) {
    #footerSpBtn {
        display: block;
        background: #E5E5E2;
        padding: 10px;
    }

        #footerSpBtn a {
            display: block;
            padding: 15px 0px;
            text-align: center;
            text-decoration: none;
            border: solid 1px #4d4d4d;
            background: url("../../images/tyoutyou/mainTopIcon.png") no-repeat 15px center #FFFFFF;
            background-size: 30px 30px;
        }
}



@media screen and (max-width:800px) {


    #mainBg {
        margin-top: 0px;
        padding: 1px 0px 5px;
    }

    #toiawase {
        flex-direction: column;
        text-align: center;
    }

    .toiawase_left {
        padding-top: 0px;
        padding-right: 0px;
    }

    .wrapper_add_toiawase {
        flex-direction: column;
    }

    .btn_toiawase {
        margin: 0 auto;
    }

    .wrapper_tel_fax {
        flex-direction: column;
        margin: 0 auto;
        width: 200px;
    }

        .wrapper_tel_fax p {
            height: 50px;
        }

    .toiawase_right {
        margin-top: 20px;
    }

    .btn_toiawase {
        margin-top: 20px;
    }

    #toiawase img {
        width: 230px;
    }

    #siteinfo {
        padding-top: 0px;
    }

    .wrapper_tel_fax {
        margin-top: 20px;
        width: 280px;
    }

    .area_tel {
        margin-right: 0px;
        background-position: 29px 6px;
    }

}










@media screen and (max-width:500px) {



    .btn_pagetop img {
        width: 70%;
    }

    .btn_pagetop {
        right: -30px;
    }
}


@media screen and (max-width:420px) {

    .toiawase_right {
        margin-top: 0px;
    }

    #toiawase img {
        width: 180px;
    }
}
