header section {
    padding: 20px;
    display: flex;
    align-items: center;
    border-top: 5px solid #0c93d6;
    border-bottom: 1px solid #e5e5e5;
    background-color: #eee;
    }
    main{margin-bottom: 100px;}
    .content-header{
    margin-bottom: 60px;
    min-height: 300px;
    background-image: url(http://www.shotoku.ac.jp/uploads/license_renewal-header-bg.jpg);
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    }
    .content-header h1{
    margin-bottom: 0px;
    margin-left: 50px;
    text-shadow: 2px 2px 0 #fff;
    font-weight: bold;
    }
    .content-body{
    }
    .content-body section{
    margin-bottom:80px;
    }
    .content-body h2{
    padding: 30px 40px;
    margin-bottom: 30px;
    font-size: 1.75rem;
    line-height: 1;
    border-style: solid;
    border-width: 1px 1px 4px;
    border-color: #ddd #ddd #0c93d6;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
    }
.text-intro{
font-size: 1.25rem;
line-height: 1.6;
}
    .list-page-link{
    padding:0;
    margin:0 -10px;
    list-style:none;
    display:flex;
    flex-wrap:wrap;
    }
    .list-page-link li{
    padding:0 10px;
    margin:0 0 20px;
    width:33.3333%;
    }
    .list-page-link li a{
    padding: 20px 10px;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    height: 100%;
    color: #222;
    text-align: center;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    border: 1px solid #ddd;
    border-radius: 6px;
    }
    .list-page-link li a small{
    font-weight:bold;
    color: #0c93d6;
    }
.list-file-link{
    padding:0;
    margin:0 -10px;
    list-style:none;
    display:flex;
    flex-wrap:wrap;
}
.list-file-link li{
    padding:0 10px;
    margin:0 0 20px;
    width:33.3333%;
font-size:1.25rem;
    }

@media (max-width: 575.99px){
body{
font-size:0.825rem;
}
.content-header{
margin-bottom: 40px;
min-height: 200px;
}
.content-header h1{
margin-left:0;
font-size: 9vw;
text-align: center;
width: 100%;
}
.content-body section {
    margin-bottom: 60px;
}
.content-body h2{
padding: 20px;
margin-bottom: 20px;
font-size:1.125rem;
}

.text-intro{
font-size: 1rem;
}
.list-page-link li {
    width: 100%;
}
.list-page-link li a {
    padding: 10px;
}
.list-file-link li{
    width:100%;
	text-align:center;
font-size:1rem;
    }

}