.area {
    background-color: olivedrab;
    position: relative;
    padding-left: 230px;
    font-size: 16px;
    text-align: left;
}

.fotlogo img{
    width: 170px;
}

.cenpos {
    position: relative;
    vertical-align: middle;
    background-color: #bc763c;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    margin: 0;
}

.inline {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
    padding-bottom: 20px;
}

.title {
    font-size: 30px;
}

.fottext {
    padding-top: 25px;
    vertical-align: top;
}

.page_top{
    width: 80px;
    height: 80px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: #d3a243;
    z-index: 1000;
    border-radius: 50%;
}

.page_top a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
}
    
.page_top a::after{
    content: '';
    position: absolute;
    top: 41%;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(-45deg);
    z-index: 1001;
}

.i{
    font-size: 70px;
    color: #000000;
}

/* area sp */

.page_top_sp{
    width: 80px;
    height: 80px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #d3a243;
    z-index: 8;
    border-radius: 50%;
}

.page_top_sp a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
}
    
.page_top_sp a::after{
    content: '';
    position: absolute;
    top: 41%;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(-45deg);
    z-index: 8;
}

.i_sp{
    font-size: 70px;
    color: #000000;
}

.area_sp {
    background-color: olivedrab;
    position: static;
    font-size: 16px;
    text-align: center;
}

.fottext_sp {
    padding-bottom: 20px;
    vertical-align: top;
    margin: 0 auto;
    text-align: left;
    width: 300px;
}

.fotlogo_sp img{
    width: 100px;
    padding-top: 10px;
}

.fotmrg {
    margin-top: 5px;
    margin-bottom: 5px;
}

.cenpos {
    position: static;
    vertical-align: middle;
    background-color: #bc763c;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    margin: 0;
}