@charset "utf-8";

.section-colGrn{
    background: #f2f9ef;
}

.headNav{
    display: flex;
    justify-content: space-between;
}
.headNav > li{
    border-radius: 5px;
    padding-right: 0;
    width: calc(100% / 3 - 10px);
    padding-top: 90px;
    position: relative;
}

.headNav > li::before{
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    top: 0;
    left: calc(50% - 45px);
}

.headNav > li:nth-child(1)::before{
    background: url("/individual/service/deposit/tochiginweb/images/ico_headnav_01.svg") no-repeat;
    background-size: cover;
}

.headNav > li:nth-child(2){
    text-align: center;
}

.headNav > li:nth-child(2)::before{
    background: url("/individual/service/deposit/tochiginweb/images/ico_headnav_02.svg") no-repeat;
    background-size: cover;
}

.headNav > li:nth-child(3)::before{
    background: url("/individual/service/deposit/tochiginweb/images/ico_headnav_03.svg") no-repeat;
    background-size: cover;
}

.headNavInner{
    width: 90%;
    font-size: 1.15em;
    margin: 20px auto 0; 
}

.txtInner-flowBefore{
    font-size: 114.29%;
    text-align: center;
}

.txtInner-flowBefore > ul{
    display: inline-block;
    text-align: left;
}

.mockImage img{
    border: 1px solid #ccc;
}

.mockImageCol2 > figure:last-child{
    padding-left: 150px;
    position: relative;
}

.mockImageCol2 > figure:last-child::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33.5px 0 33.5px 47px;
    border-color: transparent transparent transparent #fdc100;
    top: calc(50% - 23.5px);
    left: 60px;
}

.inner-bd_green{
    border: none;
    margin: 0;
    padding: 0;
}

.inner-bd_green .normalTable table tbody th{
    background: #009E94;
}

@media screen and (max-width: 800px){
    .headNav{
        display: inherit;
    }
    
    .headNav > li{
        width: 100%;
    }
    
    .headNav > li:nth-child(n+2){
        margin-top: 30px;
    }
    
    .headNavInner{
        margin-top: 10px;
    }
    
    .mockImage{
        max-width: 80%;
        margin: 0 auto;
    }
    
    .mockImageCol2 > figure{
        display: block;
    }
    
    .mockImageCol2 > figure:last-child{
        padding: 60px 0 0 0;
    }
    
    .mockImageCol2 > figure:last-child::before{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 25px 0 25px;
        border-color: #fdc100 transparent transparent transparent;
        top: 15px;
        left: calc(50% - 25px);
    }
    
}