@charset "UTF-8";
/*
BEM
block
blockBox
block__element
block__element -modifier
block -modifier
block -modifier__element
*/
/*
 libraries
-------------------------------------------------- */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/files/user/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/files/user/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/files/user/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/files/user/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/files/user/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/files/user/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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Preload images */
body:after {
  content: url(/files/user/images/libraries/lightbox/close.png) url(/files/user/images/libraries/lightbox/loading.gif) url(/files/user/images/libraries/lightbox/prev.png) url(/files/user/images/libraries/lightbox/next.png);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  /* Image border */ }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/files/user/images/libraries/lightbox/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/files/user/images/libraries/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/files/user/images/libraries/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  background-color: #fff;
  color: #001847; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  overflow: hidden;
  padding: 14px 20px;
  border-bottom: 1px solid #dfe4ed; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  background: url(/files/user/images/libraries/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  transition: all .2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent; }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(102, 102, 102, 0.9); }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 20px 35px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0; }
  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
  .featherlight iframe {
    /* styling */
    border: none; }
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    box-sizing: border-box; } }

/* handling phones and small screens */
/*
 foundation
-------------------------------------------------- */
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.l-header__logo, .l-header__subNav__search__button, .l-footer__logo, .l-footer__catch {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/********************************************
		Common
********************************************/
*,
*:after,
*:before {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1; }

p,
dd,
dl,
dt,
input[type="checkbox"],
input[type="radio"],
label,
ul,
ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  color: inherit;
  font-family: Helvetica, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
  text-decoration: none; }
  a:hover {
    cursor: pointer; }
  a:not([class]) {
    text-decoration: underline; }
    a:not([class]):hover {
      color: #3d6dcc;
      text-decoration: underline; }

img {
  vertical-align: top; }

html {
  font-size: 62.5%; }

body,
html {
  width: 100%;
  height: 100%; }

body {
  color: #4d4d4d;
  font-family: Helvetica, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-word;
  -webkit-print-color-adjust: exact; }
  @media print, screen and (min-width: 640px) {
    body {
      padding-top: 108px; } }
  @media screen and (max-width: 639px) {
    body {
      font-size: 14px; } }
  @media print {
    body {
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      -ms-transform-origin: 0 0;
      transform-origin: 0 0; } }

button,
input[type="button"],
input[type="submit"] {
  border: none; }

iframe {
  vertical-align: top; }

.cfx::after {
  display: block;
  clear: both;
  content: ""; }

