@charset "utf-8";

.news{
    border: #FFF2AB solid 4px;
    border-radius: 30px;
    padding:60px 0;
}
.news .box{
    padding:0 128px;
    display: flex;

}
.news h2{
    text-align: left;
    margin: 0 24px 20px;
}
.news .box{
    margin-top: 50px;
}
figure,.txt{
    border-bottom: #C8C8C8 solid 1px;
    padding-bottom: 50px;
}
.news .box_last{
    border-bottom: transparent solid 0px;
}
.news .box .txt{
    width: 403px;
    padding-left: 64px;
    line-height: 24px;
}
.news .box .txt p span{
    color: #FF66C0;
    font-size: 20px;
    line-height: 30px;
}
.news .box .btn{
    text-align: end;
}
.news .box .txt a{
    display: block;
    width: 80px;
    margin-top: 20px;
    color: #00B9EF;
    border-bottom: #00B9EF solid 1px;
}
.news .box .txt a:hover{
    color: #FF66C0;
    border-bottom: #FF66C0 solid 1px;
}
.box02{
    margin: 80px 0;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
}
.box02 span{
    font-size: 14px;
}