@charset "utf-8";



/*　髙松様回
-------------------------------------------------*/

.takamatsu-txt-01 {
    line-height: 1.5;
    padding: 0.5em 0;
    font-weight: bold;
    
}

@media screen and (min-width:768px) {
    
    .takamatsu-txt-01 {
        font-weight: normal;
        font-size: 105%;
        text-align: center;
    }
}


/*　菊地様回
-------------------------------------------------*/

.kikuchi-gallery {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}



/*　トップページ
-------------------------------------------------*/

.top-articles-wrapper {
	text-align: left;
} 

.top-ttl-01{
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 22px;
	padding-bottom: 10px;
	
	margin-right: 10px;
}


.top-articles-item-head {
	display: flex;
	align-items: center;
	line-height: 1;
	padding: 10px 0 5px;
}

.top-articles-item-head-cat {
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	display: inline-block;
	padding: 0.4em 0.5em 0.3em 0.5em;
	background: #D61B3E;
	font-size: 80%;
	color: #FFF;
	margin-right: 10px;
}

.top-articles-item-head-date {
	font-size: 90%;
	color: #888;
}

.top-articles-item-ttl {
	font-weight: bold;
	font-size:17px;
	line-height: 1.3;
	padding-bottom: 5px;
}

.top-articles-item-excerpt {
	font-size: 13px;
	color: #333;
	line-height: 1.4;
}

.top-articles-item {
	padding-bottom: 20px;
}

	
.top-wrapper {
    max-width: 1140px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	margin-left:auto;
	margin-right: auto;
	text-align: left;
}

.top-articles-item a {
	display: block;
}



@media screen and (min-width:768px) {
	
	.top-articles-item-head { 
		padding: 20px 0 10px;
	}
	
	.top-ttl-01{
		font-size: 40px;
		padding-bottom: 30px;
	}
	
	.top-articles-item-ttl {
		font-size: 21px;
		padding-bottom: 8px;
	}
	
	.top-articles-item-excerpt {
		font-size: 15px;
	}
	
	.top-articles-item {
		padding-bottom: 55px;
	}
	
	.top-articles,
	.top-link {
		display: flex;
		flex-wrap: wrap;
		margin-left: -4%;
	}
	
	.top-articles-item,
	.top-link-item {
		width: 46%;
		margin-left: 4%;
	}

}

.top-link-item:first-child {
	border-top: 1px solid #ddd;
}

.top-link-item {
	border-bottom: 1px solid #ddd;
	padding: 15px 0 15px 0;
	line-height: 1.3;
	position: relative;
}

.top-link-item a {
    display: flex;
	width: 100%;
	justify-content: space-between;
}

.top-link-item-img {
	width: 25%;
}

.top-link-item-txt {
	width: 72%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.top-link-item-txt > div {
	width: 100%;
	box-sizing: border-box;
}

.top-link-item-ttl {
	font-weight: bold;
	font-size: 17px;
}


.top-link-item-excerpt {
	color: #666;
	font-size: 12px;
	padding-top: 5px;
}



@media screen and (min-width:768px) {
	
	.top-link-item {
		padding: 20px 0;
	}
	
	.top-link-item:nth-child(-n+2) {
		border-top: 1px solid #ddd;
	}
	
	/*
	.top-link-item:after {
		content: "";
		width: 10px;
		height: 20px;
		background: url("icn-arrow-right.svg") no-repeat center center;
		background-size: contain;
		position: absolute;
		right: 0;
		top: calc(50% - 10px);
	}
	
	
	.top-link-item:after {
		width: 15px;
		height: 30px;
		top: calc(50% - 15px);
	}
	
	.top-link-item-txt {
		padding-right:30px;
		box-sizing: border-box;
	}
	*/
}

.top-footer {
	padding-bottom: 30px; 
}

.top-footer .c-footer-logoRicoh {
	padding-top: 10px;
}

@media screen and (min-width:768px) {
	
	.top-footer {
		padding-bottom: 100px;
	}
	
	.top-footer .c-footer-logoRicoh {
		padding-top: 0;
		margin-top: -30px;
	}
	
}

.top-mainv-pc {
	background: url("mainv_pc.jpg") no-repeat center top;
	background-size: 1700px auto;
	position: relative;
}

.top-mainv-pc .top-wrapper {
	height: 680px;
	padding-left: 50px;
}

.top-mainv-pc-logo {
	width: 300px;
	padding-top: 70px;
}

.top-mainv-sp-lead {
	text-align: left;
	padding: 20px 20px 35px 20px;
}

@media screen and (min-width:768px) {
	
	.top-mainv-sp-lead {
		padding-bottom: 45px;
	}
	
}