@charset "UTF-8";
/* ウェブフォント（ペン字：花鳥風月PB http://www.geocities.jp/s318shunkasyuto/ (c)TAKAYA）
---------------------------------------------------------*/
@font-face {
  font-family: "katyoufuugetupb";
  src: url("../fonts/katyoufuugetupb.eot?") format("eot"), url("../fonts/katyoufuugetupb.woff") format("woff");
}
* {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

body {
  position: relative;
  overflow-x: hidden;
  background: url("../../top_img/staybg.gif") repeat top left;
}
body .wrap {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  body .wrap {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    max-width: 1600px;
    margin: 0 auto;
  }
}

img {
  vertical-align: bottom;
}

sup {
  font-size: 0.8em;
}

/* デバイス別表示設定
-----------------------------------------*/
.pc {
  display: none;
}

.tb {
  display: none;
}

.sp {
  display: block;
}

span.pc {
  display: none;
}

span.tb {
  display: none;
}

span.sp {
  display: inline;
}

img.pc {
  display: none;
}

img.tb {
  display: none;
}

img.sp {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  /* タブレット：デバイス別表示設定
  --------------------------------------------*/
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
  span.pc {
    display: none;
  }
  span.sp {
    display: none;
  }
  span.tb {
    display: inline;
  }
  img.pc {
    display: none;
  }
  img.sp {
    display: none;
  }
  img.tb {
    display: inline-block;
  }
}
@media screen and (min-width: 1000px) {
  /* PC：デバイス別表示設定
  --------------------------------------------*/
  .sp {
    display: none;
  }
  .tb {
    display: none;
  }
  .pc {
    display: block;
  }
  span.sp {
    display: none;
  }
  span.tb {
    display: none;
  }
  span.pc {
    display: inline;
  }
  img.sp {
    display: none;
  }
  img.tb {
    display: none;
  }
  img.pc {
    display: inline-block;
  }
}
/* ヘッダ
-----------------------------------------*/
#site-header {
  width: 100%;
  text-align: center;
  position: sticky;
  position: -webkit-sticky;
  padding-top: 20px;
  background: #000;
  top: 0;
  z-index: 1000;
}
#site-header:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  #site-header {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-top: 2px;
  }
}
#site-header h1 {
  display: block;
  color: #fff;
  font-size: 1.2em;
  font-family: Clarimo UD PE Light;
  margin: 5px 0 20px;
  line-height: 1;
}
#site-header h1 a {
  text-decoration: none;
  color: #fff;
}
#site-header .iconBox {
  position: absolute;
  top: 6px;
  right: 0px;
  z-index: 1000;
}
#site-header .iconBox img {
  width: 50px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  #site-header .iconBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    top: 5px;
    right: 10px;
  }
  #site-header .iconBox img {
    width: 44px;
    height: auto;
  }
}
#site-header main + div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ページトップ
-----------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
}
@media screen and (min-width: 1000px) {
  #pageTop {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    bottom: 20px;
    right: 20px;
  }
}
#pageTop:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 11px 7px;
  border-color: transparent transparent #fff transparent;
  top: 36%;
  left: 50%;
  margin-left: -6px;
  cursor: pointer;
}

/* フッター
-----------------------------------------*/
#site-footer {
  width: 100%;
  padding-top: 40px;
}
#site-footer .site-footer_inner {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #site-footer .site-footer_inner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0 auto;
    width: 1200px;
  }
}
#site-footer .site-footer_inner .fLogo {
  width: 80%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 1000px) {
  #site-footer .site-footer_inner .fLogo {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0;
    width: 388px;
    float: left;
  }
}
#site-footer .site-footer_inner .fLogo img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#site-footer .site-footer_inner .karikosite {
  display: block;
  width: 80%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 1000px) {
  #site-footer .site-footer_inner .karikosite {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0 0 0 40px;
    width: 179px;
    float: left;
  }
}
#site-footer .site-footer_inner p {
  font-size: 0.9em;
  text-align: center;
  margin-bottom: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  #site-footer .site-footer_inner p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.1em;
    text-align: left;
    margin-left: 52px;
    width: 100%;
    display: inline-block;
  }
}
#site-footer .footer {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  padding: 10px 0 10px;
  background: #000;
  position: relative;
}
#site-footer .footer:after {
  content: "";
  position: absolute;
  top: -34px;
  right: 50px;
  background: url(../../common/img/footericon01.png) no-repeat;
  background-size: contain;
  width: 55px;
  height: 40px;
}
@media screen and (min-width: 1000px) {
  #site-footer .footer:after {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    right: 68px;
    width: 71px;
    height: 52px;
    top: -44px;
  }
}
#site-footer .footer .inner {
  width: 100%;
}
#site-footer .footer .inner small {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  #site-footer .footer .inner small {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    text-align: right;
  }
}
#site-footer a[href="#top"] {
  display: none;
}

/* プライバシーポリシー
-----------------------------------------*/
header {
  background: #000;
  padding: 30px 0 20px;
  margin: 0 auto;
}
header h1 {
  display: block;
  color: #fff;
  font-size: 1.2em;
  font-family: Clarimo UD PE Light;
  margin: 5px 0 20px;
  line-height: 1;
  text-align: center;
}

.privacy-txt {
  width: 90%;
  margin: 0 auto 20px;
  background: #fff;
}
@media screen and (min-width: 1000px) {
  .privacy-txt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1000px;
    padding: 20px;
  }
}
.privacy-txt header {
  background: #fff;
  padding: 30px 0 20px;
  margin: 0 auto;
}
.privacy-txt header h1 {
  color: #000;
  font-size: 1.2em;
  font-family: Clarimo UD PE Light;
  margin: 5px auto 20px;
  line-height: 1;
  text-align: center;
  padding: 20px 15px 20px;
  text-align: center;
  font-size: 1.6em;
}
.privacy-txt .txtBox {
  margin-bottom: 40px;
}
.privacy-txt .txtBox h2 {
  font-size: 1.2em;
  padding: 0.5em;
  background: #f4f4f4;
  margin-bottom: 10px;
  border-bottom: 1px solid #777;
}
.privacy-txt .txtBox h3 {
  font-size: 1em;
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #333;
  margin-bottom: 5px;
}
.privacy-txt .txtBox h4 {
  font-size: 0.9em;
}
.privacy-txt .txtBox h5 {
  padding: 0.5em;
  background: #f4f4f4;
  display: inline-block;
}
.privacy-txt .txtBox ul li {
  list-style: disc !important;
  margin-left: 1.5em;
}
.privacy-txt .txtBox ol {
  margin-bottom: 10px;
}
.privacy-txt .txtBox ol li {
  list-style: decimal;
  margin-left: 1.5em;
}
.privacy-txt .txtBox p {
  line-height: 1.3;
}
.privacy-txt .txtBox p.mb10px {
  margin-bottom: 10px;
}
.privacy-txt .txtBox p.mb20px {
  margin-bottom: 20px;
}
.privacy-txt .txtBox .responsibleBox {
  text-align: right;
}
.privacy-txt .txtBox .responsibleBox p {
  font-size: 0.9em;
  line-height: 1.6;
}

.btnWrap {
  width: 100%;
  text-align: center;
}
.btnWrap .topReturBtn {
  width: 90%;
  background: #fff;
  margin: 50px auto;
  border: 1px solid #333;
  text-align: center;
}
.btnWrap .topReturBtn a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
.btnWrap .topReturBtn a:visited {
  color: #333;
}
.btnWrap .topReturBtn a:hover {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .btnWrap .topReturBtn {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 260px;
  }
}

footer {
  width: 100%;
  margin: 0 auto;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 20px;
}