<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
html, body {
  position: none !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  overflow: none !important;
  -webkit-overflow-scrolling: none !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal
}
ul {
  list-style: none
}
ol li,.list li{margin-left: 20px;
margin-bottom: 10px;
font-size: 18px;}
.list li{list-style:disc;}

caption, th {
  text-align: left
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
section{clear: both;
margin-bottom: 40px;
	zoom: 1;
}
section:before, section:after {
	content: "";
	display: table;
}
section:after {
	clear: both;
}



abbr, acronym {
  border: 0
}
* {
  padding: 0px;
  margin: 0px;
  /*font-family: "HiraginoÂ&nbsp;KakuÂ&nbsp;GothicÂ&nbsp;Pro","æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“",Â&nbsp;Osaka,Â&nbsp;sans-serif;*/
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Noto Sans Japanese", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ãƒ¡ã‚¤ãƒªã‚ª", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  line-height: 1.7;
}
input {
  padding: 1px;
  vertical-align: middle;
  line-height: normal;
}
.text-overflow-hidden {
  white-space: nowrap;
  word-spacing: normal;
  letter-spacing: normal;
  overflow: hidden;
}
.box-align-center {
  margin-right: auto;
  margin-left: auto;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  max-width: 100%;
}
p {
  font-size: 1.2em;
  line-height: 150%;;
  color: #333;
}
a:link, a:visited {
	text-decoration: none;
	color: #666;
}
a:hover, a:active {
  text-decoration: none;
}
a, button, input {
  -webkit-tap-highlight-color: rgba(0, 0);
  -webkit-tap-highlight-color: transparent;
}
.img_fr{float: right;
margin: 0 2.5%;
	text-align: center;
}
.img_fl{float: left;
margin: 0 2.5%;
	text-align: center;
}
.w030{
	width: 30%;
}
.w065{
	width: 65%;
}
.pink{
	color: #F47D9B;
	font-weight: bold;
}
.bbox{
	background-color: #D3E9F4;
	padding: 10px 20px;
	border-radius: 20px;
}
.flex {
  display: box;
  display: -ms-box;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.flex-item {
  display: block;
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  box-flex: 1;
  -ms-box-flex: 1;
  -webkit-box-flex: 1;
}
.flex-container {
  justify-content: center;
  align-items: center;
}
.relative {
  position: relative;
}
.none {
  display: none;
}
.fr {
  text-align: right
}
.fl {
  text-align: left
}
.floatL {
  float: left;
}
.floatL_pc {
  float: left;
}
.floatR {
  float: right;
}
.clearfix:after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.nptw300 {
  width: 300px;
}
.nptw100 {
  width: 100px;
}
.red {
  color: red
}
.hgt {
  height: 27px;
}
/* margin setting -------------------- */
/* all px */
.m0 {
  margin: 0 !important;
}
.m5 {
  margin: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m30 {
  margin: 30px !important;
}
/* top px */
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt80 {
  margin-top: 80px !important;
}
/* top em */
.mt03em {
  margin-top: 0.3em !important;
}
.mt05em {
  margin-top: 0.5em !important;
}
.mt08em {
  margin-top: 0.8em !important;
}
.mt10em {
  margin-top: 1em !important;
}
.mt15em {
  margin-top: 1.5em !important;
}
.mt20em {
  margin-top: 2em !important;
}
/* bottom px */
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
/* bottom em */
.mb03em {
  margin-bottom: 0.3em !important;
}
.mb05em {
  margin-bottom: 0.5em !important;
}
.mb08em {
  margin-bottom: 0.8em !important;
}
.mb10em {
  margin-bottom: 1em !important;
}
.mb15em {
  margin-bottom: 1.5em !important;
}
.mb20em {
  margin-bottom: 2em !important;
}
.mb30em {
  margin-bottom: 3em !important;
}
/* right px */
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
/* left px */
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
/* padding setting -------------------- */
/* all px */
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p20 {
  padding: 20px !important;
}
/* top px */
.pd0 {
  padding-top: 0 !important;
}
.pd5 {
  padding-top: 5px !important;
}
.pd10 {
  padding-top: 10px !important;
}
.pd15 {
  padding-top: 15px !important;
}
.pd20 {
  padding-top: 20px !important;
}
.pd30 {
  padding-top: 30px !important;
}
/* top em */
.pd05em {
  padding-top: 0.5em !important;
}
.pd08em {
  padding-top: 0.8em !important;
}
.pd10em {
  padding-top: 1em !important;
}
.pd15em {
  padding-top: 1.5em !important;
}
/* bottom px */
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
/* bottom em */
.pb05em {
  padding-bottom: 0.5em !important;
}
.pb08em {
  padding-bottom: 0.8em !important;
}
.pb10em {
  padding-bottom: 1em !important;
}
.pb15em {
  padding-bottom: 1.5em !important;
}
/* right px */
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
/* left px */
.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl300 {
  padding-left: 300px !important;
}
/* line height setting -------------------- */
.lh1 {
  line-height: 1 !important;
}
.lh13 {
  line-height: 1.3 !important;
}
.lh15 {
  line-height: 1.5 !important;
}
@charset "utf-8";
/* font size setting -------------------- */
.fs10px {
  font-size: 10px !important;
}
.fs11px {
  font-size: 11px !important;
}
.fs12px {
  font-size: 12px !important;
}
.fs16px {
  font-size: 16px !important;
}
.fs18px {
  font-size: 18px !important;
}
.fs20px {
  font-size: 20px !important;
}
/* text position setting -------------------- */
.tc {
  text-align: center !important;
}
.tr {
  text-align: right !important;
}
.tl {
  text-align: left !important;
}
.bl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.rl {
  border-right: 1px solid #111;
  height: 14px;
  padding: 0 10px;
}
.bold {
  font-weight: bold;
}
.navi_icon {
  position: absolute;
  height: 40px;
  top: 11px;
}
.nav-icon01 {
  position: absolute;
  background: url("../images/nav-icon.png") no-repeat -10px -8px;
  width: 22px;
  height: 22px;
  top: 23px;
}
.nav-icon01 {
  position: absolute;
  background: url("../images/nav-icon.png") no-repeat -10px -10px;
  width: 22px;
  height: 22px;
  top: 24px;
}
.nav-icon02 {
  position: absolute;
  background: url("../images/nav-icon.png") no-repeat -10px -47px;
  width: 22px;
  height: 22px;
  top: 24px;
}
.nav-icon03 {
  position: absolute;
  background: url("../images/nav-icon.png") no-repeat -10px -88px;
  width: 22px;
  height: 22px;
  top: 24px;
}
.nav-icon04 {
  position: absolute;
  background: url("../images/nav-icon.png") no-repeat -10px -130px;
  width: 22px;
  height: 22px;
  top: 25px;
}
.nav-icon05 {
  position: absolute;
  background: url("../images/nav-icon.png") no-repeat -10px -167px;
  width: 22px;
  height: 22px;
  top: 24px;
}
.side-left ul li a em {
  padding-left: 40px;
	font-weight: bold;
}
.left-line {
  border-left: 1px solid #111;
  padding-left: 30px;
}
.right-line {
  border-right: 1px solid #111;
}

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