<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 */


.consultantDiv{
}

.consultantDiv .intro{
	font-family:"あおぞら明朝 Medium";
	font-size:150%;
	line-height:1.3em;
	margin:20px auto;
	width:98%;
}
.consultantDiv .intro img{
	float:left;
	margin-right:15px;
}
.consultantDiv .intro span{
	font-family:"MigMix 1P";
	font-weight:bold;
	color:#339b00;
	display:block;
	padding:10px 0;
	line-height:1.3em;
}
.consultantDiv .intro span.orange{
	font-family:"MigMix 1P";
	font-weight:bold;
	color:#FF6700;
	line-height:1.6em;
}
.consultantDiv .contact{
	margin:40px auto;
	width:98%;
}
.consultantDiv .contact img{
}
.consultantDiv .contact span{
	font-family:"MigMix 1P";
	font-weight:bold;
	color:#339b00;
	display:block;
	padding:10px 0;
	line-height:1.3em;
}
.consultantDiv .flow{
	margin:40px auto;
	width:98%;
}
.consultantDiv .flow dl{
	padding-bottom:50px;
	background-image:url(../consultant/images/dl.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0;
}
.consultantDiv .flow dt{
	font-family:"あおぞら明朝 Medium";
	font-size:150%;
	line-height:1.3em;
	padding:15px;
	background-color:#5EFF98;
	margin-bottom:20px;
}
.consultantDiv .flow dt span{
	font-family:"MigMix 1P";
	font-weight:bold;
}
.consultantDiv .flow dd{
	font-family:"MigMix 1P";
	font-weight:bold;
	line-height:1.6em;
}

@media screen and (max-width: 820px){
#Container .mainContents .rightContents{
	background-color:#ffffff;
	margin: 90px auto auto;
}
.consultantDiv{
	width: 98%;
}
.consultantDiv .intro img{
	float:none;
	margin-right:inherit;
	display: block;
	margin: 1em auto;
	width: 95%;
}
.consultantDiv .flow img{
	display: block;
	margin: auto;
	width: 95%;
	}
.consultantDiv .contact img{
	display: block;
	margin: auto;
	width: 95%;
}
}
@media screen and (max-width: 414px){
.consultantDiv .intro {
	font-size:100%;
}
.consultantDiv .intro img{
	width: 100%;
}
.consultantDiv .flow img{
	width: 100%;
}
.consultantDiv .flow{
	width:100%;
}
.consultantDiv .contact img{
	width: 100%;
}
.consultantDiv .contact{
	margin:40px auto 10px;
	width:100%;
}
}
</pre></body></html>