/* responsive.css */
@media (max-width: 767px) {
  /* スマホ用CSS */
	#content .sphidden{
display:none !important;
	}
	.pchidden{
display:block !important;
	}
	
	.sp-top0{
		margin-top:4px !important;
	}
	
	.footer_logo{
	width:6px;
	left:15px;
	bottom:15px;
}
	.section1_title {
	font-size:12px;
	margin-top:8rem !important;
}
.section1_title img{
	width:65px !important;
	margin-right:12px;
	position:relative;
	top:2px;
}
	.section1_img figure{
		text-align:left !important;
	}
.section1_img img{
	    width: 58vw;
	max-width:190px !important;
	margin:auto;
	margin-left:0;
}
	h2{
		font-size:12px;
	}
	/* ベースボタン */

#content .base-btn {
  gap: 10px; /* ← テキストと線の距離 */
  font-size: 10px;
	margin-top:2.5rem;
}

/* 横ライン */
.base-btn .line {
  width: 25px;
}


/* 先端の斜め */
.base-btn .line::after {
  width: 7px;
}

.base-btn:hover .line {
  width: 25px;

}
	
	.p-postList.-type-card .p-postList__item{
	    padding:0.7rem 0.95rem;
}
.p-postList.-type-card {
    margin-left: -0.95rem;
    margin-right: -0.95rem;
}
	.top_collection .p-postList__title{
		margin-top:0rem;
	}
	.top_collection{
			margin-top:0rem !important;
	}
	.left_space{
	padding-left:2.5rem;
}
.right_space{
	padding-right:2.5rem;
}

.sp-loop{
	margin-top:10px;
}
.c-postTimes__item {
font-size: 10px;
letter-spacing: 0.28em;
}
	.p-postList__title{

font-size: 12px !important;

}
	
}
