@charset "UTF-8";
.greeting{
    position: relative;
    font-size: 115%;
}
.greeting .waza{
    position: absolute;
    opacity: .04;
    width: 96%;
    text-align: center;
    left:2%;
}
.greeting .waza .img{
    width: 100%;
    max-width: 600px;
}

.greeting .textblock{
    position: relative;
    z-index: 3;
}

.greeting .point{
    display: flex;
    gap: 1.5em 2.5em;
    justify-content: center;
    margin: 2.5em 0;
}
.greeting .point .txt{
    font-weight: bold;
    color: #d90000;
    text-align: center;
    font-size: min(6vw, 140%);
    line-height: 1.2;
}
@media (max-width:960px){
    .greeting .point{
        flex-direction: column;
    }
}

.greeting .point2{
    display: flex;
    justify-content: center;
    color: #d90000;
    font-size: min(5.8vw, 135%);
    line-height: 1.2;
    gap: .5em;
    margin: 1.5em 0;
}
.greeting .point2::before{
    content: "「";
}
.greeting .point2::after{
    content: "」";
    display: flex;
    align-items: flex-end;
}

.policy_list .box{
    border-bottom: 1px solid #ddd;
    background: rgba(255,255,255,.4);
    padding: 1em .5em;
}
.policy_list .box:first-child{
    border-top: 1px solid #ddd;
}

.nameblock{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 170px;
}
.nameblock .name0{
    height: 1.2em;
}
.nameblock .name{
    height: 1.8em;
}
.nameblock .date{
    font-weight: bold;
    font-size: 80%;
    margin-top: .5em;
}
