@media screen and (min-width:641px){
	/* =========================================================
	#topSlider
	========================================================= */
	#topArea {
		background-color: #F7F6EE;
		overflow: hidden;
	}
	#topSlider {
		width: 1170px;
		margin: 0 auto;
		padding: 30px 0 25px;
		background-color: #F7F6EE;
		position: relative;
	}
	#topSliderArea {
		width: 15000px;
		height: 455px;
		margin: 0 auto;
		/*overflow: hidden;*/
	}
	#topSliderArea li {
		width: 1150px;
		height: 455px;
		margin: 0 10px;
		float: left;
		position: relative;
	}
	#topSliderArea li a {
		color: #000;
	  display: inline-block;
	}
	#topSliderArea li a:hover {
		/*filter:alpha(opacity=100);
		opacity: 1.0;**/
	}
	#topSliderArea li a:hover .photoArea {
		margin-left: -4px;
    margin-top: -4px;
    border: 4px solid #d2c27d;
    border-right: none;
	}
	#topSliderArea li a:hover .rightArea {
		margin-right: -4px;
    margin-top: -4px;
    border: 4px solid #d2c27d;
    border-left: none;
	}
	#topSliderArea li.slick-slide{
		margin: 0 10px;
	}
	#topSliderArea .photoArea {
		float: left;
	}
	#topSliderArea .photoArea img {
		width: 700px;
		height: 455px;
		object-fit: cover;
    font-family: 'object-fit: cover;';
	}
	#topSliderArea .rightArea {
		width: 390px;
		height: 395px;
		padding: 30px;
		float: right;
		background-color: #FFF;
		position: relative;
	}
	#topSliderArea .rightArea .logo {
		width: 30px;
		height: 30px;
		text-indent: -9999px;
		background-color: #FFF;
		background-image: url(../../common/img/ico_logo_01.png);
		background-size: 15px;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 30px;
		border: 1px solid #E9E9E9;
		position: absolute;
		top: 25px;
		right: 30px;
	}
	#topSliderArea .rightArea .headArea .category {
		height: 20px;
		line-height: 20px;
		padding: 0 5px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: top;
	}
	#topSliderArea .rightArea .headArea .date {
		line-height: 24px;
		color: #7E7E7E;
		padding-left: 20px;
		margin-right: 45px;
		float: right;
	}
	#topSliderArea .rightArea .title {
		padding: 15px 0 10px;
		font-size: 22px;
		font-weight: bold;
		line-height: 1.5em;
	}
	#topSliderArea .rightArea .title a {
		text-decoration: none;
		color: #333;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	#topSliderArea .rightArea .description {
		font-size: 15px;
		line-height: 1.8em;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}
	#topSliderArea .dateInfo {
		width: 390px;
    height: 25px;
    position: absolute;
    right: 30px;
    bottom: 125px;
		overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
	#topSliderArea .dateInfo i {
		padding-left: 0;
	}
	#topSliderArea .tag {
		width: 390px;
    height: 25px;
    position: absolute;
    right: 30px;
    bottom: 95px;
	}
	#topSliderArea .rightArea .detailLink {
		width: 386px;
    height: 46px;
    line-height: 50px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 2px solid #333;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 30px;
	}
	.pointer {
		height: 4px;
		padding-bottom: 30px;
		text-align: center;
	}
	.pointer span {
		width: 25px;
		height: 4px;
		margin: 0 10px;
		display: inline-block;
		background-color: #C9C5B4;
		text-indent: -9999px;
		cursor: pointer;
	}
	.pointer span.current {
		background-color: #D77A40;
	}
	.slideControl {
		width: 1240px;
		height: 0;
    position: absolute;
    top: 200px;
    left: -32px;
	}
	.topNext,
	.topPrev {
		cursor: pointer;
	}
	.topNext i:hover,
	.topPrev i:hover {
		color: #D77A40;
	}
	.topNext i,
	.topPrev i {
		font-size: 80px;
		font-weight: normal;
		color: #333;
	}
	.topPrev {
		float: left;
	}
	.topNext {
		float: right;
	}
	
	.slideControl .transparent {
		filter:alpha(opacity=10);
		opacity: 0.1;
		cursor: default;
	}
	.slideControl .transparent i:hover {
		color: #333;
	}

	/* =========================================================
	topContainer
	========================================================= */
	#topContainer {
		width: 1150px;
		color: #333;
		margin: 50px auto;
	}
	#topContainer .pointer {
		display: none;
	}
	#topContainer #newArrival {
		margin-bottom: 40px;
	}
	#topContainer h2 {
		height: 40px;
		line-height: 40px;
		font-size: 28px;
		font-weight: bold;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		margin: 30px 5px 20px;
		background-size: 40px;
		background-repeat: no-repeat;
		padding-left: 55px;
	}
	#topContainer #content div:first-child>h2 {
		margin-top: 0px;
	}
	#topContainer .purchaseList h2 {
		background-image: url(../../invest/img/ico_purchase_01.png);
	}
	#topContainer .managementList h2 {
		background-image: url(../../invest/img/ico_management_01.png);
	}
	#topContainer .financeList h2 {
		background-image: url(../../invest/img/ico_finance_01.png);
	}
	#topContainer .strategyList h2 {
		background-image: url(../../invest/img/ico_strategy_01.png);
	}
	#topContainer .inheritanceList h2 {
		background-image: url(../../invest/img/ico_inheritance_01.png);
	}
	#topContainer .interviewList h2 {
		background-image: url(../../invest/img/ico_interview_01.png);
	}



	#topContainer h2 .categoryText {
		font-size: 20px;
	}
	#topContainer a.listLink {
		width: 130px;
		height: 36px;
		line-height: 36px;
		color: #333;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		border: 2px solid #333;
		background-color: #FFF;
		display: inline-block;
		float: right;
	}

	#topContainer .columnArea li {
		width: 390px;
		height: 520px;
		margin-bottom: 20px;
		float: left;
		background-color: #FFF;
		position: relative;
	}
	#topContainer .columnArea li a.contentLink {
		height: 516px;
    display: block;
		border: 1px solid #E9E9E9;
	}
	#topContainer .columnArea li:nth-child(odd) {
		float: left;
	}
	#topContainer .columnArea li:nth-child(even) {
		float: right;
	}
	#topContainer .columnArea li .columnPhotoArea {
		width: 100%;
		height: auto;
	}
	#topContainer .columnArea li .columnPhotoArea img {
		width: 100%;
		height: 250px;
		object-fit: cover;
    font-family: 'object-fit: cover;';
	}
	#topContainer .columnArea li .columnInfoArea {
		height: 25px;
		line-height: 25px;
		font-size: 13px;
		padding: 25px 20px 15px;
		background-color: #FFF;
		vertical-align: middle;
		position: relative;
	}
	#topContainer .columnArea li .columnDate {
		height: 20px;
		line-height: 20px;
		color: #7E7E7E;
	}
	#topContainer .columnArea li .columnLogo {
		width: 30px;
		height: 30px;
		text-indent: -9999px;
		background-color: #FFF;
		background-image: url(../../common/img/ico_logo_01.png);
		background-size: 15px;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 30px;
		border: 1px solid #E9E9E9;
		position: absolute;
		top: 20px;
		right: 20px;
	}

	#topContainer .columnArea li .columnContent {
		padding: 0 25px;
		background-color: #FFF;
	}
	#topContainer .columnArea li .columnTitle {
		font-size: 17px;
		font-weight: bold;
		line-height: 1.5em;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	#topContainer .columnArea li .columnDescription {
		font-size: 13px;
		font-weight: 500;
		line-height: 1.8em;
		margin: 15px 0;
	}
	#topContainer .columnArea li .tagText {
		width: 318px;
    position: absolute;
    right: 25px;
    bottom: 30px;
	}
	
	/*** インタビュー用 ***/
	#topContainer .columnArea li .company {
		display: block;
    font-size: 13px;
    margin: 15px 0 5px;
	}
	#topContainer .columnArea li .person {
		display: block;
		font-size: 13px;
	}
	
	/*** 記事一覧へのリンク ***/
	#topContainer .listLink {
	}
	#topContainer .listLink a {
		display: block;
    margin: 20px 0;
    padding: 20px 0;
    background: #FFF;
    border: 3px solid #333;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #333;
	}
	#topContainer .catelistLink {
		text-align: right;
		font-size: 13px;
	}
	
	/*** #sidebar ***/
	#sidebar #sidePopularNewsTitle {
		border-top: 1px solid #E1E1E1;
	}

	#pankuzuArea {
        border-top: 1px solid #D6DACF;
	}
}
