@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;
}

/* リスト */
.livoice_list .inner {
max-width: 950px;
margin: 0 auto;
}
.livoice_list .inner ul {
display: flex;
flex-wrap: wrap;
justify-content: left;
list-style: none;
gap: 25px;
}
.livoice_list li {
margin: 0;
width: 300px;
height: 310px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 8px;
position: relative;
overflow: hidden;
}
.livoice_list li a {
padding: 0;
width: 100%;
height: 100%;
display: block;
transition: opacity 0.2s !important;
}
.livoice_list li a:hover {
opacity: 0.7 !important;
color: inherit;
}
.livoice_list li a .list_img {
width: 300px;
height: 150px;
display: block;
overflow: hidden;
}
.livoice_list li a img {
width: 100%;
height: auto;
}
.livoice_list li a .list_txt {
width: 100%;
height: 160px;
padding: 20px;
position: relative;
}
.livoice_list li a .list_txt p {
font-size: 16px;
}
.livoice_list li a .list_btn {
position: absolute;
bottom: 20px;
right: 20px;
}
.livoice_list li a .list_btn p {
padding: 0 52px 0 0;
background-image: url(/stock/img/column_list/arrow.png);
background-repeat: no-repeat;
background-position: bottom right;
}

.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;
}

@media screen and (max-width: 949px) {
.livoice_list .inner ul {
justify-content: center;
}
.livoice_list li {
margin: 15px;
}
}