@charset "utf-8";
/* CSS Document */

/*-------------------------------------
  right contents　共通
-------------------------------------*/
.compare h2::after {
	color: #ffc800;
	font-size: 16px;
}
.compare h2::after {
	content: "COMPARISON";
}
.ttlimg img {
	background-color: #444;
	display: block;
	margin: 0 0 20px;
	padding: 10px;
	width: 100%;
}
.compare .ttltxt {
	border: 3px dashed #ddd;
	border-radius: 5px;
	margin: 0 0 40px;
	padding: 20px;
}
.compare .section {
	margin: 0 0 60px;
}
.compare h3 {
	border-bottom: 5px solid #1453c7;
	border-top: 5px solid #1453c7;
	font-size: 16px;
	margin: 0 0 20px;
	padding: 10px;
}
.summary h3 {
	margin: 0 0 40px;
}
.compare .underline {
	background: linear-gradient(transparent 60%, #ffc800 60%);
}
.compare p {
	line-height: 1.6;
	margin: 0 0 20px;
}
.section .txt {
	background-image: url(../img/business/point.png);
	background-position: left 10px top;
	background-repeat: no-repeat;
	border-left: 3px solid #f6f6f6;
	overflow: hidden;
}
.section .txt img {
	display: inline-block;
	float: left;
	padding: 0 20px 20px 0;
}
.compare p:last-child {
	margin-bottom: 0;
}
.cmp_01 p .mg {
	margin: 0 3px;
}
.cmp_01 ul li {
	background-color: #444;
	margin: 0 0 20px;
	padding: 10px;
	position: relative;
}
.cmp_01 li img {
	display: block;
	width: 100%;
}
.cmp_01 li div {
	color: #999;
	font-weight: bold;
	left: 0;
	padding: 20px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.cmp_01 li div span {
	color: #fff;
}
.compare .section dl {
	font-weight: bold;
	margin: 40px 0 0;
}
.compare .section dt {
	background-color: #1453c7;
	border-radius: 0 5px 0 0;
	color: #fff;
	display: inline-block;
	padding: 2px 8px;
	text-align: center;
	width: 180px;
}
.compare .section dd {
	background-color: #f6f6f6;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 10px;
}
.compare .section dd:last-child {
	border-bottom: 1px solid #ddd;
}
.cmp_01 ol {
	overflow: hidden;
}
.cmp_01 ol li {
	float: left;
}
.cmp_01 ol li::after {
	content: "＞";
	margin: 0 5px;
}
.cmp_01 ol li:last-child::after {
	content: "";
}
body.xs .compare .cmp_01 dd ol li span,
body.xl .compare .cmp_01 dd ol li span {
	width: auto;
}
body.xs .compare .cmp_01 dd ol li span {
	display: inline-block;
}

#contents .win::after {
	background-color: #ffc800;
	border-radius: 3px;
	content: "WIN";
	display: inline-block;
	font-size: 10px;
	line-height: 16px;
	margin-left: 5px;
	padding: 2px 6px;
	vertical-align: top;
}

.cmp_02 .lightimg {
	background-color: #444;
	margin: 0 0 20px;
	padding: 10px;
}
.cmp_02 .lightimg img {
	display: block;
	width: 100%;
}
.kelvin_img {
	background-color: #444;
}
.kelvin_img ul {
	overflow: hidden;
}
.kelvin_img li {
	float: left;
	margin: 0;
}
.kelvin_img img {
	display: block;
}
.kelvin_img div {
	background-color: #444;
	color: #fff;
	font-size: 10px;
	margin-left: 5px;
}
.summary h4 {
	font-size: 16px;
	margin: 0 0 5px;
}
.summary h4::before {
	color: #1453c7;
	content: "▶";
	margin-right: 10px;
}
.summary h4::after {
	color: #999;
	content: "┓";
	margin-left: 10px;
}
.summary dl {
	background-color: #e7edf9;
	background-image: url(../img/compare/end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 15px auto;
	border: 5px solid #4153c7;
}
.summary dt {
	font-weight: bold;
	padding: 10px 0;
}
.summary dd {
	background-color: #fff;
	border-radius: 1px;
	margin: 0 0 10px;
}
.result {
	background-image: url(../img/compare/end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 15px auto;
	overflow: hidden;
	padding: 0 0 10px;
}
.compare .result h3 {
	margin: 0 0 40px;
}
.result img {
	display: block;
	float: left;
	margin-right: 20px;
}
.result-link {
	letter-spacing: -0.4em;
}
.result-link div {
	display: inline-block;
	letter-spacing: normal;
	text-align: center;
}
.result-link a {
	background-color: #1453c7;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}
.result-link a:hover {
	background-color: #ffc800;
	color: #444;
}
/*--------------------------------------------------------------------/
	スマートフォン
/--------------------------------------------------------------------*/
body.xs #contents {
	margin: 0 5px;
}
body.xs .compare h2::after {
	display: block;
}
body.xs .section .txt {
	padding: 10px;
}
body.xs .compare .section dd span {
	display: block;
}
body.xs .kelvin_img {
	margin: 0 0 20px;
	padding: 15px 5px 5px;
}
body.xs .kelvin_img img {
	margin: 2%;
	width: 96%;
}
body.xs .summary dl {
	margin: 0 0 30px;
	padding: 5px 10px 10px;
}
body.xs .summary dt::before {
	color: #1453c7;
	content: "■";
	margin-right: 5px;
}
body.xs .summary div:last-child dl {
	margin-bottom: 0;
}
body.xs .summary dd {
	padding: 10px;
}
body.xs .compare .result {
	margin: 60px 0 30px;
}
body.xs .result img {
	width: 130px;
}
body.xs .result-link div {
	width: 100%;
}
body.xs .result-link a {
	margin: 10px;
}
/*--------------------------------------------------------------------/
	PC
/--------------------------------------------------------------------*/
body.xl .compare h2::after {
	margin-left: 20px;
}
body.xl .section .txt {
	margin: 0 0 20px;
	padding: 20px;
}
body.xl .compare .section dd span {
	display: inline-block;
	width: 70px;
}
body.xl .kelvin_img {
	margin: 0 0 20px;
	padding: 30px 20px 10px;
}
body.xl .kelvin_img img {
	margin: 0 5px 10px;
	width: 210px;
}
body.xl .summary dl {
	margin: 0 0 40px;
	padding: 10px 20px 20px;
}
body.xl .summary dd::before {
	color: #1453c7;
	content: "■";
	margin: 5px;
}
body.xl .summary dd {
	padding: 5px 0;
}
body.xl .compare .result {
	margin: 0 0 30px;
}
body.xl .result img {
	width: 160px;
}
body.xl .result-link a {
	margin-right: 10px;
	width: 255px;
}
body.xl .result-link div:last-child a {
	margin-right: 0;
}