@charset "utf-8";

/* base
----------------------------------*/
html {
  font-size: 62.5%; /* root: 10px */
  height: 100%;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.56;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #000000;
  line-height: 1.2;
}

/* Safariのみ仮名文字のみをカーニングする指定 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, body {
    font-feature-settings: "pkna";
  }
}
.fsmth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
/* IEだけインラインSVGの表示サイズがおかしくなるバグへの対処方法 */
img[src$=".svg"] {
  width: 100%; /* lte IE10 */
}
a {
  text-decoration: none;
  color: inherit;
  outline: none; /* lte IE8 */
}
a img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ua-desktop a:hover img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: alpha(opacity=70); /* lte IE8 */
  opacity: 0.7;
}
.ua-desktop a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: alpha(opacity=70); /* lte IE8 */
  opacity: 0.7;
}
.ua-desktop a.hv-op-no:hover {
  filter: alpha(opacity=100); /* lte IE8 */
  opacity: 1;
}

/* switching PC/SP
----------------------------------*/
@media only screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 751px) {
  .pc {
    display: none !important;
  }
}

/* basic
----------------------------------*/
.font-type-01 {
  font-family: 'arial', sans-serif;
}
.color01 {
  color: #a21600;
  font-weight: bold;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
a:hover {
  opacity: 0.8;
}

/* common
----------------------------------*/
.main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 65px 14px 50px;
}
.logo-chin-tai {
  margin-bottom: 43px;
}
.logo-chin-tai-img {
  width: 120px;
  margin: 0 auto;
}
.logo-name {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 7px;
  text-align: center;
  font-weight: bold;
}

/* IE10以降に適用する */
/* IE（IE10以降）のみ、游ゴシックを表示しないようにする（ベースラインが他のブラウザと合わないため） */
@media all and (-ms-high-contrast:none){
  body.ua-desktop {
    font-family: "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}


@media only screen and (max-width: 750px) {

  .main {
    padding: 16px 14px 50px;
  }
  .logo-chin-tai {
    margin-bottom: 15px;
  }
  .logo-chin-tai-img {
    width: 72px;
  }
  .logo-name {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 3px;
  }
}
