@charset "UTF-8";
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes widthIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* FONT PATH -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

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

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

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

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

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

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

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

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

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

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

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

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

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

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

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

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

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

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

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

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

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

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

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

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

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

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

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

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

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

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

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

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

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

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

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

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

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

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

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

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

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

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

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

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

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

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

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

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

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

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

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

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

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

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

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

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

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

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

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

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

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

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

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

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

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

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

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

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

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

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

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

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

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

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

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

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

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

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

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

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

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

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

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

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

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

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

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

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

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

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

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

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

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

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

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

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

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

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

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

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "メイリオ", Meiryo, "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  word-wrap: break-word;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

hr, .areaAnchor {
  display: none;
}

acronym, abbr {
  cursor: help;
}

option {
  padding-right: 10px;
}

h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote, small {
  margin: 0;
  padding: 0;
  line-height: 1.8;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

p {
  margin: 0 0 20px;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  empty-cells: show;
  font-size: 16pxpx;
  width: 100%;
}

figure {
  margin: 0 0 20px;
}

figcaption {
  margin: 10px 0 0;
}

address {
  font-style: normal;
}

ul, ul li {
  list-style: none;
}

ol li {
  margin: 0 0 0 20px;
}

/* リンク */
a {
  color: #0E2A7E;
  text-decoration: none;
  outline: none;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

a.line:link {
  text-decoration: underline;
}

a.line:hover, a.line:active {
  text-decoration: none;
}

a:link {
  color: #0E2A7E;
  text-decoration: none;
  outline: none;
}

a:visited {
  color: #0E2A7E;
}

a:hover {
  color: #1339ac;
  text-decoration: underline;
}

a:active {
  color: #0E2A7E;
  text-decoration: underline;
}

/* clearfix */
.cf:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* \*/
* html .cf, * html .bf {
  height: 1%;
}

.cf {
  display: block;
}

/* */
.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.roman {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.mincyo {
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.ss {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.s {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.m {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.l {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.ll {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.tc {
  text-align: center !important;
}

.vt {
  vertical-align: top !important;
}

.vm {
  vertical-align: middle !important;
}

.vb {
  vertical-align: bottom !important;
}

.clear {
  clear: both;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

.black {
  color: #333 !important;
}

.brown {
  color: #C69C6D !important;
}

.blue {
  color: #0E2A7F !important;
}

.green {
  color: #009E84 !important;
}

.grey {
  color: #999 !important;
}

.orange {
  color: #F48422 !important;
}

.red {
  color: #FF0000 !important;
}

.white {
  color: #FFFFFF !important;
}

.yellow {
  color: #F6CF60 !important;
}

.fl {
  padding: 0 20px 10px 0;
  float: left !important;
}

.fr {
  padding: 0 0 10px 20px;
  float: right !important;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.pc.i {
  display: inline-block;
}

/* form */
form input[type=text], form input[type=password], form input[type=datetime], form input[type=datetime-local], form input[type=date], form input[type=month], form input[type=time], form input[type=week], form input[type=number], form input[type=email], form input[type=url], form input[type=search], form input[type=tel], form input[type=color], select, textarea {
  padding: 8px;
  border: 1px solid #aaa;
  font-size: 16px;
}

form input[type=text]:focus, form input[type=password]:focus, form input[type=datetime]:focus, form input[type=datetime-local]:focus, form input[type=date]:focus, form input[type=month]:focus, form input[type=time]:focus, form input[type=week]:focus, form input[type=number]:focus, form input[type=email]:focus, form input[type=url]:focus, form input[type=search]:focus, form input[type=tel]:focus, form input[type=color]:focus, textarea:focus {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
  border: 1px solid #137af3;
}

/* グリッド */
.row {
  margin: 0 -1% 20px -1%;
  letter-spacing: -0.4em;
  word-spacing: -0.1em;
  width: 102%;
}

.row * {
  letter-spacing: normal;
  word-spacing: normal;
}

.row .col, ul.row li {
  margin: 0 1% 20px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.grid02 .col, ul.grid02 li {
  width: 48%;
}

.grid03 .col, ul.grid03 li {
  width: 31.33%;
}

.grid04 .col, ul.grid04 li {
  width: 23%;
}

.grid05 .col, ul.grid05 li {
  width: 18%;
}

.grid06 .col, ul.grid06 li {
  width: 14.66%;
}

.grid07 .col, ul.grid07 li {
  width: 12.28%;
}

.grid08 .col, ul.grid08 li {
  width: 10.5%;
}

.grid09 .col, ul.grid09 li {
  width: 9.11%;
}

.grid10 .col, ul.grid10 li {
  width: 8%;
}

.row .col.full, ul.row li.full {
  width: 98%;
}

.grid-right {
  float: right;
}

/*　グリッド　マージン2% */
.m2 {
  margin: 0 -2% 20px -2%;
  width: 104%;
}

.m2 .col, ul.m2 li {
  margin: 0 2% 20px;
}

.grid02.m2 .col, ul.grid02.m2 li {
  width: 46%;
}

.grid03.m2 .col, ul.grid03.m2 li {
  width: 29.33%;
}

.grid04.m2 .col, ul.grid04.m2 li {
  width: 21%;
}

.grid05.m2 .col, ul.grid05.m2 li {
  width: 16%;
}

/*　グリッド　マージンなし */
.nm {
  margin: 0;
  width: 100%;
}

.nm .col, ul.nm li {
  margin: 0;
}

.grid02.nm .col, ul.grid02.nm li {
  width: 50%;
}

.grid03.nm .col, ul.grid03.nm li {
  width: 33.33%;
}

.grid04.nm .col, ul.grid04.nm li {
  width: 25%;
}

.grid05.nm .col, ul.grid05.nm li {
  width: 20%;
}

.grid06.nm .col, ul.grid06.nm li {
  width: 16.66%;
}

.grid07.nm .col, ul.grid07.nm li {
  width: 14.28%;
}

/* table レイアウト */
.table-col, ul.table-col {
  margin: 0 0 20px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.table-col.at {
  table-layout: auto;
}

.table-col .col, ul.table-col li {
  display: table-cell;
  vertical-align: top;
}

.table-col .w01 {
  width: 350px;
}

.table-col .w02 {
  width: 260px;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
  width: 100%;
  max-width: 1040px;
  min-width: 1040px;
}

/*
===== 1: CONTAINER =======================================
*/
#container {
  clear: both;
  text-align: center;
  width: 100%;
}

/*
===== 2: HEADER ==========================================
*/
#header {
  margin: 0;
  border-bottom: 4px solid #0E2A7E;
  text-align: center;
  width: 100%;
}

#header .inner {
  overflow: visible;
}

#header #logo {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  left: 20px;
}

#header .info {
  padding: 15px 0 0;
  float: right;
  width: 60%;
}

#header .info p {
  float: right;
}

#header .info ul {
  padding: 0;
  float: right;
}

#header .info ul li {
  margin: 0;
  padding: 0 10px 0 0;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8;
}

#header .info .table-col {
  margin-bottom: 10px;
}

#header .info .table-col .col a {
  color: #111;
}

#header .info .table-col .col a .fa {
  color: #0E2A7E;
}

#header .info .table-col .col .btn a {
  padding: 4px 15px;
  border-radius: 14px;
  color: #FFF;
}

#header .info .table-col .col .btn a .fa {
  color: #FFF;
}

#header .info .table-col .sns {
  width: 90px;
}

#header .info .table-col .sns img {
  width: 26px;
}

/*
===== 3: NAVIGATION ======================================
*/
#menu {
  display: none;
}

#nav {
  margin: 0 auto;
  clear: both;
  width: 100%;
  z-index: 1000;
}

#nav ul {
  margin: 0 auto;
  background: url(../images/common/nav-border.png) no-repeat left center;
  display: table;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  table-layout: fixed;
  width: 100%;
  z-index: 1500;
}

#nav ul li {
  margin: 0;
  background: url(../images/common/nav-border.png) no-repeat right center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#nav ul li .fa {
  color: #0E2A7E;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

#nav ul li a {
  padding: 10px 0 10px;
  color: #333;
  display: block;
  text-decoration: none;
  text-align: center;
}

#nav ul li a:hover, #nav ul li a.current {
  color: #0E2A7E;
}

#nav ul li ul {
  padding: 4px 0 0;
  background: #0E2A7E;
  display: none;
  font-weight: bold;
  position: absolute;
  left: -25%;
  width: 150%;
}

#nav ul li ul::before {
  margin-left: -4px;
  content: "\f0d7";
  color: #fff;
  font-family: fontAwesome;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1;
  position: absolute;
  top: -2px;
  left: 50%;
}

#nav ul li ul li {
  padding: 0;
  background: none;
  border-bottom: 1px solid #6E7BA7;
  display: block;
}

#nav ul li ul li:first-child {
  border-top: 1px solid #6E7BA7;
}

