@charset "utf-8";

/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/

.item-flex-area {
    max-width: 1200px;
    width: 100%;
    margin: 50px auto 0;
}

.lead-text-frame + .item-flex-area {
    margin: 50px auto 0;
}

.item-side {
    margin: 60px 0 0;
}

.item-list > section {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2%;
}

.item-item {
    background: var(--bg-secondary);
    width: 100%;
    font-size: 14px;
    padding: 15px;
    position: relative;
}

.item-slider + .no-img {
    display: none;
}

.item-cate {
	max-width: 100%;
	display: inline-block;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	padding: 1px 12px 2px;
	background: var(--secondary);
	color: var(--white);
	text-align: center;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-img {
    margin: 15px auto 0;
}

.item-slider {
    max-width: 100%;
    width: 100%;
    background: var(--bg-white);
    margin: 15px auto 0;
}

.slider-img {
    padding: 0 0 89.71%;
}

.item-title {
	max-width: 100%;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.46em;
	text-align: center;
	margin: 15px 0 0;
}

.item-content {
    max-width: 100%;
    margin: 10px 0 0;
}

.item-comment {
    margin: 10px 0 0;
    padding: 10px;
    background: var(--bg-tertiary);
}

.item-link-btn {
    margin: 15px auto 0;
}

.item-pdf-btn + .item-link-btn {
    margin: 15px auto 0;
}

.item-pdf-btn {
    margin: 15px auto 0;
}

.item-back-btn {
    margin: 25px auto 0;
}

/*-----------------------------------------------------------
カテゴリ
-----------------------------------------------------------*/

.category-box {
    background: var(--white);
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

.category-box:not(:first-child) {
    margin: 30px 0 0;
}

.category-box > section {
    margin: 10px 0 0;
}

.category-header {
    font-family: var(--font-family02);
    font-weight: 600;
    letter-spacing: 0.05em;
    background: var(
    --base);
    color: var(
    --white);
    padding: 5px 10px;
}

.category-link {
    display: block;
    color: inherit;
    padding: 5px 10px;
    border-bottom: solid 1px var(--grey);
	font-size: 14px;
}

.category-link:hover {
    color: inherit;
    opacity: 0.7;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/

.item-flex-area {
    display: flex;
    justify-content: space-between;
}
  
.item-main {
    width: 75%;
}

.item-side {
    width: 20%;
    margin: 0 0 0 5%;
}

.item-item {
    width: 49%;
}

.item-title {
	font-size: 16px;
}

.item-cate {
    font-size: 15px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/

.lead-text-frame + .item-flex-area {
    margin: 100px auto 0;
}

.item-list > section {
    gap: 40px 4%;
}

.item-item {
    width: 48%;
	padding: 30px;
}

.item-cate {
	font-size: 16px;
}

.item-title {
	font-size: 18px;
	margin: 25px 0 0;
}
    
.item-pdf-btn {
    margin: 30px auto 0;
}
    
.item-back-btn {
    margin: 50px auto 0;
}
    
.item-content {
    margin: 20px 0 0;
}
	
.item-link-btn {
    margin: 30px auto 0;
}

/*-----------------------------------------------------------
カテゴリ
-----------------------------------------------------------*/

.category-link {
    font-size: 16px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */