@charset "UTF-8";
header {
	background-image: url("../image/top-bg7.webp");
}

main ul{
    margin: 0;
    padding: 0;
    margin-top: 20px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;

}
main li{
    width: calc(50% - 5px);
    margin-bottom:  5px;
    border: 1px solid #333;
    box-sizing: border-box;
}
main li a{
    padding: 20px 5px;
    display: block;
    text-decoration: none;
    background-image: linear-gradient(#fbfbfb, #e1e1e1);
}

main li a:hover{
    background-image: linear-gradient(#e1e1e1, #fbfbfb);
text-decoration: underline;
}

.prac li{
    width: calc(25% - 5px);
    margin-bottom:  20px;
    border: 1px solid #333;
    box-sizing: border-box;
}
main h1{
	font-weight: lighter;
	text-align: center;
}

main h2{
    font-weight: lighter;
	border-top: 1px solid #d4d4d4;
	border-left: 5px solid #d4d4d4;
}
p.jisage{
	text-indent: -3.5em;
	margin-left: 5em;
	margin-right: 1em;
}
main figure{
    max-width: 650px;
    width: 100%;
}
main img{
    width: 100%;
}