#nav ul li ul li a {
  background: #0E2A7E;
  color: #fff;
}

#nav ul li ul li a:hover, #nav ul li ul li a.current {
  background: #1339ac;
  color: #fff;
}

/*
===== 4: FOOTER ==========================================
*/
#footer {
  background: #F5F5F5;
  border-top: 1px solid #ccc;
  clear: both;
  color: #111;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
  width: 100%;
}

#footer a {
  color: #111;
}

#footer .inner {
  padding: 25px 20px;
}

#footer #footer-nav {
  margin: 0 0 20px;
  table-layout: auto;
}

#footer #footer-nav .col {
  padding: 0 30px;
  border-left: 1px dotted #666;
}

#footer #footer-nav .col:first-child {
  border: none;
}

#footer #footer-nav .col ul li {
  margin: 0 0 2px;
  font-weight: bold;
}

#footer #footer-nav .col ul li ul li {
  font-weight: normal;
  position: relative;
}

#footer #footer-nav .col ul li ul li::before {
  content: "・";
}

#footer .copyright {
  padding: 25px 20px;
  background: #343434;
  color: #D9D9D9;
}

#footer .copyright .f-logo {
  margin: 0 0 10px;
  text-align: center;
}

#footer .copyright small {
  display: block;
  text-align: center;
}

#scroll {
  margin: 0 auto;
  clear: both;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
}

.grecaptcha-badge {
  bottom: 74px !important;
}

/*
===== 5: MAIN CONTENT ====================================
*/
#mv {
  margin: 0 auto 30px;
  clear: both;
  overflow: hidden;
  width: 100%;
  position: relative;
}

#mv .metaslider {
  margin: 0 auto;
}

#mv .flex-viewport {
  overflow: visible !important;
}

#mv .flex-viewport .ms-image {
  opacity: 0.5;
}

#mv .flex-viewport .flex-active-slide {
  opacity: 1;
}

#mv .flex-direction-nav a {
  background-image: url("../images/common/slider-arrow.png");
  height: 40px;
  width: 40px;
  line-height: 1;
}

#mv .flex-control-nav {
  bottom: -40px;
}

#mv .flex-control-nav .flex-active {
  background: #F96666;
}

section {
  margin: 0 auto 40px;
}

article {
  margin: 0 auto 40px;
}

article h1 {
  margin: 0 0 20px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: bold;
}

article h2 {
  margin: 0 0 40px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}

article h2.en {
  color: #0E2A7F;
  text-align: center;
}

article h2.en span {
  padding: 2px 10px;
  border-top: 1px dotted #0E2A7F;
  border-bottom: 1px dotted #0E2A7F;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

article h3 {
  margin: 0 0 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}

article h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
}

article h1.bnr, article h2.bnr, article h3.bnr {
  margin: 0;
  padding: 0;
  height: auto;
  line-height: normal;
  background: none;
  border: none;
  text-indent: 0;
}

/* ボタン */
.btn {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.btn a {
  padding: 12px 40px 12px 40px;
  background: #0E2A7E;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  position: relative;
}

.btn a:hover {
  background: #1339ac;
  text-decoration: none;
}

.btn.small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
}

.btn.small a {
  padding: 10px 30px 10px 30px;
}

.btn.large {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8;
}

.btn-wh {
  text-align: center;
}

.btn-wh a {
  padding: 10px 30px 10px 30px;
  background: #fff;
  border: 1px solid #0E2A7E;
  border-radius: 4px;
  color: #0E2A7E;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
}

.btn-wh a:hover {
  background: #0E2A7E;
  color: #fff;
  text-decoration: none;
}

.btn-list {
  margin: 0 0 10px;
  text-align: center;
}

.btn-list li {
  margin: 0 20px 20px;
  display: inline-block;
  text-align: center;
}

.btn-list li a {
  padding: 10px 80px 10px 80px;
  background: #fff;
  border: 1px solid #0E2A7F;
  border-radius: 4px;
  color: #0E2A7F;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  position: relative;
}

.btn-list li a:hover {
  background: #1339ad;
  color: #fff;
  text-decoration: none;
}

/* table */
table {
  margin: 0 auto 20px;
  width: 100%;
}

table th, table td {
  padding: 8px 12px;
  text-align: left;
}

table.stripe tr {
  background: #fff;
}

table.stripe tr:nth-child(odd) {
  background: #EBF3FF;
}

table.stripe th {
  background: none !important;
  width: auto;
}

ul.disc {
  margin: 0 0 20px 20px;
}

ul.disc li {
  list-style: disc;
}

/* google map */
.gmap {
  line-height: 1;
}

.gmap iframe {
  width: 100%;
}

/*
===== 6: SIDE BAR ====================================
*/
#sidebar {
  margin: 0 auto 40px;
  width: 200px;
  float: right;
}

#sidebar a {
  color: #111;
}

#sidebar h2 {
  margin: 0 0 15px;
  padding: 8px 20px;
  background: #0E2A7E;
  border: none;
  border-radius: 20px;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
}

#sidebar dl {
  padding: 0 20px;
}

#sidebar dl dt {
  cursor: pointer;
  font-weight: bold;
}

#sidebar dl dd {
  display: none;
}

#sidebar dl dd:nth-of-type(1) {
  display: block;
}

#sidebar ul {
  margin: 0 20px 20px;
}

/*
===== 7: TOP ====================================
*/
.index .important {
  margin: 50px 0 0;
  background: #FFEBEF;
  border-top: 1px solid #ccc;
}

.index .important .table-col {
  margin: 0;
}

.index .important .table-col .col {
  padding: 20px 25px 15px;
  vertical-align: middle;
}

.index .important .table-col h2 {
  margin: 0;
  background: #FE0034;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: center;
  width: 150px;
}

.index .important .table-col dl.news-list {
  color: #FE0034;
  font-weight: bold;
}

.index .important .table-col dl.news-list dt {
  float: left;
  width: 7em;
}

.index .important .table-col dl.news-list dd {
  padding: 0 0 5px 8em;
}

.index .important .table-col dl.news-list dd a {
  color: #FE0034;
}

.index .thumb {
  margin: 0;
  padding: 50px 0 20px;
  background: #F5F5F5;
  border-top: 1px solid #ccc;
}

.index .thumb .row {
  margin-bottom: 0;
}

.index .thumb .row .col figure {
  margin: 0 0 15px;
}

.index .thumb .row .col h3 {
  margin: 0 0 10px;
  padding: 0 5px 10px;
  border-bottom: 1px solid #ccc;
}

.index .thumb .row .col .date {
  padding: 0 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8;
}

.index .topics {
  padding: 50px 0 30px;
  border-top: 1px solid #ccc;
  position: relative;
}

.index .topics .list {
  position: absolute;
  right: 20px;
  top: 50px;
}

.index .topics .tab-nav {
  margin-bottom: 40px;
}

.index .topics .tab-nav li {
  margin: 0 0 2px;
}

.index .topics .tab-nav li a {
  margin: 0 1%;
  padding: 15px 10px 18px;
  border-top: 6px solid #D1DFEA;
  color: #111;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: center;
  width: 98%;
}

.index .topics .tab-nav li a.obstruction {
  border-top: 6px solid #DCE6C3;
}

.index .topics .tab-nav li a.operations {
  border-top: 6px solid #F0E2C5;
}

.index .topics .tab-nav li a.campaign {
  border-top: 6px solid #EFD3C7;
}

.index .topics .tab-nav li a.service {
  border-top: 6px solid #DEF1F5;
}

.index .topics .tab-nav li a.information {
  border-top: 6px solid #E9D9E3;
}

.index .topics .tab-nav li a.other {
  border-top: 6px solid #E5E4E9;
}

.index .topics .tab-nav li a:hover, .index .topics .tab-nav li a.active {
  background: #fff;
  text-decoration: none;
}

.index .topics .mass {
  display: none;
}

.index .period {
  color: #ed1c24;
  font-size: 21px;
  font-weight: bold;
}

.index .period1 {
  font-size: 1.1em;
}

.index .period2 {
  font-size: 0.8em;
}

