@charset "UTF-8";
/* ============================================================ */
/* 共通設定 */
/* ============================================================ */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
html {
  font-size: 62.5%;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Light");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Regular");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Regular");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  font-family: 'lato', "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

@media only screen and (min-width: 769px) and (max-width: 1020px) {
  html {
    zoom: 0.72;
  }
}

#wrap {
  position: relative;
  min-width: 1020px;
  width: 100%;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.8;
}

.sp_view {
  display: none !important;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
}

em,
strong {
  font-weight: bold;
}

::-moz-selection {
  background-color: #333;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #333;
  color: #fff;
  text-shadow: none;
}

/* ============================================================ */
/* #contents */
/* ============================================================ */
#contents {
  position: relative;
  width: 100%;
  min-width: 1020px;
  margin: 0 auto;
}

#contents .row {
  width: 1020px;
  margin: 0 auto;
}

#contents .row_bg_gray {
  margin: 0 0 80px;
  padding: 60px 0;
  background: #eee;
}

#contents h2 {
  margin-bottom: 20px;
  font-size: 3rem;
  text-align: center;
  font-weight: 300;
  line-height: 1.6;
}

#contents .sub_ttl {
  margin-bottom: 50px;
  text-align: center;
}

#contents .sub_ttl span {
  position: relative;
  font-size: 2rem;
  text-align: center;
}

#contents .sub_ttl span::before, #contents .sub_ttl span::after {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background: #000;
  content: "";
}

#contents .sub_ttl span::before {
  left: -80px;
}

#contents .sub_ttl span::after {
  right: -80px;
}

#contents .lead {
  margin-bottom: 80px;
  text-align: center;
}

/* ============================================================ */
/* アイコンフォント */
/* ============================================================ */
@font-face {
  font-family: 'icomoon';
  src: url("../../icon/fonts/icomoon.eot?sen7lx");
  src: url("../../icon/fonts/icomoon.eot?sen7lx#iefix") format("embedded-opentype"), url("../../icon/fonts/icomoon.ttf?sen7lx") format("truetype"), url("../../icon/fonts/icomoon.woff?sen7lx") format("woff"), url("../../icon/fonts/icomoon.svg?sen7lx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-slack:before {
  content: "\e902";
}

.icon-close:before {
  content: "\e904";
}

.icon-outer:before {
  content: "\e900";
}

.icon-menu:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-map-marker:before {
  content: "\e906";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-add:before {
  content: "\e144";
}

.icon-done:before {
  content: "\e876";
}

.icon-arrow-down:before {
  content: "\e313";
}

.icon-arrow-left:before {
  content: "\e314";
}

.icon-arrow-right:before {
  content: "\e315";
}

.icon-arrow-up:before {
  content: "\e316";
}

.icon-remove:before {
  content: "\e15b";
}
