@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,400);
@import url(/css/enfold/usr/operation/pc/font/font.css);
.icon:before {
  display: inline-block;
  font-family: "myfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  position: relative;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  min-width: 1024px;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body input, body textarea {
    font-family: 'Montserrat', sans-serif; }

li {
  list-style-type: none; }

img {
  max-width: 100%;
  vertical-align: bottom;
}

.app-show, .app-hide {
  transition: width 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), padding 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), margin 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }

.app-show {
  opacity: 1;
  transform: translate(0, 0); }

.app-hide {
  opacity: 0;
  transform: translate(0, 20px); }

.enf-jp {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Gothic", sans-serif; }

.enf-header {
  box-sizing: border-box;
  width: 400px;
  margin-top: -10px;
  margin-right: -400px;
  padding: 0 100px;
  float: left;
  position: relative;
  z-index: 10;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);}
  .enf-header .enf-header-logo {
    width: 180px; }
  .enf-header .enf-header-nav {
    margin-top: 37px;
    padding-right: 20px; }
    .enf-header .enf-header-nav li {
      margin-bottom: 15px; }
      .enf-header .enf-header-nav li a {
        text-decoration: none;
        padding-bottom: 8px;
        display: inline-block;
        transition: border-bottom 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
        .enf-header .enf-header-nav li a:link, .enf-header .enf-header-nav li a:visited {
          color: #000;
          border-bottom: solid 1px transparent; }
      .device-desktop .enf-header .enf-header-nav li a:hover {
        color: #000;
        border-bottom: solid 1px #000; }
      .enf-header .enf-header-nav li a {
        display: block;
        font-size: 12px;
        letter-spacing: 0.1em;
        text-decoration: none;
        padding-bottom: 8px; }
      .enf-header .enf-header-nav li.enf-nav-current > a {
        border-bottom: solid 1px #000;
        font-weight: bold; }
      .enf-header .enf-header-nav li ul {
        padding-top: 15px;
        padding-left: 20px;
        margin-bottom: -4px; }
        .enf-header .enf-header-nav li ul li {
          margin-bottom: 18px; }
          .enf-header .enf-header-nav li ul li a {
            padding-bottom: 5px; }
      .enf-header .enf-header-nav li.enf-nav-news {
        margin-top: 50px; }
  .enf-header .enf-header-social {
    margin-top: -2px; }
    .enf-header .enf-header-social:after {
      content: "";
      display: block;
      clear: both; }
    .enf-header .enf-header-social li {
      float: left;
      margin-right: 14px; }
      .enf-header .enf-header-social li a {
        text-decoration: none;
        padding-bottom: 8px;
        display: inline-block;
        transition: border-bottom 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
        .enf-header .enf-header-social li a:link, .enf-header .enf-header-social li a:visited {
          color: #000;
          border-bottom: solid 1px transparent; }
      .device-desktop .enf-header .enf-header-social li a:hover {
        color: #000;
        border-bottom: solid 1px #000; }
      .enf-header .enf-header-social li a {
        width: 14px;
        text-align: center; }
  @media screen and (max-width: 1280px) {
    .enf-header {
      width: 320px;
      margin-right: -320px;
      padding: 0 70px; }
      .enf-header .enf-header-nav {
        padding-right: 0; } }

.enf-wrapper {
  padding-top: 100px;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%; }
  .enf-wrapper:after {
    content: "";
    display: block;
    clear: both; }
  .enf-wrapper .enf-contents {
    float: left;
    width: 100%; }
    .enf-wrapper .enf-contents .enf-content {
      margin-left: 400px;
      margin-right: 100px; }
    .mypage-content {
      margin-left: 200px;
      margin-right: 200px; }
  @media screen and (max-width: 1280px) {
    .enf-wrapper {
      padding-top: 70px; }
      .enf-wrapper .enf-contents .enf-content .mypage-content {
        margin-left: 320px;
        margin-right: 70px; } }
  @media screen and (min-width: 2040px) {
    .enf-wrapper {
      padding-top: 150px;
      width: 2040px;
      margin: 0 auto; } }

.enf-footer {
  border-top: solid 1px #eee;
  box-sizing: border-box;
  width: 100%;
  padding: 96px 100px 98px 101px; }
  .enf-footer:after {
    content: "";
    display: block;
    clear: both; }
  .enf-footer .enf-footer-logo {
    width: 90px; }
  .enf-footer .enf-footer-copyright {
    font-size: 10px;
    color: #999;
    margin-top: 11px; }
  .enf-footer .enf-footer-nav {
    margin-top: -28px;
    float: right; }
    .enf-footer .enf-footer-nav:after {
      content: "";
      display: block;
      clear: both; }
    .enf-footer .enf-footer-nav li {
      float: left;
      margin-left: 36px; }
      .enf-footer .enf-footer-nav li a {
        text-decoration: none;
        padding-bottom: 8px;
        display: inline-block;
        transition: border-bottom 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
        .enf-footer .enf-footer-nav li a:link, .enf-footer .enf-footer-nav li a:visited {
          color: #999;
          border-bottom: solid 1px transparent; }
      .device-desktop .enf-footer .enf-footer-nav li a:hover {
        color: #999;
        border-bottom: solid 1px #999; }
      .enf-footer .enf-footer-nav li a {
        font-size: 11px;
        letter-spacing: 0.05em;
        transition: border-bottom 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53), color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
      .device-desktop .enf-footer .enf-footer-nav li a:hover {
        color: #000;
        border-color: #000; }
  @media screen and (max-width: 1280px) {
    .enf-footer {
      padding: 96px 70px 98px 70px; } }
  @media screen and (min-width: 2040px) {
    .enf-footer {
      padding-left: 0;
      padding-right: 0; }
      .enf-footer .inner {
        box-sizing: border-box;
        width: 2040px;
        margin: 0 auto;
        padding-left: 100px;
        padding-right: 200px; } }