dl.entry-list {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

dl.entry-list dt {
  margin: 0 0 10px;
  padding: 0 20px;
  font-weight: bold;
}

dl.entry-list dd {
  margin: 0 0 20px;
  padding: 0 20px 20px;
  border-bottom: 1px solid #ccc;
}

dl.entry-list dd .fa {
  color: #808080;
}

dl.entry-list dd a {
  color: #111;
}

.cat {
  padding: 2px 8px;
  background: #D1DFEA;
  color: #111;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: center;
  width: 10em;
}

.cat.obstruction {
  background: #DCE6C3;
}

.cat.operations {
  background: #F0E2C5;
}

.cat.campaign {
  background: #EFD3C7;
}

.cat.service {
  background: #DEF1F5;
}

.cat.information {
  background: #E9D9E3;
}

.cat.other {
  background: #E5E4E9;
}

/*
===== CONTENTS ===========================================

PAGES

==========================================================
*/
.topic-path {
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: left;
}

.fpd {
  padding-top: 40px;
}

.roll {
  text-align: center;
}

.page .ttl {
  margin: 0;
  padding: 40px 20px;
  background: url(../images/common/ttl-bg.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.page .ttl span {
  display: block;
  letter-spacing: -1px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-transform: uppercase;
}

.page .ttl .tt-none {
  text-transform: none;
}

.page h1.en {
  margin: 0 0 30px;
  color: #0E2A7F;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}

.page h1.en span {
  padding: 2px 10px;
  border-top: 1px dotted #0E2A7F;
  border-bottom: 1px dotted #0E2A7F;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.page h2 {
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom: 2px solid #0E2A7F;
  color: #0E2A7F;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
}

.page h2 span {
  margin-left: 1em;
  color: #111;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: normal;
}

.page h2.nb {
  margin: 0 0 20px;
  padding: 0;
  border: none;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
}

.page h3 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #B2B2B2;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.6;
  font-weight: bold;
}

.page h3.lb {
  padding: 0 0 0 10px;
  border: none;
  border-left: 4px solid #0F297E;
  color: #0F297E;
}

.page h3.nb {
  border: none;
}

.page h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
}

.page .lnav {
  margin: 20px 0;
  border-left: 2px solid #0E2A7E;
}

.page .lnav li {
  border-top: 2px solid #0E2A7E;
  border-bottom: 2px solid #0E2A7E;
  border-right: 2px solid #0E2A7E;
  font-weight: bold;
  text-align: center;
}

.page .lnav li a {
  padding: 10px;
  display: block;
}

.page .lnav li a.current, .page .lnav li a:hover {
  background: #0E2A7E;
  color: #fff;
  text-decoration: none;
}

.page table {
  margin: 0 auto 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  width: 100%;
}

.page table th {
  background: #EBF3FF;
  border: 1px solid #D8D8D8;
  font-weight: bold;
}

.page table td {
  border: 1px solid #D8D8D8;
}

.page table .vert {
  writing-mode: vertical-rl;
  white-space: nowrap;
  vertical-align: top;
  line-height: 1em;
  height: 0;
}

.entry #content {
  margin: 0 0 50px;
  float: left;
  width: 780px;
}

.entry .ttl {
  margin: 0;
  padding: 40px 20px;
  background: url(../images/common/ttl-bg.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.entry .ttl span {
  display: block;
  letter-spacing: -1px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-transform: uppercase;
}

.entry .single {
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #0E2A7F;
  color: #0E2A7F;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
}

.entry h2 {
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom: 2px solid #0E2A7F;
  color: #0E2A7F;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
}

.entry h2 span {
  margin-left: 1em;
  color: #111;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: normal;
}

.entry h2.nb {
  margin: 0 0 20px;
  padding: 0;
  border: none;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
}

.entry h3 {
  margin: 0 0 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}

.entry h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
}

.entry .date {
  margin: 0 0 35px;
  font-weight: bold;
}

.entry .body {
  margin: 0 0 50px;
  padding: 0;
}

.entry table.border th, .entry table.border td {
  border: 1px solid black;
}

.entry .custom-list li {
  list-style: none;
  margin-left: 2em;
  text-indent: -2em;
}

#content .wp-pagenavi {
  clear: both;
  text-align: center;
}

#content .wp-pagenavi a {
  margin: 0 2px 0 2px;
  padding: 6px 15px;
  border: 1px solid #B3B3B3;
  color: #333;
  display: inline-block;
}

#content .wp-pagenavi span {
  margin: 0 2px 0 2px;
  padding: 6px 15px;
  border: 1px solid #B3B3B3;
  display: inline-block;
}

#content .wp-pagenavi span.current {
  background: #00469B;
  color: #fff;
}

/*
===== 光サービス ==========================================
*/
.page.hikaricast .bg {
  margin: 0 0 40px;
  padding: 50px 0 30px;
  background: url(../images/hikari/hikaricast-bg.png) no-repeat center center;
  background-size: cover;
}

.page.hikaricast .bg p {
  text-align: center;
}

.page.hikaricast .bg .lead {
  margin: 0 0 10px;
  color: #0E2A7E;
  font-size: 38px;
  font-size: 3.7rem;
  line-height: 1.6;
  font-weight: bold;
}

.page.hikaricast .bg .bflag {
  margin: 0 auto 10px;
  padding: 10px 30px;
  background: #0E2A7E;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
}

.page.hikaricast .table-col {
  margin-bottom: 30px;
  border: 1px solid #0E2A7E;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.page.hikaricast .table-col .lead {
  padding: 20px;
  background: #EBF0F6;
  color: #0E2A7E;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.6;
  font-weight: bold;
  vertical-align: middle;
  width: 38%;
}

.page.hikaricast .table-col .lead span {
  display: inline-block;
  vertical-align: middle;
}

.page.hikaricast .table-col .txt {
  padding: 20px;
  vertical-align: middle;
  position: relative;
}

.page.hikaricast .table-col .txt::before {
  content: "";
  border-top: 20px solid #0E2A7E;
  border-bottom: 20px solid transparent;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  left: 100px;
  bottom: -40px;
}

.page.hikaricast .table-col .txt::after {
  content: "";
  border-top: 20px solid #fff;
  border-bottom: 20px solid transparent;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  left: 100px;
  bottom: -39px;
}

.page.hikaricast .table-col.last .txt::before, .page.hikaricast .table-col.last .txt::after {
  border: none;
}

.page.hikaricast .redb {
  margin-bottom: 10px;
}

.page.hikaricast .redb li {
  padding: 20px 10px;
  background: #fff;
  border: 2px dotted #FF103F;
  border-radius: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

.page.hikaricast .redb li span {
  color: #FF0033;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
}

.page.hikaricast .type .row .box {
  border: 2px solid #0E2A7E;
  position: relative;
}

.page.hikaricast .type .row .box h3 {
  margin: 0 0 20px;
  padding: 10px;
  background: #0E2A7E;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  text-align: center;
}

.page.hikaricast .type .row .box .recommend {
  padding: 25px 20px;
  background: #F57921;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 20px;
}

.page.hikaricast .type .row .box .textarea {
  padding: 1px 20px 1px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: bold;
}

.page.hikaricast .feature .mass {
  margin: 0 0 20px;
  padding: 30px 30px 10px;
  border: 1px solid #8695C0;
}

.page.hikaricast .feature .mass .num-ttl {
  color: #0E2A7F;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: bold;
}

.page.hikaricast .feature .mass .row {
  margin-bottom: 0;
}

.page.hikaricast .feature .mass .row .flag {
  padding: 5px 10px;
  background: #0E2A7F;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.page.hikaricast .feature .mass .row .ex {
  padding: 20px 25px;
  background: #EBF3FF;
  border-radius: 8px;
}

.page.hikaricast .intel dl dt {
  color: #0E2A7F;
  font-weight: bold;
}

.page.hikaricast .intel table td {
  vertical-align: top;
}

.page.hikaricast .intel table td:nth-child(1) {
  width: 15%;
}

.page.hikaricast .intel table td:nth-child(3) {
  width: 30%;
}

.page.hikaricast .intel table td:nth-child(4) {
  width: 12%;
}

.page.hikaricast .intel table.block {
  table-layout: fixed;
}

.page.hikaricast #area {
  position: relative;
}

.page.hikaricast #area .area-info {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 340px;
  font-weight: bold;
}

.page.hikaricast #area .area-info li {
  padding-left: 1em;
  text-indent: -1em;
}

.page.hikaricast .channel-list table .source {
  width: 4.3rem;
}

/*
===== モバイル ==========================================
*/
.page.mobile .bg {
  margin: 0 0 40px;
  padding: 50px 0 30px;
  background: #F6EFDD url(../images/mobile/bg.png);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.page.mobile .bg.top {
  background: #F6EFDD url(../images/mobile/id-bg.png) no-repeat center center;
}

.page.mobile .bg p {
  text-align: center;
}

.page.mobile h2.sec {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.4;
  text-align: center;
}

.page.mobile table.price-list th, .page.mobile table.price-list td {
  text-align: center;
  vertical-align: middle;
}

.page.mobile .box {
  margin: 0 10% 20px;
  padding: 20px;
  border: 1px solid #7F7F7F;
}

.page.mobile .flow {
  overflow: visible;
}

.page.mobile .flow h2.bar {
  padding: 10px 20px;
  background: #0E2A7E;
  color: #fff;
  position: relative;
}

.page.mobile .flow h2.bar::before {
  margin-left: -20px;
  content: "";
  border-top: 20px solid #0E2A7E;
  border-bottom: 20px solid transparent;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -40px;
}