/*
 layout
-------------------------------------------------- */
.l-container {
  position: relative; }
  .l-container--huge {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    @media print, screen and (min-width: 640px) {
      .l-container--huge {
        min-width: 1280px; } }
  .l-container--large {
    position: relative; }
    @media print, screen and (min-width: 640px) {
      .l-container--large {
        width: 1360px;
        margin: 0 auto; } }
    @media screen and (max-width: 639px) {
      .l-container--large {
        width: 100%; } }
  .l-container--middle {
    position: relative; }
    @media print, screen and (min-width: 640px) {
      .l-container--middle {
        width: 1170px;
        margin: 0 auto; } }
    @media screen and (max-width: 639px) {
      .l-container--middle {
        width: 100%;
        padding: 0 15px; } }
  .l-container--single {
    position: relative; }
    @media print, screen and (min-width: 640px) {
      .l-container--single {
        width: 910px;
        margin: 0 auto; } }
    @media screen and (max-width: 639px) {
      .l-container--single {
        width: 100%;
        padding: 0 15px; } }
  .l-container--main {
    position: relative; }
    @media print, screen and (min-width: 640px) {
      .l-container--main {
        width: 930px;
        float: left; } }
    @media screen and (max-width: 639px) {
      .l-container--main {
        width: 100%;
        margin-bottom: 60px; } }
  .l-container--side {
    position: relative; }
    @media print, screen and (min-width: 640px) {
      .l-container--side {
        width: 210px;
        margin-left: 30px;
        float: right; } }
  .l-container--wrap {
    padding-right: 20px;
    padding-left: 20px; }

[class*=" l-"]:after,
[class^="l-"]:after {
  content: "";
  clear: both;
  display: block; }

.l-header {
  background-color: #fff; }
  @media print, screen and (min-width: 640px) {
    .l-header {
      width: 100%;
      min-width: 1280px;
      height: 110px;
      padding: 15px 0;
      border-bottom: 5px solid #dfe4ed;
      transition: .4s all; } }
  @media screen and (max-width: 639px) {
    .l-header {
      position: relative;
      z-index: 2000;
      padding: 14px 15px 12px;
      border-bottom: 5px solid #dfe4ed; } }

@media print, screen and (min-width: 640px) {
  .l-header--fixed {
    position: fixed;
    top: 0;
    z-index: 20000; } }

@media print {
  .l-header--fixed {
    position: static; } }

@media print, screen and (min-width: 640px) {
  .l-header__inner {
    width: 1170px;
    margin: 0 auto; } }

@media screen and (max-width: 639px) {
  .l-header__inner {
    width: 100%; } }

@media print, screen and (min-width: 640px) {
  .l-header__logo__outer {
    display: inline-block;
    vertical-align: text-bottom; } }

@media screen and (max-width: 639px) {
  .l-header__logo__outer {
    position: relative;
    float: left;
    width: 15%;
    height: 0;
    padding-top: 15%; } }

.l-header__logo {
  display: block;
  background: url(/files/user/images/common/logo-glory.svg) no-repeat left top; }
  @media print, screen and (min-width: 640px) {
    .l-header__logo {
      width: 76px;
      height: 75px; } }
  @media screen and (max-width: 639px) {
    .l-header__logo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: 100% auto; } }

.l-header__subNav {
  font-size: 12px;
  letter-spacing: -0.5em; }
  @media print, screen and (min-width: 640px) {
    .l-header__subNav {
      position: absolute;
      top: 10px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media screen and (max-width: 639px) {
    .l-header__subNav {
      display: inline-block;
      width: 85%;
      padding-right: 0;
      vertical-align: middle; } }

@media print, screen and (min-width: 640px) {
  .l-header__subNav__inner {
    float: right; } }

@media screen and (max-width: 639px) {
  .l-header__subNav__inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center; } }

.l-header__subNav__list, .l-header__subNav__language, .l-header__subNav__search, .l-header__subNav__menu {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: middle; }

@media screen and (max-width: 639px) {
  .l-header__subNav__list {
    display: none; } }

.l-header__subNav__item {
  float: left; }
  @media print, screen and (min-width: 640px) {
    .l-header__subNav__item:not(:first-child) {
      margin-left: 30px; } }

.l-header__subNav__link:hover {
  color: #3d6dcc;
  text-decoration: underline; }

.l-header__subNav--blank::after {
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-left: 6px;
  background: url(/files/user/images/common/icon-blank.png) no-repeat left top;
  content: ""; }

.l-header__subNav__language {
  position: relative;
  width: 215px; }

.l-header__subNav__language__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  color: #001847;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  cursor: pointer; }
  .l-header__subNav__language__inner::after {
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
    background-size: 6px auto;
    vertical-align: 2px;
    content: "";
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 5px;
    vertical-align: 0;
    content: ""; }

.l-header__subNav__language__list__outer {
  position: absolute;
  opacity: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #d9d9d9;
  transition: .4s ease-in-out; }
  .l-header__subNav__language__list__outer.is-opened {
    opacity: 1;
    -ms-transform: translateY(23px);
    transform: translateY(23px);
    height: auto; }

.l-header__subNav__language__description {
  display: block;
  padding: 10px;
  background-color: #f4f4f4;
  font-size: 10px; }

.l-header__subNav__language__list {
  display: none;
  margin: 0;
  padding: 10px 0;
  background-color: #fff; }

.is-opened .l-header__subNav__language__list {
  display: block; }

.l-header__subNav__language__link {
  display: block;
  padding: 6px 14px;
  color: #001847; }
  .l-header__subNav__language__link.is-current {
    color: #4d4d4d; }
  .l-header__subNav__language__link:hover {
    background: #e6f2ff;
    color: #001847; }

.l-header__subNav__search {
  cursor: pointer; }
  @media print, screen and (min-width: 640px) {
    .l-header__subNav__search {
      width: 20px;
      height: 20px;
      margin-left: 30px; } }
  @media screen and (max-width: 639px) {
    .l-header__subNav__search {
      position: relative;
      width: 18%;
      height: 100%;
      margin: 0 20px;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; } }
  .l-header__subNav__search:hover {
    opacity: .7; }

.l-header__subNav__search__button {
  background: url(/files/user/images/common/icon-search.png) no-repeat center center; }
  @media print, screen and (min-width: 640px) {
    .l-header__subNav__search__button {
      background-size: auto 100%; } }
  @media screen and (max-width: 639px) {
    .l-header__subNav__search__button {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      background-size: auto 40%;
      vertical-align: middle; } }

@media print, screen and (min-width: 640px) {
  .l-header__subNav__menu {
    display: none; } }

@media screen and (max-width: 639px) {
  .l-header__subNav__menu {
    width: 30px;
    color: #001c48;
    font-size: 12px;
    letter-spacing: -0.01em;
    vertical-align: middle; } }

.l-header__subNav__menu__icon, .l-header__subNav__menu__icon span {
  box-sizing: border-box;
  transition: all .4s; }

.l-header__subNav__menu__icon {
  display: block;
  position: relative;
  width: 27px;
  height: 18px;
  margin: 0 auto 10%; }

.l-header__subNav__menu__icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #001c47; }
  .l-header__subNav__menu__icon span:nth-of-type(1) {
    top: 0; }
  .l-header__subNav__menu__icon span:nth-of-type(2) {
    top: 8px; }
  .l-header__subNav__menu__icon span:nth-of-type(3) {
    bottom: 0; }

.is-active .l-header__subNav__menu__icon span:nth-of-type(1) {
  -ms-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg); }

.is-active .l-header__subNav__menu__icon span:nth-of-type(2) {
  opacity: 0;
  left: 50%;
  animation: active-menu-bar02 .8s forwards; }

@keyframes active-menu-bar02 {
  100% {
    height: 0; } }

.is-active .l-header__subNav__menu__icon span:nth-of-type(3) {
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg); }

.l-header__searchform__outer {
  display: none; }
  @media print, screen and (min-width: 640px) {
    .l-header__searchform__outer {
      position: absolute;
      top: 0;
      left: 50%;
      z-index: 5;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 1170px;
      height: 52px; } }
  @media screen and (max-width: 639px) {
    .l-header__searchform__outer {
      position: absolute;
      top: 100%;
      left: 50%;
      z-index: 3;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%; } }

.l-header__searchform {
  position: relative;
  background-color: #dfe4ed;
  letter-spacing: -0.5em; }
  @media print, screen and (min-width: 640px) {
    .l-header__searchform {
      position: absolute;
      top: 0;
      right: 30px;
      padding: 8px;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); } }
  @media screen and (max-width: 639px) {
    .l-header__searchform {
      padding: 10px 15px; } }

@media print, screen and (min-width: 640px) {
  .l-header__searchform__help {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 106px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    padding: 2px;
    border-radius: 100%;
    background-color: #999;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    transition: .4s all; }
    .l-header__searchform__help:hover {
      opacity: .7; } }

@media screen and (max-width: 639px) {
  .l-header__searchform__help {
    display: none; } }

.l-header__searchform__textbox {
  display: inline-block;
  margin: 0 !important;
  letter-spacing: 0;
  vertical-align: top; }
  @media print, screen and (min-width: 640px) {
    .l-header__searchform__textbox {
      width: 394px !important;
      height: 36px;
      padding: 10px 30px 10px 10px;
      border: 1px solid #ccd1d9;
      box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.1); } }
  @media screen and (max-width: 639px) {
    .l-header__searchform__textbox {
      width: 82% !important;
      padding: 10px 8px;
      border: 1px solid #ccd1d9;
      box-shadow: inset 1px 2px 3px 0 rgba(0, 0, 0, 0.1); } }

.l-header__searchform__submit {
  display: inline-block;
  background-color: #002773;
  color: #fff;
  letter-spacing: 0;
  vertical-align: top;
  cursor: pointer; }
  @media print, screen and (min-width: 640px) {
    .l-header__searchform__submit {
      width: 90px;
      height: 33px;
      border: none;
      box-shadow: 0 3px 0 0 #00264d;
      font-size: 12px; } }
  @media screen and (max-width: 639px) {
    .l-header__searchform__submit {
      width: 18%;
      padding: 10px 0;
      box-shadow: 0 2px 0 0 #00264d; } }

.headroom {
  will-change: transform;
  transition: transform .25s ease-in-out; }

.headroom--pinned {
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.headroom--unpinned {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

@media print, screen and (min-width: 640px) {
  .l-nav {
    display: inline-block;
    margin-left: 28px;
    vertical-align: middle; } }

@media screen and (max-width: 639px) {
  .l-nav {
    display: none; } }

@media print, screen and (min-width: 640px) {
  .l-nav--sp {
    display: none; } }

@media screen and (max-width: 639px) {
  .l-nav--sp {
    opacity: 0;
    position: absolute;
    top: -500px;
    z-index: 1000;
    width: 100%;
    height: 0;
    transition: .4s ease-in-out; } }

.l-nav--sp.is-opened {
  display: block;
  opacity: 1;
  -ms-transform: translateY(500px);
  transform: translateY(500px);
  height: 100%; }

.l-nav__list {
  letter-spacing: -0.5em; }
  @media screen and (max-width: 639px) {
    .l-nav__list {
      position: relative;
      z-index: 5; } }

.l-nav__item {
  letter-spacing: 0; }
  @media print, screen and (min-width: 640px) {
    .l-nav__item {
      display: inline-block;
      position: relative;
      font-size: 16px; }
      .l-nav__item:not(:first-child) {
        margin-left: 22px; } }

.l-nav__menuLink {
  display: block;
  color: #001847;
  line-height: 1;
  cursor: pointer; }
  @media print, screen and (min-width: 640px) {
    .l-nav__menuLink {
      padding: 4px 10px 20px; } }
  .l-nav__menuLink:hover {
    color: #3d6dcc; }
  .l-nav__menuLink.is-current::after {
    display: block; }
  @media print, screen and (min-width: 640px) {
    .l-nav__menuLink::after {
      display: none;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #111987;
      content: ""; } }

.l-nav__menuButton {
  display: block;
  color: #001847;
  line-height: 1;
  cursor: pointer; }
  @media print, screen and (min-width: 640px) {
    .l-nav__menuButton {
      padding: 0 10px 20px; } }
  .l-nav__menuButton:hover {
    color: #3d6dcc; }
  .l-nav__menuButton.is-current::after {
    display: block; }
  @media print, screen and (min-width: 640px) {
    .l-nav__menuButton::after {
      display: none;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #111987;
      content: ""; } }
  .l-nav__menuButton.is-selected::after {
    display: block; }
    @media print, screen and (min-width: 640px) {
      .l-nav__menuButton.is-selected::after {
        bottom: -5px;
        height: 8px; } }

.l-nav__button {
  display: block;
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #fff;
  background-color: #111987;
  color: #fff;
  font-size: 18px;
  line-height: 1; }
  .l-nav__button::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    -ms-transform: translateY(-70%) rotate(45deg) skew(8deg, 8deg);
    transform: translateY(-70%) rotate(45deg) skew(8deg, 8deg);
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
    transition: all .4s; }
  .l-nav__button.is-active {
    border-bottom-color: #001847; }
    .l-nav__button.is-active::after {
      -ms-transform: translateY(-50%) rotate(-135deg) skew(8deg, 8deg);
      transform: translateY(-50%) rotate(-135deg) skew(8deg, 8deg); }

.l-nav__link {
  display: block;
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #fff;
  background-color: #111987;
  color: #fff;
  font-size: 18px;
  line-height: 1; }
  .l-nav__link::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 17px;
    -ms-transform: translateY(-70%) rotate(-45deg);
    transform: translateY(-70%) rotate(-45deg);
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
    transition: all .4s; }
  .l-nav__link.is-active {
    border-bottom-color: #001847; }
    .l-nav__link.is-active::after {
      -ms-transform: translateY(-50%) rotate(-135deg) skew(8deg, 8deg);
      transform: translateY(-50%) rotate(-135deg) skew(8deg, 8deg); }

.l-nav__contents__outer {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 5px;
  border-bottom: 3px solid #111987;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff; }
  @media screen and (max-width: 639px) {
    .l-nav__contents__outer {
      display: none; } }

.l-nav__contents__close {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c7e4;
  text-align: right; }

.l-nav__contents__close__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: top;
  cursor: pointer;
  transition: .4s all; }
  .l-nav__contents__close__icon::before, .l-nav__contents__close__icon::after {
    display: block;
    position: absolute;
    top: 2px;
    width: 2px;
    height: 26px;
    background-color: #001847;
    content: "";
    transition: .4s all; }
  .l-nav__contents__close__icon:hover {
    background-color: #111987; }
    .l-nav__contents__close__icon:hover::before, .l-nav__contents__close__icon:hover::after {
      background-color: #fff; }
  .l-nav__contents__close__icon::before {
    left: 14px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .l-nav__contents__close__icon::after {
    right: 14px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.l-nav__contents {
  padding: 20px 0; }

.l-nav__contents__indexMenu {
  float: left;
  width: 200px;
  margin-right: 40px; }

.l-nav__contents__indexMenu__item {
  color: #001847;
  font-weight: bold;
  font-size: 24px; }
  .l-nav__contents__indexMenu__item.-sub {
    font-size: 20px;
    line-height: 1.1; }
  .l-nav__contents__indexMenu__item:first-child {
    margin-top: 10px; }
  .l-nav__contents__indexMenu__item:not(:first-child) {
    margin-top: 30px; }

.l-nav__contents__indexMenu__link::after {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
  background-size: 6px auto;
  vertical-align: 2px;
  content: "";
  margin-left: 8px; }

.l-nav__contents__indexMenu__link:hover {
  color: #3d6dcc; }

.l-nav__contents__indexMenu__text {
  display: inline-block;
  font-weight: normal;
  font-size: 14px; }

.l-nav__contents__menu__outer {
  float: left; }
  .l-nav__contents__menu__outer.-col-3 {
    width: 930px; }
  .l-nav__contents__menu__outer.-col-2 {
    width: 620px; }

.l-nav__contents__menu {
  letter-spacing: -0.5em; }
  .l-nav__contents__menu:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #c2c7e4; }

.l-nav__contents__menu__item {
  display: inline-block;
  letter-spacing: 0; }

.-col-3 .l-nav__contents__menu__item {
  width: 33.333%; }

.-col-2 .l-nav__contents__menu__item {
  width: 50%;
  margin-top: 20px; }

.l-nav__contents__menu__link {
  display: table;
  width: 100%;
  padding: 5px;
  color: #001847; }
  .l-nav__contents__menu__link:hover {
    background-color: #111987;
    color: #fff; }

.l-nav__contents__menu__link--text {
  color: #001847; }
  .l-nav__contents__menu__link--text:hover {
    color: #3d6dcc; }

.l-nav__contents__menu__thumb {
  display: table-cell;
  width: 116px;
  padding-right: 10px;
  vertical-align: middle; }
  .l-nav__contents__menu__thumb img {
    width: 100%; }

.l-nav__contents__menu__title {
  display: table-cell;
  font-size: 14px;
  vertical-align: middle; }
  .l-nav__contents__menu__title:not(.-blank)::after {
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
    background-size: 6px auto;
    vertical-align: 2px;
    content: "";
    margin-left: 8px;
    vertical-align: 1px; }
  .l-nav__contents__menu__title.-blank::after {
    display: inline-block;
    height: 10px;
    background: url(/files/user/images/common/icon-blank.png) no-repeat left center; }
    @media print, screen and (min-width: 640px) {
      .l-nav__contents__menu__title.-blank::after {
        width: 16px;
        margin-left: 10px;
        background-size: 12px auto; } }
    @media screen and (max-width: 639px) {
      .l-nav__contents__menu__title.-blank::after {
        width: 8px;
        margin-left: 8px;
        background-size: 6px auto; } }

.l-nav__contents__menu__link:hover .l-nav__contents__menu__title:not(.-blank)::after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  vertical-align: 0; }

.l-nav__contents__banner {
  float: left;
  width: 310px; }

.l-nav__contents__banner__item {
  width: 250px;
  margin: 0 auto; }
  .l-nav__contents__banner__item:not(:first-child) {
    margin-top: 20px; }

.l-nav__contents__banner__link {
  display: block;
  color: #001847; }
  .l-nav__contents__banner__link:hover {
    color: #3d6dcc; }

.l-nav__contents__banner__text {
  margin-top: 5px;
  font-size: 14px;
  text-align: left; }
  .l-nav__contents__banner__text::after {
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
    background-size: 6px auto;
    vertical-align: 2px;
    content: "";
    margin-left: 8px;
    vertical-align: 0; }
  .l-nav__contents__banner__text.-blank::after {
    height: 10px;
    background: url(/files/user/images/common/icon-blank.png) no-repeat left center; }
    @media print, screen and (min-width: 640px) {
      .l-nav__contents__banner__text.-blank::after {
        width: 16px;
        margin-left: 10px;
        background-size: 12px auto; } }
    @media screen and (max-width: 639px) {
      .l-nav__contents__banner__text.-blank::after {
        width: 8px;
        margin-left: 8px;
        background-size: 6px auto; } }

.l-nav__contents__banner__text--pdf {
  font-size: 14px;
  text-align: left; }
  @media print, screen and (min-width: 640px) {
    .l-nav__contents__banner__text--pdf {
      margin-top: 5px; } }
  .l-nav__contents__banner__text--pdf::after {
    display: inline-block;
    width: 16px;
    height: 19px;
    margin-left: 4px;
    vertical-align: -3px;
    background: url(/files/user/images/common/icon-pdf.png) no-repeat left center;
    content: ""; }

.l-nav__child__list {
  display: none;
  border-bottom: 1px solid #001847; }

.l-nav__child__item {
  position: relative; }
  .l-nav__child__item::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #001847;
    content: ""; }

.l-nav__child__link {
  display: block;
  position: relative;
  padding: 15px 20px 15px 30px;
  background-color: #dfe4ed;
  color: #001847;
  font-size: 18px; }

@media screen and (max-width: 639px) {
  .l-nav__child--blank::after {
    display: inline-block;
    width: 13px;
    height: 11px;
    margin-left: 4px;
    background: url(/files/user/images/common/icon-blank.png) no-repeat left top;
    background-size: 100% auto;
    content: ""; } }

@media print, screen and (min-width: 640px) {
  .l-nav__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; } }

@media screen and (max-width: 639px) {
  .l-nav__overlay {
    display: none; } }

@media print, screen and (min-width: 640px) {
  .l-nav__language {
    display: none; } }

@media screen and (max-width: 639px) {
  .l-nav__language {
    position: relative;
    z-index: 4; } }

.l-nav__language__button {
  position: relative;
  z-index: 10;
  height: 40px;
  padding: 10px 0;
  background-color: #7e7f8c;
  color: #fff;
  font-size: 12px;
  text-align: center; }
  .l-nav__language__button::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 17px;
    -ms-transform: translateY(-70%) rotate(45deg);
    transform: translateY(-70%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
    transition: all .4s; }
  .l-nav__language__button.is-active::after {
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg); }

.l-nav__language__inner {
  position: absolute;
  opacity: 0;
  top: -80px;
  z-index: 1;
  width: 100%;
  height: 0;
  padding: 0 15px 15px;
  background-color: #7e7f8c;
  transition: .4s ease-in-out; }
  .l-nav__language__inner.is-opened {
    display: block;
    opacity: 1;
    -ms-transform: translateY(120px);
    transform: translateY(120px);
    height: auto; }

.l-nav__language__description {
  padding: 8px 10px;
  background-color: rgba(0, 0, 0, 0.15);
  color: #e5e5e5;
  font-size: 9px;
  line-height: 1.2; }

.l-nav__language__list {
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center; }

.l-nav__language__link {
  display: block;
  padding: 8px 0;
  color: #fff;
  font-size: 12px; }
  .l-nav__language__link.is-current {
    color: #b3b3b3; }

.l-localNav {
  background-color: #dfe4ed; }

.l-localNav__list {
  letter-spacing: -0.5em; }
  @media print, screen and (min-width: 640px) {
    .l-localNav__list {
      padding: 0 0 5px; } }
  @media screen and (max-width: 639px) {
    .l-localNav__list {
      padding: 5px 15px; } }

@media print, screen and (min-width: 640px) {
  .headroom--not-top ~ .l-localNav .l-localNav__list {
    padding-top: 5px; } }

.l-localNav__item {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top; }
  @media print, screen and (min-width: 640px) {
    .l-localNav__item {
      width: 386px;
      background-color: rgba(255, 255, 255, 0.4); }
      .l-localNav__item:not(:first-child) {
        margin-left: 5px; } }
  @media screen and (max-width: 639px) {
    .l-localNav__item {
      width: 55%; }
      .l-localNav__item:nth-child(n+2) {
        display: none; } }

.l-localNav__link, .l-localNav__button {
  display: block;
  background-color: #fff;
  color: #001847;
  transition: all .2s;
  cursor: pointer; }
  @media print, screen and (min-width: 640px) {
    .l-localNav__link, .l-localNav__button {
      height: 45px;
      padding: 0 10px;
      line-height: 45px; } }
  @media screen and (max-width: 639px) {
    .l-localNav__link, .l-localNav__button {
      height: 50px;
      padding: 0 8px;
      line-height: 50px; } }
  .l-localNav__link:hover, .l-localNav__button:hover {
    color: #3d6dcc;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 639px) {
  .l-localNav__link {
    font-size: 16px; } }

.l-localNav__link::before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
  @media print, screen and (min-width: 640px) {
    .l-localNav__link::before {
      display: inline-block;
      width: 8px;
      height: 14px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
      background-size: 8px auto;
      vertical-align: 2px;
      content: "";
      margin-right: 10px;
      vertical-align: -1px; } }
  @media screen and (max-width: 639px) {
    .l-localNav__link::before {
      display: inline-block;
      width: 6px;
      height: 10px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
      background-size: 6px auto;
      vertical-align: 2px;
      content: "";
      margin-right: 6px; } }

.l-localNav__button {
  position: relative; }
  .l-localNav__button::after {
    position: absolute;
    top: 16px;
    right: 14px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: .4s all; }
    @media print, screen and (min-width: 640px) {
      .l-localNav__button::after {
        display: inline-block;
        width: 8px;
        height: 14px;
        background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
        background-size: 8px auto;
        vertical-align: 2px;
        content: ""; } }
  .l-localNav__button.is-active {
    box-shadow: 0 3px 0 0 #111987; }
    .l-localNav__button.is-active::after {
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }

.l-localNav__productList__head__link__outer {
  float: left;
  width: calc(100% - 35px);
  margin: 12px 0;
  line-height: 26px; }

.l-localNav__productList__head__link {
  display: block;
  height: 30px;
  padding: 0 10px;
  color: #001847;
  font-size: 14px;
  line-height: 30px;
  transition: .4s all; }
  .l-localNav__productList__head__link:hover {
    background-color: #fff; }
  .l-localNav__productList__head__link::before {
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
    background-size: 6px auto;
    vertical-align: 2px;
    content: "";
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 6px;
    vertical-align: 0; }

.l-localNav__productList__close {
  float: right;
  margin: 12px 0; }

.l-localNav__productList__close__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: top;
  cursor: pointer;
  transition: .4s all; }
  .l-localNav__productList__close__icon::before, .l-localNav__productList__close__icon::after {
    display: block;
    position: absolute;
    top: 2px;
    width: 2px;
    height: 26px;
    background-color: #001847;
    content: "";
    transition: .4s all; }
  .l-localNav__productList__close__icon:hover {
    background-color: #fff; }
  .l-localNav__productList__close__icon::before {
    left: 14px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .l-localNav__productList__close__icon::after {
    right: 14px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.l-localNav__productList__outer {
  display: none;
  position: absolute;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 3px solid #111987;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
  background-color: #dfe4ed; }

.l-localNav__productList__category {
  border-top: 1px solid #c2c7e4;
  letter-spacing: -0.5em; }

.l-localNav__productList__category__title {
  display: inline-block;
  width: 240px;
  color: #002773;
  font-size: 20px;
  letter-spacing: 0;
  vertical-align: middle; }

.l-localNav__productList {
  display: inline-block;
  width: calc(100% - 240px);
  padding: 5px 0;
  letter-spacing: -0.5em;
  vertical-align: middle; }

.l-localNav__productList__item {
  letter-spacing: 0; }
  @media print, screen and (min-width: 640px) {
    .l-localNav__productList__item {
      display: inline-block;
      width: 310px;
      vertical-align: top; } }

.l-localNav__productList__link {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px;
  color: #001847;
  font-size: 14px;
  line-height: 1.5;
  transition: .4s all; }
  .l-localNav__productList__link:hover {
    background-color: #111987; }

.l-localNav__productList__picture {
  position: relative;
  overflow: hidden;
  width: 106px;
  height: 60px;
  vertical-align: middle; }
  .l-localNav__productList__picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 60px; }

.l-localNav__productList__title {
  padding-left: 10px;
  vertical-align: middle; }
  .l-localNav__productList__title::after {
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
    background-size: 6px auto;
    vertical-align: 2px;
    content: "";
    margin-left: 5px;
    vertical-align: 0;
    content: ""; }

.l-localNav__productList__link:hover .l-localNav__productList__title {
  color: #fff; }
  .l-localNav__productList__link:hover .l-localNav__productList__title::after {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    background: none;
    vertical-align: 1px; }

.is-open .l-localNav__overlay {
  display: block;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: ""; }

@media print, screen and (min-width: 640px) {
  .l-localNav--side {
    margin-top: 70px; } }

.l-localNav--side__heading {
  color: #002773; }
  @media print, screen and (min-width: 640px) {
    .l-localNav--side__heading {
      padding-bottom: 30px;
      font-size: 16px; } }
  .l-localNav--side__heading a, .l-localNav--side__heading a:hover {
    text-decoration: none; }

.l-localNav--side__item:not(last-of-type) {
  border-bottom: 1px solid #d9d9d9; }

.l-localNav--side__item:first-of-type {
  border-top: 3px solid #111987; }

.l-localNav--side__item:last-of-type {
  border-bottom: 3px solid #d9d9d9; }

.l-localNav--side__item.is-currentDirectory {
  background-color: #f7fbff; }

.l-localNav--side__link {
  display: block;
  color: #001847; }
  @media print, screen and (min-width: 640px) {
    .l-localNav--side__link {
      padding: 15px;
      font-size: 14px; } }
  .l-localNav--side__link:hover {
    background-color: #e6f2ff;
    color: #3d6dcc; }
  .l-localNav--side__link.is-current {
    background-color: #e6f2ff; }

.l-localNav--side__childItem li {
  border-top: 1px solid #d9d9d9; }

.l-localNav--side__childItem a {
  padding: 15px 15px 15px 28px; }

.l-localNav--side__grandChild {
  padding-left: 23px;
  border-top: none !important;
  background-color: #fff; }

.l-localNav--side__grandChild a {
  padding: 10px 5px;
  background-color: #f7fbff;
  font-size: 13px; }

.l-localNav--side__grandChild + .l-localNav--side__grandChild a {
  border-top: 1px solid #d9d9d9; }

@media print, screen and (min-width: 640px) {
  .l-localNav--archive {
    margin: 60px 0; } }

@media screen and (max-width: 639px) {
  .l-localNav--archive {
    margin: 20px 0;
    padding: 0 15px;
    border: 1px solid #d9d9d9; } }

@media screen and (max-width: 639px) {
  .l-localNav--archive__select {
    height: 50px;
    color: #004080;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    text-align: center; }
    .l-localNav--archive__select::after {
      display: inline-block;
      width: 16px;
      height: 17px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat right center;
      background-size: auto 100%;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      content: ""; }
    .l-localNav--archive__select.is-open::after {
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      background-position: bottom; } }

@media print, screen and (min-width: 640px) {
  .l-localNav--archive__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px; } }

@media screen and (max-width: 639px) {
  .l-localNav--archive__list {
    display: none; } }

@media print, screen and (min-width: 640px) {
  .l-localNav--archive__item {
    border-left: 1px solid #4d4d4d; }
    .l-container--middle .l-localNav--archive__item {
      width: 10%; }
      .l-container--middle .l-localNav--archive__item:nth-of-type(n+11) {
        margin-top: 12px; }
      .l-container--middle .l-localNav--archive__item:nth-of-type(10n)::after {
        border-right: none; }
    .l-container--main .l-localNav--archive__item {
      width: 12.5%; }
      .l-container--main .l-localNav--archive__item:nth-of-type(n+9) {
        margin-top: 12px; }
      .l-container--main .l-localNav--archive__item:nth-of-type(8n)::after {
        border-right: none; }
    .l-localNav--archive__item:last-of-type {
      position: relative; }
      .l-localNav--archive__item:last-of-type::after {
        display: inline-block;
        position: absolute;
        width: 1px;
        height: 16px;
        top: 0;
        right: -1px;
        border-right: 1px solid #4d4d4d;
        content: ""; } }

.l-localNav--archive__link {
  display: block;
  color: #004080;
  line-height: 1; }
  @media print, screen and (min-width: 640px) {
    .l-localNav--archive__link {
      text-align: center; }
      .l-localNav--archive__link.is-current {
        padding-right: 14px;
        background: none;
        color: #4d4d4d; } }
  @media screen and (max-width: 639px) {
    .l-localNav--archive__link {
      height: 50px;
      border-top: 1px solid #d9d9d9;
      font-size: 14px;
      line-height: 50px; } }
  .l-localNav--archive__link:hover {
    color: #3d6dcc; }

@media print, screen and (min-width: 640px) {
  .l-localNav--archive__icon {
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-left: 8px;
    background: url(/files/user/images/common/icon-angle.png) no-repeat right center;
    background-size: 100%;
    vertical-align: 1px;
    content: ""; } }

@media print, screen and (min-width: 640px) {
  .l-localNav--archive--ir__item {
    width: 14.2%; }
    .l-localNav--archive--ir__item:nth-of-type(n+8) {
      margin-top: 12px; } }

.l-breadcrumb {
  border-top: 2px solid #dfe4ed;
  background-color: #f5f6fa; }

.l-breadcrumb__list {
  padding: 19px 0;
  letter-spacing: -0.5em; }

.l-breadcrumb__item {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0; }
  .l-breadcrumb__item:not(:last-child) {
    padding-right: 22px; }
    .l-breadcrumb__item:not(:last-child)::after {
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 8px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: inline-block;
      width: 6px;
      height: 10px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
      background-size: 6px auto;
      vertical-align: 2px;
      content: "";
      vertical-align: top; }

.l-breadcrumb__link {
  display: block;
  position: relative;
  color: #001847; }
  .l-breadcrumb__link:hover {
    color: #3d6dcc;
    text-decoration: underline; }

.l-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px; }

@media print, screen and (min-width: 640px) {
  .l-pagetop__button {
    display: block;
    width: 44px;
    height: 44px;
    padding-top: 10px;
    border: 2px solid #dfe4ed;
    background-color: #fff;
    text-align: center;
    transition: .4s all; } }

@media print, screen and (min-width: 640px) {
  .l-pagetop__button::before {
    display: inline-block;
    -ms-transform: rotate(45deg) skew(8deg, 8deg);
    transform: rotate(45deg) skew(8deg, 8deg);
    width: 16px;
    height: 16px;
    border-top: 2px solid #111987;
    border-left: 2px solid #111987;
    vertical-align: middle;
    content: ""; } }

.l-pagetop__button:hover {
  opacity: .7; }

.l-footer {
  border-top: 1px solid #dfe4ed; }

.l-footer__catch__outer {
  background-color: #f5f6fa;
  letter-spacing: -0.5em;
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .l-footer__catch__outer {
      padding: 39px 0 40px; } }
  @media screen and (max-width: 639px) {
    .l-footer__catch__outer {
      padding: 40px 0 37px; } }

.l-footer__logo {
  display: inline-block;
  background: url(/files/user/images/common/logo-glory.svg) no-repeat center top;
  background-size: 100% auto;
  letter-spacing: 0; }
  @media print, screen and (min-width: 640px) {
    .l-footer__logo {
      width: 100px;
      height: 98px;
      vertical-align: middle; } }
  @media screen and (max-width: 639px) {
    .l-footer__logo {
      width: 22.4%;
      height: 0;
      padding-top: 22%;
      vertical-align: top; } }

.l-footer__catch {
  background: url(/files/user/images/common/footer-catchcopy.svg) no-repeat center top;
  letter-spacing: 0; }
  @media print, screen and (min-width: 640px) {
    .l-footer__catch {
      display: inline-block;
      width: 153px;
      height: 30px;
      margin-left: 15px;
      background-size: 100% auto;
      vertical-align: middle; } }
  @media screen and (max-width: 639px) {
    .l-footer__catch {
      display: block;
      height: 0;
      padding-top: 6.9%;
      margin: 20px auto 0;
      background-size: auto 100%; } }

.l-footer__social {
  border-top: 1px solid #dfe4ed;
  background-color: #f5f6fa;
  letter-spacing: -0.5em;
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .l-footer__social {
      padding: 20px 0 22px; } }
  @media screen and (max-width: 639px) {
    .l-footer__social {
      padding: 30px 0; } }

.l-footer__social__item {
  display: inline-block;
  font-size: 30px;
  letter-spacing: 0; }

.l-footer__social__link {
  color: #aaacb2; }
  .l-footer__social__link:hover {
    opacity: .7; }

.l-footer__nav {
  background-color: #071933;
  color: #fff; }
  @media screen and (max-width: 639px) {
    .l-footer__nav {
      text-align: center; } }

.l-footer__nav__list {
  margin: 0 auto;
  letter-spacing: -0.5em; }
  @media print, screen and (min-width: 640px) {
    .l-footer__nav__list {
      padding: 38px 0 24px; } }
  @media screen and (max-width: 639px) {
    .l-footer__nav__list {
      padding: 40px 0 38px; } }

.l-footer__nav__item {
  letter-spacing: 0; }
  @media print, screen and (min-width: 640px) {
    .l-footer__nav__item {
      display: inline-block;
      width: 25%; }
      .l-footer__nav__item:nth-child(n+5) {
        margin-top: 20px; } }
  @media screen and (max-width: 639px) {
    .l-footer__nav__item:not(:first-child) {
      margin-top: 20px; } }

.l-footer__nav__link:hover {
  text-decoration: underline; }

.l-footer__subNav {
  border-top: 1px solid #000;
  font-size: 14px;
  letter-spacing: -0.5em;
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .l-footer__subNav {
      padding: 19px 0 17px; } }
  @media screen and (max-width: 639px) {
    .l-footer__subNav {
      padding: 30px 0 25px; } }

.l-footer__subNav__item {
  display: inline-block;
  letter-spacing: 0; }
  @media print, screen and (min-width: 640px) {
    .l-footer__subNav__item {
      line-height: 1; }
      .l-footer__subNav__item:not(:last-child) {
        margin-right: 30px; } }
  @media screen and (max-width: 639px) {
    .l-footer__subNav__item:not(:last-child) {
      margin-right: 13px; }
    .l-footer__subNav__item:nth-child(n+3) {
      margin-top: 10px; } }

@media print, screen and (min-width: 640px) {
  .l-footer__subNav__link {
    display: inline-block; } }

.l-footer__subNav__link:hover {
  text-decoration: underline; }

.l-footer__copyright {
  background-color: #040c18;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .l-footer__copyright {
      padding: 22px 0 20px; } }
  @media screen and (max-width: 639px) {
    .l-footer__copyright {
      padding: 20px 0 17px; } }

/*
 object
-------------------------------------------------- */
/* component --------------------------- */
.c-section {
  overflow: hidden;
  border-bottom: 1px solid #dfe2e6; }

@media print, screen and (min-width: 640px) {
  .c-section__inner {
    margin: 0 auto; } }

@media screen and (max-width: 639px) {
  .c-section__inner {
    width: 100%;
    margin: 35px 0 50px; } }

.c-index__subContents {
  border-bottom: 1px solid #dfe2e6;
  background-color: #f5f6fa; }
  @media print, screen and (min-width: 640px) {
    .c-index__subContents {
      padding: 60px 0; } }
  @media screen and (max-width: 639px) {
    .c-index__subContents {
      padding: 45px 0 60px; } }

.c-index__subContents__heading {
  color: #002773;
  line-height: 1;
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .c-index__subContents__heading {
      font-size: 40px; } }
  @media screen and (max-width: 639px) {
    .c-index__subContents__heading {
      font-size: 30px; } }

@media print, screen and (min-width: 640px) {
  .c-index__subContents__link::after {
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
    background-size: 8px auto;
    vertical-align: 2px;
    content: "";
    margin-left: 8px; } }

@media screen and (max-width: 639px) {
  .c-index__subContents__link::after {
    display: inline-block;
    width: 11px;
    height: 18px;
    background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
    background-size: 11px auto;
    vertical-align: 2px;
    content: "";
    margin-left: 8px; } }

.c-index__subContents__button__outer {
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .c-index__subContents__button__outer {
      margin-top: 40px; } }
  @media screen and (max-width: 639px) {
    .c-index__subContents__button__outer {
      margin-top: 30px; } }

.c-index__subContents__button {
  display: inline-block;
  background-color: #004080;
  color: #fff;
  transition: .4s all; }
  @media print, screen and (min-width: 640px) {
    .c-index__subContents__button {
      height: 60px;
      padding: 0 30px;
      border-bottom: 5px solid #00264c;
      border-radius: 4px;
      line-height: 60px; } }
  @media screen and (max-width: 639px) {
    .c-index__subContents__button {
      height: 50px;
      padding: 0 40px;
      border-bottom: 2px solid #00264c;
      border-radius: 3px;
      font-size: 13px;
      line-height: 50px; } }
  .c-index__subContents__button:hover {
    opacity: .7; }
  .c-index__subContents__button::after {
    display: inline-block;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    vertical-align: 2px;
    content: ""; }

.c-news__rss {
  text-align: right;
  letter-spacing: -0.5em; }

.c-news__rss__link__outer {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: middle; }
  @media print, screen and (min-width: 640px) {
    .c-news__rss__link__outer:nth-child(1) {
      vertical-align: top; } }
  @media print, screen and (min-width: 640px) {
    .c-news__rss__link__outer:nth-child(1) img {
      width: 40px; } }
  .c-news__rss__link__outer:nth-child(2)::before {
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url(/files/user/images/common/separator.png) no-repeat center center;
    vertical-align: top;
    content: ""; }
  @media print, screen and (min-width: 640px) {
    .c-news__rss__link__outer:nth-child(2) img {
      width: 52px; } }

.c-news__rss__link {
  display: inline-block; }
  .c-news__rss__link:hover {
    opacity: .7; }

@media print, screen and (min-width: 640px) {
  .c-news__list {
    margin-top: 50px; } }

@media screen and (max-width: 639px) {
  .c-news__list {
    margin-top: 40px; } }

@media print, screen and (min-width: 640px) {
  .c-news__item {
    display: table;
    width: 100%;
    text-align: left; }
    .c-news__item:not(:first-child) {
      margin-top: 20px; } }

@media screen and (max-width: 639px) {
  .c-news__item:not(:first-child) {
    margin-top: 10px; } }

@media print, screen and (min-width: 640px) {
  .c-news__date, .c-news__category__outer, .c-news__title {
    display: table-cell;
    vertical-align: top; } }

@media print, screen and (min-width: 640px) {
  .c-news__date {
    width: 120px;
    font-size: 14px;
    line-height: 24px; } }

@media screen and (max-width: 639px) {
  .c-news__date {
    display: inline-block;
    font-size: 9px; } }

@media print, screen and (min-width: 640px) {
  .c-news__category__outer {
    width: 140px;
    padding: 2px 20px; } }

@media screen and (max-width: 639px) {
  .c-news__category__outer {
    display: inline-block; } }

.c-news__category {
  border: 1px solid #dfe4ed;
  background-color: #fff;
  color: #5c5f66;
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .c-news__category {
      width: 100px;
      height: 19px;
      font-size: 12px;
      line-height: 19px; } }
  @media screen and (max-width: 639px) {
    .c-news__category {
      min-width: 75px;
      height: 15px;
      margin-left: 8px;
      font-size: 8px;
      line-height: 15px; } }

.c-news__title {
  position: relative;
  padding-left: 12px;
  line-height: 1.5; }
  @media screen and (max-width: 639px) {
    .c-news__title {
      margin-top: 5px; } }
  .c-news__title::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
    background-size: 6px auto;
    vertical-align: 2px;
    content: ""; }
    @media print, screen and (min-width: 640px) {
      .c-news__title::before {
        top: 6px; } }
    @media screen and (max-width: 639px) {
      .c-news__title::before {
        top: 4px; } }

.c-news__link {
  color: #002773; }
  @media print, screen and (min-width: 640px) {
    .c-news__link {
      display: inline-block; } }
  .c-news__link:hover {
    color: #3d6dcc; }
  .c-news__link.-pdf::after {
    display: inline-block;
    background: url(/files/user/images/common/icon-pdf.png) no-repeat left center;
    vertical-align: middle;
    content: "";
    width: 16px;
    height: 17px;
    background-size: auto 100%; }

.c-news__size {
  color: #4d4d4d;
  font-size: 12px; }
  @media print, screen and (min-width: 640px) {
    .c-news__size {
      margin: 0 4px; } }
  @media screen and (max-width: 639px) {
    .c-news__size {
      margin: 0 5px 0 2px;
      font-size: 9px; } }

@media print, screen and (min-width: 640px) {
  .c-subContents {
    margin-bottom: 150px; } }

@media screen and (max-width: 639px) {
  .c-subContents {
    overflow: hidden; } }

.c-subContents__heading {
  color: #002773; }
  @media print, screen and (min-width: 640px) {
    .c-subContents__heading {
      margin: 60px 0 90px;
      font-size: 38px; } }
  @media screen and (max-width: 639px) {
    .c-subContents__heading {
      margin: 45px 0 50px;
      font-size: 30px;
      line-height: 1.5; } }
  @media print, screen and (min-width: 640px) {
    .c-subContents__heading.c-news__heading {
      margin-bottom: 50px; } }
  @media screen and (max-width: 639px) {
    .c-subContents__heading.c-news__heading {
      margin: 30px 0 40px;
      line-height: 1; } }

@media print, screen and (min-width: 640px) {
  .c-subContents__editor {
    padding-top: 65px; } }

@media screen and (max-width: 639px) {
  .c-subContents__editor {
    padding-top: 45px; } }

.c-subContents__editor > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important; }

.c-subContents__editor p {
  margin-bottom: 10px; }

.c-contactBlock {
  border: solid #d9d9d9;
  background-color: #fcfcfc; }
  @media print, screen and (min-width: 640px) {
    .c-contactBlock {
      margin: 40px 0;
      padding: 32px;
      border-width: 2px; } }
  @media screen and (max-width: 639px) {
    .c-contactBlock {
      margin: 30px 0;
      padding: 16px;
      border-width: 1px; } }
  .c-contactBlock.-page {
    border-color: #002773;
    background-color: #fff;
    color: #002773; }

.c-contactBlock__tel__outer {
  color: #002773; }
  @media print, screen and (min-width: 640px) {
    .c-contactBlock__tel__outer {
      margin-bottom: 24px; } }
  @media screen and (max-width: 639px) {
    .c-contactBlock__tel__outer {
      margin-bottom: 10px; } }

@media print, screen and (min-width: 640px) {
  .c-contactBlock__tel__title {
    margin-bottom: 10px; } }

@media screen and (max-width: 639px) {
  .c-contactBlock__tel__title {
    font-size: 15px; } }

.c-contactBlock__tel {
  line-height: 1.1;
  letter-spacing: -0.03em; }
  @media print, screen and (min-width: 640px) {
    .c-contactBlock__tel {
      font-size: 42px; } }
  @media screen and (max-width: 639px) {
    .c-contactBlock__tel {
      font-size: 36px; } }

@media print, screen and (min-width: 640px) {
  .c-contactBlock__text {
    float: left;
    width: 66%; } }

@media screen and (max-width: 639px) {
  .c-contactBlock__text {
    margin-bottom: 10px;
    line-height: 1.7;
    letter-spacing: -0.03em; } }

.c-contactBlock__text__description {
  font-weight: bold; }
  @media print, screen and (min-width: 640px) {
    .c-contactBlock__text__description {
      font-size: 20px; } }

@media print, screen and (min-width: 640px) {
  .c-contactBlock__button__outer {
    float: right; } }

@media print, screen and (min-width: 640px) {
  .c-contactBlock__button {
    padding: 0 60px; } }

@media screen and (max-width: 639px) {
  .c-contactBlock__button {
    width: 100%;
    font-size: 16px;
    text-align: center; } }

@media screen and (max-width: 639px) {
  .c-contactBlock__button::after {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    vertical-align: 1px; } }

.c-icon--blank {
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-left: 6px;
  background: url(/files/user/images/common/icon-blank.png) no-repeat left top;
  vertical-align: -2px; }

[class^="c-0"] p {
  line-height: 1.7; }

.c-001 {
  position: relative;
  z-index: 2;
  color: #002773;
  line-height: 1.5; }
  @media print, screen and (min-width: 640px) {
    .c-001 {
      font-size: 46px; } }
  @media screen and (max-width: 639px) {
    .c-001 {
      font-size: 35px; } }

.c-001--snow {
  color: #fff; }

@media print, screen and (min-width: 640px) {
  .c-001--sub {
    margin-bottom: 10px;
    color: #002773;
    font-size: 20px;
    letter-spacing: 0.1em; } }

@media screen and (max-width: 639px) {
  .c-001--sub {
    color: #fff;
    font-size: 16px; } }

@media print, screen and (min-width: 640px) {
  .c-001__heading {
    position: relative;
    top: 50%;
    z-index: 2;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media screen and (max-width: 639px) {
  .c-001__heading {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #111987;
    color: #fff; } }

@media screen and (max-width: 639px) {
  .c-001__heading .c-001 {
    color: #fff;
    letter-spacing: -0.025em; } }

/*
---
name: 【001】H1
category: 見出し
tag:
 - heading
 - 001～010
---

```html
<div class="c-001--sub">株主・投資家の皆さまへ</div>
<h1 class="c-001">H1見出し</h1>
<h1 class="c-001 c-001--snow">H1見出し（白）</h1>

```

*/
.c-002 {
  letter-spacing: -0.5em;
  margin: 15px auto; }

.c-002__item {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0; }
  @media print, screen and (min-width: 640px) {
    .c-002__item:not(:last-child) {
      margin-right: 40px; } }
  @media screen and (max-width: 639px) {
    .c-002__item:not(:last-child) {
      margin-right: 20px; } }

.c-002__link {
  color: #002773;
  text-decoration: none; }
  .c-002__link:hover {
    color: #3d6dcc;
    text-decoration: none; }
  .c-002__link::before {
    display: inline-block;
    width: 6px;
    height: 12px;
    background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
    background-size: 6px auto;
    vertical-align: 2px;
    content: "";
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 8px;
    vertical-align: -1px; }

/*
---
name: 【002】アンカーリンク
category: リンク
tag:
 - link
 - 001～010
---

```html
<ul class="c-002">
	<li class="c-002__item"><a class="c-002__link" href="#anchor01">アンカーリンク01</a></li>
	<li class="c-002__item"><a class="c-002__link" href="#anchor02">アンカーリンク02</a></li>
	<li class="c-002__item"><a class="c-002__link" href="#anchor03">アンカーリンク03</a></li>
</ul>

```

*/
.c-003 {
  color: #002773;
  line-height: 1.5; }
  @media print, screen and (min-width: 640px) {
    .c-003 {
      margin: 45px 0 20px;
      font-size: 38px; } }
  @media screen and (max-width: 639px) {
    .c-003 {
      margin: 40px 0 30px;
      font-size: 31px; } }
  @media print, screen and (min-width: 640px) {
    .c-003--above {
      margin-top: 20px; } }
  @media screen and (max-width: 639px) {
    .c-003--above {
      margin-top: 10px; } }

/*
---
name: 【003】H2 ver1
category: 見出し
tag:
 - heading
 - 001～010
---

```html
<h2 class="c-003">H2見出し</h2>

```

*/
.c-004 {
  color: #002773; }
  @media print, screen and (min-width: 640px) {
    .c-004 {
      margin: 20px 0;
      line-height: 2;
      font-size: 20px; } }
  @media screen and (max-width: 639px) {
    .c-004 {
      margin: 10px 0; } }

/*
---
name: 【004】強調テキスト
category: テキスト
tag:
 - text
 - 001～010
---

```html
<div class="c-004">強調テキストが入ります。<br>強調テキストが入ります。</div>

```

*/
@media print, screen and (min-width: 640px) {
  .c-005 {
    margin: 0 0 60px; } }

@media screen and (max-width: 639px) {
  .c-005 {
    display: -ms-flexbox;
    display: flex;
    margin: 20px 15px 40px;
    -ms-flex-direction: column;
    flex-direction: column; } }

.c-005::after {
  display: block;
  clear: both;
  content: ""; }

.c-005__picture {
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .c-005__picture {
      float: left;
      margin-right: 30px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 639px) {
    .c-005__picture {
      margin-top: 15px;
      -ms-flex-order: 2;
      order: 2; } }
  .c-005__picture img {
    max-width: 100%; }

@media print, screen and (min-width: 640px) {
  .-half {
    width: 570px; } }

@media print, screen and (min-width: 640px) {
  .l-container--main .-half {
    width: 450px; } }

@media print, screen and (min-width: 640px) {
  .-oneThird {
    width: 370px; } }

@media print, screen and (min-width: 640px) {
  .l-container--main .-oneThird {
    width: 290px; } }

@media print, screen and (min-width: 640px) {
  .-quarter {
    width: 270px; } }

@media print, screen and (min-width: 640px) {
  .l-container--main .-quarter {
    width: 210px; } }

[class$="__caption"] {
  margin-top: 5px;
  color: #666;
  font-size: 12px;
  letter-spacing: 0.02em; }

@media screen and (max-width: 639px) {
  .c-005 p {
    -ms-flex-order: 1;
    order: 1; } }

/*
---
name: 【005】画像（左）＋ テキスト（右）
category: 画像
tag:
 - text
 - image
 - 001～010
---

```html
<div class="c-005">
	<div class="c-005__picture -quarter"><img src="/files/user/images/dummy/picture-half.png"></div>
	<p>画像4分の1サイズ</p>
</div>
<div class="c-005">
	<div class="c-005__picture -oneThird"><img src="/files/user/images/dummy/picture-half.png"><p class="c-005__caption">キャプションはこんな感じです。キャプションはこんな感じです。</p></div>
	<p>画像3分の1サイズ</p>
</div>
<div class="c-005">
	<div class="c-005__picture -half"><img src="/files/user/images/dummy/picture-half.png"></div>
	<p>画像2分の1サイズ</p>
</div>


```

*/
.c-007 {
  text-align: left; }
  @media print, screen and (min-width: 640px) {
    .c-007 {
      margin: 0 0 40px;
      line-height: 1.8; } }
  @media screen and (max-width: 639px) {
    .c-007 {
      margin: 0 0 45px;
      line-height: 1.5; } }

.c-007__link--banner {
  display: inline-block;
  transition: .4s all; }
  .c-007__link--banner:hover {
    opacity: .7; }

/*
---
name: 【007】通常テキスト
category: テキスト
tag:
 - text
 - 001～010
---

```html
<div class="c-007">
	<p>テキストが入ります。テキストが入ります。テキストが入ります。</p>
</div>

<div class="c-007">
	<a class="c-007__link--banner" href="/product/issue/mynumber/"><img src="/files/user/images/common/banner-mynumber.jpg" alt="マイナンバー 厳正な書類管理のご提案"></a>
</div>

```

*/
@media print, screen and (min-width: 640px) {
  .c-008 {
    margin: 32px 0; } }

@media screen and (max-width: 639px) {
  .c-008 {
    margin: 20px 0; } }

.c-008__title {
  margin-bottom: 5px;
  color: #002773; }
  @media print, screen and (min-width: 640px) {
    .c-008__title {
      font-size: 20px; } }

/*
---
name: 【008】強調テキスト＋テキスト
category: テキスト
tag:
 - text
 - 001～010
---

```html
<div class="c-008">
	<div class="c-008__title">事業継続・収益確保・利益還元</div>
	<p>理念に基づく事業を継続的に発展させることにより安定収益を確保し、接続可能な社会の構築に貢献します。</p>
</div>


```

*/
@media print, screen and (min-width: 640px) {
  .c-009 {
    margin-bottom: 50px; } }

@media screen and (max-width: 639px) {
  .c-009 {
    margin-bottom: 35px; } }

.c-009 img {
  width: auto;
  max-width: 100%; }

@media print, screen and (min-width: 640px) {
  .c-009 p {
    margin-top: 50px; } }

@media screen and (max-width: 639px) {
  .c-009 p {
    margin-top: 40px; } }

/*
---
name: 【009】画像（上）＋ テキスト（下）
category: テキスト
tag:
 - text
 - image
 - 001～010
---

```html
<div class="c-009">
	<img src="/files/user/images/dummy/image-wesecure.png">
	<p>理念に基づく事業を継続的に発展させることにより安定収益を確保し、接続可能な社会の構築に貢献します。</p>
</div>


```

*/
[class*="c-011"] {
  margin: 5px 0; }
  [class*="c-011"] a {
    display: inline-block;
    position: relative;
    color: #002773;
    text-decoration: none; }
    @media print, screen and (min-width: 640px) {
      [class*="c-011"] a {
        padding-left: 12px; } }
    @media screen and (max-width: 639px) {
      [class*="c-011"] a {
        padding-left: 10px; } }
    [class*="c-011"] a:hover {
      color: #3d6dcc;
      text-decoration: underline; }
    [class*="c-011"] a::before {
      position: absolute;
      left: 0; }
      @media print, screen and (min-width: 640px) {
        [class*="c-011"] a::before {
          top: 7px;
          display: inline-block;
          width: 6px;
          height: 10px;
          background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
          background-size: 6px auto;
          vertical-align: 2px;
          content: ""; } }
      @media screen and (max-width: 639px) {
        [class*="c-011"] a::before {
          top: 4px;
          margin-right: 8px;
          display: inline-block;
          width: 6px;
          height: 10px;
          background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
          background-size: 6px auto;
          vertical-align: 2px;
          content: "";
          background-size: 6px auto;
          vertical-align: 0; } }
      @media print, screen and (min-width: 640px) {
        .c-017 [class*="c-011"] a::before {
          top: 4px; } }
      @media screen and (max-width: 639px) {
        .c-017 [class*="c-011"] a::before {
          top: 2px; } }

.c-011__date {
  margin-left: 4px;
  color: #5c5f66;
  font-size: 12px; }

.c-011__size {
  margin-left: 4px;
  color: #5c5f66;
  font-size: 12px; }

.c-011--pdf a::after {
  display: inline-block;
  width: 16px;
  height: 19px;
  margin-left: 4px;
  vertical-align: middle;
  background: url(/files/user/images/common/icon-pdf.png) no-repeat left center;
  content: ""; }

.c-011--xls a::after {
  display: inline-block;
  width: 16px;
  height: 19px;
  margin-left: 4px;
  vertical-align: middle;
  background: url(/files/user/images/common/icon-excel.svg) no-repeat left center;
  content: ""; }

/*
---
name: 【011】PDFリンク
category: リンク
tag:
 - link
 - 011～020
---

```html
<div class="c-011--pdf">
	<a href="/DUMMY" target="_blank">議決権行使の集計結果 (臨時報告書)<span class="c-011__date">(2017年6月22日)</span><span class="c-011__size">(281KB)</span></a>
</div>
<div class="c-011--xls">
	<a href="/DUMMY" target="_blank">議決権行使の集計結果 (臨時報告書)<span class="c-011__date">(2017年6月22日)</span><span class="c-011__size">(281KB)</span></a>
</div>


```

*/
@media print, screen and (min-width: 640px) {
  .c-012__outer {
    margin: 100px 0 90px;
    text-align: center; } }

@media screen and (max-width: 639px) {
  .c-012__outer {
    margin: 40px 15px;
    text-align: left; } }

.c-012 {
  display: inline-block;
  position: relative;
  color: #52668d;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em; }
  @media print, screen and (min-width: 640px) {
    .c-012 {
      padding: 10px 15px; } }
  @media screen and (max-width: 639px) {
    .c-012 {
      padding: 5px 8px; } }
  .c-012::before, .c-012::after {
    display: inline-block;
    position: absolute;
    vertical-align: top;
    content: ""; }
    @media print, screen and (min-width: 640px) {
      .c-012::before, .c-012::after {
        width: 15px;
        height: 15px; } }
    @media screen and (max-width: 639px) {
      .c-012::before, .c-012::after {
        width: 8px;
        height: 8px; } }
  .c-012::before {
    top: 0;
    left: 0;
    border-top: 1px solid rgba(82, 102, 141, 0.5);
    border-left: 1px solid rgba(82, 102, 141, 0.5); }
  .c-012::after {
    right: 0;
    bottom: 0;
    border-right: 1px solid rgba(82, 102, 141, 0.5);
    border-bottom: 1px solid rgba(82, 102, 141, 0.5); }

/*
---
name: 【012】コンテンツリード
category: テキスト
tag:
 - text
 - 011～020
---

```html
<div class="c-012__outer">
	<div class="c-012">グローリーが安心・確実なのは見えるお金だけではありません。<br>お客様の業務のさらなる省人化、効率化そして厳正化を図ります。</div>
</div>


```

*/
.c-013 {
  color: #002773;
  line-height: 1.5; }
  @media print, screen and (min-width: 640px) {
    .c-013 {
      margin: 30px 0 20px;
      font-size: 32px; } }
  @media screen and (max-width: 639px) {
    .c-013 {
      margin: 15px 0;
      font-size: 27px; } }

/*
---
name: 【013】H3 ver1
category: 見出し
tag:
 - heading
 - 011～020
---

```html
<h3 class="c-013">H3見出し</h3>

```

*/
@media screen and (max-width: 639px) {
  .c-014 {
    overflow: auto;
    white-space: nowrap; }
    .c-014::-webkit-scrollbar {
      height: 5px; }
    .c-014::-webkit-scrollbar-track {
      background-color: #f1f1f1; }
    .c-014::-webkit-scrollbar-thumb {
      background-color: #bcbcbc; } }

.c-014 table {
  border-collapse: collapse; }
  @media print, screen and (min-width: 640px) {
    .c-014 table {
      width: 100%; } }

.c-014 th, .c-014 td {
  border-top: 1px solid #d9d9d9; }
  @media print, screen and (min-width: 640px) {
    .c-014 th, .c-014 td {
      padding: 20px 30px; } }
  @media screen and (max-width: 639px) {
    .c-014 th, .c-014 td {
      padding: 10px 15px; } }

.c-014 th {
  width: 15%;
  color: #2d2f32;
  text-align: center; }

.c-014 td {
  width: 88.6%;
  color: #4d4d4d; }

@media print, screen and (min-width: 640px) {
  .c-014 tr:first-child th {
    border-top: 2px solid #111987; } }

@media screen and (max-width: 639px) {
  .c-014 tr:first-child th {
    border-top: 1px solid #111987; } }

@media print, screen and (min-width: 640px) {
  .c-014 tr:first-child td {
    border-top: 2px solid #d9d9d9; } }

.c-014 p {
  margin-bottom: 0; }

/*
---
name: 【014】罫線付きリスト
category: 表組み
tag:
 - table
 - text
 - 011～020
---

```html
<div class="c-014">
	<table>
		<tr>
			<th>1918</th>
			<td>グループの母体である国栄機械製作所(現 グローリー株式会社)を創業。</td>
		</tr>
		<tr>
			<th>1944</th>
			<td>株式会社国営機械製作所(現 グローリー株式会社)を設立。</td>
		</tr>
		<tr>
			<th>1957</th>
			<td>国栄商事株式会社(現 グローリー株式会社)を設立。</td>
		</tr>
		<tr>
			<th>1969</th>
			<td>国栄商事株式会社がグローリー商事株式会社(現 グローリー株式会社)に商号変更。</td>
		</tr>
		<tr>
			<th>1970</th>
			<td>グローリーサービス株式会社を設立。</td>
		</tr>
		<tr>
			<th>1971</th>
			<td>グループの母体である国栄機械製作所(現 グローリー株式会社)を創業。</td>
		</tr>
	</table>
</div>

```

*/
.c-015 {
  letter-spacing: -0.5em; }
  @media print, screen and (min-width: 640px) {
    .c-015 {
      margin: 60px 0; } }
  @media screen and (max-width: 639px) {
    .c-015 {
      margin: 45px 0 60px; } }

.c-015__item {
  letter-spacing: 0; }
  @media print, screen and (min-width: 640px) {
    .c-015__item {
      display: inline-block;
      vertical-align: top; }
      .c-015__item:not(:nth-child(3n+1)) {
        margin-left: 30px; }
      .c-015__item:nth-child(n+4) {
        margin-top: 50px; } }
  @media screen and (max-width: 639px) {
    .c-015__item {
      margin-top: 30px; } }

.c-015__link {
  display: block;
  transition: all .2s;
  text-decoration: none; }

.c-015__link:hover .c-015__picture {
  opacity: .7; }

.c-015__link:hover .c-015__title {
  color: #3d6dcc; }

.c-015__picture {
  overflow: hidden; }
  @media print, screen and (min-width: 640px) {
    .c-015__picture {
      height: 209px; } }
  @media print, screen and (min-width: 640px) {
    .-half .c-015__picture {
      height: auto; } }
  .c-015__picture img {
    width: 100%;
    max-width: 100%; }

@media print, screen and (min-width: 640px) {
  .l-container--main .c-015__picture {
    height: 165px; } }

.c-015__title {
  border-top: solid #fff;
  font-size: 20px; }
  @media print, screen and (min-width: 640px) {
    .c-015__title {
      padding-top: 16px;
      border-top-width: 2px;
      color: #002773; } }
  @media screen and (max-width: 639px) {
    .c-015__title {
      padding-top: 10px;
      border-top-width: 1px;
      color: #002773; } }

@media print, screen and (min-width: 640px) {
  .c-015__link:not([target="_blank"]) .c-015__title::after {
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
    background-size: 8px auto;
    vertical-align: 2px;
    content: "";
    margin-left: 8px; } }

@media screen and (max-width: 639px) {
  .c-015__link:not([target="_blank"]) .c-015__title::after {
    display: inline-block;
    width: 11px;
    height: 18px;
    background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
    background-size: 11px auto;
    vertical-align: 2px;
    content: "";
    margin-left: 5px;
    vertical-align: -2px; } }

.c-015__link[target="_blank"] .c-015__title::after {
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-left: 6px;
  background: url(/files/user/images/common/icon-blank.png) no-repeat left top;
  vertical-align: -2px; }

.c-015__description {
  margin-top: 6px;
  color: #595959;
  font-size: 14px; }

/*
---
name: 【015】製品リンク
category: リンク
tag:
 - text
 - image
 - link
 - 011～020
---

```html
<ul class="c-015">
	<li class="c-015__item -oneThird">
		<a class="c-015__link" href="/DUMMY">
			<div class="c-015__picture"><img src="/files/user/images/dummy/product.jpg"></div>
			<div class="c-015__title">マルチリーダー PFM-20</div>
			<div class="c-015__description">最大30種類の電子マネー決済に対応。</div>
		</a>
	</li>
	<li class="c-015__item -oneThird">
		<a class="c-015__link" href="/DUMMY">
			<div class="c-015__picture"><img src="/files/user/images/dummy/product.jpg"></div>
			<div class="c-015__title">マルチリーダー PFM-10</div>
			<div class="c-015__description">これ1台で最大14種類の電子マネーに対応。</div>
		</a>
	</li>
	<li class="c-015__item -oneThird">
		<a class="c-015__link" href="/DUMMY">
			<div class="c-015__picture"><img src="/files/user/images/dummy/product.jpg"></div>
			<div class="c-015__title">FeliCa対応社員食堂システム</div>
			<div class="c-015__description">社員証を活用して、フレキシブルな社員食堂を運営。オープン系電子マネーの活用も可能です。</div>
		</a>
	</li>
</ul>


```

*/
.c-016 {
  color: #666; }
  @media print, screen and (min-width: 640px) {
    .c-016 {
      margin-top: 16px;
      font-size: 12px; } }
  @media screen and (max-width: 639px) {
    .c-016 {
      font-size: 9px; } }

/*
---
name: 【016】注釈
category: テキスト
tag:
 - text
 - 011～020
---

```html
<div class="c-016">
	<p>※各ユニットはすべて音声処理ユニットにケーブルで接続します。</p>
	<p>※集音ユニットは、最大3台まで増設が可能(2台目からオプション)</p>
	<p>※出力ユニットは、最大7本まで増設が可能(3本目からオプション)</p>
</div>


```

*/
.c-017 {
  padding: 15px;
  background-color: #f1f1f1;
  color: #45474c; }
  @media print, screen and (min-width: 640px) {
    .c-017 {
      margin: 30px 0;
      font-size: 12px; } }
  @media screen and (max-width: 639px) {
    .c-017 {
      margin: 20px 0;
      font-size: 9px; } }
  .c-017 p {
    margin-bottom: 0; }
    .c-017 p:first-child {
      margin-top: 0; }

/*
---
name: 【017】強調エリア(囲み)
category: テキスト
tag:
 - text
 - 011～020
---

```html
<div class="c-017">
	<p>※応募者多数の場合は抽選を行います。</p>
	<p>※掲載されている情報は、予告なしに変更されることがあります。あらかじめご了承ください。</p>
</div>


```

*/
@media screen and (max-width: 639px) {
  .c-018 {
    overflow: auto;
    white-space: nowrap; }
    .c-018::-webkit-scrollbar {
      height: 5px; }
    .c-018::-webkit-scrollbar-track {
      background-color: #f1f1f1; }
    .c-018::-webkit-scrollbar-thumb {
      background-color: #bcbcbc; } }

.c-018 table {
  background-color: #fff;
  width: 100%;
  border-top: 1px solid #b9b9b9;
  border-collapse: collapse;
  text-align: left; }

.c-018 tbody {
  border-bottom: 1px solid #b9b9b9; }

.c-018 th, .c-018--usetel th, .c-018 td {
  border-bottom: 1px solid #b9b9b9; }
  @media print, screen and (min-width: 640px) {
    .c-018 th, .c-018--usetel th, .c-018 td {
      padding: 10px 0 10px 30px; } }
  @media screen and (max-width: 639px) {
    .c-018 th, .c-018--usetel th, .c-018 td {
      padding: 7px 0 7px 15px; } }
  @media print, screen and (min-width: 640px) {
    .c-018 th:last-child, .c-018--usetel th:last-child, .c-018 td:last-child {
      padding-right: 30px; } }
  @media screen and (max-width: 639px) {
    .c-018 th:last-child, .c-018--usetel th:last-child, .c-018 td:last-child {
      padding-right: 15px; } }

.c-018 th {
  font-weight: normal;
  background-color: #f2f3fa;
  font-weight: normal; }
  .c-018 th:first-child {
    width: 12%;
    padding-right: 0;
    padding-left: 0;
    border-right: 1px solid #d9d9d9;
    text-align: center; }
  .c-018 th:nth-child(2) {
    width: 18%; }
  .c-018 th:nth-child(3) {
    width: 18%; }
  .c-018 th:nth-child(4) {
    width: 39%; }

.c-018--usetel th {
  font-weight: normal;
  background-color: #f2f3fa;
  font-weight: normal; }
  .c-018--usetel th:first-child {
    width: 12%;
    padding-right: 0;
    padding-left: 0;
    border-right: 1px solid #d9d9d9;
    text-align: center; }
  .c-018--usetel th:nth-child(2) {
    width: 18%; }
  .c-018--usetel th:nth-child(3) {
    width: 39%; }
  .c-018--usetel th:nth-child(4) {
    width: 18%; }

.c-018__title {
  font-weight: bold; }

@media print, screen and (min-width: 640px) {
  .c-018 thead th {
    border-top: 2px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9; } }

@media screen and (max-width: 639px) {
  .c-018 thead th {
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9; } }

@media print, screen and (min-width: 640px) {
  .c-018 thead th:first-child {
    border-top: 2px solid #111987;
    border-bottom: 1px solid #b9b9b9; } }

@media screen and (max-width: 639px) {
  .c-018 thead th:first-child {
    border-top: 1px solid #111987;
    border-bottom: 1px solid #b9b9b9; } }

.c-018 thead:nth-child(2n+1) td {
  background-color: #f7f7f7; }

.c-018 a {
  color: #002773;
  font-weight: bold; }
  .c-018 a:hover {
    color: #3d6dcc; }
  .c-018 a[target="_blank"]::after {
    display: inline-block;
    height: 10px;
    background: url(/files/user/images/common/icon-blank.png) no-repeat left center;
    content: ""; }
    @media print, screen and (min-width: 640px) {
      .c-018 a[target="_blank"]::after {
        width: 16px;
        margin-left: 10px;
        background-size: 12px auto; } }
    @media screen and (max-width: 639px) {
      .c-018 a[target="_blank"]::after {
        width: 8px;
        margin-left: 8px;
        background-size: 6px auto; } }

/*
---
name: 【018】表組み(拠点対応)
category: 表組み
tag:
 - table
 - text
 - 011～020
---

```html
<div class="c-018">
	<table>
		<thead>
			<tr>
				<th>都道府県</th>
				<th>拠点</th>
				<th>郵便番号</th>
				<th>住所</th>
			</tr>
		</thead>
		<tbody>
			<tr>
				<th rowspan="10">北海道</th>
				<td class="c-018__title"><a href="/DUMMY" target="_blank">本社</a></td>
				<td>〒060-0013</td>
				<td>北海道札幌市中央区北13条西17-1-45</td>
			</tr>
			<tr>
				<td class="c-018__title">旭川支店</td>
				<td>〒070-0026</td>
				<td>北海道旭川市東6条4-2-6</td>
			</tr>
			<tr>
				<td class="c-018__title">釧路営業所</td>
				<td>〒085-0005</td>
				<td>北海道釧路市松浦町6-3</td>
			</tr>
			<tr>
				<td class="c-018__title">北見営業所</td>
				<td>〒090-0065</td>
				<td>北海道北見市寿町2-2-12</td>
			</tr>
			<tr>
				<td class="c-018__title">函館営業所</td>
				<td>〒041-0801</td>
				<td>北海道函館市桔梗町405-6</td>
			</tr>
			<tr>
				<td class="c-018__title">帯広営業所</td>
				<td>〒080-0016</td>
				<td>北海道帯広市西6条南10-12</td>
			</tr>
			<tr>
				<td class="c-018__title">稚内営業所</td>
				<td>〒097-0001</td>
				<td>北海道稚内市末広2-1-20</td>
			</tr>
			<tr>
				<td class="c-018__title">苫小牧営業所</td>
				<td>〒053-0005</td>
				<td>北海道苫小牧市元中野町3-6-27</td>
			</tr>
			<tr>
				<td class="c-018__title">室蘭出張所</td>
				<td>〒050-0072</td>
				<td>北海道室蘭市高砂町2-1-18</td>
			</tr>
			<tr>
				<td class="c-018__title">留萌出張所</td>
				<td>〒077-0028</td>
				<td>北海道留萌市花園町1-1</td>
			</tr>
		</tbody>
	</table>
</div>


<div class="c-018 c-018--usetel">
	<table>
		<thead>
			<tr>
				<th>都道府県</th>
				<th>拠点</th>
				<th>住所</th>
				<th>電話番号</th>
			</tr>
		</thead>
		<tbody>
			<tr>
				<th rowspan="10">北海道</th>
				<td class="c-018__title"><a href="/DUMMY" target="_blank">本社</a></td>
				<td>〒060-0013<br>北海道札幌市中央区北13条西17-1-45</td>
				<td>(011)707-4545</td>
			</tr>
			<tr>
				<td class="c-018__title">旭川支店</td>
				<td>〒070-0026<br>北海道旭川市東6条4-2-6</td>
				<td>(0166)24-5111</td>
			</tr>
			<tr>
				<td class="c-018__title">釧路営業所</td>
				<td>〒085-0005<br>北海道釧路市松浦町6-3</td>
				<td>(0154)24-9325</td>
			</tr>
			<tr>
				<td class="c-018__title">北見営業所</td>
				<td>〒090-0065<br>北海道北見市寿町2-2-12</td>
				<td>(0157)23-3893</td>
			</tr>
			<tr>
				<td class="c-018__title">函館営業所</td>
				<td>〒041-0801<br>北海道函館市桔梗町405-6</td>
				<td>(0138)47-2299</td>
			</tr>
			<tr>
				<td class="c-018__title">帯広営業所</td>
				<td>〒080-0016<br>北海道帯広市西6条南10-12</td>
				<td>(0155)27-2774</td>
			</tr>
			<tr>
				<td class="c-018__title">稚内営業所</td>
				<td>〒097-0001<br>北海道稚内市末広2-1-20</td>
				<td>(0162)22-5712</td>
			</tr>
			<tr>
				<td class="c-018__title">苫小牧営業所</td>
				<td>〒053-0005<br>北海道苫小牧市元中野町3-6-27</td>
				<td>(0144)37-2114</td>
			</tr>
			<tr>
				<td class="c-018__title">室蘭出張所</td>
				<td>〒050-0072<br>北海道室蘭市高砂町2-1-18</td>
				<td>(0143)45-6661</td>
			</tr>
			<tr>
				<td class="c-018__title">留萌出張所</td>
				<td>〒077-0028<br>北海道留萌市花園町1-1</td>
				<td>(0164)43-7750</td>
			</tr>
		</tbody>
	</table>
</div>

```

*/
@media print, screen and (min-width: 640px) {
  .c-019__outer {
    position: relative;
    overflow: hidden; } }

@media screen and (max-width: 639px) {
  .c-019__outer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media screen and (max-width: 639px) {
  .c-019__outer .c-001__heading {
    -ms-flex-order: 2;
    order: 2; } }

@media screen and (max-width: 639px) {
  .c-019 {
    min-height: 0%;
    -ms-flex-order: 1;
    order: 1; }
    .c-019 img {
      max-width: 100%;
      height: auto; } }

@media print, screen and (min-width: 640px) {
  .-product.c-019__outer, .-casestudy.c-019__outer, .-support.c-019__outer, .-company.c-019__outer, .-ir.c-019__outer, .-csr.c-019__outer, .-saiyo.c-019__outer {
    height: 280px; } }

@media print, screen and (min-width: 640px) {
  .-casestudy.c-019__outer {
    background-color: #edece9; } }

@media print, screen and (min-width: 640px) {
  .-support.c-019__outer {
    background-color: #ece9e2; } }

@media print, screen and (min-width: 640px) {
  .-company.c-019__outer {
    background-color: #99bfe2; } }

@media print, screen and (min-width: 640px) {
  .-ir.c-019__outer {
    background-color: #f7f7f7; } }

@media print, screen and (min-width: 640px) {
  .-csr.c-019__outer {
    background-color: #d5e4f2; } }

@media print, screen and (min-width: 640px) {
  .-saiyo.c-019__outer {
    background-color: #fcfcfc; } }

@media print, screen and (min-width: 640px) {
  .-businessfields.c-019__outer {
    height: 280px;
    background-color: #f2f2f2; } }

@media print, screen and (min-width: 640px) {
  .-product .c-019, .-support .c-019, .-company .c-019, .-ir .c-019, .-csr .c-019, .-saiyo .c-019, .-casestudy .c-019 {
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

/*
---
name: 【019】キービジュアル
category: 画像
tag:
 - image
 - heading
 - 011～020
---

```html
<div class="c-019__outer">
	<div class="l-container--middle c-001__heading">
		<h1 class="c-001">H1見出し</h1>
	</div>
	<div class="c-019"><img src="/files/user/images/dummy/picture-hero_productTop.jpg"></div>
</div>

```

*/
.c-023 {
  overflow: hidden;
  background-color: #e6e6e6; }

@media print, screen and (min-width: 640px) {
  .c-023__inner {
    width: 1170px;
    margin: 60px auto; } }

@media screen and (max-width: 639px) {
  .c-023__inner {
    padding: 0 15px 20px; } }

@media print, screen and (min-width: 640px) {
  .c-023__list {
    letter-spacing: -0.5em;
    text-align: center; } }

@media print, screen and (min-width: 640px) {
  .c-023 li {
    display: inline-block;
    letter-spacing: 0;
    text-align: left;
    vertical-align: top; } }

@media print, screen and (min-width: 640px) {
  .c-023 li:not(:nth-child(3n+1)) {
    margin-left: 30px; } }

@media screen and (max-width: 639px) {
  .c-023 li:not(:first-child) {
    margin-top: 10px; } }

.c-023 a {
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: .4s all; }
  @media print, screen and (min-width: 640px) {
    .c-023 a {
      width: 100%;
      height: 150px;
      padding: 0 50px 0 150px;
      font-size: 24px; } }
  @media screen and (max-width: 639px) {
    .c-023 a {
      padding: 0 5px 0 18%;
      height: 65px;
      font-size: 18px;
      line-height: 65px; } }
  .c-023 a:hover {
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }
  .c-023 a::after {
    display: inline-block;
    content: ""; }
    @media print, screen and (min-width: 640px) {
      .c-023 a::after {
        display: inline-block;
        width: 8px;
        height: 14px;
        background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
        background-size: 8px auto;
        vertical-align: 2px;
        content: "";
        margin-left: 8px; } }
    @media screen and (max-width: 639px) {
      .c-023 a::after {
        display: inline-block;
        width: 6px;
        height: 10px;
        background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
        background-size: 6px auto;
        vertical-align: 2px;
        content: "";
        margin-left: 6px; } }
  @media print, screen and (min-width: 640px) {
    .c-023 a.-contact, .c-023 a.-manual {
      line-height: 150px; } }
  @media print, screen and (min-width: 640px) {
    .c-023 a.-download {
      padding-top: 40px;
      padding-bottom: 40px; } }

.c-023__icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: auto 100%;
  background-repeat: no-repeat;
  vertical-align: middle; }
  @media print, screen and (min-width: 640px) {
    .c-023__icon {
      left: 50px;
      width: 90px;
      height: 83px;
      background-position: left center; } }
  @media screen and (max-width: 639px) {
    .c-023__icon {
      left: 5px;
      width: 13%;
      height: 45px;
      background-position: center center;
      background-size: contain; } }

.-contact .c-023__icon {
  background-image: url(/files/user/images/common/icon-support_contact.svg); }

.-download .c-023__icon {
  background-image: url(/files/user/images/common/icon-support_download.svg); }

.-manual .c-023__icon {
  background-image: url(/files/user/images/common/icon-support_manual.svg); }

/*
---
name: 【023】お問い合わせリンク
category: リンク
tag:
- link
- 021～030
---

```html
<section class="c-023">
	<div class="c-023__inner">
		<h3 class="c-013">サポート・お問い合わせ</h3>
		<ul class="c-023__list">
			<li class="-oneThird">
				<a class="u-link-bl -contact" href="/DUMMY"><i class="c-023__icon"></i>お問い合わせ</a>
			</li>
			<li class="-oneThird">
				<a class="u-link-bl -download" href="/DUMMY"><i class="c-023__icon"></i>カタログ・<br class="is-pc">ダウンロード</a>
			</li>
			<li class="-oneThird">
				<a class="u-link-bl -manual" href="/DUMMY"><i class="c-023__icon"></i>取扱説明書</a>
			</li>
		</ul>
	</div>
</section>

```

*/
.c-024 {
  color: #036; }
  .c-024:hover {
    color: #3d6dcc; }
  @media print, screen and (min-width: 640px) {
    .c-024::before {
      display: inline-block;
      width: 6px;
      height: 10px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
      background-size: 6px auto;
      vertical-align: 2px;
      content: "";
      width: 16px;
      margin-right: 10px; } }
  @media screen and (max-width: 639px) {
    .c-024::before {
      display: inline-block;
      width: 6px;
      height: 10px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
      background-size: 6px auto;
      vertical-align: 2px;
      content: "";
      margin-right: 8px;
      background-size: 6px auto;
      vertical-align: 0; } }

/*
---
name: 【024】サイト内リンク ※011に統合されました
category: リンク
tag:
 - link
 - 021～030
---

```html
<div class="c-011">
	<a href="/DUMMY">議決権行使の集計結果 (臨時報告書)</a>
</div>


```

*/
.c-025 li {
  border: 1px solid #b8becc;
  background-color: #fff;
  line-height: 1.7;
  transition: .4s all; }
  @media print, screen and (min-width: 640px) {
    .c-025 li {
      border-radius: 5px; } }
  @media screen and (max-width: 639px) {
    .c-025 li {
      border-radius: 2px; } }
  .c-025 li.is-opened {
    border-color: #ededed; }
  @media print, screen and (min-width: 640px) {
    .c-025 li:not(:first-child) {
      margin-top: 15px; } }
  @media screen and (max-width: 639px) {
    .c-025 li:not(:first-child) {
      margin-top: 20px; } }

.c-025__q {
  position: relative;
  cursor: pointer; }
  @media print, screen and (min-width: 640px) {
    .c-025__q {
      display: table;
      width: 100%;
      padding: 30px; } }
  @media screen and (max-width: 639px) {
    .c-025__q {
      padding: 42px 16px 16px 32px; } }
  @media screen and (max-width: 639px) {
    .c-025__q::before {
      display: inline-block;
      position: absolute;
      top: 16px;
      left: 16px;
      width: 1px;
      height: calc(100% - 32px);
      background-color: #b9b9b9;
      content: ""; } }
  .c-025__q::after {
    position: absolute;
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    content: "";
    transition: .4s all; }
    @media print, screen and (min-width: 640px) {
      .c-025__q::after {
        display: inline-block;
        width: 8px;
        height: 14px;
        background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
        background-size: 8px auto;
        vertical-align: 2px;
        content: "";
        top: 50%;
        right: 35px;
        vertical-align: 0; } }
    @media screen and (max-width: 639px) {
      .c-025__q::after {
        display: inline-block;
        width: 10px;
        height: 18px;
        background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
        background-size: 10px auto;
        vertical-align: 2px;
        content: "";
        top: 20px;
        right: 20px;
        vertical-align: 0; } }

.is-opened .c-025__q::after {
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg); }

.c-025__title {
  color: #111987;
  line-height: 1.1; }
  @media print, screen and (min-width: 640px) {
    .c-025__title {
      display: table-cell;
      position: relative;
      width: 70px;
      padding-right: 38px;
      font-size: 22px;
      text-align: right;
      vertical-align: top; } }
  @media screen and (max-width: 639px) {
    .c-025__title {
      position: absolute;
      top: 16px;
      left: 16px;
      padding-bottom: 6px;
      font-size: 16px;
      background-color: #fff; } }
  @media print, screen and (min-width: 640px) {
    .c-025__q .c-025__title::after {
      display: inline-block;
      position: absolute;
      left: 41px;
      height: 100%;
      border-right: 2px solid #b8becc;
      content: ""; } }
  @media print, screen and (min-width: 640px) {
    .c-025__a .c-025__title::after {
      display: inline-block;
      position: absolute;
      left: 41px;
      height: 100%;
      border-right: 2px solid #111987;
      content: ""; } }

.c-025__a {
  display: none;
  position: relative;
  color: #111987; }
  @media screen and (max-width: 639px) {
    .c-025__a {
      padding: 42px 16px 16px 32px; } }
  @media screen and (max-width: 639px) {
    .c-025__a::before {
      display: inline-block;
      position: absolute;
      top: 16px;
      left: 16px;
      width: 1px;
      height: calc(100% - 32px);
      background-color: #111987;
      content: ""; } }

@media print, screen and (min-width: 640px) {
  .c-025__a__inner {
    display: table;
    position: relative;
    width: 100%;
    padding: 6px 30px 30px; } }

.c-025__emphasis {
  margin-bottom: 10px;
  font-weight: bold; }

/*
---
name: 【025】QA
category: アコーディオン
tag:
 - text
 - 021～030
---

```html
<ul class="c-025">
	<li>
		<div class="c-025__q"><div class="c-025__title">Q1</div>どのようなコーポレート・ガバナンス体制を採っていますか？</div>
		<div class="c-025__a">
			<div class="c-025__a__inner">
				<div class="c-025__title">A</div>
				<div class="c-025__text">
					<p class="c-025__emphasis">社外取締役2名を含む取締役会と監査役会を中心に、経営の監督機能強化、意思決定の迅速化、業務執行の効率化に努めています。</p>
					<p>取締役会は、経営の重要事項に対する意思決定を行うとともに、業務執行の監督を行っており、取締役9名(うち社外取締役2名)で構成しています。取締役会の議長は、代表取締役社長が務め、取締役員数の削減や、執行役員制の導入等により、取締役会の活性化、経営における意思決定の迅速化・効率化に努めています。<br><br>また、監査役会は、監査役4名（常勤監査役2名、社外監査役2名）で構成し、年度の監査計画に基づく監査、取締役会や経営会議等の重要会議への出席を通して、取締役の職務の執行状況の把握及び適法性の監査を行っています。</p>
				</div>
			</div>
		</div>
	</li>
	<li>
		<div class="c-025__q"><div class="c-025__title">Q2</div>どのようなコーポレート・ガバナンス体制を採っていますか？</div>
		<div class="c-025__a">
			<div class="c-025__a__inner">
				<div class="c-025__title">A</div>
				<div class="c-025__text">
					<p class="c-025__emphasis">社外取締役2名を含む取締役会と監査役会を中心に、経営の監督機能強化、意思決定の迅速化、業務執行の効率化に努めています。</p>
					<p>取締役会は、経営の重要事項に対する意思決定を行うとともに、業務執行の監督を行っており、取締役9名(うち社外取締役2名)で構成しています。取締役会の議長は、代表取締役社長が務め、取締役員数の削減や、執行役員制の導入等により、取締役会の活性化、経営における意思決定の迅速化・効率化に努めています。<br><br>また、監査役会は、監査役4名（常勤監査役2名、社外監査役2名）で構成し、年度の監査計画に基づく監査、取締役会や経営会議等の重要会議への出席を通して、取締役の職務の執行状況の把握及び適法性の監査を行っています。</p>
				</div>
			</div>
		</div>
	</li>
</ul>

```

*/
.c-027 {
  border: 2px solid #d9d9d9;
  background-color: #fcfcfc; }
  @media print, screen and (min-width: 640px) {
    .c-027 {
      margin-bottom: 30px;
      padding: 32px; } }
  @media screen and (max-width: 639px) {
    .c-027 {
      margin-bottom: 20px;
      padding: 16px; } }

.c-027__title {
  margin-bottom: 10px;
  font-weight: bold; }
  @media print, screen and (min-width: 640px) {
    .c-027__title:not(:first-of-type) {
      margin-top: 30px; } }
  @media screen and (max-width: 639px) {
    .c-027__title:not(:first-of-type) {
      margin-top: 20px; } }

.c-027 li {
  list-style: disc;
  margin: 0 0 5px 20px; }

.c-027 ul li {
  list-style: disc; }

.c-027 ol {
  padding: 0; }

.c-027 ol li {
  list-style: decimal; }

/*
---
name: 【027】テキスト囲み
category: テキスト
tag:
 - text
 - 021～030
---

```html
<div class="c-027">
	<div class="c-027__title">対象となる製品</div>
	<p>・ATM（現金預払機）・窓口入出金機・両替機・その他出納向け現金取扱機器</p>
</div>


```

*/
@media print, screen and (min-width: 640px) {
  .c-028 {
    margin: 0 0 60px; } }

@media screen and (max-width: 639px) {
  .c-028 {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 40px;
    -ms-flex-direction: column;
    flex-direction: column; } }

.c-028::after {
  display: block;
  clear: both;
  content: ""; }

.c-028__picture {
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .c-028__picture {
      float: right;
      margin-bottom: 10px;
      margin-left: 30px; } }
  @media screen and (max-width: 639px) {
    .c-028__picture {
      margin-bottom: 15px;
      -ms-flex-order: 1;
      order: 1; } }
  .c-028__picture img {
    max-width: 100%; }

@media screen and (max-width: 639px) {
  .c-028 p {
    -ms-flex-order: 2;
    order: 2; } }

/*
---
name: 【028】テキスト（左）＋ 画像（右）
category: 画像
tag:
 - text
 - image
 - 021～030
---

```html
<div class="c-028">
	<div class="c-028__picture -quarter"><img src="/files/user/images/dummy/picture-half.png"></div>
	<p>画像4分の1サイズ</p>
</div>
<div class="c-028">
	<div class="c-028__picture -oneThird"><img src="/files/user/images/dummy/picture-half.png"><p class="c-028__caption">キャプションはこんな感じです。キャプションはこんな感じです。</p></div>
	<p>画像3分の1サイズ</p>
</div>
<div class="c-028">
	<div class="c-028__picture -half"><img src="/files/user/images/dummy/picture-half.png"></div>
	<p>画像2分の1サイズ</p>
</div>


```

*/
.c-029 {
  color: #666;
  text-align: right; }
  @media print, screen and (min-width: 640px) {
    .c-029 {
      font-size: 12px; } }
  @media screen and (max-width: 639px) {
    .c-029 {
      font-size: 9px; } }

/*
---
name: 【029】更新日
category: テキスト
tag:
 - text
 - 021～030
---

```html
<div class="c-029">最終更新日：2017年06月19日</div>


```

*/
.c-031 a {
  color: #002773;
  text-decoration: none; }
  @media screen and (max-width: 639px) {
    .c-031 a {
      font-size: 12px; } }
  .c-031 a:hover {
    color: #3d6dcc;
    text-decoration: underline; }
  .c-031 a::before {
    display: inline-block;
    height: 10px;
    background: url(/files/user/images/common/icon-blank.png) no-repeat left center;
    content: ""; }
    @media print, screen and (min-width: 640px) {
      .c-031 a::before {
        width: 16px;
        margin-left: -3px;
        background-size: 12px auto; } }
    @media screen and (max-width: 639px) {
      .c-031 a::before {
        width: 9px;
        margin-right: 8px;
        background-size: 9px auto; } }

/*
---
name: 【031】外部リンク
category: リンク
tag:
 - link
 - 031～040
---

```html
<div class="c-031"><a href="/DUMMY" target="_blank">詳しくはこちら</a></div>


```

*/
.c-032 {
  display: table;
  width: 100%; }

.c-032__thumb {
  display: table-cell; }
  @media print, screen and (min-width: 640px) {
    .c-032__thumb {
      width: 210px; } }
  @media screen and (max-width: 639px) {
    .c-032__thumb {
      width: 52%;
      padding-right: 4%; } }
  .c-032__thumb img {
    max-width: 100%; }

.c-032__link {
  display: table-cell;
  vertical-align: middle; }
  @media print, screen and (min-width: 640px) {
    .c-032__link {
      padding-left: 30px; } }
  @media screen and (max-width: 639px) {
    .c-032__link {
      width: 48%; } }

/*
---
name: 【032】サムネイル付きPDF
category: リンク
tag:
 - link
 - text
 - image
 - 031～040
---

```html
<div class="c-032">
	<div class="c-032__thumb"><a href="/DUMMY"><img src="/files/user/images/dummy/picture-csr_thumb.jpg"></a></div>
	<div class="c-032__link">
		<div class="c-011--pdf">
			<a href="/DUMMY" target="_blank">会社案内<span class="c-011__size">(6,931KB)</span></a>
		</div>
	</div>
</div>


```

*/
.c-033 {
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .c-033 {
      margin: 60px 0; } }
  @media screen and (max-width: 639px) {
    .c-033 {
      position: relative;
      width: 100%;
      margin: 30px 0; } }

@media screen and (max-width: 639px) {
  .c-033__inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%; } }

@media screen and (max-width: 639px) {
  .c-033 iframe, .c-033__inner > div, .c-033__inner > div > div, .c-033__inner > div > div > div, .c-033 video {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; } }

/*
---
name: 【033】動画
category: 動画
tag:
 - movie
 - 031～040
---

```html
<div class="c-033">


	jstream_t3.PlayerFactoryIF.create({
	b:"eqa174ucew.eq.webcdn.stream.ne.jp/www50/eqa174ucew/jmc_pub/jmc_swf/player/",
	c:"NDU3",
	m:"Ng==",
	s:{
		el:"off",
		hp:360,
		il:"off",
		sn:"",
		tg:"off",
		wp:640
	}
});

<noscript>
<div>このコンテンツを見るためにはJavaScriptを有効にしてください。</div>
</noscript>
</div>


```

*/
.c-034 {
  border-top: 1px solid #dfe2e6;
  background-color: #f7f7f7;
  letter-spacing: -0.5em; }
  @media print, screen and (min-width: 640px) {
    .c-034 {
      padding: 40px 0; } }
  @media screen and (max-width: 639px) {
    .c-034 {
      padding: 20px 0; } }

@media print, screen and (min-width: 640px) {
  .c-034__inner {
    width: 770px;
    margin: 0 auto; } }

@media screen and (max-width: 639px) {
  .c-034__inner {
    margin: 0 15px; } }

.c-034__heading, .c-034__item {
  display: inline-block;
  letter-spacing: 0; }
  @media print, screen and (min-width: 640px) {
    .c-034__heading, .c-034__item {
      width: 170px; } }
  @media screen and (max-width: 639px) {
    .c-034__heading, .c-034__item {
      width: 48%; } }

.c-034__heading {
  vertical-align: middle;
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .c-034__heading {
      padding-top: 30px;
      font-size: 24px; } }
  @media screen and (max-width: 639px) {
    .c-034__heading {
      padding-top: 36px;
      font-size: 18px; } }

.c-034__item {
  vertical-align: top; }
  @media print, screen and (min-width: 640px) {
    .c-034__item {
      margin-left: 30px; } }
  @media screen and (max-width: 639px) {
    .c-034__item:nth-child(2n) {
      margin-left: 4%; }
    .c-034__item:nth-child(n+3) {
      margin-top: 4%; } }

.c-034__link {
  display: block;
  text-decoration: none; }

.c-034__link:hover .c-034__picture {
  opacity: .7; }

.c-034__link:hover .c-034__title {
  color: #3d6dcc; }

.c-034__picture img {
  max-width: 100%; }

.c-034__title {
  color: #002773;
  font-size: 14px; }
  @media print, screen and (min-width: 640px) {
    .c-034__title {
      margin-top: 10px;
      text-align: left; } }
  @media screen and (max-width: 639px) {
    .c-034__title {
      margin-top: 5px; } }
  @media print, screen and (min-width: 640px) {
    .c-034__title::after {
      display: inline-block;
      width: 6px;
      height: 10px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
      background-size: 6px auto;
      vertical-align: 2px;
      content: "";
      margin-left: 5px;
      vertical-align: 0; } }
  @media screen and (max-width: 639px) {
    .c-034__title::after {
      display: inline-block;
      width: 6px;
      height: 10px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
      background-size: 6px auto;
      vertical-align: 2px;
      content: "";
      margin-left: 5px;
      vertical-align: 0; } }

/*
---
name: 【034】関連リンク（囲み）
category: リンク
tag:
 - link
 - image
 - 031～040
---

```html
<section class="c-034">
	<div class="c-034__inner">
		<div class="c-034__heading">関連情報</div>
		<div class="c-034__item">
			<a class="c-034__link" href="/DUMMY">
				<div class="c-034__picture"><img src="/files/user/images/dummy/picture.png"></div>
				<div class="c-034__title">展示会情報</div>
			</a>
		</div>
		<div class="c-034__item">
			<a class="c-034__link" href="/DUMMY">
				<div class="c-034__picture"><img src="/files/user/images/dummy/picture.png"></div>
				<div class="c-034__title">保守サービスについて</div>
			</a>
		</div>
		<div class="c-034__item">
			<a class="c-034__link" href="/DUMMY">
				<div class="c-034__picture"><img src="/files/user/images/dummy/picture.png"></div>
				<div class="c-034__title">サプライ商品のオンラインショップ</div>
			</a>
		</div>
	</div>
</section>


```

*/
.c-035 {
  margin: 20px 0;
  padding: 11px;
  background-color: #f7f7f7; }

@media print, screen and (min-width: 640px) {
  .c-035__link {
    display: inline-block;
    vertical-align: middle; } }

.c-035__link img {
  max-width: 100%; }

.c-035__description {
  color: #5c5f66; }
  @media print, screen and (min-width: 640px) {
    .c-035__description {
      display: inline-block;
      padding-left: 20px;
      font-size: 12px;
      vertical-align: middle; } }
  @media screen and (max-width: 639px) {
    .c-035__description {
      margin-top: 10px;
      font-size: 9px; } }

/*
---
name: 【035】外部ツール（AdobeReader）
category: リンク
tag:
 - link
 - 031～040
---

```html
<div class="c-035">
	<a class="c-035__link" href="http://get.adobe.com/jp/reader/otherversions/" target="_blank"><img src="/files/user/images/common/banner-adobereader.png"></a>
	<div class="c-035__description">PDFファイルをご覧いただくには、Adobe Readerが必要です。<br>Adobe Readerはアドビシステムズ株式会社より無償配布されています。</div>
</div>


```

*/
.c-036 {
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .c-036 {
      margin: 30px 0 60px; } }
  @media screen and (max-width: 639px) {
    .c-036 {
      display: -ms-flexbox;
      display: flex;
      margin: 20px 0 40px;
      -ms-flex-direction: column;
      flex-direction: column; } }

.c-036__picture img {
  max-width: 100%; }

/*
---
name: 【036】画像フィールド
category: 画像
tag:
 - image
 - 031～040
---

```html
<div class="c-036">
	<div class="c-036__picture"><img src="/files/user/images/dummy/picture-half.png"><p class="c-036__caption">キャプションはこんな感じです。キャプションはこんな感じです。</p></div>
</div>


```

*/
.c-037 {
  position: relative;
  color: #002773;
  line-height: 1.5; }
  @media print, screen and (min-width: 640px) {
    .c-037 {
      margin: 30px 0;
      padding: 10px 0 10px 20px;
      font-size: 24px; } }
  @media screen and (max-width: 639px) {
    .c-037 {
      margin: 40px 0 15px;
      padding: 12px 0 12px 10px;
      font-size: 18px; } }
  .c-037::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-right: solid #111987;
    background-color: #a3a7d9;
    content: ""; }
    @media print, screen and (min-width: 640px) {
      .c-037::before {
        width: 6px;
        border-right-width: 3px; } }
    @media screen and (max-width: 639px) {
      .c-037::before {
        width: 4px;
        border-right-width: 2px; } }

/*
---
name: 【037】H4
category: 見出し
tag:
 - heading
 - 031～040
---

```html
<h4 class="c-037">H4見出し</h4>

```

*/
.c-038 {
  letter-spacing: -0.5em; }

.c-038__item {
  letter-spacing: 0; }
  @media print, screen and (min-width: 640px) {
    .c-038__item {
      display: inline-block; }
      .c-038__item:nth-child(2n) {
        margin-left: 30px; }
      .c-038__item:nth-child(n+3) {
        margin-top: 60px; } }
  @media screen and (max-width: 639px) {
    .c-038__item {
      margin: 0 15px; }
      .c-038__item:not(:first-child) {
        margin-top: 30px; } }

.c-038__heading {
  color: #002773; }
  @media print, screen and (min-width: 640px) {
    .c-038__heading {
      margin-bottom: 40px;
      font-size: 24px; } }
  @media screen and (max-width: 639px) {
    .c-038__heading {
      margin-bottom: 20px;
      font-size: 24px; } }

@media print, screen and (min-width: 640px) {
  .c-038__picture {
    float: left;
    width: 270px;
    margin: 0 30px 10px 0; } }

@media screen and (max-width: 639px) {
  .c-038__picture {
    margin-bottom: 15px; }
    .c-038__picture img {
      width: 100%; } }

.c-038 p {
  color: #666;
  font-size: 14px;
  line-height: 1.8; }

/*
---
name: 【038】グリッドエリア（ver2）上：見出しリンク(上)、下：サムネイル画像＋テキスト
category: リンク
tag:
 - link
 - text
 - image
 - 031～040
---

```html
<ul class="c-038">
	<li class="c-038__item -half">
		<div class="c-038__heading">店長の声</div>
		<div class="c-038__inner">
			<div class="c-038__picture"><img src="/files/user/images/dummy/picture-voice.jpg"><div class="c-038__caption">フジ宇和店 店長 兼 食品課長 松本則成 様</div></div>
			<p>DSR-200の導入により、事務所での会計業務が大幅に削減されました。作業削減で生まれた時間を有効に使い、事務所スタッフが売り場に出て商品の補充作業を手伝うなど、これまでと違う仕事を担えるようになったことは大きいですね。導入5カ月が経って、人材の有効活用を含め、店舗としての業務効率化などに様々な形で効果が出てきているように感じています。また、テナント様18店もこのDSR-200を使っていますが、各テナント様とも当店でいうこところの会計業務が大幅に簡略化することができたと聞いています。</p>
		</div>
	</li>
	<li class="c-038__item -half">
		<div class="c-038__heading">ご担当者の声</div>
		<div class="c-038__inner">
			<div class="c-038__picture"><img src="/files/user/images/dummy/picture-voice.jpg"><div class="c-038__caption">フジ宇和店 店長 兼 食品課長 松本則成 様</div></div>
			<p>事務所作業は現在3名で行っていますが、以前の両替機の運用時に比べて、手作業での工程がほとんど必要なくなりました。精神的にも楽になり、とりわけ、作業時間が短縮されたことは大きく、入出金以外の業務に、時間に余裕をもって取り組むことができるようになりました。グローリーさんが店舗導入当初、立ち会われ、親切に教えてくださったこともあり、チェッカーの方々も、若い方からご年配の方まで、質問もほとんどなく、皆さんすんなりと使いこなせていますね。親切で分かりやすい画面表示は喜ばれています。</p>
		</div>
	</li>
	<li class="c-038__item -half">
		<div class="c-038__heading">ご担当者の声</div>
		<div class="c-038__inner">
			<div class="c-038__picture"><img src="/files/user/images/dummy/picture-voice.jpg"><div class="c-038__caption">フジ宇和店 店長 兼 食品課長 松本則成 様</div></div>
			<p>事務所作業は現在3名で行っていますが、以前の両替機の運用時に比べて、手作業での工程がほとんど必要なくなりました。精神的にも楽になり、とりわけ、作業時間が短縮されたことは大きく、入出金以外の業務に、時間に余裕をもって取り組むことができるようになりました。グローリーさんが店舗導入当初、立ち会われ、親切に教えてくださったこともあり、チェッカーの方々も、若い方からご年配の方まで、質問もほとんどなく、皆さんすんなりと使いこなせていますね。親切で分かりやすい画面表示は喜ばれています。</p>
		</div>
	</li>
</ul>
```

*/
@media print, screen and (min-width: 640px) {
  .c-039 {
    letter-spacing: -0.5em; } }

@media screen and (max-width: 639px) {
  .c-039 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; } }

.c-039 li {
  border: 1px solid #d9d9d9; }
  @media print, screen and (min-width: 640px) {
    .c-039 li {
      display: inline-block;
      width: 460px;
      font-size: 14px;
      letter-spacing: 0; } }
  .c-039 li:nth-child(1) {
    background-color: #fff; }
    @media print, screen and (min-width: 640px) {
      .c-039 li:nth-child(1) {
        margin-right: 10px; } }
    @media screen and (max-width: 639px) {
      .c-039 li:nth-child(1) {
        margin-top: 5px;
        -ms-flex-order: 2;
        order: 2; } }
    @media screen and (max-width: 639px) {
      .c-039 li:nth-child(1) .c-039__icon {
        margin-right: 10px; } }
    .c-039 li:nth-child(1) img {
      margin-right: 10px; }
  .c-039 li:nth-child(2) {
    background-color: #e6f2ff;
    text-align: right; }
    @media screen and (max-width: 639px) {
      .c-039 li:nth-child(2) {
        -ms-flex-order: 1;
        order: 1; } }
    @media screen and (max-width: 639px) {
      .c-039 li:nth-child(2) .c-039__icon {
        margin-left: 10px; } }
    .c-039 li:nth-child(2) img {
      margin-left: 10px; }

.c-039 a {
  display: block;
  padding: 6px;
  color: #002773;
  text-decoration: none !important; }

@media print, screen and (min-width: 640px) {
  .c-039 img {
    display: inline-block; } }

@media screen and (max-width: 639px) {
  .c-039 img {
    display: none; } }

.c-039__icon {
  display: inline-block;
  background-color: #002773;
  color: #fff;
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .c-039__icon {
      width: 45px;
      height: 45px;
      border-radius: 4px;
      font-size: 28px;
      line-height: 45px;
      vertical-align: -2px; } }
  @media screen and (max-width: 639px) {
    .c-039__icon {
      width: 22px;
      height: 22px;
      border-radius: 2px;
      font-size: 18px;
      line-height: 22px; } }

/*
---
name: 【039】関連リンク（囲み、サムネイル＋内部リンク）
category: リンク
tag:
 - link
 - image
 - 031～040
---

```html
<ul class="c-039">
	<li>
		<a href="/DUMMY">
			<i class="fa fa-angle-left c-039__icon"></i>
			<img src="/files/user/images/dummy/picture-relation_thumb.jpg">
			ユニバーサルデザインフォント
		</a>
	</li>
	<li>
		<a href="/DUMMY">
			利用者視点の製品づくり
			<img src="/files/user/images/dummy/picture-relation_thumb.jpg">
			<i class="fa fa-angle-right c-039__icon"></i>
		</a>
	</li>
</ul>

```

*/
.c-040 {
  border: 2px solid #d9d9d9;
  background-color: #fcfcfc; }
  @media print, screen and (min-width: 640px) {
    .c-040 {
      display: table;
      width: 100%;
      margin: 50px 0; } }
  @media screen and (max-width: 639px) {
    .c-040 {
      margin: 40px 0;
      padding: 16px; } }

@media print, screen and (min-width: 640px) {
  .c-040__thumb {
    display: table-cell;
    width: 166px;
    padding: 32px 0 32px 32px;
    vertical-align: middle; } }

@media screen and (max-width: 639px) {
  .c-040__thumb {
    width: 24%;
    margin-bottom: 5px; } }

.c-040__thumb a {
  display: block; }
  .c-040__thumb a:hover {
    opacity: .7; }

@media screen and (max-width: 639px) {
  .c-040__thumb img {
    max-width: 100%; } }

@media print, screen and (min-width: 640px) {
  .c-040__text {
    display: table-cell;
    padding: 32px 32px 32px 20px;
    vertical-align: middle;
    color: #45474c; } }

@media print, screen and (min-width: 640px) {
  .c-040__title {
    margin-bottom: 5px; } }

.c-040__link {
  color: #002773;
  text-decoration: none; }
  @media print, screen and (min-width: 640px) {
    .c-040__link {
      font-size: 14px; } }
  @media screen and (max-width: 639px) {
    .c-040__link {
      font-size: 11px; } }
  .c-040__link:hover {
    color: #3d6dcc;
    text-decoration: underline; }
  .c-040__link.-blank::before {
    display: inline-block;
    height: 10px;
    background: url(/files/user/images/common/icon-blank.png) no-repeat left center;
    content: ""; }
    @media print, screen and (min-width: 640px) {
      .c-040__link.-blank::before {
        width: 16px;
        margin-right: 5px;
        background-size: 12px auto; } }
    @media screen and (max-width: 639px) {
      .c-040__link.-blank::before {
        width: 8px;
        margin-right: 8px;
        background-size: 6px auto; } }

/*
---
name: 【040】強調エリア
category: リンク
tag:
 - link
 - text
 - image
 - 031～040
---

```html
<div class="c-040">
	<div class="c-040__thumb"><a href="http://www.cudo.jp" target="_blank"><img src="/files/user/images/common/banner-cud.png" alt="COLOR UNIVERSAL DESIGN"></a></div>
	<div class="c-040__text">
		<div class="c-040__title">NPO法人 カラーユニバーサルデザイン機構のウェブサイト：</div>
		<a class="c-040__link -blank" href="http://www.cudo.jp" target="_blank">http://cudo.jp</a>
	</div>
</div>

```

*/
.c-041 {
  letter-spacing: -0.5em; }
  @media print, screen and (min-width: 640px) {
    .c-041 {
      margin: 60px 0; } }

.c-041__item {
  letter-spacing: 0; }
  @media print, screen and (min-width: 640px) {
    .c-041__item {
      display: inline-block;
      box-sizing: padding-box;
      vertical-align: top; }
      .c-041__item:not(:nth-child(4n+1)) {
        margin-left: 30px; }
      .c-041__item:nth-child(n+5) {
        margin-top: 50px; } }
  @media screen and (max-width: 639px) {
    .c-041__item {
      margin-top: 30px; } }

.c-041__link {
  display: block;
  text-decoration: none;
  transition: all .2s; }

.c-041__link:hover .c-041__picture {
  opacity: .7; }

.c-041__link:hover .c-041__title {
  color: #3d6dcc; }

.c-041__picture img {
  max-width: 100%; }

.c-041__title {
  border-top: solid #fff;
  font-size: 20px; }
  @media print, screen and (min-width: 640px) {
    .c-041__title {
      padding-top: 10px;
      border-top-width: 2px;
      color: #002773;
      font-size: 14px; } }
  @media screen and (max-width: 639px) {
    .c-041__title {
      padding-top: 10px;
      border-top-width: 1px;
      color: #002773; } }
  @media print, screen and (min-width: 640px) {
    .c-041__title::after {
      display: inline-block;
      width: 6px;
      height: 10px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
      background-size: 6px auto;
      vertical-align: 2px;
      content: "";
      margin-left: 8px;
      vertical-align: 1px; } }
  @media screen and (max-width: 639px) {
    .c-041__title::after {
      display: inline-block;
      width: 6px;
      height: 10px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
      background-size: 6px auto;
      vertical-align: 2px;
      content: "";
      margin-left: 5px; } }

/*
---
name: 【041】グリッドエリア（ver2） 上：画像、下：テキスト（リンク）
category: リンク
tag:
 - text
 - image
 - link
 - 041～050
---

```html
<ul class="c-041">
	<li class="c-041__item -quarter">
		<a class="c-041__link" href="/DUMMY">
			<div class="c-041__picture"><img src="/files/user/images/dummy/product.jpg"></div>
			<div class="c-041__title">マルチリーダー PFM-20</div>
		</a>
	</li>
	<li class="c-041__item -quarter">
		<a class="c-041__link" href="/DUMMY">
			<div class="c-041__picture"><img src="/files/user/images/dummy/product.jpg"></div>
			<div class="c-041__title">マルチリーダー PFM-10</div>
		</a>
	</li>
	<li class="c-041__item -quarter">
		<a class="c-041__link" href="/DUMMY">
			<div class="c-041__picture"><img src="/files/user/images/dummy/product.jpg"></div>
			<div class="c-041__title">FeliCa対応社員食堂システム</div>
		</a>
	</li>
	<li class="c-041__item -quarter">
		<a class="c-041__link" href="/DUMMY">
			<div class="c-041__picture"><img src="/files/user/images/dummy/product.jpg"></div>
			<div class="c-041__title">FeliCa対応社員食堂システム</div>
		</a>
	</li>
</ul>


```

*/
.c-042 {
  margin: 20px 0; }

@media print, screen and (min-width: 640px) {
  .c-042 ul {
    letter-spacing: -0.5em; } }

@media print, screen and (min-width: 640px) {
  .c-042 li {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top; } }

@media print, screen and (min-width: 640px) {
  .c-042 li.-half:not(:nth-child(2n+1)) {
    margin-left: 30px; } }

@media screen and (max-width: 639px) {
  .c-042 li.-half:not(:nth-child(2n+1)) {
    margin-top: 25px; } }

@media print, screen and (min-width: 640px) {
  .c-042 li.-half:nth-child(n+3) {
    margin-top: 30px; } }

@media screen and (max-width: 639px) {
  .c-042 li.-half:nth-child(n+3) {
    margin-top: 20px; } }

.c-042 img {
  width: 100%;
  max-width: 100%; }

@media screen and (max-width: 639px) {
  .c-042__caption {
    font-size: 9px; } }

/*
---
name: 【042】画像＋キャプション
category: 画像
tag:
 - image
 - text
 - 041～050
---

```html
<div class="c-042">
	<ul>
		<li class="-half">
			<img src="/files/user/images/dummy/picture.png">
			<p class="c-042__caption">また、両氏は、取締役・執行役員の選任及び報酬決定における透明性・客観性確保のために設置した</p>
		</li>
		<li class="-half">
			<img src="/files/user/images/dummy/picture.png">
			<p class="c-042__caption">また、両氏は、取締役・執行役員の選任及び報酬決定における透明性・客観性確保のために設置した</p>
		</li>
	</ul>
</div>

```

*/
@media screen and (max-width: 639px) {
  .c-043 {
    overflow: auto; }
    .c-043::-webkit-scrollbar {
      height: 5px; }
    .c-043::-webkit-scrollbar-track {
      background-color: #f1f1f1; }
    .c-043::-webkit-scrollbar-thumb {
      background-color: #bcbcbc; } }

.c-043 table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse; }
  @media screen and (max-width: 639px) {
    .c-043 table {
      width: 240%; } }

.c-043 th, .c-043 td {
  padding: 20px 0;
  border-bottom: 1px solid #b9b9b9;
  word-wrap: break-word;
  vertical-align: middle; }
  @media print, screen and (min-width: 640px) {
    .c-043 th, .c-043 td {
      font-size: 14px; } }
  @media screen and (max-width: 639px) {
    .c-043 th, .c-043 td {
      font-size: 11px; } }

.c-043 th {
  width: 15%;
  font-style: italic;
  font-weight: normal;
  font-family: 'Times New Roman',serif; }
  @media print, screen and (min-width: 640px) {
    .c-043 th {
      font-size: 32px; } }
  @media screen and (max-width: 639px) {
    .c-043 th {
      padding-right: 20px;
      padding-left: 20px;
      font-size: 24px; } }

.c-043 td:nth-child(2) {
  width: 12%; }

.c-043 td:nth-child(3) {
  width: 27%; }
  @media print, screen and (min-width: 640px) {
    .c-043 td:nth-child(3) {
      padding: 20px 15px; } }
  @media screen and (max-width: 639px) {
    .c-043 td:nth-child(3) {
      padding: 20px 15px 20px 7px; } }

.c-043 td:nth-child(4) {
  width: 12%; }

.c-043 td:nth-child(5) {
  width: 27%; }
  @media print, screen and (min-width: 640px) {
    .c-043 td:nth-child(5) {
      padding: 20px 15px; } }
  @media screen and (max-width: 639px) {
    .c-043 td:nth-child(5) {
      padding: 20px 8px; } }

.c-043 tr:first-child th {
  border-top: solid #111987; }
  @media print, screen and (min-width: 640px) {
    .c-043 tr:first-child th {
      border-top-width: 2px; } }
  @media screen and (max-width: 639px) {
    .c-043 tr:first-child th {
      border-top-width: 1px; } }

.c-043 tr:first-child td {
  border-top: solid #b9b9b9; }
  @media print, screen and (min-width: 640px) {
    .c-043 tr:first-child td {
      border-top-width: 2px; } }
  @media screen and (max-width: 639px) {
    .c-043 tr:first-child td {
      border-top-width: 1px; } }

@media screen and (max-width: 639px) {
  .c-043 img {
    width: 82px; } }

/*
---
name: 【043】表組（日付＋テキスト＋画像）
category: 表組み
tag:
 - table
 - text
 - image
 - 041～050
---

```html
<div class="c-043">
	<table>
		<tr>
			<th>1950</th>
			<td><img src="/files/user/images/dummy/picture-history.jpg"></td>
			<td colspan="3"><strong>造幣局向け硬貨計数機(国産第一号)</strong>を発売。<br>昭和27年池田大蔵大臣を迎えての貨幣大試験で使用され、注目を集める。</td>
		</tr>
		<tr>
			<th>1958</th>
			<td><img src="/files/user/images/dummy/picture-history.jpg"></td>
			<td><strong>チューイングガム自動販売機『CH-1』(国産第一号)</strong>を発売。大阪市内の百貨店で設置し、爆発的な人気を博す。その後、全国の主要百貨店、菓子小売店の店頭に設置される。</td>
			<td><img src="/files/user/images/dummy/picture-history.jpg"></td>
			<td><strong>たばこ自動販売機『TH-1』(国産第一号)</strong>を発売。手動式にて5銘柄のたばこを販売。<br>定価15万5千円。大学初任給1万3千円。<br>大阪市の百貨店に設置したところ、連日黒山の人たかりができる。</td>
		</tr>
		<tr>
			<th>1986</th>
			<td><img src="/files/user/images/dummy/picture-history.jpg"></td>
			<td><strong>紙製磁気カード『プリペイドカード』システム(国産第一号)</strong>を開発。</td>
			<td><img src="/files/user/images/dummy/picture-history.jpg"></td>
			<td><strong>金融機関向けオープン出納帳システム(国産第一号)</strong>を開発。</td>
		</tr>
		<tr>
			<th>1972</th>
			<td><img src="/files/user/images/dummy/picture-history.jpg"></td>
			<td colspan="3"><strong>金融機関向け窓口現金支払機『テラーズペイヤー』</strong>を発売。<br>テラー机に紙幣投出機構を組込み、窓口で払い出された現金を全て記録する製品。<br>1万円、5千円、千円、5百円の各札をボタン操作によって任意に投出。</td>
		</tr>
		<tr>
			<th>2001</th>
			<td><img src="/files/user/images/dummy/picture-history.jpg"></td>
			<td><strong>非接触ICカード対応の店舗決済端末機と入金端末機</strong>を開発。プリペイド型電子マネーシステムに対応した情報端末機のラインナップを図り、電子マネー機器事業を拡大。</td>
			<td><img src="/files/user/images/dummy/picture-history.jpg"></td>
			<td><strong>商品券入金機『GDS-100』</strong>を発売。これまで手作業で金種・券種毎に分類・計数していた精算業務を高速で、しかも正確に処理。</td>
		</tr>
	</table>
</div>

```

*/
.c-046 {
  border: 2px solid #d9d9d9;
  background-color: #fcfcfc; }
  @media print, screen and (min-width: 640px) {
    .c-046 {
      margin-top: 30px;
      padding: 30px;
      font-size: 16px; } }
  @media screen and (max-width: 639px) {
    .c-046 {
      margin-top: 20px;
      padding: 15px;
      font-size: 14px; } }

.c-046__heading {
  margin-bottom: 5px;
  font-weight: bold; }

/*
---
name: 【046】PDFリンク2
category: リンク
tag:
 - link
 - text
 - 041～050
---

```html
<div class="c-046">
	<div class="c-046__heading">説明資料</div>
	<ul class="c-046__list">
		<li class="c-011--pdf">
			<a href="/DUMMY" target="_blank">議決権行使の集計結果 (臨時報告書)<span class="c-011__size">(281KB)</span></a>
		</li>
		<li class="c-011--pdf">
			<a href="/DUMMY" target="_blank">議決権行使の集計結果 (臨時報告書)<span class="c-011__size">(281KB)</span></a>
		</li>
		<li class="c-011--pdf">
			<a href="/DUMMY" target="_blank">議決権行使の集計結果 (臨時報告書)<span class="c-011__size">(281KB)</span></a>
		</li>
	</ul>
</div>

```

*/
@media print, screen and (min-width: 640px) {
  .c-049 {
    margin: 30px 0; } }

@media screen and (max-width: 639px) {
  .c-049 {
    margin: 20px 0; } }

@media print, screen and (min-width: 640px) {
  .c-049 ul {
    letter-spacing: -0.5em; } }

@media print, screen and (min-width: 640px) {
  .c-049 li {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top; } }

@media print, screen and (min-width: 640px) {
  .c-049 li.-half:nth-child(2n) {
    margin-left: 30px; } }

@media screen and (max-width: 639px) {
  .c-049 li.-half:nth-child(2n) {
    margin-top: 26px; } }

@media print, screen and (min-width: 640px) {
  .c-049 li.-oneThird:not(:nth-child(3n+1)) {
    margin-left: 30px; } }

@media print, screen and (min-width: 640px) {
  .c-049 li.-quarter:not(:nth-child(4n+1)) {
    margin-left: 30px; } }

@media print, screen and (min-width: 640px) {
  .c-049__picture {
    margin-bottom: 20px; } }

@media screen and (max-width: 639px) {
  .c-049__picture {
    margin-bottom: 10px; } }

@media screen and (max-width: 639px) {
  .c-049__picture img {
    width: 100%;
    max-width: 100%; } }

/*
---
name: 【049】グリッドエリア（ver5）上：画像、下：テキスト
category: 画像
tag:
 - image
 - text
 - 041～050
---

```html
<div class="c-049">
	<ul>
		<li class="-half">
			<div class="c-049__picture"><img src="/files/user/images/dummy/picture-banner_grid.jpg"></div>
			<p>当社グループのバリューチェーンにおけるステークホルダーごとの主な取り組みをご紹介します。</p>
		</li>
		<li class="-half">
			<div class="c-049__picture"><img src="/files/user/images/dummy/picture-banner_grid.jpg"></div>
			<p>当社グループのバリューチェーンにおけるステークホルダーごとの主な取り組みをご紹介します。</p>
		</li>
	</ul>
</div>

```

*/
@media print, screen and (min-width: 640px) {
  .c-050 {
    margin: 30px 0; } }

@media screen and (max-width: 639px) {
  .c-050 {
    margin: 20px 0; } }

@media print, screen and (min-width: 640px) {
  .c-050 ul {
    letter-spacing: -0.5em; } }

@media print, screen and (min-width: 640px) {
  .c-050 li {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top; } }

@media print, screen and (min-width: 640px) {
  .c-050 li:not(:nth-child(3n+1)) {
    margin-left: 30px; } }

@media screen and (max-width: 639px) {
  .c-050 li:not(:first-child) {
    margin-top: 20px; } }

@media print, screen and (min-width: 640px) {
  .c-050__picture {
    margin-bottom: 20px; } }

@media screen and (max-width: 639px) {
  .c-050__picture {
    margin-bottom: 10px; } }

.c-050__picture img {
  width: 100%;
  max-width: 100%; }

@media print, screen and (min-width: 640px) {
  .c-050 p {
    font-size: 12px; } }

@media screen and (max-width: 639px) {
  .c-050 p {
    font-size: 9px; } }

/*
---
name: 【050】画像＋テキスト（横1列3画像）
category: 画像
tag:
 - image
 - text
 - 041～050
---

```html
<div class="c-050">
	<ul>
		<li class="-oneThird">
			<div class="c-050__picture"><img src="/files/user/images/dummy/picture.png"></div>
			<p>ユーザーにより快適に使っていただくために、財布やポーチ、包装硬貨などを一時置く便利なテーブルを設けました。更に、傘や杖なども掛けられるようになりました。</p>
		</li>
		<li class="-oneThird">
			<div class="c-050__picture"><img src="/files/user/images/dummy/picture.png"></div>
			<p>払い出された包装硬貨の取り忘れを防止するため、投出口を誘導ランプで明るく照らします。<br>また、包装硬貨を取り出しやすくするため、内部に指が入るミゾを設けました。</p>
		</li>
		<li class="-oneThird">
			<div class="c-050__picture"><img src="/files/user/images/dummy/picture.png"></div>
			<p>レシート発行口、カード口に光る文字を採用し、直感的に分かるように異なる形状にしました。</p>
		</li>
	</ul>
</div>

```

*/
.c-051 {
  margin: 20px 0;
  line-height: 1.5;
  color: #002773; }
  @media print, screen and (min-width: 640px) {
    .c-051 {
      font-size: 20px; } }
  @media screen and (max-width: 639px) {
    .c-051 {
      font-size: 15px; } }

/*
---
name: 【051】H5
category: 見出し
tag:
 - heading
 - 051～060
---

```html
<h5 class="c-051">1 小学生テニス教室H5H5H5H5</h5>

```

*/
.c-052 {
  margin: 20px 0;
  line-height: 1.65; }

@media screen and (max-width: 639px) {
  .c-052__heading {
    margin-bottom: 10px;
    font-weight: bold; } }

.c-052 ul {
  position: relative; }

.c-052 li {
  counter-increment: cnt; }
  @media print, screen and (min-width: 640px) {
    .c-052 li {
      margin-left: 30px;
      padding: 15px 0;
      border-bottom: 1px solid #d9d9d9; } }
  @media screen and (max-width: 639px) {
    .c-052 li {
      margin-left: 22px;
      padding: 6px 0 20px;
      border-top: 1px solid #d9d9d9; } }

.c-052 li::before {
  position: absolute;
  left: 0;
  content: counter(cnt); }

.c-052 p {
  margin: 10px 0; }

/*
---
name: 【052】段落番号リスト
category: テキスト
tag:
 - text
 - 051～060
---

```html
<div class="c-052">
	<div class="c-052__heading">兵庫県スポーツ少年団開催事業への助成</div>
	<ul>
		<li>兵庫県全域にわたって活動する各団体の連合組織への助成として、兵庫県スポーツ少年団が実施する各種スポーツ大会の開催等の活動に助成しました。</li>
		<li>姫路市全域で活動する各団体の連合組織への助成として、姫路市スポーツ少年団が実施する各種スポーツ大会の開催等の活動に助成しました。</li>
		<li>上記1、2に加入しない団体への助成として、姫路剣道連盟等が主催する姫路市内の小学生を対象とした剣道大会事業等への活動に助成しました。</li>
	</ul>
</div>

```

*/
@media print, screen and (min-width: 640px) {
  .c-053 {
    margin: 30px 0;
    letter-spacing: -0.5em; } }

@media screen and (max-width: 639px) {
  .c-053 {
    margin: 20px 0; } }

@media print, screen and (min-width: 640px) {
  .c-053__thumb {
    display: inline-block;
    width: 290px;
    margin-right: 20px;
    letter-spacing: 0;
    vertical-align: top; } }

@media screen and (max-width: 639px) {
  .c-053__thumb {
    width: 48%;
    margin-bottom: 25px; }
    .c-053__thumb img {
      width: 100%; } }

.c-053__thumb a {
  display: block; }

@media print, screen and (min-width: 640px) {
  .c-053__text {
    display: inline-block;
    width: calc(100% - 310px);
    vertical-align: top; } }

.c-053__heading {
  margin-bottom: 10px;
  color: #45474c; }
  @media print, screen and (min-width: 640px) {
    .c-053__heading {
      letter-spacing: 0; } }
  @media print, screen and (min-width: 640px) {
    .c-053__heading:not(:first-child) {
      margin-top: 40px; } }
  @media screen and (max-width: 639px) {
    .c-053__heading:not(:first-child) {
      margin-top: 35px; } }

@media print, screen and (min-width: 640px) {
  .c-053 ul {
    letter-spacing: 0; } }

.c-053 li:not(:first-child) {
  margin-top: 10px; }

/*
---
name: 【053】サムネイル（左）＋PDFリンク（テキスト）
category: リンク
tag:
 - link
 - text
 - 051～060
---

```html
<div class="c-053">
	<div class="c-053__thumb"><img src="/files/user/images/dummy/picture-csr_thumb.jpg"></div>
	<div class="c-053__text">
		<ul>
			<li><div class="c-011--pdf"><a href="/DUMMY" target="_blank">CSR報告書2016（全ページ）<span class="c-011__size">(3,388KB)</span></a></div></li>
		</ul>
		<div class="c-053__heading">項目別</div>
		<ul>
			<li><div class="c-011--pdf"><a href="/DUMMY" target="_blank">会社概要／編集方針／目次<span class="c-011__size">(490KB)</span></a></div></li>
			<li><div class="c-011--pdf"><a href="/DUMMY" target="_blank">トップメッセージ<span class="c-011__size">(523KB)</span></a></div></li>
			<li><div class="c-011--pdf"><a href="/DUMMY" target="_blank">企業理念と経営理念／グローリーが考えるCSRとは<span class="c-011__size">(523KB)</span></a></div></li>
			<li><div class="c-011--pdf"><a href="/DUMMY" target="_blank">特集１　バリューチェーンにおけるCSRの主な取り組み<span class="c-011__size">(523KB)</span></a></div></li>
			<li><div class="c-011--pdf"><a href="/DUMMY" target="_blank">特集２　時代とともに進化するグローリー製品<span class="c-011__size">(523KB)</span></a></div></li>
			<li><div class="c-011--pdf"><a href="/DUMMY" target="_blank">ガバナンス<span class="c-011__size">(523KB)</span></a></div></li>
			<li><div class="c-011--pdf"><a href="/DUMMY" target="_blank">品質への取り組み<span class="c-011__size">(523KB)</span></a></div></li>
			<li><div class="c-011--pdf"><a href="/DUMMY" target="_blank">人材への取り組み<span class="c-011__size">(523KB)</span></a></div></li>
			<li><div class="c-011--pdf"><a href="/DUMMY" target="_blank">社会貢献への取り組み<span class="c-011__size">(523KB)</span></a></div></li>
			<li><div class="c-011--pdf"><a href="/DUMMY" target="_blank">環境への取り組み<span class="c-011__size">(523KB)</span></a></div></li>
			<li><div class="c-011--pdf"><a href="/DUMMY" target="_blank">ステークホルダーとの対話／第三者意見<span class="c-011__size">(523KB)</span></a></div></li>
		</ul>
	</div>
</div>


```

*/
.c-056 {
  border: 2px solid #d9d9d9;
  background-color: #fff; }
  @media print, screen and (min-width: 640px) {
    .c-056 {
      padding: 42px 30px;
      letter-spacing: -0.5em; } }
  @media screen and (max-width: 639px) {
    .c-056 {
      padding: 32px 15px 15px; } }

@media print, screen and (min-width: 640px) {
  .c-056__thumb {
    display: inline-block;
    width: 338px;
    margin-right: 30px;
    letter-spacing: 0;
    vertical-align: middle; } }

@media screen and (max-width: 639px) {
  .c-056__thumb {
    margin-bottom: 30px; } }

.c-056__thumb img {
  width: 100%; }

.c-056__text {
  line-height: 1.7; }
  @media print, screen and (min-width: 640px) {
    .c-056__text {
      display: inline-block;
      width: 738px;
      letter-spacing: 0;
      vertical-align: middle; } }

@media print, screen and (min-width: 640px) {
  .c-056__emphasis {
    font-size: 20px; } }

@media screen and (max-width: 639px) {
  .c-056__emphasis {
    font-size: 15px; } }

@media screen and (max-width: 639px) {
  .c-056__emphasis dt {
    width: 18%; } }

@media screen and (max-width: 639px) {
  .c-056__emphasis dd {
    width: calc(100% - 18%); } }

.c-056__description {
  border-top: 1px solid #d9d9d9; }
  @media print, screen and (min-width: 640px) {
    .c-056__description {
      margin-top: 28px;
      padding-top: 10px; } }
  @media screen and (max-width: 639px) {
    .c-056__description {
      margin-top: 14px;
      padding-top: 6px; } }
  @media screen and (max-width: 639px) {
    .c-056__description dt {
      width: 24%; } }
  @media screen and (max-width: 639px) {
    .c-056__description dd {
      width: calc(100% - 24%); } }

.c-056 dl {
  letter-spacing: -0.5em; }

.c-056 dt {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top; }
  @media print, screen and (min-width: 640px) {
    .c-056 dt {
      width: 80px; } }

.c-056 dd {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top; }
  @media print, screen and (min-width: 640px) {
    .c-056 dd {
      width: calc(100% - 80px); } }

/*
---
name: 【056】強調エリア（囲み）左：画像、右：強調テキスト＋テキスト
category: テキスト
tag:
 - text
 - 051～060
---

```html
<div class="c-056">
	<div class="c-056__thumb"><img src="/files/user/images/dummy/banner-retailtech2017.png"></div>
	<div class="c-056__text">
		<div class="c-056__emphasis">
			<strong>リテールテック JAPAN 2017</strong>
			<dl>
				<dt>会期：</dt>
				<dd>2017年3月7日（火）～10日（金）</dd>
			</dl>
			<dl>
				<dt>会場：</dt>
				<dd>東京ビッグサイト</dd>
			</dl>
		</div>
		<div class="c-056__description">
			<dl>
				<dt>主催：</dt>
				<dd>日本経済新聞社</dd>
			</dl>
			<dl>
				<dt>出展製品：</dt>
				<dd>◇つり銭機 500シリーズ　◇小型入出金機 RCM-500　◇紙幣硬貨入金機　◇ ハイブリッド入金機　 ◇小型重要物管理機　◇来訪者検知システム、他</dd>
			</dl>
			<div class="c-031"><a href="/DUMMY">主催者サイトへ</a></div>
		</div>
	</div>
</div>


```

*/
@media print, screen and (min-width: 640px) {
  .c-057 ul {
    margin: 30px 0; } }
  @media print, screen and (min-width: 640px) and (min-width: 640px) {
    .c-057 ul {
      letter-spacing: -0.5em; } }

@media screen and (max-width: 639px) {
  .c-057 ul {
    margin: 20px 0; } }

@media print, screen and (min-width: 640px) {
  .c-057 li {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top; }
    .c-057 li:not(:nth-child(3n+1)) {
      margin-left: 30px; } }

@media screen and (max-width: 639px) {
  .c-057 li:not(:first-child) {
    margin-top: 30px; } }

.c-057__title {
  margin-bottom: 10px;
  color: #002773; }
  @media print, screen and (min-width: 640px) {
    .c-057__title {
      font-size: 24px; } }
  @media screen and (max-width: 639px) {
    .c-057__title {
      font-size: 18px; } }

.c-057__emphasis {
  color: #002773;
  line-height: 1.7; }

.c-057__description {
  border-top: 1px solid #d9d9d9;
  color: #4d4d4d;
  line-height: 1.7; }
  @media print, screen and (min-width: 640px) {
    .c-057__description {
      margin: 10px 0 40px;
      padding-top: 10px; } }
  @media screen and (max-width: 639px) {
    .c-057__description {
      margin: 5px 0 8px;
      padding-top: 5px; } }

.c-057__picture img {
  width: 100%;
  max-width: 100%; }

/*
---
name: 【057】グリッドエリア（ver8）上：見出し、中：強調テキスト＋テキスト、下：画像
category: テキスト
tag:
 - text
 - image
 - 051～060
---

```html
<div class="c-057">
	<ul>
		<li class="-oneThird">
			<div class="c-057__title">電子マネー</div>
			<div class="c-057__emphasis">お手持ちの電子マネーで手軽にスムーズなお支払い</div>
			<div class="c-057__description">広く普及している電子マネーによる支払いができ、レジ決済をスムーズにします。導入に必要なサーバー構築、多種多様な加盟店契約などトータルでご提案。イニシャル投資の軽減やランニングコストの削減を可能にします。</div>
			<div class="c-057__picture"><img src="/files/user/images/dummy/picture.png"></div>
		</li>
		<li class="-oneThird">
			<div class="c-057__title">IDカード</div>
			<div class="c-057__emphasis">社員食堂のレジ混雑を解消！</div>
			<div class="c-057__description">給与天引き、プリペイド型そしてポストペイ決済など多種多様な方式で決済が可能に。 スマートな決済により、レジ前の混雑が解消します。またレジ係がいらないオートレジ方式やセルフチェック方式を導入すると人件費も削減につながります。</div>
			<div class="c-057__picture"><img src="/files/user/images/dummy/picture.png"></div>
		</li>
		<li class="-oneThird">
			<div class="c-057__title">セキュリティー</div>
			<div class="c-057__emphasis">1枚のカードで、様々な角度からオフィスを厳正に管理</div>
			<div class="c-057__description">誰がどの部屋を出入りしたかを管理する入退室管理、そして誰がどの鍵を使用したかを管理する鍵管理機。オフィスのセキュリティー性を高めます。</div>
			<div class="c-057__picture"><img src="/files/user/images/dummy/picture.png"></div>
		</li>
	</ul>
</div>

```

*/
.c-058 {
  margin: 20px 0;
  border: 2px solid #d9d9d9;
  background-color: #fff;
  color: #45474c; }
  @media print, screen and (min-width: 640px) {
    .c-058 {
      padding: 32px 30px;
      letter-spacing: -0.5em; } }
  @media screen and (max-width: 639px) {
    .c-058 {
      padding: 18px 15px;
      background-color: #fcfcfc; } }

@media print, screen and (min-width: 640px) {
  .c-058__text {
    display: inline-block;
    width: 70%;
    letter-spacing: 0;
    vertical-align: middle; } }

@media print, screen and (min-width: 640px) {
  .c-058__heading {
    margin-bottom: 30px;
    font-weight: bold; } }

@media screen and (max-width: 639px) {
  .c-058__heading {
    margin-bottom: 10px; } }

.c-058__emphasis {
  font-size: 22px; }

.c-058__notes {
  margin-top: 8px; }

.c-058__picture {
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .c-058__picture {
      display: inline-block;
      width: 28%;
      letter-spacing: 0;
      vertical-align: middle; } }
  @media screen and (max-width: 639px) {
    .c-058__picture {
      margin-top: 12px; } }
  .c-058__picture img {
    max-width: 100%; }

@media print, screen and (min-width: 640px) {
  .c-058__text + .c-058__picture {
    margin-left: 2%; } }

/*
---
name: 【058】強調エリア（囲み）左：強調テキスト、右：画像
category: テキスト
tag:
 - text
 - image
 - 051～060
---

```html
<div class="c-058">
	<div class="c-058__text">
		<div class="c-058__heading">保守対応時間</div>
		<div class="c-058__emphasis">月曜日～金曜日: 9:00～17:30　/　土曜日: 9:00～14:30</div>
		<div class="c-058__notes">※日曜日、国民の祝日、振替休日及び12月31日、1月2日、3日は休日とさせていただきます。</div>
	</div>
	<div class="c-058__picture"><img src="/files/user/images/dummy/banner-support.png"></div>
</div>

```

*/
@media print, screen and (min-width: 640px) {
  .c-060 {
    margin: 30px 0; } }

@media screen and (max-width: 639px) {
  .c-060 {
    margin: 20px 0;
    overflow: auto;
    white-space: nowrap; }
    .c-060::-webkit-scrollbar {
      height: 5px; }
    .c-060::-webkit-scrollbar-track {
      background-color: #f1f1f1; }
    .c-060::-webkit-scrollbar-thumb {
      background-color: #bcbcbc; } }

.c-060 table {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  border-collapse: collapse;
  background-color: #fff; }

.c-060 th, .c-060 td {
  border-top: 1px solid #d9d9d9; }
  @media print, screen and (min-width: 640px) {
    .c-060 th, .c-060 td {
      padding: 12px 22px; } }
  @media screen and (max-width: 639px) {
    .c-060 th, .c-060 td {
      padding: 15px 12px; } }

.c-060 th {
  background-color: #f2f6ff;
  font-weight: normal;
  text-align: left; }
  .c-060 th:not(:first-child) {
    border-left: 1px solid #d9d9d9; }
  @media print, screen and (min-width: 640px) {
    .c-060 th {
      width: 174px; } }
  @media screen and (max-width: 639px) {
    .c-060 th {
      width: 100px;
      min-width: 100px;
      padding: 15px 10px; } }
  .c-060 th.u-w-auto {
    width: auto; }

@media print, screen and (min-width: 640px) {
  .c-060 tr:first-child th {
    border-top: 2px solid #d9d9d9; } }

@media screen and (max-width: 639px) {
  .c-060 tr:first-child th {
    border-top: 1px solid #d9d9d9; } }

@media print, screen and (min-width: 640px) {
  .c-060 tr:first-child th:first-child {
    border-top: 2px solid #111987; } }

@media screen and (max-width: 639px) {
  .c-060 tr:first-child th:first-child {
    border-top: 1px solid #111987; } }

@media print, screen and (min-width: 640px) {
  .c-060 tr:first-child td {
    border-top: 2px solid #d9d9d9; } }

@media screen and (max-width: 639px) {
  .c-060 tr:first-child td {
    border-top: 1px solid #d9d9d9; } }

.c-060 td:not(:last-child) {
  border-right: 1px solid #d9d9d9; }

.c-060 a {
  color: #002773;
  text-decoration: none; }
  .c-060 a:hover {
    color: #3d6dcc; }

.c-060-border table {
  border-left: 1px solid #ccc; }

.c-060-border th, .c-060-border td {
  border-right: 1px solid #ccc; }

.c-060-border th {
  background-color: #f2f6ff; }

.c-060-border tr:first-child th {
  background-color: #cfd5e5; }

.c-060-border .bg {
  background-color: #d8e4ff; }

/*
---
name: 【060】表組み（標準）
category: 表組み
tag:
 - table
 - 051～060
---

```html
<div class="c-060">
	<table>
		<tr>
			<th>外形寸法</th>
			<td>590（W）× 290（D）× 584（H） mm［IBS-30］<br>480（W）× 290（D）× 425（H） mm［IBS-16］</td>
		</tr>
		<tr>
			<th>質量</th>
			<td>1,041 kg［IBS-30］<br>25 kg［IBS-16］</td>
		</tr>
	</table>
</div>

<div class="c-060 c-060-border">
	<table>
	<tr>
		<th>1行目</th>
		<th>1行目</th>
	</tr>
	<tr>
		<th>2行目</th>
		<th>2行目</th>
	</tr>
	<tr>
		<td><strong>borderあり、太字</strong></td>
		<td class="bg">カラー:#d8e4ff</td>
	</tr>
	</table>
</div>
```

*/
.c-061 {
  border-top: 1px solid #dae1f2; }

.c-061__heading__outer {
  color: #002773;
  cursor: pointer; }
  @media print, screen and (min-width: 640px) {
    .c-061__heading__outer {
      padding: 10px 0 20px; } }
  @media screen and (max-width: 639px) {
    .c-061__heading__outer {
      padding: 5px 0 15px;
      overflow: hidden; } }

@media print, screen and (min-width: 640px) {
  .c-061__heading {
    float: left; } }

.c-061__trigger {
  float: right; }
  @media screen and (max-width: 639px) {
    .c-061__trigger {
      padding-right: 5px; } }
  .c-061__trigger::after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 10px;
    transition: .4s all; }
    @media print, screen and (min-width: 640px) {
      .c-061__trigger::after {
        display: inline-block;
        width: 6px;
        height: 10px;
        background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
        background-size: 6px auto;
        vertical-align: 2px;
        content: ""; } }
    @media screen and (max-width: 639px) {
      .c-061__trigger::after {
        display: inline-block;
        width: 11px;
        height: 18px;
        background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
        background-size: 11px auto;
        vertical-align: 2px;
        content: "";
        background-size: 10px auto;
        vertical-align: -3px; } }
  .c-061__trigger.is-opened::after {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.c-061__contents {
  display: none; }
  @media print, screen and (min-width: 640px) {
    .c-061__contents {
      margin: 40px 0 60px; } }
  @media screen and (max-width: 639px) {
    .c-061__contents {
      margin: 25px 0 20px; } }

/*
---
name: 【061】アコーディオン
category: アコーディオン
tag:
 - text
 - 061～070
---

```html
<div class="c-061">
	<div class="c-061__heading__outer cfx">
		<div class="c-061__heading">第67期【2015年3月期】(2014年4月1日～2015年3月31日)</div>
		<div class="c-061__trigger">開く</div>
	</div>
	<div class="c-061__contents">内容内容内容内容内容</div>
</div>
<div class="c-061">
	<div class="c-061__heading__outer cfx">
		<div class="c-061__heading">第67期【2015年3月期】(2014年4月1日～2015年3月31日)</div>
		<div class="c-061__trigger">開く</div>
	</div>
	<div class="c-061__contents">内容内容内容内容内容</div>
</div>
<div class="c-061">
	<div class="c-061__heading__outer cfx">
		<div class="c-061__heading">第67期【2015年3月期】(2014年4月1日～2015年3月31日)</div>
		<div class="c-061__trigger">開く</div>
	</div>
	<div class="c-061__contents">内容内容内容内容内容</div>
</div>
<div class="c-061">
	<div class="c-061__heading__outer cfx">
		<div class="c-061__heading">第67期【2015年3月期】(2014年4月1日～2015年3月31日)</div>
		<div class="c-061__trigger">開く</div>
	</div>
	<div class="c-061__contents">内容内容内容内容内容</div>
</div>


```

*/
.c-map {
  display: none; }

.c-map__heading {
  border-bottom: 1px solid #dfe4ed;
  color: #002773; }
  @media print, screen and (min-width: 640px) {
    .c-map__heading {
      margin: 0 -35px 20px;
      padding: 0 35px 16px;
      font-size: 16px; } }
  @media screen and (max-width: 639px) {
    .c-map__heading {
      margin: 0 -18px 10px;
      padding: 5px 18px 10px;
      font-size: 14px; } }

.c-map__picture img {
  width: 100%; }

@media print, screen and (min-width: 640px) {
  .c-map__text {
    margin-top: 40px; } }

@media screen and (max-width: 639px) {
  .c-map__text {
    margin-top: 20px; } }

.c-map__text dt {
  padding-bottom: 2px;
  border-bottom: solid #111987;
  color: #111987;
  font-size: 20px; }
  @media print, screen and (min-width: 640px) {
    .c-map__text dt {
      margin-bottom: 5px;
      border-bottom-width: 2px; } }
  @media screen and (max-width: 639px) {
    .c-map__text dt {
      margin-bottom: 10px;
      border-bottom-width: 1px; } }

.c-map__text dd {
  margin-left: 0;
  color: #4d4d4d;
  line-height: 1.7; }
  @media print, screen and (min-width: 640px) {
    .c-map__text dd {
      display: table;
      width: 100%;
      font-size: 16px; } }
  @media screen and (max-width: 639px) {
    .c-map__text dd {
      font-size: 14px; } }

@media print, screen and (min-width: 640px) {
  .c-map__text__title {
    display: table-cell;
    width: 12%; } }

@media screen and (max-width: 639px) {
  .c-map__text__title {
    margin-top: 10px; } }

.featherlight .featherlight-close-icon {
  color: #001847;
  font-size: 20px;
  outline: none; }
  @media print, screen and (min-width: 640px) {
    .featherlight .featherlight-close-icon {
      top: 18px;
      right: 35px; } }
  @media screen and (max-width: 639px) {
    .featherlight .featherlight-close-icon {
      top: 22px;
      right: 18px; } }
  .featherlight .featherlight-close-icon:hover {
    opacity: .7; }

/*
---
name: 地図
category: 地図
tag:
 - lightbox
---

```html
<div class="c-060" id="anchor01">
	<table>
		<tr>
			<th>商号</th>
			<td>グローリー株式会社</td>
		</tr>
		<tr>
			<th>本社</th>
			<td>
				本社・本社工場<br>
				〒670-8567 兵庫県姫路市下手野1-3-1
				<div class="c-011"><a class="c-map__trigger" data-featherlight="#map_honsha" href="javascript:void(0);">地図</a></div>
				TEL (079)297-3131（代表）
				<div class="c-map" id="map_honsha">
					<div class="c-map__heading">本社</div>
					<div class="c-map__picture"><img src="/files/user/company/images/map_honsha.gif"></div>
					<dl class="c-map__text">
						<dt>住所</dt>
						<dd>〒670-8567　兵庫県姫路市下手野1-3-1</dd>
						<dd>TEL (079)297-3131</dd>
					</dl>
					<dl class="c-map__text">
						<dt>交通のご案内</dt>
						<dd>
							<div class="c-map__text__title">【電車】</div>
							<div class="c-map__text__description">JR姫新線 播磨高岡駅より徒歩約10分</div>
						</dd>
						<dd>
							<div class="c-map__text__title">【バス】</div>
							<div class="c-map__text__description">姫路駅前より神姫バスにて「下手野東口」下車(約15分)<br>「下手野東口」バス停より徒歩2分</div>
						</dd>
					</dl>
				</div>
			</td>
		</tr>
	</table>
</div>

```

*/
.c-062 {
  margin: 10px 0; }

.c-062 li {
  position: relative; }
  @media print, screen and (min-width: 640px) {
    .c-062 li {
      padding-left: 20px; } }
  @media screen and (max-width: 639px) {
    .c-062 li {
      padding-left: 16px; } }
  .c-062 li:not(:first-child) {
    margin-top: 5px; }

.c-062__marker {
  position: absolute;
  left: 0; }

/*
---
name: 【062】リスト（インデント付き）
category: リスト
tag:
 - list
 - text
 - 061～070
---

```html
<ol class="c-062">
	<li><span class="c-062__marker">1.</span>情報並びに情報を運用しているコンピューター、ネットワーク等の情報システムを情報資産と位置付け、これら情報資産を保護・管理するために最適なセキュリティー対策を講じます。</li>
	<li><span class="c-062__marker">2.</span>個人情報保護法等、情報セキュリティーに関する法令およびその他規範、並びに契約での取決めを遵守します。</li>
	<li><span class="c-062__marker">3.</span>情報セキュリティー、個人情報保護に関する社内規則を制定し、情報資産を利用する当社役員を含む従業者に対してこれを遵守させ、 情報資産の保護・管理の徹底に努めます。</li>
	<li><span class="c-062__marker">4.</span>当社コンプライアンス委員会のもと、情報資産の適正な運用・維持・管理を推進します。</li>
	<li><span class="c-062__marker">5.</span>当社情報セキュリティー体制を維持し、その継続的な改善に努めます。</li>
</ol>

<ul class="c-062">
	<li><span class="c-062__marker">・</span>情報並びに情報を運用しているコンピューター、ネットワーク等の情報システムを情報資産と位置付け、これら情報資産を保護・管理するために最適なセキュリティー対策を講じます。</li>
	<li><span class="c-062__marker">・</span>個人情報保護法等、情報セキュリティーに関する法令およびその他規範、並びに契約での取決めを遵守します。</li>
	<li><span class="c-062__marker">・</span>情報セキュリティー、個人情報保護に関する社内規則を制定し、情報資産を利用する当社役員を含む従業者に対してこれを遵守させ、 情報資産の保護・管理の徹底に努めます。</li>
	<li><span class="c-062__marker">・</span>当社コンプライアンス委員会のもと、情報資産の適正な運用・維持・管理を推進します。</li>
	<li><span class="c-062__marker">・</span>当社情報セキュリティー体制を維持し、その継続的な改善に努めます。</li>
</ul>

<ul class="c-062">
	<li class="c-004"><span class="c-062__marker">●</span>情報並びに情報を運用しているコンピューター、ネットワーク等の情報システムを情報資産と位置付け、これら情報資産を保護・管理するために最適なセキュリティー対策を講じます。</li>
	<li class="c-004"><span class="c-062__marker">●</span>個人情報保護法等、情報セキュリティーに関する法令およびその他規範、並びに契約での取決めを遵守します。</li>
	<li class="c-004"><span class="c-062__marker">●</span>情報セキュリティー、個人情報保護に関する社内規則を制定し、情報資産を利用する当社役員を含む従業者に対してこれを遵守させ、 情報資産の保護・管理の徹底に努めます。</li>
	<li class="c-004"><span class="c-062__marker">●</span>当社コンプライアンス委員会のもと、情報資産の適正な運用・維持・管理を推進します。</li>
	<li class="c-004"><span class="c-062__marker">●</span>当社情報セキュリティー体制を維持し、その継続的な改善に努めます。</li>
</ul>


```

*/
@media print, screen and (min-width: 640px) {
  .c-063 {
    margin: 30px 0;
    letter-spacing: -.5em; } }

@media screen and (max-width: 639px) {
  .c-063 {
    margin: 20px 0; } }

.c-063__table {
  margin: 0; }
  @media print, screen and (min-width: 640px) {
    .c-063__table {
      display: inline-block;
      width: 71%;
      margin: 0;
      letter-spacing: 0; } }

@media print, screen and (min-width: 640px) {
  .c-063__picture {
    display: inline-block;
    width: 29%;
    padding-left: 30px;
    vertical-align: top;
    text-align: center; } }

@media screen and (max-width: 639px) {
  .c-063__picture {
    margin-top: 20px; } }

.c-063__picture li:not(:first-child) {
  margin-top: 10px; }

.c-063__picture img {
  width: 100%; }

/*
---
name: 【063】テーブル＋画像
category: 表組み
tag:
 - table
 - image
 - 061～070
---

```html
<div class="c-063">
	<div class="c-060 c-063__table">
		<table>
			<tr>
				<th>外形寸法</th>
				<td>590（W）× 290（D）× 584（H） mm［IBS-30］<br>480（W）× 290（D）× 425（H） mm［IBS-16］</td>
			</tr>
			<tr>
				<th>質量</th>
				<td>1,041 kg［IBS-30］<br>25 kg［IBS-16］</td>
			</tr>
		</table>
	</div>
	<ul class="c-063__picture">
		<li><img src="http://placehold.it/240x160"><div class="c-063__caption">キャプションキャプション</div></li>
		<li><img src="http://placehold.it/240x160"><div class="c-063__caption">キャプションキャプション</div></li>
	</ul>
</div>

```

*/
/* project ----------------------------- */
/*
 * 各ページのCSS
 *
 */
.p-top__hero__outer {
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 640px) {
    .p-top__hero__outer {
      height: 500px; } }
  @media screen and (max-width: 639px) {
    .p-top__hero__outer {
      height: 0; } }
  .p-top__hero__outer::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent);
    content: ""; }

.p-top__hero__text {
  z-index: 2;
  height: 100%; }
  @media print, screen and (min-width: 640px) {
    .p-top__hero__text {
      position: relative;
      width: 1170px;
      margin: 0 auto; } }
  @media screen and (max-width: 639px) {
    .p-top__hero__text {
      position: absolute;
      top: 50%;
      left: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 40%;
      height: 0;
      padding-top: 35%; } }
  .p-top__hero__text img {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 639px) {
      .p-top__hero__text img {
        width: 100%; } }

.p-top__hero {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }

.p-top__products {
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .p-top__products {
      height: 350px;
      padding: 80px 0;
      background: url(/files/user/images/top/picture-products.png) no-repeat center center; } }
  @media screen and (max-width: 639px) {
    .p-top__products {
      padding: 45px 0; } }

.p-top__products__heading {
  color: #002773; }
  @media print, screen and (min-width: 640px) {
    .p-top__products__heading {
      margin-bottom: 50px;
      font-size: 40px; } }
  @media screen and (max-width: 639px) {
    .p-top__products__heading {
      font-size: 30px; } }
  @media screen and (max-width: 639px) {
    .p-top__products__heading::after {
      display: inline-block;
      width: 100%;
      height: 0;
      margin-top: 10px;
      padding-top: 26%;
      background: url(/files/user/images/top/picture-products_sp.png) no-repeat center center;
      background-size: auto 100%;
      content: ""; } }

@media screen and (max-width: 639px) {
  .p-top__products__button {
    margin-top: 10px; } }

.p-top__notice {
  color: #595959;
  font-weight: bold; }
  @media print, screen and (min-width: 640px) {
    .p-top__notice {
      padding: 60px 0;
      letter-spacing: -0.5em; } }
  @media screen and (max-width: 639px) {
    .p-top__notice {
      padding: 45px 0; } }

@media print, screen and (min-width: 640px) {
  .p-top__notice__heading {
    display: inline-block;
    width: 20%;
    padding: 20px 30px 20px 0;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: right;
    vertical-align: top; } }

@media screen and (max-width: 639px) {
  .p-top__notice__heading {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center; } }

@media print, screen and (min-width: 640px) {
  .p-top__notice__description__outer {
    display: inline-block;
    width: 80%;
    padding: 20px 30px;
    border-right: 2px solid;
    border-left: 2px solid;
    letter-spacing: 0;
    vertical-align: top; } }

.p-top__notice__description {
  margin: 0;
  line-height: 1.7; }
  @media print, screen and (min-width: 640px) {
    .p-top__notice__description {
      font-size: 16px; } }
  .p-top__notice__description:not(:first-child) {
    margin-top: 8px; }

.p-top__notice__link {
  display: inline-block;
  position: relative; }
  @media print, screen and (min-width: 640px) {
    .p-top__notice__link {
      padding-left: 18px; } }
  @media screen and (max-width: 639px) {
    .p-top__notice__link {
      padding-left: 16px; } }

[class*='c-011'] .p-top__notice__link {
  color: #595959; }
  [class*='c-011'] .p-top__notice__link:visited {
    color: #4a0080; }

.p-top__notice__size {
  margin-left: 4px; }
  @media print, screen and (min-width: 640px) {
    .p-top__notice__size {
      font-size: 12px; } }

.-important.p-top__notice {
  border-bottom: 1px solid #dfe2e6;
  color: #b31e00; }

.-important .p-top__notice__link:hover {
  color: #d93a1a; }

.-important .p-top__notice__link:visited {
  color: #4a0080; }

.-important .p-top__notice__link::before {
  display: inline-block;
  position: absolute;
  left: 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #b31e00;
  border-right: 2px solid #b31e00;
  content: ""; }
  @media print, screen and (min-width: 640px) {
    .-important .p-top__notice__link::before {
      top: 7px;
      width: 8px;
      height: 8px; } }
  @media screen and (max-width: 639px) {
    .-important .p-top__notice__link::before {
      top: 6px;
      width: 7px;
      height: 7px; } }

.p-top__about__link {
  display: block;
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 640px) {
    .p-top__about__link {
      height: 450px; } }
  @media screen and (max-width: 639px) {
    .p-top__about__link {
      height: 0;
      padding-top: 35.2%; } }

.p-top__about__text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 639px) {
    .p-top__about__text {
      width: 30%; } }

.p-top__about {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }

@media print, screen and (min-width: 640px) {
  .p-top__bannerArea {
    width: 870px;
    margin: 60px auto;
    letter-spacing: -0.5em;
    text-align: center; } }

@media screen and (max-width: 639px) {
  .p-top__bannerArea {
    margin: 30px 15px; } }

@media print, screen and (min-width: 640px) {
  .p-top__bannerArea__item {
    display: inline-block;
    width: 270px;
    letter-spacing: 0;
    vertical-align: top; } }

@media print, screen and (min-width: 640px) {
  .p-top__bannerArea__item:not(:nth-child(3n+1)) {
    margin-left: 30px; } }

@media screen and (max-width: 639px) {
  .p-top__bannerArea__item:not(:first-child) {
    margin-top: 20px; } }

.p-top__bannerArea__link {
  display: block;
  transition: .4s all; }
  .p-top__bannerArea__link:hover {
    opacity: .7; }

.p-top__bannerArea img {
  width: 100%; }

@media print, screen and (min-width: 640px) {
  .p-contact {
    letter-spacing: 0;
    vertical-align: top; } }

@media screen and (max-width: 639px) {
  .p-contact {
    margin-top: 20px; } }

.p-contact__inner {
  border: 2px solid #001847;
  background-color: #fff;
  color: #002773; }
  @media print, screen and (min-width: 640px) {
    .p-contact__inner {
      padding: 23px 30px; } }
  @media screen and (max-width: 639px) {
    .p-contact__inner {
      padding: 15px; } }

.p-contact__notice {
  border: 1px solid #d71a39;
  background-color: #fff;
  color: #d71a39;
  font-size: 13px;
  line-height: 1.3; }
  @media print, screen and (min-width: 640px) {
    .p-contact__notice {
      margin-bottom: 20px;
      padding: 20px 0;
      text-align: center; } }
  @media screen and (max-width: 639px) {
    .p-contact__notice {
      margin-bottom: 15px;
      padding: 10px; } }

.p-contact__notice__inner {
  position: relative; }
  @media print, screen and (min-width: 640px) {
    .p-contact__notice__inner {
      display: inline-block;
      padding-left: 68px;
      text-align: left; } }
  @media screen and (max-width: 639px) {
    .p-contact__notice__inner {
      padding-left: 18%; } }
  .p-contact__notice__inner::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/files/user/images/common/icon-exclamation.svg) no-repeat center center;
    background-size: 100% auto;
    content: ""; }
    @media print, screen and (min-width: 640px) {
      .p-contact__notice__inner::before {
        width: 50px;
        height: 50px;
        margin-right: 20px; } }
    @media screen and (max-width: 639px) {
      .p-contact__notice__inner::before {
        width: 14%;
        height: 46%; } }

.p-contact__tel__outer {
  border-bottom: 1px solid #d9d9d9; }
  @media print, screen and (min-width: 640px) {
    .p-contact__tel__outer {
      margin: 20px 0 10px;
      padding-bottom: 50px;
      text-align: center; } }
  @media screen and (max-width: 639px) {
    .p-contact__tel__outer {
      margin: 12px 0 10px;
      padding-bottom: 30px; } }

.p-contact__tel__heading {
  letter-spacing: 0; }
  @media print, screen and (min-width: 640px) {
    .p-contact__tel__heading {
      display: inline-block;
      width: 320px;
      margin-right: 40px;
      font-weight: bold;
      font-size: 22px;
      line-height: 1.2;
      text-align: left; } }
  @media screen and (max-width: 639px) {
    .p-contact__tel__heading {
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 15px; } }

@media print, screen and (min-width: 640px) {
  .p-contact__tel {
    display: inline-block;
    text-align: left; } }

.p-contact__tel__title {
  font-weight: bold; }
  @media print, screen and (min-width: 640px) {
    .p-contact__tel__title {
      font-size: 20px; } }
  @media screen and (max-width: 639px) {
    .p-contact__tel__title {
      font-size: 14px; } }

.p-contact__tel__number {
  line-height: 1.1; }
  @media print, screen and (min-width: 640px) {
    .p-contact__tel__number {
      font-size: 42px;
      letter-spacing: -0.015em; } }
  @media screen and (max-width: 639px) {
    .p-contact__tel__number {
      font-size: 32px; } }
  .p-contact__tel__number::before {
    display: inline-block;
    margin-right: 10px;
    background: url(/files/user/images/contact/icon-freedial.svg) no-repeat center center;
    background-size: 100% auto;
    content: ""; }
    @media print, screen and (min-width: 640px) {
      .p-contact__tel__number::before {
        width: 54px;
        height: 35px;
        vertical-align: -6px; } }
    @media screen and (max-width: 639px) {
      .p-contact__tel__number::before {
        width: 50px;
        height: 30px;
        vertical-align: middle; } }

.p-contact__tel__parts {
  display: inline-block;
  position: relative;
  letter-spacing: 0;
  vertical-align: middle; }
  .p-contact__tel__parts.-emphasis {
    color: #d71a39; }

.p-contact__tel__ruby {
  display: inline-block;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200%;
  letter-spacing: -0.06em;
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .p-contact__tel__ruby {
      bottom: -15px;
      font-size: 12px; } }
  @media screen and (max-width: 639px) {
    .p-contact__tel__ruby {
      bottom: -10px;
      font-size: 10px; } }

.p-contact__time {
  font-size: 14px; }
  @media print, screen and (min-width: 640px) {
    .p-contact__time {
      text-align: center; } }

@media print, screen and (min-width: 640px) {
  .p-contact__time__title {
    display: inline-block; } }

.p-contact__time__description {
  font-weight: bold; }
  @media print, screen and (min-width: 640px) {
    .p-contact__time__description {
      display: inline-block; } }
  @media screen and (max-width: 639px) {
    .p-contact__time__description {
      display: inline; } }

.p-contact__time__notes {
  display: inline; }

.p-contact__notes {
  margin-top: 15px;
  font-size: 12px; }

.p-contact__icon--tel {
  display: inline-block;
  width: 30px;
  height: 33px;
  margin-right: 10px;
  background: url(/files/user/images/contact/icon-tel.svg) no-repeat center center;
  background-size: 100% auto; }
  @media print, screen and (min-width: 640px) {
    .p-contact__icon--tel {
      vertical-align: -3px; } }
  @media screen and (max-width: 639px) {
    .p-contact__icon--tel {
      vertical-align: -6px; } }

.p-contact__icon--mail {
  display: inline-block;
  width: 33px;
  height: 24px;
  margin-right: 7px;
  background: url(/files/user/images/contact/icon-mail.svg) no-repeat center center;
  background-size: 100% auto; }
  @media print, screen and (min-width: 640px) {
    .p-contact__icon--mail {
      vertical-align: 0; } }
  @media screen and (max-width: 639px) {
    .p-contact__icon--mail {
      vertical-align: -2px; } }

.p-contact__block {
  border: solid #d9d9d9;
  background-color: #fcfcfc; }
  @media print, screen and (min-width: 640px) {
    .p-contact__block {
      margin-top: 40px;
      padding: 32px; } }
  @media screen and (max-width: 639px) {
    .p-contact__block {
      margin: 30px 0;
      padding: 21px 16px; } }
  .p-contact__block.-page {
    border-color: #002773;
    background-color: #fff;
    color: #002773; }

.p-contact__block__heading {
  color: #002773; }
  @media print, screen and (min-width: 640px) {
    .p-contact__block__heading {
      margin: 0 0 30px;
      font-size: 32px; } }
  @media screen and (max-width: 639px) {
    .p-contact__block__heading {
      margin: 0 0 15px;
      font-size: 24px; } }

.p-contact__block__list {
  letter-spacing: -0.5em; }

.p-contact__block__item {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top; }
  @media print, screen and (min-width: 640px) {
    .p-contact__block__item {
      width: 23%; } }
  @media screen and (max-width: 639px) {
    .p-contact__block__item {
      width: 48%;
      line-height: 1.3; } }
  @media print, screen and (min-width: 640px) {
    .p-contact__block__item:not(:nth-child(4n+1)) {
      margin-left: 2.6%; } }
  @media print, screen and (min-width: 640px) {
    .p-contact__block__item:nth-child(n+5) {
      margin-top: 20px; } }
  @media screen and (max-width: 639px) {
    .p-contact__block__item:nth-child(2n) {
      margin-left: 4%; } }
  @media screen and (max-width: 639px) {
    .p-contact__block__item:nth-child(n+3) {
      margin-top: 30px; } }

.p-contact__block__link {
  display: block; }
  .p-contact__block__link:hover {
    color: #3d6dcc; }

.p-contact__block img, .p-contact__block span {
  vertical-align: middle; }

@media screen and (max-width: 639px) {
  .p-contact__block img {
    width: 35px; } }

.p-contact__block span {
  display: inline-block; }
  @media print, screen and (min-width: 640px) {
    .p-contact__block span {
      width: calc(100% - 70px);
      padding-left: 10px;
      font-size: 14px; } }
  @media screen and (max-width: 639px) {
    .p-contact__block span {
      padding-left: 5px;
      width: calc(100% - 35px); } }
  .p-contact__block span::after {
    content: ""; }
    @media print, screen and (min-width: 640px) {
      .p-contact__block span::after {
        display: inline-block;
        width: 6px;
        height: 10px;
        background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
        background-size: 6px auto;
        vertical-align: 2px;
        content: "";
        margin-left: 8px;
        vertical-align: 1px; } }
    @media screen and (max-width: 639px) {
      .p-contact__block span::after {
        display: inline-block;
        width: 6px;
        height: 10px;
        background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
        background-size: 6px auto;
        vertical-align: 2px;
        content: "";
        margin-left: 5px;
        vertical-align: 0; } }

@media print, screen and (min-width: 640px) {
  .p-contact__block__inner {
    float: left;
    width: 840px; } }

@media print, screen and (min-width: 640px) {
  .p-contact__block__text {
    margin: 20px 0; } }

@media screen and (max-width: 639px) {
  .p-contact__block__text {
    margin: 10px 0; } }

.p-contact__block__title {
  font-weight: bold; }

.p-contact__block__description {
  margin: 10px 0; }
  @media print, screen and (min-width: 640px) {
    .p-contact__block__description {
      font-size: 20px; } }
  @media screen and (max-width: 639px) {
    .p-contact__block__description {
      font-size: 22px; } }

@media print, screen and (min-width: 640px) {
  .p-contact__block__notes {
    margin-top: 20px;
    font-size: 14px; } }

@media screen and (max-width: 639px) {
  .p-contact__block__notes {
    margin-top: 10px; } }

.p-contact__block__button__outer {
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .p-contact__block__button__outer {
      float: right; } }
  @media screen and (max-width: 639px) {
    .p-contact__block__button__outer {
      margin-top: 10px; } }

@media print, screen and (min-width: 640px) {
  .p-contact__block__button {
    width: 238px; } }

@media screen and (max-width: 639px) {
  .p-contact__block__button {
    width: 100%;
    height: 60px;
    font-size: 16px;
    line-height: 60px; } }

@media screen and (max-width: 639px) {
  .p-contact__block__button::after {
    width: 11px;
    height: 11px;
    vertical-align: 1px; } }

.p-sitemap .c-011 {
  margin: 15px 0; }

.p-sitemap .-parent {
  margin-top: 40px; }

.p-sitemap .-second {
  margin-left: 20px; }

@media print, screen and (min-width: 640px) {
  .p-sitemap .c-041 {
    margin: 10px 40px; } }

@media screen and (max-width: 639px) {
  .p-sitemap .c-041 {
    margin: 10px 20px; } }

@media print, screen and (min-width: 640px) {
  .p-sitemap .-quarter {
    width: 22%; } }

@media screen and (max-width: 639px) {
  .p-sitemap .-quarter {
    margin-top: 10px; } }

@media screen and (max-width: 639px) {
  .p-sitemap .-oneThird {
    margin-top: 10px; } }

.p-sitemap .c-041__item .c-011 {
  margin-top: 0; }

@media print, screen and (min-width: 640px) {
  .p-notFound {
    margin: 70px 0;
    padding-left: 10px; } }

@media screen and (max-width: 639px) {
  .p-notFound {
    margin: 35px 0; } }

.p-notFound__heading {
  margin-bottom: 35px; }

.p-notFound__inner {
  margin-bottom: 35px; }

.p-rss__site {
  letter-spacing: -0.5em; }

.p-rss__site__title {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: middle; }
  @media print, screen and (min-width: 640px) {
    .p-rss__site__title {
      width: 80px; } }
  @media screen and (max-width: 639px) {
    .p-rss__site__title {
      width: 22%; } }

.p-rss__site__url {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: middle; }
  @media print, screen and (min-width: 640px) {
    .p-rss__site__url {
      width: calc(100% - 80px); } }
  @media screen and (max-width: 639px) {
    .p-rss__site__url {
      width: 78%; } }

@media print, screen and (min-width: 640px) {
  .p-productTop__tab {
    display: table;
    width: 100%;
    margin-top: 60px;
    text-align: center;
    table-layout: fixed; } }

.p-productTop__tab__item {
  cursor: pointer; }
  @media print, screen and (min-width: 640px) {
    .p-productTop__tab__item {
      display: table-cell;
      padding-bottom: 15px;
      border-bottom: 4px solid #ccc;
      font-size: 20px; } }
  @media screen and (max-width: 639px) {
    .p-productTop__tab__item {
      padding: 0 15px 5px;
      border-bottom: 2px solid #ccc;
      font-size: 15px; }
      .p-productTop__tab__item:not(:first-of-type) {
        margin-top: 30px; } }
  .p-productTop__tab__item.is-current {
    border-color: #111987;
    color: #111987; }

.p-productTop__tab__link {
  display: block; }

.p-productTop__tab__emphasis {
  margin-right: 5px; }
  @media print, screen and (min-width: 640px) {
    .p-productTop__tab__emphasis {
      font-size: 36px; } }
  @media screen and (max-width: 639px) {
    .p-productTop__tab__emphasis {
      font-size: 27px; } }

.p-productTop__navLink {
  border-top: 1px solid #dfe2e6; }

@media print, screen and (min-width: 640px) {
  .p-productTop__navLink__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 60px 0; } }

@media screen and (max-width: 639px) {
  .p-productTop__navLink__list {
    margin: 45px 0 60px; } }

@media print, screen and (min-width: 640px) {
  .p-productTop__navLink__item {
    display: inline-block; }
    .p-productTop__navLink__item:nth-of-type(n+4) {
      margin-top: 50px; }
    .p-productTop__navLink__item:not(:nth-of-type(3n)) {
      margin-right: 30px; } }

@media screen and (max-width: 639px) {
  .p-productTop__navLink__item:not(:first-of-type) {
    margin-top: 30px; } }

.p-productTop__navLink__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 90px; }

.p-productTop__navLink__picture {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 90px;
  margin-right: 20px; }
  .p-productTop__navLink__picture img {
    width: 100%; }

.p-productTop__navLink__title {
  border-top: solid #fff;
  font-size: 20px; }
  @media print, screen and (min-width: 640px) {
    .p-productTop__navLink__title {
      border-top-width: 2px;
      color: #002773; } }
  @media screen and (max-width: 639px) {
    .p-productTop__navLink__title {
      border-top-width: 1px;
      color: #002773; } }

@media print, screen and (min-width: 640px) {
  .p-productTop__navLink__link .p-productTop__navLink__title::after {
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
    background-size: 8px auto;
    vertical-align: 2px;
    content: "";
    margin-left: 8px; } }

@media screen and (max-width: 639px) {
  .p-productTop__navLink__link .p-productTop__navLink__title::after {
    display: inline-block;
    width: 11px;
    height: 18px;
    background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
    background-size: 11px auto;
    vertical-align: 2px;
    content: "";
    margin-left: 5px;
    vertical-align: -2px; } }

.p-productTop__navLink__link .p-productTop__navLink__title.blank::after {
  display: inline-block;
  width: 16px;
  height: 10px;
  margin-right: 10px;
  background: url(/files/user/images/common/icon-blank.png) no-repeat left center;
  background-size: 12px auto;
  content: ""; }

.p-productTop__navLink__link:hover .p-productTop__navLink__picture {
  opacity: .7; }

.p-productTop__navLink__link:hover .p-productTop__navLink__title {
  color: #3d6dcc; }

.p-productTop__issue__item {
  vertical-align: top; }
  @media print, screen and (min-width: 640px) {
    .p-productTop__issue__item {
      display: inline-block;
      border-top: 2px solid #d9d9d9; } }
  @media screen and (max-width: 639px) {
    .p-productTop__issue__item {
      border-top: 1px solid #d9d9d9; } }
  @media print, screen and (min-width: 640px) {
    .p-productTop__issue__item:not(:nth-child(3n+1)) {
      margin-left: 30px; } }

.p-productTop__issue__link {
  padding: 15px 0;
  font-weight: bold;
  letter-spacing: -0.5em; }

.p-productTop__issue__picture, .p-productTop__issue__title {
  display: inline-block;
  letter-spacing: 0; }

.p-productTop__issue__picture {
  vertical-align: middle; }
  @media print, screen and (min-width: 640px) {
    .p-productTop__issue__picture {
      width: 90px;
      margin-right: 20px; } }
  @media screen and (max-width: 639px) {
    .p-productTop__issue__picture {
      width: 45px;
      margin-right: 10px; } }
  .p-productTop__issue__picture img {
    width: 100%; }

@media print, screen and (min-width: 640px) {
  .p-productTop__issue__title {
    width: calc(100% - 110px);
    padding-top: 0;
    vertical-align: middle; } }

.p-product__localNav {
  transition: .4s all; }
  .p-product__localNav.is-fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%; }

.p-product__categoryIcon {
  display: inline-block;
  margin-right: 10px;
  content: ""; }
  @media print, screen and (min-width: 640px) {
    .p-product__categoryIcon {
      width: 33px;
      height: 33px;
      vertical-align: -10px; } }
  @media screen and (max-width: 639px) {
    .p-product__categoryIcon {
      width: 19px;
      height: 19px;
      vertical-align: -2px; } }
  .p-product__categoryIcon.-category1 {
    background: url(/files/user/product/images/common/icon-1.svg) no-repeat center center;
    background-size: 100% auto; }
  .p-product__categoryIcon.-category4 {
    background: url(/files/user/product/images/common/icon-4.svg) no-repeat center center;
    background-size: 100% auto; }
  .p-product__categoryIcon.-category14 {
    background: url(/files/user/product/images/common/icon-14.svg) no-repeat center center;
    background-size: 100% auto; }
  .p-product__categoryIcon.-category15 {
    background: url(/files/user/product/images/common/icon-15.svg) no-repeat center center;
    background-size: 100% auto; }
  .p-product__categoryIcon.-category16 {
    background: url(/files/user/product/images/common/icon-16.svg) no-repeat center center;
    background-size: 100% auto; }
  .p-product__categoryIcon.-category17 {
    background: url(/files/user/product/images/common/icon-17.svg) no-repeat center center;
    background-size: 100% auto; }
  .p-product__categoryIcon.-category18 {
    background: url(/files/user/product/images/common/icon-18.svg) no-repeat center center;
    background-size: 100% auto; }
  .p-product__categoryIcon.-category19 {
    background: url(/files/user/product/images/common/icon-19.svg) no-repeat center center;
    background-size: 100% auto; }
  .p-product__categoryIcon.-category20 {
    background: url(/files/user/product/images/common/icon-20.svg) no-repeat center center;
    background-size: 100% auto; }
  .p-product__categoryIcon.-category21 {
    background: url(/files/user/product/images/common/icon-21.svg) no-repeat center center;
    background-size: 100% auto; }
  .p-product__categoryIcon.-category25 {
    background: url(/files/user/product/images/common/icon-25.svg) no-repeat center center;
    background-size: 100% auto; }
  .p-product__categoryIcon.-category29 {
    background: url(/files/user/product/images/common/icon-29.svg) no-repeat center center;
    background-size: 100% auto; }
  .p-product__categoryIcon.-category30 {
    background: url(/files/user/product/images/common/icon-30.svg) no-repeat center center;
    background-size: 100% auto; }
  .p-product__categoryIcon.-category33 {
    background: url(/files/user/product/images/common/icon-33.svg) no-repeat center center;
    background-size: 100% auto; }
  .p-product__categoryIcon.-category34 {
    background: url(/files/user/product/images/common/icon-34.svg) no-repeat center center;
    background-size: 100% auto; }

.p-productDetail .c-024 {
  margin-bottom: 40px; }

.p-productDetail__hero {
  position: relative;
  background-color: #f2f6ff; }

.p-productDetail__hero__inner {
  position: relative; }
  @media print, screen and (min-width: 640px) {
    .p-productDetail__hero__inner {
      display: table;
      width: 1170px;
      height: 400px;
      margin: 0 auto; } }
  @media screen and (max-width: 639px) {
    .p-productDetail__hero__inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; } }

.p-productDetail__hero__info {
  text-align: left; }
  @media print, screen and (min-width: 640px) {
    .p-productDetail__hero__info {
      display: table-cell;
      position: relative;
      z-index: 5;
      width: 420px;
      vertical-align: middle; } }
  @media screen and (max-width: 639px) {
    .p-productDetail__hero__info {
      -ms-flex-order: 2;
      order: 2; } }

.p-productDetail__hero__heading__outer {
  background-color: #111987;
  color: #fff;
  transition: .4s all; }
  @media print, screen and (min-width: 640px) {
    .p-productDetail__hero__heading__outer {
      padding: 25px 30px; } }
  @media screen and (max-width: 639px) {
    .p-productDetail__hero__heading__outer {
      padding: 14px 16px 4px; } }
  @media print, screen and (min-width: 640px) {
    .p-productDetail__hero__heading__outer.is-fixed {
      position: fixed;
      top: 55px;
      left: 0;
      z-index: 1200;
      width: 100%;
      height: 55px;
      padding: 11px 0; } }

.p-productDetail__hero__heading--sub {
  line-height: 1.3; }
  @media print, screen and (min-width: 640px) {
    .p-productDetail__hero__heading--sub {
      font-size: 38px; } }
  @media screen and (max-width: 639px) {
    .p-productDetail__hero__heading--sub {
      font-size: 35px; } }
  .is-fixed .p-productDetail__hero__heading--sub {
    display: inline-block;
    font-size: 20px;
    line-height: 33px;
    vertical-align: baseline; }
    .is-fixed .p-productDetail__hero__heading--sub br {
      display: none; }

.p-productDetail__hero__heading {
  display: block;
  line-height: 1.3; }
  @media print, screen and (min-width: 640px) {
    .p-productDetail__hero__heading {
      margin-top: 18px;
      font-size: 20px; } }
  @media screen and (max-width: 639px) {
    .p-productDetail__hero__heading {
      margin-top: 4px;
      font-size: 15px; } }
  .is-fixed .p-productDetail__hero__heading {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 16px;
    line-height: 33px; }

.p-productDetail__hero__heading--sub .p-productDetail__hero__heading {
  margin-top: 0; }

.is-fixed .p-productDetail__hero__heading__container {
  width: 1170px;
  margin: 0 auto; }

.p-productDetail__hero__description {
  background-color: #fff;
  color: #111987; }
  @media print, screen and (min-width: 640px) {
    .p-productDetail__hero__description {
      padding: 20px 30px;
      font-size: 18px;
      letter-spacing: 0.1em; } }

.p-productDetail__hero__zoom__outer {
  position: absolute;
  right: -35px;
  bottom: 10px;
  z-index: 2; }

.p-productDetail__hero__zoom {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(223, 228, 237, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 40px; }
  .p-productDetail__hero__zoom::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2px;
    height: 40px;
    background-color: #111987;
    content: ""; }
  .p-productDetail__hero__zoom::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 2px;
    background-color: #111987;
    content: ""; }

@media print, screen and (min-width: 640px) {
  .p-productDetail__hero__picture__outer {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; } }

@media screen and (max-width: 639px) {
  .p-productDetail__hero__picture__outer {
    min-height: 0%;
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (max-width: 639px) {
  .p-productDetail__hero__picture {
    width: 100%;
    height: auto; } }

@media screen and (max-width: 639px) {
  .p-productDetail__summary__inner {
    margin-bottom: 35px; } }

.p-productDetail__summary .c-024 {
  display: inline-block;
  border: 1px solid #dfe2e6; }
  @media print, screen and (min-width: 640px) {
    .p-productDetail__summary .c-024 {
      padding: 18px 20px;
      line-height: 1; } }
  @media screen and (max-width: 639px) {
    .p-productDetail__summary .c-024 {
      padding: 9.8px 10px; } }

@media print, screen and (min-width: 640px) {
  .p-productDetail__freeArea {
    padding: 30px 0; } }

@media screen and (max-width: 639px) {
  .p-productDetail__freeArea {
    padding: 15px 0; } }

.p-productDetail__spec {
  background-color: #f7f7f7; }
  @media print, screen and (min-width: 640px) {
    .p-productDetail__spec {
      padding-bottom: 30px; } }

@media print, screen and (min-width: 640px) {
  .p-productDetail__spec__heading {
    margin: 60px 0; } }

.p-productDetail__catalog {
  text-align: right; }
  @media print, screen and (min-width: 640px) {
    .p-productDetail__catalog {
      padding: 30px 0; } }
  @media screen and (max-width: 639px) {
    .p-productDetail__catalog {
      padding: 20px 15px; } }

.p-industryDetail__hero {
  position: relative; }
  @media print, screen and (min-width: 640px) {
    .p-industryDetail__hero {
      background-color: #f2f2f2; } }

@media print, screen and (min-width: 640px) {
  .p-industryDetail__hero__inner {
    position: relative;
    width: 1170px;
    height: 280px;
    margin: 0 auto; } }

@media screen and (max-width: 639px) {
  .p-industryDetail__hero__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; } }

.p-industryDetail__hero__heading__outer {
  background-color: #111987;
  color: #fff;
  text-align: left; }
  @media print, screen and (min-width: 640px) {
    .p-industryDetail__hero__heading__outer {
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 2;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 430px;
      padding: 20px 30px;
      line-height: 1.1; } }
  @media screen and (max-width: 639px) {
    .p-industryDetail__hero__heading__outer {
      min-height: 0%;
      padding: 10px 15px 5px;
      -ms-flex-order: 2;
      order: 2; } }

.p-industryDetail__hero__heading--sub {
  opacity: .7; }
  @media print, screen and (min-width: 640px) {
    .p-industryDetail__hero__heading--sub {
      font-size: 20px;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 639px) {
    .p-industryDetail__hero__heading--sub {
      font-size: 16px; } }

@media print, screen and (min-width: 640px) {
  .p-industryDetail__hero__heading {
    margin-top: 20px;
    font-size: 46px; } }

@media screen and (max-width: 639px) {
  .p-industryDetail__hero__heading {
    font-size: 40px; } }

@media print, screen and (min-width: 640px) {
  .p-industryDetail__hero__picture {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media screen and (max-width: 639px) {
  .p-industryDetail__hero__picture {
    min-height: 0%;
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (max-width: 639px) {
  .p-industryDetail__hero__picture img {
    width: 100%;
    height: auto; } }

.p-industryDetail__zoomMap__outer {
  border-bottom: 1px solid #dfe2e6; }
  @media print, screen and (min-width: 640px) {
    .p-industryDetail__zoomMap__outer {
      padding-bottom: 100px; } }
  @media screen and (max-width: 639px) {
    .p-industryDetail__zoomMap__outer {
      padding-bottom: 60px; } }

@media print, screen and (min-width: 640px) {
  .p-industryDetail__zoomMap__heading {
    text-align: center; } }

@media screen and (max-width: 639px) {
  .p-industryDetail__zoomMap__heading {
    margin: 40px 15px; } }

@media screen and (max-width: 639px) {
  .p-industryDetail__zoomMap {
    position: relative; } }

.p-industryDetail__zoomMap #mapAll {
  margin: 0 auto; }
  @media screen and (max-width: 639px) {
    .p-industryDetail__zoomMap #mapAll {
      zoom: .4; } }
  @media screen and (max-width: 360px) {
    .p-industryDetail__zoomMap #mapAll {
      zoom: .3; } }

.p-productCategory__hero {
  position: relative; }
  @media print, screen and (min-width: 640px) {
    .p-productCategory__hero {
      background-color: #c2daf2; } }

@media print, screen and (min-width: 640px) {
  .p-productCategory__hero__inner {
    position: relative;
    width: 1170px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto; } }

@media screen and (max-width: 639px) {
  .p-productCategory__hero__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media print, screen and (min-width: 640px) {
  .p-productCategory__hero__info {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 610px; } }

@media screen and (max-width: 639px) {
  .p-productCategory__hero__info {
    -ms-flex-order: 2;
    order: 2; } }

.p-productCategory__hero__heading {
  background-color: #111987;
  color: #fff; }
  @media print, screen and (min-width: 640px) {
    .p-productCategory__hero__heading {
      padding: 30px 40px;
      font-size: 36px;
      line-height: 1.3; } }
  @media screen and (max-width: 639px) {
    .p-productCategory__hero__heading {
      width: 100%;
      padding: 14px 16px 14px 56px;
      line-height: 1.3; } }

@media print, screen and (min-width: 640px) {
  .p-productCategory__hero__icon {
    width: 40px;
    height: 40px;
    vertical-align: -7px; } }

@media screen and (max-width: 639px) {
  .p-productCategory__hero__icon {
    position: relative;
    width: 26px;
    height: 26px;
    margin-left: -36px;
    vertical-align: -2px; } }

.p-productCategory__hero__description {
  padding: 25px 40px;
  background-color: rgba(255, 255, 255, 0.85);
  color: #1e2594;
  font-size: 18px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 639px) {
    .p-productCategory__hero__description {
      display: none; } }

@media print, screen and (min-width: 640px) {
  .p-productCategory__hero__picture {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; } }

@media screen and (max-width: 639px) {
  .p-productCategory__hero__picture {
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (max-width: 639px) {
  .p-productCategory__hero__picture img {
    width: 100%; } }

.p-productGcan__service {
  background-color: #fff;
  letter-spacing: -0.5em;
  vertical-align: top; }
  @media print, screen and (min-width: 640px) {
    .p-productGcan__service {
      padding: 20px; } }
  @media screen and (max-width: 639px) {
    .p-productGcan__service {
      margin: 10px 0;
      padding: 10px; } }
  @media screen and (max-width: 639px) {
    .p-productGcan__service:not(:first-child) {
      margin-top: 10px; } }

.p-productGcan__service__title, .p-productGcan__service__thumb, .p-productGcan__service__productname {
  letter-spacing: 0;
  vertical-align: top; }
  @media print, screen and (min-width: 640px) {
    .p-productGcan__service__title, .p-productGcan__service__thumb, .p-productGcan__service__productname {
      display: inline-block; } }

.p-productGcan__service__title {
  color: #fff;
  font-size: 14px;
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .p-productGcan__service__title {
      width: 30%;
      height: 68px;
      border-radius: 50%; } }
  @media screen and (max-width: 639px) {
    .p-productGcan__service__title {
      margin-bottom: 10px; } }
  .p-productGcan__service__title.-card {
    background-color: #56aaaa; }
    @media print, screen and (min-width: 640px) {
      .p-productGcan__service__title.-card {
        padding: 12px 0; } }
    @media screen and (max-width: 639px) {
      .p-productGcan__service__title.-card {
        padding: 4px 0;
        background-color: #56aaaa;
        line-height: 1.3; } }
  .p-productGcan__service__title.-emoney {
    background-color: #7e9cd8; }
    @media print, screen and (min-width: 640px) {
      .p-productGcan__service__title.-emoney {
        line-height: 68px; } }
    @media screen and (max-width: 639px) {
      .p-productGcan__service__title.-emoney {
        padding: 5px 0; } }

@media print, screen and (min-width: 640px) {
  .p-productGcan__service__thumb {
    width: 28%;
    text-align: center; } }

@media screen and (max-width: 639px) {
  .p-productGcan__service__thumb {
    display: inline-block; } }

@media print, screen and (min-width: 640px) {
  .p-productGcan__service__productname {
    width: 42%; } }

@media screen and (max-width: 639px) {
  .p-productGcan__service__productname {
    display: inline-block;
    font-size: 12px; } }

@media print, screen and (min-width: 640px) {
  .p-caseDetail__hero {
    position: relative;
    background-color: #f5f6fa; } }

.p-caseDetail__hero.-noPicture {
  background-color: #f5f6fa; }

@media print, screen and (min-width: 640px) {
  .p-caseDetail__hero__inner {
    height: 280px; } }

@media print, screen and (min-width: 640px) {
  .p-caseDetail__hero__heading__outer {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px 30px 30px;
    background-color: rgba(255, 255, 255, 0.85);
    vertical-align: middle; } }

@media screen and (max-width: 639px) {
  .p-caseDetail__hero__heading__outer {
    padding: 15px; } }

.p-caseDetail__hero__description {
  color: #495881;
  letter-spacing: 0.1em; }
  @media print, screen and (min-width: 640px) {
    .p-caseDetail__hero__description {
      margin-top: 10px;
      font-size: 20px; } }
  @media screen and (max-width: 639px) {
    .p-caseDetail__hero__description {
      margin-top: 5px;
      font-size: 15px; } }

@media print, screen and (min-width: 640px) {
  .p-caseDetail__hero__picture__outer {
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media screen and (max-width: 639px) {
  .p-caseDetail__hero__picture {
    max-width: 100%; } }

@media print, screen and (min-width: 640px) {
  .p-caseDetail__leadBlock__inner {
    width: 1170px;
    margin: 60px auto; } }

@media screen and (max-width: 639px) {
  .p-caseDetail__leadBlock__picture {
    margin-top: 0;
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (max-width: 639px) {
  .p-caseDetail__leadBlock__description {
    margin: 20px 15px 0;
    -ms-flex-order: 2;
    order: 2; } }

@media print, screen and (min-width: 640px) {
  .p-caseDetail__contentsBlock .c-013:not(:first-child) {
    margin-top: 120px; } }

.p-caseDetail__voice {
  background-color: #f5f6fa; }
  @media print, screen and (min-width: 640px) {
    .p-caseDetail__voice {
      padding: 60px 0; } }
  @media screen and (max-width: 639px) {
    .p-caseDetail__voice {
      padding: 45px 0 50px; } }

.p-caseDetail__profile {
  border-top: 1px solid #dfe2e6; }

@media print, screen and (min-width: 640px) {
  .p-caseDetail__profile__head {
    margin: 60px 0;
    text-align: center;
    letter-spacing: -0.5em; } }

@media screen and (max-width: 639px) {
  .p-caseDetail__profile__head {
    margin-bottom: 20px; } }

@media print, screen and (min-width: 640px) {
  .p-caseDetail__profile__title {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: middle; } }

@media print, screen and (min-width: 640px) {
  .p-caseDetail__profile__picture {
    display: inline-block;
    margin-left: 30px;
    letter-spacing: 0;
    vertical-align: middle; } }

@media screen and (max-width: 639px) {
  .p-caseDetail__profile__picture img {
    max-width: 100%; } }

.p-caseDetail__profile__heading {
  margin-bottom: 20px;
  color: #002773;
  line-height: 1; }
  @media print, screen and (min-width: 640px) {
    .p-caseDetail__profile__heading {
      font-size: 24px; } }
  @media screen and (max-width: 639px) {
    .p-caseDetail__profile__heading {
      font-size: 18px; } }

.p-case__lead {
  line-height: 1.7; }
  @media print, screen and (min-width: 640px) {
    .p-case__lead {
      margin: 60px 0 40px;
      letter-spacing: 0.02em; } }
  @media screen and (max-width: 639px) {
    .p-case__lead {
      margin: 45px 0 20px; } }

@media print, screen and (min-width: 640px) {
  .p-case__heading {
    margin: 40px 0 20px; } }

@media screen and (max-width: 639px) {
  .p-case__heading {
    margin: 20px 0 10px; } }

.p-case__latest__list__outer {
  background-color: #f5f6fa; }
  @media print, screen and (min-width: 640px) {
    .p-case__latest__list__outer {
      padding: 30px; } }
  @media screen and (max-width: 639px) {
    .p-case__latest__list__outer {
      margin: 0 -15px;
      padding: 15px 15px 20px; } }

.p-case__latest__list {
  overflow: hidden; }

.p-case__latest__item {
  float: left;
  width: 100%;
  outline: none; }
  @media print, screen and (min-width: 640px) {
    .p-case__latest__item {
      border: 5px solid #8f9bb2;
      background-color: #fff; } }

@media print, screen and (min-width: 640px) {
  .p-case__latest__picture {
    display: inline-block;
    width: 49%;
    letter-spacing: 0; } }

@media screen and (max-width: 639px) {
  .p-case__latest__picture {
    border: 3px solid #8f9bb2; } }

.p-case__latest__picture img {
  max-width: 100%; }

.p-case__latest__link {
  display: block; }
  @media print, screen and (min-width: 640px) {
    .p-case__latest__link {
      letter-spacing: -0.5em; } }

@media print, screen and (min-width: 640px) {
  .p-case__latest__text {
    display: inline-block;
    width: 51%;
    padding: 30px;
    letter-spacing: 0;
    vertical-align: top; } }

.p-case__latest__category {
  float: left;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background-color: #fff;
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .p-case__latest__category {
      width: 130px;
      height: 25px;
      margin-bottom: 36px;
      font-size: 12px;
      line-height: 23px; } }
  @media screen and (max-width: 639px) {
    .p-case__latest__category {
      width: 40%;
      height: 23px;
      margin: 13px 0;
      font-size: 12px;
      line-height: 21px; } }

.p-case__latest__date {
  float: right;
  color: #4a4b4c; }
  @media print, screen and (min-width: 640px) {
    .p-case__latest__date {
      margin: 10px 0 36px;
      font-size: 12px; } }
  @media screen and (max-width: 639px) {
    .p-case__latest__date {
      margin: 20px 0 13px;
      font-size: 9px; } }

.p-case__latest__companyname {
  clear: both;
  letter-spacing: 0.02em; }
  @media print, screen and (min-width: 640px) {
    .p-case__latest__companyname {
      margin-bottom: 20px;
      font-size: 20px; } }
  @media screen and (max-width: 639px) {
    .p-case__latest__companyname {
      margin-bottom: 8px;
      font-size: 24px; } }

.p-case__latest__emphasis {
  margin-right: 10px;
  color: #333;
  font-weight: bold; }
  @media print, screen and (min-width: 640px) {
    .p-case__latest__emphasis {
      font-size: 32px; } }

.p-case__latest__control__outer {
  position: relative;
  letter-spacing: -0.5em;
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .p-case__latest__control__outer {
      margin-top: 30px; } }
  @media screen and (max-width: 639px) {
    .p-case__latest__control__outer {
      margin-top: 15px;
      min-height: 56px; } }

.p-case__latest__control {
  display: inline-block;
  background-color: #5b9ccb;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  transition: .4s all; }
  @media print, screen and (min-width: 640px) {
    .p-case__latest__control {
      width: 45px;
      height: 45px;
      border-radius: 4px;
      line-height: 45px; } }
  @media screen and (max-width: 639px) {
    .p-case__latest__control {
      position: absolute;
      top: 0;
      width: 56px;
      height: 56px;
      border-radius: 2px;
      line-height: 56px; } }
  .p-case__latest__control:hover {
    opacity: .7; }
  .p-case__latest__control::before {
    display: inline-block;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    content: ""; }
    @media print, screen and (min-width: 640px) {
      .p-case__latest__control::before {
        width: 14px;
        height: 14px;
        vertical-align: -1px; } }
    @media screen and (max-width: 639px) {
      .p-case__latest__control::before {
        width: 16px;
        height: 16px;
        vertical-align: -2px; } }
  @media print, screen and (min-width: 640px) {
    .p-case__latest__control.-prev {
      margin-right: 30px; } }
  @media screen and (max-width: 639px) {
    .p-case__latest__control.-prev {
      left: 0; } }
  .p-case__latest__control.-prev::before {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    @media print, screen and (min-width: 640px) {
      .p-case__latest__control.-prev::before {
        margin-left: 5px; } }
    @media screen and (max-width: 639px) {
      .p-case__latest__control.-prev::before {
        margin-left: 6px; } }
  @media print, screen and (min-width: 640px) {
    .p-case__latest__control.-next {
      margin-left: 30px; } }
  @media screen and (max-width: 639px) {
    .p-case__latest__control.-next {
      right: 0; } }
  .p-case__latest__control.-next::before {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-right: 5px; }

.p-case__latest__dots {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 639px) {
    .p-case__latest__dots {
      line-height: 56px; } }

.p-case__latest__dots li {
  display: inline-block; }
  @media print, screen and (min-width: 640px) {
    .p-case__latest__dots li {
      height: 12px;
      vertical-align: -4px; } }
  @media screen and (max-width: 639px) {
    .p-case__latest__dots li {
      height: 13px;
      vertical-align: middle; } }
  @media print, screen and (min-width: 640px) {
    .p-case__latest__dots li:not(:first-child) {
      margin-left: 15px; } }
  @media screen and (max-width: 639px) {
    .p-case__latest__dots li:not(:first-child) {
      margin-left: 20px; } }

.p-case__latest__dots button {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  border-radius: 110%;
  background-color: #ccc;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media print, screen and (min-width: 640px) {
    .p-case__latest__dots button {
      width: 12px;
      height: 12px; } }
  @media screen and (max-width: 639px) {
    .p-case__latest__dots button {
      width: 13px;
      height: 13px; } }

.slick-active button {
  background-color: #5b9ccb; }

.p-case__search__list {
  background-color: #f5f6fa;
  letter-spacing: -0.5em; }
  @media print, screen and (min-width: 640px) {
    .p-case__search__list {
      padding: 30px; } }
  @media screen and (max-width: 639px) {
    .p-case__search__list {
      margin: 0 -15px;
      padding: 15px; } }

.p-case__search__item {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top; }
  @media screen and (max-width: 639px) {
    .p-case__search__item {
      width: 48%; } }
  @media screen and (max-width: 639px) {
    .p-case__search__item:nth-child(2n) {
      margin-left: 4%; } }
  @media screen and (max-width: 639px) {
    .p-case__search__item:nth-child(n+3) {
      margin-top: 4%; } }
  @media print, screen and (min-width: 640px) {
    .p-case__search__item:not(:nth-child(6n)) {
      margin-right: 16px; } }
  @media print, screen and (min-width: 640px) {
    .p-case__search__item:nth-child(n+7) {
      margin-top: 16px; } }

.p-case__search__link {
  display: block;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  transition: .4s all; }
  @media print, screen and (min-width: 640px) {
    .p-case__search__link {
      width: 170px;
      height: 34px;
      font-size: 14px;
      line-height: 32px; } }
  @media screen and (max-width: 639px) {
    .p-case__search__link {
      height: 35px;
      font-size: 16px;
      line-height: 33px; } }
  .p-case__search__link:hover {
    background-color: #cde2f1;
    color: #485b67; }
  .p-case__search__link.is-selected {
    border: none;
    box-shadow: none;
    background-color: #cde2f1;
    color: #485b67;
    line-height: 34px; }

@media screen and (max-width: 639px) {
  .p-case__list {
    margin: 20px 0 0; } }

@media screen and (max-width: 639px) {
  .p-case__item {
    margin-top: 0;
    padding: 13px 0; } }

@media screen and (max-width: 639px) {
  .p-case__item:not(:first-child) {
    border-top: 1px solid #d9d9d9; } }

@media print, screen and (min-width: 640px) {
  .p-case__info {
    margin-bottom: 10px; } }

.p-case__category {
  float: left;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background-color: #fff;
  font-weight: bold;
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .p-case__category {
      width: 130px;
      height: 25px;
      font-size: 12px;
      line-height: 23px; } }
  @media screen and (max-width: 639px) {
    .p-case__category {
      width: 40%;
      height: 23px;
      font-size: 12px;
      line-height: 21px; } }
  .p-case__category.is-selected {
    border: none;
    background-color: #cde2f1;
    color: #485b67;
    line-height: 25px; }

.p-case__date {
  float: right;
  margin-top: 10px;
  color: #4a4b4c; }
  @media print, screen and (min-width: 640px) {
    .p-case__date {
      font-size: 12px; } }
  @media screen and (max-width: 639px) {
    .p-case__date {
      font-size: 9px; } }

@media screen and (max-width: 639px) {
  .p-case__picture {
    display: none; } }

@media screen and (max-width: 639px) {
  .p-case__companyname {
    font-size: 18px; } }

@media screen and (max-width: 639px) {
  .p-case__companyname::after {
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
    background-size: 6px auto;
    vertical-align: 2px;
    content: ""; } }

.p-case__description {
  height: 63px;
  height: 6.3rem;
  overflow: hidden; }

.p-case__more {
  display: block;
  border-top: solid #111987;
  color: #002773;
  text-align: center;
  cursor: pointer; }
  @media print, screen and (min-width: 640px) {
    .p-case__more {
      margin-bottom: 50px;
      padding: 15px 0;
      border-top-width: 2px; } }
  @media screen and (max-width: 639px) {
    .p-case__more {
      margin-bottom: 30px;
      padding: 12px 0;
      border-top-width: 1px; } }
  .p-case__more:hover {
    background-color: #dae1f2; }
  .p-case__more::after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    @media print, screen and (min-width: 640px) {
      .p-case__more::after {
        display: inline-block;
        width: 6px;
        height: 10px;
        background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
        background-size: 6px auto;
        vertical-align: 2px;
        content: "";
        margin-left: 10px;
        vertical-align: 0; } }
    @media screen and (max-width: 639px) {
      .p-case__more::after {
        display: inline-block;
        width: 5px;
        height: 10px;
        background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
        background-size: 5px auto;
        vertical-align: 2px;
        content: "";
        margin-left: 5px;
        vertical-align: 0px; } }

@media print, screen and (min-width: 640px) {
  .p-supportTop__fast {
    margin: 60px 0 32px; } }

@media screen and (max-width: 639px) {
  .p-supportTop__fast img {
    width: 100%; } }

.p-supportTop__contact__inner {
  background-color: #001847;
  color: #fff; }
  @media print, screen and (min-width: 640px) {
    .p-supportTop__contact__inner {
      padding: 23px 30px; } }
  @media screen and (max-width: 639px) {
    .p-supportTop__contact__inner {
      padding: 15px; } }

.p-supportTop__contact__notice {
  border: none;
  background-color: #fff;
  color: #d71a39; }

.p-supportTop__contact__tel__outer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.p-supportTop__contact__tel__number::before {
  margin-right: 5px;
  background: url(/files/user/support/images/top/icon-freedial.svg) no-repeat center center;
  background-size: 100% auto; }
  @media print, screen and (min-width: 640px) {
    .p-supportTop__contact__tel__number::before {
      vertical-align: -3px; } }
  @media screen and (max-width: 639px) {
    .p-supportTop__contact__tel__number::before {
      vertical-align: middle; } }

.p-supportTop__service__title {
  color: #002773;
  line-height: 1;
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .p-supportTop__service__title {
      margin: 60px 0 30px;
      font-size: 32px; } }
  @media screen and (max-width: 639px) {
    .p-supportTop__service__title {
      margin: 50px 0 20px;
      font-size: 24px; } }

@media print, screen and (min-width: 640px) {
  .p-supportTop__service__basic {
    letter-spacing: -0.5em; } }

.p-supportTop__service__basic__item {
  border: 1px solid #d3d8e0;
  background-color: #fff; }
  @media print, screen and (min-width: 640px) {
    .p-supportTop__service__basic__item {
      display: inline-block;
      padding: 30px 30px 20px;
      letter-spacing: 0;
      vertical-align: top; }
      .p-supportTop__service__basic__item:not(:nth-child(3n+1)) {
        margin-left: 30px; } }
  @media screen and (max-width: 639px) {
    .p-supportTop__service__basic__item {
      margin-top: 20px;
      padding: 20px 15px; } }

.p-supportTop__service__basic__title {
  font-size: 20px; }
  @media print, screen and (min-width: 640px) {
    .p-supportTop__service__basic__title {
      padding-bottom: 20px;
      border-bottom: 2px solid #003994; } }
  @media screen and (max-width: 639px) {
    .p-supportTop__service__basic__title {
      padding-bottom: 20px;
      border-bottom: 1px solid #003994; } }

.p-supportTop__service__basic__link {
  color: #002773; }
  @media screen and (max-width: 639px) {
    .p-supportTop__service__basic__link {
      font-weight: bold; } }
  .p-supportTop__service__basic__link:hover {
    color: #3d6dcc; }
  @media print, screen and (min-width: 640px) {
    .p-supportTop__service__basic__link::after {
      display: inline-block;
      width: 8px;
      height: 14px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
      background-size: 8px auto;
      vertical-align: 2px;
      content: "";
      margin-left: 8px; } }
  @media screen and (max-width: 639px) {
    .p-supportTop__service__basic__link::after {
      display: inline-block;
      width: 11px;
      height: 18px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
      background-size: 11px auto;
      vertical-align: 2px;
      content: "";
      margin-left: 8px;
      vertical-align: -2px; } }

.p-supportTop__service__basic__icon {
  display: inline-block;
  width: 33px;
  height: 33px; }
  @media print, screen and (min-width: 640px) {
    .p-supportTop__service__basic__icon {
      margin-right: 20px;
      vertical-align: -4px; } }
  @media screen and (max-width: 639px) {
    .p-supportTop__service__basic__icon {
      margin-right: 12px;
      vertical-align: bottom; } }
  .p-supportTop__service__basic__icon.-block01 {
    background: url(/files/user/support/images/top/icon-agreement.png) no-repeat left center; }
  .p-supportTop__service__basic__icon.-block02 {
    background: url(/files/user/support/images/top/icon-spot.png) no-repeat left center; }
  .p-supportTop__service__basic__icon.-block03 {
    background: url(/files/user/support/images/top/icon-system.png) no-repeat left center; }

.p-supportTop__service__basic__contract {
  display: inline-block;
  border: 1px solid;
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .p-supportTop__service__basic__contract {
      width: 100px;
      height: 19px;
      margin: 10px 0 15px;
      font-size: 12px;
      line-height: 19px; } }
  @media screen and (max-width: 639px) {
    .p-supportTop__service__basic__contract {
      width: 100px;
      height: 20px;
      margin: 10px 0 15px;
      font-size: 11px;
      line-height: 20px; } }
  .p-supportTop__service__basic__contract.-necessary {
    border-color: #c00;
    background-color: #faefed;
    color: #c00; }
  .p-supportTop__service__basic__contract.-noRequire {
    border-color: #096;
    background-color: #f2fffb;
    color: #096; }

.p-supportTop__service__basic__description {
  color: #5c5f66; }
  @media print, screen and (min-width: 640px) {
    .p-supportTop__service__basic__description {
      font-size: 14px; } }

.p-supportTop__service__option {
  border: 1px solid #d3d8e0;
  background-color: #fff; }
  @media print, screen and (min-width: 640px) {
    .p-supportTop__service__option {
      padding: 30px 0;
      letter-spacing: -0.5em; } }
  @media screen and (max-width: 639px) {
    .p-supportTop__service__option {
      padding: 30px 15px;
      line-height: 1.75; } }

@media print, screen and (min-width: 640px) {
  .p-supportTop__service__option__item {
    display: inline-block;
    letter-spacing: 0; }
    .p-supportTop__service__option__item:nth-child(3n+1) {
      padding-left: 30px; }
    .p-supportTop__service__option__item:not(:nth-child(3n+1)) {
      margin-left: 30px; }
    .p-supportTop__service__option__item:nth-child(n+4) {
      margin-top: 30px; } }

.p-supportTop__service__option__link {
  color: #002773;
  font-size: 18px; }
  .p-supportTop__service__option__link:hover {
    color: #3d6dcc; }
  .p-supportTop__service__option__link::after {
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
    background-size: 6px auto;
    vertical-align: 2px;
    content: "";
    margin-left: 8px; }

.p-supportDetail__flow {
  border: solid #f1f2f8; }
  @media print, screen and (min-width: 640px) {
    .p-supportDetail__flow {
      border-width: 30px; } }
  @media screen and (max-width: 639px) {
    .p-supportDetail__flow {
      border-width: 10px; } }

.p-newsDetail__head {
  display: -ms-flexbox;
  display: flex; }

.p-newsDetail__category {
  border: 1px solid #dfe4ed;
  background-color: #fff;
  color: #5c5f66;
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .p-newsDetail__category {
      width: 180px;
      height: 30px;
      line-height: 30px; } }
  @media screen and (max-width: 639px) {
    .p-newsDetail__category {
      min-width: 100px;
      height: 20px;
      line-height: 20px; } }

.p-newsDetail__date {
  -ms-flex-positive: 1;
  flex-grow: 1; }

@media print, screen and (min-width: 640px) {
  .p-newsDetail__headText {
    margin-top: 30px; } }

@media screen and (max-width: 639px) {
  .p-newsDetail__headText {
    margin-top: 20px; } }

@media print, screen and (min-width: 640px) {
  .p-newsDetail__title + .c-013 {
    margin-top: -60px; } }

@media screen and (max-width: 639px) {
  .p-newsDetail__title {
    margin-bottom: 15px; } }

.p-newsDetail__contact {
  border: 2px solid #d9d9d9;
  background-color: #f1f1f1; }
  @media print, screen and (min-width: 640px) {
    .p-newsDetail__contact {
      padding: 32px; } }
  @media screen and (max-width: 639px) {
    .p-newsDetail__contact {
      padding: 16px; } }
  .p-newsDetail__contact__title {
    margin-bottom: 15px;
    font-weight: bold; }
    @media print, screen and (min-width: 640px) {
      .p-newsDetail__contact__title:not(:first-of-type) {
        margin-top: 30px; } }
    @media screen and (max-width: 639px) {
      .p-newsDetail__contact__title:not(:first-of-type) {
        margin-top: 20px; } }
  @media print, screen and (min-width: 640px) {
    .p-newsDetail__contact + * {
      margin-top: 20px; } }
  @media screen and (max-width: 639px) {
    .p-newsDetail__contact + * {
      margin-top: 10px; } }
  .p-newsDetail__contact li {
    margin-bottom: 5px; }

.p-newsDetail__note li {
  display: table;
  width: 100%;
  margin-bottom: 10px; }
  .p-newsDetail__note li > div {
    display: table-cell; }
    @media print, screen and (min-width: 640px) {
      .p-newsDetail__note li > div:first-child {
        width: 5%; } }
    @media screen and (max-width: 639px) {
      .p-newsDetail__note li > div:first-child {
        width: 12%; } }

.p-newsDetail__summary__heading {
  font-weight: normal;
  vertical-align: top; }
  @media print, screen and (min-width: 640px) {
    .p-newsDetail__summary__heading {
      width: 100px; } }
  @media screen and (max-width: 639px) {
    .p-newsDetail__summary__heading {
      width: 28%; } }
  .p-newsDetail__summary__heading::after {
    display: inline-block;
    float: right;
    content: "："; }

.p-company__linkList {
  background-color: #f2f2f2; }
  @media print, screen and (min-width: 640px) {
    .p-company__linkList {
      margin: 40px 0;
      padding: 30px;
      letter-spacing: -0.5em; } }
  @media screen and (max-width: 639px) {
    .p-company__linkList {
      margin: 20px 0;
      padding: 10px; } }

@media print, screen and (min-width: 640px) {
  .p-company__linkList__item {
    display: inline-block;
    width: 420px;
    letter-spacing: 0; } }

@media print, screen and (min-width: 640px) {
  .p-company__linkList__item:nth-child(2n) {
    margin-left: 30px; } }

@media screen and (max-width: 639px) {
  .p-company__linkList__item:nth-child(n+2) {
    margin-top: 10px; } }

.p-company__linkList__link {
  display: block;
  padding: 10px;
  border: solid #d9d9d9;
  background-color: #fff;
  color: #002773;
  transition: .4s all; }
  @media print, screen and (min-width: 640px) {
    .p-company__linkList__link {
      border-width: 2px;
      font-size: 24px; } }
  @media screen and (max-width: 639px) {
    .p-company__linkList__link {
      border-width: 1px;
      font-size: 18px; } }
  .p-company__linkList__link:hover {
    opacity: .7; }
  .p-company__linkList__link::after {
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
    background-size: 8px auto;
    vertical-align: 2px;
    content: "";
    margin-left: 10px; }
    @media screen and (max-width: 639px) {
      .p-company__linkList__link::after {
        vertical-align: 0; } }

.p-company__linkList__picture {
  vertical-align: middle; }
  @media print, screen and (min-width: 640px) {
    .p-company__linkList__picture {
      margin-right: 20px; } }
  @media screen and (max-width: 639px) {
    .p-company__linkList__picture {
      margin-right: 10px; } }

@media print, screen and (min-width: 640px) {
  .p-library__search {
    margin-top: 40px; } }

@media screen and (max-width: 639px) {
  .p-library__info {
    margin-bottom: 10px; } }

@media print, screen and (min-width: 639px) {
  .p-library__modal {
    width: 680px;
    padding: 30px; } }

@media screen and (max-width: 639px) {
  .p-library__modal {
    margin-top: 40px; } }

.p-library__modal.is-active {
  display: block; }

@media print, screen and (min-width: 640px) {
  .p-library__video {
    text-align: center; } }

@media screen and (max-width: 639px) {
  .p-library__video {
    position: relative;
    height: 0;
    padding-top: 56.25%; } }

@media screen and (max-width: 639px) {
  .p-library__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; } }

.p-library__more[data-disabled='disabled'] {
  display: none; }

.p-library__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 102, 102, 0.9);
  z-index: 9; }

.p-library__close {
  width: 25px;
  margin: 0 0 10px auto;
  color: #001847;
  font-family: Arial, sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer; }

.is-overflow-y .l-container--main {
  position: static; }

@media print, screen and (min-width: 640px) {
  .p-irTop__menu {
    margin: 60px auto;
    letter-spacing: -0.5em; } }

@media screen and (max-width: 639px) {
  .p-irTop__menu {
    margin: 45px auto 60px; } }

@media print, screen and (min-width: 640px) {
  .p-irTop__menu__item {
    display: inline-block;
    height: 280px;
    letter-spacing: 0;
    vertical-align: top; }
    .p-irTop__menu__item:not(:nth-child(3n+1)) {
      margin-left: 30px; } }

@media screen and (max-width: 639px) {
  .p-irTop__menu__item {
    margin-top: 45px; } }

.p-irTop__menu__link {
  display: block;
  position: relative;
  text-align: center;
  transition: .4s all; }
  .p-irTop__menu__link:hover {
    opacity: .7; }

.p-irTop__menu__picture {
  max-width: 100%; }

.p-irTop__menu__title {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(0, 24, 71, 0.8);
  color: #fff;
  font-weight: bold;
  font-size: 20px; }
  .p-irTop__menu__title::after {
    display: inline-block;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    vertical-align: 3px;
    content: ""; }

@media print, screen and (min-width: 640px) {
  .p-irTop__menu__document {
    height: 100%;
    padding: 26px 0 20px;
    border-top: 3px solid #002773;
    border-bottom: 3px solid #002773; } }

@media screen and (max-width: 639px) {
  .p-irTop__menu__document {
    padding: 15px 0;
    border-top: 2px solid #002773;
    border-bottom: 2px solid #002773; } }

.p-irTop__menu__document__heading {
  color: #002773;
  line-height: 1; }
  @media print, screen and (min-width: 640px) {
    .p-irTop__menu__document__heading {
      margin-bottom: 28px;
      font-size: 40px; } }
  @media screen and (max-width: 639px) {
    .p-irTop__menu__document__heading {
      margin-bottom: 18px;
      font-size: 30px; } }

.p-irTop__menu__document__item:not(:first-child) {
  margin-top: 10px; }

.p-irTop__menu__document__link {
  display: inline-block;
  position: relative;
  color: #002773; }
  @media print, screen and (min-width: 640px) {
    .p-irTop__menu__document__link {
      padding-left: 14px; } }
  @media screen and (max-width: 639px) {
    .p-irTop__menu__document__link {
      padding-left: 10px; } }
  .p-irTop__menu__document__link:hover {
    color: #3d6dcc; }
  @media print, screen and (min-width: 640px) {
    .p-irTop__menu__document__link::before {
      position: absolute;
      top: 6px;
      left: 0;
      display: inline-block;
      width: 6px;
      height: 10px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
      background-size: 6px auto;
      vertical-align: 2px;
      content: ""; } }
  @media screen and (max-width: 639px) {
    .p-irTop__menu__document__link::before {
      position: absolute;
      top: 6px;
      left: 0;
      display: inline-block;
      width: 5px;
      height: 10px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
      background-size: 5px auto;
      vertical-align: 2px;
      content: ""; } }
  .p-irTop__menu__document__link.-pdf::after {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 17px;
    background: url(/files/user/images/common/icon-pdf.png) no-repeat left center;
    background-size: auto 100%;
    content: ""; }

.p-irTop__menu__document__size {
  margin: 0 4px;
  color: #666; }
  @media print, screen and (min-width: 640px) {
    .p-irTop__menu__document__size {
      font-size: 12px; } }
  @media screen and (max-width: 639px) {
    .p-irTop__menu__document__size {
      font-size: 9px; } }

@media print, screen and (min-width: 640px) {
  .p-irTop__news {
    border-bottom: none; } }

@media print, screen and (min-width: 640px) {
  .p-irTop__calendar {
    padding: 60px 0; } }

@media screen and (max-width: 639px) {
  .p-irTop__calendar {
    padding: 45px 15px 60px; } }

.p-irTop__calendar__picture {
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .p-irTop__calendar__picture {
      margin: 60px 0 0; } }
  @media screen and (max-width: 639px) {
    .p-irTop__calendar__picture {
      margin: 45px 0 60px; } }
  .p-irTop__calendar__picture img {
    max-width: 100%; }

@media print, screen and (min-width: 640px) {
  .p-irTop__linkmap {
    letter-spacing: -0.5em; } }

@media print, screen and (min-width: 640px) {
  .p-irTop__linkmap__list {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top; }
    .p-irTop__linkmap__list:not(:first-child) {
      margin-left: 30px; } }

.p-irTop__linkmap__item {
  border-top: 1px solid #001847; }
  @media print, screen and (min-width: 640px) {
    .p-irTop__linkmap__item {
      padding: 15px 0 40px; } }
  @media screen and (max-width: 639px) {
    .p-irTop__linkmap__item {
      padding: 15px 0 30px; } }

.p-irTop__linkmap__link {
  color: #002773;
  font-size: 20px; }
  .p-irTop__linkmap__link:hover {
    color: #3d6dcc; }
  @media print, screen and (min-width: 640px) {
    .p-irTop__linkmap__link::after {
      display: inline-block;
      width: 8px;
      height: 16px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
      background-size: 8px auto;
      vertical-align: 2px;
      content: "";
      margin-left: 8px;
      vertical-align: 0; } }
  @media screen and (max-width: 639px) {
    .p-irTop__linkmap__link::after {
      display: inline-block;
      width: 5px;
      height: 10px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
      background-size: 5px auto;
      vertical-align: 2px;
      content: "";
      margin-left: 5px;
      vertical-align: 2px; } }

.p-irTop__linkmap__child__item {
  border-top: 1px solid #d9d9d9; }
  @media print, screen and (min-width: 640px) {
    .p-irTop__linkmap__child__item {
      margin-top: 10px;
      padding: 10px 16px 0; } }
  @media screen and (max-width: 639px) {
    .p-irTop__linkmap__child__item {
      padding: 15px 8px; } }
  @media screen and (max-width: 639px) {
    .p-irTop__linkmap__child__item:first-of-type {
      margin-top: 15px; } }
  @media screen and (max-width: 639px) {
    .p-irTop__linkmap__child__item::after {
      display: inline-block;
      width: 5px;
      height: 10px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
      background-size: 5px auto;
      vertical-align: 2px;
      content: "";
      margin-left: 5px;
      vertical-align: 0; } }

.p-irTop__linkmap__child__link {
  color: #002773; }
  .p-irTop__linkmap__child__link:hover {
    color: #3d6dcc; }
  @media print, screen and (min-width: 640px) {
    .p-irTop__linkmap__child__link::after {
      display: inline-block;
      width: 6px;
      height: 10px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
      background-size: 6px auto;
      vertical-align: 2px;
      content: "";
      margin-left: 8px;
      vertical-align: 1px; } }

.p-irTop__banner {
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .p-irTop__banner {
      padding: 40px 0; } }
  @media screen and (max-width: 639px) {
    .p-irTop__banner {
      padding: 45px 0 60px; } }
  .p-irTop__banner:not(:first-of-type) {
    border-top: 1px solid #dfe2e6; }

.p-irTop__banner__picture img {
  max-width: 100%; }
  @media screen and (max-width: 639px) {
    .p-irTop__banner__picture img {
      width: 100%; } }

.p-irTop__banner__picture a {
  display: inline-block;
  transition: .4s all; }
  .p-irTop__banner__picture a:hover {
    opacity: .7; }

@media screen and (max-width: 639px) {
  .p-irTop__banner__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media print, screen and (min-width: 640px) {
  .p-irTop__banner__item {
    display: inline-block;
    vertical-align: top;
    width: 270px; }
    .p-irTop__banner__item:not(:first-of-type) {
      margin-left: 20px; } }

@media screen and (max-width: 639px) {
  .p-irTop__banner__item {
    width: 48%; }
    .p-irTop__banner__item:nth-of-type(2n) {
      margin-left: 4%; }
    .p-irTop__banner__item:nth-of-type(n+3) {
      margin-top: 20px; } }

.p-irTop__banner__link__outer {
  margin-top: 10px; }
  .p-irTop__banner__item .p-irTop__banner__link__outer {
    text-align: left; }

.p-irTop__banner__link {
  color: #002773; }
  .p-irTop__banner__link:hover {
    color: #3d6dcc; }
  .p-irTop__banner__link::after {
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-left: 4px;
    background: url(/files/user/images/common/icon-blank.png) no-repeat left center;
    content: ""; }

@media print, screen and (min-width: 640px) {
  .p-irManagement__list {
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media print, screen and (min-width: 640px) {
  .p-irManagement__item {
    display: inline-block;
    width: 450px;
    padding: 20px 0;
    border-top: 2px solid #004080; }
    .p-irManagement__item:nth-of-type(2n) {
      margin-left: 30px; }
    .p-irManagement__item:nth-of-type(n+3) {
      margin-top: 30px; } }

@media screen and (max-width: 639px) {
  .p-irManagement__item {
    padding: 15px 0;
    border-top: 1px solid #004080; }
    .p-irManagement__item:not(:first-of-type) {
      margin-top: 15px; } }

.p-irManagement__link {
  display: block; }

.p-irManagement__title {
  margin-bottom: 15px;
  color: #002773; }
  @media print, screen and (min-width: 640px) {
    .p-irManagement__title {
      font-size: 20px; } }
  @media screen and (max-width: 639px) {
    .p-irManagement__title {
      font-size: 18px; } }
  .p-irManagement__title::after {
    display: inline-block;
    background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
    vertical-align: 2px;
    content: ""; }
    @media print, screen and (min-width: 640px) {
      .p-irManagement__title::after {
        width: 8px;
        height: 14px;
        background-size: 8px auto;
        margin-left: 8px; } }
    @media screen and (max-width: 639px) {
      .p-irManagement__title::after {
        width: 6px;
        height: 10px;
        background-size: 6px auto;
        margin-left: 6px; } }
  .p-irManagement__link:hover .p-irManagement__title {
    color: #3d6dcc; }
  .p-irManagement__title .p-irManagement__link {
    display: inline-block; }
    .p-irManagement__title .p-irManagement__link:hover {
      color: #3d6dcc; }

.p-irManagement__picture {
  display: table-cell;
  vertical-align: top; }
  @media print, screen and (min-width: 640px) {
    .p-irManagement__picture {
      max-width: 210px;
      padding-right: 20px; } }
  @media screen and (max-width: 639px) {
    .p-irManagement__picture {
      max-width: 165px;
      padding-right: 15px; } }
  .p-irManagement__picture--sm {
    width: 95px; }

.p-irManagement__description {
  display: table-cell;
  font-size: 14px; }

@media print, screen and (min-width: 640px) {
  .p-irFinancial__heading {
    margin-bottom: 50px; } }

@media screen and (max-width: 639px) {
  .p-irFinancial__heading {
    margin-bottom: 30px; } }

@media print, screen and (min-width: 640px) {
  .p-irFinancial__outer:not(:first-of-type) {
    margin-top: 60px; } }

@media screen and (max-width: 639px) {
  .p-irFinancial__outer:not(:first-of-type) {
    margin-top: 45px; } }

.p-irFinancial__subHeading {
  color: #002773; }
  @media print, screen and (min-width: 640px) {
    .p-irFinancial__subHeading {
      margin-bottom: 40px;
      font-size: 32px; } }
  @media screen and (max-width: 639px) {
    .p-irFinancial__subHeading {
      margin-bottom: 20px;
      font-size: 26px; } }

.p-irFinancial__icon--blank {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 4px;
  background: url(/files/user/images/common/icon-blank.png) no-repeat left center;
  content: ""; }

.p-irFinancial__icon--audio {
  display: inline-block;
  width: 16px;
  height: 17px;
  margin-left: 4px;
  vertical-align: middle;
  background: url(/files/user/images/common/icon-audio.svg) no-repeat left center;
  content: ""; }

.p-irFinancial__qa {
  display: none; }
  @media print, screen and (min-width: 640px) {
    .p-irFinancial__qa {
      width: 680px; } }

.p-irFinancial__qa__heading {
  border-bottom: 1px solid #dfe4ed;
  color: #002773; }
  @media print, screen and (min-width: 640px) {
    .p-irFinancial__qa__heading {
      margin: 0 -35px 20px;
      padding: 0 35px 16px;
      font-size: 16px; } }
  @media screen and (max-width: 639px) {
    .p-irFinancial__qa__heading {
      margin: 0 -18px 10px;
      padding: 5px 40px 10px 18px;
      font-size: 14px; } }

.p-irNews__detail {
  text-align: center; }

.p-irNews__detail__lead {
  text-align: left; }

.p-irNews__detail p {
  margin-bottom: 40px; }

.p-irNews__detail dl {
  font-weight: bold;
  text-align: left;
  letter-spacing: -0.5em; }
  @media print, screen and (min-width: 640px) {
    .p-irNews__detail dl {
      width: 60%;
      margin: 10px auto; } }

.p-irNews__detail dt {
  display: inline-block;
  width: 50%;
  letter-spacing: 0; }

.p-irNews__detail dd {
  display: inline-block;
  width: 50%;
  letter-spacing: 0; }

.p-csrhighlight__casestudy {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media screen and (max-width: 639px) {
    .p-csrhighlight__casestudy {
      font-size: 12px; } }

.p-csrhighlight__casestudy__title {
  display: inline-block;
  position: relative;
  height: 50px;
  margin-right: auto;
  border-radius: 5px;
  color: #fff;
  line-height: 50px;
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .p-csrhighlight__casestudy__title {
      width: 20%; } }
  @media screen and (max-width: 639px) {
    .p-csrhighlight__casestudy__title {
      width: 32%; } }
  .p-csrhighlight__casestudy:not(:last-child) .p-csrhighlight__casestudy__title::after {
    display: inline-block;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 14px solid #8d8d8d;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: ""; }
    @media print, screen and (min-width: 640px) {
      .p-csrhighlight__casestudy:not(:last-child) .p-csrhighlight__casestudy__title::after {
        bottom: -30px; } }
    @media screen and (max-width: 639px) {
      .p-csrhighlight__casestudy:not(:last-child) .p-csrhighlight__casestudy__title::after {
        bottom: -110%; } }

.p-csrhighlight__casestudy:nth-child(1) .p-csrhighlight__casestudy__title {
  background-color: #8d8d8d; }

.p-csrhighlight__casestudy:nth-child(2) .p-csrhighlight__casestudy__title {
  background-color: #acddf7; }

.p-csrhighlight__casestudy:nth-child(3) .p-csrhighlight__casestudy__title {
  background-color: #86b2df; }

.p-csrhighlight__casestudy__description {
  display: inline-block; }
  @media print, screen and (min-width: 640px) {
    .p-csrhighlight__casestudy__description {
      width: 76%;
      font-size: 13px; } }
  @media screen and (max-width: 639px) {
    .p-csrhighlight__casestudy__description {
      width: 65%; } }

.p-griContentIndex tr:first-child th {
  width: auto; }

.p-griContentIndex tr:first-child th:first-child {
  width: 90px; }

.p-griContentIndex tr:first-child th:nth-child(2) {
  width: 380px; }

.p-griContentIndex tr:first-child th:last-child {
  width: 240px; }

.p-griContentIndex .c-011--pdf a {
  display: inline; }

.p-griContentIndex .c-011--pdf a::before {
  position: absolute;
  top: 3px; }

.p-griContentIndex .c-060 th, .p-griContentIndex .c-060 td {
  padding: 5px 8px;
  font-size: 14px; }

@media print, screen and (min-width: 640px) {
  .p-recruitTop {
    margin: 60px auto; } }

.p-recruitTop__section__heading {
  display: inline-block;
  background-color: #111987;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle; }
  @media print, screen and (min-width: 640px) {
    .p-recruitTop__section__heading {
      width: 280px;
      height: 180px;
      margin: 70px 0 70px 65px;
      font-size: 32px;
      line-height: 180px; } }
  @media screen and (max-width: 639px) {
    .p-recruitTop__section__heading {
      display: block;
      position: relative;
      height: 120px;
      font-size: 34px;
      line-height: 120px; } }
  @media screen and (max-width: 639px) {
    .p-recruitTop__fresh .p-recruitTop__section__heading::after {
      display: inline-block;
      position: absolute;
      top: 50%;
      width: 12px;
      height: 12px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -ms-transform: rotate(45deg) translate(0, -50%);
      transform: rotate(45deg) translate(0, -50%);
      content: ""; } }

.p-recruitTop__fresh__container {
  background: url(/files/user/images/saiyo/picture-fresh.jpg) no-repeat center top; }
  .p-recruitTop__fresh__container:hover {
    opacity: .7; }
  @media print, screen and (min-width: 640px) {
    .p-recruitTop__fresh__container {
      width: 100%;
      height: 320px; } }
  @media screen and (max-width: 639px) {
    .p-recruitTop__fresh__container {
      margin: 0 -15px;
      padding: 45px 15px;
      background-position-x: 70%;
      background-size: cover; } }

.p-recruitTop__fresh__link {
  display: block; }

@media print, screen and (min-width: 640px) {
  .p-recruitTop__career {
    margin-top: 30px;
    letter-spacing: -0.5em; } }

.p-recruitTop__career__container {
  background: url(/files/user/images/saiyo/picture-career.jpg) no-repeat center top; }
  @media print, screen and (min-width: 640px) {
    .p-recruitTop__career__container {
      width: 100%;
      height: 320px; } }
  @media screen and (max-width: 639px) {
    .p-recruitTop__career__container {
      margin: 0 -15px;
      padding: 45px 15px;
      background-position-x: 70%;
      background-size: cover; } }

@media print, screen and (min-width: 640px) {
  .p-recruitTop__career__menu {
    display: inline-block; } }

@media print, screen and (min-width: 640px) {
  .p-recruitTop__career__menu__item {
    display: inline-block;
    width: 250px;
    height: 180px;
    margin-left: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0;
    vertical-align: middle; } }

@media screen and (max-width: 639px) {
  .p-recruitTop__career__menu__item {
    display: block;
    margin-top: 5px;
    padding: 25px 30px;
    background-color: rgba(255, 255, 255, 0.7);
    line-height: 1.75; } }

.p-recruitTop__career__menu__link {
  display: block; }
  @media print, screen and (min-width: 640px) {
    .p-recruitTop__career__menu__link {
      padding: 50px 27px; } }

.p-recruitTop__career__menu__title {
  color: #002773; }
  @media print, screen and (min-width: 640px) {
    .p-recruitTop__career__menu__title {
      margin-bottom: 10px;
      font-size: 20px; } }
  @media screen and (max-width: 639px) {
    .p-recruitTop__career__menu__title {
      font-size: 24px; } }
  @media print, screen and (min-width: 640px) {
    .p-recruitTop__career__menu__title::after {
      display: inline-block;
      width: 8px;
      height: 14px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
      background-size: 8px auto;
      vertical-align: 2px;
      content: "";
      margin-left: 8px; } }
  @media screen and (max-width: 639px) {
    .p-recruitTop__career__menu__title::after {
      display: inline-block;
      width: 11px;
      height: 20px;
      background: url(/files/user/images/common/icon-angle.png) no-repeat left center;
      background-size: 11px auto;
      vertical-align: 2px;
      content: "";
      margin-left: 5px;
      vertical-align: inherit; } }

.p-recruitTop__career__menu__link:hover .p-recruitTop__career__menu__title {
  color: #3d6dcc; }

.p-recruitTop__career__menu__description {
  color: #4d4d4d;
  font-size: 14px; }

.p-manual__video {
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .p-manual__video {
      margin: 60px 0; } }
  @media screen and (max-width: 639px) {
    .p-manual__video {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 56.25%;
      margin: 30px 0; } }
  @media screen and (max-width: 639px) {
    .p-manual__video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; } }

/* utility ----------------------------- */
/* display */
.u-d-b {
  display: block !important; }

.u-d-ib {
  display: inline-block !important; }

/* margin */
.u-mt-0 {
  margin-top: 0 !important; }

.u-mb-0 {
  margin-bottom: 0 !important; }

/* border-bottom */
.u-bb-n {
  border-bottom: none !important; }

/* text-align */
.u-ta-l {
  text-align: left !important; }

.u-ta-r {
  text-align: right !important; }

.u-ta-c {
  text-align: center !important; }

/* img width */
.u-img-100per {
  width: 100% !important; }

@media screen and (max-width: 639px) {
  .u-w100per--sp {
    width: 100% !important; } }

/* vertical-align */
.u-va-t {
  vertical-align: top !important; }

.u-va-m {
  vertical-align: middle !important; }

/* zoom */
@media screen and (max-width: 639px) {
  .u-zoom--half {
    zoom: .5; } }

/* link-color */
.u-link-bl {
  color: #002773;
  text-decoration: underline; }
  .u-link-bl:hover {
    color: #3d6dcc; }

@media print, screen and (min-width: 640px) {
  .is-pc {
    display: block !important; } }

@media screen and (max-width: 639px) {
  .is-pc {
    display: none !important; } }

@media print, screen and (min-width: 640px) {
  .is-sp {
    display: none !important; } }

@media screen and (max-width: 639px) {
  .is-sp {
    display: block !important; } }