@charset "UTF-8";
/*
 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 {
  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-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal; }

.fa {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto; }

/* 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 {
  margin-left: 2.14286em;
  padding-left: 0;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  top: 0.14286em;
  left: -2.14286em;
  width: 2.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 {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-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 {
  display: inline-block;
  position: relative;
  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 {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible; }

/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  src: url("/files/user/fonts/flexslider/flexslider-icon.eot");
  src: url("/files/user/fonts/flexslider/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("/files/user/fonts/flexslider/flexslider-icon.woff") format("woff"), url("/files/user/fonts/flexslider/flexslider-icon.ttf") format("truetype"), url("/files/user/fonts/flexslider/flexslider-icon.svg#flexslider-icon") format("svg");
  font-family: 'flexslider-icon';
  font-style: normal;
  font-weight: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  -webkit-backface-visibility: hidden;
  display: none; }

.flexslider .slides img {
  display: block;
  width: 100%; }

.flexslider .slides:after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  content: "\0020";
  visibility: hidden; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  zoom: 1;
  position: relative;
  margin: 0 0 60px;
  background: #fff; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  -moz-user-select: none;
  height: auto; }

.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 10; }

.flex-direction-nav a:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  font-family: "flexslider-icon";
  font-size: 40px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 10px;
  opacity: 0.7; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  right: 10px;
  opacity: 0.7; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  cursor: default;
  filter: alpha(opacity=0);
  opacity: 0 !important;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 10px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  color: #000;
  cursor: pointer;
  opacity: 0.8;
  z-index: 10; }

.flex-pauseplay a:before {
  display: inline-block;
  font-family: "flexslider-icon";
  font-size: 20px;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center; }

.flex-control-nav li {
  zoom: 1;
  display: inline-block;
  *display: inline;
  margin: 0 6px; }

.flex-control-paging li a {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 20px;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  text-indent: -9999px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  position: static;
  margin: 5px 0 0;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  margin: 0;
  float: left; }

.flex-control-thumbs img {
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  opacity: .7;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

/*
 foundation
-------------------------------------------------- */
.icon-arrow-right.c-button:before, .icon-arrow-right.c-button--strong:before, .icon-arrow-right.c-button--disabled:before, .icon-arrow-right.c-button--return:before, .icon-arrow-left.c-button:after, .icon-arrow-left.c-button--strong:after, .icon-arrow-left.c-button--disabled:after, .icon-arrow-left.c-button--return:after, .c-icon::before, .c-icon::after, .c-globalNav__bars:before, .t-hti-news__head__link:after, .t-hti-news__tab__item.is-active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto; }

/*
 * mixin用SCSS
 *
 */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fade-in-flex {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0; }
  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1; } }

@-webkit-keyframes fade-in-flex {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: -webkit-box;
    display: flex;
    opacity: 0; }
  100% {
    display: -webkit-box;
    display: flex;
    opacity: 1; } }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
 }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * 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 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  /* 1 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
  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; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */ }

/**
 * 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.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/********************************************
		Common
********************************************/
*,
*:after,
*:before {
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

dd,
dl,
dt,
label,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    cursor: pointer; }

img {
  vertical-align: top; }

html {
  font-size: 62.5%; }

body,
html {
  width: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  color: #333;
  font-family: Meiryo, "Hiragino Kaku Gothic Pro", sans-serif, "MS PGothic", "MS UI Gothic", Helvetica, Arial;
  font-size: 16px;
  font-size: 1.6rem; }

button,
input,
optgroup,
select,
textarea {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem; }

button,
input {
  border: none; }

iframe {
  vertical-align: top; }

/*body設定*/
body {
  width: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%; }

/*管理画面用*/
.mng_line {
  position: absolute;
  top: 0;
  width: 100%;
  background: #333;
  color: #fff;
  font-size: 0.8em;
  z-index: 9999; }

.mng_line a {
  color: #fff; }

.rcms-block-editor-bar-spacer {
  display: none; }

/*記事*/
h1, h2, h3, h4, h5, h6 {
  text-transform: none; }

.topics_contents {
  margin: 20px 18px 60px 0 !important;
  padding: 0;
  line-height: 150%; }

.topics_contents img {
  width: 100%;
  height: auto; }

.topicsItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd; }

/*サブメニューバナー*/
ul.customize_navi {
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none; }

ul.customize_navi li {
  backgroung: #fff;
  margin: 0 0 5px 0;
  padding: 1px;
  border: #dfdfdf 2px solid; }

ul.customize_navi img {
  width: 100%;
  height: auto; }

/*dlタグtable表示*/
.dl-table {
  display: table;
  width: 100%; }

.dl-table dl {
  display: table-row;
  margin: 0; }

.dl-table dl dt, .dl-table dl dd {
  display: table-cell;
  padding: 5px;
  border-bottom: 1px solid #ddd; }

.dl-table-striped dl:nth-child(even) {
  background-color: #f9f9f9; }

.dl-table dl dt {
  width: 15%; }

.dl-table-list dl dt, .dl-table-list dl dd {
  border: 1px solid #ddd;
  border-bottom: none; }

.dl-table-list dl dt {
  width: 20%;
  border-right: none;
  background: #d9edf7; }

.dl-table-list dl:last-child dt, .dl-table-list dl:last-child dd {
  border-bottom: 1px solid #ddd; }

/*badge表示*/
.badge-danger {
  background-color: #d9534f;
  color: #fff; }

/*form周り調整*/
.form-group {
  margin-bottom: 2em; }

.form-group .badge {
  margin: -1px 0 0 5px; }

.form-inline .radio, .form-inline .checkbox {
  margin-right: 1em; }

/*ページャ設定*/
.pageLink {
  margin: 2em 0;
  overflow: hidden;
  text-align: center; }

.pageLink .btn {
  margin: 0 5px; }

.pageLink .btn-group .btn {
  margin: 0; }

.relation_link {
  margin: 1em 0;
  text-align: center; }

.relation_link .btn {
  width: 45%;
  margin-top: 1em;
  white-space: normal; }

.relation_link .btn-left {
  float: left; }

.relation_link .btn-right {
  float: right; }

.clr {
  clear: both; }

.clr .btn {
  width: 25%; }

/*ブログページャ設定*/
.blog_relation_link {
  margin: 1em 0;
  overflow: hidden; }

.blog_relation_link .btn-left {
  margin-right: 1em;
  float: left; }

.blog_relation_link .btn-right {
  margin-left: 1em;
  float: right; }

.list-bordered li {
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #ddd; }

.list-bordered li time {
  margin: 0 1em 0 0; }

.list-bordered li span {
  margin: 0 1em 0 0; }

.list-bordered li a {
  margin: 0 1em 0 0; }

#contents {
  margin-top: 1em; }

#page_top #contents {
  margin-top: 0em; }

/*--------------------------------------------------------------------------*/
/*991pxブレイク時の表示切替*/

/*--------------------------------------------------------------------------*/
/*768pxブレイク時の表示切替*/

/* =================================================================================================
*
*    ここから追加スタイル
*
==================================================================================================== */
/*
 共通
================================================== */
body {
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 1.6; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

h1:after,
h2:after {
  content: none; }

p, ul {
  margin-bottom: 0;
  padding: 0; }

ul, ol, li {
  list-style: none outside; }

img {
  vertical-align: top; }

/* ページトップ */
#nekoToTop {
  border: 1px solid #eee; }

/* 2段組右メイン用 */
.main-right-2 .col-sm-8,
.main-right-2 .col-sm-4 {
  float: right; }

#mainHeader {
  background: none;
  box-shadow: none; }

/* パンくず ---------- */
.page-header {
  padding: 10px 0;
  margin-top: 24px; /* 2022/7/19グロナビ改修で追加 */
  }

.page-header .breadcrumb {
  position: static;
  margin-top: 0; }

.page-header .breadcrumb li,
.page-header .breadcrumb a {
  font-size: 12px;
  text-transform: none; }

.page-header .breadcrumb i {
  margin-left: 0.6em;
  font-size: 14px; }

.page-header .breadcrumb > li + li:before {
  content: none; }

/* フッター上バナーエリア（SP専用） ---------- */
.bnr-area_sp {
  display: none;
}

/* 2023.02.27非表示 ---------- */
/* @media screen and (max-width: 767px) {
  .bnr-area_sp {
    display: block;
    margin-bottom: 20px;
  }
  .bnr-area_sp .container {
    width: 98%;
    margin: 0 auto;
  }
  .bnr-area_sp ul.flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
  }
  .bnr-area_sp ul.flex li {
    width: 47%;
    margin: 0 5px 10px;
  }
  .bnr-area_sp ul.flex li a img {
    max-width: 100%;
  }
} */

.bnr_sp_top {
  display: none;
}

 @media screen and (max-width: 768px) {
  .bnr_sp_top {
    display: block;
  }
 }

/* ==========================================================
ヘッダー グローバルナビゲーション メニュー PC 改修（2022/7/11～）
(2023/2/1 グロナビに「採用情報」追加)
========================================================== */
#header-nav2022 {
	display: flex;
	justify-content: space-between;
	background-color: rgba(255,255,255,0.9);
    position: fixed;
	z-index: 999;
	width: 100%;
	margin-top: -60px;
}
#header-nav2022 .header-nav2022__menu__main {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 1%;
    width: 68%;
}
#header-nav2022 .header-nav2022__menu__main li:first-of-type {
	margin-right: 15px;
	width: 28%;
}
#header-nav2022 .header-nav2022__menu__main li:first-of-type a h1 img {
	width: 100%;
  vertical-align: middle;
}
#header-nav2022 .header-nav2022__menu__main li.primary a {
	display: block;
	color: #000;
	font-weight: bold;
    font-size: 16px;
	margin: 0 12px;
	transition: .2s;
}
#header-nav2022 .header-nav2022__menu__main li.primary a:hover {
	text-decoration: none;
	opacity: .5;
}
#header-nav2022 .header-nav2022__menu__main li.gnavi9 {
	border-right: 1px solid #ccc;
}
#header-nav2022 .header-nav2022__menu__main li.gnavi9 a {
	margin: 0 20px 0 12px;
}
#header-nav2022 .header-nav2022__menu__main li.gnavi7 a {
	margin: 0 12px 0 20px;
}
#header-nav2022 .header-nav2022__menu__sub {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 1%;
	width: 30%;
}
#header-nav2022 .header-nav2022__menu__sub form {
    position: relative;
}
#header-nav2022 .header-nav2022__menu__sub form .textbox {
    width: 100%;
    height: 32px;
    padding: 0 28px 0 5px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    outline: none;
}
#header-nav2022 .header-nav2022__menu__sub form .search {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 6px;
    outline: none;
}
#header-nav2022 .header-nav2022__menu__sub li.gnavi2 {
	margin: 0 20px;
}
#header-nav2022 .header-nav2022__menu__sub li a {
	transition: .2s;
}
#header-nav2022 .header-nav2022__menu__sub li a:hover {
	text-decoration: none;
	opacity: .5;
}
#header-nav2022 .header-nav2022__menu__sub li.gnavi2 a {
	font-size: 13px;
	color: #000;
}
#header-nav2022 .header-nav2022__menu__sub li.gnavi6 a {
	background-color: #e60214;
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 20px 35px;
	font-size: 16px;
}

#slider.header-nav2022__mainvisual {
	max-width: 100%;
    margin: 0 auto 30px;
    position: relative;
	margin-top: -60px;
  overflow-x: hidden;
}
#slider.header-nav2022__mainvisual p {
	position: absolute;
    top: 55%;
    left: 70%;
    transform: translate(-50%,-50%);
    width: 100%;
    color: #012949;
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.25;
	text-shadow: 5px 3px 10px rgb(255 255 255);
}

@media screen and (max-width: 1810px) {
	#slider.header-nav2022__mainvisual p {
		left: 65%;
	}
}

@media screen and (max-width: 1724px) {
	#header-nav2022 .header-nav2022__menu__sub li:first-of-type {
		width: 25%;
	}
}

@media screen and (max-width: 1684px) {
	#header-nav2022 .header-nav2022__menu__main li.primary a {
		font-size: 15px;
	}
}

@media screen and (max-width: 1600px) {
	#slider.header-nav2022__mainvisual p {
		left: 60%;
	}
}

@media screen and (max-width: 1558px) {
	#header-nav2022 .header-nav2022__menu__main li.primary a {
		font-size: 14px;
	}
}

@media screen and (max-width: 1488px) {
	#header-nav2022 .header-nav2022__menu__main li.primary a {
		font-size: 13px;
	}
}

@media screen and (max-width: 1455px) {
	#header-nav2022 .header-nav2022__menu__main {
		width: 75%;
	}
	#header-nav2022 .header-nav2022__menu__main li:first-of-type {
		width: 25%;
	}
	#header-nav2022 .header-nav2022__menu__sub li.gnavi6 a {
		padding: 20px;
		font-size: 14px;
	}
	#header-nav2022 .header-nav2022__menu__sub {
		width: 23%;
	}
	#header-nav2022 .header-nav2022__menu__sub li:first-of-type {
		width: 28%;
	}
}

@media screen and (max-width: 1370px) {
	#slider.header-nav2022__mainvisual p {
		left: 55%;
	}
}

@media screen and (max-width: 1352px) {
	#header-nav2022 .header-nav2022__menu__main li.primary a {
		font-size: 12px;
	}
}

@media screen and (max-width: 1330px) {
	#header-nav2022 .header-nav2022__menu__sub li.gnavi6 a {
		padding: 10px;
		font-size: 12px;
	}
}

@media screen and (max-width: 1235px) {
	#header-nav2022 .header-nav2022__menu__main li.primary a {
		font-size: 12px;
	}
}

@media screen and (max-width: 1180px) {
	#header-nav2022 .header-nav2022__menu__main li.primary a {
		font-size: 12px;
		margin: 0 10px;
	}
	#header-nav2022 .header-nav2022__menu__main li.gnavi9 a {
		margin: 0 15px 0 10px;
	}
	#header-nav2022 .header-nav2022__menu__main li.gnavi7 a {
		margin: 0 10px 0 15px;
	}
}

/* @media screen and (max-width: 1165px) {
	#header-nav2022 .header-nav2022__menu__main {
		width: 65%;
	}
	#header-nav2022 .header-nav2022__menu__sub {
		width: 35%;
	}
} */

@media screen and (max-width: 1097px) {
	#header-nav2022 .header-nav2022__menu__main {
		width: 72%;
	}
	#header-nav2022 .header-nav2022__menu__sub {
		width: 26%;
	}
  #header-nav2022 .header-nav2022__menu__main li:first-of-type {
		width: 20%;
	}
	#header-nav2022 .header-nav2022__menu__main li.primary a {
		font-size: 10px;
	}
}

@media screen and (max-width: 974px) {
	#header-nav2022 .header-nav2022__menu__sub li.gnavi6 a {
		font-size: 10px;
	}
	#header-nav2022 .header-nav2022__menu__main {
		width: 73%;
	}
	#header-nav2022 .header-nav2022__menu__sub {
		width: 25%;
	}
  #header-nav2022 .header-nav2022__menu__sub li.gnavi2 a{
		font-size: 12px;
	}
}

@media screen and (max-width: 929px) {
	#header-nav2022 .header-nav2022__menu__sub li:first-of-type {
		display: none;
	}
	#header-nav2022 .header-nav2022__menu__main {
		width: 78%;
	}
	#header-nav2022 .header-nav2022__menu__sub {
		width: 20%;
	}
}

@media screen and (max-width: 852px) {
	#header-nav2022 .header-nav2022__menu__sub li.gnavi2 {
		display: none;
	}
  #header-nav2022 .header-nav2022__menu__main {
		width: 85%;
	}
	#header-nav2022 .header-nav2022__menu__sub {
		width: 12%;
	}
  	#header-nav2022 .header-nav2022__menu__main li.primary a {
		margin: 0 8px;
	}
	#header-nav2022 .header-nav2022__menu__main li.gnavi9 a {
		margin: 0 12px 0 8px;
	}
	#header-nav2022 .header-nav2022__menu__main li.gnavi7 a {
		margin: 0 8px 0 12px;
	}
}

@media screen and (max-width: 812px) {
	#header-nav2022 .header-nav2022__menu__sub li.gnavi2 {
		display: none;
	}

}

@media screen and (max-width: 768px) {
	#header-nav2022 {
		display: none;
	}
}









/* フッター ---------- */
#footerWrapper {
  background-color: #f2f2f2;
  border-top: 10px #e60214 solid;
  padding-top: 60px;
}
#footerWrapper .footer_logo_sp {
  display: none;
}
#footerWrapper .footer_main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#footerWrapper li a {
  color: #666666;
  transition: .1s;
}
#footerWrapper li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#footerWrapper ul li ul li a {
  padding-left: 1em;
}
#footerWrapper .footer_main ul {
  margin-bottom: 30px;
}
#footerWrapper .footer_cat {
  font-weight: bold;
  font-size: 16px;
  display: block;
}
#footerWrapper ul li {
  font-weight: normal;
  font-size: 15px;
}
#footerWrapper ul li i {
    display: table-cell;
    width: 5px;
    padding-top: 10px;
    color: #e60214;
    font-weight: bold;
}
#footerWrapper ul li span {
  display: inline-block;
  margin-left: 8px;
}
#footerWrapper .footer_logo {
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#footerWrapper .footer_logo .footer_logo_sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 25%;
}
#footerWrapper .footer_logo .footer_logo_sns a {
  display: block;
  text-align: left;
  transition: .1s;
}
#footerWrapper .footer_logo .footer_logo_sns a img {
  width: 55%;
}
#footerWrapper .footer_logo > a {
  display: block;
  text-align: right;
  transition: .1s;
  width: 73%;
}
#footerWrapper .footer_logo > a img {
  width: 70%;
}
#footerWrapper .footer_logo a:hover {
  opacity: 0.7;
}
#footerWrapper .footer_sub {
  border-top: 1px #ddd solid;
  padding: 20px 0;
}
#footerWrapper .footer_sub ul {
  display: flex;
  justify-content: flex-end;
}
#footerWrapper .footer_sub ul li {
  border-right: 1px solid #ddd;
  padding: 0 20px;
}
#footerWrapper .footer_sub ul li:last-of-type {
  border: none;
  padding-right: 0;
}
.footer_copy {
  background-color: #e60214;
}
.footer_copy .copy {
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
}

#footerWrapper_en {
  background: none;
  border: none;
}
#footerWrapper_en a i {
    width: 5px;
    padding-top: 10px;
    color: #fff;
    font-weight: bold;
    margin-right: 8px;
}
#footerWrapper_en a {
  color: #fff;
  font-size: 12px;
  transition: .1s;
}
#footerWrapper_en a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/*
 PC/SPレイアウト
================================================== */
/*
 トップ
---------------------------------------- */
/* 共通 ---------- */
#page_top .block .heading .link,
#page_top .box .heading .link {
  float: right; }

#page_top .block .heading .link a,
#page_top .box .heading .link a {
  display: inline-block;
  padding: 5px 6px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: #ffffff;
  color: #666666;
  line-height: 1.2;
  text-decoration: none; }

#page_top .block .heading .link i,
#page_top .box .heading .link i {
  display: inline-block;
  margin-left: 6px;
  color: #e60214;
  font-weight: bold; }

/* スライダー ---------- */
#slider {
  max-width: 100%; /* 23/9/5 スライダー復活に伴い、全画面表示 */
  margin: 0 auto 30px; }

#slider a {
  pointer-events: none;
}

#slider img {
  width: 100%; }

#slider .bx-pager {
  margin-top: 20px;
  text-align: center;
  display: none; /* 21/5/17 スライダー廃止に伴いページャー非表示 */
}

/* 23/9/5 スライダー復活　読み込み時に画像が一瞬縦に並んで表示されるのを回避 */
#slider li.slider {
  display: none;
}

#slider .bx-viewport li.slider {
display: block !important;
}

/* END */

#slider .bx-pager-item {
  display: inline-block;
  margin-left: 20px; }

#slider .bx-pager-item:first-child {
  margin-left: 0; }

#slider .bx-pager-link {
  display: inline-block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #cccccc;
  text-indent: 100%;
  white-space: nowrap; }

#slider .bx-pager-link.active {
  background-color: #e60214; }

/* 新着情報 ---------- */
.block_latest li .subtxt .date {
  display: block;
  margin: 0 0 5px;
  font-size: 16px;
  font-style: normal;
  line-height: 1.3; }

/* カテゴリー */
.block_latest li .subtxt .category {
  display: inline-block;
  width: 80%;
  padding: 2px 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-align: center; }

/* サービス */
.block_latest li .subtxt .cat8 {
  background-color: #516fc3; }

/* お客様事例 */
.block_latest li .subtxt .cat32 {
  background-color: #43a3c1; }

/* リリース */
.block_latest li .subtxt .cat33 {
  background-color: #71530f; }

/* セミナー */
.block_latest li .subtxt .cat34 {
  background-color: #59a55e; }

/* メディア */
.block_latest li .subtxt .cat35 {
  background-color: #e09538; }

/* アカデミー */
.block_latest li .subtxt .cat36 {
  background-color: #b53b3b; }

/* ニュース */
.block_latest li .subtxt .cat37 {
  background-color: #888888; }

.block_latest li .maintxt h3 {
  margin-bottom: 5px;
  color: #666666;
  font-size: 16px;
  font-weight: bold; }

/*
 サイドコンテンツ
---------------------------------------- */
/* 共通 --------- */
.side.box {
  margin-bottom: 30px;
  border: 1px solid #cccccc;
  border-radius: 5px; }

.side.box .heading {
  padding: 10px;
  border-radius: 5px 5px 0 0;
  background-color: #eee; }

.side.box .heading h2,
.side.box .heading h2 span {
  color: #333333;
  font-size: 18px; }

.side.box .contents {
  padding: 10px; }

/* メニュー ---------- */
.side.menu .contents {
  padding: 0; }

.side.menu .contents li {
  border-top: 1px solid #ccc; }

.side.menu .contents li:first-child {
  border-top: none; }

.side.menu .contents li a {
  display: table;
  width: 100%;
  padding: 10px;
  text-decoration: none; }

.side.menu .contents li a:hover {
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  opacity: 0.6; }

.side.menu .contents .cur > a {
  background-color: #fff1f2; }

.side.menu .contents li i {
  display: table-cell;
  width: 5px;
  padding-top: 2px;
  color: #e60214;
  font-weight: bold;
  vertical-align: top; }

.side.menu .contents li span {
  display: inline-block;
  margin-left: 8px; }

/* 階層がある場合 */
.side.menu .contents .parent:first-child {
  border-top: 1px solid #cccccc; }

.side.menu .contents .parent.last,
.side.menu .contents .parent.last a {
  border-radius: 0 0 5px 5px; }

.side.menu .contents .parent.last a i {
  padding-left: 3px; }

.side.menu .contents .parent {
  background-color: #f5f5f5; }

.side.menu .contents .parent.open > a,
.side.menu .contents .parent.cur > a {
  background-color: #f1f5ff; }

.side.menu .contents .parent > a i {
  color: #174986; }

.side.menu .contents .child {
  display: none;
  background-color: #ffffff; }

/* アカデミー・プラス　サイドメニュー表示　ここから */
.side.menu .contents .close .child {
  display: none;
  background-color: #ffffff; }

/* ここまで */

.side.menu .contents .open .child {
  display: block; }

.side.menu .contents .open1 .child {
  display: block; }

.side.menu .contents .child h3 {
  padding: 10px 20px;
  border-top: 1px solid #cccccc;
  color: #666666;
  font-size: 14px;
  background-color: #f9f9f9; }

.side.menu .contents .child h3 a {
  padding: 0; }

.side.menu .contents .child li:first-child {
  border-top: 1px solid #cccccc; }

.side.menu .contents .child li a {
  padding: 10px 20px; }

.side.menu .contents .child .cur > a {
  background-color: #fff1f2; }

.side.menu .contents .child .last {
  border-radius: 0 0 5px 5px; }

.side.menu .contents .open .child li {
border: none;
margin-left: 0.5em;
}

.side.menu .contents .open .child li a {
  padding: 8px 20px;
  font-size: 14px;
}


/* サイド　自己適合宣言 ---------- */
.side.selfdecl {
  margin-bottom: 30px; }

.side.selfdecl h2:before {
  display: inline-block;
  width: 6px;
  height: 26px;
  background-color: #e60214;
  content: "";
  vertical-align: middle; }

.side.selfdecl .mark {
  margin: 10px 0;
  padding: 0;
  background-color: transparent;
  text-align: right; }

.side.selfdecl img {
  width: auto; }

/*
 リスク管理ナビ　詳細
================================================== */
.pageTit.rmnavi {
  margin: 10px 0 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee; }

.pageTit.rmnavi h1,
.pageTit.rmnavi h2 {
  position: relative;
  margin: 0;
  padding: 30px 20px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: 22px;
  font-weight: bold; }

.pageTit.rmnavi h1 span,
.pageTit.rmnavi h2 span {
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  font-weight: normal; }

.pageTit.rmnavi h1:after,
.pageTit.rmnavi h2:after {
  display: block;
  position: absolute;
  top: initial;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0;
  background: none #e60214;
  content: ""; }

.detailCommon .article_top {
  margin-bottom: 30px; }

.detailCommon .article_top .title {
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4; }

.detailCommon .article_top .category {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 5px;
  border: 1px solid #cccccc; }

.detailCommon .article_top div {
  margin-top: 10px;
  overflow: hidden; }

.detailCommon .article_top .date {
  margin-bottom: 0;
  float: left;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4; }

.detailCommon .article_top .sns {
  margin-bottom: 0;
  float: right; }

.detailCommon .article_top .sns li {
  margin-left: 10px;
  float: left; }

.detailCommon .block_first {
  overflow: hidden; }

.detailCommon .block_first p {
  font-size: 15px; }

.detailCommon .block_first p:not(:last-child) {
  margin-bottom: 10px; }

.detailCommon .consultantBox {
  display: table;
  width: 45%;
  margin: 0 0 14px 14px;
  padding: 10px;
  float: right;
  border: 1px solid #cccccc; }

.detailCommon .consultantBox .text {
  display: table-cell;
  vertical-align: middle; }

.detailCommon .consultantBox .photo {
  display: table-cell;
  width: 90px;
  margin-left: 10px; }

.detailCommon .consultantBox .photo img {
  width: 90px; }

.detailCommon .consultantBox .text .title {
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 1.2; }

.detailCommon .consultantBox .text .name {
  margin-bottom: 0;
  font-size: 16px; }

/* 共通 ---------- */
/* 赤 */
.detailCommon .article_top .title {
  border-bottom: 2px solid #e60214; }

.block .block-title:before {
  background-color: #e60214; }

/* ITIL */
.detailCommon.it .article_top .title {
  border-bottom: 2px solid #0073af; }

.it .block .block-title:before {
  background-color: #0073af; }



/* ナビ記事 - 詳細（用語集・ガイドライン・コラム・ボイス）（210616～） ---------- */
/* 汎用テンプレID64の条件分岐に含まれている記事グループのみに適用される */
.detailCommon.bcm-itil-navi,
.detailCommon.bcm-itil-navi h1,
.detailCommon.bcm-itil-navi h2,
.detailCommon.bcm-itil-navi h3,
.detailCommon.bcm-itil-navi h4,
.detailCommon.bcm-itil-navi h5 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
.detailCommon.bcm-itil-navi h5 {
  font-size: 20px;
  font-weight: bold;
}
.detailCommon.bcm-itil-navi .article_top .title {
  padding-bottom: 0;
  font-size: 38px;
  line-height: 1.4;
  border-bottom: none;
  margin-bottom: 20px;
}
.detailCommon.bcm-itil-navi .article_top {
  margin-bottom: 20px;
}
.detailCommon.bcm-itil-navi .article_top .date-name {
  font-size: 14px;
}
.detailCommon.bcm-itil-navi .article_top div {
  margin-top: 0;
  overflow: inherit;
}
.detailCommon.bcm-itil-navi .article_top .date {
  float: none;
  margin-top: 0;
}
.detailCommon.bcm-itil-navi .article_top .date-box {
  margin-bottom: 20px;
}
.detailCommon.bcm-itil-navi .article_top .date-revision,
.detailCommon.bcm-itil-navi .article_top .name,
.detailCommon.bcm-itil-navi .article_top .name-revision {
  margin-top: 0;
}
.detailCommon.bcm-itil-navi .article_top .date-box .date,
.detailCommon.bcm-itil-navi .article_top .date-box .date-revision,
.detailCommon.bcm-itil-navi .article_top .name-box .name,
.detailCommon.bcm-itil-navi .article_top .name-box .name-revision {
  font-size: 14px;
  line-height: 1.5;
}
.detailCommon.bcm-itil-navi .article_top .date-box .date i,
.detailCommon.bcm-itil-navi .article_top .date-box .date-revision i,
.detailCommon.bcm-itil-navi .article_top .name-box .name i,
.detailCommon.bcm-itil-navi .article_top .name-box .name-revision i {
  margin-right: .5em;
  color: #ccc;
}
.detailCommon.bcm-itil-navi .article_top .flex {
  display: flex;
  justify-content: space-between;
}
.detailCommon.bcm-itil-navi .article_top .category {
  padding: 5px 15px;
  height: 36px;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detailCommon.bcm-itil-navi {
  font-size: 18px;
  line-height: 1.8;
}
.detailCommon.bcm-itil-navi .block_first {
  border: 1px solid #ccc;
  padding: 2%;
  margin-bottom: 30px;
}
.detailCommon.bcm-itil-navi .block_first p {
  margin: 0;
  font-size: 18px;
}
.detailCommon.bcm-itil-navi .block_first figure {
  float: right;
  margin: 0 0 0 1em;
}
.detailCommon.bcm-itil-navi .block_first figure img {
  max-width: 100%;
}

.detailCommon.bcm-itil-navi .toc {
  background-color: #f5f5f5;
  padding: 2%;
  margin-bottom: 40px;
}
.detailCommon.bcm-itil-navi .toc h5 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.detailCommon.bcm-itil-navi .toc ol li {
  list-style-type: decimal;
}
.detailCommon.bcm-itil-navi .block h4.block-title span {
  font-size: 24px;
}
.detailCommon.bcm-itil-navi .block-sns {
  margin-top: 40px;
}
.detailCommon.bcm-itil-navi .block-sns .sns {
  display: flex;
  justify-content: flex-end;
}
.detailCommon.bcm-itil-navi .block-sns .sns li:first-of-type {
  margin-right: 3%;
}
.detailCommon.bcm-itil-navi .block-sns .sns li:last-of-type iframe {
	width: 80px !important; /* Facebookボタン */
}
.detailCommon.bcm-itil-navi .references,
.detailCommon.bcm-itil-navi .recommend,
.detailCommon.bcm-itil-navi .services {
  background-color: #f5f5f5;
  padding: 3%;
}
.detailCommon.bcm-itil-navi .references h5,
.detailCommon.bcm-itil-navi .recommend h5,
.detailCommon.bcm-itil-navi .services h5 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.detailCommon.bcm-itil-navi .references ul li,
.detailCommon.bcm-itil-navi .recommend ul li,
.detailCommon.bcm-itil-navi .services ul li {
  font-size: 14px;
}


@media screen and (max-width: 1024px) {
  .detailCommon.bcm-itil-navi .article_top .date-box {
    padding: 0;
  }
  .detailCommon.bcm-itil-navi .article_top .date-box p.date {
    margin-bottom: 0;
  }
  .detailCommon.bcm-itil-navi .article_top .date-name,
  .detailCommon.bcm-itil-navi .article_top .name-box {
    padding: 0;
  }
  .detailCommon.bcm-itil-navi .block .block-title {
    padding: 10px;
  }
  .detailCommon.bcm-itil-navi .block .block-title span {
    margin-left: 10px;
  }
  .detailCommon.bcm-itil-navi .toc {
    margin: 2%;
  }
  .detailCommon.bcm-itil-navi .toc ol li {
    margin-bottom: 10px;
  }
  .detailCommon.bcm-itil-navi .references ul li,
  .detailCommon.bcm-itil-navi .recommend ul li,
  .detailCommon.bcm-itil-navi .services ul li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .detailCommon.bcm-itil-navi .article_top .title {
    font-size: 26px;
    line-height: 1.5;
    padding: 10px 0;
    margin: 0;
  }
  .detailCommon.bcm-itil-navi .article_top .flex {
    flex-wrap: wrap;
	padding: 0;
  }
  .detailCommon.bcm-itil-navi .article_top .date-name {
    margin-bottom: 0;
  }
  .detailCommon.bcm-itil-navi .article_top .date-box,
  .detailCommon.bcm-itil-navi .article_top .name-box {
    margin-bottom: 10px;
  }
  .detailCommon.bcm-itil-navi .block_first {
    padding: 4%;
	margin: 0;
  }
  .detailCommon.bcm-itil-navi .block_first figure {
    float: none;
    margin: 0;
    text-align: center;
  }
  .detailCommon.bcm-itil-navi .block_first figure img[src=""]  {
	  display: none;　/* アイキャッチ画像が無い場合、figureを非表示 */
  }
  .detailCommon.bcm-itil-navi .block_first p {
    font-size: 16px;
    line-height: 2;
	text-align: justify;
  }
  .detailCommon.bcm-itil-navi .block_first p:first-of-type {
	margin-top: 10px;
  }
  .detailCommon.bcm-itil-navi .toc {
    margin: 0;
	padding: 5%;
  }
  .detailCommon.bcm-itil-navi .toc ol {
	  padding-left: 1em;
  }
  .detailCommon.bcm-itil-navi .toc ol li {
	  margin: 0;
	  line-height: 2;
	  font-size: 16px;
  }
  .detailCommon.bcm-itil-navi .block .text {
	margin: 0;
    font-size: 16px;
    line-height: 2;
	text-align: justify;
  }
  .detailCommon.bcm-itil-navi .block h4.block-title span {
	  font-size: 20px;
  }
  .detailCommon.bcm-itil-navi h5 {
    font-size: 18px;
}
  .detailCommon.bcm-itil-navi .block ol {
	  padding-left: 2em;
	  margin-left: 0;
	  text-align: justify;
  }
  .detailCommon.bcm-itil-navi .block ol ul {
	  padding-left: 1em;
	  margin-left: 0;
	  text-align: justify;
  }
  .detailCommon.bcm-itil-navi .block .text ul {
	  margin-left: 1em;
  }
  .detailCommon.bcm-itil-navi .block-sns {
	  margin-bottom: 40px;
  }
  .detailCommon.bcm-itil-navi .references,
  .detailCommon.bcm-itil-navi .recommend,
  .detailCommon.bcm-itil-navi .services {
    padding: 5%;
    margin: 0 0 20px;
}
.detailCommon.bcm-itil-navi .references ul li,
.detailCommon.bcm-itil-navi .recommend ul li,
.detailCommon.bcm-itil-navi .services ul li {
    margin-bottom: 0;
	line-height: 2;
}
}


/* ナビ記事 - 詳細 - 速報（210901～） ---------- */
body#page_topics_detail11 .detailCommon.bcm-itil-navi .toc,
body#page_topics_detail22 .detailCommon.bcm-itil-navi .toc {
  display: none;
}
body#page_topics_detail11 .detailCommon.bcm-itil-navi h1,
body#page_topics_detail22 .detailCommon.bcm-itil-navi h1 {
  font-weight: bold;
}
body#page_topics_detail11 .detailCommon.bcm-itil-navi .article_top,
body#page_topics_detail22 .detailCommon.bcm-itil-navi .article_top {
  margin-bottom: 0
}
body#page_topics_detail11 .present,
body#page_topics_detail11 .present h2,
body#page_topics_detail22 .present,
body#page_topics_detail22 .present h2 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
}


/* ナビ記事 - 一覧 - 速報・ガイドライン・コラム・NaviTOP・バックナンバー（210908～） ---------- */
body#page_topics_list11 .col-sm-8,
body#page_topics_list22 .col-sm-8,
body#page_topics_list11 .heading .heading_text,
body#page_topics_list22 .heading .heading_text,
body#page_topics_list11 .listCommon li .title,
body#page_topics_list22 .listCommon li .title,
body#page_topics_list8 .col-sm-8,
body#page_topics_list19 .col-sm-8,
body#page_topics_list8 .heading .heading_text,
body#page_topics_list19 .heading .heading_text,
body#page_topics_list8 .listCommon li .title,
body#page_topics_list19 .listCommon li .title,
body#page_topics_list10 .col-sm-8,
body#page_topics_list21 .col-sm-8,
body#page_topics_list10 .heading .heading_text,
body#page_topics_list21 .heading .heading_text,
body#page_topics_list10 .listCommon li .title,
body#page_topics_list21 .listCommon li .title,
body#page_topics_list61 .col-sm-8,
body#page_topics_list61 .heading .heading_text,
body#page_topics_list61 .listCommon li .title,
body#page_topics_list64 .col-sm-8,
body#page_topics_list64 .heading .heading_text,
body#page_topics_list64 .listCommon li .title,
body#page_itilnavi .heading .heading_text,
body#page_itilnavi .listCommon li .date,
body#page_itilnavi .listCommon li .title,
body#page_itilnavi .listCommon li .title a,
body#page_itilnavi .listCommon p,
body#page_rmnavi .heading .heading_text,
body#page_rmnavi .listCommon li .date,
body#page_rmnavi .listCommon li .title,
body#page_rmnavi .listCommon li .title a,
body#page_rmnavi .listCommon p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
body#page_topics_list11 .col-sm-8,
body#page_topics_list22 .col-sm-8,
body#page_topics_list11 .listCommon li .title,
body#page_topics_list22 .listCommon li .title,
body#page_topics_list8 .col-sm-8,
body#page_topics_list19 .col-sm-8,
body#page_topics_list8 .listCommon li .title,
body#page_topics_list19 .listCommon li .title,
body#page_topics_list10 .col-sm-8,
body#page_topics_list21 .col-sm-8,
body#page_topics_list61 .col-sm-8,
body#page_topics_list10 .listCommon li .title,
body#page_topics_list21 .listCommon li .title,
body#page_topics_list61 .listCommon li .title,
body#page_topics_list64 .listCommon li .title,
body#page_itilnavi .listCommon li .date,
body#page_itilnavi .listCommon li .title,
body#page_itilnavi .listCommon li .title a,
body#page_itilnavi .listCommon p,
body#page_rmnavi .listCommon li .date,
body#page_rmnavi .listCommon li .title,
body#page_rmnavi .listCommon li .title a,
body#page_rmnavi .listCommon p {
	font-weight: 500;
}
body#page_topics_list11 .heading .heading_text,
body#page_topics_list22 .heading .heading_text,
body#page_topics_list8 .heading .heading_text,
body#page_topics_list19 .heading .heading_text,
body#page_topics_list10 .heading .heading_text,
body#page_topics_list61 .heading .heading_text,
body#page_topics_list21 .heading .heading_text,
body#page_topics_list64 .heading .heading_text,
body#page_itilnavi .heading .heading_text,
body#page_rmnavi .heading .heading_text {
	font-weight: bold;
}
body#page_topics_list11 .heading .heading_text span,
body#page_topics_list22 .heading .heading_text span,
body#page_topics_list8 .heading .heading_text span,
body#page_topics_list19 .heading .heading_text span,
body#page_topics_list10 .heading .heading_text span,
body#page_topics_list61 .heading .heading_text span,
body#page_topics_list64 .heading .heading_text span,
body#page_topics_list21 .heading .heading_text span,
body#page_itilnavi .heading .heading_text span,
body#page_rmnavi .heading .heading_text span {
	font-size: 24px;
}
body#page_topics_list11 .listCommon li .date,
body#page_topics_list22 .listCommon li .date,
body#page_topics_list11 .listCommon li .title a,
body#page_topics_list22 .listCommon li .title a,
body#page_topics_list8 .listCommon li .date,
body#page_topics_list19 .listCommon li .date,
body#page_topics_list8 .listCommon li .title a,
body#page_topics_list19 .listCommon li .title a,
body#page_topics_list61 .listCommon li .date,
body#page_topics_list61 .listCommon li .title a,
body#page_topics_list64 .listCommon li .date,
body#page_topics_list64 .listCommon li .title a,
body#page_itilnavi .listCommon li .date,
body#page_itilnavi .listCommon li .title,
body#page_itilnavi .listCommon li .title a,
body#page_itilnavi .listCommon p,
body#page_rmnavi .listCommon li .date,
body#page_rmnavi .listCommon li .title,
body#page_rmnavi .listCommon li .title a,
body#page_rmnavi .listCommon p {
	font-size: 18px;
	line-height: 1.6;
}
body#page_topics_list11 .list-bordered li,
body#page_topics_list22 .list-bordered li,
body#page_topics_list8 .list-bordered li,
body#page_topics_list19 .list-bordered li,
body#page_topics_list10 .list-bordered li,
body#page_topics_list61 .list-bordered li,
body#page_topics_list21 .list-bordered li,
body#page_topics_list64 .list-bordered li,
body#page_itilnavi .listCommon li,
body#page_rmnavi .listCommon li {
	padding: 12px 0 12px 0;
}
body#page_topics_list11 .present,
body#page_topics_list11 .present h2,
body#page_topics_list22 .present,
body#page_topics_list22 .present h2,
body#page_topics_list8 .present,
body#page_topics_list8 .present h2,
body#page_topics_list19 .present,
body#page_topics_list19 .present h2,
body#page_topics_list10 .present,
body#page_topics_list10 .present h2,
body#page_topics_list61 .present,
body#page_topics_list61 .present h2,
body#page_topics_list21 .present,
body#page_topics_list21 .present h2,
body#page_topics_list64 .present,
body#page_topics_list64 .present h2,
body#page_itilnavi .present,
body#page_itilnavi .present h2,
body#page_rmnavi .present,
body#page_rmnavi .present h2 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
}

/* ナビ記事 - 一覧 - NaviTOP（210910～） ---------- */
.itilNaviTop h2,
.itilNaviTop h2 span,
.rmNaviTop h2,
.rmNaviTop h2 span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-weight: bold !important;
}
body#page_itilnavi .listCommon p,
body#page_rmnavi .listCommon p {
  line-height: 1.8;
}

/* ナビ記事 - 一覧 - コラム（210908～） ---------- */
body#page_topics_list10 .sec_column .head .date,
body#page_topics_list10 .sec_column .columnList .date,
body#page_topics_list21 .sec_column .head .date,
body#page_topics_list21 .sec_column .columnList .date,
body#page_topics_list10 .sec_column .date,
body#page_topics_list10 .sec_column .title,
body#page_topics_list10 .sec_column .title a,
body#page_topics_list10 .sec_column .writer,
body#page_topics_list10 .sec_column .writer span,
body#page_topics_list10 .sec_column .writer a,
body#page_topics_list21 .sec_column .date,
body#page_topics_list21 .sec_column .title,
body#page_topics_list21 .sec_column .title a,
body#page_topics_list21 .sec_column .writer,
body#page_topics_list21 .sec_column .writer span,
body#page_topics_list21 .sec_column .writer a,
body#page_topics_list10 .sec_column .head .writer,
body#page_topics_list10 .sec_column .columnList .writer,
body#page_topics_list21 .sec_column .head .writer,
body#page_topics_list21 .sec_column .columnList .writer,
body#page_topics_list61 .sec_column .head .date,
body#page_topics_list61 .sec_column .columnList .date,
body#page_topics_list61 .sec_column .date,
body#page_topics_list61 .sec_column .title,
body#page_topics_list61 .sec_column .title a,
body#page_topics_list61 .sec_column .writer,
body#page_topics_list61 .sec_column .writer span,
body#page_topics_list61 .sec_column .writer a,
body#page_topics_list61 .sec_column .head .writer,
body#page_topics_list61 .sec_column .columnList .writer {
	font-size: 18px;
	line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
}


/* ナビ記事 - 一覧 - 用語集（210908～） ---------- */
body#page_topics_list3 .sec_glossary.list,
body#page_topics_list18 .sec_glossary.list,
body#page_topics_list3 .heading .heading_text,
body#page_topics_list18 .heading .heading_text {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
body#page_topics_list3 .sec_glossary.list,
body#page_topics_list18 .sec_glossary.list {
	font-weight: 500;
}
body#page_topics_list3 .heading .heading_text,
body#page_topics_list18 .heading .heading_text {
	font-weight: bold;
}
body#page_topics_list3 .heading .heading_text span,
body#page_topics_list18 .heading .heading_text span {
  font-size: 24px;
}
body#page_topics_list3 .sec_glossary.list .wordList .contents li a,
body#page_topics_list18 .sec_glossary.list .wordList .contents li a {
	font-size: 18px;
}
body#page_topics_list3 .sec_glossary.list .wordList .contents .fa,
body#page_topics_list18 .sec_glossary.list .wordList .contents .fa {
	top: 5px;
}
body#page_topics_list3 .present,
body#page_topics_list3 .present h2,
body#page_topics_list18 .present,
body#page_topics_list18 .present h2 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 1024px) {
	body#page_topics_list3 .sec_glossary.list .wordList .contents .fa,
	body#page_topics_list18 .sec_glossary.list .wordList .contents .fa {
		top: 16px;
	}
}

/* ナビ記事 - 詳細 - 用語集・ガイドライン・コラム ---------- */
body#page_topics_detail18 .present,
body#page_topics_detail18 .present h2,
body#page_topics_detail3 .present,
body#page_topics_detail3 .present h2,
body#page_topics_detail19 .present,
body#page_topics_detail19 .present h2,
body#page_topics_detail8 .present,
body#page_topics_detail8 .present h2,
body#page_topics_detail10 .present,
body#page_topics_detail10 .present h2,
body#page_topics_detail21 .present,
body#page_topics_detail21 .present h2,
body#page_topics_detail61 .present,
body#page_topics_detail61 .present h2 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
}

/* リスク管理Navi - 一覧/詳細 - リスク管理の基礎知識（210910～） ---------- */
body#page_topics_list36 .block-title-basic,
body#page_topics_list36 .block-title span,
body#page_topics_list36 .block p,
body#page_topics_list36 .block h5.subheader,
body#page_topics_list36 .block li,
body#page_topics_detail36 .block-title-basic,
body#page_topics_detail36 .block-title span,
body#page_topics_detail36 .block p,
body#page_topics_detail36 .block h5.subheader,
body#page_topics_detail36 .block li,
body#page_topics_detail36 .text,
body#page_topics_detail36 .backToIndex li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
body#page_topics_list36 .block-title-basic,
body#page_topics_list36 .block-title span,
body#page_topics_detail36 .block-title-basic,
body#page_topics_detail36 .block-title span {
  font-weight: bold;
}
body#page_topics_list36 .block-title-basic,
body#page_topics_detail36 .block-title-basic {
  font-size: 24px;
}
body#page_topics_list36 .block-title span,
body#page_topics_detail36 .block-title span {
  font-size: 20px;
}
body#page_topics_list36 .block h5.subheader,
body#page_topics_detail36 .block h5.subheader {
  font-size: 18px;
}
body#page_topics_list36 .block p,
body#page_topics_list36 .block li,
body#page_topics_detail36 .block p,
body#page_topics_detail36 .block li,
body#page_topics_detail36 .text,
body#page_topics_detail36 .backToIndex li {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
}
body#page_topics_list36 .present,
body#page_topics_list36 .present h2,
body#page_topics_detail36 .present,
body#page_topics_detail36 .present h2 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
}

