<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.maindesign {
	font-family: "Noto Sans JP", Meiryo, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", verdana, Osaka, Sans-Serif;
}

.maindesign .feature-hdg1 .sub_title{
	color: #333;
	text-shadow: none;
}
.maindesign .feature-hdg1 .sub_title-secondary{
	margin-top: 0;
	margin-bottom: 10px;
	color: #e5002d;
}

.maindesign .same-day {
	margin: 20px 0;
	font-size: 2.2em;
	line-height: 1.3;
	font-weight: bold;
	color: #E5002D;
	text-align: center;
}
.maindesign .description {
	background-color: #fff;
	font-feature-settings: "palt";
	text-align: justify;
}


.maindesign .how-to-use{
	margin-top: 3em;
	border-collapse: collapse;
	width: 100%;
}
.maindesign .how-to-use th,
.maindesign .how-to-use td{
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
	line-height: 1.3;
}
.maindesign .how-to-use th{
	width: 30%;
	text-align: center;
}
.maindesign .how-to-use td{
	width: 70%;
}
.maindesign .how-to-use--list li{
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.3;
	margin-top: 10px;
}
.maindesign .how-to-use--list li:first-child{
	margin-top: 0;
}
.maindesign .how-to-use .kome{
	font-size: 0.9em;
	display: block;
	margin-top: 5px;
	line-height: 1.3;
}

@media screen and (max-width: 767px){
.maindesign .description {
	padding: 10px 0;
}
.maindesign .same-day {
	font-size: 1.5em;
}
.maindesign .how-to-use th,
.maindesign .how-to-use td{
	font-size: 0.9em;
}
}



</pre></body></html>