@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
em {
  font-style: normal;
}

strong,
th {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
}

hr,
legend {
  display: none;
}


img,
fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

li {
  list-style-type: none;
}

input[type="submit"], button, label, select {
  cursor: pointer;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* link
------------------------------------------------------------*/
a {
  outline: none;
  color: #333333;
  text-decoration: none;
  transition: all 300ms 0s ease;
}
a:hover {
  text-decoration: underline;
  color: #333333;
}

a:hover {
  opacity: .75;
  text-decoration: none;  
  transition: all 400ms 0s ease;
}
@media only screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}
.tabletP a:hover {
  opacity: 1;
}

button:hover {
  opacity: .75;
}

/* Fonts
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

/* 10px base */
body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
}

body, input, button, textarea, select {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  body > div, input, button, textarea, select {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body.tabletP > div {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 400px) {
  body > div, input, button, textarea, select {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.fancybox-bg {
  display: none !important;
}

#fancybox-content {
  text-align: center;
  -moz-box-shadow: #333333 0 0 28px;
  -webkit-box-shadow: #333333 0 0 28px;
  box-shadow: #333333 0 0 28px;
}
@media only screen and (max-width: 768px) {
  #fancybox-content {
    -moz-box-shadow: #333333 0 0 0;
    -webkit-box-shadow: #333333 0 0 0;
    box-shadow: #333333 0 0 0;
  }
}

.spOnly {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }

  .spOnly {
    display: block !important;
  }
}
