body {
	color: #555;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
.header {
	background-color: rgba(255,255,255,1);
	box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
}
.header .container {
	min-width: 100% !important;
}
.header a {
	color: black;
}
.price {
	text-align: right;
	font-size: 1.2rem;
	font-weight: bold;
	color: red;
}
.about {
	list-style: none;
	margin: 4rem 0;
}
.about li {
	display: block;
	background-color: #074080;
	color: white;
	margin: 0.8rem auto;
	padding: 0.25rem;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	max-width: 600px;
}
.about u {
	margin: 0 0.25rem;
}
.text-primary {
	color: blue;
}
.text-v2large {
	font-size: 2.8rem !important;
	color: black;
	line-height: 120%;
}
.text-v3large {
	font-size: 4rem !important;
	color: red;
}
.bold-text {
	font-weight: bold;
}
.center-text {
	text-align: center;
}
.icon {
	width: 24px !important;
	height: auto !important;
}
.chip {
	color: red;
	padding: 0.25rem 1.4rem;
	font-size: 1.6rem;
	border: 4px solid red;
	border-radius: 10px;
}
.services .text-large {
	font-size: 1.2rem;
}
.e-text u {
	font-size: 1.6rem;
	line-height: 120% !important;
}
.guide {
	font-size: 2rem;
}
.flx img {
	width: 90%;
}
.flx-even > div {
	width: 50%;
	margin: 1rem;
}
.container {
	padding: 0 2rem;
}
.mv {
	min-height: 400px;
	position: relative;
	background-image: url(../img/mv.jpg);
	background-size: cover;
	background-position: 50% 100%;
}
.mv h1 {
	width: 600px;
	height: 80px;
	left: calc(50% - 300px);
	top: calc(50% - 40px);
	color: white;
	text-shadow: 0 0 0.5rem #ccc;
	background-color: rgba(255, 255, 255, 0.4);
	font-size: 2rem;
	letter-spacing: 0.1rem;
}
.sv {
	height: 400px;
}
h2.heading {
	font-size: 1.8rem;
	color: black;
}
h3.heading {
	font-size: 1.6rem;
	display: inline-block;
	color: black;
	margin: 1rem 0;
}
h4.heading {
	font-size: 1.4rem;
	display: inline-block;
	color: black;
	margin: 2.8rem 0 1.8rem;
}
h5.heading {
	font-size: 1.2rem;
	display: inline-block;
	color: #333;
	margin: 2.6rem 0 1.6rem;
}
.saving {
	margin-left: 2rem;
}
.saving p {
	font-weight: bold;
}
.text-left {
	text-align: left;
}
.ts {
	margin: 1rem 0;
	text-align: right;
}

.cv-btn {
	background-color: orange;
	color: white !important;
}

.e-text {
	color: red;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0.25rem;
}

.table-of-contents {
	background-color: #fafafa;
	border: 4px solid #ccc;	
	border-radius: 10px;
	padding: 1.6rem;
	position: relative;
}
.table-of-contents > h3 {
	font-size: 0.8rem;
	width: 160px;
	background-color: #ccc;
	color: white;
	height: 30px;
	border-radius: 15px;
	position: absolute;
	top: -15px;
	left: 15px;
}
.table-of-contents > ul {
	list-style-type: decimal;
	padding: 0.5rem 0.5rem 0;
	margin: 0 1rem;
}
.table-of-contents > ul > li {
	padding: 0 0.5rem;
}
p {
	margin: 1rem 0;
}
h4.label {
	border: 4px solid #ccc;
	height: 50px;
	display: flex;
	border-radius: 25px;
}
.tile {
	background-color: white;
	border: 1px solid #fafafa;	
	border-radius: 2px;
	padding: 0.8rem 1.4rem;
	margin: 0.5rem 0;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.tile > span {
	font-size: 1.2rem;
	font-weight: bold;
	color: black;
}

table.compare-table, .services, .table {
	width: 100%;
}
table.compare-table th {
	font-size: 1.4rem;
	padding-bottom: 0.5rem;
}
table.compare-table td {
	padding: 1rem;
	background-color: #fafafa;
}
table.compare-table td:first-child {
	font-weight: bold;
	font-size: 1.2rem;
	color: black;
	text-align: center;
	background-color: #ccc;
}
table.compare-table td:last-child {
	font-size: 1.0rem;
	color: #999;
}
.hanrei {
	margin-top: 2rem;
}
.hanrei li {
	list-style: none;
	margin: 0 0.5rem;
}
.hanrei span {
	display: inline-block;
	margin: 0 0.5rem;
}
.services {
	font-size: 0.8rem;
}
.services, .table {
	font-size: 1rem;
}
.services td {
	text-align: center;
	padding: 0.6rem;
	background-color: #fafafa;
}
.table td {
	text-align: left;
	padding: 0.6rem;
	background-color: #fafafa;
}
.services td:first-child, .table td:first-child {
	color: black;
	font-weight: bold;
	white-space: nowrap;
}
.services img {
	width: auto;
	height: 24px;
	display: block;
	margin: auto;
}
.best-price {
	font-size: 1.4rem;
	background-color: #FEE2F1 !important;
}

footer {
	background-color: white;
	text-align: center;
}
footer .container {
	display: block;
}
footer .logo {
	margin: auto;
}
footer .copyright {
	background-color: #142cc4;
	font-size: 0.75rem;
}

/* mobile */
@media screen and (max-width: 750px) {
	* {
		line-height: 160% !important;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	body {
		font-size: 16px;
	}
	.container {
		padding: 0 1rem;
	}
	.header .left {
		width: 90%;
	}
	.header .left img {
		width: 100%;
		height: auto;
	}
	.header .right {
		display: none;
	}
	.mv h1 {
		width: calc(100% - 2.8rem);
		margin: 1.4rem;
		left: 0;
	}
	h2.heading {
		font-size: 6.5vw;
	}
	.about {
		margin: 2rem 0;
	}
	.about li {
		font-size: 4.5vw;
		padding: 1rem 0;
	}
	.table-of-contents {
		padding: 1.6rem !important;
	}
	.table-of-contents > ul {
		margin: 0 0 0 0.5rem;
	}
	h3.heading {
		font-size: 6vw;
		margin: 1.6rem 0;
	}
	h4.heading {
		font-size: 4.8vw;
		margin: 2rem 0;
	}
	.text-vlarge {
		font-size: 1.2rem;
	}
	.sp-center{
		text-align: center;
	}
	section .flx img {
		width: 100%;
	}
	.mb4 {
		margin-bottom: 1rem;
	}
	table.compare-table  {
		font-size: 12px;
	}
	table.compare-table td:first-child {
		font-size: 1.2em !important;
		width: 32%;
	}
	table.compare-table td span {
		font-size: 1.1em !important;
	}
	table.compare-table td {
		padding: 0.5rem;
		font-size: 1em !important;		
	}
	.hanrei {
		flex-direction: column;
		align-items: flex-start;
	}
	.text-v2large {
		font-size: 6vw !important;
	}
	h4.heading {
		width: 100%;
		text-align: center;
	}
	.sum-how .m2 {
		width: 50% !important;
	}
	.text-vsmall {
		font-size: 0.6rem;
	}
	.guide {
		flex-direction: column;
	}
	.guide .mt2 {
		margin-top: 0;
	}
	.guide > div {
		width: 100% !important;
	}
	.guide .mobile {
		font-size: 1rem;
		display: block;
		margin: 0.5rem 0;
	}
	.guide .icon {
		margin-top: 0.5rem;
	}
	.services .text-large {
		font-size: 5vw;
	}
	.e-text u {
		font-size: 5.5vw;
		line-height: 120% !important;
	}
	#scr {
		overflow: scroll;
	}
	.mt8 {
		margin-top: 2rem;
	}
	footer .logo {
		width: 60%;
	}
}