@charset "UTF-8";

.txt01 {  font-size: 11px; line-height: 13px; color: #000000}
.txt02 { font-size: 12px; line-height: 15px; color: #000000; text-decoration: none}
a:hover {  color: #FF3300; text-decoration: underline}
.txt03 { font-size: 12px; line-height: 25px; color: #000000; text-decoration: none }
.txt04 { font-size: 12px; line-height: 25px; color: #000099; text-decoration: none ; font-weight: bold}
.txt05 { font-size: 12px; line-height: 25px; color: #000000; text-decoration: none ; font-weight: bold}

.container{
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 112px;
}

.box{
    display: inline-block;
    vertical-align: top;
    line-height: 1.2rem;
}

.box-title{
    margin-top: .7rem;
    margin-bottom: .3rem;
}

.box img{
    height: 170px;
}

p.box{
    width: 49%;
    margin-top: .5rem;
}

.box1{
    width: 40%;
}

.box2{
    width: 59%;
}
.table-content{
    position: relative;
    margin-bottom: 2rem;
}

.table-content::after{
    content: "令和6年7月1日現在";
    position: absolute;
    bottom: -1.3rem;
    right: 0;
    font-size: .8rem;
}