@charset "utf-8";
@media screen and (min-width: 700px){
h2{
    margin: 10px 0px 0px 0px;
    border-top: 3px solid #b70000;
    border-bottom: 2px solid #b70000;
    padding: 0px 0px 0px 20px;
    width: 980px;
    font-weight: normal;
    font-size: 25px;
    line-height: 40px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}
h3{
    font-weight: normal;
    font-size: 22px;
}
.ichiran{
    width: 930px;
}

.jusho{
    width: 200px;
}
.name{
    width: 390px;
}
.shina{
    width: 340px;
}
td{
    font-size: 20px;
    height: 50px;  
}

.container{
    width: 958px;
    border: 1px solid #b2b2b2;
    border-top: 1px solid #b70000;
    padding: 0px 20px 0px 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff
}
p{
    font-size: 18px;   
}
.right{
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
}
.link a{
    color: #333333; 
}
.return{
    margin: 20px 0px 0px 0px;
    border: 3px solid #b70000;
    text-align: center;
    width: 994px;
    height: 50px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    line-height: 50px;
    background-color: #ffffff;
}
.return a{
    text-decoration: none;
    color: #333333;
    display: block;
}
}









@media screen and (max-width: 699px){
h2{
    margin: 3px 0px 0px 0px;
    border-top: 2px solid #b70000;
    border-bottom: 2px solid #b70000;
    padding: 0px 0px 0px 10px;
    width: 100%;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    background-color: #ffffff;
}
h3{
    font-weight: normal;
    font-size: 22px;
}
.ichiran{
    width: auto;
}
.jusho{
    width: 26%;
}
.name{
    width: 37%;
}
.shina{
    width: 37%;
}
td{
    font-size: 13px;
    height: 30px;
}
.container{
    width: 100%;
    box-sizing: border-box;
    margin-top: 0px;
    padding: 1px 20px 20px 20px;
    background-color: #ffffff;
}
p{
    font-size: 15px;
}
.right{
        display: flex;
        justify-content: flex-end;
        font-size: 15px;
}
.link a{
    color: #333333; 
}
.return{
    margin: 3px 0px 0px 0px;
    border: 2px solid #b70000;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    font-size: 20px;
    line-height: 25px;
    background-color: #ffffff;
}
.return a{
    text-decoration: none;
    color: #333333;
    display: block;
}
}