
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'sans-serif';
  font-weight: 500;
  letter-spacing: 1px; 
}

.btn-jp {
    font-size: 16px;
    padding: 10px 30px;
    margin-top: 8px;
}

/* ---- ページ全体 ------------------------*/
/* ページトップ移動ボタン */
#button-page-top {
    position: fixed;
    bottom: 15px;
    right: 25px;
    font-size: 80%;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    z-index: 10;
}
#button-page-top a {
    background: #00c;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 60px;
}
#button-page-top a:hover {
    background: #33f;
    text-decoration: none;
}
/* -------------------------------------- */

/* ---- 上部ナビ ------------------------ */
#mainNav .aff-menu > li > a {
  font-size: 11pt;
  font-family: 'Catamaran', 'Helvetica', 'Arial', "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'sans-serif';
  font-weight: 500;
}
/* -------------------------------------- */

/* ---- トップ ------------------------ */
header.affty-top {
  background: url("../img/C00131-001B-1920.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media all and (-ms-high-contrast: none) {
  header.affty-top {
    padding-top: 280px;
  }
}

.affty-h1 {
 height: 20px;
}

.affty-title {
}

.top-msg {
  margin-top: 0;
  margin-bottom: 40px;
}
/* -------------------------------------- */

/* ---- 会社概要 ------------------------ */
section.company {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  background: #ffdd44;
  background: -webkit-linear-gradient(#ffdd44, #fdc539);
  background: linear-gradient(#ffdd44, #fdc539);
  padding-top: 64px;
}

section.company .fname {
  font-size: 20px;
  font-weight: 500;
}

section.company h2 {
    font-size: 30px;
    margin-bottom: 90px;
}

@media (min-width: 768px) {
  section.company h2 {
    font-size: 30px;
  }
}


/* -------------------------------------- */

/* ---- 業務内容 ------------------------ */
section.business {
  padding-top:64px;
}

section.business h2 {
    font-size: 30px;
    margin-bottom: 90px;
}

section.business .business-item h3 {
  font-size: 18pt;
  text-align: center;
}

section.business .business-item p {
  font-size: 11pt;
  text-align: left;
}

section.business .business-item i {
  font-size: 24pt;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-affty-system:before {
  content: url("../img/f-f_business_97-s128_f_business_97_0.png");
}

.icon-affty-server:before {
  content: url("../img/f-f_business_65-s128_f_business_65_0.png");
}

.icon-affty-domain:before {
  content: url("../img/f-f_business_11-s128_f_business_11_0.png");
}

.icon-affty-meta_trader:before {
  content: url("../img/f-f_business_21-s128_f_business_21_0.png");
}
/* -------------------------------------- */


/* ---- お問い合わせ -------------------- */
section.affty-contact {
  padding: 250px 0;
  background-image: url("../img/coffee-2608864_1920.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 24px;
  font-weight: 500;
}

section.affty-contact .affty-cta-content h2 {
  max-width: 560px;
  font-size: 40pt;
  margin-bottom: 90px;
}
/* -------------------------------------- */

/* ---- 個人サイト ---------------------- */
section.affty-psn {
  background-color: #eb3;
}

section.affty-psn h2 {
  color: #999;
}
/* -------------------------------------- */

