﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
/*----------------------------------------
 * Initialize */
/*---------------------------------------- */
html {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1920px) {
  html {
    background: url("../images/common/extra-bg.png") #222;
  }
}

body {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #222222;
}
@media only screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1920px) {
  body {
    background-color: #FFF;
    max-width: 1920px;
    width: 1920px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

p {
  margin: 0;
}

ul, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

a {
  color: #222222;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
a:hover {
  color: #929497;
  text-decoration: none;
}
a:focus {
  color: #929497;
}


/*----------------------------------------
 *        About
 *---------------------------------------- */
.about-area {
  position: relative;
  z-index: 0;
}
.about-area .contents-wrap {
  padding: 70px 0 100px 0;
}
@media only screen and (max-width: 768px) {
  .about-area .contents-wrap {
    padding: 23px 16px 50px 16px;
  }
}

.about__lead {
  margin-bottom: 51px;
  font-size: 1.14rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .about__lead {
    margin-bottom: 23px;
    font-size: 1rem;
  }
}
.about__lead a {
  color: #036bd2;
  text-decoration: underline;
}

.about__main p {
  margin-bottom: 51px;
  font-size: 1.14rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .about__main p {
    margin-bottom: 20px;
    font-size: 1rem;
  }
}
.about__main .last {
  margin-bottom: 0 !important;
}
.about__main ol {
  margin-bottom: 40px;
  list-style: decimal;
}
@media only screen and (max-width: 768px) {
  .about__main ol {
    margin-bottom: 20px;
  }
}
.about__main li {
  margin-bottom: 5px;
  margin-left: 1.5em;
  font-size: 1.14rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .about__main li {
    font-size: 1rem;
  }
}

.lang-en .about .about--wrap {
  margin: 80px 0 80px 0;
}
@media only screen and (max-width: 768px) {
  .lang-en .about .about--wrap {
    margin: 30px 0 30px 0;
  }
}
.lang-en .about .about--wrap > p {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .lang-en .about .about--wrap > p {
    margin-bottom: 30px;
  }
}
.copyright--kazari {
  display: inline-block;
  width: 360px;
  height: 100px;
  background: url("../fea/image/logo.png") left center no-repeat;
  background-size: 360px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}