@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amiri&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Italianno&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap");

/*
@import url("commonTab.css") screen and (min-width: 415px) and (max-width: 959px) ;
@import url("commonPC.css") screen and (min-width: 960px) ;
*/

@import "header.css";
@import "parts.css";
@import "mainMenu.css";
@import "titleComment.css";
@import "column.css";
@import "subMenu.css";
/*
@import  "FCK.css";
@import  "banner.css";
*/
/* @import  "wNew.css"; */
@import "tabNew.css";
@import "footer.css";
@import "option.css";
@import "tmpA.css";
@import "modal.css";
@import "user.css";

html {
  position: relative;
  font-size: 100%;
  height: 100%;
  width: 100%;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  color: #323232;
  letter-spacing: 1px;
  font-size: 16px;
  /* font-family: YuGothic, "游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif; */
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  padding: 0px;
  width: 100%;
  position: relative;
  color: #2d2d2d;
  line-height: 1.6em;
  margin: 0px;
  overflow-y: scroll;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
.clx:after {
  content: " ";
  display: block;
  clear: both;
}
.serif {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
img {
  border-width: 0px;
  vertical-align: bottom;
}
a {
  color: #1d356c;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-out;
}
a:hover {
  text-decoration: none;
}
a img {
  outline: none;
  transition: all 0.3s ease-out;
}
a img:hover {
  text-decoration: none;
  opacity: 0.7;
}
a:visited {
}
p {
  margin-bottom: 1em;
  word-break: break-all;
}
img {
  /* chrome画像滲み対策 */
  image-rendering: -webkit-optimize-contrast;
}
h3,
h4 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
}
.pankuzu {
  margin-bottom: 15px;
}
.pankuzu li {
  float: left;
  list-style-type: none;
}
.pankuzu li a {
  line-height: 1em;
  font-size: 80%;
  color: #2d2d2d;
}
.kijiList {
  background-color: #f3f3f3;
  padding: 20px;
  margin-bottom: 50px;
  line-height: 1.5em;
  font-size: 85%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}
.kijiList ul {
  padding-left: 30px;
}
.kijiList ul li {
  padding: 5px;
}
.kijiList ul li a {
  display: block;
  color: #2d2d2d;
}
.kijiList ul li a:hover {
  text-decoration: underline;
}

/* ネクストナビ */
.next_navi {
  font-size: 0.9rem;
  font-family: Quicksand;
  text-align: center;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.next_navi a {
  line-height: 1em;
  padding: 5px;
  display: inline-block;
  color: #a7a7a7;
}
.next_navi a:hover {
  background-color: #e1e1e1;
  text-decoration: none;
}
.next_navi .pre {
}
.next_navi .pre {
  font-size: 14px;
  text-decoration: none;
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
}
.next_navi .next {
  font-size: 14px;
  text-decoration: none;
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
}
.next_navi .current {
  padding: 5px;
  font-weight: bold;
  color: black;
}

/* リンクボックス */
.linkbox {
  cursor: pointer;
}

/* モーダル・クッキーポリシー */
.cookie-popup {
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.6); */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: 0.4s ease;
}
.cookie-popup.ok {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.popup-inner {
  color: #363636;
  font-size: 0.75rem;
  line-height: 1.3rem;
  width: 85%;
  max-width: 500px;
  padding: 30px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%);
  background-color: rgba(255, 255, 255, 0.91);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 15px #464646;
  border-radius: 10px;
  border: 2px solid #cdcdcd;
}
.popup-inner p {
  padding-bottom: 15px;
}
.popup-inner .btns {
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.popup-inner .btn {
  display: inline-block;
  color: white;
  font-size: 0.8rem;
  line-height: 1;
  padding: 10px 25px;
  border: 0px;
  margin: auto 10px;
  background-color: #1c304d;
  cursor: pointer;
}
.popup-inner .btn.no {
  background-color: #717171;
}

ul.nomal {
  padding-left: 25px;
}
ul.nomal li {
  line-height: 1.3rem;
  margin-bottom: 8px;
}

/*------------------------------SP用------------------------------*/
for_____SP {
}
@media screen and (max-width: 440px) {
  html,
  body {
    scroll-padding-top: 80px;
  }
  body {
    padding-top: 70px;
  }

  .pcOn {
    display: none;
  }
}

/*------------------------------PC用------------------------------*/
for_____PC {
}
@media screen and (min-width: 821px) {
  html,
  body {
    scroll-padding-top: 140px;
  }
  body {
    padding-top: 115px;
  }
  .pcOn {
    display: block;
  }

  .spOn {
    display: none !important;
  }
  /* telリンク禁止 */
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  p {
    margin-bottom: 1em;
    word-break: break-all;
  }
}

/*------------------------------Tab用------------------------------*/
@media screen and (min-width: 441px) and (max-width: 959px) {
  html,
  body {
    scroll-padding-top: 100px;
  }
  body {
    padding-top: 70px;
  }

  .spOn {
    display: none;
  }
}
