.header{
    text-align: center;
}
.h-top{
    display: flex;
    justify-content: space-between;
    margin: -10px 20px 0;
}
.h-top .h-top-logo{
    margin: 15px;
}
.h-top .h-top-info{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: solid 3px #70BBDD;
    border-top: none;
    border-radius: 8px;
    margin-bottom: 20px;
}
.h-top .h-top-info .h-info-text p{
    margin: 1px;
}
.h-top .h-top-info .h-info-text .first-text{
    font-size: calc(5px + 1vw);
}
.h-top .h-top-info .h-info-text img{
    width: 80%;
}

.h-top .h-top-info .h-mail{
    width: 15%;
}
.h-top .h-top-info .h-mail img{
    width: 100%;
}

.h-main-logo{
    width: 100vw;
}
.h-main-logo img{
    width: 100%;
}
/***** nav ******/
.nav ul{
    list-style: none;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin: auto 20px;
    padding: 0px;
    font-size: calc(7px + 1.3vw);
}
.nav a{
    text-decoration: none;
    display: inline-block;
    color: #fff;
    width: calc(100% / 7);
    margin: 0.5em 0;
    padding: 5px 0.5rem;
}
.nav  ul li{
    display: inline-block;
    width: 100%;
    background-color: #FCA3B9;
    line-height: 1.2rem;
    padding: 0.3em 5px;
    margin: 0 -10px;
    border-radius: 5px;

}
.nav  ul li span{
    display: inline-block;
    width: calc(100% + 1em);
    margin: 0 -0.5em;
    font-size: calc(5px + 0.6vw);
}
/***** main ******/
.main{
    display: flex;

}
.main .m-image{
    text-align: center;
    width: 70%;
    margin: 100px 30px ;
}
.main .m-image .image img{
    width: 80%;  
}
.main .m-image .name img{
    margin-top: 20px;
    width: 60%;  
}
.main .m-greeting p{
    width: 90%;
    margin: auto;
    line-height: 2em;
    font-size: calc(7px + 1vw);
}
.main .m-greeting .greeting-image{
    text-align: center;
    margin: 30px auto;
    
}
.main .m-greeting .greeting-image img{
    width: 15%;
}

/***** footer ******/
footer{
    width: 100vw;
    margin-bottom: -10px;
    background-color: #4CB1D3;
}
.footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
}
.f-logo img{
   text-align: right;
}
.f-content{
    color: #fff;
}
.f-nav ul{
    display: flex;
    list-style: none;
    padding: 0px;
    align-items: center;
    margin-bottom: 40px;
}
.f-nav ul :last-child{
    border-right: none;
}
.f-nav ul li{
    display: block;
}
.f-nav ul a{
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: calc(7px + 1vw);
    line-height: 1.3rem;
    padding: 5px;
    border-right: solid 3px #fff;
    height: 20px;
}
.f-nav ul a .up{
    margin-top: -10px;
}
.f-nav ul li span{
    font-size: calc(5px + 0.6vw);
}
.f-content .f-address .corp{
    width: 60%;
}
.f-content .f-address .corp img{
    width: 100%;
}
.f-address p{
    line-height: 1.5em;
    margin: 0px;
}
.f-privacy{
    width: 20%;
}
.f-privacy img{
    width: 80%;
}