/* ナビ記事 - 詳細 - バックナンバー（220415～） ---------- */
body#page_topics_detail64 .toc {
  display: none;
}

/* リスク管理Navi - サイドメニュー ---------- */
.bcm-itil-navi.box.side.menu .heading h2,
.bcm-itil-navi.box.side.menu li {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.bcm-itil-navi.box.side.menu .heading h2 {
	font-weight: bold;
}
.bcm-itil-navi.box.side.menu li {
	font-weight: 500;
}
.bcm-itil-navi.box.side.menu .heading {
	padding: 15px;
}

/* リスク管理Navi - サイバー評価ツール ---------- */
.cyber-tools,
.cyber-tools .heading .heading_text span,
.cyber-tools .subheader,
.cyber-tools h1,
.cyber-tools h1 span,
.cyber-tools h2,
.cyber-tools h2 span {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.cyber-tools p,
.cyber-tools li {
  font-weight: 500;
}










/* 記事 ---------- */
.block-title {
  display: table;
  width: 100%;
  margin: 40px 0 20px;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: linear-gradient(#ffffff, #eeeeee);
  line-height: 1.4; }

.block-title:before {
  display: table-cell;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  content: ""; }

.block-title span {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold; }

.block .text,
.block .item {
  overflow: hidden; }

.block .text p {
  margin-bottom: 1em; }

.block .text ul {
  margin: 0.5em 0 1em; }

.block .addStyle {
  padding: 10px; }

.block .image {
  text-align: center; }

.block .image a {
  display: block; }

.block .positionTop,
.block .positionBottom {
  width: 600px;
  margin: 10px auto; }

.block .positionTop img,
.block .positionBottom img {
  max-width: 600px; }

.block .positionLeft {
  margin: 0 10px 10px 0;
  float: left; }

.block .positionRight {
  margin: 0 0 10px 10px;
  float: right; }

.block .positionLeft,
.block .positionRight {
  width: 300px; }

.block .positionLeft img,
.block .positionRight img {
  max-width: 300px; }

.block .image .title {
  margin-bottom: 8px; }

.block .image .caption {
  margin: 5px auto 1em;
  font-size: 12px; }

.block .image .setLeft {
  text-align: left; }

.block .image .setCenter {
  text-align: center; }

.block .image .setRight {
  text-align: right; }

.block .censure {
  margin-top: 20px;
  text-align: right; }

.detailCommon .references,
.detailCommon .referencesContent,
.detailCommon .recommend,
.detailCommon .services {
  margin: 40px 0; }

.detailCommon .references h5,
.detailCommon .referencesContent h5,
.detailCommon .recommend h5,
.detailCommon .services h5 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  color: #666666;
  font-size: 16px;
  font-weight: bold; }

.detailCommon .references .list li,
.detailCommon .referencesContent .list li,
.detailCommon .recommend .list li,
.detailCommon .services .list li {
  margin-top: 6px; }

.detailCommon .references .list li a,
.detailCommon .recommend .list li a,
.detailCommon .services .list li a {
  display: inline-block;
  padding-left: 1em; }

.detailCommon .references .list li i,
.detailCommon .recommend .list li i,
.detailCommon .referencesContent .list li i,
.detailCommon .services .list li i {
  color: #e60214;
  text-indent: -1em; }

/*
 東京2020大会調査
================================================== */
/* ページタイトル ---------- */
.detailCommon.tokyo2020 .article_top {
  position: relative;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee; }

.detailCommon.tokyo2020 .article_top:after {
  display: block;
  position: absolute;
  bottom: 4px;
  width: 100%;
  height: 2px;
  background-color: #e60214;
  content: ""; }

.detailCommon.tokyo2020 .article_top .title {
  margin-bottom: 0;
  padding: 30px 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: url(/files/user/images/tokyo2020/img_solution_title.png?v=1544426239) no-repeat 96% center; }

/*

 ソリューション　詳細
================================================== */
/* ページタイトル ---------- */
.detailCommon.service .article_top {
  position: relative;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee; }

.detailCommon.service .article_top:after {
  display: block;
  position: absolute;
  bottom: 4px;
  width: 100%;
  height: 2px;
  background-color: #e60214;
  content: ""; }

.detailCommon.service .article_top .title {
  margin-bottom: 0;
  padding: 30px 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: url(/files/user/images/solution/img_solution_title.png?v=1447215382) no-repeat 96% center; }

/* ブロック内共通 ---------- */
.detailCommon.service .block ul,
.detailCommon.service .block ul li {
  list-style: disc outside; }

.detailCommon.service .block ol,
.detailCommon.service .block ol li {
  list-style-type: decimal; }

.detailCommon.service .block ul,
.detailCommon.service .block ol {
  padding-left: 1.5em; }

/* フロー ---------- */
.detailCommon.service .serviceflow .item {
  display: table;
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc; }

.detailCommon.service .serviceflow .item p {
  display: table-cell;
  padding: 20px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }

.detailCommon.service .serviceflow .item .title {
  width: 20%;
  border-right: none;
  background-color: #eeeeee; }

.detailCommon.service .serviceflow i {
  margin: 0 64px;
  color: #e60214;
  font-size: 4em; }

/*　記事内テーブル ----------*/
.detailCommon.service .t1 .item table {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc; }

.detailCommon.service .t1 .item th,
.detailCommon.service .t1 .item td {
  padding: 10px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }

.detailCommon.service .t1 .item th,
.detailCommon.service .t1 .item td,
.detailCommon.service .t1 .item td a {
  font-size: 13px; }

.detailCommon.service .t1 .item th {
  background-color: #eeeeee; }

/* お客様の声 ---------- */
.detailCommon.service .casestudy .list,
.detailCommon.service .casestudy .list li {
  list-style: none outside; }

.detailCommon.service .casestudy .list {
  margin: 0 0 40px;
  padding: 0;
  overflow: hidden; }

.detailCommon.service .casestudy .list li {
  width: 49%;
  margin-bottom: 2%;
  padding: 10px;
  float: left;
  border: 1px solid #cccccc; }

.detailCommon.service .casestudy .list li:nth-child(2n) {
  margin-left: 2%; }

.detailCommon.service .casestudy .list .thumb {
  position: relative;
  width: 28%;
  margin-right: 4%;
  padding-top: 28%;
  float: left;
  overflow: hidden; }

.detailCommon.service .casestudy .list .thumb:hover {
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  opacity: 0.6; }

.detailCommon.service .casestudy .list .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.detailCommon.service .casestudy .list .text {
  width: 66%;
  float: left; }

.detailCommon.service .casestudy .list .text .catch {
  margin-bottom: 10px;
  color: #e60214;
  font-size: 15px;
  line-height: 1.2; }

/* サービス ---------- */
.detailCommon.service .servicemenu .item {
  margin-bottom: 30px; }

.detailCommon.service .servicemenu .item .head {
  margin-bottom: 10px;
  padding: 4px 10px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  font-size: 15px;
  font-weight: bold; }

.detailCommon.service .servicemenu .item table {
  width: 100%; }

.detailCommon.service .servicemenu .item th,
.detailCommon.service .servicemenu .item td {
  padding: 10px;
  border-top: 1px solid #cccccc;
  vertical-align: top; }

.detailCommon.service .servicemenu .item tr:first-child th,
.detailCommon.service .servicemenu .item tr:first-child td {
  border-top: none; }

.detailCommon.service .servicemenu .item th {
  width: 180px; }

/*
 お客様事例　一覧
---------------------------------------- */
/* ピックアップ事例 */
.sec_casestudy .pickup-list {
  overflow: hidden; }

.sec_casestudy .pickup-list_item {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc; }

.sec_casestudy .pickup-list_item .topics-thumb_inner {
  display: block;
  position: relative;
  padding-top: 66.53%;
  overflow: hidden;
  background-color: #eee; }

.sec_casestudy .pickup-list_item .topics-thumb img {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%); }

.sec_casestudy .pickup-list_item .topics-logo {
  margin-bottom: 10px; }

.sec_casestudy .pickup-list_item .topics-logo img {
  max-width: 100%;
  max-height: 40px; }

.sec_casestudy .pickup-list_item .topics-title {
  color: #1853B5;
  font-size: 15px; }

.sec_casestudy .pickup-list_item .topics-catch {
  margin: 10px 0;
  color: #ee6161;
  font-size: 13px; }

.sec_casestudy .pickup-list_item .topics-service {
  margin-top: 10px; }

.sec_casestudy .pickup-list_item .label-service {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #ccc;
  font-size: 12px;
  line-height: 1.2; }

/* カテゴリー検索 */
.sec_casestudy .box {
  margin: 0 10px;
  padding: 15px;
  overflow: hidden;
  border: 1px solid #ccc; }

.sec_casestudy .box-inner {
  margin-bottom: 25px;
  overflow: hidden; }

.sec_casestudy .box-title {
  margin-top: 6px;
  float: left;
  color: #666;
  font-size: 18px;
  font-weight: bold; }

.sec_casestudy .link-back {
  float: right; }

.sec_casestudy .link-back a {
  display: inline-block;
  padding: 3px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #666;
  font-size: 13px;
  text-decoration: none; }

.sec_casestudy .link-back a:hover {
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  opacity: 0.6; }

.sec_casestudy .link-back .fa {
  margin-right: 5px;
  font-size: 12px; }

.sec_casestudy .search-item_title {
  margin-bottom: 10px;
  font-size: 16px; }

.sec_casestudy .search-item_title .fa {
  margin-right: 5px;
  color: #e60214; }

.sec_casestudy .search-item_select {
  width: 60%;
  margin-right: 2%; }

.sec_casestudy .search-item_submit {
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 12px;
  line-height: 1.2;
  box-shadow: none; }

.sec_casestudy .nodata {
  margin: 20px 10px; }

/*
 お客様事例　詳細
---------------------------------------- */
/* 会社キャッチ ---------- */
.sec_casestudy .block_first {
  margin-bottom: 20px; }

.sec_casestudy .block_first .detail {
  padding: 20px;
  overflow: hidden;
  border: 1px solid #cccccc; }

.sec_casestudy .block_first .detail > img {
  max-width: 600px;
  margin-right: 30px;
  float: left; }

.sec_casestudy .block_first .detail .text .logo {
  margin-top: 30px; }

.sec_casestudy .block_first .detail .text .catch {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4; }

/* リード文 ---------- */
.sec_casestudy .lead {
  font-size: 15px;
  line-height: 1.6; }

/* 本文 ---------- */
.sec_casestudy .text h3 {
  color: #ee6161;
  font-size: 15px;
  font-weight: bold; }

/* 担当の声 ---------- */
.sec_casestudy .comment {
  margin-top: 40px; }

.sec_casestudy .comment h3 {
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 3px solid #e60214;
  color: #666666;
  font-size: 16px;
  font-weight: bold; }

.sec_casestudy .comment h4 {
  margin-bottom: 10px;
  color: #ee6161;
  font-size: 15px;
  font-weight: bold; }

.sec_casestudy .comment .photoArea {
  width: 130px;
  margin: 0 0 20px 20px;
  float: right; }

.sec_casestudy .comment .photoArea > a {
  display: block;
  margin-bottom: 5px; }

.sec_casestudy .comment .photoArea img {
  width: 130px; }

.sec_casestudy .comment .photoArea p {
  line-height: 1.3;
  text-align: center; }

.sec_casestudy .comment .consulName {
  float: right; }

/* サイド ---------- */
.sec_casestudy .sub .item {
  margin-bottom: 30px; }

.sec_casestudy .sub .item h3 {
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 3px solid #e60214;
  color: #666666;
  font-size: 16px;
  font-weight: bold; }

.sec_casestudy .sub .item table {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc; }

.sec_casestudy .sub .item th,
.sec_casestudy .sub .item td {
  padding: 10px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }

.sec_casestudy .sub .item th,
.sec_casestudy .sub .item td,
.sec_casestudy .sub .item td a {
  font-size: 13px; }

.sec_casestudy .sub .item th {
  background-color: #eeeeee; }

/* 利用サービス */
.sec_casestudy .sub .useService .list li i {
  margin-right: 5px;
  color: #e60214;
  font-weight: bold; }

/* お客様情報 */
.sec_casestudy .sub .companyinfo th {
  width: 30%;
  vertical-align: top; }

.sec_casestudy .sub .companyinfo .notes {
  margin-top: 5px;
  text-align: right; }

/* プロジェクトメンバー */
.sec_casestudy .sub .member table {
  margin-bottom: 20px; }

.sec_casestudy .sub .member .name {
  text-align: right; }

/*
 新着情報　一覧
---------------------------------------- */
.heading .heading_text {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: linear-gradient(#ffffff, #eeeeee);
  color: #666666;
  font-size: 22px;
  line-height: 1.4; }

.heading .heading_text:before {
  display: table-cell;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background-color: #e60214;
  content: ""; }

.it .heading .heading_text:before {
  background-color: #0073af; }

.heading .heading_text span {
  display: inline-block;
  margin-left: 10px;
  color: #333333;
  font-size: 18px;
  font-weight: bold; }

.sec_news li .subtxt .date {
  display: block;
  margin: 0 0 5px;
  font-size: 16px;
  font-style: normal;
  line-height: 1.3; }

.sec_news li .subtxt .category {
  display: inline-block;
  width: 80%;
  padding: 3px 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center; }

/* サービス */
.sec_news li .subtxt .cat8 {
  background-color: #516fc3; }

/* お客様事例 */
.sec_news li .subtxt .cat32 {
  background-color: #43a3c1; }

/* リリース */
.sec_news li .subtxt .cat33 {
  background-color: #71530f; }

/* セミナー */
.sec_news li .subtxt .cat34 {
  background-color: #59a55e; }

/* メディア */
.sec_news li .subtxt .cat35 {
  background-color: #e09538; }

/* アカデミー */
.sec_news li .subtxt .cat36 {
  background-color: #b53b3b; }

/* ニュース */
.sec_news li .subtxt .cat37 {
  background-color: #888888; }

.sec_news li .maintxt h3 {
  margin-bottom: 5px;
  color: #666666;
  font-size: 16px;
  font-weight: bold; }

/* ページャ */
.pageLink .btn-group {
  margin: 0 3px; }

.pageLink .btn {
  width: 28px;
  margin: 0 3px;
  padding: 5px 0;
  line-height: 1.6; }

.pageLink .btn-group .btn {
  margin-left: 1px; }

.pageLink .btn-group .btn:first-child {
  margin-left: 0; }

.pageLink .btn i {
  color: #ffffff;
  font-size: 16px; }

/*
 コンサルタント紹介　一覧
-------------------------------------------------- */
.sec_consultant .lead {
  margin: 20px 0;
  font-size: 14px; }

.sec_consultant .conslList .item {
  margin-bottom: 20px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #ccc; }

.sec_consultant .conslList .item .thumb {
  margin-right: 20px;
  float: left; }

.sec_consultant .conslList .item .text {
  width: 72%;
  float: left; }

.sec_consultant .conslList .item .text.fullwidth {
  width: 100%;
  float: none; }

.sec_consultant .conslList .item .text .conslName,
.sec_consultant .conslList .item .text .conslName a {
  overflow: hidden;
  font-size: 16px;
  font-weight: bold; }

.sec_consultant .conslList .item .text .conslName a span {
  color: #1853B5;
  font-size: 16px; }

.sec_consultant .conslList .item .text .comment {
  margin-top: 10px;
  font-size: 15px; }

.sec_consultant .conslList .item .text .link {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #ccc; }

.sec_consultant .conslList .item .text .link i {
  margin-right: 5px;
  color: #e60214; }

/*
 コンサルタント紹介　詳細
---------------------------------------- */
/* 書籍 / 支援実績 ---------- */
.sec_consultant.detail .block,
.sec_consultant.detail .listCommon {
  margin-bottom: 20px; }

.sec_consultant.detail .block .title {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e60214;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4; }

.sec_consultant.detail .block .text {
  margin: 0;
  overflow: hidden; }

/* お客様の声 ---------- */
.sec_consultant.detail .casestudy .list,
.sec_consultant.detail .casestudy .list li {
  list-style: none outside; }

.sec_consultant.detail .casestudy .list {
  margin: 0 0 40px;
  padding: 0;
  overflow: hidden; }

.sec_consultant.detail .casestudy .list li {
  width: 49%;
  margin-bottom: 2%;
  padding: 10px;
  float: left;
  border: 1px solid #cccccc; }

.sec_consultant.detail .casestudy .list li:nth-child(2n) {
  margin-left: 2%; }

.sec_consultant.detail .casestudy .list .thumb {
  position: relative;
  width: 28%;
  margin-right: 4%;
  padding-top: 28%;
  float: left;
  overflow: hidden; }

.sec_consultant.detail .casestudy .list .thumb:hover {
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  opacity: 0.6; }

.sec_consultant.detail .casestudy .list .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.sec_consultant.detail .casestudy .list .text {
  width: 66%;
  float: left; }

.sec_consultant.detail .casestudy .list .text .catch {
  margin-bottom: 10px;
  color: #e60214;
  font-size: 15px;
  line-height: 1.2; }

/*
 コンサルタントコラム　一覧
----------------------------------------*/
.sec_column .date,
.sec_column .title,
.sec_column .title a,
.sec_column .writer,
.sec_column .writer span,
.sec_column .writer a {
  font-size: 15px; }

.sec_column .date {
  font-style: normal;
  line-height: 1.2; }

/*
 お問い合わせ
---------------------------------------- */
/* お問い合わせについて ---------- */
.sec_inquiry .heading {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eee; }

.sec_inquiry .heading h1 {
  position: relative;
  padding: 30px 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 22px;
  font-weight: bold; }

.sec_inquiry .heading h1:after {
  display: block;
  position: absolute;
  top: initial;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0;
  background: none #e60214;
  content: ""; }

.sec_inquiry h3 {
  display: table;
  width: 100%;
  margin: 30px 0 20px;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: linear-gradient(#ffffff, #eeeeee);
  color: #666666;
  line-height: 1.4; }

.sec_inquiry h3:before {
  display: table-cell;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background-color: #e60214;
  content: ""; }

.sec_inquiry h3 span {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold; }

.sec_inquiry .firstTxt ul {
  margin: 20px 0;
  padding-left: 1.5em; }

.sec_inquiry .firstTxt li {
  margin-bottom: 5px;
  list-style: disc outside; }

.sec_inquiry .firstTxt .contact {
  width: 100%;
  border: 1px solid #ccc;
  background-color: #eeeeee; }

.sec_inquiry .firstTxt .contact th,
.sec_inquiry .firstTxt .contact td {
  padding: 10px 20px;
  vertical-align: text-bottom; }

.sec_inquiry .firstTxt .contact th {
  width: 15%;
  padding-right: 0; }

.sec_inquiry .firstTxt .contact td {
  padding-left: 0; }

.sec_inquiry .firstTxt .contact tr:first-child th,
.sec_inquiry .firstTxt .contact tr:first-child td {
  padding-top: 20px; }

.sec_inquiry .firstTxt .contact tr:last-child th,
.sec_inquiry .firstTxt .contact tr:last-child td {
  padding-bottom: 20px; }

/* フォーム ---------- */
.sec_inquiry .alert {
  margin: 20px 0; }

.sec_inquiry .lead {
  font-size: 15px; }

.sec_inquiry .formArea table {
  width: 100%;
  border-top: 1px solid #ccc; }

.sec_inquiry .formArea th,
.sec_inquiry .formArea td {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  vertical-align: top; }

.sec_inquiry .formArea th {
  width: 30%; }

/* ラジオボタン部分 */
.sec_inquiry .formArea .radio-item {
  display: block;
  margin-bottom: 5px; }

.sec_inquiry .formArea .radio-item:first-child {
  margin-top: 0; }

.sec_inquiry .formArea .radio-item input {
  margin-right: 4px; }

/* チェックボックス部分 */
.sec_inquiry .formArea .check-item-outer li:not(:first-child) {
  margin-top: 5px; }

.sec_inquiry .formArea .check-item input {
  margin-right: 6px; }

/* テキストボックス/テキストエリア */
.sec_inquiry .formArea .form-control {
  width: 100%;
  height: auto;
  padding: 5px; }

/* テキストエリア */
.sec_inquiry .formArea td textarea {
  width: 100%;
  max-width: 560px;
  min-height: 150px; }

/* 注釈 */
.sec_inquiry .formArea .notice {
  margin-top: 5px;
  color: #999999; }

/* 送信ボタン */
.sec_inquiry .formArea .submit-btn {
  text-align: center; }

/* エラーテキスト ---------- */
.sec_inquiry .formArea .errtable {
  margin: 20px 0;
  border: 1px solid #e60214; }

.sec_inquiry .formArea .errtable td {
  padding: 10px;
  border: none; }

.sec_inquiry .formArea .errtable .errmsg {
  padding-bottom: 0;
  font-weight: bold; }

.sec_inquiry .formArea .alert strong,
.sec_inquiry .formArea .alert li,
.sec_inquiry .formArea .errtable td,
.sec_inquiry .formArea .errtable li {
  color: #e60214;
  font-size: 15px; }

.sec_inquiry .formArea .alert li,
.sec_inquiry .formArea .errtable li {
  margin-top: 5px; }

.sec_inquiry .formArea .errtable li:first-child {
  margin-top: 0; }

/* 完了画面 ---------- */
.sec_inquiry .thanks {
  margin: 30px 15px 0; }

.sec_inquiry .thanks_head {
  margin: 30px auto; }

.sec_inquiry .thanks_head h1 {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
   }
.sec_inquiry .thanks_head h1 img {
  margin-bottom: 10px;
   }
.sec_inquiry .thanks_head h1 span {
   font-size: 60%;
color: #b20000;
   }
.sec_inquiry .thanks_txt {
   text-align: center;
   margin: 0 0 30px;
   }


/*
 アカデミートップ
---------------------------------------- */
/* メインビジュアル */
.sec_academy .main-visual img {
  width: 100%; }

/* リードブロック */
.sec_academy .block-lead .block-lead_heading img {
  max-width: 100%; }

/* 講師陣 */
.sec_academy .block-teachers .teachers-photo {
  display: block; }

.sec_academy .block-teachers .teachers-photo img {
  width: 100%; }

/* 研修コース一覧 */
.sec_academy .block-curriculum .curriculum-list {
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc; }

.sec_academy .block-curriculum .curriculum-list th,
.sec_academy .block-curriculum .curriculum-list td {
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc; }

.sec_academy .block-curriculum .curriculum-list th {
  background-color: #f2f2f2;
  font-weight: normal; }

.sec_academy .block-curriculum .curriculum-list .category {
  width: 20%;
  vertical-align: top; }

.sec_academy .block-curriculum .curriculum-list .time {
  width: 15%;
  }

.sec_academy .block-curriculum .curriculum-list .place {
  width: 17%;
  }
.sec_academy .block-curriculum .curriculum-list .place span {
	padding: 4px;
	font-size: 12px;
	text-align: left;
	display: block;
  line-height: 1;
}
.sec_academy .block-curriculum .curriculum-list .place span.online {
	background-color: #c5e7f2;
}
.sec_academy .block-curriculum .curriculum-list .place span.person {
	background-color: #f2eac5;
}
.sec_academy .block-curriculum .curriculum-list .place span::before {
	content: '';
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
  margin-right: 4px;
}
.sec_academy .block-curriculum .curriculum-list .place span.online::before {
	width: 16px;
	height: 14px;
	background-image: url(/files/user/images/nca-icon-place_online.png?v=1651468244);
}
.sec_academy .block-curriculum .curriculum-list .place span.person::before {
	width: 19px;
	height: 12px;
	background-image: url(/files/user/images/nca-icon-place_person.png?v=1651468244);
}
.sec_academy .block-curriculum .curriculum-list .place span:nth-of-type(even) {
	margin-top: 5px;
}

/*
 アカデミー：カリキュラム
---------------------------------------- */

.sec_curriculum * {
  font-size: 15px; }

.sec_curriculum .heading {
  position: relative;
  padding: 1px 0;
  background-color: #ffe1db; }

.sec_curriculum .heading .title {
  padding: 10px 20px;
  line-height: 1.8; }

.sec_curriculum .heading .title span {
  color: #333;
  font-size: 18px;
  font-weight: bold; }

.sec_curriculum .heading .title::after {
  display: inline-block;
  position: absolute;
  top: initial;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0;
  background: none #e60214;
  content: ""; }

.sec_curriculum .heading .title::before {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0;
  background: none #e60214;
  content: ""; }

.sec_curriculum .type-list {
  margin: 10px 0;
  overflow: hidden; }

.sec_curriculum .type-list .type-list-container {
  float: right; }

.sec_curriculum .type-list .list-item {
  height: 25px;
  margin-left: 1em;
  padding: 0 10px;
  float: left;
  color: #fff;
  line-height: 25px; }

/* 対面講座・e-learning講座 タグ 231020追記 ------------- START */
.sec_curriculum .type-list .elearning {
  background-color: #DC6262;
 }

.sec_curriculum .type-list .erm {
  background-color: #e69302; }

.sec_curriculum .type-list .bcp {
  background-color: #88bb64; }

.sec_curriculum .type-list .ftf {
  background-color: #0491d0; }

 /* 対面講座タグ 231020追記 ------------ END */

/* 企業向け集合研修タグ 231027追記 ------------- START */

.sec_curriculum.campany_training .type-list .training {
  background-color: #443a3a; }

.sec_curriculum.campany_training .type-list .category {
  background-color: #008dc1; }

.sec_curriculum.campany_training .type-list .category02 {
  background-color: #d7bd0c; }

.sec_curriculum.campany_training .type-list .course {
  background-color: #db665e; }

.sec_curriculum.campany_training .type-list .target {
  background-color: #7b5b9a; }

 /* 企業向け集合研修タグ 231027追記 ------------ END */


.sec_curriculum .lead {
  line-height: 1.7; }

.sec_curriculum .lead p:not(:last-child) {
  margin-bottom: 10px; }

.sec_curriculum .recommend {
  margin: 20px 0;
  padding: 10px;
  background-color: #f1f1f1; }

.sec_curriculum .recommend .title {
  margin-bottom: 5px;
  font-weight: bold; }

.sec_curriculum .photo-area {
  margin: 20px 0 40px;
  overflow: hidden; }

.sec_curriculum .photo-area .photo-item {
  float: right; }

.sec_curriculum .photo-area .photo-item:first-child {
  float: left; }

.sec_curriculum .photo-area.single {
  text-align: center; }

.sec_curriculum .photo-area.single .photo-item {
  float: none; }

.sec_curriculum .entry-btn {
  margin: 40px 0 10px;
  text-align: center; }

.sec_curriculum .entry-btn a {
  padding: 10px 30px;
  border: 1px solid #e60214;
  border-radius: 10px;
  background-color: #e60214;
  color: #fff;
  font-size: 22px; }

.sec_curriculum .entry-btn a:hover {
  text-decoration: none;
  opacity: 0.6; }

.sec_curriculum .text table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }

.sec_curriculum .text th, .sec_curriculum .text td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.sec_curriculum .text th {
  background-color: #f2f2f2;
  font-weight: bold; }

.sec_curriculum .default-table th {
  width: 20%; }

.sec_curriculum .block .text {
  margin-bottom: 1em; }

.sec_curriculum .voice-list {
  margin: 0 20px; }

.sec_curriculum .voice-list .list-item {
  margin-bottom: 2em; }

.sec_curriculum .voice-list .comment {
  position: relative;
  padding-left: 85px; }

.sec_curriculum .voice-list .comment::before {
  -webkit-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }

.sec_curriculum .voice-list .comment .commentInner {
  position: relative;
  padding: 20px 12px;
  border-radius: 10px; }

.sec_curriculum .voice-list .comment .commentInner::before {
  -webkit-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translate(0, -50%);
  border: 14px solid transparent;
  content: ""; }

.sec_curriculum .voice-list .type01 .comment::before {
  content: url(/files/user/images/academy/icon-curriculum-type01.png?v=1460727236); }

.sec_curriculum .voice-list .type01 .comment .commentInner {
  background-color: #e5f3fb; }

.sec_curriculum .voice-list .type01 .comment .commentInner::before {
  border-right: 16px solid #e5f3fb; }

.sec_curriculum .voice-list .type02 .comment::before {
  content: url(/files/user/images/academy/icon-curriculum-type02.png?v=1460727236); }

.sec_curriculum .voice-list .type02 .comment .commentInner {
  background-color: #fbe5e5; }

.sec_curriculum .voice-list .type02 .comment .commentInner::before {
  border-right: 16px solid #fbe5e5; }

/* 講座マップ表示サイズ調整 ---------- */
#page_topics_detail28 .sec_curriculum .block .photo-area .photo-item img {
  width: 100%; }

/* 2023.4 追記　ニュートン・アカデミー・プラス　ここから*/
.sec_academy_plus .block .erm.block-title:before {
    background-color: orange;
}

.sec_academy_plus .block .bcp.block-title:before {
    background-color: green;
}

.sec_academy_plus .block .erm.block-title,
.sec_academy_plus .block .bcp.block-title {
  margin: 30px 0 15px;
  padding: 6px 10px;
}

.sec_academy_plus .heading {
  margin-top: 40px;
}

.sec_academy_plus .block.block_plus {
  margin-bottom: 10px;
}

.sec_academy_plus .course,
.sec_academy_plus .style {
  width: 20%;
}

.sec_academy_plus .class {
  width: 40%;
}

.sec_academy_plus .time {
  width: 15%;
}

.sec_academy_plus .course {
  background-color: #f2f2f2;
  text-align: center;
}
/* 2023.4 追記　ニュートン・アカデミー・プラス　ここまで*/

/* アカデミープラス　利用規約 */
.sec_curriculum .terms_section {
  margin-bottom: 2em;
}

.sec_curriculum .terms_section li{
  margin-bottom: .5em;
  list-style: decimal outside!important;
}

.sec_curriculum .terms_section_ttl {
  margin-bottom: .2em;
  font-weight: bold;
}

.sec_curriculum ul.terms_list_parentheses {
  padding:.5em 0 0 2em;
  margin:0;
}

.sec_curriculum ul.terms_list_parentheses li {
  position: relative;
   margin-bottom: 0;
  list-style-type:none!important;
  list-style-position:outside;
  counter-increment: cnt;
}

.sec_curriculum ul.terms_list_parentheses li::before {
  position: absolute;
  content: "(" counter(cnt) ") ";
  display: inline-block;
  margin-left: -2.5em;
  width: 2em;
  top: 0;
  left: 0;
  text-align: right;
}
/* アカデミープラス　トピックス */
.detailCommon.academy_topics .article_top .title {
  font-size: 1.3em;
  border-bottom: 3px solid #de3e15;
  line-height: 2;}

.detailCommon.academy_topics .article_top .date-name .date-box .date {
  text-align: right;
}
.detailCommon.academy_topics .block {
  padding: 20px;
  border: 1px solid #ccc;
}

/* アカデミープラストップ　トピックス */
.block#academy_top .heading {
    padding: 8px 10px;
    overflow: hidden;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: linear-gradient(#ffffff, #eeeeee);
    }

.block#academy_top .heading:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    content: ""; }

  .block#academy_top .heading h2 {
    display: table;
    float: left; }

  .block#academy_top .heading h2:before {
    display: table-cell;
    width: 6px;
    height: 100%;
    background-color: #e60214;
    content: ""; }
  .block#academy_top .heading h2 span {
    margin-left: 5px;
    color: #333333;
    font-size: 16px;
    font-weight: bold; }

.block#academy_top .heading .link {
  float: right;
}

.block#academy_top .heading .link a{
  display: inline-block;
  padding: 5px 6px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: #ffffff;
  color: #666666;
  line-height: 1.2;
  text-decoration: none;
}

.block#academy_top .heading .link i {
  display: inline-block;
  margin-left: 6px;
  color: #e60214;
  font-weight: bold;
}

.block#academy_top .list-bordered :last-child {
  border-bottom: none;
}

.block#academy_top .link_bottom {
  margin-bottom: 2em;
}

.block_latest#academy_top li .subtxt {
  color: #fff;
  background-color: darkorange;
  text-align: center;
}

.block_latest#academy_top list-bordered li time {
  margin: 0 ;
}

.block_latest#academy_top li .subtxt .date{
  margin: 0 ;
}
.block_latest#academy_top li .link a, 
.block_latest#academy_top li .pdf a {
  display: inline;
}
#academy_top .list-bordered li a {
  margin-right: 0;
}


@media print, screen and (min-width: 769px) {
.block_latest#academy_top li .subtxt {
width: 15%;
margin-right: 3%;
}
.block_latest#academy_top li .maintxt {
width: 82%;
}
}


@media screen and (max-width: 768px) {
.block_latest#academy_top li .subtxt {
 width: 100px;
 margin-bottom: .8em;
}
}

/* NCAトップ動画埋め込み ---------- */
.sec_academy .nca_movie_box {
  max-width: 100%; 
  margin: 0 auto; 
  display: flex; 
  justify-content: center;
}
.sec_academy .nca_movie_box .block.movie-box {
  max-width: 40%; 
  margin: 0 auto; 
  padding: 2em 0 1em;
}

.sec_academy .br_sp {
  display: none;
}

@media screen and (max-width: 768px){
.sec_academy .nca_movie_box {
  flex-direction: column;
}
.sec_academy .nca_movie_box .block.movie-box {
  max-width: 90%; 
  margin: 0 auto; 
  padding: 1em 0 ;
}
.sec_academy .br_sp {
  display: block;
}
}


/* アカデミー・プラス 企業向け集合研修 実施事例 ---------- */
.corporate_training .link_case i {
    display: inline-block;
    margin-left: 6px;
    color: #e60214;
    font-weight: bold;
}



/* サイト内検索 ---------- */
.sec_search .gsc-input {
  font-size: 14px;
  font-size: 1.4rem; }

.sec_search .gsc-input-box {
  height: 30px; }

.sec_search .gsc-search-button {
  width: auto;
  height: 29px;
  margin: 0;
  vertical-align: middle; }

.sec_search .gsc-results .gs-title {
  height: 1.5em; }

/* 人気ページランキング ---------- */

 /* ナビ記事リニューアルでフォント変更 */
.side.rank,
.side.rank h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.side.rank {
  font-weight: 500;
}
.side.rank h2 {
  font-weight: bold;
}
.side.rank .heading {
  padding: 15px;
}


.side.rank .contents li {
  display: table;
  width: 100%;
  margin-top: 10px; }

.side.rank .contents li:first-child {
  margin-top: 0; }

.side.rank .contents li .no {
  display: table-cell;
  width: 24px;
  vertical-align: top; }

.side.rank .contents li .no span {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #333333;
  color: #ffffff;
  line-height: 24px;
  text-align: center; }

.side.rank .contents .rank1 .no span {
  background-color: #b38a0d; }

.side.rank .contents .rank2 .no span {
  background-color: #9fa7ac; }

.side.rank .contents .rank3 .no span {
  background-color: #7a5417; }

.side.rank .contents li a {
  display: inline-block;
  margin-left: 10px; }

/*
 PCレイアウト
================================================== */

/*
 SPレイアウト
================================================== */

/* 印刷用 ---------- */

/* クッキーポリシー */
.c-cookiePolicy {
  position: fixed;
  border: 1px solid #ccc;
  background-color: #edf2f3;
  z-index: 5; }

.c-cookiePolicy__button {
  background-color: #313131;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  transition: .4s opacity; }

.c-cookiePolicy__button:hover {
  opacity: .7; }

/*
 layout
-------------------------------------------------- */

.l-container {
  position: relative; }
  .l-container--huge {
    position: relative;
    width: 100%;
    margin: 0 auto; }
  .l-container--large {
    position: relative; }
  .l-container--middle {
    position: relative; }
  .l-container--single {
    position: relative; }
  .l-container--main {
    position: relative; }
  .l-container--side {
    position: relative; }
  .l-container--wrap {
    padding-right: 20px;
    padding-left: 20px; }

[class*=" l-"]:after,
[class^="l-"]:after {
  display: block;
  clear: both;
  content: ""; }

.l-footer {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: auto;
  background-color: #90010d;
  color: #fff; }

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.l-footer__nav__link::before {
  content: ""; }

.is-sp-menu-open {
  position: fixed;
  width: 100%; }

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 5px solid #90010d;
  z-index: 100; }

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.l-header__logo {
  display: inline-block; }

.l-header__nav__item {
  position: relative; }

.l-header__nav__button {
  position: relative; }

.l-header__nav__child.is-open {
  max-height: 100vh; }

.l-header__nav__child__item a {
  display: block; }
  .l-header__nav__child__item a:hover {
    text-decoration: none;
    opacity: .7; }

.l-header__subnav__link {
  display: block;
  background-color: #04366a;
  color: #fff;
  text-align: center;
  transition: .4s opacity; }
  .l-header__subnav__link:hover {
    text-decoration: none;
    opacity: .7; }
  .l-header__subnav__link::before {
    margin-right: 5px;
    content: ""; }

.icon-animation {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.02); }

.icon-animation:hover {
  opacity: 0.7; }

.icon-animation span {
  display: block;
  position: absolute;
  top: 50%;
  width: 22px;
  height: 2px;
  margin-left: 0;
  border-radius: 5px;
  background: #333; }

.type-1 span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.3s; }

.type-1 .top {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px); }

.type-1 .bottom {
  -webkit-transform: translateY(6px);
  transform: translateY(6px); }

.type-1.is-open .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px); }

.type-1.is-open .middle {
  background: rgba(255, 255, 255, 0); }

.type-1.is-open .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px); }

/*
 object
-------------------------------------------------- */
/* component --------------------------- */
/*
---
name: Accordion
category:
 - component/js/accordion
---

```html
<dl class="c-accordion" data-js="accordion-box">
  <dt class="c-accordion__title" data-js="accordion-toggle">見出しクリックでコンテンツをアコーディオン開閉</dt>
  <dd class="c-accordion__contents">コンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツ</dd>
</dl>

```
*/
.c-accordion {
  transition: .4s; }
  .c-accordion__title {
    transition: .4s; }
    .c-accordion__title:hover {
      opacity: .7; }
  .c-accordion__contents {
    display: none;
    transition: .4s; }
  .c-accordion.is-active .c-accordion__contents {
    display: block; }

/*
---
name: base button
category:
 - component/button
tag:
 - base
 - button
---

## This is base button

* Base button style.
* Use `a` or `button` tag.

```html
<div>
  <button class="c-button">ボタン</button>
  <button class="c-button icon-arrow-right">ボタン</button>
  <button class="c-button icon-arrow-left">ボタン</button>
</div>
<div>
  <button class="c-button--strong">強調ボタン</button>
  <button class="c-button--strong icon-arrow-right">強調ボタン</button>
  <button class="c-button--strong icon-arrow-left">強調ボタン</button>
</div>
<div>
  <button class="c-button--disabled">非活性ボタン</button>
  <button class="c-button--disabled icon-arrow-right">非活性ボタン</button>
  <button class="c-button--disabled icon-arrow-left">非活性ボタン</button>
</div>
<div>
  <button class="c-button--return">戻るボタン</button>
  <button class="c-button--return icon-arrow-right">戻るボタン</button>
  <button class="c-button--return icon-arrow-left">戻るボタン</button>
</div>
```
*/
.icon-arrow-right.c-button:before, .icon-arrow-right.c-button--strong:before, .icon-arrow-right.c-button--disabled:before, .icon-arrow-right.c-button--return:before, .icon-arrow-left.c-button:after, .icon-arrow-left.c-button--strong:after, .icon-arrow-left.c-button--disabled:after, .icon-arrow-left.c-button--return:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }

.c-button, .c-button--strong, .c-button--disabled, .c-button--return {
  display: inline-block;
  position: relative;
  padding: 1em 2em;
  border-radius: 4px;
  background-color: #e60214;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.15;
  cursor: pointer;
  transition: 0.3s; }
  .icon-arrow-right.c-button:before, .icon-arrow-right.c-button--strong:before, .icon-arrow-right.c-button--disabled:before, .icon-arrow-right.c-button--return:before {
    right: 12px;
    content: ""; }
  .icon-arrow-left.c-button:after, .icon-arrow-left.c-button--strong:after, .icon-arrow-left.c-button--disabled:after, .icon-arrow-left.c-button--return:after {
    left: 12px;
    content: ""; }
  .c-button:hover, .c-button--strong:hover, .c-button--disabled:hover, .c-button--return:hover {
    background-color: #fd3747; }

.c-button--strong {
  font-weight: bold; }

.c-button--disabled {
  background-color: #bbb;
  pointer-events: none; }

.c-button--return {
  border: solid 1px #e60214;
  background-color: #fff;
  color: #e60214; }
  .c-button--return:hover {
    background-color: #e6e6e6; }

.c-button__outer {
  margin: 20px auto;
  text-align: center; }
  .c-button__outer button {
    margin: 0 10px; }

.c-cookiePolicy {
  position: fixed;
  border: 1px solid #ccc;
  background-color: #edf2f3;
  z-index: 5; }

.c-cookiePolicy__description a {
  color: #1853b5; }

.c-cookiePolicy__button {
  background-color: #313131;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  transition: .4s opacity; }
  .c-cookiePolicy__button:hover {
    opacity: .7; }

/*
---
name: Error MessageBox
category:
 - component/form/error
---

```html
<div class="c-form-errorBox">
    <div class="c-form-errorBox__heading">
        <i class="fa fa-exclamation-triangle fa-2x"></i>エラーが発生しました。
    </div>
    <ul class="c-form-errorBox__list">
        <li>お名前は必ず入力してください。</li>
        <li>・お名前は必ず入力してください。</li>
        <li>※ お名前は必ず入力してください。</li>
    </ul>
</div>
```
*/
.c-form-errorBox {
  width: 100%;
  margin: 20px auto;
  padding: 20px;
  border: 2px solid #D91E10;
  background-color: rgba(217, 30, 16, 0.1);
  color: #D91E10; }

.c-form-errorBox__heading {
  padding-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }
  .c-form-errorBox__heading i {
    margin-right: 10px;
    vertical-align: middle; }

.c-form-errorBox__list {
  margin-top: 20px; }
  .c-form-errorBox__list li {
    margin-top: 10px; }

/*
---
name: Error Message
category:
- component/form/error
---

```html
<div class="c-form__inner">
    <input type="text" name="" value="" class="c-form-input" placeholder="テキストを入力してください。">
    <div class="c-form-error__msg">
        ※ お名前は必ず入力してください。
    </div>
</div>
```
*/
.c-form-error__msg {
  display: block;
  margin-top: 10px;
  color: #D91E10; }

/*
---
name: Required
category:
 - component/form
---

```html
<div class="c-form">
    項目<span class="c-form-required">（必須）</span>
</div>
```
*/
.c-form-required {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold; }

/*
---
name: Policy Agree
category:
 - component/form
---

```html
<div class="c-form-policyAgree">
  <div class="c-form-policyAgree__contents">
    <h2 class="c-heading--lv2">個人情報保護方針</h2>
    <p>ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</p>

    <h3 class="c-heading--lv3">１．個人情報に関する個人の尊重</h3>
    <p>ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</p>

    <p class="c-text--align-right">XXXX年XX月XX日</p>
  </div>
  <p class="c-form-policyAgree__check"><label><input type="checkbox" name="" value="" class="c-form-toggle__checkbox" data-js="privacyAgreeCheck"> 個人情報保護方針に同意する</label></p>
</div>
<div class="c-button__outer">
  <button class="c-button--disabled" type="submit" data-js="privacyAgreeSubmit">確認</button>
</div>
```
*/
.c-form-policyAgree {
  margin: 30px auto; }
  .c-form-policyAgree__contents {
    height: 300px;
    margin: 0 auto 30px;
    overflow-y: auto;
    border: 1px solid #ccc; }
  .c-form-policyAgree__check {
    text-align: center; }

/*
---
name: Grid
category:
 - component/grid
---

```html
<div class="c-grid-col-12">
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-2">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-2">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-2">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-2">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-2">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-2">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-3">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-3">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-3">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-3">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-4">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-4">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-4">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-5">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-7">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-6">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-6">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-7">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-5">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-8">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-4">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-9">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-3">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-10">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-2">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-11">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-12">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>
```
*/
/* .c-grid-col-1 = width: 8.333% */

.c-grid__item {
  width: 100%;
  padding: 0.2em;
  border: solid 1px #ccc;
  background-color: #fff;
  text-align: center; }

[class*=" c-grid-col-"],
[class^="c-grid-col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*
---
name: Heading h1
category:
 - component/typography/heading
---

## h1

```html
<h1 class="c-heading--lv1">h1テキストh1テキストh1テキストh1テキストh1テキストh1テキストh1テキストh1テキスト</h1>

<article class="c-article">
	<h1>h1テキストh1テキストh1テキストh1テキスト</h1>
</article>

```
*/
.c-heading--lv1, .c-article h1 {
  font-weight: bold; }

/*
---
name: Heading h2
category:
 - component/typography/heading
---

## h2

```html
<h2 class="c-heading--lv2">h2テキストh2テキストh2テキストh2テキストh2テキストh2テキストh2テキストh2テキスト</h2>

<article class="c-article">
	<h2>h2テキストh2テキストh2テキストh2テキスト</h2>
</article>

```
*/
.c-heading--lv2, .c-article h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: bold; }

/*
---
name: Heading h3
category:
 - component/typography/heading
---

## h3

```html
<h3 class="c-heading--lv3">h3テキストh3テキストh3テキストh3テキストh3テキストh3テキストh3テキストh3テキストh3テキスト</h3>

<article class="c-article">
	<h3>h3テキストh3テキストh3テキストh3テキスト</h3>
</article>

```
*/
.c-heading--lv3, .c-article h3 {
  background-color: #e60214;
  color: #fff;
  line-height: 1.4; }

/*
---
name: Heading h4
category:
 - component/typography/heading
---

## h4

```html
<h4 class="c-heading--lv4">h4テキストh4テキストh4テキストh4テキストh4テキストh4テキストh4テキストh4テキスト</h4>

<article class="c-article">
	<h4>h4テキストh4テキストh4テキストh4テキスト</h4>
</article>

```
*/
.c-heading--lv4, .c-article h4 {
  border-left: 4px solid #e60214;
  color: #e60214;
  line-height: 1.4; }

/*
---
name: ImageText
category:
 - component/figure/imageText
---

## ImageText

```html
<div class="c-imageText">
	<div class="c-imageText__picture--top">
		<img src="/files/user/images/600x400.png?v=">
		<p class="c-imageText__caption">画像のキャプションが入ります。</p>
	</div>
	<p class="c-text">画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。</p>
</div>

<div class="c-imageText">
	<div class="c-imageText__picture--right">
		<img src="/files/user/images/300x200.png?v=">
		<p class="c-imageText__caption">画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。</p>
	</div>
	<p class="c-text">画像右配置＋テキストです。画像右配置＋テキストです。画像右配置＋テキストです。画像右配置＋テキストです。画像右配置＋テキストです。<br><br>画像右配置＋テキストです。<br>画像右配置＋テキストです。<br>画像右配置＋テキストです。<br>画像右配置＋テキストです。画像右配置＋テキストです。</p>
</div>

<div class="c-imageText">
	<div class="c-imageText__picture--left">
		<img src="/files/user/images/200x133.png?v=">
		<p class="c-imageText__caption">画像のキャプションが入ります。画像のキャプションが入ります。</p>
	</div>
	<p class="c-text">画像左配置＋テキストです。画像左配置＋テキストです。<br>画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。<br>画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。</p>
</div>

<div class="c-imageText">
	<p class="c-text">画像下配置＋テキストです。画像下配置＋テキストです。画像下配置＋テキストです。画像下配置＋テキストです。</p>
	<div class="c-imageText__picture--bottom">
		<img src="/files/user/images/600x400.png?v=">
		<p class="c-imageText__caption">画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。</p>
	</div>
</div>

```
*/

.c-imageText::after {
  display: block;
  clear: both;
  content: ""; }

.c-imageText__picture--top {
  text-align: center; }

.c-imageText__picture--bottom {
  text-align: center; }

.c-imageText__caption {
  width: 100%;
  margin: 10px auto 0;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem; }

/*
---
name: Input
category:
 - component/form/input
---

```html
<div class="c-form__inner">
<input type="text" name="" value="" class="c-form-input" placeholder="テキストを入力してください。">
</div>
```
*/
.c-form-input, .c-form-input--tel, .c-form-input--zip, .c-form-input--textarea {
  padding: 10px;
  border: 1px solid #ccc; }

.c-form__inner {
  display: block;
  padding: 20px 0; }

.c-form-input {
  display: block;
  width: 100%; }

/*
---
name: Input tell
category:
- component/form/input
---

```html
<div class="c-form__inner">
    <input type="text" name="" value="" class="c-form-input--tel" placeholder="">－<input type="text" name="" value="" class="c-form-input--tel" placeholder="">－<input type="text" name="" value="" class="c-form-input--tel" placeholder="">
</div>
```
*/
.c-form-input--tel {
  display: inline-block;
  width: 150px; }
  .c-form-input--tel:first-of-type {
    margin-right: 10px; }
  .c-form-input--tel:nth-of-type(2) {
    margin: 0 10px; }
  .c-form-input--tel:last-of-type {
    margin-left: 10px; }

/*
---
name: Input zip
category:
- component/form/input
---

```html
<div class="c-form__inner">
    〒<input type="text" name="" value="" class="c-form-input--zip" placeholder="">－<input type="text" name="" value="" class="c-form-input--zip" placeholder="">
    <button id="" class="c-form-input--zip__btn c-button">住所自動入力</button>
</div>
```
*/
.c-form-input--zip {
  display: inline-block; }
  .c-form-input--zip:first-of-type {
    width: 100px;
    margin: 0 10px; }
  .c-form-input--zip:last-of-type {
    width: 150px;
    margin-left: 10px; }

.c-form-input--zip__btn {
  margin-left: 20px;
  cursor: pointer; }

/*
---
name: Input textarea
category:
- component/form/input
---

```html
<div class="c-form__inner">
    <textarea name="" rows="" cols="" class="c-form-input--textarea" placeholder="テキストを入力してください。"></textarea>
</div>

<div class="c-form__inner">
    <textarea name="" rows="10" cols="0" class="c-form-input--textarea" placeholder="テキストを入力してください。"></textarea>
</div>
```
*/
.c-form-input--textarea {
  display: block;
  width: 100%;
  min-height: 100px; }

.c-inquiryBlock {
  border: 1px solid #ccc; }

.c-inquiryBlock__heading {
  font-weight: bold; }

.c-inquiryBlock__text::before {
  margin-right: 5px; }

.c-inquiryBlock__text.-tel::before {
  content: ""; }

.c-inquiryBlock__text.-mail::before {
  content: ""; }

/*
---
name: Layout
category:
 - component/js/layout
---

```html

```
*/
.c-globalNav__head {
  position: relative;
  height: 50px;
  background-color: #ccc; }

.c-globalNav__bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer; }
  .c-globalNav__bars:before {
    content: ""; }
  .is-active .c-globalNav__bars__bars:before {
    content: ""; }

.c-globalNav__item {
  padding: 1em; }
  .c-globalNav__item:not(:last-child) {
    border-bottom: solid 1px #ccc; }

.is-active .c-globalNav__body {
  display: block;
  left: 0; }

.c-globalNav__body {
  display: none;
  position: fixed;
  left: -100%;
  height: 100%;
  background-color: #fff;
  transition: 0.3s;
  z-index: 9999; }
  .c-globalNav__body__bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: 0.3s; }
  .is-active .c-globalNav__body__bg {
    display: block; }

/*
---
name: Link
category:
 - component/typography/link
---

```html
<article class="c-article">
	<p>テキストが入っています。テキストが入っています。<a href="/DUMMY">テキストリンク</a>テキストが入っています。</li>
	<ul class="c-list--link">
		<li><a href="/DUMMY"><i class="c-link__icon c-list__icon -front fa fa-caret-right"></i>矢印リンク矢印リンク矢印リンク</a></li>
		<li><a href="/DUMMY"><i class="c-link__icon c-list__icon -front fa fa-caret-right"></i>別窓リンク別窓リンク別窓リンク別窓リンク<i class="c-link__icon -rear fa fa-window-restore"></i></a></li>
		<li><a href="/DUMMY"><i class="c-link__icon c-list__icon -front fa fa-caret-right"></i>PDFリンクPDFリンクPDFリンクPDFリンク(532KB)<i class="c-link__icon -rear fa fa-file-pdf-o"></i></a></li>
	</ul>
</article>
```
*/
a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.c-link__icon {
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: 0; }
  .c-link__icon.-front {
    margin-right: 3px; }
  .c-link__icon.-rear {
    margin-left: 5px; }

[class^='c-list'] li {
  position: relative;
  padding-left: 24px; }
  [class^='c-list'] li:not(:first-child) {
    margin-top: 5px; }
  [class^='c-list'] li::before {
    position: absolute;
    left: 0;
    content: "・"; }

/*
---
name: List
category:
 - component/typography/list
---

## disc list

```html
<ul class="c-list--disc">
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--disc {
  padding-left: 1em; }

.c-list--disc li {
  padding-left: 0;
  list-style: disc; }
  .c-list--disc li::before {
    content: none; }

/*
---
name: List
category:
 - component/typography/list
---

## number list

```html
<ul class="c-list--number">
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--number li {
  counter-increment: cnt; }
  .c-list--number li::before {
    content: counter(cnt) "."; }

/*
---
name: List
category:
 - component/typography/list
---

## number list（brackets）

```html
<ul class="c-list--number-brackets">
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--number-brackets li {
  counter-increment: cnt; }
  .c-list--number-brackets li::before {
    content: "(" counter(cnt) ")"; }

/*
---
name: List
category:
 - component/typography/list
---

## annotation list

```html
<ul class="c-list--annotation">
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--annotation li::before {
  content: "※"; }

/*
---
name: List
category:
 - component/typography/list
---

## asterisk list

```html
<ul class="c-list--asterisk">
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--asterisk li {
  padding-left: 14px; }
  .c-list--asterisk li::before {
    content: "*"; }

/*
---
name: List
category:
 - component/typography/list
---

## link list

```html
<ul class="c-list--link">
	<li><a href="/DUMMY"><i class="c-link__icon c-list__icon fa fa-caret-right"></i>リストです。リストです。リストです。リストです。リストです。リストです。</a></li>
	<li><a href="/DUMMY"><i class="c-link__icon c-list__icon fa fa-caret-right"></i>リストです。リストです。リストです。リストです。リストです。リストです。</a></li>
	<li><a href="/DUMMY"><i class="c-link__icon c-list__icon fa fa-caret-right"></i>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</a></li>
</ul>
```
*/
.c-list--link li {
  position: relative;
  padding-left: 14px; }
  .c-list--link li::before {
    content: none; }

.c-list__icon {
  position: absolute;
  top: 3px;
  left: 0;
  color: #e60214; }

/*
---
name: Loading
category:
 - component/js/loading
---

```html
<div class="c-modal">
  <div class="c-modal__bg"></div>
  <div class="c-modal__contents--loading">
    <i class="fa fa-spinner fa-pulse fa-1x fa-fw"></i>
  </div>
</div>
<button type="button" data-js="loading-open">ローディング表示</button>
```
*/
.c-modal__contents--loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9900; }
  .c-modal__contents--loading .fa {
    color: #fff;
    font-size: 100px;
    font-size: 10rem; }

/*
---
name: Modal
category:
 - component/js/modal
---

```html
<div class="c-modal">
  <div class="c-modal__bg"></div>
  <div class="c-modal__contents">
    <div class="c-modal__contents__item" data-js="modal-contents" data-modal-content="1">
      <div class="c-modal__contents__item__inner">
        <p><img src="https://dummyimage.com/850x400/333/fff" alt=""><br>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
        <button type="button" data-js="modal-apply">モーダル内の特定のボタンを押下したらモーダルを閉じる</button>
      </div>
    </div>
    <div class="c-modal__contents__item" data-js="modal-contents" data-modal-content="2">
      <div class="c-modal__contents__item__inner">
        <p>ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</p>
        <button type="button" data-js="modal-apply">モーダル内の特定のボタンを押下したらモーダルを閉じる</button>
      </div>
    </div>
    <div class="c-modal__contents__item" data-js="modal-contents" data-modal-content="3">
      <div class="c-modal__contents__item__inner">
        <p>テストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテスト</p>
        <button type="button" data-js="modal-apply">モーダル内の特定のボタンを押下したらモーダルを閉じる</button>
      </div>
    </div>
    <div class="c-modal__close" data-js="modal-close"></div>
  </div>
</div>
<button type="button" data-js="modal-open" data-modal="1">モーダル1を開く</button>
<button type="button" data-js="modal-open" data-modal="2">モーダル2を開く</button>
<button type="button" data-js="modal-open" data-modal="3">モーダル3を開く</button>
```
*/
.is-overflow-y {
  overflow-y: hidden; }

.c-modal.is-open {
  display: block; }

.c-modal__bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9000; }

.c-modal__contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-height: 95%;
  padding: 30px;
  overflow-y: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: #fff;
  z-index: 9100; }
  .c-modal__contents__item {
    display: none; }
    .c-modal__contents__item.is-active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

.c-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 9200; }
  .c-modal__close:hover {
    opacity: 0.7; }
  .c-modal__close:after, .c-modal__close:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    height: 1px;
    background: #000;
    content: ""; }
  .c-modal__close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .c-modal__close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/*
---
name: Navi
category:
 - component/js/navi
---

```html
<button type="button" data-js="pageTop">ページトップへ</button>
```
*/
/*
---
name: Pager
category:
 - component/topics/pager
---

```html
<ul class="c-pager">
	<li class="c-pager__item c-pager__control"><a class="c-pager__link" href="/DUMMY"><i class="c-pager__icon fa fa-angle-double-left"></i></a></li>
	<li class="c-pager__item c-pager__control"><a class="c-pager__link" href="/DUMMY"><i class="c-pager__icon fa fa-angle-left"></i></a></li>
	<li class="c-pager__item"><a class="c-pager__link" href="/DUMMY">1</a></li>
	<li class="c-pager__item"><a class="c-pager__link is-current" href="/DUMMY">2</a></li>
	<li class="c-pager__item"><a class="c-pager__link" href="/DUMMY">3</a></li>
	<li class="c-pager__item"><a class="c-pager__link" href="/DUMMY">4</a></li>
	<li class="c-pager__item"><a class="c-pager__link" href="/DUMMY">5</a></li>
	<li class="c-pager__item c-pager__control"><a class="c-pager__link" href="/DUMMY"><i class="c-pager__icon fa fa-angle-right"></i></a></li>
	<li class="c-pager__item c-pager__control"><a class="c-pager__link" href="/DUMMY"><i class="c-pager__icon fa fa-angle-double-right"></i></a></li>
</ul>
```
*/
.c-pager {
  letter-spacing: -0.5em;
  text-align: center; }

.c-pager__item {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top; }
  .c-pager__item:not(:first-child) {
    margin-left: 10px; }

.c-pager__link {
  display: block;
  border: 1px solid #ccc;
  background-color: #fff;
  transition: .4s border, .4s background-color, .4s color; }
  .c-pager__link:hover, .c-pager__link.is-current {
    border-color: #e60214;
    background-color: #e60214;
    color: #fff; }

/*
---
name: Selectbox (default)
category:
 - component/form/selectbox
---

```html
<div class="c-form__inner">
    <select name="" class="c-form-select">
        <option value="">選択してください</option>
        <option value="">選択肢その1</option>
        <option value="">選択肢その2</option>
        <option value="">選択肢その3</option>
        <option value="">選択肢その4</option>
    </select>
</div>
<div class="c-form__inner">
    <select name="" class="c-form-select--inline">
        <option value="">選択してください</option>
        <option value="">選択肢その1</option>
        <option value="">選択肢その2</option>
        <option value="">選択肢その3</option>
        <option value="">選択肢その4</option>
    </select>
    <select name="" class="c-form-select--inline">
        <option value="">選択してください</option>
        <option value="">選択肢その1</option>
        <option value="">選択肢その2</option>
        <option value="">選択肢その3</option>
        <option value="">選択肢その4</option>
    </select>
</div>
```
*/
.c-form-select, .c-form-select--inline {
  display: block;
  width: auto;
  height: 40px;
  padding: 5px 10px;
  line-height: 1em;
  cursor: pointer; }
  .c-form-select--inline {
    display: inline-block; }

/*
---
name: Selectbox (designed)
category:
- component/form/selectbox
---

```html
<div class="c-form__inner">
    <div class="c-form-select--design">
    <select name="">
    <option value="">選択してください</option>
    <option value="">選択肢その1</option>
    <option value="">選択肢その2</option>
    <option value="">選択肢その3</option>
    <option value="">選択肢その4</option>
    </select>
    </div>
</div>
```
*/
.c-form-select--design {
  position: relative;
  width: 200px;
  overflow: hidden; }
  .c-form-select--design select::-ms-expand {
    display: none; }
  .c-form-select--design select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 30px 5px 20px;
    border: 1px solid #e60214;
    border-radius: 20px;
    outline: none;
    background-color: #e60214;
    color: #fff;
    line-height: 1em;
    cursor: pointer; }
  .c-form-select--design::after {
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 10%;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-10%, -40%) rotate(-45deg);
    transform: translate(-10%, -40%) rotate(-45deg);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    cursor: pointer; }

/*
---
name: Slider
category:
 - component/js/slider
---

```html
<div class="c-slider flexslider" data-js="flexslider">
	<ul class="c-slider__inner slides">
		<li class="c-slider__item">
			<picture>
				<source media="(max-width: 768px)" srcset="/files/user/images/flexslider/flexslider_01.jpg?v=">
				<img src="/files/user/images/flexslider/flexslider_01.jpg?v=" alt="">
			</picture>
		</li>
		<li class="c-slider__item">
			<picture>
				<source media="(max-width: 768px)" srcset="/files/user/images/flexslider/flexslider_02.jpg?v=">
				<img src="/files/user/images/flexslider/flexslider_02.jpg?v=" alt="">
			</picture>
		</li>
		<li class="c-slider__item">
			<picture>
				<source media="(max-width: 768px)" srcset="/files/user/images/flexslider/flexslider_03.jpg?v=">
				<img src="/files/user/images/flexslider/flexslider_03.jpg?v=" alt="">
			</picture>
		</li>
		<li class="c-slider__item">
			<picture>
				<source media="(max-width: 768px)" srcset="/files/user/images/flexslider/flexslider_04.jpg?v=">
				<img src="/files/user/images/flexslider/flexslider_04.jpg?v=" alt="">
			</picture>
		</li>
	</ul>
</div>
```
*/

.c-slider__item {
  position: relative;
  height: 100%;
  max-height: 580px; }
  .c-slider__item a {
    display: block; }

/*
---
name: Tab
category:
 - component/js/tab
---

```html
<div class="c-tab">
  <ul class=c-tab__nav>
    <li class="c-tab__nav__item is-active" data-tab="1" data-js="change-tab">タブ1</li>
    <li class="c-tab__nav__item" data-tab="2" data-js="change-tab">タブ2</li>
    <li class="c-tab__nav__item" data-tab="3" data-js="change-tab">タブ3</li>
  </ul>
  <div class="c-tab__content__outer">
    <div class="c-tab__content" data-tab-content="1">
      <div class="c-tab__content__inner">
        タブ1内容タブ1内容タブ1内容<br>
        タブ1内容タブ1内容タブ1内容<br>
        タブ1内容タブ1内容タブ1内容<br>
        タブ1内容タブ1内容タブ1内容<br>
        タブ1内容タブ1内容タブ1内容<br>
        タブ1内容タブ1内容タブ1内容<br>
        タブ1内容タブ1内容タブ1内容
      </div>
    </div>
    <div class="c-tab__content" data-tab-content="2">
      <div class="c-tab__content__inner">
        タブ2内容タブ2内容タブ2内容<br>
        タブ2内容タブ2内容タブ2内容<br>
        タブ2内容タブ2内容タブ2内容
      </div>
    </div>
    <div class="c-tab__content" data-tab-content="3">
      <div class="c-tab__content__inner">
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容
      </div>
    </div>
  </div>
</div>
```
*/
.c-tab__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-tab__nav__item {
    padding: 1em 2em;
    border: solid 1px #ccc;
    border-bottom: none;
    background-color: #fff;
    cursor: pointer;
    transition: 0.3s; }
    .c-tab__nav__item:not(:last-child) {
      border-right: none; }
    .c-tab__nav__item.is-active {
      background-color: #e6e6e6; }

.c-tab__content {
  display: none;
  position: relative;
  width: 600px;
  border: solid 1px #ccc;
  background-color: #fff;
  z-index: 0; }
  .c-tab__content.is-active {
    display: block;
    z-index: 100; }
  .c-tab__content__inner {
    padding: 1em; }

.t-hti-news {
  background-color: #e5f2f9; }
  .t-hti-news__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.2em; }
    .t-hti-news__head:before {
      display: block;
      width: 40px;
      height: 1px;
      margin-right: 15px;
      background-color: #000;
      content: ""; }
    .t-hti-news__head__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 10px;
      right: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      letter-spacing: 0.05em; }
      .t-hti-news__head__link:after {
        position: relative;
        top: -1px;
        margin-left: 10px;
        color: #848c90;
        font-size: 20px;
        font-size: 2rem;
        content: ""; }
  .t-hti-news__tab__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 30px;
    border: solid 1px #e5f2f9;
    background-color: #fff; }
  .t-hti-news__tab__head.-jmhc {
    border: solid 1px #65c15d; }
  .t-hti-news__tab__item.-jmhc.is-active {
    color: #3eb134; }
  .t-hti-news__tab__item {
    position: relative;
    margin-right: 40px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    cursor: pointer; }
    .t-hti-news__tab__item.is-active {
      color: #0081c9; }
      .t-hti-news__tab__item.is-active:after {
        position: absolute;
        right: 25%;
        bottom: -20px;
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
        font-size: 25px;
        font-size: 2.5rem;
        content: ""; }
  .t-hti-news__tab__body {
    position: relative;
    overflow: hidden;
    background-color: #fff; }
  .t-hti-news__tab__content {
    position: absolute;
    top: 20px;
    height: 100%;
    padding: 10px 0;
    background-color: #fff; }
    .t-hti-news__tab__content[data-tab-content="1"] {
      z-index: 100; }
  .t-hti-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .t-hti-news__item__date {
      width: 110px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold; }
    .t-hti-news__item__category {
      width: 120px; }
      .t-hti-news__item__category span {
        max-width: 120px;
        padding: 5px 20px;
        border: solid 1px #0081c9;
        border-radius: 30px;
        color: #0081c9;
        font-size: 10px;
        font-size: 1rem;
        font-weight: bold; }
        .t-hti-news__item__category span.-jmhc {
          border: solid 1px #3eb134;
          border-radius: 30px;
          color: #3eb134; }
    .t-hti-news__item__title {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.5; }
      .t-hti-news__item__title a:hover {
        text-decoration: underline; }
      .t-hti-news__item__title .new {
        margin-left: 10px;
        color: #f16f29; }

/*
---
name: Table simple (table tag)
category:
 - component/table
---

```html
<table class="c-table">
    <tbody>
        <tr>    
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入りますテキストが入ります</td>
        </tr>
        <tr>    
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入りますテキストが入ります</td>
        </tr>
    </tbody>
</table>
```
*/
.c-table th, .c-table td, .c-table--dl dt, .c-table--dl dd, .c-table--scroll th, .c-table--scroll td {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  text-align: left; }

.c-table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-collapse: collapse; }
  .c-table th {
    color: #e60214;
    font-weight: bold; }

/*
---
name: Table simple (dl tag)
category:
- component/table
---

```html
<div class="c-table--dl">
    <dl>
        <dt>見出しが入ります</dt>
        <dd>テキストが入りますテキストが入りますテキストが入ります</dd>
    </dl>
    <dl>
        <dt>見出しが入ります</dt>
        <dd>テキストが入りますテキストが入りますテキストが入ります</dd>
    </dl>
</div>
```
*/
.c-table--dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .c-table--dl dl:first-of-type {
    border-top: 1px solid #ccc; }

.c-table--dl dt {
  color: #e60214;
  font-weight: bold; }

/*
---
name: Table scroll
category:
- component/table
---

```html
<table class="c-table--scroll">
    <thead>
        <tr>
            <th>見出しその1</th>
            <th>見出しその2</th>
            <th>見出しその3</th>
            <th>見出しその4</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
        </tr>
        <tr>
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入りますテキストが入りますテキストが入りますテキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
        </tr>
        <tr>
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入りますテキストが入りますテキストが入りますテキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
        </tr>
    </tbody>
</table>
```
*/
.c-table--scroll {
  border-top: 1px solid #ccc;
  border-collapse: collapse; }
  .c-table--scroll th, .c-table--scroll td {
    min-width: 200px; }
    .c-table--scroll th:not(:first-child), .c-table--scroll td:not(:first-child) {
      border-left: 1px solid #ccc; }
  .c-table--scroll th {
    color: #e60214;
    font-weight: bold; }
  .c-table--scroll thead th {
    background-color: #f8f8f8; }

/*
---
name: Text
category:
 - component/typography/text
---

## テキスト

```html
<p class="c-text">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>

<article class="c-article">
	<p>テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</p>
	<p>テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</p>
</article>
```
*/
.c-text, .c-article p {
  margin: 10px 0; }

/*
---
name: highlighted Text 
category:
 - component/typography/text
---

## テキスト

```html
<p class="c-text--highlighted">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>

<article class="c-article">
	<p>
		テキストが入ります。<strong>テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</strong>
		<br>テキストが<em>入ります。</em>テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。<em>テキストが入ります。</em>
	</p>
</article>
```
*/
.c-text--highlighted, .c-article strong, .c-article em {
  font-style: normal;
  font-weight: bold; }

/*
---
name: align Text 
category:
 - component/typography/text
---

## テキスト位置

```html
<p class="c-text c-text--align-right">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>
<p class="c-text c-text--align-center">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>
<p class="c-text c-text--align-left">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>

```
*/
.c-text--align-right {
  text-align: right; }

.c-text--align-center {
  text-align: center; }

.c-text--align-left {
  text-align: left; }

/*
---
name: Toggle radio button (default)
category:
 - component/form/toggle
---

```html
<div class="c-form__inner">
    <ul class="c-form-toggle__list">
        <li><label><input type="radio" name="radio1" value="" class="c-form-toggle__radio">選択肢その1</label></li>
        <li><label><input type="radio" name="radio1" value="" class="c-form-toggle__radio">選択肢その2</label></li>
        <li><label><input type="radio" name="radio1" value="" class="c-form-toggle__radio">選択肢その3</label></li>
    </ul>
</div>

<div class="c-form__inner">
    <ul class="c-form-toggle__list--inline">
        <li><label><input type="radio" name="radio2" value="" class="c-form-toggle__radio">選択肢その1</label></li>
        <li><label><input type="radio" name="radio2" value="" class="c-form-toggle__radio">選択肢その2</label></li>
        <li><label><input type="radio" name="radio2" value="" class="c-form-toggle__radio">選択肢その3</label></li>
    </ul>
</div>
```
*/
.c-form-toggle__list li label, .c-form-toggle__list--inline li label {
  cursor: pointer; }

.c-form-toggle__list li {
  display: block;
  cursor: pointer; }
  .c-form-toggle__list li:not(:first-of-type) {
    margin-top: 20px; }

.c-form-toggle__radio, .c-form-toggle__checkbox {
  display: inline-block;
  margin-right: 5px; }

/*
---
name: Toggle checkbox (default)
category:
- component/form/toggle
---

```html
<div class="c-form__inner">
    <ul class="c-form-toggle__list">
        <li><label><input type="checkbox" name="" value="" class="c-form-toggle__checkbox">選択肢その1</label></li>
        <li><label><input type="checkbox" name="" value="" class="c-form-toggle__checkbox">選択肢その2</label></li>
        <li><label class="c-form-toggle__label"><input type="checkbox" name="" value="" class="c-form-toggle__checkbox">選択肢その3</label></li>
    </ul>
</div>

<div class="c-form__inner">
    <ul class="c-form-toggle__list--inline">
        <li><label><input type="checkbox" name="" value="" class="c-form-toggle__checkbox">選択肢その1</label></li>
        <li><label><input type="checkbox" name="" value="" class="c-form-toggle__checkbox">選択肢その2</label></li>
        <li><label><input type="checkbox" name="" value="" class="c-form-toggle__checkbox">選択肢その3</label></li>
    </ul>
</div>
```
*/
/*
---
name: Toggle radio button (designed)
category:
- component/form/toggle
---

```html
<div class="c-form__inner">
    <ul class="c-form-toggle__list">
        <li class="c-form-toggle__radio--design">
            <input type="radio" name="radio3" value="" checked="checked" id="radio1">
            <label for="radio1">選択肢その1</label>
        </li>
        <li class="c-form-toggle__radio--design">
            <input type="radio" name="radio3" value="" id="radio2">
            <label for="radio2">選択肢その2</label>
        </li>
        <li class="c-form-toggle__radio--design">
            <input type="radio" name="radio3" value="" id="radio3">
            <label for="radio3">選択肢その3</label>
        </li>
    </ul>
</div>

<div class="c-form__inner">
    <ul class="c-form-toggle__list--inline">
        <li class="c-form-toggle__radio--design">
            <input type="radio" name="radio4" value="" checked="checked" id="radio4">
            <label for="radio4">選択肢その4</label>
        </li>
        <li class="c-form-toggle__radio--design">
            <input type="radio" name="radio4" value="" id="radio5">
            <label for="radio5">選択肢その5</label>
        </li>
        <li class="c-form-toggle__radio--design">
            <input type="radio" name="radio4" value="" id="radio6">
            <label for="radio6">選択肢その6</label>
        </li>
    </ul>
</div>
```
*/
.c-form-toggle__radio--design {
  position: relative; }
  .c-form-toggle__radio--design input {
    position: absolute;
    top: 4px;
    left: 4px;
    outline: none;
    z-index: 1; }
  .c-form-toggle__radio--design label {
    padding-left: 25px;
    cursor: pointer; }
  .c-form-toggle__radio--design label::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 1px solid #e60214;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    transition: .1s;
    vertical-align: middle;
    z-index: 10; }
  .c-form-toggle__radio--design input:checked + label {
    color: #e60214; }
  .c-form-toggle__radio--design input:checked + label::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 12px;
    height: 12px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 50%;
    background-color: #e60214;
    content: "";
    transition: .1s;
    z-index: 10; }

/*
---
name: Toggle checkbox (designed)
category:
- component/form/toggle
---

```html
<div class="c-form__inner">
    <ul class="c-form-toggle__list">
        <li class="c-form-toggle__checkbox--design">
            <input type="checkbox" name="" value="" checked="checked" id="check1">
            <label for="check1">選択肢その1</label>
        </li>
        <li class="c-form-toggle__checkbox--design">
            <input type="checkbox" name="" value="" id="check2">
            <label for="check2">選択肢その2</label>
        </li>
        <li class="c-form-toggle__checkbox--design">
            <input type="checkbox" name="" value="" id="check3">
            <label for="check3">選択肢その3</label>
        </li>
    </ul>
</div>
 
<div class="c-form__inner">
    <ul class="c-form-toggle__list--inline">
        <li class="c-form-toggle__checkbox--design">
            <input type="checkbox" name="" value="" checked="checked" id="check4">
            <label for="check4">選択肢その4</label>
        </li>
        <li class="c-form-toggle__checkbox--design">
            <input type="checkbox" name="" value="" id="check5">
            <label for="check5">選択肢その5</label>
        </li>
        <li class="c-form-toggle__checkbox--design">
            <input type="checkbox" name="" value="" id="check6">
            <label for="check6">選択肢その6</label>
        </li>
    </ul>
</div>
```
*/
.c-form-toggle__checkbox--design {
  position: relative; }
  .c-form-toggle__checkbox--design input {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1; }
  .c-form-toggle__checkbox--design label {
    padding-left: 30px;
    line-height: 20px;
    cursor: pointer; }
  .c-form-toggle__checkbox--design input + label::before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border: 1px solid #e60214;
    border-radius: 2px;
    background-color: #fff;
    content: "";
    transition: .1s;
    vertical-align: middle;
    z-index: 10; }
  .c-form-toggle__checkbox--design input:checked + label {
    color: #e60214; }
  .c-form-toggle__checkbox--design input:checked + label::before {
    background-color: #e60214; }
  .c-form-toggle__checkbox--design input:checked + label::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 12px;
    height: 6px;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    background-color: #e60214;
    content: "";
    transition: .1s;
    z-index: 10; }

/*
---
name: TopicsList
category:
 - component/topics/topicsList
---

```html
<ul class="c-topics__list">
	<li class="c-topics__item">
		<time class="c-topics__date" datetime="YYYY-mm-dd">2017.10.19</time>
		<div class="c-topics__label">カテゴリ</div>
		<div class="c-topics__title"><a href="/DUMMY">記事タイトルが入ります。記事タイトルが入ります。</a></div>
	</li>
	<li class="c-topics__item">
		<time class="c-topics__date" datetime="YYYY-mm-dd">2017.10.19</time>
		<div class="c-topics__label">カテゴリ</div>
		<div class="c-topics__title"><a href="/DUMMY">記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。</a></div>
	</li>
	<li class="c-topics__item">
		<time class="c-topics__date" datetime="YYYY-mm-dd">2017.10.19</time>
		<div class="c-topics__label">カテゴリ</div>
		<div class="c-topics__title"><a href="/DUMMY">記事タイトルが入ります。記事タイトルが入ります。</a></div>
	</li>
	<li class="c-topics__item">
		<time class="c-topics__date" datetime="YYYY-mm-dd">2017.10.19</time>
		<div class="c-topics__label">カテゴリ</div>
		<div class="c-topics__title"><a href="/DUMMY">記事タイトルが入ります。記事タイトルが入ります。</a></div>
	</li>
	<li class="c-topics__item">
		<time class="c-topics__date" datetime="YYYY-mm-dd">2017.10.19</time>
		<div class="c-topics__label">カテゴリ</div>
		<div class="c-topics__title"><a href="/DUMMY">記事タイトルが入ります。記事タイトルが入ります。</a></div>
	</li>
</ul>
```
*/

.c-topics__item:not(:first-child) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc; }

.c-topics__date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 13px;
  font-size: 1.3rem; }

.c-topics__label {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 10px;
  background-color: #e60214;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center; }

.c-topics__title {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto; }

/*
---
name: TopicsList
category:
 - component/topics/topicsList
---

```html
<ul class="c-topics__card__list">
	<li class="c-topics__card__item">
		<a class="c-topics__card__link" href="/DUMMY">
			<div class="c-topics__card__picture"><img src="/files/user/images/600x400.png?v=" alt="dummy picture"></div>
			<div class="c-topics__card__contents">
				<div class="c-topics__label">カテゴリ</div>
				<time class="c-topics__date c-topics__card__date" datetime="YYYY-mm-dd">2017.10.19</time>
				<div class="c-topics__title">記事タイトルが入ります。記事タイトルが入ります。</div>
			</div>
		</a>
	</li>
	<li class="c-topics__card__item">
		<a class="c-topics__card__link" href="/DUMMY">
			<div class="c-topics__card__picture"><img src="/files/user/images/600x400.png?v=" alt="dummy picture"></div>
			<div class="c-topics__card__contents">
				<div class="c-topics__label">カテゴリ</div>
				<time class="c-topics__date c-topics__card__date" datetime="YYYY-mm-dd">2017.10.19</time>
				<div class="c-topics__title">記事タイトルが入ります。記事タイトルが入ります。</div>
			</div>
		</a>
	</li>
	<li class="c-topics__card__item">
		<a class="c-topics__card__link" href="/DUMMY">
			<div class="c-topics__card__picture"><img src="/files/user/images/600x400.png?v=" alt="dummy picture"></div>
			<div class="c-topics__card__contents">
				<div class="c-topics__label">カテゴリ</div>
				<time class="c-topics__date c-topics__card__date" datetime="YYYY-mm-dd">2017.10.19</time>
				<div class="c-topics__title">記事タイトルが入ります。記事タイトルが入ります。</div>
			</div>
		</a>
	</li>
	<li class="c-topics__card__item">
		<a class="c-topics__card__link" href="/DUMMY">
			<div class="c-topics__card__picture"><img src="/files/user/images/600x400.png?v=" alt="dummy picture"></div>
			<div class="c-topics__card__contents">
				<div class="c-topics__label">カテゴリ</div>
				<time class="c-topics__date c-topics__card__date" datetime="YYYY-mm-dd">2017.10.19</time>
				<div class="c-topics__title">記事タイトルが入ります。記事タイトルが入ります。</div>
			</div>
		</a>
	</li>
</ul>
```
*/

.c-topics__card__link {
  display: block;
  transition: .4s opacity; }
  .c-topics__card__link:hover {
    opacity: .7; }

.c-topics__card__picture img {
  width: 100%; }

.c-topics__card__contents {
  background-color: #fafafa; }

.c-topics__card__date {
  display: block;
  margin: 10px 0 5px; }

/* project ----------------------------- */

.p-article__section::after {
  display: block;
  clear: both;
  content: ""; }

.p-article__picture {
  width: 100%; }

.p-article__picture img {
  width: 100%; }

.p-article__picture__caption {
  margin-top: 5px;
  color: #666; }

.p-article__button__outer {
  text-align: center; }

.p-article__button {
  display: inline-block;
  position: relative;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 25px;
  line-height: 48px;
  transition: .4s background-color, .4s color; }
  .p-article__button:hover {
    background-color: #90010d;
    color: #fff;
    text-decoration: none; }
  .p-article__button::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: ""; }

.p-topics__item {
  margin-bottom: 20px; }

.p-topics__link {
  display: block; }

.p-topics__picture img {
  width: 100%; }

.p-topics__description {
  margin-top: 10px; }

#tokyo2020 {
  padding: 0; }

.tokyo2020 {
  display: block; }
  .tokyo2020 .topbanner {
    margin: 0 -15px 30px; }

.sec_tokyo__content .sec_tokyo h3 {
  display: table;
  width: 100%;
  margin: 0px 0 20px;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: linear-gradient(#ffffff, #eeeeee);
  color: #666666;
  line-height: 1.4; }
  .sec_tokyo__content .sec_tokyo h3:before {
    display: table-cell;
    width: 6px;
    height: 100%;
    border-radius: 3px;
    background-color: #e60214;
    content: ""; }
  .sec_tokyo__content .sec_tokyo h3 span {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold; }

.sec_tokyo__content a:hover {
  text-decoration: none; }

.sec_tokyo .firstTxt {
  margin-bottom: 30px; }
  .sec_tokyo .firstTxt h3 {
    margin-top: 0 !important; }

.sec_tokyo__survey {
  margin-bottom: 0px;
  border: 0px solid #90010d; }

.sec_tokyo__recommend {
  margin: 10px 0 20px;
  padding: 0;
  /* 20px;*/
  background-color: #f1f1f1; }
  .sec_tokyo__recommend .heading {
    display: table;
    padding: 8px 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: linear-gradient(#fff, #ccc); }
    .sec_tokyo__recommend .heading .link {
      float: right; }
      .sec_tokyo__recommend .heading .link a {
        display: inline-block;
        padding: 5px 6px;
        border: 1px solid #cccccc;
        border-radius: 5px;
        background-color: #ffffff;
        color: #666666;
        line-height: 1.2;
        text-decoration: none; }
        .sec_tokyo__recommend .heading .link a i {
          display: inline-block;
          margin-left: 6px;
          color: #e60214;
          font-weight: bold; }
  .sec_tokyo__recommend .title {
    display: table;
    /*display: flex;
	    	align-items: center;*/
    margin: 0px 0 0px;
    float: left;
    color: #666666;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4; }
    .sec_tokyo__recommend .title:before {
      display: table-cell;
      width: 6px;
      height: 100%;
      border-radius: 3px;
      background-color: #e60214;
      content: ""; }
    .sec_tokyo__recommend .title span {
      display: inline-block;
      margin-left: 10px;
      color: #333333;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      vertical-align: middle; }
  .c-outer {
    display: inline; }
    .c-outer .c-button {
      width: 100%;
      padding: 10px 2em;
      /*
		    	@include pc() {
		    		float:right;
		    	}
		    	@include sp(){
		    		float: left;
		    	}
		    	*/ }
.sec_tokyo__article {
　display: table; }
.sec_tokyo__article .p-top__contents__item {
  position: relative;
  width: 100%;
  height: 220px;
  margin: 0 0 20px;
  overflow: hidden; }
  .sec_tokyo__article .p-top__contents__item img {
　width: auto\9;
　max-width: 100%;
  height: auto; }
  .sec_tokyo__article .p-top__contents__link {
    position: static;
    width: 100%;
    height: 100%;
    border: 0px solid lime; }
    .sec_tokyo__article .p-top__contents__link img {
      position: relative;
      top: -60px;
      left: 0;
      width: auto\9;
      max-width: 100%;
      height: auto;
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%); }

.sec_tokyo__article .p-top__contents__text span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal; }

.sec_tokyo__article .p-top__contents__disabled {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 98; }

.sec_tokyo__newsstory {
  display: block;
  clear: both;
  /*&--heading {
			margin-bottom: 20px;
		    padding: 30px 0px;
		    border-top: 1px solid $c_border;
		    border-bottom: 1px solid $c_border;
		    background-color: $c_lightgrey;
		    position: relative;
		    & .title {
		    	width: 100%;
			    display: block;
			    position: absolute;
			    padding: 0 20px;
			    content: "";
			    @include fz(18);
			    @include lh(36, 18);
			    font-weight: bold;
		    }
		    &:after {
		    	width: 100%;
			    height: 2px;
			    display: block;
			    position: absolute;
			    bottom: 4px;
			    background-color: #e60214;
			    content: "";
		    }
		}*/ }

.sec_tokyo__form {
  margin-bottom: 30px;
  padding: 20px 20px 1px;
  background-color: #efefef; }
  .sec_tokyo__form .form-group {
    margin-bottom: 1em; }
  .sec_tokyo__form h2 {
    margin: 5px 0 5px; }
  .sec_tokyo__form .checkbox + .checkbox {
    margin-top: 10px; }
  .sec_tokyo__form--container {
    position: relative;
    margin-bottom: 0px;
    /*10px;*/ }

.sec_tokyo__relatedArticles h3 {
  margin-bottom: 8px;
  border: none;
  background: none; }
  .sec_tokyo__relatedArticles h3:before {
    border: none; }

.sec_tokyo__relatedArticles p {
  margin-bottom: 10px; }

.sec_tokyo__relatedArticles .c-grid__item {
  padding: 10px;
  text-align: left; }

.sec_tokyo__relatedArticles a p {
  color: #5c5c5c; }

.sec_tokyo__relatedArticles a:hover {
  text-decoration: none; }

  .sec_tokyo__relatedArticles ul li {
    border-top: none !important; }
    .sec_tokyo__relatedArticles ul li:first-child {
      border-top: 1px solid #ccc !important; }
    .sec_tokyo__relatedArticles ul li .c-grid-col-4 {
      display: block; }
  
  .sec_tokyo__relatedArticles ul.tags {
    width: 100%; }
    .sec_tokyo__relatedArticles ul.tags li {
      display: inline;
      width: auto;
      margin: 0 5px 0 0 !important;
      padding: 0;
      border: none;
      background-color: #efefef; }
      .sec_tokyo__relatedArticles ul.tags li:first-child {
        border: none !important; }
      .sec_tokyo__relatedArticles ul.tags li:nth-child(even) {
        margin-right: 5px !important; }
      .sec_tokyo__relatedArticles ul.tags li a {
        display: block;
        padding: .4em .6em .3em;
        border-radius: .25em;
        background-color: #f0ad4e;
        color: #fff;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline; }
  
  

.sec_tokyo__questionaire {
  margin-bottom: 30px; }
  .sec_tokyo__questionaire--description {
    margin-bottom: 20px; }
  .sec_tokyo__questionaire--progress--progressBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #90010d;
    background: #ccc;
    /* height: 230px;120px;*/
    text-align: center; }
    .sec_tokyo__questionaire--progress--progressBar span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
    .sec_tokyo__questionaire--progress--progressBar .img-container {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .sec_tokyo__questionaire--progress--progressBar .img-container img {
        width: 100%;
        height: auto; }
  .sec_tokyo__questionaire--progress .c-button {
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff; }
    .sec_tokyo__questionaire--progress .c-button:hover {
      color: #fff;
      text-decoration: none; }

.sec_tokyo__report .ReportBanner {
  display: table;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .sec_tokyo__report .ReportBanner--reportTitle {
    display: block;
    margin-top: 20px;
    border: 0px solid lime;
    font-weight: bold;
    text-align: center; }
  .sec_tokyo__report .ReportBanner--reportImg {
    display: inline-block;
    margin: 10px auto;
    border: 0px solid cyan; }
  .sec_tokyo__report .ReportBanner .c-button {
    margin: 0 auto;
    color: #fff;
    text-align: center; }
    .sec_tokyo__report .ReportBanner .c-button:hover {
      text-decoration: none; }

.sec_tokyo ul {
  position: relative;
  width: 100%;
  border: 0px solid #90010d; }
  .sec_tokyo ul li {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0;
    /* 0 0 20px;*/
    padding: 10px;
    float: left;
    border: 1px solid #ccc; }
    .sec_tokyo ul li:nth-child(even) {
      margin-right: 0 !important; }
    .sec_tokyo ul li img {
      width: 100%;
      height: auto;
      margin-bottom: 0px;
      overflow: hidden; }
    .sec_tokyo ul li p {
      text-align: left; }
  .tokyo_survey li {
    width: 49% !important;
    min-height: 100px;
    /*24%;*/
    margin: 0 2% 20px 0 !important; }
    .tokyo_survey li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0px;
      border: 0px solid lime; }
    .tokyo_survey li .img_container {
        display: block;
        position: relative;
        width: 100%;
      margin-bottom: 10px;
      text-align: center; }
      .tokyo_survey li .img_container .container_img {
        display: block;
        max-height: 230px;
        margin: 0 auto;
        overflow: hidden; }
        .tokyo_survey li .img_container .container_img img {
          width: 100%; }
      .tokyo_survey li .img_container img {
        display: block;
        margin: 0 auto; }

.sec_tokyo .c-grid__item {
  border: none;
  text-align: left; }

  .sec_tokyo .detailCommon.service .article_top .title,
  .sec_tokyo .detailCommon.tokyo2020 .article_top .title {
    margin-bottom: 0;
    padding: 30px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: url(/files/user/images/tokyo2020/img_solution_title.png?v=1544426239) no-repeat 100% center; }

a.c-button:hover {
  color: #fff; }

.checkbox_container {
  display: block;
  position: relative;
  width: 100%;
  margin: 3px 0;
  padding-left: 25px;
  /*10px 0;*/
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */ }
  .checkbox_container input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    /* When the checkbox is checked, add a blue background */
    /* Show the checkmark when checked */ }
    .checkbox_container input:checked ~ .checkmark {
      background-color: #2196F3; }
    .checkbox_container input:checked ~ .checkmark:after {
      display: block; }
  .checkbox_container .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #eee;
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Style the checkmark/indicator */ }
    .checkbox_container .checkmark:after {
      display: none;
      position: absolute;
      content: ""; }
    .checkbox_container .checkmark:after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      /*9px;*/
      top: 1px;
      left: 5px;
      /*5px;*/
      width: 5px;
      height: 10px;
      transform: rotate(45deg);
      border: solid white;
      border-width: 0 3px 3px 0; }
  .checkbox_container .checkbox_container:hover input ~ .checkmark {
    background-color: #ccc; }

/* ==== TagCloud_for KeywordList Page ==== */
.keyword_tagCloud {
  display: block;
  margin: 0 0 10px; }
  .keyword_tagCloud .sec_tokyo__form {
    margin-bottom: 0; }
  .keyword_tagCloud .tagList {
    display: block;
    margin: 10px 0 20px;
    clear: both; }
  .tagListing {
    display: block;
    width: 100%;
    margin: 20px 0 0; }
    .tagListing li {
      width: 24% !important;
      margin: 0 0 10px !important;
      padding: 0 !important;
      border: none !important;
      line-height: 24px;
      text-align: left; }
      .tagListing li a {
        display: block;
        position: relative;
        color: #333;
        font-weight: bold; }
        .tagListing li a i {
          margin-right: 3px;
          color: #a6a6a6;
          font-size: 18px;
          font-weight: normal;
          line-height: 24px; }
        .tagListing li a:hover {
          text-decoration: none; }

.keyword_tagList {
  display: block;
  margin: 0; }
  .keyword_tagList .tagList {
    display: block;
    margin: 0; }
    .keyword_tagList .tagList li.selected_tag {
      background-color: orange; }
  .keyword_tagList__newsstory .sec_tokyo__form {
    margin-bottom: 34px; }

.is-top.l-container--huge {
  padding-top: 0; }

.p-top__slider__description--left {
  text-align: left; }

.p-top__slider__description--right {
  text-align: right; }

.p-top__slider__description--center {
  text-align: center; }

.p-top__slider__description__outer {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 200; }

.p-top__slider__description__inner {
  background-color: rgba(255, 255, 255, 0.4); }

.p-top__slider__description__align--left {
  text-align: left; }

.p-top__slider__description__align--right {
  text-align: right; }

.p-top__slider__description__align--center {
  text-align: center; }

.p-top__contents__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.p-top__contents__layout--main {
  width: 100%; }

.p-top__contents__layout--side {
  width: 100%; }

.p-top__contents__item {
  overflow: hidden;
  font-weight: bold;
  text-align: center; }
  .p-top__contents__adove .p-top__contents__item:nth-child(1) {
    margin-top: 0; }
.p-top__contents__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  transition: .4s opacity; }
  .p-top__contents__link img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }
  .p-top__contents__link:hover img {
    text-decoration: none;
    opacity: .7; }

.p-top__contents__text {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 60px;
  overflow: hidden;
  outline: none;
  color: #fff;
  line-height: 60px;
  text-align: center;
  -webkit-perspective: 300px;
  perspective: 300px;
  vertical-align: middle; }
  .p-top__contents__text span {
    display: block;
    position: absolute;
    width: 100%;
    height: 60px;
    transition: .4s all; }
    .p-top__contents__text span:nth-child(1) {
      -webkit-transform: rotateX(90deg);
      transform: rotateX(90deg);
      -webkit-transform-origin: 50% 50% -37px;
      transform-origin: 50% 50% -37px;
      background-color: rgba(144, 1, 13, 0.7);
      color: #fff; }
      .p-top__contents__link:hover .p-top__contents__text span:nth-child(1) {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        z-index: 1; }
    .p-top__contents__text span:nth-child(2) {
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      -webkit-transform-origin: 50% 50% -37px;
      transform-origin: 50% 50% -37px;
      background-color: rgba(255, 255, 255, 0.7);
      color: #90010d; }
      .p-top__contents__link:hover .p-top__contents__text span:nth-child(2) {
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg); }

.p-top__search {
  position: relative;
  width: 100%; }

.p-top__search__textbox {
  width: 100%;
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 22px;
  outline: none;
  transition: .4s border-color; }
  .p-top__search__textbox:focus {
    border-color: #333; }

.p-top__search__submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  background-color: transparent;
  cursor: pointer;
  transition: .4s opacity;
  z-index: 1; }
  .p-top__search__submit:hover {
    opacity: .7; }

.p-top__news {
  position: relative;
  height: 406px;
  padding: 25px 20px;
  border: 1px solid #ccc;
  border-radius: 6px; }

.p-top__news__heading__outer {
  padding-bottom: 20px;
  text-align: center; }

.p-top__news__heading {
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1; }

.p-top__news__heading--sub {
  color: #04366a;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1; }

.p-top__news__item {
  position: relative;
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem; }
  .p-top__news__item::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(90deg, #ccc, #ccc 1px, #fff 1px, #fff 2px);
    content: ""; }

.p-top__news__date {
  display: inline-block;
  margin-bottom: 5px;
  color: #666; }

.p-top__news__title {
  font-weight: bold; }

.p-top__news__more {
  position: absolute;
  bottom: 25px;
  width: calc(100% - 40px); }

.p-top__news__more__link {
  display: block;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 25px;
  line-height: 48px;
  text-align: center;
  transition: .4s background-color, .4s color; }
  .p-top__news__more__link:hover {
    background-color: #90010d;
    color: #fff;
    text-decoration: none; }

.p-top__banner__link {
  display: block;
  transition: .4s opacity; }
  .p-top__banner__link:hover {
    text-decoration: none;
    opacity: .7; }

.p-top__banner img {
  width: 100%; }

/* utility ----------------------------- */

.u-ma-0 {
  margin: 0px !important; }

.u-mt-0 {
  margin-top: 0px !important; }

.u-mr-0 {
  margin-right: 0px !important; }

.u-mb-0 {
  margin-bottom: 0px !important; }

.u-ml-0 {
  margin-left: 0px !important; }

.u-pa-0 {
  padding: 0px !important; }

.u-pt-0 {
  padding-top: 0px !important; }

.u-pr-0 {
  padding-right: 0px !important; }

.u-pb-0 {
  padding-bottom: 0px !important; }

.u-pl-0 {
  padding-left: 0px !important; }

.u-ma-5 {
  margin: 5px !important; }

.u-mt-5 {
  margin-top: 5px !important; }

.u-mr-5 {
  margin-right: 5px !important; }

.u-mb-5 {
  margin-bottom: 5px !important; }

.u-ml-5 {
  margin-left: 5px !important; }

.u-pa-5 {
  padding: 5px !important; }

.u-pt-5 {
  padding-top: 5px !important; }

.u-pr-5 {
  padding-right: 5px !important; }

.u-pb-5 {
  padding-bottom: 5px !important; }

.u-pl-5 {
  padding-left: 5px !important; }

.u-ma-10 {
  margin: 10px !important; }

.u-mt-10 {
  margin-top: 10px !important; }

.u-mr-10 {
  margin-right: 10px !important; }

.u-mb-10 {
  margin-bottom: 10px !important; }

.u-ml-10 {
  margin-left: 10px !important; }

.u-pa-10 {
  padding: 10px !important; }

.u-pt-10 {
  padding-top: 10px !important; }

.u-pr-10 {
  padding-right: 10px !important; }

.u-pb-10 {
  padding-bottom: 10px !important; }

.u-pl-10 {
  padding-left: 10px !important; }

.u-ma-15 {
  margin: 15px !important; }

.u-mt-15 {
  margin-top: 15px !important; }

.u-mr-15 {
  margin-right: 15px !important; }

.u-mb-15 {
  margin-bottom: 15px !important; }

.u-ml-15 {
  margin-left: 15px !important; }

.u-pa-15 {
  padding: 15px !important; }

.u-pt-15 {
  padding-top: 15px !important; }

.u-pr-15 {
  padding-right: 15px !important; }

.u-pb-15 {
  padding-bottom: 15px !important; }

.u-pl-15 {
  padding-left: 15px !important; }

.u-ma-20 {
  margin: 20px !important; }

.u-mt-20 {
  margin-top: 20px !important; }

.u-mr-20 {
  margin-right: 20px !important; }

.u-mb-20 {
  margin-bottom: 20px !important; }

.u-ml-20 {
  margin-left: 20px !important; }

.u-pa-20 {
  padding: 20px !important; }

.u-pt-20 {
  padding-top: 20px !important; }

.u-pr-20 {
  padding-right: 20px !important; }

.u-pb-20 {
  padding-bottom: 20px !important; }

.u-pl-20 {
  padding-left: 20px !important; }

.u-ma-25 {
  margin: 25px !important; }

.u-mt-25 {
  margin-top: 25px !important; }

.u-mr-25 {
  margin-right: 25px !important; }

.u-mb-25 {
  margin-bottom: 25px !important; }

.u-ml-25 {
  margin-left: 25px !important; }

.u-pa-25 {
  padding: 25px !important; }

.u-pt-25 {
  padding-top: 25px !important; }

.u-pr-25 {
  padding-right: 25px !important; }

.u-pb-25 {
  padding-bottom: 25px !important; }

.u-pl-25 {
  padding-left: 25px !important; }

.u-ma-30 {
  margin: 30px !important; }

.u-mt-30 {
  margin-top: 30px !important; }

.u-mr-30 {
  margin-right: 30px !important; }

.u-mb-30 {
  margin-bottom: 30px !important; }

.u-ml-30 {
  margin-left: 30px !important; }

.u-pa-30 {
  padding: 30px !important; }

.u-pt-30 {
  padding-top: 30px !important; }

.u-pr-30 {
  padding-right: 30px !important; }

.u-pb-30 {
  padding-bottom: 30px !important; }

.u-pl-30 {
  padding-left: 30px !important; }

.u-ma-35 {
  margin: 35px !important; }

.u-mt-35 {
  margin-top: 35px !important; }

.u-mr-35 {
  margin-right: 35px !important; }

.u-mb-35 {
  margin-bottom: 35px !important; }

.u-ml-35 {
  margin-left: 35px !important; }

.u-pa-35 {
  padding: 35px !important; }

.u-pt-35 {
  padding-top: 35px !important; }

.u-pr-35 {
  padding-right: 35px !important; }

.u-pb-35 {
  padding-bottom: 35px !important; }

.u-pl-35 {
  padding-left: 35px !important; }

.u-ma-40 {
  margin: 40px !important; }

.u-mt-40 {
  margin-top: 40px !important; }

.u-mr-40 {
  margin-right: 40px !important; }

.u-mb-40 {
  margin-bottom: 40px !important; }

.u-ml-40 {
  margin-left: 40px !important; }

.u-pa-40 {
  padding: 40px !important; }

.u-pt-40 {
  padding-top: 40px !important; }

.u-pr-40 {
  padding-right: 40px !important; }

.u-pb-40 {
  padding-bottom: 40px !important; }

.u-pl-40 {
  padding-left: 40px !important; }

.u-ma-45 {
  margin: 45px !important; }

.u-mt-45 {
  margin-top: 45px !important; }

.u-mr-45 {
  margin-right: 45px !important; }

.u-mb-45 {
  margin-bottom: 45px !important; }

.u-ml-45 {
  margin-left: 45px !important; }

.u-pa-45 {
  padding: 45px !important; }

.u-pt-45 {
  padding-top: 45px !important; }

.u-pr-45 {
  padding-right: 45px !important; }

.u-pb-45 {
  padding-bottom: 45px !important; }

.u-pl-45 {
  padding-left: 45px !important; }

.u-ma-50 {
  margin: 50px !important; }

.u-mt-50 {
  margin-top: 50px !important; }

.u-mr-50 {
  margin-right: 50px !important; }

.u-mb-50 {
  margin-bottom: 50px !important; }

.u-ml-50 {
  margin-left: 50px !important; }

.u-pa-50 {
  padding: 50px !important; }

.u-pt-50 {
  padding-top: 50px !important; }

.u-pr-50 {
  padding-right: 50px !important; }

.u-pb-50 {
  padding-bottom: 50px !important; }

.u-pl-50 {
  padding-left: 50px !important; }

.u-ma-55 {
  margin: 55px !important; }

.u-mt-55 {
  margin-top: 55px !important; }

.u-mr-55 {
  margin-right: 55px !important; }

.u-mb-55 {
  margin-bottom: 55px !important; }

.u-ml-55 {
  margin-left: 55px !important; }

.u-pa-55 {
  padding: 55px !important; }

.u-pt-55 {
  padding-top: 55px !important; }

.u-pr-55 {
  padding-right: 55px !important; }

.u-pb-55 {
  padding-bottom: 55px !important; }

.u-pl-55 {
  padding-left: 55px !important; }

.u-ma-60 {
  margin: 60px !important; }

.u-mt-60 {
  margin-top: 60px !important; }

.u-mr-60 {
  margin-right: 60px !important; }

.u-mb-60 {
  margin-bottom: 60px !important; }

.u-ml-60 {
  margin-left: 60px !important; }

.u-pa-60 {
  padding: 60px !important; }

.u-pt-60 {
  padding-top: 60px !important; }

.u-pr-60 {
  padding-right: 60px !important; }

.u-pb-60 {
  padding-bottom: 60px !important; }

.u-pl-60 {
  padding-left: 60px !important; }

.u-ma-65 {
  margin: 65px !important; }

.u-mt-65 {
  margin-top: 65px !important; }

.u-mr-65 {
  margin-right: 65px !important; }

.u-mb-65 {
  margin-bottom: 65px !important; }

.u-ml-65 {
  margin-left: 65px !important; }

.u-pa-65 {
  padding: 65px !important; }

.u-pt-65 {
  padding-top: 65px !important; }

.u-pr-65 {
  padding-right: 65px !important; }

.u-pb-65 {
  padding-bottom: 65px !important; }

.u-pl-65 {
  padding-left: 65px !important; }

.u-ma-70 {
  margin: 70px !important; }

.u-mt-70 {
  margin-top: 70px !important; }

.u-mr-70 {
  margin-right: 70px !important; }

.u-mb-70 {
  margin-bottom: 70px !important; }

.u-ml-70 {
  margin-left: 70px !important; }

.u-pa-70 {
  padding: 70px !important; }

.u-pt-70 {
  padding-top: 70px !important; }

.u-pr-70 {
  padding-right: 70px !important; }

.u-pb-70 {
  padding-bottom: 70px !important; }

.u-pl-70 {
  padding-left: 70px !important; }

.u-ma-75 {
  margin: 75px !important; }

.u-mt-75 {
  margin-top: 75px !important; }

.u-mr-75 {
  margin-right: 75px !important; }

.u-mb-75 {
  margin-bottom: 75px !important; }

.u-ml-75 {
  margin-left: 75px !important; }

.u-pa-75 {
  padding: 75px !important; }

.u-pt-75 {
  padding-top: 75px !important; }

.u-pr-75 {
  padding-right: 75px !important; }

.u-pb-75 {
  padding-bottom: 75px !important; }

.u-pl-75 {
  padding-left: 75px !important; }

.u-ma-80 {
  margin: 80px !important; }

.u-mt-80 {
  margin-top: 80px !important; }

.u-mr-80 {
  margin-right: 80px !important; }

.u-mb-80 {
  margin-bottom: 80px !important; }

.u-ml-80 {
  margin-left: 80px !important; }

.u-pa-80 {
  padding: 80px !important; }

.u-pt-80 {
  padding-top: 80px !important; }

.u-pr-80 {
  padding-right: 80px !important; }

.u-pb-80 {
  padding-bottom: 80px !important; }

.u-pl-80 {
  padding-left: 80px !important; }

.u-ma-85 {
  margin: 85px !important; }

.u-mt-85 {
  margin-top: 85px !important; }

.u-mr-85 {
  margin-right: 85px !important; }

.u-mb-85 {
  margin-bottom: 85px !important; }

.u-ml-85 {
  margin-left: 85px !important; }

.u-pa-85 {
  padding: 85px !important; }

.u-pt-85 {
  padding-top: 85px !important; }

.u-pr-85 {
  padding-right: 85px !important; }

.u-pb-85 {
  padding-bottom: 85px !important; }

.u-pl-85 {
  padding-left: 85px !important; }

.u-ma-90 {
  margin: 90px !important; }

.u-mt-90 {
  margin-top: 90px !important; }

.u-mr-90 {
  margin-right: 90px !important; }

.u-mb-90 {
  margin-bottom: 90px !important; }

.u-ml-90 {
  margin-left: 90px !important; }

.u-pa-90 {
  padding: 90px !important; }

.u-pt-90 {
  padding-top: 90px !important; }

.u-pr-90 {
  padding-right: 90px !important; }

.u-pb-90 {
  padding-bottom: 90px !important; }

.u-pl-90 {
  padding-left: 90px !important; }

.u-ma-95 {
  margin: 95px !important; }

.u-mt-95 {
  margin-top: 95px !important; }

.u-mr-95 {
  margin-right: 95px !important; }

.u-mb-95 {
  margin-bottom: 95px !important; }

.u-ml-95 {
  margin-left: 95px !important; }

.u-pa-95 {
  padding: 95px !important; }

.u-pt-95 {
  padding-top: 95px !important; }

.u-pr-95 {
  padding-right: 95px !important; }

.u-pb-95 {
  padding-bottom: 95px !important; }

.u-pl-95 {
  padding-left: 95px !important; }

.u-ma-100 {
  margin: 100px !important; }

.u-mt-100 {
  margin-top: 100px !important; }

.u-mr-100 {
  margin-right: 100px !important; }

.u-mb-100 {
  margin-bottom: 100px !important; }

.u-ml-100 {
  margin-left: 100px !important; }

.u-pa-100 {
  padding: 100px !important; }

.u-pt-100 {
  padding-top: 100px !important; }

.u-pr-100 {
  padding-right: 100px !important; }

.u-pb-100 {
  padding-bottom: 100px !important; }

.u-pl-100 {
  padding-left: 100px !important; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1; }
  .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1; } }

@media screen and (min-width: 460px) and (max-width: 768px) {
    body {
      font-size: 14px;
      font-size: 1.4rem; }
    button,
    input,
    optgroup,
    select,
    textarea {
      font-size: 16px;
      font-size: 1.6rem; }
      .l-container--large {
        width: 100%; }
      .l-container--middle {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px; }
      .l-container--single {
        width: 100%; }
      .l-container--main {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px; }
      .l-container--side {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px; }
    .l-footer {
      padding: 10px;
      font-size: 12px;
      font-size: 1.2rem; }
    .l-footer__nav {
      margin-bottom: 5px; }
    .l-footer__nav__link::before {
      margin-right: 5px; }
    .l-header {
      background-color: #fff; }
    .l-header__inner {
      padding: 10px; }
    .l-header__logo {
      width: 30.7%; }
  .l-header__nav {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    min-height: 88%;
    overflow: hidden;
    background-color: #eee;
    z-index: 10; }
  .l-header__nav__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll; }
    .l-header__nav__item {
      border-bottom: 1px solid #ccc; }
    .l-header__nav__button {
      padding: 15px 10px;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold; }
    .l-header__nav__button::after {
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 15px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: ""; }
    .is-active.l-header__nav__button::after {
      content: ""; }
  .l-header__nav__child {
    max-height: 0;
    overflow: hidden;
    transition: .4s max-height; }
  .l-header__nav__child__item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
    .l-header__nav__child__item a {
      padding: 15px;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff; }
    .l-header__nav__child__item a::before {
      margin-right: 8px;
      content: ""; }
  .l-header__subnav {
    margin: 20px;
    text-align: center; }
    .l-header__subnav__link {
      padding: 10px 20px; }
    .c-cookiePolicy {
      bottom: 0;
      width: 100%;
      padding: 10px; }
    .c-cookiePolicy__button {
      width: 100%;
      height: 32px;
      margin-top: 10px;
      line-height: 32px; }
      .c-form-policyAgree__contents {
        width: 90%;
        padding: 10px; }
      .c-form-policyAgree__check {
        font-size: 16px;
        font-size: 1.6rem; }
  .c-grid-col-1 {
    width: 100%; }
  .c-grid-col-2 {
    width: 100%; }
  .c-grid-col-3 {
    width: 100%; }
  .c-grid-col-4 {
    width: 100%; }
  .c-grid-col-5 {
    width: 100%; }
  .c-grid-col-6 {
    width: 100%; }
  .c-grid-col-7 {
    width: 100%; }
  .c-grid-col-8 {
    width: 100%; }
  .c-grid-col-9 {
    width: 100%; }
  .c-grid-col-10 {
    width: 100%; }
  .c-grid-col-11 {
    width: 100%; }
  .c-grid-col-12 {
    width: 100%; }
    .c-heading--lv1, .c-article h1 {
      margin: 20px 0 25px;
      font-size: 18px;
      font-size: 1.8rem; }
    .c-heading--lv2, .c-article h2 {
      margin: 25px 0 20px;
      font-size: 15px;
      font-size: 1.5rem; }
    .c-heading--lv3, .c-article h3 {
      margin-bottom: 10px;
      padding: 5px 10px;
      font-size: 18px;
      font-size: 1.8rem; }
    .c-heading--lv4, .c-article h4 {
      margin-bottom: 10px;
      padding: 2px 0 2px 10px;
      font-size: 16px;
      font-size: 1.6rem; }
  .c-imageText {
    margin: 20px 0; }
    .c-imageText__picture--top {
      margin-bottom: 10px; }
  .c-imageText__picture--right {
    margin-top: 10px;
    text-align: center; }
    .c-imageText__picture--bottom {
      margin-top: 10px; }
  [class^="c-imageText__picture"] img {
    width: 100%; }
    .c-inquiryBlock {
      margin: 30px 0;
      padding: 20px; }
    .c-inquiryBlock__heading {
      margin-bottom: 10px;
      font-size: 18px;
      font-size: 1.8rem; }
  .c-inquiryBlock__body {
    font-size: 15px;
    font-size: 1.5rem; }
  .c-inquiryBlock__text:not(:first-child) {
    margin-top: 5px; }
    .c-inquiryBlock__text.-mail::before {
      font-size: 13px;
      font-size: 1.3rem; }
    .c-modal__contents {
      width: calc(100% - 30px); }
  .c-modal img {
    max-width: 100%; }
      .c-modal__close:after, .c-modal__close:before {
        width: 15px; }
    .c-pager__link {
      width: 30px;
      height: 30px;
      line-height: 28px; }
    .t-hti-news {
      padding: 20px; }
      .t-hti-news__head {
        margin-bottom: 20px; }
      .t-hti-news__tab__content {
        left: 50%;
        width: 98%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .t-hti-news__item:not(:last-child) {
        margin-bottom: 8px; }
        .t-hti-news__item__title {
          width: 90%;
          margin-top: 8px;
          margin-bottom: 10px;
          line-height: 1.6; }
    .c-table th, .c-table td {
      display: block;
      width: 100%; }
    .c-table th {
      border-bottom: 1px solid #ccc; }
    .c-table--dl dl {
      -ms-flex-direction: column;
      flex-direction: column; }
      .c-table--dl dl dt, .c-table--dl dl dd {
        width: 100%; }
      .c-table--dl dl dt {
        border-bottom: 1px solid #ccc; }
    .c-table--scroll {
      display: block;
      overflow-x: scroll; }
  .c-form-toggle__list--inline li {
    display: block; }
    .c-form-toggle__list--inline li:not(:first-of-type) {
      margin-top: 20px; }
      .c-form-toggle__radio--design label {
        display: block;
        margin-top: 10px; }
      .c-form-toggle__checkbox--design label {
        display: block;
        margin-top: 10px; }
    .c-topics__label {
      padding: 2px 20px; }
    .c-topics__title {
      margin-top: 5px; }
  .c-topics__card__item:not(:first-child) {
    margin-top: 20px; }
    .c-topics__card__contents {
      padding: 20px; }
  .p-article__section {
    margin: 20px 0; }
    .p-article__picture {
      margin-bottom: 10px; }
    .p-article__picture__caption {
      font-size: 12px;
      font-size: 1.2rem; }
    .p-article__button__outer {
      margin: 30px 0; }
    .p-article__button {
      width: 100%;
      font-size: 16px;
      font-size: 1.6rem; }
    .sec_tokyo__content .sec_tokyo h3 {
      padding: 10px 15px 10px 4px;
      border-radius: 0px; }
      .sec_tokyo__content .sec_tokyo h3:before {
        border-radius: 0px; }
      .sec_tokyo__content .sec_tokyo h3 span {
        margin-left: 5px; }
      .sec_tokyo__recommend .heading {
        padding: 8px 10px 8px 5px;
        border-right: none;
        border-left: none;
        border-radius: 0;
        background: #efefef; }
      .sec_tokyo__recommend .title {
        width: 70%; }
        .sec_tokyo__recommend .title:before {
          border-radius: 0; }
        .sec_tokyo__recommend .title span {
          margin-left: 5px;
          font-size: 16px;
          font-size: 1.6rem; }
      .sec_tokyo__article .p-top__contents__item {
        height: 180px; }
    .sec_tokyo ul {
      margin-top: 20px; }
      .sec_tokyo ul li {
        margin: 0; }
          .tokyo_survey li .img_container .container_img {
            width: 76%; }
          .tokyo_survey li .img_container img {
            width: auto;
            height: 100%; }
    .sec_tokyo .detailCommon.service .article_top .title,
    .sec_tokyo .detailCommon.tokyo2020 .article_top .title {
      background: none !important; }
        .tagListing li {
          width: 50% !important; }
    .p-top__slider__description__outer {
      display: inline-block;
      bottom: 20px;
      width: auto;
      max-width: calc(100% - 40px);
      margin: 0 auto; }
  .p-top__slider__description {
    font-size: 18px;
    font-size: 1.8rem; }
    .p-top__slider__description__inner {
      padding: 10px; }
    .p-top__contents__item {
      width: 100%;
      height: 140px;
      margin-top: 10px;
      border-radius: 3px;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 140px; }
      .p-top__contents__adove .p-top__contents__item:nth-child(1) img {
        width: auto;
        height: 100%; }
    .p-top__contents__item img {
      width: 100%; }
    .p-top__search {
      margin: 20px 0; }
    .p-top__search__textbox {
      padding: 0 42px 0 13px; }
    .p-top__search__submit {
      right: 13px;
      font-size: 16px;
      font-size: 1.6rem; }
    .p-top__news {
      display: none; }
  .p-top__banner {
    margin-top: 20px; }
  .p-top__banner__item:not(:first-child) {
    margin-top: 10px; }
  .is-pc {
    display: none !important; }
  .is-sp {
    display: block !important; } }

@media screen and (max-width: 991px) {
  .navbar-nav > li > a {
    letter-spacing: 0; } }

@media screen and (max-width: 768px) {
  #footpath {
    display: none; }
  /*テーブルレイアウト縦表示*/
  table.table-sp th {
    display: block; }
  table.table-sp td {
    display: block; }
  table.table-sp-offth th {
    display: none; }
  table.table-sp-offth td:first-child {
    background: #d9edf7; }
  /*dlテーブルレイアウト縦表示*/
  .dl-table dl dt {
    display: block;
    width: auto;
    float: left;
    border: none; }
  .dl-table dl dd {
    display: block;
    width: 100%;
    border: none; }
  .dl-table dl dd:last-child {
    clear: both;
    border-bottom: 1px solid #ddd; }
  .dl-table-list dl dt, .dl-table-list dl dd {
    border: 1px solid #ddd;
    border-bottom: none; }
  .dl-table-list dl dt {
    width: 100%;
    border-right: none;
    background: #d9edf7; }
  .dl-table-list dl:last-child dt, .dl-table-list dl:last-child dd {
    border-bottom: 1px solid #ddd; }
  select.form-control {
    height: 3em; }
  .form-ymd select.form-control {
    display: inline;
    width: 27%; }
  .relation_link .btn {
    width: 95%;
    margin-top: 1em;
    white-space: normal; }
  .relation_link .btn-left {
    float: none; }
  .relation_link .btn-right {
    float: none; }
  .clr {
    clear: both; }
  .clr .btn {
    width: 60%; }
  .list-bordered li a {
    display: inline-block;
    margin: 0.2em 0 0; }
  .list-bordered li .badge {
    display: inline-block; }
  .list-bordered li .label {
    display: inline-block;
    padding: 0.3em 1em; }
  .sec_consultant .conslList .item .thumb {
    margin: 0;
    float: none; }
  .pc {
    display: none !important; }
  br {
    line-height: 1.2; }
  body {
    position: relative;
    padding-top: 0; }
  .main-right-2 .col-sm-8,
  .main-right-2 .col-sm-12 {
    padding: 0; }
  .main-right-2 .col-sm-12 {
    margin-bottom: 0; }
  /* ヘッダー ---------- */
  #mainHeader .container {
    padding: 0;
    border-bottom: 1px solid #cccccc; }
  #mainHeader .navbar-header {
    margin-left: 5px;
    float: left; }
  #mainHeader .navbar-brand {
    height: auto;
    padding: 6px 0 0; }
  #mainHeader .navbar-brand img {
    width: 210px; }
  #mainHeader .pull-right.sp {
    width: 30%;
    list-style: none; }
  #mainHeader .headerBtn {
    overflow: hidden; }
  #mainHeader .headerBtn li {
    position: relative;
    width: 50%;
    float: right;
    border-left: 1px solid #cccccc;
    list-style: none outside;
    text-align: center; }
  #mainHeader .headerBtn li p,
  #mainHeader .headerBtn li a {
    display: block;
    position: relative;
    padding: 5px 2px;
    background: linear-gradient(#fff, #eee);
    text-decoration: none; }
  #mainHeader .headerBtn li i {
    color: #aaaaaa;
    font-size: 1.6em; }
  #mainHeader .headerBtn li span {
    display: block;
    font-size: 10px; }
  #mainHeader .headerBtn li p:after,
  #mainHeader .headerBtn li a:after {
    display: block;
    position: absolute;
    bottom: 3%;
    left: 3%;
    width: 92%;
    height: 2px;
    background-color: #e60214;
    content: ""; }
  #mainHeader .headerBtn .search div {
    display: none;
    position: absolute; }
  /* メニュー */
  #mainHeader .menuContents {
    display: none;
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #cccccc;
    z-index: 20; }
  #mainHeader .menuContents li {
    border-top: 1px solid #cccccc; }
  #mainHeader .menuContents li a {
    display: block;
    padding: 10px;
    background-color: #f4f4f4;
    color: #333333;
    font-size: 15px;
    text-decoration: none; }
  #mainHeader .menuContents li i {
    margin-top: 2px;
    float: right;
    color: #e60214;
    font-size: 120%;
    font-weight: bold; }
  /* 検索ボックス */
  #mainHeader .searchContents {
    display: none;
    position: relative;
    z-index: 20; }
  #mainHeader .searchContents form {
    position: fixed;
    top: 60px;
    width: 90%;
    margin: 0 5%; }
  #mainHeader .searchContents .textbox {
    width: 80%;
    padding: 5px;
    border: 1px solid #cccccc;
    border-radius: 5px 0 0 5px;
    outline: none; }
  #mainHeader .searchContents .submit {
    width: 20%;
    padding: 5px;
    border: 1px solid #cccccc;
    border-left: none;
    border-radius: 0 5px 5px 0;
    outline: none;
    background-color: #eeeeee; }
  .overlayer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10; }
  /* ナビゲーション */
  #mainMenu ul {
    float: none;
    overflow: hidden; }
  #mainMenu li {
    width: 30%;
    margin: 0 0 2.5% 2.5%;
    float: left;
    text-align: center; }
  #mainMenu li a {
    padding: 6px 0;
    border: 1px solid #ac000e;
    border-radius: 5px;
    background: linear-gradient(#e60214, #c30211);
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4); }
  #mainMenu li a:hover {
    background-color: initial; }
  /* フッター ---------- */
  #footerWrapper .container {
    padding: 0;
  }
  #footerWrapper .footer_logo_sp {
  display: block;
  }
  #footerWrapper .footer_logo_sp a img {
    display: block;
    width: 80%;
    margin: 0 auto 50px;
  }
  #footerWrapper .footer_main {
    display: block;
    width: 62%;
    margin: 0 auto;
  }
  #footerWrapper ul li {
    margin-bottom: 10px;
  }
  #footerWrapper .footer_block>ul>li a {
    margin-bottom: 10px;
  }
  #footerWrapper .footer_logo > a {
    display: none;
  }
  #footerWrapper .footer_logo .footer_logo_sns {
    justify-content: center;
    width: 100%;
  }
  #footerWrapper .footer_sub ul {
    display: block;
    width: 44%;
    margin: 20px auto;
  }
  #footerWrapper .footer_sub ul li {
    border: none;
    padding: 0;
    margin-bottom: 20px;
  }
  #footerWrapper .footer_sub ul li:last-of-type {
    margin-bottom: 0;
  }

  /*
 トップ
---------------------------------------- */
  /* トップ　共通 ---------- */
  #page_top .container {
    padding: 0; }
  #page_top .row {
    margin: 0; }
  #page_top .col-sm-8,
  #page_top .col-sm-4 {
    padding: 0; }
  #page_top .col-sm-8 {
    margin-bottom: 0; }
  #page_top .block .heading,
  #page_top .box .heading,
  #page_top .selfdecl .heading {
    position: relative;
    padding: 10px 15px 10px 4px;
    overflow: hidden;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: #efefef;
    box-shadow: inset 0 1px 0 #ffffff; }
  #page_top .block .heading:after,
  #page_top .box .heading:after,
  #page_top .selfdecl .heading:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    content: ""; }
  #page_top .block .heading h2,
  #page_top .box .heading h2,
  #page_top .selfdecl .heading h2 {
    display: table;
    float: left; }
  #page_top .block .heading h2:before,
  #page_top .box .heading h2:before,
  #page_top .selfdecl .heading h2:before {
    display: table-cell;
    width: 6px;
    height: 100%;
    background-color: #e60214;
    content: ""; }
  #page_top .block .heading h2 span,
  #page_top .box .heading h2 span,
  #page_top .selfdecl .heading h2 span {
    margin-left: 5px;
    color: #333333;
    font-size: 16px;
    font-weight: bold; }
  /* スライダー ---------- */
  #slider {
    margin-bottom: 0; }
  #slider .bx-pager {
    margin-top: 10px; }

  /* 新着情報 ---------- */
  .block_latest li {
    display: table;
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    text-decoration: none; }
  .block_latest li:last-child {
    border-bottom: none; }
  .block_latest li .subtxt .date {
    display: inline-block;
    margin-right: 1em;
    font-size: 13px; }
  .block_latest li .subtxt .category {
    width: 14%;
    min-width: 90px;
    font-size: 12px; }
  .block_latest li .maintxt h3 {
    color: #666666;
    font-size: 15px; }
  .block_latest .link li,
  .block_latest .pdf li {
    padding: 0;
    border: none; }
  .block_latest .link a,
  .block_latest .pdf a {
    display: table;
    width: 100%; }
  .block_latest .link i,
  .block_latest .pdf i {
    display: table-cell;
    width: 10px;
    height: 100%;
    color: #e60214; }
  .block_latest .pdf .pdficn {
    display: inline-block;
    width: auto;
    margin: 0 0 0 5px; }
  /* ピックアップ ---------- */
  .block_pickup li {
    overflow: hidden;
    border-top: 1px solid #cccccc; }
  .block_pickup li.first {
    border-top: none; }
  .block_pickup li a {
    display: table;
    width: 100%;
    padding: 10px 15px;
    overflow: hidden;
    text-decoration: none; }
  .block_pickup li .photo {
    width: 25%;
    margin-right: 10px;
    float: left; }
  .block_pickup li .photo img {
    width: 100%; }
  .block_pickup li .text {
    margin: 0;
    font-size: 100%; }
  .block_pickup li .text h3 {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.5; }
  .block_pickup li .text p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.3; }
  .block_pickup li i {
    display: table-cell;
    color: #e60214;
    font-size: 120%;
    font-weight: bold;
    text-align: right;
    vertical-align: middle; }
  /* サービス一覧 ---------- */
  .block_service .heading {
    margin-bottom: 0; }
  .block_service .list li {
    width: 100%;
    height: auto !important;
    margin: 0;
    float: none;
    border: none;
    border-top: 1px solid #cccccc;
    border-radius: 0; }
  .block_service .list li:first-child {
    border-top: none; }
  .block_service .list a {
    display: block;
    padding: 10px 15px;
    overflow: hidden;
    color: #666666;
    text-decoration: none; }
  .block_service .list i {
    margin-top: 3px;
    float: right;
    color: #e60214;
    font-size: 120%;
    font-weight: bold; }
  /* サイドコンテンツ 共通 ---------- */
  .side.box:last-child {
    margin-bottom: 0; }
  #page_top .side.box {
    margin-bottom: 30px;
    border: none;
    border-radius: 0; }
  #page_top .side.box .heading {
    border-radius: 0; }
  .side .contents {
    padding: 10px 15px; }
  /* 情熱コンサルタント宣言 ---------- */
  /* コンサルタント紹介 */
  .side.consultant .introduce .btn {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 0;
    border-bottom: none;
    background-color: transparent; }
  .side.consultant .introduce .btn a {
    display: block;
    width: 100%;
    padding: 5px 0;
    border: 1px solid #e60214;
    color: #e60214; }
  /* 新着コンサルタントコラム */
  .side.consultant .column {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #cccccc; }
  .side.consultant .column h3 {
    padding: 8px 5px;
    background-color: #e60214;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold; }
  .side.consultant .column li {
    overflow: hidden;
    border-bottom: 1px dotted #cccccc; }
  .side.consultant .column a {
    display: table;
    width: 100%;
    padding: 10px 5px;
    text-decoration: none; }
  .side.consultant .column .thumb {
    width: 20%;
    margin-right: 15px;
    float: left; }
  .side.consultant .column .thumb img {
    width: 100%; }
  .side.consultant .column .text {
    width: 70%;
    float: left; }
  .side.consultant .column i {
    display: table-cell;
    height: 100%;
    color: #e60214;
    font-size: 120%;
    font-weight: bold;
    text-align: right;
    vertical-align: middle; }
  /* Navi情報 ---------- */
  .side.naviinfo h3 {
    padding: 8px 5px;
    background-color: #e60214;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold; }
  .side.naviinfo .latest {
    margin-bottom: 10px; }
  .side.naviinfo li {
    overflow: hidden;
    border-bottom: 1px dotted #cccccc; }
  .side.naviinfo li a {
    display: table;
    width: 100%;
    padding: 5px;
    text-decoration: none; }
  .side.naviinfo li .title {
    width: 95%; }
  .side.naviinfo li i {
    display: table-cell;
    height: 100%;
    color: #e60214;
    font-size: 120%;
    font-weight: bold;
    text-align: right;
    vertical-align: middle; }
  /* 自己適合宣言 ---------- */
  .side.selfdecl .heading h2 span {
    font-size: 16px; }
  /*
 コラム　詳細
---------------------------------------- */
  .pageTit.rmnavi {
    margin: 0 0 10px; }
  .pageTit.rmnavi h2 {
    padding: 20px 15px; }
  .pageTit.rmnavi h2 span {
    display: block;
    margin: 5px 0 0; }
  .detailCommon .article_top .category {
    margin: 0 15px 10px; }
  .detailCommon .article_top .title {
    margin-bottom: 10px;
    padding: 0 15px 8px; }
  .detailCommon .article_top div {
    padding: 0 15px; }
  .detailCommon .article_top .date {
    margin-bottom: 10px;
    float: none; }
  .detailCommon .article_top .sns {
    float: none;
    overflow: hidden; }
  .detailCommon .article_top .sns li:first-child {
    margin-left: 0; }
  /* 1ブロック目 ---------- */
  .detailCommon .block_first {
    margin: 0 15px; }
  .detailCommon .block_first .consultantBox {
    width: 100%;
    margin: 0 0 14px;
    float: none; }
  .detailCommon .block_first .consultantBox .photo,
  .detailCommon .block_first .consultantBox .photo img {
    width: 60px; }
  .block .block-title {
    position: relative;
    padding: 10px 15px 10px 4px;
    border-right: none;
    border-left: none;
    border-radius: 0;
    background: #f2f2f2;
    box-shadow: inset 0 1px 0 #ffffff; }
  .block .block-title:before {
    border-radius: 0; }
  .block .block-title:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    content: ""; }
  .block-title span {
    margin-left: 5px; }
  .block .text {
    margin: 0 15px; }
  .block .text img {
    float: none!important;
    width: 100%;
    height: 100%;
    padding: 10%;} 

  .detailCommon .block .image {
    width: 80%;
    margin: 0 auto;
    float: none; }
    
  .detailCommon .block .image img {
    width: 100%; }
  .detailCommon .references,
  .detailCommon .recommend,
  .detailCommon .services {
    margin: 40px 15px; }
  /*
 用語集　一覧
---------------------------------------- */
  .sec_glossary.list .tab {
    margin: 5px 15px 0;
    text-align: center; }
  .sec_glossary.list .tab li {
    display: inline-block;
    width: 20%;
    margin: 10px 0 0 10px;
    border: 1px solid #ccc; }
  .sec_glossary.list .tab li:first-child {
    margin-left: 0; }
  .sec_glossary.list .tab .cur {
    background-color: #eee; }
  .sec_glossary.list .wordList {
    margin: 20px 15px 0; }
  .sec_glossary.list .wordList li {
    position: relative;
    padding: 10px 0;
    border-top: 1px dotted #ccc; }
  .sec_glossary.list .wordList li:first-child {
    border-top: none; }
  .sec_glossary.list .wordList .fa {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    color: #e60214; }
  .sec_glossary.list .wordList a {
    display: block;
    padding-left: 1em; }
  /*
 ソリューション　詳細
---------------------------------------- */
  .detailCommon.service .article_top {
    margin-bottom: 20px; }
  .detailCommon.service .article_top .title {
    padding: 20px 15px;
    background: none; }
  .detailCommon.service .block .block-title {
    margin: 20px 0 15px; }
  /* フロー ---------- */
  .detailCommon.service .serviceflow .item {
    display: block;
    margin: 0 15px; }
  .detailCommon.service .serviceflow .item .title,
  .detailCommon.service .serviceflow .item .contents {
    display: block;
    width: 100%;
    padding: 10px; }
  .detailCommon.service .serviceflow .item .title {
    border-right: 1px solid #cccccc; }
  .detailCommon.service .serviceflow i {
    display: block;
    text-align: center; }
  /* サービス ---------- */
  .detailCommon.service .servicemenu h4 {
    margin-bottom: 1px; }
  .detailCommon.service .servicemenu .item .head {
    padding: 4px 15px; }
  .detailCommon.service .servicemenu .item table {
    width: auto;
    max-width: 100%;
    margin: 0 15px; }
  .detailCommon.service .servicemenu .item th,
  .detailCommon.service .servicemenu .item td {
    display: list-item;
    width: 100%;
    list-style: none outside; }
  .detailCommon.service .servicemenu .item th {
    border-top: none;
    border-bottom: 1px solid #cccccc; }
  .detailCommon.service .servicemenu .item tr:first-child th {
    border-top: 2px solid #cccccc; }
  .detailCommon.service .servicemenu .item td {
    border-top: none;
    border-bottom: 2px solid #cccccc; }
  .detailCommon.service .servicemenu .item tr:last-child td {
    border-bottom: none; }
  /* お客様事例 ---------- */
  .detailCommon.service .casestudy .list {
    margin: 0 15px 40px; }
  .detailCommon.service .casestudy .list li {
    width: 100%;
    margin-bottom: 10px;
    float: none;
    overflow: hidden; }
  .detailCommon.service .casestudy .list .text {
    margin: 0; }
  .detailCommon.service .casestudy .list .text .catch {
    margin-bottom: 5px;
    font-size: 13px; }
  .detailCommon.service .casestudy .list .text .title {
    line-height: 1.3; }
  .detailCommon.service .casestudy .list .text .title a {
    font-size: 14px;
    line-height: 1.2; }
  .detailCommon.service .casestudy .list .listend {
    margin-left: 0; }
  /*
 お客様事例　一覧
---------------------------------------- */
  #page_topics_list6 .container {
    padding: 0; }
  /* 見出し */
  .sec_casestudy.list .heading {
    margin-bottom: 15px; }
  /* ピックアップ事例 ---------- */
  .sec_casestudy .pickup-list {
    margin: 0 15px 15px; }
  .sec_casestudy .pickup-list_item {
    margin-top: 15px; }
  .sec_casestudy .pickup-list_item:first-child {
    margin-top: 0; }
  .sec_casestudy .pickup-list .topics-thumb {
    margin-bottom: 10px; }
  .sec_casestudy .pickup-list .topics-catch {
    margin: 5px 0 10px; }
  /* カテゴリー検索 ---------- */
  .sec_casestudy .box {
    margin: 15px;
    padding: 10px; }
  .sec_casestudy .box-title {
    font-size: 15px; }
  .sec_casestudy .search-item_title {
    margin: 15px 0 10px;
    font-size: 13px; }
  .sec_casestudy .search-item_select {
    width: 80%; }
  /* 記事一覧 ---------- */
  .case-list_item {
    box-sizing: border-box;
    display: table;
    width: 100%;
    border-top: 1px solid #ccc; }
  .case-list_item a {
    display: table;
    width: 100%;
    padding: 15px;
    text-decoration: none; }
  .case-list .topics-thumb {
    display: table-cell;
    width: 40%; }
  .case-list .topics-thumb_inner {
    display: block;
    position: relative;
    padding-top: 66.53%;
    overflow: hidden;
    background-color: #eee;
    vertical-align: middle; }
  .case-list .topics-thumb img {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%); }
  .case-list .topics-text {
    display: table-cell;
    padding-left: 4%;
    font-size: 12px;
    line-height: 1.2;
    vertical-align: top; }
  .case-list .topics-title {
    color: #1853B5;
    font-size: 13px; }
  .case-list .icon-new {
    display: inline-block;
    margin-left: 5px;
    padding: 1px 5px;
    background-color: #d42828;
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
    vertical-align: middle; }
  .case-list .topics-service {
    margin-top: 10px; }
  .case-list .label-service {
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #ccc;
    font-size: 10px;
    line-height: 1.3; }
  /*
 お客様事例　詳細
---------------------------------------- */
  #page_topics_detail6 .container {
    padding: 0; }
  /* 会社キャッチ ---------- */
  .sec_casestudy .block_first {
    margin-bottom: 10px; }
  .sec_casestudy .block_first .detail {
    padding: 10px; }
  .sec_casestudy .block_first .detail > img {
    max-width: 100%;
    margin: 0 0 10px;
    float: none; }
  .sec_casestudy .block_first .detail .text .logo,
  .sec_casestudy .block_first .detail .text .catch {
    margin-top: 10px; }
  .sec_casestudy .block_first .detail .text .logo .logo img {
    max-width: 100%; }
  .sec_casestudy .block_first .detail .text .catch {
    font-size: 18px; }
  /* リード文 ---------- */
  .sec_casestudy .lead {
    margin: 0 15px;
    padding: 20px; }
  /* 本文 ---------- */
  .sec_casestudy .image {
    margin-bottom: 10px; }
  .sec_casestudy .text h3 {
    margin-bottom: 5px; }
  /* 担当の声 ---------- */
  .sec_casestudy .comment {
    margin: 40px 15px; }
  /* サイド ---------- */
  .sec_casestudy .sub .item {
    margin: 0 15px 30px; }
  /* お客様情報 */
  .sec_casestudy .sub .companyinfo th,
  .sec_casestudy .sub .companyinfo td {
    display: list-item;
    list-style: none outside; }
  .sec_casestudy .sub .companyinfo th {
    width: 100%; }
  /*
 新着情報　一覧
---------------------------------------- */
  .heading .heading_text {
    position: relative;
    margin: 0;
    padding: 10px 15px 10px 4px;
    border-right: none;
    border-left: none;
    border-radius: 0;
    background: #f2f2f2;
    box-shadow: inset 0 1px 0 #ffffff; }
  .heading .heading_text:before {
    border-radius: 0; }
  .heading .heading_text:after {
    display: block;
    position: absolute;
    top: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin: 0;
    background: none #ffffff;
    content: ""; }
  .heading .heading_text span {
    margin-left: 5px; }
  .sec_news > ul > li {
    display: table;
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    text-decoration: none; }
  .sec_news > ul > li:last-child {
    border-bottom: none; }
  .sec_news li .subtxt,
  .sec_news li .maintxt {
    width: 95%; }
  .sec_news li .subtxt .date {
    display: inline-block;
    margin-right: 1em;
    font-size: 13px; }
  .sec_news li .subtxt .category {
    width: 14%;
    min-width: 90px;
    font-size: 12px; }
  .sec_news li .maintxt {
    margin-bottom: 5px; }
  .sec_news li .maintxt h3 {
    color: #666666;
    font-size: 15px; }
  .sec_news .link li,
  .sec_news .pdf li {
    padding: 0;
    border: none; }
  .sec_news .link a,
  .sec_news .pdf a {
    display: table;
    width: 100%; }
  .sec_news .link i,
  .sec_news .pdf i {
    display: table-cell;
    width: 10px;
    height: 100%;
    color: #e60214; }
  .sec_news .pdf .pdficn {
    display: inline-block;
    width: auto;
    margin: 0 0 0 5px; }
  /*
 コンサルタント　一覧
---------------------------------------- */
  .sec_consultant .lead {
    margin: 15px;
    line-height: 1.6; }
  .sec_consultant .conslList {
    margin: 0 15px; }
  .sec_consultant .conslList .item {
    padding: 14px; }
  .sec_consultant .conslList .item .thumb,
  .sec_consultant .conslList .item .text {
    width: 100%; }
  .sec_consultant .conslList .item .thumb {
    margin: 0 0 10px;
    text-align: center; }
  .sec_consultant .conslList .item .thumb a {
    display: inline-block; }
  .sec_consultant .conslList .item .text .conslName {
    text-align: center; }
  .sec_consultant .conslList .item .text .conslName span {
    display: block; }
  .sec_consultant .conslList .item .text .conslName a .post {
    font-size: 12px; }
  .sec_consultant .conslList .item .text .link {
    margin-top: 10px;
    padding-top: 10px; }
  /*
 コンサルタント　詳細
---------------------------------------- */
  .sec_consultant.detail .heading {
    margin-bottom: 15px; }
  .sec_consultant.detail .heading h2 {
    display: table;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px 15px 10px 4px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #f2f2f2;
    color: #666666;
    line-height: 1.4;
    box-shadow: inset 0 1px 0 #ffffff; }
  .sec_consultant.detail .heading h2:before {
    display: table-cell;
    width: 6px;
    height: 100%;
    background-color: #e60214;
    content: ""; }
  .sec_consultant.detail .heading h2 span {
    display: inline-block;
    margin-left: 5px;
    color: #333333;
    font-size: 18px;
    font-weight: bold; }
  .sec_consultant.detail .heading h2:after {
    display: block;
    position: absolute;
    top: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: none #ffffff;
    content: ""; }
  .sec_consultant.detail .block,
  .sec_consultant.detail .listCommon {
    margin: 0 15px 20px; }
  .sec_consultant.detail .listCommon li {
    padding: 10px 0; }
  .sec_consultant.detail .listCommon > .title {
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e60214;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4; }
  /* お客様事例 ---------- */
  .sec_consultant.detail .case-list_item:first-child {
    border-top: none; }
  .sec_consultant.detail .case-list_item a {
    padding: 15px 0; }
  /*
 コラム　一覧
----------------------------------------*/
  .sec_column .columnList li {
    display: block;
    width: 100%;
    padding: 10px 15px; }
  .sec_column .columnList li a {
    margin-top: 0; }
  .sec_column .date,
  .sec_column .title,
  .sec_column .writer {
    display: block;
    width: 100%; }
  .sec_column .title {
    margin: 5px 0 0; }
  .sec_column .title a {
    display: table;
    width: 100%; }
  .sec_column .title .fa {
    display: table-cell;
    width: 10px;
    padding-left: 5px;
    color: #e60412;
    font-size: 18px;
    vertical-align: middle; }
  .sec_column .writer span {
    margin-right: 0; }
  /*
 コラム　詳細
----------------------------------------*/
  .sec_column .article_top {
    margin-bottom: 10px; }
  .sec_column .block {
    margin: 0 15px; }
  .sec_column .consultantBox {
    width: 100%;
    margin: 0 0 15px; }
  /*
 コンサルタントコラム　詳細
----------------------------------------*/
  .sec_conslColumn .consultantBox {
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 14px;
    float: none; }
  /*
 書籍紹介
---------------------------------------- */
  .sec_books.list li {
    padding: 10px; }
  .sec_books.list .thumb {
    width: 30%;
    margin-top: 0;
    vertical-align: top; }
  .sec_books.list .thumb img {
    max-width: 100%; }
  .sec_books.list .text {
    display: inline-block;
    width: 65%;
    margin-left: 3%;
    vertical-align: top; }
  /*
 プレスリリース　一覧
---------------------------------------- */
  .listCommon ul li {
    box-sizing: border-box;
    display: table;
    width: 100%;
    padding: 10px 10px 10px 15px; }
  .listCommon li .date,
  .listCommon li .title,
  .listCommon li .title a {
    font-size: 15px; }
  .listCommon li .date {
    font-style: normal; }
  .listCommon li .fa {
    display: table-cell;
    width: 10px;
    padding-left: 5px;
    color: #e60214;
    font-size: 18px;
    vertical-align: middle; }
  .listCommon li .title span {
    display: inline-block; }
  /*
 お問い合わせ
---------------------------------------- */
  .sec_inquiry h3 {
    position: relative;
    padding: 10px 15px 10px 4px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    background: #f2f2f2;
    box-shadow: inset 0 1px 0 #ffffff; }
  .sec_inquiry h3:before {
    display: table-cell;
    width: 6px;
    height: 100%;
    border-radius: 0;
    background-color: #e60214;
    content: ""; }
  .sec_inquiry h3 span {
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
    font-weight: bold; }
  .sec_inquiry h3:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    content: ""; }
  .sec_inquiry .firstTxt p,
  .sec_inquiry .firstTxt ul,
  .sec_inquiry .firstTxt .contact {
    width: auto;
    margin: 0 15px; }
  .sec_inquiry .firstTxt ul {
    margin: 10px 15px;
    padding-left: 1.5em; }
  .sec_inquiry .firstTxt li {
    margin-bottom: 5px; }
  .sec_inquiry .firstTxt .contact th {
    width: 35%; }
  /* フォーム ---------- */
  .sec_inquiry .formArea .lead,
  .sec_inquiry .formArea .errtable,
  .sec_inquiry .formArea .alert,
  .sec_inquiry .formArea form {
    margin: 15px; }
  .sec_inquiry .formArea .errtable {
    width: auto; }
  .sec_inquiry .formArea form th,
  .sec_inquiry .formArea form td {
    display: list-item;
    width: 100%;
    padding: 20px 0;
    list-style: none outside; }
  .sec_inquiry .formArea form th {
    padding: 12px 0 6px; }
  /*
 メディア掲載実績　一覧
---------------------------------------- */
  .sec_media .mediaList li {
    padding: 15px;
    border-bottom: 1px solid #cccccc; }
  .sec_media .mediaList .head .date,
  .sec_media .mediaList .head h3,
  .sec_media .mediaList .head h3 a,
  .sec_media .mediaList .text {
    font-size: 15px;
    line-height: 1.4; }
  .sec_media .mediaList .head .date {
    font-style: normal; }
  .sec_media .mediaList .head h3 {
    margin: 5px 0; }
  .sec_media .mediaList .head h3 a {
    display: table;
    width: 100%; }
  .sec_media .mediaList .head .fa {
    display: table-cell;
    width: 10px;
    padding-left: 5px;
    color: #e60412;
    font-size: 18px;
    vertical-align: middle; }
  /*
 会社情報
---------------------------------------- */
  .sec_company table th,
  .sec_company table td {
    display: list-item;
    width: 100%;
    list-style: none outside; }
  /*
 アカデミートップ
---------------------------------------- */
  .sec_academy .heading,
  .sec_academy .block {
    margin-bottom: 15px; }
  /* メインビジュアル */
  .sec_academy .main-visual {
    margin-bottom: 15px; }
  /* 見出し */
  .sec_academy .heading_text span {
    font-size: 15px; }
  /* リードブロック */
  .sec_academy .block-lead {
    margin: 0 15px 15px; }
  .sec_academy .block-lead .block-lead_heading {
    margin-bottom: 10px; }
  .sec_academy .block-lead .block-lead_link {
    margin-top: 10px; }
  .sec_academy .block-lead .link-item {
    margin-top: 5px; }
  .sec_academy .block-lead .link-item .fa {
    margin-right: 8px;
    color: #e60214;
    font-weight: bold; }
  /* ニュース */
  .sec_academy .block-news .news-list {
    height: 260px;
    margin: 0 15px;
    overflow: scroll;
    border: 1px solid #ccc; }
  .sec_academy .block-news .news-list_item {
    padding: 10px;
    border-top: 1px solid #ccc; }
  .sec_academy .block-news .news-list_item:first-child {
    border-top: none; }
  .sec_academy .block-news .news-date {
    margin-bottom: 5px; }
  /* 講師陣 */
  .sec_academy .block-teachers .teachers-photo {
    margin: 15px 15px 0; }
  /* 研修コース */
  .sec_academy .block-curriculum .wrapper {
    margin: 0 15px; }
  .sec_academy .block-curriculum .curriculum-list {
    max-width: 600px; }
  /*
 アカデミー：カリキュラム
---------------------------------------- */
  .sec_curriculum .heading h2 {
    display: table;
    width: 100%;
    padding: 10px 10px 10px 5px;
    font-size: 18px; }
  .sec_curriculum .heading h2::before {
    display: table-cell;
    width: 4px;
    height: 100%;
    background-color: #e60214;
    content: ""; }
  .sec_curriculum .heading h2::after {
    content: none; }
  .sec_curriculum .heading h2 span {
    display: inline-block;
    margin-left: 0.5em; }
  .sec_curriculum .type-list .type-list-container {
    margin: 0 15px;
    float: none;
    overflow: hidden; }
  .sec_curriculum .type-list .list-item:first-child {
    margin-left: 0; }
  .sec_curriculum .lead,
  .sec_curriculum .recommend,
  .sec_curriculum .photo-area {
    margin: 10px 15px; }
  .sec_curriculum .photo-area .photo-item,
  .sec_curriculum .photo-area .photo-item:first-child {
    float: none; }
  .sec_curriculum .photo-area .photo-item {
    margin-top: 15px; }
  .sec_curriculum .photo-area .photo-item img {
    max-width: 100%; }
  .sec_curriculum .default-table th {
    width: 32%; }
  .c-cookiePolicy {
    bottom: 0;
    width: 100%;
    padding: 10px; }
  .c-cookiePolicy__button {
    width: 100%;
    height: 32px;
    margin-top: 10px;
    line-height: 32px; }
  .sec_tokyo .detailCommon.service .article_top .title,
  .sec_tokyo .detailCommon.tokyo2020 .article_top .title {
    background: none !important; }
  .tagListing li {
    width: 50% !important; }
      .l-container--large {
        width: 100%; }
      .l-container--middle {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px; }
      .l-container--single {
        width: 100%; }
      .l-container--main {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px; }
      .l-container--side {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px; }
    .l-footer {
      padding: 10px;
      font-size: 12px;
      font-size: 1.2rem; }
    .l-footer__nav {
      margin-bottom: 5px; }
    .l-footer__nav__link::before {
      margin-right: 5px; }
    .l-header {
      background-color: #fff; }
    .l-header__inner {
      padding: 10px; }
    .l-header__logo {
      width: 30.7%; }
  .l-header__nav {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    min-height: 88%;
    overflow: hidden;
    background-color: #eee;
    z-index: 10; }
  .l-header__nav__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll; }
    .l-header__nav__item {
      border-bottom: 1px solid #ccc; }
    .l-header__nav__button {
      padding: 15px 10px;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold; }
    .l-header__nav__button::after {
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 15px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: ""; }
    .is-active.l-header__nav__button::after {
      content: ""; }
  .l-header__nav__child {
    max-height: 0;
    overflow: hidden;
    transition: .4s max-height; }
  .l-header__nav__child__item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
    .l-header__nav__child__item a {
      padding: 15px;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff; }
    .l-header__nav__child__item a::before {
      margin-right: 8px;
      content: ""; }
  .l-header__subnav {
    margin: 20px;
    text-align: center; }
    .l-header__subnav__link {
      padding: 10px 20px; }
    .c-cookiePolicy {
      bottom: 0;
      width: 100%;
      padding: 10px; }
    .c-cookiePolicy__button {
      width: 100%;
      height: 32px;
      margin-top: 10px;
      line-height: 32px; }
      .c-form-policyAgree__contents {
        width: 90%;
        padding: 10px; }
      .c-form-policyAgree__check {
        font-size: 16px;
        font-size: 1.6rem; }
  .c-grid-col-1 {
    width: 100%; }
  .c-grid-col-2 {
    width: 100%; }
  .c-grid-col-3 {
    width: 100%; }
  .c-grid-col-4 {
    width: 100%; }
  .c-grid-col-5 {
    width: 100%; }
  .c-grid-col-6 {
    width: 100%; }
  .c-grid-col-7 {
    width: 100%; }
  .c-grid-col-8 {
    width: 100%; }
  .c-grid-col-9 {
    width: 100%; }
  .c-grid-col-10 {
    width: 100%; }
  .c-grid-col-11 {
    width: 100%; }
  .c-grid-col-12 {
    width: 100%; }
    .c-heading--lv1, .c-article h1 {
      margin: 20px 0 25px;
      font-size: 18px;
      font-size: 1.8rem; }
    .c-heading--lv2, .c-article h2 {
      margin: 25px 0 20px;
      font-size: 15px;
      font-size: 1.5rem; }
    .c-heading--lv3, .c-article h3 {
      margin-bottom: 10px;
      padding: 5px 10px;
      font-size: 18px;
      font-size: 1.8rem; }
    .c-heading--lv4, .c-article h4 {
      margin-bottom: 10px;
      padding: 2px 0 2px 10px;
      font-size: 16px;
      font-size: 1.6rem; }
  .c-imageText {
    margin: 20px 0; }
    .c-imageText__picture--top {
      margin-bottom: 10px; }
  .c-imageText__picture--right {
    margin-top: 10px;
    text-align: center; }
    .c-imageText__picture--bottom {
      margin-top: 10px; }
  [class^="c-imageText__picture"] img {
    width: 100%; }
    .c-inquiryBlock {
      margin: 30px 0;
      padding: 20px; }
    .c-inquiryBlock__heading {
      margin-bottom: 10px;
      font-size: 18px;
      font-size: 1.8rem; }
  .c-inquiryBlock__body {
    font-size: 15px;
    font-size: 1.5rem; }
  .c-inquiryBlock__text:not(:first-child) {
    margin-top: 5px; }
    .c-inquiryBlock__text.-mail::before {
      font-size: 13px;
      font-size: 1.3rem; }
    .c-modal__contents {
      width: calc(100% - 30px); }
  .c-modal img {
    max-width: 100%; }
      .c-modal__close:after, .c-modal__close:before {
        width: 15px; }
    .c-pager__link {
      width: 30px;
      height: 30px;
      line-height: 28px; }
    .t-hti-news {
      padding: 20px; }
      .t-hti-news__head {
        margin-bottom: 20px; }
      .t-hti-news__tab__content {
        left: 50%;
        width: 98%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .t-hti-news__item:not(:last-child) {
        margin-bottom: 8px; }
        .t-hti-news__item__title {
          width: 90%;
          margin-top: 8px;
          margin-bottom: 10px;
          line-height: 1.6; }
    .c-table th, .c-table td {
      display: block;
      width: 100%; }
    .c-table th {
      border-bottom: 1px solid #ccc; }
    .c-table--dl dl {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .c-table--dl dl dt, .c-table--dl dl dd {
        width: 100%; }
      .c-table--dl dl dt {
        border-bottom: 1px solid #ccc; }
    .c-table--scroll {
      display: block;
      overflow-x: scroll; }
  .c-form-toggle__list--inline li {
    display: block; }
    .c-form-toggle__list--inline li:not(:first-of-type) {
      margin-top: 20px; }
      .c-form-toggle__radio--design label {
        display: block;
        margin-top: 10px; }
      .c-form-toggle__checkbox--design label {
        display: block;
        margin-top: 10px; }
    .c-topics__label {
      padding: 2px 20px; }
    .c-topics__title {
      margin-top: 5px; }
  .c-topics__card__item:not(:first-child) {
    margin-top: 20px; }
    .c-topics__card__contents {
      padding: 20px; }
  .p-article__section {
    margin: 20px 0; }
    .p-article__picture {
      margin-bottom: 10px; }
    .p-article__picture__caption {
      font-size: 12px;
      font-size: 1.2rem; }
    .p-article__button__outer {
      margin: 30px 0; }
    .p-article__button {
      width: 100%;
      font-size: 16px;
      font-size: 1.6rem; }
    .sec_tokyo__content .sec_tokyo h3 {
      padding: 10px 15px 10px 4px;
      border-radius: 0px; }
      .sec_tokyo__content .sec_tokyo h3:before {
        border-radius: 0px; }
      .sec_tokyo__content .sec_tokyo h3 span {
        margin-left: 5px; }
      .sec_tokyo__recommend .heading {
        padding: 8px 10px 8px 5px;
        border-right: none;
        border-left: none;
        border-radius: 0;
        background: #efefef; }
      .sec_tokyo__recommend .title {
        width: 70%; }
        .sec_tokyo__recommend .title:before {
          border-radius: 0; }
        .sec_tokyo__recommend .title span {
          margin-left: 5px;
          font-size: 16px;
          font-size: 1.6rem; }
    .sec_tokyo ul {
      margin-top: 20px; }
      .sec_tokyo ul li {
        margin: 0; }
    .p-top__slider__description__outer {
      display: inline-block;
      bottom: 20px;
      width: auto;
      max-width: calc(100% - 40px);
      margin: 0 auto; }
  .p-top__slider__description {
    font-size: 18px;
    font-size: 1.8rem; }
    .p-top__slider__description__inner {
      padding: 10px; }
    .p-top__contents__layout {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .p-top__contents__layout--main {
      padding: 0 10px; }
    .p-top__contents__layout--side {
      padding: 0 10px; }
    .p-top__contents__item {
      width: 100%;
      height: 140px;
      border-radius: 3px;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 140px; }
    .p-top__contents__item:not(:first-child) {
      margin-top: 10px; }
    .p-top__contents__item img {
      width: 100%; }
    .p-top__search {
      margin: 20px 0; }
    .p-top__search__textbox {
      padding: 0 42px 0 13px; }
    .p-top__search__submit {
      right: 13px;
      font-size: 16px;
      font-size: 1.6rem; }
    .p-top__news {
      display: none; }
  .p-top__banner {
    margin-top: 20px; }
  .p-top__banner__item:not(:first-child) {
    margin-top: 10px; }
  .is-pc {
    display: none !important; }
  .is-sp {
    display: block !important; } }

@media screen and (max-width: 991px) {
  .navbar-nav > li > a {
    letter-spacing: 0; } }

@media screen and (min-width: 769px) {
  html {
    position: relative;
    min-height: 100%; }
  body {
    padding-top: 0; }
  #contents {
    padding-bottom: 80px; }
  .col-sm-4 {
    width: 28.999999%; }
  .col-sm-8 {
    width: 70.888888%; }
  .sp {
    display: none !important; }
  #mainHeader {
    padding-top: 10px; }
  .navbar-header {
    float: left; }
  .navbar-brand {
    height: auto;
    padding: 3px 0;
    float: left;
    overflow: hidden; }
  /* ヘッダー右サイド ---------- */
  /* 検索窓 */
  #mainHeader .pull-right {
    margin-top: 10px; }
  #mainHeader .pull-right form {
    position: relative; }
  #mainHeader .pull-right form .textbox {
    width: 100%;
    height: 32px;
    padding: 0 28px 0 5px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    outline: none; }
  #mainHeader .pull-right form .search {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 6px;
    outline: none; }
  /* サブナビ */
  #mainHeader .pull-right .subnavi {
    margin: 10px 0;
    float: right; }
  #mainHeader .pull-right .subnavi li {
    margin-left: 20px;
    float: left; }
  #mainHeader .pull-right .subnavi li:first-child {
    margin-left: 0; }
  #mainHeader .pull-right .subnavi a {
    padding-left: 1em; }
  #mainHeader .pull-right .subnavi i {
    color: #e60214;
    text-indent: -1em; }
  /* メインナビゲーション */
  #mainMenu {
    background-color: #e60214; }
  #mainMenu .nav {
    width: 94%;
    max-width: 1170px;
    margin: 0 auto;
    float: none; }
  #mainMenu .nav .primary {
    width: 12.5%;
    border-left: 1px solid #c4000f; }
  #mainMenu .nav .primary a {
    height: 50px;
    padding: 0;
    overflow: hidden;
    border-left: 1px solid #e74552;
    color: #ffffff;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    text-transform: none; }
  #mainMenu .nav .primary a:hover,
  #mainMenu .nav .primary a.active {
    background-color: #90010d; }
  /* リスク管理Navi */
  #mainMenu .nav .gnavi7 a {
    border-left: 1px solid #eecd4e;
    background-color: #e6b802; }
  #mainMenu .nav .gnavi7 a:hover,
  #mainMenu .nav .gnavi7 a.active {
    background-color: #cb9e01; }
  /* ITIL Navi */
  #mainMenu .nav .gnavi8 {
    border-left: 1px solid #b79202; }
  #mainMenu .nav .gnavi8 a {
    border-left: 1px solid #4d9dc7;
    background-color: #0073af; }
  #mainMenu .nav .gnavi8 a:hover,
  #mainMenu .nav .gnavi8 a.active {
    background-color: #00476c; }
  /* フッター ---------- */
  .c-cookiePolicy {
    -webkit-transform: translateX(-50%);
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    bottom: 1px;
    left: 50%;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 10px 20px;
    transform: translateX(-50%); }
  .c-cookiePolicy__description {
    font-size: 15px;
    font-size: 1.5rem; }
  .c-cookiePolicy__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 195px;
    height: 36px;
    margin-left: 40px;
    line-height: 36px; }
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
      .l-container--huge {
        padding-top: 100px; }
      .l-container--large {
        max-width: 1360px;
        margin: 0 auto; }
      .l-container--middle {
        max-width: 1180px;
        margin: 0 auto; }
      .l-container--single {
        max-width: 980px;
        margin: 0 auto; }
      .l-container--main {
        max-width: 680px;
        float: left; }
      .l-container--side {
        max-width: 420px;
        margin-left: 40px;
        float: right; }
    .l-footer {
      padding: 8px 0;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1; }
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1180px;
    margin: 0 auto; }
    .l-footer__nav {
      margin-right: auto; }
  .l-footer__nav__item:not(:first-child) {
    margin-left: 20px; }
    .l-footer__nav__link::before {
      margin-right: 10px; }
    .l-header {
      height: 100px;
      background-color: rgba(255, 255, 255, 0.8); }
    .l-header__inner {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 1180px;
      margin: 0 auto; }
    .l-header__logo {
      -ms-flex-negative: 1;
      flex-shrink: 1;
      width: 167px;
      height: 58px;
      margin-right: auto; }
  .l-header__nav {
    margin-right: auto; }
  .l-header__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .l-header__nav__button {
      padding: 36px 25px;
      color: #90010d;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      cursor: pointer; }
    .l-header__nav__button::before, .l-header__nav__button::after {
      display: inline-block;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      content: ""; }
    .l-header__nav__item:hover .l-header__nav__button::before, .l-header__nav__item:hover .l-header__nav__button::after {
      -webkit-transform: translateX(-50%) rotate(180deg);
      transform: translateX(-50%) rotate(180deg); }
    .l-header__nav__button::before {
      bottom: 21px;
      border-right: 3px solid transparent;
      border-bottom: 3px solid #fff;
      border-left: 3px solid transparent;
      z-index: 2; }
    .l-header__nav__button::after {
      bottom: 20px;
      border-right: 5px solid transparent;
      border-bottom: 6px solid #666;
      border-left: 5px solid transparent; }
    .l-header__nav__item:hover .l-header__nav__button::after {
      bottom: 19px; }
  .l-header__nav__child {
    display: none;
    position: fixed;
    top: 95px;
    background-color: #90010d;
    color: #fff;
    z-index: 1; }
  .l-header__nav__item:hover .l-header__nav__child {
    display: block; }
    .l-header__nav__child__item a {
      min-width: 140px;
      padding: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      transition: .4s opacity; }
    .l-header__subnav__link {
      width: 160px;
      height: 30px;
      border-radius: 15px;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 30px; }
    .icon-animation {
      display: none; }
    .c-cookiePolicy {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      bottom: 1px;
      left: 50%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      max-width: 1170px;
      margin: 0 auto;
      padding: 10px 20px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .c-cookiePolicy__description {
    font-size: 15px;
    font-size: 1.5rem; }
    .c-cookiePolicy__button {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 195px;
      height: 36px;
      margin-left: 40px;
      line-height: 36px; }
      .c-form-policyAgree__contents {
        width: 75%;
        padding: 20px; }
      .c-form-policyAgree__check {
        font-size: 20px;
        font-size: 2rem; }
  .c-grid-col-1 {
    width: 8.33333%; }
  .c-grid-col-2 {
    width: 16.66667%; }
  .c-grid-col-3 {
    width: 25%; }
  .c-grid-col-4 {
    width: 33.33333%; }
  .c-grid-col-5 {
    width: 41.66667%; }
  .c-grid-col-6 {
    width: 50%; }
  .c-grid-col-7 {
    width: 58.33333%; }
  .c-grid-col-8 {
    width: 66.66667%; }
  .c-grid-col-9 {
    width: 75%; }
  .c-grid-col-10 {
    width: 83.33333%; }
  .c-grid-col-11 {
    width: 91.66667%; }
  .c-grid-col-12 {
    width: 100%; }
    .c-heading--lv1, .c-article h1 {
      margin: 70px 0 50px;
      font-size: 26px;
      font-size: 2.6rem; }
    .c-heading--lv2, .c-article h2 {
      margin: 50px 0 30px;
      font-size: 20px;
      font-size: 2rem; }
    .c-heading--lv3, .c-article h3 {
      margin-bottom: 20px;
      padding: 5px 10px;
      font-size: 22px;
      font-size: 2.2rem; }
    .c-heading--lv4, .c-article h4 {
      margin-bottom: 20px;
      padding: 3px 0 3px 10px;
      font-size: 18px;
      font-size: 1.8rem; }
  .c-imageText {
    margin: 30px 0; }
    .c-imageText__picture--top {
      margin: 0 auto 20px; }
  .c-imageText__picture--right {
    margin: 0 0 20px 20px;
    float: right; }
    .c-imageText__picture--bottom {
      margin: 20px auto 0; }
  .c-imageText__picture--left {
    margin: 0 20px 20px 0;
    float: left; }
  [class^="c-imageText__picture"] {
    display: table;
    width: 200px;
    text-align: center; }
    .c-inquiryBlock {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 680px;
      margin: 50px auto;
      padding: 30px 40px; }
    .c-inquiryBlock__heading {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin-right: 40px;
      font-size: 17px;
      font-size: 1.7rem; }
  .c-inquiryBlock__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    font-size: 1.6rem; }
  .c-inquiryBlock__text:not(:first-child) {
    margin-top: 8px; }
    .c-inquiryBlock__text.-mail::before {
      font-size: 13px;
      font-size: 1.3rem; }
    .c-modal__contents {
      max-width: 95%; }
      .c-modal__close:after, .c-modal__close:before {
        width: 20px; }
    .c-pager__link {
      width: 28px;
      height: 28px;
      line-height: 26px; }
  .c-slider {
    margin-bottom: 45px; }
  .c-slider__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45.74%;
    max-height: 580px;
    overflow: hidden; }
    .t-hti-news {
      padding: 35px 50px 50px; }
      .t-hti-news__head {
        margin-bottom: 35px; }
      .t-hti-news__tab__body {
        position: relative;
        padding: 30px 40px;
        overflow: hidden; }
      .t-hti-news__tab__content {
        left: 30px;
        width: 1040px; }
    .-list .t-hti-news__tab__content {
      width: 770px; }
      .t-hti-news__item:not(:last-child) {
        margin-bottom: 15px; }
      .-list .t-hti-news__item__title {
        width: 540px; }
        .t-hti-news__item__title {
          position: relative;
          top: -1px;
          width: 810px; }
    .c-table {
      width: 100%; }
    .c-table--dl dl {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .c-table--dl dl dt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 30%; }
      .c-table--dl dl dd {
        width: 70%; }
  .c-form-toggle__list--inline li {
    display: inline-block;
    cursor: pointer; }
    .c-form-toggle__list--inline li:not(:first-of-type) {
      margin-left: 20px; }
  .c-topics__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .c-topics__label {
      padding: 4px 15px; }
  .c-topics__card__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .c-topics__card__item {
    width: 32%;
    margin-bottom: 2%; }
  .c-topics__card__item:not(:nth-child(3n+1)) {
    margin-left: 2%; }
    .c-topics__card__contents {
      padding: 15px; }
  .p-article__section {
    margin: 30px 0 50px;
    line-height: 1.7; }
  .p-article__picture.-left {
    width: 380px;
    margin: 0 40px 20px 0;
    float: left; }
  .p-article__picture.-right {
    width: 380px;
    margin: 0 0 20px 40px;
    float: right; }
    .p-article__picture__caption {
      font-size: 12px;
      font-size: 1.2rem; }
    .p-article__button__outer {
      margin: 50px 0; }
    .p-article__button {
      width: 240px; }
    .p-topics__item {
      width: 380px; }
  .p-topics__picture {
    position: relative;
    -webkit-perspective: 380px;
    perspective: 380px; }
    .p-topics__description {
      font-size: 14px;
      font-size: 1.4rem; }
      .tokyo_survey li .img_container .container_img {
        width: 80%;
        min-height: 100%;
        border: 0px solid red; }
      .tokyo_survey li .img_container img {
        width: auto;
        height: 100%; }
    .p-top__slider__description__outer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      top: 58.62%;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 100%;
      max-width: 1268px; }
  .p-top__slider__description {
    width: 50%;
    height: 160px;
    font-size: 28px;
    font-size: 2.8rem; }
    .p-top__slider__description__inner {
      display: inline-block;
      max-width: 450px;
      max-height: 160px;
      padding: 20px; }
    .p-top__contents__layout--main {
      max-width: 780px; }
    .p-top__contents__layout--side {
      max-width: 380px;
      margin-left: 20px; }
  .p-top__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .p-top__contents__item {
        width: 48.5%;
        height: 180px;
        /*margin-top: 20px;*/
        border-radius: 6px;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 230px; }
        .p-top__contents__adove .p-top__contents__item {
            float: left; }
            .p-top__contents__adove .p-top__contents__item:nth-child(1) {
              width: 97.49%; }
          .p-top__contents__adove .p-top__contents__item:nth-child(2), .p-top__contents__adove .p-top__contents__item:nth-child(3) {
            width: 47.49%; }
          .p-top__contents__adove .p-top__contents__item:nth-child(3) {
            margin-left: 2.6%; }
          .p-top__contents__bottom .p-top__contents__item:not(:nth-child(3n+1)) {
            margin-left: 1.64%; }
    .p-top__contents__item:first-child {
      width: 100%; }
    .p-top__contents__item:not(:first-child) {
      margin-top: 20px; }
    .p-top__contents__item:nth-child(2n) {
      margin-right: 3%; }
  .p-top__contents__adove::after {
    display: block;
    clear: both;
    content: ""; }
  .p-top__subcontents {
    width: 32.2%;
    float: right; }
    .p-top__search {
      margin-bottom: 30px; }
    .p-top__search__textbox {
      padding: 0 48px 0 15px; }
    .p-top__search__submit {
      right: 15px;
      font-size: 18px;
      font-size: 1.8rem; }
    .p-top__news {
      margin-bottom: 20px; }
  .p-top__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px; }
  .p-top__banner__item.-col2 {
    width: 49.15%; }
  .p-top__banner__item.-col2:nth-child(2n) {
    margin-left: 1.69%; }
  .p-top__banner__item.-col3 {
    width: 32.2%; }
  .p-top__banner__item.-col3:not(:nth-child(3n+1)) {
    margin-left: 1.64%; }
  .is-pc {
    display: block !important; }
  .is-sp {
    display: none !important; } }

@media screen and (max-width: 972px) and (min-width: 769px) {
  #mainMenu .nav .gnavi7 a {
    line-height: 25px; } }

@media screen and (max-width: 992px) {
  .col-sm-4 {
    width: 100%; }
  .col-sm-8 {
    width: 100%; } }

@media print, screen and (min-width: 769px) {
  .pc {
    display: block; }
  /*
 トップ
---------------------------------------- */
  /* 共通 ---------- */
  #page_top .block {
    margin-bottom: 50px; }
  #page_top .block .heading {
    padding: 8px 10px;
    overflow: hidden;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: linear-gradient(#ffffff, #eeeeee); }
  #page_top .block .heading h2 {
    display: table;
    float: left; }
  #page_top .block .heading h2:before {
    display: table-cell;
    width: 6px;
    height: 100%;
    border-radius: 3px;
    background-color: #e60214;
    content: ""; }
  #page_top .block .heading h2 span {
    display: inline-block;
    margin-left: 10px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle; }
  /* ピックアップ ---------- */
  .block_pickup .heading {
    margin-bottom: 20px; }
  .block_pickup ul {
    margin: 0 10px;
    overflow: hidden; }
  .block_pickup li {
    width: 48%;
    padding: 10px;
    float: left; }
  .block_pickup .second {
    margin-left: 4%; }
  .block_pickup .photo {
    margin-left: 16px;
    float: right; }
  .block_pickup .photo a {
    display: block; }
  .block_pickup .photo img {
    width: 110px; }
  .block_pickup .text h3 {
    margin-bottom: 5px; }
  .block_pickup .text h3 a {
    font-size: 15px;
    line-height: 1.2; }
  .block_pickup .text p {
    font-size: 13px;
    line-height: 1.4; }
  /* 新着情報 ---------- */
  .block_latest li {
    padding: 14px 10px;
    overflow: hidden; }
  .block_latest li .subtxt,
  .block_latest li .maintxt {
    float: left; }
  .block_latest li .subtxt {
    width: 15%; }
  .block_latest li .maintxt {
    width: 85%; }
  .block_latest .link li,
  .block_latest .pdf li {
    padding: 0;
    border: none; }
  .block_latest li .link a,
  .block_latest li .pdf a {
    display: table;
    width: 100%; }
  .block_latest li .link i,
  .block_latest li .pdf i {
    display: table-cell;
    width: 10px;
    height: 100%;
    color: #e60214; }
  .block_latest .pdf .pdficn {
    display: inline-block;
    width: auto;
    margin: 0 0 0 5px; }
  /* サービス一覧 ---------- */
  .block_service .heading {
    margin-bottom: 20px; }
  .block_service .list li {
    width: 32%;
    margin: 0 2% 2% 0;
    float: left;
    border: 1px solid #cccccc;
    border-radius: 5px; }
  .block_service .list li:nth-child(3n) {
    margin-right: 0; }
  .block_service .list h3 {
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    background-color: #f2f2f2; }
  .block_service .list h3 a {
    display: block;
    padding: 10px;
    overflow: hidden;
    color: #666666;
    font-size: 16px;
    font-weight: bold; }
  .block_service .list h3 i {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    float: right;
    border-radius: 9px;
    background-color: #e60214;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    text-align: center; }
  .block_service .list p {
    padding: 10px; }
  /*
 サイドコンテンツ
---------------------------------------- */
  /* 情熱コンサルタント宣言 ---------- */
  .side.consultant .heading {
    background-color: #e60214;
    text-align: center; }
  .side.consultant .heading h2:before {
    display: inline-block;
    width: 22px;
    height: 32px;
    margin-right: 10px;
    background: url(/files/user/images/top/icn_side_consultants.png?v=1447906048) no-repeat;
    content: "";
    vertical-align: middle; }
  .side.consultant .heading h2 span {
    color: #ffffff;
    font-weight: bold;
    vertical-align: bottom; }
  /* コンサルタント紹介 */
  .side.consultant .contents .introduce .btn {
    display: block;
    padding: 0;
    overflow: hidden;
    border-bottom: none;
    background-color: transparent; }
  .side.consultant .contents .introduce .btn a {
    padding: 3px 15px;
    float: right;
    border: 1px solid #e60214;
    border-radius: 20px;
    color: #e60214;
    text-decoration: none; }
  .side.consultant .contents .introduce .btn a:hover {
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    opacity: 0.6; }
  /* 新着コンサルタントコラム */
  .side.consultant .column {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 3px dotted #cccccc; }
  .side.consultant .column h3 {
    margin-bottom: 10px;
    font-size: 14px; }
  .side.consultant .column h3:before {
    display: inline-block;
    width: 4px;
    height: 20px;
    margin-right: 5px;
    border-radius: 2px;
    background-color: #e60214;
    content: "";
    vertical-align: middle; }
  .side.consultant .column li {
    overflow: hidden; }
  .side.consultant .column .thumb {
    margin-right: 10px;
    float: left; }
  .side.consultant .column .thumb img {
    width: 50px; }
  /* Navi情報 ---------- */
  .side.naviinfo h3 {
    margin-bottom: 10px;
    font-size: 14px; }
  .side.naviinfo h3:before {
    display: inline-block;
    width: 4px;
    height: 20px;
    margin-right: 5px;
    border-radius: 2px;
    background-color: #e60214;
    content: "";
    vertical-align: middle; }
  .side.naviinfo .latest {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px dotted #cccccc; }
  .side.naviinfo li {
    display: table;
    margin-top: 5px;
    padding: 0;
    overflow: hidden; }
  .side.naviinfo li i {
    display: table-cell;
    padding-top: 2px;
    color: #e60214;
    font-weight: bold;
    vertical-align: top; }
  .side.naviinfo li a {
    display: inline-block;
    margin: 0 0 0 5px; }
  /* 小冊子プレゼント */
  .side.present .contents .btn {
    display: block;
    overflow: hidden;
    border-bottom: none;
    background-color: transparent; }
  .side.present .contents .btn a {
    padding: 3px 20px;
    float: right;
    border: 1px solid #666666;
    border-radius: 20px;
    color: #666666;
    text-decoration: none; }
  .side.present .contents .btn a:hover {
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    opacity: 0.6; }
  /* 特設サイト ---------- */
  .side.banner {
    margin-bottom: 30px; }
  .side.banner h2 {
    margin-bottom: 10px;
    font-size: 18px; }
  .side.banner h2:before {
    display: inline-block;
    width: 6px;
    height: 26px;
    margin-right: 10px;
    border-radius: 3px;
    background-color: #e60214;
    content: "";
    vertical-align: middle; }
  .side.banner .list li {
    margin-top: 10px; }
  .side.banner .list li:first-child {
    margin-top: 0; }
  .side.banner .list a {
    display: block; }
  .side.banner .list img {
    max-width: 100%; }
  /* 自己適合宣言 ---------- */
  .side.selfdecl .heading h2 {
    margin-bottom: 10px; }
  .side.selfdecl .heading h2 span {
    color: #333333;
    font-size: 18px; }
  .side.selfdecl h2:before {
    margin-right: 10px;
    border-radius: 3px; }
  .side.selfdecl .contents p {
    padding: 10px;
    border: 1px solid #cccccc; }
  /*
 お客様事例　一覧
---------------------------------------- */
  .sec_casestudy.list .heading_text {
    margin: 40px 0 20px; }
  .sec_casestudy.list .heading_text span {
    font-size: 16px; }
  /* ピックアップ事例 ---------- */
  .sec_casestudy .pickup-list_item {
    width: 49.3%;
    height: 223px;
    margin-bottom: 20px;
    float: left; }
  .sec_casestudy .pickup-list_item:nth-child(2n) {
    margin-left: 1.4%; }
  .sec_casestudy .pickup-list_item a {
    display: block; }
  .sec_casestudy .pickup-list_item a:hover {
    -moz-opacity: 0.6;
    text-decoration: none;
    filter: alpha(opacity=60);
    opacity: 0.6; }
  .sec_casestudy .pickup-list_item .topics-thumb {
    width: 56%;
    float: left; }
  .sec_casestudy .pickup-list_item .topics-text {
    width: 42%;
    float: right; }
  /* 事例一覧 ---------- */
  .case-list {
    margin: 0 10px;
    overflow: hidden; }
  .case-list_item {
    box-sizing: border-box;
    position: relative;
    width: 24%;
    margin: 20px 1.3% 0 0;
    padding: 10px;
    float: left;
    border: 1px solid #ccc; }
  .case-list_item a {
    display: block; }
  .case-list_item a:hover {
    -moz-opacity: 0.6;
    text-decoration: none;
    filter: alpha(opacity=60);
    opacity: 0.6; }
  .case-list_item:nth-child(4n) {
    margin-right: 0; }
  .case-list_item .icon-new {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -1px;
    padding: 4px 10px;
    background-color: #d42828;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    z-index: 10; }
  .case-list_item .topics-thumb {
    margin-bottom: 10px; }
  .case-list_item .topics-thumb_inner {
    display: block;
    position: relative;
    padding-top: 66.53%;
    overflow: hidden;
    background-color: #eee; }
  .case-list_item .topics-thumb img {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%); }
  .case-list_item .topics-title {
    margin-bottom: 10px;
    color: #1853B5;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2; }
  .case-list_item .topics-service {
    display: table-cell;
    width: 100%;
    /* vertical-align: bottom; */ }
  .case-list_item .label-service {
    box-sizing: border-box;
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #ccc;
    font-size: 12px; }
  /* カテゴリー検索 */
  .sec_casestudy .box {
    margin: 0 10px;
    padding: 15px; }
  .sec_casestudy .search-item {
    width: 33.3%;
    float: left; }
  /*
 お客様事例　詳細
---------------------------------------- */
  .sec_casestudy .main {
    width: 66%;
    float: left; }
  .sec_casestudy .sub {
    width: 30%;
    float: right; }
  /*
 新着情報　一覧
---------------------------------------- */
  .sec_news > ul > li {
    padding: 14px 10px;
    overflow: hidden; }
  .sec_news li .subtxt,
  .sec_news li .maintxt {
    float: left; }
  .sec_news li .subtxt {
    width: 15%; }
  .sec_news li .maintxt {
    width: 85%;
    margin-bottom: 5px; }
  .sec_news li .link li,
  .sec_news li .pdf li {
    padding: 0;
    border: none; }
  .sec_news .link a,
  .sec_news .pdf a {
    display: table;
    width: 100%; }
  .sec_news li .link i,
  .sec_news li .pdf i {
    display: table-cell;
    width: 10px;
    height: 100%;
    color: #e60214; }
  .sec_news li .pdf .pdficn {
    display: inline-block;
    width: auto;
    margin: 0 0 0 5px; }
  /*
 コラム　一覧
---------------------------------------- */
  .sec_column .head {
    border-bottom: 2px solid #cccccc; }
  .sec_column .head,
  .sec_column .columnList li {
    display: table;
    width: 100%; }
  .sec_column .head p,
  .sec_column .columnList .date,
  .sec_column .columnList .title,
  .sec_column .columnList .writer {
    display: table-cell;
    margin: 0;
    padding: 10px 0; }
  .sec_column .head .date,
  .sec_column .columnList .date {
    width: 15%;
    font-style: normal; }
  .sec_column .head .writer,
  .sec_column .columnList .writer {
    width: 17%;
    padding-left: 3%; }
  /*
 コンサルタントコラム　詳細
---------------------------------------- */
  .sec_conslColumn .block .text {
    overflow: initial; }
  /*
 プレスリリース　一覧（汎用一覧：日付・タイトル）
---------------------------------------- */
  .listCommon ul li {
    overflow: hidden; }
  .listCommon li .date,
  .listCommon li .title,
  .listCommon li .title a {
    font-size: 15px; }
  .listCommon li .date,
  .listCommon li .title {
    float: left;
    line-height: 1.6; }
  .listCommon li .title {
    width: 85%; }
  .listCommon li .date {
    width: 12%;
    font-style: normal; }
  /*
 メディア掲載実績　一覧
---------------------------------------- */
  .sec_media .heading {
    margin-bottom: 20px; }
  .sec_media .mediaList li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc; }
  .sec_media .mediaList .head {
    overflow: hidden; }
  .sec_media .mediaList .head .date,
  .sec_media .mediaList .head h3 {
    float: left;
    line-height: 1.6; }
  .sec_media .mediaList .head .date,
  .sec_media .mediaList .head h3,
  .sec_media .mediaList .head h3 a,
  .sec_media .mediaList .text {
    font-size: 15px; }
  .sec_media .mediaList .head .date {
    margin-right: 10px;
    font-style: normal; }
  .sec_media .mediaList .head h3,
  .sec_media .mediaList .head h3 a {
    font-weight: bold; }
  /*
 書籍紹介
---------------------------------------- */
  .sec_books.list li {
    padding: 20px 0;
    overflow: hidden; }
  .sec_books.list li .thumb {
    margin-right: 20px;
    float: left; }
  .sec_books.list li .thumb img {
    width: 110px; }
  .sec_books.list .text {
    display: inline; }
  .sec_books.list .text * {
    font-size: 15px; }
  .sec_books.list .text h3 {
    margin-bottom: 5px; }
  /*
 会社情報
---------------------------------------- */
  .sec_company .article_top {
    margin-bottom: 20px; }
  .sec_company .block.first h4 {
    margin-top: 20px; }
  /*
 用語集
---------------------------------------- */
  .sec_glossary.list .tab {
    position: relative;
    margin: 20px 0;
    overflow: hidden; }
  .sec_glossary.list .tab:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    content: "";
    z-index: 100; }
  .sec_glossary.list .tab li {
    width: 19%;
    margin-left: 5px;
    padding: 4px 0;
    float: left;
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
    text-align: center;
    cursor: pointer; }
  .sec_glossary.list .tab .cur {
    position: relative;
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff;
    z-index: 101; }
  .sec_glossary.list .wordList {
    margin: 0 10px; }
  .sec_glossary.list .wordList li {
    position: relative;
    margin-top: 5px; }
  .sec_glossary.list .wordList .contents .fa {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    color: #e60214; }
  .sec_glossary.list .wordList .contents li a {
    padding-left: 1em;
    font-size: 15px; }
  /*
 コンサルタント紹介　一覧
-------------------------------------------------- */
  /* 氏名 / 役職 ---------- */
  .sec_consultant .conslList .text .post {
    padding-right: 1em; }
  /*
 コンサルタント紹介　詳細
---------------------------------------- */
  /* ページ見出し ---------- */
  .sec_consultant.detail .heading .heading_text {
    margin-bottom: 20px; }
  /* 記事一覧 ---------- */
  .sec_consultant.detail .listCommon > .title {
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e60214;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4; }
  .sec_consultant.detail .listCommon li .title {
    color: #666666; }
  .sec_consultant.detail .listCommon li a {
    margin-right: 0; }
  .sec_consultant.detail .listCommon li span {
    margin: 0 0 0 10px; }
  /* お客様事例 ---------- */
  .sec_consultant.detail .case-list {
    margin: 0; }
  .sec_consultant.detail .case-list_item {
    width: 32%;
    margin-right: 2%; }
  .sec_consultant.detail .case-list_item:nth-child(4n) {
    margin-right: 2%; }
  .sec_consultant.detail .case-list_item:nth-child(3n) {
    margin-right: 0; }
  /*
 アカデミートップ
---------------------------------------- */
  .sec_academy .block {
    margin-bottom: 30px; }
  /* メインビジュアル */
  .sec_academy .main-visual {
    margin: 0 -15px 30px; }
  /* 見出し */
  .sec_academy .heading_text {
    margin-bottom: 20px; }
  .sec_academy .heading_text span {
    color: #666;
    font-size: 16px; }
  /* リードブロック */
  .sec_academy .block-lead_heading {
    margin-bottom: 20px; }
  .sec_academy .block-lead_link {
    margin-top: 10px; }
  .sec_academy .block-lead_link .link-item {
    margin-bottom: 5px; }
  .sec_academy .block-lead_link .link-item .fa {
    margin-right: 5px;
    color: #e60214;
    font-weight: bold; }
  #page_academy .sec_academy .block img.covid19 {
    width: 100%;
  }
  /* ニュース */
  .sec_academy .block-news .news-list {
    height: 350px;
    overflow: scroll;
    border: 1px solid #ccc; }
  .sec_academy .block-news .news-list_item {
    padding: 20px 30px 20px 20px;
    overflow: hidden;
    border-top: 1px solid #ccc; }
  .sec_academy .block-news .news-list_item:first-child {
    border-top: none; }
  .sec_academy .block-news .news-date {
    width: 20%;
    margin-right: 5%;
    float: left; }
  .sec_academy .block-news .news-contents {
    width: 75%;
    float: left; }
  /* 講師陣 */
  .sec_academy .block-teachers .text {
    margin-bottom: 20px; } }

@media print {
  body {
    padding-top: 0 !important; }
  #mainMenu, #mainHeader form, #mainHeader .pull-right, #footerWrapper, .page-header, .menuContents, .col-sm-4, #nekoToTop {
    display: none !important; }
  .col-sm-8 {
    width: 100%; }
  .navbar {
    display: inline-block !important; }
  .navbar-header, .navbar-brand {
    float: none; }
  .navbar-brand {
    height: 68px;
    margin: 0;
    padding: 0; }
  a[href]::after {
    content: none !important; }
  a:link {
    text-decoration: underline;
    }
  
  /* 東京都事例詳細用 */
  #page_topics_detail46 header,
  #page_topics_detail46 .rcms-bs-navbar {
    display: none;
  }
  }
    
@media screen and (min-width: 460px) {
    .tokyo_survey li .img_container img {
      width: 100%;
      height: auto; } }

@media screen and (min-width: 490px) and (max-width: 768px) {
.p-top__contents__adove .p-top__contents__item:nth-child(1) img {
  width: 100%;
  height: auto;
  }
  #footerWrapper .footer_logo_sp a img {
    width: 70%;
  }
  #footerWrapper .footer_main {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 80%;
  }
  #footerWrapper .footer_block {
    width: 40%;
    margin-bottom: 10px;
  }
  #footerWrapper .footer_sub ul {
    display: flex;
    width: 90%;
  }
  #footerWrapper .footer_sub ul li {
    border-right: 1px solid #ddd;
    padding: 0 20px;
    margin-bottom: 0;
    }
  
  }

@media screen and (max-width: 375px) {
  #footerWrapper .footer_main {
    width: 64%;
  }
  #footerWrapper .footer_sub ul {
    width: 48%;
  }
}

@media screen and (max-width: 360px) {
  #footerWrapper .footer_main {
    width: 67%;
  }
  #footerWrapper .footer_sub ul {
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  #footerWrapper .footer_main {
    width: 75%;
  }
  #footerWrapper .footer_sub ul {
    width: 55%;
  }
}

/* 採用ページ - Interview */
@media screen and (max-width: 768px) {
  .recruit-interview {
    padding-top: 30px;
  }
  .recruit-interview iframe {
    height: 420px;
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .recruit-interview {
    padding-top: 0;
  }
  .recruit-interview iframe {
    height: 220px;
  }
}



/* 15周年バナー 2021/5/28 */
.anniversary-15th_pc {
  display: inline-block;
  margin-left: 20px;
}
.anniversary-15th_sp {
  display: none;
}

@media screen and (max-width: 768px) {
.anniversary-15th_pc {
  display: none;
}
.anniversary-15th_sp {
  display: block;
  width: 60%;
  margin: 10px auto 10px;
}
.anniversary-15th_sp img {
  max-width: 100%;
}
}

@media screen and (max-width: 414px) {
.anniversary-15th_sp {
  width: 50%;
  margin: 0px auto 10px;
}
}

  /*
 会社情報　健康経営宣言
---------------------------------------- */

.health-management {
  margin-bottom: 1em;
}
.health-management .item {
  border-radius: 7px;
   margin: 10px;
  vertical-align: middle;
}
.health-management .item dt {
  padding: 1em;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}
.health-management .item dd {
  padding: 1em;
  text-align: left;
  color: #000;
}
.health-management .item01 {
  border: solid 2px #ff4c3b;
}
.health-management .item01 dt {
  background: #ff4c3b;
}
.health-management .item02 {
  border: solid 2px #0072bb;
}
.health-management .item02 dt {
  background: #0072bb;
}
.health-management .item03 {
  border: solid 2px #4ab154;
}
.health-management .item03 dt {
  background: #4ab154;
}
.health-management .item04 {
  border: solid 2px #ffbf34;
}
.health-management .item04 dt {
  background: #ffbf34;
}
.health-management img {
  max-width: 40px;
  height: auto;
	margin-right: 20px;
  vertical-align: middle;

}
.health-management a:hover {
  opacity: 0.5 ;
  text-decoration: none;
}
@media ( min-width : 768px ){
  .health-management {
    display: flex;
    flex-wrap: wrap;
  }
  .health-management .item {
    width: 45%;
   }
}

  /*
 会社情報　ニュートンの事業継続マネジメントシステム (2024.1)
---------------------------------------- */
.bcms-images {
  display: flex; 
  justify-content: center;
  margin-top: 1em; 
  text-align:center; 
}

.block .text p.bcms-image {
  width: 50%; 
  max-width: 350px; 
  margin: 0 5px; 
  margin-bottom: 0;
}

@media screen and (max-width:768px) {
  .block .text p.bcms-image img{
    padding: 0; 
  }
  .table-responsive {
    border: none;
  }
}

@media screen and (max-width:700px) {
    .bcms-images {
    flex-direction: column;
    align-content: center;
  }
.block .text p.bcms-image {
  width: 80%; 
  margin: 5px auto; 
}
}

/* ---------------------------------------------

採用サイト_2022リデザイン 2021/12/1～

------------------------------------------------ */
/* 全体共通 */
.recruit-wrapper {
	overflow-x: hidden;
}
#recruit-2022 {
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#recruit-2022 .bg-gray {
	background-color: #F9F9F9;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
#recruit-2022 .container {
	width: 1180px;
}
#recruit-2022 img,
#recruit-2022 source {
	max-width: 100%;
	height: auto;
}
#recruit-2022 .recruit-head {
	text-align: center;
}
#recruit-2022 .recruit-head h2,
#recruit-2022 h3,
#recruit-2022 h4,
#recruit-2022 h5 {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
  line-height: 1;
  font-feature-settings: "palt";
}
#recruit-2022 .recruit-head h2 {
	font-size: 49px;
	margin-bottom: 50px;
}
#recruit-2022 .recruit-head .recruit-head-en {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
  letter-spacing: .1em;
}
#recruit-2022 .recruit-head .recruit-head-en::before,
#recruit-2022 .recruit-head .recruit-head-en::after {
	content: '';
	width: 2px;
	height: 15px;
	background-color: #e60214;
}
#recruit-2022 .recruit-head .recruit-head-en::before {
	margin-right: 20px;
	transform: rotate(35deg)
}
#recruit-2022 .recruit-head .recruit-head-en::after {
	margin-left: 15px;
	transform: rotate(35deg)
}
#recruit-2022 h3 {
	letter-spacing: .05em;
}
#recruit-2022 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#recruit-2022 a {
	transition: .3s all !important;
}
#recruit-2022 a:hover {
	text-decoration: none !important;
	opacity: .6 !important;
}
#recruit-2022 a.recruit-btn {
	display: block;
	background-color: #000;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	width: 100%;
	padding: 30px;
	font-size: 25px;
	letter-spacing: .05em;
	box-shadow: 0 8px 0 0 #5D5D5D;
	transform: translateY(-8px);
	position: relative;
}
#recruit-2022 a.recruit-btn:hover {
	box-shadow: 0 0 0 0 #5D5D5D;
	transform: translateY(0);
	background-color: #444444;
	opacity: 1;
}
.recruit-sp-br {
  display: none;
}

/* ===================================================
ヘッダー
=================================================== */
#recruit-2022 header.recruit-header {
	background-color: rgba(255,255,255,.9);
	border-bottom: 1px solid #f9f9f9;
}
#recruit-2022 header.recruit-header .l-header__inner {
	max-width: 100%;
}
#recruit-2022 header.recruit-header .l-header__logo {
	width: 20%;
	margin-left: 30px;
}
#recruit-2022 header.recruit-header .l-header__nav__button {
	padding: 0;
	color: #333;
}
#recruit-2022 header.recruit-header .l-header__nav__button::before,
#recruit-2022 header.recruit-header .l-header__nav__button::after {
	display: none;
}
#recruit-2022 header.recruit-header .l-header__nav__button > a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 37px 20px;
	color: #333;
  font-feature-settings: "palt";
}
#recruit-2022 header.recruit-header .l-header__nav__item:last-of-type .l-header__nav__button > a {
	padding: 37px 40px 37px 20px;
}
#recruit-2022 header.recruit-header .l-header__nav {
	margin-right: 0;
}
#recruit-2022 header.recruit-header .l-header__nav__inner {
	display: flex;
}
#recruit-2022 header.recruit-header .l-header__nav__child {
	background-color: #fff;
	color: #333;
	box-shadow: 0px 0px 15px -5px #bdbdbd;
}
#recruit-2022 header.recruit-header .l-header__nav__child__item:not(:last-of-type) {
	border-bottom: 1px solid #F6F6F6;
}
#recruit-2022 header.recruit-header .l-header__nav__child__item a {
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
#recruit-2022 header.recruit-header .l-header__nav__child__item a span {
	font-size: 14px;
	vertical-align: text-top;
	margin-left: .5em;
}
#recruit-2022 header.recruit-header .l-header__nav__child__item a span.material-icons-right {
	color: #E60214;
  font-size: 18px;
  vertical-align: top;
}
#recruit-2022 header.recruit-header a.recruit-header-btn {
	background-color: #e60214;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 35px;
  font-feature-settings: "palt";
}
#recruit-2022 header.recruit-header a.recruit-header-btn:first-of-type {
	border-right: 1px solid #fff;
}
#recruit-nav-drawer {
	display: none;
}


