@charset "UTF-8";
/*****************************
 base
******************************/
html {
  height: 100%;
}

body {
  color: #929292;
  height: auto !important;
  height: 100%;
  line-height: 1.5 !important;
  min-height: 100%;
  font-family: 'Palatino Linotype', "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Meiryo, Geneva, Arial, Verdana, sans-serif;
  font-family: 'Lato', 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  position: relative;
  margin: 0;
  min-width: 1000px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: lighter;
}

article {
  margin-left: auto;
  margin-right: auto;
}

h1 {
  margin: 0;
}
h1.logo_area img {
  width: 160px;
}

a {
  display: block;
  text-decoration: none;
  color: #000;
  outline: none;
}
a:hover {
  color: #00F;
}

.article_box {
  margin: 0px 0;
  padding-top: 70px;
}
.article_box section {
  max-width: 1000px;
  margin: 0 auto;
}

.width100 {
  max-width: 100% !important;
  width: 100% !important;
}

.hyphen:after {
  content: "-";
}

@media screen and (max-width: 769px) {
  body {
    min-width: 100%;
  }
}
/*****************************
 header nav
******************************/
.main-nav {
  z-index: 10;
  position: absolute;
  top: 85vh;
  padding-left: 4%;
}
.main-nav nav {
  display: inline-block;
  list-style: none;
  padding: 0px 20px;
}
.main-nav nav li {
  display: inline-block;
  padding: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
}
.main-nav nav li a {
  color: #cacaca;
  border-bottom: 4px solid transparent;
}
.main-nav nav li a:hover {
  color: #949494;
  border-bottom: 4px solid #949494;
}
.main-nav.fixed {
  background: #FFF;
  width: 100%;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #ececec;
}

/*****************************
 footer
******************************/
#footer {
  width: 100%;
  background: #929292;
  color: #FFF;
  padding: 20px 0px;
}
#footer #footer_content {
  font-weight: normal;
}
#footer #footer_content .company_logo {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  margin-left: 20px;
}
#footer #footer_content .company_name {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-right: 20px;
}
#footer #footer_content .copyright {
  font-size: 12px;
  font-size: 0.75rem;
}
#footer #footer_content .privacy_link {
  margin: 0 20px;
}
#footer #footer_content .privacy_link a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFF;
}
#footer #footer_content li {
  display: inline-block;
}
#footer #footer_content p {
  color: #FFF;
}

@media screen and (max-width: 769px) {
  #footer #footer_content {
    position: relative;
    text-align: center;
  }
}
/*****************************
 title
******************************/
.title1 {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #929292;
  text-align: center;
  margin: 40px 0;
  margin-bottom: 90px;
}
.title1 span {
  border-bottom: 2px solid #929292;
  font-size: 30px;
  font-size: 1.875rem;
  padding: 7px 13px 7px 13px;
  letter-spacing: 0.2rem;
}

.title2 {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #929292;
  text-align: center;
  margin: 40px 0;
}

