@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
  box-sizing: border-box;
  word-wrap: break-word;
  border: 0;

  overflow-wrap: bleak-all;
}
*::before, *::after {
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: none;
}
html {
  font-size: 62.5%;
}
html.wf-active.fa-events-icons-ready {
  visibility: visible;/* ロード時のwebフォントちらつき防止 */
}
body {
  /*   overflow-x: hidden; */
  width: 100%;
  height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ",sans-serif;
  line-height: 1;

  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1.4rem;
  font-weight: normal;
}
p {
  line-height: 1.56;
}
ol, ul, li {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a, a:hover {
  text-decoration: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
th {
  text-align: left;
}
address {
  font-style: normal;
}
strong, em {
  font-style: normal;
}
button, textarea, input {
  outline: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.box_slider {
  /* スライドショーを囲っている要素 */
  visibility: hidden;
}
.box_slider.slick-initialized {
  visibility: visible;
}

/*-----------------------------
汎用クラス
-----------------------------*/
@media print,screen and (min-width: 901px) {
  .for_sp, .for_spinline {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .for_pc, .for_pcinline {
    display: none;
  }
  .for_sp {
    display: block;
  }
  .for_spinline {
    display: inline;
  }
}

.txt_right {
  text-align: right;
}
.txt_center {
  text-align: center;
}
.font_bold {
  font-weight: bold;
}
.font_blue {
  color: #324563!important;
}
.font_red {
  color: #c90000!important;
}
.no_border {
  border: none!important;
}
.no_border_b {
  border-bottom: none!important;
}
.txt_indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.p_00 {
  padding: 0!important;
}
.pl_00 {
  padding-left: 0!important;
}
.mb_00 {
  margin-bottom: 0!important;
}
.mb_05 {
  margin-bottom: 5px!important;
}
.mb_10 {
  margin-bottom: 10px!important;
}
.mb_15 {
  margin-bottom: 15px!important;
}
.mb_20 {
  margin-bottom: 20px!important;
}
.mb_25 {
  margin-bottom: 25px!important;
}
.mb_30 {
  margin-bottom: 30px!important;
}
.mb_35 {
  margin-bottom: 35px!important;
}
.mb_40 {
  margin-bottom: 40px!important;
}
.mb_45 {
  margin-bottom: 45px!important;
}
.mb_50 {
  margin-bottom: 50px!important;
}
.mb_55 {
  margin-bottom: 55px!important;
}
.mb_60 {
  margin-bottom: 60px!important;
}
.mb_65 {
  margin-bottom: 65px!important;
}
.mb_70 {
  margin-bottom: 70px!important;
}
.mb_80 {
  margin-bottom: 80px!important;
}
.mb_100 {
  margin-bottom: 100px!important;
}
