@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {

	.sub-item-container .sub-item.sub-bdr-bottom:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
	}

}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {

	.sub-item-container .sub-item.sub-bdr-bottom:nth-last-of-type(-n+2) {
		border-bottom: none;
		padding-bottom: 0;
	}

}

/* ====================================
	タブレット、印刷専用スタイル
===================================== */
@media only screen and (min-width: 768px) and (max-width: 1199px) {}

/* ====================================
	PC大画面専用スタイル
===================================== */
@media only screen and (min-width: 1200px) {}