@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#smartphone .maker::before {
	background: #fff1f3;
	top: 320px;
	height: calc(100% - 320px);
}
#smartphone .maker .list {
	gap: 40px 0;
}
#smartphone .maker .box {
	overflow: hidden;
	width: 250px;
	border-radius: 20px;
	background: #fff;
}
#smartphone .maker .box.has_img {
	width: 340px;
}
#smartphone .maker .box.has_img .img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 282px;
}
#smartphone .maker .box .ttl {
	font-size: 37px;
	text-align: center;
	font-weight: bold;
	padding: 16px 0 18px;
}
#smartphone .apple_products .date {
	margin-bottom: 50px;
	justify-content: flex-start;
}
#smartphone .apple_products .date dl {
	width: 190px;
	border: 1px solid var(--color-primary);
	display: flex;
	border-radius: 5px;
	font-size: 110%;
	margin-right: 20px;
}
#smartphone .apple_products .date dl dt {
	background: var(--color-primary);
	color: #fff;
	width: 72px;
	text-align: center;
}
#smartphone .apple_products .date dl dd {
	width: calc(100% -  72px);
	text-align: center;
	color: var(--color-primary);
}
#smartphone .apple_products h4 {
	font-size: 28px;
	margin: 30px 0 10px;
}
#smartphone .apple_products table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
}
#smartphone .apple_products table tr:nth-of-type(odd) {
	background: #f5f3f4;
}
#smartphone .apple_products table tr th {
	font-size: 120%;
	font-weight: bold;
}
#smartphone .apple_products table tr:first-of-type th {
	background: #ffb8c5;
	color: #fff;
}
#smartphone .apple_products table tr td {
	font-size: 110%;
}
#smartphone .apple_products table tr td:nth-of-type(2) {
	color: var(--color-primary);
	font-weight: bold;
	font-size: 20px;
}
#smartphone .apple_products table tr th, #smartphone .apple_products table tr td {
	text-align: center;
	padding: 15px;
	border: 1px solid var(--color-tbl-border);
}
#smartphone .point {
	position: relative;
	counter-reset: number 0;
}
#smartphone .point::before {
	content: "";
	background: url(../img/bg01.png) no-repeat center / 100% auto;
	width: 344px;
	height: 336px;
	position: absolute;
	right: -70px;
	bottom: -180px;
	z-index: -1;
}
#smartphone .point ol {
	list-style: none;
	width: 50%;
}
#smartphone .point ol li {
	position: relative;
	font-size: 33px;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 70px;
	padding-top: 5px;
	margin-bottom: 40px;
}
#smartphone .point ol li::before {
	counter-increment: number;
	content: counter(number);
	font-size: 40px;
	font-family: var(--font-zen);
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/smartphone/bg-point.png") no-repeat center;
	width: 51px;
	height: 51px;
	padding-top: 4px;
	text-align: center;
}
#smartphone .broken ul.chk {
	display: flex;
	justify-content: space-between;
}
#smartphone .broken ul.chk li {
	width: 204px;
	padding: 23px 20px 23px 60px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#smartphone .maker::before {
		top: 200px;
		height: calc(100% - 200px);
	}
	#smartphone .maker .list {
		gap: 15px 0;
	}
	#smartphone .maker .box {
		width: 24%;
	}
	#smartphone .maker .box.has_img {
		width: 32%;
	}
	#smartphone .maker .box.has_img .img {
		aspect-ratio: 340 / 282;
		height: auto;
	}
	#smartphone .maker .box.has_img .img img {
		height: 100%;
		width: auto;
	}
	#smartphone .maker .box .ttl {
		font-size: 23px;
	}
	#smartphone .apple_products .date {
		display: block;
		margin-bottom: 30px;
	}
	#smartphone .apple_products .date dl {
		margin-bottom: 10px;
		font-size: 100%;
	}
	#smartphone .apple_products h4 {
		font-size: 20px;
	}
	#smartphone .apple_products table tr th, #smartphone .apple_products table tr td {
		padding: 15px;
	}
	#smartphone .apple_products table tr th {
		font-size: 110%;
	}
	#smartphone .apple_products table tr td {
		font-size: 100%;
	}
	#smartphone .apple_products table tr td:nth-of-type(2) {
		font-size: 120%;
	}
	#smartphone .point::before {
		width: 250px;
		height: 240px;
		right: -50px;
		bottom: -80px;
	}
	#smartphone .point ol li {
		font-size: 20px;
		padding-left: 50px;
		padding-top: 10px;
	}
	#smartphone .point ol li::before {
		font-size: 28px;
		background-size: 40px auto;
		width: 40px;
		height: 40px;
	}
	#smartphone .broken ul.chk {
		flex-wrap: wrap;
		justify-content: center;
		gap: 2%;
	}
	#smartphone .broken ul.chk li {
		width: 32%;
		background-position: left 0.8em top 1.3em;
		padding: 15px 15px 15px 40px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#smartphone .maker::before {
		top: 150px;
		height: calc(100% - 150px);
	}
	#smartphone .maker .box {
		border-radius: 10px;
	}
	#smartphone .maker .box .ttl {
		font-size: 17px;
		padding: 10px 0 12px;
	}
	#smartphone .apple_products table tr th, #smartphone .apple_products table tr td {
		padding: 10px;
	}
	#smartphone .point::before {
		width: 150px;
		height: 140px;
		right: -30px;
		bottom: -50px;
	}
	#smartphone .point ol {
		width: 100%;
	}
	#smartphone .point ol li {
		margin-bottom: 15px;
	}
	#smartphone .broken ul.chk li {
		width: 48%;
		padding: 10px 10px 10px 35px;
		background-position: left 0.8em top 1.1em;
		margin-bottom: 10px;
	}
	#smartphone .apple_products h4 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#smartphone .maker .box .ttl {
		font-size: 13px;
		padding: 5px 0 7px;
	}
	#smartphone .apple_products table tr th, #smartphone .apple_products table tr td {
		padding: 5px;
	}
	#smartphone .broken ul.chk li {
		font-size: 90%;
	}
	#smartphone .cmn_leave_to dl dd {
		font-size: 90%;
	}
}