<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*   */
div.tytle1 {
	height: auto;
}
div.tytle1 h1 span {
	color: #EB8A00;
	font-size: 50%;
	vertical-align: middle;
	text-shadow: 2px 2px 2px #666666;
}
main h2 {
	text-align: left;
	border-left: none;
	padding-left: 10px;
}
.service_tj_img {
	text-align: center;
	margin-bottom: 50px;
}
dl#today_support dt {
	color: #5C4245;
	font-weight:bold;
	border-left: none;
	margin-left:10px;
	padding-left: 10px;
}

dl#today_support dd {
	margin-left:30px;
	margin-bottom:20px;
}
div#next_support section {
	border: 1px solid #000000;
	margin: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
div#next_support section:nth-child(2) {
	background-image: url(/A2Z/service/A2Z_img/tj/thank_you.jpg);
	background-repeat: no-repeat;
	background-position: 100% 90%;
}
div#next_support section:nth-child(3) {
	background-image: url(/A2Z/service/A2Z_img/tj/hokan.jpg);
	background-repeat: no-repeat;
	background-position: 100% 90%;
}
div#next_support section p:first-child {
	font-weight:bold;
}
.tj_img01 {
	text-align: center;
}
.text_bold {
	font-weight:bold;
}
/* clearfix
------------------------------------------------------------*/
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
 // ここまでBase css style...  /*スマホサイズのみに適用*/
@media (max-width:480px) {
}

/*タブレット用*/
@media (min-width:481px) and (max-width:949px) {
.mainbox li.service_tj {
	display: inline-block;
	width: 40%;
	margin-left: 5%;
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
}

/*デスクトップ用*/
@media (min-width: 950px) {
.mainbox .service_tj h4 {
	font-size: 0.95em;
	background-color: #fbe7e7;
	text-align: center;
}
.mainbox li.service_tj {
	display: inline-block;
	width: 20%;
	margin-right: 5px;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
}
.tj_img01 {
	float: right;
	padding-left:50px;
}
div#next_support section {
	float: left;
	width: 43%;
}
}
</pre></body></html>