
.header {
    position: relative;
}

.header h1 {
    line-height: 1;
}

.lang {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 112px;
    margin-left:40px ;
    position: absolute;
    top: 33px;
    right: 20px;
}

.lang li {
    width: 50%;
    text-align: center;
    box-sizing: border-box;
}

.lang li a {
    font-size: 13px;
    display: block;
    color: #1d3496; 
    border: #1d3496 solid 1px; 
    width: 100%;
    padding: 5px;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
}

.eng .lang li a {
    padding: 7px;
}

.lang li.jp a{
    border-radius: 20px 0 0 20px;
}

.lang li.en a{
    border-radius: 0 20px 20px 0;
}

.lang li.act a{
    background-color:#1d3496 ;
    color: #ffffff;
}

@media screen and (max-width:640px) {
    .lang {
    top: 20px;
    right: 20px;
    }

}

input,
textarea,
select {
    outline: none;
}



/*footer*/


.faith-g {
    display: block;
    font-weight: 700;
    color: #bbbbbb;
    margin-top: 20px;
}

.faith-g img{
    height: 45px;
    width: auto;
    margin-left:8px ;
    vertical-align: middle;
}