﻿@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: #000000;
}
@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;
}

.contents-header {
  
  background: #666666;
}

.contents-header_in1 {
  display: inline-block;
  width: 350px;
  letter-spacing: 0em;
}
.contents-header_in2 {
  display: inline-block;
  width: 230px;
  letter-spacing: 0em;
}

.contents-header_in3 {
  display: inline-block;
  width: 230px;
  letter-spacing: 0em;
}

.contents-header_in4 {
  display: inline-block;
  width: 360px;
  letter-spacing: 0em;
  margin: 0 0 0 auto; 
}

.header__logo {
  width: 273px;
  height: 56px;
  position: static;
  top: 10px;
  zoom: 0.75;
  background: url("../fea/image/logo.png") left center no-repeat;
  background-size: 360px auto;
}
.contents-header--title {
  position: static;
  height: 300px;
}

.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;
}
.copyright--jusho {
  display: inline-block;
  width: 250px;
  height: 100px;
  text-indent: 100%;
  overflow: hidden;
  padding: 10px;
  color:#FFFFFF;
  font-size: 0.9rem;
}
.copyright--kazari2 {
  display: -webkit-flex;
  width: 320px;
  height: 140px;
  zoom: 0.75;
  background: url("../fea/image/footer-kazari-2x.png") left center no-repeat;
  background-size: 320px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 0 auto; 
}
.copyright--kazari3 {
  display: block;
  width: 320px;
  height: 90px;
  white-space: nowrap;
  margin: 0 auto 0 auto;
  color: #FFFFFF;
}
.copyright__list2 {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 66px;
  right: 0;
  color: #FFFFFF;
  font-size: 0.84rem;
}

.copyright__list2 a {
  color: #FFFFFF;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.copyright__list2 a:hover {
  color: #222222;
  text-decoration: none;
}
.copyright__list2 a:focus {
  color: #222222;
}

.about-area .topimage {
  padding: 0 0 0 0;
  text-align:center;
}

.about-area .topimg {
margin: 0 auto;
max-width: 100%;
height: auto;
}



header .contents-wrap {
  height: 180px;
  position: static;
}


/*----------------------------------------
 *        About
 *---------------------------------------- */
.about-area {
  position: relative;
  z-index: 0;
  background: #000000;
}
.about-area .contents-wrap {
  padding: 0 0 0 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;
  }
}



img.logo1 {
width: 100%;
}
img.fet {
width: 70%;
}
img.feo {
width: 70%;
}
img.kyokuto {
width: 70%;
margin:0 0 0 auto;
}

