@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

hr {
  display: none;
}

body {
  color: #222;
}

a:link {
  color: #222;
}
a:visited {
  color: #222;
  text-decoration: underline;
}
a:hover {
  color: #ff94a9;
}
a:active {
  text-decoration: none;
}

h1 {
  margin-bottom: 25px;
}

h2 {
  margin-bottom: 20px;
}

h3 {
  margin-bottom: 12px;
}

h4, h5 {
  margin-bottom: 10px;
}

p {
  margin-bottom: 12px;
  text-align: justify;
}

li, dd, td {
  text-align: justify;
}

input.checkbox, input.radiobox {
  margin: 4px 4px 0 0;
}

.clear {
  clear: both;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.cf:after, .clearfix:after {
  clear: both;
}

.cf, .clearfix {
  *zoom: 1;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.align-l {
  text-align: left !important;
}

.align-c {
  text-align: center !important;
}

.align-r {
  text-align: right !important;
}

.strong {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.none {
  display: none;
}

.em {
  font-style: italic;
}

.no-bg {
  background: none !important;
}

.no-border {
  border: none !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.last {
  margin-bottom: 0 !important;
}

.num {
  font-family: "Osaka" !important;
}

.desktop img.hover:hover {
  opacity: 0.7;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

body {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS-PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-size10 {
  font-size: 77% !important;
  line-height: 1.5;
}

.font-size11 {
  font-size: 85% !important;
  line-height: 1.5;
}

.font-size12 {
  font-size: 93% !important;
  line-height: 1.5;
}

.font-size14 {
  font-size: 108% !important;
  line-height: 1.5;
}

.font-size16 {
  font-size: 123.1% !important;
  line-height: 1.5;
}

.font-size18 {
  font-size: 138.5% !important;
  line-height: 1.5;
}

.font-size20 {
  font-size: 153.9% !important;
  line-height: 1.5;
}

.font-size22 {
  font-size: 167% !important;
  line-height: 1.5;
}

.font-size24 {
  font-size: 182% !important;
  line-height: 1.5;
}

.font-notes {
  color: #666;
}

.color-red {
  color: #e82115;
}

.color-orange {
  color: #ff4d00;
}

.color-yellow {
  color: #ffe100;
}

.color-gold {
  color: #cbbb64;
}

.color-brown {
  color: #5f5436;
}

.color-black {
  color: #000;
}

.color-white {
  color: #fff;
}

#container .tablet {
  display: none;
}

#container .sp {
  display: none;
}

#container .sp_tablet {
  display: none;
}

img {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

.fit,
.fit img {
  width: 100%;
  height: auto;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 949px) {
  #container .pc {
    display: none;
  }

  #container .tablet, #container .pc_tablet, #container .sp_tablet {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #container .sp {
    display: block;
  }

  #container .pc_tablet, #container .tablet {
    display: none;
  }
}
