/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2025 | 01:03:48 */
/* 記事下　広告 */
.single .ad2_a1ipaq {
	display: flex;
	justify-content: space-around;
}
.single .ad2_a1ipaq .hro_item{
	width: calc(47% - 13px);
}

/* 期間保証　ホーム　上部 */
.a-single .askme_header_action,
.g-single .askme_header_action{
	text-align: center;
	margin: auto auto 2em;
	max-width: 500px;
}


/******************************
スマホ用
*******************************/
@media (max-width: 600px) {
	.single .ad2_a1ipaq {
		flex-flow: column;
		align-items: center;
	}
	.single .ad2_a1ipaq .hro_item{
	width:80%;
	margin: 10px;
}

}