/* ブロックごと */

/* メインビジュアル */
.recruit-kv {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.recruit-kv .main-copy {
	color: #fff;
	font-size: 95px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	font-feature-settings: "palt";
  mix-blend-mode: overlay;
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.recruit-kv .main-copy span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.recruit-kv .main-copy.-visible,
.recruit-kv .main-copy.-visible span {
  transform: translate(0, 0);
}

.recruit-kv .sub-copy {
	color: #fff;
  font-size: 36px;
  text-align: center;
  mix-blend-mode: overlay;
  font-feature-settings: "palt";
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.recruit-kv .sub-copy span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.recruit-kv .sub-copy.-visible,
.recruit-kv .sub-copy.-visible span {
  transform: translate(0, 0);
}

@media screen and (min-width:768px) { /* 768以上のときはキャッチコピーを画面中央下に配置 */
    .recruit-kv {
      position: relative;
    }
    #recruit-2022 .recruit-kv .container {
      position: absolute;
      bottom: 5%;
    }
}

/* video */
.recruit-video {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}
.recruit-video::after{
	content: '';
	width: 100%;
	height: 100%;
	background-color: #10394b;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .3;
}
.recruit-video video{
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.recruit-video .recruit-kv-sp {
	display: none;
}


/* ニュース .recruit-news */
.recruit-news {
  padding-top: 100px;
	margin-bottom: 100px;
}
.recruit-news .heading_text,
.recruit-news .pageLink {
	display: none;
}
.recruit-news .listCommon {
	background-color: #f9f9f9;
	padding: 50px 150px;
	box-shadow: 0px 0px 15px -5px #bdbdbd;
	margin-bottom: 50px;
}
.recruit-news .listCommon li {
	padding: 0;
	border: none;
}
.recruit-news .listCommon li:not(:last-of-type) {
	margin-bottom: 30px;
}
.recruit-news .listCommon li time::before {
	content: '\e5cc';
	font-family: 'Material Icons';
	color: #E60214;
	vertical-align: bottom;
    margin-right: 0.25em;
}
.recruit-news .listCommon li time,
.recruit-news .listCommon li h3.title a {
	font-size: 16px;
	line-height: 1.6;
}
.recruit-news .listCommon li time {
	width: 13%;
}
#recruit-2022 .recruit-news .listCommon li h3 {
	line-height: 1.6;
}
.recruit-news .listCommon li h3.title a {
	color: #333;
	font-weight: normal;
	line-height: 1.6;
}
.recruit-news .container > a.recruit-news_index-link {
	display: block;
  text-align: right;
  color: #333;
	font-size: 16px;
}
.recruit-news .container > a.recruit-news_index-link span {
	color: #E60214;
	vertical-align: text-bottom;
  margin-left: 0.5em;
}


/* 知る .recruit-whats */
.recruit-whats {
	padding: 100px 0;
}
.recruit-whats-mvv {
	margin-bottom: 100px;
}
.recruit-whats .recruit-mvv-box {
	background-color: #fff;
	border-radius: 10px;
	width: 32%;
	box-shadow: 0px 0px 15px -5px #bdbdbd;
  padding: 45px 30px;
}
.recruit-whats .recruit-mvv-box h3 {
	font-size: 39px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 40px;
	position: relative;
	font-family: 'Raleway', sans-serif !important;
	font-weight: 900 !important;
}
.recruit-whats .recruit-mvv-box h3::after {
	content: "";
	display: block;
	width: 20px;
    position: absolute;
    bottom: -15px;
    left: 50%;
}
.recruit-whats .recruit-mvv-box h3::first-letter {
	font-size: 49px;
}
.recruit-whats .recruit-mvv-box:first-of-type h3 {
	color: #1A264F;
}
.recruit-whats .recruit-mvv-box:first-of-type h3::after {
	border-bottom: 3px solid #1A264F;
}
.recruit-whats .recruit-mvv-box:nth-of-type(2) h3 {
	color: #8F1D22;
}
.recruit-whats .recruit-mvv-box:nth-of-type(2) h3::after {
	border-bottom: 3px solid #8F1D22;
}
.recruit-whats .recruit-mvv-box:last-of-type h3 {
	color: #286532;
}
.recruit-whats .recruit-mvv-box:last-of-type h3::after {
	border-bottom: 3px solid #286532;
}
.recruit-whats .recruit-mvv-box:last-of-type ul {
	width: 80%;
	margin: 0 auto;
}
.recruit-whats .recruit-mvv-box:first-of-type p,
.recruit-whats .recruit-mvv-box:nth-of-type(2) p {
	text-align: center;
	font-size: 25px;
	line-height: 1.5;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-whats .recruit-mvv-box:last-of-type li {
	font-size: 18px;
	line-height: 1.75;
	text-align: left;
}
.recruit-whats .recruit-mvv-box:last-of-type li::before {
	content: '・';
	color: #286532;
  margin-right: 0.25em;
}
.recruit-whats .recruit-whats-philosophy {
	margin-bottom: 100px;
	align-items: flex-start;
}
.recruit-whats .recruit-philosophy-txt {
	width: 48%;
}
.recruit-whats .recruit-philosophy-txt h3 {
	font-size: 39px;
	margin-bottom: 30px;
}
.recruit-whats .recruit-philosophy-txt p {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	margin-bottom: 40px;
}
.recruit-whats .recruit-philosophy-txt a.recruit-btn span {
	position: absolute;
  top: 35px;
  right: 50px;
  background-color: #fff;
  border-radius: 50px;
  color: #000;
  font-size: 20px;
  padding: 5px;
}
.recruit-whats .recruit-philosophy-img {
	width: 45%;
	box-shadow: 40px 40px 0 #E60214;
  margin-right: 40px;
}
.recruit-whats a.recruit-about-box {
	width: 32%;
}
.recruit-whats a.recruit-about-box picture.recruit-about-img {
	display: block;
	margin-bottom: 25px;
}
.recruit-whats a.recruit-about-box h3 {
	margin-bottom: 20px;
	font-size: 25px;
	position: relative;
  color: #000;
}
.recruit-whats a.recruit-about-box h3 span {
	position: absolute;
  top: 3px;
  right: 0;
  font-size: 18px;
}
.recruit-whats a.recruit-about-box p {
	font-size: 16px;
	line-height: 1.75;
	text-align: justify;
	color: #333;
}

#recruit-2022.recruit-whats-info_pr.bg-gray {
  background-color: #F9F9F9;
  margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding-bottom: 100px;
}
.recruit-whats-info_pr .recruit-info_pr-box {
	width: 48%;
	background-color: #fff;
	box-shadow: 0px 0px 15px -5px #bdbdbd;
  padding: 50px;
}
.recruit-whats-info_pr .recruit-info_pr-box .recruit-head {
	position: relative;
}
.recruit-whats-info_pr .recruit-info_pr-box .recruit-head h3 {
	font-size: 39px;
	text-align: left;
	border-bottom: dotted 2px #CFCFCF;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.recruit-whats-info_pr .recruit-info_pr-box .recruit-head a {
	position: absolute;
  top: 8px;
  right: 0;
  color: #333;
  font-size: 16px;
}
.recruit-whats-info_pr .recruit-info_pr-box .recruit-head a span {
	font-size: 15px;
  margin-left: 0.5em;
  vertical-align: middle;
}
.recruit-whats-info_pr .recruit-info_pr-box .heading,
.recruit-whats-info_pr .recruit-info_pr-box .pageLink {
	display: none;
}
.recruit-whats-info_pr .recruit-info_pr-box ul li {
	display: flex;
	border-bottom: none;
	text-align: justify;
}
.recruit-whats-info_pr .recruit-info_pr-box ul li:not(:last-of-type) {
	margin-bottom: 10px;
}
.recruit-whats-info_pr .recruit-info_pr-box ul li time,
.recruit-whats-info_pr .recruit-info_pr-box ul li h3 a {
	font-size: 16px;
}
.recruit-whats-info_pr .recruit-info_pr-box:first-of-type ul li h3 a {
	pointer-events: none;
}
.recruit-whats-info_pr .recruit-info_pr-box ul li time {
	width: 18%;
}
.recruit-whats-info_pr .recruit-info_pr-box ul li h3 {
	width: 80%;
}
.recruit-whats-info_pr .recruit-info_pr-box ul li h3 a {
	line-height: 1.6;
	color: #333;
	font-weight: normal;
	display: block;
  text-align: justify;
}





/* 知る .recruit-ceo */
.recruit-ceo {
	background-image: url(/files/user/recruit/images/recruit-bg-01.jpg?v=1638341721);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
  background-attachment: fixed;
  background-position: center;
}
.recruit-ceo .recruit-ceo-column {
	align-items: flex-start;
}
.recruit-ceo .recruit-ceo-txt {
	width: 48%;
}
#recruit-2022 .recruit-ceo .recruit-head .recruit-head-en {
	justify-content: flex-start;
	color: #fff;
}
#recruit-2022 .recruit-ceo .recruit-head h2 {
	font-size: 39px;
	text-align: left;
	color: #fff;
	margin-bottom: 40px;
	letter-spacing: .05em;
}
.recruit-ceo .recruit-ceo-txt dl {
	margin-bottom: 20px;
}
.recruit-ceo .recruit-ceo-txt dt,
.recruit-ceo .recruit-ceo-txt dd {
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em;
	font-weight: bold;
}
.recruit-ceo .recruit-ceo-txt p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 30px;
	text-align: justify;
}
.recruit-ceo .recruit-ceo-txt a.recruit-btn span {
  position: absolute;
  top: 35px;
  right: 50px;
  background-color: #fff;
  border-radius: 50px;
  color: #000;
  font-size: 30px;
  padding: 0px;
}
.recruit-ceo .recruit-ceo-img {
	width: 48%;
	box-shadow: 0px 0px 15px 0 #808080;
}

