<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.left { float: left; }
.right { float: right; }
.is-pc {
  display: block;
}
.is-sp {
  display: none;
}
.cv-images img {
  max-width: 100%;
}

.privacy_mr_top_30 {
  margin-top: 30px;
}
.privacy h2.title_01 {
    padding: 0 0 13px 0;
	background: none;
}

.privacy ul {
	margin: 20px 0;
	padding-left: 1.5em;
}

.privacy ul li {
	margin: 6px 0;
	list-style: disc;
	line-height: 1.5em;
}

.privacy_desc {
	line-height: 1.5em;
}

.privacy_notice {
	font-weight: bold;
	line-height: 1.5em;
	color: #006a3a;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex figure {
  flex: 0 0 30%;
  margin: 0 1.5% 15px;
  font-size: 12px;
}
.flex figure img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
}
.vblink {
  text-decoration: underline;
  color: #00f;
}
.lasttext {
  margin-top: 30px;
  text-align: right;
}

/* =================================
Media screen max-width: 767px
================================= */
@media only screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }

  #breadcrum_box h1 { width: 100% }

	.content,
	#discription-header { width: 100%; }

	#discription-header { padding: 15px 0; }

	#discription-header p span.title-header {
	  margin-bottom: 0;
	  font-size: 18px;
	}

	.privacy_desc,
	.privacy_notice { line-height: normal; }

	.privacy_desc,
	.privacy ul,
	.privacy_notice { font-size: 12px; }

	h2.title_01 { font-size: 16px; }

	.privacy_mr_top_30,
	.privacy ul { margin-top: 15px; }

	.privacy ul { margin-bottom: 15px; }

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