@charset "utf-8";
/* CSS Document */

/*共通コンポーネント*/
.c-bold{
font-weight: 700;
}
/*共通ユーティリティクラス*/
.u-lh-2{
line-height: 2!important;
}
.u-fs-sm{
font-size: 0.875rem;
}
.u-br-pc{
display: block;
}
.u-br-sp{
display: none;
}
main {
background-color: #f9f7f3;
}

/* タイトル */
.page_title h1{
line-height: 1.5em;
padding-top: 26px;
background-color: #fff;
}
.material_list h2 {
margin: 30px 0;
text-align: center;
font-size: 24px;
}

/* リスト */
.material_list .inner {
width: 950px;
margin: 0 auto;
}
.material_list .inner ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
list-style: none;
}
.material_list li {
margin: 0 auto 30px;
width: 460px;
height: 240px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 8px;
position: relative;
}
.material_list li a {
padding: 20px;
width: 100%;
height: 100%;
display: block;
transition: opacity 0.2s !important;
}
.material_list li a:hover {
opacity: 0.7 !important;
color: inherit;
}
.material_list li a img {
width: auto;
height: 100%;
float: left;
}
.material_list li a p.title {
width: 260px;
font-size: 18px;
position: absolute;
top: 20px;
right: 20px;
}
.material_list li a p.btn {
margin: 0;
padding: 0;
width: 260px;
height: 46px;
line-height: 46px !important;
color: #fff;
background-color: #18a4d8;
background-image: none !important;
border-radius: 23px;
text-align: center;
position: absolute;
bottom: 20px;
right: 20px;
}

@media screen and (max-width: 949px) {
.material_list .inner {
width: 100%;
}
}
@media screen and (max-width: 459px) {
.material_list li {
width: 90%;
height: auto;
}
.material_list li a {
text-align: center;
}
.material_list li a img {
margin: auto;
width: 200px;
height: auto;
float: none;
}
.material_list li a p.title {
margin: 10px 0;
position: static;
top: none;
right: none;
}
.material_list li a p.btn {
position: static;
bottom: none;
right: none;
}
}


.link_categoryTop {
margin: 40px auto 60px;
}
.link_categoryTop a {
margin: 0 auto;
width: 300px;
height: 60px;
line-height: 60px;
font-size: 18px;
text-align: center;
color: #fff;
background-color: #18a4d8;
border-radius: 30px;
display: block;
transition: opacity 0.2s !important;
}
.link_categoryTop a:hover {
opacity: 0.7;
}