/* 働く .recruit-work */
.recruit-work {
	background-image: url(/files/user/recruit/images/recruit-bg-02.webp?v=1638759348);
  background-size: 60%;
  background-repeat: no-repeat;
  padding: 100px 0 210px;
  margin: 0 calc(50% - 50vw);
	width: 100vw;
  background-position: right bottom;
	margin-bottom: -110px;
	background-color: rgba(255,255,255,0.2);
	background-blend-mode: lighten;
}
.recruit-work .container > a.recruit-work-box {
	display: block;
	width: 100%;
	margin-bottom: 100px;
}
.recruit-work .recruit-work-wrapper {
	position: relative;
	margin-bottom: 25px;
}
.recruit-work .recruit-work-wrapper .recruit-work-img {
	margin-right: 40px;
	display: block;
	position: relative;
  z-index: 10;
}
.recruit-work .recruit-work-bgcolor {
	position: absolute;
	width: 490px;
	height: 300px;
	bottom: -40px;
	right: 0;
	background-color: #E60214;
}
.recruit-work .container > a.recruit-work-box h3 {
	font-size: 39px;
	margin-bottom: 20px;
  color: #000;
}
.recruit-work .container > a.recruit-work-box h3 span {
	color: #E60214;
	margin-left: 30px;
}
.recruit-work .container > a.recruit-work-box p {
	color: #333;
  font-size: 16px;
}
#recruit-2022 .recruit-work .recruit-work-column {
  justify-content: flex-start;
}
.recruit-work .recruit-work-column a.recruit-work-box {
	width: 30%;
  margin: 20px 13px;
}
.recruit-work .recruit-work-column a.recruit-work-box picture.recruit-work-img {
	display: block;
	margin-bottom: 25px;
}
.recruit-work .recruit-work-column a.recruit-work-box h3 {
	margin-bottom: 20px;
	font-size: 25px;
	position: relative;
  color: #000;
}
.recruit-work .recruit-work-column a.recruit-work-box h3 span {
	position: absolute;
  top: 3px;
  right: 0;
  font-size: 18px;
	color: #E60214;
}
.recruit-work .recruit-work-column a.recruit-work-box p {
	font-size: 16px;
	line-height: 1.75;
	text-align: justify;
	color: #333;
}
.recruit-work div.recruit-work-box {
	width: 32%;
}
.recruit-work div.recruit-work-box iframe {
	margin-bottom: 25px;
	width: 100%;
	height: 213px;
}
.recruit-work div.recruit-work-box iframe:hover {
	opacity: 1;
}
.recruit-work div.recruit-work-box a {
	transition: .3s all;
	color: #333;
	display: block;
}
.recruit-work div.recruit-work-box h3 {
	margin-bottom: 20px;
	font-size: 25px;
	position: relative;
}
.recruit-work div.recruit-work-box h3 span {
	position: absolute;
  top: 3px;
  right: 0;
  font-size: 18px;
	color: #E60214;
}
.recruit-work div.recruit-work-box p {
	font-size: 16px;
	line-height: 1.75;
	text-align: justify;
	color: #333;
}
.recruit-work .recruit-work__event .recruit-work-img {
  margin-right: 0;
  margin-top: 100px;
}
.recruit-work .recruit-work__event .recruit-work-img .recruit-work__event-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .recruit-work .recruit-work__event .recruit-work-img .recruit-work__event-pc {
  display: none;
}
  .recruit-work .recruit-work__event .recruit-work-img .recruit-work__event-sp {
  display: block;
}
}

