@charset "UTF-8";
/* CSS Document */

/* HTML
============================== */
html, body {
  position: relative;
  margin: 0;
  padding: 0;
  }
html {
  width: 100%;
  height: 100%;
  font-size: 10px;
  }
body {
  position: relative;
  min-height: 100%;
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  }
@media print, (min-width: 992px) {
  body {
    font-size: 1.6rem;
    }
  }

/* FONT FAMILY */
body, .-sans-serif {
  font-family:
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    Arial, Helvetica, Roboto, "Droid Sans", "Droid Sans Japanese",
    sans-serif;
  }
.-serif {
  font-family:
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",
    "Times New Roman",
    serif;
  }


/* TEXT */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.25;
  }
p {
  line-height: 1.25;
  }
p + p {
  margin-top: 0.5em;
  }
em,
address {
  font-style: normal;
  }


/* block */
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
img, svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  }
hr {
  clear: both;
  width: auto;
  height: 0;
  border-top: solid 0.1rem #666;
  }


/* LINK */
a {
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }
a:hover {
  opacity: 0.8;
  }
a[href^="http"]:empty:after {
  content: attr(href);
  }
a[href^="http"]:empty:after,
a[href^="mailto"] {
  display: inline;
  white-space: normal;
  word-break: break-all;
  }
@media print, (min-width: 768px) {
  a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    }
}


/* TABLE */
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875em;
  background-color: #FFF;
  }
table caption {
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-align: left;
  }
table, th, td {
  border-style: solid;
  border-color: rgba(0,104,136,1);
  border-width: 0.1rem;
  }
table .row_head col {
  width: 10em;
  }
table .row_head,
table .row_head col:first-child {
  background-color: rgba(0,0,0,0.1);
  }
table thead {
  background-color: rgba(0,104,136,0.7);
  }
table thead th {
  color: #FFF;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  }
table thead > tr {
  border-bottom-style: double;
  border-bottom-width: 0.3rem;
  }
table tfoot {
  background-color: #F0F0F0;
  }
table tfoot > tr {
  border-top-style: double;
  border-top-width: 0.3rem;
  }
table th,
table td {
  padding: 0.5em;
  vertical-align: middle;
  line-height: 1.25;
  }
table th {
  font-weight: 600;
  text-align: center;
  }
table td {
  text-align: left;
  }
table tbody th {
  }


/* FORM */
textarea,
input,
button,
select {
  margin: 0.2rem auto;
  padding: 0.2em;
  border-radius: 0.3rem;
  border-style: solid;
  border-width: thin;
  border-color: #ccc;
  background-color: #FFF;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
textarea.-w_narrow,
input.-w_narrow,
button.-w_narrow,
select.-w_narrow {
  width: 8em;
  }
textarea.-w_harf,
input.-w_harf,
button.-w_harf,
select.-w_harf,
textarea.-w_full,
input.-w_full,
button.-w_full,
select.-w_full {
  width: 100%;
  }
textarea {
  height: 5em;
  line-height: 1.25;
  }
@media screen and (max-width: 767px) {
  /* iOSフォームズーム対策 */
  textarea,
  input,
  button,
  select {
    font-size: 1.6rem;
    }
}

@media print, (min-width: 768px) {
  textarea.-w_harf,
  input.-w_harf,
  button.-w_harf,
  select.-w_harf {
    width: 49%;
    }
}


/* RESPONSIVE
============================== */
/* br */
.-is_nr, .-is_sp, .-is_tb, .-is_pc { display: none; }
@media screen and (max-width: 320px) {
  .-is_nr { display: block; }
}
@media screen and (max-width: 767px) {
  .-is_sp { display: block; }
}
@media print, (min-width: 768px) and (max-width: 991px) {
  .-is_tb { display: block; }
}
@media print, (min-width: 992px) {
  .-is_pc { display: block; }
}


/* inline-block */
.-ib {
  display: inline-block;
  }
@media print, (min-width: 768px) {
  .-tb_ib {
    display: inline-block;
    }
}
@media print, (min-width: 992px) {
  .-pc_ib {
    display: inline-block;
    }
}

/* KERNING
============================== */
.-kn_nr {
  display: inline-block;
  margin-right: -0.25em;
  margin-left: -0.25em;
  }


