<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 Font
-----------------------------------------------------------
----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&amp;display=swap&amp;subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&amp;display=swap&amp;subset=japanese");
/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  color: #333;
  /*font-family: 'Noto Sans JP',Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN" , "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.03em;
}

label,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

img{
	user-select:none;
	-webkit-user-select:none;
	-ms-user-select: none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}

/*
-----------------------------------------------------------
 transition 
----------------------------------------------------------- */
a {
  /* @mixin:transition */
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
}
a:link, a:visited {
  color: #68c3c5;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}

/*
-----------------------------------------------------------
 clearfix 
----------------------------------------------------------- */
.clearfix {
  /* @mixin:clearfix */
}
.clearfix:after {
  /* @mixin:clearfix */
  content: "";
  display: block;
  clear: both;
}

/*
---------------------------------------------------------
 ul.No-list
--------------------------------------------------------- */
.No-list {
  list-style: none;
  padding-left: 0;
}

/*
---------------------------------------------------------
 Attention
--------------------------------------------------------- */
.Attention {
  color: #f13748;
  font-size: 13px;
  padding: 3px;
  font-weight: bold;
  line-height: 1.3;
}

/*
---------------------------------------------------------
 colorbox
--------------------------------------------------------- */
#colorbox {
  box-sizing: content-box;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Pagetop 
-----------------------------------------------------------
----------------------------------------------------------- */
.Pagetop {
  display: none;
  position: fixed;
  right: 3%;
  bottom: 20px;
  z-index: 100;
}

.Pagetop a {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 28px;
  background: rgba(255, 255, 255, 0.2);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-blog-page
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-blog-page {
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
  text-align: center;
  margin-top: 40px;
}

.wb-blog-page &gt; span,
.wb-blog-page &gt; a {
  color: #68c3c5;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  border: 1px solid #68c3c5;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none !important;
  letter-spacing: 0;
  margin: 0 1px 4px;
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 34px;
  background: #FFF;
}

.wb-blog-page .wb-blog-btn-now {
  background-color: #68c3c5;
  color: #FFF;
}

.wb-blog-page .wb-blog-page-separator {
  display: none;
}

.wb-blog-page .wb-blog-btn-next,
.wb-blog-page .wb-blog-btn-prev {
  overflow: hidden;
  color: transparent;
}
.wb-blog-page .wb-blog-btn-next:before,
.wb-blog-page .wb-blog-btn-prev:before {
  color: #68c3c5;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.wb-blog-page .wb-blog-btn-next:before {
  content: '\f054';
}

.wb-blog-page .wb-blog-btn-prev:before {
  content: '\f053';
}

/* --------------------------------------------------------
-----------------------------------------------------------
 web-box
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 HTMLeditor
--------------------------------------------------------- */
.HTMLeditor {
  /* @mixin:clearfix */
}
.HTMLeditor:after {
  /* @mixin:clearfix */
  content: "";
  display: block;
  clear: both;
}

.HTMLeditor ul,
.HTMLeditor ol {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.HTMLeditor li + li {
  margin-top: 0.3em;
}

.HTMLeditor iframe {
  max-width: 100%;
}

/* style
--------------------------------------------------------- */
.HTMLeditor .marker {
  background-color: Yellow;
}

/*
---------------------------------------------------------
 見たまま編集
--------------------------------------------------------- */
.wb-core-edit-layer {
  box-sizing: content-box;
}

.wb-core-edit-layer:hover .wb-core-edit-btn-layer-title {
  display: inline-block;
}

/*# sourceMappingURL=common.css.map */
</pre></body></html>