.recruit__interview-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 80px;
}
.recruit__interview-list li {
    width: 30%;
    margin: 15px;
}
@media screen and (max-width: 768px) {
  .recruit__interview-list li {
    width: 100%;
}
}
.recruit__interview-list li iframe {
    height: 190px;
}
.recruit__interview-list li p {
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}

/* 募集要項 .recruit-requirement */
.recruit-requirement {
	padding: 100px 0;
}
.recruit-requirement a.recruit-requirement-box {
	width: 48%;
}
.recruit-requirement a.recruit-requirement-box picture.recruit-requirement-img {
	display: block;
	margin-bottom: 25px;
}
.recruit-requirement a.recruit-requirement-box h3 {
	margin-bottom: 20px;
	font-size: 39px;
	position: relative;
  color: #000;
}
.recruit-requirement a.recruit-requirement-box h3 span {
	position: absolute;
  top: 10px;
  right: 0;
  font-size: 18px;
	color: #E60214;
}
.recruit-requirement a.recruit-requirement-box p {
	font-size: 16px;
	line-height: 1.75;
	text-align: justify;
	color: #333;
	margin-bottom: 15px;
}
.recruit-requirement a.recruit-requirement-box table {
	color: #333;
	font-weight: bold;
	font-size: 16px;
}
.recruit-requirement a.recruit-requirement-box table th {
	width: 20%;
	vertical-align: top;
}
.recruit-requirement a.recruit-requirement-box table th span {
	vertical-align: top;
	margin-right: 3px;
}
.recruit-requirement a.recruit-requirement-box table td {
	width: 80%;
	line-height: 1.5;
	font-feature-settings: "palt";
}

