@charset 'utf-8';
/*	Cascading Style Sheets: style.css 5.2	*/ 

/*top画像*/
div.TOP_AREA_noimg.DirectoryTop .column-image {
    position: absolute;
    left: auto;
    width: 260px;
    height: 231px;
	right: 50px;
	transform: none;
}
div.TOP_AREA.navi{background-image:url(https://img.wills.co.jp/img/static/magazine/navi_top_1200.jpg);overflow: hidden;}
div.TOP_AREA:not(.BuyTop, .ReformTop, .sell_top){height: 320px;}
div.TOP_AREA picture{ height:auto;width: 100%;}

@media screen and (min-width: 1000px){
div.TOP_AREA.navi{background-image:url(https://img.wills.co.jp/img/static/magazine/navi_top_2000.jpg);overflow: hidden;}
}

/*TOPページ*/ 
div.result_num{
	width:100%;
}
div.Large-card div.Magazine-card div.outline {
    padding: 12px 10px 30px;
}
div.Large-card div.Magazine-card div.card_L3 a {
    border: var(--color-gray_border_set);
    margin: 0 -1px 0 -2px;
    height: 100%;
}
.SlideAreaWrapper.MagazinesGallery {
	width: calc(100% - 60px);
	margin: 0 30px;
}
/*
.SlideArea.Magazines .item {
    margin: 0 10px;
}
*/
.SlideArea.Magazines .slick-list {
    margin: 0 -10px;  /* 端の余白を打ち消す */
}

/*詳細ページ*/ 
h1 .pict-NEW,h1 .pict-PR{margin-top:6px;}
h2._TL{margin:75px 0 35px 0;}
h2._TL.TOP{margin-top: 100px;}
.writer .view-good{float:left;}
.writer .fit68{float:right;}
.br2{padding-bottom: 2em;}
.index ol li{margin-left:1.5em;}
.button_good{margin-right:20px;}
.prev_article p.icon-angle-left:before{top:3px;}
.share-box{width:24%;}
.link_buy .areamap{margin-left:80px; width:30%; float:left; margin-right: 50px;}
div.link_buy .areamap img{width:100%; margin:0 0 50px;}
.link_buy .more{margin:15px 80px 0 0;}
div.link_buy .officelink img{width:34%; margin-right:5%; margin-bottom:15px; float:left;}
.link_buy .more a.button-more{margin-top:15px;}
div.container img.auto{width: auto;}

/*検索結果ページ*/ 
.button-more.result{width:320px;}
.category-h2 .icon-book{margin-left:3em;}

@media screen and (min-width: 1200px){
	/*top画像*/
	div.TOP_AREA_noimg.DirectoryTop .column-image {
		left: calc(50% + 400px);
		right: auto;
		transform: translateX(-50%);
	}
	div.TOP_AREA:not(.DirectoryTop){height: 500px; }
	/*詳細ページ*/ 
	.link_buy{width:83%;}

	/*TOPページ*/
	.SlideAreaWrapper.MagazinesGallery {
        width: 100%;
        margin: 0 auto;
    }
	/*
	.SlideArea.Magazines .item {
		width: 280px;
	}
*/
}