@charset "utf-8";
.wrapper {
padding-top: 35px;
}
main h3 {
font-family: 'Fjalla One', sans-serif;
color: #00316C;
font-weight: bold;
display: block;
line-height: 100%;
margin-bottom: 20px;
letter-spacing: 0.15em;
font-size: 3.2rem;
}
main .txt {
display: block;
margin-bottom: 25px;
}
.linkBox_body {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.linkBox {
display: block;
width: calc(33% - 30px); 
margin-bottom: 45px;
}
.linkImg {
margin-bottom: 13px;
}
.linkImg a:hover {
opacity: 0.8;
}
.linkImg img {
width: 100%;
}
.linkTitle {
text-align: center;
display: block;
line-height: 100%;
margin-bottom: 10px;
}
.linkBox dd {
text-align: center;
display: block;
margin-bottom: 10px;
font-size: 1.2rem;
word-break : break-all;
}



/*　for スマートフォン 　*/
@media all and (max-width : 767px ){
main {
padding: 0 15px;
}

main h3 {
margin-bottom: 20px;
letter-spacing: 0.1em;
font-size: 1.8rem;
}
main .txt {
font-size: 1.2rem;
margin-bottom: 25px;
}
.linkBox {
display: block;
width: calc(50% - 10px); 
margin-bottom: 15px;

}
.linkImg {
margin-bottom: 10px;
}

.linkTitle {
font-size: 1.1rem;
text-align: left;
line-height: 160%;
margin-bottom: 10px;
}
.linkBox dd {
font-size: 1.0rem;
word-break : break-all;
text-align: left;
line-height: 160%;
}

}