/* エントリー .recruit-entry */
.recruit-entry {
	background-image: url(/files/user/recruit/images/recruit-bg-03.webp?v=1638341721);
  background-repeat: no-repeat;
	background-size: cover;
  padding: 100px 0 110px;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
  background-attachment: fixed;
  background-position: center;
}
.recruit-entry h2 {
	position: relative;
	padding-top: 40px;
}
.recruit-entry h2::before {
	content: 'ENTRY';
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
	color: #333;
	opacity: .05;
	font-size: 76px;
	position: absolute;
	top: 0;
	left: 38%;
}
.recruit-entry p {
	width: 63%;
	margin: 0 auto 60px;
	line-height: 1.75;
	font-size: 18px;
	text-align: center;
}
#recruit-2022 .recruit-entry a.recruit-btn {
	width: 48%;
	background-color: #E60214;
	box-shadow: 0 8px 0 0 #780a13;
}
/* 新卒エントリーボタン無効化*/
 /* #recruit-2022 .recruit-entry a.link-off {
  pointer-events: none;
  background-color: #787171;
	box-shadow: 0 8px 0 0 #4c4949;
}  */
#recruit-2022 .recruit-entry a.recruit-btn span {
  position: absolute;
  top: 35px;
  right: 50px;
  background-color: #fff;
  border-radius: 50px;
  color: #E60214; 
  font-size: 30px;
  padding: 0px;
}
/* 新卒エントリーボタン無効化に伴うカラー変更*/
 /* #recruit-2022 .recruit-entry a.link-off span {
  color: #787171;
}  */
#recruit-2022 .recruit-entry a.recruit-btn:hover {
  box-shadow: 0 0 0 0 #5d5d5d;
	transform: translateY(0);
  background-color: #B71925;
  opacity: 1;
}

