/*----------------------------------------------------------------------------*/
/* --------------------------------------------------- common & top style */
/*----------------------------------------------------------------------------*/

/* --------------------------------------------------- import */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(/~tokiken/common/css/style_sidemenu.css);

/* --------------------------------------------------- font */
/* importで読み込めない？ケースがあるので（検証用） */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans CJK JP Thin"),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP Light"),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
  font-display: swap;
}

/* --------------------------------------------------- common */
/* html,bodyタグの設定 */
html, body{
  margin: 0;      /* 余白の削除 */
  padding: 0;     /* 余白の削除 */
  height: 100%;   /* 縦の高さを100% */
  max-width: 980px;    /* 横の幅を100% */
  margin-right: auto;
  margin-left: auto;
  /*font-family: 'Noto Sans JP', sans-serif,'メイリオ',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";*/
  font-family: 'harenosora','hanaMin','メイリオ',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
  font-size: 62.5%; /*10px*/
  color: #231815;
/*  background: #a2d7dd;*/
  background-image: url(/~tokiken/common/img/bg.gif);
}
@media screen and (max-width: 768px) {
  html, body{
    width: 100%;    /* 横の幅を100% */
  }
  body.toppage {
    background: #fff!important;
  }
}
/* フォント太さ */
.noto100 {font-weight:100;}
.noto300 {font-weight:300;}
.noto350 {font-weight:350;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto700 {font-weight:700;}
.noto900 {font-weight:900;}

/* リンクイメージのホバー時の透過 */
.link a:hover img, button:hover {
  opacity: .8;
}

/* リンクアイコンの余白 */
.icon_link {
  padding: 5px 0 0 5px;
}
.external_link a:hover img path {
  fill: red;
}
/* 寄せクリア */
.clear {
  clear:both;
}
.space10 {
  height: 10px;
}
.space20 {
  height: 20px;
}
.space30 {
  height: 30px;
}
.space40 {
  height: 40px;
}
.space50 {
  height: 50px;
}

/* イメージのライン（aタグ内のイメージにIE10以下ででラインが出るのを解除） */
img {
  border: 0px;
  vertical-align: top;
}

/* リンク設定 */
a:link { color: #248c92 ;}
a:visited { color: #248c92 ;}
a:active { color: #248c92 ;}
a:hover { color: #B80C0C ;}

/* テキストエリア選択の青枠を消す */
button,
a,
input {
  outline: none;
}
ul,ul li,p {
  margin: 0;
  padding: 0
}
ul,ul li {
  list-style-type: none;
}
ol {
  margin: 0 0 0 -1em;
}

/* --------------------------------------------------- wrapper */
.wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  display: table;
  font-size: 1.3rem;
  font-weight: 100;
  background: #fff!important;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    display: inherit;
    font-size: 1.4rem;
    font-weight: 100;
    background: #fff!important;
  }
}
/* --------------------------------------------------- header */
.header {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
}

/* --------------------------------------------------- main */
.container {
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: left;
  padding-top: 124px; /* side-menuと同じ幅 */
  margin-top: 124px; /* side-menuと同じ幅 */
  padding-bottom: 80px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-sizing: border-box;
}
.contents-top {
}
.contents {
}
@media screen and (max-width: 768px) {
  .container {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 20px;
    z-index: 20;
    overflow-x: hidden;
    display: inherit;
  }
  .contents-top {
    padding-top: 50px;
  }
  .contents-top p,
  .contents-top dt,
  .contents-top dd {
    line-height: 150%;
  }
  .contents {
    padding-top: 50px;
  }
  .contents p,
  .contents li {
    line-height: 150%;
  }
/*  .toppage .container {
    background: #fff!important;
  }*/
}

/* --------------------------------------------------- footer */
.footer {
  width: 100%;
  height: auto; /* .contents padding-bottomと同じ高さ */
  font-family: 'Noto Sans JP', sans-serif,'メイリオ',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
  font-weight: 100;
  display: table-cell;
  background: #efffe0;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.footer_txt {
  color: #4F4F4F;
  width: 100%;
  padding: 0 5px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.footer_txt ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
}
.footer_txt ul li {
  position: relative;
  left: -50%;
  float: left;
  border-right: 1px solid #c0c0c0;
  padding: 0 5px;
}
.footer_txt ul li:last-child {
  border: none;
}
.footer_txt a:link,
.footer_txt a:visited {
  text-decoration: none;
  color: #4F4F4F;
  font-size: 1.3rem;
  line-height: 140%;
}

.footer_txt a:hover {
  text-decoration: none;
  color: #B80C0C;
}

/* コピーライト */
.copyright {
  width: 100%;
  height: 20px;
  font-size: 1.3rem;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .footer_txt {
    display: none;
  }
}

/* --------------------------------------------------- pagetop */
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}
#page-top a {
  text-decoration: none;
  display: block;
}
#page-top a:hover {
  text-decoration: none;
}
.page-top {
  display: inherit!important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(2,155,150, 0.6);
}
.page-top::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 17px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

/* --------------------------------------------------- icon */
.icon-external-link {
  position: relative;
}
.icon-external-link::after {/* 別ウィンドウ */
  content: url("/~tokiken/common/img/icon_external_link.svg");
  margin-left: 5px;
}
.icon-external-link-w::after {/* 別ウィンドウ（白） */
  content: url("/~tokiken/common/img/icon_external_link_w.svg");
  margin-left: 5px;
}
.icon-pdf-link {
  position: relative;
}
.icon-pdf-link::after {/* PDF */
  content: url("/~tokiken/common/img/icon_pdf_link.svg");
  margin-left: 5px;
  position: absolute;
  top: 3px;
}

