@charset "UTF-8";

a.text-link {
	text-decoration: underline;
}

a.text-link:hover {
	text-decoration: none;
}

.caption-r {
	font-size: 1.2rem;
	text-align: right;
}

.logo-img {
	width: 240px;
	margin-top: 2rem;
}

/* COCORO KITCHEN */
#cocoro-kitchen .table {
	padding: 1.4em;
}

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

	/* COCORO KITCHEN */
	#cocoro-kitchen {
		margin-top: 1rem;
	}

	#cocoro-kitchen .tableCell.left {
		padding: 0 20%;
		margin-bottom: 0.5em;
	}

	#cocoro-kitchen .tableCell.right {
		font-size: 1.2rem;
		line-height: 1.6;
	}
}

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

	/* COCORO KITCHEN */
	.table {
		display: table;
		width: 100%;
	}

	.tableCell {
		display: table-cell;
		vertical-align: top;
	}

	#cocoro-kitchen {
		margin-top: 0rem;
	}

	#cocoro-kitchen .base-width {
		max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
	}

	#cocoro-kitchen .tableCell.left {
		width: 34%;
		padding: 1.5% 4% 1.5% 2%;
		vertical-align: middle;
	}

	#cocoro-kitchen .tableCell.right-text {
		font-size: 1.4rem;
		line-height: 1.6;
		vertical-align: middle;
		padding-right: 2%;
	}
}