/* ページトップボタン */
.recruit-footer .recruit-pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	background: linear-gradient(135deg,transparent 0%,transparent 50%,#E60214 50%,#E60214 100%);
	width: 70px;
  height: 70px;
  display: block;
}
#recruit-2022 .recruit-footer .recruit-pagetop {
  transition: unset !important;
}
.recruit-footer .recruit-pagetop span {
	font-size: 30px;
	color: #fff;
	position: absolute;
  bottom: 5px;
  right: 6px;
}


/* フッター */
.recruit-footer {
	padding: 100px 0 0;
	background-color: #F9F9F9;
	border: none;
	color: #333;
	position: relative;
}
.recruit-footer > .container {
	background-color: #fff;
	padding: 50px;
	box-shadow: 0px 0px 15px -5px #bdbdbd;
	margin-bottom: 100px;
}
.recruit-footer .recruit-footer-spec {
	width: 40%;
}
.recruit-footer .recruit-footer-sitemap {
	width: 53%;
}
.recruit-footer .recruit-footer-spec > a {
	display: block;
	margin-bottom: 10px;
}
.recruit-footer .recruit-footer-spec > p {
	font-weight: bold;
	margin-bottom: 30px;
}
.recruit-footer .recruit-footer-spec address {
	margin-bottom: 30px;
  font-size: 16px;
}
.recruit-footer .recruit-footer-spec address dl,
.recruit-footer .recruit-footer-spec address ul {
	margin-bottom: 20px;
}
.recruit-footer .recruit-footer-spec address dl dt {
	font-weight: normal;
}
.recruit-footer .recruit-footer-spec address ul span {
	font-size: 22px;
  vertical-align: middle;
  margin-right: .25em;
}
.recruit-footer .recruit-footer-spec address table th {
	padding-right: .5em;
  font-weight: normal;
}
.recruit-footer .recruit-footer-spec address table td a {
	color: #333;
}
.recruit-footer .recruit-footer-sns {
	margin-bottom: 30px;
	justify-content: flex-start !important;
}
.recruit-footer .recruit-footer-sns a {
	display: block;
	width: 10%;
}
.recruit-footer .recruit-footer-sns a:first-of-type {
	margin-right: 20px;
}
.recruit-footer .recruit-footer-spec iframe {
	width: 100%;
}
.recruit-footer .recruit-footer-sitemap ul li.footer-sitemap-parents {
	font-weight: bold;
}
.recruit-footer .recruit-footer-sitemap ul li.footer-sitemap-parents ul li {
	font-weight: normal;
	margin-left: .5em;
}
.recruit-footer .recruit-footer-sitemap ul li {
	margin-bottom: 15px;
}
.recruit-footer .recruit-footer-sitemap ul li a {
	font-size: 16px;
	color: #333;
  font-feature-settings: "palt";
}
.recruit-footer .recruit-footer-sitemap ul li a span {
	vertical-align: sub;
    font-size: 21px;
    margin-right: 0.1em;
	color: #e60214;
}
.recruit-footer .recruit-footer-sitemap ul li ul {
	margin-top: 15px;
}
.recruit-footer .recruit-footer-sitemap .flex {
	border-bottom: dotted 2px #CFCFCF;
	padding-bottom: 35px;
	margin-bottom: 50px;
}
.recruit-footer .recruit-footer-copyright {
	background-color: #e60214;
	text-align: center;
	font-size: 13px;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
}




