@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 Font
-----------------------------------------------------------
----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap");
/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
button,
input[type="submit"],
input[type="button"] {
  font-family: inherit;
  font-size: inherit;
}

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

iframe,
video {
  max-width: 100%;
}

/*svg {
	max-width: 100%;
}*/
/*
-----------------------------------------------------------
 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;
  display: inline-block;
  font-weight: bold;
  line-height: 1.3;
  padding: 3px;
}

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

/* --------------------------------------------------------
-----------------------------------------------------------
 Pagetop
-----------------------------------------------------------
----------------------------------------------------------- */
.Pagetop {
  display: none;
  position: fixed;
  right: 3%;
  bottom: 20px;
  z-index: 90;
}
.Pagetop.is-over-footer a {
  background: #fff;
  color: #71afe2;
  border: 1px solid #71afe2;
}
.Pagetop.is-over-footer a::before {
  color: #71afe2;
}

.Pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  color: #71afe2;
  position: relative;
  text-decoration: none !important;
  width: 90px;
  height: 90px;
  font-size: 22px;
  background: #71afe2;
  border-radius: 45px;
  transition: all .4s ease-in;
}
.Pagetop a::before {
  color: #fff;
}

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

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

.wb-blog-page .wb-blog-btn-now {
  background-color: #3d7abc !important;
  border-color: #3d7abc !important;
  color: #fff !important;
}

.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 !important;
}
.wb-blog-page .wb-blog-btn-next:before,
.wb-blog-page .wb-blog-btn-prev:before {
  color: #333333;
  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 */
  letter-spacing: 0.12em;
  line-height: 1.8;
  font-size: 15px;
}
.HTMLeditor:after {
  /* @mixin:clearfix */
  content: "";
  display: block;
  clear: both;
}

.HTMLeditor img {
  height: auto !important;
}

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

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

/* 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 */