.page.mobile .flow h2.bar span {
  position: absolute;
  padding: 18px 8px;
  background: #fff;
  border: 1px solid #0E2A7E;
  border-radius: 50%;
  right: 20px;
  top: -10px;
}

.page.mobile .flow .step-col {
  margin-bottom: 30px;
  padding: 20px 25px 1px;
  border: 1px solid #0E2A7E;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  position: relative;
}

.page.mobile .flow .step-col.arrow::before {
  margin-left: -20px;
  content: "";
  border-top: 20px solid #0E2A7E;
  border-bottom: 20px solid transparent;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -40px;
}

.page.mobile .flow .step-col.arrow::after {
  margin-left: -20px;
  content: "";
  border-top: 20px solid #fff;
  border-bottom: 20px solid transparent;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -39px;
}

.page.mobile .flow .step-col .icon {
  float: left;
}

.page.mobile .flow .step-col .textarea {
  padding: 0 0 0 80px;
}

.page.mobile .flow .step-col .textarea .lead {
  margin: 0;
  color: #0E2A7F;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}

.page.mobile ol.kome {
  list-style: none;
}

.page.mobile .kome li {
  margin: 0;
  padding-left: 3em;
  text-indent: -3em;
}

/*
===== 地域情報 ==========================================
*/
.page.\37 13ch .dot-box {
  padding: 30px;
  margin-bottom: 10px;
  border: 1px dotted #333333;
}

/*
===== サポート ==========================================
*/
/*
===== 映像ライブラリー ==========================================
*/
.entry.library .lead {
  margin: 0 0 30px;
  color: #0E2A7F;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: bold;
}

.entry.library .bb {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 2px solid #8695C0;
}

.entry.library .thumb-list {
  margin: 0 0 30px;
  padding: 0 0 1px;
  border-bottom: 2px solid #8695C0;
}

.entry.library .thumb-list .textarea {
  padding: 0 0 0 350px;
}

/*
===== ライブカメラ ==========================================
*/
.page.livecamera .row a {
  color: #111;
}

.page.livecamera .row .img p {
  margin: 0 0 10px;
  text-align: center;
}

.page.livecamera .box {
  margin: 0 0 40px;
  padding: 40px 40px 60px;
  border: 1px solid #D9D9D9;
  text-align: center;
}

.page.livecamera .box div {
  margin: 0 auto;
  text-align: center;
}

.page.livecamera .box #ssbtn {
  display: none;
}

.page.livecamera .box .youtube-wrapper {
  margin: 0 auto;
  max-width: 854px;
  height: 480px;
}

@supports (aspect-ratio: 1) {
  .page.livecamera .box .youtube-wrapper {
    height: auto;
    aspect-ratio: 16/9;
  }
}
.page.livecamera .box .youtube-wrapper iframe {
  width: 100%;
  height: 100%;
}

/*
===== 会社情報 ==========================================
*/
.page.company table th {
  width: 25%;
}

.page.company #history table th {
  text-align: right;
}

.page.company #access {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

/*
===== よくあるご質問 ==========================================
*/
.page.faq dl dt {
  margin: 30px 0 10px;
  padding: 0 0 0 40px;
  background: url(../images/faq/icon-q.png) no-repeat left top;
}

.page.faq dl dd {
  padding: 15px 20px 15px 50px;
  background: #E6E6E6 url(../images/faq/icon-a.png) no-repeat 10px 15px;
}

/*
===== 個人のお客様向け ==========================================
*/
.page.personal {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.page.personal .bg {
  padding: 50px 20px;
  background: url(../images/personal/bg.png) no-repeat center top;
  background-size: cover;
}

.page.personal .bg h2 {
  padding: 0;
  border: none;
  text-align: center;
}

.page.personal .bg p {
  text-align: center;
}

/*
===== 法人のお客様向け ==========================================
*/
.page.enterprise {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.page.enterprise .bg {
  padding: 50px 20px;
  background: url(../images/enterprise/bg.png) no-repeat center top;
  background-size: cover;
}

.page.enterprise .bg h2 {
  padding: 0;
  border: none;
  text-align: center;
}

.page.enterprise .bg p {
  text-align: center;
}

/*
===== お問い合わせ ==========================================
*/
.page.contact .box {
  margin: 0 0 60px;
  padding: 30px 40px 10px;
  border: 15px solid #F2F2F2;
}

.page.contact .box h3 {
  padding: 0;
  border: none;
  color: #084ECA;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8;
}

.page.contact .box .mass {
  margin: 0 0 30px;
  padding: 0 0 1px;
  border-bottom: 1px solid #DCDCDC;
}

.page.contact table.inquiry {
  margin: 0 auto 20px;
  border-top: 1px solid #CCC;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  width: 100%;
}

.page.contact table.inquiry tr {
  border-bottom: 1px solid #CCC;
}

.page.contact table.inquiry th {
  padding: 15px 15px;
  background: none;
  border: none;
  vertical-align: top;
  text-align: left;
}

.page.contact table.inquiry td {
  padding: 10px 15px;
  border: none;
  text-align: left;
}

.page.contact table.inquiry td input {
  margin: 2px 0;
}

.page.contact p.submit {
  margin: 10px 0 0;
  text-align: center;
}

.page.contact p.submit .ajax-loader {
  margin: 10px auto 0 !important;
  display: block;
  text-align: center;
}

.page.contact p.submit input {
  padding: 15px 0;
  border: 0;
  background: #0F297E;
  color: #FFF;
  cursor: pointer;
  font-family: "メイリオ", Meiryo, "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  width: 250px;
  border-radius: 2px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

.page.contact p.submit input:hover {
  background: #1438ac;
}

.page.contact .wpcf7-validation-errors {
  border: 2px solid #FF0000 !important;
  color: #FF0000;
}

#privacy dl {
  margin: 0 0 20px;
}

#privacy dl dt {
  font-weight: bold;
}

#privacy dl dd {
  margin: 0 0 5px;
}

/*
===== サイトマップ ==========================================
*/
.page.sitemap ul {
  padding: 5px 0 0;
  border-top: 1px solid #ccc;
}

.page.sitemap ul li {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  position: relative;
}

.page.sitemap ul li::before {
  margin-right: 5px;
  content: "\f0da";
  font-family: fontAwesome;
}

.page.sitemap ul li ul {
  margin: 0 20px;
  border: none;
}

.page.sitemap ul li ul li {
  margin: 0 0 5px;
  padding: 0;
  border: none;
  font-weight: normal;
}

.page.sitemap ul li ul li::before {
  content: "\f105";
}

/*
===== 契約約款・利用規約 ==========================================
*/
.page.terms ul li {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  position: relative;
}

/*
===== Other ==========================================
*/
.navigation {
  margin: 0 auto 20px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.navigation p {
  display: table-cell;
  text-align: center;
}

.navigation .prev {
  text-align: left;
}

.navigation .next {
  text-align: right;
}

/* 記事内の画像 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.wp-caption {
  border: solid 1px #aaaaaa;
  text-align: center;
  padding-top: 5px;
}

/* ページリンク */
span.oldpage {
  float: left;
}

span.newpage {
  float: right;
}

p.pagelink a {
  font-size: 1.2rem;
  color: #0c8bcd;
}

p.pagelink {
  overflow: hidden;
  width: 100%;
}

/* コメント */
#comments {
  border: solid 1px #CCC;
  padding: 0 18px;
  margin: 20px 0;
}

#comments input, #comments textarea {
  display: block;
}

#comments textarea {
  width: 100%;
}

#comments .required {
  color: #ff0000;
}

#comments code {
  display: block;
  margin-top: 5px;
  font-size: smaller;
}

#comments ul {
  margin: 0;
  padding: 0;
}

#comments li.compost {
  list-style-type: none;
  border-bottom: dotted 1px #CCC;
  margin-bottom: 20px;
}

#comments p.cominfo {
  text-align: right;
}

#comments #comfeed a {
  line-height: 1em;
  color: #000000;
  text-decoration: none;
}

#comments #comfeed {
  background-color: #EFEFEF;
  padding: 8px;
  margin-top: 30px;
}

#comments #trurl {
  background-color: #EFEFEF;
  padding: 8px;
  margin-bottom: 30px;
}

/* カレンダー */
.widget_calendar h2 {
  display: none;
}

#wp-calendar {
  font-size: 0.75em;
  width: 100%;
}

#wp-calendar td, #wp-calendar th {
  text-align: center;
}

#wp-calendar caption {
  font-weight: bold;
  text-align: left;
  border-bottom: solid 1px #CCC;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

#wp-calendar #prev {
  text-align: left;
  padding-top: 3px;
}

#wp-calendar #next {
  text-align: right;
  padding-top: 3px;
}

/*
===== 2017/09　追加
その他のテレビサービス ==========================================
*/
.page.other-tv table th:first-child {
  width: 40%;
}

