@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;
    max-width: 1000px;
    font-weight: normal;
    font-size: 25px;
    line-height: 40px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto; 
}
.link{
    font-size: 20px;  
    float: right;
    margin-right: 50px; 
}
.link a{
    text-decoration: none;
    color: #333333;
}
.container ul{
    font-size: 18px;
    list-style: none;
    list-style-position: inside;
    padding-left: 20px;
}
.container li{
    width: 930px;
    height: auto;
    line-height: 1.5;
    border-bottom: 1px solid #333333;
    padding: 5px 0px 5px 10px;  
}
.hizuke{
    font-size: 15px;
}
li a{
    text-decoration: none;
    color: #333333;
    display: block;
}
.container{
    width: 998px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #b2b2b2;
    border-top: 1px solid #b70000;
    background-color: #ffffff;
}
}









@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;
}
.link{
    font-size: 15px; 
    float: right;   
}
.link a{
    text-decoration: none;
    color: #333333;
}
.container{
    width: 100%;
    background-color: #ffffff;
}
.container ul{
    font-size: 15px;
    list-style: none;
    margin-top: 0px;
    padding: 1px 0px 10px 10px;
}
.container li{
    width: 96%;
    height: auto;
    line-height: 1.5;
    border-bottom: 1px solid #333333;
    padding: 5px 0px 5px 5px;
}
.hizuke{
    font-size: 13px;
}
li a{
    text-decoration: none;
    color: #333333;
    display: block;
}
}