<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
img {
	width: auto;
	max-width: 100% !important;
	height: auto;
}
.txt_bold {
	font-weight: bold;
}
.listmark_k,
.listmark_d,
.listmark_s {
	margin-bottom: 1em;
}

.listmark_k li,
.listmark_d li,
.listmark_s li {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.25em;
}

.listmark_k&gt;li::before {
	content: "※";
}

.listmark_d&gt;li::before {
	content: "・";
}

.listmark_s&gt;li::before {
	content: "◇";
}

.listmark_k li ul&gt;li::before,
.listmark_d li ul&gt;li::before,
.listmark_s li ul&gt;li::before {
	content: "- ";
}

.listmark_k li ul,
.listmark_d li ul,
.listmark_s li ul {
	padding-left: 2em;
	margin-bottom: 0;
}
.btn {
    margin: 50px auto 0;
    padding: 0 3%;
    max-width: calc(1200px + 6%);
    text-align: center;
}
.btn &gt; a {
    position: relative;
    box-sizing: content-box;
    display: inline-block;
    padding: 20px 50px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    letter-spacing: 1px;
    background: #e20106;
    font-size: 18px;
    transition: opacity .6s;
}
.section {
	margin: 40px auto;
}
.conversion {
	margin: 0 auto 40px;
}
.information {
	padding: 10px 20px 20px;
    background-color: #eff0f2;
	border-radius: 5px;
	text-align: center;
}
.information &gt; h3 {
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 10px;
}
.information &gt; div {
	padding: 20px;
    background-color: #ffffff;
	border-radius: 5px;
}
.information a.phone-col-left {
	font-size: 2em;
	color: #222222;
	font-weight: bold;		
}
.information a.phone-col-left i {
	font-size: 0.8em;
}
.container .contents .information p {
	margin: 0;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}</pre></body></html>