<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*===================================================
リスト
===================================================*/
.ly_dotList li {
  position: relative;
  padding-left: 1em;
}
.ly_dotList li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.ly_dotList li+li {
  margin-top: 5px;
}

/*===================================================
追加
===================================================*/
p.sub_copy {
  text-align: justify;
}
.sub_copy b {
	color: #0077c3 !important;
}

.entryBox+.entryBox {
  margin-top: 30px;
}

body #inquire h1 span {
  background: url(../../common/images/h1_icon.png) no-repeat 0 0 / 30px 150px;
}

#inquire h1 span span {
  display: inline;
  font-size: 80%;
  background: none;
  padding: 0;
  margin: 0 -.3em;
}

@media screen and ( max-width:665px ) {
body #inquire h1 span {
  width: 111%;
  transform: scaleX(.9);
  transform-origin: top left;
}
}

#opinionCon {
  line-height: 1.8;
  text-align: justify;
}</pre></body></html>