.page.other-tv .area li {
  padding: 1em 10px;
  background: #ECECEC;
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.page.other-tv .area li span {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.page.other-tv .area li.sin {
  padding: 1.65em 10px;
}

.page.other-tv .caution, .page.other-net .caution {
  margin: 0 0 20px;
  padding: 15px 25px 1px;
  border: 1px solid #F9AC92;
  border-radius: 8px;
}

.page.other-tv .caution h4, .page.other-net .caution h4 {
  color: #F15A24;
}

.page.other-net table th:first-child {
  width: 60%;
}

.page.other-net .service .col table {
  margin-bottom: 0;
}

.page.other-net .service .col table th {
  padding: 10px;
  background: #F2F2F2;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.8;
  text-align: center;
  vertical-align: middle;
}

.page.other-net .service .col table th:first-child {
  width: 45%;
}

.page.other-net .service .col table td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

.page.other-net .service .col table td .price {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5;
  font-weight: bold;
}

.page.other-net .service .col table td .speed {
  color: #EC6C00;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}

/*
===== 2017/12　追加
インテリジェントホーム ==========================================
*/
.page.hikaricast h1.ih {
  padding: 20px 0 0;
  color: #062C81;
}

.page.hikaricast .intel .desc {
  margin-bottom: 10px;
  padding: 25px 30px;
  background: #F6EFDD;
  color: #19297E;
  font-weight: bold;
}

.page.hikaricast .intel .mass {
  padding: 20px 20px 15px;
  border: 1px solid #3A7E8A;
}

.page.hikaricast .intel .mass .row .col {
  margin-bottom: 10px;
}

.page.hikaricast .intel .mass .row .col figure {
  margin-bottom: 10px;
}

.page.hikaricast .intel .mass .row .col h4 {
  color: #3A7E8A;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
}

.page.hikaricast .intel .mass .example {
  padding: 15px 0 0;
  border-top: 1px dotted #3A7E8A;
}

.page.hikaricast .intel .mass .example .row {
  margin-bottom: 0;
}

.page.hikaricast .intel .mass .example .row li {
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
}

.page.hikaricast .intel .mass .example .row li span {
  padding: 7px 10px;
  color: #3A7E8B;
  display: block;
}

.page.hikaricast .intel .mass .example .row li a {
  padding: 7px 10px;
  background: #3A7E8B;
  color: #fff;
  display: block;
}

.page.hikaricast .intel .mass .example .row li a:hover {
  background: #499faf;
  text-decoration: none;
}

.page.hikaricast .intel .custom .img {
  float: right;
}

.page.hikaricast .intel .custom .textarea {
  margin: 0 440px 0 0;
}

.page.hikaricast .intel .custom .table-col {
  margin: 0 0 20px;
  border: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.page.hikaricast .intel .custom .table-col .col {
  padding: 12px 20px;
  background: #F6EFDD;
}

.page.hikaricast .intel .custom .table-col .head {
  background: #fff;
  border: 2px solid #3A7E8B;
  color: #3A7E8A;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 40%;
}

.page.hikaricast .device .items .table-col {
  border: 2px solid #EAEAE8;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.page.hikaricast .device .items .table-col .img {
  padding: 20px;
  border-right: 2px solid #EAEAE8;
  text-align: center;
  vertical-align: middle;
  width: 320px;
}

.page.hikaricast .device .items .table-col .col {
  position: relative;
}

.page.hikaricast .device .items .table-col .col h3 {
  padding: 10px 20px;
  background: #EDF0F7;
  border-bottom: 2px solid #EAEAE8;
  color: #3A7E8A;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.page.hikaricast .device .items .table-col .col p {
  padding: 0 20px;
}

.page.hikaricast .device .items .table-col .col p.l {
  margin: 0 0 40px;
}

.page.hikaricast .device .items .table-col .col p.btn {
  position: absolute;
  right: 0;
  top: 5px;
}

.page.hikaricast .device .items .table-col .col p.btn a {
  padding: 5px 40px;
  background: #3A7E8B;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.page.hikaricast .device .items .table-col .col p.btn a:hover {
  background: #499faf;
}

.page.hikaricast .device .schedule .desc {
  padding: 20px;
  background: #F6EFDD;
  border-radius: 8px;
  color: #192980;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.page.hikaricast .device .schedule .row .col .mass {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.page.hikaricast .device .schedule .row .col .mass .img {
  background: #EDF0F7;
  display: table-cell;
  vertical-align: middle;
  width: 140px;
}

.page.hikaricast .device .schedule .row .col .mass .textarea {
  padding: 10px;
  background: #EDF0F7;
  display: table-cell;
}

.page.hikaricast .device .schedule .row .col .mass .textarea .name {
  margin: 0 0 10px;
  padding: 6px 20px;
  border: 1px solid #297F8C;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
}

.page.hikaricast .device .schedule .row .col .mass .textarea p {
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}

.page.hikaricast .price h2.lb {
  margin: 0 0 20px;
  padding: 0 0 0 10px;
  border-bottom: none;
  border-left: 4px solid #0F297E;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  color: #192980;
}

.page.hikaricast .price .roll {
  text-align: left;
}

.page.hikaricast .price table {
  table-layout: fixed;
}

.page.hikaricast .price table th {
  text-align: center;
}

.page.hikaricast .price table td.amount {
  color: #FF0103;
  text-align: center;
  vertical-align: middle;
}

.fix-row {
  margin: 0 -1%;
  display: flex;
  flex-wrap: wrap;
  width: 102%;
}

.fix-row.-ai-c {
  align-items: center;
}

.fix-row > .item {
  margin: 0 1% 2%;
}

.fix-row.grid02 > .item {
  width: 48%;
}

.btn-round {
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.5;
}

.btn-round > a {
  padding: 12px 60px 12px 60px;
  background: #0E2A7E;
  border-radius: 35px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}

.btn-round > a:hover {
  background: #1339ac;
}

/*
===== 2021/04 定額4Kテレビ ==========================================
*/
.rental-4k {
  margin-bottom: calc(20px + 40 * (100vw - 320px) / 960);
  overflow: hidden; /*-------- タイトル --------*/
}

.rental-4k h2 {
  padding: 0;
  border: none;
}

.rental-4k h2 span {
  margin: 0;
  color: #0E2A7E;
}

.rental-4k .campaign-bnr {
  padding: 20px;
  padding-top: calc(20px + 30 * (100vw - 320px) / 960);
  padding-bottom: calc(20px + 30 * (100vw - 320px) / 960);
  text-align: center;
}

.rental-4k .main-visual {
  margin-bottom: calc(30px + 30 * (100vw - 320px) / 960);
  padding-top: calc(25px + 30 * (100vw - 320px) / 960);
  padding-bottom: calc(25px + 30 * (100vw - 320px) / 960);
  background: #E6E6E6;
  background: radial-gradient(circle, white 45%, #e6e6e6 100%);
}

.rental-4k .main-visual .mv-ttl {
  margin: 0 auto 10px;
  padding: calc(15px + 15 * (100vw - 320px) / 960);
  border-top: 2px solid #0E2A7E;
  border-bottom: 2px solid #0E2A7E;
  font-size: calc(23px + 37 * (100vw - 320px) / 960);
  line-height: calc(100% + 3.2 * (100vw - 1280px) / -960);
  max-width: 840px;
  text-align: center;
  letter-spacing: -1px;
}

.rental-4k .main-visual .mv-ttl > .-s {
  font-size: calc(16px + 25 * (100vw - 320px) / 960);
  line-height: calc(120% + 3.2 * (100vw - 1280px) / -960);
}

.rental-4k .main-visual .mv-img {
  margin: 0;
  text-align: center;
}

.rental-4k .main-visual .mv-txt {
  margin: 0;
  color: #0E2A7E;
  font-size: calc(16px + 20 * (100vw - 320px) / 960);
  line-height: calc(130% + 3.2 * (100vw - 1280px) / -960);
  text-align: center;
  letter-spacing: -1px;
}

.rental-4k .main-visual .mv-txt > .-s {
  font-size: calc(12px + 14 * (100vw - 320px) / 960);
  line-height: calc(140% + 3.2 * (100vw - 1280px) / -960);
}

.rental-4k .main-visual .mv-txt > .-l {
  font-size: calc(30px + 29 * (100vw - 320px) / 960);
  line-height: calc(130% + 3.2 * (100vw - 1280px) / -960);
}

.rental-4k .nsj {
  color: #0E2A7E;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro";
  font-feature-settings: "pkna";
  letter-spacing: -1px;
}

.rental-4k .main-ttl {
  margin-bottom: calc(25px + 15 * (100vw - 320px) / 960);
  font-size: calc(17px + 20 * (100vw - 320px) / 960);
  line-height: calc(140% + 3.2 * (100vw - 1280px) / -960);
  text-align: center;
}

.rental-4k .inline-border {
  margin-bottom: calc(30px + 20 * (100vw - 320px) / 960);
  padding: 0 40px 10px;
  border-bottom: 1px dotted #0E2A7E;
  display: inline-block;
  font-size: calc(24px + 3 * (100vw - 320px) / 960);
  line-height: calc(130% + 3.2 * (100vw - 1280px) / -960);
}

.rental-4k .h3-txt {
  margin-bottom: calc(25px + 5 * (100vw - 320px) / 960);
  border: none;
  font-size: calc(25px + 2 * (100vw - 320px) / 960);
  line-height: calc(130% + 3.2 * (100vw - 1280px) / -960);
  text-align: center;
}

.rental-4k .h3-txt .sup {
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: super;
}

.rental-4k .reccomend-bar {
  margin: 20px 0;
  padding: 5px 10px;
  background: #0E2A7E;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}

.rental-4k .bottom-border {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #0E2A7E;
  font-size: 2.4rem;
  line-height: 1.5;
}

.rental-4k .bottom-border.solid {
  border-bottom: 2px solid #0E2A7E;
}

.rental-4k .left-border {
  margin: 20px auto;
  padding: 0 0 0 10px;
  border: none;
  border-left: 4px solid #0E2A7E;
  color: #0E2A7E;
  font-size: 1.9rem;
  line-height: 1.5;
}

.rental-4k .left-border .tax {
  color: #090000;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: normal;
}

.rental-4k .bravia-info > .inner {
  text-align: center;
}

.rental-4k .bravia-info .description {
  margin-bottom: calc(50px + 30 * (100vw - 320px) / 960);
  text-align: center;
}

.rental-4k .bravia-info .fix-row {
  margin-bottom: calc(30px + 20 * (100vw - 320px) / 960);
}

.rental-4k .bravia-info .tv-price > dt {
  padding: 10px 0 0;
  float: left;
  width: 60%;
}

.rental-4k .bravia-info .tv-price > dt > .size {
  margin-right: 20px;
  padding: 1px 8px;
  border: 1px solid #707070;
  border-radius: 6px;
  display: inline-block;
}

.rental-4k .bravia-info .tv-price > dd {
  padding: 10px 0 10px 65%;
  border-bottom: 1px dotted #0E2A7E;
  text-align: right;
}

.rental-4k .bravia-info .tv-price > dd .price {
  font-size: 1.8rem;
  line-height: 1.5;
}

.rental-4k .bravia-point {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  margin-bottom: calc(30px + 30 * (100vw - 320px) / 960);
  padding-top: calc(30px + 30 * (100vw - 320px) / 960);
  padding-bottom: calc(30px + 30 * (100vw - 320px) / 960);
  background: #F8F7F5;
  text-align: center;
}

.rental-4k .bravia-point .nb {
  padding: 10px 0 0;
  color: #0E2A7E;
  font-size: 1.8rem;
  line-height: 1.5;
}

.rental-4k .large-screen h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}

.rental-4k .large-screen .description {
  margin-bottom: calc(30px + 20 * (100vw - 320px) / 960);
  text-align: center;
}

.rental-4k .large-screen figure, .rental-4k .large-screen picture {
  text-align: center;
}

.rental-4k .exchange .description {
  margin-top: calc(20px + 10 * (100vw - 320px) / 960);
  margin-bottom: calc(20px + 10 * (100vw - 320px) / 960);
  text-align: center;
}

.rental-4k .support table th, .rental-4k .support table td {
  text-align: center;
  vertical-align: middle;
}

.rental-4k .btn.large {
  margin-top: calc(30px + 20 * (100vw - 320px) / 960);
  margin-bottom: calc(30px + 20 * (100vw - 320px) / 960);
}
/*
===== 新サービスのお知らせ ==========================================
*/
.satellite-info-mv {
  margin-bottom: calc(30px + 20 * (100vw - 320px) / 1180);
  padding: 20px 10px;
  background: #FDE050;
}
.satellite-info-mv .mv {
  margin: 0;
  text-align: center;
}
.satellite-info .service-change {
  margin: 0 0 20px;
  border: 1px solid #112D7D;
}
.satellite-info .service-change-ttl {
  padding: 20px;
  background: #EAEFF6;
  color: #112D7D;
  font-size: calc(16px + 2 * (100vw - 320px) / 1180);
  line-height: 1.7125;
  font-weight: bold;
}
.satellite-info .service-change-txtarea {
  padding: 20px;
}
.satellite-info .merit-block {
  margin-bottom: calc(20px + 10 * (100vw - 320px) / 1180);
}
.satellite-info .qa-list dt {
  margin: 30px 0 10px;
  padding: 0 0 0 40px;
  background: url(../images/faq/icon-q.png) no-repeat left top;
}
.satellite-info .qa-list dd {
  padding: 15px 20px 15px 50px;
  background: #E6E6E6 url(../images/faq/icon-a.png) no-repeat 10px 15px;
}
@media screen and (max-width: 800px) {
  figure {
    text-align: center;
  }
  .m {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .sp {
    display: block;
  }
  .sp.i {
    display: inline-block;
  }
  .pc {
    display: none;
  }
  .grid04 .col, ul.grid04 li {
    width: 48%;
  }
  .grid05 .col, ul.grid05 li {
    width: 31.33%;
  }
  .grid06 .col, ul.grid06 li {
    width: 31.33%;
  }
  .grid07 .col, ul.grid07 li {
    width: 48%;
  }
  .grid04.m2 .col, ul.grid04.m2 li {
    width: 46%;
  }
  .grid05.m2 .col, ul.grid05.m2 li {
    width: 29.33%;
  }
  .grid04.nm .col, ul.grid04.nm li {
    width: 50%;
  }
  .grid05.nm .col, ul.grid05.nm li {
    width: 33.33%;
  }
  .grid06.nm .col, ul.grid06.nm li {
    width: 33.33%;
  }
  .grid07.nm .col, ul.grid07.nm li {
    width: 25%;
  }
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
  body.menu-open {
    overflow: hidden;
  }
  .inner {
    min-width: 320px;
  }
  /* ===== 1: CONTAINER ======================================= */
  /* ===== 2: HEADER ========================================== */
  #header {
    background: #fff;
    border-bottom: 1px solid #0E2A7E;
    height: 50px;
  }
  #header #logo {
    left: 15px;
    top: 10px;
    width: 190px;
  }
	#header #logo .name {
		width: 150px;
	}
	#header #logo .icon {
		width: 35px;
	}
  #header .info {
    padding: 12px 40px 12px 10px;
    float: none;
    width: auto;
  }
  #header .info p, #header .info ul {
    display: none;
  }
  #header .info .table-col {
    margin-bottom: 0;
  }
  #header .info .table-col .col {
    display: none;
  }
  #header .info .table-col .sns {
    display: block;
    text-align: right;
    width: auto;
  }
  #header .info .table-col .sns img {
    width: 26px;
  }
  /* ===== 3: NAVIGATION ====================================== */
  #menu {
    margin: 0;
    background: #0E2A7E;
    cursor: pointer;
    color: #fff;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 2000;
  }
  #menu span {
    padding: 50px 0 0;
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
  }
  #menu span::before {
    content: "\f0c9";
    font-family: fontAwesome;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 14px;
  }
  #menu.open {
    position: fixed;
  }
  #menu.open span::before {
    content: "\f00d";
  }
  #nav {
    margin: 49px 0 0;
    padding: 0 0 49px;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 2000;
  }
  #nav .wrap {
    background: #0E2A7E;
    border-top: 1px solid #9EABCD;
    width: 100%;
    height: inherit;
    overflow-y: auto;
    position: relative;
  }
  #nav .wrap .tel {
    padding: 20px;
  }
  #nav .wrap ul {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #nav .wrap ul::before {
    content: "";
  }
  #nav .wrap ul li {
    padding: 0;
    border: none;
    border-bottom: 1px solid #9EABCD;
    color: #fff;
    text-align: left;
    width: 100%;
    display: block;
    position: relative;
  }
  #nav .wrap ul li span.accr {
    padding: 10px 15px;
    cursor: pointer;
    display: block;
    position: relative;
  }
  #nav .wrap ul li span.accr::before {
    margin-top: -10px;
    content: "\f055";
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    font-family: fontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
  }
  #nav .wrap ul li span.accr.active::before {
    content: "\f056";
  }
  #nav .wrap ul li a {
    padding: 10px 15px;
    background: none !important;
    border: none;
    color: #fff;
    font-weight: normal;
    width: 100%;
    height: auto;
    line-height: auto;
    text-align: left;
  }
  #nav .wrap ul li ul {
    padding: 0;
    display: block;
    position: static;
    overflow: auto;
    width: 100%;
  }
  #nav .wrap ul li ul li {
    padding: 0;
    background: #3E5599;
    border-bottom: none;
    border-top: 1px solid #9EABCD;
  }
  #nav .wrap ul li ul li::before {
    margin-top: -10px;
    content: "\f105";
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    font-family: fontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
  }
  /* ===== 4: FOOTER ========================================== */
  #footer .inner {
    padding: 10px;
  }
  #footer #footer-nav {
    display: none;
  }
  #footer .copyright {
    padding: 15px 20px;
  }
  #footer .copyright .f-logo {
    margin: 0 auto 10px;
    width: 102px;
  }
  #footer .copyright small {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
  }
  #scroll {
    right: 0;
    width: 40px;
  }
  /* ===== 5: MAIN CONTENT ==================================== */
  #content {
    float: none;
    width: 100%;
  }
  #mv {
    margin: 0 0 20px;
  }
  section {
    margin: 0 auto 30px;
  }
  article h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  article h2 {
    margin: 0 0 30px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
  article h2.en span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  article h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  article h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  /* ボタン */
  .btn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .btn a {
    padding: 10px 20px;
    border-radius: 2px;
    display: block;
    text-align: center;
    width: 100%;
  }
  .btn.large {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .btn-wh a {
    padding: 10px 20px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
    width: 100%;
  }
  .btn-list {
    margin: 0 0 20px;
  }
  .btn-list li {
    margin: 0 20px 10px;
    display: block;
  }
  .btn-list li a {
    padding: 8px 20px;
    display: block;
  }
  /* table */
  table.stripe th {
    padding: 10px 15px 5px;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
  }
  table.stripe td {
    padding: 0 15px 10px;
    border: none;
    display: block;
    width: 100%;
  }
  /*　画像テキスト置換 */
  .replace {
    padding: 0 0 10px;
    border-bottom: 2px solid #eaeeeb;
    font-size: 18px;
    font-weight: bold;
  }
  .replace:after {
    content: attr(data-label);
  }
  .replace img {
    display: none;
  }
  /* ===== 6: SIDE BAR ==================================== */
  #sidebar {
    float: none;
    width: 100%;
  }
  /* ===== 7: TOP ==================================== */
  .index .important {
    margin: 30px 0 0;
  }
  .index .important .inner {
    padding: 0;
  }
  .index .important .table-col {
    margin: 0;
  }
  .index .important .table-col .col {
    padding: 10px 20px;
    vertical-align: middle;
  }
  .index .important .table-col h2 {
    width: auto;
  }
  .index .important .table-col dl.news-list dt {
    float: none;
    width: auto;
  }
  .index .important .table-col dl.news-list dd {
    padding: 0 0 5px;
  }
  .index .thumb {
    padding: 30px 0 10px;
  }
  .index .thumb .row .col figure {
    margin: 0 0 10px;
  }
  .index .thumb .row .col h3 {
    padding: 0 5px 5px;
  }
  .index .topics {
    padding: 30px 0 10px;
  }
  .index .topics .list {
    position: static;
    text-align: center;
  }
  .index .topics .tab-nav {
    margin-bottom: 30px;
  }
  .index .topics .tab-nav li a {
    padding: 10px 10px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  dl.entry-list {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  dl.entry-list dt {
    margin: 0 0 5px;
    padding: 0;
  }
  dl.entry-list dd {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .cat {
    padding: 1px 8px;
  } /* ===== CONTENTS =========================================== PAGES ========================================================== */
  .topic-path {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
  }
  .fpd {
    padding-top: 20px;
  }
  .page .row {
    margin-bottom: 0;
  }
  .page .ttl {
    padding: 30px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .page .ttl span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .page h1.en {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
  .page h1.en span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .page h2 {
    margin: 0 0 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
  .page h2 span {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    display: block;
  }
  .page h2.nb {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .page h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .page .lnav {
    margin: 20px 0;
    border-top: 2px solid #0E2A7E;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .page .lnav li {
    border-top: none;
    width: 100%;
  }
  .page .lnav li a {
    padding: 7px 5px;
  }
  .entry #content {
    margin: 0 0 50px;
    float: none;
    width: 100%;
  }
  .entry .ttl {
    padding: 30px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .entry .ttl span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .entry h1.en {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
  .entry h1.en span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .entry h2 {
    margin: 0 0 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
  .entry h2 span {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    display: block;
  }
  .entry h2.nb {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .entry h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #content .wp-pagenavi a {
    padding: 3px 11px;
  }
  #content .wp-pagenavi span {
    padding: 3px 11px;
  }
  /* ===== 光サービス ========================================== */
  .page.hikaricast .bg {
    padding: 30px 0 10px;
  }
  .page.hikaricast .bg p {
    text-align: left;
  }
  .page.hikaricast .bg .lead {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .page.hikaricast .bg .bflag {
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .page.hikaricast .bg .grid03 li {
    margin-bottom: 10px;
  }
  .page.hikaricast .table-col {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .page.hikaricast .table-col .lead {
    padding: 12px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    width: 100%;
  }
  .page.hikaricast .table-col .lead img {
    width: 25px;
  }
  .page.hikaricast .table-col .txt {
    padding: 15px 15px;
  }
  .page.hikaricast .table-col .txt::before {
    margin-left: -20px;
    left: 50%;
  }
  .page.hikaricast .table-col .txt::after {
    margin-left: -20px;
    left: 50%;
  }
  .page.hikaricast .redb li {
    padding: 10px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .page.hikaricast .redb li span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .page.hikaricast .type .row .box h3 {
    margin: 0 0 15px;
    padding: 10px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: left;
  }
  .page.hikaricast .type .row .box .recommend {
    padding: 15px 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    right: -10px;
    top: -10px;
  }
  .page.hikaricast .type .row .box .textarea {
    padding: 1px 15px 1px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: bold;
  }
  .page.hikaricast .feature .mass {
    margin: 0 0 20px;
    padding: 15px 15px 1px;
  }
  .page.hikaricast .feature .mass .num-ttl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .page.hikaricast .feature .mass .num-ttl img {
    width: 26px;
  }
  .page.hikaricast .feature .mass .row .flag {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .page.hikaricast .feature .mass .row .ex {
    padding: 15px 20px;
  }
  .page.hikaricast #area .area-info {
    position: static;
    width: auto;
  }
  /* ===== モバイル ========================================== */
  .page.mobile .bg {
    margin: 0 0 40px;
    padding: 30px 0 10px;
    background: #F6EFDD;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .page.mobile .bg.top {
    background: #F6EFDD;
  }
  .page.mobile .bg p {
    text-align: left;
  }
  .page.mobile h2.sec {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: left;
  }
  .page.mobile .box {
    margin: 0 0 20px;
    padding: 0;
    border: none;
  }
  .page.mobile .flow h2.bar {
    padding: 8px 15px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .page.mobile .flow h2.bar span {
    padding: 12px 8px;
    right: 0;
    top: -2px;
  }
  .page.mobile .flow h2.bar span img {
    width: 31px;
  }
  .page.mobile .flow .step-col {
    margin-bottom: 30px;
    padding: 15px 15px 1px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .page.mobile .flow .step-col .icon {
    width: 25px;
  }
  .page.mobile .flow .step-col .textarea {
    padding: 0 0 0 40px;
  }
  .page.mobile .flow .step-col .textarea .lead {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6;
  }
  /* ===== 映像ライブラリー ========================================== */
  .entry.library .lead {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .entry.library .bb {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  .entry.library .thumb-list {
    margin: 0 0 30px;
    padding: 0 0 1px;
    border-bottom: 2px solid #8695C0;
  }
  .entry.library .thumb-list .textarea {
    padding: 0;
  }
  /* ===== ライブカメラ ========================================== */
  .page.livecamera .box {
    padding: 20px 20px 20px;
  }
  @supports not (aspect-ratio: 1) {
    .page.livecamera .box .youtube-wrapper {
      height: 166px;
    }
  }
  /* ===== 会社情報 ========================================== */
  /* ===== お問い合わせ ========================================== */
  .page.other-tv .area li {
    padding: 10px 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .page.other-tv .area li span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .page.other-tv .area li.sin {
    padding: 10px 10px;
  }
  .page.other-tv .caution, .page.other-net .caution {
    padding: 15px 20px 1px;
  }
  .page.other-net .service .col table th {
    padding: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .page.other-net .service .col table td {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .page.other-net .service .col table td .price {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.5;
  }
  .page.other-net .service .col table td .speed {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .page.hikaricast .intel .desc {
    padding: 15px 20px;
  }
  .page.hikaricast .intel .mass {
    padding: 15px 15px 10px;
  }
  .page.hikaricast .intel .custom .img {
    float: none;
  }
  .page.hikaricast .intel .custom .textarea {
    margin: 0;
  }
  .page.hikaricast .intel .custom .table-col .head {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 100%;
  }
  .page.hikaricast .device .items .table-col .img {
    padding: 20px;
    border-right: none;
    width: 100%;
  }
  .page.hikaricast .device .items .table-col .col h3 {
    padding: 8px 15px;
  }
  .page.hikaricast .device .items .table-col .col p {
    padding: 0 15px;
  }
  .page.hikaricast .device .items .table-col .col p.l {
    margin: 0 0 20px;
    font-size: 16px !important;
  }
  .page.hikaricast .device .items .table-col .col p.btn {
    position: static;
  }
  .page.hikaricast .device .schedule .desc {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .page.hikaricast .device .schedule .row .col .mass .img {
    width: 140px;
  }
  .page.hikaricast .device .schedule .row .col .mass .textarea .name {
    padding: 4px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .page.hikaricast .price h2.lb {
    margin: 0 0 20px;
    padding: 0 0 0 10px;
    border-bottom: none;
    border-left: 4px solid #0F297E;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    color: #192980;
  }
  .page.hikaricast .price .roll {
    text-align: left;
  }
  .page.hikaricast .price table {
    table-layout: fixed;
  }
  .page.hikaricast .price table th {
    text-align: center;
  }
  .page.hikaricast .price table td.amount {
    color: #FF0103;
    text-align: center;
    vertical-align: middle;
  }
}
@media screen and (max-width: 480px) {
  .fl {
    padding: 0;
    float: none !important;
  }
  .fr {
    padding: 0;
    float: none !important;
  }
  form input[type=text], form input[type=password], form input[type=datetime], form input[type=datetime-local], form input[type=date], form input[type=month], form input[type=time], form input[type=week], form input[type=number], form input[type=email], form input[type=url], form input[type=search], form input[type=tel], form input[type=color], select, textarea {
    width: 100%;
  }
  .grid02 .col, ul.grid02 li {
    width: 98%;
    display: block;
  }
  .grid03 .col, ul.grid03 li {
    width: 98%;
    display: block;
  }
  .grid05 .col, ul.grid05 li {
    width: 48%;
  }
  .grid06 .col, ul.grid06 li {
    width: 48%;
  }
  .grid02.m2 .col, ul.grid02.m2 li {
    width: 96%;
  }
  .grid03.m2 .col, ul.grid03.m2 li {
    width: 96%;
  }
  .grid05.m2 .col, ul.grid05.m2 li {
    width: 46%;
  }
  .grid02.nm .col, ul.grid02.nm li {
    width: 100%;
  }
  .grid03.nm .col, ul.grid03.nm li {
    width: 100%;
  }
  .grid05.nm .col, ul.grid05.nm li {
    width: 50%;
  }
  .grid06.nm .col, ul.grid06.nm li {
    width: 50%;
  }
  .grid07.nm .col, ul.grid07.nm li {
    width: 50%;
  }
  .table-col, ul.table-col {
    display: block;
  }
  .table-col.ab, ul.table-col.ab {
    display: table;
  }
  .table-col .col, ul.table-col li {
    display: block;
  }
  .table-col.ab .col, ul.table-col.ab li {
    display: table-cell;
  }
  .table-col .w01 {
    width: 100%;
  }
  .table-col .w02 {
    width: 100%;
  }
  table.block {
    text-align: left;
    width: 100%;
  }
  table.block th {
    border: none !important;
    display: block;
    width: 100%;
    text-align: left;
  }
  table.block td {
    margin: 0;
    border: none !important;
    display: block;
    width: 100%;
  }
  .table-wrap {
    margin: 0 0 20px;
    overflow-x: scroll;
    width: 100%;
  }
  .table-wrap::-webkit-scrollbar {
    height: 5px;
  }
  .table-wrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .table-wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .table-wrap table, .table-wrap .roll {
    margin: 0 !important;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    width: 540px !important;
  }
  .index .period {
    font-size: 4.5vmin;
  }
  .page.other-net .lnav {
    font-size: 1.1rem;
  }
  /* ===== 光サービス ========================================== */
  .page.hikaricast .channel-list table {
    table-layout: fixed;
  }
  .page.hikaricast .channel-list table .ch-number {
    width: 5rem;
  }
  .page.hikaricast .channel-list table .check {
    width: 5.2rem;
  }
  .page.hikaricast .channel-list .col:nth-of-type(n+2) table thead {
    display: none;
  }
  .page.hikaricast .channel-list .col:nth-of-type(n+2) table tbody tr:first-of-type td {
    border-top: none;
  }
}
@media (max-width: 800px) {
  .fix-row > .item.-o-1 {
    order: -1;
  }
  .rental-4k .main-visual {
    background: radial-gradient(circle, white 65%, #e6e6e6 100%);
  }
  .rental-4k h2 span {
    display: inline-block;
  }
  .rental-4k .h3-txt {
    padding: 0;
    text-align: left;
  }
  .rental-4k .bravia-info .description {
    text-align: left;
  }
  .rental-4k .large-screen .fix-row {
    margin-bottom: 0;
  }
  .rental-4k .x-scroll {
    margin: 0 0 20px;
    overflow-x: scroll;
    width: 100%;
  }
  .rental-4k .x-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .rental-4k .x-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .rental-4k .x-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .rental-4k .x-scroll > .wrap {
    margin: 0;
    width: 540px;
  }
  .rental-4k .x-scroll > .wrap th, .rental-4k .x-scroll > .wrap td {
    padding: 6px;
  }
}
@media (max-width: 480px) {
  .fix-row.grid02 > .item {
    width: 98%;
  }
}
@media (min-width: 1280px) {
  .rental-4k {
    margin-bottom: 60px;
  }
  .rental-4k .campaign-bnr {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .rental-4k .main-visual {
    margin-bottom: 60px;
  }
  .rental-4k .main-visual {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .rental-4k .main-visual .mv-ttl {
    padding: 30px;
  }
  .rental-4k .main-visual .mv-ttl {
    font-size: 6rem;
    line-height: 1;
  }
  .rental-4k .main-visual .mv-ttl > .-s {
    font-size: 4.1rem;
    line-height: 1.2;
  }
  .rental-4k .main-visual .mv-txt {
    font-size: 3.6rem;
    line-height: 1.3;
  }
  .rental-4k .main-visual .mv-txt > .-s {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .rental-4k .main-visual .mv-txt > .-l {
    font-size: 5.9rem;
    line-height: 1.3;
  }
  .rental-4k .main-ttl {
    margin-bottom: 40px;
  }
  .rental-4k .main-ttl {
    font-size: 3.7rem;
    line-height: 1.4;
  }
  .rental-4k .inline-border {
    margin-bottom: 50px;
  }
  .rental-4k .inline-border {
    font-size: 2.7rem;
    line-height: 1.3;
  }
  .rental-4k .h3-txt {
    margin-bottom: 30px;
  }
  .rental-4k .h3-txt {
    font-size: 2.7rem;
    line-height: 1.3;
  }
  .rental-4k .bravia-info .description {
    margin-bottom: 80px;
  }
  .rental-4k .bravia-info .fix-row {
    margin-bottom: 50px;
  }
  .rental-4k .bravia-point {
    margin-bottom: 60px;
  }
  .rental-4k .bravia-point {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .rental-4k .large-screen .description {
    margin-bottom: 50px;
  }
  .rental-4k .exchange .description {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .rental-4k .btn.large {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1500px) {
  .satellite-info-mv {
    margin-bottom: 50px;
  }
  .satellite-info .service-change-ttl {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .satellite-info .merit-block {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .satellite-info .service-change {
    display: table;
  }
  .satellite-info .service-change-ttl {
    padding: 45px;
    display: table-cell;
    vertical-align: middle;
    width: 35%;
  }
  .satellite-info .service-change-txtarea {
    padding: 30px;
    display: table-cell;
    vertical-align: middle;
  }
}

.page.tokushusagihanzaitaisaku .ttl span {
	display: none;
}
.page.tokushusagihanzaitaisaku .notes {
	margin: 0 0 10px;
	padding: 0 0 0 2.5em;
	position: relative;
}
.page.tokushusagihanzaitaisaku .notes span {
	position: absolute;
	left: 0;
	top: 0;
}
.page.tokushusagihanzaitaisaku table th {
	color: #0D2A7E;
	text-align: center;
}
.page.tokushusagihanzaitaisaku table .head {
	color: #0D2A7E;
	font-weight: bold;
	min-width: 10em;
	text-align: center;
}
.page.tokushusagihanzaitaisaku .target {
	margin: 30px 0 0;
}
.page.tokushusagihanzaitaisaku .target dt {
	color: #0D2A7E;
	font-weight: bold;
}
.page.tokushusagihanzaitaisaku .target dd {
	margin: 0 0 15px;
}
.page.tokushusagihanzaitaisaku .under-line {
	text-decoration: underline;
}
.page.tokushusagihanzaitaisaku .tel {
	color: #DD3939;
	font-weight: bold;
}