/*Access専用 CSS　Ver.1.0.0（2025.06.04作成） */

#access #main-content h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 0.02em;
	border-bottom: 1px solid rgb(180, 180, 180);
} 
.ext-box:not(:first-child) {
	margin-top: 100PX;
}
.ext-txt {
	margin-top: 30px;
}
.ext-txt p, 
.ext-txt li {
	font-size: 0.85em;
}
.ext-ph-inbox {
	width: 46%;
}
.ext-ph-inbox p {
	margin-top: 5px;
}


/*=================================
タブレット設定（641px〜1024px）
=================================*/
@media only screen and (max-width: 1024px) {}

/*=================================
スマホ設定（〜640px）
=================================*/
@media only screen and (max-width: 640px) {

	#access #main-content h3 {
		margin-bottom: 20px;
	}
	.ext-ph-inbox {
		width: 100%;
		margin-top: 15px;
	}

}