/*ファーストビュー*/
#firstview{
	background-image: url("../image/topics.jpg");
}
#topics #firstview {
	background-position: center left;
}

/*topics.phpのcss*/
#topics{
    margin:30px;
}

#topics h3{
    margin-bottom:30px;
}

#topics_main{
    display:flex;
}

.topics_main_area1{
    width:100%;
    margin-right:50px;
}

.topics_main_area1 article{
    display:flex;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:#ccc solid 1px;
}

.topics_main_area1 .thumbnail{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100px;
    height:100px;
    border:solid 1px #ccc;
    background-size:cover;
    background-position:center;
    opacity:.5;
    font-weight:bold;
    color:#333;
    font-size:16px;
}

.topics_main_area1 .thumbnail:hover{
    opacity:1;
}

.topics_main_area1 .topics_title{
    max-width:850px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-left:10px;
}

.topics_main_area1 article a{
    font-size:24px;
    text-decoration:none;
    color:#404d9f;
}

.topics_main_area2{
    width:200px;
    text-align:center;
    margin-left: auto;
}

.topics_catbtn{
    font-size:16px;
    background-color:#404d9f;
    color:#fff;
    border:none;
    width:150px;
    padding:10px;
    margin:10px 0;
    border-radius:30px;
}

/*　レスポンシブ（768px以下） */
@media screen and (max-width:768px){
    #topics_main{
        flex-direction:column;
    }
    .topics_main_area1{
        margin-right:0;
    }
    .topics_main_area1 article{
        width:100%;
    }
    .topics_main_area1 article a{
        font-size:18px;
    }
    .topics_main_area1 .topics_title{
        max-width:500px;
    }
	.topics_main_area2 {
		width: 100%;
		text-align: left;
		margin-top: 50px;
	}
}

/*　レスポンシブ（400px以下） */
@media screen and (max-width:450px){
    .topics_main_area1 article{
        width:100%;
    }
    .topics_main_area1 .topics_title{
        max-width:100%;
    }
	.topics_main_area2 {
		margin: 0 auto;
	}
}

/*　新着情報個別ページ用 */
#topics_article{
    /* display: flex; */
    margin-bottom:30px;
    padding:0 20px;
    position: relative;
    width: 90%;
    margin: 30px auto 260px auto;
}

.topics_article_area1{
    /* width:1000px; */
    /* float: left; */
    width: 70%;
}
.topics_title{
    padding-top:10px;
}
.topics_post{
    padding:20px 0;
}
.topics_article_area2{
    width:200px;
    text-align:center;
    margin-left: auto;
    position: absolute;
    top: 0;
    left: 73%;
}
.topics_thumb{
    position:relative;
}
#pc_img{
    width:500px;
}
/* #soldout_img{  20241003 yamaguchi */
/*  position:absolute;
    width:100px;
} */
#soldout_img { /* 20241003 yamaguchi */
	display: none;
}
.backBtn{
    margin: 32px 0 0 0;
    padding: 18px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #404d9f;
    border-radius: 30px;
    letter-spacing: 5px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
/*　レスポンシブ（768px以下） */
@media screen and (max-width:768px){
    #topics_article{
	display: flex;
        flex-direction:column;
	margin: 30px auto;
    }
    .topics_article_area1{
        width:100%;
        margin-bottom:30px;
    }
    .topics_article_area2{
        width:100%;
	position: static;
	margin-top: 50px;
	text-align: left;
    }
    #pc_img{
        width:100%;
    }
}

/*　レスポンシブ（400px以下） */
@media screen and (max-width:450px){
}