@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/* ===========================
PC
=============================*/
@media screen and (max-width: 1615px) {
	#recruit-2022 header.recruit-header a.recruit-header-btn {
		font-size: 18px;
	}
	#recruit-2022 header.recruit-header .l-header__nav__button > a {
		font-size: 15px;
	}
}
@media screen and (max-width: 1527px) {
	#recruit-2022 header.recruit-header a.recruit-header-btn {
		padding: 0 25px;
	}
	#recruit-2022 header.recruit-header .l-header__nav__button > a {
		padding: 37px 15px;
	}
	#recruit-2022 header.recruit-header .l-header__nav__item:last-of-type .l-header__nav__button > a {
		padding: 37px 30px 37px 15px;
	}
}
@media screen and (max-width: 1408px) {
	#recruit-2022 header.recruit-header a.recruit-header-btn {
		padding: 0 20px;
		font-size: 16px;
	}
	#recruit-2022 header.recruit-header .l-header__nav__button > a {
		font-size: 14px;
	}
}
@media screen and (max-width: 1298px) {
	#recruit-2022 header.recruit-header a.recruit-header-btn {
		padding: 0 15px;
		font-size: 15px;
	}
	#recruit-2022 header.recruit-header .l-header__nav__button > a {
		padding: 37px 10px;
	}
	#recruit-2022 header.recruit-header .l-header__nav__item:last-of-type .l-header__nav__button > a {
		padding: 37px 20px 37px 10px;
	}
}
@media screen and (max-width: 1202px) {
	#recruit-2022 header.recruit-header a.recruit-header-btn {
		padding: 0 10px;
		font-size: 14px;
	}
}
@media screen and (max-width: 1144px) {
	#recruit-2022 header.recruit-header a.recruit-header-btn {
		font-size: 13px;
	}
	#recruit-2022 header.recruit-header .l-header__nav__button > a {
		padding: 37px 8px;
		font-size: 13px;
	}
	#recruit-2022 header.recruit-header .l-header__nav__item:last-of-type .l-header__nav__button > a {
		padding: 37px 16px 37px 8px;
	}
}
@media screen and (max-width: 1046px) {
	#recruit-2022 header.recruit-header a.recruit-header-btn {
		padding: 0 8px;
		font-size: 12px;
	}
	#recruit-2022 header.recruit-header .l-header__nav__button > a {
		padding: 41px 8px;
		font-size: 12px;
	}
	#recruit-2022 header.recruit-header .l-header__nav__item:last-of-type .l-header__nav__button > a {
		padding: 41px 16px 41px 8px;
	}
}

/* ===========================
tablet
=============================*/
@media screen and (max-width: 1024px) {
.recruit-wrapper {
  overflow-x: visible;
}
#recruit-2022 .container {
  width: 100%;
}

#recruit-2022 header.recruit-header .l-header__nav {
  display: none;
}

/* ハンバーガーメニュー */
#recruit-nav-drawer {
	display: block;
	position: relative;
}
	
/*チェックボックス等は非表示に*/
.recruit-nav-unshown {
	display: none;
}
	
/*アイコンのスペース*/
#recruit-nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
}
	
/*ハンバーガーの形をCSSで表現*/
#recruit-nav-open span,
#recruit-nav-open span:before,
#recruit-nav-open span:after {
	position: absolute;
	height: 3px;/*線の太さ*/
	width: 25px;/*長さ*/
	border-radius: 3px;
	background: #555;
	display: block;
	content: '';
	cursor: pointer;
}
#recruit-nav-open span:before {
	bottom: -8px;
}
#recruit-nav-open span:after {
	bottom: -16px;
}
	
/*閉じる用の薄黒箇所*/
#recruit-nav-close {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
#recruit-nav-close::after {
  color: #fff;
  font-family: 'Material Icons';
  content: '\e5cd';
  font-size: 50px;
  position: absolute;
  top: 0px;
  right: 0;
  line-height: 1;
}


	
/*メニューの中身*/
#recruit-nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 90%;
	max-width: 80%;/*最大幅（お好みで調整を）*/
	height: 100%;
	background: #fff;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
}
	
	#recruit-nav-content ul {
		padding: 30px;
	}
	#recruit-nav-content ul li a {
		font-size: 16px;
		font-weight: bold;
		color: #333;
		display: block;
		padding: 20px 0;
	}
	#recruit-nav-content ul li a span {
		vertical-align: top;
		color: #e60214;
	}
	#recruit-2022 header.recruit-header #recruit-nav-content a.recruit-header-btn {
		padding: 30px;
		font-size: 16px;
	}
	#recruit-2022 header.recruit-header #recruit-nav-content a.recruit-header-btn:first-of-type {
		margin-bottom: 1px;
    border: none;
	}
	#recruit-nav-content::after {
		width: 30px;
		height: 30px;
		background-color: red;
	}

/*チェックがついたら表示させる*/
#recruit-nav-input:checked ~ #recruit-nav-close {
	display: block;
	opacity: .7;
}
	
#recruit-nav-input:checked ~ #recruit-nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


#recruit-2022 header.recruit-header {
	height: auto;
	padding: 10px;
}
#recruit-2022 header.recruit-header .l-header__logo {
  width: 100%;
	margin-left: 0;
  text-align: center;
	height: auto;
}

.recruit-kv {
  height: 95vh;
}
.recruit-kv .main-copy {
	font-size: 80px;
	line-height: 1.25;
}
.recruit-kv .sub-copy {
  font-size: 30px;
}

.recruit-news .listCommon {
	padding: 50px;
}
.recruit-whats .recruit-mvv-box:first-of-type p,
.recruit-whats .recruit-mvv-box:nth-of-type(2) p {
    font-size: 23px;
}
.recruit-whats .recruit-mvv-box {
    padding: 45px 5px;
}
.recruit-whats-info_pr .recruit-info_pr-box {
    padding: 50px 30px;
}
.recruit-work div.recruit-work-box iframe {
	height: 13.5vh;
}
.recruit-requirement a.recruit-requirement-box table th {
    width: 23%;
}
#recruit-2022 footer.recruit-footer .container {
    width: 95%;
}
.recruit-footer > .container {
    padding: 50px 30px;
}
.recruit-footer .recruit-footer-spec {
    width: 43%;
}
}



@media screen and (max-width: 768px) {
	#recruit-2022 .container,
	#recruit-2022 .bg-gray,
	.recruit-ceo,
	.recruit-entry,
	.recruit-footer {
		width: 100vw;
	}

	#recruit-2022 header.recruit-header .l-header__inner {
		padding: 0;
	}
	#recruit-nav-drawer {
		padding-top: 3vw;
	}

	/* kv */
	.recruit-kv{
		min-width: 100vw;
		height: 100vh;
	}
	
	.recruit-kv .main-copy{
		font-size: 60px;
	}
	
	.recruit-kv .sub-copy{
		font-size: 30px;
	}
	
	/* video */
	.recruit-video{
		min-width: 100vw;
		}

	.recruit-news {
		padding-top: 100px;
	}
  .recruit-news .listCommon li i {
		display: none;
	}
	#recruit-2022 .recruit-head h2 {
		font-size: 39px;
	}
	.recruit-whats .recruit-mvv-box {
		width: 100%;
	}
	.recruit-whats .recruit-mvv-box:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.recruit-whats .recruit-mvv-box:first-of-type p,
	.recruit-whats .recruit-mvv-box:nth-of-type(2) p {
		height: auto;
	}
	.recruit-whats .recruit-mvv-box:last-of-type ul {
		width: 40%;
	}
	.recruit-whats a.recruit-about-box h3 {
		font-size: 21px;
		line-height: 1.25 !important;
		margin-bottom: 10px;
	}
	.recruit-whats a.recruit-about-box:first-of-type h3,
	.recruit-whats a.recruit-about-box:last-of-type h3 {
		padding-bottom: 1.25em;
	}
	.recruit-whats-info_pr .recruit-info_pr-box {
		width: 100%;
		margin-bottom: 20px;
	}
	.recruit-whats-info_pr .recruit-info_pr-box ul li {
		padding: 0;
	}
	.recruit-whats-info_pr .recruit-info_pr-box ul li time {
		line-height: initial;
		width: 13%;
	}
	.recruit-whats-info_pr .recruit-info_pr-box ul li h3 {
		width: 83%;
	}
	.recruit-whats-info_pr .recruit-info_pr-box ul li h3 a {
		margin-top: 0;
	}
	.recruit-whats-info_pr .recruit-info_pr-box ul li i {
		display: none;
	}
	.recruit-work .recruit-work-bgcolor {
		width: 400px;
		height: 250px;
	}
	.recruit-requirement a.recruit-requirement-box table th {
		width: 31%;
	}
	.recruit-entry p {
		width: 100%;
	}
	#recruit-2022 .recruit-entry a.recruit-btn {
		font-size: 18px;
	}
	#recruit-2022 .recruit-entry a.recruit-btn span {
		top: 35px;
		right: 20px;
		font-size: 20px;
	}
	.recruit-footer .recruit-footer-spec,
	.recruit-footer .recruit-footer-sitemap {
		width: 48%;
	}
	.recruit-footer .recruit-footer-spec address ul li {
		padding-left: 1.5em;
    	text-indent: -0.75em;
	}
	.recruit-footer .recruit-footer-spec address table th {
		vertical-align: baseline;
	}
	.recruit-footer .recruit-footer-spec address table td a {
		word-break: break-all;
	}
}

@media screen and (max-width: 600px) {
  .recruit-sp-br {
  display: block;
}
  	#recruit-2022 header.recruit-header .l-header__inner {
		padding: 0;
	}
	#recruit-2022 header.recruit-header .l-header__logo a.l-header__logo__link {
		display: block;
		width: 50vw;
		margin: 0 auto;
	}
	#recruit-nav-drawer {
		padding-top: 3vw;
	}
  #recruit-nav-content ul li a {
		font-feature-settings: "palt";
	}

	.recruit-kv .main-copy {
		font-size: 11vw;
    mix-blend-mode: unset;
	}
	.recruit-kv .sub-copy {
		font-size: 5vw;
		line-height: 1.5;
    mix-blend-mode: unset;
	}
	.recruit-video video {
		display: none;
	}	
	.recruit-video .recruit-kv-sp {
		display: block;
	}
  .recruit-kv {
		height: 80vh;
	}
	.recruit-video {
		height: 80vh;
	}

	.recruit-news .listCommon {
		padding: 40px 30px;
	}
  .recruit-news {
    margin-bottom: 50px;
}
	#recruit-2022 .recruit-news .recruit-head h2 {
		font-size: 30px;
	}
	#recruit-2022 .recruit-head h2 {
		margin-bottom: 30px;
	}
	#recruit-2022 .recruit-head .recruit-head-en {
		margin-bottom: 10px;
	}
	#recruit-2022 a.recruit-btn {
		padding: 20px;
	}
	#recruit-2022 .recruit-whats .recruit-head h2 {
		font-size: 30px;
		line-height: 1.25;
	}
	.recruit-whats {
		padding: 100px 0 30px;
	}
	.recruit-whats-mvv {
		margin-bottom: 50px;
	}
	.recruit-whats .recruit-whats-philosophy {
		flex-direction: column-reverse;
	}
	.recruit-whats .recruit-philosophy-img {
		width: 95%;
		margin-bottom: 70px;
	}
	.recruit-whats .recruit-philosophy-txt {
		width: 100%;
	}
	.recruit-whats .recruit-mvv-box {
		padding: 30px;
	}
	.recruit-whats .recruit-mvv-box:last-of-type ul {
		width: 80%;
	}
	.recruit-whats .recruit-philosophy-img {
		width: 95%;
		box-shadow: 20px 20px 0 #e60214;
		margin-bottom: 50px;
	}
	.recruit-whats a.recruit-about-box {
		width: 100%;
	}
	.recruit-whats a.recruit-about-box h3 {
		font-size: 25px;
	}
	.recruit-whats .recruit-whats-philosophy {
		margin-bottom: 60px;
	}
	.recruit-whats .recruit-philosophy-txt h3 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.recruit-whats .recruit-philosophy-txt p {
		margin-bottom: 30px;
		font-feature-settings: "palt";
		line-height: 1.75;
	}
	.recruit-whats .recruit-philosophy-txt a.recruit-btn span {
		top: 27px;
		right: 20px;
		font-size: 16px;
	}
	.recruit-whats a.recruit-about-box:first-of-type h3,
	.recruit-whats a.recruit-about-box:last-of-type h3 {
		padding-bottom: 0;
	}
	.recruit-whats a.recruit-about-box {
		margin-bottom: 30px;
	}
	.recruit-whats a.recruit-about-box p {
		font-feature-settings: "palt";
	}
	.recruit-whats-info_pr .recruit-info_pr-box {
		padding: 40px 30px;
	}
	.recruit-whats-info_pr .recruit-info_pr-box .recruit-head h3 {
		font-size: 30px;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	.recruit-whats-info_pr .recruit-info_pr-box ul li {
		display: block;
	}
	.recruit-whats-info_pr .recruit-info_pr-box ul li:not(:last-of-type) {
		margin-bottom: 15px;
	}
	.recruit-whats-info_pr .recruit-info_pr-box ul li time,
	.recruit-whats-info_pr .recruit-info_pr-box ul li h3 {
		width: 100%;
	}
	#recruit-2022.recruit-whats-info_pr.bg-gray {
		padding-bottom: 30px;
	}
	.recruit-ceo .recruit-ceo-column {
		flex-direction: column-reverse;
	}
	.recruit-ceo .recruit-ceo-txt {
		width: 100%;
	}
	.recruit-ceo .recruit-ceo-img {
		width: 100%;
		margin-bottom: 30px;
	}
	#recruit-2022 .recruit-ceo .recruit-head .recruit-head-en {
		justify-content: center;
	}
	#recruit-2022 .recruit-ceo .recruit-head h2 {
		margin-bottom: 20px;
		text-align: center;
	}
	.recruit-ceo {
		padding: 100px 0 50px;
    background-attachment: initial;
	}
	.recruit-ceo .recruit-ceo-txt dl {
		margin-bottom: 10px;
	}
	.recruit-ceo .recruit-ceo-txt dt,
	.recruit-ceo .recruit-ceo-txt dd {
		font-size: 18px;
		line-height: 1.25;
		font-feature-settings: "palt";
	}
	.recruit-ceo .recruit-ceo-txt p {
		line-height: 1.75;
		font-feature-settings: "palt";
	}
	.recruit-ceo .recruit-ceo-txt a.recruit-btn span {
		top: 30px;
		right: 20px;
		font-size: 16px;
	}
	#recruit-2022 .recruit-work .recruit-head h2 {
		font-size: 30px;
		line-height: 1.25;
		margin-bottom: 20px;
	}
	.recruit-work .recruit-work-wrapper .recruit-work-img {
		margin-right: 20px;
	}
  	.recruit-work .recruit-work-wrapper.recruit-work__event .recruit-work-img {
		margin-right: 0;
    margin-top: 0;
	}
	.recruit-work .recruit-work-bgcolor {
		width: 50vw;
		height: 14vh;
		bottom: -20px;
	}
	.recruit-work .container > a.recruit-work-box h3 {
		font-size: 32px;
		position: relative;
	}
	.recruit-work .container > a.recruit-work-box h3 span {
		position: absolute;
		top: 5px;
		right: 0;
	}
	.recruit-work .container > a.recruit-work-box {
		margin-bottom: 30px;
	}
	.recruit-work .recruit-work-column a.recruit-work-box {
		width: 100%;
		margin-bottom: 30px;
	}
	.recruit-work .recruit-work-column a.recruit-work-box h3 {
		margin-bottom: 10px;
		font-size: 25px;
	}
  .recruit-work .container > a.recruit-work-box p,
  .recruit-work .recruit-work-column a.recruit-work-box p {
		font-feature-settings: "palt";
	}
	.recruit-work div.recruit-work-box {
		width: 100%;
	}
	.recruit-work div.recruit-work-box iframe {
		height: 26vh;
	}
	.recruit-work {
		padding: 100px 0 160px;
	}
  .recruit-requirement {
		padding: 100px 0 50px;
	}
	.recruit-requirement a.recruit-requirement-box {
		width: 100%;
	}
	.recruit-requirement a.recruit-requirement-box:first-of-type {
		margin-bottom: 30px;
	}
	.recruit-requirement a.recruit-requirement-box h3 {
		font-size: 31px;
	}
	.recruit-requirement a.recruit-requirement-box h3 span {
		top: 6px;
	}
  .recruit-requirement a.recruit-requirement-box p {
		font-feature-settings: "palt";
	}
	.recruit-requirement a.recruit-requirement-box table th,
	.recruit-requirement a.recruit-requirement-box table td {
		display: block;
		width: 100%;
	}
	.recruit-entry h2::before {
		left: 15vw;
	}
	.recruit-entry p {
		font-size: 16px;
		text-align: left;
		font-feature-settings: "palt";
		margin-bottom: 40px;
	}
	.recruit-entry p br {
		display: none;
	}
	#recruit-2022 .recruit-entry a.recruit-btn {
		width: 100%;
		margin-bottom: 30px;
	}
	#recruit-2022 .recruit-entry a.recruit-btn span {
		top: 25px;
	}
	.recruit-entry {
		padding: 100px 0 50px;
    background-attachment: initial;
	}
  .recruit-footer {
		padding: 50px 0 0;
	}
	.recruit-footer .recruit-footer-spec,
	.recruit-footer .recruit-footer-sitemap {
		width: 100%;
	}
	.recruit-footer > .container {
		padding: 40px 20px;
		margin-bottom: 30px;
	}
	.recruit-footer .recruit-footer-spec address {
		margin-bottom: 20px;
		font-size: 13px;
	}
	.recruit-footer .recruit-footer-spec > p {
		margin-bottom: 20px;
	}
	.recruit-footer .recruit-footer-spec address dl,
	.recruit-footer .recruit-footer-spec address ul {
		margin-bottom: 10px;
	}
	.recruit-footer .recruit-footer-spec address ul span {
		font-size: 16px;
	}
	.recruit-footer .recruit-footer-sns {
		margin-bottom: 20px;
	}
	.recruit-footer .recruit-footer-spec iframe {
		margin-bottom: 20px;
	}
	.recruit-footer .recruit-footer-sitemap ul:last-of-type li.footer-sitemap-parents:last-of-type {
		margin-bottom: 0;
	}
	.recruit-footer .recruit-footer-sitemap ul li.footer-sitemap-parents:last-of-type ul li:last-of-type {
		margin-bottom: 0;
	}
	.recruit-footer .recruit-footer-sitemap .flex {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 472px) {
	.recruit-kv {
		height: 75vh;
	}
	.recruit-video {
		height: 75vh;
	}
}

@media screen and (max-width: 442px) {
	.recruit-kv {
		height: 70vh;
	}
	.recruit-video {
		height: 70vh;
	}
}

@media screen and (max-width: 428px) {
	#recruit-nav-drawer {
		padding-top: 2vw;
	}
}

@media screen and (max-width: 414px) {
  #recruit-nav-content ul {
    padding: 20px;
}
	.recruit-kv {
		height: 80vh;
	}
	.recruit-video {
		height: 80vh;
	}
	.recruit-entry h2::before {
		left: 12vw;
	}
}

@media screen and (max-width: 390px) {
#recruit-nav-content ul {
    padding: 20px 10px 10px;
}
	.recruit-kv {
		height: 72vh;
	}
	.recruit-video {
		height: 72vh;
	}
	.recruit-entry h2::before {
		left: 9vw;
	}
}

@media screen and (max-width: 385px) {
  .recruit-kv {
		height: 65vh;
	}
	.recruit-video {
		height: 65vh;
	}
}

@media screen and (max-width: 375px) {
	#recruit-nav-content ul {
		padding: 10px;
	}
	#recruit-nav-content ul li a {
		padding: 10px 0;
	}
	.recruit-whats .recruit-mvv-box:last-of-type ul {
		width: 100%;
	}
	.recruit-entry h2::before {
		left: 7vw;
	}
	#recruit-2022 .recruit-entry a.recruit-btn span {
		top: 23px;
	}
	.recruit-footer > .container {
		padding: 30px 15px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 360px) {
  	#recruit-nav-drawer {
		padding-top: 1vw;
	}
	.recruit-entry h2::before {
		left: 5vw;
	}
  	.recruit-footer .recruit-footer-spec address ul li {
		font-feature-settings: "palt";
	}
}

/* ===================================================
ニュートン・ニュース - 一覧ページ
=================================================== */
.recruit-news_index {
	padding: 50px 0;
}
.recruit-news_index .listCommon .heading {
	display: none;
}
.recruit-news_index .listCommon {
	background-color: #f9f9f9;
	padding: 50px 150px;
	box-shadow: 0px 0px 15px -5px #bdbdbd;
	margin-bottom: 50px;
}
.recruit-news_index .listCommon li {
	padding: 0;
	border: none;
}
.recruit-news_index .listCommon li:not(:last-of-type) {
	margin-bottom: 30px;
}
.recruit-news_index .listCommon li time::before {
	content: '\e5cc';
	font-family: 'Material Icons';
	color: #E60214;
	vertical-align: bottom;
    margin-right: 0.25em;
}
.recruit-news_index .listCommon li time,
.recruit-news_index .listCommon li h3.title a {
	font-size: 16px;
	line-height: 1.6;
}
.recruit-news_index .listCommon li time {
	width: 13%;
}
#recruit-2022 .recruit-news_index .listCommon li h3 {
	line-height: 1.6;
}
.recruit-news_index .listCommon li h3.title a {
	color: #333;
	font-weight: normal;
	line-height: 1.6;
}
.recruit-news_index .container > a.recruit-news_index-link {
	display: block;
    text-align: right;
    color: #333;
	font-size: 16px;
}
.recruit-news_index .container > a.recruit-news_index-link span {
	color: #E60214;
	vertical-align: bottom;
    margin-left: 0.5em;
}

@media screen and (max-width: 1024px) {
	.recruit-news_index .listCommon {
		padding: 50px;
	}
}

@media screen and (max-width: 768px) {
	.recruit-news_index .listCommon {
		padding: 50px 30px;
	}
}

/* ===================================================
ニュートン・ニュース - 詳細ページ
=================================================== */
.recruit-news_detail {
	padding: 50px 0 100px;
}
.recruit-news_detail h2 {
	margin-bottom: 80px !important;
}
.recruit-news_detail .article_top .title {
    padding-bottom: 0;
    font-size: 38px;
    line-height: 1.4;
    margin-bottom: 20px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.recruit-news_detail .block {
	font-size: 18px;
    line-height: 1.8;
	margin-bottom: 50px;
}
.recruit-news_detail a.recruit-news_index-link {
	display: block;
    text-align: right;
    color: #333;
    font-size: 16px;
}
.recruit-news_detail a.recruit-news_index-link span {
	color: #E60214;
    vertical-align: text-bottom;
    margin-left: 0.5em;
}

@media screen and (max-width: 768px) {
	.recruit-news_detail {
		padding: 100px 0 50px;
	}
	.recruit-news_detail .article_top .title {
		padding: 0;
		font-feature-settings: "palt";
		font-size: 29px;
	}
  .recruit-news_detail .recruit-news_detail-date {
		padding: 0 !important;
	}
}

/* ===================================================
採用サイト - 下層ページ
=================================================== */
.recruit-subpage .p-article__section {
	margin: 0 0 70px;
}
.recruit-subpage,
.recruit-subpage h1.c-heading--lv1 {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.recruit-subpage h1.c-heading--lv1 {
	font-size: 49px;
	text-align: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-image: url(/files/user/recruit/images/recruit-bg-subpage_tit.webp?v=1643182012);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 125px 0;
  margin-bottom: 100px;
}
.recruit-subpage h2.c-heading--lv2 {
	font-size: 39px;
	margin-bottom: 50px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 3px solid #e60214;
  }
.recruit-subpage h2.c-heading--lv2::before {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 10%;
	height: 3px;
	content: '';
	background: #EFEFEF;
  }
.recruit-subpage h3 {
	font-size: 25px;
	margin-bottom: 30px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
	border-left: 5px solid #e60214;
  padding-left: .5em;
}
.recruit-subpage .p-article__section > p {
	font-size: 18px;
	line-height: 2;
}
.recruit-subpage .p-article__section > p:not(:last-of-type) {
	padding-bottom: 30px;
}
.recruit-subpage .p-article__section > p.c-text {
	padding-bottom: 0 !important;
}
.recruit-subpage .table1 .item table {
	border: none;
}
.recruit-subpage .table1 .item th,
.recruit-subpage .table1 .item td {
	font-size: 16px;
	border: none;
	border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
	background: none;
	padding: 30px 0 30px;
	line-height: 2;
}
.recruit-subpage .table1 .item th {
	text-align: left;
	padding: 30px 100px 30px;
	vertical-align: baseline;
	width: 27%;
}
.recruit-subpage .table1 .item td ul li {
	line-height: 2;
  padding-left:1em;
	text-indent:-1em;
}
.recruit-subpage .table1 .item td ul li::before {
	content: '・';
	color: #e60214;
}
.recruit-subpage .table1 .item td ul li ul li {
	margin-left: 1em;
}

@media screen and (max-width: 1024px) {
	.recruit-subpage .p-article__section {
		width: 98%;
   	 	margin: 0 auto 100px;
	}
	.recruit-subpage .table1 .item th {
		padding: 30px 0;
		width: 20%;
	}
}
@media screen and (max-width: 768px) {
	.recruit-subpage h1.c-heading--lv1 {
		padding: 80px 0;
		margin-bottom: 50px;
		background-position: 35%;
		font-size: 39px;
	}
	.recruit-subpage h2.c-heading--lv2 {
		font-size: 31px;
	}
	.recruit-subpage .table1 .item th,
	.recruit-subpage .table1 .item td {
		display: block;
		width: 100%;
		padding: 10px;
	}
	.recruit-subpage .table1 .item th {
		background-color: #f9f9f9;
		border: none;
	}
	.recruit-subpage .table1 .item td ul li ul li {
		margin-left: 0;
	}
	.recruit-subpage .p-article__section {
		margin-bottom: 0;
	}
	.recruit-subpage .p-article__picture {
		margin-bottom: 30px;
	}
	.recruit-subpage h3 {
		line-height: 1.5;
	}
  .recruit-subpage h3.recruit-subpage-even {
		width: 100% !important;
	}
}

@media screen and (max-width: 600px) {
	.recruit-subpage h1.c-heading--lv1 {
		margin-bottom: 30px;
	}
	.recruit-subpage h2.c-heading--lv2 {
		font-size: 25px;
		padding-bottom: 10px;
		width: 96%;
	    margin: 0 auto 20px;
	}
	.recruit-wrapper .l-container--middle {
		padding: 0;
	}
	.recruit-subpage .p-article__section {
		width: 96%;
	}
	.recruit-subpage .p-article__picture {
		margin-bottom: 20px;
	}
	.recruit-subpage h3 {
		font-size: 20px;
		margin-bottom: 10px;
		padding-left: 0.75em;
	}
	.recruit-subpage .p-article__section > p:not(:last-of-type) {
		padding-bottom: 10px;
	}
	.recruit-subpage .p-article__section > p {
		font-size: 16px;
	}
}


/* ===================================================
採用サイト - 下層ページ - 社員インタビュー
=================================================== */
.recruit-subpage > div.p-article__section > div {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .recruit-subpage > div.p-article__section > div iframe {
    width: 100% !important;
  }
  .recruit-subpage > div.p-article__section > div {
    margin-bottom: 50px;
  }
}

/* ===================================================
採用サイト - 下層ページ - フォトギャラリー
=================================================== */
.recruit-gallery {
	padding-bottom: 100px;
}
.recruit-gallery ul.p-topics__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: auto !important;
	align-items: flex-start;
}
.recruit-gallery ul.p-topics__list li.p-topics__item {
	position: static !important;
	width: 32%;
	margin-bottom: 30px;
	top: 0;
	left: 0;
}
.recruit-gallery ul.p-topics__list li .p-topics__description {
	font-size: 16px;
	font-feature-settings: "palt";
	line-height: 1.5;
}

@media screen and (max-width: 600px) {
  	.recruit-wrapper .l-container--middle {
		padding: 0;
	}
	.recruit-subpage .p-article__section {
		width: 96%;
	}
  	.recruit-gallery {
		padding-bottom: 50px;
	}
	.recruit-gallery ul.p-topics__list li.p-topics__item {
		width: 49%;
	}
}

@media screen and (max-width: 768px) {
  #page_topics_detail60 div.movie-box iframe {
    aspect-ratio: 16 / 9;
    max-width: 100%;
    height: auto;
  }
}

/* ===================================================
会社情報カテゴリトップ　リニューアル　23,07~
=================================================== */
#company .company_header {
    position: relative;
    height: 360px;
    max-width: 100%;
    margin-bottom: 1em;
    text-align: left;
    color: #fff;
    background-image: url(/files/user/images/company_mv2307.png?v=1689142146&v=1689142146);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ic_uk {
    position: relative;
    width: 100px;
    padding-left: 10px;
    line-height: 58px;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.ic_uk::before {
content: '';
    display: inline-block;
    width: 100px;
    position: absolute;
    height: 80px;
    top: 0;
    bottom: 0;
    left: 10px;
    vertical-align: middle;
    background-image: url(/files/user/images/il_flag.png?v=1689654023&v=1689654023);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

#company .header_copy_main {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    top: 30%;
    left: 60px;
}

#company .header_copy_main h1 {
font-size: 30px;
font-weight: 700;
color: #fff;
text-shadow: 2px 2px 10px #070023;
}

#company .header_copy_main h2 {
    margin-bottom: .5em;
    padding: 5px 10px;
    font-size: 19px;
    font-weight: 700;
    background-color: #e60214;
    color: #fff;
    letter-spacing: 1.8px;
}

#company .header_copy_sub {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-left: 60px;
    padding-bottom: 2em;
    padding: 1.5em 60px;
    background-color: rgba(0,0,0,.5);
    font-size: 16px;
}

#company .company_points {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3em;
    align-items: center;
}

#company .point_item {
    position: relative;
    width: 32%;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 0px 15px -5px #bdbdbd;
}

#company .point_item p.point_num {
    font-size: 1em;
    font-style: italic;
    color: #e60214;
}

#company .point_item p.point_num span {
    font-size: 1.5em;
}

#company .point_item a {
    text-decoration: none;
}

#company .point_item::after {
    content: url(/files/user/images/ic_arrow.png?v=1689315644);
    display: inline-block;
    width: 50px;
    height: auto;
    background-repeat: no-repeat;
    background-size:cover;
    vertical-align: middle;
    transition: all .2s ease-in;
}

#company .point_item:hover::after {
    transform: translate(0 , 6px);
}

#company .point_item img {
    width: 90px;
    height: auto;
    margin: 10px auto;
    display: block;
}

#company .point_maintxt {
    font-size: 1.5em;
    font-weight: 700;
}

#company .point_subtxt {
    font-size: .9em;
    margin: .4em 0;
    white-space: nowrap;
}

@media screen and (max-width: 992px) {
    #company .company_header {
        margin: 0 calc(50% - 50vw) 1em;
        max-width: 100vw;
    }
}

@media screen and (max-width: 768px) {
    #company .company_header {
        height: 300px;
    }
    #company .header_copy_main {
        top: 25%;
        left: 26px;
    }
    #company .header_copy_main h1 {
        font-size: 26px;
    }
    #company .header_copy_main h2 {
        padding: 5px 10px;
        font-size: 16px;
    }
    #company .header_copy_sub {
        padding: 1.5em 30px;
        font-size: 15px;
    }
    .ic_uk {
        width: 80px;
        line-height: 50px;
    }
    .ic_uk::before {
        width: 80px;
    }

    #company .company_points {
        flex-direction: column;
    }
    #company .point_item {
        width: 100%;
        margin-bottom: 5px;
        padding: 20px;
        text-align: left;
    }
    .flex {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }
    #company .point_text {
        width: 60%;
    }
    #company .point_item::after {
        position: absolute;
        bottom: 3em;
        left: 50%;
        transform: rotate(-90deg);
    }
    #company .point_item:hover::after {
        transform: translate(10px , 0) rotate(-90deg);
    }
    #company .point_item img {
        width: 110px;
        height: auto;
        margin: -25px 0 .5em 0;
    }
    #company .point_maintxt {
        font-size: 1.8em;
    }
    #company .point_subtxt {
        margin: .4em 0 0;
    }   
    #company .point_text .point_maintxt .pc {
        display: none!important;
    }
}

@media screen and (max-width: 500px) {
    #company .company_header {
        height: 200px;
    }
    .ic_uk {
        width: 50px;
        padding-left: 12px;
        line-height: 30px;
        font-size: .5em;
    }
    .ic_uk::before {
        width: 50px;
        height: 60px;
        left: 8px;
    }
    #company .header_copy_main {
        top: 20%;
        left: 10px;
    }
    #company .header_copy_main h1 {
        font-size: 22px;
    }
    #company .header_copy_main h2 {
        padding: 3px 10px;
        font-size: 13px;
        letter-spacing: 1.5px;
    }
    #company .point_text .point_maintxt .pc {
        display: block!important;
    }
    #company .point_item::after {
    bottom: 1.5em;
    transform: rotate(-90deg) scale(0.7); 
    left: 60%;
    }
    #company .point_item:hover::after {
        transform: translate(10px , 0) rotate(-90deg) scale(0.7);
    }
    #company .header_copy_sub {
        padding: 10px;
        font-size: .8em;
    }
    #company .point_item {
        padding: 15px;
    }
    #company .point_item p.point_num  {
        font-size: .8em;
    }
    #company .point_maintxt {
        font-size: 1.3em;
    }
    #company .point_item img {
        width: 80px;
        height: auto;
        margin: -25px 0 .5em 0;
    }
}

/* 東京2020オリパラ特設ページ*/
.oripara .block ul {
  padding-left: 0 !important;
}
.oripara .block ul li {
  list-style: none !important;
}
.oripara .block ul li a {
  display: contents;
}
.oripara .block p {
  padding-bottom: 10px;
}