@charset "UTF-8";
/* -------------------------------------------------------
----------------------------------------------------------
 FONT
----------------------------------------------------------
----------------------------------------------------------*/
/* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}
/* --------------------------------------------------------
-----------------------------------------------------------
 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 3.5px 1px;
  border: 1px solid #1a1a1a;
  display: block;
  text-indent: -9999px;
  outline: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../img/icon_arrow02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 transition 
-----------------------------------------------------------
----------------------------------------------------------- */
a {
  /* @mixin:transition */
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

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

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

/* --------------------------------------------------------
-----------------------------------------------------------
 OTHERS
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  color: #222;
  font-family: 'Noto Sans JP',Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-feature-settings: "palt";
}

label {
  cursor: pointer;
}

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

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

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