#cousee{
    position: relative;
}
#cousee .titrle h2{
    font-size: 24px;
}
#cousee .box01{
    position: relative;
    display: flex;
}
#cousee .box01 .csnfn{
    display: flex;
    width: 100%;
    align-items: center;
    padding-bottom: 20px;
}
#cousee .box01 .titrle{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 20px;
    border-right: #cacaca 1px solid;
}
#cousee .box01 .titrle h2{
    font-size: 43px;
    font-weight: 700;
}
#cousee .box01 .tntbm{
    display: flex;
    width: 50%;
    padding: 20px;
    flex-wrap: wrap;
}
#cousee .box01 .tntbm h3{
    font-size: 26px;
    width: 100%;
    margin-bottom: 15px;
}
#cousee .box01 .tntbm p{
    font-size: 20px;
    width: 33.3%;
}
#cousee .nanabox{
    padding: 20px;
    border-bottom: #cacaca 1px solid;
    border-top: #cacaca 1px solid;
    margin-bottom: 20px;
}
#cousee .nanabox p{
    font-size: 20px;
}

#cousee .box02{
    position: relative;
    display: flex;
}
#cousee .box02 .rightm{
    display: flex;
    flex-direction: column;
    width: calc(100% - 900px);
    padding: 20px;
}
#cousee .box02 .listJbox{
    padding: 10px 0;
}
#cousee .box02 .rightm .titrle h2{
    font-size: 24px;
}
#cousee .box02 .leftm{
    display: flex;
    flex-direction: column;
    width: 900px;
}
#cousee .ndombox{
    position: relative;
    padding: 0px 0;
    margin: 25px 0;
    padding-left: 35px;
}
#cousee .ndombox:before{
    content:"";
    position:absolute;
    width: 3px;
    height: 80%;
    background: #9e7a30;
    top: 10%;
    left: 20px;
}

#cousee .box03{
    position: relative;
    padding: 20px;
}
#cousee .listJbox{
    position: relative;
}
#cousee .listJbox .xrnweb{
    padding: 2px 0;
    display: flex;
    align-items: center;
}
#cousee .listJbox .xrnweb .fa{
    margin-right: 7px;
    color: #ba9343;
}
#cousee .box03 .listJbox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
#cousee .box03 .listJbox .xrnweb{
    width: 50%;
}
#cousee .box03 .listJbox .xrnweb a{
    display: flex;
    align-items: center;
    padding: 20px;
    border: #bfbfbf4a 1px solid;
    width: 100%;
    margin: 7px 10px;
    color: #222222;
    font-size: 19px;
}
@media screen and (max-width: 1380px) {
    #cousee .box02{
    display: flex;
    flex-direction: column;
}
	#cousee .box02 .rightm{
        width: 100%;
        order: 2;
    }
    #cousee .box02 .leftm{
        width: 100%;
    }
    #cousee .box01 .tntbm{
    width: 40%;
    display: flex;
    flex-direction: column;
    }
    #cousee .box01 .titrle{
        width: 60%;
    }
    #cousee .box01 .tntbm p{
    width: 100%;
}
}
@media screen and (max-width: 780px) {
    #cousee .box01 .csnfn{
        display: flex;
        flex-direction: column;
    }
    #cousee .box01 .titrle{
        width: 100%;
    }
    #cousee .box01 .titrle h2{
        font-size: 26px;
    }
    #cousee .box01 .tntbm{
        width: 100%;
    }
    #cousee .box03 .listJbox .xrnweb a{
    padding: 15px 10px;
    }
}

@media screen and (max-width: 640px){
    #cousee .box03{
        padding: 10px 0;
    }
    #cousee .box03 .listJbox .xrnweb a{
        padding: 16px 5px;
        margin: 5px 5px;
        display: flex;
        flex-direction: column;
        font-size: 18px;
    }
    #cousee .box02 .rightm{
        padding: 9px 0;
    }
    #cousee .ndombox{
        padding-left: 15px;
    }
    #cousee .ndombox:before{
        left: 0px;
    }
    #cousee .nanabox{
        padding: 19px 0;
    }
    #cousee .box01 .tntbm{
        padding: 14px 0;
    }
}
@media screen and (max-width: 480px){
    #cousee .box03 .listJbox .xrnweb{
        width: 100%;
    }
    #cousee .box01 .tntbm h3{
        font-size: 20px;
    }
    #cousee .box01 .tntbm p{
    font-size: 16px;
}
}