<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  min-height: 100%;
  position: relative;
}
body {
  color:#111;
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  margin: 0;
  margin-bottom: 6em;
}
p {
  font-size: 18px;
  line-height: 1.75;
  text-align: justify;
  margin: 0;
  padding-top:1em;
  padding-bottom:1em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
} 
.p-l {font-size: 120%;}
.p-xl {font-size: 200%;}
.t-red {color: #ff0000;}
.b {font-weight: bold;}

h1 {margin: 0;}
h2 {
	background: #000080;
	margin: 0;
	padding: 1em 0.4em;
}
h2 img {
	margin: 0 auto;
}
img.img-r {
	float: right;
	max-width: 40%;
	z-index: 0;
}

header, section {
	margin: 0;
	padding: 0;
}
header {
	background: url(../img/bg-glid.png);
}
.container {
	max-width: 840px;
	margin: 0 auto;
}
section img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.img-centered {
	margin: 0 auto;
}
.sec1 {
	background: #f5f5f5;
}
.sec2 {
	padding-bottom: 2em;
}
.sec2-box {
	background: rgba(0,0,128,.05);
	padding: 0 2em;
}
.sec2-box p {
	font-size: 1em;
}
.sec3 {
	background: url(../img/bg-glid.png);
}
.sec3 h3 {
	color: #ffffff;
	position: relative;
	margin-top: 30px;
	margin-right: 10%;
	padding: 10px 0 10px 30px;
	background: #000080;
}
.sec3 h3::before {
	content: " ";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #000040;
}
.sec3-box {
	background: #fff;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	margin-top: -45px;
	margin-left: 15px;
	padding: 45px 40px 0;
}
.sec3 p, .sec4 p, .prof p {
	padding-top: 0;
}

img.btn {
	display: block;
	margin: 0 auto;
}
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.voice {
	padding-top: 3em;
}
.voice_mid{
	background:url(../img/voice_mid.png) repeat-y;
	margin: 0 auto;
	margin-bottom: 0;
	padding:0px 60px;
}
img.human {
	float: left;
	padding:1em 1em 1em 0;
}
.voice p {
	font-size: 1em;
	line-height: 1.6;
	padding-top: 0;
	margin-bottom: 0;
}

.prof {
	background: #f5f5f5;
	margin-top: 3em;
}
.prof .container {
	padding-top: 2em;
	padding-bottom: 1em;
} 

.faq {
	background: #9999cc;
}
.faq .container {
	padding-top: 1em;
	padding-bottom: 1em
} 
.faq-box {
	background: #fff;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	border-radius: 2px;
	margin-bottom: 20px;
	padding: 0 40px;
}
.faq p.faq-q {
	color: #000080;
	font-weight: bold;
	padding: 0;
}
.faq p.faq-q:first-letter {
	font-size: 48px;
}
.faq p.faq-a {
	margin-left: 48px;
	padding-top: 0;
}
.ps {
	margin-top: 3em;
	padding-top: 2em;
}
.ps p {
	padding-bottom: 0;
}

footer {
	width: 100%;
	height: 6em;
	background: #000080;
	padding-top: .5em;
	bottom: 0;
	position: absolute;
}
footer ul {
	list-style: none;
	text-align: center;
    padding-left: 0;
}
footer ul li {
	display: inline-block;
	padding: 0 .5em;
}
footer ul li a, footer p {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
footer p {
	text-align: center;
	padding-top: 0;
}

/*ã€€ç‰¹å•†æ³•ãƒ»ãƒ—ãƒ©ã‚¤ãƒã‚·ãƒ¼ãƒãƒªã‚·ãƒ¼ */
.container.tokusho, .container.privacy {
	margin: 0 auto;
	padding-top: 3em;
	padding-bottom: 2em;
	text-align: center;
}
.container.tokusho h1, .container.privacy h1 {
	margin-bottom: 30px;
}
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table th {
	width: 30%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table td {
	width: 70%;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.container.privacy h3, .container.privacy p {
	text-align: left;
}
.container.privacy h3 {
	margin-top: 1.8em;
	margin-bottom: 0;
}
.container.privacy p {
	padding-top: 0;
	padding-bottom: 0;
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }

.mt-1{margin-top: -1em !important;}
.mt-2{margin-top: -2em !important;}
.ml2{margin-left: 2em !important;}
.pt1{padding-top: 1em !important;}
.pt2{padding-top: 2em !important;}
.pt3{padding-top: 3em !important;}
.pb0{padding-bottom: 0 !important;}
.pb1{padding-bottom: 1em !important;}
.pb2{padding-bottom: 2em !important;}

.bd-glay{border: 1px solid #ddd;}</pre></body></html>