@media screen and (max-width:640px){

	/* =========================================================
	共通
	========================================================= */
	#pankuzuArea {
		background-color: #FFF;
    border-bottom: 1px solid #D6DACF;
	}
	/* =========================================================
	#topSlider
	========================================================= */
	#topArea {
		background-color: #F7F6EE;
		overflow: hidden;
	}
	#topSlider {
		width: 100%;
		margin: 0 auto;
		padding: 10px 0 15px;
		background-color: #F7F6EE;
	}
	#topSliderArea {
		margin: 0 auto;
		overflow: hidden;
	}
	#topSliderArea li {
		width: 93.75vw;
    margin: 0 auto;
    background-color: #FFF;
    border: 1px solid #E7E5D7;
    position: relative;
	}
	#topSliderArea li a {
		color: #333;
		display: inline-block;
	}
	#topSliderArea li.slick-slide{
		margin: 0 10px;
	}
	#topSliderArea .photoArea {
		float: left;
		margin: 5px;
	}
	#topSliderArea .photoArea img {
		width: 100%;
		height: 62.5vw;
		object-fit: cover;
    font-family: 'object-fit: cover;';
	}
	#topSliderArea .rightArea {
		width: 100%;
		height: 210px;
		float: right;
		position: relative;
	}
	#topSliderArea .rightArea .logo {
		width: 20px;
    height: 20px;
    text-indent: -9999px;
    background-color: #FFF;
    background-image: url(../../common/img/ico_logo_01.png);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    border: 1px solid #E9E9E9;
    position: absolute;
    top: 15px;
    right: 15px;
	}
	#topSliderArea .rightArea .headArea  {
		padding: 15px 15px 7px;
		vertical-align: middle;
	}
	#topSliderArea .rightArea .headArea .category {
		height: 20px;
		line-height: 20px;
		padding: 0 5px;
		margin-right: 10px;
		display: inline-block;
	}
	#topSliderArea .rightArea .headArea .date {
		line-height: 24px;
		color: #7E7E7E;
		display: inline-block;
		float: right;
	}
	#topSliderArea .rightArea .headArea .date i {
		padding: 0 5px 0 0px;
	}
	#topSliderArea .rightArea .title {
		margin: 0 15px 10px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5em;
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	}
	#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 {
		margin: 0 15px;
    font-size: 15px;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
	/*3点リーダー：firefox対応*/
	@-moz-document url-prefix() {
		#topSliderArea .rightArea .description {
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			display: block;
		}
	}
	/*3点リーダー：IE用*/
	_:-ms-lang(x), #topSliderArea .rightArea .description { 
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
	}
	#topSliderArea .dateInfo {
		display: inline-block;
    position: absolute;
    width: 95%;
    left: 15px;
    bottom: 15px;
		overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
	#topSliderArea .tag {
		display: none;
	}
	#topSliderArea .rightArea .detailLink {
		display: none;
	}
	.pointer {
		height: 4px;
		padding-bottom: 15px;
		text-align: center;
	}
	.pointer span {
		width: 15px;
    height: 3px;
    margin: 0 5px;
    display: inline-block;
    background-color: #C9C5B4;
    text-indent: -9999px;
	}
	.pointer span.current {
		background-color: #D77A40;
	}
	
	/* =========================================================
	#topicsNews
	========================================================= */
	#topicsNews {
		border-bottom: 1px solid #D6DACF;
	}
	#topicsNews h3,
	#content h3{
		padding: 20px 15px;
    font-size: 18px;
    font-weight: bold;
    background-color: #F4F6F1;
	}
	#topicsNews h3 i,
	#content h3 i {
		color: #1A5084;
		margin-right: 15px;
	}
	#topicsNews h3 .ico_new{
    background-color: #D83A3A;
    color: #FFF;
		font-size: 11px;
    padding: 3px;
    margin-right: 10px;
		vertical-align: text-bottom;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#topicsNews ul {
		margin: 10px 10px 0;
	}
	#topicsNews li {
		padding: 10px 5px;
		border-bottom: 1px solid #E1E1E1;
	}
	#topicsNews li:nth-child(n+4)  {
		display: none;
	}
	#topicsNews li a {
		text-decoration: none;
	}
	#topicsNews li .topicsTitle {
		font-size: 16px;
    font-weight: bold;
		line-height: 1.5;
    color: #333;
		margin-bottom: 5px;
	}
	#topicsNews li .topicsDate {
    color: #7E7E7E;
	}
	#topicsNews li .topicsDate i {
		padding-right: 5px;
    font-size: 13px;
	}
	#topicsNews li .new {
		font-size: 10px;
		height: 14px;
		line-height: 14px;
		margin-right: 5px;
	}
	#topicsNews .listLink {
		padding: 20px;
    font-size: 14px;
    color: #333;
    text-align: right;
    text-decoration: none;
    display: block;
	}
	
	/* =========================================================
	topContainer
	========================================================= */
	#topContainer {
		color: #333;
		margin: 0 auto;
		background-color: #FFF;
	}
	#content {
		background-color: #FFF;
	}
	#topContainer .purchaseList,
	#topContainer .managementList,
	#topContainer .financeList,
	#topContainer .strategyList,
	#topContainer .inheritanceList,
	#topContainer .interviewList {
		margin-bottom: 10px;
    background-color: #FFF;
    border-bottom: 1px solid #DADADA;
	}
	#topContainer h2 {
		height: 30px;
    line-height: 30px;
    font-size: 17px;
    font-weight: bold;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		padding: 20px 10px 15px 55px;
		background-size: 30px;
		background-repeat: no-repeat;
		background-position: left 15px center;
	}

	#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 {
		letter-spacing: -1px;
		background-image: url(../../invest/img/ico_interview_01.png);
	}
	#topContainer h2 .categoryText {
		font-size: 13px;
	}
	#topContainer .columnArea li {
		background-color: #FFF;
		border-top: 9px solid #F5F5F0;
		border-bottom: 1px solid #DADADA;
		position: relative;
	}
	#topContainer .columnArea li:first-child {
		border-top: 0;
	}
	#topContainer .columnArea li a.contentLink {
		color: #333;
		text-decoration: none;
	}
	#topContainer .columnArea li .columnPhotoArea {
		width: 100%;
    height: 62.5vw;
    object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	#topContainer .columnArea li .columnPhotoArea img {
		width: 100%;
    height: 62.5vw;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	}
	#topContainer .columnArea li .columnInfoArea {
		padding: 15px;
    position: relative;
	}
	#topContainer .columnArea li .columnDate {
		height: 20px;
    line-height: 20px;
    padding-right: 30px;
    color: #7E7E7E;
    float: right;
	}
	#topContainer .columnArea li .columnLogo {
		width: 20px;
    height: 20px;
    text-indent: -9999px;
    background-color: #FFF;
    background-image: url(../../common/img/ico_logo_01.png);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    border: 1px solid #E9E9E9;
    position: absolute;
    top: 12px;
    right: 15px;
	}


	#topContainer .columnArea li .columnContent {
		padding: 0px 15px 10px;
	}
	#topContainer .columnArea li .columnTitle {
		font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
		margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
	/*3点リーダー：firefox対応*/
	@-moz-document url-prefix() {
		#topContainer .columnArea li .columnTitle {
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			display: block;
		}
	}
	_:-ms-lang(x), #topContainer .columnArea li .columnTitle { 
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
	}

	#topContainer .columnArea li .columnTitle a {
		color: #333;
		text-decoration: none;
	}

	#topContainer .columnArea li .columnDescription {
		font-size: 13px;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
	#topContainer .columnArea li .tagText {
		display: none;
	}
	/*** インタビュー用 ***/
	#topContainer .columnArea li .company, 
	#topContainer .columnArea li .person {
		display: block;
    padding-bottom: 5px;
    font-size: 13px;
	}
	#topContainer .columnArea li .catchcopy {
		display: inline;
		font-weight: 500;
		overflow: hidden;
    text-overflow: ellipsis;
	}
	#topContainer .interviewList .columnArea li .columnDescription {
		display: none;
	}
	
	/*** 記事一覧へのリンク ***/
	#topContainer .listLink {
		height: 40px;
    margin: 20px;
    line-height: 40px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 2px solid #333;
    background-color: #FFF;
	}
	#topContainer .listLink a,
	#topContainer .catelistLink a{
		display: block;
		text-decoration: none;
		color: #333;
	}
	#topContainer .catelistLink {
		text-align: right;
    margin: 20px;
		font-size: 13px;
	}
}