/***************************************/
/*            アイコン		         */
/***************************************/
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=4.4.0");
  src: url("../font/fontawesome-webfont.eot?iefix&v=4.4.0") format("embedded-opentype"), url("../font/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../font/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../font/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../font/fontawesome-webfont.svg?v=#4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

.icon-500px:before {
  content: "\f26e";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-adn:before {
  content: "\f170";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-amazon:before {
  content: "\f270";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-android:before {
  content: "\f17b";
}

.icon-angellist:before {
  content: "\f209";
}

.icon-angle-double-down:before {
  content: "\f103";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-up:before {
  content: "\f102";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-apple:before {
  content: "\f179";
}

.icon-archive:before {
  content: "\f187";
}

.icon-area-chart:before {
  content: "\f1fe";
}

.icon-arrow-circle-down:before {
  content: "\f0ab";
}

.icon-arrow-circle-left:before {
  content: "\f0a8";
}

.icon-arrow-circle-o-down:before {
  content: "\f01a";
}

.icon-arrow-circle-o-left:before {
  content: "\f190";
}

.icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.icon-arrow-circle-o-up:before {
  content: "\f01b";
}

.icon-arrow-circle-right:before {
  content: "\f0a9";
}

.icon-arrow-circle-up:before {
  content: "\f0aa";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrows:before {
  content: "\f047";
}

.icon-arrows-alt:before {
  content: "\f0b2";
}

.icon-arrows-h:before {
  content: "\f07e";
}

.icon-arrows-v:before {
  content: "\f07d";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-at:before {
  content: "\f1fa";
}

.icon-automobile:before {
  content: "\f1b9";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-balance-scale:before {
  content: "\f24e";
}

.icon-ban:before {
  content: "\f05e";
}

.icon-bank:before {
  content: "\f19c";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-bar-chart-o:before {
  content: "\f080";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-battery-0:before {
  content: "\f244";
}

.icon-battery-1:before {
  content: "\f243";
}

.icon-battery-2:before {
  content: "\f242";
}

.icon-battery-3:before {
  content: "\f241";
}

.icon-battery-4:before {
  content: "\f240";
}

.icon-battery-empty:before {
  content: "\f244";
}

.icon-battery-full:before {
  content: "\f240";
}

.icon-battery-half:before {
  content: "\f242";
}

.icon-battery-quarter:before {
  content: "\f243";
}

.icon-battery-three-quarters:before {
  content: "\f241";
}

.icon-bed:before {
  content: "\f236";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-behance:before {
  content: "\f1b4";
}

.icon-behance-square:before {
  content: "\f1b5";
}

.icon-bell:before {
  content: "\f0f3";
}

.icon-bell-o:before {
  content: "\f0a2";
}

.icon-bell-slash:before {
  content: "\f1f6";
}

.icon-bell-slash-o:before {
  content: "\f1f7";
}

.icon-bicycle:before {
  content: "\f206";
}

.icon-binoculars:before {
  content: "\f1e5";
}

.icon-birthday-cake:before {
  content: "\f1fd";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-square:before {
  content: "\f172";
}

.icon-bitcoin:before {
  content: "\f15a";
}

.icon-black-tie:before {
  content: "\f27e";
}

.icon-bold:before {
  content: "\f032";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-bomb:before {
  content: "\f1e2";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-bookmark-o:before {
  content: "\f097";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-btc:before {
  content: "\f15a";
}

.icon-bug:before {
  content: "\f188";
}

.icon-building:before {
  content: "\f1ad";
}

.icon-building-o:before {
  content: "\f0f7";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-bus:before {
  content: "\f207";
}

.icon-buysellads:before {
  content: "\f20d";
}

.icon-cab:before {
  content: "\f1ba";
}

.icon-calculator:before {
  content: "\f1ec";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-calendar-check-o:before {
  content: "\f274";
}

.icon-calendar-minus-o:before {
  content: "\f272";
}

.icon-calendar-o:before {
  content: "\f133";
}

.icon-calendar-plus-o:before {
  content: "\f271";
}

.icon-calendar-times-o:before {
  content: "\f273";
}

.icon-camera:before {
  content: "\f030";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-car:before {
  content: "\f1b9";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-caret-square-o-down:before {
  content: "\f150";
}

.icon-caret-square-o-left:before {
  content: "\f191";
}

.icon-caret-square-o-right:before {
  content: "\f152";
}

.icon-caret-square-o-up:before {
  content: "\f151";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-cart-arrow-down:before {
  content: "\f218";
}

.icon-cart-plus:before {
  content: "\f217";
}

.icon-cc:before {
  content: "\f20a";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.icon-cc-diners-club:before {
  content: "\f24c";
}

.icon-cc-discover:before {
  content: "\f1f2";
}

.icon-cc-jcb:before {
  content: "\f24b";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-paypal:before {
  content: "\f1f4";
}

.icon-cc-stripe:before {
  content: "\f1f5";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-chain:before {
  content: "\f0c1";
}

.icon-chain-broken:before {
  content: "\f127";
}

.icon-check:before {
  content: "\f00c";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-check-circle-o:before {
  content: "\f05d";
}

.icon-check-square:before {
  content: "\f14a";
}

.icon-check-square-o:before {
  content: "\f046";
}

.icon-chevron-circle-down:before {
  content: "\f13a";
}

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.icon-chevron-circle-up:before {
  content: "\f139";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-child:before {
  content: "\f1ae";
}

.icon-chrome:before {
  content: "\f268";
}

.icon-circle:before {
  content: "\f111";
}

.icon-circle-o:before {
  content: "\f10c";
}

.icon-circle-o-notch:before {
  content: "\f1ce";
}

.icon-circle-thin:before {
  content: "\f1db";
}

.icon-clipboard:before {
  content: "\f0ea";
}

.icon-clock-o:before {
  content: "\f017";
}

.icon-clone:before {
  content: "\f24d";
}

.icon-close:before {
  content: "\f00d";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-cny:before {
  content: "\f157";
}

.icon-code:before {
  content: "\f121";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-codepen:before {
  content: "\f1cb";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-cog:before {
  content: "\f013";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-comment:before {
  content: "\f075";
}

.icon-comment-o:before {
  content: "\f0e5";
}

.icon-commenting:before {
  content: "\f27a";
}

.icon-commenting-o:before {
  content: "\f27b";
}

.icon-comments:before {
  content: "\f086";
}

.icon-comments-o:before {
  content: "\f0e6";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-compress:before {
  content: "\f066";
}

.icon-connectdevelop:before {
  content: "\f20e";
}

.icon-contao:before {
  content: "\f26d";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-copyright:before {
  content: "\f1f9";
}

.icon-creative-commons:before {
  content: "\f25e";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-crop:before {
  content: "\f125";
}

.icon-crosshairs:before {
  content: "\f05b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-cube:before {
  content: "\f1b2";
}

.icon-cubes:before {
  content: "\f1b3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-cutlery:before {
  content: "\f0f5";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-dashcube:before {
  content: "\f210";
}

.icon-database:before {
  content: "\f1c0";
}

.icon-dedent:before {
  content: "\f03b";
}

.icon-delicious:before {
  content: "\f1a5";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-deviantart:before {
  content: "\f1bd";
}

.icon-diamond:before {
  content: "\f219";
}

.icon-digg:before {
  content: "\f1a6";
}

.icon-dollar:before {
  content: "\f155";
}

.icon-dot-circle-o:before {
  content: "\f192";
}

.icon-download:before {
  content: "\f019";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-drupal:before {
  content: "\f1a9";
}

.icon-edit:before {
  content: "\f044";
}

.icon-eject:before {
  content: "\f052";
}

.icon-ellipsis-h:before {
  content: "\f141";
}

.icon-ellipsis-v:before {
  content: "\f142";
}

.icon-empire:before {
  content: "\f1d1";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-envelope-square:before {
  content: "\f199";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-eur:before {
  content: "\f153";
}

.icon-euro:before {
  content: "\f153";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-exclamation-circle:before {
  content: "\f06a";
}

.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-expand:before {
  content: "\f065";
}

.icon-expeditedssl:before {
  content: "\f23e";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-external-link-square:before {
  content: "\f14c";
}

.icon-eye:before {
  content: "\f06e";
}

.icon-eye-slash:before {
  content: "\f070";
}

.icon-eyedropper:before {
  content: "\f1fb";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-facebook-official:before {
  content: "\f230";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-fax:before {
  content: "\f1ac";
}

.icon-feed:before {
  content: "\f09e";
}

.icon-female:before {
  content: "\f182";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-archive-o:before {
  content: "\f1c6";
}

.icon-file-audio-o:before {
  content: "\f1c7";
}

.icon-file-code-o:before {
  content: "\f1c9";
}

.icon-file-excel-o:before {
  content: "\f1c3";
}

.icon-file-image-o:before {
  content: "\f1c5";
}

.icon-file-movie-o:before {
  content: "\f1c8";
}

.icon-file-o:before {
  content: "\f016";
}

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-file-photo-o:before {
  content: "\f1c5";
}

.icon-file-picture-o:before {
  content: "\f1c5";
}

.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.icon-file-sound-o:before {
  content: "\f1c7";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-file-text-o:before {
  content: "\f0f6";
}

.icon-file-video-o:before {
  content: "\f1c8";
}

.icon-file-word-o:before {
  content: "\f1c2";
}

.icon-file-zip-o:before {
  content: "\f1c6";
}

.icon-files-o:before {
  content: "\f0c5";
}

.icon-film:before {
  content: "\f008";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-firefox:before {
  content: "\f269";
}

.icon-flag:before {
  content: "\f024";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-flag-o:before {
  content: "\f11d";
}

.icon-flash:before {
  content: "\f0e7";
}

.icon-flask:before {
  content: "\f0c3";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-floppy-o:before {
  content: "\f0c7";
}

.icon-folder:before {
  content: "\f07b";
}

.icon-folder-o:before {
  content: "\f114";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-folder-open-o:before {
  content: "\f115";
}

.icon-font:before {
  content: "\f031";
}

.icon-fonticons:before {
  content: "\f280";
}

.icon-forumbee:before {
  content: "\f211";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-frown-o:before {
  content: "\f119";
}

.icon-futbol-o:before {
  content: "\f1e3";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-gavel:before {
  content: "\f0e3";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-ge:before {
  content: "\f1d1";
}

.icon-gear:before {
  content: "\f013";
}

.icon-gears:before {
  content: "\f085";
}

.icon-genderless:before {
  content: "\f22d";
}

.icon-get-pocket:before {
  content: "\f265";
}

.icon-gg:before {
  content: "\f260";
}

.icon-gg-circle:before {
  content: "\f261";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-git:before {
  content: "\f1d3";
}

.icon-git-square:before {
  content: "\f1d2";
}

.icon-github:before {
  content: "\f09b";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-github-square:before {
  content: "\f092";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-glass:before {
  content: "\f000";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-google:before {
  content: "\f1a0";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-google-plus-square:before {
  content: "\f0d4";
}

.icon-google-wallet:before {
  content: "\f1ee";
}

.icon-graduation-cap:before {
  content: "\f19d";
}

.icon-gratipay:before {
  content: "\f184";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-h-square:before {
  content: "\f0fd";
}

.icon-hacker-news:before {
  content: "\f1d4";
}

.icon-hand-grab-o:before {
  content: "\f255";
}

.icon-hand-lizard-o:before {
  content: "\f258";
}

.icon-hand-o-down:before {
  content: "\f0a7";
}

.icon-hand-o-left:before {
  content: "\f0a5";
}

.icon-hand-o-right:before {
  content: "\f0a4";
}

.icon-hand-o-up:before {
  content: "\f0a6";
}

.icon-hand-paper-o:before {
  content: "\f256";
}

.icon-hand-peace-o:before {
  content: "\f25b";
}

.icon-hand-pointer-o:before {
  content: "\f25a";
}

.icon-hand-rock-o:before {
  content: "\f255";
}

.icon-hand-scissors-o:before {
  content: "\f257";
}

.icon-hand-spock-o:before {
  content: "\f259";
}

.icon-hand-stop-o:before {
  content: "\f256";
}

.icon-hdd-o:before {
  content: "\f0a0";
}

.icon-header:before {
  content: "\f1dc";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-heart:before {
  content: "\f004";
}

.icon-heart-o:before {
  content: "\f08a";
}

.icon-heartbeat:before {
  content: "\f21e";
}

.icon-history:before {
  content: "\f1da";
}

.icon-home:before {
  content: "\f015";
}

.icon-hospital-o:before {
  content: "\f0f8";
}

.icon-hotel:before {
  content: "\f236";
}

.icon-hourglass:before {
  content: "\f254";
}

.icon-hourglass-1:before {
  content: "\f251";
}

.icon-hourglass-2:before {
  content: "\f252";
}

.icon-hourglass-3:before {
  content: "\f253";
}

.icon-hourglass-end:before {
  content: "\f253";
}

.icon-hourglass-half:before {
  content: "\f252";
}

.icon-hourglass-o:before {
  content: "\f250";
}

.icon-hourglass-start:before {
  content: "\f251";
}

.icon-houzz:before {
  content: "\f27c";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-i-cursor:before {
  content: "\f246";
}

.icon-ils:before {
  content: "\f20b";
}

.icon-image:before {
  content: "\f03e";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-indent:before {
  content: "\f03c";
}

.icon-industry:before {
  content: "\f275";
}

.icon-info:before {
  content: "\f129";
}

.icon-info-circle:before {
  content: "\f05a";
}

.icon-inr:before {
  content: "\f156";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-institution:before {
  content: "\f19c";
}

.icon-internet-explorer:before {
  content: "\f26b";
}

.icon-intersex:before {
  content: "\f224";
}

.icon-ioxhost:before {
  content: "\f208";
}

.icon-italic:before {
  content: "\f033";
}

.icon-joomla:before {
  content: "\f1aa";
}

.icon-jpy:before {
  content: "\f157";
}

.icon-jsfiddle:before {
  content: "\f1cc";
}

.icon-key:before {
  content: "\f084";
}

.icon-keyboard-o:before {
  content: "\f11c";
}

.icon-krw:before {
  content: "\f159";
}

.icon-language:before {
  content: "\f1ab";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-lastfm:before {
  content: "\f202";
}

.icon-lastfm-square:before {
  content: "\f203";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-leanpub:before {
  content: "\f212";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-lemon-o:before {
  content: "\f094";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-life-bouy:before {
  content: "\f1cd";
}

.icon-life-buoy:before {
  content: "\f1cd";
}

.icon-life-ring:before {
  content: "\f1cd";
}

.icon-life-saver:before {
  content: "\f1cd";
}

.icon-lightbulb-o:before {
  content: "\f0eb";
}

.icon-line-chart:before {
  content: "\f201";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-linkedin-square:before {
  content: "\f08c";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-list:before {
  content: "\f03a";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-lock:before {
  content: "\f023";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-mail-forward:before {
  content: "\f064";
}

.icon-mail-reply:before {
  content: "\f112";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-male:before {
  content: "\f183";
}

.icon-map:before {
  content: "\f279";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-map-o:before {
  content: "\f278";
}

.icon-map-pin:before {
  content: "\f276";
}

.icon-map-signs:before {
  content: "\f277";
}

.icon-mars:before {
  content: "\f222";
}

.icon-mars-double:before {
  content: "\f227";
}

.icon-mars-stroke:before {
  content: "\f229";
}

.icon-mars-stroke-h:before {
  content: "\f22b";
}

.icon-mars-stroke-v:before {
  content: "\f22a";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-meanpath:before {
  content: "\f20c";
}

.icon-medium:before {
  content: "\f23a";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-meh-o:before {
  content: "\f11a";
}

.icon-mercury:before {
  content: "\f223";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-slash:before {
  content: "\f131";
}

.icon-minus:before {
  content: "\f068";
}

.icon-minus-circle:before {
  content: "\f056";
}

.icon-minus-square:before {
  content: "\f146";
}

.icon-minus-square-o:before {
  content: "\f147";
}

.icon-mobile:before {
  content: "\f10b";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-moon-o:before {
  content: "\f186";
}

.icon-mortar-board:before {
  content: "\f19d";
}

.icon-motorcycle:before {
  content: "\f21c";
}

.icon-mouse-pointer:before {
  content: "\f245";
}

.icon-music:before {
  content: "\f001";
}

.icon-navicon:before {
  content: "\f0c9";
}

.icon-neuter:before {
  content: "\f22c";
}

.icon-newspaper-o:before {
  content: "\f1ea";
}

.icon-object-group:before {
  content: "\f247";
}

.icon-object-ungroup:before {
  content: "\f248";
}

.icon-odnoklassniki:before {
  content: "\f263";
}

.icon-odnoklassniki-square:before {
  content: "\f264";
}

.icon-opencart:before {
  content: "\f23d";
}

.icon-openid:before {
  content: "\f19b";
}

.icon-opera:before {
  content: "\f26a";
}

.icon-optin-monster:before {
  content: "\f23c";
}

.icon-outdent:before {
  content: "\f03b";
}

.icon-pagelines:before {
  content: "\f18c";
}

.icon-paint-brush:before {
  content: "\f1fc";
}

.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-paper-plane-o:before {
  content: "\f1d9";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-paragraph:before {
  content: "\f1dd";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-paw:before {
  content: "\f1b0";
}

.icon-paypal:before {
  content: "\f1ed";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-pencil-square:before {
  content: "\f14b";
}

.icon-pencil-square-o:before {
  content: "\f044";
}

.icon-phone:before {
  content: "\f095";
}

.icon-phone-square:before {
  content: "\f098";
}

.icon-photo:before {
  content: "\f03e";
}

.icon-picture-o:before {
  content: "\f03e";
}

.icon-pie-chart:before {
  content: "\f200";
}

.icon-pied-piper:before {
  content: "\f1a7";
}

.icon-pied-piper-alt:before {
  content: "\f1a8";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-p:before {
  content: "\f231";
}

.icon-pinterest-square:before {
  content: "\f0d3";
}

.icon-plane:before {
  content: "\f072";
}

.icon-play:before {
  content: "\f04b";
}

.icon-play-circle:before {
  content: "\f144";
}

.icon-play-circle-o:before {
  content: "\f01d";
}

.icon-plug:before {
  content: "\f1e6";
}

.icon-plus:before {
  content: "\f067";
}

.icon-plus-circle:before {
  content: "\f055";
}

.icon-plus-square:before {
  content: "\f0fe";
}

.icon-plus-square-o:before {
  content: "\f196";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-print:before {
  content: "\f02f";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-qq:before {
  content: "\f1d6";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-question:before {
  content: "\f128";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-ra:before {
  content: "\f1d0";
}

.icon-random:before {
  content: "\f074";
}

.icon-rebel:before {
  content: "\f1d0";
}

.icon-recycle:before {
  content: "\f1b8";
}

.icon-reddit:before {
  content: "\f1a1";
}

.icon-reddit-square:before {
  content: "\f1a2";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-registered:before {
  content: "\f25d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-reply:before {
  content: "\f112";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-rmb:before {
  content: "\f157";
}

.icon-road:before {
  content: "\f018";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-rotate-right:before {
  content: "\f01e";
}

.icon-rouble:before {
  content: "\f158";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-rss-square:before {
  content: "\f143";
}

.icon-rub:before {
  content: "\f158";
}

.icon-ruble:before {
  content: "\f158";
}

.icon-rupee:before {
  content: "\f156";
}

.icon-safari:before {
  content: "\f267";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-scissors:before {
  content: "\f0c4";
}

.icon-search:before {
  content: "\f002";
}

.icon-search-minus:before {
  content: "\f010";
}

.icon-search-plus:before {
  content: "\f00e";
}

.icon-sellsy:before {
  content: "\f213";
}

.icon-send:before {
  content: "\f1d8";
}

.icon-send-o:before {
  content: "\f1d9";
}

.icon-server:before {
  content: "\f233";
}

.icon-share:before {
  content: "\f064";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-share-alt-square:before {
  content: "\f1e1";
}

.icon-share-square:before {
  content: "\f14d";
}

.icon-share-square-o:before {
  content: "\f045";
}

.icon-shekel:before {
  content: "\f20b";
}

.icon-sheqel:before {
  content: "\f20b";
}

.icon-shield:before {
  content: "\f132";
}

.icon-ship:before {
  content: "\f21a";
}

.icon-shirtsinbulk:before {
  content: "\f214";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-sign-in:before {
  content: "\f090";
}

.icon-sign-out:before {
  content: "\f08b";
}

.icon-signal:before {
  content: "\f012";
}

.icon-simplybuilt:before {
  content: "\f215";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-skyatlas:before {
  content: "\f216";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-slack:before {
  content: "\f198";
}

.icon-sliders:before {
  content: "\f1de";
}

.icon-slideshare:before {
  content: "\f1e7";
}

.icon-smile-o:before {
  content: "\f118";
}

.icon-soccer-ball-o:before {
  content: "\f1e3";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-alpha-asc:before {
  content: "\f15d";
}

.icon-sort-alpha-desc:before {
  content: "\f15e";
}

.icon-sort-amount-asc:before {
  content: "\f160";
}

.icon-sort-amount-desc:before {
  content: "\f161";
}

.icon-sort-asc:before {
  content: "\f0de";
}

.icon-sort-desc:before {
  content: "\f0dd";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-numeric-asc:before {
  content: "\f162";
}

.icon-sort-numeric-desc:before {
  content: "\f163";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-soundcloud:before {
  content: "\f1be";
}

.icon-space-shuttle:before {
  content: "\f197";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-spoon:before {
  content: "\f1b1";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-square:before {
  content: "\f0c8";
}

.icon-square-o:before {
  content: "\f096";
}

.icon-stack-exchange:before {
  content: "\f18d";
}

.icon-stack-overflow:before {
  content: "\f16c";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-star-half-empty:before {
  content: "\f123";
}

.icon-star-half-full:before {
  content: "\f123";
}

.icon-star-half-o:before {
  content: "\f123";
}

.icon-star-o:before {
  content: "\f006";
}

.icon-steam:before {
  content: "\f1b6";
}

.icon-steam-square:before {
  content: "\f1b7";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-sticky-note:before {
  content: "\f249";
}

.icon-sticky-note-o:before {
  content: "\f24a";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-street-view:before {
  content: "\f21d";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-stumbleupon:before {
  content: "\f1a4";
}

.icon-stumbleupon-circle:before {
  content: "\f1a3";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-subway:before {
  content: "\f239";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-sun-o:before {
  content: "\f185";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-support:before {
  content: "\f1cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-tachometer:before {
  content: "\f0e4";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-taxi:before {
  content: "\f1ba";
}

.icon-television:before {
  content: "\f26c";
}

.icon-tencent-weibo:before {
  content: "\f1d5";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-thumb-tack:before {
  content: "\f08d";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-thumbs-o-down:before {
  content: "\f088";
}

.icon-thumbs-o-up:before {
  content: "\f087";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-times:before {
  content: "\f00d";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-times-circle-o:before {
  content: "\f05c";
}

.icon-tint:before {
  content: "\f043";
}

.icon-toggle-down:before {
  content: "\f150";
}

.icon-toggle-left:before {
  content: "\f191";
}

.icon-toggle-off:before {
  content: "\f204";
}

.icon-toggle-on:before {
  content: "\f205";
}

.icon-toggle-right:before {
  content: "\f152";
}

.icon-toggle-up:before {
  content: "\f151";
}

.icon-trademark:before {
  content: "\f25c";
}

.icon-train:before {
  content: "\f238";
}

.icon-transgender:before {
  content: "\f224";
}

.icon-transgender-alt:before {
  content: "\f225";
}

.icon-trash:before {
  content: "\f1f8";
}

.icon-trash-o:before {
  content: "\f014";
}

.icon-tree:before {
  content: "\f1bb";
}

.icon-trello:before {
  content: "\f181";
}

.icon-tripadvisor:before {
  content: "\f262";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-try:before {
  content: "\f195";
}

.icon-tty:before {
  content: "\f1e4";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-square:before {
  content: "\f174";
}

.icon-turkish-lira:before {
  content: "\f195";
}

.icon-tv:before {
  content: "\f26c";
}

.icon-twitch:before {
  content: "\f1e8";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-university:before {
  content: "\f19c";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-unsorted:before {
  content: "\f0dc";
}

.icon-upload:before {
  content: "\f093";
}

.icon-usd:before {
  content: "\f155";
}

.icon-user:before {
  content: "\f007";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-user-plus:before {
  content: "\f234";
}

.icon-user-secret:before {
  content: "\f21b";
}

.icon-user-times:before {
  content: "\f235";
}

.icon-users:before {
  content: "\f0c0";
}

.icon-venus:before {
  content: "\f221";
}

.icon-venus-double:before {
  content: "\f226";
}

.icon-venus-mars:before {
  content: "\f228";
}

.icon-viacoin:before {
  content: "\f237";
}

.icon-video-camera:before {
  content: "\f03d";
}

.icon-vimeo:before {
  content: "\f27d";
}

.icon-vimeo-square:before {
  content: "\f194";
}

.icon-vine:before {
  content: "\f1ca";
}

.icon-vk:before {
  content: "\f189";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-warning:before {
  content: "\f071";
}

.icon-wechat:before {
  content: "\f1d7";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-weixin:before {
  content: "\f1d7";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-wheelchair:before {
  content: "\f193";
}

.icon-wifi:before {
  content: "\f1eb";
}

.icon-wikipedia-w:before {
  content: "\f266";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-won:before {
  content: "\f159";
}

.icon-wordpress:before {
  content: "\f19a";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-square:before {
  content: "\f169";
}

.icon-y-combinator:before {
  content: "\f23b";
}

.icon-y-combinator-square:before {
  content: "\f1d4";
}

.icon-yahoo:before {
  content: "\f19e";
}

.icon-yc:before {
  content: "\f23b";
}

.icon-yc-square:before {
  content: "\f1d4";
}

.icon-yelp:before {
  content: "\f1e9";
}

.icon-yen:before {
  content: "\f157";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-youtube-square:before {
  content: "\f166";
}

/*****************************
 TOPイメージ
******************************/
#top_area {
  position: relative;
}
#top_area .top_area_img {
  line-height: 0;
  margin: 0;
  padding: 0;
}
#top_area .top_area_img img {
  width: 100%;
}
#top_area #top_title_area {
  position: absolute;
  left: 5%;
}
#top_area #top_title_area #top_title {
  color: #FFF;
  font-size: 205px;
  font-size: 12.8125rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
  text-shadow: 2px 2px 2px #6f6f6f26, 0 0 1em #00000014;
}
#top_area #top_title_area #top_title_sub {
  color: #FFF;
  font-size: 25px;
  font-size: 1.5625rem;
}

#top_video_area {
  position: absolute;
}

#top_video_wap {
  overflow: hidden;
  z-index: -2;
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 1000px;
}
#top_video_wap img {
  position: relative;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: -100;
}

/*****************************
 webitとは
******************************/
#about_company section {
  max-width: 100%;
}
#about_company .title1 {
  margin-top: 100px;
  margin-bottom: 40px;
}
#about_company #about_company_text_area {
  max-width: 960px;
  margin: 0 auto;
  color: #929292;
  text-align: center;
}
#about_company #about_company_text_area .sub_text {
  min-width: 45%;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 40px;
}
#about_company #about_company_text_area .description_area {
  color: #000;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
}
#about_company #about_company_box {
  margin-top: 70px;
  height: 200px;
}

/*****************************
 サービス
******************************/
#service {
  margin: 110px 0 0;
  background: #ececec;
}
#service section {
  padding-bottom: 100px;
  max-width: 100%;
}
#service .description_area {
  width: 54%;
}
#service .description_area .description_title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#service #service_area {
  max-width: 1000px;
  margin: 0 auto;
}
#service #service_area .sub_text {
  text-align: center;
  margin-bottom: 70px;
}

.service-box-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-box {
  width: 150px;
  margin-right: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.service-box .service-box-title {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  padding: 10px 0;
  color: #929292;
  font-weight: normal;
}
.service-box .service-box-text {
  padding: 0 30px 10px;
  text-align: left;
}
.service-box img {
  width: 50px;
  margin: 30px auto 0;
}

/*****************************
 会社概要
******************************/
#company .title1 {
  margin-bottom: 60px;
}
#company #company_data {
  background: #FFF;
  padding: 20px;
  margin: 0px auto;
}
#company table {
  margin: 0 auto;
  margin-bottom: 50px;
}
#company table tr {
  border-top: 2px dotted #929292;
}
#company table tr:last-child {
  border-bottom: 2px dotted #929292;
}
#company table tr th {
  text-align: left;
  padding: 10px;
  vertical-align: top;
  display: block;
}
#company table tr td {
  padding: 10px;
  display: block;
}
#company table tr td ul li {
  padding-left: 1em;
  text-indent: -1em;
}

/*****************************
 お問い合わせ
******************************/
#contact {
  background: #FCFCFC;
  padding-bottom: 110px;
}

#formWrap {
  margin: 0 auto;
  line-height: 120%;
  font-size: 90%;
  max-width: 900px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 5px;
}
#formWrap .main_text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin: 0px 0px 30px 0px;
  padding: 40px 0 40px 40px;
  border-top: 0;
}

#formWrap > form {
  width: 700px;
  margin: 0 auto;
}

#formWrap > p {
  text-align: center;
}
#formWrap > p.direc {
  background: #f1f1f1;
  width: 440px;
  margin: 0 auto;
  padding: 10px;
}
#formWrap > p.direc a {
  display: inline;
  color: blue;
  text-decoration: underline;
}

#formWrap textarea {
  max-width: 530px;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td, table.formTable th {
  border: 1px solid #e0e0e0;
  padding: 10px;
}

table.formTable th {
  width: 34%;
  font-weight: normal;
  background: #f1f1f1;
  text-align: left;
  vertical-align: middle;
}

.privacy_title {
  margin: 10px;
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
}

.privacy_contents {
  height: 150px;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 10px;
  width: 600px;
  margin: 0 auto;
}

.agreement {
  text-align: center;
  background: #FFEFBE;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 620px;
  margin: 0 auto;
}

.confirmation {
  margin: 30px;
  margin-bottom: 20px;
  text-align: center;
}

input[type="submit"] {
  background: #929292;
  color: #fff;
  border: none;
  width: 100px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/************************
メディアクエリ設定 479以上
************************/
/************************
メディアクエリ設定 769以上
************************/
@media screen and (max-width: 769px) {
  .article_box {
    padding-top: 10px;
  }

  #about_company .title1 {
    margin-top: 50px;
  }

  #top_video_area {
    position: relative;
  }

  #top_video_wap {
    height: auto;
  }

  #top_area #top_title_area #top_title {
    display: none;
  }

  #top_video_wap {
    min-width: 100%;
    position: relative;
  }

  #about_company #about_company_box {
    width: 95%;
    margin: 70px auto;
  }

  table.formTable {
    width: 88%;
  }

  #formWrap .main_text {
    padding: 20px 0;
  }

  #formWrap {
    padding: 10px;
  }

  #formWrap > p.direc {
    width: 90%;
  }

  #formWrap > form {
    width: 100%;
  }

  #company table tr,
  #contact table tr {
    display: flex;
    flex-direction: column;
  }

  table.formTable td, table.formTable th {
    width: 90%;
    padding: 5px 10px;
  }

  #formWrap textarea {
    width: 95%;
  }

  .privacy_contents {
    width: 90%;
  }

  .agreement {
    width: 96%;
  }

  #company table tr th.about {
    width: 165px;
  }
  #company table tr th {
    display: inline-block;
    width: 170px;
    text-align: left;
    text-indent: -1em;
    padding-bottom: 0;
  }
  #company table tr td {
    display: inline-block;
  }
  #company table tr td ul li {
    padding-left: 0;
    text-indent: 0;
  }
}
